@import url('https://fonts.googleapis.com/css2?family=Inter&family=Manrope&display=swap');

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden !important;
    font-family: 'Inter', sans-serif;
    font-family: 'Manrope', sans-serif;
    background: rgb(240 241 247 / 27%) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 30px;
    color: #ff914d;
    letter-spacing: 1px !important;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
    letter-spacing: 1px;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-12 {
    font-size: 12px !important
}

.fs-15 {
    font-size: 15px
}

.fs-20 {
    font-size: 20px;
}

a {
    text-decoration: none;
    color: #000 !important;
}

.bg-body-tertiary {
    background-color: rgb(72, 38, 104) !important;
}

.full-height {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px;
}

.bg-grey {
    background-color: #6e6c6a05;
}

.top-heading h1 {
    font-weight: 800;
    color: #2a2a2a;
    font-size: 24px !important;
    letter-spacing: 1px !important;
}

.login {
    background: rgb(0 0 0 / 54%) !important;
    padding: 40px;
    border-radius: 10px;
}

.login .form-control {
    background-color: transparent;
    color: #fff;
}

.login .form-control:focus {
    box-shadow: none;
}

.login img {
    margin-bottom: 20px !important;
    width: 200px;
}

.login img {
    display: block;
    text-align: center;
    margin: 0px auto;
}

.login h1 {
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #ffffffc9;
    margin-bottom: 20px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px !important;
}

.login .form-control {
    height: 45px;
}

.login .form-control {
    border: var(--bs-border-width) solid #ffffff5e;
    border-left: none;
}

.login .input-group-text {
    border: var(--bs-border-width) solid #ffffff5e;
    background-color: transparent;
    border-right: none;
}

.login i {
    color: #ffffffc9;
}

.login label {
    margin-bottom: 10px;
    color: #fff;
}

.bi {
    display: inline-block;
    width: 2rem;
    height: 2rem;
}

/*
* Sidebar
*/
@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.sidebar .nav-item.active {
    background: rgb(255 255 255 / 9%);
    color: #2470dc !important;
}

.sidebar-heading {
    font-size: .75rem;
}

/*
* Navbar
*/
.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(77 36 103);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
    color: #000;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.offcanvas-md .offcanvas-body a {
    color: #fff !important;
}

.dashboard-section img {
    width: 145px;
}

.side-btn .dropdown .btn-primary span {
    color: #000;
}

.dashboard-section img {
    display: block !important;
    text-align: center !important;
    margin: 0px auto;
}

.topheader {
    background-color: #fff !important;
}

.side-btn {
    padding: 0px 20px 0px 15px;
}

.side-btn ul {
    display: flex;
}

.side-btn h2 {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
}

.side-btn img {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-top: 5px;
    object-fit: cover;
}

.sidebar-nav ul li a {
    margin: 5px 0px 0px 10px;
}

.sidebar {
    min-height: 100vh;
    position: fixed;
}

.dash-board h5 {
    text-align: left;
    color: #000;
}

.dash-board h6 {
    text-align: left;
    font-size: 25px;
    margin-top: 20px;
}

.icon-img img {
    height: 45px;
    width: 45px;
    object-fit: cover;
    padding: 3px;
}

.icon-img {
    position: absolute;
    left: 78%;
    right: 60px;
    bottom: 30px;
}

.icon-img {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    line-height: 55px;
    display: block;
    text-align: center;
    margin: 0px auto;
}

.dash-board .card-body {
    background-color: #fff;
    padding: 20px 0px 20px 20px;
}

.dash-board h6 i {
    font-size: 20px;
    margin-right: 5px;
}

.referal-img img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}

.referal-img img {
    display: block;
    text-align: center;
    margin: 0px auto;
}

.bg01 {
    background-color: #0d6efd;
    color: #fff;
}

.bg02 {
    background-color: #6610f2;
    color: #fff;
}

.bg03 {
    background-color: #6f42c1;
    color: #fff;
}

