.login_form {
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.inner_login {
    background: #fff;
    padding: 17px;
    border-radius: 12px;
    box-shadow: 0px 0px 9px -3px #db09092e;
}
.submit_btn{
    border: 0;
    background: #FC5B3F;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    border-radius: 4px;
}
.inner_login label {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 6px;
}
.login_input {
    height: 37px;
}
.login_wrapper{
    background: #fc5b3f0f;
}
.eye_icon i {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 20px;
    height: 20px;
    color: #ced4da;
    font-size: 13px;
}
body {
    padding-right: 0 !important;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b1b1b1;
    border-radius: 10px;
}
label {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
}
.btn-closed {
    position: absolute;
    right: -3px;
    top: -6px;
    background: #000 !important;
    opacity: 1 !important;
    border-radius: 100% !important;
    color: #fff;
    font-size: 20px;
    padding: 2px;
    width: 30px;
    height: 30px;
    border: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal_cus .modal-heading {
    color: #01073d;
    font-size: 26px;
    font-weight: 600;
    line-height: 45.959px;
    letter-spacing: 0.297px;
    text-align: center;
    padding-bottom: 10px;
}
.bg-dark{
    background-color: #000;
}
.nav-item a{
    color: #fc5b3f;
    text-decoration: none;
    font-weight: 600;

}
.nav-item a:hover{
    color: #fc5b3f;
    text-decoration: none;
    border: 1px solid #fc5b3f;
}
.nav-tabs{
    border: 1px solid #fc5b3f !important;
    border-radius: 10px;
}
.br-20{
    border-radius: 20px;
}
.form-control:focus {
    border-color: #fc5b3f !important;
    outline: 0;
    box-shadow: unset !important;
}
ul li{
    list-style-type: none;
    flex-wrap: wrap;

}
ul{
    padding-left: 0px  !important;
}
.hall{
    padding-top: 100px;
}

@media(max-width:310px){
    .btn-closed {
        right: -6px;
        top: -12px;
    }
}
.messages h4 {
    font-size: 16px;
    text-align: center;
    font-weight: 900;
}
.modal_cus {
    padding: 22px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #fc5b3f !important;
    border: none;
    font-weight: 600;
    border-radius: 10px !important;
    height: 100%;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important;
    isolation: isolate;
}

.profile-bg{
    background-color: #fc4626;
}
.user-profile-img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.profit-head{
    border-right: 1px solid #39425a !important;
}

.deposit-head-border{
border-radius: 10px;
height: 92.25px;
}
.profit-head-border{
    border-radius: 6px;
}
.dark-blue-bg{
    background-color: #192137;
}
.dark-blue-top{
    background-color: #080d20;
}
.profit-label{
    font-weight: 200;
    font-size: 14px;
    opacity: 0.7;
}
.profit-value{
    font-weight: 500;
    font-size: 20px;
    opacity: 1;
}
.deposit-img{
    width: 30px;
    height: 30px;
    opacity: 0.7;
}
.profile-member{
    font-size: 14px;
}
.fw-600{
font-weight: 600;
}
.profile-list{
    border-bottom: 1px solid #39425a;
}
.arrow-icon {
    opacity: 0.7;
}
.profile-list-length{
    height: 92.25px;
}

ul li:last-child .profile-list{
border-bottom: 0px;
}
.custom-nav li a{
    color: #a8a8a8 !important;
}
.deposite-section{
    margin-top: -30px;
}
.no-underline{
    text-decoration: none;
    color: unset;
}
.no-underline:hover{
    text-decoration: none;
    color: unset;
}
header {
    background: url(/assets/img/bgpp.png);
    background-color: #212224 !important;
}
.left-arrow-icon{
    transform: rotate(180deg);
}
.bank-detail-head{
    background: #0c1732;
}
.bank-detail-list{
    background: #19243f;
    border-radius: 6px;
}
.add-bank {
    border: 1px solid #fc4626;
    color: #fc4626;
    background: transparent;
    width: 100%;
    padding: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.add-bank:hover {
    color: #fc4626;
    display: inline-block;
    text-decoration: none;
}
.bank-list-items{
    height: calc(100vh - 255px);
    overflow-y: auto;
}
.account-labels{
width: 180px;
border-right: 1px solid #3d397d;
padding-right: 10px;
}

.account-input {
    border: none !important;
    background: transparent !important;
    color: #fff !important;
    display: inline-block !important;
    width: calc(100% - 210px) !important;
}
label.error {
    color: red;
    margin-left: 16px;
    font-size: 14px;
}

.account-border{
    border-bottom: 1px solid #39425a;
}
.purple-btn {
    background-color: #8062c7 !important;
    border-radius: 40px !important;
    width: 100%;
    text-align: center;
    color: #fff !important;
}

.dark-black-bg{
    background: url(/assets/img/bg-purple.png);
    background-color: #212224 !important;
}

.custom-black{
    background-color: #292a2d !important;
}
.dark-orange-bg{
    background-color: #fc4626 !important;
}
.support-icon {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.support-icon img{
    width: 60px !important;
    height: 60px !important;
}

@media screen and (max-width: 991px) {
    .proifit-border{
        border-right: unset !important;
    }
}

@media screen and (max-width: 768px) {
    .new-deposite-head{
        height: auto;
    }
}
@media screen and (max-width: 576px) {
    .profit-head {
        border-right: unset !important;
        border-bottom: 1px solid #39425a !important;
    }
}
@media screen and (max-width: 380px) {
    .account-labels {
        width: 120px;
    }
    .account-input {
        width: calc(100% - 145px) !important;
    }
}
.bg-sea-green{
    background: linear-gradient(90deg, #03C4E4 0%, #1888F7 100%);
}
.bg-purple{
    background: linear-gradient(90deg, #9D62FE 0%, #646AFD 100%);
}
.bg-pink{
    background: linear-gradient(90deg, #D163FE 0%, #9163FF 100%);
}
.bg-yellow{
    background: linear-gradient(90deg, #F4C838 0%, #EC9E3A 100%);
}
.start-btn {
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff;
    background-color: #292a2d;
    font-size: 14px;
}

.down-arrow-icon{
    height: 14px !important;
    width: 14px;
    rotate: 90deg;
}
.table-bottom{
    border-bottom: 1px solid #39425a;
}
.custom-table-border{
    border-color: transparent;
}
.table-purple{
    padding: 0.2rem !important;
    font-size: 14px;
}
.custom-table-responsive {
    height: 500px;
}
.bottom-input{
    background-color: #2e395b;
}
.input-submit{
    width: 100px;
    border-radius: 6px !important;
}
.custom-modal-dialog {
    position: absolute !important;
    bottom: 0px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px auto !important;
}
.custom-modal-header{
    background-color: #4f78b0;
    border-bottom: 0px !important;
}
.custom-modal-title {
    background-color: #fff;
    padding: 4px 40px;
    text-align: center;
    color: #8aa0f9;
}
.custom-modal-body{
    background-color: #394b79;
}
.modal-top-text{
    font-size: 14px;
}
.text-orange{
    color: #e57845;
}
.profile-logo-head {
    background-color: #404042;
    display: flex;
    justify-content: start;
    align-items: center;
    width: calc(100% - 100px);
}
.profile-logo-btn{
    background-color: #666666;
    color: #fff;
    width: 100px;
}
.purchase-link{
    color: #fff;
    text-decoration: none;
}
.purchase-link:hover{
    color: #fff;
    text-decoration: none;
}
.purchase-data{
    min-height: 125px;
    width: 25%;
}
.profile-logo {
    position: absolute;
    top: -30px;
    left: 20px;
    width: 70px;
}
.custom-wrap{
    height: 420px;
    overflow-y: auto;
}
.custom-purchase-modal{
    background: #384b7a;
}
.purchase-label{
    width: 100px;
}
.purchase-now-input {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: .25rem !important;
    color: #fff !important;
}
.purchase-now-input:focus-visible {
    border: 1px solid #fff !important;
}
.number-icons{
    width: 35px;
    height: 35px;
}
.custom-modal.fade{
    background: rgba(0, 0, 0, 0.7);
}
.custom-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-align: center;
}
.equal-div{
    width: 20%;
}
.purchasing-items {
    width: 90px;
    text-align: center;
    margin: 0px auto;
    padding: 10px;
}
.purchasing-border {
    border: 1px solid #e57845;
}
.blog-div{
    max-height: 280px;
    overflow: hidden;
}
.profile-btns{
    display: none;
}
.arrange-about{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: calc(100vh - 101px);
}
.goog-te-combo{
    margin-top: 13px !important;
    border: none;
    background: transparent;
    color: #a8a8a8;
    font-size: 15px !important;
    width: 85px;
}
.goog-te-gadget{
    color: #212224 !important;
}
.skiptranslate > iframe{
    display: none;
}
body{
    position: unset !important;
}
.skiptranslate > span{
    display: none;
}
.pageLoader{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: white;
    z-index: 9999;
    opacity: 0.7;
}
.loading-svg {
    width: 150px;
    height: 150px;
    fill: none;
    stroke-width: 5px;
    stroke-linecap: round;
    stroke-linejoin: round;

    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-name: loading;

  }

  #circle {
    stroke: #fc4525;
    stroke-dasharray: 450;
    stroke-dashoffset: 50;

    animation-fill-mode: forwards;
    animation-duration: 1s;
    transform-origin: center;
  }

  @keyframes loading {
    to {
      transform: rotate(1turn);
    }
  }

  @keyframes moving {
    to {
      transform: translateX(200px);
    }
  }

  @keyframes filling {
    from {
      transform: rotate(0);
      stroke-dashoffset: 50;
    }
    to {
      transform: rotate(1turn);
      stroke-dashoffset: 0;
    }
  }
@media screen and (max-width:991px) {
.custom-display{
    display: none;
}
}
@media only screen and (max-width:960px){
    .profile-btns{
        display: block;
    }
}

@media screen and (max-width:767px) {
    .custom-table-border td {
        min-width: 250px;
    }
    .purchase-data{
        width: 50%;
    }
}
@media screen and (max-width:576px) {
    .nav-fill .nav-item, .nav-fill>.nav-link {
        flex: 1 1 auto;
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width:480px) {
    .goog-te-combo {
        width: 80px;
    }
}


