* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
li,
a,
ol {

    text-decoration: none;
    list-style: none;
}

section.register-section {
    width: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
}

.register-header {
    width: 100%;
    background: url(../image/loginbj.ab9379fb.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
}

.register-header h1 {
    font-size: 40px;
    text-align: center;
    color: #362C00;
}

.register-area {
    width: 100%;
    padding: 20px 12px;
    background: #FDFDFD;
    position: relative;
    top: -15px;
}

.register-area h2 {
    font-size: 20px;
    color: #362C00;
}

.register-area .single-input {
    background: #F8F9FD;
    width: 100%;
    display: flex;
    padding: 16px;
    margin-top: 20px;
    border-radius: 8px;
    align-items: center;
    gap: 12px;
    position: relative;
}

.register-area .single-input label {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 500;
}

.register-area .single-input label img {
    width: 24px;
}

.register-area .single-input input {
    color: #9B9B9B;
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
}

.register-area .single-input:last-child {
    padding: 0;
}

.register-area .single-input input[type='submit'] {
    color: #fff;
    background: #024387;
    border: none;
    outline: none;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.register-area .single-input .input-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.register-area .single-input .input-icon a {
    text-decoration: none;
    color: #fff;
    background: #024387;
    padding: 6px 12px;
    border-radius: 8px;
}

.container {
    width: 100%;
    padding: 15px;
}

.banner-area {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    height: 300px;

}

.banner-area img {
    width: 100%;
    height: 300px;
    object-fit: cover;

}

.annoucement-area {
    background: #02468C;
    margin-top: 16px;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    gap: 6px;
    border-radius: 30px;
    font-weight: 500;
}

.annoucement-area img {
    width: 30px;
    vertical-align: middle;
}

.user-icon-area {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background: #02468C;
    color: #fff;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

.user-icon-area .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #BAE1FF;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}

.user-icon-area .icon img {
    width: 36px;
    height: 36px;
}

.user-icon-area .single-user-icon a {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.shovel-area {
    width: 100%;
}

.shovel-area .single-shovel {
    background: #02468C;
    padding: 16px 10px;
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.shovel-area .single-shovel .shovel-top {
    width: 100%;
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.shovel-area .single-shovel .shovel-body {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    height: 260px;
    position: relative;

}

.shovel-area .single-shovel .shovel-body img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.shovel-area .single-shovel .shovel-body .vip {
    position: absolute;
    background: #249E4D;
    color: #fff;
    top: 12px;
    right: 20px;
    width: 100px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    padding-left: 15px;
}

.shovel-area .single-shovel .shovel-body .vip .vip-icon {
    position: absolute;
    top: 50%;
    left: 0;
    background: #7ED893;
    transform: translateY(-50%);
    height: 100%;
    padding-left: 8px;
}

.shovel-area .single-shovel .shovel-body .vip .vip-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    vertical-align: middle;
}

.shovel-area .single-shovel .shovel-end {
    width: 100%;
}

.shovel-area .single-shovel .shovel-end .profit {
    margin-top: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shovel-area .single-shovel .shovel-end .profit .single-profit {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    flex: 1;
}

.shovel-area .single-shovel .shovel-end .profit .single-profit:nth-child(2) {

    border-left: 2px solid #4272AB;
    border-right: 2px solid #4272AB;
}

.shovel-area .single-shovel .shovel-end .profit .single-profit:nth-child(2) h2 {

    color: #6FDFC3;
}

.shovel-area .single-shovel .shovel-end .profit .single-profit:nth-child(1) h2 {

    color: #ECEF56;
}

.shovel-area .single-shovel .shovel-end .profit .single-profit:nth-child(3) h2 {

    color: #8CD6FF;
}

.shovel-area .single-shovel .shovel-end a.shovel-btn {
    background: #00DC10;
    color: #fff;
    text-decoration: none;
    display: block;
    margin-top: 16px;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
    border-radius: 8px;
    font-weight: 500;
}

.menu-area {
    width: 100%;
    padding: 15px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: fixed;
    bottom: 0;
    background: #fff;
}

.menu-area ul.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.menu-area ul.menu li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    align-items: center;
    text-decoration: none;
    text-transform: capitalize;
    color: #898C91;
    font-weight: 600;
    padding: 5px;
}

.menu-area ul.menu li a img {
    width: 30px;
}

.menu-area ul.menu li:hover a {

    color: #03488D;

}

.white-space {
    width: 100%;
    height: 100px;
}

/* ======= Profile 7B8499 ======= */
section.profile-section {
    width: 100%;
    min-height: 100vh;
    background: #02468C;
}

section.profile-section .profile-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.profile-section .profile-header img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    vertical-align: middle;
}

section.profile-section .profile-header .icon-right,
section.profile-section .profile-header .left-icon {
    padding: 8px;
    background: #fff;
    border-radius: 8px;
}

section.profile-section .profile-header .middle h2 {
    color: #fff;
    font-size: 22px;
}

section.profile-section .profile-banner {
    width: 100%;
    text-align: center;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

section.profile-section .profile-banner .vip {
    position: absolute;
    background: #249E4D;
    color: #fff;
    left: 0;
    bottom: 20px;
    width: 100px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    padding-left: 15px;
}

section.profile-section .profile-banner .vip .vip-icon {
    position: absolute;
    top: 50%;
    left: 0;
    background: #7ED893;
    transform: translateY(-50%);
    height: 100%;
    padding-left: 8px;
}

section.profile-section .profile-banner .vip .vip-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    vertical-align: middle;
}

section.profile-section .profile-banner .profile-id {
    background: #fff;
    padding: 6px 15px;
    position: absolute;
    bottom: 20px;
    right: 0;
    border-radius: 8px;
}

section.profile-section .profile-banner .profile-id h3 {
    color: #7B8499;
    font-size: 15px;
}

section.profile-section .profile-banner img.banner-logo {
    width: 150px;
}
section.profile-section .profile-info {
    width: 100%;
    background: #fff;
    padding: 25px 10px;
    border-radius: 36px 36px 0px 0px;
    border-bottom: none;
}

section.profile-section .profile-info .personal-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

section.profile-section .profile-info .personal-info .single-personal {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    background: #F5F6FB;
    flex: 1;
    border-radius: 8px;
    padding: 16px 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100px;
}

section.profile-section .profile-info .trans-option {
    padding-top: 20px;
    width: 100%;
}

section.profile-section .profile-info .trans-option h2 {
    color: #7B8499;
    font-size: 16px;
    position: relative;
    text-align: center;
    font-weight: normal;
}

section.profile-section .profile-info .trans-option h2::after {
    width: 20%;
    height: 1px;
    position: absolute;
    content: '';
    display: block;
    background: #7B8499;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

section.profile-section .profile-info .trans-option h2::before {
    width: 20%;
    height: 1px;
    position: absolute;
    content: '';
    display: block;
    background: #7B8499;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

section.profile-section .profile-info .btn-area {
    display: flex;
    width: 100%;
    gap: 12px;
}

section.profile-section .profile-info .btn-area a.trans-btn {
    background: #02468C;
    flex: 1;
    margin-top: 16px;
    padding-left: 12px;
    height: 49px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    font-weight: 500;
}

section.profile-section .profile-info .btn-area a.trans-btn img {
    width: 30px;
}

section.profile-section .profile-category {
    width: 100%;
    background: #fff;
}

section.profile-section .profile-category .single-category {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0000005c;
    padding: 12px 0;
    margin-bottom: 10px;
}

section.profile-section .profile-category .single-category img {
    width: 30px;
}

section.profile-section .profile-category .single-category .cat-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

section.profile-section .profile-category .single-category .cat-info p {
    color: #7B8499;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}



/* recharge section start */

.recharge-section {
    padding: 30px 0;
}

.recharge h4 {
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
    background: #02468C;
    text-align: center;
    padding: 20px;
}

.availble-money {
    background: #fff;
    padding: 20px;
    margin-top: 10px;
    border-radius: 10px;
}

.availble-money h5 {
    padding: 15px;
    background: #ffff;
    font-size: 16px;
}

.availble-money p {
    background: #F8F8F8;
    padding: 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 800;
}

.total-amount {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-top: 25px;
}

.ammount {
    text-align: center;
    background: #EDEDED;
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
}

.ammount.active,
.ammount:hover {
    background: #02468C;
    color: #fff;
}

.ammount h4 {
    font-size: 15px;
    font-weight: 700;
}

.one-pay {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    margin: 20px auto;
}

.one-pay h5 {
    font-size: 16px;
}

.pay-button {
    background: #02468C;
    border-radius: 10px;
    border: none;
    width: 100%;
    padding: 20px;
    color: #fff;
}

.pay-button:hover {
    background: #043eff;
}

.bangla-text {
    font-size: 16px;
    color: #02468C;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}


/* recharge section end */


/* withdrawal section start */
.withdrawal-section {
    padding: 20px 0;
}

.withdrawal {
    background: #02468C;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding: 20px 0;
    margin-bottom: 20px;
    position: relative;
}

.account-info {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.account-info h6 {
    line-height: 50px;
    font-size: 16px;
}

.withdrawal-ammount {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.withdrawal-ammount h6 {
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
}

.withdrawal-ammount input {
    background: #EDEDED;
    width: 100%;
    border: none;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
}

.withdrawal-ammount input[type="password"] {
    position: relative;
    padding-left: 55px;
}

.withdrawal-ammount input[type="password"]::placeholder {
    text-align: center;
}

.lock-img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-79%);
}

.lock-img img {
    width: 24px;
    vertical-align: middle;
}

.with-pass {
    position: relative;
}

.withdrawal-ammount form button {
    background: #02468C;
    border: none;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 800;
}
.back {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}
.recharge {
    position: relative;
}
.recharge .back {
    position: absolute;
    top: 25px;
    left: 12px;
}

.banker input {
    padding-left: 120px;
}
.label_text {
    font-size: 13px;
    width: 100px;
    top: 58% !important;
}
.withdrawal-ammount input {
    font-size: 15px;
}

.bank_popup {
    position: fixed;
    width: 100%;
    background: #00000012;
    text-align: center;
    bottom: 0px;
    z-index: 4;
    height: 300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.bank_popup ul {
    position: absolute;
    width: 90%;
    top: 35%;
    transform: translate(-50%, -50%);
    left: 58%;
    overflow: hidden;
    margin: auto !important;
}
.bank_popup li {
    color: #000;
    padding: 15px 0;
    background: #008000f0;
    width: 50%;
    float: left;
}
.bank_popup img {
    width: 31px;
    border-radius: 50px;
}
.bank_popup li {
    color: #000;
    padding: 15px 0;
    background: #fff;
    width: 40%;
    float: left;
    border-radius: 10px;
}
.bank_close {
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 6px;
}

span#curren {
    position: absolute;
    left: 16px;
    top: 50%;
}
.withdrawal-ammount input {
    font-size: 15px;
    padding-left: 42px;
}
/* withdrawal section end */
