<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --ct-body-font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.content-page {
    padding-top: 0px !important;
}
.w-20 {
    width: 5rem!important;
}
.h-20 {
    height: 5rem!important;
}

.loading .container {
    display: none;
}
.loading .wrapper {
    display: none;
}

.required::after {
    content: '*';
    color: red;
}
.nav-user .account-user-avatar {
    top: calc(8px * 0.5);
}

.cursor-pointer {
    cursor: pointer;
}

.img-user {
    width: 80px;
}

.dropify-wrapper .dropify-message span.file-icon p{
    font-size: 14px;
}

 input[data-switch]:checked + label.status:after {
    left: 45px;
}
input[data-switch] + label.status {
    width: 70px;
}

.hide {
    display: none;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-color: #ced4da transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

input[data-switch]:checked + label {
    background-color: #10c469;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leftside-menu {
    width: 272px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.leftside-menu::-webkit-scrollbar {
    display: none;
}

.position-unset {
    position: unset !important;
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 1em !important;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 2em !important;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 3em !important;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 4em !important;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 5em !important;
}

.ql-editor ol li.ql-indent-1:before {
    content: '('counter(list-1, decimal) ') ' !important;
}

.ql-editor li:not(.ql-direction-rtl)::before {
    margin-right: 1em !important;
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, decimal) '. ' !important;
}

/* Footer */

.footer-position {
    position: unset;
}

.footer-leftside-menu {
    width: 272px;
}

body[data-leftbar-compact-mode="condensed"] .footer-leftside-menu {
    width: 70px;
}

body[data-leftbar-compact-mode="condensed"] .footer-position {
    position: absolute;
}

.line-button {
    background-color: #06C755; 
    border-color: #06C755; 
    width: 50%;
    margin-left: 25%;
}

@media (max-width: 425px) {
    .line-button {
        width: 70%;
        margin-left: 15%;
    }
}

@media (max-width: 767.98px) {
    .footer-leftside-menu {
        display: none;
    }
}</pre></body></html>