#main, #content {
    transition: all 0.3s;
    padding: 0px 72px;
}
header {
    display: none;
}
.logo-header a img,
.footer1 .d-flex.justify-content-center img {
    width: 50px;
}
.container.header-intro-left, .container.header-right-intro {
    padding: 5px 72px;
}

a#forgot-password {
    color:#000;
}
.formCodValidare .cod-validare {
    padding-right:15px;
    padding-top:9px;
}

.previzualizare .detalii-rezervare,
.previzualizare .detalii-plata,
.finalizare .detalii-rezervare,
.finalizare .detalii-plata {
    position: relative;
    z-index: 10;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    border: solid 1px rgba(0,0,0,0.1);
    margin-top: 20px;
}
    .previzualizare .detalii-rezervare p,
    .previzualizare .detalii-plata p {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .previzualizare .detalii-rezervare .title,
    .previzualizare .detalii-plata .title {
        font-weight: 500;
        border-bottom: solid 1px rgba(0,0,0,0.1);
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .previzualizare .detalii-rezervare p:nth-child(2),
    .previzualizare .detalii-rezervare p.space,
    .previzualizare .detalii-plata p:nth-child(2),
    .previzualizare .detalii-plata p.total {
        font-weight: 500;
    }
.setarile-contului .details #profile-form,
.setarile-contului .details #email-form,
.setarile-contului .details #change-password-form {
    width: 60%;
}
.setarile-contului .details table thead tr {
    background: rgba(132,66,0,0.3) !important;
}
    .setarile-contului .details table thead tr th {
        font-weight: normal;
    }

.card {
    border: none;
    border-radius: 10px;
    padding: 20px 25px;
    min-height: 70vh;
    margin-top: 50px;
}
body.login {
    background: url(/images/bg-left.jpg) repeat left top;
}
.wrap-container {
    overflow:hidden;
}

img.img-responsive {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: auto;
}

/* Header nav */
.navbar {
     border-radius: 0px; 
    padding: 0;
    z-index: 999;
    margin-bottom: 0px !important;
}
.navbar > .container {
    max-width:100%;
    top:0px;
}
.container-nav {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 25px 5px;
}


.container-nav i.bi-list {
    font-size: 28px;
    position: relative;
    cursor: pointer;
    top: -9px;
}
    .container-nav i.bi-list:before {
        content: "";
        width: 23px;
        height: 16px;
        background: url(/images/toggle-sidebar-btn.png);
        transition: all 0.5s ease-in-out 0s;
    }
.toggle-sidebar .container-nav i.bi-list:before {
    background: url(/images/toggle-sidebar-btn-toggle.png);
}

.container-nav i.bi-box-arrow-right {
    font-size: 23px;
    cursor: pointer;
    position: relative;
    top: 4px;
    color: #809fb8;
}

.container-nav i:hover {
    color: #3179b2
}

.navbar-nav .nav-link {
    padding:0 !important;
}
.navbar-nav .nav-item {
    padding-left: 20px;
}

.navbar-nav .nav-item a img {
    max-height:43px;
}

    .navbar-nav .nav-link img {
        padding-right: 0px !important;
        height: 42px;
    }

.navbar-nav #search-menu input {
    font-size: 14px;
    color: #012970;
    border: 1px solid #d9e1e7;
    padding: 0px 38px 0px 8px;
    border-radius: 10px;
    transition: 0.3s;
    width: 100%;
    line-height: 40px;
}
    .navbar-nav #search-menu input:focus, .navbar-nav #search-menu input:hover {
        outline: none;
        box-shadow: 0 0 10px 0 rgb(1 41 112 / 15%);
        border: 1px solid rgba(1, 41, 112, 0.3);
    }

ul.navbar-nav li.search{
    position:relative;
}
.search-form button {
    border: 0;
    background: none;
    z-index: 200;
    position: absolute;
    right: 10px;
    top: 9px;
}
.holder-bell {
margin-top:18px;
}

.cart .holder-bell .new-prod {
    position:absolute;
    top:-10px;
    font-size:9px;
    border:solid 1px red;
    width:15px;
    height:15px;
    line-height:13px;
    border-radius:15px;
    color:#fff;
    background:red;
}

.accordion-item .holder-bell {
    margin-top:3px;
}

.holder-bell a {
    border: 1px solid #d9e1e7;
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 20px;
    color: #809fb8;
    position: relative;
    transition: all 0.3s;
}
        .holder-bell a:hover {
            border: 1px solid #809fb8;
            box-shadow: 0 0 10px 0 rgb(1 41 112 / 15%);
        }

.holder-bell button {
    border: 1px solid #d9e1e7;
    border-radius: 10px;
    padding: 0px 5px;
    font-size: 17px;
    color: #809fb8;
    position: relative;
    transition: all 0.3s;
    background: none;
}

        .holder-bell button:hover {
            border: 1px solid #809fb8;
            box-shadow: 0 0 10px 0 rgb(1 41 112 / 15%);
        }



        .holder-bell a .new-notif{
            width:10px;
            height:10px;
            border-radius:50%;
            background:red;
            position:absolute;
            right:9px;
            top:9px;
            border:solid 1px #fff;


        }

