
@font-face {
    font-family: titleFontFamily;
    src: url(/font-family/tangerine/Tangerine-Regular.ttf);
}

@font-face {
    font-family: packetFontFamily;
    src: url(/font-family/poiret/PoiretOne-Regular.ttf);
}

@font-face {
    font-family: casinoDefaultFontFamily;
    src: url(/font-family/zen-kaku/ZenKakuGothicNew-Regular.ttf);
}

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

.packetFont {
    font-family: packetFontFamily, serif;
}

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

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

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: #57BC65;
    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: 170px;
    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: #57BC65;
    color: #FFFFFF;
}

.side-bar-item.select{
    background-color: #57BC65;
    /* 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 > .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: #57BC65;
    color: #FFFFFF !important;
}

.active-background {
    background-color: #57BC65;
    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: -26;
    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 {
    display: none;
}

@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/banner22.png");
    background-position: left;
    background-size: auto;
    background-repeat: no-repeat;
}
