
body {
}

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

a {
   text-decoration: none;
}
#home {
}

#home .row {
    padding: 1.5px;
    margin: 1.5px;
}
/* ========================================================================================
    Login and Register Page
 ==========================================================================================*/

.signin-sec1 {
    background-color: #363636;
    margin-left: -15px;
    margin-right: -15px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signin-sec1 form, 
.signin-sec2 form {
    width: 70%;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.signin-sec1 form .logo,
.signin-sec2 form .logo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px auto;
}

.signin-sec1 form img,
.signin-sec2 form img {
    height: 100px;
}
.signin-sec1 form .title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
}
.signin-sec1 form input,
.signin-sec2 form input {
    margin-bottom: 20px;
}

.signin-sec1 form .btn-login,
.signin-sec2 form a .btn-login,
.signin-sec2 form .btn-login {
    background-color: #e0d685;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    width: 100%;
}
.signin-sec1 form .text-register {
    margin-top: 40px;
}
.signin-sec1 form .btn-register {
    background-color: #363636;
    border: 2px solid #e0d685;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.signin-sec1 form a .btn-register {
   color: #fff;
   width: 100%;
}

.signin-sec2 {
    margin-left: -15px;
    margin-right: -15px;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signin-sec2 img {
    height: 150%;
}

.signin-sec2 form .title {
    color: #3f3f3f;
    font-size: 30px;
    text-align: center;
}

/* ========================================================================================
    OTP Page
 ==========================================================================================*/
.otp-box-wrap,
.tnc-box-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    background-color: #fff;
}

.otp-box {
   width: 450px;
}
.tnc-box {
    width: 100%;
}
.otp-box p {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #939393;
    font-weight: 600;
    font-size: 20px;
}
.otp-box input {
    width: 80px;
    height: 100px;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    border: 1px solid #808080;
    z-index: 9999999;
}
.otp-box span {
    font-size: 50px;
}

.otp-box .btn-otp {
    background-color: #50147f;
    color: white;
    margin-top: 40px;
    margin-left: 60%;
    margin-bottom: 3rem;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 12px;
    font-size: 18px;
}

/* ========================================================================================
    Forgot Password Page
 ==========================================================================================*/
 #fpw .fpw-box-wrap {
   height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 #fpw .fpw-box input {
   height: 60px;
   border-radius: 5px;
   width: 100%;
   padding: 5px;
   font-size: 20px;
 }
 #fpw .fpw-box .btn-fpw {
   background-color: #50147f;
   width: 100%;
   height: 60px;
   font-size: 25px;
   color: white;
   border-radius: 12px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 1rem;
 }

 #fpw .fpw-box .login-text {
   color: #50147f;
   font-weight: 500;
 }


/* ========================================================================================
    Terms and Conditions Page
 ==========================================================================================*/
.tnc-box-wrap {
   background-color: #fff;
   border-radius: 10px;
}
.tnc-box {
    text-align: left;
    width: 620px;
    padding-bottom: 10px;
}
.tnc-box h1 {
    margin-bottom: 20px;
}
.tnc-box ul {
    margin-inline-start: 20px;
    line-height: 2.5rem;
}

.tnc-box .form-check {
    margin-top: 50px;
}

.btn-tnc-wrap {
    display: flex;
    margin-top: 50px;
    justify-content: end;
    padding-right: 50px;
}

.tnc-box .btn-tnc {
    background-color: #50147f;
    color: white;
    display: block;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 12px;
    font-size: 18px;
    margin-left: 20px;
}
.tnc-box .btn-tnc a {
   color: #fff;
}

