.particles-wrapper {
    position: relative;
    min-height: 400px;
    width: 100%;
}

.particles-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
}

.number-badge {
    position: absolute;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--clr-theme-1);
    color: white;
    top: -10px;
    left: -10px;
    padding: 0 10px;
}

.cart .creator-short-content .profile-img img {
    width: 50px !important;
    height: 50px !important;
}

.cart.creator-single-short.creator-single-filled {
    padding: 30px 20px !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px;
    cursor: pointer;
}

.order .cart.creator-single-short.creator-single-filled {
    border: 2px solid #ededed;
}

.active-dark-mode .cart.creator-single-short.creator-single-filled {
    border-color: #2d3442;
}

.active-filter a {
    color: white !important;
}

.active-filter.filter-1 {
    background-color: #1bc759 !important;
    color: white !important;
}

.active-filter.filter-2 {
    background-color: #e74c3c !important;
    color: white !important;
}

.active-filter.filter-4 {
    background-color: #f99e32 !important;
    color: white !important;
}

.active-filter.filter-3 {
    background-color: #949494 !important;
    color: white !important;
}

.notif-wrapper {
    background: var(--clr-bg-white);
    padding: 20px;
    border-radius: 10px;
}

table,
td {
    color: var(--clr-common-table-color);
    padding: 10px;
}

table,
th {
    color: var(--clr-common-heading);
}

.table tbody tr td,
.table tbody tr th,
.table thead tr th {
    text-align: center;
    border-bottom: 1px solid var(--clr-common-border);
    padding: 20px;
}

.table tr th {
    text-align: center;
}

.table thead th {
    border-color: var(--clr-common-border) !important;
}

/* bootstrap modal */

.modal .modal-content {
    background-color: var(--clr-bg-modal);
}

.modal-content {
    border-radius: 10px;
}

.modal-footer,
.modal-header {
    border: none;
}

.modal-header {
    border-bottom: 1px solid var(--clr-border-modal);
}

.modal-header .btn-close {
    position: absolute;
    left: -5px;
    top: -5px;
    background-color: var(--clr-bg-modal);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
    opacity: 1;
    padding: 10px;
    background-image: none;
    color: var(--clr-common-heading);
}

.modal-header .btn-close:hover {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    transform: translate(3px, 3px);
}

.modal-btn {
    font-size: 14px;
    color: var(--clr-common-white);
    font-weight: 600;
    background-image: linear-gradient(to left, #1bc759, #279c83, #1bc759);
    background-size: 200% 100%;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    border-radius: 3px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    transition: all linear 0.3s;
}

.modal-btn:hover {
    color: var(--clr-common-white);
    background-position: 100% 100%;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 5px;
}

.nav-tabs .nav-link.active {
    background: var(--clr-bg-white) !important;
}

.nice-select ul {
    max-height: 250px;
    overflow-y: scroll !important;
}

.active-dark-mode .nice-select.disabled {
    border: none;
    background: #171e2c;
}

.single-input-unit textarea {
    background: var(--clr-bg-white) !important;
    border: none;
}

.dataTables_filter input {
    height: 50px;
    width: 100%;
    border: 1px solid var(--clr-bg-white);
    border-radius: 5px;
    background: var(--clr-input-bg);
    color: var(--clr-common-heading);
    font-size: 16px;
    padding: 0 20px;
    outline: none;
    box-shadow: none;
}

.dataTables_filter input:focus {
    border-color: var(--clr-bg-white);
    background: var(--clr-input-bg);
    color: var(--clr-common-heading);
    box-shadow: 0px 30px 50px rgba(28, 52, 94, 0.1);
    outline: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--clr-theme-1);
    border-color: var(--clr-theme-1);
}

.page-link {
    color: var(--clr-common-heading);
    background: var(--clr-input-bg);
    border-color: var(--clr-bg-white);
}

.active-dark-mode .page-item.disabled .page-link {
    color: var(--clr-common-heading);
    background: #252e40;
    border-color: var(--clr-bg-white);
}

.page-link:focus {
    box-shadow: none;
}

.active-dark-mode .page-link:hover {
    color: white;
    border-color: #303840;
    background-color: #303840;
}

.form-control:focus {
    color: var(--clr-common-heading) !important;
}

