@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

body {
    font-family: "Montserrat", Arial, sans-serif;
}

html .card-featured-green {
    border-color: #92d36e;
}

html .bg-green, html .background-color-green {
    background-color: #92d36e;
}

.help-block {
    color: #ff0000;
}

.nestable-item-action-buttons {
    float: right;
}

.nestable-item-action-buttons > a > i {
    font-size: 20px;
}

.dd{
    max-width: none;
}

.dd-handle {
    height: 30px;
}

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0 5px 29px;
    padding: 5px 10px 5px 11px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-list .dd-list .form-control-nestable.icon,
.dd-list .dd-list .icon-preview{
    display: none;
}

.dd3-content.error {
    background: #fdd7d7;
    background: -webkit-linear-gradient(top, #fff2f2 0%, #ffe2e2 100%);
    background: -moz-linear-gradient(top, #fff2f2 0%, #ffe2e2 100%);
    background: linear-gradient(top, #fff2f2 0%, #ffe2e2 100%);
}

.dd3-handle.error {
    background: #e3a3a3;
    background: -webkit-linear-gradient(top, #e3a3a3 0%, #b06a6a 100%);
    background: -moz-linear-gradient(top, #e3a3a3 0%, #b06a6a 100%);
    background: linear-gradient(top, #e3a3a3 0%, #b06a6a 100%);
}

.dd3-content.deleted, .dd3-content.deleted:hover {
    background: #8b8b8b;
    background: -webkit-linear-gradient(top, #8b8b8b 0%, #b1b1b1 100%);
    background: -moz-linear-gradient(top, #8b8b8b 0%, #b1b1b1 100%);
    background: linear-gradient(top, #8b8b8b 0%, #b1b1b1 100%);
}

.dd3-handle.deleted, .dd3-handle.deleted:hover {
    background: #a4a4a4;
    background: -webkit-linear-gradient(top, #a4a4a4 0%, #5b5b5b 100%);
    background: -moz-linear-gradient(top, #a4a4a4 0%, #5b5b5b 100%);
    background: linear-gradient(top, #a4a4a4 0%, #5b5b5b 100%);
}

.dd3-content.new, .dd3-content.new:hover {
    background: #d5e2e8;
    background: -webkit-linear-gradient(top, #d5e2e8 0%, #ecf9ff 100%);
    background: -moz-linear-gradient(top, #d5e2e8 0%, #ecf9ff 100%);
    background: linear-gradient(top, #d5e2e8 0%, #ecf9ff 100%);
}

.dd3-handle.new, .dd3-handle.new:hover {
    background: #b3cedb;
    background: -webkit-linear-gradient(top, #b3cedb 0%, #91d1f1 100%);
    background: -moz-linear-gradient(top, #b3cedb 0%, #91d1f1 100%);
    background: linear-gradient(top, #b3cedb 0%, #91d1f1 100%);
}

.dd3-content:hover {
    background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 30px;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dd3-handle:before {
    font-family: "Font Awesome 6 Free";
    content: '\f047';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #9a9a9a;
    font-size: 16px;
}

.dd3-handle:hover {
    background: #ddd;
}

.dd-item > button[data-action="expand"]:before {
    content: none;
}

.dd-item > button[data-action="collapse"]:before {
    content: none;
}

.dd3-item > button {
    text-indent: unset;
}

.card-header-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

tr.deleted {
    background: #ffe5e5;
}

.multiselect-native-select .btn-group{
    width: 100%;
}
span.multiselect-selected-text{
    font-size: 14px !important;
    color: #555555;
}

.select2 {
    width: 100% !important;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #cde3ee;
    color: black;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true]:hover {
    background-color: #a9bcc4;
}

.select2-container--bootstrap .select2-selection--multiple {
    height: fit-content;
    padding-bottom: 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice.is-main .select2-selection__choice__remove{
    color: #fff;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice.is-main{
    background-color: #36bba3;
    color: #fff;
}

.dropzone {
    border-radius: 14px;
    overflow: auto;
}

.dropzone .dz-preview .dz-image img {
    transition: all .3s;
}
.dropzone .dz-preview.dz-image-preview {
    background: none;
}

.dropzone .dz-preview:hover .dz-image img {
    filter: none;
    transition: all .3s;
    transform: scale(1.10, 1.10);
}

.dz-remove:hover {
    text-decoration: none !important;
    color: #ca0000;
}

.form-control-nestable {
    position: relative;
    top: -3.2px;
    font-weight: 600;
    font-size: 13px;
    min-height: initial;
    max-width: 30ch;
    float: left;
}
.form-control-nestable:not(.price-input){
    background-color: transparent;
    border: none;
}

.form-control-nestable.price-input{
    max-width: 15ch;
    border: initial;
}

.has-danger .form-control-nestable{
    border: 1px solid;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true]::after {
    font-family: 'Font Awesome 6 Free';
    content: "\f058";
    float: right;
    font-weight: 900;
    color: #0a53be;
}

.select2-results__options[role="listbox"]:has(li[role="group"]) > li[role="option"]{
    font-weight: 700;
}
.dd-empty{
    display: none;
}

.form-group.divided {
    border-top: 1px solid #f3f3f3;
    padding-top: 16px;
    padding-top: 1rem;
}

.status-dot {
    font-size: 8px;
    padding: 0 5px;
}

.dot-gray {
    color: #929292;
}

.dot-green {
    color: #92d36e;
}

.dot-orange {
    color: #d68227;
}

.dot-red {
    color: #e61610;
}

.dot-light-blue{
    color: #7ac0ca;
}

.dot-light-orange{
    color: #f8dda7;
}

.voucher-status-dot {
    font-size: 14px;
    padding: 0 5px;
}

.dot-voucher-orange {
    color: #FFA834;
}

.dot-voucher-yellow {
    color: #FEFB64;
}

.dot-voucher-blue {
    color: #1464F6;
}

.dot-voucher-green {
    color: #92D36E;
}

.dot-voucher-purple {
    color: #EBC6F7;
}


.dd .select2-container--bootstrap{
    width: 180px !important;

}

.dd span.select2-selection.select2-selection--single{
    height: 24px;
    padding: 0;
}

hr {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.schedule-checkbox:checked{
    accent-color: #92d36e;
}

.schedule-checkbox:checked + label {
    color: #92d36e;
}
.form-control.out-of-range{
    border: 2px solid #ffba41 !important;
}
.form-control.in-range{
    border: 2px solid #47a447 !important;
}

th.sort {
    position: relative;
}

#data-grid th.sort > a::after {
    position: absolute;
    top: 11px;
    right: 4px;
}

#data-grid th.sort > a.asc::after {
    font-family: 'Font Awesome 6 Free';
    content: '\f885';
}

#data-grid th.sort > a.desc::after {
    font-family: 'Font Awesome 6 Free';
    content: '\f160';
}

html .toggle-green .toggle.active > label {
    background-color: #67bb3a !important;
    border-color: #67bb3a;
    color: #fff;
}

html .toggle-green .toggle label {
    color: #383f48;
    border-left-color: #67bb3a;
    border-right-color: #67bb3a;
}

.rating{
    font-size: 40px;
    color: #629c44;
}

/*Gallery styling*/

#gallery-grid .gallery-item {
    margin: 15px;
    object-fit: cover;
    width: 130px;
    height: 130px;
}
#gallery-grid label {
    display: block;
}

#gallery-grid .gallery-item.faded {
    /*    make it look faded without changing the opacity*/
    filter: opacity(0.5);
}

#gallery-grid input:checked + label {
    box-shadow: 0 0 0 2px #f0f0f1, 0 0 0 6px #4f94d4;
    filter: none;
}

#gallery-grid input:not(:checked) + label > .checkmark {
    display: none;
}

#gallery-grid input:checked + label > .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-size: 25px;
    filter: drop-shadow(2px 4px 6px #000);
    z-index: 1;
}

#gallery-grid ul.gallery-attachment {
    list-style: none;
    width: 100%;
}

#gallery-grid[data-columns="12"] li {
    width: 8.33%;
}
#gallery-grid[data-columns="8"] li {
    width: 12.5%;
}
#gallery-grid[data-columns="6"] li {
    width: 16.66%;
}

#gallery-grid .gallery-attachment {
    position: relative;
    float: left;
    padding: 8px;
    margin: 0;
    color: #3c434a;
    cursor: pointer;
    list-style: none;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    width: 25%;
    box-sizing: border-box;
}

#gallery-grid .gallery-attachment-preview {
    position: relative;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .05);
    background: #f0f0f1;
    cursor: pointer;
}

#gallery-grid .gallery-attachment-preview:before {
    content: "";
    display: block;
    padding-top: 100%;
}

#gallery-grid .gallery-thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: opacity .1s;
}

#gallery-grid .gallery-thumbnail.video img, .dz-image.video img{
    filter: brightness(0.6);
}
#gallery-grid .gallery-thumbnail.video::before, .dz-image.video::before{
    content: '▶';
    color: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
    font-size: 40px;
}

#gallery-grid .gallery-attachment .gallery-thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    overflow: hidden;
}

#gallery-grid .gallery-attachment .gallery-thumbnail .centered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(50%,50%);
}

