.main-content-container {
    padding: 24px 80px 24px 80px;
    min-height: calc(100vh - 514px);
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

/* maincontent responsive css */

@media (max-width: 1024px) {
    .main-content-container {
        padding: 24px 40px 24px 40px;
    }
}

@media (max-width: 768px) {
    .main-content-container {
        padding: 20px 20px;
    }

    .stampe-content .product-image{
        height: 200px !important;
    }

    .customer-support-more-questions{
        flex-direction: column;
    }
}

@media (max-width: 425px) {
    .main-content-container {
        padding: 10px 10px;
    }
}

.row-gap {
    gap: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.row-gap-2 {
    gap: 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0px !important;
}

.col-md-6, .col-lg-6{
    max-width: calc(50% - 10px);
}

@media (min-width: 1199.98px) {
    .col-md-6, .col-lg-6{
        max-width: calc(50% - 10px) !important;
    }
}

.col-sm-12{
    max-width: calc(100% - 10px);
}

.col-lg-4{
    max-width: calc(33.33% - 10px) !important;
}

.col-md-3{
    max-width: calc(25% - 10px) !important;
    width: calc(25% - 10px) !important;
}

.col-sm-6{
    max-width: calc(50% - 10px);
}


.main-content-header {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    background: linear-gradient(135deg, #00BFFF 0%, #FF6EFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    max-width: max-content;
}

.back-arrow {
    margin-right: 10px;
}

.option-card-image {
    transform: scale(1.04);
}

.option-card-text-container {
    padding-left: 20px;
}

.col-container {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.option-card {
    border-radius: 16px;
    border: 1px solid #F3F3F3;
    display: flex;
    align-items: center;
}

.option-image-wrapper {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: flex;
    /* Ensures better alignment */
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.option-card-image {
    width: 104%;
    height: 104%;
    object-fit: contain;
}

.profile-form .form-check-input{
    position: relative;
    margin-left: 0px;
}

.option-card-text-header {
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 20.83px;
    text-align: left;
    color: var(--wp--preset--color--black);
}

.option-card-text {
    font-family: 'DM Sans';
    margin-bottom: 5px !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.23px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
    margin: 0px;
}

.card-link {
    text-decoration: none;
}


@media (max-width: 576px) {
    .option-image-wrapper {
        width: 70px;
        height: 70px;
    }

    .option-card-image {
        width: 104%;
        height: 104%;
    }

    .option-card-text-header {
        margin-bottom: 4px !important;
    }

    .option-card-text-container {
        margin-left: 8px !important;
    }

    .option-card-text {
        font-size: 12px;
    }

    .option-card-text-header {
        font-size: 14px;
    }

    .main-content-header {
        font-size: 20px;
    }

}

/* gtok css */

.gtok-text,
.gtok-coins {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
}

.gtok-text {
    color: #0F0F10;
}

.gtok-coins {
    color: var(--wp--preset--color--darkgrey);
}

.gtok-coins-details {
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
}

.gtok-card {
    border-radius: 16px;
    border: 1px solid #E3E3E3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gotk-card-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
    color: #0F0F10;
}

.gotk-card-text span {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    text-align: center;
}

.gtok-card-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: left;
    display: flex;
    align-items: center;
    color: var(--wp--preset--color--violamain);
}

.gtok-bottom-card {
    border-radius: 16px;
    background: linear-gradient(135deg, #00BFFF 0%, #FF6EFF 100%);
    display: flex;
    justify-content: space-between;
}

.bottom-card-left-content .gotk-card-text,
.bottom-card-left-content span {
    color: #FFFFFF !important;
    text-align: left !important;
}

.gtok-bottom-card .gtok-card-link {
    color: #FFFFFF !important;
}


/* gtok-responsive-css */
@media (max-width: 576px) {
    .gtok-card-link {
        font-size: 12px;
    }

    .gotk-card-text span {
        font-size: 12px;
    }

    .gotk-card-text {
        font-size: 12px;
    }

    .gtok-coins-details {
        font-size: 12px;
    }

    .gtok-text,
    .gtok-coins {
        font-size: 12px;
    }

    .gtok-back-arrow {
        width: 20px;
        height: 20px;
    }
}



/* nft css */

.nft-search-container {
    width: 100%;
    max-width: 400px;
    position: relative;
}

.nft-search-container input {
    height: 40px;
    padding: 11px 40px 11px 16px;
    border-radius: 99px;
    border: none;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 18.23px;
    color: var(--wp--preset--color--darkgrey);
}

.nft-button-container button, .search-icon{
    position: absolute;
    right: -4px;
    top: 4px;
    border: none;
    background: transparent;
}

.nft-search-container input:focus {
    border: none;
    box-shadow: none;
    color: var(--wp--preset--color--darkgrey);
}


.nft-search-container input::placeholder {
    color: var(--wp--preset--color--darkgrey);
}

.nft-search-result {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nft-search-result span {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.83px;
    text-align: left;
    color: #0F0F10;
}

.sort-by-container {
    width: 100%;
    max-width: 205px;
    justify-content: space-between;
}

.sort-by-container form{
    width: 100%;
}

.sort-by-container label {
    font-size: 12px;
    font-weight: 500;
    line-height: 15.62px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
    max-width: max-content;
    margin: 0px;
}

.sort-by-container .form-select {
    max-width: 160px;
    width: 100%;
    height: 40px;
    padding: 2px 30px 2px 8px;
    border-radius: 4px;
    border: 1px solid #F3F3F3;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    text-align: left;
    color: #0F0F10;
    /* background-image: url(../icon/down-arrow.svg); */
    background-size: auto;
    background-position: right 8px center;
}

.form-select:focus {
    box-shadow: none;
}

.nft-card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(174px, 1fr));
    gap: 10px;
    max-width: calc(7 * 174px + 6 * 10px);
    margin: 0 auto;
}

.nft-card {
    padding: 12px;
    border-radius: 16px;
    border: 1px solid #F3F3F3;
}

.nft-card-content img {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    margin-bottom: 8px;
    object-fit: cover;
}

.nft-card-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: left;
    color: #0F0F10;
    margin-bottom: 2px;
    word-wrap: break-word;
}

.nft-card-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
    margin-bottom: 2px;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nft-status {
    display: flex;
    align-items: center;
}

.nft-status img {
    width: auto;
    height: 35px;
    margin-right: 5px;
    margin-bottom: 0px;
}

.nft-status span {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: left;
}

.printed {
    color: var(--wp--preset--color--violamain);
}

.available {
    color: #00C420;
}

.failed{
    color: #c20006;
}

.view-nft-button-1.mr-2 .failed{
    color: #fff;
}

.nft-button-container {
    display: flex;
    justify-content: center;
    margin-top: 47px;
}

.nft-button-container button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 100%;
    max-width: 358px;
    height: 40px;
    padding: 0px 16px 0px 16px;
    border-radius: 99px;
    background: var(--wp--preset--color--violamain);
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    text-align: center;
    color: #FFFFFF;
}

/* nft-responsive-css */

@media (max-width:768px) {
    .nft-search-container {
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .nft-button-container {
        margin-top: 30px;
    }

    .nft-button-container button {
        font-size: 12px;
        height: 35px;
    }

    .nft-status span {
        font-size: 10px;
    }

    .nft-card-text {
        font-size: 10px;
    }

    .nft-card-title {
        font-size: 12px;
    }

    .nft-search-container input {
        background-size: 20px 20px;
    }

    .nft-card {
        padding: 10px;
    }

    .nft-card-container {
        gap: 8px;
        max-width: calc(7 * 174px + 6 * 8px);
    }

    .sort-by-container .form-select {
        font-size: 12px;
    }

    .sort-by-container label {
        font-size: 10px;
    }

    .nft-search-result span {
        font-size: 14px;
    }

    .nft-search-container input {
        padding: 11px 38px 11px 14px;
        font-size: 12px;
        background-position: right 14px center;
        height: 35px;
    }

    .nft-search-container {
        max-width: 250px;
    }

    .sort-by-container {
        max-width: 204px;
    }

    .sort-by-container .form-select {
        max-width: 140px;
        height: 35px;
    }
}

@media (max-width:480px) {
    .nft-search-container {
        max-width: 200px;
    }
}


@media (max-width: 430px) {
    .nft-search-container {
        max-width: 160px;
    }
}

@media (max-width: 370px) {
    .sort-by-container {
        max-width: 174px;
    }

    .sort-by-container .form-select {
        max-width: 110px;
    }

    .nft-search-container {
        max-width: 130px;
    }

}

@media (max-width: 340px) {
    .main-content-header {
        margin-left: 2px !important;

    }

    .nft-search-container input {
        padding-left: 8px;
        padding-right: 30px;
        background-position: right 2px center;
    }


    .nft-search-container {
        max-width: 115px;
    }
}



/* view-nft css */
.view-nft-content {
    display: flex;
    gap: 24px;
}

.view-nft-image-container {
    max-width: 485px;
    width: 100%;
}

.view-nft-image {
    width: 40%;
    height: 395px;
    border-radius: 24px;
    border: 1px solid #F3F3F3;
    object-fit: cover;
}

.view-nft-details{
    width: 60%;
}

.nft-details-top {
    position: relative;
}

.nft-details-top .nft-status {
    padding: 4px 10px 4px 10px;
    border-radius: 99px;
    background: rgba(98, 118, 221, 0.08);
    margin-bottom: 10px;
    max-width: fit-content;
}

.view-nft-overlay {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}


.nft-details-top p {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);

}


.nft-details-more {
    font-size: 12px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
    color: var(--wp--preset--color--violamain);
    display: flex;
    align-items: end;
}

.view-nft-button-1,
.view-nft-button-2 {
    display: flex;
    height: 40px;
    padding: 0px 16px 0px 16px;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.view-nft-button-1 {
    background: var(--wp--preset--color--violamain);
    color: #FFFFFF;
    border: none;
}

.view-nft-button-2 {
    background: none;
    border: 1px solid #0F0F10;
    color: #0F0F10;
}

.nft-description-container {
    border-radius: 8px;
    border: 1px solid #F3F3F3;
}


.custom-tabs .nav-link {
    border: none !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.23px;
    text-align: center;
    color: var(--wp--preset--color--darkgrey) !important;
    position: relative;
    transition: color 0.3s, border-bottom 0.3s;
    padding: 0px;
    cursor: pointer;
    margin: 10px 16px 8px 16px;
}

.custom-tabs {
    position: relative;
    border-bottom: none;
}


.custom-tabs .nav-link.active {
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    text-align: center;
    color: #0F0F10;
    background: none;
    border: none;
}

.custom-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--wp--preset--color--violamain);
}

.nft-description-list {
    margin-bottom: 0px;
}

.nft-description-list li {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
    margin-bottom: 8px;
}

.nft-description-list li::marker {
    color: var(--wp--preset--color--violamain);
}

/* view nft responsive */
@media (max-width:992px) {
    .view-nft-content {
        display: flex;
        gap: 24px;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .nft-description-list li {
        font-size: 12px;
    }

    .custom-tabs .nav-link.active::after {
        bottom: -6px;
    }

    .custom-tabs .nav-link.active {
        font-size: 12px;
    }

    .custom-tabs .nav-link {
        font-size: 12px;
        margin: 8px 14px 6px 14px;
    }

    .view-nft-button-1,
    .view-nft-button-2 {
        height: 35px;
        font-size: 12px;
        gap: 6px;
    }

    .nft-details-more {
        font-size: 10px;
    }

    .view-nft-overlay {
        bottom: 22px;
    }


    .nft-details-top p {
        font-size: 12px;
    }

    .nft-details-top .nft-status {
        padding: 2px 8px 2px 8px;
        margin-bottom: 8px;
    }

    .view-nft-button-1 img,
    .view-nft-button-2 img {
        width: 18px;
        height: 18px;
    }

}

@media (max-width:475px) {
    .view-nft-image {
        height: 340px;
    }

    .view-nft-button-container {
        flex-direction: column;
        gap: 8px;
    }
}


/* profile css */

.profile-image-container {
    margin-right: 40px;
    display: flex;
    width: 100%;
    max-width: 160px;
}

.profile-image-wrapper {
    max-width: 160px;
    width: 100%;
}

.profile-image-container img {
    width: 100%;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
}

.image-edit-button {
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 99px;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.image-edit-button img {
    width: 16px;
    height: 16px;
    object-fit: cover;
}

.profile-details-container .view-nft-button-1 {
    max-width: 183px;
    margin-bottom: 20px;
}

.profile-form .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.profile-form label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.62px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
}

.profile-form .form-control {
    height: 40px;
    padding: 2px 32px 2px 8px;
    border-radius: 4px;
    border: 1px solid #F3F3F3;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    text-align: left;
    color: #0F0F10;
}

.form-control:focus {
    box-shadow: none;
}

.profile-edit-image {
    cursor: pointer;
    position: absolute;
    bottom: 8px;
    right: 18px;
}

.profile-form .form-check-input {
    width: 18px !important;
    height: 18px;
    border: 1px solid #F3F3F3;
    margin-top: 0px;
}

.form-check-input:checked {
    background: var(--wp--preset--color--violamain);
    border-color: var(--wp--preset--color--violamain) !important;
    background-image: url(../icon/check.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #F3F3F3;
}

.profile-form .form-check-label {
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.62px;
    text-align: left;
    color: #0F0F10;
    margin-left: 11px;
    width: fit-content;
}

.profile-buttom-card-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 24px;
    gap: 24px;
    border-radius: 16px;
    background: linear-gradient(99.43deg, #D7F5FF 0%, #FFE9FF 100%);
}

.profile-card-content {
    display: flex;
    flex-direction: column;
}

.profile-card-content h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
    background: linear-gradient(135deg, #00BFFF 0%, #FF6EFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    max-width: max-content;
    margin-bottom: 16px;
}

.stampe-content .product-image{
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 20px;
}

.profile-card-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
    margin-bottom: 0px;
}

.profile-buttom-card-container .view-nft-button-2 {
    max-width: 189px;
}

.profile-button-container {
    padding: 16px 0px 0px 0px;
    gap: 16px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #E3E3E3;
}

.profile-button-container .view-nft-button-1 {
    max-width: 189px;
}

.profile-button-container .view-nft-button-2 {
    max-width: 195px;
}

/* responsive profile css */
@media (max-width:992px) {
    .profile-main-container {
        flex-direction: column;
    }

    .profile-image-container {
        margin: 0px;
        justify-content: center;
        max-width: 100%;
    }

    .profile-details-container .view-nft-button-1 {
        margin-top: 10px;
    }

    .profile-form .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }
}

@media (max-width:820px) {
    .profile-buttom-card-container {
        flex-direction: column;
        gap: 8px;
    }

    .profile-buttom-card-container .view-nft-button-2 {
        align-self: flex-end;
    }

}

@media (max-width:576px) {

    .profile-buttom-card-container .view-nft-button-2,
    .profile-button-container .view-nft-button-1,
    .profile-button-container .view-nft-button-2,
    .profile-details-container .view-nft-button-1 {
        max-width: 100%;
    }

    .image-edit-button {
        width: 30px;
        height: 30px;
    }

    .profile-details-container .view-nft-button-1 {
        margin-bottom: 10px;
    }

    .profile-form .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    .profile-form label {
        font-size: 10px;
    }

    .profile-form .form-control {
        height: 35px;
        padding: 2px 30px 2px 6px;
        font-size: 12px;
    }

    .profile-edit-image {
        width: 18px;
        height: 18px;
    }

    .profile-edit-image {
        right: 16px;
    }

    .profile-form .form-check-input {
        width: 16px !important;
        height: 16px;
    }

    .profile-form .form-check-label {
        font-size: 10px;
        margin-left: 8px;
    }

    .profile-buttom-card-container {
        padding: 16px;
    }

    .profile-card-content h1 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .profile-card-content p {
        font-size: 12px;
    }

    .profile-buttom-card-container .view-nft-button-2,
    .profile-button-container .view-nft-button-1,
    .profile-button-container .view-nft-button-2,
    .profile-details-container .view-nft-button-1 {
        gap: 6px;
    }

    .profile-button-container {
        padding: 10px 0px 0px 0px;
        gap: 8px;
    }

    .profile-button-container .view-nft-button-1 img,
    .profile-buttom-card-container .view-nft-button-2 img,
    .profile-button-container .view-nft-button-2 img,
    .profile-details-container .view-nft-button-1 img {
        width: 18px;
        height: 18px;
    }

}

@media (max-width:426px) {

    .profile-button-container {
        flex-direction: column;
    }

    .profile-form .row {
        --bs-gutter-x: 8px;
        --bs-gutter-y: 8px;
    }

    .profile-details-container .view-nft-button-1 {
        margin-top: 8px;
    }

    .profile-card-content h1 {
        font-size: 20px;
    }
}

/* modal css */

.modal-header {
    border: none;
    padding: 0px;
}

.modal-body {
    padding: 0px;
}

.modal-footer {
    border: none;
    padding: 0px;
}

.delete-account-modal .modal-dialog {
    max-width: 423px;
}

.delete-account-modal .modal-content {
    border-radius: 9px;
    background: #FEFEFE;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 0px 7px 0px var(--wp--preset--color--black)08;
    padding: 36px;
}

.delete-account-modal .modal-header {
    margin-bottom: 35px;
}

.delete-account-modal .modal-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    background: linear-gradient(315deg, #FF6EFF 0%, #00BFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    max-width: max-content;
}

.delete-account-modal .modal-body p {
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    color: #0F0F10;
    margin-bottom: 15px;
}

.modal-ul-container {
    padding: 18px 14px 10px 14px;
    border-radius: 9px;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 0px 7px 0px var(--wp--preset--color--black)08;
    margin-bottom: 26px;
}

.modal-ul-container ul {
    padding-left: 0px;
    list-style-position: inside;
}

.modal-ul-container ul li {
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--wp--preset--color--black);
    margin-bottom: 13px;
}