.holder-bell button .new-notif {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: red;
    position: absolute;
    right: 6px;
    top: 4px;
    border: solid 1px #fff;
}

    .holder-bell button .new-notif.seenAll {
        display: none
    }

.tooltip-inner {
    background-color: #844200;
    box-shadow: none;
    opacity: 1 !important;
    z-index: 1;
    position: relative;
 
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #844200 !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #844200 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #844200 !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #844200 !important;
}
.footer {
    bottom: 0;
    background: #fff;
    z-index: 2;
    padding-top: 10px;
    position: fixed;
    /* border: solid 1px red; */
    width: 370px;
}
.footer p {
    margin-bottom: 5px;
    color: #809fb8;
    font-size:12px;
}
    .footer p.title {
        font-weight: 600;
        font-size: 16px;
        color: #06152b;
    }
    .footer p b {
        color: #06152b;
        font-size:16px;
    }

.onmouseover {
    position: fixed;
    top:0px;
    right: 0;
    bottom: 0;
    width: 10px;
    z-index: 9999;
   }
/*
Modal acordeon
*/
.modal-header {
    background: #f1f4fa;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #99b2c6;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    transition: all 0.4s ease-in-out 0s;
}
    .accordion-button:not(.collapsed):hover {
        background-color: #99b2c6;
    }
.accordion-button:focus {
    border-color: #99b2c6;
    outline: 0;
    box-shadow:none;
}
.accordion-button::after {
    width: 1.2rem;
    height: 1.2rem;
    background-size: 1.2rem;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}
.accordion-body {
    font-size: 14px;
}
.accordion-button:hover {
    transition: all 0.4s ease-in-out 0s;
}
.accordion-button:hover {
    z-index: 2;
    background: #f1f4fa;
}
#notificationsUser .accordion-button .holder-bell {
    position: relative;
}
    #notificationsUser .accordion-button .holder-bell .new-notif {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: red;
        position: absolute;
        right: -1px;
        top: -3px;
        border: solid 1px #fff;
    }
    #notificationsUser .accordion-button .holder-bell .new-notif.seen {
       display:none
    }
.btn-close {
    transition: all 0.4s ease-in-out 0s;
}
    .btn-close:hover {
        transform: rotate(90deg);
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2315144a'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
    }

.nav-link {
    color: #495057;
}

/*
Nav tabs
*/

.nav-tabs {
    border-bottom: none;
    font-family: 'Poppins', sans-serif;
    background: #ebe9e9;
    padding:17px 0px 12px;
}
.nav-link {
   
    padding: 0;
   
}
.nav-tabs .nav-item {
    margin-bottom:5px;
}

.nav-tabs .nav-link {
    color: #001c44;
    background-color: #67bbff75;
    border: none;
    padding-right: 50px;
    line-height: 51px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    margin: 0px 12px;
    transition: all 0.5s ease-in-out 0s;
    pointer-events: none;
}
    .nav-tabs .nav-link span {
        color: #fff;
        background-color: gray;
        border: none;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-right: 40px;
        padding-top: 13px;
        padding-left: 19px;
        padding-right: 19px;
        padding-bottom: 13px;
    }

    .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #4c97d4;
        border: none;
        position: relative;
    }

        .nav-tabs .nav-link.active span {
            background-color: gray;
            position: relative;
            color: #fff;
        }

    .nav-tabs .nav-link.active-second {
        color: #fff;
        background-color: #4c97d4;
        border: none;
    }
        .nav-tabs .nav-link.active-second span {
            background-color: gray;
            position: relative;
        }
            .nav-tabs .nav-link.active-second span:after {
                position: absolute;
                content: "\F272";
                top: 15px;
                font-family: bootstrap-icons !important;
                font-size: 23px;
                line-height: 23px;
                right: -33px;
                background: no-repeat;
            }
.tab-content-inner {
    background: #fafafa;
    padding: 15px 30px 40px 30px;
    border-left: solid 1px #ebe9e9;
    border-right: solid 1px #ebe9e9;
    border-bottom: solid 1px #ebe9e9;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    margin-bottom:20px;
    position:relative;
}
.backround-white {
    background: #fff;
    border-radius: 15px;
    padding-top: 40px;
    padding: 36px 25px 40px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.04);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.04);
    margin-bottom:30px;
    margin:0 auto;
}
    .backround-white.autentificare-mail, .backround-white.creare-cont {
        padding: 20px 0px;
    }

        .backround-white.autentificare-mail .holder-login, .backround-white.creare-cont .holder-login {
           background:none;
        }

        .backround-white.autentificare-mail .holder-login label, .backround-white.creare-cont .holder-login label{
           margin-bottom:5px;
           font-weight:500;
        }

    .border-right {
    border-right: solid 1px #ebe9e9;
}


    .border-right.second, .col-md-4.third {
        padding-left: 30px;
    }

    .border-right.second {
        width:28%
    }
