﻿.setari-overflow-hidden {
    overflow: hidden;
}

#pnlListaClinici {
    padding-top: 110px;
    background-color: #F9FAFB;
}

#divLblCriteriiCautare {
    text-align: center;
    font-size: 20px;
    color: #8492af;
    margin: 20px auto;
    float: none;
}

.dboBox {
    border: 2px solid #b8c0cc;
    border-radius: 5px;
    line-height: 20px;
    width: 100%;
    color: #8492af;
    max-width: none;
    padding: 12px 35px 12px 12px;
    margin-bottom: 15px;
    font-size: 14px;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/Icons/Admin/arrow-down-cbo.svg");
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 20px;
    background-color: white;
}

.BtnGeolocationHidden {
    display: none;
}

.divFiltreAvansateContainer {
    display: none;
}

@media (min-width: 768px) {
    .divFiltreAvansateContainer {
        margin: 0 5vw;
    }
}

@media (max-width: 768px) {
    .divFiltreAvansateContainer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 1000;
    }

    .divFiltreParent {
        height: 100%;
        padding: 0;
        border: none;
        overflow-y: auto;
        z-index: 1000;
    }
}

.divFiltreParent {
    display: none;
    flex-direction: column;
    margin-top: 0;
    background: white;
    padding: 40px 70px 30px 70px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(16, 40, 16, 0.25);
    margin: auto;
    float: none;
}

.filtreAvansateWrapper {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 100px;
}

.categorieGrup {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 100px;
}

.categorieFiltre {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 220px;
}

    .categorieFiltre > * {
        width: 100%;
    }

.titluCategorieFiltre {
    color: #7563F8;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 10px 15px 10px 0px;
    border-bottom: 1px solid #7563F8;
    margin-bottom: 15px;
}

label {
    margin-bottom: 0 !important;
}

