/* RAID : 517049 */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@media only screen and (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1114px !important;
    }
}

.buy-token-max-width {
    width: 100%;
}

.ecommerce-token-max-width {
    width: 100%;
}

.add-funds-max-width {
    width: 100%;
}

body {
    background-color: #0b111d;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

body.modal-open {
    padding-right: 0 !important;
}

.nft-wrapper-body {
    padding-top: 100px;
    padding-bottom: 50px;
}

/*.nft-background:after {
content: '';
width: 100%;
height: 1px;
background: #2c3848;
position: absolute;
left: 0;
margin-top: 180px;
}*/

.modal-fullscreen .modal-body {
    overflow-y: hidden !important;
}


.nft-wrapper-body h2 {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.nft-wrapper-body h3 {
    color: #4f46e5;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

.nft-wrapper-body .nft-background {
    background-color: #172230;
    border-radius: 11px;
    border: 1px solid #2c3848;
    padding: 3em;
    position: relative;
}

@media screen and (max-width: 500px) {
    .nft-wrapper-body .nft-background {
        padding: 1em;

    }

    .nft-wrapper-body img {
        max-width: 100% !important;
        width: 250px !important;
    }

    .nft-background h2 {
        font-size: 20px;
    }

    .nft-background h5 {
        font-size: 1rem;
    }
}

.nft-wrapper-body .nft-image {
    max-width: 230px;
    width: 100%;
    border: 1px solid #5a646e;
    border-radius: 10px;
}

.nft-wrapper-body hr:not([size]) {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

#nft-table {
    padding-top: 0px;
    padding-bottom: 100px;
}

#nft-table table {
    border-collapse: separate;
    border-spacing: 0;
}

#nft-table .table th,
#nft-table .table td {
    vertical-align: middle;
    padding: 15px 0;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    border-bottom: 1px solid #2c3848;
}

#nft-table table tr th:last-child,
#nft-table table tr td:last-child {
    border-right: 1px solid #2c3848;
    border-bottom: 1px solid #2c3848;
}

#nft-table table tr th:first-child,
#nft-table table tr td:first-child {
    border-left: 1px solid #2c3848;
}

#nft-table table tr th {
    border-top: 1px solid #2c3848;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background: #19222e;
}

@media screen and (max-width: 768px) {
    #nft-table table tr th {
        font-size: 10px;
    }
}

#nft-table table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

/* top-right border-radius */
#nft-table table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

/* bottom-left border-radius */
#nft-table table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

@media only screen and (max-device-width: 430px) {
    #nft-table table tr:last-child td:first-child {
        font-size: 12px;
    }
}


/* bottom-right border-radius */
#nft-table table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

#nft-table .table tbody {
    font-size: 14px;
    font-weight: 400;
}

tr:nth-of-type(odd) {
    background: #000;
}

.balancePrice {
    font-size: 24px;
    color: #ffbd00;
    width: 100%;
    position: relative;
    right: 0px;
}

.balanceCurrency {
    font-size: 24px;
    width: 50%;
    text-align: left;
    left: 5px;
    position: relative;
}

.modal-header .btn-close {
    /* color: #fff;
    background: unset;
    font-size: 30px;
    position: absolute; */
    right: -15px;
    top: -15px;
    opacity: 1;
}

@media only screen and (max-device-width: 1024px) {

    table {
        width: 100%;
    }

    /* Force table to not be like tables anymore */
    /*table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }*/

    /* Hide table headers (but not display: none;, for accessibility) */
    /*thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }*/

    /*tr {
        border: 1px solid #ccc;
    }*/

    /* remove for now */
    /* td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 45% !important;
        text-align: inherit !important;
    }

    td:before {
        position: absolute;
        left: 15px;
        text-align: right;
        width: 40% !important;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-column);

        color: #FFF;
        font-weight: bold;
    } */
    .balancePrice {
        font-size: 14px;
        width: inherit !important;
    }

    .balanceCurrency {
        font-size: 14px;
        width: inherit !important;
    }

    /*#nft-table table tr th:first-child,
    #nft-table table tr td:first-child {
        border-left: 0px solid #2c3848;
    }*/

    /* #nft-table table tr th:last-child,
    #nft-table table tr td:last-child {
        border-right: 0px solid #2c3848;
        border-bottom: 0px solid #2c3848;
    }*/

    #nft-table table tr:last-child td:first-child {
        border-bottom-left-radius: 0px;
    }
}

.sample {
    flex: 0 0 auto;
    width: 30%;
}

.sample2 {
    flex: 0 0 auto;
    width: 38%;
}

@media (max-width: 338px) {
    .sample {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .sample2 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}

@media (max-width: 1210px) {
    .sample {
        flex: 0 0 auto;
        width: 40%;
    }

    .sample2 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}

/*remove for now */
/* #nft-table {
    padding: 100px 0px;
} */

/* for LIST TOKEN */
#nft-table .nft-cards {
    border-radius: 20px;
    margin: auto;
    background-image: linear-gradient(to top, #0d2635, #0b0315);
    padding: 5px;
}

#nft-table .nft-border {
    margin: 15px;
    border: 1px solid rgba(29, 48, 71, 255);
    border-radius: 20px;
}

#nft-table .card.second {
    background-image: linear-gradient(to top, #0d2635, #0b0315);
}

#nft-table .nft-cards:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#nft-table img.center-block {
    height: 100%;
    width: 100%;
    max-height: 250px;
    max-width: 250px;
    border-radius: 20px;
}

#nft-table .nft-content {
    padding: 13px;
}

#nft-table .img-border {
    position: relative;
    /*width: 235px;*/
    height: 235px;
    border-radius: 20px;
    object-fit: cover;
    background-size: cover !important;
    cursor: pointer;
}

#nft-table .img-border img {
    display: block;
}

#nft-table .img-border i.fas.fa-info-circle {
    position: absolute;
    top: 9px;
    right: 9px;
    color: #adaaaa;
    font-size: 23px;
}

#nft-table .candlemass {
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 20px;
    color: white;
}

#nft-table .currencyname {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

#nft-table .progress-bar {
    width: 100%;
    height: 10px;
    background-color: #89d4cf;
    background-image: linear-gradient(315deg, #227c9b, #6d30be);
}

#nft-table button.btn-outline-primary {
    /*padding: 0px 15px 4px 15px;*/
    padding: 0px 5px 5px 5px;
    color: white;
    background-color: transparent;
    border: 1px solid #500eb1;
    border-radius: 5px;
}

#nft-table button.btn-outline-primary:hover {
    background: #500eb1;
}

#nft-table .horizontal {
    display: inline-block;
    width: 15px;
    border-top: 2px solid #4d5860;
    margin-left: 3px;
    margin-right: 3px;
}

#nft-table button.btn.btn-default.view {
    background: #500eb1;
    color: white;
    padding: 7px 25px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    #nft-table .horizontal {
        margin: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .nft-cards {
        width: 300px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    #nft-table .img-border {
        background-position: center center !important;
    }
}

