﻿body {
    background-color: #eef0f8;
    overflow: hidden;
}
body.l4b {
    background-color: white;
}
    body.l4b .main{
        box-shadow: none;
        border-radius: 0;
    }
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(51,51,51,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(51,51,51,0.4);
    }
.main {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
    border-radius: 20px !important;
}

.subheader {
    border-radius: 20px !important;
}

.header {
    height: 70px;
    background-color: #F3F5FA;
    margin-bottom: 20px;
}
.topbar-item .btn.btn-clean .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: white !important;
}
.main, .subheader {
    background-color: #fff;
}
.l4b .main .Conteudo {
    height: 100%;
    overflow: auto;
    max-height: calc(100vh - 82px);
}
.l4b #blurModal{
    padding:0;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px !important;
}

.main .Conteudo {
    height: 100%;
    overflow: auto;
    max-height: calc(100vh - 295px);
}
    .main .Conteudo ul.list-unstyled {
        border-radius: 25px;
        border: solid 1.5px #eef0f8;
        max-width: fit-content;
        margin: 0 auto;
    }
        .main .Conteudo .tab-content {
            max-width: 600px;
            margin: 0 auto;
        }

            .main .Conteudo .tab-content .SelectSaloes .ListaEspacos {
                max-height: calc(100vh - 455px);
                overflow: auto;
                margin-top: 15px;
            }
            .main .Conteudo .tab-content .SelectSaloes.withoutGrupos .ListaEspacos {
                max-height: calc(100vh - 340px);
            }
            .main .Conteudo .tab-content .ListaServicos, .main .Conteudo .tab-content .ListaFuncionarios {
                max-height: calc(100vh - 325px);
                overflow: auto;
                margin-top: 15px;
                padding: 0 10px;
            }
            .l4b .main .Conteudo .tab-content .ListaServicos, .l4b .main .Conteudo .tab-content .ListaFuncionarios {
                max-height: calc(100vh - 114px);
            }
            .tab-content .Resumo {
                height: calc(100vh - 250px) !important;
                overflow: auto;
                margin-top: 15px;
            }
            .main .Conteudo .tab-content .GruposSaloes .ListaGrupos {
                width: fit-content;
                margin: 0 auto;
            }
            .main .Conteudo .tab-content .GruposSaloes .ListaGrupos .imagemSalao {
                display: inline-block;
            }
                .main .Conteudo .tab-content .GruposSaloes .ListaGrupos .imagemSalao.active {
                    border: solid 2px #48b6af;
                    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
                }
                .main .Conteudo .tab-content .GruposSaloes .ListaGrupos .imagemSalao.ImgDisabled {
                    opacity:0.5;
                }
                .main .Conteudo .tab-content .GruposSaloes .ListaGrupos .imagemSalao img {
                    width: 95px;
                    height: 95px;
                }
                .main .Conteudo .tab-content .ListaFuncionarios {
                    max-width: 450px;
                    margin: 15px auto 0;
                    overflow-x: hidden;
                }
                .main .Conteudo .tab-content .ListaEspacos .espaco img {
                    margin-bottom: 7px;
                }
                .main .Conteudo .tab-content .ListaEspacos .espaco {
                    border-bottom: solid 1px #eef0f8;
                }
                    .main .Conteudo .tab-content .ListaEspacos .espaco.active {
                        background: #F8F9FF;
                    }
.main .nav.nav-pills.nav-primary .nav-link.active {
    font-weight: 600;
    border-radius: 25px;
}
    .main .Conteudo .select2-container, .main .Conteudo .select2-container .select2-selection {
        background-color: #eef0f8;
        border-color: #eef0f8;
        border-radius: 25px;
    }
.btn-apply-code {
    background-color: #2c6d69 !important;
}