.bg04 {
    color: #fff;
    background-color: #0dcaf0;
}

.bg05 {
    color: #fff;
    background-color: #198754;
}

.bg06 {
    color: #fff;
    background-color: #ffc107;
}

.label {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}

.copy-text {
    position: relative;
    padding: 3px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
}

.copy-text input.text {
    padding: 10px;
    font-size: 18px;
    color: #555;
    width: 100%;
    border: none;
    outline: none;
}

.copy-text button {
    padding: 10px 30px 10px 30px;
    background: #ff8b41;
    color: #fff;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
}

.copy-text button:active {
    background: #809ce2;
}

.copy-text button:before {
    content: "Copied";
    position: absolute;
    top: -45px;
    right: 0px;
    background: #5c81dc;
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 15px;
    display: none;
}

.copy-text button:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 25px;
    width: 10px;
    height: 10px;
    background: #5c81dc;
    transform: rotate(45deg);
    display: none;
}

.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}

.refer-part {
    border-radius: 10px;
    padding: 45px 20px 40px 0px;
    background-color: #fff;
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, .04);
    -webkit-box-shadow: 0 0.125rem 0 rgba(10, 10, 10, .04);
}

.refer-links img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.refer-links ul {
    display: flex;
}

.refer-links ul li {
    margin-right: 20px;
    display: block;
}

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bank-info {
    border-radius: 10px;
}

.bank-information h2 {
    font-size: 25px;
    color: #000;
    margin-top: 5px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.bank-information h5 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}

.bank-information .modal-header {
    border-bottom: none !important;
}

.bank-information .modal-content {
    background: #fbfbfb !important;
}

.bank-info .btn-primary {
    background-color: #06d1d1;
    border: none;
    padding: 10px 30px 10px 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.bank-info .btn-primary:hover {
    background-color: #4d2467;
    color: #fff;
}

.bank-information .modal-body {
    padding: 0px;
    margin-bottom: 20px;
}

.bank-information img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.bank-information img {
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px;
}

.bank-info label {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.bank-info .form-control {
    border-color: #e9edf6;
    color: #333335;
    background-color: #ffffff;
    font-size: .875rem;
    font-weight: var(--default-font-weight);
    line-height: 1.6;
    border-radius: 0.35rem;
}

.bank-info .form-control:focus {
    box-shadow: none;
    border-color: #e9edf6 !important;
    background-color: #fff !important;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, .05) !important;
    color: #333335 !important;
}

.bank-info .form-control:focus {
    box-shadow: inherit;
}

.balance h5 {
    background: rgba(132, 90, 233, 0.1);
    font-weight: 500;
    color: rgba(132, 90, 233, 1);
    font-size: 18px !important;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}

.balance h5:hover {
    background-color: rgba(132, 90, 223, 1.0);
    color: #fff;
    border-color: rgba(132, 90, 223, 0.1);
}

.balance span {
    font-size: 22px;
}

.balance span i {
    font-size: 16px;
    margin-right: 2px;
}

.withdrawal h5 {
    background: #198754;
    font-weight: 500;
    color: #fff;
    font-size: 18px !important;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}

.withdrawal-section h5 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(72, 38, 104) !important;
}

.withdrawal-section span {
    font-size: 20px;
}

.withdrawal-section span i {
    font-size: 16px;
    margin-right: 5px;
}

.withdrawal-section img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    margin-right: 10px;
}

.withdrawal-section .form-control {
    height: 45px;
}

.withdrawal-section .form-control:focus {
    box-shadow: none;
}

.submit-btn {
    display: block;
    text-align: center;
    margin: 0px auto;
}

.earnings td {
    font-size: 14px !important;
}

.earnings th {
    font-size: 15px !important
}

.earnings i:before {
    margin-right: 5px;
    font-size: 14px
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: left !important;
    font-weight: 600;
    font-size: .85rem;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 1px;
}

.page-link {
    color: #4d2467 !important;
}

.active>.page-link,
.page-link.active {
    color: #faf921 !important;
    border: none !important;
    padding: 7px 15px
}

