/*body {
    background-color: #e0f2f1;
}*/
.bg-success{
    background-color: #09AD74!important;
}
.text-success{
    color: #09AD74!important;
}
.border-success{
    border-color: #09AD74!important;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #09AD74!important;
    --bs-btn-border-color: #09AD74!important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #09AD74!important;
    --bs-btn-disabled-border-color: #09AD74!important;
}
.btn-outline-success {
    --bs-btn-color: #09AD74!important;
    --bs-btn-border-color: #09AD74!important;
    --bs-btn-hover-bg: #09AD74!important;
    --bs-btn-hover-border-color: #09AD74!important;
    --bs-btn-active-bg: #09AD74!important;
    --bs-btn-active-border-color: #09AD74!important;
    --bs-btn-disabled-color: #09AD74!important;
    --bs-btn-disabled-border-color: #09AD74!important;
}
/*.navbar-brand {
    color: white;
    font-size: 1.5rem;
}

.carousel .carousel-item {
    transition: transform 0.5s ease-in-out;
}

.card {
    border-radius: 15px;
}

.card-body {
    background-color: #ffffff;
    border-radius: 0 0 15px 15px;
}

.card-img-top {
    border-radius:
    height: 200px;
    width: 200px;
    object-fit: cover;
    margin: 0 auto;
}

.img-fluid {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    object-fit: cover;
    margin: 0 auto;
    border: 5px solid #09AD74;
}*/
.nav-bottom-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #09AD74;
    z-index: 1030;
}
.nav-bottom-wrapper .menu > .menu-item{
    text-decoration: none;
    color: white;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0rem 1rem 0rem;
}
.nav-bottom-wrapper .menu > .menu-item.active {
    border-radius: 1rem;
    background: rgba(0,0,0,0.2);
    transition: all .5s ease;
}
.content-wrapper > .contents {
    min-height: calc(100vh - 64.22px);
    margin-bottom: 64.22px;
}
a.notify{
    text-decoration: none;
    color: white;
}
a.notify > i{
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 1;
}
a.notify > span.notify-number{
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 1;
    font-size: .6rem;
    padding: 2px;
    background: red;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-wrapper {
    width: 50px;
    height: 50px;
    background: #09AD74;
    border-radius: 20%;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
    position: relative;
}
a.feature-menu {
    text-decoration: none;
    color: #09AD74;
    font-weight: 400;
}
.feature-menu>.icon-wrapper>i {
    z-index: 1;
}
.feature-menu>.icon-wrapper>.filler {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    top: 40%;
    right: 40%;
    opacity: 0.3;
}
.backtohome{
    color: white;
    background: #09AD74;
    padding: 15px;
    display: flex !important;
    align-items: center !important;
    font-weight: 500;
}
.backtohome > a{
    color: white;
    line-height: 1;
}
.backtohome i{
    font-size: 20px;
}
#carouselUstadz .carousel-item .card{
    margin-top: 80px;
    padding-top: 80px;
    margin-bottom: 50px;
}
#carouselUstadz .carousel-item img{
    width: 160px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -80px;
    border-radius: 50%;
}
.carousel-indicators [data-bs-target]{
    background-color: #09AD74!important;
}
.horizontal-scroll-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    border: 1px solid #ddd;
}

.scroll-item {
    display: inline-block; 
    width: 360px;
    height: 200px;
    margin-right: 20px;
    background-color: #09AD74   ;
    color: white;
    text-align: center;
    line-height: 180px;
    font-size: 18px;
    border-radius: 8px;
}

.nav-link {
    color: #000000!important;
}
.nav-link.active{
    color: #09AD74!important;
    font-weight: bold;
}

