
.help-block {
    color: red !important;
}

.has-my-error {
    color: red !important;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.25) url(../images/loader.svg) no-repeat center center;
    background-size: 150px 150px;
    z-index: 10000;
}

.display-none {
    display: none !important;
}


.required-field-error {
    color: red;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.qerror {
    border: 1px solid red !important;
}

.material-error{
    color: red;
}


.badge-up {
    position: absolute !important;
    top: 10px !important;
    right: 5px;
    border-radius: 10rem !important;
}

.badge-pill {
    padding-right: 0.7em !important;
    padding-left: 0.7em !important;
}

.notification-list {
    margin: 5px !important;
}

.not-read-notification{
    background-color: #f0f0f0 !important;
}

.text-yellow{
    color: #d5c708;
}

.form-group label {
    font-size: 1rem;
    font-weight: 500;
}

.return-remarks-color{
    background-color: orange !important;
    color: black !important;
    font-weight: bold;
}

table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
    font-weight: bold;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    font-weight: bold;
}

.details-background{
    background-color: #edeaff;
}
.title-border-color{
    background-color: #2b1e71 !important;
    border-bottom: 1px solid #2b1e71 !important;
    /* color: white !important ; */

}
.title-border-color h3{
    color: white !important;
}

.details-label{
    color: #b7b5c3 !important;
}
.details-value{
    color: #2b1e71 !important;
    font-size: 1.1rem;
}

.radio.radio-new > input:checked ~ span {
    background-color: #031d44 !important;
}
.radio.radio-repeated > input:checked ~ span {
    background-color: #9B5DE5 !important;
}
.radio.radio-modification > input:checked ~ span {
    background-color: #F15BB5 !important;
}
.radio.radio-spare > input:checked ~ span {
    background-color: #FEE440 !important;
}
.radio.radio-boughtout > input:checked ~ span {
    background-color: #00BBF9 !important;
}


.boughout-bg-type{
    background-color: #00BBF9 !important;
}

.badge-type-success {
    color: white;
    background-color: #031d44;
}
.badge-type-warning {
    color: white;
    background-color: #9B5DE5;
}
.badge-type-danger {
    color: white;
    background-color: #F15BB5;
}
.badge-type-info {
    color: black;
    background-color: #FEE440;
}
.badge-type-primary {
    color: white;
    background-color: #00BBF9;
}

.theme-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-family: Arial, sans-serif;
}

.theme-pagination .align-self-center {
    color: #555; /* Set the text color */
    font-size: 14px; /* Set the font size */
}

.theme-pagination .me-4 {
    margin-right: 1rem; /* Adds margin to the right */
}

.theme-pagination .pgination-select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #333;
}

.theme-pagination a {
    display: inline-flex;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #007bff;
    background-color: #fff;
    transition: background-color 0.3s;
}

.theme-pagination a.disabled {
    color: #aaa;
    border-color: #eee;
    cursor: not-allowed;
    background-color: #f9f9f9;
}

.theme-pagination a:hover:not(.disabled) {
    background-color: #f1f1f1;
}

.theme-pagination svg {
    width: 8px;
    height: 12px;
}

.theme-pagination .perPage {
    border: none;
    background: #ededed;
    color: inherit;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

/* General hover effect for all tables except .no-hover */
table:not(.no-hover) tr:hover {
    background-color: #aaaaf4;
}

table:not(.no-hover) tr:hover td {
    color: #000000 !important;
}

table:not(.no-hover) tr:hover .btn.btn-clean .svg-icon svg g [fill] {
    fill: #2b1e71;
}

@media screen and (max-width: 768px) {
    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before {
        top: 20px; /* Adjust expand icon */
        left: 5px;
    }

    table.dataTable td {
        display: block;
        text-align: left !important;
        padding-left: 40px;
    }

    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: left;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
}

.badge-lunch {
    color: #ffffff;
    background-color: #088eb0;
}

.badge-dinner {
    color: #ffffff;
    background-color: #010b0b;
}


.radio.radio-lunch > input:checked ~ span {
    background-color: #088eb0 !important;
}

.radio.radio-dinner > input:checked ~ span {
    background-color: #092b29 !important;
}

.badge-set-up-no {
    color: #000000;
    background-color: #d1e9f3;
}

/*














.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-bullet.menu-bullet-line > span, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-bullet.menu-bullet-line > span {
    background-color: #ffffff;
}

.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-bullet.menu-bullet-line > span, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-bullet.menu-bullet-line > span:hover {
    background-color: #000000;
}












.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-arrow, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-arrow {
    color: #ffffff;
}



.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-open > .menu-link .menu-text {
    color: #000000;
}






















.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: #ffffff !important;
}



.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-heading .menu-bullet.menu-bullet-dot > span, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #ffffff;
}


.aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon svg, .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon svg {
    fill: black;
}




*/
/* .menu-item .svg-icon svg {
    fill: white !important;
    transition: fill 0.3s ease;
  }

  .menu-item:hover .svg-icon svg {
    fill: black !important;
    transition: fill 0.3s ease;
  }