.modal-ul-container ul li span {
    font-size: 13px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
}

.delete-account-modal .modal-body .form-check {
    display: flex;
    align-items: center;
}

.delete-account-modal .modal-body .form-check-input {
    width: 18px;
    height: 18px;
    border: 2px solid var(--wp--preset--color--darkgrey);
    margin-top: 0px;
}

.delete-account-modal .modal-body .form-check-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    text-align: left;
    color: #0F0F10;
    margin-left: 6px;
}

.delete-account-modal .modal-body {
    margin-bottom: 43px;
}

.delete-account-modal .modal-footer {
    display: flex;
    flex-direction: column;
}

.delete-account-modal .modal-footer button,
.add-review-modal .modal-footer button,
.printer-modal-box .modal-footer button
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0px 16px 0px 16px;
    border-radius: 99px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    text-align: center;
    color: var(--wp--preset--color--darkgrey);
    gap: 8px;
}

.modal-btn-2 {
    background: #FFFFFF;
}

/* responsive modal css */

@media (max-width:576px) {
    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }

    .delete-account-modal .modal-title {
        font-size: 18px;
    }

    .delete-account-modal .modal-body p {
        font-size: 12px;
    }

    .modal-ul-container ul li {
        font-size: 12px;
    }

    .modal-ul-container ul li span {
        font-size: 11px;
    }

    .delete-account-modal .modal-body .form-check-input {
        width: 16px;
        height: 16px;
    }

    .delete-account-modal .modal-body .form-check-label {
        font-size: 12px;
        margin-left: 4px;
    }



    .delete-account-modal .modal-footer button,
    .add-review-modal .modal-footer button {
        height: 35px;
        font-size: 12px;
        gap: 6px;
    }


}