.col-md-4.third {
    width: 37%;
}

.steps {
    display: flex;
    line-height: 30px;
}
    .steps .p {
        margin-bottom:0px;
    }

    .steps .number {
        background: #3d86f5;
        color: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 24px;
        margin-left: 5px;
    }
    .steps .text {
       margin-right:17px;

    }

    .steps input {
        border: solid 1px #d9e1e7;
        border-radius: 20px;
    }
.no-pers {
  position:relative;

}
    .no-pers .up {
        position: absolute;
        right: 4px;
        border: none;
        background: #fff;
        top: 2px;
        color: #809fb8;
        font-size: 14px;
        height:14px;
        line-height:16px;
    }
    .no-pers .down {
        position: absolute;
        right: 4px;
        border: none;
        background: #fff;
        top: 15px;
        color: #809fb8;
        font-size: 14px;
        height: 14px;
        line-height: 16px;
    }

    .no-pers input {
        text-align: left;
        padding-left: 15px;
        width: 61px;
        font-size: 16px !important;
        margin-bottom:25px;
    }



    .no-pers input::-webkit-outer-spin-button,
    .no-pers input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }

textarea:focus, input:focus {
    outline: none;
}

.border-right .line {
    width: 100%;
    height: 1px;
    background: #ebe9e9;
    margin-bottom:25px;
}

ul.tip-serviciu {
    list-style-type: none;
    margin-left:26px;
}
    ul.tip-serviciu.third {
        margin-top: 10px;
    }

/* Customize the label (the container) */
.containerr {
    display: block;
    position: relative;
    padding-left: 25px;
     margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .containerr input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 2px #d9e1e7;
}

/* On mouse-over, add a grey background color */
.containerr:hover input ~ .checkmark {
    background-color:red;
}

.scroll-days .containerr:hover input ~ .checkmark {
    background-color: rgba(0,0,0,0.6);
}
.scroll-days .containerr input:checked ~ .checkmark {
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
    border: solid 2px #d9e1e7;
}

.hour:has(input:checked) {
    background: gray;
}
#dvCaptcha div {
    margin:15px auto 0px;
}
.btnConfirmGhiseu {
    position: relative;
    z-index: 9999;
    margin: 19% auto 0px;
    width: 250px;
    float: none !important;
    bottom: 0px;
    border: solid 2px #4c97d4 !important;
    background: #4c97d4 !important;
    color: #fff !important;
}

    .btnConfirmGhiseu:hover:after {
        position: absolute;
        content: "\F272";
        top: 12px;
        font-family: bootstrap-icons !important;
        font-size: 23px;
        line-height: 23px;
        left: 15px;
        background: no-repeat;
    }

.btnConfirmGhiseu:hover {
  
    border: solid 2px gray !important;
    background: gray !important;
    color: #fff !important;
}

.btn-rezervare-ghiseu {
    position:relative;
    text-align:center;
}
.btn-primary {
    color: #fff;
    background-color: #4c97d4;
    border-color: #4c97d4;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color:gray;
        border-color:gray !important;
    }
.sso .form-floating {
    position:relative;
}
.sso .btn-primary,
.sso .login-submit {
    width: 100%;
    color: #fff;
    background-color: #4c97d4;
    border-color: #4c97d4;
    text-shadow: none;
    font-weight:400 !important;
}
    .sso .btn-primary:hover,
    .sso .login-submit:hover {
        background: gray;
        color: #fff !important;
        text-shadow: none;
    }
.sso .form-floating {
    position: relative;
}
    .sso .form-floating .btn-info {
        position:absolute;
        border:none;
        background:none;
        right:10px;
        top:6px;
        color:#fff;
    }
.sso.pas5 .form-floating .btn-info {
    position: absolute;
    border: none;
    background: none;
    right: 15px;
    top: 19px;
    color: #fff;
}
.sso.pas5 .form-floating .btn-info.second {
    position: absolute;
    border: none;
    background: none;
    right: 15px;
    top: 7px;
    color: #fff;
}
    .sso .form-floating .btn-info:hover {
        color: #000;
    }

.sso.pas5 .center {
    text-align:center;
    margin:5px 0px;
}
#modal-sso p, #modal-roeid p {
    text-align: justify;
    text-indent: 30px;
}


