::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e6e6e6 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e6e6e6 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #e6e6e6 !important;
}

.dataTables_length{
    display: none;
}

.profile-card{
    padding: 15px 0;
}
.text-address{
    margin-bottom: 5px;
}

.iq-sidebar-menu .iq-menu li a{
    text-transform: inherit;
}

.menu-interno a:hover{
    background: transparent;
    color: black;
}

button i{
    position: absolute;
    margin-left: 10px;
}

.width-100{
    width: 100%;
}

.display-flex{
    display: flex !important;
}

.text-area-style{
    border: solid 2px #edeef2 !important;
    margin-top: 16px !important;
    padding: 10px !important;
    border-radius: 8px !important;
}

.iq-navbar-logo img {
    height: auto;
    width: 220px;
}
.iq-navbar-custom{
    padding-top: 13px;
}
.title-age{
    font-size: 49px;
    line-height: 64px;
    margin-top: 120px;
}
.desc-age{
    font-size: 20px;
    margin-top: 35px;
}
.custom-upload {
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 5px;
    cursor: pointer;
    background: white;
    border: none;
}

.custom-upload img {
    max-width: 156px;
    max-height: 156px;
}

.card-body.index-store{
    padding-top: 15px;
}

/* Esconda o botão de arquivo real */
.custom-upload input[type="file"] {
    display: none;
}

.alert ul li{
    text-align: left;
    margin-bottom: 0;
}

.select2-selection {
    height: 52px !important;
    padding-top: 11px !important;
    border: solid 1px #c9c9c9 !important;
}

.fixed-top-navbar .iq-top-navbar{
    z-index: 99;
}

textarea.form-control {
    line-height: 21px;
}
.about-store{
    margin-top: 12px;
    padding: 13px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
    background: #f5f6fa;
}
.profile-box {
    padding-bottom: 0px;
}

.select-time-schedule ul{
    list-style: none;
    padding: 0;
}

.select-time-schedule ul li {
    margin-bottom: 10px;
}

.active-date{
    background: #d1e2ff !important;
}

.zabuto-calendar__day--today{
    background: #f5f6fa;
}

.pro-content {
    margin-top: -39px;
}

.zabuto-calendar__day.disabled{
    background: #d6d6d6;
    color: white;
    cursor: not-allowed !important;
    pointer-events: none;
}

.zabuto-calendar__day.disabled:hover{
    background: #d6d6d6 !important;
    color: white;
    cursor: not-allowed !important;
}

.check-today{
    background: #6e7be6;
    color: #ffffff;
}

.divider-sl{
    padding-top: 8px;
}

.iq-footer h3{
    font-size: 16px;
    margin-top: 16px;
}
.iq-footer ul{
    display: grid;
}
.iq-footer ul li{
    margin-top: 10px;
}

.logo-footer{
    width: 220px;
}
.about-system p{
    padding: 0 160px;
    text-align: left;
    font-size: 20px;
    line-height: 31px;
}
.url-cad{
    background: white;
    border: solid 1px silver;
    border-left: none;
    width: 100%;
}
.iq-menu-horizontal{
    margin-left: 1%;
}
.iq-menu-horizontal-un{
    margin-left: 61%;
    margin-top: 0px;
}
.btn-color-sche{
    color: #465af7;
}

.work-detail-success {
    min-height: 208px;
}

#ohsnap .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #eed3d7;
    border-radius: 4px;
    position: fixed;
    bottom: 0px;
    right: 21px;
    /* Each alert has its own width */
    float: right;
    clear: right;
    background-color: white;
    z-index: 999999999999999;
}

#ohsnap .alert-red {
    color: white;
    background-color: #DA4453;
}
#ohsnap .alert-green {
    color: white;
    background-color: #37BC9B;
}
#ohsnap .alert-blue {
    color: white;
    background-color: #4A89DC;
}
#ohsnap .alert-yellow {
    color: white;
    background-color: #F6BB42;
}
#ohsnap .alert-orange {
    color:white;
    background-color: #E9573F;
}

.one-prof{
    height: 45px;
    line-height: 45px;
    background: #f5f6fa;
    border: 1px solid #edeef2;
    font-size: 16px;
    color: #535f6b;
    border-radius: 5px;
    box-shadow: none;
    padding-left: 20px;
    font-weight: 500;
}

.profile-img-bg{
    padding: 37px 0;
}

/*----- whatsapp feature on specific pages float button -----*/