@media (max-width:420px) {
    .delete-account-modal .modal-body {
        margin-bottom: 33px;
    }

    .modal-ul-container ul li {
        margin-bottom: 11px;
    }

    .modal-ul-container {
        padding: 16px 14px 8px 14px;
        margin-bottom: 16px;
    }

    .delete-account-modal .modal-body p {
        margin-bottom: 12px;
    }

    .delete-account-modal .modal-content {
        padding: 24px;
    }

    .delete-account-modal .modal-header {
        margin-bottom: 25px;
    }
}

@media (max-width:390px) {
    .delete-account-modal .modal-body {
        margin-bottom: 23px;
    }

    .modal-ul-container ul li {
        margin-bottom: 10px;
    }

    .modal-ul-container {
        padding: 14px 14px 6px 14px;
        margin-bottom: 14px;
    }

    .delete-account-modal .modal-body p {
        margin-bottom: 10px;
    }

    .delete-account-modal .modal-content {
        padding: 20px;
    }

    .delete-account-modal .modal-header {
        margin-bottom: 20px;
    }
}

@media (max-width:365px) {
    .delete-account-modal .modal-body {
        margin-bottom: 15px;
    }

    .modal-ul-container ul li {
        margin-bottom: 8px;
    }

    .modal-ul-container {
        padding: 12px 12px 4px 12px;
        margin-bottom: 10px;
    }

    .delete-account-modal .modal-body p {
        margin-bottom: 8px;
    }

    .delete-account-modal .modal-content {
        padding: 12px;
    }

    .delete-account-modal .modal-header {
        margin-bottom: 12px;
    }
}



