File size: 3,383 Bytes
294253d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
#add {
    display: none;
}



/* .container {
    margin-top: 50px;
    margin-left: 320px;
    max-width: 800px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    z-index: 1;
} */

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: bold;
    margin-top: -10px;
    margin-left: -22px;
    display: block;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    margin-left: -22px;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-primary {
    margin-right: 10px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

/* .btn-container {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
} */
.btn-primary {
    margin-right: 10px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}


.btn-container {
    text-align: center;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    /* color: white; */
}

.btn-container1 {
    text-align: center;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
    color: white;
}

/* #selectedTables,
#labelselected {
    display: none;
} */
.btn-primary:focus,
.btn-primary:active {
    color: white;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
}

#saveBtn1 {

    margin: 0 auto;
}

/* footer {
    position: relative;
    margin-top: auto;
    width: 100%;
    color: black;
    text-align: right;
    padding-right: 245px;
    padding-top: 20px;
    background-color: #f8f9fa;
    border: none !important;
}
*/
.small-select {
    margin-top: 5px;
    width: 200px;
    /* Adjust the width as needed */
}

.custom-dropdown {
    width: 250px;
    /* Adjust the width as needed */
}

/* Ensure the new row aligns with the previous row */
#schema-table-section {

    margin-left: -20px;
    /* Adjust this if you need spacing between rows */
    padding-top: 5px;
    /* Adjust padding if needed */
}

.alert {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.close {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer;
}

.wrapper {
    margin-left: 100px;
    overflow: hidden;
    padding: 0% !important;

}

.main-header {
    width: 80%;
    margin-top: 100px;
    border: none;



}

@media screen and (max-width:990px) {
    .wrapper {
        margin-left: 0%;
        overflow: none;
        width: auto;
        z-index: 1;

    }


    .main-header {
        margin-top: 0%;
        width: 100%;
        padding: 10px;
        border: none;
        padding-left: 40px;

    }


    .form-group {
        margin-top: 5px;
        width: 100% !important;
        justify-content: center !important;
        column-gap: 50px;

    }

}

@media screen and (max-width:770px) {
    .form-group button {

        margin-bottom: 10px !important;
        margin-left: -40px;
        margin-right: 45px !important;
        width: 110%;

    }

}