@import '../../../landing_page/css/font-awesome.min.css';

.iti__flag {background-image: url("img/flags.html");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("img/flags%402x.html");}
}

body {
    font-family: 'Montserrat', sans-serif;
}

p, hr, form, h1 {
    margin-top: 0px; margin-bottom: 0px;
}

hr {
    border-top: 1px solid #606060;
}

a {
    text-decoration: none;
}

ul {
    padding-left: 0;
}

ul li {
    list-style: none;
}

li {
    list-style: none;
}

#data-content ul {
    padding-left: 20px;
}

#data-content ul li {
    list-style: inherit;
}

#data-content li {
    list-style: inherit;
}

ol li {
    list-style: decimal;
}

.font-64-eb {
    font-size: 64px; font-weight: 700;
}

.font-64-b {
    font-size: 64px; font-weight: 650;
}

.font-56-b {
    font-size: 56px; font-weight: 650;
}

.font-48-sb {
    font-size: 48px; font-weight: 600;
}

.font-48-eb {
    font-size: 48px; font-weight: 750;
}

.font-40-eb {
    font-size: 40px; font-weight: 750;
}

.font-40-b {
    font-size: 40px; font-weight: 650;
}

.font-48-b {
    font-size: 48px; font-weight: 650;
}

.font-48-be {
    font-size: 48px; font-weight: 700;
}

.font-40-b {
    font-size: 40px; font-weight: 650;
}

.font-32-eb {
    font-size: 32px; font-weight: 700;
}

.font-32-b {
    font-size: 32px; font-weight: 650;
}

.font-32-r {
    font-size: 32px; font-weight: 300;
}

.font-32-sb {
    font-size: 32px; font-weight: 600;
}

.font-28-sb {
    font-size: 28px; font-weight: 600;
}

.font-28-b {
    font-size: 28px; font-weight: 650;
}

.font-24-eb {
    font-size: 24px; font-weight: 700;
}

.font-24-b {
    font-size: 24px; font-weight: 650;
}

.font-24-sb {
    font-size: 24px; font-weight: 600;
}

.font-24-m {
    font-size: 24px; font-weight: 500;
}

.font-22-b {
    font-size: 22px; font-weight: 650;
}

.font-20-eb {
    font-size: 20px; font-weight: 700;
}

.font-20-b {
    font-size: 20px; font-weight: 650;
}

.font-20-sb {
    font-size: 20px; font-weight: 600;
}

.font-20-m {
    font-size: 20px; font-weight: 550;
}

.font-20-sm {
    font-size: 20px; font-weight: 500;
}

.font-18-b {
    font-size: 18px; font-weight: 650;
}

.font-18-m {
    font-size: 18px; font-weight: 550;
}

.font-18-r {
    font-size: 18px; font-weight: 500;
}

.font-18-sb {
    font-size: 18px; font-weight: 600;
}

.font-16-b {
    font-size: 16px; font-weight: 650;
}

.font-16-sb {
    font-size: 16px; font-weight: 600;
}

.font-16-m {
    font-size: 16px; font-weight: 550;
}

.font-16-r {
    font-size: 16px; font-weight: 500;
}

.font-16-z {
    font-size: 16px; font-weight: 400;
}

.font-14-b {
    font-size: 14px; font-weight: 650;
}

.font-14-r {
    font-size: 14px; font-weight: 500;
}

.font-14-z {
    font-size: 14px; font-weight: 400;
}

.font-14-sbb {
    font-size: 14px; font-weight: 600;
}

.font-14-sb {
    font-size: 14px; font-weight: 600;
}

.font-14-m {
    font-size: 14px; font-weight: 550;
}

.font-12-m {
    font-size: 12px; font-weight: 550;
}

.font-12-r {
    font-size: 12px; font-weight: 500;
}

.font-black {
    color: #000 !important;
}

.font-why {
    color: #000;
}

.font-white {
    color: #fff !important;
}

.font-gray {
    color: #606060 !important;
}

.font-green {
    color: #00AF81 !important;
}

.font-yellow {
    color: #fbae17 !important;
}

.font-red {
    color: #e21d1d;
}

.font-op-35 {
    opacity: 35% !important;
}

.object-fit-contain {
	object-fit: contain !important;
}

.list-populer {
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 0px;
    background: #00AF81;
    color: white;
    font-weight: 600;
    /* margin-bottom: 30px; */
    font-size: 20px;
    margin-right: 10px;
    padding-right: 24px;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 10px;
    height: 2.3rem;
}

.bg-green {
    background: #00AF81;
}

.bg-green-low {
    background: #D8FFDA;
}

.bg-yellow {
    background: #fbae17;
}

.bg-gray {
    background: #EFF3F6;
}

.bg-dark-u {
    background: #d1d2d3 !important;
}

.bg-white {
    background: #fff;
}

.bg-footer {
    background: #3e3333;
}

.bg-tbl {
    background: #EFF3F6 !important; padding-top: 10px !important; padding-bottom: 10px !important;
}

.btlr-0 {
    border-top-left-radius: 0px !important;
}

.btrr-0 {
    border-top-right-radius: 0px !important;
}

.btlr-16 {
    border-top-left-radius: 13px !important;
}

.btrr-16 {
    border-top-right-radius: 13px !important;
}

.bblr-0 {
    border-bottom-left-radius: 0px !important;
}

.bbrr-0 {
    border-bottom-right-radius: 0px !important;
}

.bblr-16 {
    border-bottom-left-radius: 13px !important;
}

.bbrr-16 {
    border-bottom-right-radius: 13px !important;
}

.button-green {
    background: #00AF81; color: #FFFFFF; border: 1px solid #00AF81;
}
  
.button-white {
    background: #FFFFFF; color: #000000; border: 1px solid #00AF81; width: 256px; border-radius: 35px!important;
}

.button-white-green {
    background: #FFFFFF; color: #00AF81; border: 1px solid #00AF81;
}
  
.button-yellow {
    background: #fbae17; color: #FFFFFF; border: 1px solid #fbae17;
}

.button-yellow-masuk {
    background: #fbae17;
    color: #FFFFFF;
    border: 1px solid #fbae17;
    border-radius: 32px !important;
    width: max-content;
}

.button-green:disabled, .button-white:disabled, .button-yellow:disabled {
    background: #d1d2d3; color: #FFFFFF; border: 1px solid #d1d2d3;
}

.button-transparent {
    background: transparent; color: #FFFFFF; border: 1px solid #fff;
}

.button-download-free {
    background: white; width: max-content; border: 1px solid #d1d2d3; padding-top: 10px; padding-bottom: 10px; border-radius: 10px; color: #000; font-weight: 600; border-radius: 20px;
}

