﻿@font-face {
    font-family: DMSans-100;
    font-display: fallback;
    src: url(../../fonts/dm-sans/DMSans-Thin.ttf);
}

@font-face {
    font-family: DMSans-400;
    font-display: fallback;
    src: url(../../fonts/dm-sans/DMSans-Regular.ttf);
}

@font-face {
    font-family: DMSans-500;
    font-display: fallback;
    src: url(../../fonts/dm-sans/DMSans-Medium.ttf);
}

@font-face {
    font-family: DMSans-600;
    font-display: fallback;
    src: url(../../fonts/dm-sans/DMSans-SemiBold.ttf);
}

@font-face {
    font-family: DMSans-700;
    font-display: fallback;
    src: url(../../fonts/dm-sans/DMSans-Bold.ttf);
}

@font-face {
    font-family: DMSans-800;
    font-display: fallback;
    src: url(../../fonts/dm-sans/DMSans-ExtraBold.ttf);
}

.gap-8px {
    gap: 8px !important;
}

.padding-content {
    padding:20px;
}

.h-15px {
    height: 15px !important;
}

.h-20px {
    height: 20px !important;
}

.h-25px {
    height: 25px !important;
}

.h-30px {
    height: 30px !important;
}

.h-35px {
    height: 35px !important;
}

.h-40px {
    height: 40px !important;
}

.h-45px {
    height: 45px !important;
}

.h-50px {
    height: 50px !important;
}

.w-150px{
    width:150px !important;
}

.mt-form {
    margin-top: 18px !important;
}

.gap-form {
    gap: 0 12px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.textfield-center input {
    text-align: center !important;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.cursor-pointer {
    cursor: pointer;
}

.color-primary {
    color: var(--primary-color) !important;
}

.color-grey {
    color: #585858 !important;
}

.txt-title {
    font-family: DMSans-700;
    font-weight:700;
    font-size: 16px;
    line-height: 20.83px;
    text-align: left;
}

.box-dialog-header {
    border-bottom: 0.5px solid #E7E7E7;
    background-color: #FFFFFF;
}

.card-dialog-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 20px 20px;
}

.box-dialog-footer {
    border-top: 0.5px solid #E7E7E7;
    background-color: #FFFFFF;
}

.card-dialog-footer {
    align-items: center;
    display: flex;
    justify-content: end;
    padding: 20px 24px 20px 24px;
}

.card-tab {
    padding: 0px 20px 0px 20px;
    box-shadow: 0px 4px 12px 0px #00255B0D;
    background: #FFFFFF;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #F4511E !important;
    background-color: transparent !important;
    border-bottom: 1px solid #F4511E;
    border-radius: unset !important;
}

.nav-link {
    color: #969696 !important;
}

.nav-link-item {
    font-family: DMSans-500;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-align: left;
    height: 46px;
}

.btn-light-default-hover {
    color: var(--primary-color) !important;
}

.btn-light-default-hover:hover {
    background-color: #FCE5DD !important;
}

.btn__action-item {
    min-width: 0 !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 18px !important;
    padding: 8px !important;
    transition: background-color 0.3s !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

.badge-booking-confirmed, .badge-booking-reserved, .badge-booking-cancelled {
    padding: 4px 8px 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
}

.badge-booking-confirmed {
    background-color: #EBF6EE;
    color: #34A853;
}

.badge-booking-reserved {
    background-color: #E3EDFD;
    color: #4185F4;
}

.badge-booking-cancelled {
    background-color: #FDECEB;
    color: #EA4236;
}

.badge-green, .badge-blue, .badge-red, .badge-yellow {
    padding: 4px 8px 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-align: left;
}

.badge-green{
    background-color: #EBF6EE;
    color: #34A853;
}

.badge-blue {
    background-color: #E3EDFD;
    color: #4185F4;
}

.badge-red {
    background-color: #FDECEB;
    color: #EA4236;
}

.badge-yellow {
    background-color: #FFF8E6;
    color: #FFBB00;
}

.animation__shimmer {
    border-radius: 5px;
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.min-h-50{
    min-height: 50% !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

table > thead > tr {
    background-color: rgba(0, 0, 0, 0.09) !important;
}

.table-bordered {
    border: 2px solid #E7E7E7 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    --bs-table-accent-bg: transparent;
    background-color: rgba(0, 0, 0, .02) !important;
}

.table-responsive {
    border-radius: 4px;
}


.max-width-form {
    max-width: 224px;
}

@media (max-width: 575.98px) {
    .max-width-form {
        max-width: none;
    }
}