.s-Administration-LanguageDialog > .size {
    width: 450px;
}

.s-Administration-LanguageDialog .caption {
    width: 120px;
}

.s-Administration-RoleDialog > .size {
    width: 450px;
}

.s-Administration-RoleDialog .caption {
    width: 120px;
}

.s-Administration-UserDialog > .size {
    width: 650px;
}

.s-Administration-UserDialog .caption {
    width: 150px;
}

.s-Administration-UserDialog .s-PropertyGrid .categories {
    height: 450px;
}

.s-TranslationGrid input.custom-text {
    width: 100%;
    height: 23px;
    padding: 0 3px;
}

.s-UserPermissionDialog > .size,
.s-RolePermissionDialog > .size,
.s-UserRoleDialog > .size {
    min-width: 670px;
    width: 670px;
    min-height: 450px;
    height: 450px;
}

.s-UserPermissionDialog .s-DataGrid,
.s-RolePermissionDialog .s-DataGrid,
.s-UserRoleDialog .s-DataGrid {
    height: 100%;
}

.s-UserPermissionDialog .ui-dialog-content,
.s-RolePermissionDialog .ui-dialog-content,
.s-UserRoleDialog .ui-dialog-content {
    padding: 8px;
}

.s-PermissionCheckEditor .check-box {
    background-image: url(../serenity/images/tick-empty.png);
    background-position: center center;
    width: 22px;
    height: 22px;
    margin: 0;
}

    .s-PermissionCheckEditor .check-box.checked {
        background-image: url(../serenity/images/tick-green.png);
        background-position: center center;
    }

        .s-PermissionCheckEditor .check-box.checked.revoke {
            background-image: url(../serenity/images/tick-red.png);
            background-position: center center;
        }

    .s-PermissionCheckEditor .check-box.partial {
        opacity: 0.8;
    }

    .s-PermissionCheckEditor .check-box.checked.partial {
        background-image: url(images/tick-green-partial.png);
    }

    .s-PermissionCheckEditor .check-box.checked.revoke.partial {
        background-image: url(images/tick-red-partial.png);
    }

.s-PermissionCheckEditor .effective-permission {
    cursor: default;
    padding-left: 22px;
    background-image: url(../serenity/images/check2.png);
    background-repeat: no-repeat;
    background-position: left center;
}

    .s-PermissionCheckEditor .effective-permission.partial {
        background-image: url(../serenity/images/checkbox-null.png);
    }

    .s-PermissionCheckEditor .effective-permission.deny {
        background-image: url(../serenity/images/slash.png);
    }

.bg-yellow-gradient {
    background: #f39c12 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
    background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
    background: -o-linear-gradient(#f7bc60, #f39c12) !important;
    color: #fff;
}

.inline-image img {
    height: 28px;
}

.s-sidebar-tenant-logo {
    width: 30px;
    height: 30px;
    background-color: #ccc;
}

.refresh-button-custom {
    font-size: 13px;
    background-color: #c5d4fc !important;
    color: #28aaee;
    border: none;
    padding: 1px 5px;
    cursor: pointer;
    border-radius: 12px;
}

    .refresh-button-custom:hover {
        background-color: #b7d5bd !important;
        color: #3EC959;
    }

.d3-label-value-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}



.select-all-button-custome {
    min-width: 110px;
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.8rem;
    font-size: 0.875rem;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f0f0f0;
    color: #333;
    margin-right: 20px;
    transition: all 0.3s ease;
}

    .select-all-button-custome:hover {
        background-color: #007bff;
        color: white;
    }

    /* Button icon adjustment */
    .select-all-button-custome i {
        margin-right: 5px;
    }

/* Responsive for small screens */
@media (max-width: 768px) {
    .select-all-button-custome {
        font-size: 0.75rem;
        padding: 0.2rem 0.6rem;
    }
}