.color_Main {
    color: #48b6af !important;
}
.color_Danger{
    color:#de5e5e !important;
}
.color_9f9f9f {
    color: #9f9f9f !important;
}
.color_333 {
    color: #333 !important;
}
.color_666 {
    color: #666 !important;
}
.color_9f9f9f {
    color: #9f9f9f !important;
}
.btn-bg-light-dark {
    background-color: rgba(51, 51, 51, 0.2) !important;
}
.border-radius-10-10-0-0 {
    border-radius: 10px 10px 0 0 !important;
}
.border-radius-10px {
    border-radius: 10px !important;
}
.border-radius-25px {
    border-radius: 25px !important;
}
.border-radius-input-button {
    border-radius: 25px 0 0 25px !important;
}
.border-radius-button-input {
    border-radius: 0 25px 25px 0 !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.font-size-25px{
    font-size:25px !important;
}
.font-size-20px {
    font-size: 20px !important;
}
.font-size-17px {
    font-size: 17px !important;
}
.font-size-15px {
    font-size: 15px !important;
}
.font-size-13px {
    font-size: 13px !important;
}
.margin-0-auto{
    margin: 0 auto !important;
}
.margin-10-auto {
    margin: 10px auto !important;
}
.text-align-center{
    text-align:center;
}
.SelectSaloes {
    margin: 1.75rem auto;
}
.NomeUser {
    font-size: 15px;
}
.cursor-default{
    cursor:default;
}
.separatorCustom {
    height: 1px;
    background: #f0f0f0;
    max-width: calc(100% - 40px);
    margin-left: 20px;
}
.separatorCustomW100 {
    height: 1px;
    background: #f0f0f0;
    max-width: 100%;
}
.btn.btn-secondary {
    color: #fff;
    background-color: #c4c4c4;
    border-color: #c4c4c4;
}
    .btn.btn-secondary:hover {
        background-color: #9F9F9F;
        border-color: #9F9F9F;
    }

#myTab .nav-link:not(.disabled) {
    cursor:pointer;
}
#myTab .nav-link.disabled {
    cursor: not-allowed;
}
.SelectDay {
    max-width: 400px;
    margin: 10px auto;
}
.ListaServicos .GrupoServico, .SelectDay {
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
    .ListaServicos .GrupoServico .GrupoNome, .SelectDay .HeaderSelectDay {
        background-color: #eef0f8;
        border-radius: 10px 10px 0 0;
        padding: 10px;
        position: relative;
    }
        .ListaServicos .GrupoServico .GrupoNome h4, .SelectDay .HeaderSelectDay h4 {
            margin: 0;
            text-align: center;
            color: #666666;
        }
        .ListaServicos .GrupoServico .GrupoNome i, .SelectDay .HeaderSelectDay i {
            position: absolute;
            top: 10px;
            right: 16px;
            color: #666666;
        }
        .ListaServicos .GrupoServico.active .GrupoNome, .SelectDay.active .HeaderSelectDay {
            background-color: #48b6af;
            border-radius: 10px 10px 0 0;
            padding: 10px;
            position: relative;
        }
        .ListaServicos .GrupoServico.active .GrupoNome h4, .SelectDay.active .HeaderSelectDay h4 {
            margin: 0;
            text-align: center;
            color: #fff;
        }

        .ListaServicos .GrupoServico.active .GrupoNome i, .SelectDay.active .HeaderSelectDay i {
            position: absolute;
            top: 10px;
            right: 16px;
            color: #fff;
        }

.ListaServicos .seccao .seccaoNome {
    position:relative;
    padding:12px;
}
.ListaServicos .seccao .seccaoNome h4 {
    margin: 0;
    text-align: center;
    color: #9f9f9f;
}

.ListaServicos .seccao .seccaoNome i {
    position: absolute;
    top: 10px;
    right: 16px;
    color: #9f9f9f;
}
.ListaServicos .seccao.active .seccaoNome {
    background: #eef0f8;
}
.ListaServicos .seccao.active .seccaoNome h4 {
    color: #333;
}

.ListaServicos .seccao.active .seccaoNome i {
    color: #333;
}
.ListaServicos .servico i{
    margin-right:5px;
}
.ListaServicos .servico .NomeServico {
    margin: 0;
    display: inline-block;
    cursor: pointer;
    width: calc(100% - 45px);
}
.ListaServicos .servico .NomeServico.ServWithPrice {
    width: calc(100% - 122px);
}
    .ListaServicos .servico .NomeServico.ServWithDescription {
        width: calc(100% - 65px);
    }
    .ListaServicos .servico .NomeServico.ServWithDescription.ServWithPrice {
        width: calc(100% - 147px);
    }
.ListaServicos .servico .precoservico {
    margin-bottom:0px;
    width:60px;
    cursor:pointer;
    text-align: right;
}

.ListaServicos .servico .NomeServicoLong {
    margin: 0;
    display: inline-block;
    cursor: pointer;
    width: calc(100% - 200px);
}

    .ListaServicos .servico .NomeServicoLong.ServWithPrice {
        width: calc(100% - 122px);
    }

    .ListaServicos .servico .NomeServicoLong.ServWithDescription {
        width: calc(100% - 215px);
    }

        .ListaServicos .servico .NomeServicoLong.ServWithDescription.ServWithPrice {
            width: calc(100% - 147px);
        }
.ListaServicos .servico .precoservicoLong {
    margin-bottom: 0px;
    width: 140px;
    cursor: pointer;
    text-align: right;
}

    .SelectDay #Calendario {
        padding: 15px 0;
    }
        .SelectDay #Calendario .bootstrap-datetimepicker-widget {
            border:none;
        }
            .SelectDay #Calendario .bootstrap-datetimepicker-widget .list-unstyled {
                border: none;
            }
                .SelectDay #Calendario .bootstrap-datetimepicker-widget .list-unstyled .picker-switch {
                    font-size: 16px;
                    text-transform: capitalize;
                    font-weight: 700;
                }
