@font-face {
    font-family: 'cairo-regular';
    src: url('/modules/uram/fonts/Cairo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cairo-bold';
    src: url('/modules/uram/fonts/Cairo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'cairo-light';
    src: url('/modules/uram/fonts/Cairo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

:root {
    --bs-body-font-family: "cairo-regular", sans-serif !important;
}

#page-topbar {
    background: RGB(51, 234, 90);
    background: linear-gradient(90deg, rgba(51, 234, 90, 1) 0%, rgba(68, 223, 241, 1) 50%, rgba(5, 159, 253, 1) 100%) !important;
}

/* body[data-topbar="light"] #vertical-menu-btn {
    color: #e9ecef; }
    body[data-topbar="light"] #vertical-menu-btn:hover {
      color: #e9ecef; } */

input:disabled, textarea:disabled, select:disabled {
    background: #dbdbdb !important;
    cursor: not-allowed !important;
}
.system-only {
    background: #ff61454d !important;
}