@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&amp;display=swap');
html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
    font-family:"Inter", system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.wrapper {
    min-height: 100vh;
    max-width: 100vw;
    position: relative;
    /* background: #ffffff; */
    font-size: 13px;
    color: #23242a;
}
.main-content{
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.main-container{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    padding: 0px 15px 10px 15px;
    left: auto;
    background-color: #ffffff;
    margin-bottom: 65px;
}

/*card elements*/
.card {
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    background-color: #fff;
    margin-bottom: 20px;
    border-color: #ebedf2;
}
.card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 50px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: transparent;
}
.card .card-body {
    padding: 20px 25px;
    border-radius: 4px;
}
.card .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #ebedf2;
    background-color: transparent;
    padding: 12px 25px;
}
.card-bordered {
    border: 1px solid #ebedf2;
}
a {
    color: var(--primary);
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: var(--hov-primary);
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-label{
    font-weight: bold;
}
.filepond--credits{
    display: none;
}
.btn-block{
    width: 100% !important;
}
/* Auth Page */
.page-wrap {
    display: flex;
    flex-direction: column;
    min-height: 50vh;
}
.page-content {
    padding:20px;
    padding-left: 15px;
}
.wallet-ipt{
    font-size: 16px;
    border-radius: 5px;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    padding: 10px 0px 200px 10px;
    width: 100%;

    line-height: 21px;
    text-align: left;
    background-color: #fafafa;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFA500;
}
.wallet-ipt:focus{
    color: #000000;
}
input[type=text]:focus{
    border: 2px solid transparent;
}

.wallet-btn{
    color: #76348e;
    border:2px solid #76348e;
    background-color: #fff;
    font-family: "Helvetica", Sans-serif;
    font-weight: 400;
    border-radius: 35px;
    text-transform: uppercase;
    padding: 1rem 1.3rem;
}
.wallet-btn:hover{
    color: #fff;
    border:2px solid #76348e;
    background-color: #76348e;
    font-family: "Helvetica", Sans-serif;
    font-weight: 400;
    border-radius: 35px;
    text-transform: uppercase;
    padding: 1rem 1.3rem;

}
.btn-wallet{
    background-color: #76348e;
    border:2px solid #76348e;
    color: #fff;
    font-family: "Helvetica", Sans-serif;
    font-weight: 400;
    border-radius: 5px;
    text-transform: uppercase;
    padding: .5rem 1.5rem;
}
.btn-val{
    background-color: #76348e;
    border:2px solid #76348e;
    color: #fff;
    font-family: "Helvetica", Sans-serif;
    font-weight: 400;
    border-radius: 5px;
    text-transform: capitalize;
    padding: .5rem 1.5rem;
}
.btn-wallet:hover, .btn-val:hover{
    color: #fff;
}
@media (max-width: 767px){
    .wallet-btn{
        border-radius: 25px;
    }
    .wallet-btn, .btn-wallet, .btn-val{
        font-size: 13px;
    }
}
.wall-txt{
    margin-top: 35px;
}
.wall-txt p{
    color: #292B2C;
    font-family: "Helvetica", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
@-webkit-keyframes metform-responseOpen {
    from {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
        -webkit-transform-origin: top center;
        transform-origin: top center
    }

    to {
        -webkit-transform: scaley(1);
        transform: scaley(1);
        opacity: 1;
        -webkit-transform-origin: top center;
        transform-origin: top center
    }
}

@keyframes metform-responseOpen {
    from {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
        -webkit-transform-origin: top center;
        transform-origin: top center
    }

    to {
        -webkit-transform: scaley(1);
        transform: scaley(1);
        opacity: 1;
        -webkit-transform-origin: top center;
        transform-origin: top center
    }
}

@-webkit-keyframes metform-responseClose {
    from {
        -webkit-transform: scaley(1);
        transform: scaley(1);
        -webkit-transform-origin: top center;
        transform-origin: top center
    }

    to {
        -webkit-transform: scaley(0);
        transform: scaley(0);
        -webkit-transform-origin: top center;
        transform-origin: top center
    }
}

@keyframes metform-responseClose {
    from {
        -webkit-transform: scaley(1);
        transform: scaley(1);
        -webkit-transform-origin: top center;
        transform-origin: top center
    }

    to {
        -webkit-transform: scaley(0);
        transform: scaley(0);
        -webkit-transform-origin: top center;
        transform-origin: top center
    }
}

.mf-response-msg-wrap {
    -webkit-transition: height .45s,opacity .45s,visibility .45s;
    transition: height .45s,opacity .45s,visibility .45s;
    background-color: #fff
}

.mf-response-msg-wrap[data-show="0"] {
    height: 0!important;
    opacity: 0;
    visibility: hidden
}

.mf-response-msg-wrap[data-show="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-bottom: 20px
}

.mf-response-msg {
    border-radius: 5px;
    text-align: center;
    padding: 15px 34px;
    height: 100%
}

.wf-error-res {
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.mf-success-icon,.wf-error-res .mf-alert-icon {
    color: #721c24;
    font-size: 30px;
    margin-bottom: 5px
}

.mf-success-icon {
    color: #101010
}

.mf-response-msg p {
    font-size: 17px;
    line-height: 20px;
    color: #101010;
    margin-bottom: 0
}

.wf-error-res p {
    color: #721c24
}
.mf-main-response-wrap[data-show="1"] .mf-response-msg {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: metform-responseOpen;
    animation-name: metform-responseOpen
}

.mf-main-response-wrap[data-show="0"] .mf-response-msg {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: metform-responseClose;
    animation-name: metform-responseClose
}

.mf-main-response-wrap .mf-response-msg {
    border-radius: 10px;
    border: 1px solid #c3c2c2
}

.mf-main-response-wrap:not(.mf_pro_activated) .mf-response-msg {
    background-color: #fff
}
/* custom cols */
.c-column {
    padding: 1rem;
}
.c-row {
    margin: 0;
}
.c-col {
    width: 20%;
    padding: 0.5rem;
    display: flex;
}
.d-col {
    width: 33.33%;
    padding: 0.5rem;
    display: flex;
}
.v-name h2{
    color: #000000;
    font-family: "Arial", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 1;
    margin-left: 5px;
    text-align: center;
}
.v-icon{
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
}
.v-icon img{
    width: 59px;
    height: auto;
    /* width: 80%; */
}
@media (max-width: 768px) {
    .c-col {
      width: 33.333333%;
    }
    .v-name h2{
    font-size: 15px;
    }
    .v-icon{
        padding: 10px;
    }
}
.v-title{
    text-align: center;

}
.v-image{
    position: relative;
    width: fit-content;
    text-align: center;
}
.v-image img{
    width: 79%;
}
@media(max-width: 768px){
    .v-image img{
        width: 50%;
    }
}
@media(max-width: 992px){
    .v-image img{
        width: 40%;
    }
}

@media(min-width: 1023px){
    .v-image img{
        width: 40%;
    }
}

.d-col a , .c-col a{
    text-align: center;
    justify-content: center;
    align-content: center;
}
/*bootstrap extend*/
.fw-100 {
    font-weight: 100 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}

.fs-8 {
    font-size: 0.5rem !important;
}
.fs-9 {
    font-size: 0.5625rem !important;
}
.fs-10 {
    font-size: 0.625rem !important;
}
.fs-11 {
    font-size: 0.6875rem !important;
}
.fs-12 {
    font-size: 0.75rem !important;
}
.fs-13 {
    font-size: 0.8125rem !important;
}
.fs-14 {
    font-size: 0.875rem !important;
}
.fs-15 {
    font-size: 0.9375rem !important;
}
.fs-15 {
    font-size: 0.9375rem !important;
}
.fs-16 {
    font-size: 1rem !important;
}
.fs-17 {
    font-size: 1.0625rem !important;
}
.fs-18 {
    font-size: 1.125rem !important;
}
.fs-19 {
    font-size: 1.1875rem !important;
}
.fs-20 {
    font-size: 1.25rem !important;
}
.fs-21 {
    font-size: 1.3125rem !important;
}
.fs-22 {
    font-size: 1.375rem !important;
}
.fs-23 {
    font-size: 1.4375rem !important;
}
.fs-24 {
    font-size: 1.5rem !important;
}
.fs-26 {
    font-size: 1.625rem !important;
}
.fs-28 {
    font-size: 1.75rem !important;
}
.fs-30 {
    font-size: 1.875rem !important;
}
.fs-36 {
    font-size: 2.25rem !important;
}

.lh-1 {
    line-height: 1 !important;
}
.lh-1-1 {
    line-height: 1.1 !important;
}
.lh-1-2 {
    line-height: 1.2 !important;
}
.lh-1-3 {
    line-height: 1.3 !important;
}
.lh-1-4 {
    line-height: 1.4 !important;
}
.lh-1-5 {
    line-height: 1.5 !important;
}
.lh-1-6 {
    line-height: 1.6 !important;
}
.lh-1-7 {
    line-height: 1.7 !important;
}
.lh-1-8 {
    line-height: 1.8 !important;
}
.lh-1-9 {
    line-height: 1.9 !important;
}
.lh-2 {
    line-height: 2 !important;
}

.opacity-0,
.hov-opacity-0:hover {
    opacity: 0 !important;
}
.opacity-10 ,
.hov-opacity-10:hover {
    opacity: 0.1 !important;
}
.opacity-20 ,
.hov-opacity-20:hover {
    opacity: 0.2 !important;
}
.opacity-30 ,
.hov-opacity-30:hover {
    opacity: 0.3 !important;
}
.opacity-40 ,
.hov-opacity-40:hover {
    opacity: 0.4 !important;
}
.opacity-50 ,
.hov-opacity-50:hover {
    opacity: 0.5 !important;
}
.opacity-60 ,
.hov-opacity-60:hover {
    opacity: 0.6 !important;
}
.opacity-70 ,
.hov-opacity-70:hover {
    opacity: 0.7 !important;
}
.opacity-80 ,
.hov-opacity-80:hover {
    opacity: 0.8 !important;
}
.opacity-90 ,
.hov-opacity-90:hover {
    opacity: 0.9 !important;
}
.opacity-100 ,
.hov-opacity-100:hover {
    opacity: 1 !important;
}

.shadow-xs ,
.hov-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}
.shadow-sm ,
.hov-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}
.shadow ,
.hov-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}
.shadow-md ,
.hov-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}
.shadow-lg ,
.hov-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.shadow-xl ,
.hov-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}
.shadow-2xl ,
.hov-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}
.shadow-out ,
.hov-shadow-out:hover {
    z-index: 2 !important;
    box-shadow: 0px 20px 40px rgb(0 0 0 / 16%) !important;
    /* box-shadow: 0px 2px 30px -7px rgb(0 0 0 / 30%) !important; */
}
.shadow-none ,
.hov-shadow-none:hover {
    box-shadow: none !important;
}

.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center center;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
