@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body, p, a, tr, td, div, span, button {
    font-family: Montserrat;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.sideBarLogo {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 20px;
    white-space: nowrap;
}

.sideBarStyle {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #542D6F;
    width: 250px !important;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
    height: 100%;
    color: white !important;
}

.sidebarMarginRight {
    margin-right: 250px;

}

.activePageShadow {
    background-color: #011144;
}

.sideBarLinks span {
    color: white;
}

.activePageShadow span {
    color: white;
}

.passiveSvg {
    visibility: hidden;
}

.passivePageIcon path {
    fill: white !important;
}

.activePageIcon path {
    fill: #542D6F !important;
}

.logoutDiv {
    bottom: 0;
    position: absolute;
    left: 0;
}

.sideBarLinks {
    cursor: pointer;
}

.sidebarModals {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000075;
    top: 0;
    left: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: none;
}

.sidebarModalsContent {
    max-width: 630px;
    background-color: #fff;
    border-radius: 23px;
}

.addFundsInput {
    border: 1px solid #707070 !important;
    border-radius: 5px !important;
    width: 500px;
    box-shadow: none !important;
    font-weight: 500 !important;
}

.cancelBtnStyleSideBar {
    border-radius: 23px;
    background-color: #FF2626;
    border: 1px solid #FF2626;
    font-weight: 600;
    color: #fff;
    width: 200px;

}

.requestBtnStyleSideBar {
    border-radius: 23px;
    background-color: #209E06;
    border: 1px solid #209E06;
    font-weight: 600;
    color: #fff;
    width: 200px;
}
.mobileNavbar {
    display: none;
}
html, body {
    font-size: 16px !important;
}
.welcomeDiv {
    font-size: 20px;
}
@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
    .sideBarStyle {
        font-size: 13px;
        width: 195px;
    }
    .sideBarLogo {
        font-size: 16px !important;
    }
    .sidebarMarginRight {
        margin-right: 195px;
    
    }
    .passivePageIcon, .activePageIcon {
        width: 16px;
        height: 16px;
    }
    .logoutDiv {
        font-size: 14px;
    }
    .logoutDiv .svgdiv svg {
        width: 18px;
    }
    .welcomeDiv {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {
    body {
        padding-top: 4rem;
    }
    .sidee{
        margin-top: 50px;
    }
    .mobileNavbar {
        display: block;
        background-color: #fff;
        display: flex;

    }
    .sideBarStyle {
        transition: all 0.3s ease-in-out;
        position: fixed;
        top: 0;
        left: 1110px;
        background-color: #542D6F;
        width: 100% !important;
        box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
        height: 101vh;
        z-index: 100;
        color: white !important;
    }

    .sidebarMarginRight {
        margin-right: 0px;
    }

    .addFundsInput {
        width: 100%;
    }

    .sidebarModalsContent {
        width: 100%;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .cancelBtnStyleSideBar {
        width: 100%;
    }

    .requestBtnStyleSideBar {
        width: 100%;
    }

}