*{
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  touch-action: manipulation
}
.w-fit {
    width: fit-content
}
input::placeholder{
    font-size: 12px
}
.table-hover>tbody>tr:hover>*{--bs-table-color-state:unset;--bs-table-bg-state:#fcfcfc}
table td{padding:20px .5rem!important;border-bottom:1px solid #f4f4f4}

.fs-10{font-size: 10px}
.fs-11{font-size: 11px}
.fs-12{font-size: 12px}
.fs-13{font-size: 13px}
.fs-14{font-size: 14px}
.fs-15{font-size: 15px}
.fs-16{font-size: 16px}
.fs-17{font-size: 17px}
.fs-18{font-size: 18px}
.fs-19{font-size: 19px}
.fs-20{font-size: 20px}
.fs-21{font-size: 21px}
.fs-22{font-size: 22px}
.fs-23{font-size: 23px}
.fs-24{font-size: 24px}
.fs-25{font-size: 25px}
.fs-26{font-size: 26px}
.fs-27{font-size: 27px}
.fs-28{font-size: 28px}
.fs-29{font-size: 29px}
.fs-30{font-size: 30px}
.fw-600{font-weight: 600}

.table tbody tr:nth-child(odd) td { 
    background-color: #f9f9f9 !important; 
}
/* .table tbody tr:nth-child(even) td { 
    background-color: #ff0000 !important; 
    color: #fff;
} */
.notranslate {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.center{
    display: flex;
    align-items: center;
    justify-content: center
}
body {
    font-size: 15px;
    font-style: normal;
    font-optical-sizing: auto;
    font-family: "Inter", sans-serif
}
img{
    max-width: 100%;
    user-select: none
}
li {
    list-style: none
}
ol, 
ul {
    padding: 0
}
.sidebar .ph{
    opacity: 0.7
}
/* .final-balance{
    padding: 165px 0
}
@media (max-width: 992px) {
    .final-balance{
        padding: 36px 0
    }
} */
a:link,
a:focus,
a:visited {
    color: #373b3e;
    text-decoration: none
}
.color:hover{
    color: var(--bs-primary) !important
}
.text-warning {
    color: #e2aa00 !important;
}
.border {
    border: 1px solid #e7eaf0 !important
}
.border-bottom {
    border-bottom: 1px solid #e7eaf0 !important
}
.crypto-sm {
    position: relative
}
.crypto-sm img.big {
    width: 35px;
    border-radius: 50px
}
.crypto-sm img.small {
    width: 19px;
    position: absolute;
    left: 17px;
    bottom: -6px;
    border-radius: 50px;
    border: 1px solid #fff
}
.sidebar a:hover{
    background: #f8f9fa
}
.table tr:last-child{
    border: 0;
    border-color:transparent
}
.main-content{
    padding-bottom: 200px !important
}
@media (max-width: 992px) {
    .sidebar {
        position: fixed;
        z-index: 9999;
        width: 85%;
        top: 64px;
        left: -1000px !important
    }
}
.sidebar.show {
    width: 65%;
    left: 0 !important
}

/*
|
|----------------------------------------------------------------------------------
|   Inputs
|----------------------------------------------------------------------------------
|
*/
input,button{
    font-family: "Inter", sans-serif
}
.form-control, .btn, select{
    border-radius: 0 !important
}
.rounded-pill{
    border-radius: 50px !important
}
.form-control:focus, select:focus, .form-select:focus{
    border-color: #c30c0a;
    box-shadow: 0 0 0 .25rem rgba(250, 10, 10, 0.07)
}
.form-floating>label{
    font-size: 13px
}
.btn-primary {
    border: 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2;
    background: #212529
}
.btn-primary:hover,.btn-primary:active, 
:not(.btn-check)+.btn:active{
    background: #000
}
.btn:first-child:active{
    background: #212529
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: #F5F5F5 !important; 
    transition: background-color 5000s ease-in-out 0s
}

/*
|
|----------------------------------------------------------------------------------
|   Navbar
|----------------------------------------------------------------------------------
|
*/
.navbar {
  z-index: 999
}
.navbar-top-line{
    height: 90px
}
.no-scrollbar::-webkit-scrollbar {
    display: none
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%2888, 88, 88, 1%29' stroke-width='1' d='M2 2L14 14M2 14L14 2'/%3e%3c/svg%3e");
}
.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%2888, 88, 88, 1%29' stroke-width='1' d='M2 8h12M2 4h12M2 12h12'/%3e%3c/svg%3e");
}
.nav-link i {
    position: relative
}
.nav-link {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3;
    /* color: #CDDC39 !important */
}
.nav-link:hover {
    background: white;
    color: #000 !important
}
.nav-tabs .nav-link {
    box-shadow: 0px 3px 0 #e6e6e6
}
.nav-tabs .nav-link.active {
    color: var(--bs-dark) !important;
    box-shadow: 0px 3px 0 var(--bs-dark)
}


/*
|
|----------------------------------------------------------------------------------
|   Download Payout Proof
|----------------------------------------------------------------------------------
|
*/
.new-tap{
    margin-left: .25rem
}
.dropdown-item{
    padding: 1rem;
    font-size: 13px
}
.dropdown-menu i{
    margin-right: .5rem
}
.text-dir{
    text-align: left
}
.dropdown-menu[data-bs-popper]{
    right: 0;
    left: unset
}
#toast-container>div{
    opacity: 1
}

/*
|
|----------------------------------------------------------------------------------
|   Media query
|----------------------------------------------------------------------------------
|
*/
@media (max-width: 768px) {
    #navbarNav{
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
    }
}