.whatsapp-float-product-page {
    position: fixed;
    bottom: 37px;
    z-index: 1;
    right: 47px;
    display: inline-block;
}

.whatsapp-plain-round-btn  {
    display:inline-block;
    cursor:pointer;
    text-decoration:none;
    color: #4B7E43;
    font-size:18px;
    padding:5px 10px;
    margin:10px;
    transition: all 0.3s linear ;
}
.whatsapp-plain-round-btn img{
    width: 45px;
    vertical-align: middle;
    margin-left: 5px;
}
.whatsapp-plain-round-btn:hover {
    opacity: 0.5;
    margin-top: 10px;
    transform: scale(0.85);
    transition: all 700ms;
}

.form-control {
    background: #ffffff;
    border: 1px solid #c9c9c9;
}

.profile-card:after {
    background: transparent;
}

.zabuto-calendar.table.clickable>tbody td:hover {
    background-color: #6e7be6 !important;
}

.zabuto-calendar__day.disabled:hover {
    background-color: #f0f0f0 !important;
}

.menu-interno{
    margin-bottom: 20px;
}

.display-mob{
    display: none;
}
.invoice-btn{
    display: block;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999999999;
    position: fixed;

}

.modal-dialog-centered {
    min-height: 0%;
}

.social-ic {
    background: none;
    padding: 5px;
    margin-bottom: 10px;
}
.social-ic a:before {
    background: transparent !important;
}

/*.social-ic a {*/
/*    background: white;*/
/*    border-radius: 10px;*/
/*    line-height: 50px;*/
/*}*/

.social-ic a i {
    font-size: 27px;
}

.social-ic a:hover {
    background: transparent;
    opacity: 0.8;
}

.font-size-26{
    font-size: 26px !important;
}

.schedule-update .select2-selection {
    height: 44px !important;
    border: solid 1px #c9c9c9!important;
}

.profile-box {
    background: transparent;
}
.details-schedule p{
    margin-bottom: inherit;
    padding: 5px;
}

.details-schedule p:nth-child(even) {
    background-color: #ffffff;
}

.details-schedule p:nth-child(odd) {
    background-color: #f2f2f2;
}

.links-details button i{
    position: inherit;
}

.links-details{
    margin-bottom: 30px;
}

.custom-upload img:hover {
    opacity: 0.2;
}

.visibility-none{
    visibility: hidden;
    display: none !important;
}

.more-start_end{
    display: contents;
}

.display-none{
    display: none;
}

.modal-addedituser label{
    margin-bottom: 0px;
}

.modal-addedituser input{
    height: 35px;
}

.form-control.api-password {
    letter-spacing: 0px;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    float: left;
    margin-bottom: 25px;
}

.star {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
    margin-right: 10px;
}

.star:hover,
.star:hover ~ .star,
input[type="radio"]:checked ~ .star {
    color: #FFD700;
}

.rating input[type="radio"] {
    display: none;
}

.avaliacao{
    text-align: center;
    margin-top: 8px;
}

.btn-top-schedule{
    position: absolute;
    right: 24px;
}

.flatpickr-calendar.animate.open {
    z-index: 999999999999;
}

.selectrecorrencia{
    height: 33px;
    width: 200px;
    text-align: center;
    border: solid 2px #edeef2;
    border-radius: 4px;
}

.selectrepetir{
    height: 33px;
    width: 124px;
    text-align: center;
    border: solid 2px #edeef2;
    border-radius: 4px;
}

.overlap-schedule{
    background: #ffebe4;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border-radius: 13px;
    border: solid 1px #ffaf95;
    margin: 10px;
}

.overlap-schedule p{
    margin-bottom: 4px !important;
}

.fc-event-container{
    cursor: pointer;
}

.selectperfil{

}

.selectperfil {
    appearance: initial;
    padding-right: 20px;
    padding-top: 1px;
    height: 49px;
}

/* Opcional: Adicionar um fundo branco para cobrir a seta padrão do sistema */
.selectperfil::-ms-expand {
    display: none;
}

/* Opcional: Estilizar a seta para o Internet Explorer */
.selectperfil {
    -webkit-appearance: none;
    -moz-appearance: none;
}

table.dataTable tbody tr:hover {
    background-color: #f5f5f5d4;
}

.fc-day-grid-event:hover{
    background: #a0c1fb !important;
    border-color: #a0c1fb !important;
}

.datetimeFlat{
    background-color: #ffffff !important;
}

