@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("elements.css?v2");
@import url("variables.css?v2");

html {
    font-size: 16px;
}

body,
input,
select,
textarea,
button {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: var(--black-10);
    font-size: 1rem;
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-weight: 600;
}

h1,
.h1 {
    font-size: var(--font-size-24);
    margin-bottom: 16px;
}
h2,
.h2 {
    font-size: var(--font-size-20);
    margin-bottom: 10px;
}
h3,
.h3 {
    font-size: var(--font-size-16);
    margin-bottom: 8px;
}
h4,
.h4 {
    font-size: var(--font-size-14);
    margin-bottom: 8px;
}
h5,
.h5 {
    font-size: var(--font-size-12);
    margin-bottom: 6px;
}

img {
    border: none;
    max-width: 100%;
}

.container {
    max-width: 1440px;
}

#wrapper {
    position: relative;
    padding-left: 240px;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 80px;
}

#wrapper.no-sidebar {
    padding-left: 0;
}

/* Sidebar css */
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0px;
    height: 100%;
    padding: 14px 20px;
    background: var(--tertiary);
    width: 240px;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 80px;
}

.sidebar-brand {
    padding-top: 30px;
    margin-bottom: 60px;
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: 4px 0;
    width: 25px;
    margin-left: 8px;
}

.sidebar-menu .bar {
    height: 3px;
    background-color: var(--white);
    width: 25px;
}

.sidebar-nav .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.sidebar-nav .mCSB_scrollTools {
    width: 5px;
}

.sidebar-nav {
    width: 100%;
    height: calc(100vh - 180px);
}

.sidebar-nav li {
    margin-bottom: 8px;
}

.sidebar-nav li:last-child {
    margin-bottom: 0;
}