/* When the radio button is checked, add a blue background */
.containerr input:checked ~ .checkmark {
    background-color: white;
    border: solid 5px #217efd;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerr input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerr .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
input[type="radio"][disabled] + label {
    color: purple;
}

input[type="radio"][disabled] {
    border-color: purple;
}
.containerr.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.containerr.disabled:hover input ~ .checkmark {
    background-color:#fff;
}
.tip-serviciu span.mediu {
    font-weight:600;
}
.footer-tabs {
  padding-left:3%;
}
.footer-tabs.previzualizare {
    padding-left: 6%;
}
.footer-tabs .title {
    font-size:24px;
    font-weight:500;
    margin-bottom:25px;
    margin-top:33px;
}
    .footer-tabs.previzualizare .title {
        font-size: 18px;
        font-weight: 500;
        margin-bottom:11px;
        margin-top: 33px;
    }

.total-holder {
    width: 285px;
    height: 176px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    background: url("/images/bg-total.png") no-repeat left top;
    text-align:right;
}
.total-holder p {
    margin-bottom:0px;
}
    .total-holder p.text {
       padding-top:87px;
       padding-right:31px;
    }
    .total-holder p.total {
        padding-right: 31px;
        font-weight:500;
        font-size:24px;
    }
.btnNext{
    margin-left:20px;
}
.btnNext, .btnPrevious, .btn-anchor {
    border: solid 2px #bbbecd;
    background: #fff;
    color: #000;
    padding: 0px 35px 0px 31px;
    line-height: 45px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
     transition: all 0.3s ease-in-out 0s;
     margin-bottom:20px;
}








    .btnNext:hover, .btnPrevious:hover, .btn-anchor:hover {
        border: solid 2px #4c97d4;
        background: #4c97d4;
        color: #fff;
    }

.holder-btn-next, .holder-btn-back {
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}
.holder-btn-next i {
    position: absolute;
    top:13px;
    right:20px;
}
    .holder-btn-back i {
        position: absolute;
        top: 13px;
        left: 20px;
    }
    .holder-btn-next:hover i, .holder-btn-back:hover i {
        color: #fff;
    }




   


/* Pasul 3 - Selecteaza data */
.backround-white.data-select {
    margin: 0 auto;
}

.holder-month-year {
width:235px;
margin:0 auto;
text-align:center;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    color: #d4d7dc;
    width: 30px;
    height: 30px;
    font-size: 26px;
    top: -5px;
    position: relative;
  
}
.holder-month-days{
    margin:25px auto 0;
}

/* Pasul 3 - Selecteaza data */


    .holder-month-days .carousel-item .holder-day {
        width: 16%;
        margin: 0px 17px;
    }
        .holder-month-days  .holder-day.disable {
         
        }
        .holder-month-days  .holder-day.disable .hour label {
            pointer-events: none;
            
        }
        .holder-month-days  .holder-day.disable .hour {
            cursor: not-allowed;
        }
        .holder-month-days  .holder-day .hour.disable label {
            pointer-events: none;
        }
        .holder-month-days .holder-day .hour.disable {
            cursor: not-allowed;
            opacity: 0.6;
            color:rgba(255,0,0,0.7);
        } 

.holder-month-year .carousel-inner .carousel-item {
    -webkit-transition: all 0.09s ease-in-out 0s;
    -moz-transition: all 0.09s ease-in-out 0s;
    -o-transition: all 0.09s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
  
    .holder-month-days .carousel-inner .carousel-item {
        position: relative;
        display: none;
        -webkit-transition: all 0.09s ease-in-out 0s;
        -moz-transition: all 0.09s ease-in-out 0s;
        -o-transition: all 0.09s ease-in-out 0s;
        transition: all 0.04s ease-in-out 0s;
    }



.holder-month-days .carousel-inner .carousel-item.active,
.holder-month-days .carousel-inner .carousel-item-next,
.holder-month-days .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .holder-month-days .carousel-inner .carousel-item-end.active,
    .holder-month-days .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .holder-month-days .carousel-inner .carousel-item-start.active,
    .holder-month-days .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.holder-month-days .carousel-inner .carousel-item-end,
.holder-month-days .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.holder-month-days {
    position: relative;
    padding: 0px 30px;
}

    .holder-month-days .holder-hours {
        height: 420px;
        padding-right: 5px;
        overflow-y: scroll;
    }

    .holder-month-days a.prev, .holder-month-days a.next {
        text-decoration: none;
        color: #d4d7dc;
        width: 30px;
        height: 30px;
        font-size: 26px;
        position: relative;
        display: block;
        position: absolute;
    }

    .holder-month-days a.prev {
       top:16px;
       left:-50px;
    }
    .holder-month-days a.next {
        top: 16px;
        right: -50px;
    }
    .holder-month-days .day {
        background: rgba(0,0,0,0.5);
        border-radius: 15px;
        padding: 5px 0px;
        text-align: center;
        line-height: 25px;
        margin-bottom: 5px;
        font-size: 14px;
        color:#fff;
    }
    .holder-month-days .hour {
        border: solid 1px #ebe9e9;
        border-radius:15px;
        padding:5px 0px 5px 13px;
        margin-bottom:5px;
        font-size:14px;
    }
    .holder-month-days .containerr {
        padding-left: 25px;
        margin-bottom:0px;
    }
        .holder-month-days .containerr.loc-liber {
            padding-left:0px;
           
        }

    .holder-month-days .checkmark {
        top: 3px;
    }

.backround-white.previzualizare-pas4 {
    position: relative;
    overflow: hidden;
    padding: 25px;
    margin-top: 15px;
}


.backround-white.previzualizare-pas4:before {
    position: absolute;
    content: "";
    width: 909px;
    height: 539px;
    background:none;
    right: -300px;
    bottom: 0;
    z-index: 1;
    opacity: 0.6
}

    .backround-white.previzualizare-pas4 p.title {
        font-size: 24px;
        font-weight: 500;
        padding-left: 15%;
        margin-bottom: 35px;
    }

    .backround-white.previzualizare-pas4 p {
        margin-bottom: 0px;
        padding-left: 2.5%;
        line-height: 22px;
    }
        .backround-white.previzualizare-pas4 p.space {
            margin-top: 15px;
        }
        .backround-white.previzualizare-pas4 p.left {
            margin-left: 33px;
        }

    .backround-white.previzualizare-pas4 .detalii-plata {
        position: relative;
        z-index: 10;
    }
        .backround-white.previzualizare-pas4 .detalii-plata .title {
            padding-left: 45%;
            margin-bottom: 80px;
        }
        .backround-white.previzualizare-pas4 .detalii-plata p {
            padding-left: 45%;
        }
            .backround-white.previzualizare-pas4 .detalii-plata p.total {
                font-size: 24px;
                margin-top: 20px;
                margin-top: 45px;
            }
                .backround-white.previzualizare-pas4 .detalii-plata p.total span {
                    font-weight: 500;
                }

.detalii-rezervare {
    position:relative;
    z-index:10;
}

.checkbox-holder {
    padding-top: 23px;
    padding-left: 2%;
}

.container-checkbox {
    display: block !important;
    position: relative !important;
    padding-left: 35px !important;
    margin-bottom: 12px !important;
    cursor: pointer !important;
    font-size: 18px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-weight: 500;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
    .container-checkbox .checkmark {
        position: absolute;
        top: 0px;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border-radius: 5px;
        border: solid 1px #bbbecd;
    }

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
    .container-checkbox input:checked ~ .checkmark {
        background-color: #217efd;
        border: none;
    }

/* Create the checkmark/indicator (hidden when not checked) */
container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* finalizare */
.finalizare {
    margin: 0 auto;
}
    .finalizare .autentificare-mail {
        max-height: 330px;
    }
.finalizare .title{
    font-size:30px;
    font-weight:400;
    text-align:center;
    margin-top:15px;

}

.tab-content-inner.finalizare {
    border-top: solid 1px #ebe9e9;
    border-radius: 20px;
    padding: 40px;
    margin-top: 15px;
}

    .finalizare .middle-title {
        font-size: 36px;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 260px;
    }
.horiz-line {
    width: 100%;
    height: 1px;
    background: #ebe9e9;
    margin-bottom: 20px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgba(0,28,68,.5);
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(0,28,68,.25);
}


.serviciu-holder, .wrap-contact-holder {
    border-top: solid 39px gray;
}



.btn-header.btn-primary {
    padding: 10px 20px;
    cursor: pointer;
}


.left-intro {
   transition: all 0.3s ease-in-out 0s;
}



.right-intro {
   transition: all 0.3s ease-in-out 0s;
  
   

}
.header-left-intro, .header-right-intro {
 
}

.container.header-right-intro {
    border-bottom: solid 40px #844200
}

.logo-header a {
    text-decoration:none;
    font-size:25px;
    color:#000;

}
.menu-right ul {
    list-style-type: none;
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    padding-left:0px
}
.menu-right ul li{
   margin-left:70px
}
    .menu-right ul li.cart {
        margin-left: 15px
    }
    .menu-right ul li.holder-logout {
        margin-left: 0px
    }
    .menu-right ul li.holder-user a {
        text-align: center;
        padding: 0;
        padding-top: 0px;
        margin-top: 16px;
        font-size: 23px;
   
    }
    .menu-right ul li.holder-user a i {
        font-size: 23px;
        margin-right: 5px;
    }

    .menu-right ul li.holder-logout button i {
        font-size: 25px !important;
        margin-left: 15px !important;
        padding: 0px !important;
        position: relative;
        top: -2px;
    }

        .menu-right ul li.holder-user a:hover {
            background: none;
            color: #844200 !important;
        }

.form-inline .nav-link.btn i:hover {
    background: none;
    color: #617f97 !important;
}

#809fb8

.menu-right ul li a.btn-rezerva {
    color: #000;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 25px;
    cursor: pointer;
}

.menu-right ul li a.btn-rezerva:hover, .menu-right ul li a.btn-rezerva.active {
    text-shadow: 1px 0px #fff;
    background: #4c97d4 !important;
    color: #fff;
}

    .menu-right ul li a {
        color: #000;
        text-decoration: none;
        padding: 15px 20px;
        border-radius: 30px;
        font-size: 23px;
        cursor: pointer;
    }

    .menu-right ul li .logout {
       margin-top:15px;
    }

.menu-right ul li a:hover, .menu-right ul li a.active {
    text-shadow: 1px 0px #fff;
    background: #4c97d4;
    color: #fff !important;
}
.left-intro-content .title {
    font-size: 134px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #152c9d;
    line-height: 130px;
    padding-top: 224px;
    padding-left: 143px;
    padding-bottom: 5px;
    text-shadow: 0 0 3px #fff, 0 0 5px #fff;
}

.left-intro-content .title span {
  font-weight:700
}
.left-intro-content .holder-text {
    padding-left: 125px;
}
.left-intro-content .text {
    
    font-size: 25px;
    display: inline-block;
    padding:10px;
    background:rgba(255,255,255,0.4);
    border-radius:20px;
}
.serviciu-holder .title {
    text-align:center;
    font-size:25px;
    font-weight:500;
    margin-bottom:15px;
}
.serviciu-holder-inner{
    padding:0 15%;
}
    .serviciu-holder-inner .inot {
        position: relative;
        overflow: hidden;
        border-radius: 13px;
       
    }
    

    .serviciu-holder-inner .sala-sport {
        position: relative;
        overflow: hidden;
        border-radius: 13px;
        cursor: not-allowed;
      
    }

    .serviciu-holder-inner .inot:after, .serviciu-holder-inner .inot.clicked:after {
        position: absolute;
        content: "\F272";
        top: 50%;
        font-family: bootstrap-icons !important;
        font-size: 0px;
        line-height: 23px;
        right: 0px;
        left: 48%;
        margin: 0 auto;
        background: no-repeat;
        color: #fff;
        transition: all 0.5s ease-in-out 0s;
    }

    .xxxxxserviciu-holder-inner .inot:hover:after, .serviciu-holder-inner .inot.clicked:after {
        position: absolute;
        content: "\F272";
        top: 46%;
        font-family: bootstrap-icons !important;
        font-size: 370px;
        line-height: 23px;
        right: 0px;
        left: 15%;
        margin: 0 auto;
        background: no-repeat;
        color: #fff;
        transition: all 0.5s ease-in-out 0s;
        display:none;
  
    }
    .serviciu-holder-inner .inot .inot-checkbox{
        cursor:pointer;

    }



    .serviciu-holder-inner .inot .inot-checkbox, .serviciu-holder-inner .sala-sport .sala-sport-checkbox {
        position: absolute;
        width: 20px;
        height: 20px;
        left: 25%;
        bottom: 7.5%;
        z-index:-1;
    }

    .serviciu-holder-inner .sala-sport .title-sala-sport, .serviciu-holder-inner .sala-sport .sala-sport-checkbox {
        display: none;
    }


    .serviciu-holder-inner .inot {
        position: relative;
     }
        .serviciu-holder-inner .inot:before {
            position: absolute;
            top: 5.1%;
            left: 13.1%;
            content: "";
            width: 73.5%;
            height: 55px;
            background: rgba(0,0,0,0.5);
            border-top-left-radius: 11px;
            border-top-right-radius: 11px;
         
        }





        .serviciu-holder-inner .inot .title-bazin:after {
            position: absolute;
            top: 2%;
            left: 10%;
            content: "\F272";
            font-family: bootstrap-icons !important;
            font-size: 28px;
            color: #fff;
            display:none;
        }
        .serviciu-holder-inner .inot.clicked .title-bazin:after {
            display:block;
        }

    .tab-content-inner.finalizare {
        margin-bottom: 30px;
    }
.btn-card {
    padding: 12px 35px 9px 31px;
    border: solid 2px #bbbecd;
    background: #fff;
    color: #000;
    border-radius: 15px;
}
    .btn-card:hover {
        background: #aa6000;
        border: solid 2px #aa6000;
        color: #fff;
    }
.contact-holder h4 {
    color: #844200;
    font-weight: 400;
    margin-bottom: 15px;
}
.contact-holder a {
   text-decoration:none;
   color:#000;
   cursor:pointer;
}
    .contact-holder a:hover {
        color: #844200;
        font-weight:400;
    }
.contact-holder p {
    margin-bottom: 5px;
}
    .contact-holder i {
        color: #844200;
        margin-right:5px;
    }

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.5rem;
    }
}

.nav.nav-pills.flex-column {
   
}

.nav-pills .nav-link {
    color: #844200;
    background-color: #fff;
    line-height: 40px;
    padding: 0px 15px;
    margin-bottom: 10px;
    border: solid 1px rgba(132, 66, 0, 0.3);
    border-radius: 5px
}
    .nav-pills .nav-link:hover {
        color: #844200;
        background: rgba(132, 66, 0, 0.3);
       
    }
    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #844200;
        background-color: rgba(132, 66, 0, 0.3);
        line-height: 40px;
        padding: 0px 15px;
    }