.colorfff{
    background-color: #ffffff !important;
}
.form-group {
    margin-bottom: 0rem;
}

.diaSemana{
    color: #212529;
    background-color: #c7cbd3;
    border-color: #c7cbd3;
}

.diaSemana.selecionado{
    color: #fff;
    background-color: #5baa73;
    border-color: #5baa73
}


.diaSemana.selecionado:hover{
    color: #fff;
    background-color: #5baa73;
    border-color: #5baa73
}

.diaSemana.selecionado:focus{
    color: #fff;
    background-color: #5baa73;
    border-color: #5baa73
}

.dias-semana a{
    margin-bottom: 10px;
}

.icon-share{
    line-height: 46px !important;
}

#service_id{
    background-image: url(../images/down-icon.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    padding-right: 45px;
    background-position: 98%;
}

.select_profissional_schedule {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0px;
    padding-left: 18px;
}

.select_profissional_schedule{
    background-image: url(../images/down-icon.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    padding-right: 45px;
    background-position: 98%;

}

/* Definindo a animação pulsante */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Estilo do botão */
.btn-pulsante {
    animation: pulse 2s infinite; /* Aplicando a animação pulsante */
}

/* Estilo opcional para melhorar a aparência do botão */
.btn-pulsante:hover {
    background-color: #4c9362;
    border-color: #488a5c;
}

.modal-dialog {
    max-width: 580px;
}

.delete-service-sched{
    height: 40px;
    margin-top: 34px;
    margin-left: 10px;
}

#service-container{
    width: 400px;
    border: solid 2px silver;
    margin: 16px;
    padding: 11px;
    border-radius: 20px;
}
.pix-info{
    border: solid 1px silver;
    padding: 20px;
    width: 61%;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 14px
}

.pix-info p{
    margin-bottom: 0px;
}

.pix-info h4{
    margin-bottom: 15px;
}

.pix-info #valorpix{
    background: #e4e4e4;
    padding: 5px;
    font-weight: bold;
}

.title-add{
    visibility: hidden;
}

.title-mob-service{
    display: none;
}

.tab-content>.active {
    display: flex;
}

.nav-tabs {
    border-bottom: 2px solid #d1e2ff !important;
    margin-bottom: 15px;
}
.custom-select {
    position: relative;
    width: 200px; /* Ajuste conforme necessário */
}

.selected-option {
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.options {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1;
}

.options li {
    padding: 10px;
    cursor: pointer;
    white-space: nowrap;
}

.options li:hover {
    background-color: #f0f0f0;
}

.user-photo {
    width: 20px; /* Ajuste conforme necessário */
    height: 20px; /* Ajuste conforme necessário */
    border-radius: 50%;
    margin-right: 10px;
}

/* Exibir as opções ao clicar na área selecionada */
.custom-select:hover .options {
    display: block;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 14px;
    color: #535f6b !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    background-image: url(../images/down-icon.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    padding-right: 20px;
    background-position: 98%;
    position: relative !important;
    margin-left: -22px !important;
    border: none !important;
}

.ri-delete-bin-line{
    position: relative;
    margin-left: 0px;
}

.bg-silver-clean{
    background-color: #ededed!important;
    margin-bottom: 10px;
}

.bg-silver-clean:hover{
    border: solid 2px #c0c0c066;
}

.nb-date{
    height: 44px;
    padding-top: 9px;
}

.add-services-perfil:after{
    display: none !important;
}

#btnGroupDrop2:after{
    display: none !important;
}

.show-services-view{
    max-height: 400px;
    overflow: auto;
    width: 100%;
}

.style-services{
    max-height: 500px;
    overflow: auto;
}


 .checkbox-wrapper-2 .ikxBAC {
     appearance: none;
     background-color: #dfe1e4;
     border-radius: 72px;
     border-style: none;
     flex-shrink: 0;
     height: 20px;
     margin: 0;
     position: relative;
     width: 30px;
 }

.checkbox-wrapper-2 .ikxBAC::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}

.checkbox-wrapper-2 .ikxBAC,
.checkbox-wrapper-2 .ikxBAC::after {
    transition: all 100ms ease-out;
}

.checkbox-wrapper-2 .ikxBAC::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
}

.checkbox-wrapper-2 input[type=checkbox] {
    cursor: default;
}

.checkbox-wrapper-2 .ikxBAC:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
}

.checkbox-wrapper-2 .ikxBAC:checked {
    background-color: #6e79d6;
}