.sidebar-nav li a {
    display: flex;
    align-items: center;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active a {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
}

.sidenav-icon {
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 40px;
}

.sidebar-nav .item-text {
    font-size: var(--font-size-14);
    color: var(--white);
    font-weight: 400;
    line-height: 16px;
    white-space: normal;
    /* white-space: nowrap; */
}

.sidebar-nav .active .item-text {
    font-weight: 600;
}

.logout {
    height: auto;
}

.toggled .sidebar-nav .item-text {
    width: 0;
    overflow: hidden;
}

.content-wrapper {
    width: 100%;
    padding: 24px;
}

.p-100 {
    padding-bottom: 100px;
}

/*End Sidebar css */

/* Header css */
.nav-header {
    padding: 15px 36px 15px 12px;
    border-bottom: 2px solid var(--white-3);
    background: var(--white);
}

.navbar-brand {
    width: 48px;
}

.brand-text {
    display: flex;
    flex-direction: column;
    color: var(--black-400);
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
}

.notification {
    width: 32px;
    height: 32px;
    padding: 6px 8px;
    border: 1px solid var(--white-2);
    border-radius: 50%;
    background-color: var(--white-1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-wrap {
    display: flex;
    align-items: center;
    color: var(--black-10);
    gap: 7px;
    font-size: var(--font-size-14);
    letter-spacing: 0.1px;
    margin-left: 16px;
}

.dropdown-wrap .user-account {
    line-height: 1.3;
}

.dropdown-wrap .user-name {
    font-weight: 600;
    color: var(--black-10);
}

.dropdown-wrap .user-type {
    color: var(--grey);
    display: block;
}
/*End Header css */

/* Initaite Form Css */
.row-title {
    margin-bottom: 16px;
}
.btn-back {
    margin-right: 24px;
}
.page-title {
    font-weight: 700;
    line-height: 36px;
    color: var(--black-100);
    margin-bottom: 0;
}

.form-pl-action-wrapper {
    padding-left: 264px;
    transition: all 0.5s ease;
}

.toggled .form-pl-action-wrapper {
    padding-left: 104px;
}

.no-sidebar .form-pl-action-wrapper {
    padding-left: 24px;
}

.chips button {
    border: 1px solid var(--grey-05) !important;
    border-radius: 5px;
    background-color: var(--white);
    color: var(--grey-07);
    font-size: var(--font-size-12);
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 3px 6px;
}

.chips button span {
    display: none !important;
}

/*End Initaite Form Css */

/* Upload Document File Css */
.fileUpload {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    width: 54px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 54px;
}

.file-name .form-control {
    font-size: 0;
}

.file-container {
    position: absolute;
    top: 30px;
    left: 12px;
    display: flex;
}
.file-upload-name {
    text-decoration: underline;
    color: var(--blue);
    cursor: pointer;
    margin-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding-right: 15px;
    max-width: 200px;
}

.file-close-icon {
    color: var(--red);
    cursor: pointer;
    position: absolute;
    right: 0px;
}

.iframe-action {
    display: none;
    width: 100%;
    min-height: 250px;
}

/* .fileUpload .icon-close,
.fileUploaded .icon-upload {
    display: none;
}

.file-container{
    position: absolute;
    top: 30px;
    left: 12px;
}
.file-upload-name{
    text-decoration: underline;
    color: var(--blue);
    cursor: pointer;
    margin-right: 5px;
}

.file-close-icon{
    color: var(--red);
    cursor: pointer;
    z-index: 9;
} */

/* End Upload Document File Css */

/* Retrader Details Css */
.row-wrapper {
    background-color: var(--white-1);
    border: 1px solid var(--grey-1);
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 16px;
}

.form-section .inner-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-section .inner-title {
    color: var(--tertiary-1);
    margin-bottom: 0;
}

.form-section .btn-add {
    background-color: var(--white);
    border: 1px solid var(--grey-1);
    border-radius: 5px;
    padding: 8px;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-section .btn-remove span {
    width: 20px;
    height: 2px;
    background-color: var(--tertiary-1);
}

/* End Retrader Details Css */

/* Data Table Css */
.table-wrapper {
    margin-top: 16px;
}
.table-wrapper .dataTable {
    margin-top: 0 !important;
}
.table-wrapper .dataTables_wrapper {
    border-radius: 4px;
    border: 1px solid var(--grey-1);
}
.table-wrapper th {
    background-color: var(--white-1);
    font-weight: 600;
    padding: 16px 12px;
}

.table-wrapper td {
    font-size: var(--font-size-14);
    box-shadow: none !important ;
    border-bottom-width: 0;
    padding: 16px 12px;
}

.table-wrapper tr:nth-child(even) {
    background-color: var(--white-4);
}

.table-wrapper .dataTables_scrollBody {
    height: calc(100vh - 545px);
    overflow: hidden !important;
    overflow-y: auto !important;
}

.table-wrapper .dataTables_empty {
    font-size: var(--font-size-16);
    line-height: 24px;
    letter-spacing: 0.1px;
    color: var(--grey-09) !important;
    height: calc(100vh - 562px);
    vertical-align: middle;
}

.required-input {
    color: var(--red);
}
/*End Data Table Css */

/* Payment Modal Css */
.success-icon {
    max-width: 82px;
    margin: 0 auto;
}

.success-icon img {
    width: 100%;
}

.payment-content .payment-text {
    font-size: var(--font-size-12);
    line-height: 16px;
    color: var(--grey-08);
    font-weight: 400;
    display: flex;
    flex-direction: column;
}

.payment-content .amount {
    font-size: 22px;
    font-weight: 700;
    color: var(--black-100);
}
/*End Payment Modal Css */

/* Initiate Payment Css */
.declaration-section {
    border-bottom: 1px solid var(--white-2);
    padding-bottom: 32px;
    margin-bottom: 16px;
}
.declaration-section .title {
    color: var(--black-100);
    margin-bottom: 16px;
    letter-spacing: 0.15px;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    padding-left: 32px;
}

.custom-control-label::before {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    border: 2px solid var(--grey-08);
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-image: url("../../index-assets/check-mark.svg");
    border: 2px solid var(--tertiary);
}

.custom-checkbox
    .custom-control-input.unchecked:checked
    ~ .custom-control-label::before {
    background-image: none;
    border-color: var(--grey-08);
}

.custom-table table.dataTable td:last-child a {
    padding: 0 6px;
}

.custom-table table.dataTable td:last-child a img,
.custom-table table.dataTable td .blink_me img {
    width: 24px;
}

.label-field-wrapper {
    max-width: 57%;
    display: flex;
    align-items: center;
    flex: 1;
}

.label-field-wrapper .label-text {
    font-weight: 700;
    min-width: 120px;
    text-align: right;
}

.label-text {
    margin-right: 16px;
}

.signature-text {
    font-weight: 600;
    max-width: 54%;
    margin-left: auto;
}
/*End Initiate Payment Css */

/* Dashboard Page Css */
.row-wrapper {
    background-color: var(--white-1);
    border: 1px solid var(--grey-1);
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 24px;
}

.row-wrapper .alert-secondary {
    background-color: var(--white);
}

.btn-view-wrapper a {
    color: var(--tertiary-1);
}

.table-data-wrapper nav {
    border-radius: 5px;
    border: 1px solid var(--grey-1);
}

.table-data-wrapper .nav-tabs {
    border-width: 0;
}

.table-data-wrapper .nav-tabs .nav-link {
    border: 0;
    padding: 16px 32px 16px 24px;
    border-bottom: 2px solid transparent;
    color: var(--grey-10);
}

.table-data-wrapper .nav-tabs .nav-link.active {
    font-weight: 600;
}

.table-data-wrapper .nav-tabs .nav-link.active,
.table-data-wrapper .nav-tabs .nav-link:hover {
    color: var(--black-11);
    border-bottom-color: var(--tertiary);
}
/* End Dashboard Page Css */

/* User Profile css */
.profile-section {
    background-color: var(--tertiary-5);
    padding: 24px 23px 24px 32px;
    border-radius: 5px;
    margin-bottom: 16px;
}

.profile-section .card-body {
    padding: 21px 12px;
}

.profile-user-name {
    font-weight: 600;
    margin-bottom: 6px;
}

.user-info {
    color: var(--black);
    display: flex;
    gap: 5px;
}

.user-info img {
    width: 16px;
}

.user-info span {
    font-weight: 600;
}

.user-detail-section {
    border: 1px solid var(--grey-1);
    border-radius: 5px;
}

.user-detail-section .border-right {
    border-right: 1px solid var(--grey-1);
}

.user-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    border-bottom: 1px solid var(--grey-1);
}

.user-header-title {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 27px;
}

.flex-1 {
    flex: 1;
}

.user-data-details {
    padding: 8px 24px;
}

.user-data-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--grey-1);
    padding: 16px 0;
}

.user-data-list li:last-child {
    border-bottom: none;
}

.user-data-list .user-label {
    color: var(--black-500);
    width: 40%;
    padding-right: 16px;
}

.user-data-list .user-data {
    color: var(--black-400);
    font-weight: 600;
    width: 60%;
}

.user-edit-form .user-data-list li {
    border-bottom: 0;
}

.user-data-list .edit-user-data {
    display: none;
}

.edit-user-data {
    width: 60%;
}

.user-footer {
    padding: 24px 0;
    text-align: right;
    border-top: 1px solid var(--grey-1);
}
/* End User Profile css */

/* Upload Bulk css */
.upload-bulk-container span.drag-drop {
    font-size: var(--font-size-14);
    color: var(--black-10);
    font-weight: 600;
}

.upload-section {
    padding: 18px 0;
    text-align: center;
}
.upload-section .upload-text {
    font-size: var(--font-size-14);
    text-decoration: underline;
    color: var(--tertiary-2);
    font-weight: 600;
}

.upload-section .d-flex {
    padding: 10px 0 9px 0;
}
.upload-bulk-container p.file-size {
    color: var(--grey-09);
    font-size: var(--font-size-12);
}
.upload-bulk-container .download-file {
    padding: 16px 0;
}
.upload-bulk-container .download-file a {
    font-size: var(--font-size-14);
    color: var(--tertiary-2);
    font-weight: 600;
}
.upload-bulk-container .uploadlabel {
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: center;
    border: 1px dashed #4d4d4d;
    border-radius: 5px;
    cursor: pointer;
}

.upload-bulk-container .file-uploaded-section h4 {
    color: var(--black);
    font-weight: 400;
    margin: 0;
}
.upload-bulk-container .file-uploaded-section span {
    color: var(--grey-05);
    font-size: var(--font-size-12);
}

.upload-bulk-container .uploaded {
    margin: 30px 0;
    font-size: 16px;
    font-weight: 700;
    color: #a5a5a5;
}

.upload-bulk-container .showfilebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.upload_doc_container {
    margin-bottom: 24px;
    padding: 16px 20px;
    border: 1px solid var(--black-60);
    border-radius: 5px;
    box-shadow: #0000000d 0px 0px 0px 1px, #d1d5db3d 0px 0px 0px 1px inset;
    position: relative;
}

.upload-bulk-container .showfilebox .left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.upload_doc_container .progress {
    margin-top: 15px;
    width: 97%;
}
.upload_doc_container .percent {
    position: absolute;
    right: 2px;
}

.upload_doc_container .bar {
    background-color: var(--tertiary-7);
}

.upload-bulk-container .right span {
    color: var(--black);
    width: 11px;
    height: 11px;
    font-size: 25px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.upload-bulk-container .right {
    position: absolute;
    right: 16px;
    top: 0;
}
/* End Upload Bulk css */
/* End User Profile Css */

/* Denomination Page Css */
.row-wrapper-type-2 {
    background-color: var(--white-1);
    border: 1px solid var(--white-2);
    border-radius: 4px;
    overflow: hidden;
}

.row-wrapper-header {
    background-color: var(--tertiary-4);
    border-bottom: 1px solid var(--white-2);
    padding: 24px;
}

.row-wrapper-body {
    padding: 24px;
}

.table-wrapper .denomination-table tr:nth-child(odd) {
    background-color: var(--white);
}

.table-wrapper .denomination-table tr:nth-child(even) {
    background-color: var(--white-5);
}

.table-wrapper #denomination-table_wrapper .dataTables_scrollBody {
    height: auto;
}

.table-wrapper .denomination-table td:first-child {
    width: 10%;
}

.table-wrapper .denomination-table td {
    width: 30%;
    vertical-align: middle;
}

/* End Denomination Css */

.tooltip-wrapper {
    display: none;
    background-color: var(--black-400);
    padding: 6px 8px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 65px;
}

.tooltip-wrapper::after {
    content: "";
    background-image: url("../../index-assets/tooltip-arrow.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 100%;
    left: 16px;
    width: 12px;
    height: 6px;
}

.tooltip-message {
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: var(--font-size-12);
    line-height: 24px;
}

.tooltip-message span {
    font-weight: 700;
}

.tooltip-message .btn-tooltip-close {
    flex-shrink: 0;
    padding: 0 6px;
    margin-top: -4px;
}

.form-floating:hover .form-control-edit ~ .tooltip-wrapper {
    display: block;
}

.tooltip-align-right {
    left: auto;
    right: 0;
}

.word-break-tooltip {
    word-break: break-word;
}

.tooltip-align-right::after {
    left: auto;
    right: 16px;
}

.tooltip-type-1 {
    max-width: 300px;
}

.tooltip-type-2 {
    max-width: 625px;
}
/*Laravel Table Custom Css */
.custom-table .title-float-start {
    display: inline-block;
    padding: 0px 16px 0px 0;
    width: 50%;
}

.custom-table .dataTables_filter label {
    display: inline-block;
}

.custom-table .float-end {
    display: flex;
    align-items: center;
}

.custom-table .float-end-right {
    margin-bottom: 16px;
}

.custom-table .dt-buttons {
    display: flex;
    gap: 0 12px;
}

.custom-table .dt-buttons .btn-filter {
    margin: 0;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    overflow: initial;
    outline: none !important;
}

.custom-table .dt-buttons .dt-base-btn {
    margin: 0;
    background: var(--white) !important;
    border: 1px solid var(--tertiary-1);
    color: var(--tertiary-1) !important;
    border-radius: 5px;
    outline: none !important;
    padding: 6px 12px;
}

.custom-table .dt-buttons .dt-base-btn span {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.custom-table .dt-buttons .dt-button .filter-dropdown {
    background: var(--white) !important;
    border: 1px solid var(--grey-12) !important;
    border-radius: 5px;
    outline: none !important;
    position: relative;
}

.custom-table .dt-buttons .dt-button img {
    vertical-align: text-bottom;
}

.custom-table .dt-buttons .dt-button.btn-filter > span {
    display: flex;
    align-items: center;
}

.custom-table .dt-buttons .dt-button .dropdown-toggle {
    padding: 11px 12px;
    display: flex;
}

.custom-table .dt-buttons .dt-button .dropdown-toggle::after {
    content: none;
}

.custom-table .dt-buttons .btn-clear {
    color: var(--red);
    font-size: 0.875rem;
    font-weight: 600;
}

.custom-table .float-start label {
    margin-right: 12px;
}

.custom-table .dataTables_filter input {
    width: 304px !important;
    border: 1px solid var(--grey-12) !important;
    border-radius: 5px !important;
    padding: 6px 35px 6px 12px !important;
    background-image: url("../../../index-assets/glass.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    margin: 0;
    height: 42px;
}

.custom-table table.dataTable,
.custom-table-scroll .dataTables_scroll {
    margin: 0 0 16px 0 !important;
    border: 1px solid var(--grey-03) !important;
    border-radius: 5px;
    overflow: hidden;
}

.custom-table-scroll .dataTables_scroll {
    overflow-x: auto !important;
    display: block;
}

.custom-table table.dataTable .sorting,
.custom-table table.dataTable .sorting_desc {
    background-image: none !important;
}

.custom-table table.dataTable .sorting::before,
.custom-table table.dataTable .sorting_disabled::before,
.custom-table table.dataTable .sorting::after,
.custom-table table.dataTable .sorting_disabled::after {
    content: none !important;
}

.custom-table table.dataTable th,
.custom-table table.dataTable td {
    border: none;
    padding: 20px 24px;
    font-size: 0.875rem;
}

.custom-table table.dataTable th {
    color: var(--black);
    font-weight: 500 !important;
    background-color: var(--white-4);
    border-bottom: 1px solid var(--grey-03);
    position: inherit !important;
}

.custom-table table.dataTable td {
    color: var(--black-400);
}

.custom-table table.dataTable tr:nth-child(even) {
    background-color: var(--white-4);
}

.custom-table table.dataTable td:last-child {
    min-width: 140px;
}

.custom-table .btn-action {
    padding: 0 4px;
}

.custom-table .dataTables_wrapper .bottom,
.custom-table .dataTables_wrapper .bottom .float-start {
    display: flex;
    align-items: center;
}

.custom-table .dataTables_wrapper .bottom .dataTables_length label {
    font-size: 12px;
    margin-left: 8px;
}

.custom-table .dataTables_wrapper .bottom .dataTables_length select {
    border-radius: 5px;
    border-color: var(--grey-03);
    padding: 6px 8px;
    color: var(--black);
    height: auto;
    display: inline;
}

.custom-table .dataTables_wrapper .paging_simple_numbers {
    padding: 0;
}

.custom-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 12px !important;
    color: var(--black) !important;
    background: transparent !important;
    border-radius: 5px;
    padding: 2px 8px;
}

.custom-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: var(--tertiary-1) !important;
    color: var(--black) !important;
}

.custom-table
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current {
    border-color: var(--tertiary-1) !important;
    color: var(--tertiary-1) !important;
}

.custom-table .dataTables_wrapper .dataTables_info {
    padding: 0;
    color: var(--black);
    font-size: 0.875rem;
}

.custom-table .dataTables_processing {
    display: none !important;
}

.custom-table select {
    display: block;
}

.custom-table-scroll .dataTables_scroll table.dataTable {
    margin: 0 !important;
    border: none !important;
    width: 100% !important;
}

.custom-table-scroll table.dataTable th,
.custom-table-scroll table.dataTable td {
    white-space: nowrap;
    box-sizing: border-box;
}

.custom-table-scroll .dataTables_scrollBody {
    border: none !important;
}

.filter-clear-filter {
    display: none;
    font-size: 12px;
    font-weight: 700;
    margin-left: 12px;
}

.filter-clear-filter .clear-text {
    color: var(--red);
    display: flex;
    align-items: center;
}

.form-check-column {
    height: 100%;
    border-radius: 4px;
    border: 1px solid var(--grey-03);
    padding: 8px 10px;
    display: flex;
    align-items: center;
    min-height: 70px;
}

.form-check-column .custom-checkbox {
    position: relative;
}

.form-check-column .custom-control-input {
    z-index: 1;
    top: 5px;
    width: 16px;
}

.form-check-column .custom-control-label {
    padding-left: 25px;
}

.form-check-column .custom-control-label::before {
    top: 3px;
}

.status {
    font-size: 14px;
}

.status-approved {
    color: var(--tertiary-2);
}

.status-pending {
    color: var(--orange);
}

.status-sent {
    color: var(--grey-11);
}

.action-link a {
    color: var(--blue);
    text-decoration: underline;
}

.status-accepted {
    color: var(--blue);
    text-decoration: underline;
}

.status-reject {
    color: var(--red);
}

.btn-action-group button {
    text-decoration: underline;
}

.btn-action-line {
    display: inline-flex;
    position: relative;
    padding-right: 8px;
}

.btn-action-line::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: var(--black-10);
    right: 0;
    top: 7px;
}

.count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    position: absolute;
    background-color: var(--red);
    color: var(--white);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    top: -15px;
    right: -10px;
    min-height: 25px;
    min-width: 25px;
}