/* MODAL CSS */
#nftViewModals .modal-content {
    background-color: #0d131b;
    border-radius: 20px;
    /* max-width: 1000px; remove for now  */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #1d242e;
}

#nftViewModals i.fas.fa-times-circle {
    position: absolute;
    right: -6px;
    top: -6px;
    font-size: 25px;
    color: white;
    cursor: pointer;
}

#nftViewModals .body-border {
    position: relative;
    margin: 5px 5px;
    border: 2px solid #263446;
    position: relative;
    border-radius: 20px;
}

#nftViewModals .modal-content {
    padding: 1rem;
}

#nftViewModals .nft-title {
    color: #6e45e1;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
}

#nftViewModals .modal-text {
    color: white;
    font-size: 16px;
    font-weight: 100;
}

#nftViewModals .description {
    border-bottom: 1px solid #6e45e1;
    line-height: 2.8;
}

#nftViewModals #token-description {
    margin: 10px 0 20px 0;
}

#nftViewModals .modal-text.token-title {
    font-size: 24px;
}

/*LIST TOKEN FORM MODAL */
#listTokenModal .modal-content {
    background-color: #0d131b;
    border-radius: 20px;
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #1d242e;
}

#listTokenModal i.fas.fa-times-circle {
    position: absolute;
    right: -6px;
    top: -6px;
    font-size: 25px;
    color: white;
    cursor: pointer;
}

#listTokenModal .body-border {
    position: relative;
    margin: 5px 5px;
    border: 2px solid #263446;
    position: relative;
    border-radius: 20px;
}

#listTokenModal .modal-content {
    padding: 1rem;
}

#listTokenModal .nft-title {
    color: #6e45e1;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
}

#listTokenModal .modal-text {
    color: white;
    font-size: 16px;
    font-weight: 100;
}

#listTokenModal .description {
    border-bottom: 1px solid #6e45e1;
    line-height: 2.8;
}

#listTokenModal #lt-token-description {
    margin: 10px 0 20px 0;
}

#listTokenModal .modal-text.token-title {
    font-size: 24px;
}

#token-listed-view-table .dataTables_length,
.dataTables_filter,
.dataTables_info {
    color: white !important;
}

#token-listed-view-table a.paginate_button {
    color: white !important;
}

#token-listed-view-table a.paginate_button:hover {
    color: white !important;
}

#token-listed-view-table a.paginate_button.current {
    color: rgb(0, 0, 0) !important;
}

#token-listed-view-table table {
    border-collapse: separate;
    border-spacing: 0;
}

#token-listed-view-table table.dataTable tbody tr {
    background-color: #19222e;
}

#token-listed-view-table .table th,
#token-listed-view-table .table td {
    padding: 15px 5px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #2c3848;
}

#token-listed-view-table table tr th:last-child,
#token-listed-view-table table tr td:last-child {
    border-right: 1px solid #2c3848;
    border-bottom: 1px solid #2c3848;
}

#token-listed-view-table table tr th:first-child,
#token-listed-view-table table tr td:first-child {
    border-left: 1px solid #2c3848;
}

#token-listed-view-table table tr th {
    border-top: 1px solid #2c3848;
    font-size: 14px;
    font-weight: normal;
    background: #19222e;
    letter-spacing: 1px;
}

#token-listed-view-table table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

/* top-right border-radius */
#token-listed-view-table table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

/* bottom-left border-radius */
#token-listed-view-table table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

/* bottom-right border-radius */
#token-listed-view-table table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

#token-listed-view-table .table tbody {
    font-size: 14px;
    font-weight: 400;
}

#reserve {
    margin: auto;
    font-size: 25px;
}

#mainOs {
    display: flex;
}

.mainOsT {
    display: none;
}

@media (max-width: 767px) {
    #mainOs {
        display: none;
    }

    .mainOsT {
        display: inline;
    }

    #reserve {
        font-size: 20px;
    }
}

#nft-table table.table-primary td:first-child {
    border-top-left-radius: 10px;
}

/* top-right border-radius */
#nft-table table.table-primary td:last-child {
    border-top-right-radius: 10px;
}

/* bottom-left border-radius */
#nft-table table.table-primary td:first-child {
    border-bottom-left-radius: 0px !important;
}

/* bottom-right border-radius */
#nft-table table.table-primary td:last-child {
    border-bottom-right-radius: 0px !important;
}

#walletBalance small {
    padding: 0.2rem 0.4rem;
    font-size: .875em;
    color: #fff;
    border-radius: 0.2rem;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 576px) {
    .direct-chat-messages {
        border-right: 0.5px solid rgba(255, 255, 255, 0.26);
    }

    #msgDataFull.direct-chat-messages {
        color: white;
        border: none
    }
}

@media (max-width: 575px) {
    #msgDataFull {
        display: none
    }
}

i.fas.fa-times-circle {
    position: absolute;
    right: -6px;
    top: -6px;
    font-size: 25px;
    color: white;
    cursor: pointer;
}

#Messageshow .modal-dialog {
    height: 94%;
    max-width: 90%;
}

#Messageshow .modal-content {
    height: 100%;
}

#Messageshow .card {
    background-color: #172230;
    border: none;
}

#Messageshow .list-group-item {
    background-color: #4231c0;
    color: white;
    cursor: pointer;
}

#Messageshow .btn.btn-primary {
    background-color: #0d6efd
}

#Messageshow main {
    border: 0.5px solid rgba(255, 255, 255, 0.26);
    border-radius: 5px;
}

#readmoremodalMessage .modal-header {
    border: none;
}

#readmoremodalMessage .modal-body {
    color: white;
}

#mobilemodalMessage .modal-header {
    border: none;
}

#mobilemodalMessage .modal-body {
    color: white;
}

.stretch-card>.card {
    width: 100%;
    min-width: 100%
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 250px;
    overflow: auto;
}

.direct-chat-messages,
.direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.border-right.left-con a {
    margin: 10px 0;
}

.direct-chat-messages {
    height: 1000px;
}

@media (max-width: 575px) {
    #Messageshow .modal-dialog {
        height: auto;
        max-width: 90%;
        margin: 0.5rem auto;
    }

    #Messageshow .modal-content {
        height: auto;
    }

    .direct-chat-messages {
        height: 500px !important;
    }
}

div#Messageshow {
    padding: 0;
}

/* Authorization Page Styled */

.box {
    position: absolute;
    top: 40%;
    right: 50%;
    transform: translate(50%, -50%);
}

.box img {
    width: 28%;
    max-width: 350px;
}

.box h1 {
    color: #fff;
    padding-top: 1em;
    font-size: 25px;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .box h1 {
        font-size: 19px;
    }

    .box img {
        width: 46%;
    }
}

