﻿
body {
    background-color: #EEEDF0;
}


/*                    */
/* LOGIN CARD STYLING */
/*                    */


.loginCard {
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    background: #222222;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.25);
    color: white;
    flex: content;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width: 800px) {
    .loginCard {
        width: 100%;
    }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    .loginCard {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .loginCard {
        width: 42%;
    }
}

.svgContainerLogin {
    position: relative;
    width: 300px;  
}

@media screen and (max-height: 811px) {
    .svgContainerLogin {
        height: 200px;
    }
}


@media screen and (min-height: 811px) {
    .svgContainerLogin {
        height: 505px;
    }
}

.svgFirstLogin {
    position: absolute;
    top: -65px;
    right: -37%;
    z-index: 1; 
}

.svgSecondLogin {
    position: absolute;
    right: -7%; 
    z-index: 2; 
}

@media screen and (max-width: 390px) {
    .svgSecondLogin {
        top: 4%;
    }
}


@media screen and (min-width: 390px) {
    .svgSecondLogin {
        top: 10%;
    }
}

.afterSvgsLogin {
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    z-index: 3; 
    align-content: center;
    text-align: center;
    align-items: center;
    display: grid;
}

@media screen and (max-width: 390px) {
    .afterSvgsLogin {
        margin: 0px 11px 0px 11px;
    }
}


@media screen and (min-width: 390px) {
    .afterSvgsLogin {
        margin: 0px 22px 0px 22px;
    }
}




/*                   */
/* SIDE MENU STYLING */
/*                   */

.svgContainerSideMenu {
    position: relative;
    width: 272px;  
}

@media screen and (max-width: 390px) {
    .svgContainerSideMenu {
        height: 135px;
    }
}

@media screen and (min-width: 390px) and (max-width: 650px) {
    .svgContainerSideMenu {
        height: 185px;
    }
}

@media screen and (min-width: 650px) and (max-width: 800px) {
    .svgContainerSideMenu {
        height: 200px;
    }
}

@media screen and (min-width: 800px) {
    .svgContainerSideMenu {
        height: 200px;
    }
}

.svgFirstSideMenu {
    position: absolute;
    top: -77%;
    right: -7%;
    z-index: 1; 
    width: fit-content;
}

.svgSecondSideMenu {
    position: absolute;
    top: -0%; 
    right: 11%; 
    z-index: 2; 
}

.afterSvgsSideMenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 7%;
    z-index: 3;
    align-content: start;
    text-align: left;
    align-items: start;
    display: grid;
    padding: 0px;
    margin-top: 100px !important;
}

@media screen and (max-width: 390px) {
    .afterSvgsSideMenu {
        margin: 0px 27px 0px 27px;
    }
}


@media screen and (min-width: 390px) {
    .afterSvgsSideMenu {
        margin: 27px;
    }
}

.sideBarPortalHeader {
    padding: 0px;
    margin: 0px;
}

@media screen and (max-width: 390px) {
    .sideBarPortalHeader {
        margin-bottom: 0px;
        margin-top: -22px;
    }
}

@media screen and (min-width: 390px) {
    .sideBarPortalHeader {
        margin-bottom: 33px;
        margin-top: -50px;
    }
}

.sidenav-container {
    background: #222222;
}

.offcanvas-start {
    width: 272px;
}
.offcanvas-body {
    margin: 27px;
    padding: 0px;
    z-index: 2;
}



/*                      */
/* GENERAL CARD STYLING */
/*                      */

.row {
    padding: 0px;
    margin: 0px;
    height: fit-content;
}
.col {
    padding: 0px;
    margin: 0px;
}


@media screen and (max-width: 390px) {
    .doubleCol {
        min-width: 250px;
    }
}


@media screen and (min-width: 390px) and (max-width: 800px) {
    .doubleCol {
        min-width: 350px;
        margin-left: 50px;
        margin-right: 50px;
    }
}


@media screen and (min-width: 800px) and (max-width: 1000px) {
    .doubleCol {
        min-width: 350px;
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media screen and (min-width: 1000px) {
    .doubleCol {
        max-width: 350px;
        margin-left: 50px;
    }
}

.cardHeader {
    margin: 0px 20px 0px 20px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.cardBody {
    margin: 0px 20px 20px 20px;
    padding-bottom: 20px;
}

.quarterCard {
    margin: auto;
    max-width: 20%;
    overflow: visible;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25) !important;
}

.thirdCard {
    margin: auto;
    max-width: 27%;
    overflow: visible;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25) !important;
}

.halfCardHolder {
    width: 80%;
    height: fit-content;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

@media screen and (max-width: 1844px) {
    .halfCardHolder {
        justify-content: center;
    }
}

@media screen and (min-width: 1844px) {
    .halfCardHolder {
        justify-content: initial;
    }
}

.halfCard {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: auto;
    margin: 0px 0px 33px 0px;
    min-width: 350px;
    max-width: 80%;
    overflow: visible;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25) !important;
}

.fullCard {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: inherit;
    margin: auto;
    width: 80%;
    overflow: visible;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25) !important;
    margin-bottom: 33px;
}

.cardHolder {
    width: 100%;
    height: inherit;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -33px;
}

.titleRowFullCard {
    height: fit-content;
    padding-bottom: 20px;
    width: 80%;
}

@media screen and (max-width: 700px) {
    .titleRowFullCard {
        justify-content: center;
        padding-left: 55px;
    }
}

@media screen and (min-width: 700px) {
    .titleRowFullCard {
        justify-content: initial;
        padding-left: 0px;
    }
}

.titleRowHalfCard {
    height: fit-content;
    padding-bottom: 20px;
}

@media screen and (max-width: 390px) {
    .titleRowHalfCard {
        width: 55%;
    }
}

@media screen and (min-width: 390px) and (max-width: 1050px) {
    .titleRowHalfCard {
        width: 55%;
    }
}

@media screen and (min-width: 1050px) and (max-width: 1500px) {
    .titleRowHalfCard {
        width: 55%;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1844px) {
    .titleRowHalfCard {
        width: 42%;
    }
}


@media screen and (min-width: 1844px) {
    .titleRowHalfCard {
        width: 80%;
    }
}

.innerCardHolder {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: end;
}

.innerCard {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: inherit;
    margin: auto;
    width: fit-content;
}

.innerFullCard {
    padding: 20px;
    height: fit-content;
    width: 100%;
}


.innerHalfCard {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: inherit;
    padding: 11px;
    max-width: 80%;
}

.doubleColInnerFullCard {
    width: 100%;
    height: inherit;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
}

.elementOverFlow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 11px;
}

.cardFooter {
    padding: .5rem 1rem;
    display: grid;
    justify-content: stretch;
    gap: 11px;
}

.alert {
    z-index: 11;
    position: absolute;
    top: 99px;
    right: 33px;
    border-radius: 10px;
    border: 0px;
}

.alertSuccess {
    background-color: #60e66e73;
    border-radius: 10px;
    padding: 7px;
}

.alertDanger {
    background-color: #84202985;
    border-radius: 10px;
    padding: 7px;
}

.alertWarning {
    background-color: #ffc107cc;
    border-radius: 10px;
    padding: 7px;
}

.emptySpinner {
    margin: 0px;
    margin-top: -11px;
    padding: 0px;
    height: 55px;
    width: 65px;
}

.progressImage {
    margin-top: -11px;
}