:root {
    --dl-bg: #F7F7F7;
    --dl-surface: #FFFFFF;
    --dl-surface-soft: #FBFDFC;
    --dl-primary: #379A69;
    --dl-mint: #50BFA5;
    --dl-text: #1F2A24;
    --dl-muted: #66756D;
    --dl-line: #E7ECE9;
    --dl-input-line: #CECECE;
    --dl-color-primary: #379A69;
    --dl-color-primary-dark: #1f6f4b;
    --dl-color-primary-soft: #E8F7F0;
    --dl-color-text: #1F2A24;
    --dl-color-muted: #66756D;
    --dl-color-border: #E7ECE9;
    --dl-color-surface: #FFFFFF;
    --dl-color-surface-soft: #F4F8F6;
    --dl-color-danger: #D94B4B;
    --dl-color-warning: #B7791F;
    --dl-color-success: #379A69;
    --dl-font-family: "Manrope", "Inter", "Segoe UI", Arial, sans-serif;
    --dl-font-size-xs: 11px;
    --dl-font-size-sm: 12px;
    --dl-font-size-md: 13px;
    --dl-font-size-lg: 15px;
    --dl-font-size-xl: 17px;
    --dl-line-height-tight: 1.25;
    --dl-line-height-normal: 1.45;
    --dl-space-1: 4px;
    --dl-space-2: 8px;
    --dl-space-3: 12px;
    --dl-space-4: 16px;
    --dl-space-5: 20px;
    --dl-space-6: 24px;
    --dl-radius-sm: 8px;
    --dl-radius-md: 12px;
    --dl-radius-lg: 14px;
    --dl-radius-xl: 16px;
    --dl-radius-pill: 999px;
    --dl-shadow-card: 0 4px 12px rgba(31, 42, 36, 0.04);
    --dl-shadow-sheet: 0 20px 48px rgba(24, 60, 47, .18);
}

.dl-dashboard-body {
    background: var(--dl-bg) !important;
    color: var(--dl-text);
    font-family: var(--dl-font-family);
    font-size: var(--dl-font-size-md);
    line-height: var(--dl-line-height-normal);
    min-height: 100vh;
}

.dl-shell {
    max-width: 430px;
    min-height: 100vh;
    margin: 0 auto;
    background: var(--dl-bg);
    position: relative;
    overflow-x: hidden;
}

.dl-shell > .contents {
    min-height: 100vh;
    margin-bottom: 84px;
    padding-top: 74px;
}

.dl-dashboard-body #wave {
    display: none;
}

.dl-dashboard-body .content {
    padding: 16px 20px 24px;
}

.dl-appbar {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 430px;
    min-height: 64px;
    transform: translateX(-50%);
    z-index: 1030;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #edfdf3 !important;
    color: var(--dl-text) !important;
    border-bottom: 1px solid var(--dl-line);
    padding: 10px 20px !important;
    overflow: visible !important;
}

.dl-appbar .dl-back-link {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--dl-primary) !important;
    background: var(--dl-surface);
    border: 1px solid var(--dl-line);
    font-size: 16px !important;
    flex: 0 0 auto;
}

.dl-appbar .notify {
    position: static;
    order: 4;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: var(--dl-primary) !important;
    background: var(--dl-surface);
    border: 1px solid var(--dl-line);
}

.dl-appbar .notify > i {
    position: static;
    line-height: 1;
}

.dl-appbar .notify > span.notify-number {
    right: 17px;
    top: 9px;
}

.dl-location-row {
    display: none !important;
}

.dl-profile-row {
    align-items: center;
    min-width: 0;
    flex: 1 1 auto;
    order: 2;
}

.dl-profile-row .dl-profile-photo {
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    border: 2px solid var(--dl-primary);
    box-shadow: none !important;
}

.dl-profile-row .dl-profile-copy {
    color: var(--dl-text) !important;
    min-width: 0;
}

.dl-profile-row small {
    display: block;
    color: var(--dl-muted);
    font-size: var(--dl-font-size-sm);
    font-weight: 500;
    line-height: 16px;
}