.checkbox-wrapper-2 .ikxBAC:checked::after {
    background-color: #fff;
    left: 13px;
}

.checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
}

.checkbox-wrapper-2 .ikxBAC:checked:hover {
    background-color: #535db3;
}

.toast__container {
    display: table-cell;
    vertical-align: middle;
    position: fixed;
    top: 77px;
    z-index: 999;
    right: 0;
}

.toast__cell{
    display:inline-block;
}

.add-margin{
    margin-top:20px;
}

.toast__svg{
    fill:#fff;
}

.toast {
    text-align:left;
    padding: 21px 0;
    background-color:#fff;
    border-radius:4px;
    max-width: 500px;
    top: 0px;
    position:relative;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
}


.toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius:4px;
    border-bottom-left-radius: 4px;

}

.toast__icon{
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    padding: 7px;
    border-radius: 50%;
    display: inline-block;
    padding-left: 9px;
}

.toast__icon i{
    color: white;
}

.toast__type {
    color: #3e3e3e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}

.toast__message {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #878787;
}

.toast__content{
    padding-left:70px;
    padding-right:60px;
}

.toast__close {
    position: absolute;
    right: 22px;
    top: 50%;
    width: 14px;
    cursor:pointer;
    height: 14px;
    fill:#878787;
    transform: translateY(-50%);
}

.toast--green .toast__icon{
    background-color:#2BDE3F;
}

.toast--green:before{
    background-color:#2BDE3F;
}

.toast--blue .toast__icon{
    background-color:#1D72F3;
}

.toast--blue:before{
    background-color:#1D72F3;
}

.toast--yellow .toast__icon{
    background-color:#FFC007;
}

.toast--yellow:before{
    background-color:#FFC007;
}

.toast--green{
    margin-bottom: 10px;
}

.notificatiobox{
    border: solid 1px silver;
    border-radius: 6px;
    height: 38px;
    padding: 6px;
    margin: 15px;
    background: #f9f9f9;
}

.notificatiobox input{
    height: 15px;
}


#loading-spinner {
    background: #d5d5d58f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0; 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    visibility: hidden; 
    border-radius: 20px
}

#qrcode img{
    margin: 0 auto;
    margin-bottom: 34px;
}

.dropdown.bootstrap-select.form-control{
    border: solid 1px #d1e2ff;
    border-radius: 5px;
}

.table-user-filter{
    height: 400px;
    overflow-y: scroll;
}

.fc-daygrid-dot-event .fc-event-title {
    font-weight: 500;
    padding: 0px 4px 0px 5px;
    font-size: 13px;
    border-radius: 5px;
    line-height: 21px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin: 0;
    padding: 1px;
}

.fc-daygrid-more-link.fc-more-link{
    width: 100%;
    text-align: center;
    color: black;
    font-weight: 500;
    margin-top: 10px;
    border: solid 1px silver;
    border-radius: 5px;
}

.fc-event{
    cursor: pointer;
}

.badge-warning {
    margin-bottom: 3px;
}

.badge-success{
    margin-bottom: 3px;
}

.fc-daygrid-day-frame .fc-daygrid-event-dot{
    display: none;
}

.deletebtn-block{
    padding: 2px 10px;
    padding-right: 10px;
}

.add-date-block{
    padding: 0px 7px;
    margin-top: 8px;
    font-size: 18px;
}


.card-whatsapp {
    background: linear-gradient(to bottom, #00d45e 15%, transparent 45%);
    border-radius: 10px;
    padding: 20px;
    color: white;
    text-align: center;
    position: relative;
}

.timeline-page .iq-timeline0 ul li:nth-child(odd) .timeline-dots, .timeline-page .iq-timeline0 ul li:nth-child(odd) .timeline-dots.timeline-dot1 {
    top: 4px;
}

.timeline-page .iq-timeline0 ul li:nth-child(2n) .timeline-dots, .timeline-page .iq-timeline0 ul li:nth-child(2n) .timeline-dots.timeline-dot1 {
    top: 5px;
}

.color-black{
    color: black;
}

.timesqrcode{
    display: inline-flex;
    margin-bottom: 25px;
    font-size: 14px;
}

.timesqrcode #countdown{
    margin: 0 8px;
    font-weight: 700;
}

