﻿#a-search-btn, #adapply, #adclear {
    top: 0px;
}

a[name]:not([href]), a[id]:not([href]) {
    top: 0px !important
}

.searchmob_header {
    margin-bottom: 0px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.instructions {
    width: 100%;
    text-align: center;
}

.Search-Filter-Dropdown-button {
    float: left;
    width: 100%;
    background: white;
    padding: 10px 20px 10px 10px;
    margin: 0px;
    cursor: pointer;
    border: 1px solid lightgray;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-content: baseline;
}

    .Search-Filter-Dropdown-button:active {
        background: whitesmoke;
    }

.Search-Filter-Dropdown-container {
    padding-right: 15px
}

.Search-Filter-Dropdown-label, .Search-Filter-Dropdown-label i {
    display: flex;
    align-items: center;
}

.Search-Filter-Dropdown-button .Search-Filter-Dropdown-label {
    float: left;
    padding-right: 10px;
    color: #366493;
}

.Search-Filter-Dropdown-button .Search-Filter-Dropdown-quantity {
    margin-left: 4px;
    width: 17px;
    border: 1px solid #444;
    color: white;
    background: #444;
    border-radius: 5px;
    height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 10px;
    justify-content: center;
}

.Search-Filter-Dropdown-button .fa-filter {
    float: right;
}

.Search-Filter-Dropdown-list {
    float: left;
    width: 380px;
    border: 1px solid lightgray;
    background: #fff;
    margin-top: 10px;
    z-index: 100;
    top: 28px;
    position: absolute;
    box-sizing: border-box;
    padding: 10px 12px;
}

    .Search-Filter-Dropdown-list input[type="search"] {
        padding: 5px 10px;
    }

    .Search-Filter-Dropdown-list ul {
        margin: 10px 0;
        max-height: 200px;
        overflow-y: auto;
        padding-left: 0px !important
    }

    .Search-Filter-Dropdown-list input[type="checkbox"] {
        position: relative;
        top: 2px;
        margin-right: 6px;
    }

    .Search-Filter-Dropdown-list ul li label {
        font-size: 14px;
        color: #495057;
    }

.mdropclass {
    list-style-type: none;
    display: flex;
    padding: 5px 0px;
    align-items: baseline;
}

.dydiv {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 10px;
}

.dyhr {
    color: #cecece;
}

.adapply {
    cursor: pointer;
}

.filtersearch {
    display: flex;
}

.togglesearch {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    color: #366493;
    margin: 0 8% 0 auto;
    width: 130px;
    z-index: 100;
}

.contentsearch {
    border-radius: .3rem;
    color: #fff;
    /* background-color: #f58025; */
    cursor: pointer;
    white-space: nowrap;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: auto;
    min-width: 160px;
}

    .contentsearch:hover, .contentsearch:active {
        /* border-color: #005cbf;
        background: #666; */
    }

    .contentsearch option {
        background: #f3f3f3;
        color: #366493;
    }

    .contentsearch:focus {
        outline: none
    }

/* .mobileinput {
    margin-bottom: .625rem;
} */

#productsDrpdwn {
    width: auto;
}

.togglesearch:hover {
    color: orange;
}

#ps, #advsort {
    margin-right: 5px;
}

#advsort, #advresult {
    display: flex;
    align-items: center;
}

.sdrop {
    position: relative;
}

.advdatepicker {
    position: absolute;
    top: 0px;
    border-right: 0px;
    width: -9px;
    width: 145px;
}

.Search-Filter-Dropdown-container {
    position: relative;
}

@media only screen and (max-width: 575px) {
    .contentsearch {
        width: auto !important;
    }

    #a-search-btn, #adapply, #adclear {
        font-size: 14px;
        padding: 0px 4px;
    }

    .Search-Filter-Dropdown-container {
        padding-right: 0px
    }

    .togglesearch {
        position: relative;
        right: 4%;
        top: 11%;
        margin: 0 0 0 auto !important;
        cursor: pointer;
        color: #366493;
    }

    .autocomplete {
        width: 81%;
        margin-right: 5% !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    /* .togglesearch {
        right: 9% !important;
    } */

    #a-search-btn, #adapply, #adclear {
        font-size: 14px;
        padding: 0px 4px;
    }

    .filterbtnflex {
        min-width: 60px !important;
        text-align: center;
        margin-top: 0px;
    }

    .autocomplete {
        width: 81%;
        margin-right: 2% !important;
    }

    .ssrtres span {
        display: flex !important;
        align-items: baseline !important;
        /*margin-right: 10px;*/
    }

    /* for tab version need to right styles */
}

