.b-green-1 {
    background: #2AC084;
    border-radius: 10px;
    padding: 17px 20px;
    font-size: 14px;
    color: #fff;
    font-family: InterBold;
    text-decoration: none;
    transition: .3s;
    border: none;
    text-align: center;
}

/**
    FULL CALENDAR
 */
.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #EDE8E9;
}
.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #EDE8E9;
}
.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 14px 15px;
    margin-right: -60%;

    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #908E8E;
}
.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px 15px;
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #908E8E;
}
.fc .fc-day-other, .fc .fc-day-past {
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
}
.fc .fc-bg-event {
    background: linear-gradient(0deg, #456D44, #456D44), #FFFFFF;
}
.fc-h-event {
    border: none;
    border-radius: 20px;
    background: linear-gradient(0deg, #456D44, #456D44), #FFFFFF;
    padding: 4px 16px;
    margin-bottom: 2px;
}
.fc-h-event .fc-event-title {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
}
.fc .fc-bg-event .fc-event-title {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
}
.fc .fc-daygrid-day-bottom {
    display: flex;
    font-size: .85em;
    padding: 2px 3px 0;
}
.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer;
    border-radius: 20px;
    background: linear-gradient(0deg, #456D44, #456D44), #FFFFFF;
    padding: 4px 12px;
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    margin-left: auto;
}
.fc .fc-daygrid-event-harness {
    margin-top: 1px;
}
.fc-daygrid-dot-event {
    cursor: pointer;
    border-radius: 20px;
    background: linear-gradient(0deg, #456D44, #456D44), #FFFFFF;
    padding: 4px 12px;
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
}
.fc-daygrid-dot-event:hover,
.fc-daygrid-dot-event.fc-event-mirror {
    color: #FFFFFF;
    background: linear-gradient(0deg, #456D44, #456D44), #FFFFFF;
}
.fc-daygrid-event-dot {
    display: none;
    border: 4px solid #FFFFFF;
}
.fc .fc-daygrid-day.fc-day-today {
    background: transparent;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
    position: relative;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top::before {
    content: "Today";
    position: absolute;
    top: 15%;
    left: 35%;
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #F0536D;
    z-index: 9;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number {
    font-family: InterBold;
    color: #F0536D;
}
.fc .fc-highlight {
    background: #FFFFFF;
    border: 1px solid #3A3335;
    box-sizing: border-box;
}
.fc-theme-standard td {
    position: relative;
}
.fc .fc-daygrid-day-frame {
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all .2s ease;
}
.fc .fc-daygrid-day-frame:hover {
    transition: all .3s ease;
    border-color: #3A3335;
    background: linear-gradient(
        0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
}
.fc .fc-day-past .fc-daygrid-event,
.fc .fc-day-other .fc-daygrid-event,
.fc .fc-daygrid-more-link {
    opacity: .7;
}
@media (max-width: 570px) {
    .fc .fc-bg-event {
        background: transparent;
        color: transparent;
    }
    .fc-h-event {
        background: transparent;
        color: transparent;
    }
    .fc .fc-daygrid-event {
        background: transparent;
        color: transparent;
    }
    .fc .fc-daygrid-event::before {
        content: "";
        display: block;
        width: 100%;
        height: 6px;
        background: #456D44;
        z-index: 99999;
        border-radius: 30px;
    }
    .fc-direction-ltr .fc-daygrid-event.fc-event-start::before,
    .fc-direction-rtl .fc-daygrid-event.fc-event-end::before {
        content: "";
        display: block;
        width: 100%;
        height: 6px;
        background: #456D44;
        z-index: 99999;
        border-radius: 30px;
    }
    .fc-direction-ltr .fc-daygrid-event.fc-event-end::before,
    .fc-direction-rtl .fc-daygrid-event.fc-event-start::before{
        content: "";
        display: block;
        width: 100%;
        height: 6px;
        background: #456D44;
        z-index: 99999;
        border-radius: 30px;
    }
    .fc .fc-daygrid-more-link::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background: #456D44;
        z-index: 99999;
        border-radius: 30px;
        margin-left: 30%;
    }
    .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top::before {
        content: "";
    }
    .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number {
        text-align: center;
    }
    .fc .fc-daygrid-more-link {
        background: transparent;
        color: transparent;
    }
    .fc .fc-col-header-cell-cushion {
        padding: 14px 0px;
        margin-right: 0;
    }
}

/**
SELECT TWO
 */
.selected-venue {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.selected-venue .image {
    display: block;
    width: 56px;
    height: 44px;
    margin-right: 14px;
}
.selected-venue .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.selected-venue .name {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #3A3335;
    margin-bottom: 0;
}

.select-venue {
    width: 100%;
}
.select-venue + .select2-container .select2-selection--single {
    height: 45px;
}
.select-venue + .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
}
.select-venue + .select2-container--default .select2-selection--single {
    border: 1px solid transparent;
}
.select-venue + .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-dropdown {
    border: none;
    margin-top: -4px;
    box-shadow: 0px 0px 1px rgb(12 26 75 / 20%), 0px 1px 3px rgb(50 50 71 / 10%);
    border: 1px solid rgba(0,0,0,.15);
    padding: 15px 0px;
}
.select-venue + .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #DDD;
}
.select2-search--dropdown .select2-search__field {
    padding: 6px 10px;
    border-radius: 7px;
    margin-bottom: 10px;
    outline: 0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #F2F2F2;
    color: #3A3335;
}
.select2-search--dropdown {
    padding: 4px 15px;
}
.select2-results {
    padding: 0px 10px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #FFFFFF;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border-radius: 6px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    background: #FFFFFF !important;
    border-radius: 6px;
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E !important;
    padding: 9px 18px;
    border: 1px solid #EDE8E9;
}
.page-item:not(:first-child) .page-link {
    margin-left: 10px !important;
}
.page-item.disabled .page-link {
    opacity: 0.5;
}
.page-link {
    background: #FFFFFF !important;
    border-radius: 6px;
    font-family: 'InterBold';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #3A3335 !important;
    padding: 9px 16.5px !important;
    border-color: #FFFFFF;
}
.page-item.active .page-link {
    background: #456D44 !important;
    color: #FFFFFF !important;
    border-color: #456D44 !important;
}
.page-link:hover {
    background-color: #e9ecef !important;
    border-color: #EDE8E9;
}
.page-link:focus {
    box-shadow: none;
}

.modal-custom .modal-content {
    border: none;
    outline: 0;
    box-shadow: 0px -6px 20px rgb(153 155 168 / 15%);
    border-radius: 12px;
}
.modal-header .modal-header {
    padding: 22px 23px;
}
.modal-custom .modal-title {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #3A3335;
    margin: 0 auto;
}
.modal-custom .modal-body {
    padding: 35px 35px;
}
@media (min-width: 576px) {
    .modal-lang .modal-dialog {
        max-width: 418px;
    }
}
@media (min-width: 576px) {
    .modal-calendar-lg .modal-dialog {
        max-width: 1070px;
    }

    .modal-send-email .modal-dialog {
        max-width: 700px;
    }
}

.form-group {
    display: block;
    margin-bottom: 24px;
}
.form-group .label-group {
    display: block;
    font-family: 'InterBold';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #3A3335;
    margin-bottom: 8px;
}
.form-group .text-gray {
    display: block;
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
    margin-bottom: 8px;
}

.select2-dropdown {
    z-index: 99999;
}
#location + .select2-container--default .select2-selection--single {
    background: #FFFFFF;
    border: 1px solid #EDE8E9;
    box-sizing: border-box;
    border-radius: 8px;
}
#location + .select2-container .select2-selection--single {
    height: max-content;
}
#location + .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #3A3335;
    padding: 18px 20px;
}
#location + .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 30%;
    right: 3%;
}
#location + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    background: url(../../assets/icon/ic_dropdown.png);
    background-repeat: no-repeat;
}
#location + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
    top: 40%;
}
#location + .select2-container--default .select2-selection--multiple {
    background: #FFFFFF;
    border: 1px solid #EDE8E9;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 15px 10px;
}
#location + .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #EDE8E9;
    border: none;
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
}
#location + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
}