.filter-dropdown .dropdown-toggle::after {
    content: none;
}

.filter-dropdown form.dropdown-menu {
    padding: 0;
    position: absolute !important;
    right: 0;
    display: none;
    z-index: 2;
    border: none;
    background-color: transparent;
}

.filter-dropdown form.dropdown-menu ul {
    min-width: 215px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 4px;
}

.filter-dropdown ul li {
    border-bottom: 1px solid var(--grey-03);
}

.filter-dropdown li:last-child,
.filter-item:last-child {
    border-bottom: none;
}

.filter-dropdown .dropdown-item {
    padding: 16px !important;
    color: var(--black);
    background-color: transparent;
    display: inline-block;
}

.filter-dropdown .dropdown .filter-checkbox-list {
    overflow: hidden;
    height: 340px;
    overflow-y: auto;
    padding: 0 !important;
}

.filter-item {
    padding: 16px;
    border-bottom: 1px solid var(--grey-03);
}

.filter-dropdown .select2-container {
    width: 100% !important;
}

.filter-dropdown .select2-container .select2-selection--multiple,
.filter-dropdown .filter-datepicker input {
    border: 1px solid var(--grey-03);
    outline: 0;
    border-radius: 4px;
}

.filter-dropdown
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    width: 180px;
}

.filter-dropdown .dropdown-datepicker {
    padding: 0;
    border: 0;
}

