    @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500;1,600&display=swap');

    :root{
    --srk-navy:#00132F;
    --srk-action:#D88521;
    --srk-action-hover:#AD6A1A;
    --srk-gold:#AE7902;
    --srk-gold-dark:#8C6002;
    --srk-gold-light:#FED374;
    --srk-sand:#FFECD7;
    --srk-bone:#FBF7F6;

    --srk-page:#FCFBF8;
    --srk-card:#FFFFFF;
    --srk-tint:#FBF9F4;
    --srk-border:#EDE7DA;
    --srk-divider:#F2EDE2;
    --srk-hairline:#F6F1E7;
    --srk-underline:#DDD6C6;
    --srk-dashed:#CFC7B4;

    --srk-text:#00132F;
    --srk-text-strong:#33405A;
    --srk-text-body:#6F7484;
    --srk-label:#6C7785;
    --srk-thead:rgb(108, 119, 133);
    --srk-muted:#9AA1B1;

    --srk-on-navy:#FBF7F6;
    --srk-on-navy-2:#AFB6C6;
    --srk-on-navy-muted:#8B93A8;
    --srk-nav-dim:#8B93A8;
    --srk-nav-group:#4E5A74;

    --srk-success:#4C7A46;
    --srk-warning:#AE7902;
    --srk-danger:#B23A2E;
    --srk-danger-soft:#E3B7B1;
    --srk-info:#2F6FB5;
    --srk-amenity:#7A5CA8;
    --srk-neutral:#6C7785;

    --srk-font:'Plus Jakarta Sans', sans-serif;

    --srk-sidebar-w:252px;
    --srk-gutter:40px;
    --srk-gutter-sm:16px;
    }

    .srk-auth {
        min-height: 100vh;
        display: flex;
        background: var(--srk-bone);
    }

    .srk-auth__form {
        width: 27%;
        min-width: 310px;
        background: var(--srk-bone);
        padding: 48px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }


    .srk-auth__form-brand {
        margin-bottom: 56px;
    }


    .srk-auth__gold-logo {
        width: 195px;
        height: auto;
        display: block;
    }


    .srk-auth__admin {
        margin-top: 7px;
        font-size: 9px;
        letter-spacing: .38em;
        color: var(--srk-muted);
    }


    .srk-auth__content {
        width: 100%;
    }

    .srk-auth__brand {
        flex: 1;
        background: var(--srk-navy);
        position: relative;
        padding: 42px 48px 46px;
        box-sizing: border-box;
        color: var(--srk-bone);
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }


    .srk-auth__white-logo {
        width: 215px;
        height: auto;
        display: block;
        flex-shrink: 0;
    }

    .srk-auth__art {
        width: 215px;
        height: 125px;
        object-fit: contain;
        object-position: left top;
        opacity: .45;
        margin-top: 22px;
        flex-shrink: 0;
    }


    .srk-auth__hero {
        margin-top: auto;
        padding-bottom: 0;
    }


    .srk-auth__eyebrow {
        font-size: 10px;
        letter-spacing: .38em;
        color: var(--srk-gold-light);
        font-weight: 600;
    }


    .srk-auth__headline {
        margin-top: 20px;
        max-width: 650px;
        font-size: clamp(46px, 4.1vw, 58px);
        font-weight: 700;
        line-height: 1.08;
        color: var(--srk-bone);
    }


    .srk-auth__headline span {
        font-style: italic;
        color: var(--srk-sand);
    }


    .srk-auth__description {
        margin: 20px 0 0;
        max-width: 500px;
        font-size: 14px;
        line-height: 1.7;
        color: var(--srk-on-navy-2);
    }

    .srk-auth__stats {
        display: flex;
        gap: 38px;
        margin-top: 42px;
        padding-top: 28px;
        border-top: 1px solid rgba(251, 247, 246, .12);
    }


    .srk-auth__stat-number {
        font-size: 36px;
        line-height: 1;
        font-weight: 700;
        color: var(--srk-bone);
    }


    .srk-auth__stat-label {
        margin-top: 6px;
        font-size: 9px;
        letter-spacing: .2em;
        color: var(--srk-nav-dim);
    }


    @media (max-width: 1000px) {

        .srk-auth__form {
            width: 34%;
            min-width: 310px;
            padding: 40px;
        }

        .srk-auth__brand {
            padding: 38px;
        }

        .srk-auth__headline {
            font-size: 44px;
        }

    }


    @media (max-width: 768px) {

        .srk-auth {
            display: block;
        }

        .srk-auth__form {
            width: 100%;
            min-width: 0;
            min-height: 100vh;
            padding: 32px;
        }

        .srk-auth__brand {
            display: none;
        }

    }

    [x-cloak] {
        display: none !important;
    }

    .srk-actions__trigger {
        position: relative;
        z-index: 10000;
        cursor: pointer;
    }

    .srk-actions__item {
        display: flex;
        align-items: center;
        gap: 12px;

        width: 100%;
        padding: 12px 16px;

        text-decoration: none;
        background: var(--srk-card, #fff);
    }

    .srk-actions__item:hover {
        background: #f8f6f2;
    }

    .srk-actions__item--danger {
        color: var(--srk-danger, #d33);
    }

    .srk-actions__item--warning {
        color: #b77900;
    }

    .srk-table__inner {
        overflow: visible;
    }


    *{box-sizing:border-box}
    body{margin:0;background:var(--srk-page);color:var(--srk-text);font-family:var(--srk-font);-webkit-font-smoothing:antialiased}
    a{color:var(--srk-text);text-decoration:none}
    ::selection{background:var(--srk-gold);color:var(--srk-bone)}
    input::placeholder,textarea::placeholder{color:var(--srk-muted)}

    @keyframes srk-fade{from{opacity:0}to{opacity:1}}
    @keyframes srk-pop{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}
    @keyframes srk-toast{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
    @keyframes srk-view{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}

    .srk-shell{display:flex;min-height:100vh}

    .srk-sidebar{width:var(--srk-sidebar-w);flex-shrink:0;background:var(--srk-navy);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}
    .srk-sidebar__brand{padding:26px 24px 22px}
    .srk-sidebar__lockup{display:flex;align-items:center;gap:11px}
    .srk-sidebar__lockup img{height:34px;width:auto;display:block}
    .srk-sidebar__name{font-size:16.5px;font-weight:700;color:var(--srk-bone);line-height:1.2}
    .srk-sidebar__kicker{font-size:8.5px;letter-spacing:.42em;color:var(--srk-nav-group);margin-top:7px}
    .srk-sidebar__nav{flex:1;overflow-y:auto;padding:4px 0 20px;scrollbar-width:thin;scrollbar-color:rgba(251,247,246,.2) transparent}
    .srk-sidebar__nav::-webkit-scrollbar{width:5px}
    .srk-sidebar__nav::-webkit-scrollbar-thumb{background:rgba(251,247,246,.2);border-radius:3px}
    .srk-sidebar__group{font-size:9.5px;letter-spacing:.26em;color:var(--srk-nav-group);padding:20px 26px 7px}

    .srk-nav-item{display:flex;align-items:center;gap:11px;width:100%;text-align:left;background:none;border:none;
    border-left:2px solid transparent;padding:8px 24px;font-family:var(--srk-font);font-size:13px;
    color:var(--srk-nav-dim);cursor:pointer;transition:color .15s}
    .srk-nav-item:hover{color:var(--srk-bone)}
    .srk-nav-item svg{width:17px;height:17px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
    .srk-nav-item.is-active{border-left-color:var(--srk-action);color:rgb(254, 211, 116);font-weight:600}
    
    .srk-nav-item__caret{margin-left:auto;font-size:8px;color:var(--srk-nav-group)}

    .srk-sidebar__user{padding:16px 20px;border-top:1px solid rgba(251,247,246,.1);display:flex;align-items:center;gap:11px}
    .srk-avatar{width:32px;height:32px;border-radius:50%;background:var(--srk-gold);color:var(--srk-bone);
    display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}

    .srk-main{flex:1;min-width:0;display:flex;flex-direction:column}
    .srk-header{display:flex;align-items:center;justify-content:space-between;gap:16px;
    padding:20px var(--srk-gutter);background:var(--srk-page);border-bottom:1px solid var(--srk-border);
    position:sticky;top:0;z-index:20}
    .srk-header__title{font-size:21px;font-weight:700}
    .srk-header__sub{font-size:12px;color:var(--srk-muted);margin-top:1px}
    .srk-content{flex:1;padding:15px var(--srk-gutter) 56px;min-width:0;animation:srk-view .28s ease}


    .srk-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    border:none;
    cursor:pointer;
    font-family:var(--srk-font);
    font-size:12px;
    font-weight:600;
    letter-spacing:.12em;
    text-transform:uppercase;
    padding:12px 24px;
    white-space:nowrap;
    transition:background .2s,border-color .15s,color .15s,opacity .2s,
    }

    .srk-btn--primary{background:var(--srk-action);color:var(--srk-bone)}
    .srk-btn--primary:hover{background:var(--srk-action-hover)}
    .srk-btn--navy{background:var(--srk-navy);color:var(--srk-bone)}
    .srk-btn--navy:hover{opacity:.85}
    .srk-btn--outline{background:none;border:1px solid var(--srk-underline);color:var(--srk-text)}
    .srk-btn--outline:hover{border-color:var(--srk-gold);color:var(--srk-gold)}
    .srk-btn--danger{background:none;border:1px solid var(--srk-danger-soft);color:var(--srk-danger)}
    .srk-btn--danger:hover{background:var(--srk-danger);border-color:var(--srk-danger);color:var(--srk-bone)}
    .srk-btn--sm{padding:10px 18px;font-size:12px;letter-spacing:.06em}

    .srk-card{background:var(--srk-card);border:1px solid var(--srk-border)}
    .srk-card__head{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;
    padding:22px 30px;border-bottom:1px solid var(--srk-divider)}
    .srk-card__body{padding:5px 30px}
    .srk-toolbar{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}
    .srk-section-head{font-size:16.5px;font-weight:700;color:var(--srk-gold);margin:30px 0 14px}

    .srk-field-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 30px}
    .srk-field-grid--2{grid-template-columns:repeat(2,1fr)}
    .srk-field{min-width:0}
    .srk-field--wide{grid-column:1 / -1}

    .srk-label{
    font-size:11.5px;
    letter-spacing:.2em;
    color: rgb(108, 119, 133);
    font-weight:600;
    margin-bottom:7px;
    text-transform:uppercase
    }

    .srk-label .req{color:var(--srk-danger)}
    .srk-input,.srk-select,.srk-textarea{width:100%;background:transparent;border:none;
    border-bottom:1px solid var(--srk-underline);padding:11px 2px;font-size:15.5px;font-family:var(--srk-font);
    color:var(--srk-text);outline:none;transition:border-color .15s}
    .srk-input:focus,.srk-select:focus,.srk-textarea:focus{border-bottom-color:var(--srk-gold)}
    .srk-textarea{resize:vertical}
    .srk-file{width:100%;border:1px dashed var(--srk-dashed);background:var(--srk-tint);padding:13px 14px;
    font-size:14px;font-family:var(--srk-font);color:var(--srk-text-body);cursor:pointer}
    .srk-readonly{background:var(--srk-tint);border:1px solid var(--srk-border);padding:11px 14px;font-size:15px;
    font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
    .srk-hint{font-size:12.5px;color:var(--srk-muted);margin-top:7px;line-height:1.6}

    .srk-collapse{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;
    text-align:left;background:none;border:none;border-bottom:1px solid var(--srk-divider);
    padding:6px 0 10px;cursor:pointer;font-family:var(--srk-font)}
    .srk-collapse__title{font-size:17px;font-weight:600;color:var(--srk-text)}
    .srk-collapse__icon{width:22px;height:22px;flex-shrink:0;border:1px solid var(--srk-underline);
    color:var(--srk-label);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;line-height:1}

    .srk-table {
        background: var(--srk-card);
        border: 1px solid var(--srk-border);
        overflow: visible;
    }
    .srk-table__inner{width:100%;min-width:0}
    .srk-thead,.srk-trow{display:grid;grid-template-columns:var(--srk-cols);gap:12px;padding:14px 22px}
    .srk-thead{background:var(--srk-tint);border-bottom:1px solid var(--srk-border)}
    .srk-th{
    font-size:12px;
    letter-spacing:.14em;
    color:rgb(68, 68, 68);
    font-weight:600;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    text-transform:uppercase;
    }
    .srk-trow{align-items:center;padding:15px 22px;border-bottom:1px solid var(--srk-divider);
    cursor:pointer;transition:background .15s}
    .srk-trow:hover{background:var(--srk-tint)}
    .srk-td{min-width:0;font-size:13.5px}
    .srk-td strong{font-weight:600}
    .srk-td__sub{font-size:12.5px;color:var(--srk-muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis}
    .srk-td__label{display:none} /* shown only in the stacked mobile card */
    .srk-td--num{font-variant-numeric:tabular-nums}

    .srk-expand{padding:4px 22px 22px;background:var(--srk-tint);border-bottom:1px solid var(--srk-divider);
    animation:srk-view .2s ease}
    .srk-expand__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px 24px}
    .srk-expand__k{font-size:10.5px;letter-spacing:.14em;color:var(--srk-label);font-weight:600;text-transform:uppercase}
    .srk-expand__v{font-size:14px;color:var(--srk-text);margin-top:5px;font-weight:500}

    .srk-pager{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 22px;
    border-top:1px solid var(--srk-border);flex-wrap:wrap}
    .srk-pager__btn{width:32px;height:32px;background:none;border:1px solid var(--srk-underline);
    font-size:12.5px;font-family:var(--srk-font);cursor:pointer;transition:all .15s}
    .srk-pager__btn:hover{border-color:var(--srk-gold)}
    .srk-pager__btn.is-active{background:var(--srk-navy);border-color:var(--srk-navy);color:var(--srk-bone)}
    .srk-pager__count{font-size:13px;color:var(--srk-muted);margin-left:8px}

    .srk-actions{position:relative}
    .srk-actions__trigger{width:30px;height:30px;background:var(--srk-tint);border:1px solid var(--srk-border);
    color:var(--srk-text-body);font-size:14px;line-height:1;cursor:pointer;font-family:var(--srk-font);transition:all .15s ; z-index : 1;}
    .srk-actions__trigger:hover{border-color:var(--srk-gold);color:var(--srk-gold)}
    .srk-actions__menu{position:absolute;top:34px;left:0;z-index:40;width:206px;background:var(--srk-card);
    border:1px solid var(--srk-border);box-shadow:0 14px 32px rgba(0,19,47,.14);animation:srk-pop .15s ease}
    .srk-actions__item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;background:none;
    border:none;border-bottom:1px solid var(--srk-divider);padding:10px 14px;font-size:13px;
    color:var(--srk-text);cursor:pointer;font-family:var(--srk-font)}
    .srk-actions__item:last-child{border-bottom:none}
    .srk-actions__item:hover{background:var(--srk-tint)}
    .srk-actions__item--danger{color:var(--srk-danger)}
    .srk-actions__icon{width:14px;text-align:center;flex-shrink:0}

    .srk-filters{background:var(--srk-card);border:1px solid var(--srk-border);padding:24px 30px;margin-bottom:22px}
    .srk-filters__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px 26px}
    .srk-filters__actions{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}

    .srk-chip{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--srk-text-strong);white-space:nowrap}
    .srk-chip__dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;background:var(--srk-neutral)}
    .srk-chip--success .srk-chip__dot{background:var(--srk-success)}
    .srk-chip--warning .srk-chip__dot{background:var(--srk-warning)}
    .srk-chip--danger  .srk-chip__dot{background:var(--srk-danger)}
    .srk-chip--info    .srk-chip__dot{background:var(--srk-info)}
    .srk-chip--navy    .srk-chip__dot{background:var(--srk-navy)}

    .srk-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
    background:var(--srk-card);border:1px solid var(--srk-border)}
    .srk-stat{padding:20px 24px;border-left:1px solid var(--srk-divider);min-width:0}
    .srk-stat:first-child{border-left-color:transparent}
    .srk-stat__k{font-size:11.5px;letter-spacing:.18em;color:var(--srk-thead);font-weight:600;text-transform:uppercase}
    .srk-stat__v{font-size:26px;font-weight:700;margin-top:8px;overflow:hidden;text-overflow:ellipsis}

    .srk-progress{height:3px;background:var(--srk-divider)}
    .srk-progress__fill{height:3px;background:var(--srk-navy)}

    .srk-modal{position:fixed;inset:0;z-index:140;background:rgba(0,19,47,.55);display:flex;
    align-items:center;justify-content:center;padding:24px;animation:srk-fade .18s ease}
    .srk-modal__card{background:var(--srk-card);width:760px;max-width:100%;max-height:88vh;overflow-y:auto;
    overflow-x:clip;animation:srk-pop .22s ease;position:relative}
    .srk-modal__head{display:flex;justify-content:space-between;align-items:center;gap:16px;
    background:var(--srk-navy);padding:20px 30px;position:relative;overflow:hidden}
    .srk-modal__art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.14;pointer-events:none}
    .srk-modal__title{font-size:20px;font-weight:700;color:var(--srk-bone);position:relative}
    .srk-modal__sub{font-size:12.5px;color:var(--srk-on-navy-muted);margin-top:3px}
    .srk-modal__logo{height:35px;width:auto}
    .srk-modal__close{background:none;border:none;color:var(--srk-on-navy-muted);font-size:18px;line-height:1;
    padding:0;cursor:pointer;font-family:var(--srk-font);transition:color .15s}
    .srk-modal__close:hover{color:var(--srk-bone)}
    .srk-modal__body{padding:28px 30px;position:relative;overflow:clip}
    .srk-modal__watermark{position:absolute;right:-30px;bottom:-30px;width:230px;height:auto;opacity:.05;pointer-events:none}
    .srk-modal__foot{display:flex;justify-content:flex-end;gap:14px;padding:18px 30px;border-top:1px solid var(--srk-divider)}

    .srk-toast{position:fixed;bottom:24px;right:24px;z-index:200;background:var(--srk-navy);color:var(--srk-bone);
    display:flex;align-items:center;gap:12px;padding:15px 22px;box-shadow:0 14px 40px rgba(0,19,47,.3);
    animation:srk-toast .25s ease;max-width:calc(100vw - 48px)}
    .srk-toast__dot{width:7px;height:7px;border-radius:50%;background:var(--srk-gold-light);flex-shrink:0}

    @media (max-width:1200px){ .srk-field-grid{grid-template-columns:repeat(2,1fr)} }

    @media (max-width:1120px){
    .srk-field-grid,.srk-field-grid--2{grid-template-columns:1fr}
    .srk-field--wide{grid-column:1 / -1}
    }

    @media (max-width:760px){
    .srk-thead{display:none}
    .srk-trow{display:flex !important;flex-direction:column;align-items:flex-start !important;
        gap:5px !important;padding:16px 46px 16px 16px !important;position:relative}
    .srk-trow > .srk-td{width:100%}
    .srk-trow > .srk-td + .srk-td{padding-top:9px;border-top:1px solid var(--srk-hairline)}
    .srk-td__label{display:block;font-size:9.5px;letter-spacing:.16em;color:var(--srk-muted);margin-bottom:3px}
    .srk-td--num{text-align:left}
    .srk-actions{position:absolute;top:14px;right:12px}
    .srk-expand,.srk-filters,.srk-pager,.srk-card__body,.srk-card__head{padding-left:16px;padding-right:16px}
    }

    @media (max-width:900px){
    .srk-sidebar{position:fixed;top:0;left:0;bottom:0;height:100dvh;z-index:80;
        transform:translateX(-105%);transition:transform .3s ease;box-shadow:0 0 40px rgba(0,19,47,.35)}
    .srk-sidebar.is-open{transform:none}
    .srk-backdrop{position:fixed;inset:0;background:rgba(0,19,47,.5);z-index:75}
    .srk-header,.srk-content{padding-left:var(--srk-gutter-sm);padding-right:var(--srk-gutter-sm)}
    .srk-modal__foot{flex-direction:column;align-items:stretch}
    .srk-modal__foot .srk-btn{width:100%}
    }

    @media (min-width:901px){ .srk-burger,.srk-backdrop{display:none} }

    @media print{
    .srk-sidebar,.srk-backdrop,.srk-toast,.srk-burger{display:none !important}
    .srk-header{position:static !important}
    .srk-trow,.srk-thead,.srk-stat,.srk-expand__grid > div{break-inside:avoid}
    .srk-thead{break-after:avoid}
    }

    .srk-auth__form{width:420px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;padding:48px 64px}
    .srk-auth__brand{flex:1;background:var(--srk-navy);color:var(--srk-on-navy);display:flex;flex-direction:column;
    justify-content:flex-end;padding:64px 72px;position:relative;overflow:hidden}

    @media (max-width:900px){
    .srk-auth{flex-direction:column}
    .srk-auth__form{width:100%;padding:40px 24px}
    .srk-auth__brand{display:none}
    }

    [data-map]{display:flex;flex-direction:column;gap:5px}
    .srk-map-row{display:flex;align-items:stretch;gap:5px;transition:background .15s}
    .srk-map-row:hover{background:var(--srk-tint)}
    .srk-map-row__label{width:30px;flex-shrink:0;display:flex;align-items:center;font-size:10.5px;color:var(--srk-muted)}

    [data-tile]{flex:1;min-width:0;height:30px;display:flex;align-items:center;justify-content:center;
    border:none;font-size:9px;font-family:var(--srk-font);cursor:pointer;
    transition:opacity .15s,box-shadow .15s}
    [data-tile].is-focused{box-shadow:0 0 0 2px var(--srk-card),0 0 0 4px var(--srk-gold)}
    [data-tile][data-status="Available"]{background:#E3DCCB;color:var(--srk-text-body)}
    [data-tile][data-status="Booked"],
    [data-tile][data-status="Allotted"]{background:var(--srk-gold);color:var(--srk-bone)}
    [data-tile][data-status="Sold"]{background:var(--srk-navy);color:var(--srk-bone)}
    [data-tile][data-status="Reserved"]{background:var(--srk-warning);color:var(--srk-bone)}
    [data-tile][data-status="Blocked"]{background:var(--srk-danger);color:var(--srk-bone)}
    [data-tile][data-status="Pending"]{background:transparent;border:1px dashed var(--srk-dashed);color:var(--srk-muted)}

    .srk-map-legend{display:flex;gap:18px;flex-wrap:wrap;padding:12px 0}
    .srk-map-legend span{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;color:var(--srk-text-strong)}
    .srk-map-legend i{width:11px;height:11px;display:inline-block}

    @media (max-width:760px){
    [data-tile]{font-size:0;height:26px}
    .srk-map-row__label{width:24px;font-size:11.5px}
    }


    .lead-source-form-card {
        width: 100%;
        background: #ffffff;
        border: 1px solid #e7dfd3;
        padding: 29px 32px;
        box-sizing: border-box;
    }


    .lead-source-form-title {
        font-size: 21.5px;
        font-weight: 600;
        color: #071b3a;
        margin: 0 0 5px;
        line-height: 1.3;
    }

    .lead-source-form-description {
        font-size: 14px;
        color: #94a0b3;
        margin: 0 0 27px;
        line-height: 1.6;
    }


    .lead-source-form-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 32px;
        row-gap: 25px;
        width: 100%;
    }

    .lead-source-field {
        min-width: 0;
        width: 100%;
    }

    .lead-source-field--full {
        grid-column: 1 / -1;
    }

    .lead-source-field label {
        display: block;
        width: 100%;
        margin: 0 0 8px;

        font-size: 12px;
        font-weight: 500;
        letter-spacing: .20em;
        line-height: 1.4;
        text-transform: uppercase;

        color: #667991;
        background: transparent !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .lead-source-field label span {
        color: #c78b2b;
        background: transparent !important;
    }


    .lead-source-field input[type="text"],
    .lead-source-field input[type="email"],
    .lead-source-field input[type="date"],
    .lead-source-field input[type="number"],
    .lead-source-field input[type="tel"],
    .lead-source-field select {
        display: block;
        width: 100%;
        height: 34px;
        box-sizing: border-box;
        border: 0;
        border-bottom: 1px solid #ded5c7;
        border-radius: 0;
        background: transparent;
        padding: 0 2px;
        color: #071b3a;
        font-family: var(--srk-font, 'Plus Jakarta Sans', sans-serif);
        font-size: 15.5px;
        font-weight: 400;
        outline: none;
        transition:
            border-color .2s ease,
            box-shadow .2s ease;
    }


    .lead-source-field input::placeholder,
    .lead-source-field textarea::placeholder {
        font-size: 15.5px;
        color: #a0aabd;
        opacity: 1;
    }


    .lead-source-field input[type="text"]:focus,
    .lead-source-field input[type="email"]:focus,
    .lead-source-field input[type="date"]:focus,
    .lead-source-field input[type="number"]:focus,
    .lead-source-field input[type="tel"]:focus,
    .lead-source-field select:focus,
    .lead-source-field textarea:focus {
        border-bottom-color: #d98818;
        box-shadow: 0 1px 0 #d98818;
    }


    .lead-source-field select {
        cursor: pointer;
        appearance: auto;
    }

    .lead-source-field input[type="date"] {
        font-size: 15.5px;
        color: #071b3a;
        cursor: pointer;
    }

    .lead-source-field input[type="date"]::-webkit-calendar-picker-indicator {
        cursor: pointer;
        opacity: .85;
    }


    .lead-source-field input[type="file"] {
        width: 100%;
        box-sizing: border-box;
        border: 1px dashed rgb(207, 199, 180);
        background: rgb(251, 249, 244);
        padding: 13px 14px;
        font-size: 14px;
        font-family: "Plus Jakarta Sans", sans-serif;
        color: rgb(111, 116, 132);
        cursor: pointer;
    }

    .lead-source-field input[type="file"]::file-selector-button {
        margin-right: 8px;
        padding: 5px 10px;
        border: 1px solid #a9a9a9;
        border-radius: 2px;
        background: #f5f5f5;
        color: #071b3a;
        font-family: var(--srk-font, 'Plus Jakarta Sans', sans-serif);
        font-size: 12px;
        cursor: pointer;
    }


    .lead-source-field textarea {
        display: block;
        width: 100%;
        min-height: 82px;
        box-sizing: border-box;
        border: 0;
        border-bottom: 1px solid #ded5c7;
        border-radius: 0;
        background: transparent;
        padding: 7px 2px;
        color: #071b3a;
        font-family: var(--srk-font, 'Plus Jakarta Sans', sans-serif);
        font-size: 13px;
        line-height: 1.6;
        outline: none;
        resize: vertical;
        transition:
            border-color .2s ease,
            box-shadow .2s ease;
    }

    .lead-source-error {
        color: #c73d35;
        font-size: 10px;
        line-height: 1.5;
        margin-top: 5px;
    }

    .lead-source-hint {
        color: #94a0b3;
        font-size: 10px;
        line-height: 1.5;
        margin-top: 6px;
    }


    .lead-source-form-actions {
        display: flex;
        justify-content: flex-end;
        align-items: center;

        gap: 14px;

        margin-top: 32px;
    }

    .lead-source-reset-button,
    .lead-source-submit-button {
        min-width: 99px;
        height: 40px;

        padding: 0 24px;

        display: inline-flex;
        align-items: center;
        justify-content: center;

        box-sizing: border-box;

        border-radius: 0;

        font-family: var(--srk-font, 'Plus Jakarta Sans', sans-serif);
        font-size: 11px;
        font-weight: 600;

        letter-spacing: .14em;
        text-transform: uppercase;

        text-decoration: none;

        cursor: pointer;

        transition:
            background .2s ease,
            border-color .2s ease,
            color .2s ease;
    }

    .lead-source-reset-button {
        border: 1px solid #ddd4c7;
        background: #ffffff;
        color: #68798f;
    }

    .lead-source-reset-button:hover {
        background: #faf8f4;
        border-color: #cfc5b5;
    }

    .lead-source-submit-button {
        border: 1px solid #db8618;
        background: #db8618;
        color: #ffffff;
    }

    .lead-source-submit-button:hover {
        background: #c9780d;
        border-color: #c9780d;
    }


    @media (max-width: 1100px) {

        .lead-source-form-card {
            padding: 27px 26px;
        }

        .lead-source-form-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            column-gap: 26px;
            row-gap: 24px;
        }

    }


    @media (max-width: 900px) {

        .lead-source-form-card {
            padding: 25px 22px;
        }

        .lead-source-form-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            column-gap: 22px;
            row-gap: 22px;
        }

        .lead-source-form-title {
            font-size: 17px;
        }

    }

    @media (max-width: 600px) {

        .lead-source-form-card {
            padding: 22px 18px;
        }

        .lead-source-form-title {
            font-size: 17px;
        }

        .lead-source-form-description {
            font-size: 11px;
            margin-bottom: 22px;
        }

        .lead-source-form-grid {
            grid-template-columns: 1fr;
            column-gap: 0;
            row-gap: 19px;
        }

        .lead-source-field--full {
            grid-column: auto;
        }

        .lead-source-field label {
            font-size: 11px;
            letter-spacing: .16em;
            margin-bottom: 7px;
        }

        .lead-source-field input[type="text"],
        .lead-source-field input[type="email"],
        .lead-source-field input[type="date"],
        .lead-source-field input[type="number"],
        .lead-source-field input[type="tel"],
        .lead-source-field select {
            height: 38px;
            font-size: 13px;
        }

        .lead-source-field input[type="file"] {
            min-height: 47px;
            padding: 9px 10px;
        }

        .lead-source-field textarea {
            min-height: 90px;
        }

        .lead-source-form-actions {
            width: 100%;
            flex-direction: column-reverse;
            align-items: stretch;
            gap: 10px;
            margin-top: 27px;
        }

        .lead-source-reset-button,
        .lead-source-submit-button {
            width: 100%;
            min-width: 0;
        }

    }

    @media (max-width: 380px) {
        .lead-source-form-card {
            padding: 20px 14px;
        }
        .lead-source-form-title {
            font-size: 16px;
        }
        .lead-source-form-description {
            font-size: 10.5px;
        }

    }

    .srk-table--brokers {
        width: 100%;
        background: #ffffff;
        border: 1px solid #e7dfd3;
        box-sizing: border-box;
    }

    .srk-table--brokers .srk-table__inner {
        width: 100%;
        box-sizing: border-box;
    }

    .srk-table--brokers .srk-thead,
    .srk-table--brokers .srk-trow {
        display: grid;
        grid-template-columns:
            45px
            285px
            364px
            185px
            244px
            minmax(220px, 1fr)
            30px;
        column-gap: 27px;
        padding-left: 22px;
        padding-right: 22px;
        box-sizing: border-box;
    }


    .srk-table--brokers .srk-thead {
        min-height: 43px;
        align-items: center;
        background: #fbfaf7;
        border-bottom: 1px solid #e7dfd3;
    }

    .srk-table--brokers .srk-th {
        min-width: 0;
        color: #667991;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: .14em;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .srk-table--brokers .srk-th--action {
        text-align: left;
    }

    .srk-table--brokers .srk-th--expand {
        width: 30px;
    }

    .srk-table--brokers .srk-trow {
        min-height: 91px;
        align-items: center;
        padding-top: 14px;
        padding-bottom: 14px;
        background: #ffffff;
        border-bottom: 1px solid #eee8dd;
        box-sizing: border-box;
        cursor: pointer;
        transition: background .15s ease;
    }

    .srk-table--brokers .srk-trow:hover {
        background: #fcfaf7;
    }

    .srk-table--brokers .srk-td {
        min-width: 0;
        color: #00132f;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 13px;
        line-height: 1.45;
        box-sizing: border-box;
    }

    .srk-table--brokers .srk-td__label {
        display: none;
    }


    .srk-table--brokers .srk-td__value {
        min-width: 0;
        color: #00132f;
        font-size: 13.5px;
        font-weight: 400;
        line-height: 1.45;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .srk-table--brokers .srk-td__value--bold {
        font-weight: 600;
    }

    .srk-table--brokers .srk-td__sub {
        margin-top: 2px;
        color: #8b98aa;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.45;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .srk-table--brokers .srk-td--action {
        display: flex;

        align-items: center;
        justify-content: flex-start;

        position: relative;
    }

    .srk-table--brokers .srk-actions {
        position: relative;
    }

    .srk-table--brokers .srk-actions__trigger {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background: #ffffff;
        border: 1px solid #e7dfd3;
        color: #718097;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 14px;
        line-height: 1;
        cursor: pointer;
    }

    .srk-table--brokers .srk-actions__trigger:hover {
        border-color: #d98818;
        color: #d98818;
        background: #ffffff;
    }


    .srk-table--brokers .srk-actions__menu {
        position: absolute;
        top: 34px;
        left: 0;
        z-index: 1000;
        width: 210px;
        padding: 5px 0;
        background: #ffffff;
        border: 1px solid #e7dfd3;
        box-shadow: 0 12px 30px rgba(0, 19, 47, .12);
    }

    .srk-table--brokers .srk-actions__item {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 10px 13px;
        background: transparent;
        border: 0;
        color: #00132f;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        text-decoration: none;
        text-align: left;
        cursor: pointer;
        box-sizing: border-box;
    }

    .srk-table--brokers .srk-actions__item:hover {
        background: #fbfaf7;
    }

    .srk-table--brokers .srk-actions__item--danger {
        color: #c0392b;
    }

    .srk-table--brokers .srk-actions__item--warning {
        color: #b47b00;
    }

    .srk-table--brokers .srk-actions__icon {
        width: 16px;
        flex: 0 0 16px;
        text-align: center;
    }

    .srk-table--brokers .srk-status {
        display: flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
        color: #697386;
        font-size: 12.5px;
        font-weight: 500;
        line-height: 1.4;
        white-space: nowrap;
    }

    .srk-table--brokers .srk-status__dot {
        width: 6px;
        height: 6px;
        min-width: 6px;
        display: inline-block;
        border-radius: 50%;
    }

    .srk-table--brokers .srk-chip--success {
        color: #4f7d4d;
    }

    .srk-table--brokers .srk-chip--success .srk-status__dot {
        background: #4f7d4d;
    }

    .srk-table--brokers .srk-chip--danger {
        color: #c0392b;
    }

    .srk-table--brokers .srk-chip--danger .srk-status__dot {
        background: #c0392b;
    }

    .srk-table--brokers .srk-chip--warning {
        color: #b47b00;
    }

    .srk-table--brokers .srk-chip--warning .srk-status__dot {
        background: #b47b00;
    }


    .srk-table--brokers .srk-chip--info {
        color: #2d6eb5;
    }

    .srk-table--brokers .srk-chip--info .srk-status__dot {
        background: #2d6eb5;
    }

    .srk-table--brokers .srk-chip--neutral {
        color: #697386;
    }

    .srk-table--brokers .srk-chip--neutral .srk-status__dot {
        background: #7c8797;
    }

    .srk-table--brokers .srk-td .srk-td__sub {
        color: #8b98aa;
    }

    .srk-table--brokers .srk-expand-trigger {
        width: 30px;
        color: #8290a3;
        font-size: 10px;
        line-height: 1;
        text-align: right;
    }

    .srk-table--brokers .srk-expand {
        padding: 20px 22px;
        background: #fbfaf7;
        border-bottom: 1px solid #e7dfd3;
    }

    .srk-table--brokers .srk-expand__grid {
        display: grid;
        grid-template-columns:
            repeat(4, minmax(180px, 1fr));
        gap: 20px 30px;
    }

    .srk-table--brokers .srk-expand__item {
        min-width: 0;
    }

    .srk-table--brokers .srk-expand__k {
        color: rgb(108, 119, 133);
        font-size: 10.5px;
        font-weight: 600;
        letter-spacing: .14em;
        text-transform: uppercase;
    }


    .srk-table--brokers .srk-expand__v {
        margin-top: 5px;
        color: #00132f;
        line-height: 1.5;
        overflow-wrap: anywhere;
    }

    .srk-table--brokers .srk-status--expand {
        margin-top: 5px;
    }

    .srk-table--brokers .srk-table__empty {
        padding: 40px 22px;
        color: #94a0b3;
        font-size: 13px;
        text-align: center;
    }

    .srk-table--brokers .srk-pager {
        min-height: 66px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding: 12px 22px;
        background: #ffffff;
        border-top: 1px solid #e7dfd3;
        box-sizing: border-box;
    }

    .srk-table--brokers .srk-pager__count {
        margin-left: 4px;
        color: #94a0b3;
        font-size: 12px;
    }


    @media (max-width: 1250px) {
        .srk-table--brokers .srk-thead,
        .srk-table--brokers .srk-trow {
            grid-template-columns:
                45px
                minmax(180px, 1.55fr)
                minmax(220px, 2.2fr)
                minmax(120px, 1.1fr)
                minmax(170px, 1.45fr)
                minmax(180px, 1.45fr)
                30px;
            column-gap: 20px;
        }

    }

    @media (max-width: 950px) {

        .srk-table--brokers .srk-thead,
        .srk-table--brokers .srk-trow {
            grid-template-columns:
                42px
                minmax(150px, 1.4fr)
                minmax(190px, 1.8fr)
                minmax(110px, 1fr)
                minmax(150px, 1.3fr)
                minmax(160px, 1.3fr)
                28px;
            column-gap: 14px;
            padding-left: 16px;
            padding-right: 16px;
        }
        .srk-table--brokers .srk-th {
            font-size: 9px;
        }
        .srk-table--brokers .srk-td {
            font-size: 12px;
        }
    }

    @media (max-width: 700px) {

        .srk-table--brokers .srk-thead {
            display: none;
        }

        .srk-table--brokers .srk-trow {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            gap: 0;
            min-height: 0;
            padding: 16px 48px 16px 16px;
            position: relative;
        }

        .srk-table--brokers .srk-trow > .srk-td {
            width: 100%;
            padding: 8px 0;
        }

        .srk-table--brokers .srk-trow > .srk-td--action {
            width: auto;
            padding: 0;
            position: absolute;
            top: 14px;
            right: 14px;
        }
        
        .srk-table--brokers .srk-td__label {
            display: block;
            margin-bottom: 3px;
            color: #9AA1B1;
            font-size: 9.5px;
            letter-spacing: .16em;
            text-transform: uppercase;
        }
        .srk-table--brokers .srk-td__value {
            white-space: normal;
        }
        .srk-table--brokers .srk-td__sub {
            white-space: normal;
        }
        .srk-table--brokers .srk-expand-trigger {
            display: none;
        }
        .srk-table--brokers .srk-expand {
            padding: 16px;
        }
        .srk-table--brokers .srk-expand__grid {
            grid-template-columns: 1fr;
        }
        .srk-table--brokers .srk-pager {
            padding: 12px 16px;
        }
    }

    @media (max-width: 450px) {
        .srk-table--brokers .srk-trow {
            padding-right: 48px;
        }
        .srk-table--brokers .srk-pager {
            flex-direction: column;
            align-items: flex-start;
        }
    }

    .srk-table--brokers .srk-pager {
        width: 100%;
        min-height: 66px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        padding: 15px 22px;
        box-sizing: border-box;
        background: #ffffff;
        border-top: 1px solid #e7dfd3;
    }


    .srk-table--brokers .srk-pager nav {
        display: flex;
        align-items: center;
    }

    .srk-table--brokers .srk-pager nav > div {
        display: flex;
        align-items: center;
    }

    .srk-table--brokers .srk-pager nav ul {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
    }


    .srk-table--brokers .srk-pager nav a,
    .srk-table--brokers .srk-pager nav span {
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border: 1px solid #ddd4c7;
        background: #ffffff;
        color: #6f7d91;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
        line-height: 1;
        transition:
            background .15s ease,
            color .15s ease,
            border-color .15s ease;
    }


    .srk-table--brokers .srk-pager nav a:hover {
        border-color: #d98818;
        color: #d98818;
        background: #ffffff;
    }


    .srk-table--brokers .srk-pager nav span[aria-current="page"] {
        width: 32px;
        height: 32px;
        background: #00132f;
        border-color: #00132f;
        color: #ffffff;
        font-weight: 600;
    }

    .srk-table--brokers .srk-pager nav span[aria-disabled="true"] {
        color: #c7cbd2;
        background: #ffffff;
        border-color: #e7dfd3;
        cursor: not-allowed;
    }


    .srk-table--brokers .srk-pager__count {
        margin-left: 4px;
        color: #94a0b3;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        white-space: nowrap;
    }


    @media (max-width: 600px) {

        .srk-table--brokers .srk-pager {
            min-height: 60px;
            padding: 12px 16px;
            gap: 8px;
        }

        .srk-table--brokers .srk-pager nav ul {
            gap: 6px;
        }

        .srk-table--brokers .srk-pager nav a,
        .srk-table--brokers .srk-pager nav span {
            width: 30px;
            height: 30px;

            font-size: 11px;
        }

        .srk-table--brokers .srk-pager__count {
            font-size: 11px;
        }

    }

    .srk-table--brokers .srk-td__value {
        color: #00132f;
        font-size: 13px;
        line-height: 1.45;
    }

    .srk-table--brokers .srk-td__value--bold {
        font-weight: 600;
    }

    .srk-table--brokers .srk-td__sub {
        margin-top: 2px;
        color: #8b98aa;
        font-size: 12px;
        line-height: 1.45;
    }

    .srk-table--brokers .srk-td__inline-label {
        font-weight: 400;
    }

    .srk-table--brokers .srk-td__value .srk-td__inline-label {
        color: #00132f;
        font-weight: 600;
    }

    .srk-table--brokers .srk-td__sub .srk-td__inline-label {
        color: #6f7484;
        font-weight: 400;
    }

    .srk-table--brokers .srk-td__link {
        color: inherit;
        text-decoration: none;
    }

    .srk-table--brokers .srk-broker-details__row {
        color: #6f7484;
        font-size: 12px;
        line-height: 1.45;
    }

    .srk-table--brokers .srk-broker-details__name {
        color: #00132f;
        font-size: 13px;
        font-weight: 600;
    }

    .srk-table--brokers .srk-broker-details__label {
        font-weight: 400;
    }

    .srk-toast {
        position: fixed;
        bottom: 24px;
        right: 24px;
        z-index: 200;

        background: var(--srk-navy);
        color: var(--srk-bone);

        display: flex;
        align-items: center;
        gap: 12px;

        padding: 15px 22px;

        box-shadow: 0 14px 40px rgba(0,19,47,.3);

        animation: srk-toast .25s ease;

        max-width: calc(100vw - 48px);
    }

    .srk-toast__dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;

        background: var(--srk-gold-light);

        flex-shrink: 0;
    }

    .srk-toast__text {
        font-family: var(--srk-font);
        font-size: 13px;
        font-weight: 500;
        line-height: 1.4;
        white-space: nowrap;
    }

    @media (max-width: 600px) {
        .srk-toast {
            left: 16px;
            right: 16px;
            bottom: 16px;
            max-width: none;
        }

        .srk-toast__text {
            white-space: normal;
            font-size: 12px;
        }
    }


    .srk-certificate-modal {
        position: fixed;
        inset: 0;
        z-index: 1500;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 22px;
        box-sizing: border-box;
    }

    .srk-certificate-modal__backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0, 19, 47, 0.55);
    }

    .srk-certificate-modal__card {
        position: relative;
        z-index: 1;
        width: 820px;
        max-width: calc(100vw - 44px);
        max-height: calc(100vh - 44px);
        overflow-y: auto;
        overflow-x: hidden;
        background: #ffffff;
        box-sizing: border-box;
        box-shadow: 0 22px 60px rgba(0, 19, 47, 0.24);
        animation: srk-pop .20s ease;
    }


    .srk-certificate-modal__head {
        min-height: 75px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 28px 0 30px;
        background: #00132f;
        box-sizing: border-box;
    }

    .srk-certificate-modal__title {
        color: #fbf7f6;
        font-family: var(--srk-font);
        font-size: 21px;
        font-weight: 700;
        line-height: 1.3;
    }

    .srk-certificate-modal__close {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        background: transparent;
        color: #aeb7c6;
        font-family: Arial, sans-serif;
        font-size: 27px;
        font-weight: 300;
        line-height: 1;
        cursor: pointer;
    }

    .srk-certificate-modal__close:hover {
        color: #ffffff;
    }


    .srk-certificate-modal__body {
        padding: 29px 30px 0;
        box-sizing: border-box;
    }


    .srk-certificate-modal__grid {
        display: grid;
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);
        column-gap: 28px;
        row-gap: 26px;
    }

    .srk-certificate-field {
        min-width: 0;
        width: 100%;
    }

    .srk-certificate-field--full {
        grid-column: 1 / -1;
    }

    .srk-certificate-field label {
        display: block;
        margin: 0 0 8px;
        color: #667991;
        font-family: var(--srk-font);
        font-size: 11.5px;
        font-weight: 600;
        letter-spacing: .18em;
        line-height: 1.35;
        text-transform: uppercase;
    }

    .srk-certificate-field label span {
        color: #c78b2b;
    }


    .srk-certificate-field input[type="date"],
    .srk-certificate-field select {
        width: 100%;
        height: 38px;

        box-sizing: border-box;

        padding: 0 4px;

        border: 0;
        border-bottom: 1px solid #ded5c7;
        border-radius: 0;

        background: transparent;

        color: #00132f;

        font-family: var(--srk-font);
        font-size: 15px;
        font-weight: 400;

        outline: none;

        appearance: auto;
    }

    .srk-certificate-field input[type="date"]:focus,
    .srk-certificate-field select:focus {
        border-bottom-color: #d98818;
    }

    .srk-certificate-field input[type="file"] {
        width: 100%;
        min-height: 45px;
        display: block;
        box-sizing: border-box;
        padding: 10px 12px;
        border: 1px dashed #cfc7b4;
        border-radius: 0;
        background: #fbf9f4;
        color: #6f7484;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 13px;
        cursor: pointer;
    }

    .srk-certificate-field input[type="file"]::file-selector-button {
        margin-right: 7px;
        padding: 3px 8px;
        border: 1px solid #888888;
        border-radius: 2px;
        background: #f5f5f5;
        color: #071b3a;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        cursor: pointer;
    }

    .srk-certificate-hint {
        margin-top: 7px;
        color: #9aa1b1;
        font-family: var(--srk-font);
        font-size: 11px;
        line-height: 1.4;
    }

    .srk-certificate-field textarea {
        width: 100%;
        min-height: 82px;
        box-sizing: border-box;
        padding: 7px 4px;
        border: 0;
        border-bottom: 1px solid #ded5c7;
        border-radius: 0;
        background: transparent;
        color: #00132f;
        font-family: var(--srk-font);
        font-size: 13px;
        line-height: 1.6;
        resize: vertical;
        outline: none;
    }

    .srk-certificate-field textarea::placeholder {
        color: #a0aabd;
        opacity: 1;
    }

    .srk-certificate-field textarea:focus {
        border-bottom-color: #d98818;
    }


    .srk-certificate-history {
        margin-top: 29px;
    }

    .srk-certificate-history__title {
        margin-bottom: 13px;

        color: #00132f;

        font-family: var(--srk-font);
        font-size: 18px;
        font-weight: 700;

        line-height: 1.3;
    }

    .srk-certificate-history__table {
        width: 100%;

        border: 1px solid #e7dfd3;

        box-sizing: border-box;

        overflow-x: auto;
    }

    .srk-certificate-history__thead,
    .srk-certificate-history__row {
        min-width: 730px;

        display: grid;
        grid-template-columns:
            42px
            95px
            130px
            130px
            90px
            130px
            minmax(95px, 1fr);

        column-gap: 10px;

        padding-left: 18px;
        padding-right: 18px;

        box-sizing: border-box;
    }

    .srk-certificate-history__thead {
        min-height: 54px;

        align-items: center;

        background: #fbfaf7;

        border-bottom: 1px solid #e7dfd3;

        color: #667991;

        font-family: var(--srk-font);
        font-size: 10.5px;
        font-weight: 600;

        letter-spacing: .14em;

        line-height: 1.2;

        text-transform: uppercase;
    }

    .srk-certificate-history__row {
        min-height: 48px;

        align-items: center;

        border-bottom: 1px solid #eee8dd;

        color: #667991;

        font-family: var(--srk-font);
        font-size: 12px;

        line-height: 1.4;
    }

    .srk-certificate-history__row:last-child {
        border-bottom: 0;
    }

    .srk-certificate-history__empty {
        min-height: 48px;

        display: flex;
        align-items: center;

        padding: 0 18px;

        color: #9aa1b1;

        font-size: 12px;
    }


    .srk-certificate-type {
        display: inline-flex;

        align-items: center;
        justify-content: center;

        min-width: 52px;
        min-height: 22px;

        padding: 0 8px;

        box-sizing: border-box;

        border: 1px solid #00132f;

        color: #00132f;

        font-size: 10px;
        font-weight: 600;

        letter-spacing: .08em;

        text-transform: uppercase;
    }


    .srk-certificate-view {
        color: #b47b00;

        text-decoration: underline;

        font-weight: 500;
    }

    .srk-certificate-view:hover {
        color: #8c6002;
    }


    .srk-certificate-status {
        display: flex;

        align-items: center;

        gap: 7px;

        white-space: nowrap;
    }

    .srk-certificate-status > span {
        width: 6px;
        height: 6px;

        min-width: 6px;

        border-radius: 50%;

        display: inline-block;
    }

    .srk-certificate-status--expired {
        color: #c0392b;
    }

    .srk-certificate-status--expired > span {
        background: #c0392b;
    }

    .srk-certificate-status--current {
        color: #4f7d4d;
    }

    .srk-certificate-status--current > span {
        background: #4f7d4d;
    }


    .srk-certificate-modal__footer {
        min-height: 77px;

        display: flex;

        align-items: center;
        justify-content: flex-end;

        gap: 14px;

        margin-top: 27px;

        padding: 17px 30px;

        box-sizing: border-box;

        border-top: 1px solid #eee8dd;
    }

    .srk-certificate-modal__close-btn,
    .srk-certificate-modal__save-btn {
        min-height: 42px;

        display: inline-flex;

        align-items: center;
        justify-content: center;

        padding: 0 25px;

        box-sizing: border-box;

        font-family: var(--srk-font);

        font-size: 11px;
        font-weight: 600;

        letter-spacing: .12em;

        text-transform: uppercase;

        cursor: pointer;
    }

    .srk-certificate-modal__close-btn {
        min-width: 105px;

        border: 1px solid #ddd4c7;

        background: #ffffff;

        color: #68798f;
    }

    .srk-certificate-modal__close-btn:hover {
        background: #faf8f4;
    }

    .srk-certificate-modal__save-btn {
        min-width: 205px;
        border: 1px solid #db8618;
        background: #db8618;
        color: #ffffff;
    }

    .srk-certificate-modal__save-btn:hover {
        background: #c9780d;
    }



    @media (max-width: 850px) {

        .srk-certificate-modal {
            padding: 14px;
        }

        .srk-certificate-modal__card {
            max-width: calc(100vw - 28px);
            max-height: calc(100vh - 28px);
        }

        .srk-certificate-modal__body {
            padding-left: 22px;
            padding-right: 22px;
        }

        .srk-certificate-modal__footer {
            padding-left: 22px;
            padding-right: 22px;
        }

    }

    @media (max-width: 650px) {

        .srk-certificate-modal__head {
            min-height: 64px;

            padding-left: 20px;
            padding-right: 18px;
        }

        .srk-certificate-modal__title {
            font-size: 17px;
        }

        .srk-certificate-modal__body {
            padding: 22px 18px 0;
        }

        .srk-certificate-modal__grid {
            grid-template-columns: 1fr;
            row-gap: 20px;
        }

        .srk-certificate-field--full {
            grid-column: auto;
        }

        .srk-certificate-history {
            margin-top: 23px;
        }

        .srk-certificate-modal__footer {
            padding: 15px 18px;

            flex-direction: column-reverse;
            align-items: stretch;
        }

        .srk-certificate-modal__close-btn,
        .srk-certificate-modal__save-btn {
            width: 100%;
            min-width: 0;
        }

    }

    .srk-certificate-modal__head {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 28px 0 30px;
        background-color: #00132f;
        background-image: url("/assets/bg-art.png");
        background-position: center center;
        overflow: hidden;
    }

    .srk-certificate-modal__title,
    .srk-certificate-modal__brand {
        position: relative;
        z-index: 1;
    }

    .srk-certificate-modal__title,
    .srk-certificate-modal__brand {
        position: relative;
        z-index: 1;
    }

    .srk-certificate-modal__title {
        color: #ffffff;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 21px;
        font-weight: 700;
        line-height: 1.3;
        white-space: nowrap;
    }

    .srk-certificate-modal__brand {
        display: flex;
        align-items: center;
        gap: 14px;
        flex-shrink: 0;
    }

    .srk-certificate-modal__logo {
        width: 170px;
        max-width: 170px;
        height: auto;
        max-height: 45px;
        object-fit: contain;
    }

    .srk-certificate-modal__close {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        background: transparent;
        color: #b7c0ce;
        font-size: 25px;
        font-weight: 300;
        line-height: 1;
        cursor: pointer;
    }

    .srk-certificate-history__uploaded {
        min-width: 0;
        display: flex;
        align-items: center;
        color: #667991;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        line-height: 1.4;
        white-space: nowrap;
    }


    .srk-certificate-status {
        width: 100%;
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 7px;
        color: #667991;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.3;
        white-space: nowrap;
        overflow: hidden;
    }

    .srk-certificate-status__dot {
        width: 6px;
        height: 6px;
        min-width: 6px;
        flex: 0 0 6px;
        display: block;
        border-radius: 50%;
    }

    .srk-certificate-status__text {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .srk-certificate-status--expired {
        color: #c0392b;
    }

    .srk-certificate-status--expired
    .srk-certificate-status__dot {
        background: #c0392b;
    }

    .srk-certificate-status--current {
        color: #4f7d4d;
    }

    .srk-certificate-status--current
    .srk-certificate-status__dot {
        background: #4f7d4d;
    }


    .srk-certificate-status--warning {
        color: #b47b00;
    }

    .srk-certificate-status--warning
    .srk-certificate-status__dot {
        background: #b47b00;
    }


    .srk-table--brokers .srk-expand {
        width: 100%;
        box-sizing: border-box;

        padding: 10px 24px 14px;

        background: #fbfaf7;

        border-top: 1px solid #e8e1d5;
        border-bottom: 1px solid #e8e1d5;
    }

    .srk-table--brokers .srk-expand__grid {
        display: grid;

        grid-template-columns:
            1.35fr
            1.35fr
            1.35fr
            1.35fr
            1.35fr
            1.35fr
            1.45fr;

        column-gap: 34px;
        row-gap: 14px;

        width: 100%;
    }

    .srk-table--brokers .srk-expand__item {
        min-width: 0;
    }



    .srk-table--brokers .srk-expand__v {
        min-width: 0;

        color: #00132f;

        font-family: "Plus Jakarta Sans", sans-serif;

        font-size: 14px;
        font-weight: 500;

        line-height: 1.45;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .srk-table--brokers .srk-expand__item:first-child .srk-expand__v {
        color: #b47b00;
        font-weight: 600;
        font-size : 14px;
        text-decoration: underline;
        cursor: pointer;
    }


    .srk-table--brokers .srk-expand__item
    .srk-status--expand {
        display: inline-flex;

        align-items: center;

        gap: 7px;

        min-width: 0;

        white-space: nowrap;
    }

    .srk-table--brokers .srk-expand__item
    .srk-status--expand .srk-status__dot {
        width: 6px;
        height: 6px;

        min-width: 6px;
        min-height: 6px;

        flex: 0 0 6px;

        border-radius: 50%;
    }


    @media (max-width: 1200px) {
        .srk-table--brokers .srk-expand__grid {
            grid-template-columns:
                repeat(4, minmax(0, 1fr));

            row-gap: 16px;
        }
    }

    @media (max-width: 800px) {

        .srk-table--brokers .srk-expand {
            padding-left: 16px;
            padding-right: 16px;
        }

        .srk-table--brokers .srk-expand__grid {
            grid-template-columns:
                repeat(2, minmax(0, 1fr));

            column-gap: 20px;
        }
    }

    @media (max-width: 520px) {

        .srk-table--brokers .srk-expand__grid {
            grid-template-columns: 1fr;
        }

        .srk-table--brokers .srk-expand__v {
            white-space: normal;
        }
    }

    /* =========================================================
    PROJECT MASTER
    ========================================================= */

    .srk-hint--error {
        color: var(--srk-danger);
    }


    /* =========================================================
    UNIT TYPES
    ========================================================= */

    .project-master__unit-types {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 6px;
    }

    .project-master__unit-type {
        position: relative;
        cursor: pointer;
    }

    .project-master__unit-type input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .project-master__unit-type span {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        min-width: 62px;
        min-height: 34px;

        padding: 0 12px;

        border: 1px solid var(--srk-underline);

        background: var(--srk-card);

        color: var(--srk-text-body);

        font-family: var(--srk-font);
        font-size: 12px;

        cursor: pointer;
    }

    .project-master__unit-type input:checked + span {
        background: var(--srk-navy);
        border-color: var(--srk-navy);
        color: var(--srk-bone);
    }


    .project-master__certificate-section {
        margin-top: 24px;
    }

    .project-master__certificate-inner {
        width: 100%;
    }

    .project-master__section-toolbar {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .project-master__section-toolbar .srk-collapse {
        flex: 1;
    }

    .project-master__certificate-body {
        padding-top: 18px;
    }

    .project-master__certificate-empty {
        padding: 4px 0 8px;

        color: var(--srk-muted);

        font-size: 12px;
    }


    .project-master__certificate-row {
        display: grid;
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr)
            auto;
        align-items: end;
        gap: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid var(--srk-divider);
    }

    .project-master__certificate-remove {
        display: flex;
        align-items: flex-end;
        padding-bottom: 1px;
    }

    @media (max-width: 900px) {

        .project-master__certificate-row {
            grid-template-columns:
                repeat(2, minmax(0, 1fr));
        }

        .project-master__certificate-remove {
            grid-column: 1 / -1;

            justify-content: flex-start;
        }

    }


    @media (max-width: 600px) {

        .project-master__section-toolbar {
            align-items: stretch;
            flex-direction: column;
        }

        .project-master__section-toolbar .srk-collapse {
            width: 100%;
        }

        .project-master__certificate-row {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .project-master__certificate-remove {
            grid-column: auto;
        }

    }

    .srk-file {
        width: 100%;
        box-sizing: border-box;
        border: 1px dashed var(--srk-dashed);
        background: var(--srk-tint);
        padding: 10px 12px;
        font-family: var(--srk-font);
        font-size: 14px;
        color: var(--srk-text-body);
        cursor: pointer;
    }

    .srk-file::file-selector-button {
        margin-right: 8px;
        padding: 6px 12px;
        border: 1px solid var(--srk-underline);
        border-radius: 0;
        background: var(--srk-card);
        color: var(--srk-text);
        font-family: var(--srk-font);
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
    }

    .srk-file::file-selector-button:hover {
        border-color: var(--srk-gold);
        color: var(--srk-gold);
    }

    .srk-section-head {
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: space-between;

        margin: 26px 0 18px;
        padding: 0 0 10px;

        border-bottom: 1px solid var(--srk-divider);

        color: var(--srk-text);

        font-family: var(--srk-font);
        font-size: 16px;
        font-weight: 600;

        line-height: 1.3;

        box-sizing: border-box;
    }

    .srk-section-head__toggle {
        width: 22px;
        height: 22px;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 0;

        border: 1px solid var(--srk-underline);
        background: var(--srk-card);

        color: var(--srk-label);

        font-family: var(--srk-font);
        font-size: 14px;
        font-weight: 500;

        line-height: 1;

        cursor: pointer;
    }

    .srk-section-head__toggle:hover {
        border-color: var(--srk-gold);
        color: var(--srk-gold);
    }

    .project-master__carpet-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 22px 24px;
        margin-top: 18px;
    }

    @media (max-width: 1000px) {
        .project-master__carpet-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 600px) {
        .project-master__carpet-grid {
            grid-template-columns: 1fr;
        }
    }

    .merge-unit-form__subhead {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;

        padding: 14px 0 10px;

        border-bottom: 1px solid var(--srk-divider);
    }

    .merge-unit-form__subhead-title {
        color: var(--srk-gold);

        font-size: 15px;
        font-weight: 700;
    }

    .merge-unit-form__subhead-note {
        color: var(--srk-muted);

        font-size: 11.5px;
    }

    .merge-unit-form__unit-grid {
        display: grid;

        grid-template-columns:
            repeat(4, minmax(0, 1fr));

        gap: 10px;

        padding: 14px 0 22px;
    }

    .merge-unit-form__unit {
        display: flex;
        align-items: center;

        gap: 9px;

        min-height: 40px;

        padding: 8px 12px;

        border: 1px solid var(--srk-divider);

        background: var(--srk-card);

        color: var(--srk-navy);

        font-size: 12px;

        cursor: pointer;

        box-sizing: border-box;
    }

    .merge-unit-form__unit input {
        width: 16px;
        height: 16px;

        margin: 0;

        accent-color: var(--srk-gold);

        flex-shrink: 0;
    }

    .merge-unit-form__unit--selected {
        border-color: var(--srk-gold);

        background: #fffaf2;
    }

    .merge-unit-form__unit-text {
        min-width: 0;
    }

    .merge-unit-form__unit-text small {
        color: var(--srk-muted);

        font-size: 11px;
    }

    .merge-unit-form__merged-grid {
        grid-template-columns:
            repeat(4, minmax(0, 1fr));
    }

    .merge-unit-form__pricing-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    @media (max-width: 1000px) {
        .merge-unit-form__unit-grid,
        .merge-unit-form__merged-grid {
            grid-template-columns:
                repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 700px) {
        .merge-unit-form__subhead {
            align-items: flex-start;
            flex-direction: column;
        }
        .merge-unit-form__unit-grid,
        .merge-unit-form__merged-grid,
        .merge-unit-form__pricing-grid {
            grid-template-columns: 1fr;
        }
    }

    .merge-unit-form__subhead {
        display: flex;
        align-items: center;
        justify-content: space-between;

        gap: 20px;

        padding: 14px 0 10px;

        border-bottom: 1px solid var(--srk-divider);
    }

    .merge-unit-form__subhead-title {
        color: var(--srk-gold);

        font-size: 15px;
        font-weight: 700;
    }

    .merge-unit-form__subhead-note {
        color: #4f7d4d;

        font-size: 11.5px;
        font-weight: 500;

        white-space: nowrap;
    }


    .merge-unit-form__unit-grid {
        display: grid;

        grid-template-columns:
            repeat(4, minmax(0, 1fr));

        gap: 10px;

        padding: 14px 0 22px;
    }


    .merge-unit-form__unit {
        display: flex;
        align-items: center;

        gap: 9px;

        min-height: 40px;

        padding: 8px 12px;

        border: 1px solid var(--srk-divider);

        background: var(--srk-card);

        color: var(--srk-navy);

        font-size: 12px;

        cursor: pointer;

        transition:
            border-color .15s ease,
            background-color .15s ease;
    }


    .merge-unit-form__unit:hover {
        border-color: var(--srk-gold);
    }


    .merge-unit-form__unit--selected {
        border: 2px solid var(--srk-navy);

        background: #fffaf2;
    }


    .merge-unit-form__unit input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }


    .merge-unit-form__unit-check {
        width: 18px;
        height: 18px;

        min-width: 18px;

        display: flex;
        align-items: center;
        justify-content: center;

        border: 1px solid var(--srk-underline);

        background: #fff;

        box-sizing: border-box;
    }


    .merge-unit-form__unit--selected
    .merge-unit-form__unit-check {
        border-color: var(--srk-navy);

        background: var(--srk-navy);
    }


    .merge-unit-form__unit--selected
    .merge-unit-form__unit-check::after {
        content: "✓";

        color: #fff;

        font-size: 12px;
        font-weight: 700;

        line-height: 1;
    }


    .merge-unit-form__unit-text {
        min-width: 0;

        color: var(--srk-navy);

        white-space: nowrap;
    }


    .merge-unit-form__unit-text small {
        color: var(--srk-muted);

        font-size: 11px;
    }

    .parking-map-card {
        width: 100%;
        box-sizing: border-box;
    }

    .parking-map-card__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
    }

    .parking-map-card__total {
        color: var(--srk-muted);
        font-size: 13px;
    }


    /* FILTERS */

    .parking-map-filters {
        margin-bottom: 20px;
    }


    /* STATS */

    .parking-map-stats {
        margin-bottom: 24px;
    }

    .srk-stat__v--navy {
        color: var(--srk-navy);
    }

    .srk-stat__v--success {
        color: var(--srk-success);
    }

    .srk-stat__v--warning {
        color: var(--srk-warning);
    }

    .srk-stat__v--danger {
        color: var(--srk-danger);
    }


    .parking-floor-summary {
        display: grid;

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 16px;

        margin-bottom: 30px;
    }

    .parking-floor-card {
        display: block;

        padding: 22px;

        border: 1px solid var(--srk-underline);

        background: var(--srk-card);

        text-decoration: none;

        transition:
            border-color .15s ease,
            box-shadow .15s ease;

        box-sizing: border-box;
    }

    .parking-floor-card:hover {
        border-color: var(--srk-gold);

        box-shadow:
            0 3px 10px rgba(0, 19, 47, .05);
    }

    .parking-floor-card__head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;

        gap: 14px;
    }

    .parking-floor-card__title {
        color: var(--srk-navy);

        font-size: 15px;
        font-weight: 700;
    }

    .parking-floor-card__subtitle {
        margin-top: 5px;

        color: var(--srk-muted);

        font-size: 11.5px;
    }

    .parking-floor-card__created {
        display: flex;
        align-items: baseline;
        gap: 5px;

        color: var(--srk-navy);

        white-space: nowrap;
    }

    .parking-floor-card__created strong {
        font-size: 22px;
    }

    .parking-floor-card__created span {
        color: var(--srk-muted);

        font-size: 10px;
        font-weight: 600;

        letter-spacing: .12em;
    }


    .parking-floor-card__bar {
        display: flex;

        height: 6px;

        margin: 14px 0 18px;

        overflow: hidden;

        background: var(--srk-divider);
    }

    .parking-floor-card__bar-segment {
        display: block;

        height: 100%;
    }

    .parking-floor-card__bar-segment--navy {
        background: var(--srk-navy);
    }

    .parking-floor-card__bar-segment--warning {
        background: var(--srk-warning);
    }

    .parking-floor-card__bar-segment--danger {
        background: var(--srk-danger);
    }

    .parking-floor-card__bar-segment--success {
        background: var(--srk-success);
    }


    .parking-floor-card__stats {
        display: grid;

        grid-template-columns:
            1fr 1fr;

        column-gap: 20px;
        row-gap: 10px;
    }

    .parking-floor-card__stats > div {
        display: flex;
        justify-content: space-between;

        gap: 10px;

        font-size: 11.5px;
    }

    .parking-floor-card__stats span {
        color: var(--srk-muted);
    }

    .parking-floor-card__stats strong {
        color: var(--srk-navy);
    }

    .parking-floor-card__pending {
        color: var(--srk-danger) !important;
    }

    .parking-floor-card__focus {
        margin-top: 16px;

        color: var(--srk-muted);

        font-size: 10.5px;
        font-weight: 600;

        letter-spacing: .05em;
    }


    .parking-slot-map__head {
        display: flex;

        align-items: flex-end;
        justify-content: space-between;

        gap: 30px;

        margin-bottom: 18px;
    }

    .parking-slot-map__title {
        color: var(--srk-gold);

        font-size: 16px;
        font-weight: 700;
    }

    .parking-slot-map__legend {
        display: flex;
        flex-wrap: wrap;

        gap: 18px;

        margin-top: 14px;
    }

    .parking-slot-map__legend span {
        display: inline-flex;
        align-items: center;

        gap: 7px;

        color: var(--srk-muted);

        font-size: 12px;
    }

    .parking-slot-map__dot {
        width: 13px;
        height: 13px;

        display: inline-block;

        box-sizing: border-box;
    }

    .parking-slot-map__dot--success {
        background: var(--srk-success);
    }

    .parking-slot-map__dot--navy {
        background: var(--srk-navy);
    }

    .parking-slot-map__dot--warning {
        background: var(--srk-warning);
    }

    .parking-slot-map__dot--danger {
        background: var(--srk-danger);
    }

    .parking-slot-map__dot--pending {
        border: 1px dashed var(--srk-dashed);
        background: transparent;
    }

    .parking-slot-map__note {
        max-width: 500px;

        color: var(--srk-muted);

        font-size: 11.5px;

        line-height: 1.5;

        text-align: right;
    }

    .parking-level {
        margin-top: 18px;

        border: 1px solid var(--srk-underline);
    }

    .parking-level__head {
        display: flex;

        align-items: center;
        justify-content: space-between;

        gap: 20px;

        min-height: 46px;

        padding: 0 18px;

        background: #fbfaf7;

        border-bottom: 1px solid var(--srk-divider);
    }

    .parking-level__title {
        color: var(--srk-navy);

        font-size: 13px;
        font-weight: 700;
    }

    .parking-level__arrow {
        margin-right: 8px;

        color: var(--srk-muted);

        font-size: 9px;
    }

    .parking-level__counts {
        display: flex;
        align-items: center;

        gap: 12px;
    }

    .parking-level__count {
        position: relative;

        padding-left: 12px;

        font-size: 11px;
    }

    .parking-level__count::before {
        content: "";

        position: absolute;

        left: 0;
        top: 50%;

        width: 7px;
        height: 7px;

        transform: translateY(-50%);
    }

    .parking-level__count--navy::before {
        background: var(--srk-navy);
    }

    .parking-level__count--success::before {
        background: var(--srk-success);
    }

    .parking-slot-row {
        display: flex;

        flex-wrap: wrap;

        gap: 8px;

        padding: 18px;
    }

    .parking-slot {
        width: 58px;
        height: 44px;

        display: flex;

        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 1px;

        color: var(--srk-bone);

        font-size: 10.5px;
        font-weight: 600;

        line-height: 1;

        text-decoration: none;

        box-sizing: border-box;
    }

    .parking-slot__code {
        display: block;
    }

    .parking-slot__type {
        font-size: 8px;

        opacity: .78;
    }

    .parking-slot--success {
        background: var(--srk-success);
    }

    .parking-slot--navy {
        background: var(--srk-navy);
    }

    .parking-slot--warning {
        background: var(--srk-warning);
    }

    .parking-slot--danger {
        background: var(--srk-danger);
    }

    .parking-slot--neutral {
        background: var(--srk-muted);
    }

    .parking-slot--pending {
        border: 1px dashed var(--srk-dashed);
        background: transparent;
        color: var(--srk-muted);
        font-size: 16px;
    }

    @media (max-width: 1100px) {

        .parking-floor-summary {
            grid-template-columns:
                repeat(2, minmax(0, 1fr));
        }

    }

    @media (max-width: 800px) {
        .parking-map-card__head,
        .parking-slot-map__head {
            align-items: flex-start;

            flex-direction: column;
        }
        .parking-slot-map__note {
            max-width: none;

            text-align: left;
        }
    }

    @media (max-width: 600px) {
        .parking-floor-summary {
            grid-template-columns: 1fr;
        }
        .parking-floor-card {
            padding: 18px;
        }
        .parking-level__head {
            align-items: flex-start;

            flex-direction: column;

            padding-top: 12px;
            padding-bottom: 12px;
        }
        .parking-slot-row {
            gap: 6px;

            padding: 12px;
        }
        .parking-slot {
            width: 52px;
            height: 40px;
        }
    }


    .srk-actions-group {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }


    .unit-map-filters-grid {
        grid-template-columns:
            repeat(6, minmax(0, 1fr));
    }


    .unit-map-stats {
        margin-bottom: 24px;
    }


    .unit-value--blue {
        color: var(--srk-navy) !important;
    }

    .unit-value--green {
        color: var(--srk-success) !important;
    }

    .unit-value--gold {
        color: var(--srk-warning) !important;
    }

    .unit-value--red {
        color: var(--srk-danger) !important;
    }


    .unit-map {
        margin-top: 18px;

        border: 1px solid var(--srk-divider);

        background: var(--srk-card);
    }

    .unit-map__body {
        padding-top: 10px;
    }

    .unit-map__empty {
        padding: 50px 20px;

        color: var(--srk-muted);

        font-size: 12px;

        text-align: center;
    }


    /* MAP HEADER */

    .unit-map-header {
        display: flex;
        align-items: center;
        justify-content: space-between;

        gap: 20px;

        padding: 14px 16px;

        border-bottom: 1px solid var(--srk-divider);
    }

    .unit-map-title {
        color: var(--srk-navy);

        font-size: 16px;
        font-weight: 700;
    }

    .unit-map-note {
        max-width: 520px;

        color: var(--srk-muted);

        font-size: 11px;

        line-height: 1.5;

        text-align: right;
    }


    /* LEGEND */

    .unit-legend {
        display: flex;
        align-items: center;

        gap: 18px;

        flex-wrap: wrap;

        padding: 10px 16px;

        border-bottom: 1px solid var(--srk-divider);
    }

    .unit-legend-item {
        display: inline-flex;
        align-items: center;

        gap: 7px;

        color: var(--srk-muted);

        font-size: 11px;
    }

    .legend-box {
        width: 13px;
        height: 13px;

        display: inline-block;
    }

    .legend-available {
        background: var(--srk-success);
    }

    .legend-booked {
        background: var(--srk-navy);
    }

    .legend-reserved {
        background: var(--srk-warning);
    }

    .legend-blocked {
        background: var(--srk-danger);
    }

    .legend-pending {
        border: 1px dashed var(--srk-dashed);

        background: transparent;
    }


    .unit-floor-row {
        margin: 0 12px 18px;

        border: 1px solid var(--srk-divider);

        background: var(--srk-card);
    }

    .unit-floor-header {
        min-height: 44px;

        padding: 0 14px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        gap: 15px;

        border-bottom: 1px solid var(--srk-divider);

        background: #fbfaf7;
    }

    .unit-floor-title {
        color: var(--srk-navy);

        font-size: 13px;
        font-weight: 700;
    }

    .unit-floor-arrow {
        margin-right: 7px;

        color: var(--srk-muted);

        font-size: 9px;
    }

    .unit-floor-count {
        color: var(--srk-muted);

        font-size: 11px;
    }


    .unit-floor-body {
        display: flex;
        flex-wrap: wrap;

        gap: 8px;

        min-height: 64px;

        padding: 16px;
    }

    .unit-box {
        width: 54px;
        height: 46px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 2px;

        border: 0;

        color: #fff;

        font-family: var(--srk-font);

        font-size: 10px;
        font-weight: 700;

        line-height: 1;

        text-decoration: none;

        cursor: pointer;

        box-sizing: border-box;
    }

    .unit-box span {
        display: block;
    }

    .unit-box small {
        display: block;

        font-size: 8px;

        opacity: .82;
    }

    .unit-box--available {
        background: var(--srk-success);
    }

    .unit-box--booked {
        background: #2d73ba;
    }

    .unit-box--reserved {
        background: var(--srk-warning);
    }

    .unit-box--blocked {
        background: var(--srk-danger);
    }

    .unit-box--sold {
        background: var(--srk-navy);
    }

    .unit-box--pending {
        border: 1px dashed var(--srk-dashed);

        background: transparent;

        color: var(--srk-muted);
    }


    @media (max-width: 1100px) {

        .unit-map-filters-grid {
            grid-template-columns:
                repeat(3, minmax(0, 1fr));
        }

        .parking-floor-summary {
            grid-template-columns:
                repeat(2, minmax(0, 1fr));
        }

    }

    @media (max-width: 800px) {

        .unit-map-header {
            align-items: flex-start;
            flex-direction: column;
        }

        .unit-map-note {
            max-width: none;
            text-align: left;
        }

    }

    @media (max-width: 700px) {

        .unit-map-filters-grid {
            grid-template-columns:
                repeat(2, minmax(0, 1fr));
        }

        .parking-floor-summary {
            grid-template-columns: 1fr;
        }

        .unit-floor-header {
            align-items: flex-start;
            flex-direction: column;

            padding-top: 11px;
            padding-bottom: 11px;
        }

    }

    @media (max-width: 500px) {

        .unit-map-filters-grid {
            grid-template-columns: 1fr;
        }

        .unit-box {
            width: 50px;
            height: 43px;
        }

    }

    /* =========================================================
    COMMON ACTION GROUP
    ========================================================= */

    .srk-actions-group {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }


    /* =========================================================
    FLOOR MAP
    ========================================================= */

    .floor-map-card {
        width: 100%;
        box-sizing: border-box;
    }

    .floor-map__filters-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .floor-map__stats {
        margin-top: 18px;
    }

    .srk-stat__v--warning {
        color: var(--srk-gold);
    }


    /* =========================================================
    EMPTY STATE
    ========================================================= */

    .floor-map__empty {
        margin-top: 18px;

        padding: 40px 20px;

        text-align: center;

        color: var(--srk-muted);

        font-size: 12px;
    }

    .floor-map__tower-summary {
        margin-top: 18px;

        padding: 0;

        overflow: hidden;
    }

    .floor-map__tower-summary-head,
    .floor-map__tower-summary-row {
        display: grid;

        grid-template-columns:
            2fr
            repeat(7, minmax(0, 1fr));

        gap: 0;

        align-items: center;
    }

    .floor-map__tower-summary-head {
        padding: 10px 14px;
        border-bottom: 1px solid var(--srk-divider);
        color: rgb(90, 98, 116);
        font-size: 10.5px;
        text-transform: uppercase;
        letter-spacing: .04em;
        font-weight: 600;
    }

    .floor-map__tower-summary-row {
        padding: 12px 14px;

        color: var(--srk-text);

        font-size: 14.5px;
    }

    .floor-map__tower-name {
        font-weight: 600;
    }


    .floor-map {
        margin-top: 18px;

        padding: 18px;

        box-sizing: border-box;
    }



    .floor-map__header {
        display: flex;

        align-items: center;
        justify-content: space-between;

        gap: 20px;

        flex-wrap: wrap;
    }

    .floor-map__title {
        color: var(--srk-text);

        font-size: 16px;
        font-weight: 700;
    }

    .floor-map__note {
        max-width: 420px;

        color: var(--srk-muted);

        font-size: 14px;

        line-height: 1.5;
    }


    .floor-map__legend {
        display: flex;

        flex-wrap: wrap;

        align-items: center;

        gap: 18px;

        margin-top: 12px;

        padding-bottom: 12px;

        border-bottom: 1px solid var(--srk-divider);
    }

    .floor-map__legend-item {
        display: inline-flex;

        align-items: center;

        gap: 6px;

        color: var(--srk-muted);

        font-size: 14px;
    }

    .floor-map__legend-box {
        width: 9px;
        height: 9px;

        display: inline-block;

        box-sizing: border-box;
    }

    .floor-map__legend-box--residential {
        background: var(--srk-navy);
    }

    .floor-map__legend-box--commercial {
        background: var(--srk-success);
    }

    .floor-map__legend-box--parking {
        background: var(--srk-gold);
    }

    .floor-map__legend-box--amenity {
        background: var(--srk-amenity);
    }

    .floor-map__legend-box--pending {
        border: 1px dashed var(--srk-dashed);
        background: transparent;
    }


    .floor-map__tags {
        margin-top: 10px;
        color: var(--srk-muted);
        font-size: 14px;
    }


    .floor-map__tower-title {
        display: flex;

        align-items: center;
        justify-content: space-between;

        gap: 20px;

        margin-top: 14px;

        padding-bottom: 8px;

        color: var(--srk-text);

        font-size: 14px;

        font-weight: 600;
    }

    .floor-map__tower-meta {
        color: var(--srk-muted);

        font-weight: 400;
    }


    .floor-map__rows {
        margin-top: 6px;
    }

    .floor-map__floor {
        min-height: 38px;

        display: flex;

        align-items: center;
        justify-content: space-between;

        gap: 10px;

        margin-bottom: 4px;

        padding: 7px 12px;

        box-sizing: border-box;

        text-decoration: none;

        font-family: var(--srk-font);

        transition:
            opacity .15s ease,
            filter .15s ease;
    }


    .floor-map__floor--navy {
        background: var(--srk-navy);
        color: var(--srk-bone);
    }

    .floor-map__floor--success {
        background: var(--srk-success);
        color: var(--srk-bone);
    }

    .floor-map__floor--gold {
        background: var(--srk-gold);
        color: var(--srk-navy);
    }

    .floor-map__floor--amenity {
        background: var(--srk-amenity);
        color: var(--srk-bone);
    }


    .floor-map__floor--dim {
        opacity: .25;
    }

    .floor-map__floor-main {
        min-width: 0;
    }

    .floor-map__floor-title {
        font-size: 14px;
        font-weight: 700;
    }

    .floor-map__floor-units {
        margin-top: 2px;

        font-size: 9px;

        opacity: .75;
    }

    .floor-map__floor-area {
        flex-shrink: 0;

        font-size: 9px;

        opacity: .8;
    }

    .floor-map__floor--pending {
        min-height: 38px;

        border: 1px dashed var(--srk-dashed);

        color: var(--srk-muted);

        background: transparent;

        font-size: 10px;
    }

    .floor-map__add-floor {
        min-height: 34px;

        display: flex;

        align-items: center;
        justify-content: center;

        border: 1px dashed var(--srk-dashed);

        background: transparent;

        color: var(--srk-muted);

        text-decoration: none;

        font-size: 10px;
    }

    .floor-map__add-floor:hover {
        border-color: var(--srk-gold);

        color: var(--srk-gold);
    }

    @media (max-width: 1000px) {

        .floor-map__tower-summary {
            overflow-x: auto;
        }

        .floor-map__tower-summary-head,
        .floor-map__tower-summary-row {
            min-width: 850px;
        }

        .floor-map__filters-grid {
            grid-template-columns:
                repeat(2, minmax(0, 1fr));
        }

    }


    @media (max-width: 650px) {

        .floor-map__filters-grid {
            grid-template-columns: 1fr;
        }

        .floor-map__tower-title {
            align-items: flex-start;

            flex-direction: column;
        }

        .floor-map__floor {
            align-items: flex-start;

            flex-direction: column;

            gap: 4px;
        }

        .floor-map__floor-area {
            font-size: 8.5px;
        }

    }

    .srk-table--towers {
        width: 100%;
        max-width: 100%;
        border: 1px solid #e7dfd3;
        background: #fff;
        box-sizing: border-box;
    }

    .srk-table--towers .srk-table__inner {
        width: 100%;
        max-height: 620px;

        overflow-y: auto;
        overflow-x: auto;

        box-sizing: border-box;

        scrollbar-width: thin;
        scrollbar-color: #cfc7b8 #f7f4ef;
    }

    .srk-table--towers .srk-table__inner::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    .srk-table--towers .srk-table__inner::-webkit-scrollbar-track {
        background: #f7f4ef;
    }

    .srk-table--towers .srk-table__inner::-webkit-scrollbar-thumb {
        background: #cfc7b8;
    }


    .srk-table--towers .srk-thead,
    .srk-table--towers .srk-trow {
        display: grid;

        grid-template-columns:
            34px
            46px
            78px
            minmax(145px, 1.35fr)
            minmax(115px, 1.05fr)
            minmax(95px, .90fr)
            minmax(145px, 1.20fr)
            minmax(85px, .80fr)
            78px
            105px
            108px
            minmax(120px, 1.05fr)
            22px;

        column-gap: 10px;

        width: 100%;

        padding-left: 18px;
        padding-right: 10px;

        box-sizing: border-box;
    }



    .srk-table--towers .srk-thead {
        position: sticky;
        top: 0;

        z-index: 30;

        min-height: 56px;

        align-items: center;

        background: #fbfaf7;

        border-bottom: 1px solid #e7dfd3;
    }



    .srk-table--towers .srk-th--select {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .srk-table--towers .srk-th--select input {
        width: 14px;
        height: 14px;

        margin: 0;
    }


    .srk-table--towers .srk-th--action {
        white-space: nowrap;
    }


    .srk-table--towers .srk-trow {
        min-height: 74px;

        align-items: center;

        padding-top: 10px;
        padding-bottom: 10px;

        background: #fff;

        border-bottom: 1px solid #e7dfd3;
    }

    .srk-table--towers .srk-trow:hover {
        background: #fcfaf7;
    }



    .srk-table--towers .srk-td {
        min-width: 0;

        box-sizing: border-box;

        color: #00132f;

        font-family: "Plus Jakarta Sans", sans-serif;

        font-size: 12.5px;

        line-height: 1.35;
    }

    .srk-table--towers .srk-td__label {
        display: none;
    }

    .srk-table--towers .srk-td__value {
        min-width: 0;

        color: #00132f;

        font-size: 12.5px;

        line-height: 1.35;

        white-space: nowrap;

        overflow: hidden;

        text-overflow: ellipsis;
    }

    .srk-table--towers .srk-td__value--bold {
        font-weight: 600;
    }

    .srk-table--towers .srk-td__sub {
        margin-top: 2px;

        color: #8b98aa;

        font-size: 11px;

        line-height: 1.35;

        white-space: nowrap;

        overflow: hidden;

        text-overflow: ellipsis;
    }



    .srk-table--towers .srk-td__link {
        color: #b87900;

        font-weight: 600;

        text-decoration: underline;
    }



    .srk-table--towers .srk-td--select {
        display: flex;

        align-items: center;
        justify-content: center;
    }

    .srk-table--towers .srk-td--select input {
        width: 14px;
        height: 14px;

        margin: 0;
    }

    .srk-table--towers .srk-td--action {
        position: relative;

        display: flex;

        align-items: center;
        justify-content: flex-start;
    }

    .srk-table--towers .srk-actions {
        position: relative;
    }

    .srk-table--towers .srk-actions__trigger {
        width: 30px;
        height: 30px;

        display: flex;

        align-items: center;
        justify-content: center;

        padding: 0;

        border: 1px solid #e5dccf;

        background: #fff;

        color: #77869a;

        font-size: 14px;

        cursor: pointer;
    }

    .srk-table--towers .srk-actions__trigger:hover {
        border-color: #d88916;
        color: #d88916;
    }


    .srk-table--towers .srk-actions__menu {
        position: absolute;

        top: 34px;
        left: 0;

        z-index: 1000;

        width: 205px;

        background: #fff;

        border: 1px solid #e7dfd3;

        box-shadow: 0 10px 28px rgba(0, 19, 47, .12);
    }

    .srk-table--towers .srk-actions__item {
        width: 100%;

        display: flex;

        align-items: center;

        gap: 9px;

        padding: 10px 13px;

        border: 0;

        background: #fff;

        color: #00132f;

        font-size: 13px;

        text-align: left;

        cursor: pointer;
    }

    .srk-table--towers .srk-actions__item:hover {
        background: #fbfaf7;
    }

    .srk-table--towers .srk-actions__item--warning {
        color: #b47b00;
    }

    .srk-table--towers .srk-actions__item--danger {
        color: #c0392b;
    }

    .srk-table--towers .srk-actions__icon {
        width: 16px;
        min-width: 16px;

        text-align: center;
    }

    .srk-table--towers .srk-status {
        display: inline-flex;

        align-items: center;

        gap: 6px;

        white-space: nowrap;

        font-size: 12px;
    }

    .srk-table--towers .srk-status__dot {
        width: 6px;
        height: 6px;

        min-width: 6px;

        display: inline-block;

        border-radius: 50%;
    }

    .srk-table--towers .srk-td--num {
        white-space: nowrap;
    }

    .srk-table--towers .srk-expand {
        padding: 16px 20px;

        background: #fbfaf7;

        border-bottom: 1px solid #e7dfd3;
    }

    .srk-table--towers .srk-expand__grid {
        display: grid;

        grid-template-columns:
            repeat(5, minmax(0, 1fr));

        gap: 18px 22px;
    }


    .srk-table--towers .srk-pager {
        min-height: 64px;

        display: flex;

        align-items: center;

        padding: 14px 20px;

        background: #fff;

        border-top: 0;
    }

    @media (min-width: 1200px) {

        .srk-table--towers .srk-table__inner {
            overflow-x: hidden;
        }

    }

    @media (max-width: 1199px) {

        .srk-table--towers .srk-table__inner {
            overflow-x: auto;
        }

        .srk-table--towers .srk-thead,
        .srk-table--towers .srk-trow {
            min-width: 1320px;
        }

    }

    @media (max-width: 700px) {

        .srk-table--towers .srk-table__inner {
            max-height: 560px;
        }

        .srk-table--towers .srk-thead,
        .srk-table--towers .srk-trow {
            min-width: 1320px;
        }

    }

    /* =========================================================
    SRK LISTING - COMMON
    ========================================================= */

    .srk-table {
        width: 100%;
        max-width: 100%;

        border: 1px solid #e7dfd3;

        background: #ffffff;

        box-sizing: border-box;

        font-family:
            "Plus Jakarta Sans",
            sans-serif;
    }


    /* =========================================================
    SCROLL AREA
    ========================================================= */

    .srk-table__inner {
        width: 100%;

        /*
        * Small lists:
        * natural height.
        *
        * Large lists:
        * vertical scroll appears automatically.
        */
        max-height: 620px;

        overflow-x: auto;
        overflow-y: auto;

        box-sizing: border-box;

        scrollbar-width: thin;

        scrollbar-color:
            #cfc7b8
            #f7f4ef;
    }


    /* WebKit scrollbar */

    .srk-table__inner::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .srk-table__inner::-webkit-scrollbar-track {
        background: #f7f4ef;
    }

    .srk-table__inner::-webkit-scrollbar-thumb {
        background: #cfc7b8;
    }

    .srk-table__inner::-webkit-scrollbar-thumb:hover {
        background: #b8ae9f;
    }


    /* =========================================================
    COMMON GRID
    ========================================================= */

    .srk-table .srk-thead,
    .srk-table .srk-trow {
        display: grid;

        align-items: center;

        width: max-content;

        min-width: 100%;

        box-sizing: border-box;

        column-gap: 0;

        padding-left: 20px;
        padding-right: 12px;
    }


    /* =========================================================
    NON-SELECTABLE LISTINGS
    =========================================================

    ACTION = 100px
    DATA COLUMNS = 200px each
    EXPAND = 24px

    ========================================================= */


    /* 1 DATA COLUMN */

    .srk-table:not(.srk-table--selectable) .srk-table__inner {
        min-width: 100%;
    }

    .srk-table--cols-1:not(.srk-table--selectable) .srk-thead,
    .srk-table--cols-1:not(.srk-table--selectable) .srk-trow {
        grid-template-columns:
            100px
            200px
            24px;
    }


    /* 2 */

    .srk-table--cols-2:not(.srk-table--selectable) .srk-thead,
    .srk-table--cols-2:not(.srk-table--selectable) .srk-trow {
        grid-template-columns:
            100px
            200px
            200px
            24px;
    }


    /* 3 */

    .srk-table--cols-3:not(.srk-table--selectable) .srk-thead,
    .srk-table--cols-3:not(.srk-table--selectable) .srk-trow {
        grid-template-columns:
            100px
            200px
            200px
            200px
            24px;
    }


    /* 4 */

    .srk-table--cols-4:not(.srk-table--selectable) .srk-thead,
    .srk-table--cols-4:not(.srk-table--selectable) .srk-trow {
        grid-template-columns:
            100px
            200px
            200px
            200px
            200px
            24px;
    }


    /* 5 */

    .srk-table--cols-5:not(.srk-table--selectable) .srk-thead,
    .srk-table--cols-5:not(.srk-table--selectable) .srk-trow {
        grid-template-columns:
            100px
            200px
            200px
            200px
            200px
            200px
            24px;
    }


    /* 6 */

    .srk-table--cols-6:not(.srk-table--selectable) .srk-thead,
    .srk-table--cols-6:not(.srk-table--selectable) .srk-trow {
        grid-template-columns:
            100px
            200px
            200px
            200px
            200px
            200px
            200px
            24px;
    }


    /* 7 */

    .srk-table--cols-7:not(.srk-table--selectable) .srk-thead,
    .srk-table--cols-7:not(.srk-table--selectable) .srk-trow {
        grid-template-columns:
            100px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            24px;
    }


    /* 8 */

    .srk-table--cols-8:not(.srk-table--selectable) .srk-thead,
    .srk-table--cols-8:not(.srk-table--selectable) .srk-trow {
        grid-template-columns:
            100px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            24px;
    }


    /* 9 */

    .srk-table--cols-9:not(.srk-table--selectable) .srk-thead,
    .srk-table--cols-9:not(.srk-table--selectable) .srk-trow {
        grid-template-columns:
            100px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            24px;
    }


    /* 10 */

    .srk-table--cols-10:not(.srk-table--selectable) .srk-thead,
    .srk-table--cols-10:not(.srk-table--selectable) .srk-trow {
        grid-template-columns:
            100px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            24px;
    }


    /* 11 */

    .srk-table--cols-11:not(.srk-table--selectable) .srk-thead,
    .srk-table--cols-11:not(.srk-table--selectable) .srk-trow {
        grid-template-columns:
            100px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            24px;
    }


    /* =========================================================
    SELECTABLE LISTINGS
    =========================================================

    CHECKBOX = 40px
    ACTION   = 100px
    DATA     = 200px each
    EXPAND   = 24px

    ========================================================= */

    .srk-table--cols-1.srk-table--selectable .srk-thead,
    .srk-table--cols-1.srk-table--selectable .srk-trow {
        grid-template-columns:
            40px
            100px
            200px
            24px;
    }

    .srk-table--cols-2.srk-table--selectable .srk-thead,
    .srk-table--cols-2.srk-table--selectable .srk-trow {
        grid-template-columns:
            40px
            100px
            200px
            200px
            24px;
    }

    .srk-table--cols-3.srk-table--selectable .srk-thead,
    .srk-table--cols-3.srk-table--selectable .srk-trow {
        grid-template-columns:
            40px
            100px
            200px
            200px
            200px
            24px;
    }

    .srk-table--cols-4.srk-table--selectable .srk-thead,
    .srk-table--cols-4.srk-table--selectable .srk-trow {
        grid-template-columns:
            40px
            100px
            200px
            200px
            200px
            200px
            24px;
    }

    .srk-table--cols-5.srk-table--selectable .srk-thead,
    .srk-table--cols-5.srk-table--selectable .srk-trow {
        grid-template-columns:
            40px
            100px
            200px
            200px
            200px
            200px
            200px
            24px;
    }

    .srk-table--cols-6.srk-table--selectable .srk-thead,
    .srk-table--cols-6.srk-table--selectable .srk-trow {
        grid-template-columns:
            40px
            100px
            200px
            200px
            200px
            200px
            200px
            200px
            24px;
    }

    .srk-table--cols-7.srk-table--selectable .srk-thead,
    .srk-table--cols-7.srk-table--selectable .srk-trow {
        grid-template-columns:
            40px
            100px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            24px;
    }

    .srk-table--cols-8.srk-table--selectable .srk-thead,
    .srk-table--cols-8.srk-table--selectable .srk-trow {
        grid-template-columns:
            40px
            100px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            24px;
    }

    .srk-table--cols-9.srk-table--selectable .srk-thead,
    .srk-table--cols-9.srk-table--selectable .srk-trow {
        grid-template-columns:
            40px
            100px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            24px;
    }

    .srk-table--cols-10.srk-table--selectable .srk-thead,
    .srk-table--cols-10.srk-table--selectable .srk-trow {
        grid-template-columns:
            40px
            100px

            200px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            200px
            200px

            24px;
    }


    /* =========================================================
    HEADER
    ========================================================= */

    .srk-table .srk-thead {
        position: sticky;

        top: 0;

        z-index: 30;

        min-height: 48px;

        background: #fbfaf7;

        border-bottom: 1px solid #e7dfd3;
    }


    /* =========================================================
    HEADER CELLS
    ========================================================= */

    .srk-table .srk-th {
        width: 200px;

        min-width: 200px;
        max-width: 200px;

        box-sizing: border-box;

        color: #536b87;

        font-size: 10px;

        font-weight: 600;

        line-height: 1.3;

        letter-spacing: .13em;

        text-transform: uppercase;

        white-space: normal;

        overflow: hidden;

        text-overflow: ellipsis;
    }


    /* ACTION */

    .srk-table .srk-th--action {
        width: 100px;

        min-width: 100px;
        max-width: 100px;

        white-space: nowrap;
    }


    /* SELECT */

    .srk-table .srk-th--select {
        width: 40px;

        min-width: 40px;
        max-width: 40px;

        display: flex;

        align-items: center;
        justify-content: center;
    }


    /* EXPAND */

    .srk-table .srk-th--expand {
        width: 24px;

        min-width: 24px;
        max-width: 24px;
    }


    /* =========================================================
    BODY ROW
    ========================================================= */

    .srk-table .srk-trow {
        min-height: 76px;

        background: #ffffff;

        border-bottom: 1px solid #e7dfd3;
    }


    .srk-table .srk-trow:hover {
        background: #fcfaf7;
    }


    /* =========================================================
    BODY CELLS
    ========================================================= */

    .srk-table .srk-td {
        width: 200px;

        min-width: 200px;
        max-width: 200px;

        box-sizing: border-box;

        color: #00132f;

        font-size: 13px;

        line-height: 1.4;

        overflow: hidden;
    }


    /* ACTION CELL */

    .srk-table .srk-td--action {
        width: 100px;

        min-width: 100px;
        max-width: 100px;

        position: relative;

        display: flex;

        align-items: center;
    }


    /* SELECT CELL */

    .srk-table .srk-td--select {
        width: 40px;

        min-width: 40px;
        max-width: 40px;

        display: flex;

        align-items: center;

        justify-content: center;
    }


    /* EXPAND CELL */

    .srk-table .srk-expand-trigger {
        width: 24px;

        min-width: 24px;

        display: flex;

        align-items: center;

        justify-content: center;
    }


    /* =========================================================
    VALUE
    ========================================================= */

    .srk-table .srk-td__value {
        width: 100%;

        min-width: 0;

        color: #00132f;

        font-size: 13px;

        line-height: 1.4;

        white-space: nowrap;

        overflow: hidden;

        text-overflow: ellipsis;
    }


    .srk-table .srk-td__value--bold {
        font-weight: 600;
    }


    .srk-table .srk-td__sub {
        margin-top: 2px;

        color: #8b98aa;

        font-size: 11.5px;

        line-height: 1.35;

        white-space: nowrap;

        overflow: hidden;

        text-overflow: ellipsis;
    }


    /* =========================================================
    STATUS
    ========================================================= */

    .srk-table .srk-status {
        display: inline-flex;

        align-items: center;

        gap: 7px;

        white-space: nowrap;

        font-size: 12px;

        font-weight: 500;
    }

    .srk-table .srk-status__dot {
        width: 7px;
        height: 7px;

        min-width: 7px;

        border-radius: 50%;
    }

    .srk-table .srk-chip--success {
        color: #4f7d4d;
    }

    .srk-table .srk-chip--success .srk-status__dot {
        background: #4f7d4d;
    }

    .srk-table .srk-chip--info {
        color: #2d73ba;
    }

    .srk-table .srk-chip--info .srk-status__dot {
        background: #2d73ba;
    }

    .srk-table .srk-chip--warning {
        color: #b47b00;
    }

    .srk-table .srk-chip--warning .srk-status__dot {
        background: #c58a00;
    }

    .srk-table .srk-chip--danger {
        color: #c0392b;
    }

    .srk-table .srk-chip--danger .srk-status__dot {
        background: #c0392b;
    }

    .srk-table .srk-chip--neutral {
        color: #7f8b9d;
    }

    .srk-table .srk-chip--neutral .srk-status__dot {
        background: #9da7b5;
    }


    /* =========================================================
    ACTION MENU
    ========================================================= */

    .srk-table .srk-actions {
        position: relative;
    }

    .srk-table .srk-actions__trigger {
        width: 30px;
        height: 30px;

        display: flex;

        align-items: center;
        justify-content: center;

        padding: 0;

        border: 1px solid #e5dccf;

        background: #ffffff;

        color: #77869a;

        cursor: pointer;
    }

    .srk-table .srk-actions__trigger:hover {
        border-color: #d88916;

        color: #d88916;
    }

    .srk-table .srk-actions__menu {
        position: absolute;

        top: 34px;
        left: 0;

        z-index: 1000;

        width: 210px;

        background: #ffffff;

        border: 1px solid #e7dfd3;

        box-shadow:
            0 10px 28px rgba(0, 19, 47, .12);
    }

    .srk-table .srk-actions__item {
        width: 100%;

        display: flex;

        align-items: center;

        gap: 9px;

        padding: 10px 13px;

        border: 0;

        background: #ffffff;

        color: #00132f;

        font-size: 13px;

        text-align: left;

        cursor: pointer;

        box-sizing: border-box;
    }

    .srk-table .srk-actions__item:hover {
        background: #fbfaf7;
    }

    .srk-table .srk-actions__item--warning {
        color: #b47b00;
    }

    .srk-table .srk-actions__item--danger {
        color: #c0392b;
    }

    .srk-table .srk-actions__icon {
        width: 16px;

        min-width: 16px;

        text-align: center;
    }


    /* =========================================================
    EXPANDED ROW
    ========================================================= */

    .srk-table .srk-expand {
        padding: 16px 20px;

        background: #fbfaf7;

        border-bottom: 1px solid #e7dfd3;
    }

    .srk-table .srk-expand__grid {
        display: grid;

        grid-template-columns:
            repeat(
                6,
                minmax(180px, 1fr)
            );

        gap: 18px 24px;
    }


    /* =========================================================
    PAGINATION
    ========================================================= */

    .srk-table .srk-pager {
        min-height: 64px;

        display: flex;

        align-items: center;

        gap: 8px;

        padding: 14px 20px;

        background: #ffffff;

        box-sizing: border-box;
    }


    @media (max-width: 1200px) {

        .srk-table__inner {
            overflow-x: auto;
        }

    }


    @media (max-width: 800px) {

        .srk-table__inner {
            max-height: 560px;
        }

    }

    /* =========================================================
    TOWER MAP PAGE
    ========================================================= */

    .srk-tower-map__filters {
        margin-bottom: 0;
    }

    .srk-tower-map__filter-actions {
        display: flex;
        align-items: center;

        gap: 10px;

        margin-top: 14px;
    }

    .srk-tower-map__stats {
        margin-top: 18px;
    }

    .srk-tower-map__kpi--success {
        color: var(--srk-success);
    }

    .srk-tower-map__kpi--gold {
        color: var(--srk-gold);
    }

    .srk-tower-map__kpi--warning {
        color: var(--srk-warning);
    }

    .srk-tower-map__value--danger {
        color: #c43c3c;
    }

    .srk-tower-map__value--success {
        color: #4f7d4d;
    }

    .srk-tower-map__value--gold {
        color: #b47b00;
    }


    /* =========================================================
    PROJECT SUMMARY
    ========================================================= */

    .srk-tower-map__project-grid {
        display: grid;

        grid-template-columns:
            repeat(4, minmax(0, 1fr));

        gap: 10px;

        margin-top: 10px;
    }

    .srk-tower-summary {
        min-height: 125px;

        padding: 14px 16px;

        background: #fff;

        border: 1px solid #e5dfd2;
    }

    .srk-tower-summary__header {
        display: flex;

        align-items: center;
        justify-content: space-between;

        font-size: 10px;
    }

    .srk-tower-summary__name {
        color: #001b3f;

        font-size: 15.5px;

        font-weight: 500;
    }

    .srk-tower-summary__count {
        color: #001b3f;

        font-size: 8px;

        letter-spacing: .3px;
    }

    .srk-tower-summary__count strong {
        font-size: 12px;
    }

    .srk-tower-summary__status-bar {
        width: 100%;
        height: 3px;

        display: flex;

        margin-top: 8px;
    }

    .srk-tower-summary__segment {
        flex: var(--segment-size);
    }

    .srk-tower-summary__segment--completed {
        background: #4f7d4d;
    }

    .srk-tower-summary__segment--construction {
        background: #b47b00;
    }

    .srk-tower-summary__segment--upcoming {
        background: #001b3f;
    }

    .srk-tower-summary__segment--pending {
        background: #fff;

        border-top: 1px dashed #cdbf9f;
    }

    .srk-tower-summary__values {
        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        column-gap: 24px;
        row-gap: 6px;

        margin-top: 13px;

        font-size: 8px;

        line-height: 1.1;
    }

    .srk-tower-summary__value {
        display: flex;

        align-items: center;
        justify-content: space-between;
    }

    .srk-tower-summary__value span {
        font-size:12px;
        color: #9b9db0;
    }

    .srk-tower-summary__value strong {
        color: #001b3f;
    }


    .srk-tower-map__legend {
        margin-top: 18px;

        padding: 16px 20px;
    }

    .srk-tower-map__legend-title {
        font-size: 14px;

        font-weight: 700;
    }

    .srk-tower-map__legend-items {
        display: flex;

        align-items: center;

        gap: 20px;

        margin-top: 10px;

        font-size: 14px;

        color: rgb(51, 64, 90);

        flex-wrap: wrap;
    }

    .srk-tower-map__legend-item {
        display: inline-flex;

        align-items: center;

        gap: 5px;
    }

    .srk-tower-map__legend-dot {
        width: 10px;
        height: 10px;

        display: inline-block;
    }

    .srk-tower-map__legend-dot--completed {
        background: #4f7d4d;
    }

    .srk-tower-map__legend-dot--construction {
        background: #b47b00;
    }

    .srk-tower-map__legend-dot--upcoming {
        background: #001b3f;
    }

    .srk-tower-map__legend-dot--pending {
        background: #fff;

        border: 1px dashed #cdbf9f;
    }

    .srk-tower-map__legend-description {
        margin-top: 12px;

        font-size: 11px;

        color: var(--srk-muted);
    }



    .srk-tower-map {
        margin-top: 14px;

        padding: 18px 20px;

        background: #fff;

        border: 1px solid #e5dfd2;
    }

    .srk-tower-map__title {
        margin-bottom: 9px;

        color: #001b3f;

        font-size: 13px;

        font-weight: 600;
    }

    .srk-tower-map__description {
        padding: 10px 0 13px;

        color: #7f8799;

        font-size: 14px;

        border-bottom: 1px solid #eee8dc;
    }

    .srk-tower-map__project {
        padding: 14px 0 17px;

        border-bottom: 1px solid #eee8dc;
    }

    .srk-tower-map__project-title {
        margin-bottom: 9px;

        color: #001b3f;

        font-size: 15.5px;

        font-weight: 600;
    }

    .srk-tower-map__project-title span {
        font-weight: 400;

        color: #001b3f;
    }

    .srk-tower-map__towers {
        display: flex;

        align-items: flex-start;

        flex-wrap: wrap;

        gap: 9px;
    }


    .srk-tower-card-wrapper {
        position: relative;
    }

    .srk-tower-card {
        width: 100px;
        min-height: 50px;

        display: flex;

        flex-direction: column;

        align-items: center;
        justify-content: center;

        padding: 9px 10px;

        box-sizing: border-box;

        color: #fff;

        cursor: pointer;

        text-decoration: none;
    }

    .srk-tower-card--completed {
        background: #4f7d4d;

        border: 1px solid #4f7d4d;
    }

    .srk-tower-card--construction {
        background: #b47b00;

        border: 1px solid #b47b00;
    }

    .srk-tower-card--upcoming {
        background: #001b3f;

        border: 1px solid #001b3f;
    }

    .srk-tower-card--pending {
        background: #fff;

        border: 1px dashed #cdbf9f;

        color: #a5a9b5;
    }

    .srk-tower-card--add {
        color: #9da2b1;

        background: #fff;

        border: 1px dashed #cdbf9f;
    }

    .srk-tower-card__name {
        text-align: center;

        font-size: 15.5px;

        font-weight: 600;

        line-height: 1.2;
    }

    .srk-tower-card__meta {
        margin-top: 4px;

        font-size: 8px;

        line-height: 1.2;

        opacity: .9;

        white-space: nowrap;
    }


    .srk-tower-card__menu {
        position: absolute;

        left: 0;
        top: calc(100% + 2px);

        z-index: 999;

        width: 165px;

        background: #fff;

        border: 1px solid #e5dfd2;

        box-shadow:
            0 8px 18px rgba(0, 0, 0, .12);
    }

    .srk-tower-card__menu .srk-actions__item--warning {
        color: #b47b00;
    }

    .srk-tower-card__menu .srk-actions__item--danger {
        color: #c43c3c;
    }

    .srk-tower-map__footer-action {
        display: flex;

        justify-content: flex-end;

        margin-top: 18px;
    }


    @media (max-width: 1100px) {

        .srk-tower-map__project-grid {
            grid-template-columns:
                repeat(2, minmax(0, 1fr));
        }

    }

    @media (max-width: 700px) {

        .srk-tower-map__project-grid {
            grid-template-columns: 1fr;
        }

        .srk-tower-map__towers {
            overflow-x: auto;

            flex-wrap: nowrap;

            padding-bottom: 8px;
        }
    }

    .srk-listing-toolbar {
        display: flex;

        align-items: center;
        justify-content: flex-end;

        margin: 0 0 14px;
    }

    .srk-listing-toolbar .srk-btn {
        min-width: 140px;

        display: inline-flex;

        align-items: center;
        justify-content: center;

        white-space: nowrap;
    }

    .lead-followup-page {
        width: 100%;
    }


    .lead-page-actions {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .lead-summary-card {
        margin-bottom: 18px;
    }

    .lead-summary-head {
        align-items: flex-start;
    }

    .lead-title-row {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .lead-id {
        display: inline-flex;
        align-items: center;
        min-height: 22px;
        padding: 3px 8px;
        border: 1px solid #e4e4e4;
        border-radius: 5px;
        background: greenyellow;
        color: rgb(20, 20, 20);
        font-size: 9px;
        font-weight: 700;
        letter-spacing: .06em;
    }

    .lead-status-group {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 7px;
        flex-wrap: wrap;
    }

    .lead-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 24px;
        padding: 4px 9px;
        border: 1px solid transparent;
        border-radius: 5px;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: .06em;
    }

    .lead-badge--source {
        border-color: #ddd;
        background: #f7f7f7;
        color: #555;
    }

    .lead-badge--hot {
        border-color: #e2cfc8;
        background: greenyellow;
        color: #9b4c37;
    }

    .lead-badge--active {
        border-color: #cfcfcf;
        background: #f4f4f4;
        color: #222;
    }


    .lead-summary-grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 20px;
    }

    .lead-summary-item {
        min-width: 0;
    }

    .lead-summary-item strong {
        display: block;
        margin-top: 5px;
        overflow: hidden;
        color: #181818;
        font-size: 14px;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lead-summary-label {
        display: block;
        color: #8a8a8a;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .08em;
    }


    .lead-progress-card {
        margin-bottom: 18px;
    }

    .progress-summary {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .progress-summary strong {
        color: #111;
        font-size: 20px;
        font-weight: 800;
        line-height: 1;
    }

    .progress-summary span {
        margin-top: 4px;
        color: #888;
        font-size: 8px;
        font-weight: 800;
        letter-spacing: .08em;
    }

    .conversion-progress-wrapper {
        width: 100%;
        overflow-x: auto;
        padding: 5px 2px 8px;
    }

    .conversion-progress {
        display: flex;
        align-items: flex-start;
        width: 100%;
        min-width: 760px;
    }

    .conversion-step {
        width: 96px;
        flex: 0 0 96px;
        text-align: center;
    }

    .conversion-step__circle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin: 0 auto;
        border: 2px solid #d9d9d9;
        border-radius: 50%;
        background: #fff;
        color: #a2a2a2;
        font-size: 11px;
        font-weight: 800;
        transition:
            background-color .2s ease,
            border-color .2s ease,
            color .2s ease,
            box-shadow .2s ease;
    }

    .conversion-step__label {
        margin-top: 9px;
        color: #999;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .conversion-step--completed
    .conversion-step__circle {
        border-color: yellowgreen;
        background: yellowgreen;
        color: #fff;
    }

    .conversion-step--completed
    .conversion-step__label {
        color: #111;
    }

    .conversion-step--active
    .conversion-step__circle {
        border: 3px solid yellowgreen;
        color: black;
        box-shadow: 0 0 0 5px rgba(0, 0, 0, .06);
    }

    .conversion-step--active
    .conversion-step__label {
        color: #111;
        font-weight: 900;
    }

    .conversion-line {
        flex: 1;
        min-width: 25px;
        height: 2px;
        margin-top: 19px;
        background: #e1e1e1;
    }

    .conversion-line--completed {
        background: #111;
    }

    .progress-bottom {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid #eeeeee;
        color: #888;
        font-size: 13px;
    }

    .progress-bottom strong {
        color: #111;
        font-weight: 800;
    }

    .lead-main-grid {
        display: grid;
        grid-template-columns:
            minmax(0, 2fr)
            minmax(300px, 1fr);
        gap: 18px;
        align-items: start;
    }

    .lead-form-actions {
        margin-top: 20px;
    }

    .lead-side-card {
        margin-bottom: 18px;
    }


    .lead-owner {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .lead-avatar {
        display: flex;
        flex: 0 0 46px;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: yellowgreen;
        color: #fff;
        font-size: 12px;
        font-weight: 800;
    }

    .lead-owner strong {
        display: block;
        color: #161616;
        font-size: 13px;
    }

    .lead-owner span {
        display: block;
        margin-top: 4px;
        color: #888;
        font-size: 13px;
    }

    .lead-side-divider {
        height: 1px;
        margin: 17px 0;
        background: #eeeeee;
    }

    .lead-meta-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-top: 10px;
    }

    .lead-meta-row:first-child {
        margin-top: 0;
    }

    .lead-meta-row span {
        color: #888;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .05em;
    }

    .lead-meta-row strong {
        color: #222;
        font-size: 13px;
        font-weight: 700;
    }


    .next-followup-date {
        color: yellowgreen;
        font-size: 42px;
        font-weight: 800;
        line-height: .9;
    }

    .next-followup-month {
        margin-top: 7px;
        color: #777;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .08em;
    }

    .next-followup-info {
        margin-top: 13px;
        color: #444;
        font-size: 12px;
        font-weight: 600;
    }

    .lead-followup-status {
        display: inline-flex;
        margin-top: 14px;
        padding: 5px 8px;
        border: 1px solid #dedede;
        border-radius: 5px;
        background: #f6f6f6;
        color: #555;
        font-size: 8px;
        font-weight: 800;
        letter-spacing: .06em;
    }

    .conversion-rating-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        padding: 15px;
        border: 1px solid #e9e9e9;
        border-radius: 9px;
        background: #f8f8f8;
    }

    .conversion-rating-label {
        display: block;
        color: #888;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .08em;
    }

    .conversion-stars {
        margin-top: 5px;
        color: yellowgreen;
        font-size: 17px;
        letter-spacing: 2px;
    }

    .conversion-rating-text {
        display: block;
        margin-top: 3px;
        color: #777;
        font-size: 12px;
    }

    .conversion-percent {
        color: #111;
        font-size: 27px;
        font-weight: 800;
    }

    .conversion-meter {
        width: 100%;
        height: 6px;
        margin-top: 13px;
        overflow: hidden;
        border-radius: 20px;
        background: #dedede;
    }

    .conversion-meter__fill {
        width: 75%;
        height: 100%;
        border-radius: 20px;
        background: yellowgreen;
    }


    .requirement-list {
        display: grid;
        gap: 13px;
    }

    .requirement-list > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }

    .requirement-list span {
        color: #888;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .05em;
    }

    .requirement-list strong {
        color: #222;
        font-size: 13px;
        font-weight: 700;
        text-align: right;
    }

    .lead-activity-card {
        margin-top: 18px;
    }

    .activity-count {
        color: #888;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .07em;
    }

    .lead-timeline {
        position: relative;
    }

    .lead-timeline::before {
        content: "";
        position: absolute;
        top: 18px;
        bottom: 18px;
        left: 113px;
        width: 1px;
        background: #e3e3e3;
    }

    .lead-timeline-item {
        display: grid;
        grid-template-columns: 92px 42px minmax(0, 1fr);
        gap: 0;
        position: relative;
        min-width: 0;
        padding: 17px 0;
    }

    .lead-timeline-date {
        padding-right: 15px;
        text-align: right;
    }

    .lead-timeline-date strong {
        display: block;
        color: #333;
        font-size: 15px;
        font-weight: 800;
    }

    .lead-timeline-date span {
        display: block;
        margin-top: 13px;
        color: #999;
        font-size: 9px;
    }

    .lead-timeline-marker {
        display: flex;
        position: relative;
        z-index: 2;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        margin: 0 auto;
        border: 1px solid #d5d5d5;
        border-radius: 50%;
        background: #fff;
        color: #555;
        font-size: 13px;
        font-weight: 800;
    }

    .lead-timeline-marker--active {
        background: yellowgreen;
        color: #fff;
    }

    .lead-timeline-content {
        min-width: 0;
        padding-left: 12px;
    }

    .timeline-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .timeline-header h4 {
        margin: 0;
        color: #161616;
        font-size: 13px;
        font-weight: 800;
    }

    .timeline-tag {
        display: inline-flex;
        flex: 0 0 auto;
        padding: 6px 10px;
        border: 1px solid #dedede;
        border-radius: 4px;
        background: yellowgreen;
        color: white;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .06em;
    }

    .timeline-tag--pending {
        border-color: #d5d5d5;
        background: #f1f1f1;
        color: #333;
    }

    .lead-timeline-content p {
        margin: 6px 0 0;
        color: #555;
        font-size: 12.5px;
        line-height: 1.65;
    }

    .timeline-meta {
        display: block;
        margin-top: 8px;
        color: #999;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .04em;
    }

    .timeline-rating {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-top: 10px;
        padding: 6px 8px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        background: #fafafa;
    }

    .timeline-rating span {
        color: #999;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .06em;
    }

    .timeline-rating strong {
        color: yellowgreen;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .timeline-note {
        margin-top: 10px;
        padding: 10px 12px;
        border-left: 3px solid #222;
        border-radius: 0 6px 6px 0;
        background: #f7f7f7;
        color: #555;
        font-size: 13px;
        line-height: 1.6;
    }

    .timeline-note span {
        display: block;
        margin-bottom: 3px;
        color: #888;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .08em;
    }


    .lead-bottom-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 9px;
        margin-top: 18px;
        padding-bottom: 10px;
    }

    @media (max-width: 1100px) {

        .lead-summary-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .lead-main-grid {
            grid-template-columns: minmax(0, 1fr);
        }

    }

    @media (max-width: 700px) {

        .lead-summary-head {
            flex-direction: column;
            gap: 15px;
        }

        .lead-status-group {
            justify-content: flex-start;
        }

        .lead-summary-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .progress-bottom {
            flex-direction: column;
            gap: 5px;
        }

        .lead-timeline::before {
            left: 76px;
        }

        .lead-timeline-item {
            grid-template-columns: 58px 36px minmax(0, 1fr);
        }

        .lead-timeline-date {
            padding-right: 8px;
        }

        .timeline-header {
            align-items: flex-start;
            flex-direction: column;
            gap: 5px;
        }

        .lead-bottom-actions {
            justify-content: stretch;
            flex-direction: column;
        }

        .lead-bottom-actions .srk-btn {
            width: 100%;
        }

    }


    @media (max-width: 480px) {

        .lead-summary-grid {
            grid-template-columns: 1fr;
        }

        .lead-summary-item strong {
            white-space: normal;
        }

        .lead-title-row {
            align-items: flex-start;
            flex-direction: column;
            gap: 5px;
        }

        .lead-owner {
            align-items: flex-start;
        }

        .conversion-rating-box {
            align-items: flex-start;
            flex-direction: column;
        }

        .conversion-percent {
            font-size: 24px;
        }

    }

    .lead-broker-field {
        display: none;
    }

    .lead-broker-field.is-visible {
        display: block;
    }

    .lead-dashboard {
        width: 100%;
    }

    .lead-kpi-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 18px;
    }

    .lead-kpi-card {
        min-height: 128px;
        padding: 18px 20px;
        border: 1px solid var(--srk-divider);
        background: #fff;
    }

    .lead-kpi-card__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .lead-kpi-card__label {
        color: var(--srk-muted);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .14em;
    }

    .lead-kpi-card__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width:30px;
        height: 30px;
        border: 1px solid var(--srk-text);
        color: var(--srk-text);
        font-size: 15px;
    }

    .lead-kpi-card__value {
        margin-top: 15px;
        color: var(--srk-navy);
        font-size: 27px;
        font-weight: 700;
        line-height: 1;
    }

    .lead-kpi-card__bottom {
        display: flex;
        gap: 7px;
        margin-top: 10px;
        color: #9aa4b0;
        font-size: 13px;
    }

    .lead-kpi-positive {
        color: #52815b;
        font-weight: 700;
    }

    .lead-kpi-negative {
        color: #a04d4d;
        font-weight: 700;
    }

    .lead-kpi-card--attention {
        border-top: 3px solid #c58a31;
    }

    .lead-kpi-card--danger {
        border-top: 3px solid #a94e4e;
    }

    .lead-kpi-card--success {
        border-top: 3px solid #527a59;
    }

    .lead-kpi-card--muted {
        border-top: 3px solid #87919c;
    }


    .lead-dashboard-grid {
        display: grid;
        grid-template-columns: 1.25fr 1fr;
        gap: 18px;
        margin-bottom: 18px;
    }

    .dashboard-panel {
        padding: 23px 25px;
    }

    .dashboard-panel__header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
        padding-bottom: 16px;
        border-bottom: 1px solid var(--srk-divider);
    }

    .dashboard-panel__header h3 {
        margin: 0;
        color: var(--srk-navy);
        font-size: 15px;
        font-weight: 700;
    }

    .dashboard-panel__header p {
        margin: 4px 0 0;
        color: var(--srk-muted);
        font-size: 13px;
    }

    .dashboard-select {
        height: 32px;
        padding: 0 28px 0 9px;
        border: 1px solid #ddd8d1;
        background: #fff;
        color: var(--srk-navy);
        font-size: 13px;
    }

    .dashboard-link {
        color: #a97018;
        font-size: 12.5px;
        font-weight: 700;
        letter-spacing: .08em;
        text-decoration: none;
    }

    .dashboard-link:hover {
        text-decoration: underline;
    }


    .lead-funnel {
        padding-top: 18px;
    }

    .funnel-row {
        display: grid;
        grid-template-columns: 110px 1fr 45px;
        gap: 12px;
        align-items: center;
        margin-bottom: 15px;
    }

    .funnel-label {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        color: #687991;
        font-size: 13px;
    }

    .funnel-label strong {
        color: var(--srk-navy);
    }

    .funnel-track {
        height: 9px;
        overflow: hidden;
        background: #eeeae5;
    }

    .funnel-bar {
        height: 100%;
        background: #536d8c;
    }

    .funnel-bar--100 {
        background: var(--srk-navy);
    }

    .funnel-percent {
        color: #8d99a7;
        font-size: 13px;
        text-align: right;
    }

    .followup-summary {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin: 18px 0;
        border: 1px solid #ebe6df;
    }

    .followup-stat {
        padding: 13px;
        border-right: 1px solid #ebe6df;
        text-align: center;
    }

    .followup-stat:last-child {
        border-right: 0;
    }

    .followup-stat__number {
        display: block;
        color: var(--srk-navy);
        font-size: 20px;
        font-weight: 700;
    }

    .followup-stat__label {
        display: block;
        margin-top: 3px;
        color: #9ba4ae;
        font-size: 8px;
        font-weight: 700;
        letter-spacing: .1em;
    }

    .followup-list {
        display: flex;
        flex-direction: column;
    }

    .followup-item {
        display: grid;
        grid-template-columns: 55px 1fr auto;
        gap: 12px;
        align-items: center;
        padding: 11px 0;
        border-bottom: 1px solid #eeeae5;
    }

    .followup-item:last-child {
        border-bottom: 0;
    }

    .followup-item__time {
        color: var(--srk-navy);
        font-size: 13px;
        font-weight: 700;
    }

    .followup-item__time small {
        color: #929da9;
        font-size: 8px;
    }

    .followup-item__content strong {
        display: block;
        color: #1b3553;
        font-size: 13px;
    }

    .followup-item__content span {
        display: block;
        margin-top: 3px;
        color: #929da9;
        font-size: 13px;
    }

    .followup-badge {
        padding: 4px 7px;
        border: 1px solid #ddd7cf;
        color: #758396;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .08em;
    }

    .followup-badge--hot {
        border-color: #d4aaa2;
        color: #9d574d;
    }


    .source-list {
        padding-top: 20px;
    }

    .source-row {
        display: grid;
        grid-template-columns: 150px 1fr 45px;
        gap: 12px;
        align-items: center;
        margin-bottom: 17px;
    }

    .source-name {
        display: flex;
        justify-content: space-between;
        color: #66778d;
        font-size: 13px;
    }

    .source-name strong {
        color: var(--srk-navy);
    }

    .source-track {
        height: 7px;
        background: #eeeae5;
    }

    .source-progress {
        height: 100%;
        background: #6b7f97;
    }

    .source-row > span {
        color: #8e99a6;
        font-size: 13px;
        text-align: right;
    }


    .salesperson-list {
        padding-top: 8px;
    }

    .salesperson-row {
        display: grid;
        grid-template-columns: 35px 1fr 45px;
        gap: 12px;
        align-items: center;
        padding: 14px 0;
        border-bottom: 1px solid #eeeae5;
    }

    .salesperson-row:last-child {
        border-bottom: 0;
    }

    .salesperson-rank {
        color: #a2aab4;
        font-size: 10px;
        font-weight: 700;
    }

    .salesperson-info strong {
        display: block;
        color: #193451;
        font-size: 13px;
    }

    .salesperson-info span {
        display: block;
        margin-top: 3px;
        color: #929da9;
        font-size: 13px;
    }

    .salesperson-rate {
        color: #52755b;
        font-size: 13px;
        font-weight: 700;
        text-align: right;
    }

    .dashboard-recent {
        margin-bottom: 18px;
    }

    .dashboard-table-wrapper {
        width: 100%;
        overflow-x: auto;
        margin-top: 18px;
    }

    .dashboard-table {
        width: 100%;
        min-width: 850px;
        border-collapse: collapse;
    }

    .dashboard-table th {
        padding: 12px 14px;
        border-bottom: 1px solid #ddd8d0;
        color: #718197;
        font-size: 8px;
        font-weight: 700;
        letter-spacing: .12em;
        text-align: left;
        white-space: nowrap;
    }

    .dashboard-table td {
        padding: 14px;
        border-bottom: 1px solid #eeeae5;
        color: #66778d;
        font-size: 10px;
    }

    .dashboard-table tbody tr:last-child td {
        border-bottom: 0;
    }

    .dashboard-table td strong {
        display: block;
        color: var(--srk-navy);
        font-size: 10px;
    }

    .dashboard-table td span:not(.dashboard-chip) {
        display: block;
        margin-top: 3px;
        color: #98a2ae;
        font-size: 9px;
    }

    .dashboard-chip {
        display: inline-block;
        padding: 4px 7px;
        border: 1px solid #ddd8d0;
        color: #68798e;
        font-size: 7px;
        font-weight: 700;
        letter-spacing: .07em;
        text-transform: uppercase;
    }

    .dashboard-chip--hot {
        border-color: #d3aaa2;
        color: #99564d;
    }

    .dashboard-chip--warm {
        border-color: #d6c29f;
        color: #9a752e;
    }

    @media (max-width: 1200px) {

        .lead-kpi-grid {
            grid-template-columns: repeat(3, 1fr);
        }

    }

    @media (max-width: 900px) {

        .lead-kpi-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .lead-dashboard-grid {
            grid-template-columns: 1fr;
        }

    }

    @media (max-width: 600px) {

        .lead-kpi-grid {
            grid-template-columns: 1fr;
        }

        .dashboard-panel {
            padding: 18px;
        }

        .dashboard-panel__header {
            flex-direction: column;
        }

        .funnel-row {
            grid-template-columns: 85px 1fr 35px;
        }

        .source-row {
            grid-template-columns: 100px 1fr 35px;
        }

        .followup-summary {
            grid-template-columns: 1fr;
        }

        .followup-stat {
            border-right: 0;
            border-bottom: 1px solid #ebe6df;
        }

        .followup-stat:last-child {
            border-bottom: 0;
        }

    }

    .srk-nav-item {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .srk-nav-item__label {
        flex: 1;
        min-width: 0;
    }

    .srk-nav-item__type {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 30px;
        height: 18px;
        padding: 0 6px;
        border: 1px solid rgba(248, 232, 5, 0.966);
        border-radius: 3px;
        color: rgba(248, 232, 5, 0.966);
        font-size: 7px;
        font-weight: 700;
        letter-spacing: .08em;
        line-height: 1;
    }

    .srk-nav-item.is-active .srk-nav-item__type {
        border-color: rgba(255, 255, 255, 0.25);
        color: var(--srk-bone);
    }

    .srk-nav-item__caret {
        margin-left: auto;
        font-size: 8px;
    }

    .lead-kpi-card__icon {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;

        display: flex;
        align-items: center;
        justify-content: center;

        border: 1px solid #e1ddd7;
        border-radius: 9px;

        background: #f7f6f4;

        color: var(--srk-navy);

        transition:
            transform 180ms ease,
            background-color 180ms ease,
            border-color 180ms ease;
    }

    .lead-kpi-card__icon svg {
        width: 20px;
        height: 20px;

        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;

        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .lead-kpi-card:hover .lead-kpi-card__icon {
        transform: scale(1.08);
    }


    .lead-kpi-card--attention .lead-kpi-card__icon {
        color: #a4772e;
        background: #fbf7ed;
        border-color: #eadfc7;
    }


    .lead-kpi-card--danger .lead-kpi-card__icon {
        color: #a25650;
        background: #faf1f0;
        border-color: #ecd9d7;
    }


    .lead-kpi-card--success .lead-kpi-card__icon {
        color: #52765b;
        background: #f1f6f2;
        border-color: #d9e6dc;
    }

    .lead-kpi-card--muted .lead-kpi-card__icon {
        color: #707a85;
        background: #f3f4f5;
        border-color: #e0e2e4;
    }

    .srk-assign-readonly {
        min-height: 42px;
        display: flex;
        align-items: center;
        padding: 0 12px;
        border: 1px solid var(--srk-divider);
        background: #f8f6f2;
        color: var(--srk-navy);
        font-size: 13px;
        font-weight: 600;
    }

    .srk-assign-info {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border: 1px solid var(--srk-divider);
    }

    .srk-assign-info__item {
        min-height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        padding: 12px 14px;
        border-right: 1px solid var(--srk-divider);
    }

    .srk-assign-info__item:last-child {
        border-right: 0;
    }

    .srk-assign-info__label {
        color: var(--srk-muted);
        font-size: 9px;
        font-weight: 700;
        letter-spacing: .12em;
    }

    .srk-assign-info__item strong {
        color: var(--srk-navy);
        font-size: 12px;
        font-weight: 700;
    }

    @media (max-width: 700px) {

        .srk-assign-info {
            grid-template-columns: 1fr;
        }

        .srk-assign-info__item {
            border-right: 0;
            border-bottom: 1px solid var(--srk-divider);
        }

        .srk-assign-info__item:last-child {
            border-bottom: 0;
        }

    }


    .srk-table--lead-source-report .srk-status {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        width: fit-content;
        padding: 4px 8px;
        border-radius: 3px;
        white-space: nowrap;
    }

    .srk-table--lead-source-report .srk-status.srk-chip--neutral {
        background: #f4ead4;
        color: #9a6800;
    }

    .srk-table--lead-source-report
    .srk-status.srk-chip--neutral
    .srk-status__dot {
        background: #b47b00;
    }

    #lead-source-report .srk-td--num .srk-td__value {
        color: #17365d;
        font-weight: 600;
    }

    #lead-source-report .srk-td--num:nth-child(2) .srk-td__value {
        color: #0f2f55;
        font-weight: 700;
    }

    #lead-source-report .srk-td--num:nth-child(3) .srk-td__value {
        color: #315f8c;
    }

    #lead-source-report .srk-td--num:nth-child(4) .srk-td__value {
        color: #466f52;
    }

    #lead-source-report .srk-td--num:nth-child(5) .srk-td__value {
        color: #8a6500;
    }

    #lead-source-report .srk-td--num:nth-child(6) .srk-td__value {
        color: #2f7a4a;
        font-weight: 700;
    }

    #lead-source-report .srk-td--num:nth-child(7) .srk-td__value {
        color: #a33a32;
    }

    .lead-source-report-actions {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
        margin-top: 12px;
        margin-bottom: 14px;
    }

    .lead-report-export-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-height: 38px;
        text-decoration: none;
    }

    .lead-report-export-icon {
        font-size: 14px;
        line-height: 1;
    }

    @media (max-width: 600px) {
        .lead-source-report-actions {
            justify-content: flex-start;
            flex-wrap: wrap;
        }
    }

    .lead-kpi-grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 14px;
        margin-bottom: 20px;
    }

    .lead-kpi-card {
        position: relative;
        min-height: 148px;
        padding: 20px 20px 17px;
        overflow: hidden;

        background: #ffffff;
        border: 1px solid #e7e1d7;
        border-radius: 3px;

        box-shadow: 0 2px 8px rgba(20, 31, 50, 0.04);

        transition:
            transform .2s ease,
            box-shadow .2s ease,
            border-color .2s ease;
    }

    .lead-kpi-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 22px rgba(20, 31, 50, 0.08);
        border-color: #d9d0c2;
    }


    .lead-kpi-card__header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
    }

    .lead-kpi-card__label {
        display: block;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .12em;
        color: #6f7785;
    }

    .lead-kpi-card__caption {
        display: block;
        margin-top: 4px;
        font-size: 12px;
        color: #9aa1ad;
    }

    .lead-kpi-card__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        border-radius: 10px;
    }

    .lead-kpi-card__icon svg {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }


    .lead-kpi-card__value {
        margin-top: 16px;
        font-size: 30px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: -.03em;

        color: var(--srk-navy, #10213d);
    }



    .lead-kpi-card__footer {
        display: flex;
        align-items: center;
        gap: 7px;

        margin-top: 13px;

        font-size: 13px;
        color: #8b929e;
    }

    .lead-kpi-card__trend {
        font-weight: 700;
    }



    .lead-kpi-card--total {
        border-top: 3px solid #243b5a;
    }

    .lead-kpi-card--total .lead-kpi-card__icon {
        color: #243b5a;
        background: #eef2f7;
    }

    .lead-kpi-card--total .lead-kpi-card__trend {
        color: #3f7a50;
    }


    .lead-kpi-card--new {
        border-top: 3px solid #c28a18;
    }

    .lead-kpi-card--new .lead-kpi-card__icon {
        color: #b47b00;
        background: #fbf3df;
    }

    .lead-kpi-card--new .lead-kpi-card__trend {
        color: #3f7a50;
    }


    .lead-kpi-card--followup {
        border-top: 3px solid #b47b00;
    }

    .lead-kpi-card--followup .lead-kpi-card__icon {
        color: #b47b00;
        background: #fbf3df;
    }

    .lead-kpi-card--followup .lead-kpi-card__trend {
        color: #b47b00;
    }


    .lead-kpi-card--visit {
        border-top: 3px solid #477b56;
    }

    .lead-kpi-card--visit .lead-kpi-card__icon {
        color: #477b56;
        background: #edf5ef;
    }

    .lead-kpi-card--visit .lead-kpi-card__trend {
        color: #477b56;
    }


    .lead-kpi-card--booked {
        border-top: 3px solid #3d7650;
    }

    .lead-kpi-card--booked .lead-kpi-card__icon {
        color: #3d7650;
        background: #edf6ef;
    }

    .lead-kpi-card--booked .lead-kpi-card__trend {
        color: #3d7650;
    }



    @media (max-width: 1150px) {

        .lead-kpi-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

    }

    @media (max-width: 700px) {

        .lead-kpi-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

    }

    @media (max-width: 480px) {

        .lead-kpi-grid {
            grid-template-columns: 1fr;
        }

        .lead-kpi-card {
            min-height: 135px;
        }

    }

    .lead-header-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .quotation-document {
        width: 100%;
    }

    .quotation-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 22px 26px;
        background: var(--srk-navy);
        border: 1px solid #e7e1d7;
    }

    .quotation-label {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .15em;
        color: #fff;
    }

    .quotation-number {
        margin-top: 4px;
        font-size: 28px;
        line-height: 1.15;
        font-weight: 700;
        color: #fff;
    }

    .quotation-date {
        margin-top: 6px;
        font-size: 13px;
        color: #ffff;
    }

    .quotation-top-right {
        text-align: right;
    }

    .quotation-status-label {
        margin-bottom: 7px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .13em;
        color: #8a95a6;
    }

    .quotation-status {
        display: inline-flex;
        align-items: center;

        gap: 7px;

        font-size: 12px;
        font-weight: 600;
    }

    .quotation-status span {
        width: 7px;
        height: 7px;

        border-radius: 50%;
    }

    .quotation-status--accepted {
        color: #31754b;
    }

    .quotation-status--accepted span {
        background: #4d945f;
    }

    .quotation-status--sent {
        color: #9a7100;
    }

    .quotation-status--sent span {
        background: #b88900;
    }

    .quotation-status--rejected {
        color: #a4433d;
    }

    .quotation-status--rejected span {
        background: #bd4c44;
    }

    .quotation-status--expired {
        color: #9b5d25;
    }

    .quotation-status--expired span {
        background: #c4772c;
    }


    .quotation-booking {
        display: flex;
        align-items: center;

        gap: 14px;

        margin-top: 12px;
        padding: 13px 16px;

        border: 1px solid #dce9df;

        background: #f5faf7;
    }

    .quotation-booking-check {
        width: 32px;
        height: 32px;

        display: flex;
        align-items: center;
        justify-content: center;

        flex: 0 0 32px;

        border-radius: 50%;

        background: #dff0e5;

        color: #287348;

        font-size: 15px;
        font-weight: 700;
    }

    .quotation-booking-content {
        flex: 1;
    }

    .quotation-booking-title {
        font-size: 9px;
        font-weight: 700;

        letter-spacing: .13em;

        color: #367650;
    }

    .quotation-booking-text {
        margin-top: 3px;

        font-size: 11px;

        color: #63756a;
    }

    .quotation-booking-number {
        text-align: right;
    }

    .quotation-booking-number div {
        font-size: 8px;
        font-weight: 700;

        letter-spacing: .12em;

        color: #89998e;
    }

    .quotation-booking-number strong {
        display: block;

        margin-top: 3px;

        font-size: 13px;

        color: #236b43;
    }


    .quotation-meta {
        display: grid;

        grid-template-columns: repeat(4, 1fr);

        margin-top: 12px;

        border: 1px solid #e7e1d7;

        background: #fff;
    }

    .quotation-meta-item {
        min-width: 0;
        padding: 14px 20px;
        border-right: 1px solid #eee9e1;
        position: relative;
    }

    .quotation-meta-item:last-child {
        border-right: 0;
    }

    .quotation-meta-item span {
        display: block;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .13em;
        color: #68778c;
    }

    .quotation-meta-item strong {
        display: block;
        margin-top: 6px;
        font-size: 14px;
        font-weight: 600;
        color: #102441;
    }


    .quotation-meta-item:nth-child(1) {
        background: #f4f8ff;
        border-top: 3px solid #3b6ea8;
    }

    .quotation-meta-item:nth-child(1) span {
        color: #5279a6;
    }

    .quotation-meta-item:nth-child(1) strong {
        color: #163d68;
    }


    .quotation-meta-item:nth-child(2) {
        background: #f5faf7;
        border-top: 3px solid #4c8b62;
    }

    .quotation-meta-item:nth-child(2) span {
        color: #5c8068;
    }

    .quotation-meta-item:nth-child(2) strong {
        color: #245a38;
    }


    .quotation-meta-item:nth-child(3) {
        background: #fffbf2;
        border-top: 3px solid #c39224;
    }

    .quotation-meta-item:nth-child(3) span {
        color: #99782c;
    }

    .quotation-meta-item:nth-child(3) strong {
        color: #765a12;
    }


    .quotation-meta-item:nth-child(4) {
        background: #f8f5fc;
        border-top: 3px solid #8064a5;
    }

    .quotation-meta-item:nth-child(4) span {
        color: #78658e;
    }

    .quotation-meta-item:nth-child(4) strong {
        color: #513c70;
    }

    .quotation-section {
        margin-top: 12px;
        padding: 18px 20px;
        background: #fff;
        border: 1px solid #e7e1d7;
    }

    .quotation-section-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 13px;
        border-bottom: 1px solid #eee9e1;
    }

    .quotation-section-title {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .12em;
        color: #53647b;
    }

    .quotation-section-subtitle {
        margin-top: 4px;
        font-size: 13px;
        color: #9aa3b1;
    }


    .quotation-section-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .quotation-section-grid .quotation-section {
        margin-top: 12px;
    }

    .quotation-section-grid .quotation-section:nth-child(1) {
        background: #f7faff;
        border: 1px solid #dce7f5;
        border-top: 3px solid #4c78a8;
    }

    .quotation-section-grid .quotation-section:nth-child(1)
    .quotation-section-title {
        color: #365f8c;
    }

    .quotation-section-grid .quotation-section:nth-child(1)
    .quotation-section-subtitle {
        color: #8298b1;
    }

    .quotation-section-grid .quotation-section:nth-child(2) {
        background: #f7fbf8;
        border: 1px solid #dcebe0;
        border-top: 3px solid #4c8b62;
    }

    .quotation-section-grid .quotation-section:nth-child(2)
    .quotation-section-title {
        color: #3d7250;
    }

    .quotation-section-grid .quotation-section:nth-child(2)
    .quotation-section-subtitle {
        color: #81998a;
    }


    .quotation-section:not(.quotation-section-grid .quotation-section) {
        background: #fffdf8;
    }

    .quotation-commercial {
        background: #faf8fc;
        border-color: #e6dfed;
        border-top: 3px solid #8064a5;
    }

    .quotation-commercial .quotation-section-title {
        color: #675287;
    }

    .quotation-commercial .quotation-section-subtitle {
        color: #978baa;
    }


    .quotation-section:last-of-type {
        background: #fafafa;
    }

    .quotation-details {
        display: grid;
        gap: 0;
        margin-top: 2px;
    }

    .quotation-detail {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 11px 0;
        border-bottom: 1px solid #f0ece5;
    }

    .quotation-detail:last-child {
        border-bottom: 0;
    }

    .quotation-detail span {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .09em;
        color: #8a95a6;
    }

    .quotation-detail strong {
        font-size: 13px;
        font-weight: 500;
        color: #112744;
        text-align: right;
    }


    .quotation-property-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        margin-top: 3px;
    }

    .quotation-property {
        padding: 12px 18px 2px 0;
    }

    .quotation-property:not(:last-child) {
        border-right: 1px solid #eee9e1;
    }

    .quotation-property:not(:first-child) {
        padding-left: 18px;
    }

    .quotation-property span {
        display: block;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .1em;
        color: #8994a4;
    }

    .quotation-property strong {
        display: block;
        margin-top: 6px;
        font-size: 13px;
        font-weight: 600;
        color: #102744;
    }

    .quotation-commercial-body {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 470px;
        gap: 35px;
        align-items: start;
        margin-top: 17px;
    }

    .quotation-commercial-note {
        padding: 15px 16px;
        border: 1px solid #eee9e1;
        background: #fcfbf8;
    }

    .quotation-commercial-note-title {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .1em;
        color: #52627a;
    }

    .quotation-commercial-note-text {
        max-width: 420px;
        margin-top: 6px;
        font-size: 13px;
        line-height: 1.55;
        color: #8a95a6;
    }


    .quotation-pricing {
        width: 100%;
    }

    .quotation-price-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 38px;
        border-bottom: 1px solid #eee9e1;
    }

    .quotation-price-row span {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .08em;
        color: #7d899a;
    }

    .quotation-price-row strong {
        font-size: 13px;
        font-weight: 600;
        color: #102744;
    }

    .quotation-price-row .quotation-discount {
        color: #9a7100;
    }

    .quotation-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-top: 10px;
        padding: 13px 15px;
        background: #f4f6f8;
        border: 1px solid #e7ebef;
    }

    .quotation-total span {
        display: block;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .11em;
        color: #637187;
    }

    .quotation-total small {
        display: block;
        margin-top: 4px;
        font-size: 13px;
        color: #9aa3af;
    }

    .quotation-total strong {
        font-size: 22px;
        font-weight: 700;
        color: #071b3a;
        white-space: nowrap;
    }

    .quotation-notes {
        margin-top: 14px;
        padding: 13px 15px;
        background: #fcfbf8;
        border: 1px solid #eee9e1;
        font-size: 13px;
        line-height: 1.6;
        color: #44536a;
    }


    .quotation-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px;
        font-size: 13px;
        color: #9aa3af;
    }


    @media (max-width: 900px) {

        .quotation-commercial-body {
            grid-template-columns: 1fr;
        }

        .quotation-commercial-note {
            display: none;
        }

        .quotation-pricing {
            max-width: 100%;
        }

    }


    @media (max-width: 700px) {

        .quotation-top {
            padding: 18px;
            align-items: flex-start;
            flex-direction: column;
        }

        .quotation-top-right {
            text-align: left;
        }

        .quotation-number {
            font-size: 23px;
        }

        .quotation-meta {
            grid-template-columns: 1fr 1fr;
        }

        .quotation-meta-item:nth-child(2) {
            border-right: 0;
        }

        .quotation-meta-item:nth-child(-n+2) {
            border-bottom: 1px solid #eee9e1;
        }

        .quotation-section-grid {
            grid-template-columns: 1fr;
        }

        .quotation-property-grid {
            grid-template-columns: 1fr;
        }

        .quotation-property {
            padding: 10px 0 !important;
            border-right: 0 !important;
            border-bottom: 1px solid #eee9e1;
        }

        .quotation-property:last-child {
            border-bottom: 0;
        }

        .quotation-detail {
            align-items: flex-start;
            flex-direction: column;
            gap: 4px;
        }

        .quotation-detail strong {
            text-align: left;
        }

        .quotation-booking {
            align-items: flex-start;
            flex-wrap: wrap;
        }

        .quotation-booking-number {
            width: 100%;
            padding-left: 46px;
            text-align: left;
        }

        .quotation-total {
            align-items: flex-start;
            flex-direction: column;
        }

        .quotation-total strong {
            font-size: 20px;
        }

        .quotation-footer {
            align-items: flex-start;
            flex-direction: column;
            gap: 5px;
        }

    }


    @media print {

        .quotation-header-actions {
            display: none !important;
        }

        .quotation-section,
        .quotation-meta,
        .quotation-top {
            break-inside: avoid;

            box-shadow: none !important;
        }

        .quotation-document {
            width: 100%;
        }

        .quotation-commercial-body {
            grid-template-columns: minmax(0, 1fr) 470px;
        }

        .quotation-commercial-note {
            display: block;
        }

    }

    .quotation-property-section {
        background: #f7fbfc;
        border: 1px solid #dce9ec;
        border-top: 3px solid #4f8792;
    }

    .quotation-property-section .quotation-section-title {
        color: #3e6f78;
    }

    .quotation-property-section .quotation-section-subtitle {
        color: #819ca2;
    }


    .quotation-property-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;

        margin-top: 3px;
    }



    .quotation-property {
        padding: 13px 18px 4px 0;
    }

    .quotation-property:not(:last-child) {
        border-right: 1px solid #dfe9eb;
    }

    .quotation-property:not(:first-child) {
        padding-left: 18px;
    }


    .quotation-property span {
        display: block;

        font-size: 10px;
        font-weight: 700;

        letter-spacing: .11em;

        color: #718b91;
    }



    .quotation-property strong {
        display: block;

        margin-top: 7px;

        font-size: 14px;
        font-weight: 600;

        color: #183f46;
    }

    @media (max-width: 700px) {

        .quotation-property-grid {
            grid-template-columns: 1fr;
        }

        .quotation-property {
            padding: 11px 0 !important;

            border-right: 0 !important;
            border-bottom: 1px solid #dfe9eb;
        }

        .quotation-property:last-child {
            border-bottom: 0;
        }

    }

    .quotation-commercial {
        background: #fafbfc;
        border: 1px solid #dfe5eb;
        border-top: 3px solid #526f91;
    }



    .quotation-commercial .quotation-section-header {
        border-bottom: 1px solid #e3e8ed;
    }

    .quotation-commercial .quotation-section-title {
        color: #405b79;
    }

    .quotation-commercial .quotation-section-subtitle {
        color: #8a98a9;
    }



    .quotation-commercial-badge {
        padding: 6px 10px;
        /* border: 1px solid #d9e1e9; */
        background: yellowgreen;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .12em;
        color: white;
    }


    .quotation-commercial-body {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 500px;
        gap: 35px;
        align-items: center;
        margin-top: 18px;
    }


    .quotation-commercial-note {
        min-height: 150px;
        padding: 20px;
        border: 1px solid #e2e7ec;
        background: #ffffff;
    }

    .quotation-commercial-icon {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 13px;
        background: #edf3f8;
        border: 1px solid #d9e4ed;
        color: #466784;
        font-size: 16px;
        font-weight: 700;
    }

    .quotation-commercial-note-title {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .1em;
        color: #415873;
    }

    .quotation-commercial-note-text {
        max-width: 400px;
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.55;
        color: #8794a4;
    }


    .quotation-commercial-note-footer {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
        padding-top: 12px;
        border-top: 1px solid #edf0f3;
        font-size: 13px;
        color: #9aa5b2;
    }

    .quotation-commercial-note-footer strong {
        font-size: 13px;
        color: #405a76;
    }


    .quotation-pricing {
        width: 100%;
    }


    .quotation-price-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 52px;
        padding: 5px 0;
        border-bottom: 1px solid #e5e9ed;
    }

    .quotation-price-row > div {
        min-width: 0;
    }

    .quotation-price-row span {
        display: block;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .1em;
        color: #718095;
    }

    .quotation-price-row small {
        display: block;
        margin-top: 3px;
        font-size: 13px;
        color: #a0a9b4;
    }

    .quotation-price-row strong {
        font-size: 13px;
        font-weight: 600;
        color: #172d49;
        white-space: nowrap;
    }

    .quotation-price-row .quotation-discount {
        color: #a47708;
    }



    .quotation-total {
        display: flex;

        align-items: center;
        justify-content: space-between;

        gap: 20px;

        margin-top: 12px;

        padding: 17px 18px;

        background: #eef3f7;

        border: 1px solid #d7e0e8;

        border-left: 4px solid #526f91;
    }

    .quotation-total-label span {
        display: block;

        font-size: 13px;
        font-weight: 700;

        letter-spacing: .1em;

        color: #52677f;
    }

    .quotation-total-label small {
        display: block;
        margin-top: 4px;
        font-size: 13px;
        color: #8b98a7;
    }

    .quotation-total > strong {
        font-size: 25px;
        font-weight: 700;
        color: #09213e;
        white-space: nowrap;
    }


    @media (max-width: 900px) {

        .quotation-commercial-body {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .quotation-commercial-note {
            min-height: auto;
        }

    }


    @media (max-width: 600px) {

        .quotation-commercial-badge {
            display: none;
        }

        .quotation-total {
            align-items: flex-start;
            flex-direction: column;
        }

        .quotation-total > strong {
            font-size: 21px;
        }

    }

    .quotation-notes-section {
        background: #fafbfc;
        border: 1px solid #e2e7ec;
        border-top: 3px solid #718096;
    }

    .quotation-notes-section .quotation-section-title {
        color: #536579;
    }

    .quotation-notes-section .quotation-section-subtitle {
        color: #8d99a8;
    }



    .quotation-notes-badge {
        padding: 6px 10px;
        background: yellowgreen;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .12em;
        color: #fff;
    }


    .quotation-notes {
        display: flex;
        align-items: flex-start;
        gap: 13px;
        margin-top: 15px;
        padding: 15px 16px;
        background: #ffffff;
        border: 1px solid #e5e9ed;
    }



    .quotation-notes-icon {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 28px;
        border-radius: 50%;
        background: #eef2f5;
        border: 1px solid #dce2e7;
        font-size: 13px;
        font-weight: 700;
        color: #647589;
    }



    .quotation-notes-content {
        min-width: 0;
    }

    .quotation-notes-label {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .11em;
        color: #66768a;
    }

    .quotation-notes-text {
        margin-top: 5px;
        font-size: 13px;
        line-height: 1.65;
        color: #46566b;
        white-space: pre-line;
    }


    .quotation-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px;
        padding: 12px 4px;
        border-top: 1px solid #e3e7eb;
    }


    .quotation-footer-left,
    .quotation-footer-right {
        display: flex;
        align-items: center;
        gap: 8px;
    }


    .quotation-footer span {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .12em;
        color: #9aa4b1;
    }


    .quotation-footer strong {
        font-size: 13px;
        font-weight: 600;
        color: #52647a;
    }



    @media (max-width: 600px) {

        .quotation-notes-badge {
            display: none;
        }

        .quotation-notes {
            padding: 13px;
        }
        .quotation-footer {
            align-items: flex-start;
            flex-direction: column;
            gap: 8px;
        }
    }

    .lead-bulk-bar {
        width: 100%;
        box-sizing: border-box;

        display: flex;
        align-items: center;
        justify-content: space-between;

        gap: 24px;

        margin: 16px 0 12px;

        padding: 14px 16px;

        background: #ffffff;

        border: 1px solid #e8e2d9;

        border-radius: 2px;

        box-shadow: 0 1px 2px rgba(16, 36, 65, 0.03);
    }


    .lead-bulk-info {
        display: flex;
        align-items: center;

        gap: 12px;

        min-width: 0;
    }


    .lead-bulk-icon {
        width: 34px;
        height: 34px;

        flex: 0 0 34px;

        display: flex;
        align-items: center;
        justify-content: center;

        border: 1px solid #e4ddd2;

        background: #faf8f4;

        color: #b97816;

        font-size: 16px;
        font-weight: 600;
    }


    .lead-bulk-info > div:last-child {
        display: flex;
        flex-direction: column;

        gap: 3px;

        min-width: 0;
    }


    .lead-bulk-info strong {
        display: block;

        color: #102441;

        font-size: 13px;
        line-height: 1.3;

        font-weight: 700;

        letter-spacing: .04em;
    }


    .lead-bulk-info span {
        display: block;

        color: #8c96a5;

        font-size: 12px;
        line-height: 1.4;
    }


    .lead-bulk-form {
        display: flex;
        align-items: center;

        gap: 10px;

        margin: 0;

        flex: 0 0 auto;
    }


    .lead-bulk-select {
        width: 210px;
        height: 40px;

        padding: 0 34px 0 13px;

        border: 1px solid #ded8ce;

        border-radius: 2px;

        background-color: #ffffff;

        color: #102441;

        font-size: 12px;
        font-weight: 500;

        outline: none;

        cursor: pointer;

        transition:
            border-color .18s ease,
            box-shadow .18s ease;
    }


    .lead-bulk-select:hover {
        border-color: #c8bda9;
    }


    .lead-bulk-select:focus {
        border-color: #b97816;

        box-shadow: 0 0 0 2px rgba(185, 120, 22, .08);
    }



    .lead-bulk-form .srk-btn {
        height: 40px;

        padding: 0 18px;

        display: inline-flex;
        align-items: center;
        justify-content: center;

        white-space: nowrap;

        font-size: 11px;
        font-weight: 700;

        letter-spacing: .08em;
    }


    .lead-bulk-form .srk-btn:disabled {
        opacity: .45;

        cursor: not-allowed;

        box-shadow: none;
    }


    .lead-bulk-selected-count {
        display: none;

        color: #53647b;

        font-size: 11px;

        font-weight: 600;

        white-space: nowrap;
    }


    @media (max-width: 900px) {

        .lead-bulk-bar {
            flex-direction: column;

            align-items: stretch;

            gap: 14px;

            padding: 14px;
        }


        .lead-bulk-info {
            width: 100%;
        }


        .lead-bulk-form {
            width: 100%;

            display: grid;

            grid-template-columns: minmax(0, 1fr) auto;

            gap: 8px;
        }


        .lead-bulk-select {
            width: 100%;
        }


        .lead-bulk-form .srk-btn {
            width: auto;

            padding-left: 14px;
            padding-right: 14px;
        }

    }


    @media (max-width: 560px) {

        .lead-bulk-bar {
            margin: 12px 0;

            padding: 12px;
        }


        .lead-bulk-icon {
            width: 30px;
            height: 30px;

            flex-basis: 30px;

            font-size: 14px;
        }


        .lead-bulk-info strong {
            font-size: 12px;
        }


        .lead-bulk-info span {
            font-size: 11px;
        }


        .lead-bulk-form {
            grid-template-columns: 1fr;
        }


        .lead-bulk-select {
            width: 100%;

            height: 38px;
        }


        .lead-bulk-form .srk-btn {
            width: 100%;

            height: 38px;
        }

    }

    .srk-table {
        width: 100%;
        max-width: 100%;

        background: #ffffff;

        border: 1px solid #e7dfd3;

        box-sizing: border-box;

        overflow: hidden;
    }

    .srk-table__inner {
        width: 100%;

        box-sizing: border-box;

        overflow-x: auto;
        overflow-y: auto;

        scrollbar-width: thin;
        scrollbar-color: #c9c1b5 #f7f5f1;
    }



    .srk-table__inner::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    .srk-table__inner::-webkit-scrollbar-track {
        background: #f7f5f1;
    }

    .srk-table__inner::-webkit-scrollbar-thumb {
        background: #c9c1b5;

        border-radius: 10px;
    }

    .srk-table__inner::-webkit-scrollbar-thumb:hover {
        background: #aaa091;
    }



    .srk-table .srk-thead {
        min-height: 48px;

        align-items: center;

        background: #fbfaf7;

        border-bottom: 1px solid #e7dfd3;

        box-sizing: border-box;
    }



    .srk-table .srk-th {
        min-width: 0;

        color: #65758b;

        font-family: "Plus Jakarta Sans", sans-serif;

        font-size: 10px;

        font-weight: 600;

        line-height: 1.3;

        letter-spacing: .14em;

        text-transform: uppercase;

        white-space: nowrap;

        overflow: hidden;

        text-overflow: ellipsis;

        box-sizing: border-box;
    }



    .srk-table .srk-trow {

        min-height: 78px;

        align-items: center;

        background: #ffffff;

        border-bottom: 1px solid #eee8df;

        box-sizing: border-box;

        transition:
            background .15s ease;
    }

    .srk-table .srk-trow:hover {
        background: #fcfaf7;
    }

    .srk-table .srk-trow:last-child {
        border-bottom: 0;
    }



    .srk-table .srk-td {

        min-width: 0;

        color: #00132f;

        font-family: "Plus Jakarta Sans", sans-serif;

        font-size: 13px;

        line-height: 1.45;

        box-sizing: border-box;
    }


    .srk-table .srk-td__label {
        display: none;
    }


    .srk-table .srk-td__value {

        width: 100%;

        min-width: 0;

        color: #00132f;

        font-size: 13px;

        font-weight: 400;

        line-height: 1.45;

        white-space: nowrap;

        overflow: hidden;

        text-overflow: ellipsis;

        box-sizing: border-box;
    }

    .srk-table .srk-td__value--bold {
        font-weight: 600;
    }


    .srk-table .srk-td__sub {

        margin-top: 2px;

        color: #8b98aa;

        font-size: 11.5px;

        font-weight: 400;

        line-height: 1.4;

        white-space: nowrap;

        overflow: hidden;

        text-overflow: ellipsis;
    }


    .srk-table .srk-td--select {

        width: 40px;

        min-width: 40px;

        max-width: 40px;

        display: flex;

        align-items: center;

        justify-content: center;

        box-sizing: border-box;
    }


    .srk-table input[type="checkbox"] {

        width: 15px;

        height: 15px;

        margin: 0;

        padding: 0;

        cursor: pointer;

        accent-color: #006bd6;
    }


    .srk-table .srk-td--action {

        width: 100px;

        min-width: 100px;

        max-width: 100px;

        position: relative;

        display: flex;

        align-items: center;

        box-sizing: border-box;
    }



    .srk-table .srk-actions {

        position: relative;

        display: flex;

        align-items: center;
    }



    .srk-table .srk-actions__trigger {

        width: 30px;

        height: 30px;

        display: flex;

        align-items: center;

        justify-content: center;

        padding: 0;

        background: #ffffff;

        border: 1px solid #e4ddd2;

        color: #738198;

        font-size: 16px;

        line-height: 1;

        cursor: pointer;

        box-sizing: border-box;

        transition:
            background .15s ease,
            border-color .15s ease,
            color .15s ease;
    }


    .srk-table .srk-actions__trigger:hover {

        background: #fbfaf7;

        border-color: #cbbda8;

        color: #9b6b00;
    }


    .srk-table .srk-expand-trigger {

        width: 24px;

        min-width: 24px;

        display: flex;

        align-items: center;

        justify-content: center;

        color: #8793a4;

        box-sizing: border-box;
    }


    .srk-table .srk-status {

        display: inline-flex;

        align-items: center;

        gap: 7px;

        white-space: nowrap;

        font-size: 12px;

        font-weight: 500;

        line-height: 1.4;
    }


    .srk-table .srk-status__dot {

        width: 7px;

        height: 7px;

        min-width: 7px;

        border-radius: 50%;
    }



    .srk-table .srk-chip--success {
        color: #4f7d4d;
    }

    .srk-table .srk-chip--success .srk-status__dot {
        background: #4f7d4d;
    }


    .srk-table .srk-chip--warning {
        color: #b47b00;
    }

    .srk-table .srk-chip--warning .srk-status__dot {
        background: #c58a00;
    }


    .srk-table .srk-chip--danger {
        color: #c0392b;
    }

    .srk-table .srk-chip--danger .srk-status__dot {
        background: #c0392b;
    }


    .srk-table .srk-chip--info {
        color: #2d73ba;
    }

    .srk-table .srk-chip--info .srk-status__dot {
        background: #2d73ba;
    }


    .srk-table .srk-chip--neutral {
        color: #7f8b9d;
    }

    .srk-table .srk-chip--neutral .srk-status__dot {
        background: #9da7b5;
    }


    .srk-table .srk-actions__menu {
        position: absolute;
        top: 36px;
        left: 0;
        z-index: 1000;
        width: 210px;
        background: #ffffff;
        border: 1px solid #e4ddd2;
        box-shadow:
            0 12px 30px rgba(0, 19, 47, .12);
        box-sizing: border-box;
    }



    .srk-table .srk-expand {
        width: 100%;
        padding: 20px;
        background: #fbfaf7;
        border-bottom: 1px solid #e7dfd3;
        box-sizing: border-box;
    }


    .srk-table .srk-expand__grid {
        display: grid;
        grid-template-columns:
            repeat(4, minmax(160px, 1fr));
        gap: 20px 28px;
    }


    .srk-table .srk-expand__item {
        min-width: 0;
    }


    .srk-table .srk-expand__k {
        color: #7c8797;
        font-size: 9px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: .14em;
        text-transform: uppercase;
    }


    .srk-table .srk-expand__v {
        margin-top: 5px;
        color: #00132f;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.5;
        overflow-wrap: anywhere;
    }


    .srk-table .srk-pager {
        width: 100%;
        min-height: 64px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 18px;
        background: #ffffff;
        border-top: 1px solid #e7dfd3;
        box-sizing: border-box;
    }


    .srk-table .srk-pager__count {
        color: #96a0af;
        font-size: 11px;
        white-space: nowrap;
    }


    .srk-table .srk-pager a,
    .srk-table .srk-pager button {
        box-sizing: border-box;
    }

    @media (max-width: 1000px) {
        .srk-table__inner {
            overflow-x: auto;
            overflow-y: auto;
        }


        .srk-table .srk-th {
            font-size: 9px;
            letter-spacing: .12em;
        }


        .srk-table .srk-td {
            font-size: 12px;
        }


        .srk-table .srk-td__value {
            font-size: 12px;
        }


        .srk-table .srk-td__sub {
            font-size: 11px;
        }


        .srk-table .srk-expand__grid {
            grid-template-columns:
                repeat(2, minmax(160px, 1fr));
        }
    }


