<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: titleFontFamily;
    src: url(/font-family/tangerine/Tangerine-Regular.ttf);
}

/*.titleFont {*/
/*    font-family: titleFontFamily, serif;*/
/*}*/

.font-32{
    font-size: 32px;
}

html,
body{
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-size: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: unset;
}

body.admin-body{
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    overflow: hidden;
}

body.admin-body::-webkit-scrollbar {
    display: none;
    /* Chrome  */
}

header{
    background-color: #7CA498;
    height: 80px;
    width: 100%;
    z-index: 1000;
    flex: 0 0 auto;
}

header *{
    font-weight: bold;
}

header .logo{
    /* background: #D9D9D9; */
    /* background: #AF3030; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
    /*width: 210px;*/
}

.logo-header{
    background-color: #D9D9D9;
    min-width: 100px;
    width: 13%;
}

#content-wp{
    display: flex;
    flex: 1 1 auto;
    overflow: auto;
}

#sidebar{
    flex: 1 1 auto;
    /*padding: 10px;*/
    min-width: 170px;
    max-width: 13%;
    /* background-color: #F6FCF4; */
}

#content{
    flex: 1 1;
    overflow: auto;
    background-color: #F4F4F6;
}


.side-bar-item{
    font-weight: bold;
    display: block;
    color: #000000;
    padding: 7px 10px;
    /* border-radius: 5px; */
}

.side-bar-item:hover{
    background-color: #7CA498;
    color: #FFFFFF;
}

.side-bar-item.select{
    background-color: #7CA498;
    /* color: #FFFFFF; */
    color: #FFFFFF;
}

.btn-primary-2 {
    background-color: #1E34A3;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.radius-10 {
    border-radius: 10px;
}

.parent_menu{
    position: relative;
}

.parent_menu .sub-sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
}

.parent_menu:hover &gt; .sub-sub-menu {
    display: block;
}

.sub-sub-menu {
    width: 200px;
    z-index: 1000;
}

.sub-sub-menu li {
    width: 100%;
    background-color: #F2F2F2;
    padding: 7px 10px;
    box-shadow: 2px 2px 2px #888888;
    font-weight: bold;
    color: black !important;
}

.sub-sub-menu li:hover {
    background-color: #7CA498;
    color: #FFFFFF !important;
}

.active-background {
    background-color: #7CA498;
    color: #FFFFFF !important;
}
.select-language {
    margin-right: 23px;
}
.color-purple {
    color: #3900DB;
}
.color-red {
    color: #FF0000;
}
.color-green {
    color: #57BC65;
}
.icon-copy {
    position: absolute;
    right: -26px;
    font-size: 24px;
    cursor: pointer;
    top: -3px;
}
.btn-red {
    font-weight: bold;
    padding: 5px 10px;
    background-color: #CE4740;
    border-radius: 10px;
    cursor: pointer;
    color: white;
}
.btn-white {
    font-weight: bold;
    padding: 4px 9px;
    background-color: white;
    border-radius: 10px;
    cursor: pointer;
    color: #6D6565;
    border: 1px solid #6D6565;
}
.color-gray {
    color: #6D6565;
}

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

.text-color-golden {
    color: rgb(221 173 101);
}

#sidebar-toggle {
    display: none;
}

#sidebar-mobile {
    width: 100%;
    display: none;
}

.bg-light-blue {
    background-color: #7CA498;
}

.table .thead-light-blue th {
    color: #fff;
    background-color: #7CA498;
    border-color: #76a497;
}


@media screen and (max-width: 500px) {
    #sidebar-toggle {
        display: block;
    }
    .pc-select-language {
        display: none !important;
    }
    #sidebar {
        display: none;
    }
    .main-header{
        display: none !important;
    }
}

.d-flex-not-important {
    display: flex;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.main-header{
    background-image: url("/images/mlm/banner_2.png");
    background-position: left;
    background-size: auto;
    background-repeat: no-repeat;
}
.btn-light-green {
    background-color: #7CA498;
    color: white;
}
.btn-dark-blue {
    background-color: #1E34A3;
    color: white;
}
.btn-blue {
    background-color: #1E34A3;
}
.btn-red {
    background-color: #F00;
    color: white;
}
.sm-btn {
    border: none;
    font-weight: bold;
    padding: 13px 18px;
    border-radius: 5px;
    color: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
.mt-10 {
    margin-top: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mr-20 {
    margin-right: 20px;
}
.color-blue {
    color: #1E34A3;
}
.color-red {
    color: #FF0000;
}
.color-purple {
    color: #7B56E0;
}
.btn-purple {
    background-color: #7B56E0;
}
.btn-shadow {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.font-bold {
    font-weight: 700 !important;

    .btn {
        font-weight: 700 !important;
        border-radius: 10px;
    }
}
</pre></body></html>