/* if Screen less than 992px */
@media (max-width: 992px) {
    .navbar-collapse {
        top: 75px;
        width: 65%;
        z-index: 999;
        left: -700px;
        padding: 25px;
        height: 100vh;
        position: fixed;
        background: white;
        transition: all 350ms ease
    }
    .navbar-collapse.show {
        left: 0;
        transition: left 350ms ease
    }
    .navbar-collapse .navbar-nav a {
        padding: 15px
    }
    .text-md-left{
        text-align: center !important
    }
}


/*
|
|----------------------------------------------------------------------------------
|   Modals
|----------------------------------------------------------------------------------
|
*/
.modal {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}
.modal-header{
    padding: 1.5rem;
    border-bottom: 1px solid #eaeaea !important
}
.modal-title {
    font-weight: 500
}
.light-border{
    border: 1px solid rgba(0,0,0,.15) !important
}

@keyframes rotate {
    0%{
        transform: rotate(0deg)
    }
    100%{
        transform: rotate(-360deg)
    }
}


.hover:hover {
    background: #f8f9fa !important;
    background-color: #f8f9fa !important;
    box-shadow: 0 0 0rem 2px rgba(0, 0, 0, 0.075)
}
.no-scrollbar::-webkit-scrollbar {
    display: none
}
#loading-spinner {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999999999999999999;
    transform: translate(-50%, -50%)
}
@media (max-width: 768px) {
    .wow {
        animation: none
    }
}
@media (max-width: 768px) {
    #scrollsmoother-container {
        overflow: auto !important
    }
}




















@keyframes cardAnimation {
    60% {
        background-size: 900px 767px;
        background-position-x: 60%;
        background-position-y: 60%;
    }
}

@keyframes cardGradient {
    0% { background-position: 0% 10%; }
    50% { background-position: 100% 91%; }
    100% { background-position: 0% 10%; }
}

.card-balance {
    border-radius: 0;
    position: relative;
    box-sizing: border-box;
    display: grid;
    margin-bottom: 24px;
    grid-template-rows: 1fr auto;
    font-family: AxLLCircular, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #fff;
}

.card-balance.digital {
    background-size: 600px 600px;
    animation-name: cardAnimation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    transform: translateZ(0);
    color: #000;
}

.card-balance:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgb(255 255 255 / 2%) 30%,
        rgb(255 255 255 / 25%) 40%,
        rgb(255 255 255 / 8%) 40%
    ), 
    linear-gradient(0deg, rgb(255 255 255 / 20%), rgb(255 255 255 / 30%));
    background-size: 150% 150%;
    animation: cardGradient 45s ease-in-out infinite;
    transform: translateZ(0);
    position: absolute;
}

.card-balance.two {
    background-image: url("/App/assets/images/egg-sour.jpg");
    height: 485px;
}

.final-balance {
    padding: 54px 0;
}

@media (max-width: 992px) {
    .final-balance { padding: 36px 0; }
}

.card-top {
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}
.card-top span {
    letter-spacing: 1.5px;
    text-transform: uppercase
}
.card-top img {
    height: 23px;
}

.card-bottom {
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.card-bottom img {
    height: 40px;
}

.card-name {
    display: grid;
    grid-gap: 8px;
}
.card-name p {
    margin: 0;
    letter-spacing: 1.5px;
}
.card-name p:first-child {
    font-size: 10px;
    text-transform: uppercase
}

@media (max-width:992px){
    .two { height: 295px !important; }
}