/* geistoine css */

.gestione-content {
    max-width: 340px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #F3F3F3;
}

.gestione-container {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.gestione-container img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.gestione-hub-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gestione-hub-text-container h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    color: #0F0F10;
    margin-bottom: 4px;
}

.gestione-hub-text-container span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
    margin-top: 0px;
}

.gestione-status {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
    gap: 5px;
}

.online-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00C420;
}

.queue-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--wp--preset--color--violamain);
}

.queue-text span {
    font-weight: 700;
    font-size: 12px;
    line-height: 19.2px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--wp--preset--color--violamain);
}

.gestione-hub-update-date {
    font-size: 12px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    color: var(--wp--preset--color--darkgrey);
}


/* responsive gestione css */

@media (max-width:576px) {
    .gestione-content {
        max-width: 280px;
        padding: 10px;
    }

    .gestione-container {
        gap: 8px;
    }

    .gestione-container img {
        width: 70px;
        height: 70px;
    }

    .gestione-hub-text-container h5 {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .gestione-hub-text-container span {
        font-size: 12px;
    }

    .gestione-status {
        font-size: 10px;
        gap: 4px;
    }

    .online-dot {
        width: 6px;
        height: 6px;
    }

    .queue-text {
        font-size: 10px;
    }

    .queue-text span {
        font-size: 10px;
    }

    .gestione-hub-update-date {
        font-size: 10px;
    }
}


/* stampe css */

.stampe-content {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #F3F3F3;
}

.order-data-container span {
    font-size: 12px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
}

.order-data-container a {
    font-size: 12px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F0F10;
}

.product-name {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    color: #0F0F10;
    margin-bottom: 0px;
}

.product-quantity {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
}

.product-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
}

