103 lines
1.6 KiB
CSS
103 lines
1.6 KiB
CSS
.selectData {
|
|
display: none;
|
|
}
|
|
|
|
.airlineSel {
|
|
font-size: 12px;
|
|
border-radius: 1px solid #0000ff59;
|
|
border-radius: 15px;
|
|
background: #b1c8dd;
|
|
padding: 3px 14px;
|
|
}
|
|
|
|
.SearchBox {
|
|
border: 1px solid black;
|
|
/* width: 300px; */
|
|
height: 30px;
|
|
cursor: pointer;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.SelectList {
|
|
display: none;
|
|
width: 300px;
|
|
position: relative;
|
|
overflow: auto;
|
|
background-color: gainsboro;
|
|
color: black;
|
|
}
|
|
|
|
.SelectList input {
|
|
width: 93%;
|
|
border: 1px solid #858585;
|
|
border-radius: 5px;
|
|
padding: 6px 10px;
|
|
}
|
|
.ShowAirline{
|
|
display: block !important;
|
|
}
|
|
|
|
.SelectList div {
|
|
position: sticky;
|
|
top: 0;
|
|
padding: 8px;
|
|
background-color: white;
|
|
}
|
|
|
|
.ListItem {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.ListItem li {
|
|
padding: 10px;
|
|
background-color: #fff;
|
|
font-size: 14px;
|
|
}
|
|
.ListItem li:not(:last-child) {
|
|
border-bottom: 1px solid gray;
|
|
width: 100%;
|
|
}
|
|
.ListItem {
|
|
overflow: hidden;
|
|
}
|
|
.ShowAirlineList {
|
|
display: block !important;
|
|
border: 1px solid #939393;
|
|
border-radius: 5px;
|
|
}
|
|
.multiSelect {
|
|
position: relative;
|
|
}
|
|
.ShowAirlineList {
|
|
position: absolute;
|
|
top: 91.8%;
|
|
}
|
|
.airlinelist {
|
|
font-size: 13px;
|
|
margin: pa;
|
|
margin: 0px 5px;
|
|
background: #3f4fa2;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
padding-left: 5px;
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
white-space: nowrap;
|
|
}
|
|
.airlinelist button {
|
|
background: #3f4fa2;
|
|
border: none;
|
|
color: #fff;
|
|
}
|
|
.inputMultiSelectBox {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 20px;
|
|
}
|
|
.multiInp {
|
|
width: 300px;
|
|
}
|