@media only screen and (min-width:992px) and (max-width:1201px) {
    .togglesearch {
        position: relative;
        top: 0%;
        cursor: pointer;
        margin: 0 10% 0 auto !important;
        color: #366493;
    }

    .autocomplete {
        width: 81%;
    }
}

@media only screen and (min-width:1201px) and (max-width:1300px) {
    .autocomplete {
        width: 81%;
    }
}

@media only screen and (max-width: 991px) {
    .autocomplete {
        width: 78% !important;
        margin-right: 3% !important;
    }

    .ssrtres span:first-child {
        margin-right: 10px !important;
    }

    .spmobile-only {
        display: block !important;
    }

    .mainSearchResult {
        margin-top: 10px;
    }

    .Search-Filter-Dropdown-container {
        position: static;
    }

    .filterbtnflex {
        min-width: 60px !important;
        text-align: center;
        margin-top: 30px;
    }

    #advsort, #advresult {
        display: block !important;
        align-items: center;
        width: auto;
    }

    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 100 !important;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding: 0px;
    }

    .overlay-content {
        position: relative;
        width: 100%;
        text-align: left;
    }

    .closebtn {
        color: #fff;
        transition: 0.3s;
        background-color: #000000;
        padding: 2px;
    }

    .cs-tclosebtn:after {
        content: "\e904";
    }

    .overlay .closebtn {
        display: block;
        position: absolute;
        top: 25px;
        right: 15px;
        font-size: 12px;
        background: #000000;
        color: #fff;
        padding: 0px 3px;
        height: 15px;
        width: 14px;
        line-height: 15px;
        text-decoration: none;
    }


    .rtext {
        /* position: absolute;
        top: 330px;
        left: 20px;
        right: 20px; */
        order: 2;
    }

    .ssrtres span {
        display: -moz-inline-grid !important;
        display: inline-grid !important;
        text-align: end;
        margin-right: 10px !important;
    }

    .knowledgedropdown, .search_dropdown {
        flex-direction: column;
    }

        .knowledgedropdown .multiselect__tags {
            background: none;
            border: none;
        }

        .knowledgedropdown .multiselect__single {
            color: black;
        }

        .knowledgedropdown .multiselect__select::before {
            color: black;
        }

    #advance, .mobileinput {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        margin-top: 0px;
        position: relative;
    }

    .mobileinput {
        border: 1px solid #ced4da;
    }

    .contentsearch {
        background: none !important;
        border: none !important;
        color: #000 !important;
        padding: 0px !important;
        outline: none !important;
        margin-bottom: 0px !important;
        min-width: 23% !important;
        /* z-index: 100 !important; */
    }

        .contentsearch .multiselect__content-wrapper {
            min-width: 160px;
        }

    .togglesearch {
        position: relative;
        right: 1.5%;
        top: 24%;
        cursor: pointer;
        margin: 0 0 0 auto !important;
        color: #366493;
    }

    .ssrtres {
        justify-content: space-between !important;
    }

    .mobileinput {
        max-width: 78%;
        margin-right: 5px;
    }

    .filtersearch {
        display: flex !important;
        flex-direction:column;
    }

    .allcontent_adv {
        background: none !important;
        border: none !important;
    }

        .allcontent_adv .allcontent_adv {
            color: black !important;
        }

    .Search-Filter-Dropdown-container {
        width: 78%;
        font-size: 14px;
        font-family: sans-serif;
        /*overflow: auto;*/
        position:relative;
        padding-left: 0px;
        font-size: .9rem;
        margin-bottom: 10px;
        padding-right: 0px;
    }

    .instructions {
        width: 100%;
        font-size: 14px;
        font-family: sans-serif;
        overflow: auto;
        padding-left: 0px;
        font-size: .9rem;
    }

    .Search-Filter-Dropdown-list input[type="checkbox"] {
        height: 20px;
        width: 20px;
    }

    .Search-Filter-Dropdown-list {
        margin-left: 0px;
        right: 0px;
        left: 0px;
        width: 100%;
        position: absolute;
        top: 36px;
        margin-top: 0px;
    }

    /*.Filter-list-Position {
        position: absolute;
        width: 78%;
    }

    .Filter-list-drop1 {
        top: 36px;
    }

    .Filter-list-drop2 {
        top: 80px;
    }

    .Filter-list-drop3 {
        top: 126px;
    }

    .Filter-list-drop4 {
        top: 172px;
    }

    .Filter-list-drop5 {
        top: 218px;
    }

    .Filter-list-drop6 {
        top: 264px;
    }

    .Filter-list-drop7 {
        top: 310px;
    }*/

    .searchmob_header {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .mobilehide {
        display: none !important;
    }

    .adv_sort_lable {
        text-align: left !important;
    }

    .adv_search {
        width: 100% !important;
    }

    #addropdown .lsrtres + div select {
        min-width: 100% !important;
    }

    div > .togglesearch {
        margin-top: -20px;
    }
}