.dl-profile-row h3 {
    color: var(--dl-primary);
    font-size: var(--dl-font-size-lg);
    font-weight: 800;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.dl-profile-row p {
    color: var(--dl-muted);
    font-size: var(--dl-font-size-sm);
    line-height: 16px;
    margin: 0;
}

.dl-hero {
    position: relative;
    overflow: hidden;
    background: #1a8556;
    border-radius: var(--dl-radius-xl);
    padding: 20px;
    color: #f6fff5;
    box-shadow: var(--dl-shadow-card);
}

.dl-hero::after {
    content: "\f0fa";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -18px;
    bottom: -32px;
    color: rgba(255, 255, 255, 0.16);
    font-size: 118px;
    line-height: 1;
    transform: rotate(12deg);
}

.dl-hero-content {
    position: relative;
    z-index: 1;
    max-width: 74%;
}

.dl-hero-title {
    font-size: var(--dl-font-size-xl);
    line-height: 24px;
    font-weight: 800;
    margin: 0 0 4px;
}

.dl-hero-text {
    font-size: var(--dl-font-size-md);
    line-height: var(--dl-line-height-normal);
    margin: 0 0 16px;
    opacity: 0.92;
}

.dl-btn-primary,
.dl-btn-secondary {
    min-height: 40px;
    border-radius: var(--dl-radius-lg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: var(--dl-font-size-md);
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
}

.dl-btn-primary {
    background: var(--dl-primary);
    color: #fff !important;
}

.dl-btn-secondary {
    background: var(--dl-surface);
    color: var(--dl-primary) !important;
    border-color: var(--dl-line);
}

.dl-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 24px 4px 12px;
}

.dl-section-title {
    color: var(--dl-text);
    font-size: var(--dl-font-size-lg);
    font-weight: 800;
    line-height: 20px;
    margin: 0;
}

.dl-card,
.dl-dashboard-body .clickable-card,
.dl-dashboard-body .history-result-card,
.dl-dashboard-body #proses-tab-pane > .card,
.dl-dashboard-body #profile > .card {
    background: var(--dl-surface) !important;
    border: 1px solid var(--dl-line) !important;
    border-radius: var(--dl-radius-xl) !important;
    box-shadow: var(--dl-shadow-card) !important;
    overflow: hidden;
}

.dl-card > .icon-wrapper,
.dl-card .d-flex > .icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #edfdf3;
    color: var(--dl-primary);
    box-shadow: none;
    flex: 0 0 auto;
}

.dl-card .icon-wrapper .filler {
    display: none;
}

.dl-dashboard-body .card-header,
.dl-dashboard-body .card-footer {
    background: var(--dl-surface) !important;
    color: var(--dl-text) !important;
    border-color: var(--dl-line) !important;
}

.dl-dashboard-body .hero-card img {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover;
    border-radius: 16px !important;
}

.dl-dashboard-body .status,
.dl-badge {
    background: var(--dl-surface-soft) !important;
    color: var(--dl-mint) !important;
    border: 1px solid rgba(80, 191, 165, 0.28);
    border-radius: var(--dl-radius-pill);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.dl-dashboard-body .btn,
.dl-dashboard-body .dl-btn-primary,
.dl-dashboard-body .dl-btn-secondary {
    min-height: 38px;
    border-radius: var(--dl-radius-lg) !important;
    font-size: var(--dl-font-size-md);
    font-weight: 800;
    line-height: var(--dl-line-height-tight);
}

.dl-dashboard-body .btn-sm {
    min-height: 34px;
    border-radius: var(--dl-radius-pill) !important;
    font-size: var(--dl-font-size-sm);
    padding: 7px 11px;
}

.dl-dashboard-body .form-control,
.dl-dashboard-body .form-select {
    min-height: 40px;
    border-color: var(--dl-color-border);
    border-radius: var(--dl-radius-md);
    color: var(--dl-color-text);
    font-size: var(--dl-font-size-md);
    line-height: var(--dl-line-height-normal);
    box-shadow: none;
}

.dl-dashboard-body textarea.form-control {
    min-height: 76px;
}

.dl-dashboard-body .form-control:focus,
.dl-dashboard-body .form-select:focus {
    border-color: var(--dl-color-primary);
    box-shadow: 0 0 0 3px rgba(55, 154, 105, 0.12);
}

.dl-dashboard-body .form-floating > label,
.dl-dashboard-body label {
    color: var(--dl-color-muted);
    font-size: var(--dl-font-size-sm);
    font-weight: 700;
}

.dl-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.dl-feature-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 82px;
    padding: 14px;
    background: var(--dl-surface);
    border: 1px solid var(--dl-line);
    border-radius: 18px;
    color: var(--dl-text);
    text-align: left;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(31, 42, 36, 0.04);
}