.product-details-button {
    height: 40px;
    border-radius: 99px;
    background: #00C420;
    color: #FFFFFF;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    text-align: left;
    gap: 8px;
    max-width: 202px;
}

.stampe-product-status {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-details-button span,
.stampe-product-status {
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    text-align: left;
}

.inqueue {
    color: var(--wp--preset--color--darkgrey);
}

.printing {
    color: #00C420;
}

.product-details-button.with-border {
    border: 1px solid #0F0F10;
}

.product-button-container {
    flex-shrink: 0;
}

.product-button-container .view-nft-button-2 {
    width: auto;
}

.product-button-container .view-nft-button-1 {
    width: auto;
}

.stampe-card-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.stampe-card-content {
    padding: 12px;
}

.stampe-card-container {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.stampe-card-container::-webkit-scrollbar {
    display: none;
}

.stampe-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid #F3F3F3;
    flex: 0 0 calc(100% / 6 - 16px);
    scroll-snap-align: center;
}

.stampe-card-image {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.stampe-card-content h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #0F0F10;
    margin-bottom: 8px;
    margin-top: 6px;
}

.stampe-card-scroll-button {
    position: absolute;
    width: 32px;
    height: 32px;
    padding: 4px;
    border-radius: 99px;
    box-shadow: 0px 0px 8px 0px var(--wp--preset--color--black)14;
    border: none;
    background: #FFFFFF;
    top: 85px;
    display: flex;
    align-items: center;
}

.next-btn {
    right: 0;
}

.prev-btn {
    left: 0;
}


/* stampe responsive css */

@media (max-width: 1320px) {
    .stampe-card {
        flex: 0 0 calc(100% / 5 - 16px);
    }
}

@media (max-width: 1130px) {
    .stampe-card {
        flex: 0 0 calc(100% / 4 - 16px);
    }
}

@media (max-width: 940px) {
    .stampe-card {
        flex: 0 0 calc(100% / 3 - 16px);
    }
}

@media (max-width: 768px) {
    .stampe-card {
        flex: 0 0 calc(100% / 2 - 16px);
    }
}

@media (max-width: 570px) {
    .stampe-card {
        flex: 0 0 calc(100% - 16px);
    }
}

@media (max-width: 1300px) {
    .product-image-details-container {
        flex-direction: column;
        gap: 16px !important;
    }
}

@media (max-width: 1130px) {
    .product-text-details-container {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px !important;
    }
}

@media (max-width: 930px) {
    .order-data-container {
        flex-direction: column;
        gap: 4px;
    }
}

@media (max-width:735px) {
    .product-button-container {
        flex-direction: column;
        width: 100%;
        gap: 8px !important;
    }

    .product-image-details-container {
        width: 100%;
        align-items: center;
        gap: 8px !important;
    }

    .product-details-button {
        max-width: 100%;
    }


}

@media (max-width: 576px) {
    .product-button-container {
        flex-direction: column;
        width: 100%;
        gap: 8px !important;
    }

    .product-image-details-container {
        width: 100%;
        align-items: center;
        gap: 8px !important;
    }

    .product-text-details-container {
        gap: 8px !important;
    }


    .stampe-content {
        padding: 14px;
    }

    .order-data-container span {
        font-size: 10px;
    }

    .order-data-container a {
        font-size: 10px;
    }

    .product-name {
        font-size: 14px;
    }

    .product-quantity {
        font-size: 12px;
    }

    .product-price {
        font-size: 14px;
    }

    .product-details-button {
        height: 35px;
        font-size: 12px;
        gap: 6px;
        max-width: 100%;
    }

    .product-details-button svg,
    .product-details-button img {
        width: 18px;
        height: 18px;
    }

    .stampe-product-status {
        gap: 6px;
    }

    .stampe-product-status svg,
    .stampe-product-status img {
        width: 20px;
        height: 20px;
    }

    .product-details-button span,
    .stampe-product-status {
        font-size: 12px;
    }


    .product-button-container .view-nft-button-2 {
        width: 100%;
    }

    .product-button-container .view-nft-button-1 {
        width: 100%;
    }

    .stampe-card-content h5 {
        font-size: 14px;
    }

    .stampe-card-scroll-button {
        width: 30px;
        height: 30px;
    }

}


@media (max-width:430px) {
    .order-data-container div {
        flex-direction: column;
        gap: 4px !important;
    }
}


/* customer-support css */

.customer-support-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.customer-support-card {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #F3F3F3;
}

.customer-support-card ol {
    margin-bottom: 0px;
    padding-left: 24px;
}

.customer-support-card ol li {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    color: #0F0F10;
}

.customer-support-card p {
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
}

.customer-support-card-header {
    display: flex;
    justify-content: space-between;
}

.customer-support-card-header svg {
    cursor: pointer;
}

.customer-support-more-questions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.customer-support-more-questions h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    color: #0F0F10;
    margin-bottom: 0px;
}

