.validation-error {
    border: 1px solid red;
    /* Add red border to highlight the item */
    border-radius: .425rem;
}

.softshirt {
    color: #3699ff;
    font-weight: 900;
    font-size: large;
}

.cursor-pointer {
    cursor: pointer;
}
/* Style for the cancelled watermark */
.cancelled-watermark {
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 0, 0, 0.5);
    /* Semi-transparent red background */
    color: white;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    z-index: 999;
    /* Ensure it's above other content */
}

@media (min-width: 992px) {
    .cancelled-watermark {
        left: calc(50vw + 62px);
    }
}


.grid-col-1 {
    grid-column: span 1;
}

.grid-col-2 {
    grid-column: span 2;
}

.grid-col-3 {
    grid-column: span 3;
}

.grid-col-4 {
    grid-column: span 4;
}

.grid-col-5 {
    grid-column: span 5;
}

.grid-col-6 {
    grid-column: span 6;
}

.grid-col-7 {
    grid-column: span 7;
}

.grid-col-8 {
    grid-column: span 8;
}

.grid-col-9 {
    grid-column: span 9;
}

.grid-col-10 {
    grid-column: span 10;
}

.grid-col-11 {
    grid-column: span 11;
}

.grid-col-12 {
    grid-column: span 12;
}

.grid-col-13 {
    grid-column: span 13;
}

.grid-col-14 {
    grid-column: span 14;
}

.grid-col-15 {
    grid-column: span 15;
}

.grid-col-16 {
    grid-column: span 16;
}

.grid-col-17 {
    grid-column: span 17;
}

.grid-col-18 {
    grid-column: span 18;
}

.grid-col-19 {
    grid-column: span 19;
}

.grid-col-20 {
    grid-column: span 20;
}

.grid-col-21 {
    grid-column: span 21;
}

.grid-col-22 {
    grid-column: span 22;
}

.grid-col-23 {
    grid-column: span 23;
}

.grid-col-24 {
    grid-column: span 24;
}


@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1460px
    }
}

div.dt-scroll-body tfoot tr,
div.dt-scroll-body thead tr {
    height: 0
}

div.dt-scroll-body tfoot tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body thead tr td,
div.dt-scroll-body thead tr th {
    height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top-width: 0 !important;
    border-bottom-width: 0 !important
}

div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body thead tr th div.dt-scroll-sizing {
    height: 0 !important;
    overflow: hidden !important
}

/* .form-control.form-control-solid {
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-300);
    color: var(--bs-gray-700);
    transition: color .2s ease
} */

.collapsed .accordion-icon .accordion-icon-on {
    display:none;
}

.collapsed .accordion-icon .accordion-icon-off {
    display:block;
}

.accordion-icon .accordion-icon-on {
    display:block;
}

.accordion-icon .accordion-icon-off {
    display:none;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected::after {
display: none;
}

.search-results-container {
    max-height: 60vh;
    overflow-y: auto;
}
/* 
.aside{
    background-color: #ff671c;
}
*/

.aside .aside-logo{
    /* background-color: #ff671c; */
    padding: 0;
    height: 64px;
}
/*
.aside-menu .menu > .menu-item > .menu-link .menu-title{
    color: #ffffff;
}
.aside-menu .menu > .menu-item.here > .menu-link{
    background-color: #4b197a;   
    color: #000;
    border: 1px solid #4b197a;
}
.aside-menu .menu > .menu-item.show > .menu-link .menu-icon, .aside-menu .menu > .menu-item.show > .menu-link .menu-icon .svg-icon, .aside-menu .menu > .menu-item.show > .menu-link .menu-icon i{
    color: #ff671c;
}
.aside .aside-menu .menu-item .menu-link:hover{
    background-color: #4b197a;
    color: #ffffff;
}
.aside .aside-menu .menu-item .menu-link .menu-icon{
    color: #ffffff;
}
.aside .aside-menu .menu-item .menu-link.menu-active{
    background-color: #4b197a;   
} */