div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 30px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

div.dataTables_wrapper div.dataTables_info {
    text-transform: capitalize;
}

.referals ul {
    display: flex;
    margin-bottom: 8px !important;
    margin-top: 6px;
}

.referals ul li {
    margin-left: 0px
}

.side-btn .dropdown .btn-primary {
    background-color: transparent;
    border: none;
}

.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px 5px 5px 5px;
}

.dropdown-content a {
    padding: 8px 16px;
    font-size: 15px;
    text-decoration: none;
    color: #000 !important;
    display: block;
    border-radius: 5px 5px 5px 5px;
}

.dropdown i {
    margin-right: 10px;
}

.dropdown-content a:hover {
    color: rgb(132 90 231) !important;
    background-color: rgb(231 231 231 / 17%);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/*.edit-profile {
background: #4d246717;
padding: 50px 50px 50px 50px;
border-radius: 10px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}*/
.edit-profile label {
    margin-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.edit-profile h5 {
    font-size: 20px;
    color: #000;
}

.edit-profile .form-control,
.form-select {
    border-color: #e9edf6;
    color: #333335;
    background-color: #ffffff;
    font-size: .875rem;
    font-weight: var(--default-font-weight);
    line-height: 1.6;
    border-radius: 0.35rem;
}

.edit-profile .form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #e9edf6 !important;
    background-color: #fff !important;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, .05) !important;
    color: #333335 !important;
}

.edit-profile .btn-primary {
    background-color: #4d2467;
    border: none;
    padding: 10px;
}

.edit-profile .btn-primary:hover {
    background-color: #2a2a2a;
    color: #fff;
}

.zoom-in {
    margin-bottom: 30px;
    transition-property: transform, box-shadow;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
}

.zoom-in:hover {
    transform: scale(1.05);
}

.earning-view h1 span {
    color: #fff !important;
    font-weight: 500 !important;
}

.earning-view h1 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #ffff1f;
    letter-spacing: 2px !important;
    text-align: left;
    background: #4d2467;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.offcanvas-title {
    font-size: 20px !important
}

.bg-colors {
    background: rgb(72, 38, 104) !important
}

.earning-view h1 {
    font-weight: 900;
}

table.dataTable>tbody>tr {
    vertical-align: top;
}

@media only screen and (max-width:767px) {

    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables tr {
        border: 1px solid #ccc;
    }

    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    .no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
Label the data
*/
    .no-more-tables td:before {
        content: attr(data-title);
    }
}

.btn-close {
    background: #ffffffcf var(--bs-btn-close-bg) center/1em auto no-repeat;
}

.offcanvas-header .btn-close {
    margin-right: 20px
}

/*medi-queries*/
@media only screen and (max-width:767px) {
    .sidebar {
        position: absolute;
        min-height: 0vh;
    }
}

@media only screen and (max-width:391px) {
    .dashboard-section img {
        width: 110px
    }

    .side-btn {
        padding: 0px 18px 0px 9px !important
    }

    .dropdown span {
        display: none;
    }

    .dropdown-content {
        right: 0px
    }

    .side-btn img {
        margin-right: 0px
    }
}

@media (min-width: 320px) and (max-width:575px) {
    .sidebar {
        position: absolute;
    }

    .sidebar {
        background: transparent !important;
    }

    .side-btn {
        padding: 0px 5px 0px 1px
    }

    .bank-info img {
        display: block;
        text-align: center;
        margin: 0px auto;
    }

    .refer-part {
        padding: 10px
    }

    .dashboard-section img {
        width: 125px
    }
}

.card.custom-card {
    color: var(--default-text-color) !important;
}

.card.custom-card {
    border-radius: 0.5rem;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, .04);
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
}

.card {
    background-color: var(--custom-white);
    border: 1px solid var(--bootstrap-card-border);
}

.card {
    margin-block-end: 1.5rem;
}