.autocomplete {
    position: relative;
    width: 81%;
}

    .autocomplete * {
        box-sizing: border-box;
    }

.autocomplete__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 5px;
}

.autocomplete__searching {
    border-radius: 3px 3px 0 0;
}

.autocomplete__inputs {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 5px;
}

    .autocomplete__inputs input {
        width: 100%;
        border: 0;
        margin: 0;
    }

        .autocomplete__inputs input:focus {
            outline: none;
        }

.autocomplete--clear {
    cursor: pointer;
}

.autocomplete__results {
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 1000;
    position: absolute;
    max-height: 400px;
    overflow-y: auto;
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    color: #000;
}

.autocomplete__results__item--error {
    color: #f00;
}

.autocomplete__results__item {
    padding: 7px 10px;
    cursor: pointer;
    font-size: 14px;
}

    .autocomplete__results__item:hover {
        background: rgba(0,180,255,0.075);
    }

    .autocomplete__results__item.autocomplete__selected {
        background: rgba(0,180,255,0.15);
    }

.autocomplete__icon {
    height: 14px;
    width: 14px;
}

.animate-spin {
    animation: spin 2s infinite linear;
}

keyframes spin {
    from

{
    transform: rotate(0deg);
}

to {
    transform: rotate(360deg);
}

}

/*Loading*/

.mainloaderdiv {
    position: relative;
    transform: translate(-45%,-45%);
    -ms-transform: translate(-45%,-45%);
    transition-delay: 2s;
    width: 200px;
    min-height: 250px;
    margin: 0 auto;
}


#percant {
    position: absolute;
    left: 70px;
    top: 90px;
    font-weight: 800;
    /* color: #fff; */
}

@keyframes circledivs {
    0% {
        opacity: 1;
        backface-visibility: hidden;
        transform: translateZ(0) scale(0.37,0.37);
    }

    100% {
        opacity: 0;
        backface-visibility: hidden;
        transform: translateZ(0) scale(1,1);
    }
}

.circledivs div > div {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff6600;
    animation: circledivs 1s linear infinite;
}

.circledivs div:nth-child(1) > div {
    left: 136px;
    top: 94px;
    animation-delay: -0.9375s;
}

.circledivs > div:nth-child(1) {
    transform: rotate(0deg);
    transform-origin: 142px 100px;
}

.circledivs div:nth-child(2) > div {
    left: 133px;
    top: 110px;
    animation-delay: -0.875s;
}

.circledivs > div:nth-child(2) {
    transform: rotate(22.5deg);
    transform-origin: 139px 116px;
}

.circledivs div:nth-child(3) > div {
    left: 124px;
    top: 124px;
    animation-delay: -0.8125s;
}

.circledivs > div:nth-child(3) {
    transform: rotate(45deg);
    transform-origin: 130px 130px;
}

.circledivs div:nth-child(4) > div {
    left: 110px;
    top: 133px;
    animation-delay: -0.75s;
}

.circledivs > div:nth-child(4) {
    transform: rotate(67.5deg);
    transform-origin: 116px 139px;
}

