*{
    font-family: "Nunito" !important;
}

.color-red{
    color: #dd6069 !important;
}

.color-green{
    color: #47C072 !important;
}

.loading{
    width: 100vw;
    height: 100vh;
    z-index: 999999999;
    display: flex;
    justify-content: center;
}

.loading .logo{
    mix-blend-mode: multiply;
    /*width: 15%;
    margin-left: calc((100vw / 2) - 7%);
    margin-top: calc((100vh / 2) - 5%);*/

    width:auto;
    max-height: 100px;
    margin:auto;
}

#listnotfound_wrapper > div.dt-buttons{
    position: absolute;
    top: 70px;
    left: 24px;
}

#main.previewstats{
    overflow-x: hidden;

    padding:4rem;
    margin-left: 0px;
}

#app{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

@media screen and (max-width: 1199px){
    #listnotfound_wrapper > div.dt-buttons{
        display: none;
    }

    .force-break-mobile{
        overflow-wrap: break-word;
        max-width: 90px;
    }
    .no-padding-mobile{
        padding:5px !important;
    }
}

.card-stat-header{
    padding:20px;
    height: 120px;
}

.card-stat-title{
    margin:0px;
    line-height: 18px;
}
.pointer{
    cursor: pointer;
}
.sidebar-wrapper{
    position: fixed;
    z-index: 20000;
}

.modal-backdrop{
    z-index: 30000;
}
.modal{
    z-index: 40000;
}

.bg-gradient-blue{
    background-image: linear-gradient( 135deg, #ABDCFF 10%, #0396FF 100%);
}
.bg-gradient-red{
    background-image: linear-gradient( 135deg, #FFD3A5 10%, #FD6585 100%);
}
.bg-gradient-purple{
    background-image: linear-gradient(135deg, #EE9AE5 10%, #5961F9 100%)
}
.bg-gradient-chiano{
    background-image: linear-gradient( 135deg, #2AFADF 10%, #4C83FF 100%)
}

.footer{
    /*position: fixed;
    bottom:0px;*/
    width: 100%;
    background-color: #f2f7ff;
}

.w-10per{
    width: 10%;
}

.w-20per{
    width: 20%;
}
.w-25per{
    width: 25%;
}

.w-30per{
    width: 30%;
}

.w-45per{
    width: 45%;
}

.w-55per{
    width: 55%;
}
.w-60per{
    width: 60%;
}
.w-65per{
    width: 65%;
}
.w-70per{
    width: 70%;
}
.w-75per{
    width: 75%;
}
.w-15per{
    width: 15%;
}

.w-5per{
    width: 5%;
}

.text-no-wrap{
    white-space: nowrap;
}

.icon-detail-list{
    position: relative;
    top: 3px;
}

.scroll-locked{
    /*height: 100vh;
    overflow-y: hidden;*/
}

.faqtable {
    width: 100%;
}

.table-striped > tbody > tr:nth-of-type(odd){
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.padding-top-desktop{
    margin-top: 100px;
}

.header-desktop{
    position: fixed;
    width: calc(100% - 4rem - 300px);
    background-color: #f2f7ff;
    z-index: 20000;
    top: 0;
    height: 130px;
    margin-bottom: 0px !important;
}
@media screen and (max-width: 1200px){
    #main{
        padding-top: 0px !important;
    }
    .header-desktop{
        display: none;
    }
    .padding-top-mobile{
        padding-top: 56px;
    }
    .padding-top-desktop{
        margin-top: 0px;
    }
    .my-header-nav{
        padding-top: 16px;
        padding-bottom: 10px;
        z-index: 10000;
        width: 100%;
        position: fixed;
        background-color: #f2f7ff;
        height: 56px;
        margin-bottom: 0px !important;
    }
    .my-header-nav .title-mobile{
        text-align: center;
        position: absolute;
        top: 13px;
        width: 100%;
        font-weight: bolder;
        font-size: 20px;
    }
}
@media screen and (max-width: 1440px){
    body{
        /*zoom: 0.8;*/
    }
}

.trumbowyg-editor p{
    margin-bottom: 0px;
}

.vertical-middle{
    vertical-align: middle;
}

.faq-menu-item{
    max-width: 75%;
    text-overflow: ellipsis;
    overflow: auto;
    white-space: nowrap;
    margin: 0px;
    float: left;
}

.bg-whastapp{
    background-image: url(/assets/images/whatsapp_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem
}

.trumbowyg-editor {
    min-height: 300px;
}

.trumbowyg-no-buttons .trumbowyg-button-pane{
    display: none !important;
}

.trumbowyg-small-content .trumbowyg-box,.trumbowyg-small-content .trumbowyg-editor {
    min-height: 200px;
    /*height: 200px;*/
}

.trumbowyg-extrasmall-content .trumbowyg-box,.trumbowyg-extrasmall-content .trumbowyg-editor  {
    min-height: 100px;
    /*height: 100px;*/
}

#auth{
    background-color:#f2f7ff
}

#auth .my-logo-header{
    mix-blend-mode: multiply;
    margin-top: 10vh;
    margin-bottom: 40px;
}

#auth #auth-center {
    padding: 3rem;
    background-color: white;
    border-radius: 10px;
    max-width: 500px;
    margin-left:auto;
    margin-right:auto;
}
#auth .auth-subtitle{
    font-size: 18px;
}

@media screen and (max-width: 767px){
    #auth #auth-center {
        padding: 3rem;
        margin: auto;

    }
}