.filter-dropdown .filter-datepicker input {
    padding: 4px;
    width: 100%;
}

.select2-results__option--selectable {
    font-size: 14px !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--white-1) !important;
    color: var(--black) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: auto;
    box-sizing: border-box;
    margin: 0;
}

/* .select2-results__option--selectable {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 165px;
    overflow: hidden;
} */

.select2-container .select2-selection--multiple .select2-selection__rendered {
    border: none;
}

.float-end {
    float: right !important;
}

.filter-dropdown .dropdown-menu select {
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: auto;
    color: #444;
    line-height: 28px;
}

input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    box-shadow: none;
    border-color: var(--grey-03) !important;
}

/* End Laravel Table Custom Css */

/* dashboard css */
.dashboard-detail {
    border: 1px solid var(--grey-1);
    border-radius: 8px;
    height: 100%;
}

.dashboard-detail .dashboard-detail-header {
    border-bottom: 1px solid var(--grey-1);
    padding: 16px;
}

.dashboard-detail .annual-data {
    padding: 24px 30px 30px;
}

.dashboard-detail .annual-data .card-title {
    color: var(--black-12);
    font-size: var(--font-size-14);
    margin-bottom: 10px;
}

.dashboard-detail .description .card-description-text {
    color: var(--black-10);
}