.email-success {
    height: 42px;
}

ul.costum-checkbox-image.step1 {
    border:solid 1px red;
    width:100%;
    display:flex;
}
ul.costum-checkbox-image.step1 li {
    border: solid 1px red;
  text-align:center;
 
}
.contact-holder {
    margin:0 auto;
}
/* Hide & show Abonament Lunar */
.abonament-lunar-holder {
    display: none;
}

body.background-first-slider {
    //background: url(/images/intro-image.jpg);
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-position: 57px right 0px;
    background-position: bottom -120px right 0px;
}

.left-intro-content, body.background-first-slider.no-background {
    background: none !important;
}

/* pentru pagina acasa sa pun imaginea dinamica din baza */
img.background-home-page {
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-position: 57px right 0px;
    background-position: bottom -120px right 0px;
    position: absolute;
}


/* Only days scroll on Index forme 
.tab-content > .tab-pane {
    display: block !important ;
}

.fade:not(.show) {
    opacity:1 !important;
}
#sliderIntro, 
.navbar, 
.nav-tabs, 
#pasul2, 
#pasul4, 
#pasul5, 
.finalizare, 
.google-map-contact, 
.btnNext, 
.btnPrevious {
    display: none !important
}

body.background-first-slider {
    background:none;
   
}

*/




