﻿
.bor-0fs {
    border: 0px #fff solid;
}

.dis-inl-color93c {
    display: inline;
    color: #3e593c;
}

.fs16-fw-color00 {
    font-size: 16px !important;
    font-weight: 600;
    color: #000 !important;
}

.wid137 {
    width: 137px !important;
}

.pad-t15 {
    padding-top: 15px;
}

.wid75-marT4 {
    width: 75px !important;
    margin-top: -4px;
}

.font14-pad5 {
    font-size: 14px;
    padding: 5px;
}

.font-14 {
    font-size: 14px !important;
}

.font-13 {
    font-size: 13px !important;
}

.pad-l10 {
    padding-left: 10px;
}

.pos-s-t1-wid100z10000 {
    position: sticky;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.pos-t-1wid100z1000 {
    position: sticky;
    top: -1px;
    width: 100%;
    left: 0;
    z-index: 1000;
}

.mar-t16 {
    margin-top: 16px
}

.mar-700 {
    margin: 7px 0 0 0;
}

.pad-130 {
    padding: 13px 0px;
}

.cur-poin {
    cursor: pointer
}

.dis-non {
    display: none;
}

.wid-75 {
    width: 75px;
}

.sty12 {
    position: sticky;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 10000;
}


.has-search {
    padding: 18px 5px 0px 0px;
    position: relative;
}

.has-search span {
    cursor: pointer;
    position: absolute;
    padding: 5px;
}

/*.has-search input {
            border-radius: 10px;
            border: 1px solid var(primary);
        }*/

.search-container {
    background-color: #FFF;
    position: relative;
    border-radius: 30px;
    padding: 2px 7px 2px 7px;
}

.search-box {
    background-color: transparent;
    outline: none;
    /*height: 25px;*/
    font-size: 15px;
    border: 0;
    width: 135px;
}

.search-button {
    position: absolute;
    right: 4px;
    top: 2px;
    background-color: #C00;
    border-radius: 50%;
    border: 0;
    color: #FFF;
    width: 25px;
    height: 25px;
    outline: 0;
}

.autocomplete-items {
    width: 190px;
    border-radius: 10px;
    box-shadow: 0px 3px 20px black;
    margin-top: 8px;
    position: absolute;
    background-color: #fff;
    max-height: 200px; /* Set a maximum height */
    overflow-y: auto; /* Scroll if content exceeds max-height */
    overflow-x: hidden;
}

    .autocomplete-items::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
    }

    .autocomplete-items::-webkit-scrollbar-thumb {
        background: #888; /* Color of the scroll thumb */
        border-radius: 10px; /* Rounded corners */
    }

        .autocomplete-items::-webkit-scrollbar-thumb:hover {
            background: #555; /* Color on hover */
        }

    .autocomplete-items::-webkit-scrollbar-track {
        background: #f1f1f1; /* Background of the scrollbar track */
        border-radius: 10px; /* Rounded corners */
    }

    .autocomplete-items div {
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
    }

        .autocomplete-items div:hover {
            background-color: #bbb;
        }

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.Aditya {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

    .Aditya .autocomplete-items {
        width: 145px;
    }

        .Aditya .autocomplete-items div {
            padding: 8px;
            font-size: 14px;
        }

    .Aditya .has-search {
        border-radius: 10px;
        padding: 3px 2px 3px 2px;
        box-shadow: 0px 3px 6px #000;
    }

    .Aditya .search-container {
        padding: 0px 7px 0px 7px !important;
    }

    .Aditya .search-box-mob {
        padding: 5px 10px 0px 0px;
    }

.level_3 {
    border: none !important;
}