#gallery-grid .gallery-attachment .gallery-thumbnail .centered img {
    transform: translate(-50%,-50%);
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    border:none;
}

.dropzone .remove-media-btn{
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    filter: drop-shadow(0 0 3px #000);
    z-index: 99;
    font-size: 20px;
    cursor: pointer;
}

.remove-media-btn:hover {
    color: #ccc;
}

.sng-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.radio-inline div[role="radiogroup"]{
    display: flex;
}

.radio-inline div[role="radiogroup"] > .radio-custom + .radio-custom, .radio-inline div[role="radiogroup"] > .radio-custom + .radio-custom:last-of-type {
    margin-left: 14px;
    margin-bottom: 7px;
}

.autocomplete-suggestion-box {
    top: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;

    width: calc(100% - var(--bs-gutter-x));
    max-height: 400px;
    padding: 10px 5px;

    background-color: #fff;
    border: 1px solid #999;

    overflow: auto;
}

.autocomplete-suggestion-box .autocomplete-suggestion {
    cursor: pointer;
    padding: 2px 20px;
}

.autocomplete-suggestion-box .autocomplete-suggestion:hover {
    background-color: #ddd;
}

.autocomplete-suggestion-box .autocomplete-suggestion:not(:last-child) {
    margin-bottom: 5px;
}

.radio-custom input[type="radio"]:disabled:checked + label:after {
    background-color: #ccc;
}

#product-totals {
    font-size: 15px;
}

