.btn_submit {
    width: 122px;
    height: 38px;
    align-items: center;
    display: grid;
}

.data_filter {
    padding: 6px;
    border-radius: 4px;
    border: var(--bs-border-width) solid #dfe3e8;
}

.pagination_css {
    margin-top: 10px;
    justify-content: flex-end;
}

.btn_search {
    background: transparent;
    border: none;
}

.empty_data {
    text-align: center;
    padding: 100px 10px !important;
}

.pagination_last {
    padding: 0 !important;
}

button.active {
    border: 1px solid #004ea2 !important;
}

/* Search Input CSS */
.search-input {
    width: 355px;
    border-radius: 7px;
    border: 1px solid #bfdbff;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
    padding: 12px 20px;
    outline: unset;
}

.search-input::placeholder {
    font-size: 14px;
    font-weight: 6100;
}

.search-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-topbar-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 15px;
}

.register-side-btn {
    border-radius: 10px;
    padding: 12px 15px;
    width: 190px;
    border: 1px solid #004ea2;
    color: #000;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
}

.register-side-btn.order-cancel-btn {
    border: 1px solid #272727;
    background-color: #dbdbdb;
}

.register-side-btn.order-cancel-btn h5 {
    margin: 0px;
    color: #000;
}

.mt-20 {
    margin-top: 20px;
}

.button {
    border-radius: 5px;
    font-size: 15px;
    padding: 12px 40px;
    font-weight: 800;
    outline: unset;
    font-style: normal;
}

.button-gradient {
    background: linear-gradient(86deg, #004ea2 -1.91%, #e60012 117.42%);
    color: #fff;
    border: unset;
}

.button-transparent {
    color: #004ea2;
    border: 1px solid #004ea2;
    background: transparent;
}

.button-white {
    color: #004ea2;
    border: 1px solid #004ea2;
    background: #ffffff;
}

.btn-ie {
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #004ea2;
    background: #fff;
    color: #004ea2;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.45px;
    font-family: Inter;
    font-size: 15px;
}

/*All Table CSS */

.table {
    width: 100%;
    border-collapse: unset;
    border-spacing: 0px;
    vertical-align: middle;
}

.table thead tr th {
    border: 1px solid #dbdbdb;
    background: #004ea2;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.table tbody tr td {
    border: 1px solid #dbdbdb;
    font-size: 14px;
    font-weight: 400;
    padding: 0px;
    color: #000;
    word-break: break-all;
}

.table tbody tr td a {
    padding: 14px 15px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    word-break: break-all;
    cursor: pointer;
}

.table thead tr th:first-child {
    border-top-left-radius: 15px;
    width: 50px;
    max-width: 50px;
    text-align: -webkit-center;
}

.table thead tr th:last-child {
    border-top-right-radius: 15px;
    width: 115px;
    max-width: 115px;
}

.table tbody tr:nth-child(even) {
    background: #fff;
}

.table tbody tr:nth-child(odd) {
    background: #f4f4f4;
}

.table-time {
    width: 120px;
}

.table-status {
    width: 120px;
}

.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.dataTables_info-main {
    margin: 0;
}

.pagination {
    margin-bottom: 0;
}

.pagination.pagination_css {
    margin: 0;
}

.table-seeting-section {
    position: static;
}

.table-seeting-section a {
    text-align: center;
}

.table-seeting-section img {
    width: 15px;
}

.setting-dropdown {
    padding: 20px 20px;
    border-radius: 15px;
    border: 1px solid #004ea2;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
    margin-top: 0px !important;
    position: absolute;
    right: 65px;
    width: auto;
    display: none;
    z-index: 200000;
    transform: translate(-25px, -15px);
}

.setting-dropdown.show {
    display: block;
}

.setting-dropdown ul {
    margin: 0px;
    padding: 0px;
}

.setting-dropdown ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 15px;
}

.setting-dropdown ul li:last-child {
    margin-bottom: 0px !important;
}

.setting-dropdown li label {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.setting-dropdown li label input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-bottom: 0px !important;
}

/*add-data-form-field-css */
.main-form-section {
    border-radius: 15px;
    border: 1px solid #bfdbff;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
    padding: 20px;
}

.form-field-main-row {
    border-radius: 14px;
    border: 1px solid #e0e0e0;
    background: #fff;
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 20px;
    flex-flow: wrap;
    margin-bottom: 30px;
}

.form-field-main-row:last-child {
    margin-bottom: 0px;
}

.form-field-main-row label {
    min-width: 200px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.form-field-main-row input {
    min-width: 500px;
    padding: 12px 20px;
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    outline: unset;
    border-radius: 7px;
    border: 1px solid #bfdbff;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
}

.form-field-main-row input.dropdown-search {
    min-width: auto;
}

.form-field-main-row input::placeholder {
    font-size: 15px;
    font-weight: 400;
}

.select-form-input-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-width: 500px;
    flex-flow: wrap;
}

.back-btn img {
    width: 8px;
}

.select-radio-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 7px;
    padding: 12px 20px;
    border: 1px solid #bfdbff;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
    width: 48%;
}

