/* Start */

@font-face {
    font-family: 'Avenir Next';
    src: url('AvenirNext-Regular.woff2') format('woff2'),
        url('AvenirNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    margin: 0;
    height: 100%;
    overflow-x: hidden !important;
    /* overflow-y: hidden; */
    font-family: 'Avenir Next';
    font-style: normal;
}

/* Height of screen without navbar */
.max-height {
    height: calc(100% - 90px);
}

/* Swal */

.swal-startupscreen {
    position: absolute;
    top: 10%;
    width: 100% !important;
    max-width: 400px !important;
}

/* WELCOME PAGE */

.welcome-background {
    background-image: url(../images/welcomescreen.svg);
    background-size: cover;
    border-radius: 0px;
    padding-top: 233.55px;
    padding-left: 105.09px;
}

.welcome-image {
    width: 203.26px;
    height: 271.23px;

}

/* Background */
.login_background {
    background: linear-gradient(139.33deg, #FFFFFF 39.75%, #0F75BC 114.15%);
    clear: both;
    height: auto;
}

.login-screen {
    margin-top: 96px;
    background: linear-gradient(139.33deg, #FFFFFF 39.75%, #0F75BC 114.15%);
}

#login-logo {
    margin-top: 40px;
}

/* Email to Mobile switch */
.email-text-slider {
    margin-top: 110px;
    margin-bottom: -28px;
}

.email-text,
.mobile-text {
    color: rgba(30, 61, 88, 1);
    font-size: 14px;
}

.email-text {
    text-align: right;

}

.mobile-text {
    text-align: left;
    justify-content: left;
}

/* The switch - the box around the slider */
.switch,
.landingswitch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(32, 84, 123, 1);
    -webkit-transition: .4s;
    transition: .4s;
    width: 50px;
    height: 19px;
    border-radius: 50px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    width: 12px;
    height: 12px;
}

input:checked+.slider {
    background: rgba(32, 84, 123, 1);
}

input:focus+.slider {
    background: rgba(32, 84, 123, 1);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Login fields */
.usernamelogin,
.userpassword {
    width: 82% !important;
    height: 44px !important;
    border: 1px solid rgba(179, 206, 225, 1) !important;
    color: rgba(146, 146, 146, 1) !important;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.65);

}

.userpassword {
    margin-top: -12px;
    margin-bottom: 15px;
}

.usernamelogin::placeholder,
.userpassword::placeholder,
.login-mobile-cont,
#Country {
    color: #929292 !important;
}

#dialcode {
    font-size: 15px;
}

.login-button {
    margin-top: 5px !important;
    /* margin-bottom: 20px !important; */
    width: 270px !important;
    height: 39px !important;
    background: #1E3D58;
    color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border: none;
}

.login-text {
    display: flex;
    justify-content: center;
}

/* Support links */

.remember-me {
    margin-bottom: 50px;
    display: flex;
    font-size: 15px;
    justify-content: center;
    padding-left: 40px;
}

/* #remeberme.checkmark:after */

#rememberme {
    width: 27px !important;
    height: 27px !important;
    border: 1px solid;
    border-color: rgba(179, 206, 225, 1);
    background: #FFF;
    display: inline-block;
    font-size: 0;
    margin-right: 10px;
    border-radius: 5px;
    margin-top: 14px;
}

.text-remember {
    margin-top: 7px;
    font-size: 15px;
    font-weight: 450;
}

.forgot-pass-text {
    font-size: 12px;
    color: black;
    text-decoration: none;
}

.noacc-createacc,
.noaccount-text,
.createacc-text {
    margin-top: 20px;
    font-size: 12px;
    color: black;
}

/* Footer: logo, text etc. */
.footer {
    margin-top: 50px;
}

.company-footer {
    font-size: 10px;
}