.ui-select-container{
    width: 100%;
}

.ui-select-container .select2-choice{
    background-image: none !important;
    height: 35px;
    line-height: 35px;

}
.ui-select-container .select2-arrow{
    background-image: none !important;
    background: #dce7f1 !important;
    width: 40px;
}

.swal2-container{
    z-index: 30100 !important;
}
.pointer-move{
    cursor: move;
}
.ui-sortable-helper {
    background-color: #dce7f1 !important;
}

.list-200px{
    max-height: 269px;
    overflow-y: scroll;
}
.ui-select-choices-row:hover {
    background-color: #f5f5f5;
    color: black !important;
}

.hourly_counter{
    font-size: 2.5rem;
}

.chatbot-tags-input{
    background-color: #f4f4f7;
    border: 1px solid #DCDCEB;
    border-radius: 8px;
    opacity: 1;
    padding-left: 10px;
    line-height: 50px;
    font-size: 18px;
    color: #060D36;
    font-weight: 300;
}

.chatbot-tags-input .host {
    margin-top: 8px !important;
    height: unset !important;
}
.chatbot-tags-input .tags{
    background-color: unset;
    border: none;
    box-shadow: none;
    height: unset !important;
}
.chatbot-tags-input .tags,
.chatbot-tags-input .tags.focused {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}
.chatbot-tags-input .tags .input {
    background-color: unset;
    font-size: 18px;
    font-weight: 300;
    color: #060D36;
}
.chatbot-tags-input .tags .tag-item {
    margin-top: 0px !important;
    background: white;
    border-radius: 16px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    height: 32px;
    line-height: 13px;
}
.chatbot-tags-input .tags .tag-item .remove-button {
    color: #C1C5DB;
    font-size: 20px;
    line-height: 18px;
    font-weight: lighter;
}
.chatbot-tags-input .tags .tag-item .remove-button:active {
    color: #dd6069;
}

.font-18px{
    font-size: 18px !important;
}
.btn-clear{
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

ol.submenu, ul.submenu{
    padding-left:1rem;
}
.submenu .submenu-item{
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#modal_choose_action_type .action-type{
    text-align: center;
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding:20px 10px
}
#modal_choose_action_type .action-type h5{
    line-height: 1.25rem;
    padding: 0;
    margin-bottom: 8px;
}

#modal_choose_action_type .action-type p{
    padding: 0px 20px;
    margin: 0;
}

#modal_choose_action_type .actiontype-active{
    border: 2px solid #335ce6!important;
}

.sidebar-wrapper .menu .sidebar-item.has-sub .sidebar-link:after{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9" style="fill:none;stroke:white;stroke-width:1"></polyline></svg>');
    color: white !important;
}
.my-dropdown-shadow{
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
}

.btn-light.dropdown-toggle:after{
    color: #252525;
}