.dl-feature-card .icon-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: #edfdf3;
    color: var(--dl-primary);
    font-size: 18px;
    flex: 0 0 auto;
}

.dl-feature-card .filler {
    display: none;
}

.dl-feature-card span.small {
    color: var(--dl-text);
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
}

.dl-dashboard-body .nav-tabs.dl-tabs {
    border: 1px solid var(--dl-line);
    border-radius: 16px;
    background: var(--dl-surface);
    padding: 4px;
    gap: 4px;
}

.dl-dashboard-body .nav-tabs.dl-tabs .nav-link {
    border: 0 !important;
    border-radius: 12px;
    color: var(--dl-muted) !important;
    font-size: 13px;
    font-weight: 700;
    min-height: 40px;
}

.dl-dashboard-body .nav-tabs.dl-tabs .nav-link.active {
    background: #89f6da !important;
    color: #00725e !important;
}

.dl-empty-state {
    background: var(--dl-surface);
    border: 1px solid var(--dl-line);
    border-radius: 18px;
    padding: 24px 16px;
}

.dl-bottom-nav {
    left: 50%;
    width: 100%;
    max-width: 414px;
    transform: translateX(-50%);
    background: var(--dl-surface) !important;
    border-top: 1px solid var(--dl-line);
    border-radius: 0 !important;
    box-shadow: 0 -8px 22px rgba(31, 42, 36, 0.06) !important;
}

.dl-bottom-nav .menu {
    padding: 8px 12px !important;
}

.dl-bottom-nav .menu > .menu-item {
    min-height: 54px;
    padding: 7px 6px !important;
    border-radius: 14px;
    color: var(--dl-muted) !important;
    flex-direction: column;
    gap: 2px;
}

.dl-bottom-nav .menu > .menu-item i {
    font-size: 20px !important;
}

.dl-bottom-nav .menu > .menu-item span {
    font-size: 11px;
    font-weight: 700;
    margin-top: 0 !important;
}

.dl-bottom-nav .menu > .menu-item.active {
    background: #89f6da !important;
    color: #00725e !important;
    box-shadow: 0 0 15px rgba(55, 154, 105, 0.1);
}

@media (min-width: 480px) {
    .dl-shell,
    .dl-bottom-nav,
    .dl-appbar {
        box-shadow: 0 18px 40px rgba(31, 42, 36, 0.08);
    }
}

.dl-nakes-dashboard {
    --dl-stitch-bg: var(--dl-bg);
    --dl-stitch-surface-low: var(--dl-surface-soft);
    --dl-stitch-surface-card: var(--dl-surface);
    --dl-stitch-surface-soft: #edfdf3;
    --dl-stitch-primary: var(--dl-primary);
    --dl-stitch-primary-ui: var(--dl-primary);
    --dl-stitch-secondary-container: #89f6da;
    --dl-stitch-secondary-text: #00725e;
    --dl-stitch-text: var(--dl-text);
    --dl-stitch-muted: var(--dl-muted);
    --dl-stitch-outline: var(--dl-line);
    background: var(--dl-bg) !important;
}

.dl-nakes-dashboard .dl-shell {
    background: var(--dl-stitch-bg);
}

.dl-nakes-dashboard .dl-shell > .contents {
    padding-top: 72px;
}

.dl-nakes-dashboard .content {
    padding: 16px 20px 28px;
}

.dl-nakes-dashboard .dl-nakes-appbar {
    min-height: 64px;
    background: #edfdf3 !important;
    border-bottom: 1px solid var(--dl-line);
}

.dl-nakes-dashboard .dl-profile-row h3 {
    max-width: 228px;
    color: var(--dl-stitch-primary);
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
}

.dl-nakes-dashboard .dl-profile-row small,
.dl-nakes-dashboard .dl-profile-row p {
    color: var(--dl-stitch-muted);
}

.dl-nakes-segment {
    display: flex;
    gap: 4px;
    padding: 4px;
    margin-bottom: 16px;
    background: var(--dl-surface);
    border: 1px solid var(--dl-line);
    border-radius: 16px;
}