/* Iphone SE 370px screens */
@media screen and (max-width: 376px) {

    #login-logo {
        width: 20%;
    }

    .login-screen {
        margin-top: 45px;
        margin-bottom: 0px;
    }

    .email-text,
    .email-text-slider,
    .slider-button,
    .mobile-text {
        font-size: 12px;
        padding-top: -10px;
    }

    .userpassword {
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .login-button {
        width: 210px !important;
        height: 35px;
        font-size: 15px;
        margin-top: 6px;
    }

    p.text-remember {
        font-size: 13px;
        margin-top: 10px;
        padding-top: 6px;
    }

    #rememberme {
        width: 5px;
        height: 5px;
    }

    .login-text {
        margin-top: -2px;
    }

    .login-header-picture {
        margin-top: -40px;
    }

    .email-text-slider {
        margin-top: 92px;
    }

    .support-links {
        margin-top: -48px;
    }

    .forgot-pass-text,
    .noaccount-text,
    .createacc-text {
        font-size: 10px;

    }

    #ncs-footer {
        width: 13%;
    }

    .noacc-createacc {
        margin-bottom: -15px;
    }
}

/* Landing page */

.landingbackimg {
    background-image: url(../images/landingpage_background.png);
    background-size: cover;
}

.scroll-header {
    /* background-color: #346baf; */
    position: sticky;
    top: 0;
    background-image: url(../images/header-background.svg);
}

.landing-logo img {
    width: 80px;
    height: 80px;
    color: #FFFFFF;
    margin-top: -20px;
}

.landing-top-logo {
    width: 18px;
    height: 12px;
    top: 6px;
}

.landing-welcome {
    padding-top: 11px;
}

.landingwelcome-text {
    font-size: 30px;
    line-height: 41px;
    color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
}

.managecards-img,
.transfer-img,
.collectmoney-img,
.widthdrawl-img {
    width: 144px;
    height: 144px;
    background: rgba(30, 61, 88, 0.65);
    border-radius: 20px;
    margin: auto;
}

.landing-top-apps img {
    padding-top: 30px;
}

.landing-bottom-apps img {
    padding-top: 30px;
}

.landing-bottom-apps {
    padding-top: 15px;
}

.landing-top-apps,
.landing-bottom-apps {
    padding-right: 35px;
    padding-left: 35px;
}

.caption-apps {
    font-size: 15px;
    color: #FFFFFF;
}

.form-switch .form-check-input {
    width: 100px;
    height: 20px;
    border-radius: 50px;
}

.landing-footer {
    padding-top: 110px;
}

.form-check-input {
    background-color: #FFFFFF;
}

.open {
    transform: translateX(80%);
    transition: 0.6s ease;
}

.close {
    transform: translateX(0);
}

/* .close{
    transform: translateX(0);
} */



/* NAVBAR */

.navbar-start {
    background: rgba(30, 61, 88, 1);
    width: 341px;
    height: 795px;
    color: #FFFFFF;
    text-align: center;
}

.top-layout-nav {
    padding-top: 60px;
}

.offcanvas {
    color: #FFFFFF;
    padding-left: 47px;
    font-size: 15px;
    top: 100px;
    width: 341px;
    height: 795px;
}

.offcanvas-nav {
    color: #FFFFFF;
}

.navbar-toggler {
    border: none;
}

.slideout-menu {
    padding-bottom: 10px;
}

.navbar {
    position: fixed;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

#navbarOffcanvasLg {
    top: 99px;
    width: 341px;
    height: 795px;
    background-color: rgba(30, 61, 88, 1) !important;
    border-radius: 0px 26px 0px 0px;
    opacity: 0.95;
}

.dash:hover {
    background-color: rgba(255, 255, 255, 0.18);
}

.menu-pfp {
    width: 78px;
    height: 78px;
}

#user-pfp img {
    width: 78px;
    height: 78px;
}

.menu-text {
    padding-bottom: 25px;
}

.modal-backdrop.show {
    opacity: 0 !important;
}

/* Profile */

.profile-body {
    overflow-y: visible !important;
}

.profile-pic {
    padding-top: 80px;
}

.profile-info {
    color: #FFFFFF;
    font-weight: 500;
}

.profile-name {
    font-size: 24px;
}

.profile-email {
    font-size: 16px;
    margin-top: -13px;
}

.profile-main,
.setting {
    padding-top: 10px;
}

.profile-img,
.setting-img {
    margin-left: 30px;
}

.profile-options-cont {
    height: 426px;
    padding: 50px 0 0 0;
}