.delayed {
    color: var(--orange--1);
    font-weight: 600;
}

.annual-data-date {
    padding-left: 27px;
}

.card-font {
    font-size: var(--font-size-14);
}

.dashboard-detail .paid {
    color: var(--tertiary-2);
    font-weight: 600;
}

.dashboard-detail .pending {
    color: red; /* Change color to red */
    font-weight: 600;
}

.filter-dropdown .dropdown-toggle::after {
    content: none;
}

.filter-dropdown .dropdown .dropdown-menu {
    position: absolute !important;
    transform: translate(-220px, 0px) !important;
    inset: 0px auto auto 0px;
    margin: 0;
    padding: 16px;
}

/*Modal Type Four  */
.modal-type-4 .modal-dialog {
    max-width: 397px;
}

.modal-type-4 .modal-content {
    border: 0;
}

.modal-type-4 .modal-body {
    padding: 24px;
    border-radius: 4px;
    border: 0;
}

.modal-type-4 .modal-header,
.modal-footer {
    border-bottom: none;
    border-top: none;
    padding: 0;
}

.modal-type-4 .modal-header h3 {
    padding: 24px 0 0 24px;
}

.modal-type-4 .modal-footer {
    padding: 24px;
}

.modal-type-4 .modal-footer > * {
    margin: 0;
}