.wrap {
    background: #121824;
    width: 81vw;
    max-width: 100%;
    padding-top: 8em;
    padding-bottom: 8em;
    border-radius: 2em;
    box-shadow: 3px 3px 2px 1px rgb(45 38 155 / 25%);
}

/* Loading */
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 46px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

@media screen and (max-width: 500px) {
    .lds-ellipsis div {
        top: 36px;
        width: 10px;
        height: 10px;
    }
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

#payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

#payment-element {
    margin-bottom: 24px;
}

.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/* Overrides */
.nft-wrapper-body {
    padding-bottom: 0;
}

.bg-rarity {
    background-color: #7b6d8d;
}

.bg-category {
    background-color: #8499b1;
}

/* Delete when pasted on ecommerce | bootstrap issue */

.p-0 {
    padding: 0 !important;
}

.fw-bold {
    font-weight: bold;
}

.d-flex {
    display: flex;
}

/* end */

/* funds */

.funds-wrapper {
    color: #fff;
    height: 100%;
    margin: 20px auto 50px;
}

.fund-header {
    background-color: #19222e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #2c3848;
    border-bottom: none;
    display: flex;
    font-weight: bold;
}

.fund-header div {
    padding: 15px 0;
}

.fund-header div {
    border-right: 1px solid #2c3848;
}

.fund-header div:last-child {
    border: none;
}

.fund-body {
    background-color: #000000;
    border: 1px solid #2c3848;
    border-top: none;
    display: flex;
    padding: 10px 0;
}

.fund-body.expand-row {
    background-color: transparent;
    border: 1px solid #2c3848;
    border-top: none;
}

.fund-expand {
    text-align: center;
}

.fund-header-expand,
.fund-body .fund-expand {
    flex: 0 0 10%;
}

.fund-header-name,
.fund-data-name {
    flex: 0 0 20%;
    text-align: center;
}

.fund-header-balance,
.fund-data-balance {
    flex: 0 0 50%;
    text-align: center;
}

