@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap');



@font-face {
    font-family: Lato;
    src: url("../fonts/Lato-Regular.ttf")
}

:root {
    --ct-danger-rgb: #f1556c;
 
    --ct-body-bg: #F9F9F9 ;
    --ct-body-color: #595959;
    --ct-text-opacity: 1;
    --ct-warning-rgb: #dece8e;
    --ct-body-font-weight: 400;
    --ct-font-weight: 400;
    --ct-white-rgb: 255, 255, 255;
    --ct-body-font-family: 'Source Sans Pro', sans-serif;
    --ct-body-font-size: 1rem;
    --ct-link-color: #406E8E;
    --ct-link-hover-color: #1d80c2;
    --ct-border-color: #dee2e6;
    --ct-box-shadow: 0 0 35px 0 #9aa1ab26;
    --ct-box-shadow-sm: 0 .75rem 6rem #38414a08;
    --ct-box-shadow-lg: 0 0 45px 0 #3333331f;
    --ct-box-shadow-inset: inset 0 1px 2px #33333313;
    --ct-component-active-color: white;
    --ct-component-active-bg: #1ABC9C;
    --ct-text-muted: #98a6ad;
    --ct-blockquote-footer-color: #98a6ad;
    --ct-hr-color: #e5e8eb;
    --ct-mark-bg: #fcf8e3;
    --ct-table-color: #6c757d;
    --ct-table-bg: transparent;
    --ct-table-striped-color: var(--ct-table-color);
    --ct-table-striped-bg: #f3f7f9;
    --ct-table-active-color: var(--ct-table-color);
    --ct-table-active-bg: #f3f7f9;
    --ct-table-hover-color: var(--ct-table-color);
    --ct-table-hover-bg: #f3f7f9;
    --ct-table-border-color: #dee2e6;
    --ct-table-group-separator-color: #dee2e6;
    --ct-table-caption-color: var(--ct-text-muted);
    --ct-input-btn-focus-color: #6658dd40;
    --ct-btn-box-shadow: inset 0 1px 0 #ffffff26 0 1px 1px #33333313;
    --ct-btn-active-box-shadow: inset 0 3px 5px #33333320;
    --ct-btn-link-color: var(--ct-link-color);
    --ct-btn-link-hover-color: var(--ct-link-hover-color);
    --ct-btn-link-disabled-color: #98a6ad;
    --ct-form-text-color: var(--ct-text-muted);
    --ct-input-bg: #fff;
    --ct-input-disabled-bg: #fff;
    --ct-input-color: #6c757d;
    --ct-input-border-color: #ced4da;
    --ct-input-box-shadow: var(--ct-box-shadow-inset);
    --ct-input-focus-bg: var(--ct-input-bg);
    --ct-input-focus-border-color: #b9bfc4;
    --ct-input-focus-color: var(--ct-input-color);
    --ct-input-placeholder-color: #adb5bd;
    --ct-input-plaintext-color: #6c757d;
    --ct-form-check-input-bg: #fff;
    --ct-form-check-input-border: 1px solid #adb5bd;
    --ct-form-check-input-checked-color: var(--ct-component-active-color);
    --ct-form-check-input-checked-bg-color: var(--ct-component-active-bg);
    --ct-form-check-input-checked-border-color: var(--ct-form-check-input-checked-bg-color);
    --ct-form-check-input-indeterminate-color: var(--ct-component-active-color);
    --ct-form-check-input-indeterminate-bg-color: var(--ct-component-active-bg);
    --ct-form-check-input-indeterminate-border-color: var(--ct-form-check-input-indeterminate-bg-color);
    --ct-form-switch-color: #dee2e6;
    --ct-input-group-addon-color: var(--ct-input-color);
    --ct-input-group-addon-bg: #f7f7f7;
    --ct-input-group-addon-border-color: #ced4da;
    --ct-form-select-color: var(--ct-input-color);
    --ct-form-select-bg: var(--ct-input-bg);
    --ct-form-select-disabled-color: #98a6ad;
    --ct-form-select-disabled-bg: #f7f7f7;
    --ct-form-select-indicator-color: #343a40;
    --ct-form-range-track-bg: #dee2e6;
    --ct-form-range-track-box-shadow: var(--ct-box-shadow-inset);
    --ct-form-range-thumb-box-shadow: 0 .1rem .25rem #3333331a;
    --ct-form-range-thumb-active-bg: #d1cdf5;
    --ct-form-range-thumb-disabled-bg: #adb5bd;
    --ct-form-file-button-color: var(--ct-input-color);
    --ct-form-file-button-bg: var(--ct-input-group-addon-bg);
    --ct-form-file-button-hover-bg: #ebebeb;
    --ct-nav-link-disabled-color: #98a6ad;
    --ct-nav-tabs-border-color: #dee2e6;
    --ct-nav-tabs-link-hover-border-color: #f7f7f7 #f7f7f7 var(--ct-nav-tabs-border-color);
    --ct-nav-tabs-link-active-color: #6c757d;
    --ct-nav-tabs-link-active-bg: #fff;
    --ct-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 var(--ct-nav-tabs-link-active-bg);
    --ct-navbar-dark-color: #ffffff8c;
    --ct-navbar-dark-hover-color: #ffffffbf;
    --ct-navbar-dark-active-color: #fff;
    --ct-navbar-dark-disabled-color: #ffffff40;
    --ct-navbar-dark-toggler-border-color: #ffffff1a;
    --ct-navbar-light-color: #3333338c;
    --ct-navbar-light-hover-color: #333333b3;
    --ct-navbar-light-active-color: #333333e6;
    --ct-navbar-light-disabled-color: #3333334d;
    --ct-navbar-light-toggler-border-color: #3333331a;
    --ct-dropdown-color: #6c757d;
    --ct-dropdown-bg: #fff;
    --ct-dropdown-border-color: #ecf0f2;
    --ct-dropdown-divider-bg: #f7f7f7;
    --ct-dropdown-box-shadow: 0 .5rem 1rem #3333332d;
    --ct-dropdown-link-color: #6c757d;
    --ct-dropdown-link-hover-bg: #f3f7f9;
    --ct-dropdown-link-active-color: #323a46;
    --ct-dropdown-link-active-bg: #f3f7f9;
    --ct-dropdown-link-disabled-color: #98a6ad;
    --ct-dropdown-dark-color: #dee2e6;
    --ct-dropdown-dark-bg: #343a40;
    --ct-dropdown-dark-border-color: var(--ct-dropdown-border-color);
    --ct-dropdown-dark-divider-bg: var(--ct-dropdown-divider-bg);
    --ct-dropdown-dark-link-color: var(--ct-dropdown-dark-color);
    --ct-dropdown-dark-link-hover-color: #fff;
    --ct-dropdown-dark-link-hover-bg: #ffffff26;
    --ct-dropdown-dark-link-active-color: var(--ct-dropdown-link-active-color);
    --ct-dropdown-dark-link-active-bg: var(--ct-dropdown-link-active-bg);
    --ct-dropdown-dark-link-disabled-color: #adb5bd;
    --ct-dropdown-dark-header-color: #adb5bd;
    --ct-pagination-color: #323a46;
    --ct-pagination-bg: #fff;
    --ct-pagination-border-color: #dee2e6;
    --ct-pagination-focus-color: var(--ct-link-hover-color);
    --ct-pagination-focus-bg: #f7f7f7;
    --ct-pagination-focus-box-shadow: 0 0 0 .15rem var(--ct-input-btn-focus-color);
    --ct-pagination-hover-color: #323a46;
    --ct-pagination-hover-bg: #f7f7f7;
    --ct-pagination-hover-border-color: #dee2e6;
    --ct-pagination-disabled-color: #98a6ad;
    --ct-pagination-disabled-bg: #fff;
    --ct-pagination-disabled-border-color: #dee2e6;
    --ct-card-border-color: #f7f7f7;
    --ct-card-box-shadow: var(--ct-box-shadow-sm);
    --ct-card-cap-bg: #edeff1;
    --ct-card-bg: #fff;
    --ct-accordion-color: #6c757d;
    --ct-accordion-border-color: #33333320;
    --ct-accordion-button-active-bg: #f0eefc;
    --ct-accordion-button-active-color: #5c4fc7;
    --ct-accordion-button-focus-border-color: var(--ct-input-focus-border-color);
    --ct-accordion-button-focus-box-shadow: 0 0 0 .15rem var(--ct-input-btn-focus-color);
    --ct-tooltip-color: #fff;
    --ct-tooltip-bg: #000;
    --ct-popover-bg: #fff;
    --ct-popover-border-color: #dee2e6;
    --ct-popover-box-shadow: 0 .25rem .5rem #0003;
    --ct-popover-header-bg: #f0f0f0;
    --ct-popover-body-color: #6c757d;
    --ct-popover-arrow-color: #fff;
    --ct-popover-arrow-outer-color: #dee2e6;
    --ct-toast-background-color: #ffffffd9;
    --ct-toast-border-color: #3333331a;
    --ct-toast-box-shadow: var(--ct-box-shadow);
    --ct-toast-header-color: #98a6ad;
    --ct-toast-header-background-color: #ffffffd9;
    --ct-toast-header-border-color: #3333330d;
    --ct-badge-color: #fff;
    --ct-modal-content-bg: #fff;
    --ct-modal-content-box-shadow-xs: 0 .25rem .5rem #33333380;
    --ct-modal-content-box-shadow-sm-up: 0 .5rem 1rem #33333380;
    --ct-modal-backdrop-bg: #323a46;
    --ct-modal-header-border-color: var(--ct-border-color);
    --ct-modal-footer-border-color: var(--ct-border-color);
    --ct-progress-bg: #eef0f2;
    --ct-progress-box-shadow: var(--ct-box-shadow-inset);
    --ct-progress-bar-color: #fff;
    --ct-progress-bar-bg: #406E8E;
    --ct-list-group-bg: #fff;
    --ct-list-group-border-color: #33333320;
    --ct-list-group-hover-bg: #f3f7f9;
    --ct-list-group-disabled-color: #98a6ad;
    --ct-list-group-disabled-bg: #fff;
    --ct-list-group-action-color: #6c757d;
    --ct-list-group-action-active-color: #6c757d;
    --ct-list-group-action-active-bg: #f7f7f7;
    --ct-thumbnail-bg: #f5f6f8;
    --ct-thumbnail-border-color: #dee2e6;
    --ct-thumbnail-box-shadow: var(--ct-box-shadow-sm);
    --ct-figure-caption-color: #98a6ad;
    --ct-breadcrumb-divider-color: #ced4da;
    --ct-breadcrumb-active-color: #adb5bd;
    --ct-carousel-control-color: #fff;
    --ct-carousel-indicator-active-bg: #fff;
    --ct-carousel-caption-color: #fff;
    --ct-carousel-dark-indicator-active-bg: #000;
    --ct-carousel-dark-caption-color: #000;
    --ct-btn-close-color: #000;
    --ct-code-color: #f672a7;
    --ct-kbd-color: #fff;
    --ct-kbd-bg: #323a46;
    --ct-pre-color: #323a46;
    --ct-bg-leftbar: #38414a;
    --ct-bg-leftbar-dark: #38414a;
    --ct-bg-leftbar-brand: #4a81d4;
    --ct-bg-leftbar-gradient: #683ba9;
    --ct-twocolumn-sidebar-bg: #fff;
    --ct-twocolumn-sidebar-iconview-bg: #406E8E;
    --ct-menu-item-color-dark: #9097a7;
    --ct-menu-item-hover-color-dark: #c8cddc;
    --ct-menu-item-active-color-dark: #fff;
    --ct-menu-item: #6e768e;
    --ct-menu-item-hover: #406E8E;
    --ct-menu-item-active: #406E8E;
    --ct-menu-sub-item-active: #406E8E;
    --ct-menuitem-active-bg: #00acc112;
    --ct-hori-menu-item-color: #6e7488;
    --ct-rightbar-bg: #fff;
    --ct-bg-topbar-light: #fff;
    --ct-bg-topbar-dark: #406e8e;
    --ct-box-shadow-condensed: 3px 5px 10px 0 #9aa1ab33;
    --ct-footer-bg: #eeeff3;
    --ct-auth-bg: #fff;
    --ct-auth-bg-alt: #406E8E;
    --ct-apex-grid-color: #f9f9fd;
    --ct-chat-primary-user-bg: #fef5e4;
    --ct-chat-secondary-user-bg: #f1f3fa;
    --ct-text-color-h: #343a40;
    --ct-card-overlay-color: #3e4852;
    --ct-card-overlay-bg: #fffc;
    --ct-input-light-bg: #f3f7f9;
    --ct-components-shadow-sm: none;
    --ct-components-shadow: none;
    --ct-components-shadow-lg: none
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    padding: 0 !important;
    font-family: var(--ct-body-font-family);
    font-size: var(--ct-body-font-size);
    font-weight: var(--ct-body-font-weight);
    line-height: var(--ct-body-line-height);
    color: var(--ct-body-color);
    text-align: var(--ct-body-text-align);
    background-color: var(--ct-body-bg);
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden scroll;
}

body.loading {
    visibility: hidden;
    opacity: 0
}

body.authentication-bg,
.navbar-custom {
    background-size: cover;
    background-position: center
}

hr {
    margin: 1.5rem 0;
    color: var(--ct-hr-color);
    background-color: currentcolor;
    border: 0;
    opacity: 1
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0 1.5rem; 
    font-weight: 400;
    line-height: 1.1;
    font-family: Lato, sans-serif;  
    color: #343a40;
}

.h1,
h1 {
    font-size: calc(1.35rem + 1.2vw)
}

@media (width >=1200px) {
    .h1,
    h1 {
        font-size: 2.25rem
    }
}

.h2,
h2 {
    font-size: calc(1.3125rem + .75vw)
}

@media (width >=1200px) {
    .h2,
    h2 {
        font-size: 1.875rem
    }
}

.h3,
h3 {
    font-size: calc(1.275rem + .3vw)
}

@media (width >=1200px) {
    .h3,
    h3 {
        font-size: 1.5rem
    }
}

.h4,
h4 {
    font-size: 1.125rem
}

.h5,
h5 {
    font-size: .9375rem
}

.h6,
h6 {
    font-size: .75rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 500
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 600
}

.small,
small {
    font-size: .75rem
}

