.select-search {position: relative;}
.select2-container { width:auto !important;display:block;margin:0;position:relative;z-index:1;
border-bottom:1px solid #a5a5a5;vertical-align: middle}
.select-search span.select2-container.select2-container--default.select2-container--open {border-radius:0;border:none;/*border-bottom:1px solid #dfe1e4;*/}
span.select2-container.select2-container--default.select2-container--open {border-right:1px solid #dfe1e4;border-left:1px solid #dfe1e4;border-radius: 0px 0px 20px 20px;overflow: hidden;box-shadow: 0px 4px 5px 0 rgba(60,64,67,.20), 0 10px 8px 2px rgba(60,64,67,.1);}
.select2-dropdown { display: block;/*position: absolute;width: 100% !important;*/left: -100000px;z-index: 1051}
.select2-container--open .select2-dropdown {left: 0}
.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}
.select2-container--default.select2-container--below.select2-container--open{z-index:1;}
.select2-container--open.select2-container--default{z-index:999}
.select2-container--open .select2-dropdown { background: #fff;}
.select2-search--dropdown {display: block;padding: 4px}
.select2-hidden-accessible {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;
    overflow: hidden;padding: 0;position: absolute;width: 1px;}

.select2-search--dropdown .select2-search__field {padding:4px 10px;width: 100%;box-sizing: border-box}
.select2-container--default .select2-search--dropdown .select2-search__field {border:1px solid rgba(42, 56, 76, .15);background: transparent;}
.select2-container--default .select2-results>.select2-results__options {max-height: 200px;overflow-y: auto;width: 100%;}
.select2-results__options {list-style: none;margin: 0;padding: 0;}
.select2-container--default .select2-results__option[aria-selected=true] {background-color: #251f21;}
/*.select2-container--open .select2-dropdown .select2-results__option {color: #fff;}*/
.select2-container--default .select2-results__option[aria-selected=true] {background-color:#f3941e;color: #fff;}
.select2-results__option[aria-selected] {cursor: pointer;}
.select2-results__option {display: block;padding:10px;font-size:12px;user-select: none;-webkit-user-select: none;border-bottom:1px solid rgba(42, 56, 76, .15);position: relative;overflow: hidden;z-index: 1}
/*.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color:#f3941e;color: white;}*/
.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
    box-sizing: border-box;cursor: pointer;display: block;padding:0px 12px 0px 0px; height:38px;line-height:38px;
    background: #ffffff;user-select: none;-webkit-user-select: none;
}
.select2-results__option:hover{color: #fff;}
.select2-results__option:after {content: '';position: absolute;top:100%;left: 0;width: 100%;height: 100%;transition: .4s;z-index: -1}
.select2-results__option:hover:after{top: 0;background-color:#f3941e;color: #fff;}
/*.select-drop .open .select2-container .select2-selection--single {background:#251f21;}
.select-drop .open .select2-container--default .select2-selection--single .select2-selection__rendered {color: #fff;}*/
.select2-container--default .select2-selection--single .select2-selection__rendered, 
.select2-container .select2-search--inline {
    color:#444;font-weight:500;text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden;display: block;}
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 14px;cursor: pointer;float: right;font-weight: bold;display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:5px;position: absolute;top:0px;bottom:0; right:0px;width:12px;margin: auto 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: rgba(128,128,128,1) transparent transparent transparent;
    border-style: solid;border-width:7px 5px 0 5px;height: 0;left:0;position: absolute;top:0; width: 0; transition: all 0.5s ease 0s;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
     transform: rotate(-180deg);  
}
/*Home Page Search css Start Here*/

.select-search.open{position: initial;}
.select-search.open:before{transition: all 300ms;content:'';position:absolute;left:0;top:0;
background-color:#fff;width:100%;height:100%;border:1px solid #dfe1e4;border-bottom:none;
box-shadow: 0 1px 2px 0 rgba(60,64,67,.30), 0 2px 6px 2px rgba(60,64,67,.15);}
.lt-radius .select-search.open:before{border-radius:20px 0px 0 0;}
.transportationdetail .modal-dialog .umrah-table table tr td .select-search.open:before{display:none;}
.search-tabs .content .select-search.open .select2-container--default .select2-selection--single .select2-selection__rendered{color:#585454;}
.search-tabs .content .select-search.open .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:rgb(72 72 72 / 60%) transparent transparent transparent;}
.select-search.open span.select2-selection.select2-selection--single{padding-left:10px;}

/*Home Page Search css End Here*/