#product-totals tr td:nth-child(1) {
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
    padding-top: 3px;
}
#product-totals tr td:nth-child(2) {
    text-align: right;
    padding-top: 3px;
}

.order-product-row{
    border-bottom: 1px solid #d9d9d9;
}

#sidebar-left .nav-link .badge {
    border-radius: 50%;
    background-color: #fd5c36;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: 50%;
    left: 35px;
    text-align: center;
    padding: 5px 0;
}

.grid-column-select-column + .grid-column-select-wrapper {
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--bs-table-border-color);
}

.grid-column-select-wrapper .grid-column-select-option {
    margin: 0.25rem 0;
    padding: 0.5rem 0.5rem;
    cursor: pointer
}

.grid-column-select-wrapper .grid-column-select-option:hover {
    background-color: var(--bs-table-striped-bg);
}

.column-selection-wrapper{
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.body-sign .card-sign .card-title-sign .title{
    background-color: #f15c3b;
}
.body-sign .card-sign .card-body{
    border-top-color: #f15c3b;
}

.btn-funstarter{
    background-color: #f15c3b;
    border-color: #f15c3b;
    color: #fff;
}

.btn-funstarter:hover{
    background-color: #fff;
    border-color: #f15c3b;
    color: #f15c3b;
}

.accordion-button{
    font-size: 13px;
    padding: 0.25rem 1rem;
}

.accordion-button:focus{
    box-shadow: none;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #36bba3;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #36bba3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #36bba399;
}

.form-control:focus {
    border-color: #36bba3;
    box-shadow: 0 1px 1px #00000013 inset, 0 0 8px #36bba34d;
}

html.sidebar-light:not(.dark) ul.nav-main > li.nav-active > a {
    color: #36bba3;
}

html .btn-primary {
    background-color: #36bba3;
    border-color: #36bba3 #36bba3 #288a78;
    color: #FFF;
}

html .btn-primary:hover {
    background-color: #3ac7ad;
    border-color: #3ac7ad #3ac7ad #2a917e;
    color: #FFF;
}

html .btn-primary:focus, html .btn-primary.focus{
    box-shadow: none;
    background-color: #3ac7ad;
    border-color: #3ac7ad;
}

.btn.btn-xs{
    font-size: 12.8px;
    font-size: 0.8rem;
    padding: 0 10.4px;
    padding: 0rem 0.65rem;
}

a {
    color: #36bba3;
}

a:hover {
    color: #3ac7ad;
}

html.dark .radio-primary input[type="radio"]:checked + label:after, .radio-primary input[type="radio"]:checked + label:after {
    background: #36bba3;
    box-shadow: 0px 0px 1px #36bba3;
}

.userbox .dropdown-menu a:hover,
.header .toggle-sidebar-left{
    background: #36bba3;
}

.radio-payment-type.readonly {
    pointer-events: none;
    opacity: 0.25;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
    background-color: #36bba3 !important;
    border-color: #36bba3;
}
.form-control:read-only{
    background-color: var(--bs-secondary-bg);
}

.text-purple{
    color: #663399;
}

#faq-accordion .accordion-item.has-error, #faq-accordion .accordion-item.has-error .accordion-button{
    background: #ffefef;
}