@media (max-width: 760px) {

    .srk-table,
    .srk-table--brokers {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        border-left: 1px solid var(--srk-border);
        border-right: 1px solid var(--srk-border);
    }

    .srk-table__inner,
    .srk-table--brokers .srk-table__inner {
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }


    .srk-thead,
    .srk-table--brokers .srk-thead {
        display: none !important;
    }


    .srk-trow,
    .srk-table--brokers .srk-trow {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100%;
        min-width: 0;
        min-height: 0;
        gap: 0 !important;
        padding: 16px 52px 16px 16px !important;
        position: relative;
        box-sizing: border-box;
        background: #ffffff;
        border-bottom: 1px solid var(--srk-divider);
        overflow: visible;
    }


    .srk-trow > .srk-td,
    .srk-table--brokers .srk-trow > .srk-td {
        display: block;
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
        padding: 8px 0 !important;
        box-sizing: border-box;
        overflow: visible;
    }


    .srk-trow > .srk-td + .srk-td {
        border-top: 1px solid var(--srk-hairline);
        padding-top: 10px !important;
        margin-top: 2px;
    }


    .srk-td__label {
        display: block !important;
        width: 100%;
        margin: 0 0 4px;
        color: var(--srk-muted);
        font-family: var(--srk-font);
        font-size: 9px;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

    .srk-td__value {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        color: var(--srk-text);
        font-size: 13px;
        line-height: 1.5;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }


    .srk-td__value--bold {
        font-weight: 600;
    }

    .srk-td__sub {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-top: 3px;
        color: var(--srk-muted);
        font-size: 11.5px;
        line-height: 1.45;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .srk-td--num {
        text-align: left !important;
    }


    .srk-status,
    .srk-chip {

        display: inline-flex;

        align-items: center;

        max-width: 100%;

        white-space: normal;

        flex-wrap: wrap;
    }

    .srk-trow > .srk-td--action,
    .srk-table--brokers .srk-trow > .srk-td--action {

        width: auto !important;

        max-width: none;

        padding: 0 !important;

        margin: 0;

        position: absolute;

        top: 14px;

        right: 12px;

        display: flex !important;

        align-items: center;

        justify-content: center;

        border: 0 !important;
    }


    .srk-actions {

        position: relative;

        width: 30px;

        height: 30px;
    }


    .srk-actions__trigger {

        width: 30px;

        height: 30px;

        display: flex;

        align-items: center;

        justify-content: center;

        padding: 0;

        box-sizing: border-box;
    }

    .srk-actions__menu {
        position: absolute;
        top: 34px;
        right: 0;
        left: auto;
        z-index: 9999;
        width: 210px;
        max-width: calc(100vw - 30px);
        box-sizing: border-box;
        background: var(--srk-card);
        border: 1px solid var(--srk-border);
        box-shadow: 0 14px 32px rgba(0, 19, 47, .14);
        overflow: hidden;
    }


    .srk-actions__item {
        width: 100%;
        min-height: 40px;

        padding: 10px 12px;

        box-sizing: border-box;

        white-space: normal;

        overflow-wrap: anywhere;
    }

    .srk-expand {
        width: 100%;
        padding: 16px !important;
        box-sizing: border-box;
        overflow: visible;
    }


    .srk-expand__grid {
        display: grid;
        grid-template-columns: 1fr !important;
        width: 100%;
        gap: 14px;
        box-sizing: border-box;
    }


    .srk-expand__item {
        width: 100%;
        min-width: 0;
    }


    .srk-expand__k {
        display: block;
        margin-bottom: 4px;
        font-size: 9.5px;
        line-height: 1.3;
        letter-spacing: .14em;
        text-transform: uppercase;
        color: var(--srk-label);
    }


    .srk-expand__v {
        width: 100%;
        max-width: 100%;
        font-size: 13px;
        line-height: 1.5;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }


    .srk-pager {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
        padding: 12px 16px !important;
        box-sizing: border-box;
    }


    .srk-pager nav {
        max-width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .srk-pager nav::-webkit-scrollbar {
        display: none;
    }

    .srk-filters {
        width: 100%;
        padding: 16px !important;
        box-sizing: border-box;
        overflow: visible;
    }


    .srk-filters__grid {
        display: grid;
        grid-template-columns: 1fr !important;
        width: 100%;
        gap: 15px;
        box-sizing: border-box;
    }


    .srk-filters__actions {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 9px;
    }


    .srk-filters__actions .srk-btn {
        width: 100%;
    }


    .srk-field-grid,
    .srk-field-grid--2 {
        grid-template-columns: 1fr !important;
        width: 100%;
    }


    .srk-field--wide {
        grid-column: auto !important;
    }


    .lead-summary-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }


    .lead-summary-item {
        width: 100%;
        min-width: 0;
    }


    .lead-summary-item strong {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .lead-status-group {
        width: 100%;
        justify-content: flex-start !important;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 6px;
    }


    .lead-title-row {
        max-width: 100%;
        padding-right: 35px;
        box-sizing: border-box;
    }

    .lead-page-actions {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }


    .lead-page-actions .srk-btn {
        flex: 1 1 100%;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .srk-trow,
    .srk-table--brokers .srk-trow {
        padding: 14px 48px 14px 14px !important;
    }


    .srk-trow > .srk-td {
        padding: 7px 0 !important;
    }


    .srk-td__label {
        font-size: 8.5px;
        letter-spacing: .12em;
    }


    .srk-td__value {
        font-size: 12.5px;
    }


    .srk-td__sub {
        font-size: 11px;
    }


    .srk-actions__menu {
        width: 190px;
        max-width: calc(100vw - 24px);
    }


    .srk-pager {
        justify-content: flex-start;
    }
}

@media (max-width: 360px) {
    .srk-trow,
    .srk-table--brokers .srk-trow {
        padding-left: 12px !important;
        padding-right: 44px !important;
    }


    .srk-td__value {
        font-size: 12px;
    }


    .srk-actions {
        width: 28px;
        height: 28px;
    }


    .srk-actions__trigger {
        width: 28px;
        height: 28px;
    }


    .srk-actions__menu {
        width: 180px;
        right: -2px;
    }
}

.quotation-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}


.quotation-status-form {
    display: flex;
    align-items: center;
    margin: 0;
}


.quotation-status-select {
    appearance: none;
    -webkit-appearance: none;

    height: 40px;
    min-width: 175px;

    padding: 0 38px 0 14px;

    border: 1px solid #ddd5c9;
    border-radius: 2px;

    background-color: #fff;

    background-image:
        linear-gradient(45deg, transparent 50%, #6d7888 50%),
        linear-gradient(135deg, #6d7888 50%, transparent 50%);

    background-position:
        calc(100% - 17px) 17px,
        calc(100% - 12px) 17px;
    background-size:5px 5px,5px 5px;
    background-repeat: no-repeat;
    color: #102441;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        background-color .18s ease;
}


.quotation-status-select:hover {
    border-color: #c9bda9;
    background-color: #fcfbf8;
}


.quotation-status-select:focus {
    border-color: #102441;

    box-shadow:
        0 0 0 3px rgba(16, 36, 65, .07);
}



.quotation-status-select option {
    color: #102441;

    background: #ffffff;

    font-size: 12px;

    font-weight: 500;
}


.quotation-header-actions .srk-btn {
    height: 40px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    white-space: nowrap;
}

.quotation-status--quoted {
    color: #176b4d;
}

.quotation-status--quoted span {
    background: #176b4d;
}

.quotation-status--requoted {
    color: #a56b00;
}

.quotation-status--requoted span {
    background: #a56b00;
}


.quotation-status--accepted {
    color: #176b4d;
}

.quotation-status--accepted span {
    background: #176b4d;
}


.quotation-status--rejected {
    color: #b53b32;
}

.quotation-status--rejected span {
    background: #b53b32;
}


.quotation-status--expired {
    color: #b53b32;
}

.quotation-status--expired span {
    background: #b53b32;
}


.quotation-status--draft {
    color: #718096;
}

.quotation-status--draft span {
    background: #718096;
}


.quotation-status--sent {
    color: #356da8;
}

.quotation-status--sent span {
    background: #356da8;
}

@media (max-width: 700px) {

    .quotation-header-actions {
        width: 100%;

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 8px;

        align-items: stretch;
    }


    .quotation-status-form {
        width: 100%;
    }


    .quotation-status-select {
        width: 100%;
        min-width: 0;

        height: 40px;
    }


    .quotation-header-actions .srk-btn {
        width: 100%;

        min-width: 0;

        padding-left: 10px;
        padding-right: 10px;

        font-size: 10px;
    }
}


@media (max-width: 480px) {
    .quotation-header-actions {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }


    .quotation-status-form {
        width: 100%;
    }

    .quotation-status-select {
        width: 100%;
        height: 42px;
    }

    .quotation-header-actions .srk-btn {
        width: 100%;
        height: 42px;
    }
}


@media (max-width: 360px) {
    .quotation-header-actions {
        gap: 7px;
    }

    .quotation-status-select {
        height: 40px;
        font-size: 9px;
    }

    .quotation-header-actions .srk-btn {
        height: 40px;
        font-size: 9px;
    }
}


.dashboard-kpis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--srk-divider);
    background: #fff;
}

.dashboard-kpi {
    min-width: 0;
    padding: 28px;
    border-right: 1px solid var(--srk-divider);
}

.dashboard-kpi:last-child {
    border-right: 0;
}

.dashboard-kpi__label {
    font-size: 11.5px;
    line-height: 1.3;
    color: var(--srk-muted);
    text-transform: uppercase;
    letter-spacing: .14em;
}

.dashboard-kpi__value {
    margin-top: 14px;
    font-size: 38px;
    line-height: 1;
    font-weight: 500;
    color: var(--srk-navy);
}

.dashboard-kpi__value--gold {
    color: var(--srk-gold);
}

.dashboard-kpi__value--success {
    color: var(--srk-success);
}

.dashboard-kpi__value--danger {
    color: var(--srk-danger);
}

.dashboard-kpi__delta,
.dashboard-kpi__note {
    margin-top: 12px;
    font-size: 13.5px;
}

.dashboard-kpi__delta.positive {
    color: var(--srk-success);
}

.dashboard-kpi__delta.negative {
    color: var(--srk-danger);
}

.dashboard-kpi__note {
    color: var(--srk-muted);
}


.dashboard-grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 22px;
    margin-top: 22px;
}

.dashboard-grid--bottom {
    margin-top: 22px;
}


.dashboard-card {
    min-width: 0;
    padding: 27px 28px;
    background: #fff;
    border: 1px solid var(--srk-divider);
}

.dashboard-card--bookings {
    min-height: 305px;
}

.dashboard-card--list {
    padding-bottom: 8px;
}

.dashboard-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.dashboard-card__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--srk-navy);
}

