/* _________Font_________ */

/*@font-face {*/
/*    font-family: 'Bauhaus';*/
/*    src: url('/assets/font/Bauhaus.ttf') format('TrueType');*/
/*}*/

/* _________Global body_________ */

/** {*/
/*    font-family: 'Bauhaus';*/
/*}*/

html {
    height: 100vh;
    width: 100%;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;

}

body {
    background-color: rgb(30, 45, 95);
    overflow-x: hidden;
    overflow-y: hidden;
    height: fit-content;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
    font: "Bauhaus";

/*}*/

a {
    text-decoration: none;
    width: fit-content;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;

}

.basePage {
    margin: 20px;
    width: 90%;
    height: 93vh;
    display: grid;
    grid-template-columns: 15% 85%;
    grid-template-rows: 100% 100%;
    gap: 20px;
}

.template {
    height: 100%;
    background-color: rgb(135, 156, 156);
}

/* Sidebar */

.sideBar {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 100%;
}

.sideBar hr {
    border-style: solid;
    color: black;
    border-width: 2;
    width: 80%;
    margin: 20px;
}

.logoHome {
    width: 100%;
    height: 100%;
}

#menuSide {
    direction: rtl;
    overflow: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    align-items: center;
}

#menuSide a {
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 25%;
}

 .screen {
    overflow-y: scroll;
    overflow-x: hidden;
} 

.iconSideBar {
    width: 80px;
}

.iconLabel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}