@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);

html {
    font-size: 14px;
}
.reset_password_modal{
    padding: 7%;
}
.nav_bg{
background-color: #3E7BBD!important;
}
.navbar{
   z-index: 999999;
}

.log_out_a , .navbar-brand{
    color: white!important;
    cursor: pointer;
}

.login-container{
    min-height: 100vh;
    background: linear-gradient(0, #d8d8d8, white);
}
.login_content_div{
    width: 100%;
}
.login_elements{
    margin: 0 8%;
}
.login-logo{
    width: 130px;
    margin-top: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.hand-image{
    position: absolute;
    bottom: 10%;
    right: 0;
    height: 35%;
}
@media(max-width:768px){
    .hand-image{
        display: none;
    }
}
.login-account-text{
    font-size: 2rem;
    font-weight: 100;
    text-align: center;
}
.login-with-text{
    text-align: center;
    font: 1rem;
    margin-top: 15px;
}
.social-media-login{
    display: flex;
    justify-content: center;
}
.social-face-login-btn{
    margin-top: 0!important;
}
.space_holder_15px{
    width: 15px;
}
.modal-backdrop {
    /* bug fix - no overlay */    
    display: none;    
}
.email-reset-pass-input{
    width: 80%;

}
.reset-pass-block{
    text-align: center;
    padding: 2%;
}
.reset-pass-btn-block{
    display: flex;
    justify-content: space-between;
}
.reset-pass-link{
    cursor: pointer;
    color: #007BFF!important;
}
.select2-container {
    border: 1px solid #ced4da;
}
.promo-app {
    margin-top: 20%;
    text-align: center;
}
.store-icons img {
    height: 35px;
    width: auto;
    padding: 2px;
}

@media(min-width:600px){
    .login_content_div{
        width: 70%;
    }
}
@media(min-width:1100px){
    .login_content_div{
        width: 33%;
    }
}

/* home styles*/

.transaction-icon{
    width: 50px;
    height: 50px;
    margin-right: 3px;
    box-shadow: 3px 3px 7px #bbb6b5;
    border-radius: 25px;
}
.transaction-text{
    width: 70%;
}
.body-section{
    margin-top: 10px;
    transition:500ms linear;
}

.spinner-container{
    text-align: center;
    display: none;
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 50%;
    background-color: white;
    width: 100%;
    transform: translate(-50% , 0%);
}
.credit-charge-btn{
    background-color: white;
    color:#3E7BBD;
}
.user-options{
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    padding: 0 2%;
    background-color:#3E7BBD ;
}
.transaction-item{
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.modal-access-a{
    cursor: pointer;
}
.transaction-details{
    text-align: center;
}
.transaction-img-name{
    display: flex;
    justify-content: center;
    align-items: center;
}
.transaction-head-title{
    text-align: center;
}
.log_out_div{
    display: none;
    
}
@media(min-width:767px){
    .sm-spacer{
        width: 65px;
    }
    .welcome-text{
        margin-bottom: 3%;
        margin-top: 3%;
    }
    .page-content , .body-section{
        padding-top: 25px;
    }
    .navbar{
        display: flex!important;
        width: 100%!important;
    }
    .log_out_div{
        display: none;
        
    }
    .page-content{
        display: flex;
    }
    .body-section{
        width: 50%;
        margin-left: 45%;
    }
    .spinner-container{
        text-align: center;
        display: none;
        z-index: 999;
        position: fixed;
        bottom: 0%;
        height: 100%;
        left: 75%;
        background-color: #ffffffad;
        width: 50%;
        transform: translate(-50% , 0%);
    }
    .recharge-block{
        padding: 2% 15%;
        display: flex;
    }
    .go-back-block{
        padding: 2% 15%;   
    }
    .user-options{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0px);
        width: 100%;
        padding: 0 2%;
    }
    .t-s-items{
        width: fit-content;
        text-align: center;
    }
    .t-l-items{
        width: 60%;
    }
    .transaction-item{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        border: 1px solid #e2e2e2;
    }
    .accounts{
        display: flex;
        justify-content: space-around;
        color: black;
    }
    .spinner-transactions{
        margin-top: 50%;
    }
}
/* recharge modal css*/
.recharge-title{
    color: black;
}

.recharge-inputs {
    color: black;
    margin: 0 20%;
    width: 60%!important;
}
.modal-dialog.modal-md{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)!important;
    width: 100%;
    margin: 0;
}
.btn-info{
    color: white!important;
}

.btn-spinner{
    float: right!important;
    width: 1.5rem!important;
    height: 1.5rem!important;
}
.close{
    position: absolute;
    right: 2%;
    top: 2%;
    font-size: 13px!important;
}

.toast-error{
    background-color:#f54563!important;
    color:#fff!important;
    -webkit-box-shadow:0px 0px 15px 1px rgba(69,65,78,0.2) !important;
    box-shadow:0px 0px 15px 1px rgba(69,65,78,0.2)!important; 
}

.toast-success{
    background-color:#038a08!important;
    color:#fff!important;
    -webkit-box-shadow:0px 0px 15px 1px rgba(69,65,78,0.2) !important;
    box-shadow:0px 0px 15px 1px rgba(69,65,78,0.2)!important; 
}

.modal-body{
    padding: 10% 0% 10% 0%!important;
}
.recharge-title{
    margin-bottom: 35px;
}
button#recharge{
    margin-top: 50px!important;
}
.credit-input{
    text-align: center;
    margin-top: 10px;
    font-size: 3rem!important;
}
@media(max-width:1100px){
    .modal-dialog.modal-md{
        padding: 8%;
    }
    iframe#iframe-payment {
        height: 600px;
        width: 365px;
    }

}
@media(max-width:767px){
    .home-page.overflow-hidden{
        overflow: scroll!important;
        display: block!important;
    }
    .home-page-account-info.h-100{
        height: auto!important;
    }
    
    .home-page-transactions{

    }

}
.iframe-div{
    display: none;
}
.modal-content{
    margin-top: 70px!important;
}
.home-logo{
    margin-top: 1%;
    width: 120px;
}
.payment-page-logo{
    width: 160px;
}

.client-image{
    width: 110px;
    border-radius: 100px;
    height: 110px;
    object-fit: cover;
}
.accounts-container{
    background: white;
    color: black;
    margin: 0 15%;
    padding: 5% 0%;
    border: 2px solid grey;
}
.selected-account{
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
}
.inactive-account{
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
}
.selected-account-dot-container{
    justify-content: center;
    display: flex;
}

.user-credit-detail{
    padding: 3%;
    cursor: pointer;
}
.card{
    border:1px solid rgb(196, 195, 195);
    box-shadow: 1px 1px 15px #e2dddd;
}
.credit-charge-btn{
    height: 50px;
}
.credit-charge-btn:hover{
    background-color: #3E7BBD;
    color: white;
}
.load-more-transactions{
    color: blue;
    cursor: pointer;
}
@media (min-width: 576px){
    .modal-md{
        max-width: 350px!important;
    }
}