@charset "UTF-8";
/* ===================================

= Plugins Stylesheet File =

version     :   1.0
date        :   09/2024
author      :   glammelagency
email       :   hello@glammel.com
website     :   https://www.glammel.com

=================================== */
/*
[data-bs-theme="light"]
[data-bs-theme="dark"]
*/

/* ======================================================
    date-range-picker
========================================================= */
[data-bs-theme="light"] .daterangepicker {
    background-color: #fff !important;
    border-radius: .375rem !important;
    border: 1px solid #eaeaea !important;
}
[data-bs-theme="dark"] .daterangepicker {
    background-color: #000 !important;
    border-radius: .375rem !important;
    border: 1px solid #313131 !important;
}
.daterangepicker .calendar-table .next, .daterangepicker .calendar-table .prev {
    display: none !important;
}
.daterangepicker th.month {
    width: 100% !important;
}
.daterangepicker select.monthselect {
    margin-right: 5% !important;
    width: 65% !important;
}
.daterangepicker select.yearselect {
    width: 65% !important;
}
[data-bs-theme="light"] .daterangepicker .calendar-table {
    background-color: #fff;
}
[data-bs-theme="dark"] .daterangepicker .calendar-table {
    background-color: #000!important;
}
[data-bs-theme="light"] .daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}
[data-bs-theme="dark"] .daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #313131;
    border-color: transparent;
    color: #fff;
}
[data-bs-theme="light"] .daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}
[data-bs-theme="dark"] .daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    background-color: transparent;
    border-color: transparent;
    color: #999;
}
.daterangepicker .drp-calendar.left {
    padding: 1rem !important;
}
.daterangepicker .drp-calendar.left .calendar-table {
    padding: 0 !important;
}
.daterangepicker.opensright:before,
.daterangepicker.opensright:after {
    display: none !important;
}
[data-bs-theme="light"] .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #000 !important;
    color: #fff !important;
}
[data-bs-theme="dark"] .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #fff !important;
    color: #000 !important;
}
[data-bs-theme="light"] .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    border: 1px solid #eaeaea !important;
    padding: .5rem .25rem !important;
}
[data-bs-theme="dark"] .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    border: 1px solid #eaeaea !important;
    padding: .5rem .25rem !important;
}


/* ======================================================
    select2
========================================================= */
.select2-container--bootstrap-5 .select2-selection--single {
    height: 50px !important;
    padding: 1.5rem !important;
    font-size: 1.4rem !important;
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
    [data-bs-theme="light"] .select2-container--bootstrap-5 .select2-selection--single {
        color: #000;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        border: 1px solid #eaeaea !important;
    }
    [data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--single {
        color: #fff;
        background-color: #000;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        border: 1px solid #313131 !important;
    }
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none !important;
}
    [data-bs-theme="light"] .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
        border-color: #eaeaea !important;
    }
    [data-bs-theme="dark"] .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
        border-color: #313131 !important;
    }
[data-bs-theme="light"] .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
    border-top: 0px solid #eaeaea !important;
}
[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
    border-top: 0px solid #313131 !important;
}
[data-bs-theme="light"] .select2-container--bootstrap-5 .select2-dropdown {
    border-color: #eaeaea !important;
    color: #212529 !important;
    background-color: #fff !important;
}
[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown {
    border-color: #313131 !important;
    color: #fff !important;
    background-color: #000 !important;
}
[data-bs-theme="light"] .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #000 !important;
    background-color: #f7f7f7 !important;
}
[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #000 !important;
    background-color: #f7f7f7 !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: .75rem 1rem !important;
    font-size: 1.3rem !important;
}
[data-bs-theme="light"] .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    color: #999 !important;
}
[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    color: #999 !important;
}
.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
[data-bs-theme="light"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}
[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}
[data-bs-theme="light"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #999 !important;
}
[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #999 !important;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    right: 4rem !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
}
[data-bs-theme="light"] .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: #f7f7f7 !important;
    color: #000 !important;
}
[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: #fff !important;
    color: #000 !important;
}


/* ======================================================
    jquery.reteYo
========================================================= */
.jq-ry-container {
    padding: 0!important;
}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group>svg {
    fill: none !important;
    stroke-width: 20px !important;
}
[data-bs-theme="light"] .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group>svg {
    stroke: #000 !important;
}
[data-bs-theme="dark"] .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group>svg {
    stroke: #fff !important;
}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group>svg {
    stroke-width: 0px !important;
    stroke: transparent !important;
}
[data-bs-theme="light"] .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group>svg {
    fill: #000;
}
[data-bs-theme="dark"] .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group>svg {
    fill: #fff;
}


/* ======================================================
    slick-slider
========================================================= */
.slick-track {
    margin-left: 0;
    margin-right: 0;
}


/* ======================================================
    simple-notify
========================================================= */
.sn-notifications-container {
    padding: 15px !important;
    gap: 5px !important;
}
.sn-notifications-container .sn-notify {
    padding: 1.75rem;
    border-radius: 12px;
    width: 380px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sn-notify-autoclose:before {
    display: none !important;
}
.sn-notifications-container .sn-notify .sn-notify-icon {
    width: 24px;
    height: 24px;
}
.sn-notifications-container .sn-notify .sn-notify-title {
    color: var(--bs-gray-800);
    font-weight: 600;
    font-size: 1.3rem;
    margin: 0;
}
.sn-notifications-container .sn-notify .sn-notify-close {
    top: 18px;
    height: 20px;
    width: 20px;
}
.sn-notifications-container .sn-notify.sn-notify-success {
    --sn-notify-border-color: rgba(232, 232, 232);
    --sn-notify-icon-color: var(--sn-success-color);
    --sn-notify-shadow-color: rgba(0, 0, 0, .1);
}
.sn-notifications-container .sn-notify.sn-notify-error {
    --sn-notify-border-color: rgba(232, 232, 232);
    --sn-notify-icon-color: var(--sn-error-color);
    --sn-notify-shadow-color: rgba(0, 0, 0, .1);
}
.sn-notifications-container .sn-notify.sn-notify-warning {
    --sn-notify-border-color: rgba(232, 232, 232);
    --sn-notify-icon-color: var(--sn-warning-color);
    --sn-notify-shadow-color: rgba(0, 0, 0, .1);
}
.sn-notifications-container .sn-notify.sn-notify-info {
    --sn-notify-border-color: rgba(232, 232, 232);
    --sn-notify-icon-color: var(--sn-info-color);
    --sn-notify-shadow-color: rgba(0, 0, 0, .1);
  }