.customer-support-contact-button {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.customer-support-contact-button .view-nft-button-1 {
    max-width: 439px;
    padding: 0px 24px;
    width: auto;
    flex: 1;
}

.product-button-container .view-nft-button-1:disabled {
    background: #F3F3F3;
    color: var(--wp--preset--color--darkgrey);
}

/* customer-support-responsive-css */
@media (max-width:690px) {
    .customer-support-contact-button {
        width: 100%;
    }

    .customer-support-more-questions {
        flex-direction: column;
    }
}

@media (max-width:576px) {
    .customer-support-container {
        gap: 8px;
    }

    .customer-support-card-header svg {
        height: 20px;
        width: 20px;
    }

    .customer-support-card {
        padding: 10px;
    }

    .customer-support-card ol {
        padding-left: 20px;
    }

    .customer-support-card ol li {
        font-size: 14px;
    }

    .customer-support-card p {
        margin-top: 10px;
        font-size: 12px;
    }

    .customer-support-more-questions {
        gap: 8px;
    }

    .customer-support-more-questions h3 {
        font-size: 20px;
    }

    .customer-support-contact-button .view-nft-button-1 {
        padding: 0px 16px;
    }


    .customer-support-contact-button .view-nft-button-1 img {
        width: 18px;
        height: 18px;
    }
}


@media (max-width:440px) {
    .customer-support-contact-button {
        flex-direction: column;
    }

    .customer-support-contact-button .view-nft-button-1 {
        flex: auto;
    }


}


/* order css */

.product-warning-container {
    width: 100%;
    padding: 8px 0px 8px 0px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    background: #D5000014;
}

.warning-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    text-align: center;
    color: #D50000;
}

.product-available-print {
    max-width: 350px;
    width: 100%;
    flex-shrink: 1;
}

.product-available-print-container {
    gap: 25px;
}

.warning-text span {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.23px;
    text-align: center;
}

/* order responsive css */
@media (max-width:576px) {
    .view-nft-button-1 svg {
        width: 18px;
        height: 18px;
    }

    .warning-text {
        font-size: 12px;
    }

    .warning-text span {
        font-size: 12px;
    }

}

@media (max-width:500px) {
    .stampe-content {
        padding: 10px;
    }
}



/* add-review modal css */

.add-review-modal .modal-dialog {
    max-width: 510px;
}

.add-review-modal .modal-content {
    padding: 18px;
    border: none;
    box-shadow: 0px 2px 10px 2px var(--wp--preset--color--black)05;
    border-radius: 24px;

}

.add-review-modal .modal-body {
    padding: 20px 42px 38px 42px;
}

