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

body {
    font-family: var(--body-font-family);
    font-size: 1rem;
    transition: all 0.5s ease;
    color: #000;
}

a {
    text-decoration: none;
    color: #000;
}
a:hover {
    color: #000;
}

p {
    font-size: 1rem;
    line-height: 28px;
    margin: 0;
    color: #808080;
}

ul {
    margin: 0;
    padding: 0;
}
ul li {
    font-family: var(--body-font-family);
    font-size: 1rem;
    list-style: none;
}

.fw_200 {
    font-weight: 200;
}
.fw_300 {
    font-weight: 300;
}
.fw_400 {
    font-weight: 400;
}
.fw_500 {
    font-weight: 500;
}
.fw_600 {
    font-weight: 600;
}
.fw_700 {
    font-weight: 700;
}
.fw_800 {
    font-weight: 800;
}
.fw_900 {
    font-weight: 900;
}

.mb_10 {
    margin-bottom: 0.625rem;
}
.mb_20 {
    margin-bottom: 1.25rem;
}
.mb_30 {
    margin-bottom: 1.875rem;
}
.mb_40 {
    margin-bottom: 2.5rem;
}

.mt_10 {
    margin-top: 0.625rem;
}
.mt_20 {
    margin-top: 1.25rem;
}
.mt_30 {
    margin-top: 1.875rem;
}
.mt_40 {
    margin-top: 2.5rem;
}

.p_30 {
    padding: 1.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

/* img {
    height: 100%;
    width: auto;
} */

a {
    color: black;
}

.gap {
    padding: 120px 0;
}

.no-top {
    padding-top: 0;
}

.no-bottom {
    padding-bottom: 0;
}
.dropdown-toggle::after {
    display: none;
}
.select-none {
    user-select: none !important;
}
.cursor-pointer {
    cursor: pointer;
    user-select: none;
}

.show_error {
    color: #ec1313;
    font-size: 0.75rem;
    font-weight: 400;
}
.maincontainer {
    width: 95%;
    margin: 0 auto;
    max-width: 1440px;
}
/* button styles  */
.custom_btn {
    background: var(--primary-color);
    box-shadow: 0px 4px 4px rgba(80, 62, 50, 0.08),
        0px 4px 8px rgba(80, 62, 50, 0.06);
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    padding: 0.625rem 2.75rem;
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    border: 2px solid var(--primary-color);
}
.custom_btn:hover {
    border: 2px solid var(--primary-color);
    background-color: #fff;
    color: var(--primary-color);
}

/* header  */
.header {
    padding: 1.25rem 0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
}
.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top .logo img {
    width: 10.75rem;
    height: auto;
    object-fit: contain;
}
.header_top_icon .header_top_icon_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top_icon .header_top_icon_list li {
    margin-left: 2.5rem;
}
.header_top_icon .header_top_icon_list li .avatar img {
    height: 1.875rem;
    width: 1.875rem;
    object-fit: cover;
    border-radius: 50%;
}
.header_top_icon .header_top_icon_list li:first-child {
    margin-left: 0;
}
.header_links a:hover {
    color: var(--primary-color);
    transition: 0.3s;
}
.header_button {
    background: var(--primary-color);
    box-shadow: 0px 0px 8px rgba(0, 179, 255, 0.1);
    border-radius: 5px;
    color: #fff;
    height: 40px;
    width: 175px;
    text-align: center;
    font-size: 15px;
    line-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}
.header_button:hover {
    color: white;
    background: var(--primary-color);
    box-shadow: 0px 2px 18px rgba(255, 102, 0, 0.14);
    border-radius: 5px;
}
.header_main_link {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 1rem;
    padding: 0px 1rem;
    color: #0f90e6;
    border-left: 1px solid #414141;
}
.header_main_link:hover {
    color: #0f90e6;
}

.header_main_sub {
    width: 200px;
    padding: 1rem;
    border-radius: 8px;
    background-color: white;
    border: none;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 8%);
}

.dashboard-report {
    background-color: #eff5ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 1rem;
    color: #414141;
    margin-top: 1rem;
}

.dashboard-report a {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    width: 100%;
    text-align: center;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 0.5rem;
}

.dashboard-report a:hover {
    background-color: white;
    color: var(--primary-color);
}

/* quill editor  */
.ql-toolbar.ql-snow {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.form-control.text-editor {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


</pre></body></html>