﻿* {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
}

a,
a:visited {
    text-decoration: none;
    color: #000000;
}

    a:hover {
        color: #0081b8;
        text-decoration: none;
    }

p {
    margin: 0;
}

img {
    border: 0 none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

i {
    color: #0081b8;
}

input {
    font-family: Lato, Lato, Arial, Helvetica, sans-serif;
}

    input[type="checkbox"],
    input[type="radio"] {
        margin-right: 6px;
        vertical-align: middle;
    }

.form-col-80.d-flex label,
.form-col-80.d-flex span {
    margin-right: 10px;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Lato, Lato, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
}

div.WholePageDiv {
    margin: 0 auto;
    width: 100%;
}

div.TopColorBar {
    height: 37px;
    background-color: #0081b8;
}

.DIVTitleBar {
    background-color: #0081b8;
    z-index: 1030;
    border-radius: 10px;
    margin-top: 10px;
}

.DIVNavigation {
    height: 100%;
    position: relative;
    float: left;
    display: block;
    vertical-align: top;
    width: 227px;
    z-index: 1030;
    margin: 10px;
}

.DIVNavigationLogo {
    width: 227px;
    background-color: #0081b8;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    padding: 6px 0;
}

.DIVNavigationMenu {
    width: 227px;
    min-height: 130vh;
    background-color: #0081b8;
    border-radius: 10px;
    overflow: hidden;
}

.Navigation {
    width: 100%;
    background-color: #0081b8;
    color: #FFFFFF;
    font-size: 15px;
}

    .Navigation a {
        color: #FFFFFF;
    }

        .Navigation a.menuopen {
            color: #000000;
        }

        .Navigation a:hover,
        .Navigation ul.subnav a:hover {
            color: #7dbfdb;
        }

    .Navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .Navigation li {
        list-style: none;
        margin: 0;
        padding: 0 0 0 15px;
    }

    .Navigation ul li {
        line-height: 28px;
    }

    .Navigation ul.subnav {
        list-style: none;
        font-size: 13px;
        padding: 5px 0 15px 20px;
    }

        .Navigation ul.subnav li {
            line-height: 20px;
        }

            .Navigation ul.subnav li a {
                background-image: none;
                color: #000000;
                padding-left: 5px;
                font-weight: normal;
            }

div.TopTab {
    position: relative;
    display: block;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    text-align: center;
}

.hamburger {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 9999;
}

.hamburger-bar {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #0081b8;
    margin: 4px 0;
}

div.MiddleText {
    height: 60px;
    background-image: url(../Images/TabMiddle.png);
    background-repeat: repeat-x;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 5px;
}

div.ContentBoxDivider {
    border: 1px solid #0081b8;
    border-radius: 10px;
    padding-left: 25px;
    background-image: url(../Images/ContentBoxShading.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFFFFF;
}

#DIVItem:hover {
    background-color: #F0F0F0;
}

div.ContentPageTitle {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 45px;
    font-size: 42px;
    font-style: italic;
    color: #FFFFFF;
}

div.ContentPageTitleReverse {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-size: 42px;
    font-style: italic;
    color: #000000;
}

div.ContentPageTitleReverseSmall {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
    font-style: italic;
    color: #000000;
}

div.ContentPageTitleReservation {
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-size: 42px;
    font-style: italic;
    color: #FFFFFF;
}

.ContentSecondaryPageTitle {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

div.ContentThirdPageTitle {
    padding-bottom: 5px;
    font-size: 14px;
}

div.BoldCenter24px {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

div.BoldCenter18px {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

div.BoldCenter16PX {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

div.BoldCenter14PX {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

div.Bold18PX {
    font-size: 18px;
    font-weight: bold;
}

div.CompetitionHeader {
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
}

div.CompetitionItemHeader {
    font-size: 20px;
    font-weight: bold;
}

div.Center {
    text-align: center;
    margin-top: 20px;
}

div.FAQGlossaryHeader {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

td.GlossaryLine {
    vertical-align: top;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: solid 1px #AAAAAA;
}

.RoundedBox {
    padding: 5px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

input[type="text"][disabled] {
    padding: 3px 6px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background-color: #F0F0F0;
}

select[disabled] {
    padding: 5px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background-color: #F0F0F0;
}

.RoundedButton {
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #0081b8;
    font-weight: bold;
    border-style: none;
    padding: 6px 18px 8px 18px;
}

    .RoundedButton:hover {
        background-color: #6090a5;
    }

.RoundedButtonSmall {
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #0081b8;
    font-size: 13px;
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
textarea:disabled,
select:disabled,
input.aspNetDisabled,
select.aspNetDisabled,
textarea.aspNetDisabled {
    padding: 3px 6px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    background-color: #F3F4F6;
    color: #6B7280;
    box-sizing: border-box;
    cursor: not-allowed;
    opacity: 0.7;
}

input[type="button"]:disabled,
input[type="submit"]:disabled,
button:disabled,
a.aspNetDisabled {
    border-radius: 10px;
    background-color: #F3F4F6 !important;
    color: #6B7280 !important;
    border: none;
    padding: 6px 18px 8px 18px;
    box-sizing: border-box;
    cursor: not-allowed;
    opacity: 0.7;
}

.InactiveCheckBox {
    background-color: #CCCCCC;
}

.Seperator {
    border-top: 1px solid #CCCCCC;
    margin-right: 15px;
}

table.MainGrid {
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    color: #1F2937;
    background: #FFFFFF;
    overflow: hidden;
    border-radius: 12px;
}

    table.MainGrid th {
        position: sticky;
        top: 0;
        z-index: 2;
        background: #F8FAFC;
        color: #374151;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        padding: 14px 10px;
        text-align: center;
        border-bottom: 1px solid #E5E7EB;
        white-space: nowrap;
    }

    table.MainGrid td {
        padding: 14px 10px;
        text-align: center;
        vertical-align: top;
        border-bottom: 1px solid #EEF2F7;
        background: #FFFFFF;
        transition: background-color 0.18s ease;
    }

    table.MainGrid tr:last-child td {
        border-bottom: none;
    }

    table.MainGrid tbody tr:nth-child(even) td {
        background: #FAFBFC;
    }

    table.MainGrid tbody tr:hover td {
        background: #EEF7FB;
    }

    table.MainGrid thead tr th:first-child {
        border-top-left-radius: 12px;
    }

    table.MainGrid thead tr th:last-child {
        border-top-right-radius: 12px;
    }

    table.MainGrid tbody tr:last-child td:first-child {
        border-bottom-left-radius: 12px;
    }

    table.MainGrid tbody tr:last-child td:last-child {
        border-bottom-right-radius: 12px;
    }

td.ProgressSize,
div.ProgressCell {
    width: 15px;
    height: 15px;
}

div.ProgressCell {
    background-color: #dd2222;
    display: none;
    text-align: center;
    vertical-align: middle;
}

table.TableWithGridlines {
    width: 100%;
    border-collapse: collapse;
}

    table.TableWithGridlines td {
        vertical-align: top;
        padding: 2px;
    }

.header-label-volume {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-image-volume {
    width: 18px;
    margin-left: 10px;
}

/* Start table responsive */

.table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
    background-color: transparent;
    font-size: 13px;
    border-collapse: collapse;
}

    .table td,
    .table th {
        padding: .75rem;
        vertical-align: top;
        text-align: center;
    }

    .table th {
        background-color: #F6F6F6;
    }

    .table thead th:first-child {
        border-top-left-radius: 10px;
    }

    .table thead th:last-child {
        border-top-right-radius: 10px;
    }

    .table thead th {
        vertical-align: top;
        border-bottom: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm td,
.table-sm th {
    padding: .3rem;
}

.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

@media screen {
    .table tr:hover {
        background-color: #EEF7FB;
    }

    .table tr:nth-child(2n+2) {
        background-color: #FAFBFC;
    }

        .table tr:nth-child(2n+2):hover {
            background-color: #EEF7FB;
        }
}

/* End table responsive */

/* Start master content */

.main-container {
    display: block;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}

.main-content {
    display: block;
    position: relative;
    vertical-align: top;
    margin-left: 237px;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
    min-height: 100vh;
}

.profile-image {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
}

.profile-image-mobile {
    display: none;
    padding-top: 10px;
    padding-left: 10px;
    z-index: 2;
    cursor: pointer;
}

.profile-name {
    float: right;
    color: #fff !important;
    margin-right: 20px;
    margin-top: 7px;
    font-weight: 700;
}

/* End master content */

/* Start form inline */

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 10px 12px;
}

.form-inline-background {
    background-color: #FFFFFF;
    border: 1px solid #DCE3EA;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    padding: 18px 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.form-inline .form-label {
    margin: 0;
    font-weight: bold;
    color: #1F2937;
    white-space: nowrap;
}

.form-inline .form-select,
.form-inline .form-input,
.form-inline .form-checkbox,
.common-input,
.form-inline .form-btn {
    margin: 0;
    vertical-align: middle;
}

.form-inline .form-disable-btn {
    background-color: #A0A0A0;
}

.form-inline .form-btn-margin {
    margin: 0 0 0 10px;
}

.form-btn-secondary {
    display: block;
    background: #f3f4f6; /* light neutral */
    color: #111827; /* near-black text */
    border: 1px solid #d1d5db; /* subtle gray border */
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    font-weight: 600;
    cursor: pointer;
    padding: 6px 6px;
    transition: all 0.15s ease;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
    white-space: normal;
    overflow-wrap: anywhere;
}

/* End form inline */

/* Start full form */

.form-row {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 4px;
    width: 100%;
    box-sizing: border-box;
}

.form-col-10,
.form-col-20,
.form-col-30,
.form-col-40,
.form-col-60,
.form-col-70,
.form-col-80,
.form-col-100 {
    float: none;
    margin-top: 0;
    box-sizing: border-box;
    min-width: 0;
}

.form-col-10 {
    flex: 0 0 10%;
    max-width: 10%;
}

.form-col-20 {
    flex: 0 0 160px;
    max-width: 160px;
}

.form-col-30 {
    flex: 0 0 30%;
    max-width: 30%;
}

.form-col-40 {
    flex: 0 0 40%;
    max-width: 40%;
}

.form-col-60 {
    flex: 0 0 60%;
    max-width: 60%;
}

.form-col-70 {
    flex: 0 0 70%;
    max-width: 70%;
}

.form-col-80 {
    flex: 1 1 0;
    min-width: 0;
}

.form-col-100 {
    flex: 0 0 100%;
    max-width: 100%;
}

.form-row .form-col-100 {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.form-row .form-select,
.form-row .form-input,
.form-row .RoundedBox,
.form-row select,
.form-row textarea {
    max-width: 100%;
    padding: 3px 6px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    background: #ffffff;
    box-sizing: border-box;
    font-size: 14px;
    color: #111827;
}

    .form-row textarea.form-input,
    .form-row textarea.RoundedBox,
    .form-row textarea {
        resize: vertical;
    }

        .form-row .form-select:focus,
        .form-row .form-input:focus,
        .form-row .RoundedBox:focus,
        .form-row select:focus,
        .form-row textarea:focus {
            outline: none;
            border-color: #0f4d8a;
            box-shadow: 0 0 0 4px rgba(15, 77, 138, 0.10);
            background: #ffffff;
        }

.form-row:has(input[type="checkbox"]) {
    align-items: flex-start;
    margin-bottom: 2px;
}

.form-row .form-checkbox {
    vertical-align: middle;
    padding: 0;
}

.form-col-20 label,
.form-col-20 span,
.form-row .form-hl-label {
    display: block;
    white-space: normal;
}

.form-row .form-hl-label {
    width: 220px;
    flex: 0 0 220px;
}

.form-row .form-hr-label {
    display: inline-block;
}

.form-row .and-label {
    margin: 10px 5px 0 5px;
}

.form-row:has(.HintWrap) {
    position: relative;
}

@media screen and (max-width: 1350px) {
    .form-col-20 {
        flex: 0 0 200px;
        max-width: 200px;
    }

    .form-row .form-hl-label {
        width: 200px;
        flex: 0 0 200px;
    }
}

/* End full form */

/* Start common */

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-flow: column;
}

.ml-10 {
    margin-left: 10px;
}

.align-item-center {
    align-items: center;
}

.align-item-start {
    align-items: start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.p-unset {
    padding: unset;
}

.m-5 {
    margin: 5px;
}

.lh-40 {
    line-height: 40px;
}

.h-50 {
    height: 50px;
}

@media screen and (max-width: 950px) {
    .production-area-flex-column {
        flex-flow: column;
    }

    .production-area-mb-20 {
        margin-bottom: 20px;
    }
}

/* End common */

.btn-cancel {
    color: #2d70b7 !important;
    background-color: #FFFFFF !important;
    border: 1px #2d70b7 solid !important;
}

.pos-logo {
    vertical-align: top;
    height: 60px;
    margin-right: 10px;
}

.overview-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
}

.overViewBtnCls {
    display: block;
    flex: 0 0 350px;
    width: 350px;
    text-decoration: none;
    color: inherit;
}

    .overViewBtnCls div {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: 200px;
        padding: 32px 20px 60px 20px;
        border: 5px solid #FFFFFF;
        border-radius: 10px;
        background-color: #F1F1F1;
        box-shadow: 5px 8px 12px 0 rgba(0,0,0,0.47);
        transition: transform .3s, box-shadow .3s, border-color .3s;
        text-align: left;
        overflow: hidden;
    }

        .overViewBtnCls div:hover {
            box-shadow: none;
            transform: scale(0.95);
            border-color: #000000;
        }

.overViewBtnTitle {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 18px;
}

.overViewBtnDesc {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    max-height: 78px;
    overflow: hidden;
    padding-right: 52px;
}

.overViewBtnIcon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 48px;
}

@media screen and (max-width: 768px) {
    .overview-buttons {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .overViewBtnCls {
        display: block;
        flex: none;
        width: 100%;
    }

        .overViewBtnCls div {
            width: 100%;
            height: auto;
            min-height: 170px;
            padding: 24px 18px 56px 18px;
        }

            .overViewBtnCls div:hover {
                box-shadow: 5px 8px 12px 0 rgba(0,0,0,0.47);
                transform: none;
                border-color: #FFFFFF;
            }

    .overViewBtnTitle {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .overViewBtnDesc {
        max-height: none;
        overflow: visible;
        padding-right: 46px;
    }

    .overViewBtnIcon {
        font-size: 40px;
        right: 14px;
        bottom: 14px;
    }
}

.Hint {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    width: 300px;
    max-width: 300px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fffbe8;
    border: 1px solid #f2d66b;
    box-shadow: 0 10px 24px rgba(0,0,0,.14);
    z-index: 9999;
    display: none;
    color: #333;
    font-size: 14px;
    line-height: 1.45;
}

    .Hint:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -8px;
        transform: translateY(-50%) rotate(45deg);
        width: 14px;
        height: 14px;
        background: #fffbe8;
        border-left: 1px solid #f2d66b;
        border-bottom: 1px solid #f2d66b;
    }

.HintX {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
    background: transparent;
}

    .HintX:hover {
        background: rgba(0,0,0,.06);
        color: #111;
    }

.Hint .HintText,
.Hint .HintTextExtended {
    background: none;
}

    .Hint .HintText p,
    .Hint .HintTextExtended p {
        padding: 0 24px 0 0;
        margin: 0;
    }

.HintBox {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #4da3d9;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 6px;
    padding: 0;
    background-image: none;
}

    .HintBox:before {
        content: "?";
    }

    .HintBox:hover {
        filter: brightness(.95);
    }

/* Toggle button styling */
#sidebarToggle {
    position: absolute;
    top: 38px;
    left: 222px;
    width: 25px;
    height: 25px;
    padding: 0;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
    color: var(--theme-color);
    border-radius: 100%;
    z-index: 9999;
    font-size: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#DIVNavigation[style*="display: none"] + #sidebarToggle,
.DIVNavigation.hidden + #sidebarToggle {
    left: 15px;
}

#sidebarToggle::before {
    content: '<';
}

#DIVNavigation[style*="display: none"] + #sidebarToggle::before,
.DIVNavigation.hidden + #sidebarToggle::before {
    content: '>';
}

#sidebarToggle:hover {
    background-color: var(--theme-color);
    color: white;
    transform: scale(1.1);
}

.breadcrumbs {
    position: absolute;
    top: 90px;
    padding-left: 10px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    width: 80%;
}

    .breadcrumbs a {
        cursor: pointer;
        text-decoration: none;
        color: var(--theme-color);
    }

        .breadcrumbs a:hover {
            text-decoration: underline;
        }

    .breadcrumbs span {
        color: var(--theme-color);
        font-weight: bold;
    }

.breadcrumb-item + .breadcrumb-item::before {
    padding: 0 4px !important;
    color: var(--theme-color) !important;
}

.search-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.search-card {
    background-color: #f7f8fa;
    border: 1px solid #e1e5ea;
    box-shadow: 0 6px 16px rgba(0,0,0,0.05);
    border-radius: 12px;
    padding: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
    min-width: 0;
}

.search-card-title {
    font-size: 22px;
    font-weight: bold;
    color: #1F2937;
    margin-bottom: 18px;
}

.search-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px 24px;
    align-items: start;
}

.search-filter-item {
    display: block;
    min-width: 0;
    margin-bottom: 0;
}

    .search-filter-item .form-col-20,
    .search-filter-item .form-col-80 {
        float: none;
        width: 100%;
        margin: 0;
    }

    .search-filter-item .form-col-20 {
        margin-bottom: 6px;
    }

    .search-filter-item .form-col-80.d-flex,
    .search-filter-item .form-col-80 > .d-flex {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: nowrap;
        min-width: 0;
    }

    .search-filter-item .form-input,
    .search-filter-item .form-select,
    .search-filter-item .RoundedBox {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0;
    }

    .search-filter-item .and-label {
        margin: 0;
        white-space: nowrap;
        font-weight: bold;
        color: #444444;
    }

.search-actions-row {
    margin-top: 18px;
}

    .search-actions-row .form-col-100 {
        float: none;
        width: 100%;
        margin-top: 0;
    }

.search-card .form-row:last-child {
    margin-bottom: 0;
}

.results-card {
    background-color: #FFFFFF;
    border: 1px solid #DCE3EA;
    border-radius: 12px;
    padding: 18px 20px;
    margin-top: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    overflow-x: auto;
}

    .results-card table {
        margin-top: 5px;
    }

    .results-card:not(:has(table)) {
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px dashed #D5DEE8;
        background: #F8FAFC;
    }

        .results-card:not(:has(table))::before {
            content: "No results yet";
            color: #8A94A6;
            font-size: 14px;
        }

        .results-card:not(:has(table)) input[type="image"],
        .results-card:not(:has(table)) .ContentSecondaryPageTitle,
        .results-card:not(:has(table)) .section-title {
            display: none;
        }

.detail-shell {
    margin: 0 auto 40px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 24px;
    align-items: stretch;
    margin-top: 18px;
}

.section-block {
    background: #ffffff;
    border: 1px solid #e6e8ec;
    box-shadow: 0 3px 10px rgba(0,0,0,0.04);
    border-radius: 10px;
    padding: 18px;
    min-width: 0;
    box-sizing: border-box;
    height: 100%;
}

    .section-block .form-row:last-child {
        margin-bottom: 0;
    }

.section-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 18px;
}

.image-upload-block {
    margin-top: 8px;
}

.image-upload-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.image-fileupload {
    max-width: 320px;
}

.image-clear-btn {
    min-width: 120px;
}

.image-appearance {
    width: 400px;
    max-width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #E5EAF0;
    box-shadow: 0 4px 14px rgba(0,0,0,0.10);
    background: #F8FAFC;
}

.image-upload-block,
.image-upload-actions,
.image-fileupload,
.image-clear-btn,
.image-appearance {
    box-sizing: border-box;
}

.default-disabled {
    opacity: 0.4;
    pointer-events: none;
    filter: grayscale(30%);
}

@media screen {
    .NoScreen {
        display: none;
    }
}

@media print {
    div.ContentBox {
        border: 1px solid #0081b8;
        border-radius: 10px;
        padding-left: 25px;
        background-color: #FFFFFF;
    }

    .NoPrint,
    .DIVNavigation {
        display: none;
    }

    .main-content {
        display: inline;
        overflow: visible;
    }
}

@media (min-width: 769px) {
    #sidebarToggle {
        display: block !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .profile-image-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 1100px) {
    .search-card-wrap {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 900px) {
    .HintWrap {
        display: inline-block !important;
        position: relative !important;
        margin: 0 0 0 6px !important;
        line-height: 1 !important;
        vertical-align: middle !important;
    }

    .HintBox {
        display: inline-block !important;
        width: 18px;
        height: 18px;
        line-height: 18px !important;
        font-size: 12px;
        margin-left: 0 !important;
        vertical-align: middle !important;
    }

    .Hint {
        width: 260px !important;
        max-width: min(260px, calc(100vw - 70px)) !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        z-index: 99999;
    }

    .section-block {
        overflow: visible;
    }
}

@media screen and (max-width: 768px) {
    *,
    *:before,
    *:after {
        box-sizing: border-box;
    }

    .DIVNavigation {
        position: absolute;
        float: left;
        display: none;
    }

    .profile-image-mobile,
    .hamburger {
        display: inline-block !important;
    }

    .main-content {
        margin-left: unset;
    }

    #sidebarToggle {
        display: none !important;
    }

    .ContentPageTitle {
        font-size: 22px !important;
    }

    table.MainGrid thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.MainGrid tr {
        border-bottom: 3px solid #B1B1B1;
        display: block;
    }

    table.MainGrid td {
        border-bottom: 1px solid #B1B1B1;
        display: block;
        border-right: none;
        text-align: right;
        min-height: 22px;
    }

        table.MainGrid td:before {
            content: attr(data-label);
            float: left;
        }

    .form-inline {
        flex-direction: column;
        align-items: stretch !important;
        width: 100%;
        gap: 10px;
    }

        .form-inline > * {
            min-width: 0;
        }

        .form-inline .form-select,
        .form-inline .form-input,
        .form-inline .form-checkbox,
        .form-inline .form-btn,
        .common-input {
            margin: 0;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box;
        }

        .form-inline .form-label {
            text-align: left;
        }

        .form-inline .form-btn-margin {
            margin: 0;
        }

    .form-inline-background {
        padding: 16px;
        border-radius: 10px;
    }

    .form-row {
        flex-direction: column;
        gap: 2px;
        margin-bottom: 12px;
    }

    .form-col-10,
    .form-col-20,
    .form-col-30,
    .form-col-40,
    .form-col-60,
    .form-col-70,
    .form-col-80,
    .form-col-100 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin: 0 !important;
    }

        .form-col-20 label,
        .form-col-20 span,
        .form-row .form-hl-label {
            white-space: normal;
            width: 100%;
            flex: 0 0 100%;
            margin: 0;
            line-height: 1.2;
            display: block;
        }

    .form-row .form-select,
    .form-row .form-input,
    .form-row .RoundedBox,
    .form-row select,
    .form-row textarea,
    .form-row input[type="text"],
    .form-row input[type="password"],
    .form-row input[type="email"],
    .form-row input[type="tel"],
    .form-row input[type="number"] {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0;
        margin: 0;
    }

    .form-row .form-checkbox {
        width: auto !important;
        max-width: none !important;
        margin: 0;
    }

    .form-row .form-hr-label {
        width: 100%;
    }

    .form-row .and-label {
        margin: 0;
    }

    .form-select,
    select {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .RoundedButton {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .BoldCenter18px {
        text-align: center;
    }

    .Text10PX {
        padding: 4px 0;
        display: block;
    }

    .mt-sm-10 {
        margin-top: 10px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .flex-column-sm {
        flex-flow: column;
    }

    .ml-sm-0 {
        margin-left: 0;
    }

    .search-card {
        padding: 16px;
        border-radius: 10px;
    }

    .search-card-title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .search-card-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .search-filter-item .form-col-80.d-flex,
    .search-filter-item .form-col-80 > .d-flex {
        flex-wrap: wrap;
    }

    .search-filter-item .and-label {
        width: 100%;
        text-align: center;
        margin: 2px 0;
    }

    .section-block .form-col-20,
    .section-block .form-col-80 {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .section-block .form-col-20 {
        margin-bottom: 6px;
    }

    .section-block .form-col-80.d-flex {
        flex-wrap: wrap;
        min-width: 0;
    }

    .section-block .form-input,
    .section-block .form-select,
    .section-block .RoundedBox,
    .section-block textarea,
    .section-block select,
    .section-block input[type="text"],
    .section-block input[type="date"] {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0;
    }

    .detail-shell {
        padding: 0 12px;
        margin: 16px auto 28px auto;
    }

    .section-block {
        padding: 16px;
        border-radius: 12px;
    }

    .section-title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .image-upload-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .image-fileupload {
        width: 100%;
        max-width: 100%;
    }

    .image-clear-btn {
        width: 100%;
        min-width: 0;
        margin-left: 0 !important;
    }

    .image-appearance {
        width: 400px;
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .Hint {
        top: calc(100% + 6px) !important;
        left: 0 !important;
        transform: none !important;
    }

        .Hint:before {
            top: -8px !important;
            left: 14px !important;
            transform: rotate(45deg) !important;
            border-left: 1px solid #f2d66b;
            border-top: 1px solid #f2d66b;
            border-bottom: none;
        }
}

.search-radio-group {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
    width: auto; /* 👈 important */
    overflow-x: auto;
    white-space: nowrap;
    flex-shrink: 0; /* 👈 prevents shrinking */
}

    .search-radio-group span {
        display: inline-flex;
        align-items: center;
    }

    .search-radio-group input[type="radio"] {
        width: auto !important;
        margin: 0 6px 0 0 !important;
        vertical-align: middle;
    }

    .search-radio-group label {
        display: inline-block;
        width: auto !important;
        margin: 0 18px 0 0 !important;
        vertical-align: middle;
        white-space: nowrap;
    }

.billing-card-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 12px;
}

.billing-card {
    background: #ffffff;
    border: 1px solid #e3e8ee;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.billing-card-top {
    margin-bottom: 14px;
}

.billing-card-main {
    display: grid;
    grid-template-columns: minmax(170px, 1.6fr) minmax(120px, 150px) minmax(90px, 1fr);
    gap: 14px;
    align-items: end;
}

.billing-card-name-wrap,
.billing-card-type-wrap,
.billing-card-details-wrap,
.billing-meta-field,
.billing-expiry-block,
.billing-update-btn-wrap,
.billing-delete-wrap {
    min-width: 0;
}

.billing-card-label {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

.billing-card-name,
.billing-card-details,
.billing-meta-value {
    color: #1e293b;
    line-height: 1.4;
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
}

.billing-card-meta-grid {
    display: grid;
    grid-template-columns: minmax(140px, 1.4fr) minmax(120px, 1fr) minmax(110px, 1fr);
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #edf1f5;
    gap: 16px;
    align-items: start;
}

.billing-card-actions {
    display: grid;
    grid-template-columns: minmax(90px, 120px) minmax(90px, 120px) minmax(140px, max-content) 32px;
    gap: 12px;
    align-items: end;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #edf1f5;
}

.billing-expiry-block,
.billing-update-btn-wrap,
.billing-delete-wrap {
    display: flex;
    flex-direction: column;
}

.billing-card-type,
.billing-expiry-select {
    width: 100%;
    box-sizing: border-box;
}

.billing-update-btn-wrap .RoundedButton {
    white-space: nowrap;
    width: 100%;
    min-width: 140px;
}

.billing-delete-wrap {
    text-align: right;
    align-self: end;
}

.billing-delete-btn {
    opacity: 0.75;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

    .billing-delete-btn:hover {
        opacity: 1;
    }

@media screen and (max-width: 900px) {
    .billing-card-actions {
        grid-template-columns: minmax(90px, 1fr) minmax(90px, 1fr);
    }

    .billing-update-btn-wrap {
        grid-column: 1 / 2;
    }

    .billing-delete-wrap {
        grid-column: 2 / 3;
        text-align: right;
    }
}

@media screen and (max-width: 768px) {
    .billing-card-main,
    .billing-card-meta-grid,
    .billing-card-actions {
        grid-template-columns: 1fr;
    }

    .billing-update-btn-wrap .RoundedButton {
        min-width: 0;
        width: 100%;
    }

    .billing-delete-wrap {
        text-align: left;
    }
}