/* Scroll Days & Hour */
.left-scroll {
    position: absolute;
    left: 0;
    top: 35px;
    transform: translateY(-50%);
}

    .left-scroll i, .right-scroll i {
        font-size: 25px;
        color: #d4d7dc;
    }

        .left-scroll i:hover, .right-scroll i:hover {
            color: gray;
        }

.right-scroll {
    position: absolute;
    right: 0;
    top: 35px;
    transform: translateY(-50%);
}

.scroll-days {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.child {
    min-width: 16%;
    height: auto;
    margin: 1px 10px;
    overflow: hidden;
    margin: 0px 19px 10px;
}

.carousel-control-prev {
    left: -15px;
}
.carousel-control-next {
    right: -15px;
}
.carousel-item a {
    text-decoration:none;
    color:#000;
    font-size:24px;

}
.carousel-item a:hover {
    font-weight:500;
    color: #000;
}

.holder-month-days button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
#setPretPerSedinta b {
    font-weight:700;
}

.nume-persoane {
    margin-bottom: 5px;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #001c44;
    border-color: #001c44;
    box-shadow: 0 0 0 0.25rem rgba(132,66,0,0.3);
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.showFieldPersoane .modal-body {
    padding: 0px 0px 15px 15px;
}
.showFieldPersoane .nume-persoane input {
    border-radius: 5px;
    border: solid 1px rgba(0,0,0,0.5);
}

    .showFieldPersoane .nume-persoane input.nume-persoana:focus {
        border-radius: 5px;
        border: solid 1px #aa6000 !important;
    }

.form-floating button.rzvL-show-password,
.form-floating button.rzvS-show-password,
.form-floating button.rzvS-show-password.first,
.holder-input-login span.valid button.show_password,
.form-floating button.show_password {
    position: absolute;
    top: 4px;
    right: 3px;
    background: transparent;
    color: #000;
    border: none;
}

    .form-floating button.rzvS-show-password.first {
        position: absolute;
        top: 53px;
        right: 3px;
        background: transparent;
        color: #000;
        border: none;
    }



.info-pass {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 10px;
}

    .info-pass i {
        position: relative;
        top: -3px;
        color: #aa6000; 
    }

/* custom bxslider */
.child {
    min-width: 165px;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.bx-wrapper .bx-pager {
    display: none;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute !important;
    top: 4% !important;
    margin-top: -20px !important;
    outline: 0 !important;
    width: 32px !important;
    height: 32px !important;
    text-indent: -9999px !important;
    z-index: 9999 !important;
}

.bx-wrapper .bx-prev {
    left: -45px !important;
}

.bx-wrapper .bx-next {
    right: -45px !important;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 5px solid #fff;
    background: #fff;
}
.child {
    min-width: 15%;
    height: auto;
    margin: auto;
    overflow: hidden;
    margin: 0px 0px 0px 15px;
}

.btn-primary.back {
    border: none;
    color: #fff;
    background: #4c97d4;
    border-radius: 5px;
    font-weight: 300 !important;
    padding: 5px 8px;
    margin-top: 10px;
    font-size: 15px;
    text-shadow:none;
    margin-left: 20px;
    margin-top: 20px;
}
    .btn-primary.back:hover {
        background: gray;
        color: #000;
        text-shadow:none;
    }
.btnAcasa {
    margin-bottom:15px;
}

.col-md-8.finalizare .form-floating button.rzvL-show-password,
.col-md-8.finalizare .form-floating button.rzvS-show-password,
.col-md-8.finalizare .form-floating button.rzvS-show-password.first,
.col-md-8.finalizare .holder-input-login span.valid button.show_password,
.col-md-8.finalizare .form-floating button.show_password {
    position: absolute;
    top: 29px;
    right: 3px;
    background: transparent;
    color: #000;
    border: none;
}

    .col-md-8.finalizare .form-floating button.rzvS-show-password.first {
        top: 78px;
    }


.finalizare .autentificare-mail {
    max-height: 350px;
}

.nume-persoane button {
    border: solid 1px #844200;
    border-radius: 5px;
    color: #fff;
    background: #844200;
    font-weight:400;
    font-size:16px;
    padding:2px 10px;
}

.nume-persoane button:hover {
    border: solid 1px green;
    background: green;
   
}
.nume-persoane .lbl-confirmare-pers {
    border: solid 1px green;
    border-radius: 5px;
    color: #fff;
    background: green;
    font-weight: 400;
    font-size: 16px;
    padding: 2px 10px 2px 25px;
    position:relative;
}

    .nume-persoane .lbl-confirmare-pers:before {
        position: absolute;
        content: "\F272";
        top: 2px;
        left:3px;
        font-family: bootstrap-icons !important;
        font-size: 18px;
        line-height: 23px;
        background: no-repeat;
    }
.subTitluOrarPersoana {
    text-align:center;
}

.modal-body .holder-rezervare, .holder-rezervare {
    border: solid 1px rgba(0,0,0,0.3);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}
    .modal-body .holder-rezervare p, .holder-rezervare p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 18px;
    }
    .modal-body .holder-rezervare hr, .holder-rezervare hr {
        margin: 5px 0px;
        opacity: 0.15;
    }

    .modal-body .holder-rezervare .btn-delete, .holder-rezervare .btn-delete {
        border: solid 1px rgba(0,0,0,0.3);
        border-radius: 3px;
        color: rgba(255,0,0,1);
        background: #fff;
        padding: 3px;
        line-height: 12px;
        position: absolute;
        right: 5px;
        top: 5px;
    }
        .modal-body .holder-rezervare .btn-delete:hover, .holder-rezervare .btn-delete:hover {
            color: green;
        }
.modal-body .holder-total, .holder-total {
    border: solid 1px rgba(0,0,0,0.3);
    background: rgba(0,0,0,0.05);
    padding: 10px;
    border-radius: 5px;
}

.holder-total {
    border: solid 1px rgba(0,0,0,0.3);
    background: rgba(0,0,0,0.05);
    padding: 10px;
    border-radius: 5px;
}

    .modal-body .holder-total p, .holder-total p {
        margin-bottom: 0px;
    }

.next-person {
    margin-top:20px;
}
#RzvTipServiciu .steps .select-TipGrad {
    border:solid 1px rgba(0,0,0,0.3);
    font-size:14px;
    line-height:16px;
    border-radius:5px;
    height:30px;
    padding:0px 5px;
    cursor:pointer;
}