.modal-type-4 .btn-outline-tertiary {
    margin-right: 16px;
}

.modal-type-4 .title {
    margin: 25px 0 10px;
    font-size: var(--font-size-16);
    font-weight: 600;
    color: var(--black);
}

.modal-type-4 .text {
    color: var(--black-70);
}

.modal-type-4 .text .sub-text {
    color: var(--black);
    font-weight: 600;
}

.modal-type-4 .delete-mesg {
    padding-bottom: 16px;
    font-size: 14px;
    color: var(--grey-08);
}

/* autocomplete css */
.autoComplete-input {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    border-radius: 0.375rem;
}

.autoComplete-input li {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
/* end  */

/** Tool Tip Setup **/
.tooltip-wrapper {
    display: none;
    background-color: var(--black-400);
    padding: 6px 8px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 65px;
    z-index: 9;
}

.tooltip-wrapper::after {
    content: "";
    background-image: url("../../index-assets/tooltip-arrow.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 100%;
    left: 16px;
    width: 12px;
    height: 6px;
}

.tooltip-message {
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: var(--font-size-12);
    line-height: 24px;
}

.tooltip-message span {
    font-weight: 700;
}

.tooltip-message .btn-tooltip-close {
    flex-shrink: 0;
    padding: 0 6px;
    margin-top: -4px;
}

.form-floating:hover input ~ .tooltip-wrapper {
    display: block;
}

.tooltip-align-right {
    left: auto;
    right: 0;
}

.tooltip-align-right::after {
    left: auto;
    right: 16px;
}

.tooltip-type-1 {
    max-width: 300px;
}

.tooltip-type-2 {
    max-width: 625px;
}

.spinner-on-upload {
    display: none;
}
/* word break css */
.word-break {
    word-break: break-word;
}

/*Modal Type Five  */
.modal-type-5 .modal-dialog {
    max-width: 506px;
}

.modal-type-5 .modal-content {
    border: 0;
}

.modal-type-5 .modal-body {
    padding: 32px 32px 0 32px;
    border-radius: 4px;
    border: 0;
}

.modal-type-5 .modal-header,
.modal-footer {
    border-bottom: none;
    border-top: none;
    padding: 0;
}
.modal-type-5 .modal-header h3 {
    padding: 32px 0 0 32px;
    font-size: 24px;
    font-weight: 700;
}

.modal-type-5 .modal-footer {
    padding: 32px;
}

.modal-type-5 .modal-footer > * {
    margin: 0;
}

.modal-type-5 .btn-outline-tertiary {
    margin-right: 16px;
}

.modal-type-5 .title {
    margin: 25px 0 10px;
    font-size: var(--font-size-16);
    font-weight: 600;
    color: var(--black);
}
.amendment-list {
    padding-bottom: 36px;
    display: flex;
    align-items: center;
}
.amendment-list input {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}
.amendment-list label {
    font-weight: 600;
}
.amendment-list .amendment-btns {
    width: 100%;
}
.amendment-btns button {
    width: 100%;
}

.amendment-list input {
    accent-color: #2e9331;
}

/* end */
/*Modal Type Five  */
.modal-type-5 .modal-dialog {
    max-width: 506px;
}

.modal-type-5 .modal-content {
    border: 0;
}

.modal-type-5 .modal-body {
    padding: 32px 32px 0 32px;
    border-radius: 4px;
    border: 0;
}

.modal-type-5 .modal-header,
.modal-footer {
    border-bottom: none;
    border-top: none;
    padding: 0;
}
.modal-type-5 .modal-header h3 {
    padding: 32px 0 0 32px;
    font-size: 24px;
    font-weight: 700;
}

.modal-type-5 .modal-footer {
    padding: 32px;
}

.modal-type-5 .modal-footer > * {
    margin: 0;
}

.modal-type-5 .btn-outline-tertiary {
    margin-right: 16px;
}

.modal-type-5 .title {
    margin: 25px 0 10px;
    font-size: var(--font-size-16);
    font-weight: 600;
    color: var(--black);
}
.amendment-list {
    padding-bottom: 36px;
    display: flex;
    align-items: center;
}

.amendment-list input {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.amendment-list label {
    font-weight: 600;
}

.amendment-list .amendment-btns {
    width: 100%;
}

.amendment-btns button {
    width: 100%;
}

.amendment-list input {
    accent-color: #2e9331;
}

/* end */

/*Modal Type Five  */
.modal-type-5 .modal-dialog {
    max-width: 506px;
}

.modal-type-5 .modal-content {
    border: 0;
}

.modal-type-5 .modal-body {
    padding: 32px 32px 0 32px;
    border-radius: 4px;
    border: 0;
}

.modal-type-5 .modal-header,
.modal-footer {
    border-bottom: none;
    border-top: none;
    padding: 0;
}

.modal-type-5 .modal-header h3 {
    padding: 32px 0 0 32px;
    font-size: 24px;
    font-weight: 700;
}

.modal-type-5 .modal-footer {
    padding: 32px;
}

.modal-type-5 .modal-footer > * {
    margin: 0;
}

.modal-type-5 .btn-outline-tertiary {
    margin-right: 16px;
}

.modal-type-5 .title {
    margin: 25px 0 10px;
    font-size: var(--font-size-16);
    font-weight: 600;
    color: var(--black);
}

.amendment-list {
    padding-bottom: 36px;
    display: flex;
    align-items: center;
}

.amendment-list input {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.amendment-list label {
    font-weight: 600;
}

.amendment-list .amendment-btns {
    width: 100%;
}

.amendment-btns button {
    width: 100%;
}

.amendment-list input {
    accent-color: #2e9331;
}

.datepicker.datepicker-dropdown {
    z-index: 2 !important;
}

.action-tooltip-wrap {
    position: relative;
}

.tooltip-word-break {
    word-break: break-word;
    white-space: normal;
    z-index: 1;
}

.custom-tooltip {
    display: none;
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 5px;
    position: absolute;
    z-index: 1;
    top: -20px;
    right: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    width: 240px;
    margin-right: 5px;
    font-size: 12px;
}

.action-link:hover .custom-tooltip {
    visibility: visible;
    display: inline-block;
    opacity: 1;
}

.table-epr-requisition .dataTables_scrollBody .table {
    overflow: auto;
}

/* end */

.tooltip-position {
    position: absolute;
    left: 0;
    top: 100%;
}

/* Radio Type -1 */
.radio-type-1 {
    display: flex;
    align-items: center;
}

.radio-type-1 input {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.radio-type-1 label {
    font-weight: 400;
}

.radio-type-1 input {
    accent-color: var(--tertiary-2);
}

.form-label-name {
    color: var(--black-13);
}

.inner-radio-form {
    margin: 24px 0 16px 0;
}
.p-200 {
    padding-bottom: 200px;
}

.alert-border-line {
    border: 1px solid var(--grey-1);
}

.stepper-item-width {
    min-width: 0px;
}

.link-view {
    color: var(--blue);
    text-decoration: underline;
    position: absolute;
    left: 0;
    top: 100%;
}
.form-floating .tooltip-label {
    pointer-events: inherit;
}

.tooltip-label span {
    font-weight: 700;
    color: var(--red);
}

.course .progress-bar {
    background-color: #4caf50; /* Green color */
}
/* Auditor Recycler Checklist */
.auditor-table {
    overflow: hidden;
    border: 1px solid var(--grey-03) !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.auditor-table table {
    margin-bottom: 0;
}

.auditor-table th,
.auditor-table td {
    vertical-align: middle;
    padding: 20px 24px;
    font-size: 0.875rem;
}

.auditor-table tr:last-child td {
    border: 0;
}

.row-add-delete {
    border: 1px solid var(--grey-1);
    background-color: var(--white-1);
    border-radius: 5px;
    padding: 16px 16px 0 16px;
    margin-bottom: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.row-btn-add-delete .btn-action {
    border: 1px solid var(--grey-1);
    background-color: var(--white);
    border-radius: 5px;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.file-link {
    text-decoration: underline !important;
    position: absolute;
    left: 12px;
    bottom: 6px;
    color: var(--blue);
}