.button-download-pro {
    background: #00AF81; width: 100%; border: 1px solid #00AF81; padding-top: 10px; padding-bottom: 10px; border-radius: 10px; color: #fff; font-weight: 600; border-radius: 20px;
}

.button-compare-free {
    width: 220px; padding-top: 10px; padding-bottom: 10px; background: white; border: 1px solid #0B775D; border-radius: 10px; color: black; margin-top: 15px;
}

.button-compare-pro {
    width: 220px; padding-top: 10px; padding-bottom: 10px; background: #fbae17; border: 1px solid #fbae17; border-radius: 10px; color: white; margin-top: 15px;
}

.button-trans, .button-trans:hover, .button-trans:focus {
    background: transparent; border: none;
}

.button-green-download{ padding: 16px 12px; width: 220px; height: max-content; left: 125px; top: 422px; color: white; background: #00AF81; box-shadow: 0px 4px 20px 1px rgba(112, 144, 176, 0.32); border: 1px solid #00AF81; border-radius: 32px; font-size: 20px; font-weight: 600;
}

.button-border-submit{ padding: 16px; width: 400px; height: max-content; color: black; border: 1px solid #00AF81; font-weight: 600;
}

.button-green-download:hover{
    color: white;
    text-decoration: none;
}

.button-green-daftar {
    background: #00AF81;
    color: #FFFFFF;
    border-radius: 32px !important;
    border: 1px solid #00AF81;
    width: max-content;
}
.button-green-daftar-lp {
    width: 363px;  /* Fixed width */
    height: 62px;  /* Fixed height */
    padding: 16px 12px; /* Padding sesuai spesifikasi */
    border-radius: 32px !important;
    background-color: #00AF81; /* Warna hijau (sesuaikan jika perlu) */
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border: none;
    cursor: pointer;
  
}

.button-green-daftar-lp:hover {
    background-color: #00AF81; /* Warna lebih gelap saat hover */
}
.border-radius-16 {
    border-radius: 16px;
}

.navbar-toggler:focus, .btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}

.button-40 {
    padding: 15px 30px;
}

.lh-22 {
    line-height: 22px;
}

.lh-3 {
    line-height: 1.4;
}

.thead-ppob {
    background: #D1D2D3; color: #606060; font-size: 16px; font-weight: 500;
}

.p-ppob {
    padding: 10px 0px 10px 20px !important; border-right: none;
}

.p-ppob-2 {
    padding: 10px 0px 10px 0px !important; border-left: #d1d2d3; border-right: #D1D2D3;
}

.h-ppob {
    height: 53vh; overflow-y: scroll;
}

.h-ppob-3 {
    height: 107vh; overflow-y: scroll;
}

.px-120 {
    padding-left: 120px; padding-right: 120px;
}

.px-100 {
    padding-left: 100px; padding-right: 100px;
}

.px-59 {
    padding-left: 59px; padding-right: 59px;
}

.pe-120 {
    padding-left: 180px;
}

.pxx-120 {
    padding-right: 120px;
}

.px-192 {
    padding-left: 192px; padding-right: 192px;
}

.mpx-192 {
    padding-left: 192px; margin-right: 120px;
}

.p-arrow {
    padding: 10px; background: #00AF81; width: 30px; height: 31px; border-radius: 100%;
}

.lpx-192 {
    padding-right: 192px; margin-left: 120px;
}

.content-right {
    position: absolute;
    right: 20px;
    margin-top: 12px;
}

.p-20 {
    padding: 12px;
}

.px-30 {
    padding-left: 30px; padding-right: 30px;
}

.px-49 {
    padding-left: 49px; padding-right: 49px;
}

.px-57 {
    padding-left: 57px; padding-right: 57px;
}

.px-130 {
    padding-left: 150px; padding-right:120px;
}

.pt-98 {
    padding-top: 162px;
}

.pt-96 {
    padding-top: 96px;
}

.pt-96-2 {
    padding-top: 96px;
}