sub {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

a {
    color: var(--ct-link-color);
    transition: filter 0.3s ease; /* Smooth transition for the hover effect */
    text-decoration: none
}

a:hover {
    color: var(--ct-link-hover-color);
    text-decoration: none;

}

/* Prevent hover effects on the <a> element containing the image */
.no-hover-effect {
    text-decoration: none; /* No underline or hover decoration */
}

/* Explicitly disable hover effects */
.no-hover-effect:hover {
    filter: none; /* Ensure no brightness or filter effect */
    background-color: transparent; /* Prevent background changes */
    color: inherit; /* Keep the color the same */
}


a:not([href], [class]),
a:not([href], [class]):hover {
    color: inherit;
    text-decoration: none
}

code,
pre {
    font-family: var(--ct-font-monospace), monospace;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 87.5%;
    color: var(--ct-pre-color)
}

pre code {
    font-size: inherit;
    color: inherit;
    overflow-wrap: normal
}

code {
    font-size: 87.5%;
    color: var(--ct-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

th {
    text-align: inherit; 
    font-weight: 600;
    background-color: var(--ct-card-cap-bg) !important;
    margin-right: 2px; /* Adds 2px spacing between nav items */
}


tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    overflow-wrap: normal; /* Replace word-wrap with overflow-wrap */
    border-color: var(--ct-input-border-color); /* Use var() for the CSS variable */
}

select:-internal-list-box {
border-radius: 1px !important;
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    appearance: auto
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    appearance: textfield
}

::-webkit-search-decoration {
    appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    appearance: auto
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

[hidden] {
    display: none !important
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.blockquote {
    margin-bottom: 1.5rem;
    font-size: 1.0938rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--ct-thumbnail-bg);
    border: 1px solid var(--ct-thumbnail-border-color);
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--ct-gutter-x, 12px);
    padding-left: var(--ct-gutter-x, 12px);
    margin-right: auto;
    margin-left: auto
}

@media (width >=576px) {
    .container {
        max-width: 540px
    }
}

@media (width >=768px) {
    .container {
        max-width: 720px
    }
}

@media (width >=992px) {
    .container {
        max-width: 960px
    }
}

@media (width >=1200px) {
    .container {
        max-width: 1140px
    }
}

@media (width >=1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --ct-gutter-x:24px;
    --ct-gutter-y:0;
    display:flex;
    flex-wrap:wrap;
    margin-top:calc(-1 * var(--ct-gutter-y));
    margin-right:calc(-.5 * var(--ct-gutter-x));
    margin-left:calc(-.5 * var(--ct-gutter-x))
    }
    
    .row>* {
    flex-shrink:0;
    width:100%;
    max-width:100%;
    padding-right:calc(var(--ct-gutter-x) * .5);
    padding-left:calc(var(--ct-gutter-x) * .5);
    margin-top:var(--ct-gutter-y)
    }
    
    .col {
    flex:1 0 0
    }
    
    .row-cols-auto>* {
    flex:0 0 auto;
    width:auto
    }
    
    .row-cols-1>* {
    flex:0 0 auto;
    width:100%
    }
    
    .row-cols-2>* {
    flex:0 0 auto;
    width:50%
    }
    
    .row-cols-3>* {
    flex:0 0 auto;
    width:33.33333%
    }
    
    .row-cols-4>* {
    flex:0 0 auto;
    width:25%
    }
    
    .row-cols-5>* {
    flex:0 0 auto;
    width:20%
    }
    
    .row-cols-6>* {
    flex:0 0 auto;
    width:16.66667%
    }
    
    .col-auto {
    flex:0 0 auto;
    width:auto
    }
    
    .col-1 {
    flex:0 0 auto;
    width:8.33333%
    }
    
    .col-2 {
    flex:0 0 auto;
    width:16.66667%
    }
    
    .col-3 {
    flex:0 0 auto;
    width:25%
    }
    
    .col-4 {
    flex:0 0 auto;
    width:33.33333%
    }
    
    .col-5 {
    flex:0 0 auto;
    width:41.66667%
    }
    
    .col-6 {
    flex:0 0 auto;
    width:50%
    }
    
    .col-7 {
    flex:0 0 auto;
    width:58.33333%
    }
    
    .col-8 {
    flex:0 0 auto;
    width:66.66667%
    }
    
    .col-9 {
    flex:0 0 auto;
    width:75%
    }
    
    .col-10 {
    flex:0 0 auto;
    width:83.33333%
    }
    
    .col-11 {
    flex:0 0 auto;
    width:91.66667%
    }
    
    .col-12 {
    flex:0 0 auto;
    width:100%
    }
    
    .offset-1 {
    margin-left:8.33333%
    }
    
    .offset-2 {
    margin-left:16.66667%
    }
    
    .offset-3 {
    margin-left:25%
    }
    
    .offset-4 {
    margin-left:33.33333%
    }
    
    .offset-5 {
    margin-left:41.66667%
    }
    
    .offset-6 {
    margin-left:50%
    }
    
    .offset-7 {
    margin-left:58.33333%
    }
    
    .offset-8 {
    margin-left:66.66667%
    }
    
    .offset-9 {
    margin-left:75%
    }
    
    .offset-10 {
    margin-left:83.33333%
    }
    
    .offset-11 {
    margin-left:91.66667%
    }
    
    .g-0,.gx-0 {
    --ct-gutter-x:0
    }
    
    .g-0,.gy-0 {
    --ct-gutter-y:0
    }
    
    .g-1,.gx-1 {
    --ct-gutter-x:.25rem
    }
    
    .g-1,.gy-1 {
    --ct-gutter-y:.25rem
    }
    
    .g-2,.gx-2 {
    --ct-gutter-x:.5rem
    }
    
    .g-2,.gy-2 {
    --ct-gutter-y:.5rem
    }
    
    .g-3,.gx-3 {
    --ct-gutter-x:1rem
    }
    
    .g-3,.gy-3 {
    --ct-gutter-y:1rem
    }
    
    .g-4,.gx-4 {
    --ct-gutter-x:1.5rem
    }
    
    .g-4,.gy-4 {
    --ct-gutter-y:1.5rem
    }
    
    .g-5,.gx-5 {
    --ct-gutter-x:3rem
    }
    
    .g-5,.gy-5 {
    --ct-gutter-y:3rem
    }
    
    @media (min-width:576px) {
    .col-sm {
    flex:1 0 0
    }
    
    .row-cols-sm-auto>* {
    flex:0 0 auto;
    width:auto
    }
    
    .row-cols-sm-1>* {
    flex:0 0 auto;
    width:100%
    }
    
    .row-cols-sm-2>* {
    flex:0 0 auto;
    width:50%
    }
    
    .row-cols-sm-3>* {
    flex:0 0 auto;
    width:33.33333%
    }
    
    .row-cols-sm-4>* {
    flex:0 0 auto;
    width:25%
    }
    
    .row-cols-sm-5>* {
    flex:0 0 auto;
    width:20%
    }
    
    .row-cols-sm-6>* {
    flex:0 0 auto;
    width:16.66667%
    }
    
    .col-sm-auto {
    flex:0 0 auto;
    width:auto
    }
    
    .col-sm-1 {
    flex:0 0 auto;
    width:8.33333%
    }
    
    .col-sm-2 {
    flex:0 0 auto;
    width:16.66667%
    }
    
    .col-sm-3 {
    flex:0 0 auto;
    width:25%
    }
    
    .col-sm-4 {
    flex:0 0 auto;
    width:33.33333%
    }
    
    .col-sm-5 {
    flex:0 0 auto;
    width:41.66667%
    }
    
    .col-sm-6 {
    flex:0 0 auto;
    width:50%
    }
    
    .col-sm-7 {
    flex:0 0 auto;
    width:58.33333%
    }
    
    .col-sm-8 {
    flex:0 0 auto;
    width:66.66667%
    }
    
    .col-sm-9 {
    flex:0 0 auto;
    width:75%
    }
    
    .col-sm-10 {
    flex:0 0 auto;
    width:83.33333%
    }
    
    .col-sm-11 {
    flex:0 0 auto;
    width:91.66667%
    }
    
    .col-sm-12 {
    flex:0 0 auto;
    width:100%
    }
    
    .offset-sm-0 {
    margin-left:0
    }
    
    .offset-sm-1 {
    margin-left:8.33333%
    }
    
    .offset-sm-2 {
    margin-left:16.66667%
    }
    
    .offset-sm-3 {
    margin-left:25%
    }
    
    .offset-sm-4 {
    margin-left:33.33333%
    }
    
    .offset-sm-5 {
    margin-left:41.66667%
    }
    
    .offset-sm-6 {
    margin-left:50%
    }
    
    .offset-sm-7 {
    margin-left:58.33333%
    }
    
    .offset-sm-8 {
    margin-left:66.66667%
    }
    
    .offset-sm-9 {
    margin-left:75%
    }
    
    .offset-sm-10 {
    margin-left:83.33333%
    }
    
    .offset-sm-11 {
    margin-left:91.66667%
    }
    
    .g-sm-0,.gx-sm-0 {
    --ct-gutter-x:0
    }
    
    .g-sm-0,.gy-sm-0 {
    --ct-gutter-y:0
    }
    
    .g-sm-1,.gx-sm-1 {
    --ct-gutter-x:.25rem
    }
    
    .g-sm-1,.gy-sm-1 {
    --ct-gutter-y:.25rem
    }
    
    .g-sm-2,.gx-sm-2 {
    --ct-gutter-x:.5rem
    }
    
    .g-sm-2,.gy-sm-2 {
    --ct-gutter-y:.5rem
    }
    
    .g-sm-3,.gx-sm-3 {
    --ct-gutter-x:1rem
    }
    
    .g-sm-3,.gy-sm-3 {
    --ct-gutter-y:1rem
    }
    
    .g-sm-4,.gx-sm-4 {
    --ct-gutter-x:1.5rem
    }
    
    .g-sm-4,.gy-sm-4 {
    --ct-gutter-y:1.5rem
    }
    
    .g-sm-5,.gx-sm-5 {
    --ct-gutter-x:3rem
    }
    
    .g-sm-5,.gy-sm-5 {
    --ct-gutter-y:3rem
    }
    }
    
    @media (min-width:768px) {
    .col-md {
    flex:1 0 0
    }
    
    .row-cols-md-auto>* {
    flex:0 0 auto;
    width:auto
    }
    
    .row-cols-md-1>* {
    flex:0 0 auto;
    width:100%
    }
    
    .row-cols-md-2>* {
    flex:0 0 auto;
    width:50%
    }
    
    .row-cols-md-3>* {
    flex:0 0 auto;
    width:33.33333%
    }
    
    .row-cols-md-4>* {
    flex:0 0 auto;
    width:25%
    }
    
    .row-cols-md-5>* {
    flex:0 0 auto;
    width:20%
    }
    
    .row-cols-md-6>* {
    flex:0 0 auto;
    width:16.66667%
    }
    
    .col-md-auto {
    flex:0 0 auto;
    width:auto
    }
    
    .col-md-1 {
    flex:0 0 auto;
    width:8.33333%
    }
    
    .col-md-2 {
    flex:0 0 auto;
    width:16.66667%
    }
    
    .col-md-3 {
    flex:0 0 auto;
    width:25%
    }
    
    .col-md-4 {
    flex:0 0 auto;
    width:33.33333%
    }
    
    .col-md-5 {
    flex:0 0 auto;
    width:41.66667%
    }
    
    .col-md-6 {
    flex:0 0 auto;
    width:50%
    }
    
    .col-md-7 {
    flex:0 0 auto;
    width:58.33333%
    }
    
    .col-md-8 {
    flex:0 0 auto;
    width:66.66667%
    }
    
    .col-md-9 {
    flex:0 0 auto;
    width:75%
    }
    
    .col-md-10 {
    flex:0 0 auto;
    width:83.33333%
    }
    
    .col-md-11 {
    flex:0 0 auto;
    width:91.66667%
    }
    
    .col-md-12 {
    flex:0 0 auto;
    width:100%
    }
    
    .offset-md-0 {
    margin-left:0
    }

/* User Info Pane Styles - Modern UI Components */
.user-info-card {
    background: #ffffff;
    border: 1px solid var(--ct-border-color);
    border-radius: 8px;
    box-shadow: var(--ct-box-shadow-sm);
    transition: all 0.3s ease;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.user-info-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.user-avatar-container {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.user-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50% !important;
    border: 3px solid var(--ct-link-color);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    object-fit: cover;
    cursor: pointer;
    overflow: hidden;
}

.user-avatar:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    border-color: var(--ct-link-hover-color);
}

.avatar-edit-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--ct-link-color);
    color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.avatar-edit-overlay:hover {
    background: var(--ct-link-hover-color);
    transform: scale(1.1);
}

.user-name-header {
    color: var(--ct-text-color-h);
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edit-account-btn {
    color: var(--ct-link-color);
    font-size: 1.2rem;
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 6px;
    background: transparent;
    border: none;
}

.edit-account-btn:hover {
    color: var(--ct-link-hover-color);
    background: rgba(64, 110, 142, 0.1);
    transform: scale(1.1);
}

.avatar-name {
    font-size: 0.9rem;
    color: var(--ct-text-muted);
    font-weight: 500;
    margin-top: 0.5rem;
    text-align: center;
}

.btn-change-password {
    background: linear-gradient(135deg, var(--ct-link-color), var(--ct-link-hover-color));
    border: none;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-size: 0.85rem;
    width: 100%;
}

.btn-change-password:hover {
    background: linear-gradient(135deg, var(--ct-link-hover-color), #1a2f3a);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    color: white;
}

.user-details {

    border-radius: 6px;
    padding: 1.5rem;
}

.detail-row {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--ct-border-color);
}

.detail-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.detail-label {
    font-weight: 600;
    color: var(--ct-body-color);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.3rem;
}

.detail-value {
    color: var(--ct-text-color-h);
    font-size: 1rem;
    line-height: 1.4;
}

.address-block {
    white-space: pre-line;
}

.avatar-section {
    text-align: center;
    padding: 1rem;

    border-radius: 6px;
    margin-bottom: 1rem;
}

.password-section {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--ct-border-color);
}

/* Responsive adjustments for user info */
@media (max-width: 768px) {
    .user-info-card {
        padding: 1rem;
    }
    
    .user-name-header {
        font-size: 1.3rem;
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .user-avatar {
        width: 100px;
        height: 100px;
    }
    
    .avatar-edit-overlay {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    
    .detail-label {
        font-size: 0.8rem;
    }
    
    .detail-value {
        font-size: 0.9rem;
    }
}

/* Fade in animation utility */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { 
        opacity: 0; 
        transform: translateY(10px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

/* Team Management Styles - Modern UI Components */
.team-management-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.team-header {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1.5rem 0;
}

.team-title {
    color: var(--ct-gray-900);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
}

.team-description {
    color: var(--ct-gray-600);
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.team-actions-section {
    margin-bottom: 3rem;
}

.action-card {
 
    border: 1px solid var(--ct-border-color);
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.action-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: var(--ct-link-color);
}

.action-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--ct-link-color), #5a8db5);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.action-icon i {
    color: white;
    font-size: 1.25rem;
}

.action-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.action-title {
    color: var(--ct-gray-900);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.action-subtitle {
    color: var(--ct-gray-600);
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    flex: 1;
}

.btn-action {
    background-color: var(--ct-link-color);
    border-color: var(--ct-link-color);
    color: white;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.btn-action:hover {
    background-color: #2d5a7b;
    border-color: #2d5a7b;
    color: white;
    transform: translateY(-1px);
}

.team-search-form {
    margin: 0;
}

.search-input-group {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--ct-border-color);
    transition: border-color 0.3s ease;
}

.search-input-group:focus-within {
    border-color: var(--ct-link-color);
    box-shadow: 0 0 0 0.2rem rgba(64, 110, 142, 0.25);
}

.search-input {
    border: none;
    border-radius: 0;
    padding: 0.75rem 1rem;
    flex: 1;
}

.search-input:focus {
    box-shadow: none;
    border-color: transparent;
}

.btn-select {
    background-color: var(--ct-link-color);
    border-color: var(--ct-link-color);
    color: white;
    border-radius: 0;
    padding: 0.75rem 1rem;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-select:hover {
    background-color: #2d5a7b;
    border-color: #2d5a7b;
    color: white;
}

.team-members-section {
    margin-bottom: 3rem;
}

.team-members-header {
    text-align: center;
    margin-bottom: 2rem;
}

.section-title {
    color: var(--ct-gray-900);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.section-subtitle {
    color: var(--ct-gray-600);
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.team-grid-container {
    margin: 0 auto;
}

.team-share-section {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--ct-border-color);
}

.team-share-card {
    background: linear-gradient(135deg, #f8fafb 0%, #ffffff 100%);
    border: 1px solid var(--ct-border-color);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.share-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--ct-link-color), #5a8db5);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.share-icon i {
    color: white;
    font-size: 1.5rem;
}

.share-title {
    color: var(--ct-gray-900);
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
}

.share-description {
    color: var(--ct-gray-600);
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.share-link-container {
    background: white;
    border: 1px solid var(--ct-border-color);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.share-link {
    flex: 1;
    min-width: 250px;
}

.team-share-link {
    color: var(--ct-link-color);
    text-decoration: none;
    font-family: monospace;
    font-size: 0.9rem;
    word-break: break-all;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    transition: all 0.3s ease;
}

.team-share-link:hover {
    color: #2d5a7b;
    background: #e9ecef;
    text-decoration: underline;
}

.btn-copy {
    border-color: var(--ct-link-color);
    color: var(--ct-link-color);
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-copy:hover {
    background-color: var(--ct-link-color);
    border-color: var(--ct-link-color);
    color: white;
}

.share-note {
    color: var(--ct-gray-500);
    font-size: 0.875rem;
    margin-bottom: 0;
    font-style: italic;
}

/* Responsive adjustments for team management */
@media (max-width: 768px) {
    .team-management-container {
        padding: 0 10px;
    }
    
    .action-card {
        padding: 1.25rem;
    }
    
    .team-share-card {
        padding: 1.5rem;
    }
    
    .share-link-container {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .btn-copy {
        width: 100%;
    }
}

/* Preferences Styles - Professional Interface */
.preferences-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.preferences-header {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1.5rem 0;
}

.preferences-title {
    color: var(--ct-gray-900);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
}

.preferences-description {
    color: var(--ct-gray-600);
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.preferences-section {
    background: white;
    border: 1px solid var(--ct-border-color);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--ct-border-color);
}

.section-title {
    color: var(--ct-gray-900);
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

.section-title i {
    color: var(--ct-link-color);
}

.section-subtitle {
    color: var(--ct-gray-600);
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-top: 0.25rem;
}

.section-title-group {
    flex: 1;
}

.edit-settings-btn {
    border-color: var(--ct-link-color);
    color: var(--ct-link-color);
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.edit-settings-btn:hover {
    background-color: var(--ct-link-color);
    border-color: var(--ct-link-color);
    color: white;
}

.settings-grid,
.newsletter-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.setting-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: var(--ct-body-bg);
    border: 1px solid var(--ct-border-color);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.setting-item:hover {
    border-color: var(--ct-link-color);
    box-shadow: 0 2px 8px rgba(64, 110, 142, 0.1);
}

.setting-label {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: var(--ct-gray-700);
    flex: 1;
}

.setting-label i {
    font-size: 1.1rem;
}

.setting-value {
    text-align: right;
    flex-shrink: 0;
}

.setting-link {
    color: var(--ct-link-color);
    text-decoration: none;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.setting-link:hover {
    background-color: var(--ct-link-color);
    color: white;
    text-decoration: none;
}

.newsletter-link {
    color: var(--ct-link-color);
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.newsletter-link:hover {
    background-color: var(--ct-link-color);
    color: white;
    text-decoration: none;
}

.submission-sites-section {
    padding: 2rem 1.5rem;
}

.add-site-btn {
    background-color: var(--ct-link-color);
    border-color: var(--ct-link-color);
    color: white;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.add-site-btn:hover {
    background-color: #2d5a7b;
    border-color: #2d5a7b;
    color: white;
    transform: translateY(-1px);
}

.submission-sites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.submission-site-card {
    background: white;
    border: 1px solid var(--ct-border-color);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.submission-site-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-color: var(--ct-link-color);
}

.site-card-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1rem;
}

.site-actions .edit-indicator {
    color: var(--ct-gray-400);
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.submission-site-card:hover .edit-indicator {
    color: var(--ct-link-color);
}

.site-card-body {
    text-align: center;
}

.site-name {
    color: var(--ct-gray-900);
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.1rem;
}

.no-sites-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state {
    max-width: 400px;
    margin: 0 auto;
}

.empty-icon {
    font-size: 3rem;
    color: var(--ct-gray-300);
    margin-bottom: 1rem;
}

.empty-title {
    color: var(--ct-gray-600);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.empty-description {
    color: var(--ct-gray-500);
    margin-bottom: 1.5rem;
}

/* Responsive adjustments for preferences */
@media (max-width: 768px) {
    .preferences-container {
        padding: 0 10px;
    }
    
    .preferences-section {
        padding: 1.25rem;
    }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .edit-settings-btn {
        width: 100%;
        justify-content: center;
    }
    
    .setting-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .setting-value {
        text-align: left;
        width: 100%;
    }
    
    .submission-sites-grid {
        grid-template-columns: 1fr;
    }
    
    .add-site-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Card removal animation */
.removing {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

/* Ribbon positioning fix */
.ribbon-straight {
    bottom: 44px !important;
}
    
    .offset-md-1 {
    margin-left:8.33333%
    }
    
    .offset-md-2 {
    margin-left:16.66667%
    }
    
    .offset-md-3 {
    margin-left:25%
    }
    
    .offset-md-4 {
    margin-left:33.33333%
    }
    
    .offset-md-5 {
    margin-left:41.66667%
    }
    
    .offset-md-6 {
    margin-left:50%
    }
    
    .offset-md-7 {
    margin-left:58.33333%
    }
    
    .offset-md-8 {
    margin-left:66.66667%
    }
    
    .offset-md-9 {
    margin-left:75%
    }
    
    .offset-md-10 {
    margin-left:83.33333%
    }
    
    .offset-md-11 {
    margin-left:91.66667%
    }
    
    .g-md-0,.gx-md-0 {
    --ct-gutter-x:0
    }
    
    .g-md-0,.gy-md-0 {
    --ct-gutter-y:0
    }
    
    .g-md-1,.gx-md-1 {
    --ct-gutter-x:.25rem
    }
    
    .g-md-1,.gy-md-1 {
    --ct-gutter-y:.25rem
    }
    
    .g-md-2,.gx-md-2 {
    --ct-gutter-x:.5rem
    }
    
    .g-md-2,.gy-md-2 {
    --ct-gutter-y:.5rem
    }
    
    .g-md-3,.gx-md-3 {
    --ct-gutter-x:1rem
    }
    
    .g-md-3,.gy-md-3 {
    --ct-gutter-y:1rem
    }
    
    .g-md-4,.gx-md-4 {
    --ct-gutter-x:1.5rem
    }
    
    .g-md-4,.gy-md-4 {
    --ct-gutter-y:1.5rem
    }
    
    .g-md-5,.gx-md-5 {
    --ct-gutter-x:3rem
    }
    
    .g-md-5,.gy-md-5 {
    --ct-gutter-y:3rem
    }
    }
    
    @media (min-width:992px) {
    .col-lg {
    flex:1 0 0
    }
    
    .row-cols-lg-auto>* {
    flex:0 0 auto;
    width:auto
    }
    
    .row-cols-lg-1>* {
    flex:0 0 auto;
    width:100%
    }
    
    .row-cols-lg-2>* {
    flex:0 0 auto;
    width:50%
    }
    
    .row-cols-lg-3>* {
    flex:0 0 auto;
    width:33.33333%
    }
    
    .row-cols-lg-4>* {
    flex:0 0 auto;
    width:25%
    }
    
    .row-cols-lg-5>* {
    flex:0 0 auto;
    width:20%
    }
    
    .row-cols-lg-6>* {
    flex:0 0 auto;
    width:16.66667%
    }
    
    .col-lg-auto {
    flex:0 0 auto;
    width:auto
    }
    
    .col-lg-1 {
    flex:0 0 auto;
    width:8.33333%
    }
    
    .col-lg-2 {
    flex:0 0 auto;
    width:16.66667%
    }
    
    .col-lg-3 {
    flex:0 0 auto;
    width:25%
    }
    
    .col-lg-4 {
    flex:0 0 auto;
    width:33.33333%
    }
    
    .col-lg-5 {
    flex:0 0 auto;
    width:41.66667%
    }
    
    .col-lg-6 {
    flex:0 0 auto;
    width:50%
    }
    
    .col-lg-7 {
    flex:0 0 auto;
    width:58.33333%
    }
    
    .col-lg-8 {
    flex:0 0 auto;
    width:66.66667%
    }
    
    .col-lg-9 {
    flex:0 0 auto;
    width:75%
    }
    
    .col-lg-10 {
    flex:0 0 auto;
    width:83.33333%
    }
    
    .col-lg-11 {
    flex:0 0 auto;
    width:91.66667%
    }
    
    .col-lg-12 {
    flex:0 0 auto;
    width:100%
    }
    
    .offset-lg-0 {
    margin-left:0
    }
    
    .offset-lg-1 {
    margin-left:8.33333%
    }
    
    .offset-lg-2 {
    margin-left:16.66667%
    }
    
    .offset-lg-3 {
    margin-left:25%
    }
    
    .offset-lg-4 {
    margin-left:33.33333%
    }
    
    .offset-lg-5 {
    margin-left:41.66667%
    }
    
    .offset-lg-6 {
    margin-left:50%
    }
    
    .offset-lg-7 {
    margin-left:58.33333%
    }
    
    .offset-lg-8 {
    margin-left:66.66667%
    }
    
    .offset-lg-9 {
    margin-left:75%
    }
    
    .offset-lg-10 {
    margin-left:83.33333%
    }
    
    .offset-lg-11 {
    margin-left:91.66667%
    }
    
    .g-lg-0,.gx-lg-0 {
    --ct-gutter-x:0
    }
    
    .g-lg-0,.gy-lg-0 {
    --ct-gutter-y:0
    }
    
    .g-lg-1,.gx-lg-1 {
    --ct-gutter-x:.25rem
    }
    
    .g-lg-1,.gy-lg-1 {
    --ct-gutter-y:.25rem
    }
    
    .g-lg-2,.gx-lg-2 {
    --ct-gutter-x:.5rem
    }
    
    .g-lg-2,.gy-lg-2 {
    --ct-gutter-y:.5rem
    }
    
    .g-lg-3,.gx-lg-3 {
    --ct-gutter-x:1rem
    }
    
    .g-lg-3,.gy-lg-3 {
    --ct-gutter-y:1rem
    }
    
    .g-lg-4,.gx-lg-4 {
    --ct-gutter-x:1.5rem
    }
    
    .g-lg-4,.gy-lg-4 {
    --ct-gutter-y:1.5rem
    }
    
    .g-lg-5,.gx-lg-5 {
    --ct-gutter-x:3rem
    }
    
    .g-lg-5,.gy-lg-5 {
    --ct-gutter-y:3rem
    }
    }
    
    @media (min-width:1200px) {
    .col-xl {
    flex:1 0 0
    }
    
    .row-cols-xl-auto>* {
    flex:0 0 auto;
    width:auto
    }
    
    .row-cols-xl-1>* {
    flex:0 0 auto;
    width:100%
    }
    
    .row-cols-xl-2>* {
    flex:0 0 auto;
    width:50%
    }
    
    .row-cols-xl-3>* {
    flex:0 0 auto;
    width:33.33333%
    }
    
    .row-cols-xl-4>* {
    flex:0 0 auto;
    width:25%
    }
    
    .row-cols-xl-5>* {
    flex:0 0 auto;
    width:20%
    }
    
    .row-cols-xl-6>* {
    flex:0 0 auto;
    width:16.66667%
    }
    
    .col-xl-auto {
    flex:0 0 auto;
    width:auto
    }
    
    .col-xl-1 {
    flex:0 0 auto;
    width:8.33333%
    }
    
    .col-xl-2 {
    flex:0 0 auto;
    width:16.66667%
    }
    
    .col-xl-3 {
    flex:0 0 auto;
    width:25%
    }
    
    .col-xl-4 {
    flex:0 0 auto;
    width:33.33333%
    }
    
    .col-xl-5 {
    flex:0 0 auto;
    width:41.66667%
    }
    
    .col-xl-6 {
    flex:0 0 auto;
    width:50%
    }
    
    .col-xl-7 {
    flex:0 0 auto;
    width:58.33333%
    }
    
    .col-xl-8 {
    flex:0 0 auto;
    width:66.66667%
    }
    
    .col-xl-9 {
    flex:0 0 auto;
    width:75%
    }
    
    .col-xl-10 {
    flex:0 0 auto;
    width:83.33333%
    }
    
    .col-xl-11 {
    flex:0 0 auto;
    width:91.66667%
    }
    
    .col-xl-12 {
    flex:0 0 auto;
    width:100%
    }
    
    .offset-xl-0 {
    margin-left:0
    }
    
    .offset-xl-1 {
    margin-left:8.33333%
    }
    
    .offset-xl-2 {
    margin-left:16.66667%
    }
    
    .offset-xl-3 {
    margin-left:25%
    }
    
    .offset-xl-4 {
    margin-left:33.33333%
    }
    
    .offset-xl-5 {
    margin-left:41.66667%
    }
    
    .offset-xl-6 {
    margin-left:50%
    }
    
    .offset-xl-7 {
    margin-left:58.33333%
    }
    
    .offset-xl-8 {
    margin-left:66.66667%
    }
    
    .offset-xl-9 {
    margin-left:75%
    }
    
    .offset-xl-10 {
    margin-left:83.33333%
    }
    
    .offset-xl-11 {
    margin-left:91.66667%
    }
    
    .g-xl-0,.gx-xl-0 {
    --ct-gutter-x:0
    }
    
    .g-xl-0,.gy-xl-0 {
    --ct-gutter-y:0
    }
    
    .g-xl-1,.gx-xl-1 {
    --ct-gutter-x:.25rem
    }
    
    .g-xl-1,.gy-xl-1 {
    --ct-gutter-y:.25rem
    }
    
    .g-xl-2,.gx-xl-2 {
    --ct-gutter-x:.5rem
    }
    
    .g-xl-2,.gy-xl-2 {
    --ct-gutter-y:.5rem
    }
    
    .g-xl-3,.gx-xl-3 {
    --ct-gutter-x:1rem
    }
    
    .g-xl-3,.gy-xl-3 {
    --ct-gutter-y:1rem
    }
    
    .g-xl-4,.gx-xl-4 {
    --ct-gutter-x:1.5rem
    }
    
    .g-xl-4,.gy-xl-4 {
    --ct-gutter-y:1.5rem
    }
    
    .g-xl-5,.gx-xl-5 {
    --ct-gutter-x:3rem
    }
    
    .g-xl-5,.gy-xl-5 {
    --ct-gutter-y:3rem
    }
    }
    
    @media (min-width:1400px) {
    .col-xxl {
    flex:1 0 0
    }
    
    .row-cols-xxl-auto>* {
    flex:0 0 auto;
    width:auto
    }
    
    .row-cols-xxl-1>* {
    flex:0 0 auto;
    width:100%
    }
    
    .row-cols-xxl-2>* {
    flex:0 0 auto;
    width:50%
    }
    
    .row-cols-xxl-3>* {
    flex:0 0 auto;
    width:33.33333%
    }
    
    .row-cols-xxl-4>* {
    flex:0 0 auto;
    width:25%
    }
    
    .row-cols-xxl-5>* {
    flex:0 0 auto;
    width:20%
    }
    
    .row-cols-xxl-6>* {
    flex:0 0 auto;
    width:16.66667%
    }
    
    .col-xxl-auto {
    flex:0 0 auto;
    width:auto
    }
    
    .col-xxl-1 {
    flex:0 0 auto;
    width:8.33333%
    }
    
    .col-xxl-2 {
    flex:0 0 auto;
    width:16.66667%
    }
    
    .col-xxl-3 {
    flex:0 0 auto;
    width:25%
    }
    
    .col-xxl-4 {
    flex:0 0 auto;
    width:33.33333%
    }
    
    .col-xxl-5 {
    flex:0 0 auto;
    width:41.66667%
    }
    
    .col-xxl-6 {
    flex:0 0 auto;
    width:50%
    }
    
    .col-xxl-7 {
    flex:0 0 auto;
    width:58.33333%
    }
    
    .col-xxl-8 {
    flex:0 0 auto;
    width:66.66667%
    }
    
    .col-xxl-9 {
    flex:0 0 auto;
    width:75%
    }
    
    .col-xxl-10 {
    flex:0 0 auto;
    width:83.33333%
    }
    
    .col-xxl-11 {
    flex:0 0 auto;
    width:91.66667%
    }
    
    .col-xxl-12 {
    flex:0 0 auto;
    width:100%
    }
    
    .offset-xxl-0 {
    margin-left:0
    }
    
    .offset-xxl-1 {
    margin-left:8.33333%
    }
    
    .offset-xxl-2 {
    margin-left:16.66667%
    }
    
    .offset-xxl-3 {
    margin-left:25%
    }
    
    .offset-xxl-4 {
    margin-left:33.33333%
    }
    
    .offset-xxl-5 {
    margin-left:41.66667%
    }
    
    .offset-xxl-6 {
    margin-left:50%
    }
    
    .offset-xxl-7 {
    margin-left:58.33333%
    }
    
    .offset-xxl-8 {
    margin-left:66.66667%
    }
    
    .offset-xxl-9 {
    margin-left:75%
    }
    
    .offset-xxl-10 {
    margin-left:83.33333%
    }
    
    .offset-xxl-11 {
    margin-left:91.66667%
    }
    
    .g-xxl-0,.gx-xxl-0 {
    --ct-gutter-x:0
    }
    
    .g-xxl-0,.gy-xxl-0 {
    --ct-gutter-y:0
    }
    
    .g-xxl-1,.gx-xxl-1 {
    --ct-gutter-x:.25rem
    }
    
    .g-xxl-1,.gy-xxl-1 {
    --ct-gutter-y:.25rem
    }
    
    .g-xxl-2,.gx-xxl-2 {
    --ct-gutter-x:.5rem
    }
    
    .g-xxl-2,.gy-xxl-2 {
    --ct-gutter-y:.5rem
    }
    
    .g-xxl-3,.gx-xxl-3 {
    --ct-gutter-x:1rem
    }
    
    .g-xxl-3,.gy-xxl-3 {
    --ct-gutter-y:1rem
    }
    
    .g-xxl-4,.gx-xxl-4 {
    --ct-gutter-x:1.5rem
    }
    
    .g-xxl-4,.gy-xxl-4 {
    --ct-gutter-y:1.5rem
    }
    
    .g-xxl-5,.gx-xxl-5 {
    --ct-gutter-x:3rem
    }
    
    .g-xxl-5,.gy-xxl-5 {
    --ct-gutter-y:3rem
    }
    }
    

.table {
    --ct-table-bg: var(--ct-table-bg);
    --ct-table-striped-color: var(--ct-table-striped-color);

    border-color: var(--ct-table-border-color);
        border-collapse: separate; /* Ensure spacing takes effect */
        border-spacing: 2px; /* Space between cells */

}

.table>:not(caption)>*>* {
    padding: .85rem;
    background-color: var(--ct-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--ct-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:first-child) {
    border-top: 2px solid var(--ct-table-group-separator-color)
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --ct-table-accent-bg: var(--ct-table-striped-bg);

    color: var(--ct-table-striped-color)
}

.table-hover>tbody>tr:hover>* {
    --ct-table-accent-bg: var(--ct-table-hover-bg);

    color: var(--ct-table-hover-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.form-group {
    margin-bottom: 1rem
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .9rem + 2px);
    padding: .45rem .9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control-short {
    max-width: 250px;
    height: calc(1.5em + .9rem + 2px);
    padding: .45rem .9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type="file"] {
    overflow: hidden
}

.form-control[type="file"]:not(:disabled, [readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: var(--ct-input-focus-color);
    background-color: var(--ct-input-focus-bg);
    border-color: var(--ct-input-focus-border-color);
    outline: 0;
    box-shadow: none
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::placeholder {
    color: var(--ct-input-placeholder-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--ct-input-disabled-bg);
    opacity: 1
}

.form-control::file-selector-button {
    padding: .45rem .9rem;
    margin: -.45rem -.9rem;
    -webkit-margin-end: .9rem;
    margin-inline-end: .9rem;
    color: var(--ct-form-file-button-color);
    background-color: var(--ct-form-file-button-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled, [readonly])::file-selector-button {
    background-color: var(--ct-form-file-button-hover-bg)
}

.form-control::-webkit-file-upload-button {
    padding: .45rem .9rem;
    margin: -.45rem -.9rem;
    -webkit-margin-end: .9rem;
    margin-inline-end: .9rem;
    color: var(--ct-form-file-button-color);
    background-color: var(--ct-form-file-button-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none
    }
}

.form-control:hover:not(:disabled, [readonly])::-webkit-file-upload-button {
    background-color: var(--ct-form-file-button-hover-bg)
}

textarea.form-control {
    min-height: calc(1.5em + .9rem + 2px)
}

.form-check {
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.643em;
    margin-bottom: 0
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.643em
}

.form-check-input {
    width: 1.143em;
    height: 1.143em;
    margin-top: .1785em;
    vertical-align: top;
    background-color: var(--ct-form-check-input-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--ct-form-check-input-border);
    appearance: none
}

.form-check-input[type="checkbox"] {
    border-radius: .25em
}

.form-check-input[type="radio"] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: var(--ct-input-focus-border-color);
    outline: 0;
    box-shadow: none
}

.form-check-input:checked {
    background-color: var(--ct-form-check-input-checked-bg-color);
    border-color: var(--ct-form-check-input-checked-border-color)
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: var(--ct-form-check-input-indeterminate-bg-color);
    border-color: var(--ct-form-check-input-indeterminate-border-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238b96a0'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238b96a0'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.dropdown-menu {
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .3rem;
    margin: 0;
    font-size: .875rem;
    color: var(--ct-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--ct-dropdown-bg);
    background-clip: padding-box;
    border: 1px solid var(--ct-dropdown-border-color);
    border-radius: .25rem;
    box-shadow: var(--ct-box-shadow);
    animation-name: DropDownSlide;
    animation-duration: .3s;
    animation-fill-mode: both;
    top: 100%;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: static
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child, .dropdown-toggle, .dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child, .dropdown-menu, .valid-tooltip, .valid-feedback, .invalid-tooltip, .invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}


.was-validated .form-control:valid {
    border-color: #1abc9c;
    padding-right: calc(1.5em + .9rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem)
}


.was-validated .form-control:valid:focus {
    border-color: #1abc9c;
    box-shadow: 0 0 0 .15rem #1abc9c40
}

.was-validated textarea.form-control:valid {
    padding-right: calc(1.5em + .9rem);
    background-position: top calc(.375em + .225rem) right calc(.375em + .225rem)
}


.was-validated .form-check-input:valid {
    border-color: #1abc9c
}


.was-validated .form-check-input:valid:checked {
    background-color: #1abc9c
}


.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .15rem #1abc9c40
}


.was-validated .form-check-input:valid~.form-check-label {
    color: #1abc9c
}


.was-validated .input-group .form-control:valid {
    z-index: 1
}


.was-validated .input-group .form-control:valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #f9c66f
}


.was-validated :invalid~.invalid-feedback {
    display: block
}


.was-validated .form-control:invalid {
    border-color: #f9c66f;
    padding-right: calc(1.5em + .9rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f9c66f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f9c66f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem)
}


.was-validated .form-control:invalid:focus {
    border-color: #f9c66f;
    box-shadow: 0 0 0 .15rem #f1556c40
}

.was-validated textarea.form-control:invalid {
    padding-right: calc(1.5em + .9rem);
    background-position: top calc(.375em + .225rem) right calc(.375em + .225rem)
}


.was-validated .form-check-input:invalid {
    border-color: #f9c66f
}


.was-validated .form-check-input:invalid:checked {
    background-color: #f9c66f
}


.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .15rem #f1556c40
}


.was-validated .form-check-input:invalid~.form-check-label {
    color: #f9c66f
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}


.was-validated .input-group .form-control:invalid {
    z-index: 2
}


.was-validated .input-group .form-control:invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .45rem .9rem;
    font-size: .875rem;
    border-radius: .15rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #6c757d
}


.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .15rem var(--ct-input-btn-focus-color)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}



.btn-primary {
    color: #f8f8ff;
    background-color: #406E8E;
    border-color: #223a4a;
    box-shadow: var(--ct-btn-box-shadow) #6c757d80
}

.btn-primary:hover {
    color: #f8f8ff;
    background-color: #223a4a;
    border-color: #DECE8E
}


.btn-primary:focus {
    color: #f8f8ff;
    background-color: #223a4a;
    border-color: #DECE8E;
    box-shadow: 0 0 0 .15rem #7d71e280
}


.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #f8f8ff;
    background-color: #406E8E;
    border-color: #223a4a
}


.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem #7d71e280
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #f8f8ff;
    background-color: #406E8E;
    border-color: #406E8E
}

.btn-secondary {
    color: #f8f8ff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: var(--ct-btn-box-shadow) #6c757d80
}

.btn-secondary:hover {
    color: #f8f8ff;
    background-color: #5c636a;
    border-color: #565e64
}


.btn-secondary:focus {
    color: #f8f8ff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .15rem #828a9180
}


.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #f8f8ff;
    background-color: #565e64;
    border-color: #51585e
}


.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem #828a9180
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #f8f8ff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-success {
    color: #f8f8ff;
    background-color: #1abc9c;
    border-color: #1abc9c;
    box-shadow: var(--ct-btn-box-shadow) #1abc9c80  
}

.btn-success:hover {
    color: #f8f8ff;
    background-color: #16a085;
    border-color: #15967d
}


.btn-success:focus {
    color: #fff;
    background-color: #16a085;
    border-color: #15967d;
    box-shadow: 0 0 0 .15rem #3cc6ab80
}


.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #15967d;
    border-color: #148d75
}


.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem #3cc6ab80
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c
}

.btn-warning {
    color: #343a40;
    background-color: #dece8e;
    border-color: #dece8e;
    box-shadow: var(--ct-btn-box-shadow) #f7b84b80
}

.btn-warning:hover {
    color: #343a40;
    background-color: #dece8e;
    border-color: #f8bf5d
}


.btn-warning:focus {
    color: #343a40;
    background-color: #dece8e;
    border-color: #f8bf5d;
    box-shadow: 0 0 0 .15rem #daa54980
}


.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #343a40;
    background-color: #f9c66f;
    border-color: #f8bf5d
}


.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem #daa54980
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #343a40;
    background-color: #dece8e;
    border-color: #dece8e
}

.btn-danger {
    color: #fff;
    background-color: #f9c66f;
    border-color: #f9c66f;
    box-shadow: var(--ct-btn-box-shadow) #f1556c80
}

.btn-danger:hover {
    color: #fff;
    background-color: #cd485c;
    border-color: #c14456
}


.btn-danger:focus {
    color: #fff;
    background-color: #cd485c;
    border-color: #c14456;
    box-shadow: 0 0 0 .15rem #f36f8280
}


.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c14456;
    border-color: #b54051
}


.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem #f36f8280
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #f9c66f;
    border-color: #f9c66f
}

.btn-light {
    color: #343a40;
    background-color: #f3f7f9;
    border-color: #f3f7f9;
    box-shadow: var(--ct-btn-box-shadow) #f3f7f980
}

.btn-light:hover {
    color: #343a40;
    background-color: #f5f8fa;
    border-color: #f4f8fa
}


.btn-light:focus {
    color: #343a40;
    background-color: #f5f8fa;
    border-color: #f4f8fa;
    box-shadow: 0 0 0 .15rem #d6dbdd80
}


.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #343a40;
    background-color: #f5f9fa;
    border-color: #f4f8fa
}


.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .15rem #d6dbdd80
}

.btn-light.disabled,
.btn-light:disabled {
    color: #343a40;
    background-color: #f3f7f9;
    border-color: #f3f7f9
}

.btn-link {
    color: var(--ct-btn-link-color);
    text-decoration: none;
    font-weight: 400;
    background-color: transparent
}

.btn-link:hover {
    color: var(--ct-btn-link-hover-color);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent
}



.btn-link:focus {
    text-decoration: none
}


.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.0938rem;
    border-radius: .3rem
}


.btn-sm {
    padding: .28rem .8rem;
    font-size: .7875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .375rem 1.2rem;
    clear: both;
    font-weight: 400;
    color: var(--ct-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--ct-dropdown-link-hover-color);
    background-color: var(--ct-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--ct-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--ct-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--ct-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block;
    top: 100% !important
}

.dropdown-header {
    display: block;
    padding: .25rem 1.2rem;
    margin-bottom: 0;
    font-size: .7875rem;
    color: inherit;
    white-space: nowrap
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}


.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}


.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child, .dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: var(--ct-link-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--ct-link-hover-color)
}

.nav-link.disabled {
    color: var(--ct-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid var(--ct-nav-tabs-border-color);
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: var(--ct-nav-tabs-link-hover-border-color);
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: var(--ct-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--ct-nav-tabs-link-active-color);
    background-color: var(--ct-nav-tabs-link-active-bg);
    border-color: var(--ct-nav-tabs-link-active-border-color);

}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--ct-component-active-color);
    background-color: var(--ct-component-active-bg)
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .75rem;
    padding-bottom: .75rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;

    background-clip: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-shadow: var(--ct-card-box-shadow);
    margin-bottom: 24px;
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem
}

.card-title {
    margin-bottom: 1.005rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-header {
    padding: .5rem 1rem !important;
    margin-bottom: 0;
    background-color: var(--ct-card-cap-bg);
    border-bottom: 0 solid var(--ct-card-border-color)
}

.card-header:first-child {
    border-radius: .25rem .25rem 0 0
}

.card-footer {
    padding: 1.005rem 1.5rem;
    background-color: #f8f9fa !important;
    border-top: 0 solid var(--ct-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 .25rem .25rem
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}


.breadcrumb-item.active {
    color: var(--ct-breadcrumb-active-color)
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.badge {
    display: inline-block;
    padding: .4em;
    font-size: .875em;
    font-weight: 400;
    line-height: 1;
    color: var(--ct-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge-blue {
    color: #444444;
    background-color: #DECE8E;
    border: 1px solid #d2bd67
}

.badge-blue:hover {
    color: #000;
    background-color: #DECE8E;
    border-color: #d2bd67
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px;
    box-shadow: var(--ct-components-shadow)
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}


@keyframes progress-bar-stripes {
    0% {
        background-position-x: .75rem
    }
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: var(--ct-btn-close-color);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238b96a0'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: var(--ct-btn-close-color);
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .15rem var(--ct-input-btn-focus-color);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: var(--ct-toast-background-color);
    background-clip: padding-box;
    border: 1px solid var(--ct-toast-border-color);
    box-shadow: var(--ct-toast-box-shadow);
    border-radius: .25rem
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: 12px
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: var(--ct-toast-header-color);
    background-color: var(--ct-toast-header-background-color);
    background-clip: padding-box;
    border-bottom: 1px solid var(--ct-toast-header-border-color);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--ct-modal-content-bg);
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: .2rem;
    outline: 0
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0 solid var(--ct-modal-header-border-color);
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    background-color: var(--ct-card-cap-bg) !important
}

.modal-header .btn-close {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 0 solid var(--ct-modal-footer-border-color);
    border-bottom-right-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.modal-footer>* {
    margin: .25rem
}

@media (width >=576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (width >=992px) {
    .modal-lg {
        max-width: 800px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    overflow-wrap: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .7875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border {
        animation-duration: 1.5s
    }
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--ct-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.float-end {
    float: right !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.shadow-sm {
    box-shadow: var(--ct-box-shadow-sm) !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.top-0 {
    top: 0 !important
}

.start-0 {
    left: 0 !important
}

.end-0 {
    right: 0 !important
}

.border {
    border: 1px solid var(--ct-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-bottom {
    border-bottom: 1px solid var(--ct-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-1 {
    border-width: 1px !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.flex-column {
    flex-direction: column !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.m-0 {
    margin: 0 !important
}

.m-auto {
    margin: auto !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-2 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
}

.my-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .375rem !important
}

.mt-2 {
    margin-top: .75rem !important
}

.mt-3 {
    margin-top: 1.5rem !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .375rem !important
}

.me-2 {
    margin-right: .75rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .375rem !important
}

.mb-2 {
    margin-bottom: .75rem !important
}

.mb-3 {
    margin-bottom: 1.5rem !important
}

.mb-4 {
    margin-bottom: 2.25rem !important
}

.ms-2 {
    margin-left: .75rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .375rem !important
}

.p-2 {
    padding: .75rem !important
}

.p-3 {
    padding: 1.5rem !important
}

.p-4 {
    padding: 2.25rem !important
}

.px-1 {
    padding-right: .375rem !important;
    padding-left: .375rem !important
}

.px-2 {
    padding-right: .75rem !important;
    padding-left: .75rem !important
}

.px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .375rem !important;
    padding-bottom: .375rem !important
}

.py-2 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .375rem !important
}

.pt-3 {
    padding-top: 1.5rem !important
}

.pe-3 {
    padding-right: 1.5rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .375rem !important
}

.pb-3 {
    padding-bottom: 1.5rem !important
}

.ps-5 {
    padding-left: 4.5rem !important
}

.text-center {
    text-align: center !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}


.text-uppercase {
    text-transform: uppercase !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-primary {
    --ct-text-opacity: 1;

    color: #406E8E !important
}

.text-secondary {
    --ct-text-opacity: 1;

    color: #6c757d !important
}

.text-danger {
    --ct-text-opacity: 1;

    color: var(--ct-danger-rgb) !important
}

.text-light {
    --ct-text-opacity: 1;

    color: rgba(var(--ct-light-rgb), var(--ct-text-opacity)) !important
}

.text-dark {
    --ct-text-opacity: 1;

    color: rgba(var(--ct-dark-rgb), var(--ct-text-opacity)) !important
}

.text-white {
    --ct-text-opacity: 1;

    color: rgba(var(--ct-white-rgb), var(--ct-text-opacity)) !important
}

.text-body {
    --ct-text-opacity: 1;

    color: rgba(var(--ct-body-color-rgb), var(--ct-text-opacity)) !important
}

.text-muted {
    --ct-text-opacity: 1;

    color: var(--ct-text-muted) !important
}

.text-white-50 {
    --ct-text-opacity: 1;

    color: #ffffff80 !important
}

.text-reset {
    --ct-text-opacity: 1;


}

.bg-primary {
    --ct-bg-opacity: 1;

    background-color: #406E8E !important
}

.bg-secondary {
    --ct-bg-opacity: 1;

    background-color: #6c757d !important
}

.bg-success {
    --ct-bg-opacity: 1;

    background-color: #1abc9c !important
}

.bg-info {
    --ct-bg-opacity: 1;

    background-color: #DECE8E !important
}

.bg-warning {
    --ct-bg-opacity: 1;

    background-color: #dece8e !important
}

.bg-danger {
    --ct-bg-opacity: 1;

    background-color: #DECE8E !important
}

.bg-light {
    --ct-bg-opacity: 1;

    background-color: rgba(var(--ct-light-rgb), var(--ct-bg-opacity)) !important
}

.bg-dark {
    --ct-bg-opacity: 1;

    background-color: rgba(var(--ct-dark-rgb), var(--ct-bg-opacity)) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.visible {
    visibility: visible !important
}

@media (width >=576px) {

    .d-sm-block {
        display: block !important
    }
}

@media (width >=768px) {

    .text-md-end {
        text-align: right !important
    }
}

@media (width >=992px) {

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }

    .p-lg-1 {
        padding: .375rem !important
    }
}

.badge-soft-danger {
    color: #f9c66f;
    background-color: #f1556c2e;
    box-shadow: none
}

.badge-outline-blue {
    color: #4a81d4;
    border: 1px solid #4a81d4;
    background-color: transparent;
    box-shadow: none
}

.breadcrumb-item>a {
    color: #6c757d
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "•"; /* Or another bullet character */
    color: var(--ct-breadcrumb-divider-color);
    margin-right: .5rem;
    font-size: 1rem; /* Match the font size of the text */
    line-height: inherit; /* Inherit line height from the breadcrumb item */
    vertical-align: top; /* Align the bullet with the text */
}

.btn .mdi::before {
    margin-top: -1px
}

.btn i {
    display: inline-block
}

.btn-light {
    color: #323a46
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: var(--ct-btn-link-disabled-color);
    pointer-events: none
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}


.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .15rem #6c757d80
}


.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}


.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .15rem #6c757d80
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-label {
    margin: -.55rem .9rem -.55rem -.9rem;
    padding: .6rem .9rem;
    background-color: #323a461a
}

.btn-xs {
    padding: .2rem .6rem;
    font-size: .75rem;
    border-radius: .15rem
}

.btn-soft-secondary {
    color: #6c757d;
    background-color: #6c757d2e;
    border-color: #6c757d1f
}

.btn-soft-secondary:hover {
    color: #fff;
    background-color: #6c757d
}

.btn-soft-secondary.focus,
.btn-soft-secondary:focus {
    box-shadow: 0 0 0 .15rem #6c757d4d
}

.card-header,
.card-title {
    margin-top: 0
}

@keyframes rotatebox {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.header-title {
    font-size: 1rem;
    margin: 0 0 7px
}

.dropdown-menu i {
    display: inline-block
}

@keyframes DropDownSlide {
    100% {
        transform: translateY(0)
    }

    0% {
        transform: translateY(15px)
    }
}

@media (width >=600px) {
    .dropdown-lg {
        width: 320px
    }
}

.dropdown-icon-item {
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    padding: 15px 0 9px;
    display: block;
    border: 1px solid transparent;
    color: var(--ct-dropdown-link-color)
}

.dropdown-icon-item img {
    height: 24px
}

.dropdown-icon-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dropdown-icon-item:hover {
    background-color: var(--ct-dropdown-link-hover-bg)
}

.form-control {
    box-shadow: var(--ct-components-shadow-sm)
}

input.form-control[type="color"],
input.form-control[type="range"] {
    min-height: 39px
}


.custom-select:invalid:focus,
.custom-select:valid:focus,
.form-control:invalid:focus,
.form-control:valid:focus {
    box-shadow: none !important
}

.nav-pills>li>a,
.nav-tabs>li>a {
    color: #6c757d;
    font-weight: 600
}

.nav-pills>a {
    color: #6c757d;
    font-weight: 600
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.navtab-bg .nav-link {
    background-color: var(--ct-card-cap-bg);
    margin: 0 5px
}

.tab-content {
    padding: 20px 0 0
}

.pagination a {
    line-height: 1.25 !important
}

button:focus {
    outline: 0
}

.table.table-bordered tbody {
    border-top: 1px solid;
    border-top-color: inherit
}

table.table-hover tbody tr:hover>* {
    --ct-table-accent-bg: #f3f7f9
}

table.table-striped tbody tr table:not(.table-striped) td,
table.table-striped tbody tr table:not(.table-striped) th {
    --ct-table-accent-bg: transparent
}

.font-13 {
    font-size: 13px !important
}

.font-14 {
    font-size: 14px !important
}

.font-16 {
    font-size: 16px !important
}

.font-18 {
    font-size: 18px !important
}

.font-22 {
    font-size: 22px !important
}

.font-24 {
    font-size: 24px !important
}

.font-26 {
    font-size: 26px !important
}

.border-secondary {
    border-color: #6c757d !important
}

html {
    position: relative;
    min-height: 100%
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.content-page {
    margin-left: 280px;
    overflow: hidden;
    padding: 0 15px 65px;
    min-height: 80vh;
    margin-top: 70px
}

.left-side-menu {
    width: 280px;
    background: var(--ct-bg-leftbar);
    bottom: 0;
    padding: 20px 0;
    position: fixed;
    transition: all .1s ease-out;
    top: 70px;
    box-shadow: var(--ct-box-shadow)
}

.nav-second-level li a:focus,
.nav-second-level li a:hover {
    color: var(--ct-menu-item-hover)
}

.nav-second-level li.active>a {
    color: var(--ct-menu-item-active)
}

li>a[aria-expanded="true"]>span.menu-arrow {
    transform: rotate(90deg)
}

@media (width <=991.98px) {
    body {
        overflow-x: hidden;
        padding-bottom: 80px
    }

    .left-side-menu {
        display: none;
        z-index: 10 !important
    }

    .content-page {
        margin-left: 0 !important;
        padding: 0 10px
    }

    .footer {
        left: 0 !important
    }
}

.logo {
    display: block
}

.logo span.logo-lg {
    display: block
}

.logo-box {
    height: 70px;
    width: 240px;
    float: left;
    transition: .1s ease-out
}

.navbar-custom {
    background-color: var(--ct-bg-topbar-dark);
    box-shadow: var(--ct-box-shadow);
    padding: 0 10px 0 0;
    position: fixed;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 1001
}

.navbar-custom .topnav-menu>li {
    float: left
}

.navbar-custom .topnav-menu .nav-link {
    padding: 0 15px;
    color: #fff9;
    min-width: 32px;
    display: block;
    line-height: 70px;
    text-align: center;
    max-height: 70px
}

.navbar-custom .dropdown .nav-link.show {
    background-color: #ffffff0d
}

.navbar-custom .container-fluid {
    padding: 0
}

.navbar-custom .app-search {
    height: 70px;
    display: table;
    max-width: 180px;
    margin-right: 20px
}

.navbar-custom .app-search .app-search-box {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.navbar-custom .app-search .app-search-box input::placeholder {
    font-size: .8125rem;
    color: #ffffff4d
}

.navbar-custom .app-search .form-control {
    border: none;
    height: 38px;
    padding-left: 20px;
    padding-right: 0;
    color: #fff;
    background-color: #ffffff12;
    box-shadow: none;
    border-radius: 30px 0 0 30px
}

.navbar-custom .app-search .btn {
    background-color: #ffffff12;
    border-color: transparent;
    color: #ffffff4d;
    border-radius: 0 30px 30px 0;
    box-shadow: none !important
}

.navbar-custom .button-menu-mobile {
    border: none;
    color: #fff;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 60px;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer
}

.notification-list {
    margin-left: 0
}

.notification-list .noti-title {
    background-color: transparent;
    padding: 15px 20px
}

.notification-list .notify-item {
    padding: 12px 20px
}

.notification-list .profile-dropdown .notify-item {
    padding: 7px 20px
}

.noti-icon {
    font-size: 21px;
    vertical-align: middle
}

.profile-dropdown {
    min-width: 170px
}

.profile-dropdown i {
    vertical-align: middle;
    margin-right: 5px
}

.nav-user {
    padding: 0 12px !important
}

.nav-user img {
    height: 32px;
    width: 32px
}

@media (width <=991.98px) {
    .logo-box {
        width: 70px !important;
        padding-right: 0 !important
    }

    .logo-box .logo-lg {
        display: none !important
    }

    .logo-box .logo-sm {
        display: block !important
    }
}

@media (width <=600px) {
    .navbar-custom .dropdown {
        position: static
    }

    .navbar-custom .dropdown .dropdown-menu {
        left: 10px !important;
        right: 10px !important
    }
}

@media (width <=360px) {
    .navbar-custom .topnav-menu .nav-link {
        padding: 0 12px
    }

    .navbar-custom .button-menu-mobile {
        width: 45px
    }
}

.page-title-box .page-title {
    font-size: 1.25rem;
    margin: 0;
    line-height: 75px;
    color: #323a46
}

.page-title-box .page-title-right {
    float: right;
    margin-top: 22px
}

.page-title-box .breadcrumb {
    padding-top: 5px
}

@media (width <=767.98px) {
    .page-title-box .page-title {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 70px
    }

    .page-title-box .breadcrumb {
        display: none
    }
}

@media (width <=640px) {
    .page-title-box .page-title-right {
        display: none
    }
}

@media (width <=419px) {
    .page-title-box .breadcrumb {
        display: none
    }
}

.footer {
    bottom: 0;
    padding: 19px 15px 20px;
    position: absolute;
    right: 0;
    color: var(--ct-text-muted);
    left: 240px;
    background-color: var(--ct-footer-bg)
}

.footer .footer-links a {
    color: var(--ct-text-muted);
    margin-left: 1.5rem;
    transition: all .4s
}

.footer .footer-links a:hover {
    color: #323a46
}

.footer .footer-links a:first-of-type {
    margin-left: 0
}

.footer-alt {
    left: 0 !important;
    text-align: center;
    background-color: transparent
}

@media (width <=767.98px) {
    .footer {
        left: 0 !important;
        text-align: center
    }
}

@media (width >=992px) {

    .navbar-toggle {
        display: none
    }
}

.avatar-md {
    height: 3.5rem;
    width: 3.5rem
}

.avatar-xl {
    height: 6rem;
    width: 6rem
}

.form-check.form-check-success .form-check-input:checked {
    background-color: #1abc9c !important;
    border-color: #1abc9c !important
}

.form-check.form-check-danger .form-check-input:checked {
    background-color: #f9c66f !important;
    border-color: #f9c66f !important
}

 


  


 

@media print {
    .footer,
    .left-side-menu,
    .navbar-custom,
    .page-title-box {
        display: none
    }

    .card-body,
    .content,
    .content-page,
    body {
        padding: 0;
        margin: 0
    }
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid #dee2e6;
    border-right: 5px solid #dee2e6;
    border-bottom: 5px solid #dee2e6;
    border-left: 5px solid #406E8E;
    transform: translateZ(0);
    animation: SpinnerAnimation 1.1s infinite linear
}

.spinner,
.spinner::after {
    border-radius: 50%;
    width: 40px;
    height: 40px
}

@keyframes SpinnerAnimation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.auth-logo .logo-light {
    display: none !important
}

.auth-logo .logo-dark {
    display: block !important
}

.button-list {
    margin-left: -8px;
    margin-bottom: -12px
}

.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px
}

@keyframes stroke {
    100% {
        stroke-dashoffset: -400
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes text {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes draw-me {
    from {
        stroke-dashoffset: -1134
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0
    }

    25% {
        transform: scale(0);
        opacity: .1
    }

    50% {
        transform: scale(.1);
        opacity: .3
    }

    75% {
        transform: scale(.5);
        opacity: .5
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: radial-gradient(#0003 0, #3333334d 40%, #0006 50%, #33333380 60%, #fff0 70%);
    transition: all .5s ease-out;
    transition-property: transform, opacity;
    transform: scale(0) translate(0, 0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background: radial-gradient(#fff3 0, #ffffff4d 40%, #fff6 50%, #ffffff80 60%, #fff0 70%)
}

.waves-effect.waves-classic .waves-ripple {
    background: #0003
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: #fff6
}

.waves-notransition {
    transition: none !important
}

.waves-button,
.waves-circle {
    transform: translateZ(0);
    mask-image: radial-gradient(circle, #fff 100%, #000 100%)
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: 0;
    color: inherit;
    background-color: #0000;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1
}

.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em
}

.waves-button-input {
    margin: 0;
    padding: .85em 1.1em
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper.waves-button {
    padding: 0
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%
}

.waves-float {
    mask-image: none;
    box-shadow: 0 1px 1.5px 1px #3333331f;
    transition: all .3s
}

.waves-float:active {
    box-shadow: 0 8px 20px 1px #3333334d
}

.waves-block {
    display: block
}

.calendar {
    float: left;
    margin-bottom: 0
}

#calendar .table-bordered td,
#calendar .table-bordered th {
    border: 1px solid var(--ct-table-border-color)
}

.colorpicker {
    background: var(--ct-dropdown-bg);
    box-shadow: var(--ct-box-shadow);
    border: 1px solid var(--ct-dropdown-border-color)
}

table.dataTable {
    border-collapse: collapse !important;
    margin-bottom: 15px !important
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #797B7C
}

table.dataTable tbody>tr.selected td,
table.dataTable tbody>tr>.selected td {
    border-color: #797B7C
}

table.dataTable tbody td:focus {
    outline: 0 !important
}

table.dataTable tbody td.focus,
table.dataTable tbody th.focus {
    outline: 2px solid #406E8E !important;
    outline-offset: -1px;
    color: #406E8E;
    background-color: #6658dd26
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child::before {
    box-shadow: var(--ct-box-shadow-lg);
    background-color: #1abc9c;
    top: .85rem
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child::before {
    background-color: #f9c66f;
    top: .85rem
}

@media (width <=767.98px) {

    .dataTables_paginate ul {
        text-align: center;
        display: block;
        margin: 1.5rem 0 0 !important
    }
}

[data-simplebar] {
    position: relative;
    flex-flow: column wrap;
    place-content: flex-start flex-start;
    align-items: flex-start
}

.legend {
    font-size: 14px
}

.legend tr {
    height: 30px;
    font-family: Lato , sans-serif
}

.legend>div {
    background-color: transparent !important
}

#legend {
    background: #fff;
    position: absolute;
    top: 0;
    right: 15px
}

#legend .line {
    color: #323a46
}

@font-face {
    font-family: footable; /* Only the custom font name */
    src: url("../../../fonts/footable.eot");
    src: url("../../../fonts/footable.eot?#iefix") format("embedded-opentype"),
         url("../../../fonts/footable.woff") format("woff"),
         url("../../../fonts/footable.ttf") format("truetype"),
         url("../../../fonts/footable.svg#footable") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: footable; /* Only the custom font name */
    src: url("../../../fonts/footable.svg#footable") format("svg");
    font-weight: 400;
    font-style: normal;
}

table[data-toggle="table"] {
    display: none
}

.datepicker {
    padding: 10px !important;
    animation: none
}

.datepicker td,
.datepicker th {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.datepicker table tr td .active.disabled:hover[disabled],
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active:hover.active,
.datepicker table tr td .active:hover.disabled,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active:hover[disabled],
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #406E8E !important;
    background-image: none !important;
    color: #fff
}


.datepicker table tr td span:hover,
.datepicker table tr td.day:hover {
    background: #f7f7f7
}

.datepicker table tr td span.new,
.datepicker table tr td span.old,
.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #6c757d;
    opacity: .4
}


.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #f7f7f7
}

@media (width <=629px) {
    img#mobile {
        display: none
    }
}

@media screen and (width <=600px) {
    .nomobile {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none
    }
}

@media screen and (width >=600px) {
    .mobile {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none
    }
}

@media only screen and (width <=700px) {
    .flexit {
        flex: 1 1 100%
    }
}

@media only screen and (width >=700px) {
    .flexit {
        flex: 1 1 50%
    }
}

@media only screen and (width >=1300px) {
    .flexit {
        flex: 1 1 33%
    }
}

#sidebar-menu > ul {
    list-style: none;
    padding: 0
}

    #sidebar-menu > ul > li > a {
        color: #f8f8ff;
        display: block;
        padding: 12px 20px;
        position: relative;
        transition: .4s;
         font-family: "Lato";
        font-size:.957rem;
    }

        #sidebar-menu > ul > li > a:active, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:hover {
            color: #dece8e;
            text-decoration: none
        }

        #sidebar-menu > ul > li > a > span {
            vertical-align: middle
        }

        #sidebar-menu > ul > li > a i {
            display: inline-block;
            line-height: 1.0625rem;
            margin: 0 10px 0 3px;
            text-align: center;
            vertical-align: middle;
            width: 16px;
            font-size: 18px
        }

        #sidebar-menu > ul > li > a svg {
            width: 16px;
            height: 16px;
            margin-left: 3px;
            margin-right: 10px
        }

        #sidebar-menu > ul > li > a .drop-arrow {
            float: right
        }

            #sidebar-menu > ul > li > a .drop-arrow i {
                margin-right: 0
            }

#sidebar-menu .badge {
    margin-top: 4px
}

#sidebar-menu .menu-title {
    padding: 10px 20px;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: .6875rem;
    text-transform: uppercase;
    color: #dece8e;
    font-weight: 600
}

#sidebar-menu .menuitem-active .active, #sidebar-menu .menuitem-active > a {
    color: #dece8e
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box!important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	visibility: visible;
	overflow: auto;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none
}

#sidebar-menu > ul > li > a > span {
    vertical-align: middle
}

.nav-second-level li a:focus,
.nav-second-level li a:hover,
.nav-second-level li.active>a {
    color: #dece8e
}

.menu-arrow {
    transition: transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: "Material Design Icons", sans-serif;
    line-height: 1.5rem;
    font-size: 1.1rem;
    text-rendering: auto;
    transform: translate(0, 0)
}

.menu-arrow::before {
    content: "\F0142"
}

@media (width <=767.98px) {
    .pro-user-name {
        display: none
    }
}

@media (width <=991.98px) {
    body {
        overflow-x: hidden;
        padding-bottom: 80px
    }

    .left-side-menu {
        display: none;
        z-index: 10 !important
    }

    .content-page {
        margin-left: 0 !important;
        padding: 0 10px
    }

    .footer {
        left: 0 !important
    }
}

.logo,
.logo span.logo-lg {
    display: block
}

.logo span.logo-sm {
    display: none
}

.logo-box .logo {
    line-height: 70px
}

.logo-light {
    display: block
}

.logo-dark {
    display: none
}

@font-face {
    font-family: Lato;
    src: url("../fonts/cerebrisans-light.eot");
    src: local("Cerebri-sans Light"), url("../fonts/cerebrisans-light.woff") format("woff");
    font-weight: 300
}

@font-face {
    font-family: Lato;
    src: url("../fonts/cerebrisans-regular.eot");
    src: local("Cerebri-sans Regular"), url("../fonts/cerebrisans-regular.woff") format("woff");
    font-weight: 400
}

@font-face {
    font-family: Lato;
    src: url("../fonts/cerebrisans-medium.eot");
    src: local("Cerebri-sans Medium"), url("../fonts/cerebrisans-medium.woff") format("woff");
    font-weight: 500
}

@font-face {
    font-family: Lato;
    src: url("../fonts/cerebrisans-semibold.eot");
    src: local("Cerebri-sans Semibold"), url("../fonts/cerebrisans-semibold.woff") format("woff");
    font-weight: 600
}

@font-face {
    font-family: Lato;
    src: url("../fonts/cerebrisans-bold.eot");
    src: local("Cerebri-sans Bold"), url("../fonts/cerebrisans-bold.woff") format("woff");
    font-weight: 500
}

.close {
    float: right;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled, .disabled):focus,
.close:not(:disabled, .disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}


.selectize-input {
    min-height: 72px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 34px;
    height: calc(1.5em+.9rem+2px);
    padding: .45rem .9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #323033;
    background-color: #fff !important;
    border: 1px solid #ced4da;
    box-shadow: none
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: rgba(0,0,0,0.06) 0 0 0 0;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2)
}

.selectize-dropdown-header {
    position: relative;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 6px 12px
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 12px;
    top: 50%;
    color: #333;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

    .selectize-dropdown-header-close:hover {
        color: #000
    }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
        border-right: 0 none
    }

    .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
        display: none
    }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important
}

    .selectize-control.plugin-remove_button [data-value] .remove {
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 17px;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        color: inherit;
        text-decoration: none;
        vertical-align: middle;
        display: inline-block;
        padding: 1px 0 0;
        border-left: 1px solid rgba(0,0,0,0);
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .selectize-control.plugin-remove_button [data-value] .remove:hover {
            background: rgba(0,0,0,0.05)
        }

    .selectize-control.plugin-remove_button [data-value].active .remove {
        border-left-color: rgba(0,0,0,0)
    }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: rgba(77,77,77,0)
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 1px 3px;
    background-color: #DECE8E;
    color: #444444;
    border: 1px solid #C7B97F;
    border-radius: .25rem;
}


.selectize-control.multi .selectize-input>div.active {
    background: #C7B97F;
    color: #fff;
    border: 0 solid #0000
}


.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #333;
    font-family: inherit;
    font-size: inherit;
    line-height: 20px;
    -webkit-font-smoothing: inherit
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 9px 2px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(199,185,127,0.6);
    color: #323033;
    background-color: #fff;
    border-color: #b1bbc4;
    outline: 0;
    box-shadow: none !important
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    _3token_hck_1:
}


    .selectize-control.multi .selectize-input > div.active {
        background: #C7B97F;
        color: #fff;
        border: 0 solid rgba(0,0,0,0)
    }

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: grey;
    background: #f8f8ff;
    border: 0 solid rgba(77,77,77,0)
}

.selectize-input > input {
    display: inline-block !important;
    padding: 0 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .selectize-input > input::-ms-clear {
        display: none
    }

    .selectize-input > input:focus {
        outline: none
    }

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #fff;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    display: none
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

    .selectize-dropdown [data-selectable] {
        cursor: pointer;
        overflow: hidden
    }

        .selectize-dropdown [data-selectable] .highlight {
            background: rgba(255,237,40,0.4);
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            border-radius: 1px
        }

    .selectize-dropdown .option, .selectize-dropdown .optgroup-header {
        padding: 3px 12px
    }

    .selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
        cursor: inherit;
        opacity: 0.5
    }

    .selectize-dropdown [data-selectable].option {
        opacity: 1
    }

    .selectize-dropdown .optgroup:first-child .optgroup-header {
        border-top: 0 none
    }

    .selectize-dropdown .optgroup-header {
        color: #777;
        background: #fff;
        cursor: default;
        font-size: 12px;
        line-height: 1.42857143
    }

    .selectize-dropdown .active {
        background-color: #f5f5f5;
        color: #262626
    }

        .selectize-dropdown .active.create {
            color: #262626
        }

    .selectize-dropdown .create {
        color: rgba(51,51,51,0.5)
    }

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
    padding: 5px 0
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer
}

    .selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
        cursor: text
    }

    .selectize-control.single .selectize-input:after {
        content: ' ';
        display: block;
        position: absolute;
        top: 50%;
        right: 17px;
        margin-top: -3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #333 transparent transparent transparent
    }

    .selectize-control.single .selectize-input.dropdown-active:after {
        margin-top: -4px;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #333 transparent
    }

.selectize-control.rtl.single .selectize-input:after {
    left: 17px;
    right: auto
}

.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fff
}

.selectize-dropdown, .selectize-dropdown.form-control {
    height: auto;
    padding: 0;
    margin: 2px 0 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175)
}

    .selectize-dropdown .optgroup:first-child:before {
        display: none
    }

    .selectize-dropdown .optgroup:before {
        content: ' ';
        display: block;
        height: 1px;
        margin: 9px -12px;
        overflow: hidden;
        background-color: #e5e5e5
    }

.has-error .selectize-input {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-error .selectize-input:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
    }

.form-control.selectize-control {
    padding: 0;
    height: auto;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}



.autocomplete-suggestion {
	padding: 5px 0.9rem;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-selected {
	background: #f7f7f7;
	cursor: pointer;
}

.autocomplete-suggestions strong {
	font-weight: 700;
	color: #323a46;
}

.add-new {
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	padding: 5px;
}

.add-new strong {
	font-weight: 700;
	font-size: 16px;
	color: #323a46;
	display: block;
}


#results,
#nameResults {
    border: 1px solid var(--ct-dropdown-border-color, #ccc);
    background-color: var(--ct-dropdown-bg, #fff);
    cursor: default;
    overflow: auto;
    max-height: 200px !important;
    box-shadow: var(--ct-box-shadow, 0 4px 6px #3333331a);
    display: none;
    position: absolute
}

.packery-grid {
    width: 100%
}

.grid-item {
    box-sizing: border-box;
    width: calc(25% - 20px);
    margin: 0;
    padding: 0
}

.card.loaded {
    opacity: 1
}

body.modal-open {
    overflow: visible !important
}

.hide-edit-icon {
    display: none
}

.modal-body .form-group select {
    max-height: 200px;
    overflow-y: auto
}

@media (width <=768px) {
    .packery-grid .grid-item {
        width: 100%
    }
}

#hiddenSelfTape {
    display: none;
}

#hiddenLocation {
    display: none;
}

#hiddenAddLocation {
    display: none;
}

#hiddenCasting {
    display: none;
}

/* Output text style */

.wrapit {
    /* Standard CSS */
    word-wrap: break-word; /* Deprecated, use `overflow-wrap` instead */
    white-space: pre-wrap; /* Correct standard value */
    overflow-wrap: break-word; /* Modern equivalent to word-wrap */
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    visibility: hidden;
}

.responsive-tabs {
    padding: 1rem;
}

.responsive-tabs .nav-tabs {
    display: none;
}


.selectize-input {
    line-height: 28px;
}

#hidden_div {
    display: none;
}

.responsive-tabs {
    padding: 1rem;
}

.responsive-tabs .nav-tabs {
    display: none;
}

@media (width >=768px) {
    .responsive-tabs .nav-tabs {
        display: flex;
    }

    .responsive-tabs .card {
        border: none;
    }

    .responsive-tabs .card .card-header {
        display: none;
    }

    .responsive-tabs .card .collapse {
        display: block;
    }
}

@media (width <=767px) {
    .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
}


.tooltip {
    position: absolute;
    z-index: 9999;
    background: #FFC107;
    color: black;
    width: 150px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
    padding: 10px;
    text-align: center;
}

.anchor-offset {
    box-sizing: border-box;
    padding-top: 75px;
    margin-top: -75px;
}

.output {
    font: 1rem 'Fira Sans', sans-serif;
}


fieldset {
    display: block;
    margin-inline: 1px;
    padding-block: 0.35em 0.625em;
    padding-inline: 0.75em;
    min-inline-size: min-content;
    border-width: 2px;
    border-color: #ced4da;
    border-style: solid;
    border-image: initial;
}

#contact-suggestions {
    position: absolute;
    z-index: 1000;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

#contact-suggestions li {
    padding: 8px 12px;
}

#contact-suggestions li:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 600
}