@media (max-width: 991px){

    .iq-menu-horizontal .iq-sidebar-menu .iq-sidebar-logo {
        display: none !important;
    }

    .style-services{
        max-height: 300px;
        overflow: auto;
        width: 100%;
    }
    .style-services a {
        text-wrap: pretty;
    }

    .msg-alert-schedule{
        margin-top: -34px;
        padding: 4px;
        text-align: center;
        width: 100%;
        display: block;
    }

    .title-add{
        display: none;
    }

    .pix-info {
        width: 100%;
    }

    .title-mob-service{
        display: block;
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        min-width: 95px;
    }

    .social-ic a {
        width: 35px !important;
        height: 26px !important;
        line-height: 40px !important;
    }

    #calendar1 .fc-center{
        position: absolute;
        right: 0;
        top: 22px;
    }
    #calendar1 .fc-left{
        margin-bottom: 15px;
    }

    .add-new-services{
        margin-right: -14px;
    }
    .icon-share{
        line-height: 40px !important;
    }

    .custom-upload img {
        height: 120px;
        width: auto;
        max-height: 120px;
    }

    .no-img-add{
        max-height: 150px !important;
        height: 150px !important;
    }

    .clean{
        display: none !important;
    }

    .url-shared{
        width: 100% !important;
        font-size: 11px;
    }

    .display-desk{
        display: none;
    }
    .fixed-top-navbar.sidebar-main .iq-menu-bt-sidebar .wrapper-menu, .fixed-top-navbar.sidebar-main .iq-sidebar-menu {
        margin: 0;
        margin-top: 13px;
    }

    .iq-menu-horizontal {
        margin-left: 42%;
    }

    .links-details{
        text-align: center;
    }
    .links-details .btn-success{
        margin-top: 4px;
    }
    /*.social-ic a {*/
    /*    width: 38px;*/
    /*    height: 34px;*/
    /*    line-height: 43px;*/
    /*}*/

    .alian-just-center{
        text-align: center;
        justify-content: center;
    }

    .divider-sl {
        padding-top: 0px;
    }

    .menu-interno {
        display: inline-flex;
    }

    .menu-interno a{
        font-size: 11px;
        margin: 2px;
    }

    .content-page {
        padding: 20px 0;
    }

    .margin-mob-s{
        margin-right: 22px;
        text-align: justify;
    }
    .menu-interno {
        margin-bottom: 7px;
    }
    .fc-toolbar.fc-header-toolbar{
        display: block;
    }

    .fc-button-group{
        display: none;
    }
    .fc-toolbar h2 {
        font-size: 20px !important;
    }
    .fc-dayGridMonth-button{
        display: none !important;
    }
    .fc-timeGridWeek-button{
        display: none !important;
    }
    /*.fc-timeGridDay-button{*/
    /*    display: none !important;*/
    /*}*/
    /*.fc-listWeek-button{*/
    /*    display: none !important;*/
    /*}*/
    .fc-ltr .fc-list-heading-alt {
        font-size: 13px !important;
    }
    .fc-ltr .fc-list-heading-main {
        font-size: 13px !important;
    }
    .fc-right{
        display: grid;
    }
    .fc-toolbar.fc-header-toolbar {
        overflow-x: hidden;
    }

    .invoice-btn{
        display: none;
    }
    .iq-navbar-logo{
        width: 100%;
    }
    .ri-menu-line.wrapper-menu{
        position: absolute;
        right: 0;
    }
    .display-mob{
        display: block;
    }
    .display-blo-mob{
        display: block;
    }
    .display-blo-mob input{
        width: 100% !important;
    }
    .iq-top-navbar .iq-navbar-logo img {
        height: auto;
        width: 200px;
    }
    .title-age {
        margin-top: 0;
    }
    .about-system p {
        padding: 0;
    }

    .whatsapp-float-product-page {
        position: fixed;
        bottom: 53px;
        z-index: 1;
        right: 25px;
        display: inline-block;
    }
    .whatsapp-plain-round-btn {
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        color: #4B7E43;
        font-size: 12px;
        transition: all 0.3s linear;
        position:relative;
        z-index:99999;
    }
    .whatsapp-plain-round-btn img{
        width: 36px;
        vertical-align: middle;
        margin-left: 5px;
    }
    .wrapper{
        margin-top: 30px;
    }

    h2 {
        font-size: 24px;
    }

    .zabuto-calendar.table>tbody td {
        width: calc(100% / 8);
    }

}

.dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
}

.nav-tabs {
    border-bottom: 0px;
}


.img-container {
    max-height: 400px;
    overflow: hidden;
}
#image-to-crop {
    max-width: 100%;
}