.fund-data-balance {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fund-data-balance-insuff-label span {
    background-color: #930606;
    font-size: 12px;
    margin: 0 4px;
    padding: 3px 8px;
    width: 100%;
}

.fund-data-balance-suff-label span {
    background-color: #267826;
    font-size: 12px;
    margin: 0 4px;
    padding: 3px 8px;
    width: 100%;
}

.fund-header-action,
.fund-data-action {
    flex: 0 0 20%;
    text-align: center;
}

.fund-data-action button {
    background-color: #0d6efd;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
}

/* funds */
.wrapper ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.wrapper ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.wrapper ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.wrapper ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.list-horizontal ::-webkit-scrollbar {
    display: none;
    height: 3px;
}

/* Track */
.list-horizontal ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.list-horizontal ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.list-horizontal ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.wrapper.ecommerce-checkout-list {
    background-color: #172230;
    border: 1px solid #2c3848;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    min-height: 300px;
    margin: auto;
    position: relative;
    padding: 25px;
}

.list-items {
    flex: 1;
    max-height: 410px;
    overflow-y: auto;
    overflow-x: hidden;
}

.list-item {
    display: flex;
    margin-bottom: 20px;
    padding: 0 !important;
}

.list-thumbnail img {
    height: 115px;
}

.list-content {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 15px;
    width: 100%;
}

.list-title {
    font-size: 16px;
    font-weight: 700;
}

.list-price {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.list-price.desktop-price {
    display: block;
}

.list-h-line {
    border: 1px solid #b4b4b4;
    margin: 2px 0;
    width: 5%;
}

.list-horizontal {
    align-items: center;
    display: flex;
    font-size: 11px;
    margin: 2px 0;
}

.list-horizontal-text.category-type {
    flex-shrink: 0;
}

.list-horizontal-item.bg-category {
    font-size: 95%;
    margin: 2px 0 2px 5px;
    padding: 0px 4px;
}

.list-horizontal-item.bg-rarity {
    font-size: 95%;
    margin: 2px 0 2px 5px;
    padding: 0px 4px;
}

.list-horizontal-text.mobile-price,
.list-horizontal-items.mobile-price {
    display: none;
}

.list-w-scroll .list-horizontal-items {
    display: flex;
    flex: 1 0 85%;
    overflow: auto;
}

.list-horizontal-items {
    display: flex;
}

.list-horizontal-item {
    border-radius: 2px;
    margin: 0 5px;
    padding: 1px 4px;
}

.list-horizontal-item.bg-rarity,
.list-horizontal-item.bg-category {
    flex-shrink: 0;
}

/* Sidebar Card */
.sidebar-card {
    background-color: #202b39;
    padding: 25px;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}

.list-start-end {
    display: flex;
    flex-direction: column;
}

.list-start-end-item {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.list-end-item-text {
    font-weight: bold;
}


.btn-confirm,
.btn-cancel {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
    padding: 8px 0;
    width: 100%;
}

.btn-confirm {
    background-color: #0f53b5;
    border: 1px solid #0f53b5;
}

.btn-confirm:hover {
    background-color: #184c97;
}

.btn-cancel {
    background-color: #dc3545;
    border: 1px solid #dc3545;
}

.btn-cancel:hover {
    background-color: #ca313f;
}

@media only screen and (max-width: 1024px) {
    .wrapper.ecommerce-checkout-list {
        flex-direction: column;
        min-height: 100%;
    }

    .list-items {
        height: auto;
    }

    .list-thumbnail img {
        height: 110px;
    }

    .list-title {
        font-size: 16px;
    }

    .list-price {
        font-size: 14px;
    }

    .list-horizontal {
        font-size: 12px;
        margin: 0;
    }

    .list-start-end-item {
        font-size: 14px;
    }

    .btn-confirm,
    .btn-cancel {
        font-size: 14px;
    }

    .sidebar-card {
        padding: 15px;
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    /* funds */

    .fund-header div {
        font-size: 12px;
        padding: 5px 0;
    }

    .fund-header-balance {
        flex: 0 0 40%;
    }

    .fund-body {
        align-items: center;
        padding: 0;
    }

    .fund-body .fund-expand {
        flex: 0 0 10%;
        padding: 0;
    }

    .fund-body .fund-expand button {
        font-size: 13px;
        margin-left: 4px !important;
        margin-right: 2px !important;
    }

    .fund-data-name {
        font-size: 10px;
    }

    .fund-data-balance {
        flex: 0 0 40%;
        flex-direction: column;
        font-size: 10px;
    }

    .fund-data-balance-insuff-label span {
        font-size: 10px;
    }

    .fund-data-balance-suff-label span {
        font-size: 10px;
    }

    .fund-data-action {
        flex: 0 0 25%;
    }

    .fund-data-action button {
        font-size: 10px;
    }

    /* funds */

    .nft-wrapper-body .nft-background {
        padding: 1.5em;
    }

    .nft-wrapper-body h2 {
        font-size: 24px;
    }

    .wrapper.ecommerce-checkout-list {
        flex-direction: column;
        padding: 20px;
    }

    .list-content {
        justify-content: space-evenly;
    }

    .list-items {
        flex: auto;
        height: auto;
    }

    .list-thumbnail img {
        height: 100px;
    }

    .list-title {
        font-size: 14px;
    }

    .list-price {
        font-size: 11px;
    }

    .list-price.desktop-price {
        display: none;
    }

    .list-horizontal {
        font-size: 11px;
    }

    .list-horizontal-text.mobile-price,
    .list-horizontal-items.mobile-price {
        display: block;
    }

    .list-start-end-item {
        font-size: 12px;
    }

    .btn-confirm,
    .btn-cancel {
        font-size: 12px;
    }

    .sidebar-card {
        padding: 10px;
        margin-left: 0;
        width: 100%;
    }

}

@media only screen and (max-width: 450px) {
    .container.table.container-table {
        padding-top: 0;
    }

    .nft-wrapper-body h2 {
        font-size: 16px;
    }

    .wrapper.ecommerce-checkout-list {
        min-height: 100%;
    }

    .list-thumbnail img {
        height: 88px;
    }

    .list-title {
        font-size: 12px;
    }

    .list-price {
        font-size: 10px;
        letter-spacing: 0px;
    }

    .list-horizontal {
        font-size: 10px;
    }

    .sidebar-card {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 380px) {
    /* funds */

    .fund-header div {
        font-size: 11px;
    }

    .fund-header-name,
    .fund-data-name {
        flex: 0 0 25%;
    }

    .fund-body {
        padding: 5px 0;
    }

    .fund-body div {
        font-size: 9px;
        padding: 0;
    }

    .fund-body .fund-expand button {
        font-size: 10px;
    }

    .fund-data-balance-text {
        margin-bottom: 2px;
    }

    .fund-data-balance-insuff-label span {
        font-size: 8px;
    }

    .fund-data-balance-suff-label span {
        font-size: 8px;
    }

    .fund-header-action,
    .fund-data-action {
        padding: 0 !important;
        flex: 0 0 25%;
    }

    .fund-data-action button {
        font-size: 9px;
    }

    /* funds */
    .list-content {
        justify-content: space-evenly;
        padding: 0 0 0 10px;
    }

    .list-title {
        font-size: 10px;
    }

    .list-price {
        font-size: 9px;
    }

    .list-horizontal {
        font-size: 9px;
    }

    .list-horizontal-text.mobile-price {
        margin-left: 0;
    }

    .sidebar-card {
        background-color: transparent;
        padding: 0;
    }

    .list-start-end,
    .sidebar-actions {
        padding: 0 !important;
    }

    .list-start-end {
        padding: 0 !important;
        border-top: 1px solid #1b3962;
        margin-bottom: 30px;
    }

    .list-start-end-item {
        font-size: 11px;
    }

    .sidebar-actions {
        padding: 0 !important;
    }
}

/* NIFTY LISTING */
:root {
    --c-one: #5a3bb9;
    --c-two: #0f53b5;
    --c-text: #d8d8d8;
    --c-white: #ffffff;
    --c-fade: #6d6b6b;
    --bg-item: #19222e;
    --item-border: #232c39;
    --c-one-hover: #5531c3;
    --bg-action: #232c39;
    --border-action: #3d3d3d;
    --input-border: #5a5a5a;
}

body {
    background-color: #0B111D;
}

.card-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
}

.card-item {
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 0 !important;
    position: relative;
    flex: 0 1 23%;
}

.card-item:hover {
    border-radius: 10px;
    background: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
    box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
}

.card-item img {
    border-radius: 10px;
    width: 250px;
}

.card-item:hover img {
    border: 1px solid linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
    transform: scale(.99);
}

.card-item img {
    border-radius: 10px;
    width: 250px;
}

.card-item-text {
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.card-item-label {
    background-color: #ffffff;
    color: var(--c-one);
    font-size: 12px;
    font-weight: 900;
    padding: 0 5px;
}

.card-item-top {
    position: absolute;
    left: 7%;
    top: 20px;
    z-index: 9;
}

.card-item-bottom {
    width: 100%;
}

.side-items {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 5px;
    width: 85%;
}

.side-item {
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
}

.side-item-text {
    color: var(--c-one);
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.side-item-label {
    color: var(--c-text);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.card-item-bottom {
    position: absolute;
    bottom: 15px;
}

.bottom-items {
    background-color: #000000ab;
    color: #fff;
    margin: auto;
    padding: 15px;
    width: 85%;
}

.bottom-item-text {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-view-ticket {
    background-color: var(--c-two);
    border-radius: 15px;
    color: var(--c-text);
    font-size: 10px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
    width: 100%;
}

.btn-view-ticket:hover {
    background-color: #214c9f;
    color: #fff;
}

.owned-tokens-load-more {
    margin-top: 20px;
}

.btn-load-more {
    font-size: 14px;
    padding: 4px 15px;
}

@media screen and (max-width: 1199px) {
    .card-items {
        justify-content: unset;
        width: 85%;
        margin: 20px auto;
    }

    .card-item {
        margin-right: 15px;
    }
}

@media screen and (max-width: 991px) {
    .card-items {
        justify-content: space-between;
        margin: auto;
        width: 75%;
    }

    .card-item {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .card-items {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .nft-background {
        width: 80%;
        margin: auto;
    }

    .card-items {
        justify-content: center;
        width: 80%;
        margin: 20px auto;
    }
}

@media screen and (max-width: 450px) {
    #lt-cancel-btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {
    #lt-cancel-btn {
        font-size: 12px;
        padding: 4px 8px;
    }

    .nft-background {
        width: 100%;
    }

    .card-items {
        width: 100%;
    }
}

.modal-list-token {
    color: var(--c-white);
}

.modal-list-token-header {
    background-color: var(--c-one);
    border: 1px solid var(--c-one);
    color: #fff;
    height: 84px;
    padding: 2rem 1rem 0;
    position: relative;
    z-index: 9;
}

.modal-list-token-header button {
    filter: invert(1);
}

.modal-list-token-header .modal-title {
    font-size: 18px;
    margin-left: 173px;
}

.modal-list-token-body,
.modal-list-token .modal-footer {
    padding: 25px;
    background-color: #172230;
}

.item-container {
    margin-top: -75px;
}

.item-top {
    color: var(--c-white);
    display: flex;
}

.item-top ::-webkit-scrollbar {
    width: 10px;
}

.item-top ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.item-top ::-webkit-scrollbar-thumb {
    background: #888;
}

.item-top ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.item-top .item-content-sidebar,
.item-top .item-content-sidebar-items {
    display: none;
}

.item-top-img img {
    width: 150px;
    position: relative;
    z-index: 10;
}

.item-top-text {
    align-self: end;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    min-height: 120px;
    max-height: 144px;
}

.item-top-text-scroll {
    background-color: #151b24cc;
    bottom: 0;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.item-top-text-scroll div {
    border-radius: 2px;
    padding: 4px 8px;
}

.item-top-text .text-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.item-top-text .text-description {
    align-self: end;
    display: flex;
    font-size: 15px;
    flex-direction: column;
    min-height: 120px;
    max-height: 144px;
    overflow: auto;
    position: relative;
}

/* Item Content */

.item-content {
    display: flex;
    padding: 25px 0;
}

.item-content-sidebar {
    flex-shrink: 0;
    width: 150px;
}

.item-content-sidebar-item {
    margin-bottom: 10px;
}

.item-content-sidebar-item .text-title {
    color: var(--c-one);
    font-size: 13px;
    text-transform: uppercase;
}

/* .item-content-sidebar-item:nth-child(1) .text-description {
    display: none;
} */

.item-content-sidebar-item .text-description {
    color: var(--c-text);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Item Content Main */

.item-content-main {
    width: 100%;
}

/* Token Item Actions */

.token-item-actions button,
.marketplace-item-actions button {
    background-color: var(--bg-action);
    border: 1px solid var(--border-action);
    border-radius: 15px;
    color: var(--c-text);
    font-size: 12px;
    min-width: 80px;
    padding: 2px 10px;
}

.token-item-actions button:hover,
.marketplace-item-actions button:hover {
    background-color: var(--c-one-hover);
    border: 1px solid var(--c-one);
    color: var(--c-text);
}

.btn-marketplace {
    background-color: var(--c-one);
    border-radius: 15px;
    color: var(--c-white);
    font-size: 14px;
}

/* Token Items */
.token-items {
    max-height: 130px;
    overflow: auto;
}

.token-item {
    align-items: center;
    background-color: var(--bg-item);
    border: 1px solid var(--item-border);
    border-left: 2px solid var(--item-border);
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 4px 8px;
}

.token-item.active {
    border-left: 2px solid var(--c-one);
}

.token-item-text {
    font-size: 14px;
}

/*  Item Content Marketplace */
.item-content-marketplace {
    margin-top: 20px;
    min-height: 180px;
}

.title-input-search {
    display: flex;
    position: relative;
}

.token-list-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.title-input-search span {
    color: #fff;
    right: 8px;
    position: absolute;
    top: 3px;
}

.title-input-search input {
    background-color: var(--bg-item);
    border: 1px solid var(--item-border);
    color: var(--c-white) !important;
    font-size: 12px;
    font-weight: 600;
    min-width: 200px;
    padding: 4px 8px;
}

.title-input-search input:focus {
    background-color: var(--bg-item);
    border: 1px solid var(--item-border);
    box-shadow: none;
}

.marketplace-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

/* Marketplace Header */
.marketplace-header div {
    font-size: 13px;
}

/* Marketplace Items */

.marketplace-items {
    max-height: 160px;
    overflow: auto;
}

.item-content-main ::-webkit-scrollbar,
.item-content-marketplace ::-webkit-scrollbar {
    width: 10px;
}

.item-content-main ::-webkit-scrollbar-track,
.item-content-marketplace ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.item-content-main ::-webkit-scrollbar-thumb,
.item-content-marketplace ::-webkit-scrollbar-thumb {
    background: #888;
}

.item-content-main ::-webkit-scrollbar-thumb:hover,
.item-content-marketplace ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.marketplace-item {
    align-items: center;
    background-color: #19222E;
    border: 1px solid #232C39;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 0 10px;
}

.marketpace-item-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.marketplace-item-more {
    display: flex;
}

.marketplace-item-more .item-wrapper {
    display: flex;
    font-size: 12px;
    margin-right: 10px;
}

.marketplace-item-more .item-wrapper .item-label {
    margin-right: 5px;
}

.marketplace-item-more .item-wrapper .item-value {
    font-weight: 600;
}

.marketplace-item-actions {
    display: flex;
    flex-direction: column;
}

.marketplace-item-actions button {
    margin: 5px 0 2.5px;
}

.marketplace-item.no-data {
    flex-direction: column;
    padding: 10px;
}

.marketplace-item.no-data .text-title {
    color: var(--c-fade);
}

.marketplace-item .text-title {
    font-size: 14px;
    font-weight: bold;
}

.marketplace-item .text-icon {
    position: relative;
}

.marketplace-item .text-icon .xmark {
    color: #7E8389;
    font-size: 16px;
    font-weight: bold;
    left: 16px;
    position: absolute;
    bottom: 15px;
}

.marketplace-item .text-icon span {
    color: var(--c-fade);
    font-size: 40px;
}

/* Modal With A Wonderful Name Override */
#fulmodalwallet {
    padding-right: 0 !important;
}

/* Modal Listing Form | Item Content Sidebar */
.modal-nifty-listing-form {
    padding-right: 0 !important;
}

.modal-list-form .item-content-sidebar .text-description {
    font-size: 12px;
}

.modal-list-form .modal-list-token-header button {
    filter: invert(1);
}

/* Item Content Main | Form */

.item-content-main .marketplace-list-wrapper,
.item-content-main .marketplace-who-pays {
    display: flex;
    flex-direction: column;
}

.item-content-main.marketplace-form .form-group {
    margin-bottom: 10px;
}

.item-content-main.marketplace-form .input-container {
    padding: 0 15px;
    width: 100%;
}

.item-content-main.marketplace-form .input-container * {
    font-size: 15px;
}

.item-content-main.marketplace-form .input-container input::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.item-content-main.marketplace-form .input-container select {
    border-radius: 5px;
}

.item-content-main.marketplace-form .input-container select,
.item-content-main.marketplace-form .input-container input {
    background-color: var(--bg-item);
    border: 1px solid var(--input-border);
    color: var(--c-white) !important;
}

.item-content-main.marketplace-form .input-container input::placeholder {
    color: var(--c-white);
}

/* Select2 Overrides */

.modal-list-form .select2-dropdown {
    background-color: #1a222e !important;
    border: 1px solid var(--input-border);
}

.modal-list-form .select2-selection__rendered {
    line-height: 35px !important;
}

.modal-list-form .select2-container .select2-selection--single {
    height: 38px;
}

.modal-list-form .select2-selection__arrow {
    height: 34px !important;
}

.modal-list-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--c-white);
}

.modal-list-form .select2-container--default .select2-selection--single {
    background-color: var(--bg-item);
    border: 1px solid var(--input-border);
}

.modal-list-form .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--c-one);
    color: var(--c-white);
}

.modal-list-form .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--c-one-hover);
    color: var(--c-white);
}

.modal-list-form .select2-results__option {
    color: var(--c-white);
}

/* End Select2 Overrides */

.modal-list-form .input-container label {
    color: var(--c-white);
    font-weight: 600;
    margin-bottom: 5px;
}

.modal-list-form .input-container input#end-date-listing::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.modal-list-form .input-container button {
    background-color: var(--c-one);
    border: 1px solid var(--c-one);
    font-size: 14px !important;
    margin-top: 8px;
    min-width: 100px;
    padding: 5px 10px;
}

.modal-list-form .input-container button:hover {
    background-color: var(--c-one-hover);
}

@media only screen and (max-width: 768px) {
    #modal-view-token-listing {
        padding-right: 0 !important;
    }

    .modal-list-token-header .modal-title {
        font-size: 18px;
        margin-left: 0;
    }

    .modal-list-token-header {
        height: 50px;
        padding: .5rem 1rem 0;
    }

    .item-container {
        margin-top: 0;
    }

    .item-top-text .text-title {
        font-size: 14px;
    }

    .item-top-img img {
        width: 130px;
    }

    .item-top-text .text-description {
        font-size: 14px;
        min-height: 160px;
    }

    .item-top-text {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-left: 15px;
        min-height: 210px;
    }

    .item-content {
        flex-direction: column;
        padding: 0;
    }

    .item-content-main {
        padding: 0;
    }

    .item-content-sidebar {
        width: 100%;
    }

    .item-content-sidebar-items {
        display: flex;
        justify-content: space-between;
    }

    .marketplace-item .text-title {
        font-size: 12px;
    }

    .marketplace-item-more .item-wrapper {
        font-size: 11px;
    }

    .token-item-actions button,
    .marketplace-item-actions button {
        border-radius: 15px;
        font-size: 11px;
        min-width: 60px;
    }

    .token-list-title {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .marketplace-item-actions button {
        margin: 5px 0 0;
    }

    /* Modal List Form */
    .modal-list-form .item-top .text-title {}

    .modal-list-form .select2-container .select2-selection--single {
        height: 35px;
    }

    .item-content-main .marketplace-list-wrapper,
    .item-content-main .marketplace-who-pays {
        justify-content: space-between;
    }

    .modal-list-form .item-content-sidebar-items {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .modal-list-form .item-content-sidebar-item {
        flex: 0 0 33.33%;
    }

    .item-content-main.marketplace-form {
        margin-top: 15px;
    }

    .item-content-main.marketplace-form .input-container {
        min-width: 0;
        padding: 0 5px;
    }

    .item-content-main.marketplace-form .input-container * {
        font-size: 14px;
    }

    .item-content-main.marketplace-form .form-group {
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media only screen and (max-width: 425px) {
    .modal-list-token-body {
        height: calc(100vh - 10em);
        overflow-y: auto;
    }

    .item-top {
        flex-direction: column;
    }

    .item-top .item-content-sidebar-items {
        display: flex;
        flex: 0 0 50%;
        flex-direction: column;
        padding-left: 20px;
    }

    .item-top .item-content-sidebar {
        display: flex;
        flex-shrink: unset;
    }

    .item-top-text .text-title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .item-top-text .text-description {
        font-size: 13px;
    }

    .item-top-img {
        align-items: center;
        display: flex;
        width: 100%;
    }

    .item-top-img img {
        width: 50%;
    }

    .item-top-text {
        margin-left: 0;
        margin-top: 15px;
        min-height: 184px;
    }

    .item-content .item-content-sidebar {
        display: none;
    }

    .token-item {
        display: flex;
        flex-direction: column;
    }

    .token-item .token-item-text {
        width: 100%;
    }

    .token-item .token-item-actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 5px 0;
    }

    .token-item .token-item-actions button:first-child {
        border-radius: 5px;
        flex: 0 0 100%;
        margin-bottom: 8px;
        width: 100%;
    }

    .token-item .token-item-actions button {
        border-radius: 5px;
        flex: 0 0 49%;
        margin: 0;
    }

    .token-item-actions button,
    .marketplace-item-actions button {
        width: 100%;
    }

    .btn-marketplace {
        flex: 0 0 45%;
    }

    .marketplace-item {
        flex-direction: column;
        padding: 10px;
    }

    .marketplace-item-actions {
        flex-direction: row;
        width: 100%;
    }

    .marketplace-item-actions button {
        margin: 10px 5px 0;
        width: 100%;
    }

    .token-list-title {
        flex-direction: column;
        margin-top: 15px;
    }

    .token-list-title .title-text {
        display: none;
    }

    .title-input-search {
        width: 100%;
    }

    .title-input-search input {
        width: 100%;
    }

    /* Modal List Form */
    .modal-list-form .select2-container .select2-selection--single {
        height: 33.5px;
    }

    .item-content-main.marketplace-form {
        margin-top: 5px;
    }

    .item-content-main.marketplace-form .input-container * {
        font-size: 13px;
    }
}

@media only screen and (max-width: 375px) {
    .modal-list-token-header .modal-title {
        font-size: 15px;
    }

    .modal-list-token-header button {
        font-size: 14px;
    }

    .modal-list-form .item-content-sidebar-item {
        margin-bottom: 2px;
    }

    .modal-list-form .item-content-sidebar-item .text-title {
        font-size: 12px;
    }

    .modal-list-form .item-content-sidebar-item .text-description {
        line-height: 18px;
    }
}


@media only screen and (max-width: 320px) {
    .item-content-sidebar-item .text-title {
        font-size: 12px;
    }

    .item-content-sidebar-item .text-description {
        font-size: 10px;
    }

    .item-top-text .text-title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .token-items {
        max-height: 200px;
    }

    .token-item {
        margin-bottom: 10px;
    }

    .token-item-actions {
        flex-direction: column;
    }

    .token-item-actions button {
        margin: 0 0 8px 0 !important;
    }

    .marketplace-item-actions button:first-child {
        margin-left: 0;
    }

    .marketplace-item-actions button:last-child {
        margin-right: 0;
    }

    .marketplace-item-more {
        margin-top: 5px;
    }

    /* Modal List Form */
    .modal-list-form .modal-list-token-header {
        padding: 0.5rem 1rem;
    }

    .modal-list-form .modal-title {
        font-size: 13px;
    }

    .modal-list-form .modal-list-token-header button {
        font-size: 12px;
    }

    .item-content-sidebar-item {
        margin-bottom: 3px;
    }

    .modal-list-form .item-top .text-title {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .item-top-text .text-description {
        font-size: 12px;
    }

    .item-top-text-scroll {
        font-size: 10px;
    }

    .modal-list-form .item-top .item-content-sidebar-items {
        padding-left: 15px;
    }

    .modal-list-form .item-content-main.marketplace-form .input-container * {
        font-size: 12px;
    }

    .modal-list-form .item-content .form-group {
        margin-bottom: 0;
    }

    .modal-list-form .item-content .form-group .input-container {
        margin-bottom: 10px;
    }

    .modal-list-form .item-content .form-group .d-flex {
        flex-direction: column;
    }

    .modal-list-form .item-content form>.input-container {
        padding: 0;
    }

    .modal-list-form .item-content form>.input-container button {
        font-size: 12px !important;
        width: 100%;
    }

    .modal-list-form .select2-container--default {
        font-size: 12px;
    }
}

/*END OF NIFTY LISTING*/

/* OVERLAY LOADING INDICATOR */

.loading-overlay {
    align-items: center;
    background-color: #060a12e8;
    border-radius: 4px;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.loading-overlay-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-width: 400px;
    width: 100%;
}

.loading-overlay-content-text {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.loading-overlay-content-text .top-text {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 10px;
}

.loading-overlay-content-text .top-text span {
    margin-right: 7px;
}

.loading-overlay-content-text .bottom-text {
    font-size: 24px;
    font-weight: 100;
}

.loading-indicator {
    /*   background-color: #6967ec; */
    border: 1px solid #6967ec;
    border-radius: 5px;
    height: 20px;
    padding-left: 2px;
    position: relative;
    width: 40%;
}

.loading-indicator .progress-bg {
    background-color: #4f46e5;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 14px;
    margin-top: 2px;
    /*   width: calc(40% - 40px); */
    transition: all 0.5s;
    width: 0;
}

.loading-indicator img {
    position: absolute;
    /*   left: calc(40% - 40px); */
    left: 0;
    transition: all 0.5s;
    top: -6px;
}

/* Progress percentage */
.progress-percentage {
    background-color: #172230;
    border: 1px solid #474747;
    border-radius: 15px;
    color: var(--c-white);
    font-size: 12px;
    min-width: 50px;
    padding: 2px 8px;
    position: absolute;
    text-align: center;
    transition: all 0.5s;
    top: 32px;
    left: -5px;
}

.progress-percentage:after {
    border-top: 10px solid transparent;
    border-right: 10px solid #172230;
    border-left: none;
    border-bottom: 10px solid transparent;
    content: " ";
    filter: drop-shadow(-1px 0 0 #474747);
    left: 18px;
    transform: rotate(90deg);
    top: -12px;
    position: absolute;
}

@media only screen and (max-width: 425px) {
    .loading-overlay-content {
        min-width: 100%;
    }

    .loading-overlay-content-text {
        margin-bottom: 15px;
    }

    .loading-overlay-content-text .top-text {
        font-size: 16px;
    }

    .loading-overlay-content-text .bottom-text {
        font-size: 16px;
        padding: 0 10px;
    }

    .loading-indicator {
        width: 60%;
    }

    .swal2-title {
        font-size: 16px;
    }
}

/* Modal Fail Transaction */
#modal-fail-transaction {
    color: #fff;
}

#modal-fail-transaction .modal-fail-transaction-header {
    border-bottom: 0;
    padding: 10px 15px;
}

#modal-fail-transaction .modal-fail-transaction-header button {
    filter: invert(1);
}

#modal-fail-transaction .modal-content {
    background-color: #172230;
}

#modal-fail-transaction .modal-fail-transaction-body {
    padding: 0;
}

#modal-fail-transaction .failed-transaction-item {
    align-items: center;
    border: 0;
    display: flex;
    padding: 10px 15px;
}

#modal-fail-transaction .failed-transaction-item:nth-child(odd) {
    background-color: #202B39;
}

#modal-fail-transaction .failed-transaction-item span {
    align-items: center;
    border-radius: 10px;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    margin-top: -2px;
    max-height: 18px;
    padding: 1px 4px;
    text-transform: uppercase;
}