.select-radio-field p {
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}

.select-radio-field .input-radio {
    width: 25px;
    height: 25px;
    min-width: unset;
    cursor: pointer;
}

@media (max-width: 767px) {
    .select-radio-field {
        width: 48%;
    }
}

@media (max-width: 575px) {
    .select-radio-field {
        width: 100%;
        margin-bottom: 15px;
    }

    .select-radio-field:last-child {
        margin-bottom: 0px;
    }
}

.page-back-btn {
    padding-top: 20px;
}

.back-btn {
    border-radius: 10px;
    padding: 12px 15px;
    width: 140px;
    border: 1px solid #004ea2;
    color: #004ea2;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.02),
        0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.03),
        0px 20px 13px 0px rgba(0, 0, 0, 0.04),
        0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}

.submit-btn {
    border-radius: 5px;
    font-size: 15px;
    padding: 12px 40px;
    font-weight: 800;
    outline: unset;
    font-style: normal;
    width: 155px;
}

.product-cart[disabled],
.product-cart-remove[disabled] {
    color: #fff;
    background-color: #757575;
}

.file-input-label {
    min-width: 500px !important;
    padding: 12px 20px;
    color: #757575 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    outline: unset;
    border-radius: 7px;
    border: 1px solid #bfdbff;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
}

@media (max-width: 767px) {
    .form-field-main-row {
        display: block;
    }

    .form-field-main-row input {
        min-width: unset;
        width: 100%;
    }

    .form-field-main-row label {
        margin-bottom: 15px;
    }

    .select-form-input-section {
        min-width: auto;
    }

    .file-input-label {
        min-width: 100% !important;
    }
}

@media (max-width: 575px) {
    .select-form-input-section {
        display: block;
    }

    .search-input {
        width: 285px;
    }
}

@media (max-width: 460px) {
    .search-section {
        display: block;
        width: 100%;
    }

    .search-input {
        width: 100%;
        margin-bottom: 15px;
    }

    .search-section .button {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .footer-section {
        display: block !important;
    }

    .submit-btn,
    .back-btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .back-btn {
        margin-bottom: 0px !important;
    }
}

.file-names-container-show .image-show-div {
    position: relative;
}

.file-names-container-show .image-show-div a {
    cursor: pointer;
}

.file-names-container-show .image-show-div input {
    cursor: pointer;
    min-width: 235px;
    text-align: left;
    border-radius: 4px;
    background: rgb(235, 245, 255);
    border: unset;
    box-shadow: unset;
    padding: 12px 20px;
}

.file-names-container-show .image-show-div button {
    position: absolute;
    right: 5px;
    border: unset;
    background: unset;
    top: 50%;
    transform: translateY(-50%);
}

.form-field-main-row .dropdown-menu::after {
    display: none;
}

.form-field-main-row .dropdown-menu {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #004ea2;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
}

.form-field-main-row .dropdown-menu li label {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
}

.form-field-main-row .dropdown-menu li label input {
    width: 23px;
    height: 23px;
    min-width: 20px;
    cursor: pointer;
    accent-color: #034696;
}

.form-field-main-row .dropdown-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.form-field-main-row .dropdown-menu li:last-child,
.dropdown-list li:not([style="display: none;"]):last-child {
    margin-bottom: 0px;
}

.loader-spin {
    width: 28px;
    height: 28px;
    border: 3px solid #034594;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type="file"] {
    display: none;
}

/* Dropdown CSS */
.dropdown-menu {
    width: 100%;
    padding: 20px 0px;
    border-radius: 15px;
    border: 1px solid #004ea2;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
    transform: translate(0, 0) !important;
    inset: unset !important;
}

.dropdown-menu::after {
    display: none;
}

.dropdown-menu li label {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
}

.dropdown-menu li label input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    cursor: pointer;
}

.dropdown-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.dropdown-search-input input {
    width: 100%;
    padding: 12px 20px;
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    outline: unset;
    border-radius: 7px;
    border: 1px solid #bfdbff;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
    margin-bottom: 15px;
}

.dropdown-menu-search {
    overflow-y: auto;
    max-height: 250px;
    padding: 0px 20px;
}

.dropdown-menu-search .dropdown-list li:nth-last-child(2) {
    margin-bottom: 0px;
}

.table-responsive table input[type="checkbox"] {
    width: 18px;
    height: 18px;
    align-items: center;
}

.table-responsive .table-checkbox-selected {
    align-items: center;
}

.select-radio-btn-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 7px;
    padding: 12px 20px;
    border: 1px solid #bfdbff;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
    width: 48%;
}

.select-radio-btn-field p {
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}

.select-radio-btn-field .input-radio {
    width: 25px;
    height: 25px;
    min-width: unset;
    cursor: pointer;
    accent-color: #034696;
}

input[type="radio"] {
    accent-color: #034696;
}

@media (max-width: 767px) {
    .select-radio-btn-field {
        width: 48%;
    }
}

@media (max-width: 575px) {
    .select-radio-btn-field {
        width: 100%;
        margin-bottom: 15px;
    }

    .select-radio-btn-field:last-child {
        margin-bottom: 0px;
    }
}

