.content-wrapper {
    min-height: calc(80vh);
}

.form-control {
    border-radius: 6px;
    padding: 0.6rem 1rem;
}

.form-text,
.form-text li {
    font-size: 0.7rem;
    color: #6c757d;
}

.fz-10 {
    font-size: 10px;
}

.fz-11 {
    font-size: 11px;
}

.fz-12 {
    font-size: 12px;
}

.fz-13 {
    font-size: 13px;
}

.fz-14 {
    font-size: 14px;
}

.fz-15 {
    font-size: 15px;
}

.fz-16 {
    font-size: 16px;
}

.fz-17 {
    font-size: 17px;
}

.fz-18 {
    font-size: 18px;
}

.fz-19 {
    font-size: 19px;
}

.fz-20 {
    font-size: 20px;
}

.fz-21 {
    font-size: 21px;
}

.fz-22 {
    font-size: 22px;
}

.fz-23 {
    font-size: 23px;
}

.fz-24 {
    font-size: 24px;
}

.fz-25 {
    font-size: 25px;
}

.fz-26 {
    font-size: 26px;
}

.fz-27 {
    font-size: 27px;
}

.fz-28 {
    font-size: 28px;
}

.fz-29 {
    font-size: 29px;
}

.fz-30 {
    font-size: 30px;
}

.lh-0 {
    line-height: 0;
}

.border-radius {
    border-radius: 12px;
}