.serviciu-holder-inner .inot, .serviciu-holder-inner .sala-sport {
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    padding: 0;
    margin: 0px 15px 15px 15px;
}
 
    .serviciu-holder-inner .inot::before {
        position: absolute;
        top: 0%;
        left: 0%;
        content: "";
        width: 100%;
        height: 45px;
        background: rgba(0, 0, 0, 0.5);
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
    }
    .serviciu-holder-inner .inot::before {
        position: absolute;
        top: 0%;
        left: 0%;
        content: "";
        width: 100%;
        height: 55px;
        background: rgba(0, 0, 0, 0.5);
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
    }
    .serviciu-holder-inner .inot .title-bazin, .serviciu-holder-inner .sala-sport .title-sala-sport {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        padding: 5px 0px;
        color: rgb(255, 255, 255);
        line-height: 18px;
        border-radius: 13px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 4%;
        cursor: pointer;
        z-index: 10;
    }

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background: rgba(0,0,0,0.2);
}


::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.4);
    -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0.2);
}

::placeholder {
    color: #06152b;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #06152b;
}

::-ms-input-placeholder {
    color: #06152b;
}

@media (min-width: 581px) and (max-width: 989px) {
    .menu-right ul li a, .menu-right ul li a.btn-rezerva {
        color: #000;
        text-decoration: none;
        padding: 0px !important;
        border-radius: 20px !important;
        font-size: 15px !important;
        cursor: pointer;
    }
    .logo-header a {
        font-size: 0px !important;
    }
}

.adresa-left.detalii-rezervare.col-3{
    margin: 0px 15px 15px 15px
}

.serviciu-holder-inner .col-3 {
    width: 15% !important;
}

.serviciu-holder-inner .inot::before {
    height: 45px;
}

.serviciu-holder-inner .inot .title-bazin, .serviciu-holder-inner .sala-sport .title-sala-sport {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 5px 0px;
    color: rgb(255, 255, 255);
    line-height: 18px;
    border-radius: 13px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 4%;
    cursor: pointer;
    z-index: 10;
}

    .serviciu-holder-inner .inot .title-bazin:after {
        position: absolute;
        top: 2%;
        left: 3%;
        content: "\F272";
        font-family: bootstrap-icons !important;
        font-size: 23px;
        color: #fff;
        display: none;
    }

