﻿#actionCenter .row-dark.required-action {
    padding: 1rem 0 !important;
    gap: 0 !important;
    background: var(--color-mode-surface-accent-info, rgba(0, 75, 120, 1));
    border-radius: 0;
}
    #actionCenter .row-dark.required-action .card {
        color: var(--color-mode-text-on-surface-accent-info, #ffffff) !important;
    }
#actionCenter .required-action .card-title.largeRegular {
    font-size: 26px; 
    font-weight: 600;
    margin-bottom: 0.25rem;
}

#actionCenter .required-action .required-action-subtitle {
    font-size: 18px;
    opacity: 0.9;
    margin-top: 0.5rem;
}

#actionCenter .required-action .card-body {
    padding: 0 1rem !important;
}

    #actionCenter .required-action table td:last-child {
        text-align: right;

    }

.mso-panelbar .k-panelbar-header {
    border-radius: 0;
}
.mso-panelbar .k-link {
    padding: 0.5rem 1.5rem !important;
    background: var(--color-mode-surface-accent-info, rgba(0, 75, 120, 1)) !important;
    border-radius: 0;
    color: var(--color-mode-text-on-surface-accent-info, #ffffff) !important;
}
.mso-panelbar .k-panelbar-toggle {
    display: none !important;
}
/* PanelBar header base */
.mso-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

/* Left section: icon + title */
.mso-header-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mso-icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: currentColor;
    cursor: pointer;
}

.title-to-container,
.delivery-card,
.reg-info-container,
.shipping-info-card,
.mso-titleto-info {
    border-radius: 0.25rem;
    border: 1px solid var(--Border-Primary, #E9EBEC);
}

.reg-info-container {
    height:24.5rem;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid var(--Border-Primary, #E9EBEC);
}
.app-background {
    background: rgba(241, 245, 247, 0.50);
}
.notification-important-icon {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M5.005 10.38C5.005 10.93 5.45 11.375 6 11.375C6.55 11.375 6.995 10.93 6.995 10.38H5.005ZM6 2.875C7.38 2.875 8.5 3.995 8.5 5.375V8.875H3.5V5.375C3.5 3.995 4.62 2.875 6 2.875ZM6 0.625C5.585 0.625 5.25 0.96 5.25 1.375V1.96C3.68 2.3 2.5 3.7 2.5 5.375V8.375L1.5 9.375V9.875H10.5V9.375L9.5 8.375V5.375C9.5 3.7 8.32 2.3 6.75 1.96V1.375C6.75 0.96 6.415 0.625 6 0.625ZM5.5 3.875H6.5V5.875H5.5V3.875ZM5.5 6.875H6.5V7.875H5.5V6.875Z' fill='%23860212'/%3E%3C/svg%3E");
    width: 0.75rem;
    height: 0.75rem;
}
.notification-checkCircle-icon {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M5 0C2.24 0 0 2.24 0 5C0 7.76 2.24 10 5 10C7.76 10 10 7.76 10 5C10 2.24 7.76 0 5 0ZM5 9C2.795 9 1 7.205 1 5C1 2.795 2.795 1 5 1C7.205 1 9 2.795 9 5C9 7.205 7.205 9 5 9ZM7.295 2.79L4 6.085L2.705 4.795L2 5.5L4 7.5L8 3.5L7.295 2.79Z' fill='%23085E19'/%3E%3C/svg%3E");
    width: 0.75rem;
    height: 0.75rem;
}
.shipping-info-card {
    min-height: -webkit-fill-available;
}
