@import url('https://cdn.jsdelivr.net/npm/placeholder-loading/dist/css/placeholder-loading.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap&family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html {
    scroll-behavior: smooth;
}

#body {
    overflow-x: hidden;
}

:root {
    --color-primary: #00000;
    /*#f5f5f5;*/
    --width: 510px;
    --width-icon: 20px;
    --icon-sm: 28px;
    --pr-color: #ffe600;
    --pr-color-hadir: hwb(243 2% 3%);
    /* --sc-color: #4b4b4b; */
    --sc-color: black;
    /*#fdfd08;*/
    --form: #f8f6e3;
    --btn-login: #c6b83c;
    --font-sanspro: "Source Sans Pro";
    --font-Roboto: "Roboto";
    --font-poppins: "Poppins";
}

.no-scroll {
    overflow-y: hidden;
}

/* wrapper */
.wrapper-full {
    background: url('../img/bg700.png') repeat;
    background-size: 350px;
    /* background: var(--color-primary); */
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
    font-family: var(--font-varela);
}

.wrapper-mid {
    background: var(--color-primary);
    margin: auto;
    width: var(--width);
    position: relative;
    box-shadow: 0 0 5px #ccc;
}

@media(max-width: 768px) {
    .wrapper-mid {
        width: var(--width);
    }
}

@media only screen and (max-width: 480px) {
    .wrapper-mid {
        width: 100%;
    }
}

.bg-full {
    background: url('../img/bg-rt.png') no-repeat right top, url('../img/bg-lb.png') no-repeat left bottom;
    background-size: 250px;
}

.bg-rep {
    background: url('../img/bg700.png') repeat-x right top, url('../img/bg-lb.png') no-repeat left bottom;
    background-size: 250px;
}

/* header */
header {
    background: transparent;
    padding: 10px 20px 0;
    /* width: var(--width); */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 25;
}

@media (max-width: 720px) {
    .header {
        position: relative;
        width: 97.5%;
    }
}

/* Header user */
.header-logo {
    background: #ddd;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin: 5px 0 0;
}

.header-name {
    font-family: var(--font-Roboto);
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0 0 10px;
}

.header-subname {
    font-family: var(--font-Roboto);
    font-size: 12px;
    position: absolute;
    padding-left: 10px;
    top: 42px;
    display: inline-block;
}