.badge.badge-primary.badge-pill:active {
    color: white;
}

.relationship-header {
    background-color: #406E8E;
    margin: 0 !important;
    padding: 15px !important;
}

.text-muted-custom {
    color: #ccc; /* Light gray */
    font-size: 0.8rem; /* Small font */
    text-align: center; /* Centered text */
    margin-top: 0.5rem; /* Spacing from the image */
}

.nav-item {
    margin-right: 2px; /* Adds 2px spacing between nav items */
}

.box-row {
    margin-bottom: 20px; /* Adjust the margin as per your requirement */
}

/* auditions.cfm */

#basic-datatable span {
    display: none;
}

.card img {
    border-top-right-radius: 0;
    border-bottom-left-radius: calc(0.25rem - 1px);
}

/*  companylookup.cfm  */

#results {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
}
#results div {
    padding: 5px;
    cursor: pointer;
}
#results div:hover {
    background-color: #f0f0f0;
}
.add-new {
    background-color: #d1ecf1;
    color: #0c5460;
    font-style: italic;
}

/*  contacts_table.cfm  */

.exportcontacts, .updatetag, .updatesystem, .deletesystem, .addrelationship, .importhistory, .batchdelete, .searchtag, .import {
    color: #fff;
    background-color: #406E8E;
    border-color: #223a4a;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    padding: .25rem .5rem;
    border-radius: .2rem;    
    font-size: .87em;
} 