#modal-fail-transaction .failed-transaction-item .item-text {
    color: #d8d8d8;
    flex: 0 0 80%;
    font-size: 14px;
    font-weight: bold;
}

#modal-fail-transaction .failed-transaction-item .item-status {
    align-items: center;
    display: flex;
    font-size: 14px;
}

#modal-fail-transaction .failed-transaction-item .item-status.failed {
    color: #DC3545;
}

#modal-fail-transaction .failed-transaction-item .item-status.success {
    color: #267826;
}

.redirect-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    padding: 5px 0 10px;
}

.redirect-container .redirect-countdown {
    align-items: center;
    border: 1px dashed #5e5e5e;
    border-width: 5px;
    border-radius: 50%;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    justify-content: center;
    height: 40px;
    margin-top: 8px;
    width: 42px;
}

/*ADD FUNDS NIFTY CSS*/


/* Add funds option nav */
.add-funds-options-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
    width: 780px;
}

.add-funds-balance-container {
    display: flex;
    flex-direction: column;
}

.add-funds-balance-container span {
    color: #a4a4a4;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.add-funds-balance-container a,
.add-funds-balance-container span {
    padding: 0 !important;
}

.add-funds-wallet-name span {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 0 !important;
}

.add-funds-options-nav a {
    text-decoration: none;
}

.add-funds-container {
    background-color: #172230;
    border-radius: 5px;
    color: #fff;
    margin: auto;
    padding: 25px;
    width: 780px;
}

.add-funds-header {
    display: flex;
    justify-content: space-between;
}

.add-funds-text:first-child {
    font-size: 22px;
    font-weight: 500;
    padding: 0 !important;
}

.add-funds-text:last-child {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 0 !important;
}

.add-funds-text:last-child a {
    text-decoration: none;
    text-align: center;
}

/* Add Funds Currency */

.add-funds-horizontal-list-text {
    color: #a4a4a4;
    font-size: 15px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 5px;
    padding: 0 !important;
}

.add-funds-horizontal-list {
    margin-top: 5px;
}

.add-funds-horizontal-list .warn-access {
    color: #f35858;
    font-size: 15px;
    padding: 0 !important;
}

.add-funds-horizontal-list .warn-access span {
    margin-left: 5px;
}

/* funds */
.add-funds-horizontal-list-items::-webkit-scrollbar,
.add-funds-methods-items::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

/* Track */
.add-funds-horizontal-list-items::-webkit-scrollbar-track,
.add-funds-methods-items::-webkit-scrollbar-track {
    background: #b3b3b3;
}

/* Handle */
.add-funds-horizontal-list-items::-webkit-scrollbar-thumb,
.add-funds-methods-items::-webkit-scrollbar-thumb {
    background: #2d3848;
}

/* Handle on hover */
.add-funds-horizontal-list-items::-webkit-scrollbar-thumb:hover,
.add-funds-methods-items::-webkit-scrollbar-thumb:hover {
    background: #252e3c;
}

.add-funds-horizontal-list-items,
.add-funds-methods-items {
    display: flex;
    overflow: auto;
    padding: 0 0 10px !important;
}

.add-funds-horizontal-list-item button {
    background-color: #172230;
    border: 1px solid #2c3848;
    font-size: 16px;
}

.add-funds-horizontal-list-item button:hover {
    background-color: #2c3848;
    border: 1px solid #2c3848;
}

.add-funds-horizontal-list-item button.btn-primary.active:focus,
.add-funds-accounting-entity button.btn-primary:focus {
    background-color: #2c3848 !important;
    border: 1px solid #4f46e5 !important;
    box-shadow: none;
}

.add-funds-horizontal-list-item.disabled,
.add-funds-horizontal-list-item .btn-primary.disabled {
    background-color: transparent !important;
    cursor: not-allowed !important;
}

.add-funds-horizontal-list-item .btn-primary.disabled {
    border: 1px solid #2c3848;
    pointer-events: none;
}

.add-funds-horizontal-list-item button.active {
    background-color: #2c3848;
    border: 1px solid #4f46e5;
}

.add-funds-horizontal-list-item,
.add-funds-methods-item {
    margin-right: 15px;
    flex-shrink: 0;
}

.add-funds-methods-description {
    color: #a4a4a4;
    font-size: 15px;
    font-weight: 500;
}

/* Add Funds Method */

.add-funds-methods {
    margin-top: 15px;
}

.add-funds-methods-text {
    color: #a4a4a4;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0 !important;
}

.add-funds-methods-items {
    overflow: auto;
}

.add-funds-methods-item .item-card {
    border: 1px solid #2c3848;
    border-radius: 5px;
    height: 85px;
    min-width: 160px;
    padding: 10px 15px;
    position: relative;
}

.add-funds-methods-item .item-card.disabled:hover {
    background-color: transparent !important;
    cursor: not-allowed !important;
}

.add-funds-methods-item .item-card:hover {
    background-color: #2c3848;
    cursor: pointer;
}

.add-funds-methods-item .item-card.active {
    background-color: #2c3848;
    border: 1px solid #4f46e5;
}

.add-funds-methods-item .item-card-text {
    font-size: 18px;
    font-weight: 500;
}

.add-funds-methods-item .item-card span {
    bottom: 10px;
    position: absolute;
    right: 15px;
}

.add-funds-methods-item .item-card-img {
    bottom: 10px;
    position: absolute;
    right: 15px;
}

.add-funds-methods-item .item-card-img.skrill-logo img {
    height: 17px;
}

.add-funds-methods-item .item-card-img img {
    height: 20px;
}

/* Add Funds Amount */

.add-funds-input {
    display: flex;
    padding: 0 !important;
}

.add-funds-input-details {
    margin-left: 10px;
}

.add-funds-amount-text {
    color: #a4a4a4;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 0 !important;
}

.add-funds-amount .add-funds-amount-input {
    background-color: #19222e;
    border: 1px solid #5a5a5a;
    color: #d5d5d5;
    max-width: 130px;
}

.add-funds-input-details {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.add-funds-input-details-text {
    color: #a4a4a4;
    font-size: 14px;
    font-weight: 600;
}

.add-funds-input-details-text span {
    color: #d5d5d5;
}

/* Add Funds Pay Btn */
.add-funds-pay-btn {
    background-color: #0d6efd !important;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding: 6px 15px !important;
}

/* Add fimds method form  */

.add-funds-method-form-container {
    border-top: 1px solid #2C3848;
    margin-top: 15px;
    padding: 0 !important;
}

.add-funds-method-form-container form .form-group {
    display: flex;
}

.add-funds-method-form-container form .form-group div {
    width: 50%;
    margin-right: 15px;
}

/* Add fund Stripe */
.add-funds-stripe-container {
    margin-top: 15px;
    padding: 0 !important;
}

#payment-form .StripeElement {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

/* Add funds wrapper body */
.add-funds-wrapper-body {
    width: 780px;
    margin: auto;
}

@media only screen and (max-width: 1024px) {
    .add-funds-wrapper-body {
        padding-top: 50px;
        width: 100%;
    }

    .add-funds-options-nav {
        width: 100%;
    }

    .add-funds-container {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .add-funds-horizontal-list-item {
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 610px) {
    .add-funds-container {
        width: 100%;
    }
}

@media only screen and (max-width: 545px) {
    .add-funds-horizontal-list-item button {
        font-size: 14px;
    }

    .add-funds-methods-item:last-child {
        margin: 0;
    }

    .add-funds-methods-item .item-card {
        font-size: 14px;
        height: 70px;
        min-width: 130px;
    }

    .add-funds-horizontal-list-text {
        font-size: 12px;
    }

    .add-funds-methods-text {
        font-size: 12px;
    }

    .add-funds-methods-description {
        font-size: 12px;
    }

    .add-funds-amount-text {
        font-size: 12px;
    }

    .add-funds-amount .add-funds-amount-input {
        font-size: 14px;
        max-width: 110px;
    }
}

@media only screen and (max-width: 425px) {
    .add-funds-wrapper-body {
        padding-top: 30px;
    }

    .add-funds-wrapper-body img {
        margin-bottom: 15px !important;
    }

    .add-funds-wallet-name span {
        font-size: 18px;
    }

    .add-funds-options-nav button {
        font-size: 14px;
    }

    .add-funds-text:first-child {
        font-size: 18px;
    }

    .add-funds-text:last-child {
        font-size: 11px;
    }

    .add-funds-input-details-text {
        font-size: 12px;
    }

    .add-funds-pay-btn {
        font-size: 13px;
    }

    .add-funds-methods-item .item-card-text {
        font-size: 15px;
    }

    .add-funds-horizontal-list .warn-access {
        display: flex;
        font-size: 11px;
    }

    .add-funds-horizontal-list i {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 375px) {
    .add-funds-wrapper-body img {
        margin-bottom: 10px !important;
    }

    .add-funds-options-nav a {
        font-size: 14px;
    }

    .add-funds-text:first-child {
        font-size: 16px;
    }

    .add-funds-methods-items {
        flex-wrap: wrap;
    }

    .add-funds-methods-item {
        margin-bottom: 15px;
        min-width: 130px;
        width: 47%;
    }

    .add-funds-methods-item:nth-child(even) {
        margin-right: 0;
    }

    .add-funds-methods {
        margin-top: 5px;
    }

    .add-funds-horizontal-list-text {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 350px) {
    .add-funds-wallet-name span {
        font-size: 16px;
    }

    .add-funds-options-nav button {
        font-size: 12px;
    }

    .add-funds-horizontal-list-item {
        margin-right: 10px;
    }

    .add-funds-horizontal-list-item button {
        font-size: 12px;
    }

    .add-funds-methods {
        margin-top: 10px;
    }

    .add-funds-methods-item {
        margin-bottom: 10px;
        margin-right: 10px;
        width: 45%;
    }

    .add-funds-methods-item .item-card {
        font-size: 13px;
    }

    .add-funds-horizontal-list-text,
    .add-funds-methods-text,
    .add-funds-methods-description,
    .add-funds-amount-text {
        font-size: 11px;
    }

    .add-funds-amount .add-funds-amount-input {
        font-size: 13px;
    }

    .add-funds-input-details-text {
        font-size: 11px;
    }

    .add-funds-pay-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .add-funds-methods-item {
        margin-right: 0;
        width: 100%;
    }

    .add-funds-methods-item .item-card-text {
        font-size: 14px;
    }
}

/*END OF ADD FUNDS NIFTY CSS*/