/* ========================================================================================
    Profile Page
 ==========================================================================================*/

 #profile {}

 #profile .row,
 #withdrawal .row,
 #statements .row,
 #dashboard .row,
 #requests .row {
    margin: 0;
 }

 #profile .left-panel,
 #withdrawal .left-panel,
 #statements .left-panel,
 #dashboard .left-panel,
 #requests .left-panel {
    background-color: #363636;
    min-height: 100vh;
 }
 #profile .left-panel .logo-wrap,
 #withdrawal .left-panel .logo-wrap,
 #statements .left-panel .logo-wrap,
 #dashboard .left-panel .logo-wrap,
 #requests .left-panel .logo-wrap {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 #profile .left-panel .logo,
 #withdrawal .left-panel .logo,
 #statements .left-panel .logo,
 #dashboard .left-panel .logo,
 #requests .left-panel .logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
 }

 #profile .left-panel .logo img,
 #withdrawal .left-panel .logo img,
 #statements .left-panel .logo img,
 #dashboard .left-panel .logo img,
 #requests .left-panel .logo img {
    width: 80px;
 }

 #profile .left-panel .links,
 #withdrawal .left-panel .links,
 #statements .left-panel .links,
 #dashboard .left-panel .links,
 #requests .left-panel .links {
    text-align: center;
    font-size: 28px;
 }
 #profile .left-panel .links p,
 #withdrawal .left-panel .links p,
 #statements .left-panel .links p,
 #dashboard .left-panel .links p,
 #requests .left-panel .links p {
    border-bottom: 1px solid #fff;
    line-height: 3rem;
    margin-left: -15px;
    margin-right: -15px;
 }
 #profile .left-panel .links p:last-child,
 #withdrawal .left-panel .links p:last-child,
 #statements .left-panel .links p:last-child,
 #dashboard .left-panel .links p:last-child,
 #requests .left-panel .links p:last-child {
   border-bottom: 1px solid #363636;
 }
 #profile .left-panel .links a,
 #withdrawal .left-panel .links a, 
 #statements .left-panel .links a,
 #dashboard .left-panel .links a,
 #requests .left-panel .links a {
    color: #fff;
    text-decoration: none;
 }
 #profile .left-panel .links a:hover,
 #withdrawal .left-panel .links a:hover,
 #statements .left-panel .links a:hover,
 #dashboard .left-panel .links a:hover,
 #requests .left-panel .links a:hover {
    color: #e0d685;
 }
 #profile .left-panel .links .active,
 #withdrawal .left-panel .links .active,
 #statements .left-panel .links .active,
 #dashboard .left-panel .links .active,
 #requests .left-panel .links .active {
    color: #e0d685;
 }
 #profile .left-panel .links button,
 #withdrawal .left-panel .links button,
 #statements .left-panel .links button,
 #dashboard .left-panel .links button,
 #requests .left-panel .links button {
   background-color: #363636;
   color: #fff;
   border: none;
 }
 #profile .left-panel .links button:hover {
   color: #e0d685;
 }

 #profile .right-panel,
 #statements .right-panel,
 #dashboard .right-panel,
 #requests .right-panel {
    background-color: #edeae5;
    padding-left: 6%;
    padding-right: 6%;
    min-height: 100vh;
 }

 #profile .profile-info-wrap {
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
 }

 #profile .profile-info-wrap .avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
 }
 #profile .profile-info-wrap .avatar img {
    height: 200px;
 }
 #profile .profile-info-wrap .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 60%;
    margin-left: 50px;
 }

 #profile .profile-info-wrap .info .btn {
    background-color: #50147f;
    color: white;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 12px;
    font-size: 18px;
    margin-bottom: 15px;
 }

 #profile .profile-info-wrap .info h1 {
    font-weight: 400;
    margin-bottom: 15px;
 }

 #profile .detailed-info {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px 50px;
 }
 #profile .detailed-info .nav-link {
   color: #363636;
 }
 #profile .detailed-info .nav-link.active {
   color: #363636;
   font-weight: 500;
 }

 #profile .detailed-info a {
    background-color: #363636;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
 }

 #profile .detailed-info div {
    margin-bottom: 30px;
 }
 #profile .detailed-info p {
    line-height: 0.8rem;
    font-size: 13px;
 }

 #profile .detailed-info span {
    font-weight: 700;
 }

 .update-modal {
   padding: 10px 18px;
 }

 .update-modal p{
   margin-bottom: 5px;
   font-weight: 500;
 }
 .update-modal input {
   height: 50px;
   padding: 5px;
   margin-bottom: 10px;
   color: #808080;
   width: 100%;
 }
 .update-modal .btn {
   background-color: #50147f;
   color: white;
   border-radius: 12px;
   font-size: 22px;
 }

 .btn-docs {
   background-color: #50147f;
   color: white;
   border-radius: 12px;
   font-size: 22px;
   padding: 5px 8px;
   border-style: none;
   transition: 0.3sec ease-in;
 }
 .btn-docs:hover {
   opacity: 0.8;
 }

 /* ========================================================================================
    Withdrawal Page
 ==========================================================================================*/
 
 #withdrawal .right-panel {
    background-color: #edeae5;
 }

 #withdrawal .right-panel .balance-box {
    background-color: #e0d685;
    margin-left: -10px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 70%;
    border-bottom-right-radius: 100px;
 }

 #withdrawal .right-panel .withdrawal-box-wrap {
    padding: 20px;
 }