.dashboard-card__meta {
    flex-shrink: 0;
    font-size: 13.5px;
    color: var(--srk-muted);
}

.dashboard-link {
    flex-shrink: 0;
    color: var(--srk-gold);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-decoration: none;
}

.dashboard-link:hover {
    text-decoration: underline;
}

.booking-chart {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    height: 205px;
    margin-top: 26px;
    padding: 0 4px;
}

.booking-chart__item {
    display: flex;
    flex: 1;
    min-width: 20px;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.booking-chart__value {
    margin-bottom: 8px;
    font-size: 11.5px;
    line-height: 1;
    color: var(--srk-muted);
}

.booking-chart__bar {
    display: block;
    width: 26px;
    height: 105px;
    max-width: 100%;
}

.booking-chart__bar-fill {
    fill: var(--srk-navy);
}

.booking-chart__bar-fill.is-current {
    fill: var(--srk-gold);
}

.booking-chart__label {
    margin-top: 9px;
    font-size: 11px;
    line-height: 1;
    color: var(--srk-muted);
    text-transform: uppercase;
}

.collection-list {
    margin-top: 24px;
}

.collection-item {
    margin-bottom: 18px;
}

.collection-item:last-child {
    margin-bottom: 0;
}

.collection-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 8px;
}

.collection-item__name {
    font-size: 14.5px;
    color: var(--srk-navy);
}