.chatbot-tags-input {
    height: unset !important;
    min-height: 50px !important;
}
.chatbot-tags-input .host {
    height: unset !important;
}
.chatbot-tags-input .tags {
    background-color: unset;
    border: none;
    box-shadow: none;
    height: unset !important;
}
.chatbot-tags-input .tags,
.chatbot-tags-input .tags.focused {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}
.chatbot-tags-input .tags .input {
    background-color: unset;
    font-size: 13px;
    font-weight: 300;
    color: #060D36;
    width: 100%;
}
.chatbot-tags-input .tags .tag-item {
    margin-top: 0px !important;
    background: white;
    border-radius: 16px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px !important;
    height: 32px;
    line-height: 18px;
}
.chatbot-tags-input .tags .tag-item .remove-button {
    color: #C1C5DB;
    font-size: 13px;
    line-height: 20px;
    font-weight: lighter;
}
.chatbot-tags-inputt .tags .tag-item .remove-button:active {
    color: #dd6069;
}

.card-header{
    padding-bottom:10px;
}
.bg-light-grey{
    background-color: #f8f9fa;
}

.main_loading{
    position:absolute;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: #f2f7ff;
    display: flex;
}

.main_loading img {
    width: 60px;
    height: 60px;
    margin: auto;
}

table.dataTable.no-footer{
    border-bottom: 0px solid #f1f1f1;
}

.table-striped > tbody > tr:nth-of-type(odd){
    --bs-table-accent-bg:rgb(243, 243, 243);
}

.quick-hashtag{
    width: 250px;
    height: 60px;
    position: absolute;
    top: -65px;
    right: 0;
    z-index: 9999;
    padding: 20px;
    background-color: white;
    border: 1px solid #dce7f1;
    border-radius: 10px !important;
}

/* Booking Flow Block - Services List Styles */
.services-list .service-item {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-width: 2px !important;
}

.services-list .service-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

.services-list .service-item.border-primary {
    border-color: #0d6efd !important;
    background-color: #f8f9ff !important;
}

.services-list .service-item.border-secondary {
    border-color: #dee2e6 !important;
    background-color: #ffffff !important;
}

.services-list .service-item .card-body {
    padding: 1rem !important;
}

.services-list .service-item h6 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.services-list .service-item .badge {
    font-size: 0.75rem;
}

.services-list .service-item .btn-group {
    margin-top: 0.5rem;
}

.services-list .service-item .btn-group .btn {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

/* Border dashed style for empty state */
.border-dashed {
    border: 2px dashed #dee2e6 !important;
    border-radius: 0.375rem;
}

.border-dashed:hover {
    border-color: #adb5bd !important;
}

/* Working hours improvements */
.working-hours-section {
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-top: 1rem;
}

.working-hours-day {
    background-color: white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    border: 1px solid #dee2e6;
}

.working-hours-day .day-header {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.time-slot {
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin-bottom: 0.25rem;
    border: 1px solid #e9ecef;
}

/* Additional improvements for service selection */
.services-list .service-item.border-primary h6 {
    color: #0d6efd !important;
    font-weight: 700;
}

.services-list .service-item.border-primary .badge {
    background-color: #0d6efd !important;
    color: white !important;
}

.services-list .service-item.border-secondary h6 {
    color: #495057 !important;
    font-weight: 600;
}

.services-list .service-item.border-secondary .badge {
    background-color: #6c757d !important;
    color: white !important;
}

/* Smooth transitions for better UX */
.services-list .service-item h6,
.services-list .service-item .badge,
.services-list .service-item i {
    transition: all 0.2s ease-in-out;
}

/* Focus styles for accessibility */
.services-list .service-item:focus {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

/* Working hours day header improvements */
.working-hours-day .day-header {
    background-color: #f8f9fa;
    padding: 0.5rem;
    border-radius: 0.25rem;
    border-left: 3px solid #0d6efd;
}

/* Time slot improvements */
.time-slot {
    transition: all 0.2s ease-in-out;
}

.time-slot:hover {
    background-color: #e9ecef !important;
    border-color: #adb5bd !important;
}

/* Service ID display improvements */
.service-id-display {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    color: #495057;
    display: inline-block;
}

.form-text code {
    background-color: #f8f9fa;
    color: #e83e8c;
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}