* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif; 
    caret-color: transparent;
}

body {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    background-color: blue;
}

.global-container {
    width: 100%;
    min-width: 1000px;
    height: 100%;
    overflow: hidden;
    background-color: brown;
    color: #1a4f79;
}


.header {
    padding-left: 264px;
    background-color: #3C8DBB;
    height: 48px;
    width: 100%;

}

.main-header {
    width: 100%; 
    height: 100%; 
    padding-top: 8px; 
    padding-bottom: 8px; 
    padding-left: 64px; 
    padding-right: 10px; 
    background: #3C8DBB; 
    justify-content: space-between; 
    align-items: center;
    display: inline-flex;
    /* background-color: rgba(240, 248, 255, 0.288); */
}

.header-text {
    margin: 0;
    height: 100%; 
    text-align: center; 
    color: white; 
    font-size: 20px; 
    font-weight: 800; 
    word-wrap: break-word;
    /* background-color: rgba(240, 255, 240, 0.404); */
}

.user-info-container {
    margin: 0;
    width: 100%;
    max-width: 178px;
    height: 24px; 
    padding-top: 2px; 
    padding-bottom: 2px; 
    background: white; 
    border-radius: 25px; 
    overflow: hidden;
    border: 1px black solid; 
    justify-content: flex-start; 
    align-items: center; 
    display: inline-flex;
    cursor: pointer;
    transition: max-width 1s;
}

.user-info-text {
    width: 177px; 
    height: 18px; 
    text-align: center; 
    color: black; 
    font-size: 16px; 
    font-weight: 400; 
    word-wrap: break-word;
    transition: opacity 1s;
}

.user-info-initial {
    position: absolute;
    height: 22px;
    width: 22px;
    max-height: 22px;
    max-width: 22px;
    border: 2px #217561 solid;
    border-radius: 25px;
    background-color: #d49940;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}


.left-menu {
    min-width: 264px;
    position: absolute;
    left: -226px;
    top: 0px;
    background-color: #555E66;
    height: calc(var(--vh, 1vh) * 100);
    transition: left 0.3s;
}

.left-menu-showed {
    left: 0px;
}

.menu-header {
    height: 48px;
    width: 100%;
    background-color: #E3BA50;
    padding-top: 8px; 
    padding-bottom: 8px;
    padding-left: 229px;
    /* justify-content: flex-end;  */
    align-items: center; 
    display: flex;
}

.menu-hamburger {
    height: 32px;
    width: 32px;
    position: relative; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    display: flex;
    gap: 3px;
    cursor: pointer;
}

.menu-hamburger-line {
    width: 20px; 
    height: 0px; 
    border: 2px #555E66 solid;
}

.main-field-header{
    background-color: #F4F6FA;
    position: absolute;    
    top: 0px;
    left: 0px;
    height: 60px;
    width: 100%;
    margin-top: 48px;
    padding-top: 5px;
    padding-left: 58px;
    min-width: 992px;
}

.main-field-header-text {
    width: 100%; 
    height: 100%; 
    color: #0B0C0D; 
    font-size: 34px; 
    font-weight: 700; 
    letter-spacing: 1.40px; 
    word-wrap: break-word;
}

.main-field-container{
    overflow: auto;
    background-color: #F4F6FA;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    margin-top: 108px;
    padding-top: 5px;
    padding-right: 5px;
    min-width: 992px;
    padding-left: 48px;
    height: calc(var(--vh, 1vh) * 100 - 108px);
    /* calc(var(--vh, 1vh) * 90); */
    /* height: 100%; */
    transition: padding-left 0.3s;
    justify-content: center; 
    align-items: flex-start; 
    align-content: flex-start;
    gap: 16px; 
    flex-wrap: wrap;
    display: inline-flex;
}


.dashboard-item{
    width: 256px; 
    height: 84px; 
    background: #F8F8F8; 
    box-shadow: 2px 3px 4px black; 
    border-radius: 2px; 
    overflow: hidden; 
    border: 1px #F8F8F8 solid;
}

.dashboard-item-image {
    position: absolute;
    width: 74px;
    height: 64px;
    margin-top: 8px;
    margin-left: 8px;
    background: #20846C; 
    border-radius: 2px; 
    overflow: hidden; 
    border: 1px #217561 solid;
}

.dashboard-item-text {
    position: absolute;
    width: 170px; 
    height: 25px; 
    margin-left: 86px; 
    margin-top: 13px;
    color: black; 
    font-size: 16px; 
    font-weight: 400; 
    word-wrap: break-word;
}

.dashboard-item-counter {
    position: absolute;
    width: 32px;
    height: 20px;
    margin-top: 60px;
    margin-left: 230px;    
    color: black; 
    font-size: 12px; 
    font-weight: 400; 
    word-wrap: break-word;
}

.menu-body {
    width: 100%; 
    background: #555E66; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start;
    gap: 3px; 
    display: inline-flex;
}

.menu-item {
    width: 100%; 
    height: 36px;
    padding-left: 8px; 
    padding-right: 4px; 
    padding-top: 2px; 
    padding-bottom: 2px; 
    background: #555E66; 
    border: 0px;
    justify-content: space-between; 
    align-items: center; 
    display: inline-flex;
    cursor: pointer;
}

.menu-item:hover {
    background: #077BEB; 
}

.menu-item-text {
    width: 100%; 
    flex: 1 1 0;
    height: 32px; 
    text-align: center; 
    color: white; 
    font-size: 14px; 
    font-weight: 700; 
    word-wrap: break-word;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.menu-item-image {
    width: 32px; 
    height: 32px;
    background: #acd4faa2;
}


@media screen and (min-width: 320px){
    .global-container {
        min-width: 320px;
    }    
    .main-field-header{
        min-width: 320px;

    }
    .main-field-container{
        min-width: 320px;

    }
    .user-info-text{
        opacity: 0;
    }
    .user-info-container {
        max-width: 24px;
    }
    .main-header {
        padding-left: 2px;
    }
}


@media screen and (min-width: 480px){
    .global-container {
        min-width: 480px;
    }    
    .main-field-header{
        min-width: 480px;
    }
    .main-field-container{
        min-width: 480px;
    }
    .user-info-text{
        opacity: 0;
    }
    .user-info-container {
        max-width: 24px;
    }
    .main-header {
        padding-left: 2px;
    }
}

@media screen and (min-width: 768px){
    .global-container {
        min-width: 767px;
    }   
    .main-field-header{
        min-width: 767px;
    }
    .main-field-container{
        min-width: 767px;
    }
    .user-info-container {
        max-width: 178px;
    }
    .user-info-text{
        opacity: 1;
    }
    .main-header {
        padding-left: 64px;
    }
}


@media screen and (min-width: 992px){
    .global-container {
        min-width: 992px;
    }    
    .main-field-header{
        min-width: 992px;
    }
    .main-field-container{
        min-width: 992px;
    }
    .user-info-container {
        max-width: 178px;
    }
    .user-info-text{
        opacity: 1;
    }
    .main-header {
        padding-left: 64px;
    }
}