.bg-auth {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("https://images.unsplash.com/photo-1675453988015-304184957af2?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwyM3x8fGVufDB8fHx8&auto=format&fit=crop&w=500&q=60");
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extrabold {
    font-weight: 800;
}

.fw-black {
    font-weight: 900;
}

.table th img,
.jsgrid .jsgrid-table th img,
.table td img,
.jsgrid .jsgrid-table td img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.form-inline .select2-container--default .select2-selection--single {
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.btn-icon {
    width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    margin-right: 5px;
}

.btn-icon:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.fit-contain {
    object-fit: contain;
    object-position: center;
    -o-object-fit: contain;
    -o-object-position: center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    z-index: 10;
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    bottom: 4px;
}

.search-btn {
    padding: 0.875rem 5px;
}

.bradius-0 {
    border-radius: 0;
}

.banners {
    position: relative;
    overflow: hidden;
    height: 900px;
    min-height: 60vh;
}

.banners img {
    overflow: hidden;
    object-fit: cover;
    height: 900px;
    min-height: 60vh;
    position: relative;
}

.banners img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.input-group {
    flex-wrap: nowrap;
}

.input-group-text {
    min-width: 60px;
}

.raisetop {
    margin-top: -10%;
    position: relative;
    z-index: 10;
}

.form-control-sm {
    min-height: calc(1.5em + (.5rem + 2px));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 0 0 0;
}

.form-control,
.asColorPicker-input,
.dataTables_wrapper select,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type=number],
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-search__field,
.typeahead,
.tt-query,
.tt-hint {
    padding: 0.8rem 1rem;
    border-radius: 6px;
}

.multiField {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    border-top: 1px solid #afafaf;
    padding-top: 2rem;
}

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

.accordion-item,
.accordion-button {
    border-radius: 10px !important;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: transparent
}

.table th {
    background: #1bcfb480;
}

.table.spaced td {
    border-bottom: 10px solid #84d9d226;
}

.date_item {
    padding: 5px;
}

.date_item a:hover {
    text-decoration: none;
    background: #1bcfb41c;
}

.date_item.active .date_number {
    background: #1bcfb4;
    color: #fff;
}

.date_item.active .date_name {
    color: #fff;
}

.date_number {
    display: block;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    font-size: 24px;
    font-weight: 600;
    color: #1bcfb4;
    text-align: center;
    background: #fff;
    width: 70px;
}

.date_name {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #1bcfb4;
}

.bradius {
    border-radius: 6px;
}

@media (min-width: 330px) {
    .multiField .mb-3 {
        width: 100%;
        flex-basis: 100%;
        padding-right: 10px;
    }
}

@media (min-width: 576px) {
    .multiField .mb-3 {
        width: 100%;
        flex-basis: 100%;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .multiField .mb-3 {
        width: 50%;
        flex-basis: 50%;
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .multiField .mb-3 {
        width: 50%;
        flex-basis: 50%;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .multiField .mb-3 {
        width: 33%;
        flex-basis: 33%;
        padding-right: 10px;
    }
}

.marquee_wrapper {
    padding: 2px 0;
    background: #000;
}

.marquee {
    height: 25px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee div {
    display: block;
    width: 300%;
    height: 30px;
    position: absolute;
    overflow: hidden;
    animation: marquee 15s linear infinite;
}

.marquee span {
    float: left;
    width: calc(1/3);
    margin-right: 40px;
    color: #fff;
}

.marquee span .mdi {
    font-size: 11px;
    margin-right: 10px;
    color: #1bcfb4;
    line-height: 2;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.marquee:hover div {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.bg-black {
    background: #000;
}

.info {
    margin-bottom: 20px;
    background: #1bcfb4a9;
    padding: 7px;
}

.btn-primary:hover,
.wizard>.actions a:hover {
    color: #fff;
    background-color: #008d78;
    border-color: #008d78;
}

.swal2-popup {
    padding: 1.25em 0 1.25em 0;
}

.slider_container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dataTables_wrapper .btn {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.disabled,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}

.absolute_slider {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item,
.owl-carousel.owl-drag .owl-item .item,
.owl-carousel.owl-drag .owl-item .item img,
.owl-carousel .owl-stage-outer {
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.selector_wrapper {
    background: #459ca0;
}

.selector {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;
}

.selector .item {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 5px;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 7px 16px;
    background: #fff;
    color: #000;
}

.selector .item .icon {
    height: 20px;
    margin-right: 10px;
    object-fit: contain;
}

.selector .item p {
    margin: 0;
}

.selector .item.active,
.selector .item:hover {
    background: #91C04A;
    text-decoration: none;
}

.fit-contain {
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.mdi-star,
.mdi-star-outline,
.mdi-star-half {
    color: #f7c600;
}

.features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}

.features .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    margin: 0 5px 5px 0;
    border-radius: 4px;
    padding: 4px 6px;
    background: #fff;
    color: #000;
    font-size: 12px;
}

.features .item .icon {
    height: 16px;
    margin-right: 10px;
    object-fit: contain;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

#div_id_star_rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

#div_id_star_rating label {
    width: 100%;
}

#div_id_star_rating input {
    width: 43%;
}

.banner_image_container {
    position: relative;
    overflow: hidden;
    height: 400px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: bottom;
    color: #fff;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-blend-mode: multiply;
    padding: 40px;
}

.banner_image_container2 {
    position: relative;
    overflow: hidden;
    height: 220px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-position: bottom;
    color: #000;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    padding: 60px;
}

.table th,
.jsgrid .jsgrid-table th,
.table td,
.jsgrid .jsgrid-table td {
    border: none;
}

.main_popup .modal-body {
    position: relative;
}

.main_popup .modal-body .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #fff;
    color: #000;
    opacity: 1;
    border-radius: 50%;
    background-size: 40%;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ebedf2 !important;
}

.border-radius-0 {
    border-radius: 0;
}

.bordered-input input,
.bordered-input .select2-container--default .select2-selection--single,
.bordered-input select {
    border-color: #39999F !important;
}

.djhj-notification {
    max-width: 400px !important;
}

.djhj-message,
.djhj-actions {
    padding: 0 0 0.4rem !important;
    font-size: 0.8em !important;
}

.djhj-button {
    font-size: 0.8em !important;
}

.djhj {
    left: 0 !important;
    transform: translateX(0) !important;
}

.pagination {
    margin-top: 30px;
    justify-content: center;
}

.pagination li {
    margin-right: 5px;
}

.pagination li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #EDFAF9;
    color: green;
    border: 1px solid green;
}

.pagination li.previous a,
.pagination li.next a {
    padding: 0;
    width: auto;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    padding: 0 10px;
    background: none;
    color: green;
}

.pagination li.active a {
    background: green;
    color: #fff;
}

.pagination li a:hover {
    background: rgba(0, 128, 0, 0.2);
    text-decoration: none;
}

.fc .fc-header-toolbar {
    margin-top: 0;
}