.form-select.is-invalid,
.was-validated .form-select:invalid ~ .form-select {
    border-color: #c91a1a;
}

.was-validated .form-select:invalid ~ .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.nice-select.form-select {
    padding-top: 0 !important;
}

.group-inputs {
    border: 2px solid var(--clr-common-border);
    padding-top: 40px;
    border-radius: 10px;
    position: relative;
}

.group-inputs .group-title {
    background-color: #eff1f5;
    font-size: 20px !important;
    color: var(--clr-theme-1);
    border-radius: 20px;
    position: absolute;
    top: -15px;
    width: min-content;
    white-space: nowrap;
    padding: 0 5px;
    margin-right: 10px;
}

.active-dark-mode .group-inputs .group-title {
    background-color: #111826;
}

.form-check-input {
    background-color: var(--clr-bg-white);
}

.form-check-input:checked {
    background-color: var(--clr-theme-1);
    border-color: var(--clr-theme-1);
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(1, 238, 13, 0.2);
}

.filepond--credits {
    display: none;
}

.filepond--drop-label {
    background-color: var(--clr-bg-white);
    border-radius: 5px;
    outline: 2px dashed;
    outline-offset: -10px;
}

.filepond--panel.filepond--panel-root {
    background-color: var(--clr-bg-white) !important;
}

.filepond--panel.filepond--panel-root div {
    background-color: transparent;
}

.active-dark-mode .filepond--file {
    background-color: #111826;
    border-radius: 6px;
}

.active-dark-mode .filepond--drop-label {
    color: white;
}

.filepond--root {
    font-family: unset;
    margin-bottom: unset;
}

.filepond--label-action {
    color: var(--clr-theme-1);
    text-decoration-color: var(--clr-theme-1);
}

.warning-file-format {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
}

/* .more-copperInfo {
  margin-right: 30px;
} */

.size-info {
    color: var(--clr-theme-1);
    cursor: pointer;
}

.single-input-unit:has(textarea[required]) label > span::after,
.single-input-unit:has(select[required]) label > span::after,
.single-input-unit:has(input[required]) label > span::after,
.required > span::after {
    content: " * ";
    color: red;
}

.captcha-img {
    height: 55px;
    border-radius: 5px;
}

.order_conditions {
    color: var(--clr-theme-1);
    cursor: pointer;
    text-decoration: underline;
}

.rules-title {
    color: var(--clr-theme-1);
}

.rules-list li {
    padding: 5px 30px 5px 20px;
    text-align: justify;
}

.rules-list li::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--clr-theme-1);
    margin: 0 5px;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border: 1px solid var(--clr-bg-white);
    padding-left: unset !important;
    background-image: none;
    background-repeat: unset !important;
    background-position: unset !important;
    background-size: unset !important;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: var(--clr-common-body-text) !important;
}

.was-validated #project-file:has(input:invalid) .filepond--drop-label {
    outline-color: red;
}