div.error {
    color: #C10000;
}

.note-group-select-from-files {
    display: none !important;
}

/* Product Schedule Calendar */
.calendar-container {
    background: #fff;
    border-radius: 10px;
}

.calendar-container header {
    display: flex;
    align-items: center;
    padding: 25px 0 10px;
    justify-content: space-between;
}

header .calendar-navigation {
    display: flex;
}

header .calendar-navigation span {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    user-select: none;
    color: #aeabab;
    font-size: 1.9rem;
}

.calendar-navigation span:last-child {
    margin-right: -10px;
}

header .calendar-navigation span:hover {
    background: #f2f2f2;
}

header .calendar-current-date {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
}

.calendar-body {
    padding: 20px 0;
}

.calendar-body ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
    padding-left: 0;
}

.calendar-body .calendar-dates {
    margin-bottom: 20px;
}

.calendar-body li {
    width: calc(100% / 7);
    font-size: 14px;
    color: #414141;
}

.calendar-body .calendar-weekdays li {
    cursor: default;
    font-weight: 500;
}

.calendar-body .calendar-dates li {
    margin-top: 4px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    padding: 10px 0 10px 0;
}

.calendar-dates li.inactive {
    color: #aaa;
}

.calendar-dates li.active {
    color: #fff;
}

.calendar-dates li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.calendar-dates li:not(.inactive) {
    cursor: pointer;
}

.calendar-dates li.active::before {
    background: #36bba3;
}

.calendar-dates li:not(.active):not(.inactive):hover::before {
    background: #e4e1e1;
}

.schedule-legend-item{
    font-size: 14px;
}

.schedule-legend-item.available::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #36bba3;
    margin-right: 6px;
}
/* End of Product Schedule Calendar */

.d-flex .checkbox-custom:last-child, .checkbox-custom:last-of-type {
    margin-bottom: 7px;
}

.datepicker table tbody tr td.day.disabled:hover {
    background: none;
    color: #777;
}

.datepicker table thead tr:last-child th:hover {
    color: #CCC !important;
}

.partner_reservation_search_dropdown {
    background-color: white !important;
}

.disabled-link {
    pointer-events: none;
    color: gray;
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.switch.switch-finance .ios-switch .on-background {
    background: #36bba3;
}

.order_type_package-table table {
    width: 100%;
    border-collapse: collapse;
}

.order_type_package-table th, .order_type_package-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.order_type_package-table tbody tr:first-child {
    background-color: #f0f0f0;
}

.ecommerce-status + .order-grid-select-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;

    width: 100%;
    background-color: #fff;

    border: 1px solid var(--bs-table-border-color);
}

.order-grid-select-wrapper .order-grid-select-option {
    margin: 0.25rem 0;
    padding: 0.5rem 0.5rem;
    cursor: pointer
}

.order-grid-select-wrapper .order-grid-select-option:hover {
    background-color: var(--bs-table-striped-bg);
}

.ecommerce-status.dot-light-blue:before {
    background-color: #7ac0ca;
}

.ecommerce-status.dot-green:before {
    background-color: #92d36e;
}

.ecommerce-status.dot-light-orange:before {
    background-color: #f8dda7;
}

.ecommerce-status.dot-gray:before {
    background-color: #929292;
}

.ecommerce-status.dot-light-blue, .ecommerce-status.dot-green, .ecommerce-status.dot-light-orange, .ecommerce-status.dot-gray {
    color: unset;
}

/*Set the default font for Summernote editor*/
.note-editable {
    font-family: 'Montserrat' !important;
}

.refresh-attributes-btn{
    position: absolute;
    top: 15%;
    right: -15px;
    background: none;
    border: none;
}

.add-attributes-btn{
    position: absolute;
    top: 15%;
    right: 23px;
    background: none;
    border: none;
}