.add-review-modal .modal-footer {
    display: flex;
    flex-direction: column;
    padding: 0px 42px;
}

.add-review-modal-card {
    padding: 12px;
    border-radius: 24px;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 2px 10px 2px var(--wp--preset--color--black)05;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-btn-1 {
    padding: 10px 20px 10px 20px !important;
    background: var(--wp--preset--color--violamain) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 18.23px !important;
    letter-spacing: -0.05em;
    color: #FFFFFF !important;
}

.add-review-modal-card h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 35.52px;
    letter-spacing: -0.05em;
    text-align: left;
    color: var(--wp--preset--color--black);
    margin-bottom: 11px;
}

.add-review-modal-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #919191;
    padding-bottom: 24px;
    margin-bottom: 0px;
}

.review-star-container {
    gap: 12px;
    margin-bottom: 34px;
}

.review-star-container img {
    width: 34px;
    height: 34px;
}

.add-review-modal-card .form-control {
    height: 75px;
    border-radius: 19px;
    background: #FBFBFD;
    border: 1px solid #F0F0F0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #919191;
    padding: 10px 38px 10px 18px;
}

.add-review-modal-card .form-control::placeholder {
    color: #919191;
}

.review-modal-input-container {
    position: relative;
}

.review-modal-input-container img {
    position: absolute;
    top: 11px;
    right: 11px;
}


/* add review modal responsive css */

@media (max-width:576px) {
    .review-modal-input-container img {
        width: 24px;
        height: 24px;
    }

    .add-review-modal .modal-footer button img {
        width: 18px;
        height: 18px;
    }

    .modal-btn-1 {
        font-size: 12px !important;

    }

    .add-review-modal-card h1 {
        font-size: 22px;
    }

    .add-review-modal-card p {
        font-size: 14px;
    }

    .add-review-modal-card .form-control {
        font-size: 12px;

    }

    .review-star-container img {
        width: 30px;
        height: 30px;
    }

}

@media (max-width:450px) {

    .add-review-modal .modal-content {
        padding: 14px;
    }

    .add-review-modal .modal-body {
        padding: 12px 30px 30px 30px;
    }

    .add-review-modal .modal-footer {
        padding: 0px 30px;
    }

    .modal-btn-1 {
        padding: 10px 16px 10px 16px !important;

    }

    .add-review-modal-card h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .add-review-modal-card p {
        padding-bottom: 16px;
    }

    .review-star-container {
        gap: 10px;
        margin-bottom: 30px;
    }

    .review-star-container img {
        width: 28px;
        height: 28px;
    }

    .add-review-modal-card .form-control {
        height: 70px;
        padding: 10px 36px 10px 16px;
    }

    .review-modal-input-container img {
        right: 9px;
    }
}


@media (max-width:390px) {
    .review-star-container {
        gap: 8px;
        margin-bottom: 20px;
    }

    .add-review-modal-card p {
        padding-bottom: 10px;
    }

    .add-review-modal-card h1 {
        margin-bottom: 8px;
    }

    .add-review-modal .modal-body {
        padding: 8px 18px 20px 18px;
    }

    .add-review-modal .modal-footer {
        padding: 0px 18px;
    }

    .add-review-modal .modal-content {
        padding: 10px;
    }
}

@media (max-width:330px) {

    .add-review-modal .modal-body {
        padding: 8px 16px 16px 16px;
    }

    .add-review-modal .modal-footer {
        padding: 0px 16px;
    }

    .add-review-modal .modal-content {
        padding: 10px 8px;
    }
}



/* creator gestione hub css */

.creator-gestione-content .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.connection-hub-container,
.printer-hub-container {
    padding: 30px 20px 30px 20px;
    border-radius: 16px;
}

