@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: var(--color-bg-minor) !important;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.transfer-title {
    color: #9e9b98;
}

.transfer-value {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}


.btn-status {
    border: 1px solid black;
    height: 33px;
    border-radius: 10px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-status.cancel {
        border-color: #FF0000;
        background: #FFEDED;
        color: #FF0000;
    }

    .btn-status.active {
        border-color: #00B912;
        background: #EBFEE8;
        color: #00B912;
    }

    .btn-status.waiting {
        border-color: #767676;
        background: #FBFBFB;
        color: #767676;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
/*.ant-steps-item-process {
    background-color: var(--color-button-main) !important;
    border: 1px solid var(--color-button-main) !important;

}*/
.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;
}

.my-tab {
    height: 40px;
    width: max-content;
    border-radius: 80px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    box-shadow: var(--shadow);
    gap: 6px;
    overflow: auto;
    background-color: white;
}

.tab-title {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.rectengular {
    border-radius: 8px;
}

.bordered {
    border: 1px solid #B3B3B3;
    border-radius: 8px;
}

.my-tab-item {
    border-radius: 60px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    max-width: none;
    text-overflow: ellipsis;
    padding: 2px 12px;
    flex: 1;
    gap: 5px;
    height: 90%;
}

.tab-label {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}


.rectengular-item {
    border-radius: 6px;
}

.tab-item-active {
    color: black;
    font-weight: 700;
    box-shadow: 0px 2px 12px 0px #00000014;
    background-color: white;
}

.tab-item-inactive {
    color: var(--label-color);
    background-color: var(--light-blue);
    color: #B3B3B3;
}

.bordered {
    border: 1px solid #B3B3B3;
}

.copy-wrapepr {
    box-shadow: 0px 0px 10px 0px #0000001A;
    height: 32px;
    border-radius: 8px;
    border: 1.5px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    padding-left: 10px;
    justify-content: space-between;
}

.link {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    max-width: 180px;
}



.copy-btn {
    width: 32px;
    height: 32px;
    top: 515px;
    left: 1656px;
    gap: 0px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-yellow-toxic);
    border-radius: 8px;
}

.copy-title {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.lbl-title {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lbl-title-16 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lbl-title-bold {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.lbl-title-bold-16 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.o-card {
    background: var(--color-bg-main) !important;
    border-bottom: 0px !important;
    border-radius: 15px;
}

.main-space {
    display: flex !important;
    justify-content: space-between;
    margin: 15px 20px
}

.modal-btn {
    border-radius: 8px !important;
    background: #F9E300 !important;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08) !important;
    text-align: center !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: #333 !important;
    border: none !important;
    padding: 0px 16px !important;
}


.word-shorter {
    white-space: nowrap;
    overflow: hidden; /* Hide the overflowing text */
    text-overflow: ellipsis; /* Show ellipsis (...) for overflowing text */
    width: 100%; /* Adjust the width as needed */
}

.modal-btn-cancel {
    background: #E3E3E3 !important;
}


.ant-modal-mask {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(7.5px);
}

.ant-modal-content {
    /*background: #2C2C2E;*/
    border-radius: 16px !important;
}

.ant-modal-close {
    color: #FFFFFF;
}

.ant-modal-header {
    background: #F5F5F5 !important;
    border-radius: 16px 16px 0px 0px !important;
    border-bottom: 1px solid #CACACA !important;
}

.ant-modal-footer {
    /*background: #2C2C2E;*/
    border: 0px !important;
}

.ant-modal-close-x {
    color: #333333 !important;
}

.ant-table-content {
    overflow: auto !important;
}

.ant-modal-title {
    color: #333 !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.ant-modal-footer .ant-btn-primary, .ant-modal-footer .ant-btn-primary:hover {
    border-radius: 8px !important;
    background: #F9E300 !important;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08) !important;
    text-align: center !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: #333 !important;
    border: none !important;
    padding: 0px 16px !important;
}

.ant-modal-footer .ant-btn-default, .ant-modal-footer .ant-btn-default:hover {
    border-radius: 8px !important;
    background: #E3E3E3 !important;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08) !important;
    text-align: center !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: #333 !important;
    border: none !important;
    padding: 0px 16px !important;
}

.ant-item-title {
    color: white;
    margin-bottom: 5px;
}

.ant-item-title-amount {
    color: white;
    font-size: 10px;
    margin-bottom: 5px;
}

.ant-model-input {
    border: 1px solid #7B7B7B;
    border-radius: 5px;
    background: #2C2C2E;
}

.ant-model-input-area {
    height: calc(100% - 32px);
}

.ant-model-input > textarea {
    background: #2C2C2E;
    color: white;
    height: 100%;
}

.ant-model-input > input {
    background: #2C2C2E;
    color: white
}

.ant-model-input .ant-input-number-input-wrap > input {
    background: #2C2C2E;
    color: white
}

.ant-model-input > span {
    color: #7B7B7B;
}

.btn-add {
    background: var(--color-button-main) !important;
    border-color: var(--color-button-main) !important;
    color: var(--color-text-main) !important;
    border-radius: 5px !important;
}

.custom-ant-check > label > span {
    color: white;
    background: #2C2C2E
}

.ant-checkbox-checked .ant-checkbox-inner {
    background-color: #26D29F;
    border-color: #26D29F;
}

.btn-delete-table {
    background: #7B7B7B;
    color: white;
    border: 0px;
    border-radius: 5px !important;
}

.ant-checkbox-checked {
    background: #26D29F;
    color: #26D29F;
    border-color: #26D29F;
}

.ant-input-search-enter-button > span > input {
    background: var(--color-bg-minor);
    border: 1px solid var(--color-bg-minor);
    color: var(--color-text-main);
    border-radius: 50px;
}

.ant-picker-range {
    background: var(--color-bg-minor) !important;
    border: 1px solid var(--color-bg-minor) !important;
    color: var(--color-text-main) !important;
    border-radius: 50px !important;
}

.ant-picker-input > input {
    color: white;
}

.ant-picker-range-separator > span {
    color: white;
}

.ant-picker-focused .ant-picker-range-separator {
    color: white;
}

.ant-picker-suffix {
    color: white;
}

.ant-select-selection-item {
    display: flex !important;
    align-items: center !important;
}

.ant-select-arrow {
    right: 0px !important;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    background: var(--color-bg-minor) !important;
    background-color: white !important;
    /*border: 0px solid #7B7B7B !important;*/
    height: 40px !important;
    border-radius: 8px !important;
    color: var(--color-text-main);
    box-shadow: 0px 0px 10px 0px #0000001A !important;
    border: 1.5px solid #4A526F14 !important;
}

.ant-select-multiple .ant-select-selection-item {
    background: var(--color-bg-minor);
    border: 1px solid #7B7B7B;
}

.ant-select-item-option-content {
    color: black !important;
}

.ant-select-multiple .ant-select-selection-item-remove {
    color: white;
}

.ant-input-search-button {
    background: var(--color-bg-minor);
    border: 1px solid var(--color-bg-minor);
    color: var(--color-text-main) !important;
}

.ant-btn .anticon {
    vertical-align: 0.0rem !important;
}

.anticon {
    vertical-align: 0.0em;
}

.danger {
    background-color: #422d2c;
}

.ant-pagination-prev {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.ant-pagination-disabled {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.my-custom-pagination {
    margin: 15px 15px !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 6px !important;
    border-radius: 60px !important;
    width: max-content;
    box-shadow: 0px 0px 20px 0px #0000001A;
}

    .my-custom-pagination .ant-pagination-item,
    .my-custom-pagination .ant-pagination-item-link,
    .my-custom-pagination .ant-select:not(.ant-select-customize-input) .ant-select-selector {
        background: rgba(123, 123, 123, 0.3);
        color: var(--color-text-main);
        font-size: 14px;
        font-weight: 700;
        border-radius: 5px;
        /*border: 1px solid rgba(123, 123, 123, 0.3);*/
    }

a.ant-pagination-item-link {
    border: none !important;
}

.ant-pagination-item-container {
    height: inherit !important;
}

.ant-pagination-item-link {
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 1.5px solid #B3B3B3 !important;
    height: 25px !important;
    width: 25px !important;
    background-color: white !important;
}

.ant-pagination-jump-prev {
}

.ant-pagination-next {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.ant-pagination-item-active {
    background-color: #FCE000 !important;
}

.my-custom-pagination .ant-pagination-item-active {
    background-color: #FCE000 !important;
    color: var(--color-text-main) !important;
    font-weight: 500 !important;
    border-radius: 50% !important;
    border: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.ant-input-group-addon {
    background-color: white !important;
}

.ant-input-search-button {
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
    background-color: var(--color-yellow-toxic) !important;
}

.ant-spin-nested-loading {
    padding-bottom: 6px !important;
}

.ant-select-selector {
    background: white !important;
}

.ant-pagination-item {
    background: transparent !important;
    border: none !important;
    color: #B3B3B3 !important;
    font-weight: 400 !important;
    margin-right: 0px !important;
}

.my-custom-pagination .anticon {
    vertical-align: 0.2em;
}

.my-custom-pagination .ant-select-arrow .anticon:not(.ant-select-suffix) {
    color: var(--color-text-main);
}

.ant-table-pagination {
    align-items: center !important;
    justify-content: center !important;
}

.ant-empty-description {
    color: white;
}

.ant-select-dropdown {
    border-radius: 8px !important;
    box-shadow: 0px 0px 10px 0px #0000001A !important;
}

.ant-dropdown {
    border-radius: 10px !important;
}

.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
    background: rgba(123, 123, 123, 0.3);
}

.ant-select-item-option-content {
    color: #7B7B7B;
}

.ant-menu-title-content {
    display: flex !important;
    align-items: center !important;
}

.back-red {
    background-color: #ffccc7;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.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."
    }

.category-group {
    border: 1px solid var(--color-bg-minor);
    border-radius: 16px;
    padding: 0px;
    margin: 0px;
}

.costum-input {
    width: 100%;
    box-shadow: 0px 0px 10px 0px #0000001A;
    border-radius: 10px;
    border: 1.5px solid #4A526F14;
    height: 42px;
}

.ant-table-summary > tr > td {
    background-color: #eeeeee !important;
}

:root {
    --color-bg-minor: #F1F0ED;
    --color-bg-main: #FFFFFF;
    --color-yellow-high: #faf67d;
    --color-yellow-light: #faf055;
    --color-yellow-normal: #fae436;
    --color-yellow-dark: #e6bc26;
    --color-yellow-toxic: #fce000;
    --color-green-light: #48e65f;
    --color-green-normal: #1cc052;
    --color-green-dark: #029154;
    --color-green-toxic: #00ca50;
    --color-berryBlue-high: #a8c0fc;
    --color-berryBlue-light: #8498fa;
    --color-berryBlue-normal: #5c5cda;
    --color-berryBlue-dark: #4434bc;
    --color-berryBlue-toxic: #4d40f9;
    --color-button-main: #fce000;
    --color-button-minor: #f1f0ed;
    --color-text-main: var(--color-warmGray-600);
    --color-text-invert: #fff;
    --color-warmGray-600: #21201f;
    --gold: #fce000; /* Premium gold */
    --gold-light: #F5E6B3;
    --dark: #1E1E1E;
    --darker: #121212;
    --light: #FFFFFF;
    --light-gray: #F5F5F5;
    --medium-gray: #E0E0E0;
    --dark-gray: #6C757D;
    --success: #4CAF50;
    --danger: #F44336;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.12);
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --primary-black: #121212;
    --secondary-black: #1e1e1e;
    --accent-yellow: #FFD700;
    --accent-yellow-light: #FFED85;
    --pure-white: #FFFFFF;
    --card-radius: 12px;
    --text-gray: #CCCCCC;
}

.main-btn {
    background-color: #FCE000;
    gap: 0px;
    padding: 8px 80px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: fit-content;
    cursor: pointer;
}

.main-btn-disabled {
    background: #F1F0ED;
    border: 1px solid #D4D4D4;
    color: #D4D4D4;
    cursor: default;
}

.mobile-view {
    display: none;
}

.mobile-body {
}

.pc-view {
    display: block;
}

.hidden-len-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-custom-mobile-tab {
    width: 25%;
}

.space-class {
    flex-direction: row;
}

.space-item-class {
    display: flex;
}

.pc-visible {
    display: flex;
}

.mobile-visible {
    display: none;
}

.card-shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
}

.flex-direction-adapter {
    display: flex;
    flex-direction: row;
}

.my-tab-pc-width100-mobile-fit {
    width: 100%;
}


@media (max-width: 775px) {
    .my-custom-mobile-tab {
        width: 30%;
    }
}

.my-tab-mobile-shrink {
}

@media (max-width: 560px) {
    .my-tab-mobile-shrink {
        max-width: 430px;
    }
}

@media (max-width: 460px) {
    .my-tab-mobile-shrink {
        max-width: 360px;
    }
}

@media (max-width: 360px) {
    .my-tab-mobile-shrink {
        max-width: 300px;
    }
}

.mobile-drawer {
    display: none;
}

.pc-drawer {
    display: flex;
}


@media (max-width: 1000px) {
    .mobile-drawer {
        display: flex;
    }

    .pc-drawer {
        display: none;
    }
}


@media (max-width: 660px) {
    .mobile-view {
        display: flex;
    }

    .my-tab-pc-width100-mobile-fit {
        width: fit-content;
    }


    .my-tab-mobile-shrink {
        max-width: 530px;
    }

    .flex-direction-adapter {
        display: flex;
        flex-direction: column;
    }

    .pc-view {
        display: none;
    }

    .mobile-body {
        padding: 50px 10px !important;
    }

    .my-custom-mobile-tab {
        width: 100%;
    }

    .space-class {
        flex-direction: column;
    }

    .space-item-class {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .pc-visible {
        display: none;
    }

    .mobile-visible {
        display: flex;
    }

    .form-horizontal {
        width: fit-content;
    }
}

@media (max-width: 960px) {
    .ant-table-tbody {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .ant-table-row {
        box-shadow: 0px 0px 10px 0px #0000001A !important;
        border-radius: 10px !important;
        margin: 0px 8px !important;
        overflow: hidden !important;
    }

    .ant-table-cell {
        flex-direction: row !important;
    }

    .ant-table-summary {
        display: flex !important;
        flex-wrap: wrap !important;
    }
}

@-webkit-keyframes spinner-img {
    from {
        transform: rotate(360deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes spinner-img {
    from {
        transform: rotate(360deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft, .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
    background: white;
}