.collection-item__amount {
    font-size: 14.5px;
    color: var(--srk-muted);
}

.collection-progress {
    width: 100%;
    height: 3px;
    background: #eeeae2;
}
.collection-progress__value {
    height: 3px;
    background: var(--srk-navy);
}

.collection-progress__value.is-highlight {
    background: var(--srk-gold);
}

.collection-progress__value.progress-10 {
    width: 10%;
}

.collection-progress__value.progress-25 {
    width: 25%;
}

.collection-progress__value.progress-50 {
    width: 50%;
}

.collection-progress__value.progress-75 {
    width: 75%;
}

.collection-progress__value.progress-90 {
    width: 90%;
}

.collection-progress__value.progress-100 {
    width: 100%;
}

.collection-progress__value.is-highlight {
    background: var(--srk-gold);
}

.dashboard-note {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--srk-divider);
    font-size: 14px;
    line-height: 1.7;
    color: var(--srk-muted);
}

.booking-list {
    margin-top: 15px;
}

.booking-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 0;
    border-bottom: 1px solid var(--srk-divider);
}

.booking-row__customer {
    min-width: 0;
}

.booking-row__name {
    font-size: 15px;
    font-weight: 600;
    color: var(--srk-navy);
}

.booking-row__details {
    margin-top: 3px;
    font-size: 13.5px;
    color: var(--srk-muted);
}