.withdraw-box {
   background-color: #fff;
   padding: 10px;
   margin-bottom: 20px;
   margin-top: 10px;
 }
 .withdraw-box img {
   width: 50px;
 }
 #withdrawal .withdrawal-box-wrap .btn-add-acc {
    color: #fff;
    background-color: #363636;
    font-size: 14px;
 }
 #withdrawal .withdrawal-status {
    margin-top: 50px;
 }
 #withdrawal .withdrawal-status-box {
    background-color: #fff;
    padding: 10px;
 }
 #withdrawal .withdrawal-status .status {
   background-color: #939393;
   padding: 10px;
   margin-top: .5rem;
   margin-right: 1rem;
   color: #fff;
   font-weight: 500;
 }
 
 #withdrawal .withdrawal-status .status.active {
   background-color: #cb8c8c;
 }

 #withdrawal .withdrawal-status .form-check {
    margin-right: 20px;
    font-size: larger;
    font-weight: 600;
 }

 #withdrawCashModal .modal-content,
 #enterBankAccountModal .modal-content,
 #editBankAccountModal .modal-content {
    padding: 20px;
 }

 #withdrawCashModal .modal-content .btn,
 #enterBankAccountModal .modal-content .btn,
 #editBankAccountModal .modal-content .btn {
    background-color: #50147f;
    color: white;
    /* display: block; */
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 12px;
    font-size: 18px;
    margin-left: 20px;
 }

 #enterBankAccountModal .modal-content input {
    margin-bottom: 20px;
 }

 #enterBankAccountModal .modal-content p {
    margin-bottom: 5px;
 }

 /* ========================================================================================
    Statements Page
 ==========================================================================================*/

 #statements .heading-sec {
    /* width: 100%; */
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 #statements .statement-box {
    background-color: #fff;
    padding: 13px;
 }

 #statements .statement-box .btn {
    background-color: #363636;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 8px;
    margin-left: 70%;
 }

 #statements .statement-detail-box {
   background-color: #fff;
   padding: 13px 50px;
}

#statements .btn-download {
   background-color: #363636;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 8px;
}

 #statementModal .modal-content {
    padding: 30px;
 }
 .statement-detail-box table {
   width: 100%;
   margin-bottom: 3rem;
 }
 .statement-detail-box th {
   /* width: 500px; */
   height: 50px;
   font-size: 23px;
 }
 .statement-detail-box td {
   height: 35px;
   background-color: #ded5d5;
 }
 .statement-detail-box td input {
   margin-left: 40%;
   width: 60%;
 }

 .statement-detail-box

 .statement-detail-box .row-line {
   border-top: 1px solid #363636 !important;
   border-bottom: 1px solid #363636;
 }
 .statement-detail-box .left-line {
   border-left: 1px solid #363636;
 }
 .statement-detail-box th:nth-child(2),
 .statement-detail-box td:nth-child(2) {
   width: 30%;
   text-align: end;
   padding-right: 10px;
 }
 .statement-detail-box .bg-yellow {
   background-color: #e0d685;
   padding-left: 10px;
   padding-right: 10px;
 }


 /* ========================================================================================
    Amin Page
 ==========================================================================================*/

 .title-btns {
   margin-bottom: 2rem;
   position: relative;
 }

 .title-btn {
   color: #363636;
   background-color: #dddddd;
   font-weight: 500;
 }
 .title-btn:nth-child(2){
   position: absolute;
   right: 0;
 }
 .title-btn.active {
   background-color: #e0d685;
   color: #fff;
 }

 /* ========================================================================================
    Dashboard
 ==========================================================================================*/