.btnAplica {
    outline: none;
    background-color: #00d463;
    color: white;
    border: none;
    font-size: 20px;
    width: 200px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.btnAplicaFiltre {
    padding: 10px 35px;
    border-radius: 5px;
    border: 1px solid #7563F8;
    background: #7563F8;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.btnResetFiltru {
    outline: none;
    background-color: #00d463;
    color: white;
    border: none;
    font-size: 20px;
    width: 200px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 20px;
}

.btnStergeFiltre {
    outline: none;
    border-radius: 5px;
    border: 1px solid #AFA7EE;
    background: none;
    color: #7563F8;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 11px 25px;
}

.btnInchide {
    outline: none;
    color: white;
    background-color: #8492af;
    border: none;
    font-size: 20px;
    width: 200px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 20px;
}

.divBtnFiltru {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}

.divBtnFiltruWrapper {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.divFiltruDescriere {
    padding-left: 50px;
    padding-right: 0px;
    float: none;
    margin: 10px auto;
    color: #7563f8;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.btnXFiltru {
    border: none;
    background-color: transparent;
    font-size: 50px;
    position: absolute;
    right: 10px;
    line-height: 25px;
}

.btnInchideFiltre {
    color: #7563F8;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%) translateY(50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    border: none;
    width: 60px;
    height: 60px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.25);
}

    .btnInchideFiltre i {
        font-size: 30px !important;
    }

.txtBox {
    width: 100%;
    padding: 12px 35px 12px 12px;
    border: 2px solid #b8c0cc;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #8492af;
    max-width: none
}

.btnBox {
    width: 100%;
    padding: 12px 35px 12px 12px;
    text-align: left;
    background-color: #fff;
    border: 2px solid #b8c0cc;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #8492af;
    max-width: none;
    background-image: url(/Icons/LandingPage/icon-cauta-dentist-tooth-green.svg);
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size: 25px;
}

.btnBoxFacilitati {
    width: 100%;
    padding: 12px 35px 12px 12px;
    text-align: left;
    background-color: #fff;
    border: 2px solid #b8c0cc;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #8492af;
    max-width: none;
    background-image: url(/Icons/LandingPage/icon-cauta-dentist-tooth-green.svg);
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size: 25px;
}

.logoSearch {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: top;
    margin-right: 10px;
    object-fit: contain
}

.divParentSearch {
    display: inline-block;
    font-size: 14px
}

.lnkSearch {
    display: block;
    border-bottom: 1px solid #7563f8;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #7563f8
}

    .lnkSearch:hover, .lnkSearch:visited {
        color: #00d463
    }

.divNumeSearch {
    font-weight: 600
}

.divAdresaSearch {
    font-size: 12px
}

.divFiltre {
    padding-left: 0;
    padding-right: 0;
    float: none;
    margin: auto
}

.divBoxSearch {
    position: relative
}

.filtruSelectat {
}

.divDotariParent, .divFacilitatiParent, .divProgramParent {
    display: none
}

.chkContainer {
    color: #60536C;
    width: auto;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.txtProgramOra {
    color: #8492af;
    font-size: 18px;
    padding-right: 5px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.divMobilePadding {
    padding-bottom: 15px
}

.divFaraClinici {
    text-align: center;
    font-size: 22px;
    padding: 20px;
    color: #8492af
}

.dboProgram {
    cursor: pointer;
    background-color: white;
    padding: 4px;
    padding-right: 20px;
    border: 1px solid #7563F8;
    color: #949494;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/Icons/Admin/partC2.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    border-radius: 3px;
    background-color: transparent;
}

.ImgCautare {
    position: absolute;
    right: 7px;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-90%);
}

.clsClinica, .clsClinica:hover, .clsClinica:link, .clsClinica:visited {
    border: none !important;
}

@media all and (min-width: 768px) {
    .divHeaderFiltreAvansate {
        position: relative;
    }

    .btnStergeFiltre,
    .btnAplicaFiltre {
        width: 120px;
    }
}

@media all and (max-width:768px) {
    #divLblCriteriiCautare {
        font-size: 14px;
    }

    .btnBox {
        background-position: right -2px center;
        background-size: 40px;
    }

    .btnBox, .txtBox, .dboBox {
        padding: 8px
    }

    .dboBox {
        padding-left: 4px;
    }

    .ImgCautare {
        padding: 4px;
    }

    .chkContainer, .txtProgramOra {
        font-size: 14px
    }

    .checkmark {
        top: -3px
    }

    .dboProgram {
        padding: 4px;
        top: -8px;
        padding-right: 15px;
    }

    .divCheckbox {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .row-filtru-program {
        margin-top: 15px;
    }

    .divFiltreParent {
        width: 100%;
        padding: 0;
        border: none;
        position: fixed;
        top: 0;
        left: 0;
        overflow-y: auto;
    }

        /* Custom scrollbar styles */
        .divFiltreParent::-webkit-scrollbar {
            width: 0; /* Width of the scrollbar */
        }

        /* Hide arrows (default behavior for modern browsers) */
        .divFiltreParent::-webkit-scrollbar-button {
            display: none; /* Remove the buttons */
        }

    .filtreAvansateWrapper {
        flex-direction: column;
        gap: 30px;
        background-color: #F9FAFB;
        padding: 100px 50px 130px 50px;
    }

    .categorieGrup {
        gap: 30px;
    }

    .categorieGrup,
    .categorieFiltre {
        width: 100%;
    }

    .divHeaderFiltreAvansate {
        background: #F9FAFB;
        height: 80px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 15000;
        width: 100%;
        transition: 0.3s ease-in-out;
        box-shadow: none;
    }

        .divHeaderFiltreAvansate.onScroll {
            box-shadow: 0 3px 4px 0px rgba(187, 187, 187, 0.30);
        }

    .divBtnFiltruWrapper {
        justify-content: space-between;
        margin-top: 0 !important;
        position: fixed;
        bottom: 0;
        background: #fff;
        padding: 30px 20px;
        width: 100%;
        height: 100px;
        box-shadow: 0px -3px 4px 0px rgba(187, 187, 187, 0.30);
    }

    .btnStergeFiltre {
        width: 30%;
    }

    .btnAplicaFiltre {
        width: 70%;
    }

    .btnInchideFiltre {
        transform: translateX(-50%) translateY(50%);
    }

    .customChkRate {
        width: 180px;
    }
}

@media screen and (max-width: 992px) {
    .btnAplica {
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .btnResetFiltru {
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-left: 0px;
    }

    .btnInchide {
        margin-left: 0px;
        width: 100%;
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .txtProgramOra {
        display: initial;
        text-align: left;
    }

    .dboProgram {
        right: initial;
    }
}

.spnZero {
    position: relative;
    font-size: 18px;
}

.spnZeroSlashed {
    position: absolute;
    font-size: 10px;
    left: 2.5px;
    bottom: 2px;
}

.marginLeftNone {
    margin-left: 0px;
}

select::-ms-expand {
    display: none;
}

@media screen and (min-width:992px) {
    .divInputCautare {
        width: 20%;
    }
}

@media screen and (max-width: 450px) {
    .divFiltreParent {
        padding: 40px 50px 30px 50px;
    }
}



@media screen and (min-width: 993px) {
    .btnInchideFiltre {
        transform: translateX(-15px);
        transform: translateX(calc(50% + 70px)) translateY(50%);
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .btnInchideFiltre {
        width: 50px;
        height: 50px;
        transform: translateX(calc(50% + 70px)) translateY(50%);
    }
}

@media screen and (max-width: 768px) {
    .btnInchideFiltre {
        display: flex;
        width: 40px;
        height: 40px;
    }

        .btnInchideFiltre i {
            font-size: 24px !important;
        }

    .divFiltreParent {
        padding: 0 !important;
    }
}