.booking-row__payment {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-shrink: 0;
}

.booking-row__status {
    min-width: 70px;
    text-align: right;
}

.booking-status {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-bottom: 3px;
    font-size: 13.5px;
}

.booking-status__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
}

.status--paid {
    color: var(--srk-success);
}

.status--partial {
    color: var(--srk-gold);
}

.status--unpaid {
    color: var(--srk-danger);
}

.status--default {
    color: var(--srk-muted);
}

.booking-row__date {
    font-size: 13px;
    color: var(--srk-muted);
}

.booking-row__amount {
    min-width: 85px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--srk-navy);
    text-align: right;
}


.site-visit-list {
    margin-top: 15px;
}

.site-visit {
    display: flex;
    gap: 20px;
    padding: 11px 0;
    border-bottom: 1px solid var(--srk-divider);
}

.site-visit__time {
    width: 62px;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--srk-gold);
}

.site-visit__content {
    min-width: 0;
}

.site-visit__customer {
    font-size: 15px;
    font-weight: 600;
    color: var(--srk-navy);
}

.site-visit__details {
    margin-top: 3px;
    font-size: 13px;
    color: var(--srk-muted);
}


@media (max-width: 1200px) {

    .dashboard-kpi {
        padding: 22px;
    }

    .dashboard-kpi__value {
        font-size: 38px;
    }

    .booking-chart {
        gap: 12px;
    }

}