#dashboard .stats-box {
   background-color: #fff;
   display: flex;
   border-radius: 5px;
   margin-top: 3rem;
}
#dashboard .stats-box-item {
   text-align: center;
   width: 20%;
   padding-top: 20px;
   padding-bottom: 20px;
   border-radius: 5px;
}
#dashboard .stats-box-item:hover {
   background-color: #cb8c8c;
   color: #fff !important;
   cursor: pointer;
}

 /* ========================================================================================
    Requests
 ==========================================================================================*/
#requests .tab-content {
   background-color: #fff;
   padding: 20px;
}
#requests .nav-link {
   color: #363636;
   font-weight: 500;
}
#requests .nav-link:hover {
   background-color: #cb8c8c;
   color: #fff;
}
#requests table {
   width: 100%;
}
#requests table th {
   width: 25%;
}
#requests table td {
   padding-top: 5px;
   padding-bottom: 5px;
}
#requests table .btn {
   background-color: #363636;
   color: #fff;
}

#withdrawRequestModal .modal-content {
   padding: 14px;
}
#withdrawRequestModal .modal-content table td {
   padding: 8px 0;
}
#withdrawRequestModal .modal-content table .btn {
   background-color: #363636;
   color: #fff;
   font-size: 12px;
   padding: 5px 10px;
}
#withdrawRequestModal .modal-content textarea {
   padding: 10px;
   background-color: #ece9e9;
}
#withdrawRequestModal .modal-content > .btn {
   background-color: #50147f;
   color: #fff;
   width: fit-content;
   margin-top: 1rem;
   margin-left: 85%;
} 
#requests .manager.stats-box {
   background-color: #fff;
   padding: 15px;
}
#requests .manager table th {
   width: auto;
   padding-bottom: 10px;
}
#requests .manager table tr:first-child {
   border-bottom: 1px solid #808080;
}

/* ========================================================================================
    notifications
 ==========================================================================================*/

 .notifications-wrap {
   background-color: #fff;
   padding: 15px;
}
.notifications-wrap table td:nth-child(2) {
   width: 55%;
}

/* ========================================================================================
    payment
 ==========================================================================================*/
 .btn-payment {
   background-color: #363636;
   color: #fff;
 }
 .btn-payment:hover {
   color: #cb8c8c;
 }
 .payments-wrap {
   background-color: #fff;
   padding: 15px;
   margin-bottom: 1.5rem;
 }
 .payments-wrap .btn {
   background-color: #363636;
   transition: 0.3sec ease-in;
 }
 .payments-wrap .btn a {
   color: #fff;
 }
 .payments-wrap .btn:hover {
   color: #cb8c8c;
   opacity: 0.8;
 }
 .payments-wrap table {
   width: 100%;
 }
 #paymentDetailsModal .modal-content {
   padding: 10px;
 } 
 #paymentDetailsModal .modal-content > .btn {
   background-color: #50147f;
   color: #fff;
   width: fit-content;
   margin-top: 1rem;
   margin-left: 60%;
} 
#paymentDetailsModal .modal-content > .btn:hover {
   color: #cb8c8c;
}

.report-box {
   display: flex;
   align-items: center;
   justify-content: center;
   padding-top: 3rem;
}
.report-box table {
   margin-top: 2rem;
   margin-bottom: 2rem;
}
.report-box table .btn {
   margin-top: 2rem;
}
.report-summary {
   background-color: #f9f5ef;
   padding: 1rem;
   margin-bottom: 1rem;
}
.report-summary table td:nth-child(2) {
   text-align: end;
   padding-right: 1rem;
}