/* dash_rr.cfm  */

/* debugging_log.cfm */

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* image-upload-contact.cfm & image-upload.cfm */

.btn-success:disabled {
    color: #fff;
    background-color: #D3D3D3;
    border-color: #D3D3D3;
    }

    /* results.cfm  */

    table.dataTable tbody td {
        word-break: break-word;
        vertical-align: top;
    }


    /* percent.cfm */

     .selectize-input {
        line-height: 28px;
    }

    /*  share/index.cfm */

    .spinner {
        display: inline-block;
        width: 80px;
        height: 80px;
        border: 8px solid #f3f3f3;
        border-radius: 50%;
        border-top: 8px solid #3498db;
        animation: spin 2s linear infinite;
      }

      @keyframes spin {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }

      .loading {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
        z-index: 9999;
      }


      /* vertical align menu icons */

      img,
svg {
	vertical-align: middle
}


/* autocomplete dropdown */

.autocomplete-suggestions {
    border: 1px solid var(--ct-dropdown-border-color);
    background-color: var(--ct-dropdown-bg);
    cursor: default;
    overflow: auto;
    max-height: 200px !important;
    box-shadow: var(--ct-box-shadow)
}

.autocomplete-no-suggestion {
    padding: 5px
}

.autocomplete-group {
    padding: 5px;
    font-weight: 500;
    font-family: Lato , sans-serif
}