.dl-nakes-segment a {
    flex: 1 1 0;
    min-height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--dl-stitch-muted);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.dl-nakes-segment a.active,
.dl-nakes-segment a:focus,
.dl-nakes-segment a:hover {
    background: var(--dl-stitch-primary);
    color: #fff;
}

.dl-nakes-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.dl-nakes-stat-card,
.dl-nakes-request-card,
.dl-nakes-dashboard .history-result-card {
    background: var(--dl-stitch-surface-card) !important;
    border: 1px solid var(--dl-stitch-outline) !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 12px rgba(31, 42, 36, 0.04) !important;
}

.dl-nakes-stat-card {
    min-height: 92px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dl-nakes-stat-card span {
    color: var(--dl-stitch-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.dl-nakes-stat-card strong {
    color: var(--dl-stitch-primary);
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
}

.dl-nakes-link {
    color: var(--dl-stitch-primary-ui);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.dl-nakes-summary-card {
    pointer-events: none;
}

.dl-nakes-page-header {
    margin-top: 0;
}

.dl-nakes-request-list {
    display: grid;
    gap: 14px;
}

.dl-nakes-request-item {
    min-width: 0;
}

.dl-nakes-request-card {
    overflow: hidden;
}

.dl-nakes-request-card .card-header {
    padding: 16px;
    border-bottom: 0 !important;
}

.dl-nakes-request-card .card-header strong {
    display: block;
    color: var(--dl-stitch-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    word-break: break-word;
}

.dl-nakes-request-card .card-header span:not(.dl-badge) {
    display: block;
    color: var(--dl-stitch-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.dl-nakes-avatar-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--dl-stitch-surface-soft);
    color: var(--dl-stitch-primary);
}

.dl-nakes-complaint-box {
    padding: 12px;
    border: 1px solid rgba(190, 202, 191, 0.55);
    border-radius: 14px;
    background: var(--dl-stitch-surface-low);
}

.dl-nakes-complaint-box span {
    display: block;
    margin-bottom: 4px;
    color: var(--dl-stitch-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.dl-nakes-complaint-box p {
    margin: 0;
    color: var(--dl-stitch-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    word-break: break-word;
}

.dl-nakes-meta-list {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.dl-nakes-meta-list > div {
    display: grid;
    grid-template-columns: 22px minmax(76px, auto) minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    color: var(--dl-stitch-muted);
    font-size: 12px;
    line-height: 18px;
}

.dl-nakes-meta-list i {
    color: var(--dl-stitch-primary-ui);
    margin-top: 2px;
}

.dl-nakes-meta-list span {
    font-weight: 700;
}

.dl-nakes-meta-list strong {
    color: var(--dl-stitch-text);
    font-weight: 700;
    min-width: 0;
    word-break: break-word;
}

.dl-nakes-visit-toggle {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(190, 202, 191, 0.55);
    color: var(--dl-stitch-muted);
    font-size: 12px;
    font-weight: 700;
}

.dl-nakes-actions .btn,
.dl-nakes-request-card .card-footer .btn {
    min-height: 44px;
    border-radius: 14px !important;
    font-size: 14px;
    font-weight: 700;
}

.dl-nakes-dashboard .btn-success {
    background: var(--dl-stitch-primary-ui) !important;
    border-color: var(--dl-stitch-primary-ui) !important;
}

.dl-nakes-dashboard .btn-outline-success {
    color: var(--dl-stitch-primary-ui) !important;
    border-color: var(--dl-stitch-primary-ui) !important;
    background: #fff !important;
}

.dl-nakes-dashboard .btn-outline-success:hover {
    color: #fff !important;
    background: var(--dl-stitch-primary-ui) !important;
}

.dl-nakes-dashboard .dl-bottom-nav {
    background: #fff !important;
    border-top-color: var(--dl-stitch-outline);
}

.dl-nakes-dashboard .dl-bottom-nav .menu > .menu-item.active {
    background: var(--dl-stitch-secondary-container) !important;
    color: var(--dl-stitch-secondary-text) !important;
}

@media (min-width: 768px) {
    .dl-nakes-dashboard .dl-nakes-request-list {
        grid-template-columns: 1fr;
    }
}
