    a {
        text-decoration: none;
        color: #ffffff;
    }
    
    a:hover {
        color: #ffffff;
    }
    
    .text-right {
        text-align: right;
    }
    
    .container {
        width: 100%;
        margin: auto;
        max-width: 768px;
        margin-top: 15px;
        /* height: calc(100vh - 40px); */
        /* border-right: 1px solid;
        border-left: 1px solid; */
    }
    
    .login-section {
        max-width: 350px;
        width: 100%;
        margin: auto;
    }
    
    .login-reg label,
    .login-details label {
        margin: 5px 0;
        font-size: 12px;
    }
    
    .red {
        color: red;
    }
    
    .login-reg .btn-submit {
        width: 100%;
        background-color: #000;
        color: #fff;
        border-radius: 7px;
        height: 50px;
        font-size: 20px;
        margin-top: 40px;
    }
    
    .login-reg .logo {
        width: 25%;
        padding: 8% 0 20%;
        margin: auto;
        display: block;
    }
    
    .login-reg p {
        font-size: 20px;
        margin: 15px 0 30px 0;
        text-align: center;
    }
    
    .field-icon {
        float: right;
        margin-left: -25px;
        margin-top: -25px;
        position: relative;
        z-index: 2;
    }
    
    .container {
        padding-top: 50px;
        margin: auto;
    }
    
    .back {
        padding: 0 1rem;
        display: flex;
        margin-bottom: 50px;
    }
    
    .back img {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    
    .back h4 {
        color: #ffffff;
        border-bottom: 2px solid #fac000;
        font-size: 20px;
    }
    
    .login-details {
        padding: 0 1rem;
    }
    
    .login-details input,
    .login-details .form-control {
        border: 0;
        background: transparent;
        border-radius: 0;
        border-bottom: 1px solid #000;
        color: #000;
        padding: 0;
    }
    
    .login-details input::placeholder {
        font-size: 12px;
    }
    
    .form-control:focus {
        box-shadow: none!important;
    }
    
    .login-details .forgot {
        color: #fff;
        font-size: 12px;
        width: 100%;
        text-align: right;
    }
    
    .login-details .login-btn {
        background: #fac000;
        color: #fff;
        border-radius: 5px;
        width: 70%;
        height: 50px;
        font-size: 20px;
        display: block;
        margin: 50px auto;
    }
    
    .login-details .hr-line {
        color: #000;
        text-align: center;
        font-size: 20px;
        position: relative;
        margin-bottom: 50px;
    }
    
    .login-details .hr-line::after {
        content: "";
        border-bottom: 1px solid #000;
        width: 47%;
        height: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #000;
        right: 0;
    }
    
    .login-details .hr-line::before {
        content: "";
        border-bottom: 1px solid #000;
        width: 47%;
        height: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #000;
        left: 0;
    }
    
    .login-details p {
        color: #000;
        font-size: 16px;
    }
    
    .login-details p a {
        color: #008000;
    }
    
    .custom-control {
        display: flex;
        margin-top: 20px;
    }
    
    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }
    
    .styled-checkbox+label {
        position: relative;
        cursor: pointer;
        padding: 0;
        font-size: 16px;
    }
    
    .styled-checkbox+label:before {
        content: "";
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        width: 18px;
        height: 18px;
        background: white;
        border: 2px solid #008000;
    }
    
    .styled-checkbox:hover+label:before {
        background: #008000;
    }
    
    .styled-checkbox:focus+label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }
    
    .styled-checkbox:checked+label:before {
        background: #008000;
    }
    
    .styled-checkbox:checked+label:after {
        content: "";
        position: absolute;
        left: 3px;
        top: 10px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        transform: rotate(45deg);
    }
    
    .tab-inner-header .deposit {
        display: flex;
        justify-content: center;
        text-align: left;
        align-items: center;
        padding: 10px;
    }
    
    .tab-inner-header .deposit img {
        height: 40px;
        width: 40px;
        margin-right: 10px;
    }
    
    .tab-inner-header .deposit p {
        font-size: 14px;
        margin-bottom: 0;
        color: #fac000;
    }
    
    .tab-inner-header .deposit p span {
        color: #fff;
    }
    
    .deposit-input label,
    .deposit-input input {
        color: #fff;
        font-size: 12px;
    }
    
    .deposit-input input {
        padding: 20px!important;
        height: 45px;
    }
    
    .deposit-input .form-control:focus {
        color: #fff;
    }
    
    .btn-green:hover {
        border: 1px solid #fac000;
        background-color: transparent;
        color: #fac000;
    }
    
    .btn-green {
        color: #fff;
        background: #fac000;
        border-radius: 5px;
        width: 100%;
        font-size: 16px;
        padding: 10px;
        max-width: 500px;
        margin: 50px auto;
        display: block;
    }
    
    .modal-content {
        border-top: 7px solid #fac000;
        border-radius: 10px;
        background-color: #252425;
    }
    
    .modal-dialog {
        top: 50%;
        transform: translateY(-50%)!important;
    }
    
    .cls {
        background: #fac000;
        margin-top: 1px;
        width: 50px;
        padding: 10px;
        color: #fff;
        position: absolute;
        right: 10px;
        border-bottom-right-radius: 100%;
        border-bottom-left-radius: 100%;
    }
    
    .cls .btn-close {
        top: 0;
        position: unset;
        color: #fff;
        margin-left: 2px;
    }
    
    .add-bank-ac {
        margin-top: 50px;
        color: #fff;
        height: 400px;
        overflow-y: scroll;
        padding: 30px;
    }
    
    .add-bank-ac h4 {
        position: relative;
        padding-bottom: 5px;
        font-size: 20px;
        font-weight: 400;
    }
    
    .add-bank-ac p {
        font-size: 12px;
    }
    
    .add-bank-ac h4::after,
    .id-details h6::after,
    .title::after {
        content: '';
        width: 70px;
        height: 2px;
        background-color: #0db885;
        position: absolute;
        left: 0;
        top: 100%;
    }
    
    .add-bank-ac select {
        background: #252425;
        color: #fff;
        border: 0;
        border-bottom: 1px solid;
        border-radius: 0;
        font-size: 14px;
        padding: 10px;
        background-image: url(../images/img_144754.png);
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: 98% 70%;
    }
    
    .add-bank-ac label {
        font-size: 14px;
    }
    
    input:focus {
        color: #fff!important;
    }
    
    input {
        background: #252425!important;
        border: 0!important;
        color: #fff!important;
    }
    
    .add-bank-ac input {
        background: #252425;
        color: #fff;
        border: 0;
        border-bottom: 1px solid;
        border-radius: 0;
        font-size: 14px;
        padding: 0 10px;
    }
    
    .otp {
        color: #fff;
        text-align: left;
        max-width: 600px;
        margin: auto;
    }
    
    .profile-pic {
        position: relative;
    }
    
    .profile-pic img {
        display: block;
        margin: -70px auto;
    }
    
    .user-details {
        color: #fff;
        margin-top: 70px;
    }
    
    .user-details .btn-green {
        width: 200px;
        border-radius: 50px;
    }
    
    .reward {
        color: #fff;
        display: flex;
        align-items: center;
        padding: 0 40px;
    }
    
    .reward img {
        width: 70px;
    }
    
    .reward p {
        margin-bottom: 0;
        margin-left: 20px;
    }
    
    .profile-bg {
        border-radius: 30px;
        width: 70%;
        display: block;
        margin: 50px auto;
    }
    
    .logout {
        margin-top: 15px;
        margin-right: 5px;
        float: right;
        position: relative;
        z-index: 999;
    }
    
    .logout i {
        color: #fac000;
        margin-left: 5px;
    }
    
    .modal-reward {
        display: block;
        margin: 20px auto 60px auto;
        text-align: center;
        color: #fac000;
    }
    
    .modal-header {
        background-image: url(../images/modal-header-bg.png);
        background-size: 100% 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        border: 0;
    }
    
    .btn-light {
        color: blue;
        width: 100%;
        margin-top: 1rem;
    }
    
    .create-id {
        color: #fff;
        text-align: center;
        margin: 20px 0 40px 0;
    }
    
    .create-id img {
        width: 80px;
        border-radius: 100%;
        margin-bottom: 20px;
    }
    
    .id-details h6 {
        font-size: 20px;
        font-weight: 400;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    
    .id-details p {
        margin-bottom: 10px!important;
    }
    
    .id-details h6::after {
        width: 50px;
    }
    
    .cid-input label {
        color: #fff;
    }
    
    .cid-input input {
        padding: 10px 20px!important;
    }
    
    .cid-checkbox .styled-checkbox+label:before {
        margin-top: 3px;
    }
    
    .btn-green .fa-indian-rupee-sign {
        font-size: 14px;
    }
    
    .chng-pswd {
        background: #000;
        padding: 1rem;
        border-radius: 10px;
    }
    
    .chng-pswd input {
        border-bottom: 1px solid #fff!important;
        background: #000!important;
    }
    
    .logout-modal .modal-header {
        background: #2f2b3c;
        color: #fff;
        display: block;
        text-align: center;
    }
    
    .logout-modal .modal-header i {
        background: #14795b;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
    }
    
    .logout-modal .modal-body {
        text-align: center;
        background: #262331;
        color: #bababa;
    }
    
    .logout-modal .modal-body .btn-green {
        margin: 0px auto;
        max-width: 200px!important;
        border-radius: 50px!important;
    }
    
    .add-wa {
        background: #585858;
        color: #fff;
        padding: 10px;
        text-align: center;
        display: flex;
        align-items: center;
        width: 300px;
        justify-content: center;
        margin: 10px auto;
        border-radius: 5px;
    }
    
    .payment-type p {
        margin-bottom: 0.5rem;
        font-size: 14px;
    }
    
    .payment-type p i {
        font-size: 12px;
    }
    
    .payment-type {
        background: #242424;
        padding: 1rem;
        border-radius: 10px;
        margin-top: 30px;
        color: #fff;
    }
    
    .payment-type ul {
        list-style-type: none;
        margin-bottom: 0.5rem;
    }
    
    .payment-type li p {
        color: #fff;
        text-align: center;
        margin-bottom: 0;
    }
    
    .payment-type li {
        display: inline-block;
    }
    
    input[type="radio"][id^="cb"] {
        display: none;
    }
    
    .payment-type label {
        border: 1px solid #14795b;
        padding: 10px;
        display: block;
        position: relative;
        margin: 10px;
        cursor: pointer;
    }
    
    .payment-type label:before {
        background-color: white;
        color: white;
        content: " ";
        display: block;
        border-radius: 50%;
        border: none;
        position: absolute;
        top: -5px;
        left: -5px;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 24px;
        transition-duration: 0.4s;
        transform: scale(0);
    }
    
    .payment-type label img {
        height: 100px;
        width: 100px;
        transition-duration: 0.2s;
        transform-origin: 50% 50%;
    }
    
    .payment-type :checked+label {
        border-color: #14795b;
        background: #393939;
    }
    
    .payment-type :checked+label:before {
        content: "✓";
        background-color: #137659;
        transform: scale(1);
    }
    
    .payment-type :checked+label img {
        transform: scale(0.9);
        z-index: -1;
    }
    
    .title {
        color: #fff;
        position: relative;
        padding-bottom: 5px;
    }
    
    .uploader {
        display: block;
        clear: both;
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
    }
    
    .uploader label {
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        background: #fff;
        border-radius: 7px;
        border: 3px solid #eee;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 30px 0;
    }
    
    .uploader label:hover {
        border-color: #454cad;
    }
    
    .uploader label.hover {
        border: 3px solid #454cad;
        box-shadow: inset 0 0 0 6px #eee;
    }
    
    .uploader label.hover #start i.fa {
        transform: scale(0.8);
        opacity: 0.3;
    }
    
    .uploader #start {
        float: left;
        clear: both;
        width: 100%;
    }
    
    .uploader #start.hidden {
        display: none;
    }
    
    .uploader #start i.fa {
        font-size: 50px;
        margin-bottom: 1rem;
        transition: all 0.2s ease-in-out;
    }
    
    .uploader #response {
        float: left;
        clear: both;
        width: 100%;
    }
    
    .uploader #response.hidden {
        display: none;
    }
    
    .uploader #response #messages {
        margin-bottom: 0.5rem;
        word-break: break-all;
    }
    
    .uploader #file-image {
        display: inline;
        margin: 0 auto 0.5rem auto;
        width: auto;
        height: auto;
        max-width: 180px;
    }
    
    .uploader #file-image.hidden {
        display: none;
    }
    
    .uploader #notimage {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }
    
    .uploader #notimage.hidden {
        display: none;
    }
    
    .uploader progress,
    .uploader .progress {
        display: inline;
        clear: both;
        margin: 0 auto;
        width: 100%;
        max-width: 180px;
        height: 8px;
        border: 0;
        border-radius: 4px;
        background-color: #eee;
        overflow: hidden;
    }
    
    .uploader .progress[value]::-webkit-progress-bar {
        border-radius: 4px;
        background-color: #eee;
    }
    
    .uploader .progress[value]::-webkit-progress-value {
        background: linear-gradient(to right, #393f90 0%, #454cad 50%);
        border-radius: 4px;
    }
    
    .uploader .progress[value]::-moz-progress-bar {
        background: linear-gradient(to right, #393f90 0%, #454cad 50%);
        border-radius: 4px;
    }
    
    .uploader input[type=file] {
        display: none;
    }
    
    .uploader div {
        margin: 0 0 0.5rem 0;
        color: #5f6982;
    }
    
    .uploader .btn {
        display: inline-block;
        margin: 0.5rem 0.5rem 1rem 0.5rem;
        clear: both;
        font-family: inherit;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
        text-transform: initial;
        border: none;
        border-radius: 0.2rem;
        outline: none;
        padding: 0 1rem;
        height: 36px;
        line-height: 36px;
        color: #fff;
        transition: all 0.2s ease-in-out;
        box-sizing: border-box;
        background: #454cad;
        border-color: #454cad;
        cursor: pointer;
    }