.autocomplete-group strong {
    font-weight: 500;
    font-size: 16px;
    color: #323a46;
    display: block
}

.autocomplete-suggestion {
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden
}

.autocomplete-selected {
    background: #f7f7f7;
    cursor: pointer
}

.autocomplete-suggestions strong {
    font-weight: 500;
    color: #323a46
}

.ui-autocomplete {
    position: absolute;
    z-index: 1051;
    max-height: 200px;
    overflow: hidden auto;
    border: 1px solid #ddd;
    background-color: #fff;
    list-style: none;
    padding-left: 0;
    box-shadow: 0 6px 12px #3333332d;
    width: 100%
}

.ui-menu-item {
    padding: 10px;
    cursor: pointer
}

.ui-menu-item:hover {
    background-color: #f0f0f0
}

.ui-autocomplete-input {
    border-radius: 0;
    padding: 10px
}

.ui-helper-hidden-accessible {
    display: none
}

#hiddenSelfTape {
    display: none;
}

#hiddenLocation {
    display: none;
}

#hiddenAddLocation {
    display: none;
}

#hiddenCasting {
    display: none;
}


body[data-layout-color="dark"] .autocomplete-selected {
    background: #36404a
}

body[data-layout-color="dark"] .autocomplete-group strong,
body[data-layout-color="dark"] .autocomplete-suggestions strong {
    color: #f3f7f9
}

