<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(DanaFont.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    font-family: dana !important;
}

/* Utilities */
.text-gray {
    color: #44494e !important;
}

.text-gray-600 {
    color: #6c757d !important;
}

.fs-7 {
    font-size: 0.9rem;
}

.fs-8 {
    font-size: 0.8rem;
}

.lh-0 {
    line-height: 0;
}

.bg-red {
    background-color: #ff7976;
}

.bg-purple {
    background-color: #9694ff;
}

.bg-blue {
    background-color: #57caeb;
}

.bg-green {
    background-color: #5ddab4;
}

.dir-ltr {
    direction: ltr;
}

.btn-light-primary {
    background-color: #ebf3ff;
    color: #002152;
}

/* Override Bootstrap Class */
.ck.ck-editor {
    width: 100% !important;
}
td {
    text-align: center;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

.card {
    border: none !important;
    border-radius: 0.7rem;
}

.card-header {
    padding: 1rem;
    background-color: #fff;
    border-bottom: none;
}

.card-header:first-child {
    border-radius: 0.7rem;
}

.breadcrumb a {
    color: #435ebe;
    text-decoration: none;
}

/* Sidebar */
.sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    background-color: white;
    transition: all 0.5s ease-out;
    padding: 2rem;
    overflow-y: hidden;
    z-index: 99;
}
.sidebar:hover {
    overflow-y: auto;
}

.sidebar.inactive {
    margin-right: -250px;
}

.sidebar .sidebar-item {
    margin-top: 0.5rem;
}

.sidebar .sidebar-item .sidebar-link {
    text-decoration: none;
    color: #25396f;
    padding: 0.7rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    transition: all 0.5s;
}

.sidebar .sidebar-item .sidebar-link:hover {
    background-color: #f0f1f5;
}

.sidebar .sidebar-item .sidebar-link i {
    color: #7c8db5;
}

.sidebar .sidebar-item .sidebar-link {
    cursor: pointer;
}

.sidebar .sidebar-item.active .sidebar-link {
    background-color: #435ebe;
    color: #fff;
}

.sidebar .sidebar-item.active .sidebar-link i {
    color: #fff;
}

.sidebar .submenu {
    list-style: none;
}

.sidebar .submenu .submenu-item a {
    padding: 0.2rem 1rem;
    display: block;
    color: #25396f;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.sidebar .submenu .submenu-item a:hover {
    margin-right: 0.3rem;
}

.sidebar .sidebar-item .bi-chevron-down {
    font-size: 0.8rem;
}

/* Main */
.main {
    background-color: #f2f7ff;
    transition: all 0.5s ease-out;
}

.main.active {
    margin-right: 0;
}

.main .toggle-sidebar-icon {
    color: #364b98;
}

.main .header .profile::after {
    display: none !important;
}

.main .content .stats-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .content .stats-icon i {
    color: #fff;
    font-size: 1.7rem;
}

@media (min-width: 992px) {
    .main {
        margin-right: 250px;
    }
}

[x-cloak] {
    display: none !important;
}

/*My Css*/
.help {
    font-family: dana;
    font-size: 1rem;
    color: #000;
    line-height: 2.5rem;
    text-align: right;
    -moz-border-radius: 15px 15px 0px 15px;
    border-radius: 15px 15px 0px 15px;
    border: 1px solid var(--bs-primary);
    margin-bottom: 2rem;
    padding:0.5rem;
    padding-bottom: 0px;
}

.help &gt; div {
        height: 3rem;
        width: auto;
        line-height: 3rem;
        text-align: center;
        float: right;
        margin-left: 10px;
        background-color: var(--bs-primary);
        color: #fff;
        padding-right: 1rem;
        padding-left: 1rem;
        border-radius: 0px 15px 0px 0px;
        -moz-border-radius: 0px 15px 0px 0px;
        margin-top: -5px;
        margin-right: -5px;
    }

.help &gt; i {
    background-color: #b9ffed !important;
    border-radius: 15px;
    -moz-border-radius: 15px;
    margin-left: 10px !important;
    color: #000 !important;
}

.highlight {
    background-color: yellow;
    color: #000;
    font-weight: bold;
    font-size: 3.2mm;
}

.table {
}

.table &gt; tbody &gt; tr &gt; td {
    text-align: right;
    height: 2.5rem;
    width: 33%;
}

.table &gt; tbody &gt; tr &gt; td &gt; input[type="checkbox"] {
    margin-left: 5px;
}

.table &gt; tbody &gt; tr &gt; td &gt; label {
    margin-top: 0px;
}

.ml-1 {
    margin-left: 1rem !important;
}

.ml-0 {
    margin-left: 0.5rem !important;
}

.cur-pointer {
    cursor: pointer;
}</pre></body></html>