/* ========================================================================================
    Master
 ==========================================================================================*/
 .master-stat-wrap {
   background-color: #fff;
   padding: 16px;
   width: 100%;
 }
 .master-stat-wrap table {
   width: 100%;
 }
 .master-stat-wrap table th {
   border-bottom: 1px solid #363636;
   padding: 5px 10px;
 }
 .master-stat-wrap table td {
   padding: 5px 10px;
 }
 .master-stat-wrap .btn {
   background-color: #363636;
   color: #fff;
   font-size: 12px;
   padding: 5px 10px;
   transition: 0.3sec ease-in;
}
.master-stat-wrap .btn:hover {
   background-color: #cb8c8c;
}
.master-dash .stats-box-item p:nth-child(1) {
   color: #717171;
}
.master-dash .stats-box-item p:nth-child(2) {
   color: #cb8c8c;
}
.master-dash .stat-box {
   padding: 20px;
   text-align: center;
   transition: .3s ease-in;
   width: 25%;
}
.master-dash .stat-box p:nth-child(1) {
   color: #717171;
}
.master-dash .stat-box p:nth-child(2) {
   color: #cb8c8c;
}

.master-dash .stat-box:hover {
   background-color: #cb8c8c;
   cursor: pointer;
}
.master-dash .stat-box:hover p {
   color: #fff;
}

.master-stats-box {
   width: 100%;
   display: flex;
   justify-content: space-between;
   margin-top: 1rem;
   margin-bottom: 1rem;
}
.master-stats-box-item {
   background-color: #fff;
   width: 23.5%;
   padding: 10px 3px;
   text-align: center;
   border-radius: 5px;
}

.master-stats-box-item p:nth-child(1) {
   color: #717171;
}
.master-stats-box-item .btn {
   color: #fff;
   background-color: #50147f;
   border-radius: 12px;
   transition: 0.3sec ease-in;
}
.master-stats-box-item .btn:hover {
   background-color: #cb8c8c;
}

.submit-btn {
   background-color: #363636;
   border: none;
   color: #fff;
}

.pagination {
   margin-top: 1rem;
}

.request-details {
   background-color: #fff;
   padding: 14px;
   border-radius: 5px;
}
.request-details span {
   margin-right: 13px;
}
.request-details .btn {
   background-color: #363636;
   color: #fff;
   transition: 0.3sec;
   /* margin-bottom: 1.5rem; */
}
.request-details .btn:hover,
.request-details .btn-save:hover {
   color: #cb8c8c;
   opacity: 0.8;
}

.request-details .btn-save {
   background-color: #50147f;
   color: #fff;
   /* margin-right: 1rem; */
}
.request-details .btn-save a,
.request-details .btn a {
   color: #fff;
}

.request-details table td {
   padding: 0;
   line-height: 0.5rem;
}

.bg-highlight {
   background-color: #cb8c8c;
   color: #fff;
}

.btn-download {
   background-color: #363636;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 8px;
}

#tncModal .modal-content .btn {
   background-color: #50147f;
   color: #fff;
   border-radius: 8px;
}
#tncModal .modal-content .btn a {
   color: #fff;
}
#tncModal .modal-content li {
   margin-top: 1rem;
}
.profile-btn-danger {
   background-color: red;
   font-size: 12px;
   padding: 2px;
   color: #fff;
}

#footer {
   background-color: #363636;
   margin-top: -5px;
}

.footer {
   padding-top: 3rem;
   padding-bottom: 1rem;
   color: #fff;
}

.btn-footer {
   background-color: #363636;
   border: 1px solid #e0d685;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 10px;
   padding-right: 10px;
   font-size: 18px;
   font-weight: 600;
   color: #fff;
   border-radius: 5px;
   margin-right: 5px;
}
.btn-footer:hover {
   color: #e0d685;
   cursor: pointer;
}
.btn-suspend {
   background-color: #cb8c8c !important;
   color: #fff;
}
.btn-suspend:hover {
   color: #50147f !important;
}