.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr > td:focus, .bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr > td.active, .bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr > td.today {
    border-radius: 25px;
}
.datepicker tbody tr > td.day:not(.disabled) {
    color: #7E8299;
    font-weight: 700;
    color: #333 !important;
    font-size: 15px !important;
}
.datepicker thead th.dow {
    color: #333;
    font-size: 15px !important;
    font-weight: 700;
    background-color: #eef0f8 !important;
    border-radius: 0 !important;
}
.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr > td.today.active {
    background: #48b6af !important;
    color: #ffffff !important;
}

.SearchHoures {
    width: fit-content;
    margin: 0 auto;
}
    .SearchHoures input {
        display: inline-block;
        width: 90px;
        text-align: center;
        color: #333;
        font-weight: 500;
        font-size: 15px;
    }
#divSelectHours .ListaHoras {
    margin: 10px 20px;
    max-height: calc(100vh - 555px);
    overflow: auto;
}
    #divSelectHours .ListaHoras .Hora {
        margin: 0 auto;
        background: #48b6af;
        width: 80px;
        text-align: center;
        border-radius: 30px;
        color: white;
        height: 35px;
        vertical-align: middle;
        margin-bottom: 10px;
        padding: 7px 0;
        font-size: 15px;
        font-weight: 500;
    }

.Resumo .Beautys {
    margin: 1.25rem auto 0 !important;
    padding: 13px;
    border-radius: 25px;
    background-color: #eef0f8;
}
.Resumo .CodigoValidado {
    display: block;
    width: 100%;
    font-size: 13px;
}
.Resumo .tt-dataset-results .label {
    background: transparent;
    width: auto;
    font-size: 15px;
}
.Resumo .radioDiv {
    width: fit-content;
}
    .Resumo .radioDiv .radio-inline {
        display: INLINE-FLEX;
    }
.Resumo .tt-input {
    height: calc(1.5em + 1.65rem + 2px);
    padding: 0.825rem 1.42rem;
    font-size: 1.08rem;
    line-height: 1.5;
    border-radius: 0.42rem;
}
.Resumo .card {
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    max-width: 500px;
    margin: 0 auto 20px;
}
.Resumo .accordion .card .card-header, .Resumo .accordion .card .card-header .card-title {
    border-radius: 10px;
}
.Resumo .card-title:not(.collapsed) {
    background: #48b6af;
    color: white !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}
.Resumo .card-title h4 {
    margin: 0;
    text-align: center;
    width: 100%;
}
.Resumo .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
     border-bottom-right-radius: 10px; 
     border-bottom-left-radius: 10px; 
}
.Resumo .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.Resumo .accordion.accordion-toggle-arrow .card .card-header .card-title:not(.collapsed):after {
    color: white !important;
}
.Resumo .accordion.accordion-toggle-arrow .card .card-header .card-title:after {
    font-size: 15px;
}
.Resumo .accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed:after {
    color: #7E8299;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(0deg);
}
.Resumo .accordion.accordion-toggle-arrow .card .card-header .card-title:after {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(180deg);
}
.form-control:focus {
    border-color: #48b6af;
}
.blur {
    -webkit-filter: blur(5px) grayscale(80%);
}
.loadera {
    color: #48B6AF;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    position: fixed;
    top: 43%;
    left: 48%;
    z-index: 99999999;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.inputGroup {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    margin-top: -3px;
}

    /* Hide the browser's default checkbox */
    .inputGroup input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #48B6AF;
    border-radius: 25px;
}