@media (max-width: 900px) {

    .dashboard-kpis {
        grid-template-columns: repeat(2, 1fr);
    }

    .dashboard-kpi:nth-child(2) {
        border-right: 0;
    }

    .dashboard-kpi:nth-child(-n + 2) {
        border-bottom: 1px solid var(--srk-divider);
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 600px) {

    .dashboard-kpis {
        grid-template-columns: 1fr;
    }

    .dashboard-kpi {
        border-right: 0;
        border-bottom: 1px solid var(--srk-divider);
    }

    .dashboard-kpi:last-child {
        border-bottom: 0;
    }

    .dashboard-card {
        padding: 20px;
    }

    .dashboard-card__header {
        align-items: flex-start;
    }

    .booking-chart {
        gap: 7px;
    }

    .booking-chart__bar {
        width: 18px;
    }

    .booking-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .booking-row__payment {
        width: 100%;
        justify-content: space-between;
    }
}

.report {
    width: 100%;
}

.report__header {
    padding: 18px 16px;
    margin-bottom: 16px;
}

.report__intro {
    margin-bottom: 14px;
}

.report__title {
    margin: 0;
    font-size: 21.5px;
    font-weight: 700;
    color: var(--srk-navy);
}

.report__subtitle {
    margin: 3px 0 0;
    font-size: 14px;
    color: var(--srk-muted);
}



.cashflow-report {
    width: 100%;
}

.cashflow-report__header {
    padding: 18px 16px;
    margin-bottom: 16px;
}

.cashflow-report__intro {
    margin-bottom: 14px;
}

.cashflow-report__title {
    margin: 0;
    font-size: 21.5px;
    font-weight: 700;
    color: var(--srk-navy);
}

.cashflow-report__subtitle {
    margin: 3px 0 0;
    font-size: 14px;
    color: var(--srk-muted);
}


.cashflow-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cashflow-card {
    padding: 10px 12px;
    border: 1px solid var(--srk-border);
    margin-top: 10px;
}


.cashflow-main,
.cashflow-heading,
.cashflow-details,
.cashflow-total {
    display: flex;
}

.cashflow-main {
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.cashflow-info {
    min-width: 0;
}

.cashflow-heading {
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}

.cashflow-id {
    font-size: 11.5px;
    color: var(--srk-muted);
}

.cashflow-customer {
    font-size: 18px;
    font-weight: 700;
    color: var(--srk-navy);
}

.cashflow-badge {
    display: inline-block;
    padding: 2px 7px;
    border: 1px solid var(--srk-border);
    background: #fff;
    color: var(--srk-label);
    font-size: 11.5px;
    font-weight: 600;
}

.cashflow-meta {
    margin-top: 4px;
    font-size: 14px;
    color: var(--srk-muted);
}


.cashflow-projection {
    min-width: 120px;
    text-align: right;
}

.field-label,
.total-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--srk-muted);
}