.card.custom-card .card-body {
    padding: 10px 10px 10px 20px;
    color: var(--default-text-color);
    border-radius: 10px;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.me-1 {
    margin-right: 0.25rem !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.fs-18 {
    font-size: 1.125rem;
}

.text-primary {
    color: var(--primary-color) !important;
    opacity: 1;
}

.avatar.avatar-lg {
    width: 60px;
    height: 55px;
    line-height: 55px;
}

.bg-primary {
    background-color: rgba(132, 90, 233, 1.0) !important;
}

.avatar {
    position: relative;
    height: 2.625rem;
    width: 2.625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    color: #fff;
    font-weight: 500;
}

.avatar img {
    width: 40px;
    height: 40px;
    padding: 2px;
    object-fit: cover;
}

.card-body i {
    margin-right: 5px;
    font-size: 17px;
}

.sidebar-nav ul li i {
    font-size: 14px;
    width: 26px;
    font-weight: 100 !important
}

.sidebar-nav ul li i {
    display: block;
    text-align: center;
}

.label i {
    margin-right: 5px
}

.form-design {
    background-color: #fff !important;
    padding: 1.25rem;
    border-radius: 0.5rem;
    border: 0;
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, .04);
}

.text-muted {
    color: #333335 !important;
}

.btn-secondary-gradient {
    background: linear-gradient(to right, rgb(var(--secondary-rgb)) 0, #6789d8 100%);
    color: #fff !important;
    border: 0;
}

.form-group .star {
    color: red;
}

.bank-info i:before {
    margin-right: 5px
}

.referals {
    border-radius: 0.5rem;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, .04);
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
    padding: 1.25rem;
    color: var(--default-text-color);
}

.table>tbody {
    vertical-align: inherit;
    padding: 0.75rem;
    vertical-align: middle;
    line-height: 1.462;
    font-size: 15px;
    font-weight: 500;
}

.badge {
    padding: 0.25rem 0.45rem;
    font-weight: 100;
    border-radius: 0.25rem;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.table>thead {
    vertical-align: bottom;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 1px !important;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-bottom-width: 1px;
    letter-spacing: 1px !important;
}

.earnings {
    border-radius: 0.5rem;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, .04);
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
    padding: 1.25rem;
    color: var(--default-text-color);
}

.earnings-btn ul {
    display: flex;
}

.earning-view {
    border-radius: 0.5rem;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, .04);
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
    padding: 30px;
}

.earning-views label {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px !important;
}

.earning-views p {
    font-size: 14px;
}

.earning-views .form-control {
    border: 1px solid #f9f9f9;
    padding: 5px 5px 5px 5px !important;
}

.earning-views .form-control {
    box-shadow: none;
}

.money .avatar.avatar-lg {
    width: 45px;
    height: 45px;
}

.login_btn .btn-primary {
    background: #06d1d1 !important;
    color: #000;
    border: none;
    font-weight: 600;
    padding: 10px 10px 10px 10px;
    border-radius: 5px !important;
}

.login_btn .btn-primary :hover {
    background-color: transparent !important;
    border: 2px solid #fff;
}

.w-30 {
    width: 30%
}

.login-btn .btn-primary {
    background-color: #06d1d1;
    padding: 10px 20px 10px 22px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #ffffff5e;
}

.login-btn .btn-primary:hover {
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #ffffff5e;
}

.form-sec input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 0.8
}

.form-sec input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
}

.form-sec input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.form-sec input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.form-sec input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.form-sec input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.row .bank-info .col-lg-6:nth-child(even) {
    border-bottom: 1px solid #f9f9f9;
    padding: 5px 5px 0px 10px
}

.row .bank-info .col-lg-6:nth-child(odd) {
    border-bottom: 1px solid #f9f9f9;
    padding: 5px 5px 0px 10px
}

@media (min-width:425px) {
    .table>tbody {
        padding: 0px !important;
    }
}

.pik img{
	height:80px;
	width:80px;
	object-fit: cover;
}
.pik img{
	display: block;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 20px;
}
