body{
    background-color: #f6f7fb;
    font-size: 14px !important;
    font-family: 'Titillium Web', sans-serif !important;
}
html {
    scroll-behavior: smooth;
}
.position-relative{
    position: relative;
}
.bg-primary-light { background-color: rgba(0, 123, 255, 0.1); /* light blue */ } .bg-success-light { background-color: rgba(40, 167, 69, 0.1); /* light green */ } .bg-danger-light { background-color: rgba(220, 53, 69, 0.1); /* light red */ } .bg-warning-light { background-color: rgba(255, 193, 7, 0.1); /* light yellow */ } .bg-info-light { background-color: rgba(23, 162, 184, 0.1); /* light cyan */ } .bg-secondary-light { background-color: rgba(108, 117, 125, 0.1); /* light gray */ }
.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}
.column-gap-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-moz-column-gap:3rem!important;column-gap:3rem!important}
.flex-1{
    flex: 1;
}
.theme-loader {
    background-color: #ffffff94;
}
.hand-cursor{
    cursor: pointer;
}
.transition{
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.opacity-1
{
    opacity: .1 !important;
}
.opacity-2
{
    opacity: .2 !important;
}
.opacity-3
{
    opacity: .3 !important;
}
.opacity-4
{
    opacity: .4 !important;
}
.opacity-5
{
    opacity: .5 !important;
}
.opacity-6
{
    opacity: .6 !important;
}
.opacity-7
{
    opacity: .7 !important;
}
.opacity-8
{
    opacity: .8 !important;
}
.opacity-8
{
    opacity: .9 !important;
}
.opacity-10
{
    opacity: 1 !important;
}
.font-weight-light
{
    font-weight: 300 !important;
}
.font-weight-lighter
{
    font-weight: lighter !important;
}
.font-weight-normal
{
    font-weight: 400 !important;
}
.font-weight-bold
{
    font-weight: 600 !important;
}
.font-weight-bolder
{
    font-weight: bolder !important;
}
.bg-danger-50 {
    background-color: rgb(235, 52, 34, 0.5) !important;
}
.empty:empty{
    display: none;
}
.help-block.empty:has(> div ul li:empty), .help-block.empty:has(> .field-validation-valid:empty) {
    display: none;
}
input[type="color"] {
  border-radius: 5px;
  padding: 0px;
}
.no-caret.dropdown-toggle::after {
    display: none;
}
.card .card-block a.dropdown-item:hover{
    background-color: #c20211;
    color: white;
}

input[type="color"]::-moz-color-swatch {
  border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
  border-radius: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
}
.front-icon-breadcrumb .big-icon i{
    background: -webkit-linear-gradient(left, #c20211, #03d5d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-x-auto {
    overflow-x: auto !important;
}
.overflow-y-auto {
    overflow-y: auto !important;
}
textarea{
    resize: none;
}
/* Datatable */
@media (min-width: 1100px) {
    .theme-loader.scope-to-content-container {
        width: CALC(100% - 240px);
        left: 240px;
    }
}

.disable-selection {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.status-color-preview {
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 4px;
    vertical-align: bottom;
}
.status-color-preview.in-select-2 {
    vertical-align: sub;
}
.form-group {
    margin-bottom: 10px;
}
.form-group .with-errors {
    display: block;
}
.col-form-label {
    color: #404e67;
    font-weight: 600;
}
.with-errors .field-validation-error:not(:has(span)), .with-errors .field-validation-error span:not(:empty), .parsley-errors-list:not(:empty) {
    background-color: #ffdfe7e6;
    margin-top: 10px;
    padding: 5px 10px;
    border-left: 3px solid #dc3a61;
    box-shadow: 1px 1px 1px #ccc;
    display: block;
}
.with-errors ul {
    color: #dc3a61;
    background-color: #ffdfe7e6;
    margin-top: 10px;
    padding: 5px 10px;
    border: 1px solid #ffb3c5;
    border-left: 3px solid #dc3a61;
}
.border {
    border: 1px solid #bababa;
}
.border-1{ border-width: 1px !important; }
.border-2{ border-width: 2px !important; }
.border-3{ border-width: 3px !important; }
.border-4{ border-width: 4px !important; }
.border-5{ border-width: 5px !important; }
.dotted-border-bottom {
    border-bottom: 2px dotted;
}
.card .card-header:not(.note-toolbar) {
    padding: 20px 20px !important;
}
.dt-actions {
    min-width: 140px;
    width: 200px;
}
.dt-actions-md {
    min-width: 140px;
}
.dt-actions-lg {
    min-width: 180px;
}
.dt-actions-xl {
    min-width: 220px;
}
.dt-actions-2xl {
    min-width: 260px;
}
.dt-actions-3xl {
    min-width: 300px;
}
.dt-actions-4xl {
    min-width: 340px;
}
.dt-actions-5xl {
    min-width: 360px;
}

.lh-1{
    line-height: 1;
}
.lh-1-1{
    line-height: 1.1;
}
.lh-1-2{
    line-height: 1.2;
}
.lh-1-3{
    line-height: 1.3;
}
.lh-1-4{
    line-height: 1.4;
}
.lh-1-5{
    line-height: 1.5;
}
.lh-1-6{
    line-height: 1.6;
}
.lh-1-7{
    line-height: 1.7;
}
.lh-1-8{
    line-height: 1.8;
}
.lh-1-9{
    line-height: 1.9;
}
.lh-2{
    line-height: 2;
}
.h-0 {
    height: 0px !important;
}
.h-20 {
    height: 20px !important;
}
.h-25 {
    height: 25px !important;
}
.h-30 {
    height: 30px !important;
}
.h-40 {
    height: 40px !important;
}
.h-60 {
    height: 60px !important;
}
.h-80 {
    height: 80px !important;
}
.h-90 {
    height: 90px !important;
}
.h-120 {
    height: 120px !important;
}
.h-110 {
    height: 110px !important;
}
.h-140 {
    height: 140px !important;
}
.h-160 {
    height: 160px !important;
}
.h-180 {
    height: 180px !important;
}
.h-200 {
    height: 200px !important;
}

.w-0 {
    width: 0px !important;
}
.w-20 {
    width: 20px !important;
}
.w-25 {
    width: 25px !important;
}
.w-30 {
    width: 30px !important;
}
.w-40 {
    width: 40px !important;
}
.w-60 {
    width: 60px !important;
}
.w-80 {
    width: 80px !important;
}
.w-120 {
    width: 120px !important;
}
.w-140 {
    width: 140px !important;
}

.object-fit-contain {
    object-fit: contain;
}
.object-fit-cover {
    object-fit: cover;
}
.g-upload-progress .progress {
    height: 10px;
}

#save-and-new{
    box-shadow: 0px 0px 3px 1px #fff;
}
.btn-sm, .btn-mini {
    font-size: 14px;
}
.btn.disabled:not(.pagination-link), .btn:disabled {
    background-color: #c20211 !important;
    opacity: 1 !important;
    cursor: not-allowed;
}
.card .card-header .card-header-right{
    top: 3px;
}
.table-header-dark th {
    background: #404e67;
    color: #fff;
    border: 1px solid #404e67;
}
.table.shrunk td, .table.shrunk th {
    padding: 5px 8px;
}
.table.no-td-padding td {
    padding: 0px 8px;
}
.table-align-middle td{
    vertical-align: middle;
}

.modal{
    z-index: 1050 !important;
}
.modal .select2-container{
    z-index: 1051 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    background-color: #f95656;
    color: #fff;
}
.select2-container .select2-selection--single {
    height: 36px;
    overflow: hidden;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #c20211;*/
    line-height: 36px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #c20211;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    height: 36px;
}

/* Custom Radio Buttons */
.custom-radio-wrapper {
  margin-top: 0px;
}

.custom-radio {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 15px;
  color: #343a40;
  user-select: none;
}

.custom-radio:not(:first-child) {
  margin-left: 16px;
}

/* Hide default radio */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom radio circle */
.radio-mark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ced4da;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

/* Hover effect */
.custom-radio:hover .radio-mark {
  border-color: #a20915;
}

/* Checked state */
.custom-radio input:checked ~ .radio-mark {
  border-color: #c20211;
  background-color: #fff;
}

/* Inner dot */
.radio-mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show inner dot when checked */
.custom-radio input:checked ~ .radio-mark:after {
  display: block;
}

.custom-radio .radio-mark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a20915;
}

/* Focus accessibility */
.custom-radio input:focus ~ .radio-mark {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}


/* ScrollToFixed */
.fixed-submit-container.scroll-to-fixed-fixed {
    padding: 10px 0px;
    background-color: #222;
    border-top: 2px solid #ccc;
}
.fixed-submit-container.scroll-to-fixed-fixed .form-group {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


.profile-image img {
    border: 4px solid #fff;
    box-shadow: 1px 1px 6px #808080;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile img {
    height: 30px;
    box-shadow: 1px 1px 3px #ccc;
}
.navbar-logo .img-fluid{
    height: 44px;
    margin-right: 6px;
}
.modal-dialog-centered {
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;
    margin: initial;
}
#ConfirmModal .modal-header {
    padding: 10px 15px;
}
#ConfirmModal .modal-header .close {
    color: #fff;
}
#ConfirmModal .modal-body {
    padding: 20px 15px;
}
.g-datatable:not(.align-top) th, .g-datatable:not(.align-top) td{
    vertical-align: middle;
}
.dataTables_length select {
    padding: 0px;
    height: 28px !important;
    width: 54px !important;
    background: #fbfbfb;
    margin: 0px 4px;
}
.dt-buttons{
    cursor: pointer;
}
/* body:not(.exporting) .dt-buttons .dt-button{
    pointer-events: none;
} */
.dt-responsive{
    min-height: 360px;
}
/* .dt-responsive .row.top-filter {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    padding: 0px 20px;
    align-items: center;
} 
.dt-responsive .g-datatable {
    margin-top: 30px !important;
}*/
.dt-responsive div.dataTables_wrapper div.dataTables_info {
    padding-top: 0px !important;
}
table.dataTable.compact thead th, table.dataTable.compact thead td,
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding: 8px 12px;
}
@media (max-width: 768px) {
    /*.dt-responsive .row.top-filter{
        top: 6px;
    }
    .dt-responsive .g-datatable {
        margin-top: 90px !important;
    }*/
    .dt-responsive div.dataTables_wrapper div.dataTables_info, .dt-responsive div.dataTables_wrapper div.dataTables_filter {
        width: 100%;
    }
}