[type="radio"],
.dropdown-toggle,
[type="checkbox"],
select {
    cursor: pointer;
}

[disabled] {
    cursor: default;
    pointer-events: none;
}

#minusProductBtn[disabled],
#plusProductBtn[disabled] {
    background-color: #ccc;
    color: black;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    border-radius: 5px;
    background-color: #e9e9e9b3;
}

::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #ccc;
}

/* .container-fluid {
    --bs-gutter-x: 3.5rem;
} */
/*
.ribbon {
    position: relative;
} */

.ribbon-vertical .ribbon-label {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 20px;
}

.ribbon.ribbon-top .ribbon-label .delete-item-btn img {
    width: 30px;
    height: 30px;
}

input[type=number]:not([readonly])::-webkit-inner-spin-button,
input[type=number]:not([readonly])::-webkit-outer-spin-button {
    opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
.text-number::-webkit-outer-spin-button,
.text-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.text-number[type="number"] {
    -moz-appearance: textfield;
}

.main-store-section {
    margin: 0px 0px 20px;
    border-radius: 20px;
    background: linear-gradient(90deg, #a1c4fd 0%, #c2e9fb 100%);
    width: 100%;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.main-bg-design-section {
    background-image: url(../../../../custom-assets/img/bg-design.png);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 100px;
    left: 0;
    position: absolute;
    z-index: -1;
}

.main-store-title-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-flow: wrap;
    width: 100%;
}

.main-store-bg-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-flow: wrap;
}

.main-store-bg-section::before {
    content: "";
    position: absolute;
    background-image: url(../../../../custom-assets/img/bg-shedow.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    position: absolute;
}

.product-list-tab-section {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 9;
    flex-flow: wrap;
}

.product-list-tab-section a {
    border-radius: 8px;
    border: 3px solid #a7a7a7;
    background: #fff;
    padding: 10px 55px;
    text-align: center;
    outline: unset;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.product-list-tab-section a.active {
    border-radius: 8px !important;
    position: relative;
    border: unset;
}

.product-list-tab-section a.active::after {
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    background: linear-gradient(red, blue);
    content: "";
    z-index: -1;
    border-radius: 12px;
}

.product-shipping-status-btn {
    padding: 10px 0px;
    color: #fafafa;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    z-index: 9;
    position: relative;
    border-radius: 8px;
    outline: unset;
    border: unset;
    background: linear-gradient(0deg, #0150a4 0%, #0150a4 100%),
        linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
}

.product-shipping-status-btn a {
    color: #fafafa;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    outline: unset;
    border: unset;
    padding: 10px 30px;
}

.form-purchase-information {
    display: flex;
    align-items: center;
    gap: 20px;
}

.form-purchase-information input {
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background: #f9f9f9;
    padding: 10px 20px;
    outline: unset;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}

.form-purchase-information textarea {
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background: #f9f9f9;
    padding: 10px 20px;
    outline: unset;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    resize: none;
    min-height: 120px;
}

.form-purchase-information textarea::-webkit-resizer {
    display: none;
}

.bg-orange {
    border: 1px solid #ff9f34;
    background: #fff5ea;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
}

.product-cart-quantity-data {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f7ff;
    border-radius: 6px;
    width: auto;
}

.product-cart-quantity-data .btn-increment-decrement {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    user-select: none;
    cursor: pointer;
    padding: 8px 10px;
}

.product-cart-quantity-data input {
    max-width: 60px;
    min-width: 20px;
    background-color: transparent;
    border: none;
    text-align: center;
    font-size: 14px;
    outline: none;
    user-select: none !important;
}

.new-title-section {
    font-size: 35px;
    font-weight: 700;
    margin: 0px;
    color: #000;
}

@media (max-width: 1599px) {
    .product-cart-quantity-data {
        width: 80px;
    }
}

@media (max-width: 1499px) {
    .product-cart-quantity-data {
        width: 70px;
    }
}

@media (max-width: 1399px) {
    .product-cart-quantity-data {
        width: fit-content;
    }
}

@media (max-width: 1024px) {
    .mobile-toggle-menu {
        font-size: 30px;
    }
}

@media (max-width: 925px) {
    .new-title-section {
        display: none;
    }
}


.fancybox__container {
    z-index: 9999 !important;
}

.product-cart-remove {
    position: relative;
    z-index: 99999;
}

header {
    z-index: 999999;
    position: relative;
}

.fancybox__container {
    z-index: 999999 !important;
}

.cursor-default {
    cursor: default !important;
}

.xdsoft_datetimepicker {
    z-index: 99;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 70px !important;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 80px !important;
}

a[disabled] {
    pointer-events: none !important;
}

.product-cart.bg-gray {
    background-color: #757575 !important;
}

.product-cart.bg-red.disabled {
    background-color: #ff7676 !important;
    cursor: default !important;
}

.product-not-published-btn .bg-red.disabled {
    background-color: #ff7676 !important;
    cursor: default !important;
}

.product-cart.bg-gray.disabled {
    cursor: default !important;
}