.pt-64 {
    padding-top: 64px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-56 {
    padding-top: 56px;
}

.pt-88 {
    padding-top: 152px;
}

.pt-86 {
    padding-top: 86px;
}


.pt-60 {
    padding-top: 60px;
}

.pt-120-a{
    padding-top: 120px;
}

.pt-120 {
    padding-top: 160px;
}

.pt-120-2 {
    padding-top: 100px;
}

.pt-212 {
    padding-top: 180px;
}

.pt-212-2 {
    padding-top: 180px;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-64 {
    padding-bottom: 64px;
}

.pb-188 {
    padding-bottom: 160px;
}

.pb-116 {
    padding-bottom: 116px;
}

.pb-96 {
    padding-bottom: 96px;
}

.pb-56 {
    padding-bottom: 56px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pl-0 {
    padding-left: 0;
}

.pl-20 {
    padding-left: 20px;
}

.pl-60 {
    padding-left: 60px;
}


.py-64 {
    padding-top: 64px; padding-bottom: 64px;
}

.mt-31 {
    margin-top: 3px;
}

.mt-min-5 {
    margin-top: -5px;
}

.mt-5-2 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-28 {
    margin-top: 28px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-33 {
    margin-top: 33px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-43 {
    margin-top: 43px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-56 {
    margin-top: 56px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-74 {
    margin-top: 74px;
}

.mt-88 {
    margin-top: 88px;
}

.mt-96 {
    margin-top: 96px;
}

.mt-96-2 {
    margin-top: 96px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-5-2 {
    margin-bottom: 5px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-43 {
    margin-bottom: 43px;
}

.mb-42 {
    margin-bottom: 42px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-388 {
    margin-bottom: 38px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-27 {
    margin-bottom: 27px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-min-20 {
    margin-bottom: -20px !important;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-10 {
    margin-bottom: 10px;
}

.m-check {
    margin-top: 4px; margin-right: 10px;
}

#data-content {
    line-height: 1.75rem;
    color: #444 !important;
}

#data-content p {
    margin-bottom: 1.25rem; font-size: 1.125rem;
}

#data-content h1, #data-content h2, #data-content h3, #data-content h4, #data-content h5, #data-content h6 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

#data-content img {
    object-fit: contain;
}

.m-comment {
    margin-right: 24px;
}

.icon-lang {
    width: 25px; vertical-align: inherit;
}

.shadow-content {
    box-shadow: 1px 2px rgba(0, 0, 0, 0.35);
}

.navbar-light {
    background-color: #fff;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item:hover {
    background: #D8FFDA;
    color: #606060 !important;
    border-radius: 16px;
}

.overflow-hidden {
    overflow: hidden;
}

.min-width-lang {
    min-width: auto;
}

.btn {
    border-radius: 10px;
}

.form-control, .form-select {
    height: 40px;
}

.form-select {
    height: 40px;
    border-radius: 8px;
}

.form-control:focus, .form-select:focus {
    border: 1px solid #05AE81;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

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

.show-password {
    color: #606060; margin-right: 10px;
    float: right;
    position:relative;    
    margin-top: -30px;
    z-index: 2;
}

.form-control::placeholder {
    color: #d1d2d3;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #d1d2d3;
}

.form-control::-ms-input-placeholder {
    color: #d1d2d3;
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus,button:focus,button:active,button:hover,label:focus,.btn:active,.btn.active {
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

.h-40 {
    height: 40px; line-height: 1.8;
}

.lh-4 {
    line-height: 2;
}

.h-48 {
    height: 48px; padding-left: 20px; padding-right: 20px; line-height: 2;
}

.bb-gray {
    border-bottom: 1px solid #D1D2D3
}

.card {
    border-radius: 10px; overflow: auto;
}

.card-r-24 {
    border-radius: 24px;
}

.card-r-20 {
    border-radius: 20px;
}

.card-r-16 {
    border-radius: 16px;
}

.card-compare {
    border-radius: 20px; border: 1px solid #d1d2d3;
}

.card-scale {
    transition: all .2s ease-in-out; cursor: pointer;
}

.card-scale:hover {
    transform: scale(1.1);
}

.card-hover {
    transition: all .2s ease-in-out; cursor: pointer;
}

.card-hover:hover, .card-hover:focus {
    transform: scale(1.1);
    box-shadow: 0px 2px 16px 1px rgba(112, 144, 176, 0.25)!important;
}

.rounded-circle {
    border: 1px solid #EFF3F6;
}

.table>:not(:last-child)>:last-child>* {
    border: none;
}

.nowrap-space {
    white-space: nowrap;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-theme .owl-nav {
    float: right; margin-top: 20px;
}

.wh-40 {
    width: 40px; height: 40px; line-height: 1.8;
}

.wh-30 {
    width: 30px; height: 30px; line-height: 1.8;
}

.border-green {
    border: 1px solid #05AE81;
}

.border-gray {
    border: 1px solid #d1d2d3;
}

.border-right-gray {
    border-right: 1px solid #d1d2d3;
}

.border-left-gray {
    border-left: 1px solid #d1d2d3;
}

.border-silver {
    border: 1px solid #EFF3F6;
}

.img-fit {
    object-fit: cover;
}

.carousel-mitra img {
    margin: 0px 4%;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-control-next i, .carousel-control-prev i{
    color: #ffffff;
    background-color: #fbae17;
    padding: 10px;
    border-radius: 5px;
}

.carousel .carousel-item-left.active {
    transform: translateX(-42.65%);
}

.carousel .carousel-item-right.active {
    transform: translateX(42.65%);
}

/* .carousel .carousel-item-next {
    transform: translateX(42.65%)
}
.carousel .carousel-item-prev {
    transform: translateX(-42.65%)
} */

.carousel .carousel-item-right,
.carousel .carousel-item-left{
    transform: translateX(0);
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-next-icon {
    background-image: none;
}

.carousel-control-next i, .carousel-control-prev i {
    background-color: transparent; padding: 0px; border-radius: 0px;
}

.carousel-indicators [data-bs-target] {
    background-color: #606060;
    width: 5px; height: 5px; border-radius: 100%;
}

.carousel-indicators .active {
    background-color: #0B775D;
}

.plugin_content img {
    width: 150px;
    padding: 5px;
}

.plugin_content p {
    color: #ffffff;
    margin-top: 10px;
}

.plugin_content a {
    background: #fbae17;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px;
}

.footer-social-icon > a > i {
    border: 2px solid #fbae17;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 37px;
    font-weight: 500;
    border-radius: 10px;
    margin-right: 10px;
}

.footer-social-icon > a > img {    
    border-radius: 10px;
        
}

.footer-social-icon > a > i:hover {
    background: #fbae17;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-social-icon > a .active {
    background: #fb397d;
}

.footer-social-icon {
    margin-bottom: 0px;
}

.copyright-text {
    border-top: 2px solid #fbae17;
    padding-top: 10px;
    margin-top: 40px;
}

.copyright-text p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}

.overlay-bidang {
    padding: 10px; border-radius: 10px 10px 0px 0px;
    background-color: rgba(0,0,0,0.5);
}

.p-bidang {
    padding-top: 0px;
    padding-bottom: 100px;
}

.p-pos {
    padding: 24px;
}

.dropdown-menu.show {
    border: none; margin-top: -10px;
}

.img-icon {
    height: 96px; margin-right: 10px; margin-top: 20px; margin: auto; display: block; padding-top: 20px;
}

.img-tab {
    height: 250px; margin-right: 10px; margin-top: 20px; margin: auto; display: block; padding-top: 30px; padding-bottom: 30px;
}

.img-app {
    height: 68px; margin-right: 10px; margin-top: 20px; margin: auto; display: block; padding-top: 20px
}

.img-mobile {
    display: block;
}

.img-back-mobile {
    position: absolute;
    top: 30px;
    right: 0px;
}

.nav-pills .nav-link {
    background: #fff;
    border: 1px solid #D1D2D3;
    font-size: 16px;
    color: #606060;
    font-weight: 500;
    padding: 10px 40px;
}

.nav-pills .nav-link:hover,.nav-pills .nav-link.active {
    background: #D8FFDA;
    border: 1px solid #00AF81;
    font-size: 16px;
    font-weight: 500;
    color: #00AF81;
    padding: 10px 40px;
}

.hover-green:hover {
    color: #00AF81 !important;
}

.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}
.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 150px;
    color: none;
    background: none;
    border: none;
    z-index: 100;
}
.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
}
.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
}

.main-content-x {
    position: relative;
}
.main-content-x .owl-theme .custom-nav-x {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}
.main-content-x .owl-theme .custom-nav-x .owl-prev, .main-content-x .owl-theme .custom-nav-x .owl-next {
    position: absolute;
    height: 150px;
    color: none;
    background: none;
    border: none;
    z-index: 100;
}
.main-content-x .owl-theme .custom-nav-x .owl-prev {
    left: 0;
}
.main-content-x .owl-theme .custom-nav-x .owl-next {
    right: 0;
}
span.step {
    background: #00AF81;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
    font-size: 12px;
}

#tableCompare td {
    vertical-align: middle;
    border-right: 1px solid #d1d2d3;
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
}

#tableCompare {
    margin-bottom: 0px;
}

#chat-circle {
    z-index: 1000;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border: 1px solid #0B775D;
    background: #0B775D;
    width: 264px;
    text-align: left;
    display: block;
    z-index: 10000;
    color: white;
    padding: 7px;
    border-radius: 8px;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#chat-circle-2 {
    z-index: 1000;
    position: fixed;
    bottom: 10px;
    right: 20px;    
}

#font-proof-main {
    font-size: 20px;
}

#font-proof-sub {
    font-size: 16px; font-weight: 500;
}
  
#font-proof-sub-main {
    font-size: 12px; font-weight: 500;
}

#data-content img {
    width: 80%; height: 80%;
}

.img-cs {
    width: 200px;
}

.input-otp {
    margin-right: 10px; font-size: 40px; border: none; border-bottom: 2px solid #606060; width: 12%; text-align: center;
}

.input-otp-2 {
    font-size: 40px; border: none; border-bottom: 2px solid #606060; width: 12%; text-align: center;
}

textarea.form-control {
    resize: none;
    height: auto;
}

.w-80 {
    width: 80px;
}

.mouse {
    cursor: pointer;
}
.select2 {
    width: 100% !important;
}
.select2-results__message {
    display: none !important;
}
.select2-container .select2-selection--multiple, .select2-container .select2-selection--single, .select2-container .select2-selection--single {
    min-height: 40px; border: 1px solid #ced4da; font-weight: 500; border-radius: 8px;
}
.select2-selection__arrow {
    min-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px; font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 28px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-bottom: 5px;
}
.select2-hidden-accessible {
    position: relative !important;
}
.select2-results__option {
    font-size: 14px; font-weight: 500; text-transform: capitalize;
}

/* .nav-item a:hover {
    background: #D8FFDA; color: black !important;
} */

.padding-16 {
    padding: 16px;
}

/* The container */
.cekbok {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.cekbok input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #d1d2d3;
}

/* On mouse-over, add a grey background color */
.cekbok:hover input ~ .checkmark {
    background-color: #05AE81;
    border: 1px solid #d1d2d3;
}

/* When the checkbox is checked, add a blue background */
.cekbok input:checked ~ .checkmark {
    background-color: #05AE81;
    border: solid #05AE81;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cekbok input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cekbok .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #d1d2d3;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-file-input {
    color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: '';
    color: black;
    display: inline-block;
    background: #fff;
    /* border: 1px solid #d1d2d3;
    border-radius: 3px;
    padding: 5px 8px; */
    outline: none;
    white-space: nowrap;
    /* border-radius: 8px; */
    /* -webkit-user-select: none; */
    cursor: pointer;
    /* text-shadow: 1px 1px #fff; */
    /* font-weight: 700;
    font-size: 10pt; */
}
/* .custom-file-input:hover::before {
    border-color: #d1d2d3;
} */
.custom-file-input:active {
    outline: 0;
}

.accordion-item {
    border: none;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: #FFFFFF;
    border: 1px solid #00AF81 !important;
    border-radius: 8px !important;
    color: #00AF81;
    font-weight: 550;
    border: none;
    box-shadow: none;
}

.page-item.active .page-link {
    background-color: #0B775D;
    border-color: #0B775D;
}
.page-link, .pagination li {
    color: #0B775D;
    border-color: #D1D2D3;
}
@media (min-width: 1024px) {
    .img-d {
        display: block;
    }
    .img-m {
        display: none;
    }
}
@media (min-width: 320px) and (max-width: 700px) {
    .img-d {
        display: none;
    }
    .img-m {
        display: block;
    }
    .mtop {
        margin-top: 30px;
    }
    .cc {
        float: left;
        width: 50%;
    }
    .cr:after {
        content: "";
        display: table;
        clear: both;
    }
    .img-c {
        display: block; margin: auto
    }
}

/* .custom-file-input:active::before {
    background: #fff; 
} */

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 650px;
    }
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ list-style: none;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
    .line-break::before {
        content: "\a";
        white-space: pre;
    }
}

@media screen and (max-width: 1199px) {
    .nav-link {
        display: flex;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .px2-120 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .grid-plugin {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .img-land {
        width: 300px; margin-top: -40px;
    }
    .img-cs {
        max-width: 200px; height: auto; 
    }
    span.step {
        margin-right: 10px;
    }
    .img-mobile {
        display: none;
    }
    .img-back {
        background: url('../../../images/olshopin/home.html') no-repeat center center; background-size: cover; height: 690px;
    }
    .px-120, .px-192 {
        padding-left: 30px; padding-right: 30px;
    }
    .pxx-120 {
        padding-right: 30px;
    }
    .py-64 {
        padding-top: 0; padding-bottom: 0;
    }
    .show-fitur {
        display: none;
    }
    .bidang-list {
        display: none;
    }
    .px-10 {
        padding-right: 80px; padding-left: 80px;
    }
    .pt-212 {
        padding-top: 96px; padding-bottom: 96px;
    }
    .pt-212-2 {
        padding-top: 96px;
    }
    .font-why {
        color: #fff;
    }
    .desk {
        width: 130px;
    }
    .hwei {
        margin-left: -30px; height: 55px; width: 140px;
    }
    .app_store {
        width: 135px; margin-top: 10px;
    }
    .pyy-64 {
        padding: 50px 10px;
    }
    .img-hp-footer {
        width: 370px;
    }
}

@media screen and (min-width: 1600px) {
    .h-ppob {
        height: 33vh; overflow-y: scroll;
    }
    .m-upto {
        margin-top: 15%;
    }
    .img-solutions {
        margin-left: -5% !important;
    }
    .img-sec-solutions {
        margin-left: 5% !important;
    }
    .img-land {
        width: 80%; margin: auto; display: block;
    }
    .m-why {
        margin-left: 6% !important;
    }
    .p-bidang {
        padding-top: 0px;
        padding-bottom: 200px;
    }
    .android {
        width: 180px;
    }
    .desk {
        width: 100%;
    }
    .hwei {
        height: 55px; width: 140px;
    }
    .p-features {
        word-wrap: break-word;
        width: 35% !important; margin: auto; margin-top: 20px;
    }
    .mt-ppob {
        margin-top: 0px !important;
    }
}

@media screen and (min-width: 1280px) {
    .mt-ref {
        margin-top: 60px;
    }
    .size-captcha {
        transform:scale(0.8);-webkit-transform:scale(0.8);transform-origin:0 0;-webkit-transform-origin:0 0;
    }
    .px-50 {
        padding-left: 20%; padding-right: 20%;
    }
    .px-60 {
        padding-left: 33%; padding-right: 33%;
    }
    .grid-plugin {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 20px;
    }
    .mt-ppob {
        margin-top: 20px;
    }
    .img-cs {
        max-width: 270px; height: auto; 
    }
    .img-land {
        width: 500px; margin-left: -80px; margin-top: -40px;
    }
    .w-menu {
        width: 200px;
    }
    .p-bantu {
        width: 90%;
    }
    span.step {
        margin-right: 10px;
    }
    .font-apapun {
        margin-top: 100px;
    }
    .img-mobile {
        display: none;
    }
    .img-back {
        background: url('../../../images/olshopin/home.html') no-repeat center center; background-size: cover; height: 690px;
    }
    .img-back-ios {
        background: url('../../../design_v2/images/hero_kaspinios.html') no-repeat right; background-size: contain; height: 690px;
    }
    .img-back-free {
        background: url('../../../images/kaspin-free/ipad_free.html') no-repeat left; background-size: contain; margin-top: 8rem; margin-bottom: 8rem; height: 500px;
    }
    .img-back-free-2 {
        background: #EFF3F6 url('../../../images/kaspin-free/berbagai_usaha.html') no-repeat center center; background-size: cover; height: 800px;
    }
    .dropdown-menu li {
        padding: 5px 0px 5px 0px;
    }
    .dropdown-menu li:hover {
        background: #D8FFDA;
        border-radius: 16px;
    }
    .img-solutions {
        margin-left: -4%;
    }
    .img-sec-solutions {
        margin-left: 5%;
    }
    .p-features {
        word-wrap: break-word;
        width: 53%; margin: auto; margin-top: 20px;
    }
    .mt-img-features {
        margin-top: 15%;
    }
    .ml-img-features {
        margin-top: 15%; margin-left: 15%;
    }
    .pr-64 {
        padding-right: 64px;
    }
    .pl-64 {
        padding-left: 64px;
    }       
    .px-10 {
        padding-right: 80px; padding-left: 80px;
    }
    .px-200 {
        padding-right: 140px;
        padding-left: 100px;
    }
    .show-fitur {
        display: none;
    }
    .bidang-list {
        display: none;
    }
    .navbar {
        padding-top: 0px; padding-bottom: 0px; height: 64px;
    }    
    .mrd-10 {
        margin-right: 10px;
    }
    .wt-form {
        width: 400px;
    }
    .m-why {
        margin-top: -27%; margin-left: 8%;
    }
    .m-upto {
        margin-left: 5%;
    }
    .desk {
        width: 130px;
    }
    .hwei {
        margin-left: -30px; height: 55px; width: 140px;
    }
    .app_store {
        width: 135px; margin-top: 10px;
    }
    .dropdown-menu.show {
        margin-top: 0px;
    }
    .m-log {
        margin-top: 15px;
    }
    .nav-link {
        padding: 21px;
    }    
    .nav-link:hover {    
        padding: 21px;
        border-radius: 5px;
        background: #D8FFDA;        
    }
    .icon-lang {
        margin-top: 20px;
    }    
}

@media screen and (min-width: 801px) and (max-width: 1099px) {
    .px-120,
    .px-192,
    .mpx-192,
    .lpx-192 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pxx-120 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 188px;
    }

    .mpx-192,
    .lpx-192 {
        margin-left: auto;
        margin-right: auto;
    }
    .mbt2-20 {
        margin-top: 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .mbt3-20 {
        margin-top: 20px;
    }
}
@media screen and (min-width: 770px) and (max-width: 800px) {
    .mbt3-20 {
        margin-top: 20px;
    }
    .grid-plugin {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .img-land {
        width: 200px; margin-top: -40px;
    }
    .img-cs {
        max-width: 200px; height: auto; 
    }    
    .py-64 {
        padding-top: 40px; padding-bottom: 0;
    }
    #chat-circle {
        display: none;
    }
    .img-tab {
        height: 200px; margin-right: 10px; margin-top: 20px; margin: auto; display: block; padding-top: 30px; padding-bottom: 30px;
    }
    .show-fitur {
        display: none;
    }
    .bidang-list {
        display: block;
    }
    .grid-bidang {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 20px;
    }    
    .col {
        flex: auto; width: 100%;
    }
    .px-120, .px-192, .mpx-192, .lpx-192 {
        padding-left: 20px; padding-right: 20px;
    }
    .pxx-120 {
        padding-right: 20px; padding-bottom: 20px;
    }    
    .mpx-192, .lpx-192 {
        margin-left: auto; margin-right: auto;
    }
    .mbt-10 {
        margin-top: 10px;
    }
    .mbt-20 {
        margin-top: 0px;
    }
    .pt-212 {
        padding-top: 96px; padding-bottom: 96px;
    }
    .pt-212-2 {
        padding-top: 96px;
    }
    .mt-96-2 {
        margin-top: auto;
    }
    .pyy-64 {
        padding: 50px 10px;
    }
    .font-56-b {
        font-size: 32px; font-weight: 650;
    }
    .font-why {
        color: #fff;
    }
    .font-48-sb {
        font-size: 28px; font-weight: 600;
    }
    .font-48-eb {
        font-size: 28px; font-weight: 750;
    }
    .desk {
        width: 100px;
    }
    .hwei {
        margin-left: -30px; height: 45px; width: 100px;
    }
    .app_store {
        width: 110px; margin-top: 10px;
    }
    .footer-social-icon {
        text-align: center;
        margin-top: 10px;
    }
    .dropdown-menu {
        border: 1px solid #d1d2d3;
    }
    .nav-item, .dropdown-item {
        text-align: left;
    }
    .img-ol {
        width: 80%; margin: auto; display: block;
    }
    .plugin_content img {
        width: 100px;
        padding: 5px;
    }
    .mbt2-20 {
        margin-top: 20px;
    }
}

@media screen and (min-width: 481px) and (max-width: 1023px) {
    .android {
        width: 60%;
        margin-bottom: 10px;
        margin-left: -10px;
    }
    .desk {
        width: 54%;
    }
    .hwei {
        width: 50%;
    }
    .app_store {
        margin-bottom: 10px;
        width: 51%;
    }
    .mbt2-20 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 769px) {
    .mbt-20 {
        margin-top: 20px;
    }
    .mbt2-20 {
        margin-top: 20px;
    }
    .px-120,
    .px-192,
    .mpx-192,
    .lpx-192 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pxx-120 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 188px;
    }

    .mpx-192,
    .lpx-192 {
        margin-left: auto;
        margin-right: auto;
    }

    .m-top-foot {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 480px) {
    .font-m-24-sb {
        font-size: 24px; font-weight: 600;
    }
    .mbt2-20 {
        margin-top: 20px;
    }
    .img-cs {
        max-width: 150px; height: auto; 
    }
    .mt-ppob-2 {
        margin-top: 20px;
    }
    .plugin_content img {
        width: 100px;
        padding: 5px;
    }    
    .py-64 {
        padding-top: 0; padding-bottom: 0;
    }
    .pyy-64 {
        padding: 50px 10px;
    }
    #chat-circle {
        display: none;
    }
    .show-fitur {
        display: block;
    }
    .bidang-list {
        display: none;
    }
    .col {
        flex: auto; width: 100%;
    }
    .px-120, .px-192, .mpx-192, .lpx-192 {
        padding-left: 20px; padding-right: 20px;
    }
    .pxx-120 {
        padding-left: 20px; padding-right: 20px; padding-bottom: 188px;
    }    
    .mpx-192, .lpx-192 {
        margin-left: auto; margin-right: auto;
    }
    .mbb-0 {
        margin-bottom: auto;
    }
    .mbt-10 {
        margin-top: 10px;
    }
    .mbt-20 {
        margin-top: 20px;
    }
    .pt-212 {
        padding-top: 96px; padding-bottom: 96px;
    }
    .pt-212-2 {
        padding-top: 64px;
    }
    .mt-96-2 {
        margin-top: auto;
    }
    .font-why {
        color: #fff;
    }
    .font-56-b {
        font-size: 32px; font-weight: 650;
    }
    .font-48-sb {
        font-size: 28px; font-weight: 600;
    }
    .font-48-eb {
        font-size: 28px; font-weight: 750;
    }
    .desk {
        width: 200px;
    }
    .android {
        margin-left: -15px;
        width: 220px;
    }
    .app_store {
        margin-bottom: 10px;
        width: 190px;
    }
    .hwei {
        margin-left: 0px; width: 190px; height: 70px;
    }
    .footer-social-icon {
        text-align: center;
        margin-top: 10px;
    }
    .dropdown-menu {
        border: 1px solid #d1d2d3;
    }
    .nav-item, .dropdown-item {
        text-align: left;
    }
    .img-ol {
        width: 80%; margin: auto; display: block; margin-bottom: 20px;
    }
    .plugin_content a {
        background: #fbae17;
        color: #ffffff;
        border-radius: 0px 10px 10px 0px;
        padding: 5px;
    }

    .plugin_content a:hover {
        background: #ffffff;
        color: #fbae17;
        border-radius: 0px 10px 10px 0px;
        padding: 5px;
    }
    .pt-98 {
        padding-top: 128px;
    }
    
    .pt-96 {
        padding-top: 64px;
    }
    
    .pt-64 {
        padding-top: 64px;
    }
    
    .pt-56 {
        padding-top: 64px;
    }
    
    .pt-88 {
        padding-top: 128px;
    }
    
    .pt-60 {
        padding-top: 64px;
    }
    
    .pt-120 {
        padding-top: 128px;
    }
    
    .pt-212 {
        padding-top: 64px;
    }
    .pb-10 {
        padding-bottom: 10px !important;
    }
    
    .pb-120 {
        padding-bottom: 64px;
    }
    
    .pb-64 {
        padding-bottom: 64px;
    }
    
    .pb-188 {
        padding-bottom: 64px;
    }
    
    .pb-116 {
        padding-bottom: 64px;
    }
    
    .pb-96 {
        padding-bottom: 64px;
    }
    
    .pb-56 {
        padding-bottom: 64px;
    }
    .font-14-sbb {
        font-size: 16px; font-weight: 600;
    }
    .mbb-20 {
        margin-top: 20px;
    }      
}

.header{
    min-height: max-content;
}


.img-header {
    width: 115%; margin: auto; display: block; margin-left: 10px; 
}

.img-promotion {
    width: 90%; margin: auto; display: block;
}

.platform {
    min-height: max-content;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    /* background: url('./design_v2/images/bg_hero2.svg') no-repeat right; background-size: contain; height: 520px; */
}

.content-platform{
    min-height: max-content;
}

.platform-type, .platform-type:hover, .platform-type:focus{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 8px;
    gap: 8px;
    width: 267px;
    height: 56px;
    border: none;
    background: linear-gradient(90deg, rgba(223, 255, 205, 0.5) 0%, rgba(144, 249, 196, 0.5) 48%, rgba(57, 243, 187, 0.5) 100%);
    box-shadow: 0px 2px 16px 1px rgba(112, 144, 176, 0.25);
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.landing-form{
    width: 100%;
}

.card-formDaftar{
    width: 600px;
    height: min-content; 
    background: #FFFFFF;
    box-shadow: -4px 4px 32px 2px rgba(112, 144, 176, 0.35);
    border-radius: 24px; 
    display: flex;
    /* flex-direction: column;
    justify-content: center;
    align-items: center; */
    padding: 24px 24px 24px 24px;
    gap: 32px;
    overflow: hidden;
    border: none;
}

.input-form{
    width: max-content;
}

.card-countPro{
    width: 266px;
    height: 205px; 
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(112, 144, 176, 0.25);
    border-radius: 16px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px;
    gap: 32px;
    overflow: hidden;
}

.shadow-custom {
    box-shadow: 0px 0px 20px 1px rgba(112, 144, 176, 0.25);
}

.card-body hr.hr-style{
	border-top: 4px solid #00AF81; width: 170px;
}

.img-catat {
    width: 100%; margin: auto; display: block;
}

.card-mencatat{
    height: 126px; 
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 1px rgba(112, 144, 176, 0.3);
    border-radius: 16px;     
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .card-mencatat {
        align-items: center; /* Override agar menjadi rata tengah */
    }
}

.card-kasirPro{
    width: 362px;
    height: 288px; 
    background: #FFFFFF;
    box-shadow: -31px 24px 48px 2px rgba(112, 144, 176, 0.15);
    border-radius: 32px;    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px;
    gap: 28px;
    overflow: hidden;
}

.section-promo{
    min-height: 1228px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background: linear-gradient(90deg, #DFFFF4 0%, #FFFADE 100%);
}

.bisnis-pro{
    height: 100vh;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    /* background: url('/design_v2/images/bg_campaignakhir.svg') no-repeat center;
    background-size: 80%; */
}

.image-absolute{
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.col-platform{
    display: flex;
    align-items: center;
}

.row-platform{
    display: inline-flex;
    flex-wrap: wrap;
}

.row-platform button{
    margin: 24px;
}

.d-none-desktop{
    display: none;
}

.submit-form{
    height: max-content;
    background: linear-gradient(90deg, #DFFFF4 0%, #FFFADE 100%);
}

.flex-promo a{
    color: white;
}

.mx-0{
    margin: 0!important;
}

.card-submit{
    width: 935px;
    height: 634px;

    background: #FFFFFF;
    border-radius: 48px;
}

.text-relative{
    position: relative;
    z-index: 999;
}

.border-r-16{
    border-radius: 16px;
}

@media screen and (max-width:420px) {
    .flex-mobile{
        display: flex;
    }

    .flex-content-50{
        flex: 1;
    }
}
@media screen and (max-width: 930px) {
    .card-formDaftar{
        width: 205%;
        height: min-content; 
        background: #FFFFFF;
        box-shadow: -4px 4px 32px 2px rgba(112, 144, 176, 0.35);
        border-radius: 32px; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 32px 16px;
        gap: 32px;
        overflow: hidden;
        border: none;
    }

    .card-formDaftar .card-body{
        width: 100%;
        height: fit-content;
        padding: 32px, 16px, 32px, 16px;
    }

    .card-formDaftar .input-form{
        width: 100%;
    }
}
/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 600px) {
    .mobile-font {
        font-size: 16px;
    }
    .line-break2::before {
        content: "\a";
        white-space: pre;
    }

    .border-r-m-16{
        border-radius: 16px;
    }

    body{
        overflow-x: hidden;
    }

    .font-m-40-b{
        font-size: 40px!important;
        font-weight: 700!important;
    }

    .font-m-24-eb{
        font-size: 24px;
        font-weight: 800;
    }

    .font-m-20-b{
        font-size: 20px;
        font-weight: 700;
    }

    .font-m-20-sb{
        font-size: 20px;
        font-weight: 600;
    }

    .font-m-16-m{
        font-size: 16px;
        font-weight: 500;
    }

    .font-m-14-m{
        font-size: 14px;
        font-family: 500;
    }

    .p-0{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .px-m-128{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .px-m-20{
        padding-left: 20px;
        padding-right: 20px;
    }

    .mt-m-0{
        margin-top: 0;
    }

    .mb-m-0{
        margin-bottom: 0;
    }
    
    .mt-m-64{
        margin-top: 64px;
    }

    .mb-m-32{
        margin-bottom: 32px;
    }

    .mb-m-16{
        margin-bottom: 16px;
    }

    .card-kasirPro{
        height: 400px!important;
    }

    .h-m-85{
        height: 85px!important;
    }

    .text-mobile-center{
        text-align: center;
    }

    .button-green-download{ 
        padding: 12px; 
        width: 200px; 
        height: max-content;
        font-size: 14px;
        font-weight: 600;
    }

    .img-header {
        width: 100%; margin: auto; display: block; margin-top: 32px;
    }

    .owl-stage-outer{
        height: max-content;
    }

    .owl-stage-outer-liputan{
        height: 200px!important;
    }

    .platform{
        height: max-content;
    }

    .platform-height-mobile{
        height: max-content!important;
    }

    .content-platform{
        min-height: 0;
        background-color: white;
    }

    .col-platform{
        display: flex;
        width: 100%;
    }
    
    .row-platform{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .row-platform button{
        width: 100%!important;
        margin: 16px 0!important;
    }

    .card-formDaftar{
        width: 100%;
        height: min-content; 
        background: #FFFFFF;
        box-shadow: -4px 4px 32px 2px rgba(112, 144, 176, 0.35);
        border-radius: 32px; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 32px 16px;
        gap: 32px;
        overflow: hidden;
        border: none;
    }

    .card-formDaftar .card-body{
        width: 100%;
        height: fit-content;
        padding: 32px, 16px, 32px, 16px;
    }

    .card-formDaftar .input-form{
        width: 100%;
    }
    

    .card-countPro{
        margin: 0 auto;
        padding: 28px;
        width: 156px!important;
        height: fit-content;
    }

    .card-countPro p{
        font-size: 40px;
    }

    .card-body .row{
        width: fit-content;
        flex-direction: column;
        align-items: center;
    }

    .card-body hr.hr-style{
        width: 99px;
        opacity: 1;
    }

    .m-mt-32{
        margin-top: 32px!important;
    }

    .d-none-m{
        display: none;
    }

    .counting-kaspin{
        padding: 0;
        margin-top: 40px;
    }
    
    .card-mencatat{
        padding: 16px!important;
    }

    .section-promo{
        min-height: max-content;
        height: max-content;
        padding-bottom: 64px;
    }

    .flex-promo{
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

    .img-promotion {
        width: 80%; margin: auto; display: block;
    }

    .bisnis-pro{
        height: 60vh;
        background: #FFF;
    }

    .btn-bisnis-pro{
        margin-left: auto;
        margin-right: auto;
    }

    .mx-auto-mobile{
        margin: 0 auto!important;
    }

    .ptt-64{
        padding-top: 64px;
    }

    .button-border-submit{
        width: 300px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    body{
        overflow-x: hidden;
    }

    .font-m-40-b{
        font-size: 40px!important;
        font-weight: 700!important;
    }

    .font-m-24-eb{
        font-size: 24px;
        font-weight: 800;
    }

        .font-m-20-b{
        font-size: 20px;
        font-weight: 700;
    }

    .font-m-20-sb{
        font-size: 20px;
        font-weight: 600;
    }

    .font-m-16-m{
        font-size: 16px;
        font-weight: 500;
    }

    .font-m-14-m{
        font-size: 14px;
        font-family: 500;
    }

    .p-0{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .px-m-128{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mt-m-0{
        margin-top: 0;
    }

    .mt-m-32{
        margin-top: 32px;
    }
    
    .mt-m-64{
        margin-top: 64px;
    }

    .mb-m-32{
        margin-bottom: 32px;
    }

    .mb-m-16{
        margin-bottom: 16px;
    }

    .card-kasirPro{
        height: 400px!important;
    }

    .h-m-85{
        height: 85px!important;
    }

    .text-mobile-center{
        text-align: center;
    }

    .button-green-download{ 
        padding: 12px; 
        width: 200px; 
        height: max-content;
        font-size: 14px;
        font-weight: 600;
    }

    .img-header {
        width: 100%; margin: auto; display: block; margin-top: 32px;
    }

    .owl-stage-outer{
        height: max-content;
    }

    .owl-stage-outer-liputan{
        height: 200px!important;
    }

    .platform{
        background-color: white;
    }

    .mx-auto-mobile{
        margin: 0 auto!important;
    }

    .ptt-64{
        padding-top: 64px!important;
    }

    .m-header{
        padding-bottom: -120px!important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width:960px){
    .font-t-24-eb{
        font-size: 24px;
        font-weight: 800;
    }

    .font-t-20-b{
        font-size: 20px;
        font-weight: 700;
    }

    .font-t-14-l{
        font-weight: 500;
        font-size: 14px;
    }

    .d-none-m{
        display: none;
    }

    .width-tab-50{
        width:50%!important;
    }

    .text-t-center{
        text-align: center;
    }

    .text-t-header{
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-header{
        display: flex;
        justify-content: center;
    }

    .text-mobile-center{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .content-platform{
        background-color: white;
    }

    .card-countPro{
        margin: auto;
        margin-bottom: 32px;
    }

    .flex-promo{
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

    .bisnis-pro{
        height: 60vh;
        background: #FFF;
    }

    .btn-bisnis-pro{
        margin-left: auto;
        margin-right: auto;
    }

    .img-promotion {
        width: 80%; margin: auto; display: block;
    }

    .card-kasirPro{
        height: 350px!important;
    }

    .content-platform{
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .row-platform{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .platform{
        background: white;
        height: max-content;
    }

    .platform-type{
        width: 290px;
    }

    .input-form{
        width: 500px;
    }

    .ptt-64{
        padding-top: 64px!important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1100px){
    .mt-ml-32{
        margin-top: 32px;
    }
    
    .display-none{
        display: none;
    }

    .font-ml-24-eb{
        font-size: 24px;
        font-weight: 800;
    }

    .font-ml-24-b{
        font-size: 24px;
        font-weight: 700;
    }

    .font-ml-20-m{
        font-size: 20px;
        font-weight: 700;
    }

    .font-ml-16-m{
        font-size: 16px;
        font-weight: 500;
    }

    .font-ml-14-m{
        font-size: 14px;
        font-family: 500;
    }

    .text-center{
        text-align: center;
    }

    .platform{
        height: max-content;
    }

    .content-platform{
        background-color: white!important;
        display: block;
        height: max-content;
    }

    .platform-height-mobile{
        margin: 0;
        height: max-content!important;
        margin-left: auto;
        margin-right: auto;
    }

    .platform .px-100{
        padding:0 16px;
    }

    .col-platform{
        display: flex;
        width: 100%;
    }
    
    .row-platform{
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .row-platform button{
        width: 45%!important;
        margin: 16px 0!important;
    }

    .count-ml-kaspin{
        justify-content: space-around;
    }

    .mt-ml-0{
        margin-top: 0;
    }

    .bisnis-pro{
        background: white;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .bisnis-pro{
        height: 100vh;
        width: 100%;
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
        /* background: url('/design_v2/images/bg_campaignakhir.svg') no-repeat center;
        background-size: 100%; */
    }

    .text-relative{
        position: relative;
        z-index: 999;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px){
    .content-platform{
        display: block!important;
    }

    .pb-hd-0{
        padding-bottom: 0;
    }

    .display-none{
        display:none;
    }

    .row-platform{
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .platform{
        height: max-content;
    }

    .col-lg-6{
        width: 100%!important;
    }

    .row-platform button{
        width: 45%;
        margin: 16px;
    }

    .content-platform p{
        width: 100%;
        text-align: center!important;
        margin-bottom: 24px;
    }

    .form-daftar, .form-daftar input, .form-daftar form{
        width: 100%;
    }

    .count-ml-kaspin{
        gap: 48px;
    }

    .kaspin-mencatat-wrapper{
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .kaspin-mencatat-wrapper .col-lg-6{
        width: 50%!important;
    }

    .mt-m-0{
        margin-top: 0!important;
    }

    .flex-promo{
        display: flex;
        flex-direction: row!important;
    }

    .flex-promo .col-lg-6{
        width: 50%!important;
    }

    .flex-promo button{
        margin: 0!important;
    }

    .section-promo{
        min-height: fit-content!important;
    }

    .bisnis-pro{
        background-image: none;
        height: fit-content;
        height: 50vh;
    }

    .bisnis-pro button{
        display: none;
    }
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .mx-0{
        margin: 0!important;
    }

    .pb-hd-0{
        padding-bottom: 0;
    }

    .font-64-eb {
        font-size: 64px; font-weight: 700;
    }

    .font-48-be {
        font-size: 48px; font-weight: 700;
    }

    .font-32-eb {
        font-size: 32px; font-weight: 700;
    }

    .font-32-sb {
        font-size: 32px; font-weight: 600;
    }

    .font-24-eb {
        font-size: 24px; font-weight: 700;
    }

    .font-24-sb {
        font-size: 24px; font-weight: 600;
    }

    .font-20-eb {
        font-size: 20px; font-weight: 700;
    }
    
    .font-20-sm {
        font-size: 20px; font-weight: 500;
    }

    .font-16-r {
        font-size: 16px; font-weight: 500;
    }


    .platform{
        height: max-content ;
    }

    .mt-ml-0{
        margin-top: 0;
    }

    .input-form {
        width: 100%;
    }

    .row-platform{
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .row-platform button{
        width: 45%!important;
        margin: 16px 0!important;
        font-size: 16px;
    }

    .text-tab-left{
        text-align: left;
    }

    .bisnis-pro{
        height: 100vh;
        width: 100%;
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
        /* background: url('/design_v2/images/bg_campaignakhir.svg') no-repeat center;
        background-size: 120%; */
    }

    .text-relative{
        position: relative;
        z-index: 999;
    }

    .image-absolute{
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
    }
    
    .container-p0{
        padding-left: 0;
        padding-right: 0;
    }

}

@media only screen and (min-width: 1300px){
    .pt-d-120{
        padding-top: 120px!important;
    }

    .bisnis-pro{
        height: 90vh;
        width: 100%;
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
        /* background: url('/design_v2/images/bg_campaignakhir.svg') no-repeat center;
        background-size: 80%; */
    }

    .text-relative{
        position: relative;
        z-index: 999;
    }

    .image-absolute{
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .mx-0{
        margin: 0!important;
    }

    .pb-hd-0{
        padding-bottom: 0;
    }

    .section-promo{
        min-height: max-content;
        height: max-content;
    }

}

.padding-x-16 {
    padding-right: 16px;
    padding-left: 16px;
}

.container-flex {
    display: flex;
    align-self: stretch;
}

.column-flex-1 {
    flex: 1;
}

@media (max-width: 768px) {
    .container-flex {
        flex-direction: column;
    }

    .column-flex-1 {
        flex: none;
        width: 100%;
        margin-bottom: 0px;
    }

    .max-h-600 {
        max-height: 600px;
        overflow-y: scroll;
    }

    .hide-shadow-bs {
        box-shadow: none !important;
    }

    .bg-offer {
        background: transparent url('../../../design_v2/images/home_v2/bglihatharga_homenew.html');
        background-size: cover;
    }
}
