*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body{
    background-color: #000;
}
.theme-color{
    color:#88ec89;
}
.dark-theme-color {
    color:#00d632!important;
}

@font-face {
        font-family: "Helvtica Neue";
        src: url(../font/HelveticaNeueLTProBd.otf);
        font-weight: 500;
    }
    
a {
    color: #00d632;
} 

a:hover {
    color: #00d632;
}

a:focus {
    color: #00d632;
} 


img{
    width:100%;
}

label {
    display:block;
}

.main{
    width: 100%;
    height:100vh;    
}

.main2 {
    width: 100%;
    height: 100%;
}
.logo {
    margin-top:16px;
}

.logo img {
    max-height: 68px;
    width: auto;
    position:relative;
    z-index:999;
}

.clr_93{
    color: #828282;
}

.btn:hover {
    color: #fff;
}

@media only screen and (max-width:767px){

    .mt_50{   
        margin-top: 50px;   
    }
}

.banner-img{
    max-height: 305px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.reg-banner{
    max-height: 160px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.log-banner {
    max-height: 280px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.log-reg{
    width: 45%;
    border-radius: unset;
    background: #000;
    font-weight: 500;
    border: 1px solid #00d632;
    transform: skewX(-15deg);
    color: #00d632;
    margin: 0 5px;
}

.log-reg:focus {
    box-shadow: none;
    outline: unset;
    color: #00d632;
}

.f_14{
    font-size:14px;
}


.signin {
    width: 100%;
    border-radius: unset;
    background: #1b2e35;
    font-weight: 500;
    border: 1px solid #00d632;
    transform: skewX(-15deg);
    color: #00d632;
    width:65%;
}
.font-20 {
    font-size:20px;
}
.font-16 {
    font-size:16px;
}
.font-24 {
    font-size:24px;
}

.font-500 {
    font-weight:500;
}
.font-600 {
    font-weight:600;
}
.font-700 {
    font-weight:700;
}

.inp {
    border: 1px solid #eaeaea;
    padding: 5px 10px;
    outline: none;
    width: 100%;
    background: #1b2e35;
    color:#fff;
}

.inp2 {
    width: 35%;
    background: #1b2e35;
    color: #757575;
    padding: 5px 0;
    outline: none;
    border: 1px solid #aeaeae;
}

.pay-inp {
    border-bottom: 1px solid #1e1e1e !important;
    padding: 5px 0px;
    outline: none;
    width: 100%;
    background: transparent;
    color: #ffffff;
    border: none;
}

.inp3{
    width: 30%;
    background: #1b2e35;
    color: #757575;
    padding: 5px 0;
    outline: none;
    border: 1px solid #00d632;
}

.inp4 {
    width: 100%;
    background: #1b2e35;
    color: #757575;
    padding: 5px 10px;
    outline: none;
    border: 1px solid #aeaeae;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease; 
    text-indent: -100%;
    opacity: 1;
}


.right-head{
    text-align:right;
}

.bg_0{
    background:#1b2e35;
}


.notification {
    color: #fff;
    font-size: 18px;
}

.user-profile {
    font-size: 18px;
    background:#aeaeae;
    padding: 5px 8px;
    border-radius: 50%;
    color: #fff;
}

sup {
    top: -1.5em;
}



  .keypad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 100%;
    width:100%;
    margin: 0 auto;
    padding: 10px 0;
  }

  .key {
    padding: 5px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
  }

  
  
  .w_18{
      width:18px;
  }
  
  .w_80{
      width:80%;
  }
  
  
.offcanvas-header{  
      background: #201e1e;
}

.dissmiss-btn{
    background: #000;
    border: none;
    padding: 6px 12px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
}

.w_75{
    width:75px;
}

.w_25{
    max-height: 25px;
    width: auto;
}

.br_50{
    border-radius:50%;
}

.head-features{
    border-bottom:1px solid #efc7c7;
    font-size:16px;
    font-weight:500;
    padding-bottom: 8px;
}

.f_40{
    font-size:40px;
}

.f_44{
    font-size:44px;
}

.footer-btn{
    position: fixed;
    bottom: 5px;
    width: 100%;
}

.big-qr{
    width:75%;
    object-fit: none;
}

.fix-btn{
    position: fixed;
    bottom: 40px;
    width: 93%;
}
.landing-fix-btn{
    position: fixed;
    bottom: 20%;
    width: 93%;
}

.terms{
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.forget-pin{
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.sign {
    color: #00d632;
    text-decoration: none;
}
.crl_0{
    color:#000;
}

.check{
    width:16px;
}
.bbtm {
    content: "";
    background-color: #171717;
    height: 1px;
    width: 50%;
    align-self: center;
    margin-top: 10px;
    margin-left: 5px;
}

.black-cash-bg{
    background:url(../images/black_cash3.jpg) no-repeat center;
    background-size: cover;
    position:fixed;
}

.mini-btn {
    width: 100%;
    border-radius: 20px;
    background: #000;
    color: #fff;
    font-weight: 500;
    padding: 5px 20px;
}

.custom-control {
    border: 1px solid #eaeaea;
    background: #000;
    color: #ffffff;
}
.custom-control1 {
    border: 1px solid #eaeaea;
    background: #000;
    color: #aeaeae;
}
.custom-control:focus{
    border: 1px solid #eaeaea;
    background: #000 !important;
    color: #ffffff;
}

.custom-control1:focus {
    border: 1px solid #eaeaea;
    background: #000;
    color: #aeaeae;
}

.bg_17 {
    background: #171717;
}
.bg-00 {
    background:#000;
}


.landing {
    background: linear-gradient(to bottom, rgb(14 14 12 / 40%), #0a0a0a), url(../images/landing.mp4) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    margin-bottom: 0px !important;
}


#landingVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    top: -50px;
    width:100%;
    height:100vh;
}

#loginVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    top: -3%;
    width:100%;
    height:100%;
}

#verificationVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    top: -19%;
    width:100%;
    height:100%;
}

#regVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    top: -28%;
    width:100%;
    height:100vh;
}

.login-card{
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    top:70%;
}

.reg-card{
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    top:42%;
}

.verification-card {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    top: 35%;
}


.signin, .log-reg:hover {
    color: #00d632 !important;
}

.f_20{
    font-size:20px;
}

.f_22{
    font-size:22px;
}

.f_18{
    font-size:18px;
}

.f_13{
    font-size:13px;
}

.f_28{
    font-size:28px;
}

.fw_500{
    font-weight:500;
}

.bg_1e1e1e{
    background:#1e1e1e;
}

.clr_000{
    color:#000;
}
.clr_212529{
    color:#212529;
}

.complete {
    width: 100%;
    border-radius: 20px;
    background: #000;
    font-weight: 500;
    border: 1px solid #000;
    color: #ffffff;
    transform: translateY(375%);
}

.clr_0fad0f {
    color: #0fad0f;
}

.money-history{
    line-height:1.3;
    border-bottom: 1px solid #7e7c7d;
}

.name-title {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 28px;
}

.big-name-title {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 28px;
    line-height: 1.8;
}

.profile-name-title {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    text-align: center;
    font-size: 40px;
    line-height: 1.8;
}



.bg_c00000 {
    background: #c00000;
}

.bg_1e4887 {
    background: #1e4887;
}
.bg_f7a102 {
    background: #f7a102;
}
.bg_a98d8d {
    background: #a98d8d;
}
.bg_6f2222 {
    background: #6f2222;
}
.bg_5dbd08 {
    background: #5dbd08;
}

.profile-camera {
    font-size: 16px;
    background: #000;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    position: relative;
    top: -20px;
    left: 20px;
}
.mydetails{
    opacity:0.7;
}

.update_settings {
    width: 100%;
    border-radius: 20px;
    background: #000;
    font-weight: 500;
    border: 1px solid #000;
    color: #ffffff;
}

.profile img {
    height: 50px;
    width: 50px;
}

.mt_60{
    margin-top:60px;
}
.landing-bg {
    background-image:url(../../assets/images/cashmeout-landing.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    margin-bottom: 0px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
}
.send-req {
    position: fixed;
    width: 90%;
    left: 16px;
    right: 0;
    bottom: 24px;
}
.account-holder{
    color:#a8b2b2;
}

@keyframes scale-animation {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  0% {
    transform: scale(1, 1);
  }
}

.scale-box {
  animation: scale-animation 1.5s;
  animation-iteration-count: infinite;
}
.theme-box {
    border: 1px solid #88ec89;
}
.zelle-bg {
    background: #00d632;
}
.text-0 {
    color: #000 !important;
}
.w-65 {
    width: 65% !important;
}
.hrline {
    line-height: 0;
    width: 100%;
    height: 2px;
    background: #282828;
}
input[type=file]::file-selector-button {
  border: 4px solid #00d632;
  border-radius: inherit;
  background-color: #00d632;
  transition: 1s;
}
.center-box {
    transform:translate(50%, 50%);
    left:-50%;
    position:relative;
}
.request-type {
    color:#769358;
}
.request-message {
    color: #2f8418;
}
.dob select {
    color:#ffffff!important;
}