/* On mouse-over, add a grey background color */
.inputGroup:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.inputGroup input:checked ~ .checkmark {
    /*background-color: transparent;
    border: none;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.inputGroup input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.inputGroup .checkmark:after {
    left: 7px;
    top: 3px;
    width: 8px;
    height: 13px;
    border: solid #48B6AF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#Calendario td.active.disabled {
    background: white !important;
    color: #B5B5C3 !important;
}
.boxDetalheMarcacoes{
    position:relative;
    margin-bottom:20px;
}
#ListMarcacoes .Espaco {
    position: absolute;
}

    #ListMarcacoes .Espaco img {
        width: 90px;
        height: 90px;
        object-fit: cover;
        border-radius: 50%;
    }
#ListMarcacoes .detalhes {
    margin-left: 110px;
    min-height: 90px;
    padding-top: 9px;
}
    #ListMarcacoes .detalhes h2, #ListMarcacoes .detalhes p{
        margin:0;
    }
#myTabContent1 {
    overflow: auto;
    max-height: calc(100vh - 355px);
}
@media (max-width:991px) {
    .header {
        display: none;
    }
    .main .Conteudo {
        max-height: calc(100vh - 208px);
    }
        .main .Conteudo .tab-content .ListaEspacos {
            max-height: calc(100vh - 383px);
        }
    #divSelectHours .ListaHoras {
        max-height: calc(100vh - 470px);
    }
    .main .Conteudo .tab-content .SelectSaloes .ListaEspacos {
        max-height: calc(100vh - 397px);
    }
    .l4b .main .Conteudo .tab-content .SelectSaloes .ListaEspacos {
        height: calc(100vh - 114px) !important;
    }
    .main .Conteudo .tab-content .SelectSaloes.withoutGrupos .ListaEspacos {
        max-height: calc(100vh - 287px);
    }
    .tab-content .Resumo {
        height: calc(100vh - 250px) !important;
    }
    .main .Conteudo .tab-content .ListaServicos, .main .Conteudo .tab-content .ListaFuncionarios {
        max-height: calc(100vh - 250px);
    }
    .l4b .tab-content .Resumo, .l4b .main .Conteudo .tab-content .ListaServicos, .l4b .main .Conteudo .tab-content .ListaFuncionarios {
        height: calc(100vh - 114px) !important;
    }
}

@media (max-width:680px) {
    .main .Conteudo .tab-content .GruposSaloes .ListaGrupos .imagemSalao img {
        width: 60px;
        height: 60px;
    }
    .main .Conteudo .tab-content .SelectSaloes .ListaEspacos {
        max-height: calc(100vh - 349px);
    }
    .l4b .main .Conteudo .tab-content .SelectSaloes .ListaEspacos {
        max-height: calc(100vh - 114px);
    }
    .font-size-25px {
        font-size: 18px !important;
    }

    .font-size-20px {
        font-size: 15px !important;
    }

    .font-size-17px {
        font-size: 14px !important;
    }

    .font-size-15px {
        font-size: 13px !important;
    }

    .font-size-13px {
        font-size: 11px !important;
    }
    .SearchHoures input {
        width: 70px;
    }
    .SelectDay #Calendario {
        padding: 0;
    }
        .SelectDay #Calendario .bootstrap-datetimepicker-widget .list-unstyled .picker-switch {
            font-size: 14px;
        }
        .SelectDay #Calendario .bootstrap-datetimepicker-widget .list-unstyled .accordion-toggle {
            padding:0
        }
    .datepicker thead th.dow {
        color: #333;
        font-size: 13px !important;
        font-weight: 700;
        background-color: #eef0f8 !important;
        border-radius: 0 !important;
    }
    .datepicker tbody tr > td.day:not(.disabled) {
        color: #7E8299;
        font-weight: 700;
        color: #333 !important;
        font-size: 13px !important;
    }
    .icon-md {
        font-size: 1rem !important;
    }
    #btnVoltar, #btnAvancar, #btnSubmit{
        min-width: 150px !important;
    }
}

@media (max-width:560px){

    #SelectDays, .SelectDay, .Resumo {
        margin: 15px 20px 0;
    }
}
@media (max-width:450px) {

    .Beautys span{
        font-size:11.5px !important;
    }
    #blurModal {
        padding: 0;
    }
}

.ServDescription{
    margin-top:10px
}
.ServDescription h6 {
    font-size:12px;
}

.iti--separate-dial-code{
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background: none;
    border-right: 1px solid #666666;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    border-radius: 20px 0 0 20px;
}

#totalmarcacao {
    background: #F7F6F9;
    border-radius: 26px;
    width: 70%;
    min-height: 150px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.container{
    padding:20px;
}