.cashflow-amount {
    font-size: 20.5px;
    font-weight: 700;
    color: var(--srk-success);
}

.cashflow-details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    margin-top: 8px;
    padding-top: 7px;
    border-top: 1px solid var(--srk-divider);
}

.field-value {
    margin-top: 2px;
    font-size: 15px;
    color: rgb(0, 19, 47);
}

.cashflow-total {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    align-items: center;
    gap: 15px;
    padding: 12px;
    background: var(--srk-navy);
    color: #fff;
}

.total-title {
    font-size: 18px;
    font-weight: 700;
}

.total-subtitle {
    margin-top: 4px;
    font-size: 7px;
    color: var(--srk-on-navy-2);
}

.cashflow-total__item {
    min-width: 0;
}

.total-value {
    margin-top: 2px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.cashflow-total__grand {
    text-align: right;
}

.grand-value {
    margin-top: 2px;
    font-size: 22px;
    font-weight: 700;
    color: rgb(183, 224, 174);
}


@media (max-width: 900px) {

    .cashflow-main {
        flex-direction: column;
    }

    .cashflow-projection {
        width: 100%;
        text-align: left;
    }

    .cashflow-details {
        grid-template-columns: repeat(2, 1fr);
    }

    .cashflow-total {
        grid-template-columns: repeat(2, 1fr);
    }

    .cashflow-total__grand {
        text-align: left;
    }
}


@media (max-width: 600px) {

    .cashflow-card {
        padding: 10px;
    }

    .cashflow-details {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .cashflow-total {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cashflow-total__grand {
        text-align: left;
    }
}

.outstanding-report__header {
    padding: 18px;
    margin-bottom: 18px;
}

.outstanding-report__intro {
    margin-bottom: 16px;
}

.outstanding-report__title {
    font-size: 19px;
    font-weight: 700;
    color: var(--srk-navy);
}

.outstanding-report__subtitle {
    margin-top: 3px;
    font-size: 11px;
    color: var(--srk-muted);
}

.report-actions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.outstanding-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.outstanding-card {
    padding: 12px 14px;
    border: 1px solid var(--srk-border);
}

.outstanding-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    padding-bottom: 10px;
    border-bottom: 1px solid var(--srk-divider);
}

.outstanding-card__identity {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;

    min-width: 0;
}

.outstanding-card__id {
    font-size: 13.5px;
    color: var(--srk-muted);
}

.outstanding-card__customer {
    font-size: 18px;
    font-weight: 700;
    color: var(--srk-navy);
}

.outstanding-card__booking {
    font-size: 14px;
    color: var(--srk-muted);
}

.outstanding-card__total {
    flex-shrink: 0;
    text-align: right;
}

.outstanding-card__amount {
    font-size: 20.5px;
    font-weight: 700;
    color: var(--srk-danger);
}


.outstanding-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;

    padding: 10px 0;

    border-bottom: 1px solid var(--srk-divider);
}

.outstanding-field {
    min-width: 0;
}


.ageing-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;

    padding-top: 8px;
}

