        @font-face {
            font-family: 'TCCC Unity';
            src: url('/fonts/TCCCUnity-Light.ttf') format('truetype');
            font-weight: 300;
        }

        @font-face {
            font-family: 'TCCC Unity';
            src: url('/fonts/TCCCUnity-Regular.ttf') format('truetype');
            font-weight: 400;
        }

        @font-face {
            font-family: 'TCCC Unity';
            src: url('/fonts/TCCCUnity-Bold.ttf') format('truetype');
            font-weight: 700;
        }

        body {
            font-family: "Segoe UI", Tahoma, sans-serif;
            background-color: #f5f9fb;
        }

        .main-container {
            display: flex;
            max-width: 1208px;
            justify-self: center;
            padding: 28px 0;
        }

        .main-form,
        .main-review {
            display: flex;
            width: 100%;
            justify-self: center;
            padding: 28px 0;
        }

        .main-form,
        .main-review {
            display: flex;
            width: 100%;
            justify-content: center;
            align-items: flex-start;
            gap: 32px;
        }

        .request-flow {
            display: flex;
            width: 896px;
            padding-top: 16px;
            flex-direction: column;
            align-items: flex-start;
            gap: 24px;
            justify-self: center;
        }

        .request-confirmation {
            gap: 32px;
            margin: 28px 0;
            padding: 32px 0;
        }

        .text-info {
            color: #03787C !important;
        }

        .form-label {
            font-size: 14px;
            font-weight: 600;
            line-height: 14px;
            letter-spacing: -0.15px;
            display: flex;
            gap: 4px;
        }

        .info-icon {
            display: flex;
            width: 12px;
            height: 12px;
            background: url('../images/icon-info.svg') no-repeat;
            cursor: pointer;
        }

        .tooltip-wrapper {
            position: relative;
            display: inline-block;
        }

        .tooltip {
            position: absolute;
            width: 340px;
            top: 125%;
            left: 50%;
            transform: translateX(-50%);
            color: #fff;
            padding: 24px;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.2s ease;
            z-index: 10;
            color: #0A0A0A;
            font-size: 14px;
            font-weight: 400;
            line-height: 140%;
            border-radius: 8px;
            border: 1px solid rgba(0, 0, 0, 0.10);
            background: #FFF;
            box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.10);
        }

        .tooltip::before,
        .tooltip::after {
            content: "";
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            border-style: solid;
        }

        .tooltip::before {
            bottom: 100%;
            border-width: 7px;
            border-color: transparent transparent #ddd transparent;
        }

        .tooltip::after {
            bottom: 100%;
            margin-bottom: -1px;
            border-width: 6px;
            border-color: transparent transparent #fff transparent;
        }

        .tooltip-wrapper:hover .tooltip {
            opacity: 1;
        }

        .tooltip-wrapper:hover .tooltip {
            opacity: 1;
        }

        .comments-placeholder {
            height: 105px;
            width: 100%;
        }

        .comments-container {
            display: flex;
            padding-top: 16px;
            flex-direction: column;
            align-items: flex-start;
            gap: 24px;
            width: 280px;
        }

        .request-detail hr.text-info {
            display: none;
        }

        .request-detail h2.section-title {
            font-size: 32px;
            color: #03787C;
            font-weight: 700;
            line-height: 150%;
        }

        .request-detail .comments-placeholder {
            height: 230px;
        }

        .ds-request .comments-placeholder {
            height: 190px;
        }

        .return-launchpad {
            color: #03787C;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
        }

        .card-custom {
            display: flex;
            padding: 24px 24px 32px 24px;
            flex-direction: column;
            gap: 24px;
            align-self: stretch;
            border-radius: 16px;
            border: 1px solid rgba(0, 0, 0, 0.10);
            background: #FFF;
        }

        h3.section-title {
            color: #03787C;
            font-family: "TCCC Unity";
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 100%;
            margin-bottom: 4px;
        }

        h5.section-title,
        h6.section-title {
            color: #03787C;
            font-family: "TCCC Unity";
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: -0.312px;
            margin-bottom: 0;
        }

        .mandatory-info {
            color: #000;
            font-family: "Segoe UI";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: -0.312px;
            margin: 0;
        }

        .product-type-section .mandatory-info {
            color: #717182;
        }

        .mandatory-info span {
            color: #03787C;
            font-weight: 700;
        }

        .form-label {
            font-weight: 500;
        }

        .toggle-switch {
            display: flex;
            align-items: center;
            gap: .5rem;
        }

        .comments-box {
            max-height: 100vh;
            overflow-y: auto;
        }

        .comments-box .elipse {
            border-radius: 50px;
            width: 12px;
            height: 12px;
            display: block;
            margin-top: 10px;
            background-color: #005f61;
            flex-shrink: 0;
        }

        .comments-box .elipse {
            background-color: #6ac9ce;
        }

        .comments-box .elipse.Steward {
            background-color: #FF560E;
        }

        .comments-box .name {
            color: #4A5565;
            font-size: 12px;
            font-weight: 600;
            line-height: 120%;
        }

        .comments-box .date {
            text-align: right;
            color: #717182;
            font-size: 12px;
            font-weight: 400;
            line-height: 120%;
            max-width: 80px;
        }

        .comments-box .comment {
            color: #4A5565;
            font-size: 14px;
            font-weight: 400;
            line-height: 120%;
            margin: 0;
        }

        .comments-box h5.section-title {
            color: #4A5565;
            font-family: "Segoe UI";
            font-size: 16px;
            font-weight: 600;
            line-height: 16px;
            letter-spacing: -0.312px;
        }

        .comments-add-button {
            color: #4A5565;
            font-size: 16px;
            font-weight: 600;
            display: flex;
            height: 40px;
            line-height: 40px;
            justify-content: center;
            align-items: center;
            border-radius: 50px;
            border: 1px solid rgba(0, 0, 0, 0.10);
            background: #F9FBFD;
            margin: 0;
            padding: 12px 16px;
        }

        .type-tile {
            display: flex;
            height: 146px;
            padding: 16px;
            flex-direction: column;
            flex: 1 0 0;
            cursor: pointer;
            border-radius: 8px;
            outline: 1px solid #E5E5E5;
            background: #FBFBFC;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            gap: 0;
            align-self: stretch;
        }

        .type-tile:hover {
            outline: 2px solid #6ac9ce;
        }

        .each.type-tile:hover path,
        .case.type-tile:hover path,
        .pallet.type-tile:hover path,
        .each.type-tile.active path,
        .case.type-tile.active path,
        .pallet.type-tile.active path {
            stroke: #03787C;
        }

        .pack.type-tile.active path,
        .pack.type-tile:hover path {
            fill: #03787C;
        }

        .type-tile .image {
            height: 32px;
        }

        .type-tile.active {
            outline: 2px solid #6ac9ce;
            background: 6px 6px #f0fafa no-repeat url('../images/icon-check.svg');
        }

        .type-tile h6 {
            color: #0A0A0A;
            text-align: center;
            font-family: "Segoe UI";
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: -0.312px;
            margin: 0;
            margin-top: 12px;
        }

        .type-tile small {
            color: #4A5565;
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.15px;
            margin: 0;
            margin-top: 4px;
        }

        .modal-header .btn-close,
        .modal-header .btn-close:hover,
        .btn-close-circle,
        .btn-close-circle:hover {
            display: flex;
            width: 28px;
            margin: 0;
            padding: 0;
            height: 28px;
            background: no-repeat url('../images/close.svg');
            opacity: 1;
        }

        .form-select {
            margin-bottom: 0;
        }

        .details-section {
            display: none;
        }

        .details-section.active {
            display: block;
        }

        .form-container {
            max-width: 1100px;
            margin: 30px auto;
            background-color: white;
            border: 1px solid #cfd6e1;
            border-radius: 6px;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
            padding: 25px 30px;
        }

        .header-title {
            background-color: #e9efff;
            color: #2f3e5d;
            font-size: 20px;
            font-weight: 600;
            padding: 10px 15px;
            border-radius: 4px 4px 0 0;
            border: 1px solid #cfd6e1;
            border-bottom: none;
        }

        .container {
            max-width: 800px;
            background: #fff;
            margin: 40px auto;
            padding: 30px 40px;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        h1 {
            text-align: center;
            color: #2d3436;
            margin-bottom: 25px;
        }

        label {
            display: block;
            font-weight: 600;
            margin-bottom: 5px;
            color: #2d3436;
        }

        select.form-select,
        input[type="text"],
        input[type="number"],
        textarea {
            width: 100%;
            padding: 8px 10px;
            border: 1px solid #dcdde1;
            border-radius: 6px;
            font-size: 14px;
            box-sizing: border-box;
            transition: border-color 0.2s;
        }

        select:focus,
        input:focus,
        textarea:focus {
            border-color: #0984e3;
            outline: none;
        }

        .form-section {
            margin-top: 20px;
            padding: 20px;
            background-color: #f1f2f6;
            border-radius: 8px;
        }

        .form-section h3 {
            margin-top: 0;
            color: #0984e3;
        }

        .form-row {
            display: flex;
            gap: 15px;
            margin-bottom: 15px;
        }

        .form-row .col {
            flex: 1;
        }

        button {
            display: block;
            margin-top: 20px;
            padding: 10px 20px;
            background-color: #0984e3;
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        button:hover {
            background-color: #74b9ff;
        }

        .icon-info {
            width: 12px;
            height: 12px;
            background: no-repeat url('../images/icon-info.svg');
            display: flex;
        }

        /* Highlight selected row */
        .selected-row,
        .selected-row td {
            background-color: #f0fafa !important;
            position: relative;
        }

        .selected-row {
            border-radius: 8px;
        }

        .table-hover>tbody>tr:hover>* {
            --bs-table-bg-state: #f0fafa !important;
        }

        .selected-row td:last-child {
            padding-right: 32px;
        }

        /* Tick icon after the selected row */
        .selected-row::after {
            content: " ";
            position: absolute;
            background: no-repeat url('../images/icon-hightlight.svg') 50% 50%;
            right: 15px;
            top: 15px;
            width: 14px;
            height: 10px;
        }

        /* Search icon styling */
        .search-container {
            position: relative;
        }

        .search-container .search-icon {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            color: gray;
            cursor: pointer;
            /* make it clickable */
        }

        select.form-select,
        input[type="text"],
        input[type="number"],
        .search-container input {
            padding-right: 35px;
            border-radius: 8px;
            background-color: #f3f3f5;
            border: none;
            margin-bottom: 0;
        }

        input[type="number"] {
            padding-right: 8px;
        }

        select.form-select:focus,
        input[type="text"]:focus,
        input[type="number"]:focus,
        .search-container input:focus {
            box-shadow: none;
            background-color: #f3f3f5;
            border: none;
        }

        .search-icon {
            width: 16px;
            height: 16px;
            background: url('../images/icon-search.svg');
        }

        /* special rule for ONLY promotion field container */
        .promotion-disabled {
            display: none;
        }


        .sort-icons {
            font-size: 0.85rem;
            cursor: pointer;
            margin-left: 8px;
            display: inline-flex;
            align-items: center;
        }

        .arrow-up {
            background: no-repeat url('../images/icon-arrow-up.svg') top left;

        }

        .arrow-down {
            background: no-repeat url('../images/icon-arrow-down.svg') top right;
        }

        .arrow-up,
        .arrow-down {
            width: 6px;
            height: 11px;
            content-visibility: hidden;
        }

        .arrow-up.active {
            background: no-repeat url('../images/icon-arrow-up-black.svg') top left;

        }

        .arrow-down.active {
            background: no-repeat url('../images/icon-arrow-down-black.svg') top right;
        }


        .search-suggestion {
            top: 100%;
            /* immediately below input field */
            width: 100%;
            left: 0;
            z-index: 1000;
            margin-top: 0;
            /* remove gap */
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
            /* optional drop shadow */
        }

        .search-suggestion div:hover {
            background-color: #f0f0f0;
        }

        .invalid-selection {
            border: 2px solid #dc3545 !important;
        }

        /* Breadcrumb */
        .breadcrumb {
            margin-bottom: 25px;
            font-size: 16px;
            color: #999;
        }

        /* Breadcrumb */
        .breadcrumb {
            color: #5D5A58;
            font-family: "Segoe UI";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            display: flex;
            align-items: center;
            gap: 8px;
            margin: 0;
        }

        .breadcrumb a {
            color: #5D5A58;
            text-decoration: none;
        }

        a.breadcrumb,
        .breadcrumb strong {
            color: #000;
            text-decoration: none;
        }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

        .record-count {
            color: #03787C;
            font-size: 14px;
            line-height: 14px;
            font-weight: 400;
            letter-spacing: -0.312px;
        }

        .request-list .table-responsive {
            border-radius: 8px 8px 0 0;
            color: #000;
            font-size: 11px;
            font-weight: 400;
            border: 1px solid #e5e5e5;
        }

        .request-list .table-responsive a {
            color: #000;
            text-decoration: none;
        }

        .request-list .btn-secondary-custom,
        .request-list .btn-primary-custom {
            line-height: 36px;
            height: 36px;
            padding: 0 18px;
        }

        .request-detail .status,
        .request-list .table-responsive .status {
            color: #FF560E;
            font-weight: 600;
            display: flex;
            gap: 8px;
            align-items: center;
        }

        .request-detail .status.Approved,
        .request-list .table-responsive .status.Approved {
            color: #37994c;
        }

        .request-detail .status.Withdrawn,
        .request-list .table-responsive .status.Withdrawn {
            color: #ea1317;
        }

        .status-icon {
            width: 12px;
            height: 12px;
            flex-shrink: 0;
            background: center no-repeat url('../images/status-orange.svg');
        }

        .status-icon.Approved {
            background: center no-repeat url('../images/status-green.svg');
        }

        .status-icon.Withdrawn {
            background: center no-repeat url('../images/status-red.svg');
        }

        .request-list tbody tr {
            height: 60px;
        }

        .request-list .table-header th {
            background-color: #6ac9ce !important;
            font-weight: 400;
            cursor: pointer;
            height: 40px;
            vertical-align: middle;
        }

        .request-list .table-header th.selected span:first-child {
            text-decoration: underline;
            font-weight: 600;
        }

        .request-list .table-header tr td {
            background-color: #fff !important;
        }

        .request-filters {
            width: 200px;
        }

        .form-check-input {
            cursor: pointer;
        }

        .form-switch .form-check-input {
            width: 42px;
            height: 24px;
            border: 4px;
        }

        .form-switch .form-check-input {
            background-color: #99a1af;
            background-image: url('../images/circle.svg');
            --bs-form-switch-bg: url('../images/circle.svg');
            background-size: 16px;
            background-position: 4px 50%;
        }

        .form-switch .form-check-input:focus {
            background-image: url('../images/circle.svg');
            --bs-form-switch-bg: url('../images/circle.svg');
            box-shadow: none;
        }

        .form-switch .form-check-input:checked {
            background-color: #03787c;
            border-color: #03787c;
            background-position: 22px 50%;
        }

        .footer-actions {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 40px;
            margin-bottom: 20px;
        }

        /* primary (right) button */

        .btn-primary-custom {
            background-color: #007778;
            color: white;
            border-radius: 30px;
            border: none;
            font-weight: 600;
            cursor: pointer;
            transition: 0.3s ease;
            line-height: 40px;
            height: 40px;
            padding: 0 24px;
            display: flex;
            gap: 4px;
            align-items: center;
            margin: 0;
            font-size: 16px;
        }

        /* Disabled state */
        .btn-primary-custom:disabled {
            background-color: #b0b5be !important;
            /* grey color */
            cursor: not-allowed;
            opacity: 1;
        }

        .btn-primary-custom:hover {
            background-color: #005f61;
        }

        /* secondary (left) button */

        .btn-secondary-custom {
            background-color: #ffffff;
            align-items: center;
            margin: 0;
            color: #03787c;
            border-radius: 50px;
            border: 1px solid #03787c;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.3s ease;
            line-height: 40px;
            height: 40px;
            padding: 0 24px;
            display: flex;
            gap: 4px;
            text-decoration: none;
            width: fit-content;
        }

        .btn-secondary-custom:hover {
            background-color: #e6f4f4;
        }

        .ds-request .btn-primary-custom,
        .ds-request .btn-secondary-custom {
            padding: 0 20px;
            gap: 8px
        }

        .ds-request-details hr {
            color: #03787C;
        }

        .ds-request-details hr:last-child {
            display: none;
        }

        .icon-arrow-right {
            width: 16px;
            height: 16px;
            display: block;
            background: no-repeat url('../images/icon-arrow-right.svg');
        }

        .icon-arrow-left {
            width: 16px;
            height: 16px;
            display: block;
            background: no-repeat url('../images/icon-arrow-left.svg');
        }

        .type-tile.active .type-icon {
            color: #18a999;
            /* active green */
        }

        .details-section.active .type-icon {
            color: #18a999;
            /* active green */
        }

        .view-details-section .type-icon {
            color: #18a999;
            /* active green */
        }

        .view-details-section {
            color: #000;
            font-weight: 600;
            font-size: 14px;
            letter-spacing: -0.15px;
            line-height: 20px;
        }

        .view-details-section .form-label {
            color: #717182;
            font-weight: 400;
            font-size: 14px;
            letter-spacing: -0.15px;
            line-height: 20px;
        }

        .view-details-section .card:not(.product-information) hr:first-of-type {
            display: none;
        }

        /* Page Title */
        .page-title {
            font-size: 36px;
            font-weight: 700;
            color: #007778;
            margin-left: 40px;
            margin-bottom: 20px;
        }

        .error-page a {
            margin: auto;
        }
        .error-page h1 {
            display: flex;
            flex-direction: column;
            gap: 8px;
            color:  #EA1317;
            text-align: center;
            font-family: "TCCC Unity";
            font-size: 20px;
            font-weight: 700;
            align-items: center;
        }

        /* Main card container */
        .confirmation-card {
            background: #ffffff;
            margin: 20px 40px;
            padding: 40px 30px;
            border-radius: 14px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        }

        /* Success box */
        .success-box {
            display: flex;
            padding: 32px 0 16px 0;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 16px;
            align-self: stretch;
            background: #f0fafa;
        }

        .success-icon {
            width: 64px;
            height: 64px;
            background: #37994c 50% 50% no-repeat url('../images/icon-check-large.svg');
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }


        .success-text {
            color: #4A5565;
            text-align: center;
            font-family: "Segoe UI";
            font-size: 14px;
            font-weight: 400;
            line-height: 140%;
        }

        .success-text strong {
            font-weight: 600;
        }

        /* Buttons area */
        .actions {
            margin-top: 16px;
            text-align: center;
            display: flex;
            gap: 24px;
            justify-content: center;
        }

        /* Outlined button */
        .btn-outline {
            background-color: white;
            border: 2px solid #007778;
            color: #007778;
            padding: 12px 30px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            margin-right: 15px;
            transition: 0.3s ease;
        }

        .btn-outline:hover {
            background-color: #e6f7f7;
        }

        /* Filled button */
        .btn-filled {
            background-color: #007778;
            border: none;
            color: white;
            padding: 12px 30px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.3s ease;
        }

        .btn-filled:hover {
            background-color: #005f61;
        }

        .bi-chevron-down {
            cursor: pointer;
        }

        #paginationContainer {
            display: flex;
            justify-content: center;
            gap: 6px;
            padding: 16px 0;
        }

        .pg,
        .pg-active {
            padding: 6px 12px;
            cursor: pointer;
            font-weight: 600;
            color: #03787c !important;
            text-decoration: none;
        }

        .pg-active {
            color: #000 !important;
            font-weight: 700;
        }

        .pagination-results-header {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        #paginationRecordCount {
            position: absolute;
            left: 0;
            font-size: 16px;
            font-weight: 600;
            color: #007778;
        }

        .list-sort-icons {
            font-size: 12px;
            margin-left: 3px;
            color: #888;
            font-size: 12px;
            cursor: pointer;
        }

        .list-sort-icons i.selected {
            color: #000 !important;
            /* black when active */
            font-weight: bold;
        }

        .logo {
            padding: 0;
            height: 46px;
            color: #000;
            font-family: "TCCC Unity";
            font-size: 32px;
            font-style: normal;
            font-weight: 300;
            line-height: 100%;
            align-items: center;
            display: flex;
            gap: 24px;
        }

        .logo strong {
            font-weight: 700;
        }

        .reset-filters-link {
            border: none;
            font-size: 12px;
            background: none;
            color: #000;
            font-weight: 400;
            margin-top: 0px;
            padding: 0;
            line-height: 14px;
        }

        .reset-filters-link .green {
            color: #005f61;
            font-weight: 700;
            color: #005f61;
            font-size: 14px;
            margin-right: 6px;
        }

        .reset-filters-link:hover {
            text-decoration: none;
            background: none;
        }

        .facet-group strong {
            font-weight: 600;
        }

        .facet-group,
        .facet-group label {
            color: #000;
            font-size: 12px;
            font-weight: 400;
            line-height: 20px;
            margin: 0;
        }

        .facet-group label {
            line-height: 36px;
        }

        .facet-group input[type="checkbox"] {
            appearance: none;
            width: 14px;
            height: 14px;
            border: 1px #99A1AF solid;
            border-radius: 2px;
        }

        .facet-group input[type="checkbox"]:checked {
            background: url('../images/checkbox-checked.svg') center no-repeat;
            border: 0;
        }

        .facet-group .search-container {
            margin-top: 10px;
        }

        .request-filters ::-webkit-scrollbar {
            width: 4px;
        }

        .request-filters ::-webkit-scrollbar-track {
            background: #F3F3F5;
        }

        .request-filters ::-webkit-scrollbar-thumb {
            background: #99A1AF;
            border-radius: 4px;
        }

        .request-filters ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

        .facet-group .facet-search {
            color: #717182;
            font-size: 12px;
            font-weight: 400;
        }

        .facet-header {
            height: 36px;
        }

        .modal-content {
            padding: 24px;
            gap: 16px;
            border-radius: 14px;
            border: 1px solid rgba(0, 0, 0, 0.10);
            box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.10);
        }

        .modal-header {
            border: 0;
            padding: 0;
        }

        .modal-title {
            font-size: 16px;
            font-weight: 600;
            color: #4a5565;
            line-height: 16px;
            letter-spacing: -0.312px;
        }

        .modal-body {
            gap: 16px;
            padding: 0;
        }


        .modal-body thead th,
        .modal-body tbody td {
            font-size: 14px;
            font-weight: 600;
            color: #000;
            padding: 0;
            padding-right: 16px;
            line-height: 40px;
            border-bottom: 1px solid #f3f3f5;
        }

        .modal-body thead th {
            border-bottom: 1px solid #4a5565;

        }

        .modal-body thead tr:hover td {
            background-color: #f0fafa !important;

        }

        .modal-body thead th:first-child,
        .modal-body tbody td:first-child {
            padding: 0 16px;
        }

        .modal-body tbody td {
            font-weight: 400;
        }


        .modal-footer {
            padding: 0;
            border: none !important
        }

        .gtin-input-wrapper {
            position: relative;
        }

        .gtin-input-wrapper input {
            padding-right: 70px;
        }

        .gtin-icon-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            background: transparent;
            padding: 0;
            margin: 0;
        }

        /* ➕ Add GTIN */
        .add-gtin {
            right: 20px;
            color: #007a6c;
        }

        .add-gtin:hover {
            background-color: rgba(0, 122, 108, 0.1);
        }

        /* ❌ Clear GTIN */
        .clear-gtin {
            right: 5px;
            color: #8a8a8a;
        }

        .clear-gtin:hover {
            color: #d32f2f;
            background-color: rgba(211, 47, 47, 0.1);
        }

        /* ✅ click / press */
        .gtin-icon-btn:active {
            transform: translateY(-50%) scale(0.92);
            background-color: rgba(0, 0, 0, 0.12);
        }