.counter-cart {
    font-size: 16px;
    color: var(--clr-common-white);
    background-image: linear-gradient(to left, #1bc759, #279c83, #1bc759);
    background-size: 200% 100%;
    display: inline-block;
    border-radius: 5px;
    padding: 3px;
    height: 30px;
    width: 30px;
    position: relative;
    overflow: hidden;
    transition: all linear 0.3s;
}

button.counter-cart:disabled {
    opacity: 0.7;
    cursor: default;
}

.delete-cart {
    background: #c91a1a;
}

.confirm-order[disabled] {
    cursor: default;
    opacity: 0.7;
}

.success-order-title {
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
    background-repeat: no-repeat;
    background-image: repeating-linear-gradient(
        45deg,
        var(--clr-theme-1),
        var(--clr-theme-1) 10px,
        transparent 10px,
        transparent 20px
    ),
    repeating-linear-gradient(
        135deg,
        var(--clr-theme-1),
        var(--clr-theme-1) 10px,
        transparent 10px,
        transparent 20px
    ),
    repeating-linear-gradient(
        225deg,
        var(--clr-theme-1),
        var(--clr-theme-1) 10px,
        transparent 10px,
        transparent 20px
    ),
    repeating-linear-gradient(
        315deg,
        var(--clr-theme-1),
        var(--clr-theme-1) 10px,
        transparent 10px,
        transparent 20px
    );
}

.review-order-title {
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
    background-repeat: no-repeat;
    background-image: repeating-linear-gradient(
        45deg,
        #f39c12,
        #f39c12 10px,
        transparent 10px,
        transparent 20px
    ),
    repeating-linear-gradient(
        135deg,
        #f39c12,
        #f39c12 10px,
        transparent 10px,
        transparent 20px
    ),
    repeating-linear-gradient(
        225deg,
        #f39c12,
        #f39c12 10px,
        transparent 10px,
        transparent 20px
    ),
    repeating-linear-gradient(
        315deg,
        #f39c12,
        #f39c12 10px,
        transparent 10px,
        transparent 20px
    );
}

.success-order .group-inputs .group-title {
    left: 50%;
    transform: translateX(-50%);
}

@media print {
    header,
    footer,
    aside,
    form,
    .my_switcher {
        display: none;
    }

    .order-steps {
        display: none !important;
    }

    .row-item {
        width: 50%;
    }

    .print-header {
        display: flex !important;
    }

    .order-title {
        text-align: center;
    }

    .success-order {
        padding-top: 20px !important;
    }

    .progress-wrap.active-progress {
        display: none;
    }

    .confirm-btn {
        display: none;
    }

    @page {
        margin: 20px 60px 60px 60px;
    }
}

.add-cart {
    color: var(--clr-common-white);
    cursor: pointer;
}

.font-sm {
    font-size: 0.9rem;
}

.order .cart.creator-single-short.creator-single-filled {
    padding: 10px 10px !important;
}

.blog-prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.nav-btn {
    width: 100%;
    padding: 0 10px !important;
    color: white !important;
}

.nav-danger {
    background: #c91a1a !important;
}

.nav-success {
    background-color: var(--clr-theme-1) !important;
}

.register-title {
    color: white;
    position: relative;
    transform: rotate(-90deg) scale(1.5) !important;
    text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3),
    0px -4px 10px rgba(255, 255, 255, 0.3);
}

.order-helper {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 3px 10px;
    background-color: var(--clr-theme-1);
    color: white;
    border-radius: 20px;
}

.order-helper:hover {
    color: white;
}

.order-guild-nav .sidebar-nav-link {
    overflow: hidden;
}

.nav-counter {
    position: absolute;
    left: 5px;
    font-size: 60px;
    display: inline-block;
    opacity: 0.05;
    height: min-content;
    transform: rotate(-20deg);
}

.active .nav-counter {
    opacity: 0.3;
}

.step-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.success-step .step-circle {
    width: 45px;
    height: 45px;
    margin: 5px 10px 10px 10px;
    background: var(--clr-theme-1);
}

.active-step .step-circle {
    width: 35px;
    height: 35px;
    margin: 5px 10px 15px 10px;
    background: var(--clr-theme-1);
    outline: 2px solid var(--clr-theme-1);
    outline-offset: 5px;
}

.dis-step .step-circle {
    width: 35px;
    height: 35px;
    margin: 5px 10px 15px 10px;
    background: #1bc75a3b;
    outline: 2px solid var(--clr-theme-1);
    outline-offset: 5px;
    opacity: 0.3;
}

.step-body {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step-circle i {
    font-size: 20px;
    color: white;
}

.step-wp {
    background-color: var(--clr-bg-modal);
}

.active-step .step-wp,
.dis-step .step-wp {
    padding: 0 6px;
}

.modal-body .line {
    position: absolute;
    z-index: 1;
    width: 85%;
    left: 50%;
    margin-top: 25px;
    transform: translate(-50%);
    border-top: 2px dashed var(--clr-theme-1) !important;
}

.success-order .line {
    position: absolute;
    z-index: 1;
    width: 85%;
    left: 50%;
    margin-top: 25px;
    transform: translate(-50%);
    border-top: 2px dashed var(--clr-theme-1) !important;
}

.active-dark-mode .success-order .step-wp {
    background-color: #111826;
}

.dataTable tr th:nth-child(2) {
    min-width: 150px;
}

.success-order .step-wp {
    background-color: #eff1f5;
}

.table.dataTable {
    width: 100% !important;
}

@media screen and (max-width: 480px) {
    .step-title h5 {
        font-size: 12px !important;
    }
}
.nice-select:after {
    top: 48%;
}
