@font-face {
    font-family: Mulish;
    src: local("MulishOffline"),url(fonts/Mulish-VariableFont_wght.d8a9a18cece4ed88ac76.ttf) format("truetype")
}

body,html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Mulish,sans-serif;
    margin: 0;
    padding: 0
}

body::-webkit-scrollbar {
    width: 12px
}

body::-webkit-scrollbar-track {
    background: #f5f5f5
}

body::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border: 3px solid #f5f5f5;
    border-radius: 20px
}

.modal {
    background: #fff;
    border-radius: 5px;
    left: 50%;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto
}

.modal::-webkit-scrollbar {
    width: 12px
}

.modal::-webkit-scrollbar-track {
    background: #f5f5f5
}

.modal::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border: 3px solid #f5f5f5;
    border-radius: 20px
}

.MuiPopover-paper::-webkit-scrollbar {
    width: 12px
}

.MuiPopover-paper::-webkit-scrollbar-track {
    background: #f5f5f5
}

.MuiPopover-paper::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border: 3px solid #f5f5f5;
    border-radius: 20px
}

.infoImg {
    background-color: #043675;
    box-shadow: 0
}

.MuiBox-root::-webkit-scrollbar {
    width: 12px
}

.MuiBox-root::-webkit-scrollbar-track {
    background: #f5f5f5
}

.MuiBox-root::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border: 3px solid #f5f5f5;
    border-radius: 20px
}

.MuiPaper-root::-webkit-scrollbar {
    width: 12px
}

.MuiPaper-root::-webkit-scrollbar-track {
    background: #f5f5f5
}

.MuiPaper-root::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border: 3px solid #f5f5f5;
    border-radius: 20px
}

.shadow {
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 21px -19px #42445a
}

.currentBox {
    border: 1px solid #3879f6;
    border-radius: 5px
}

.app {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    width: 100%
}

.asideFixed {
    background-color: #000;
    flex-grow: 0;
    flex-shrink: 0;
    padding-bottom: 25px;
    padding-left: 2px!important;
    padding-right: 2px!important;
    transition: width .7s;
    width: 45px
}

.opened {
    width: 190px
}

.asidecontent {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 75px);
    justify-content: space-between;
    overflow: hidden;
    position: fixed
}

.mainContainer {
    background-color: #f7f5f5;
    display: "flex";
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: -webkit-sticky;
    position: sticky;
    width: 100%
}

.main {
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
    overflow-y: scroll;
    padding-top: 50px
}

/*# sourceMappingURL=main.bf064f8b.css.map*/