/* Datatable */
@media (min-width: 1100px) {


    /*.dt-responsive .row.top-filter {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 20px;
        padding: 0px 20px;
    }
    .dt-responsive table {
        margin-top: 50px !important;
    }*/

    /*
    .dt-fixed-controls .dataTables_wrapper > .row:last-child {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 20px;
        padding: 0px 20px;
    }

    .dt-responsive.dt-fixed-controls {
        margin-bottom: 50px;
    }*/
}





!important; } .w-80 { width: 80px !important; } .w-120 { width: 120px !important; } .w-140 { width: 140px !important; } .w-160 { width: 160px !important; }
.flex-basis-1 {
	flex-basis: 1;
}
.flex-basis-0 {
	flex-basis: 0;
}
.pe-none{
	pointer-events: none;
}
.cursor-move {
	cursor: move;
}
.cursor-help {
	cursor: help;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.c-disabled{
    opacity: 0.8;
}

/* Custom Switch */
.custom-switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
}
.custom-switch.cs-width-lg {
    width: 100px;
}
.custom-switch.cs-width-xl {
    width: 150px;
}
.custom-switch.cs-small {
    height: 26px;
    font-size: 12px;
    font-weight: 600;
}

.custom-switch input {display:none;}

.custom-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eb3422;
    -webkit-transition: .4s all;
    transition: .4s all;
    border-radius: 50px;
}