.profile-optionslist {
    /* background: #FFFFFF; */
    border-radius: 26px;
    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); */
    /* height: 685px; */
}

.profile-heading {
    padding: 47px 0 0 0;
    color: #FFFFFF;
}

.option-profile,
.option-settings {
    padding-top: 4px;
    margin-left: 12px;
}

.option-balance {
    padding-top: 8px;
}

.settingtext {
    padding-left: 12px;
}

.option-logout {
    padding-top: 110px;
}

.arrow {
    margin-left: 160px;
}

.options-heading {
    margin-left: -20px;
    margin-top: 2px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.noecash-box {
    width: 304px;
    height: 50px;
    background-color: rgba(217, 217, 217, 0.2);
    color: rgba(32, 84, 123, 1);
    text-align: left;
    border-radius: 10px;
    font-weight: 500;
    margin-left: 30px;
}

/* .accordion-button {
    background-color: none !important;
} */

.account-text {
    color: rgba(243, 60, 12, 1);
}

.accounts {
    padding-left: 10px;
}

.edit-button {
    margin-left: 50px;
}

.accordion-body {
    padding: 0 !important;
    /* margin-bottom: 10px; */
}

.balance-img {
    padding-left: 28px;
    padding-right: 15px;
}

.balance {
    margin-top: -35px !important;
    font-weight: 600;
}

.account-text {
    font-weight: 500;
}

.accordion-item {
    border: none !important;
}

/* .accordion-button::after{
    
} */

.navbar {
    position: fixed;
    top: 0px;
}

/* Iphone SE 370px screens */
@media screen and (max-width: 376px) {

    /* landing */
    .landing-apps {
        margin-top: -10px;
    }

    .landing-logo img {
        width: 65px;
        height: 65px;
        color: #FFFFFF;
        margin-top: -15px;
    }

    .landingbackimg {
        margin-top: -5px;
        background-image: url(../images/landingpage_background.png);
    }

    .landingwelcome-text {
        font-size: 25px;
        padding-bottom: 0px;
        padding-top: 34px;
    }

    .managecards-img,
    .transfer-img,
    .collectmoney-img,
    .widthdrawl-img {
        width: 120px !important;
        height: 120px;
        margin: auto;
    }

    .image-manage,
    .image-transfer,
    .image-collect,
    .image-funds {
        width: 50px;
        height: 56px;
        margin-top: 15px;
    }

    .caption-apps {
        padding-top: 5px;
        font-size: 13px;
    }

    .landing-top-apps img {
        padding-top: 10px;
    }

    .landing-bottom-apps img {
        padding-top: 10px;
    }

    .landing-top-apps,
    .landing-bottom-apps {
        padding-right: 35px;
        padding-left: 35px;
    }

    .landing-footer {
        margin-top: -100px;
    }

    /* Navbar */

    #navbarOffcanvasLg {
        top: 99px;
        width: 300px;
    }

    .offcanvas-nav {
        font-size: 12px;
    }

    .menu-text {
        padding-bottom: 15px;
    }

    .form-check input {
        width: 80px !important;
        height: 15px !important;
    }

    /* profile */

    .profile-pic {
        padding-top: 50px;
    }

    .profile-name {
        font-size: 20px;
    }

    .profile-email {
        margin-top: -18px;
        font-size: 14px;
        font-weight: 100;
    }

    .option-profile,
    .option-balance,
    .option-settings {
        font-size: 12px;
        padding-top: 8px;
    }

    .option-balance {
        padding-top: 7px !important;
        padding-left: 24px !important;
    }

    .option-logout {
        padding-top: 80px;
        font-size: 14px;
    }

    .option-terms {
        font-size: 12px;
    }

    .profile-pic img {
        width: 92px;
        height: 92px;
    }

    .profile-optionslist {
        height: 299px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .profile-options-cont {
        width: 340px;
        padding: 10px 0 0 0;
        margin: auto;
    }

    .profile-options {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .option-profile,
    .option-settings,
    .option-balance {
        font-size: 16px;
        padding-top: 0;
    }
}

.myClass {
    background-color: red;
    color: white;
    font-size: 44px;
}

.currcode105 {
    position: relative;
    text-align: left;
    margin-left: 10px;
}