.header-img-user {
    background: #fff;
    box-shadow: 0 1px 3px #999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 5px 0 0;
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.img-logo {
    /*width: 160px;*/
    /*height: 80px;*/
    width: 160px;
    height: 120px;
    margin: auto;
}

.title {
    color: black;
    /*var(--pr-color);*/
    font-family: var(--font-Roboto);
    font-size: 18px;
    font-weight: bold;
    margin: 10px auto 5px;
    padding: 10px;
    display: block;
    text-align: center;
}

.subtitle {
    color: var(--sc-color);
    font-family: var(--font-Roboto);
    font-size: 15px;
    margin: 2px auto;
    padding: 0 25px;
    display: block;
    text-align: center;
}

/* content */
.content {
    padding-top: 10px;
    padding-bottom: 40px;
}

h5.heading {
    font-size: 14px;
    padding: 0 6px;
    margin: 20px 0 0;
    display: block;
    font-weight: bold;
    font-family: var(--font-Roboto);
}

small.subheading {
    font-family: var(--font-Roboto);
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 0 8px;
    display: block;
}

small.subheading.m0 {
    margin-bottom: 0;
}

p.subtitle {
    font-family: var(--font-roboto);
    font-size: 14px;
    color: var(--sc-color);
    text-align: left;
    padding: 5px 15px 15px;
}

.service-title {
    font-weight: bold;
    font-size: 17px;
    font-family: "Lato";
    margin: 10px 0;
}

.service-desc {
    color: #666;
    font-size: 14px;
    font-family: "Lato";
}

/* footer */
.footer-section {
    background-color: var(--pr-color);
    border-radius: 40px 40px 0 0;
}

.footer-powered {
    text-align: center;
    font-family: var(--font-Roboto);
    font-size: 12px;
    color: var(--sc-color);
    padding: 20px 0 0;
    opacity: 0.7;
}

.footer-powered img {
    width: 45px;
    opacity: 0.7;
}

footer {
    border-radius: 40px 40px 0 0;
    padding-top: 50px;
    font-size: 11px;
    color: var(--pr-color);
    opacity: 0.5;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    font-family: var(--font-Roboto);
}

.footer p {
    font-size: 12px;
}

.footer-list,
.social-list {
    color: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.footer-list li,
.social-list li {
    display: inline-block;
    padding: 0 5px;
    margin: auto 3px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.social-list li {
    background: #fff;
    padding: 5px 5px 0;
    border-radius: 8px;
}

.social-list li:hover {
    opacity: 0.8;
}

.footer-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-list li a:hover {
    color: #ddd;
}

.footer-text {
    margin: 20px auto;
}

/* Navigation */
.nav-wrapper {
    position: fixed;
    display: block;
    bottom: 0px;
    left: 0;
    margin: auto;
    width: 100%;
    height: 70px;
    z-index: 30;
}

.nav-list {
    background: #fff;
    border-top: 2px solid #eee;
    list-style: none;
    display: block;
    width: 511px;
    height: 100%;
    margin: 0 auto;
    /* box-shadow: 0 0 1px 3px #ccc; */
}

.nav-list li {
    display: inline-flex;
    float: left;
    width: 18.5%;
    margin: auto 2px;
    justify-content: center;
    text-align: center;
}

@media(max-width: 480px) {
    .nav-list {
        width: 100%;
    }

    .nav-list li {
        width: 15%;
    }
}

@media (max-width: 720px) {
    .nav-list {
        width: 100%;
    }

    .nav-list li {
        width: 17.5%;
    }
}

.nav-list li a {
    color: #777;
    text-decoration: none;
    padding: 10px;
}

.nav-list li a.active {
    opacity: 1;
    color: rgb(37, 109, 160);
}

.nav-list li a.active .ico-alt {
    opacity: 1;
}

.nav.nav-pills .nav-item .nav-link {
    background: transparent !important;
    border-bottom: 2px solid #ddd;
    font-family: var(--font-Roboto);
    color: #777;
    border-radius: 0 !important;
    padding: 10px;
}

.nav.nav-pills .nav-item .nav-link.active {
    border-bottom: 2px solid var(--btn-login);
    color: var(--btn-login);
}

/* package list */
.package-header {
    background: var(--color-primary);
    border-radius: 3px 3px 25px 25px;
    text-align: center;
    position: relative;
    margin: -14px -14px 0;
    padding: 10px;
}

.popular-badge {
    background: #e00;
    border-radius: 4px;
    font-family: var(--font-lato);
    font-size: 12px;
    color: #fff;
    padding: 5px;
    position: absolute;
    right: -5px;
    z-index: 10;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
}

.list-package {
    margin: 0;
    padding: 0;
}

.list-package li {
    margin: 10px 0;
    padding: 3px 5px;
    border-bottom: 1px dotted #ddd;
    list-style: none;
    font-size: 13px;
    font-family: "Source Sans Pro";
}

.card-pricing-title {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 15px;
    font-family: var(--font-lato);
}

/* icon */
.ico-alt {
    position: relative;
    display: inline-block;
    width: var(--width-icon);
    height: var(--width-icon);
    /* opacity: 0.5; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ico-alt:hover {
    opacity: 1;
}

.label-alt {
    font-size: 11.5px;
    margin: 3px 0 0;
    font-family: var(--font-Roboto);
}

/* ico menu */
.imenu {
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
}

.imenu-ecard {
    background: url('../../../asset/ico/flower/polaroid-svgrepo-com.svg') no-repeat center;
    background-size: cover;
}

.imenu-invite {
    background: url('../../../asset/ico/heart/heart-svgrepo-com\(10\).svg') no-repeat center;
    background-size: cover;
}

.imenu-gift {
    background: url('../../../asset/ico/heart/heart-hand-svgrepo-com.svg') no-repeat center;
    background-size: cover;
}

.imenu-faq {
    background: url('../../../asset/ico/message/chat-message-mail-communication-envelope-interaction-svgrepo-com.svg') no-repeat center;
    background-size: cover;
}

/* social media icon */
.icon-social {
    width: var(--icon-sm);
    height: var(--icon-sm);
    display: inline-block;
}

.ico-fb {
    background: url('../ico/facebook-svgrepo-com.svg') no-repeat left;
    background-size: var(--icon-sm);
}

.ico-ig {
    background: url('../ico/instagram-svgrepo-com.svg') no-repeat left;
    background-size: var(--icon-sm);
}

.ico-wh {
    background: url('../ico/whatsapp-svgrepo-com.svg') no-repeat left;
    background-size: var(--icon-sm);
    border-radius: 5px;
}

.ico-tt {
    background: url('../ico/tiktok-logo-logo-svgrepo-com.svg') no-repeat left;
    background-size: var(--icon-sm);
}

.ico-float {
    margin: auto;
    width: 150px;
}

/* CUSTOM */
.carousel {
    padding: 0px 18px 10px;
    border-radius: 20px;
}

.carousel-indicators {
    position: absolute;
    bottom: 20%;
    margin: 2px 0;
    z-index: 2;
}

@media(max-width: 720px) {
    .carousel-indicators {
        bottom: 18%;
    }
}

.carousel-indicators button {
    background: #fff;
    border-radius: 10px;
    border: none !important;
    width: 6px !important;
    height: 6px !important;
}

.carousel-indicators button.active {
    background: #fff !important;
    border: 1px solid #fff;
    width: 6px !important;
    height: 6px !important;
}

/* .carousel-control-next,
.carousel-control-prev {
    background: #fff !important;
    opacity: 0.8;
    color: #000;
    display: inline-block;
    border-radius: 50%;
    width: 20px !important;
    height: 20px;
    margin: auto 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus {
    content: "";
    color: #444;
}

.carousel-control-next:hover,
.carousel-control-next:focus {
    content: "";
    color: #444;
} */

.carousel-item img {
    border-radius: 15px;
}

.carousel-bg {
    border-radius: 15px;
    width: 100%;
    height: 200px;
}

.btn-banner {
    font-size: 16px;
    border-radius: 30px;
}

@media(max-width: 720px) {
    .carousel-caption {
        font-size: 16px;
        top: 70px;
    }

    .btn-banner {
        font-size: 16px;
    }
}

.button-float-top {
    text-align: center;
    display: none;
    position: fixed;
    margin: auto;
    opacity: 0.8;
    bottom: 80px;
    width: 100%;
    z-index: 999;
}

.button-float-top button {
    box-shadow: 0px 2px 3px #aaa;
    width: 100px;
}

.no-shadow {
    box-shadow: none !important;
}

.no-border,
.no-border .card-img-cover {
    border-radius: 0 !important;
}

.section-fill {
    background: rgb(84, 192, 239) url('../img/bg100.png') no-repeat top;
    background-size: 100%;
    border-radius: 0 0 40px 40px;
    margin: 20px -11px;
    padding: 50px 10px;
}

.section-title {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 6px 0 3px;
}

.section-sub {
    color: #fff;
}

.fs-11 {
    font-size: 11px;
}

.no-margin-x {
    margin: 0 !important;
    padding: 0 !important;
}

.text-right {
    text-align: right;
}

.seticon {
    position: absolute;
    right: 30px;
    top: 18px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    font-family: "Roboto";
    font-weight: bold;
}

.seticon a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 720px) {
    .seticon {
        position: fixed;
        right: 30px;
    }
}

/* PHolder */
.ph-item {
    background: transparent !important;
    border: none !important;
    padding: 10px 0;
}

.ph-picture,
.ph-col-8,
.ph-col-6,
.ph-col-2,
.ph-col-4,
.ph-col-12 {
    border-radius: 5px !important;
}

/* Loading */
.loading {
    background: #fff;
    padding: 30px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    display: none;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 25;
}

@media (max-width: 480px) {
    .loading {
        position: fixed;
        width: 90%;
        margin: 0px;
        left: 0;
    }
}

@media (max-width: 720px) {
    .loading {
        position: fixed;
        width: 100%;
        margin: 0px;
        left: 0;
    }
}

.load-data {
    background: rgba(228, 228, 228, 0.5);
    border-radius: 20px;
    position: absolute;
    bottom: 350px;
    height: 50px;
    color: #fff;
    text-align: center;
    padding: 10px;
    z-index: 99;
}

/* accordion */
.accordion-button {
    font-size: 15px !important;
    padding: 15px 13px;
}

.accordion-body {
    font-size: 15px !important;
}

/* card */
.card {
    /* background: #fff; */
    /*background: url('../img/bg100.png') no-repeat;*/
    border: none;
    border-radius: 11px;
    box-shadow: 0 5px 12px #ccc;
    padding: 20px 30px;
    /* margin-top: -40px; */
    /* margin-top: 20px; */
    /* margin-left: 25px;
    margin-right: 25px; */
    margin-left: 2px;
    margin-right: 2px;
    z-index: 24;
}
.idcard {
    /* background: #fff; */
    background: url('../img/bg-idcard1.png') no-repeat;
    border: none;
    border-radius: 11px;
    box-shadow: 0 5px 12px #ccc;
    padding: 20px 30px;
    margin-left: 2px;
    margin-right: 2px;
    z-index: 24;
}

.card-sm {
    background: #fff;
    border: 1px solid #fff !important;
    box-shadow: 0 8px 15px #ddd;
    border-radius: 9px;
    padding: 18px 15px;
    margin: 10px 8px;
    font-size: 17pt;
    text-align: center;
    color: #c7bc44;
    cursor: pointer;
    justify-content: center;
    vertical-align: middle;
    z-index: 24;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.card-sm:hover {
    background: #fafafa;
    border: 1px solid #fafafa;
    box-shadow: 0 12px 15px #ccc;
}

@media(max-width: 720px) {
    .card-sm {
        border-radius: 10px;
        margin: 7px 7px;
        padding: 12px 10px;
    }
}

.card-label {
    color: var(--sc-color);
    font-family: var(--font-poppins);
    font-size: 11px;
    margin: 0 auto;
    padding: 5px 10px 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
}

.wrapper-title {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 9px 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
}

.wrapper-title .card-title {
    color: #fff;
}

.card-title {
    font-family: var(--font-Roboto);
    font-size: 16px;
    font-weight: bold;
    margin: 10px 10px 0;
    color: black; 
    /*var(--sc-color);*/
}

/* card sm height */
.card-sm-height {
    background: #fff;
    border: 1px solid #fff !important;
    box-shadow: 0 2px 15px #dedede;
    border-radius: 9px;
    position: relative;
    cursor: pointer;
    padding: 0 5px;
    margin-bottom: 10px;
    height: 60px;
}

@media (max-width: 720px) {
    .card-sm-height {
        height: 60px;
    }
}

.card-sm-height p {
    font-family: var(--font-Roboto);
    font-size: 12px;
    margin: 4px 0 0;
    text-align: center;
}

.card-sm-disabled {
    background: rgb(239, 176, 176, 0.8);
    border-radius: 10px;
    font-family: var(--font-Roboto);
    color: rgb(116, 18, 18);
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    padding: 15px 10px;
    cursor: not-allowed;
    height: 90px;
    opacity: 0.8;
}

.card-sm-disabled h5 {
    font-size: 13px;
}

.is-absen {
    background: rgb(244, 255, 244);
    border: 1px solid rgb(153, 245, 168) !important;
    box-shadow: 0 3px 5px #ddd;
    color: rgb(64, 153, 79);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.is-absen:hover {
    background: rgb(208, 241, 210);
    border: 1px solid var(--sc-color);
}

.is-absen-done {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgb(131, 214, 145) !important;
    box-shadow: 0 3px 5px #ddd;
    color: rgb(64, 153, 79);
    cursor: not-allowed;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.is-free {
    background:rgba(93, 166, 189, 0.8);
    border: 1px solid rgb(93, 166, 189) !important;
    box-shadow: 0 2px 5px #aaa;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.is-free:hover {
    background: rgb(71, 150, 173);
    border: 1px solid #aa9e2e;
}

.is-free-alt {
    background: rgba(137, 199, 218, 0.8);
    border: 1px solid rgb(93, 166, 189) !important;
    box-shadow: 0 2px 5px #aaa;
    color: #fff;
    cursor: not-allowed;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.is-disabled {
    background: rgb(255, 243, 243);
    border: 1px solid rgb(241, 196, 196) !important;
    box-shadow: 0 3px 5px #ddd;
    color: rgb(229, 110, 110);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.is-disabled:hover {
    background: rgb(252, 225, 225);
}

.is-disabled-alt {
    background: rgba(239, 232, 232, 0.8);
    border: 1px solid rgb(215, 198, 198) !important;
    box-shadow: 0 3px 5px #ddd;
    color: rgb(213, 130, 130);
    cursor: not-allowed;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.absen-ico {
    position: absolute;
    top: 10px;
    left: 10px;
}

.absen-ico i {
    font-size: 20px;
}

.absen-title {
    font-weight: bold;
    padding: 5px 0 0;
}

.absen-status {
    color: var(--sc-color);
}

.is-success {
    color: var(--pr-color);
    font-family: var(--font-Roboto);
    font-size: 18px;
    margin: 20px;
}

.ads {
    background: #eee;
    border: 1px solid var(--btn-login);
    width: 100%;
    height: 170px;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

.ads-txt {
    background: rgba(254, 254, 254, 0.1);
    position: absolute;
    right: 0;
    bottom: -15px;
    font-size: 12px;
    color: #fff;
    padding: 5px;
}

.card-absensi {
    font-family: var(--font-Roboto);
    padding: 20px;
    margin: 5px 0;
    color: #444;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card-absensi:hover {
    background: #eee;
}

.card-absensi-title i {
    font-size: 20px;
}

/* timer */
.timer {
    background: rgb(255, 255, 255);
    display: inline-block;
    color: rgb(149, 29, 29);
    font-family: var(--font-Roboto);
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
    padding: 2px 8px;
    border-radius: 5px;
    height: 38px;
}

.days {
    display: block;
    font-size: 9px;
    padding: 6px auto;
}

.time-work {
    font-family: var(--font-Roboto);
    font-size: 12px;
    color: #444;
    margin-top: 2px;
}

.data-user {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    font-family: var(--font-Roboto);
    padding: 10px;
}

.data-user label {
    margin: 2px 0;
    display: block;
}

.alert-absensi {
    background: #fffdec;
    font-family: var(--font-Roboto);
    font-size: 12px;
    color: var(--btn-login);
    border: 1px solid #eae4ac;
    margin: 0;
    padding: 10px 10px;
}

.card-titles {
    font-family: var(--font-Roboto);
    font-size: 16px;
    font-weight: bold;
    color: var(--sc-color);
}

.card-time {
    color: var(--sc-color);
    font-family: var(--font-Roboto);
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.card-title {
    font-family: var(--font-Roboto);
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    left: 26px;
    width: 70px;
}

/* card ico */
.card-ico {
    font-size: 27px;
    color: var(--pr-color);
    width: 30px;
    height: 40px;
    padding: 5px 0;
    position: absolute;
    right: 22px;
    top: 7px;
}
/* suri mei23 */
.card-ico-hadir {
    font-size: 36px;
    color: var(--pr-color-hadir);
    width: 30px;
    height: 40px;
    padding: 5px 0;
    position: absolute;
    right: 22px;
    top: 7px;
}
/* ========== */

.card-icon {
    font-size: 19px;
    width: 30px;
    height: 40px;
    padding: 5px 0;
    position: absolute;
    left: 10px;
    top: 7px;
}

@media (max-width: 720px) {
    .card-title,
    .card-icon {
        display: inline-block;
    }
}

/* margin */
.mt--5 {
    margin-top: -50px;
}

/* Toast */
.toaster {
    color: #fff;
    width: 100%;
    display: none;
    position: fixed;
    bottom: 70px;
    font-size: 12px;
    text-align: center;
    z-index: 9999;
}

.toaster-success {
    color: #fff;
    width: 100%;
    display: none;
    position: fixed;
    bottom: 70px;
    font-size: 12px;
    text-align: center;
    z-index: 9999;
}

.toaster-body {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 30px;
    padding: 14px 22px;
    width: auto;
    display: inline-block;
    margin-left: -5px;
}

.toaster-body-success {
    background: rgba(76, 148, 70, 0.9);
    border-radius: 30px;
    padding: 14px 22px;
    width: auto;
    display: inline-block;
    margin-left: -5px;
}

@media(max-width: 480px) {
    .toast .toast-body,
    .toast .toaster-body-success {
        margin: 0 10px;
    }
}

a.link-more {
    color: rgb(18, 169, 214);
    font-size: 11.2px;
    text-decoration: none;
    float: right;
    display: inline;
    margin: 30px 0;
}

/* swipe */
.swipe-wrapper {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 100;
}

.swipe-mid {
    background: transparent;
    position: relative;
    display: inline-block;
    left: 0;
    bottom: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.swipe {
    background: #fff url('../img/bg-rt.png') no-repeat right top;
    background-size: 200px;
    border-radius: 9px 9px 0 0;
    border: 1px solid #ccc;
    height: 0;
    position: relative;
    margin: auto;
    bottom: -300px;
    width: var(--width);
    transform: translateY(0px);
    transition: transform 200ms ease-in-out;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
    z-index: 6;
}

.swipe-show {
    height: 700px;
    -webkit-transform: translateY(-250px);
    -moz-transform: translateY(-250px);
    transform: translateY(-250px);
}

@media (max-width: 720px) {
    .swipe-show {
        height: 850px;
        -webkit-transform: translateY(-460px);
        -moz-transform: translateY(-460px);
        transform: translateY(-460px);
    }
}

.swipe-hide {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: translateY(0);
}

@media(max-width: 480px) {
    .swipe {
        width: 100%;
        margin: auto;
        left: 0;
        bottom: -500px;
    }
}

.swipe-header {
    color: #444;
    padding: 18px 20px;
}

.swipe-header h4 {
    margin: 0;
    padding: 0;
}

.swipe-close {
    position: relative;
    top: -10px;
    right: -12px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 24px;
    float: right;
}

.swipe-body {
    padding: 0px 30px;
}

/* FORM LOGIN */
.form-login {
    background: var(--form);
    border: 1px solid var(--form);
    border-radius: 15px;
    padding: 11px 13px;
    margin: 15px 0 5px;
    font-family: var(--font-Roboto);
    font-size: 14px;
}
.form-login-suri {
    background: var(--form);
    border: 1px solid var(--form);
    border-radius: 5px;
    padding: 11px 13px;
    margin: 15px 0 5px;
    font-family: var(--font-Roboto);
    font-size: 14px;
}

.form-getbulan {
    background: rgba(232, 232, 232, 0.4) !important;
    border: none !important;
    font-family: var(--font-Roboto);
    margin: 12px 6px 0 0;
}

.form-control:focus {
    background: var(--form) !important;
}

.input-group .form-control {
    border-radius: 5px !important;
}

.input-group-text {
    background: transparent;
    border: none !important;
    border-radius: 9px !important;
    padding: 0;
    color: var(--btn-login);
    font-size: 20px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 21px;
    z-index: 99;
}

.input-group-text-right {
    background: transparent;
    border: none !important;
    border-radius: 9px !important;
    padding: 0;
    color: var(--btn-login);
    font-size: 14px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 99;
}

.label-login {
    font-size: 16px;
    font-family: "Source Sans Pro";
}

.remember {
    font-family: var(--font-Roboto);
    color: var(--sc-color);
    margin: 10px 10px 5px;
}

.remember-label {
    margin-left: 8px;
    cursor: pointer;
}

.btn {
    border-radius: 5px;
    font-family: var(--font-Roboto) !important;
}

.btn-login {
    background: var(--btn-login);
    width: 100%;
    border-radius: 5px;
    margin: 20px 0;
    padding: 11px;
    font-family: var(--font-Roboto);
    color: var(--form);
}

.btn-lg-login {
    background: #baad37;
    width: 100%;
    border-radius: 5px;
    margin: 20px 0;
    padding: 5px;
    font-family: var(--font-Roboto);
    font-size: 22px;
    color: var(--form);
}

.btn-login:hover,
.btn-lg-login:hover {
    background: var(--pr-color);
    color: #eee;
}

.link-footer {
    padding: 10px;
}

.link-footer a {
    text-decoration: none;
    color: var(--sc-color);
}

/* Create a custom checkbox */
.op0 {
    opacity: 0;
    width: 0;
    height: 0;
}

.checkmark {
    background-color: var(--form);
    border: 1px solid var(--btn-login);
    position: absolute;
    left: 20px;
    border-radius: 5px;
    height: 20px;
    width: 20px;
    margin: 0 10px;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: var(--form);
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: var(--btn-login);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* text */
.text-long {
    text-align: left;
    font-size: 16px;
    font-family: "Lato";
}

.text-title {
    font-family: "Lato";
}

.icon-back {
    font-size: 22px;
}