.printer-hub-container {
    background: linear-gradient(99.43deg, #D7F5FF 0%, #FFE9FF 100%);
}


.creator-img-wrapper img {
    width: 295px;
    height: 206px;
    object-fit: contain;
}

.creator-gestione-button {
    display: flex;
    height: 40px;
    padding: 0px 24px 0px 24px;
    gap: 8px;
    border-radius: 99px;
    background: var(--wp--preset--color--violamain);
    border: none;
    width: fit-content;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    text-align: left;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.creator-gestione-text h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: linear-gradient(135deg, #00BFFF 0%, #FF6EFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    max-width: max-content;
    margin-bottom: 8px;

}

.creator-gestione-text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
    margin-bottom: 0px;
}

/* creator gestione hub responsive css */
@media(min-width:992px) and (max-width:1400px) {
    .creator-gestione-main-container {
        flex-direction: column;
    }

    .creator-img-wrapper {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:768px) {
    .creator-img-wrapper img {
        width: 245px;
        height: 166px;
    }
}

@media (max-width:610px) {
    .creator-gestione-main-container {
        flex-direction: column;
    }

    .creator-img-wrapper {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:576px) {
    .creator-gestione-content .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    .connection-hub-container,
    .printer-hub-container {
        padding: 20px 10px 20px 10px;
        border-radius: 16px;
    }

    .creator-img-wrapper img {
        width: 295px;
        height: 206px;
        object-fit: contain;
    }

    .creator-gestione-button {
        height: 35px;
        padding: 0px 16px 0px 16px;
        font-size: 12px;
        gap: 6px;
    }

    .creator-gestione-button img {
        width: 18px;
        height: 18px;
    }

    .creator-gestione-text h1 {
        font-size: 28px;

    }

    .creator-gestione-text p {
        font-size: 12px;
    }
}


/* my modals css */

.review-number {
    width: 24px;
    height: 24px;
    border-radius: 99px;
    background: #D50000;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.62px;
    text-align: left;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.on-promotion-model {
    display: flex;
    justify-content: center;
    padding: 8px 0px 8px 0px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(114, 9, 183, 0.08) 0%, rgba(76, 201, 240, 0.08) 100%);
}

.on-promotion-model span {
    font-size: 14px;
    font-weight: 700;
    line-height: 18.23px;
    text-align: center;
    background: linear-gradient(135deg, #00BFFF 0%, #FF6EFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    width: max-content;
}

.pagination-container {
    display: flex;
    gap: 12px;
}

.pagination-container div {
    width: 32px;
    height: 32px;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.83px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.pagination-container div a {
    text-decoration: none;
    color: var(--wp--preset--color--darkgrey);
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.active-page-pagination {
    background: #0F0F10;
    color: #FFFFFF !important;
}

.active-page-pagination a {
    color: #FFFFFF !important;
}

/* my modal responsive css */

@media (max-width:576px) {
    .review-number {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .view-nft-button-2 svg {
        width: 18px;
        height: 18px;
    }


    .on-promotion-model span {
        font-size: 12px;
    }
}

/* pagination responsive css */

@media (max-width:576px) {
    .pagination-container {
        gap: 8px;
    }

    .pagination-container div {
        width: 26px;
        height: 26px;
        font-size: 14px;
    }

}


/* review css */

.review-container {
    padding: 20px;
    gap: 16px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.review-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reviewer-name {
    display: flex;
    gap: 4px;
    align-items: center;
}

.reviewer-name img {
    width: 20px;
    height: 20px;
    border-radius: 99px;
    object-fit: cover;
}

.reviewer-name h5 {
    font-size: 12px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    color: #11001C;
    margin-bottom: 0px;
}

.review-details h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    color: #0F0F10;
    margin-bottom: 0px;
}

.review-stars {
    display: flex;
}

.review-container h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    color: #0F0F10;
    margin-bottom: 0px;
}

.review-container p {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
    margin-bottom: 0px;
}


.review-image-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
}

.review-image-div {
    height: 112px;
    padding: 10px;
    border-radius: 8px;
    background: var(--wp--preset--color--darkgrey);
}

.review-button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-button-container span {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
}

.review-button-container button {
    display: flex;
    height: 28px;
    padding: 4px 8px 4px 8px;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid var(--wp--preset--color--darkgrey);
    background: #FFFFFF;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: var(--wp--preset--color--darkgrey);
}


/* review responsive css */

@media (max-width:576px) {
    .review-container {
        padding: 16px;
        gap: 8px;
    }

    .review-details {
        gap: 4px;
    }

    .reviewer-name {
        gap: 2px;
    }

    .reviewer-name img {
        width: 18px;
        height: 18px;
    }

    .reviewer-name h5 {
        font-size: 10px;
    }

    .review-details h3 {
        font-size: 14px;
    }


    .review-container h1 {
        font-size: 20px;
    }

    .review-container p {
        font-size: 12px;
    }


    .review-image-container {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 8px;
    }

    .review-image-div {
        height: 100px;
    }

    .review-button-container span {
        font-size: 10px;
    }

    .review-button-container button {
        height: 24px;
        font-size: 10px;
    }

    .review-button-container button img {
        width: 18px;
        height: 18px;
    }

}

.tooltip.show {
    z-index: 2000;
}

.tooltip{
    z-index: 2000;
}

@media (max-width:786px){
    .col-md-3{
        max-width: calc(25% - 15px);
        width: calc(25% - 15px);
    }
    .col-lg-4{
        max-width: calc(33.33% - 10px) !important;
    }
    
    .col-sm-6{
        max-width: calc(50% - 5px) !important;
        width: calc(50% - 5px) !important;
    }
}

@media (max-width: 992px) {
    .view-nft-image{
        width: 100%;
    }

    .view-nft-details{
        width: 100%;
    }
}

.variant-card .nft-card-title{
    font-family: 'DM Sans';
}

.variant-details .nft-card-container{
    gap: 20px;
    max-width: (7 * 174px + 6 * 20px)
}

.variant-details .nft-card.variant-card{
    border: none;
    padding: 0px;
}

.woocommerce-order .woocommerce-order-overview.order_details{
    padding-left: 0px !important;
}

.woocommerce-notice--success.woocommerce-thankyou-order-received{
    border-top: 3px solid #8fae1b;
    background-color: #f6f5f8;
    padding: 1em 2em 1em 3.5em;
    font-size: 1em;
    position: relative;
}

.woocommerce-notice--success.woocommerce-thankyou-order-received::before{
    font-family: WooCommerce;
    content: "\e015";
    color: #8fae1b;
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.twofa-button.hide{
    display: none;
}