.datepicker.dropdown-menu {
    border: 1px solid  #ECEEF5;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-image: -webkit-linear-gradient(top,#456D44, #456D44);
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: -webkit-linear-gradient(top,#456D44, #456D44);
}

.navheader .navheader-link {
    position: relative;
}
.navheader .navheader-link:hover::before,
.navheader .navheader-link.active::before {
    width: 100%;
    bottom: -120%;
}


.vsb-main {
    width: 100%;
}
.vsb-main button {
    max-width: 100% !important;
    background: #FFFFFF !important;
    border: 1px solid #EDE8E9 !important;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px 20px;
}
.vsb-main .title {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #3A3335;
}
.vsb-main .caret {
    right: 16px !important;
    border: none;
    width: 10px;
    height: 10px;
    background: url(../../assets/icon/ic_dropdown.png);
    background-repeat: no-repeat;
}
.vsb-main .vsb-menu {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2), 0px 1px 3px rgba(50, 50, 71, 0.1);
    border-radius: 8px;
    top: -330%;
}
.vsb-main ul {
    max-height: 185px !important;
    min-height: 185px !important;
    max-width: 100% !important;
}
.vsb-main ul::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #FFFFFF;
}
.vsb-main ul::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border-radius: 6px;
}
.vsb-menu ul p {
    font-size: 30px !important;
}
.vsb-js-search-zone {
    width: 93%;
}
.vsb-js-search-zone input {
    width: 100%;
    border: 1px solid #EDE8E9;
    padding: 11.5px 17px;
    height: min-content !important;
    outline: 0;
    font-family: InterBold;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #908E8E;
}
.vsb-menu .multi li {
    padding: 10px 2em 10px 26px;
}
.vsb-main li:hover {
    background: transparent;
}
.vsb-menu .multi li:not(.grouped-option)::before {
    margin-right: 10px;
    padding: 10px;
    color: rgba(58, 51, 53, 0.04);
    background: linear-gradient(
        0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border-radius: 4px;
}
.vsb-menu .multi li:not(.grouped-option).active::before {
    background: #EB5E55;
}
.vsb-menu .multi li:not(.grouped-option).active::after {
    margin-left: -23px;
    margin-top: 6px;
    border-bottom: 3px solid #FFF;
    border-right: 3px solid #FFF;
}

.bootstrap-timepicker-widget table td input {
    width: 35px;
    background: #FFFFFF;
    border: 1px solid #EDE8E9;
    box-sizing: border-box;
    border-radius: 8px;
}
.bootstrap-timepicker-widget table td input:focus {
    outline: 0;
}

.control-radio .control_indicator:after {
    background: #456D44;
}

.bottom-bar .bottom-bar-link {
    max-width: 56px;
}
.bottom-bar .bottom-bar-link span:last-child {
    text-align: center;
}

/** select in box */
.select-custom-big .vsb-main button {
    padding: 0;
    border-color: transparent !important;
}
.select-custom-big .vsb-js-search-zone {
    display: none !important;
}
.select-custom-big .vsb-menu ul p {
    display: none !important;
}
.select-custom-big .vsb-main .vsb-menu {
    top: 120%
}
.select-custom-big .vsb-main .title {
    font-family: InterBold;
    font-size: 14px !important;
    color: #908E8E !important;
}
.select-custom-big .vsb-main .title.n-gray {
    color: #3A3335 !important;
}
.select-custom-big.input-custom-icon .field label.top{
    position: absolute;
    left: 0;
    font-family: InterRegular;
    font-size: 12px;
    color: var(--c-dark-gray);
    top: -15px;
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.select-custom2 {
    position: relative;
}
.select-custom2 label {
    position: absolute;
    top: 0;
    left: 1.25rem;
    cursor: pointer;
    font-family: InterBold;
    font-size: 14px;
    color: var(--c-dark-gray);
    -webkit-transition: .1s;
    transition: .1s;
}
.select-custom2 label.top {
    position: absolute;
    top: 7px;
    font-family: InterRegular;
    font-size: 12px;
    color: var(--c-dark-gray);
    z-index: 1;
}
.select-custom2 .select2-selection__rendered.black {
    color: var(--c-black) !important;
}
.select-custom2 .select2-container .select2-selection--single {
    height: auto;
}
.select-custom2 .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: InterBold;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #908E8E;
    padding: 25px 20px 25px;
}
.select-custom2 .select2-container--default .select2-selection--single {
    background: #FFFFFF;
    border: 1.5px solid #EDE8E9;
    box-sizing: border-box;
    border-radius: 8px;
}
.select-custom2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 39%;
    right: 25px;
    width: 14.45px;
    height: 14.45px;
    padding-right: 15px;
    background-image: url(../../assets/icon/ic_dropdown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.select-custom2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select-custom2 .select2-container--open .select2-dropdown--below {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.select-custom2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select-custom2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.select-custom2 .select2-search--dropdown {
    padding: 20px 24px;
    padding-bottom: 5px;
}