.custom-switch-slider:before {
    position: absolute;
    content: attr(data-off);
    line-height: 26px;
    width: 60%;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s all;
    transition: .4s all;
    text-align: center;
    border-radius: 50px;
}

.cs-small .custom-switch-slider:before {
    line-height: 18px;
}

input:checked + .custom-switch-slider {
    background-color: #0ac282;
}

input:focus + .custom-switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .custom-switch-slider:before {
    content: attr(data-on);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.cs-width-lg input:checked + .custom-switch-slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.cs-width-xl input:checked + .custom-switch-slider:before {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

/* Animated Menu Icons */
.pcoded-micon img {
    width: 20px;
    vertical-align: top;
}
.pcoded-item > li:hover .li-static {
    display: none;
}
@keyframes sscale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.6);
    }
}
.pcoded[nav-type="st6"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item.pcoded-left-item>li>a>.pcoded-micon i{
    color: #a20915;
}
.pcoded .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger>a:before, .pcoded .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.active>a:before{
    border-left-color: #a20915 !important;
}
.pcoded .pcoded-navbar .pcoded-item>li>a{
    font-size: 16px !important;
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.active>a{
    background: #a2091530 !important;
}

/* JS Tree */
.jstree-default .jstree-node {
    min-height: 30px;
    line-height: 30px;
    min-width: 24px;
}
.jstree-default .jstree-anchor {
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
@media (min-width: 1100px) {
    .jstree-default .jstree-node {
        margin-left: 80px;
    }
}

/* Dashboard Box */
.db-box{
    background: #fff;
    /*background-image: linear-gradient(to right, #ccc, #ccc); */
    /*border: 2px solid #404e67;*/
    box-shadow: 1px 1px 4px #ccc;
    padding: 8px 14px;
    margin-bottom: 20px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.db-box::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140px;
    height: 100%;
    background: #e700001c;
    border-left: 3px solid #c20211;
}
.db-box > label{
    margin-bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
    color: gray;
}
.db-box > .db-box-value{
    font-weight: 600;
    font-size: 15px;
}

.detail-heading{
    font-size: 16px;
}

/* Search Filter */
.search-filter {
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.search-filter:hover {
    margin-bottom: 20px !important;
    border-bottom: 3px solid #404e67;
}
.search-filter .card-title:hover {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #404e67;
}


/* Bootstrap Tooltip */
.tooltip-inner {
    border-radius: 0;
    font-family: "Open Sans",sans-serif;
    padding: 5px 10px;
}

/* Bootstrap Gap for flex  */
.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

/* Date Range Picker */
.daterangepicker .calendar th, .daterangepicker .calendar td {
    min-width: inherit;
    font-size: 13px;
}

.ranges li {
    color: #404E67;
    margin-bottom: 5px;
}

.ranges li.active {
    background-color: #404E67;
    border: 1px solid #404E67;
}

.ranges li:hover {
    background-color: #404E67;
    border: 1px solid #404E67;
}

.daterangepicker td.in-range {
    background-color: #c3c3ff;
}

.daterangepicker .end-date:not(.off) {
    background-color: #404E67 !important;
}

.daterangepicker {
    box-shadow: rgb(204, 204, 204) 1px 1px 10px;
}

.main-body .page-wrapper {
    padding: 1.2rem;
}

.profile-notification li{
    padding: 0px !important;
}
.profile-notification li a{
    padding: 10px !important;
    display: block;
}
.profile-notification li i{
    margin-right: 10px !important;
}

/* Modal Drawer */
.modal-drawer .modal-dialog {
    width: 100%;
    transform: translateX(0px);
    transition: transform .25s ease-out;
    position: fixed;
    margin: auto;
    height: 100%;
}
.modal-drawer.modal.drawer-right .modal-content,
.modal-drawer.modal.drawer-left .modal-content {
    overflow-y: auto;
    border-radius: 0;
    border: none;
    height: 100%;
}
.modal-drawer.drawer-right .modal-dialog {
    right: 0;
}
.modal-drawer.drawer-right:not(.show) .modal-dialog {
    right: 0;
    transition: transform .25s ease-out;
    transform: translateX(100px);
}
.modal-drawer.drawer-left .modal-dialog {
    left: 0;
}
.modal-drawer.drawer-left:not(.show) .modal-dialog {
    transform: translateX(-100px);
}

/**/
.img-icon-xxl{
    width: 100px;
}
.img-icon-xl{
    width: 90px;
}
.img-icon-md{
    width: 80px;
}
.img-icon-sm{
    width: 70px;
}
.img-icon-xs{
    width: 60px;
}
.img-icon-xxs{
    width: 50px;
}
.img-icon-xxxs{
    width: 40px;
}


/* Summernote */
.note-editor .note-dropdown-menu>a{
    display: flex;
    line-height: 6px !important;
}
.note-editor button[aria-label="Font Family"]{
    display: flex;
    align-items: center;
}
.note-editor [aria-label="Font Family"] .note-current-fontname{
    margin-top: 0px;
}

/* GROWL Notification */
.growl-animated{
    border: 2px solid #fff;
    box-shadow: 1px 1px 5px #555;
}

/* Add/Delete Elements */
.shrinker {
    position: absolute;
    z-index: 111;
    top: -20px;
    right: -20px;
    width: 30px;
    height: 30px;
    background: #ac01fa;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
    transition: all ease 0.8s;
    border-radius: 50px;
}
.entry:hover .shrinker, .entry.shrunk .shrinker {
    top: 0px;
    right: 0px;
    border-radius: 0px;
}
.shrinker:hover {
    background: #8300be;
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
    .modal-xxl {
        max-width: 90%;
    }
    .modal-3xl {
        max-width: 98%;
    }
}
@media (max-width: 768px) {
    .main-body .page-wrapper {
        padding: 0.6rem;
    }
    .controls .entry .btn-add, .controls .entry .btn-remove {
        margin-top: 10px;
    }
}

.badge{
    font-size: 85%;
    padding: 5px 10px;
}
.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.fw-bold{
    font-weight: bold;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
    top: 8px;
}


btn-mini {
    padding: 5px 8px;
}
.btn-yellow{
    background-color: #FFA41C;
    color: #fff;
}
.text-yellow{
    color: #FFA41C;
}
.bg-yellow{
    background-color: #FFA41C;
}
.stars-area {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}
.stars-background, .bg-star-rating {
    color: #FFA41C;
}
.stars-overlay {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #FFA41C;
    width: 50%;
}

/* Lightbox Full View Image */
.bs-view-image{
    margin-top: 10px;
    cursor: zoom-in;
    height: 140px;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
}
#lightboxModal .modal-close{
    position: absolute;
    right: 0px;
    top: -20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111111;
    color: #ffffff;
    background: #0000004f;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
}
#lightboxModal img{
    max-width: 90%;
    max-height: 90vh;
    object-fit: cover;
}
.text-strike {
    text-decoration: line-through;
}


/* =====================================
   TMS Sliding Switch with Text (FIXED)
===================================== */

.tms-switch {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0px;
}

.tms-switch.tms-switch-40 .tms-switch-track{
    width: 40px;
}

.tms-switch.tms-switch-50 .tms-switch-track{
    width: 50px;
}

.tms-switch.tms-switch-60 .tms-switch-track{
    width: 60px;
}

.tms-switch input {
    display: none;
}

/* Track */
.tms-switch-track {
    position: relative;
    display: inline-flex;
    align-items: center;

    min-height: 20px;
    padding: 4px 32px; /* reserve space for knob on BOTH sides */

    background-color: #dc3545; /* OFF */
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 20px;

    transition: background-color 0.25s ease;
}

/* Text */
.tms-switch-track::before {
    content: attr(data-off);
    white-space: nowrap;
    font-weight: 600;
}

/* Knob */
.tms-switch-knob {
    position: absolute;
    top: 50%;
    left: 6px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: left 0.25s ease;
}

/* ON state */
.tms-switch input:checked + .tms-switch-track {
    background-color: #28a745; /* ON */
}

.tms-switch input:checked + .tms-switch-track::before {
    content: attr(data-on);
}

/* Slide knob to right slot */
.tms-switch input:checked + .tms-switch-track .tms-switch-knob {
    left: calc(100% - 26px); /* track width - knob - gap */
}


/* Quick Links */
.quick-links .dropdown-item{
    color: #555 !important;
    line-height: 30px;
    font-size: 16px !important;
}
.quick-links .dropdown-item{
    color: #555 !important;
    line-height: 30px;
}
.quick-links .dropdown-item:hover{
    background-color: #ccc !important;
}


/* Colors */
.bg-c-pink{background:linear-gradient(to right,#eb3422,#ef5f51)!important;}
.text-c-pink{color:#b91c1c!important;}
.bg-c-blue{background:linear-gradient(to right,#2563eb,#60a5fa)!important;}
.text-c-blue{color:#1e3a8a!important;}
.bg-c-green{background:linear-gradient(to right,#16a34a,#4ade80)!important;}
.text-c-green{color:#14532d!important;}
.bg-c-purple{background:linear-gradient(to right,#7c3aed,#a78bfa)!important;}
.text-c-purple{color:#5b21b6!important;}
.bg-c-teal{background:linear-gradient(to right,#0f766e,#2dd4bf)!important;}
.text-c-teal{color:#134e4a!important;}
.bg-c-orange{background:linear-gradient(to right,#ea580c,#fb923c)!important;}
.text-c-orange{color:#9a3412!important;}
.bg-c-indigo{background:linear-gradient(to right,#4338ca,#818cf8)!important;}
.text-c-indigo{color:#312e81!important;}
.bg-c-slate{background:linear-gradient(to right,#334155,#64748b)!important;}
.text-c-slate{color:#1e293b!important;}
.bg-c-cyan{background:linear-gradient(to right,#0891b2,#67e8f9)!important;}
.text-c-cyan{color:#155e75!important;}
.bg-c-amber{background:linear-gradient(to right,#ca8a04,#fde047)!important;}
.text-c-amber{color:#78350f!important;}
.bg-c-rose{background:linear-gradient(to right,#be123c,#fb7185)!important;}
.text-c-rose{color:#881337!important;}
.bg-c-lime{background:linear-gradient(to right,#65a30d,#bef264)!important;}
.text-c-lime{color:#365314!important;}
.bg-c-sky{background:linear-gradient(to right,#0284c7,#7dd3fc)!important;}
.text-c-sky{color:#0c4a6e!important;}
.bg-c-violet{background:linear-gradient(to right,#6d28d9,#c4b5fd)!important;}
.text-c-violet{color:#4c1d95!important;}
.bg-c-fuchsia{background:linear-gradient(to right,#a21caf,#f0abfc)!important;}
.text-c-fuchsia{color:#701a75!important;}
.bg-c-emerald{background:linear-gradient(to right,#059669,#6ee7b7)!important;}
.text-c-emerald{color:#064e3b!important;}
.bg-c-stone{background:linear-gradient(to right,#57534e,#a8a29e)!important;}
.text-c-stone{color:#292524!important;}
.bg-c-zinc{background:linear-gradient(to right,#3f3f46,#a1a1aa)!important;}
.text-c-zinc{color:#27272a!important;}
.bg-c-neutral{background:linear-gradient(to right,#404040,#a3a3a3)!important;}
.text-c-neutral{color:#262626!important;}