/* Output text style */

.wrapit {
    /* Standard CSS */
    word-wrap: break-word; /* Deprecated, use `overflow-wrap` instead */
    white-space: pre-wrap; /* Correct standard value */
    overflow-wrap: break-word; /* Modern equivalent to word-wrap */
}

.selectize-dropdown,
.selectize-input {
    line-height: 28px;
}



body[data-layout-color="dark"] .autocomplete-selected {
    background: #36404a
}

body[data-layout-color="dark"] .autocomplete-group strong,
body[data-layout-color="dark"] .autocomplete-suggestions strong {
    color: #f3f7f9
}

/* modal backdrop */

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: var(--ct-modal-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.parsley-errors-list {
    margin: 0;
    padding: 0
}

.parsley-errors-list>li {
    list-style: none;
    color: #dc3545 !important;
    margin-top: 5px;
    padding-left: 20px;
    position: relative
}

.parsley-errors-list>li::before {
    content: "\F0159";
    font-family: "Material Design Icons", sans-serif;
    position: absolute;
    left: 2px;
    top: -1px
}

.parsley-error {
    border-color: #dc3545 !important
}

.parsley-success {
    border-color: #1abc9c
}

.visually-hidden,
.visually-hidden-focusable:not(:focus, :focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .9rem;
    background-image: none
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child, .dropdown-toggle, .dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle, .dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child, .dropdown-menu, .valid-tooltip, .valid-feedback, .invalid-tooltip, .invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #1abc9c
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .375rem .75rem;
    margin-top: .1rem;
    font-size: .7875rem;
    color: #fff;
    background-color: #1abc9ce6;
    border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #1abc9c;
    padding-right: calc(1.5em + .9rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #1abc9c;
    box-shadow: 0 0 0 .15rem #1abc9c40
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .9rem);
    background-position: top calc(.375em + .225rem) right calc(.375em + .225rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #1abc9c
}

.form-select.is-valid:not([multiple], [size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple], [size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.95rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238b96a0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .9rem center, center right 2.7rem;
    background-size: 14px 10px, calc(.75em + .45rem) calc(.75em + .45rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #1abc9c;
    box-shadow: 0 0 0 .15rem #1abc9c40
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #1abc9c
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #1abc9c
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .15rem #1abc9c40
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #1abc9c
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #f9c66f
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .375rem .75rem;
    margin-top: .1rem;
    font-size: .7875rem;
    color: #fff;
    background-color: #f1556ce6;
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #f9c66f;
    padding-right: calc(1.5em + .9rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f9c66f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f9c66f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f9c66f;
    box-shadow: 0 0 0 .15rem #f1556c40
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .9rem);
    background-position: top calc(.375em + .225rem) right calc(.375em + .225rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #f9c66f
}

.form-select.is-invalid:not([multiple], [size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple], [size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.95rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238b96a0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f9c66f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f9c66f' stroke='none'/%3e%3c/svg%3e");
    background-position: right .9rem center, center right 2.7rem;
    background-size: 14px 10px, calc(.75em + .45rem) calc(.75em + .45rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #f9c66f;
    box-shadow: 0 0 0 .15rem #f1556c40
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #f9c66f
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #f9c66f
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .15rem #f1556c40
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #f9c66f
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

/* Target only select elements with the form-control class */
select.form-control {
    height: auto !important; /* Allow size to determine the height */
    min-height: calc(1.5em + .9rem + 2px); /* Optional: Set a minimum height */
    overflow-y: auto; /* Add scrolling if there are too many options */
}
#calendar-container {
    position: relative;
    padding-bottom: 20px; /* Add spacing to avoid overlap */
    overflow: hidden;
    height: calc(100vh - 100px); /* Adjust based on your layout */
}


body[data-leftbar-size=condensed] .logo-box {
	width: 70px!important
}

body[data-leftbar-size=condensed] .user-lg {
	display: none
}

body[data-leftbar-size=condensed] .user-sm {
	display: block
}




body[data-leftbar-size=condensed] .logo span.logo-lg {
	display: none
}

body[data-leftbar-size=condensed] .logo span.logo-sm {
	display: block
}

body[data-leftbar-size=condensed] .left-side-menu {
	position: absolute;
	padding-top: 0;
	width: 75px!important;
	z-index: 5
}

body[data-leftbar-size=condensed] .left-side-menu .simplebar-content-wrapper,
body[data-leftbar-size=condensed] .left-side-menu .simplebar-mask {
	overflow: visible!important
}

body[data-leftbar-size=condensed] .left-side-menu .simplebar-scrollbar {
	display: none!important
}

body[data-leftbar-size=condensed] .left-side-menu .simplebar-offset {
	bottom: 0!important
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .badge,
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .label,
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .menu-arrow,
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .menu-title {
	display: none!important
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu .nav.collapse {
	height: inherit!important
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li {
	position: relative;
	white-space: nowrap
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a {
	padding: 15px 20px;
	min-height: 54px;
	transition: none
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a:active,
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a:focus,
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a:hover {
	color: var(--ct-menu-item-hover)
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a i {
	font-size: 1.3rem;
	margin-right: 20px;
	margin-left: 5px
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a svg {
	width: 18px;
	height: 18px;
	margin-left: 6px
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a span {
	display: none;
	padding-left: 25px
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a {
	position: relative;
	width: calc(190px + 70px);
	color: var(--ct-menu-item-active);
	background-color: #f3f7f9;
	box-shadow: inset var(--ct-box-shadow-condensed)
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a span {
	display: inline
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover a.active :after,
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover a.open :after {
	display: none
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse,
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing {
	display: block!important;
	height: auto!important;
	transition: none!important
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul,
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing>ul {
	display: block!important;
	left: 70px;
	position: absolute;
	width: 190px;
	box-shadow: var(--ct-box-shadow-condensed)
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul ul,
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing>ul ul {
	box-shadow: var(--ct-box-shadow-condensed)
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a,
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing>ul a {
	box-shadow: none;
	padding: 8px 20px;
	position: relative;
	width: 190px;
	z-index: 6
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a:hover,
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing>ul a:hover {
	color: var(--ct-menu-item-hover)
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul ul {
	padding: 5px 0;
	z-index: 9999;
	display: none;
	background-color: var(--ct-bg-leftbar)
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul ul li:hover>.collapse,
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul ul li:hover>.collapsing {
	display: block!important;
	height: auto!important;
	transition: none!important
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul ul li:hover>.collapse>ul,
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul ul li:hover>.collapsing>ul {
	display: block;
	left: 190px;
	margin-top: -36px;
	position: absolute;
	width: 190px
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul ul li>a span.pull-right {
	position: absolute;
	right: 20px;
	top: 12px;
	transform: rotate(270deg)
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul ul li.active a {
	color: var(--ct-menu-item-active)
}

body[data-leftbar-size=condensed] .content-page {
	margin-left: 70px!important
}

@media (min-width:992px) {
	body[data-leftbar-size=condensed] .footer {
		left: 70px!important
	}
}

body[data-leftbar-size=condensed] .user-box {
	display: none!important
}

@media (min-width:768px) {
	body[data-leftbar-size=condensed]:not([data-layout=compact]) {
		min-height: 1750px
	}
}

@media (min-width:768px) {
    body[data-leftbar-size=condensed]:not([data-layout=compact]) {
    min-height:1750px
    }
    }
    
    @media (max-width:767.98px) {
    .pro-user-name {
    display:none
    }
    }
    
    @media (max-width:991.98px) {
    body {
    overflow-x:hidden;
    padding-bottom:80px
    }
    
    .left-side-menu {
    display:none;
    z-index:10!important
    }
    
    .sidebar-enable .left-side-menu {
    display:block
    }
    
    .content-page,body[data-leftbar-size=condensed] .content-page {
    margin-left:0!important;
    padding:0 10px
    }
    
    .footer {
    left:0!important
    }
    }
    
    body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .logo-box {
    width:160px!important
    }
    
    body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu {
    width:160px!important;
    text-align:center
    }
    
    body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu #sidebar-menu>ul>li>a>i {
    display:block;
    font-size:18px;
    line-height:24px;
    width:100%;
    margin:0
    }
    
    body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu #sidebar-menu>ul>li>a svg {
    display:block;
    margin:0 auto 5px
    }
    
    body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu #sidebar-menu>ul ul {
    padding-left:0
    }
    
    body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu #sidebar-menu>ul ul a {
    padding:10px 20px
    }
    
    body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu .badge,body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu .menu-arrow {
    display:none!important
    }
    
    body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu+.content-page {
    margin-left:160px
    }
    
    body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu+.content-page .footer {
    left:160px
    }
    
    body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu .menu-title {
    background-color:#f3f7f9
    }
    
    body[data-leftbar-color=dark]:not([data-layout-mode=detached]) .logo-box {
    background-color:var(--ct-bg-leftbar-dark)
    }
    
    body[data-leftbar-color=dark]:not([data-layout-mode=detached]) .logo-box .logo-dark {
    display:none
    }
    
    body[data-leftbar-color=dark]:not([data-layout-mode=detached]) .logo-box .logo-light {
    display:block
    }
    
    body[data-leftbar-color=dark] .left-side-menu {
    background-color:var(--ct-bg-leftbar-dark);
    box-shadow:none
    }
    
    body[data-leftbar-color=dark] .left-side-menu #sidebar-menu>ul>li>a {
    color:var(--ct-menu-item-color-dark)
    }
    
    body[data-leftbar-color=dark] .left-side-menu #sidebar-menu>ul>li>a:active,body[data-leftbar-color=dark] .left-side-menu #sidebar-menu>ul>li>a:focus,body[data-leftbar-color=dark] .left-side-menu #sidebar-menu>ul>li>a:hover {
    color:var(--ct-menu-item-hover-color-dark)
    }
    
    body[data-leftbar-color=dark] .left-side-menu #sidebar-menu .menu-title {
    color:#adb5bd
    }
    
    body[data-leftbar-color=dark] .left-side-menu #sidebar-menu .menuitem-active>a {
    color:var(--ct-menu-item-active)
    }
    
    body[data-leftbar-color=dark] .left-side-menu #sidebar-menu .menuitem-active .active {
    color:var(--ct-menu-item-active)
    }
    
    body[data-leftbar-color=dark] .left-side-menu .nav-second-level li a,body[data-leftbar-color=dark] .left-side-menu .nav-thrid-level li a {
    color:var(--ct-menu-item-color-dark)
    }
    
    body[data-leftbar-color=dark] .left-side-menu .nav-second-level li a:focus,body[data-leftbar-color=dark] .left-side-menu .nav-second-level li a:hover,body[data-leftbar-color=dark] .left-side-menu .nav-thrid-level li a:focus,body[data-leftbar-color=dark] .left-side-menu .nav-thrid-level li a:hover {
    background-color:transparent;
    color:var(--ct-menu-item-hover-color-dark)
    }
    
    body[data-leftbar-color=dark] .left-side-menu .nav-second-level li.active>a,body[data-leftbar-color=dark] .left-side-menu .nav-thrid-level li.active>a {
    color:var(--ct-menu-item-active-color-dark)
    }
    
    body[data-leftbar-color=dark] .left-side-menu .user-box .dropdown>a {
    color:#fff!important
    }
    
    body[data-leftbar-color=dark][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a {
    background-color:var(--ct-bg-leftbar-dark);
    box-shadow:none
    }
    
    body[data-leftbar-color=dark][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
    color:var(--ct-menu-item-active)
    }
    
    body[data-leftbar-color=dark][data-leftbar-size=compact] #wrapper .left-side-menu .menu-title {
    background-color:#ffffff08
    }
    
    body[data-leftbar-color=brand] .logo-box,body[data-leftbar-color=gradient] .logo-box {
    background-color:var(--ct-bg-leftbar-brand)
    }
    
    body[data-leftbar-color=brand] .menuitem-active>a,body[data-leftbar-color=gradient] .menuitem-active>a {
    color:#fff!important
    }
    
    body[data-leftbar-color=brand] .left-side-menu,body[data-leftbar-color=gradient] .left-side-menu {
    background-color:var(--ct-bg-leftbar-brand);
    box-shadow:none
    }
    
    body[data-leftbar-color=brand] .left-side-menu #sidebar-menu>ul>li>a,body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a {
    color:#ffffffb3
    }
    
    body[data-leftbar-color=brand] .left-side-menu #sidebar-menu>ul>li>a:active,body[data-leftbar-color=brand] .left-side-menu #sidebar-menu>ul>li>a:focus,body[data-leftbar-color=brand] .left-side-menu #sidebar-menu>ul>li>a:hover,body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a:active,body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a:focus,body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a:hover {
    color:#ffffffe6
    }
    
    body[data-leftbar-color=brand] .left-side-menu #sidebar-menu>ul>li>a.mm-active,body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu>ul>li>a.mm-active {
    color:#fff;
    background-color:#ffffff12
    }
    
    body[data-leftbar-color=brand] .left-side-menu #sidebar-menu .menu-title,body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu .menu-title {
    color:#fff9
    }
    
    body[data-leftbar-color=brand] .left-side-menu #sidebar-menu .mm-active .active,body[data-leftbar-color=gradient] .left-side-menu #sidebar-menu .mm-active .active {
    color:#fff
    }
    
    body[data-leftbar-color=brand] .left-side-menu .nav-second-level li a,body[data-leftbar-color=brand] .left-side-menu .nav-thrid-level li a,body[data-leftbar-color=gradient] .left-side-menu .nav-second-level li a,body[data-leftbar-color=gradient] .left-side-menu .nav-thrid-level li a {
    color:#ffffffb3
    }
    
    body[data-leftbar-color=brand] .left-side-menu .nav-second-level li a:focus,body[data-leftbar-color=brand] .left-side-menu .nav-second-level li a:hover,body[data-leftbar-color=brand] .left-side-menu .nav-thrid-level li a:focus,body[data-leftbar-color=brand] .left-side-menu .nav-thrid-level li a:hover,body[data-leftbar-color=gradient] .left-side-menu .nav-second-level li a:focus,body[data-leftbar-color=gradient] .left-side-menu .nav-second-level li a:hover,body[data-leftbar-color=gradient] .left-side-menu .nav-thrid-level li a:focus,body[data-leftbar-color=gradient] .left-side-menu .nav-thrid-level li a:hover {
    background-color:transparent;
    color:#fff
    }
    
    body[data-leftbar-color=brand] .left-side-menu .nav-second-level li.active>a,body[data-leftbar-color=brand] .left-side-menu .nav-thrid-level li.active>a,body[data-leftbar-color=gradient] .left-side-menu .nav-second-level li.active>a,body[data-leftbar-color=gradient] .left-side-menu .nav-thrid-level li.active>a {
    color:var(--ct-menu-item-active-color-dark)
    }
    
    body[data-leftbar-color=brand] .left-side-menu .user-box .dropdown>a,body[data-leftbar-color=gradient] .left-side-menu .user-box .dropdown>a {
    color:#fff!important
    }
    
    body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a,body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a {
    background-color:var(--ct-bg-leftbar-brand);
    box-shadow:none;
    color:#fff
    }
    
    body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active,body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
    color:var(--ct-menu-item-active)
    }
    
    body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu .menuitem-active .menuitem-active a.active,body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .menuitem-active .menuitem-active a.active {
    color:var(--ct-menu-item-active)!important
    }
    
    body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-second-level li a,body[data-leftbar-color=brand][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a,body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-second-level li a,body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a {
    color:var(--ct-menu-item)
    }
    
    body[data-leftbar-color=brand][data-leftbar-size=compact] #wrapper .left-side-menu .menu-title,body[data-leftbar-color=gradient][data-leftbar-size=compact] #wrapper .left-side-menu .menu-title {
    background-color:#ffffff0d
    }
    
    body[data-leftbar-color=gradient] .left-side-menu,body[data-leftbar-color=gradient] .logo-box {
    background:var(--ct-bg-leftbar-gradient);
    background-image:linear-gradient(270deg,#4095d826,transparent)
    }
    
    body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a {
    background:var(--ct-bg-leftbar-gradient)
    }
    
    body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
    color:var(--ct-menu-item-active)
    }
    
    body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-second-level li a,body[data-leftbar-color=gradient][data-leftbar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a {
    color:var(--ct-menu-item)
    }




.audition-avatar {
    width: 50px; /* Same size as the avatar */
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; /* Makes it circular */
    background-color: #406e8e; /* Background color */
    color: #ffffff; /* Icon color */
    font-size: 24px; /* Size of the icon */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
  }

/* Ensures all cards in a row have the same height */
.row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Ensures all items stretch to the same height */
    overflow: visible !important; /* Allows ribbon overflow */
}

/* Responsive Grid Layout */
@media (max-width: 1200px) {
    .col-lg-3 { width: 50%; } /* 2 columns */
}

@media (max-width: 768px) {
    .col-md-6 { width: 100%; } /* 1 column for small screens */
}

/* CARD LAYOUT */
/* Ensures consistent card height without fixed values */
.tao-card-md {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Keeps content evenly spaced */
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    flex-grow: 1; /* Allows cards to stretch to match the tallest */
    transition: all 0.2s ease-in-out; /* Smooth transition */
    cursor: pointer; /* Indicate clickability */
    position: relative;  /* Required for the ribbon positioning */
    overflow: visible;   /* Prevents clipping */
    transition: opacity 0.3s, transform 0.3s ease-in-out;

}

/* Card container specific for team members */
.team-card-container {
    display: flex;
    flex-wrap: wrap; /* Ensures cards realign properly */
    gap: 16px; /* Maintains spacing between cards */
    transition: all 0.3s ease-in-out; /* Smooth repositioning */
}


/* Animation for removing card */
.tao-card-md.removing {
    opacity: 0;
    transform: scale(0.8); /* Shrinks before disappearing */
    transition: opacity 0.3s, transform 0.3s ease-in-out;
}




.tao-card-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Ensures all cards are the same height */
}


/* HEADER - RESTORED FORMATTING */
.tao-card-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    min-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #6c757d; /* Restore correct header background */
    color: #fff; /* Light text for contrast */

}

/* HEADER TEXT */
.tao-card-header-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1;
    font-size:1.2rem;
}

/* FIXED: NAME */
.tao-card-name {
    font-weight: 500;
    font-size: 1.2rem;
    color: #333;
    text-align: center;
    padding: 8px 6px;
    width: 100%;
    background-color: #f5f5f5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* FIXED: TITLE - REMOVE BLUE HYPERLINK COLOR */
.tao-card-title {
    font-weight: 500;
    font-size: 1.1rem;
    color: #333; /* Ensures text is black/gray */
    padding-top:5px;
}

/* FIXED: Prevent text from running together */
.tao-card-role-source {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    color: #444;
    margin-bottom: 5px;
    white-space: normal;
}

/* FIXED: Prevent text cutoff */
.tao-card-role-source span {
    display: block;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* FIX: UNIFORM HEIGHT FOR ALL CARDS */
.tao-card-body {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    min-height: 160px; /* Ensures cards stay the same height */
    gap: 10px;
}

/* IMAGE CONTAINER - KEEPS IMAGE ALIGNED */
.tao-card-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 80px;
    min-height: 100px;
    flex-shrink: 0;
}


.tao-card-avatar img {
    width: 60px;
    height: auto;
    object-fit: contain;
    padding-top: 7px;
    border-radius: 50% !important
}


/* ENSURE PROPER SPACING FOR CALENDAR IMAGE */
.tao-card-calendar img {
    width: 60px;
    height: auto;
    object-fit: contain;
    padding-top: 7px;
}

/* ENSURE PROPER SPACING FOR CALENDAR IMAGE */
.tao-card-image img {
    width: 60px;
    height: auto;
    object-fit: contain;
    padding-top: 7px;
}


/* CALENDAR YEAR */
.calendar-year {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-top: 2px;
}
 
/* COMPANY NAME */
.tao-card-company {
    font-size: 0.9rem;
    color: #595959;
    min-height: 1rem;
    margin-bottom: 4px;
    font-weight: 500;
}



/* SOCIAL ICONS */
.tao-card-social {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 5px 0;
}

.tao-card-social a {
    text-decoration: none;
    color: inherit;
    font-size: 1.2rem;
    transition: color 0.2s ease-in-out;
}

.tao-card-social a:hover {
    color: #007bff;
}
.tao-card-contact {
    font-size: 0.75rem !important;
    color: #777;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Ensures left alignment */
    max-width: 100%; /* Prevents overflow */
}
/* Hide icons unless they have content */
.tao-card-contact i {
    visibility: hidden;  /* Default: hidden */
    width: 16px;
    display: flex;
    flex-direction: column; /* Forces items to stack vertically */
    align-items: flex-start; /* Aligns items to the left */
    gap: 5px; /* Adds spacing between lines */
}


.contact-item {
    display: flex; /* Allows icon and text to align properly */
    align-items: center;
    gap: 5px; /* Space between icon and text */

}

contact-item i {
    vertical-align: middle;
    font-size: 1.2em; /* Adjust icon size if necessary */
}

/* Show icons only when content exists */
.tao-card-contact i.has-content {
    visibility: visible;
}

/* Subtitle - Slightly smaller than title but still prominent */
.tao-card-subtitle {
    font-size: 1rem; /* Slightly smaller than title */
    color: #555; /* Subtle, but not too faded */
    display: block; /* Ensures it sits below the title */
}


/* Hover Effect - Subtle Shadow & Lift */
.tao-card-md:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); /* Adds a soft shadow */
    transform: translateY(-2px); /* Slight lift effect */
    background-color: rgba(0, 0, 0, 0.03); /* Light background change */
}

/* Active State - Slight Press Effect */
.tao-card-md:active {
    transform: scale(0.98); /* Slight press effect */
}

/* Ribbon Positioned on Top-Right */
.ribbon {
    position: absolute;
    right: -3px; /* Moved 2px right */
    top: 0px; /* Moved 2px up */
    overflow: hidden !important; /* Prevents clipping */
    width: 80px; /* Reduced width */
    height: 80px; /* Reduced height */
    z-index: 999; /* Higher than .tao-card-md */
    overflow: visible !important;
    pointer-events: none;
}

/* When card is hovered, prevent the ribbon from disappearing */
.tao-card-md:hover .ribbon {
    z-index: 2 !important; /* Keeps it on top */
}

/* Ribbon Styling */
.ribbon span {
    font-size: 0.7rem; /* Slightly smaller text */
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px; /* Reduced line height */
    transform: rotate(45deg);
    width: 110px; /* Reduced width */
    display: block;
    background: #1abc9c;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 13px; /* Adjusted for better fit */
    right: -27px; /* Slightly moved to align */
    padding: 2px 4px; /* Less padding */
    
}

/* Triangle Fix */
.ribbon span::before,
.ribbon span::after {
    content: '';
    position: absolute; 
    top: 100%;
    z-index: -1;
}

/* Left Side Triangle */
.ribbon span::before {
    left: 0px;
    border-left: 4px solid #1e7e34;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #1e7e34;
}

/* Right Side Triangle */
.ribbon span::after {
    right: 0px;
    border-right: 4px solid #1e7e34;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #1e7e34;
}

/* Container for Bottom-Right Ribbons */
.ribbon-straight-box {
    position: absolute;
    bottom: 10px; /* Anchored to the bottom */
    right: -7px; /* Anchored to the right */
    display: flex;
    flex-direction: column; /* Stacks multiple ribbons */
    gap: 5px; /* Space between multiple ribbons */
    pointer-events: none; /* Prevents hover from affecting it */
    z-index: 5px;
}

/* Individual Ribbon */
.ribbon-straight {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 16px;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 2px 5px 10px rgba(50, 58, 70, .15);
    white-space: nowrap; /* Prevents text from wrapping */
    pointer-events: none; /* Prevents hover from affecting it */
    bottom: 44px; /* Moves up slightly to remove extra space */
}

 

/* Bottom-Right Triangle */
.ribbon-straight::after {
    content: "";
    position: absolute;
    bottom: -4px; /* Moves up slightly to remove extra space */
    right: 0px; /* Ensures it's at the bottom-right */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px; /* Downward-pointing triangle */
    border-color: #000 transparent transparent transparent;
    z-index: -255; /* Pushes triangle behind card */
    pointer-events: none; /* Prevents hover from affecting it */
    bottom: -4px; /* Moves up slightly to remove extra space */
    
}

/* Ribbon Colors with Matching Triangle */
.ribbon-straight-pin {
    background: #FBE8A6;
    color: #333;
}

.ribbon-straight-pin::after {
    border-color: #FBE8A6 transparent transparent transparent;
}

.ribbon-straight-callback {
    background: #A1D9EC;
    color: #333;
}

.ribbon-straight-callback::after {
    border-color: #A1D9EC transparent transparent transparent;
}

.ribbon-straight-redirect {
    background: #74C0FC;
    color: #333;
}

.ribbon-straight-redirect::after {
    border-color: #74C0FC transparent transparent transparent;
}

/* Ensures the Ribbon is Slightly Raised */
.ribbon-box {
    position: relative;
    overflow: visible; /* Allows ribbons to extend beyond the card */
}

/* Top-Left Ribbon (Existing) */
.ribbon-two {
    position: absolute;
    left: -5px;
    top: -7px; /* Adjusted to lift it above the card */
    z-index: 2; /* Ensures it stays above the card */
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

/* Top-Right Ribbon */
.ribbon-three {
    position: absolute;
    right: -5px; /* Align to the top-right corner */
    top: -5px; /* Same lift above the card */
    z-index: 2; /* Ensures it stays above the card */
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: left;
}

/* Ribbon Styling - Same for Both */
.ribbon-two span,
.ribbon-three span {
    font-size: 0.7rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg); /* Default rotation for left */
    width: 100px;
    display: block;
    background: #1abc9c; /* Same color */
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 13px;
    left: -25px;
    padding: 3px 3px;
}

/* Adjust Rotation for Right Ribbon */
.ribbon-three span {
    transform: rotate(45deg); /* Flipped for right side */
    right: -25px; /* Move it to align properly */
    left: auto;
}

/* Triangle Fix - Same for Both */
.ribbon-two span::before,
.ribbon-two span::after,
.ribbon-three span::before,
.ribbon-three span::after {
    content: '';
    position: absolute; 
    top: 100%;
    z-index: -1;
}

/* Left Side Triangle */
.ribbon-two span::before,
.ribbon-three span::before {
    left: 0px;
    border-left: 4px solid #1e7e34;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #1e7e34;
}

/* Right Side Triangle */
.ribbon-two span::after,
.ribbon-three span::after {
    right: 0px;
    border-right: 4px solid #1e7e34;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #1e7e34;
}

.tao-card-header .view-icon {
    margin-left: auto; /* Pushes the eye icon to the right */
    color: #ddd;
}

.tao-card-header .trash-icon {
    margin-right: 10px; /* Ensures spacing between icons */
    color: #ddd;
}
/* View (Eye) Icon - Default and Hover */
.tao-card-header .view-icon {
    color: #ddd; /* Default color */
    transition: color 0.2s ease-in-out;
}

.tao-card-header .view-icon:hover {
    color: #406E8E; /* Blueish on hover */
}

.tao-card-header .trash-icon:hover {
    color: #FF0000; /* Bright red on hover */
}

/* Main card styling - 8x10 Aspect Ratio */
.tao-card-photo {
    width: 200px; 

    border-radius: 4px;
    overflow: hidden;
    position: relative;

    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 10px;
    border: 3px solid #ddd;
    padding-top: 8px;
}

/* Card Body - Image */
.tao-card-photo-body {
    width: 100%;
    height: 85%;
    position: relative;
}

/* Ensure image fills properly */
.tao-card-photo-body img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}


/* Trash Icon (Fixed in Top-Left of Image) */
.tao-card-photo-trash {
    position: absolute;
    top: 5px;
    left: 5px;
    background: white;
    width: 28px; /* Fixed size to prevent stretching */
    height: 28px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    aspect-ratio: 1/1; /* Keeps it circular */
}

/* Trash Icon */
.tao-card-photo-trash i {
    font-size: 16px;
    color: red;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.tao-card-photo-trash i:hover {
    color: darkred;
}

/* Magnifying Glass Overlay */
.image-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 15;
    aspect-ratio: 1/1; /* Ensures it's always circular */
}

/* Magnifying glass icon inside the overlay */
.image-overlay i {
    font-size: 20px;
    color: white;
}

/* Show overlay on hover */
.tao-card-photo-body:hover .image-overlay {
    opacity: 1;
}

/* Footer - Name */
.tao-card-photo-footer {
    height: 15%;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #ddd;
}

/* Name - Prevent Wrapping */
.tao-card-photo-footer .photo-name {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
}
.tao-card-photo-header {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #edeff1;
    padding: 4px;
    z-index: 10; /* Ensures it's always on top */
    transition: color 0.2s ease-in-out; /* Smooth transition */
}

.tao-card-photo-header:hover {
    color: white;
}

.header-right {
position: absolute; 
top: 5px; 
right: 8px; 
left: auto;
}


/* Ensure nav-tabs wrap on smaller screens */
.nav-pills {
    display: flex;
    flex-wrap: wrap; /* Allows tabs to wrap when needed */
    justify-content: center; /* Centers the tabs when they wrap */
}

/* Adjust spacing between tabs */
.nav-pills .nav-item {
    flex-grow: 1; /* Makes tabs evenly distributed */
    text-align: center;
    margin: 5px; /* Adds spacing between items */
}

/* Reduce tab size for smaller screens */
@media (max-width: 768px) {
    .nav-pills .nav-item {
        flex: 0 0 48%; /* Makes tabs take up 48% of the width, creating two columns */
    }
}

@media (max-width: 480px) {
    .nav-pills .nav-item {
        flex: 0 0 100%; /* On very small screens, tabs become full-width */
    }
}

.table-responsive {
    overflow-x: hidden !important; /* Prevent horizontal scroll */
}

.dataTables_wrapper {
    max-width: 100% !important;  /* Ensure table wrapper does not exceed page width */
}

.dataTables_scrollBody {
    overflow-x: hidden !important;
}

.dataTables_filter {
    display: block !important;  /* Ensure visibility */
    visibility: visible !important;
    text-align: left;  /* Align properly */
    margin-bottom: 10px; /* Add spacing */
}

.tao-card-small {
    display: flex;
    flex-direction: column;
    justify-content: center;  /* Ensures vertical centering */
    align-items: center;
    width: 100%;
    min-height: 50px; /* Allow for multi-line content */
    background-color: #F9F9F9;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    flex-grow: 0;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-weight: bold;
    padding: 4px 8px;
    text-align: center;
    white-space: normal; /* Allow text to wrap */
    word-break: break-word; /* Ensure wrapping works properly */
    line-height: 1.3; /* Better readability */
    max-height: 100px;
}

/* Ensures text remains centered inside tao-card-small */
.tao-card-small .essence-text {
    display: flex;
    align-items: center;         /* Vertical centering */
    justify-content: center;     /* Horizontal centering */
    font-weight: bold;
    padding: 4px;
    width: 100%;
    text-align: center;
    /* height: 100%; ← only include if parent has a known height */
}



/* Dynamically adjust font size based on length */
.tao-card-small[data-length="1"] { font-size: 24px; }
.tao-card-small[data-length="2"] { font-size: 22px; }
.tao-card-small[data-length="3"] { font-size: 20px; }
.tao-card-small[data-length="4"] { font-size: 18px; }
.tao-card-small[data-length="5"] { font-size: 16px; }
.tao-card-small[data-length="6"] { font-size: 15px; }
.tao-card-small[data-length="7"] { font-size: 14px; }
.tao-card-small[data-length="8"] { font-size: 13px; }
.tao-card-small[data-length="9"] { font-size: 12px; }
.tao-card-small[data-length="10"] { font-size: 11px; }
.tao-card-small[data-length="11"] { font-size: 10px; }
.tao-card-small[data-length="12"] { font-size: 9px; }


/* Ensures the edit input matches the card size */
.tao-card-small .edit-input {
    width: 100%;

    font-size: inherit;
    text-align: center;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Edit icon styling */
.tao-card-small .edit-icon {
    cursor: pointer;
    font-size: 14px;
    margin-left: 6px;
    color: #007bff;
    transition: 0.2s;
}

.tao-card-small .edit-icon:hover {
    color: #0056b3;
}


 /* Extra Small Devices (less than 576px) */
@media (max-width: 575.98px) {
    .hide-xs { display: none !important; }
    .show-xs { display: block !important; }
    /* Override for table cells */
    th.show-xs, td.show-xs { display: table-cell !important; }
  }
  
  /* Small Devices (576px to 767.98px) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    .hide-sm { display: none !important; }
    .show-sm { display: block !important; }
    /* Override for table cells */
    th.show-sm, td.show-sm { display: table-cell !important; }
  }
  
  /* Medium Devices (768px to 991.98px) */
  @media (min-width: 768px) and (max-width: 991.98px) {
    .hide-md { display: none !important; }
    .show-md { display: block !important; }
    /* Override for table cells */
    th.show-md, td.show-md { display: table-cell !important; }
  }
  
  /* Large Devices (992px to 1199.98px) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .hide-lg { display: none !important; }
    .show-lg { display: block !important; }
    /* Override for table cells */
    th.show-lg, td.show-lg { display: table-cell !important; }
  }
  
  /* Extra Large Devices (1200px and up) */
  @media (min-width: 1200px) {
    .hide-xl { display: none !important; }
    .show-xl { display: block !important; }
    /* Override for table cells */
    th.show-xl, td.show-xl { display: table-cell !important; }
  }

  .tao-card-footer {
    height: 15%; /* Adjusted height for proper balance */
    background-color: #edeff1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #ddd;
    min-height:36px;
}

/* Name - Prevent Wrapping */
.tao-card-footer .photo-name {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

/* Dashboard Card Header Alternative Style */
.card-header-alt {
    color: #FFF !important;
    background-color: #406e8e !important;
    border-bottom: 1px solid #345a73 !important;
}

.card-header-alt h5 {
    color: #FFF !important;
}

.card-header-alt h5 a {
    color: #FFF !important;
    text-decoration: none;
}

.card-header-alt h5 a:hover {
    color: #e9ecef !important;
}

.card-header-alt .btn-light {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #FFF !important;
}

.card-header-alt .btn-light:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #FFF !important;
}

.card-header-alt .btn-light i {
    color: #FFF !important;
}

/* Link Styles - matching reminder format */
.link-row {
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 8px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
    word-wrap: break-word;
    overflow: hidden;
    position: relative;
    min-height: 48px;
    color: inherit;
}

.link-row:hover {
    border-color: #adb5bd;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    text-decoration: none;
    color: inherit;
}

.link-row:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
    text-decoration: none;
    color: inherit;
}

.link-icon-container {
    display: flex;
    align-items: center;
    margin-right: 12px;
    min-width: 32px;
    height: 32px;
}

.link-icon {
    max-width: 32px;
    max-height: 32px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.link-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 32px;
}

.link-sitename {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
    line-height: 1.3;
}

.link-actions .btn {
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 3px;
    margin-left: 4px;
}

.link-actions .btn i {
    font-size: 10px;
}

/* Initially hide edit buttons */
.link-actions {
    display: none;
}

/* Show edit buttons when edit mode is active */
.edit-mode .link-actions {
    display: block;
}

.links-empty {
    text-align: center;
    padding: 20px;
    color: #6c757d;
    font-style: italic;
}

/* Animation for successful link updates */
.link-row.updating {
    background-color: #d4edda;
    border-color: #c3e6cb;
    animation: pulseUpdate 0.5s ease-in-out;
}

@keyframes pulseUpdate {
    0% { background-color: #ffffff; }
    50% { background-color: #d4edda; }
    100% { background-color: #d4edda; }
}

#linksContainer {
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 12px;
    border-radius: 6px;
}

/* Ensure all dashboard panels have solid white backgrounds */
.grid-item {
    background-color: #F9F9F9 !important;
}

.card-body {
  background-color: #F9F9F9 !important;
}

.card {
  background-color: #F9F9F9 !important;
}