@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.ttf') format('truetype') ;
}
body{
    font-family: Cairo;
}

.h-20px {
    height: 70px !important;
}

.h-lg-30px {
    height: 130px !important;
}
.h-20px {
    height: 70px !important;
}

.app-sidebar {
    border-radius: 1rem;
    margin-top: 30px;
    margin-left: 30px !important;
}
.display-hide{
    display: none;
}
.margin-top-20{
    margin-top: 20px;
}
.drawer.drawer-start {
    left: -35px !important;
    transform: translateX(-100%);
}