.circledivs div:nth-child(5) > div {
    left: 94px;
    top: 136px;
    animation-delay: -0.6875s;
}

.circledivs > div:nth-child(5) {
    transform: rotate(90deg);
    transform-origin: 100px 142px;
}

.circledivs div:nth-child(6) > div {
    left: 78px;
    top: 133px;
    animation-delay: -0.625s;
}

.circledivs > div:nth-child(6) {
    transform: rotate(112.5deg);
    transform-origin: 84px 139px;
}

.circledivs div:nth-child(7) > div {
    left: 64px;
    top: 124px;
    animation-delay: -0.5625s;
}

.circledivs > div:nth-child(7) {
    transform: rotate(135deg);
    transform-origin: 70px 130px;
}

.circledivs div:nth-child(8) > div {
    left: 55px;
    top: 110px;
    animation-delay: -0.5s;
}

.circledivs > div:nth-child(8) {
    transform: rotate(157.5deg);
    transform-origin: 61px 116px;
}

.circledivs div:nth-child(9) > div {
    left: 52px;
    top: 94px;
    animation-delay: -0.4375s;
}

.circledivs > div:nth-child(9) {
    transform: rotate(180deg);
    transform-origin: 58px 100px;
}

.circledivs div:nth-child(10) > div {
    left: 55px;
    top: 78px;
    animation-delay: -0.375s;
}

.circledivs > div:nth-child(10) {
    transform: rotate(202.5deg);
    transform-origin: 61px 84px;
}

.circledivs div:nth-child(11) > div {
    left: 64px;
    top: 64px;
    animation-delay: -0.3125s;
}

.circledivs > div:nth-child(11) {
    transform: rotate(225deg);
    transform-origin: 70px 70px;
}

.circledivs div:nth-child(12) > div {
    left: 78px;
    top: 55px;
    animation-delay: -0.25s;
}

.circledivs > div:nth-child(12) {
    transform: rotate(247.5deg);
    transform-origin: 84px 61px;
}

.circledivs div:nth-child(13) > div {
    left: 94px;
    top: 52px;
    animation-delay: -0.1875s;
}

.circledivs > div:nth-child(13) {
    transform: rotate(270deg);
    transform-origin: 100px 58px;
}

.circledivs div:nth-child(14) > div {
    left: 110px;
    top: 55px;
    animation-delay: -0.125s;
}

.circledivs > div:nth-child(14) {
    transform: rotate(292.5deg);
    transform-origin: 116px 61px;
}

.circledivs div:nth-child(15) > div {
    left: 124px;
    top: 64px;
    animation-delay: -0.0625s;
}

.circledivs > div:nth-child(15) {
    transform: rotate(315deg);
    transform-origin: 130px 70px;
}

.circledivs div:nth-child(16) > div {
    left: 133px;
    top: 78px;
    animation-delay: 0s;
}

.circledivs > div:nth-child(16) {
    transform: rotate(337.5deg);
    transform-origin: 139px 84px;
}

.loadingio-spinner-spin-rabj1981zql {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #f1f2f3;
}

.circledivs {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    margin-top: 30%;
}

    .circledivs div {
        box-sizing: content-box;
    }

#overlay {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

#overlayDisable {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
}

.donut {
    width: 4rem;
    height: 4rem;
    margin: 7rem auto;
    border-radius: 50%;
    border: 0.3rem solid rgb(163 168 193 / 30%);
    border-top-color: #d0d1d4;
    -webkit-animation: 1.5s spin infinite linear;
    animation: 1s spin infinite linear;
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loader-align {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* loading end*/
.customParagraph p {
    font-size: 1rem !important;
    margin: 0px !important;
    font-weight: 700 !important;
}



search-box:focus {
    box-shadow: 0 0 15px 5px #b0e0ee;
    border: 2px solid #bebede;
}

.close-icon {
    display: block;
    vertical-align: middle;
    outline: 0;
    position: absolute;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: #333333;
    z-index: 1;
    right: 35px;
    top: 20px;
    margin: auto;
    padding: 0px 4px;
    border-radius: 50%;
    text-align: center;
    border: none;
    color: white;
    font-weight: bolder;
    font-size: 9px;
}

.search-box:not(:valid) ~ .close-icon {
    display: none;
}