:root {
    --kt-card-color: #231A3D;
    --kt-stepper-icon-bg-color-current: var(--kt-info) !important;
    --kt-input-border-color: #dddfe8;
    --kt-form-check-input-border: 1px solid #dddfe8;
    --kt-component-hover-color: #00C1C7;
}

/* CSS Document */
@font-face {
    font-family: 'Branding';
    src: url('../fonts/Branding-Medium.woff2') format('woff2'),
        url('../fonts/Branding-Medium.woff') format('woff'),
        url('../fonts/Branding-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Branding';
    src: url('../fonts/Branding-SemiBold.woff2') format('woff2'),
        url('../fonts/Branding-SemiBold.woff') format('woff'),
        url('../fonts/Branding-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Branding';
    src: url('../fonts/Branding-Bold.woff2') format('woff2'),
        url('../fonts/Branding-Bold.woff') format('woff'),
        url('../fonts/Branding-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Branding';
    font-weight: 500;
    font-style: normal;
    font-size: 15px !important;
}

.header {
    height: auto !important
}

.btn-custom:hover {
    color: var(--kt-primary) !important
}

.aside .aside-menu .menu>.menu-item>.menu-link:hover .menu-icon i {
    color: var(--kt-primary)
}

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


.btn i {
    padding-right: 0;
    padding-bottom: 4px;
}

.btn-group-sm>.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon), .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm {
    padding: calc(.55rem + 1px) calc(1rem + 1px);
}

.invalid-feedback {
    margin-top: .2rem;
}

.dataTables_wrapper .row {
    padding: 1.25rem !important;
}

.form-switch .form-check-input {
    width: 4rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #f1416c !important;
}

/*.table td:first-child, .table th:first-child, .table tr:first-child { padding-left: .75rem;}*/
.pointer {
    cursor: pointer
}

.daterangepicker .calendar-time {
    border: 1px solid var(--kt-gray-300);
    padding: 5px 0;
}

.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
    font-size: 14px
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.btn-group-xs>.btn, .btn-xs {
    height: calc(1.2em + 1.25rem + 2px) !important;
    width: calc(1.2em + 1.25rem + 2px) !important;
    font-size: .675rem !important;
    border-radius: .4rem;
}

.btn.btn-secondary, .btn.btn-secondary .svg-icon, .btn.btn-secondary i {
    color: var(--kt-text-white) !important;
}

.menu-state-bg-light-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here), .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    background-color: var(--kt-primary-light);
    color: var(--kt-primary);
}

.fw-bold-light {
    font-weight: 500 !important
}

.form-check.form-check-info .form-check-input:checked {
    background-color: var(--bs-info);
    border-color: var(--bs-info);
}

.btn.btn-active-color-secondary:hover:not(.btn-active) {
    color: var(--kt-text-info)
}

.menu-state-bg .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-bg .menu-item .menu-link.active .menu-title {
    color: var(--kt-text-dark)
}

.stepper.stepper-pills .stepper-item.current .stepper-icon {
    background-color: var(--kt-stepper-icon-bg-color-current);
    border: var(--kt-stepper-icon-border-current);
}

.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled), .nav-line-tabs .nav-item.show .nav-link {
    border-bottom: 1px solid var(--kt-info);
}

.accordion-body .menu-item .menu-link {
    padding: .35rem 1rem;
}

.text-pink-venus {
    color: #FF69B4 !important
}

.text-blue-mars {
    color: #1E90FF !important
}

.table td:first-child, .table th:first-child {
    padding-left: 0.75rem
}

.table td:last-child, .table th:last-child {
    padding-right: 0.75rem
}

.alert-primary {
    color: #50cd89;
    border-color: #50cd89;
    background-color: #e8fff3;
}

.alert-primary .text-primary {
    color: #50cd89 !important;
}

.btn.btn-secondary, .btn.btn-secondary .svg-icon, .btn.btn-secondary i {
    color: #444 !important
}

.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
    color: var(--kt-stepper-label-title-color);
}

.dropdown-item {
    cursor: pointer !important;
}

.table-bordered> :not(caption)>* {
    border-width: 1px !important;
}

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

.table.table-bordered tbody tr:last-child, .table.table-bordered tfoot tr:last-child {
    border: 1px solid #eff2f5 !important;
}

th {
    font-weight: 600 !important
}

.breadcrumb-line .breadcrumb-item::after {
    padding-left: 0.5rem
}

.btn-xs {
    @include button-size($btn-padding-y-xs, $btn-padding-x-xs, $font-size-xs, $border-radius);
}

.text-open {color:#418915 }
.text-click {color:#88eef1}
.text-uns {color:#B4B4D2}
.text-spam {color:#00c1c7}

.camp_0 { background-color:#e3e3e3; color:#231a3d; border:1px solid #B3B3B3}
.camp_0 i {color:#231a3d;}
.camp_1 { background-color:#36365f; color:#FFF; border:1px solid #231a3d}
.camp_1 i {color:#FFF;}
.camp_2 { background-color:#c7ea7d; color:#231a3d; border:1px solid #418915}
.camp_2 i {color:#231a3d; }
.camp_99 { background-color:#a3d0de; color:#231a3d; border:1px solid #1E769B}
.camp_99 i {color:#231a3d; }
.camp__1 { background-color:#ffdedc; color:#231a3d; border:1px solid #FC554A}
.camp__1 i {color:#231a3d; }

.em_0 { background-color:#c7ea7d; color:#231a3d; border:1px solid #418915}
.em_0 i {color:#231a3d;}
.em_1 { background-color:#eef6d9; color:#231a3d; border:1px solid #418915}
.em_1 i {color:#231a3d;}
.em_2 { background-color:#cdeff0; color:#231a3d; border:1px solid #00c1c7}
.em_2 i {color:#231a3d;}
.em_3 { background-color:#706fac; color:#FFFFFF; border:1px solid #3a3a64}
.em_3 i {color:#FFFFFF;}
.em_4 { background-color:#00c1c7; color:#231a3d; border:1px solid #1e929b}
.em_4 i {color:#231a3d;}
.em_5 { background-color:#b4b4d2; color:#231a3d; border:1px solid #706fac}
.em_5 i {color:#231a3d;}
.em_99 { background-color:#a3d0de; color:#231a3d; border:1px solid #267b9f}
.em_99 i {color:#231a3d;}

.icon-option {
    font-size: 24px;
    cursor: pointer;
    margin: 5px;
    transition: transform 0.2s ease;
}

.icon-option:hover {
    transform: scale(1.2);
    color: #007bff;
}

.hover-underline:hover {
    text-decoration: underline !important;
}


.fc-timeline-slot-cushion{
    color: var(--kt-text-dark);
}