html, body, body.headroom {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
 
input {
    border: 1px solid #808080;
}

.highlight-link a {
    color: #00573d !important;
    text-decoration: none;
    font-weight: 600;
}

.highlight-link a:hover {
    color: #00573d !important;
    text-decoration: none;
    font-weight: 600;
}

 .highlight-link a:visited {
    color: #00573d !important;
    text-decoration: none;
    font-weight: 600;
 }

/* ************ nav bar ************************** */
.navbar-custom {
    background-color: white;
     box-shadow: 0 2px 10px rgba(0,0,0,0.1);    
}

@media (max-width: 991.98px) {
    #bodyContent {
        min-height: calc(70vh - 60px);
    }
}

@media (min-width: 992px) {
    #bodyContent {
        min-height: calc(70vh - 80px);
    }
}
 
/* Mobile: fixed navbar */
@media (max-width: 991.98px) {
    body {
        padding-top: 60px;
        padding-top: calc(60px + env(safe-area-inset-top));
        overflow-x: hidden;
        overflow-y: auto;
        scroll-behavior: auto; /* Disable smooth scroll */
        overscroll-behavior: contain; /* Prevent scroll chaining */
    }

    .navbar-custom {
        width: 100vw;
        padding-left: 0 !important;      
        
    }

    .navbar-nav {
        margin: auto-24px/2/2 -10px;
    }

    .navbar-nav > li > a {
        line-height: 24px;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .navbar-custom.fixed-top {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
        width: 100vw;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform;
    }
    .navbar-custom .container {
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .dropdown-menu-mobile-help {
        position: static !important;
        width: 100% !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0.5rem !important;
        border: none !important;
        box-shadow: none !important;
        background-color: #f8f9fa;
        font-size: 0.8rem;
        left: 0 !important;
        right: 0 !important;
    }

    .order-status-definitions ul {
        padding-left: 0.8rem;        
        margin-bottom: 0;
        list-style-type: disc;
        width: 100%;
    }

    .order-status-definitions li {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
        line-height: 1.2;
        margin-bottom: 0.75rem;
        max-width: 100%;
    }

    .order-status-definitions b {
        display: inline;
        color: #00573d;
        font-weight: 600;
    }
    .order-status-definitions {
        width: 100%;
        max-width: 100%;
        overflow-wrap: break-word;
    } 



}

/* Desktop: restore standard container */
@media (min-width: 992px) {
    html, body, body.headroom {
        padding-top: 80px;
    }



    .navbar-custom.fixed-top {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
    }

    .navbar-custom .container {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
    #mainBodyHolder {
        min-height: 300px;
    }

}


/* Hide by default */
@media (max-width: 1023.98px) {
    .show-big-tabletview {
        display: none !important;
    }
}

    /* Show on iPad Pro portrait width (1024px) and larger */
@media (min-width: 1024px) {
    .show-big-tabletview {
        display: block !important;
    }
}


.show-desktop-view {
    display: none !important;
}

@media (min-width: 1024px) {
    .show-desktop-view {
        display: flex !important;
    }
}

.hide-small-view {
    display: block !important;
}

@media (min-width: 1023px) {
    .hide-small-view {
        display: none !important;
    }
}


.navbar-collapse {
    flex-grow: 0 !important;
    max-height: calc(100vh - 56px);
}

    .navbar-brand img {
        height: 50px;
        transition: transform 0.3s ease;
    }

    .navbar-brand:hover img {
        transform: scale(1.05);
    }

    .nav-link {
        font-weight: 500;
        color: var(--secondary-color);
        margin: 0 5px;
        position: relative;
    }

        .nav-link:hover, .nav-link.active {
            color: var(--primary-color);
        }

    .btn-custom {
        background-color: var(--primary-color);
        color: white;
        border-radius: 20px;
        padding: 8px 20px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

        .btn-custom:hover {
            background-color: #2980b9;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

    .navbar-toggler {
        border: none;
        padding: 0.5rem;
        position: relative;
        width: 40px;
        height: 40px;
    }

        .navbar-toggler:focus {
            box-shadow: none;
            outline: none;
        }

        .navbar-toggler .navbar-toggler-icon {
            background-image: none;
            position: relative;
            width: 24px;
            height: 2px;
            background-color: #333;
            display: block;
            transition: all 0.3s ease;
        }

            .navbar-toggler .navbar-toggler-icon::before,
            .navbar-toggler .navbar-toggler-icon::after {
                content: '';
                position: absolute;
                left: 0;
                width: 24px;
                height: 2px;
                background-color: #333;
                transition: all 0.3s ease;
            }

            .navbar-toggler .navbar-toggler-icon::before {
                top: -8px;
            }

            .navbar-toggler .navbar-toggler-icon::after {
                top: 8px;
            }

        /* When menu is open (aria-expanded="true") - transform to X */
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
            background-color: transparent; /* Hide middle bar */
        }

            .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
                top: 0;
                transform: rotate(45deg);
            }

            .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
                top: 0;
                transform: rotate(-45deg);
            }

    .custom-ml-auto {
        margin-left: auto !important;
    }

    /* Language **/

    @media (min-width: 992px) {
        .multi-column-dropdown {
            max-width: 760px;
        }
    }

    .w-40-custom {
        width: 100%;
    }

    .w-80-custom {
        width: 100%;
    }

    @media (max-width: 767.98px) {
        .changeLanguageIntro {
            display: none !important;
        }

        .w-40-custom {
            width: 40%;
        }

        .w-80-custom {
            width: 80%;
        }

        .mud-table {
            table-layout: fixed !important;
            width: 100% !important;
        }

            .mud-table td,
            .mud-table th {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
            }

        .mud-table {
            font-size: 0.7rem !important;
        }

            .mud-table .mud-table-cell a {
                color: #00aa73;
            }


            .mud-table .mud-table-cell,
            .mud-table .mud-table-head .mud-table-cell {
                font-size: 0.7rem !important;
                padding: 4px 5px !important;
            }

            .mud-table .mud-table-head th {
                font-size: 0.7rem !important;
                padding: 4px 6px !important;
                white-space: nowrap;
                text-align: center;
            }

            .mud-table .mud-table-body td {
                font-size: 0.7rem !important;
                padding: 4px 6px !important;
                word-break: break-word;
            }

            .mud-table .mud-toolbar-content > div {
                width: 100% !important;
            }

            .mud-table .mud-toolbar-content {
                width: 100% !important;
                flex-wrap: wrap !important;
            }

                .mud-table .mud-toolbar-content .mud-button {
                    font-size: 0.65rem !important;
                    padding: 2px 4px !important;
                    min-width: auto !important;
                }

            .mud-table .d-none.d-md-table-cell {
                display: none !important;
            }

            .mud-table .d-md-none {
                display: inline !important;
            }

            .mud-table .d-none.d-md-inline {
                display: none !important;
            }

        a, .mud-link {
            font-size: 0.8rem;
        }

        /* Even smaller for table links */
        .mud-table a,
        .mud-table .mud-link {
            font-size: 0.7rem !important;
        }

        /* Hide the search field on mobile to save space */
        .mud-table .mud-toolbar-content .mud-input-control {
            max-width: 80px !important;
        }

        .filter-btn {
            font-size: 0.7rem !important;
            padding: 3px 6px !important;
            min-height: 28px !important;
            flex: 1 1 0 !important;
            min-width: 0 !important;
        }

            .filter-btn .mud-button-label {
                font-size: 0.7rem !important;
                word-break: keep-all;
            }

            .filter-btn .rounded {
                margin-left: 4px !important;
            }

                .filter-btn .rounded span {
                    font-size: 0.7rem !important;
                    padding: 0 3px !important;
                }

        /* Ensure filter container takes full width on mobile */
        .filter-container {
            width: 100% !important;
            flex-wrap: nowrap !important;
        }

            .filter-container .filter-btn {
                flex: 1 1 0 !important;
                min-width: 0 !important;
            }
    }

    @media (max-width: 991.98px) {

        .multi-column-dropdown {
            max-width: 99vw !important;
            width: 99% !important;
            left: 0 !important;
            right: 0 !important;
            margin: 0 !important;
            border-radius: 0;
        }

            .multi-column-dropdown #changeLangDiv {
                padding: 1rem;
                max-height: 70vh;
                overflow-y: scroll;
            }

            .multi-column-dropdown .changeLanguageIntro {
                font-size: 1rem;
                margin-bottom: 1rem;
            }

            .multi-column-dropdown .languageTitle {
                font-size: 1.1rem;
                font-weight: bold;
                margin-top: 8px;
                margin-bottom: 0.5rem;
                font-size: 12px;
            }

            .multi-column-dropdown .languageList {
                font-size: 0.9rem;
                margin-bottom: 0.5rem;
            }

        .navbar-collapse {
            max-height: calc(100vh - 60px); /* Subtract navbar height */
            overflow-y: auto;
            overflow-x: hidden;
        }
    }

    .mud-table-head .d-md-none {
        display: inline !important;
    }

    .mud-table-head .d-none.d-md-inline {
        display: none !important;
    }

    @media (min-width: 768px) {
        .multi-column-dropdown {
            width: 780px;
        }

        .dropdown-menu-columns {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
            padding: 15px;
        }

        .mud-table .d-md-none {
            display: none !important;
        }

        .mud-table .d-none.d-md-table-cell {
            display: table-cell !important;
        }

        .mud-table .d-none.d-md-inline {
            display: inline !important;
        }

        .mud-table-head .d-md-none {
            display: none !important;
        }

        .mud-table-head .d-none.d-md-inline {
            display: inline !important;
        }
    }

    @media (max-width: 767px) {
        .dropdown-menu-columns {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            padding: 10px;
        }
    }

    .dropdown-item-column {
        white-space: normal;
        padding: 8px 12px;
        border-radius: 4px;
        margin-bottom: 5px;
    }

        .dropdown-item-column:hover {
            background-color: #f8f9fa;
            color: #16181b;
        }


    #changeLangDiv {
        width: 800px;
        background-color: #fff;
        border: 1px solid silver;
    }

        #changeLangDiv h5 {
            font-weight: bold !important;
            color: #808080 !important;
            line-height: 30px;
        }

    .languageList li, .languageList li a {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        font-size: 12px !important;
        font-weight: normal !important;
        text-transform: none !important;
    }

    .languageList a {
        color: #092869 !important;
    }

        .languageList a:hover {
            color: #999 !important;
        }

    .languageTitle {
        background-color: #eeeeee;
        font-size: 12px;
        font-weight: bold;
        color: #00aa7e !important;
        padding: 1px;
    }

    li.languageLinkLi {
        padding: 4px;
        font-size: 12px;
    }

        li.languageLinkLi a {
            text-decoration: none;
            color: #092869;
        }

            li.languageLinkLi a:hover {
                text-decoration: none;
                color: #999999;
            }

    /* ************ nav bar end************************** */

    a, .btn-link {
        color: #006bb7;
    }

    .btn-primary {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    .btn.btn-noraml {
        width: 200px;
        background-color: #00573d;
        border-color: #00573d;
        color: #fff;
        height: 42px;
    }

    .content {
        padding-top: 1.1rem;
    }

    h1:focus {
        outline: none;
    }

    .valid.modified:not([type=checkbox]) {
        outline: 1px solid #26b050;
    }

    .invalid {
        outline: 1px solid #e50000;
    }

    .validation-message {
        color: #e50000;
    }

    .blazor-error-boundary {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
        padding: 1rem 1rem 1rem 3.7rem;
        color: white;
    }

        .blazor-error-boundary::after {
            content: "An error has occurred."
        }

    .darker-border-checkbox.form-check-input {
        border-color: #929292;
    }

    .form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
        color: var(--bs-secondary-color);
        text-align: end;
    }

    .form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
        text-align: start;
    }

    a.arrow-right-link {
        font-weight: 400 !important;
        color: #00573d !important;
        text-transform: capitalize;
    }

        a.arrow-right-link:after {
            border-right: 1px solid #00573d !important;
            border-top: 1px solid #00573d !important;
            content: "";
            display: inline-block;
            height: .4em;
            margin-left: 6px;
            transform: rotate(45deg);
            width: .4em
        }

    .arrow-right-link a:hover {
        color: #00805a !important;
    }

    .bg_toprightsection {
        background-color: #EBEBEB;
    }

    .divider-fade {
        height: 1px;
        background: linear-gradient(to right, transparent, #6c757d, transparent);
    }

    .searchResult {
        background-color: #7a9bab;
        font-weight: bold;
        color: #fff;
    }

        .searchResult .mud-table-cell {
            color: white !important;
        }

    /*---footer begin---*/

    .padded-container {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    @media (min-width: 1280px) {
        .padded-container {
            max-width: 1180px;
            padding: 0
        }

        .H003-mini-hero .image-container {
            height: 420px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199.98px) {
        .H003-mini-hero .image-container {
            height: 380px;
        }
    }

    @media (min-width: 767px) and (max-width:1279px) {
        .padded-container {
            padding-left: 3.90625%;
            padding-right: 3.90625%
        }
    }

    @media (max-width: 766px) {
        .padded-container {
            padding-left: 10px;
            padding-right: 10px
        }

        .H003-mini-hero .image-container {
            height: 180px;
        }
    }


    .footer-section ul {
        list-style: none;
        padding-left: 0;
    }

        .footer-section ul li {
            margin-bottom: 0.5rem;
        }

            .footer-section ul li a {
                text-decoration: none;
                transition: color 0.3s;
            }

                .footer-section ul li a:hover {
                    color: white;
                }

    @media (max-width: 991.98px) {
        .footer-section {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 1rem;
            margin-bottom: 1rem;
        }

            .footer-section h5 {
                cursor: pointer;
                padding-right: 25px;
            }

                .footer-section h5::after {
                    content: '\f107';
                    font-family: 'Font Awesome 6 Free';
                    font-weight: 900;
                    position: absolute;
                    right: 0;
                    top: 0;
                    transition: transform 0.3s ease;
                }

                .footer-section h5[aria-expanded="true"]::after {
                    transform: rotate(180deg);
                }

            .footer-section .collapse:not(.show) {
                display: none;
            }
    }



    @media (min-width: 992px) {
        .footer-section h5::after {
            display: none;
        }

        .footer-section .collapse {
            display: block !important;
        }
    }

    /*---footer end---*/


    /************************* Print Start *************************/
    .print-header {
        display: none;
    }

    /* Print-only container hidden on web */
    .print-table {
        display: none;
    }

    .print-order-header {
        display: none;
    }

    @media print {


        @page {
            margin: 0.2in !important;
        }

        body {
            height: auto !important;
            max-width: 100%;
            margin: 0.5rem auto;
        }

        .print-order-header {
            display: block !important;
            margin-top: 2rem;
            margin-bottom: 20px;
            page-break-after: avoid;
            page-break-inside: avoid;
        }

            .print-order-header h2 {
                font-size: 16pt;
                margin: 10px 0;
                color: #333;
            }

        .print-order-details {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 30px;
            margin-bottom: 15px;
            font-size: 10pt;
        }

            .print-order-details .detail-row {
                display: flex;
                gap: 8px;
            }

            .print-order-details .detail-label {
                font-weight: bold;
            }

            .print-order-details .detail-value {
                color: #333;
            }


        .print-header {
            display: flex !important;
            align-items: center;
            margin: 0 0 0.5rem 0;
            padding: 0;
            position: absolute;
            top: 1rem;
            left: 1.5rem;
            right: 0;
        }

            .print-header img {
                display: inline !important;
                max-height: 90px;
            }

        /* Hide interactive UI */
        nav, footer, .bg_toprightsection, .pagination-container, image-container, .mud-table,
        .mud-button-root, .MudButton, .MudTextField, .MudTooltip, .MudIconButton, .H003-mini-hero,
        .btn, form, .quick-links, .SearchFormContainer, .MudPaper .d-flex.justify-end, .webheadersection {
            display: none !important;
        }

        .print-table {
            display: block !important;
            width: 100%;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }


            .print-table table {
                page-break-inside: auto;
                width: 100%;
                /* background-color: #e59f0e;*/
            }

            .print-table thead {
                height: 0.8in;
                display: table-header-group;
                min-width: 100%;
            }

            .print-table tfoot {
                display: table-footer-group;
                height: 0.5in;
            }


            .print-table tr {
                page-break-inside: avoid;
                break-inside: avoid;
                page-break-after: auto;
                break-after: auto;
                /*width: 190mm;*/
            }

            .print-table th,
            .print-table td {
                padding-left: 0.05in;
                padding-right: 0.05in;
                font-size: 10pt;
            }

            .print-table th {
                text-align: left;
                -webkit-print-color-adjust: exact;
                print-color-adjust: exact;
            }

            .print-table tbody {
                display: table-row-group;
            }

        .print-row {
            border-bottom: 1px solid #d8d8d8;
            border-top: 1px solid #ccc;
            padding: 6px 0;
        }



        * {
            /*background-image: none !important;*/
            -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
        }
    }
    /**************************** Print End ***********************/


    .footer-social-wrapper {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .footer-social-icon {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: nowrap;
    }

        .footer-social-icon a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .footer-social-icon img {
            display: block;
            width: 24px;
            height: 24px;
            object-fit: contain;
        }

    /* Desktop */
    @media (min-width: 992px) {
        .footer-social {
            display: block;
        }

            .footer-social.align--left {
                align-self: flex-start;
            }

        .footer-social-wrapper,
        .footer-social-icon {
            display: flex;
            flex-direction: row;
            align-items: center;
            flex-wrap: nowrap;
        }
    }

    /* Tablet */
    @media (min-width: 768px) and (max-width: 991.98px) {
        .footer-social {
            display: none !important;
        }
    }

    /* Mobile */
    @media (max-width: 767.98px) {
        .footer-social.align--left {
            align-self: flex-start;
        }

        .footer-social {
            display: block;
            width: 100%;
        }

        .footer-social-wrapper {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            gap: 8px;
        }

        .footer-social-icon {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
            flex-wrap: nowrap;
        }

            .footer-social-icon img {
                width: 20px;
                height: 20px;
            }
    }

