:root {
    --mm-line-height: 20px;
    --mm-listitem-size: 44px;
    --mm-navbar-size: 44px;
    --mm-offset-top: 0;
    --mm-offset-right: 0;
    --mm-offset-bottom: 0;
    --mm-offset-left: 0;
    --mm-default: #112c62;
    --mm-color-border: rgba(195, 212, 202, 0.1);
    --mm-color-button: rgba(195, 212, 202, 0.3);
    --mm-color-text: #222;
    --mm-color-text-dimmed: rgba(195, 212, 202, 0.75);
    --mm-color-background: #153472;
    --mm-color-background-hover: #0c2048;
    --mm-color-background-highlight: #112c62;
    --mm-color-background-emphasis: none;
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

@font-face {
    font-family: senticRegular;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/font_sentic/SenticText.otf") format("opentype");
}

@font-face {
    font-family: senticLight;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/font_sentic/SenticDisplayLight.otf") format("opentype");
}

@font-face {
    font-family: senticMedium;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/font_sentic/SenticTextMedium.otf") format("opentype");
}

@font-face {
    font-family: senticBold;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/font_sentic/SenticTextBold.otf") format("opentype");
}
div#page{
    position: relative;
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    min-height: 95px;
}
div#page.second-logo:before {
    background: url('https://ik.imagekit.io/atlasvirtual/smm/LOGO%20SMM%20white%203%20baris_1WmEV2srv.png?updatedAt=1724921835326') no-repeat;
    background-size: contain;
    transition: all 0.35s;
    width: 500px;
}
div#page:before {
    transition: all 0.35s;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 18%;
    height: 100%;
    background: url('https://ik.imagekit.io/atlasvirtual/taman%20kayangan/mikroland%20coklat_Ts8L86sSO.png?updatedAt=1747827318175') no-repeat;
    background-size: contain;
    content: "";
}
.cover-home{
    color: #fff;
    background: rgba(0,0,0,.6);
    background-size: cover;
    position: absolute;
    overflow: scroll;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center;
}
.slide-right {
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    padding: 20px 50px;
    font-size: 15px;
    border-radius: 10px;
    top: 9%;
    bottom: auto;
    max-width: 400px;
    background: #2b50a1;
    border: 3px solid #162e63;
}
.slide-right .clolses {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: 2px solid #333;
    background: #fff url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGlkPSJjcm9zcyI+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNyIgeDI9IjI1IiB5MT0iNyIgeTI9IjI1Ii8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNyIgeDI9IjI1IiB5MT0iMjUiIHkyPSI3Ii8+PC9nPjwvc3ZnPg==') center center no-repeat;
    background-size: 60% auto;
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 50%;
}
.slide-right img {
    display: block;
    max-width: 420px;
    width: 75%;
    margin: 10px auto 20px auto ;
}
.cover-home .bottomCLick {
    background: #0f2a65;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 35px;
    cursor: pointer;
    padding: 14px 64px;
    font-family: 'Inter', sans-serif;
    color: #fff;
}
.cover-home .bottomCLick:hover {
    background: #091c43;
}


.header .logo-header {
    background: url('https://ik.imagekit.io/atlasvirtual/taman%20kayangan/mikroland%20coklat_Ts8L86sSO.png?updatedAt=1747827318175') center center no-repeat;
    background-size: 100% auto;
}

.loader-container {
    background: rgba(255,255,255,.3)  url('../images/_loadings.gif') center center no-repeat;
    background-size: 130px auto;
}
.login-into {
    /* cover bg */
    background: url('https://images-residence.summarecon.com/images/article/banner/Web-SMM-Page-Banner.jpg') center center no-repeat;
    background-size: calc(100% - 317px) 100%;
}

@media (max-width: 650px) {
    .slide-right p{
        font-size: 13px;
        padding: 10px 0;
    }
    .cover-home .bottomCLick {
        font-size: 14px;
        margin-top: 15px;
        padding: 12px 64px;
    }
    div#page:before {
        top: 23px;
        left: 20px;
        width: 50% !important;
    }
    .header-right .top-message {
        margin-right: 0;
    }
    .slide-right {
        max-width: 300px;
        min-width: 250px;
        width: 90%;
        padding: 10px 20px;
        font-size: 15px;
        border-radius: 10px;
        top: 28%;
        bottom: auto;
    }
}