.mgtvScreenBody {
    background-color: rgb(38, 38, 38);
    color: white;
    font-family: Arial, sans-serif;
    /* overflow: hidden;
        width: 100vw;*/
}

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #000;
    border-bottom: 2px solid #e96500;
}

.mgtvScreenPOTable {
    width: 100%;
    margin-top: 20px;
    color: white;
}

    .mgtvScreenPOTable thead th {
        background-color: #e96500;
        text-align: center;
        vertical-align: middle;
    }

    .mgtvScreenPOTable tbody td {
        background-color: rgb(64, 64, 64);
        vertical-align: middle;
        text-align: left;
        color: #ffff;
        max-width: 26vw;
        font-weight: 500;
    }

.brand-label {
    display: block;
    font-size: 0.95rem;
    color: #ccc;
}

.order-Progress {
    height: 25px;
    /*background-color: #444;*/
    background-color: #A4A5A8;
    border-radius: 10px;
}

.order-Progress-bar {
    height: 25px;
    background-color: #00ff00;
    border-radius: 10px;
}

.zeroDays {
    color: #ff0000fc;
}

@media screen and (max-width: 768px) {
    .mgtvScreenPOTable {
        font-size: 0.75rem;
    }
}

.text-overflow-container {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mgtvScreenPOTable td {
    border-right: 1.3px solid #857d7d !important;
    padding: 0.5rem 1rem !important;
}

.priority-label {
    padding: 0.25em 0.6em;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75rem;
}

    .priority-label.high {
        background-color: #dc3545;
        color: #fff;
    }

    .priority-label.medium {
        background-color: #ffc107;
        color: #212529;
    }

    .priority-label.low {
        background-color: #28a745;
        color: #fff;
    }

.mpm-text {
    text-align: left !important;
}

.mpm-number {
    text-align: right !important;
}

.mpm-center {
    text-align: center !important;
    min-width: 80px;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* Semi-transparent background */
    display: flex;
    justify-content: center; /* Center the loader horizontally */
    align-items: center; /* Center the loader vertically */
    z-index: 9999; /* Ensure the loader is on top */
    display: none; /* Hidden by default */
}

/* Optional: You can add an animation or fade effect for showing/hiding */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.loader-container.show {
    display: flex;
    animation: fadeIn 0.5s ease-in-out;
}

.no-height {
    height: 0 !important;
}

.thumb-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: scale-down;
    object-position: top center;
    display: inline-block;
}

.custom-action-redis .text-center .btn:hover {
    opacity: 0.8;
}

.send-email-button {
    background-color: #5bc0de;
    color: blue;
}

.slick-cell.cell-disable {
    background-color: #e0e0e0;
    color: #333;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 1;
    font-weight: 500;
    padding-left: 6px;
}

.custom-style-closing-header .slick-header-columns {
    background-color: #34495e;
}

.custom-style-closing-header .slick-header-column {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #ffff;
}

.custom-SavClosing {
    display: flex;
    justify-content: flex-end;
}

.style-Close-Process {
    color: #0090d9;
    font-weight: 500;
}

.custom-hide-vx .vx {
    display: none !important;
}

.card-header-color {
    background: linear-gradient(135deg, #66bb6a 0%, #7cb342 100%) !important;
}
.form-control-custom {
    border-radius: 0.375rem !important;
}
.text-green {
    color: #2e7d32 !important;
}
.form-check-input:checked {
    background-color: #2e7d32;
    border-color: #2e7d32;
}
.alert-info {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

@keyframes morph {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}
@keyframes swing {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
    }

    50% {
        transform: translateX(10px) rotate(3deg);
    }
}

@media (max-width: 768px) {
    .left-section, .right-section {
        padding: 40px 30px;
    }

    h2 {
        font-size: 1.6rem;
    }

    .chair {
        width: 150px;
        height: 140px;
    }

    .chair-back {
        width: 140px;
        height: 100px;
        top: -50px;
    }

    .pendant-light {
        width: 60px;
        height: 60px;
    }
}