.ageing-field {
    min-width: 0;
}

.ageing-period {
    margin-top: 4px;

    font-size: 9px;
    line-height: 1.2;
    color: var(--srk-muted);
}

.ageing-field--group .ageing-period {
    margin-top: 7px;
}


.outstanding-total {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;

    padding: 15px 14px;

    background: var(--srk-navy);
    color: #fff;
}

.outstanding-total__heading {
    grid-column: 1 / -1;
    margin-bottom: -2px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.outstanding-total__item {
    min-width: 0;
}

.outstanding-total .total-label {
    color: var(--srk-on-navy-2);
}

.outstanding-total .total-value {
    margin-top: 2px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.outstanding-total__grand {
    min-width: 0;
    text-align: right;
}

.outstanding-total .grand-value {
    margin-top: 2px;
    font-size: 22px;
    font-weight: 700;
    color: rgb(255, 236, 215);
}


@media (max-width: 1000px) {

    .outstanding-grid,
    .ageing-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .outstanding-total {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .outstanding-total__heading {
        grid-column: 1 / -1;
    }
}


@media (max-width: 700px) {

    .outstanding-card__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .outstanding-card__total {
        width: 100%;
        text-align: left;
    }

    .outstanding-grid,
    .ageing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .outstanding-total {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .outstanding-total__heading {
        grid-column: 1 / -1;
    }

    .outstanding-total__grand {
        text-align: left;
    }
}


@media (max-width: 450px) {

    .outstanding-report__header,
    .outstanding-card {
        padding: 10px;
    }

    .outstanding-grid,
    .ageing-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .outstanding-total {
        grid-template-columns: 1fr;
    }

    .outstanding-total__heading {
        grid-column: auto;
    }
}

.tally-import-layout {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(600px, 775px) 1fr;
    gap: 20px;
    align-items: start;
}


.tally-import-form {
    padding: 28px 28px 24px;
}

.tally-import-title {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--srk-divider);

    font-size: 17px;
    font-weight: 700;
    color: var(--srk-navy);
}

.tally-import-file-field {
    max-width: 390px;
    margin-top: 20px;
}

.tally-import-file-field .srk-file {
    max-width: 390px;
}

.tally-import-description {
    max-width: 520px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--srk-muted);
}

.tally-import-template {
    margin-top: 6px;
}

.tally-import-template__link {
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    padding: 0px;
    margin-top: 10px;
    color: rgb(174, 121, 2);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    font-family: "Plus Jakarta Sans", sans-serif;
    cursor: pointer;
}

.tally-import-template__link:hover {
    color: var(--srk-gold-dark);
}

.tally-import-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.srk-hint--danger {
    color: var(--srk-danger);
}


.tally-history {
    margin-top: 20px;
    padding: 28px 28px 24px;
}

.tally-history__title {
    padding-bottom: 14px;
}


@media (max-width: 900px) {
    .tally-import-layout {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 600px) {
    .tally-import-form,
    .tally-history {
        padding: 22px 18px;
    }
    .tally-import-file-field {
        max-width: 100%;
    }
    .tally-import-file-field .srk-file {
        max-width: 100%;
    }
    .tally-import-actions {
        flex-direction: column;
    }
    .tally-import-actions .srk-btn {
        width: 100%;
    }
}


.role-filters {
    padding: 16px 20px;
    margin-bottom: 14px;
}

.role-filter-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 12px;
    align-items: end;
}

.role-filter-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px;
}


.role-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.role-card {
    padding: 12px 14px;
    position: relative;
}

.role-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.role-card__info {
    flex: 1;
    min-width: 0;
}

.role-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.role-heading__dot {
    width: 7px;
    height: 7px;
    display: inline-block;
    border: 1px solid var(--srk-border);
    flex-shrink: 0;
}

.role-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--srk-navy);
}

.role-meta {
    margin-top: 5px;
    font-size: 9.5px;
    color: var(--srk-muted);
}


.role-status {
    padding: 2px 8px;
    border: 1px solid currentColor;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.role-status--active {
    color: #4f7d4d;
}

.role-status--inactive {
    color: #c0392b;
}

.role-status--pending {
    color: #b47b00;
}


.role-actions {
    position: relative;
    flex-shrink: 0;
}

.role-actions__trigger {
    width: 22px;
    height: 22px;
    border: 1px solid var(--srk-border);
    background: var(--srk-card);
    color: var(--srk-muted);
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 0;
}

.role-actions__trigger:hover {
    border-color: var(--srk-gold);
    color: var(--srk-gold);
}

.role-actions__menu {
    display: none;
    position: absolute;
    top: 26px;
    right: 0;
    min-width: 145px;
    z-index: 50;

    background: var(--srk-card);
    border: 1px solid var(--srk-border);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .10);
}

.role-actions__menu.is-open {
    display: block;
}

.role-actions__item {
    display: block;
    width: 100%;
    padding: 8px 12px;

    border: 0;
    border-bottom: 1px solid var(--srk-divider);
    background: var(--srk-card);

    color: var(--srk-navy);
    font-family: var(--srk-font);
    font-size: 11px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.role-actions__item:last-child {
    border-bottom: 0;
}

.role-actions__item:hover {
    background: var(--srk-tint);
}

.role-actions__item--warning {
    color: #b47b00;
}

.role-actions__item--danger {
    color: #c0392b;
}


.role-permissions {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid var(--srk-divider);
}

.role-permissions__title {
    margin-bottom: 7px;

    font-size: 13px;
    letter-spacing: .12em;
    color: var(--srk-label);
    text-transform: uppercase;
}

.role-permissions__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.role-permission {
    padding: 3px 7px;
    border: 1px solid currentColor;

    background: var(--srk-card);

    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
}

.role-permission--view {
    color: #4f7d4d;
}

.role-permission--modify {
    color: #0b2a4a;
}

.role-permission--delete {
    color: #b47b00;
}

.role-permissions__empty {
    font-size: 10px;
    color: var(--srk-muted);
}


.role-empty {
    padding: 40px;
    text-align: center;
    color: var(--srk-muted);
}


@media (max-width: 900px) {

    .role-filter-grid {
        grid-template-columns: 1fr 1fr;
    }

    .role-filter-grid .srk-field:first-child {
        grid-column: 1 / -1;
    }

}


@media (max-width: 600px) {

    .role-filters {
        padding: 16px;
    }

    .role-filter-grid {
        grid-template-columns: 1fr;
    }

    .role-filter-grid .srk-field:first-child {
        grid-column: auto;
    }

    .role-filter-actions {
        justify-content: stretch;
        flex-wrap: wrap;
    }

    .role-filter-actions .srk-btn {
        flex: 1;
    }

    .role-card {
        padding: 12px;
    }

    .role-card__header {
        gap: 8px;
    }

    .role-permission {
        white-space: normal;
    }

}

@media (max-width: 400px) {
    .role-filter-actions {
        flex-direction: column;
    }
    .role-filter-actions .srk-btn {
        width: 100%;
    }
}

/* =========================================================
   ROLE MANAGEMENT
   ========================================================= */

.role-filters {
    padding: 16px 26px 18px;
    margin-bottom: 14px;
}

.role-filter-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 18px;
    align-items: end;
}

.role-filter-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px;
}


/* =========================================================
   ROLE LIST
   ========================================================= */

.role-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.role-card {
    padding: 18px 22px;
}


/* =========================================================
   ROLE HEADER
   ========================================================= */

.role-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.role-card__info {
    flex: 1;
    min-width: 0;
}

.role-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.role-heading__dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;

    display: inline-block;

    border: 1px solid var(--srk-border);
}

.role-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--srk-navy);
}

.role-meta {
    margin-top: 5px;

    font-size: 10px;
    color: var(--srk-muted);
}


/* =========================================================
   ROLE STATUS
   ========================================================= */

.role-status {
    padding: 3px 9px;

    border: 1px solid currentColor;

    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
}

.role-status--active {
    color: #4f7d4d;
}

.role-status--inactive {
    color: #c0392b;
}

.role-status--pending {
    color: #b47b00;
}


/* =========================================================
   ROLE ACTIONS
   ========================================================= */

.role-actions {
    position: relative;
    flex-shrink: 0;
}

.role-actions__trigger {
    width: 27px;
    height: 27px;

    padding: 0;

    border: 1px solid var(--srk-border);
    background: #fff;

    color: var(--srk-muted);

    cursor: pointer;

    font-size: 16px;
    line-height: 24px;
}

.role-actions__trigger:hover {
    color: var(--srk-navy);
    border-color: var(--srk-navy);
}

.role-actions__menu {
    display: none;

    position: absolute;
    top: 31px;
    right: 0;

    min-width: 150px;

    z-index: 100;

    background: #fff;
    border: 1px solid var(--srk-border);

    box-shadow: 0 8px 20px rgba(0, 0, 0, .10);
}

.role-actions__menu.is-open {
    display: block;
}

.role-actions__item {
    display: block;
    width: 100%;

    padding: 9px 12px;

    border: 0;
    border-bottom: 1px solid var(--srk-divider);

    background: #fff;

    color: var(--srk-navy);

    font-family: inherit;
    font-size: 11px;

    text-align: left;
    text-decoration: none;

    cursor: pointer;
}

.role-actions__item:last-child {
    border-bottom: 0;
}

.role-actions__item:hover {
    background: var(--srk-tint);
}

.role-actions__item--warning {
    color: #b47b00;
}

.role-actions__item--danger {
    color: #c0392b;
}


/* =========================================================
   PERMISSIONS
   ========================================================= */

.role-permissions {
    margin-top: 14px;
    padding-top: 11px;

    border-top: 1px solid var(--srk-divider);
}

.role-permissions__title {
    margin-bottom: 7px;

    font-size: 10px;
    letter-spacing: .12em;

    color: var(--srk-label);

    text-transform: uppercase;
}

.role-permissions__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.role-permission {
    display: inline-block;

    padding: 4px 9px;

    border: 1px solid currentColor;

    background: #fff;

    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;

    white-space: nowrap;
}

.role-permission--view {
    color: #4f7d4d;
}

.role-permission--modify {
    color: #0b2a4a;
}

.role-permission--delete {
    color: #b47b00;
}

.role-permissions__empty {
    font-size: 10px;
    color: var(--srk-muted);
}


/* =========================================================
   EMPTY
   ========================================================= */

.role-empty {
    padding: 40px;

    text-align: center;

    color: var(--srk-muted);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .role-filter-grid {
        grid-template-columns: 1fr 1fr;
    }

    .role-filter-grid .srk-field:first-child {
        grid-column: 1 / -1;
    }

}


@media (max-width: 650px) {

    .role-filter-grid {
        grid-template-columns: 1fr;
    }

    .role-filter-grid .srk-field:first-child {
        grid-column: auto;
    }

    .role-filter-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .role-card {
        padding: 14px;
    }

    .role-card__header {
        align-items: flex-start;
    }

    .role-permissions__list {
        gap: 5px;
    }

    .role-permission {
        white-space: normal;
    }

}


@media (max-width: 450px) {

    .role-filter-actions {
        flex-direction: column;
    }

    .role-filter-actions .srk-btn {
        width: 100%;
    }

    .role-actions__menu {
        right: 0;
    }

}

.srk-quotation {
    margin-top: 22px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e4e7ec;
}

.srk-quotation__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #edf0f4;
}

.srk-quotation__title {
    color: #00132f;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .14em;
}

.srk-quotation__subtitle {
    margin-top: 5px;
    color: #7b8491;
    font-size: 13px;
}

.srk-quotation__count {
    padding: 8px 10px;
    background-color: yellowgreen;
    color: white;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}


.srk-quotation__timeline {
    margin-top: 18px;
}

.srk-quotation__item {
    display: flex;
    position: relative;
}

.srk-quotation__timeline-col {
    width: 28px;
    position: relative;
    flex-shrink: 0;
}

.srk-quotation__timeline-col::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 18px;
    bottom: -18px;
    width: 1px;
    background: #dce1e8;
}

.srk-quotation__item:last-child
.srk-quotation__timeline-col::after {
    display: none;
}

.srk-quotation__dot {
    position: absolute;
    top: 8px;
    left: 3px;
    width: 9px;
    height: 9px;
    border: 2px solid #00132f;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}


.srk-quotation__card {
    flex: 1;
    margin-bottom: 16px;
    padding: 13px 15px;
    border: 1px solid #e7eaf0;
    background: #fafbfc;
    transition: .2s ease;
}

.srk-quotation__card:hover {
    border-color: #00132f;
    background: #fff;
}

.srk-quotation__main {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 25px;
}

.srk-quotation__number {
    color: #00132f;
    font-size: 14px;
    font-weight: 800;
}

.srk-quotation__date {
    margin-top: 4px;
    color: #7b8491;
    font-size: 13px;
}

.srk-quotation__amount {
    color: #00132f;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.srk-quotation__view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border: 1px solid #00132f;
    color: #00132f;
    background: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    white-space: nowrap;
}

.srk-quotation__view:hover {
    background: #00132f;
    color: #fff;
}

.srk-quotation__empty {
    margin-top: 16px;
    padding: 18px;
    text-align: center;
    border: 1px dashed #d8dde5;
    color: #7b8491;
    font-size: 13px;
}

.srk-quotation__status {
    display: inline-block;
    margin-left: 8px;
    padding: 3px 7px;
    border: 1px solid var(--srk-border);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    vertical-align: middle;
}

.srk-quotation__status--draft {
    color: #6b7280;
    border-color: #d1d5db;
}

.srk-quotation__status--quoted {
    color: #00132f;
    border-color: #00132f;
}

.srk-quotation__status--requoted {
    color: #8a6200;
    border-color: #d4a72c;
}

.srk-quotation__status--sent {
    color: #2563eb;
    border-color: #93b4ef;
}

.srk-quotation__status--accepted {
    color: #3f7d3c;
    border-color: #8fbd8b;
}

.srk-quotation__status--rejected {
    color: #b42318;
    border-color: #e49a94;
}

.srk-quotation__status--expired {
    color: #777;
    border-color: #bbb;
}

.source-header {
    display: grid;
    grid-template-columns: 150px 1fr 70px 110px;
    gap: 12px;
    align-items: center;
    padding: 0 0 8px;
    border-bottom: 1px solid var(--srk-divider);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    color: black;
}

.source-row {
    display: grid;
    grid-template-columns: 150px 1fr 70px 110px;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--srk-divider);
}

.source-converted {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.source-converted strong {
    font-size: 12px;
    color: var(--srk-success);
}

.source-converted span {
    font-size: 13px;
    color: var(--srk-muted);
}


.source-chart {
    margin-top: 18px;
}

.source-chart__head,
.source-chart__row {
    display: grid;
    grid-template-columns: 130px minmax(260px, 1fr) 90px 90px;
    align-items: center;
    gap: 18px;
}

.source-chart__head {
    padding: 0 0 9px;
    border-bottom: 1px solid var(--srk-divider);
    color: black;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.source-chart__row {
    min-height: 55px;
    border-bottom: 1px solid var(--srk-divider);
    font-size: 13px;
}

.source-chart__name {
    color: var(--srk-navy);
    font-weight: 600;
}

.source-chart__volume {
    display: grid;
    grid-template-columns: 1fr 35px;
    align-items: center;
    gap: 10px;
}

.source-chart__bar {
    height: 12px;
    overflow: hidden;
    background: #edf0f4;
}

.source-chart__bar span {
    display: block;
    height: 100%;
    background: var(--srk-navy);
}


.source-chart__bar--meta {
    width: 100%;
}

.source-chart__bar--website {
    width: 63%;
}

.source-chart__bar--broker {
    width: 49%;
}

.source-chart__bar--reference {
    width: 40%;
}

.source-chart__bar--walkin {
    width: 33%;
}



.source-chart__volume strong {
    color: var(--srk-navy);
    font-size: 13px;
    text-align: right;
}


.source-chart__converted {
    color: var(--srk-success);
    font-weight: 700;
}


.source-chart__rate {
    color: var(--srk-muted);
}

@media (max-width: 800px) {

    .source-chart__head,
    .source-chart__row {
        grid-template-columns:
            100px
            minmax(180px, 1fr)
            65px
            70px;

        gap: 10px;
    }

}


@media (max-width: 600px) {

    .source-chart {
        overflow-x: auto;
    }

    .source-chart__head,
    .source-chart__row {
        min-width: 600px;
    }

}