@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.wrapper{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.message-to-data {
    text-align: center;
    margin-bottom: 0px;
    line-height: 100px;
    height: 100%;
}

.cursor-pointer {
    cursor: pointer;
}
.wrapper header{
  display: flex;
  align-items: center;
  /* padding: 25px 30px 10px; */
  justify-content: space-between;
}
header .icons{
  display: flex;
}
header .icons span{
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  color: #878787;
  text-align: center;
  line-height: 38px;
  font-size: 1.9rem;
  user-select: none;
  border-radius: 50%;
}
.icons span:last-child{
  /* margin-right: -10px; */
}
header .icons span:hover{
  background: #f2f2f2;
}
header .current-date{
  font-size: 1.45rem;
  font-weight: 500;
}

.calendar ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}

.heightBanner {
    height: 200px;
}

@media (min-width: 768px) {
    .heightBanner {
        height: 400px;
    }
}
.calendar .days{
  margin-bottom: 20px;
}
.calendar li{
  color: #333;
  width: calc(100% / 7);
  font-size: 1.07rem;
}
.calendar .weeks li{
  font-weight: 500;
  cursor: default;
}
.calendar .days li{
  z-index: 1;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}
.days li.inactive{
  color: #aaa;
}
.days li.active{
  color: #fff;
}
.days li::before{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.days li.active::before{
  background: #9B59B6;
}
.days li:not(.active):hover::before{
  background: #f2f2f2;
}
/* load */
.loading img {
    width: 100%;
}

.text-color {
    color: #0B9444;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
}


.avatar .avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-group {
    display: inline-flex;
}


.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
    margin-right: -10px;
}

.loading {
width: 200px;
position: relative;
}

.colored-border {
    border: 2px solid #003780;
}

.thicker-border {
    border: 5px solid rgb(255, 252, 252);
}

.loading-single div {
    width: 30px;
    height: 30px;
    position: relative;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(30deg);
    }
    50% {
        transform: rotate(-30deg);
    }
    75% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
/* close load */

* {
    font-family: 'Inter', sans-serif;
}

input::-webkit-input-placeholder { /* Edge */
  color: #B6B6B6;
  font-size: 15px;

}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #B6B6B6;
   font-size: 15px;
}

input::placeholder {
    color: #B6B6B6;
    font-size: 15px;
}

.body-spin {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 295px; */
}

.myNotif {
    width:300px;
    margin-left:-190px;
}

.form-control::placeholder {
    color: #B6B6B6;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B6B6B6;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #B6B6B6;
}

.childNav .notification:after{
    content: '';
    position: absolute;
    background: white;
    top :0px;
    margin-left: -43px;
    margin-top: -28px;
    width: 30px;
    height: 30px;
    clip-path: polygon(51% 27%, 0 100%, 100% 100%);
}

.header-image {
    height: 200px;
}

@media (min-width: 768px) {
    .body-spin {
        height: 450px;
    }

    .header-image {
        height: 300px;
    }

    .myNotif {
        width: 400px;
        margin-left:-220px;
    }

    .childNav .notification:after{
        content: '';
        position: absolute;
        background: white;
        top :0px;
        margin-left: -78px;
        margin-top: -28px;
        width: 30px;
        height: 30px;
        clip-path: polygon(51% 27%, 0 100%, 100% 100%);
    }
 }


.spinBtn {
    position: absolute;
    width: 80px;
    height: 80px;
    box-shadow: 2px 6px 8px 0px #D3D3D359 inset;
    background-color: #003780;
    border-radius: 50%;
    font-size: 11px;
    z-index: 10;
    display: flex;
    color: white;
    font-weight: bolder;
    letter-spacing: 0.1em;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.spinBtn::after{
    content: '';
    position: absolute;
    background: #003780;
    top:-28px;
    width: 20px;
    height: 30px;
    clip-path: polygon(51% 27%, 0 100%, 100% 100%);
    box-shadow: 2px 6px 8px 0px #D3D3D359 inset;
}

.width-stepper {
    width: 40px;
    height: 40px;
}

.width-garis {
    width: 50px;
}

.body-spin .wheel {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    transition: transform 5s ease-in-out;
    /* animation: mutar 4s linear infinite; */
}

@keyframes mutar {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.body-spin .wheel .number .numb {
    position: absolute;
    width: 50%;
    height: 50%;
    background-image: url('/assets/image/medium/bg-template.png');
    background-size: cover;
    background-position: center center;
    transform-origin: bottom right;
    transform: rotate(calc(45deg * var(--i)));
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0 0, 65% 0, 87% 70%, 70% 85%, 0 45%);
}
.active>.page-link, .page-link.active {
    background: #003780;
 }


 .dataTables_wrapper > div:nth-child(1) > div:nth-child(2) {
    display: none;
 }


.buled{
    width: 70px;
    height: 70px;
}
@media (min-width: 768px) {
    .width-stepper {
        width: 60px;
        height: 60px;
    }

    .width-garis {
        width: 70px;
    }
}


@media (min-width: 992px) {
    .buled{
        width: 100px;
        height: 100px;
    }
 }



.form-control-cs-auth:focus {
    color:  #838383;
    font-size: 16px;
    font-style: normal;
    background-color: var(--bs-body-bg);
    border-bottom: 2px solid #003780;
    outline: 0;
    box-shadow: none;
}

.form-cs-select {
    color:  #838383;
    font-size: 16px;
    font-style: normal;
    background-color: var(--bs-body-bg);
    border-bottom: 2px solid #003780;
    outline: 0;
    box-shadow: none;
}

.form-cs-select:focus {
    color:  #838383;
    font-size: 16px;
    font-style: normal;
    background-color: var(--bs-body-bg);
    border-bottom: 2px solid #003780;
    outline: 0;
    box-shadow: none;
}

.cursor-pointer {
    cursor: pointer;
}

.text-template{
    color: #003780;
}

.bg-abu{
    background-color:#F2F2F2;
}

.bg-template{
    background-color: #003780;
}

/* PEUSEUDEUCLASS */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}


.btn:hover{
    background-color: #003780;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #003780;
}

/* * global css* */
.dark-color {
    color: #292929;
}

.gray-color {
    color: #555555;
}

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

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

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

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

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

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

.font-size-16 {
    font-size: 16px;
    letter-spacing: 0.08px;
}

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

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

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

.active-cs-nav-item {
    color: #003780;
    font-weight: bold;
}
.app-margin-y {
    margin-top: 150px;
}

.app-padding-y {
    padding-top: 150px;
}

/* button */
.app-btn-primary {
    background: #003780;
    color: white;
    transition: 0.5s;
}

.app-btn-primary:hover {
    background: #002a60;
    color: white;
}

.app-btn-secondary {
    background: #F2F2F2;
    color: #555;
    transition: 0.5s;
}

.app-btn-secondary:hover {
    background: #F2F2F2;
    color: #000;
}


/* font size */
.f-16-normal {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.bg-navbar-cs {
    background: #FFFFFF;
    box-shadow: 0px 6px 22px 0px rgba(134, 134, 134, 0.25);
    border-radius: 60px;
}

/* margin */
.martop-section-web {
    margin-top: 70px;
}

/* close css global */


/* HOME */
.text-h-banner {
    font-size: 40px;
    line-height: 160%; /* 64px */
    letter-spacing: 0.2px;
    width: 479px
}

.text-h-system {
    font-size: 30px;
    line-height: 160%; /* 64px */
    letter-spacing: 0.2px;
    width: 479px
}

.alert-delete-text {
    color: #6b6b6b;
    font-size: 12px;
}

.text-p-banner {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    width: 517px;
}

.image-head-phone-1 {
    left: 9%;
    bottom: 5rem;
}

.image-head-phone-2 {
    right: 25%;
}

.image-head-phone-3 {
    right: 9%;
    bottom: 5rem;
}

.group-store-banner {
    width: 352px; position: relative;
}

/* KOMUNITY INDONESIAN */
#visitorMap {
    height: 500px;
}
.label-section-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.08px;
}

.group-heading-comunity {
    width: 483px; margin: 0px auto;
}

.text-h2-comunity {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 146%; /* 46.72px */
    letter-spacing: 0.16px;
}

/* Fiitur */
.bg-section-fitur {
    background-color: #000B56;
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-h2-fitur {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 160%; /* 51.2px */
    letter-spacing: 0.16px;
}

.text-p-fitur {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
}

.bg-card-fitur {
    width: 104px;
    right: 10px;
    top: 10px;
    height: 104px;
}

.text-card-p-fitur {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
    margin-bottom: 0;
}

.text-card-h-fitur {
    font-size: 16px;
    color: #003780;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}

.bg-icon-card-fitur {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #F2F2F2;
    line-height: 56px;
    text-align: center;
}

.group-h-card-fitur {
    margin-left: 20px;
}

.card-cs-fitur {
    height: 175px;
}
/* Close Fitur */


/* Open About */
.text-p-about {
    color:#292929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    width: 499px;
}

.mobile-phone {
    display: none;
}

/* .bg-blue-about {
    background-image: url('../');
    height: 716px;
    background-repeat: no-repeat;
    background-position-y: 200px;
} */

.text-h2-about {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 146%; /* 46.72px */
    letter-spacing: 0.16px;
}

.group-info-about {
    margin-top: 100px;
    position: relative;
}

.text-p-info-about {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.count-about {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 26.4px */
    letter-spacing: 0.12px;
    color: #003780;
}

#about {
    height: 700px;
}

.group-about-info-head {
    margin: 210px auto;
}

.image-phone-about {
    height: 721.13px; position:absolute; bottom: 0; right: 50%;
}

.bg-about-Jooin {
    width: 705px; height: 281px; position:absolute; bottom: 0; right: 50%;
}

.bg-round-about-x-9 {
    position:absolute; bottom: 5%; right: 60%;
}

.shadow-about-bg-blue {
    position:absolute; bottom: 5%; right: 50%
}
/* Close About */

/* Open Blog */
.text-h3-blog {
    font-size: 24px;
    font-weight: 700;
    line-height: 110%; /* 26.4px */
    letter-spacing: 0.12px;
    color: #000;
    text-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.20);
}

.text-p-blog {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    color: #848484;
    text-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.20);
}

.card-cs-blog {
    width: 324.136px;
    height: 395px;
    margin: 0px auto;
    border-radius: 26px;
    background: #FFF;
    border: 0px;
    transition: 1s;
    /* box-shadow: 10px 10px 50px 0px rgba(112, 112, 112, 0.10); */
}

.card-cs-blog:hover {
    width: 324.136px;
    height: 395px;
    margin: 0px auto;
    border-radius: 26px;
    background: #FFF;
    border: 0px;
    box-shadow: 10px 10px 50px 0px rgba(0, 7, 106, 0.1);
}

.card-image-blog {
    width: 293px;
    height: 207px;
}

.heading-card-h3-about {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.08px;
    color: #000;
}

.text-p-card-about {
    color: #AAA;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.text-link-blog {
    color: #27A191;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    line-height: 146%; /* 17.52px */
    letter-spacing: 0.12px;
}
/* Close Blog */

/* Open Accordion */
.head-accordion {
    color: #000;
    text-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.20);
    font-size: 26px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 161.5%; /* 41.99px */
}

.text-p-accordion {
    color: #848484;
    text-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.20);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 161.5%; /* 22.61px */
}

#accordion-cs-item {
    width: 986px;
    margin: 0px auto;
    border-radius: 8px;
    border: 1px solid #BBB;
    background: #FFF;
}

#accordion-cs-button {
    width: 986px;
    height: 86px;
    border-radius: 8px;
    border: 1px solid #BBB;
    background: #003780;
    color: white;
    font-size: 20px;
    font-weight: bold;
}
/* Close Accordion */

/* Open Contact Center */
.group-contact-center {
    margin: 85px auto;
}
.group-info-contact {
    position: relative;
}

.text-p-contact-center {
    font-size: 14px;
    font-style: normal;
    color: #11293C;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    letter-spacing: 0.07px;
}

.text-h3-contact-center {
    color: #273C4D;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 28.6px */
    letter-spacing: 0.13px;
}

.group-contact-center-input-email {
    position: relative;
    width: 100%;
}

.form-control-cs-contact {
    width: 100%;
    height: 86px;
    border: 0;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    border-radius: 100px;
    background:#F9F9F9;
    color: #B6B6B6;
}

.btn-submit-send-contact {
    position: absolute;
    font-family: 'Inter', sans-serif;
    width: 180px;
    height: 74px;
    color: white;
    font-weight: bold;
    border-radius: 100px;
    top: 6px;
    right: 6px;
    background: #003780;
    transition: 1s;
}

.btn-submit-send-contact:hover {
    position: absolute;
    font-family: 'Inter', sans-serif;
    width: 180px;
    height: 74px;
    color: white;
    font-weight: bold;
    border-radius: 100px;
    top: 6px;
    right: 6px;
    background: #001f4a;
}
/* Close Contact Center */

/* Open Footer */
/* .group-text-footer {
    margin: 20px;
} */
.head-list-li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

.set-list-zero {
    width: 100px; margin-left: 100px;
}

.list-footer-link a {
    text-decoration: none;
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 250%; /* 35px */
    letter-spacing: 0.07px;
}

.text-h5-heading-list-footer {
    color: #292929;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 17.6px */
    letter-spacing: 0.08px;
}

.text-location-p-footer {
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}

.text-h6-contact-footer {
    color: #292929;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150.5%; /* 24.08px */
    letter-spacing: 0.08px;
}

.group-right-footer-button {
    margin-top: 1.5rem;
}

.p-text-footer-bottom {
    color: #292929;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 18px */
    letter-spacing: 0.48px;
}

.group-footer-media-social {
    display: flex;
    justify-content: end;
}

.bg-media-social {
    width: 53px;
    height: 53px;
    background-color: #B6B6B6;
    line-height: 53px;
    text-align: center;
    border-radius: 50%;
    transition: 1s;
}

.bg-media-social:hover {
    width: 53px;
    height: 53px;
    background-color: #FFF;
    line-height: 53px;
    text-align: center;
    border-radius: 50%;
    filter: drop-shadow(1px 0px 10px rgba(0, 0, 0, 0.25));
    transform: rotate(360deg);
}

.button-apps-footer-bottom {
    width: 100px;
}

.group-icon-play-bottom {
    display: flex;
}

/* Close Footer */
.parent-loading {
    margin: 0;
    padding: 0;
    overflow: hidden; /* Menyembunyikan scroll saat loading tampil */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #FFF;
  }

  .loading-wrapper {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 255); /* Ubah opasitas sesuai keinginan */
    z-index: 9999; /* Pastikan loading tampil di atas konten utama */
  }

  /* checkout */
.back-auth-link {
    color: #292929;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.bg-card-checkout-menu {
    background-image: url('../image/medium/bg-checkout-menu.png');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
}

.profile-user {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 4px solid rgba(248, 248, 248, 0.30);
    box-shadow: 0px 4px 14px 0px rgba(225, 225, 225, 0.25);
    margin: 0px auto;
}

.group-text-checkout-menu {
    margin: 100px auto;
}


/* Open Fitur Comunity */
.card-bg-list-fitur {
    background-image: url('../image/medium/bg-udunan-card.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
    border: none;
    width: 309px;
    height: 185px;
    margin: 0px auto;
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.25));
}

.card-bg-detail-fitur {
    background-image: url('../image/medium/bg-detail-fitur.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
    border: none;
    width: 100%;
    height: 234px;
    margin: 0px auto;
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.25));
}

.image-icon-comunity {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 4px solid #FFF;
    box-shadow: 4px 4px 30px 0px rgba(255, 255, 255, 0.50);
}

.listin-detail-fitur {

}

.card-info-bendahara {
    background-image: url('../image/medium/bg-info-bendahara.png');
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(180, 180, 180, 0.25);
}

.profile-bendahara {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
}

.card-description-fitur {
    border-radius: 6px;
    border: 2px dashed #EBEBEB;
    background: #FFF;
}
/* close Fitur Comunity */

/* OPEN STYLE MODAL */
.card-modal-cs {
    /* width: 454px; */
    /* height: 300px; */
    border-radius: 28px;
    background: var(--base-primary, #FFF);
    /* box-shadow: 0px -4px 34px 0px rgba(159, 159, 159, 0.25); */
}

.card-bg-modal-cs {
    height: 163px;
    background-image: url('../image/medium/bg-detail-fitur.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
    border: none;
    width: 100%;
    margin: 0px auto;
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.25));
}

.grup-paragraf-modal {
    padding: 20px;
    margin: 0px auto;
}

.rounded-modal-cs {
    border-radius: 28px;
}

.paragraf-modal {
    color: #292929;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.08px;
}

.form-control-cs-auth {
    border: 0;
    color:  #838383;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    padding: 5px;
    height: 31px;
    border-radius: 0px;
    border-bottom: 1px solid #AEAEAE;
}

.form-control-cs-auth:focus-visible {
    color:  #838383;
    font-size: 16px;
    font-style: normal;
    background-color: var(--bs-body-bg);
    border-bottom: 2px solid #003780;
    outline: 0;
    box-shadow: none;
}

.form-control-cs-auth:focus {
    color:  #838383;
    font-size: 16px;
    font-style: normal;
    background-color: var(--bs-body-bg);
    border-bottom: 2px solid #003780;
    outline: 0;
    box-shadow: none;
}
/* CLOSE STYLE MODAL */

/* OPEN COMUNITY ROUTE */
.bg-cs-navbar-comunity {
    background-color: #003780;
}

.group-input-register-comunity {
    max-width: 674px;
    margin: 0px auto;
}

.input-cs-comunity {
  height: 44px;
  border-radius: 6px;
  border: 1px solid var(#B6B6B6);
  background: var(#FFF);
  font-size: 12px;
}

.input-cs-comunity::placeholder {
  font-size: 12px;
}
/* CLOSE STYLE COMUNITY ROUTE */

/* media responsive mobile */
@media only screen and (max-width: 1200px){
    .bg-navbar-cs {
        border-radius: 10px;
    }

    #about {
        height: 100%;
    }

    .group-contact-center {
        margin: 0px auto;
    }

    #accordion-cs-item {
        width: 100%;
    }

    #accordion-cs-button {
        width: 100%;
    }

    .text-p-about {
        width: 100%;
    }

    .bg-round-about-x-9 {
        display: none;
    }

    /* image about */
    .mobile-phone {
        display: block;
    }

    .image-phone-about {
        /* height: 200px;
        position: absolute;
        top: 0; */
        display: none;
    }

    .bg-about-Jooin {
        display: none;
        /* width: 300px; height: 100px; position:absolute; top: 14.2%; left: -10%; */
    }

    .group-about-info-head {
        margin: 0px auto;
    }

    .shadow-about-bg-blue {
        display: none;
    }

    .text-h2-fitur {
        font-size: 24px;
    }

    .card-cs-fitur {
        height: 100%;
    }

    /* blog css */
    .card-cs-blog {
        width: 100%;
    }
    .card-cs-blog:hover {
        width: 100%;
    }
    .card-image-blog {
        width: 100%;
    }
    /* close blog css */


    .bg-icon-card-fitur {
        margin-bottom: 10px;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #F2F2F2;
        line-height: 56px;
        text-align: center;
    }

    .group-h-card-fitur {
        margin-left: 0px;
    }

    .group-heading-comunity {
        width: 100%;
    }

    .text-h2-comunity {
        font-size: 24px;
    }

    .group-store-banner {
        width: 100%;
    }

    .image-bg-white-banner {
        display: none;
    }

    .text-p-banner {
        width: 100%;
    }

    .text-h-banner {
        width: 100%;
        font-size: 30px;
    }

    .text-h-system {
        width: 100%;
        font-size: 20px;
    }

    .image-head-phone-1 {
        left: 0;
    }

    .image-head-phone-2 {
        display: none;
    }

    .btn-mobile {
        margin-bottom: 10px;
    }

    .image-head-phone-3 {
        right: 0;
    }

    .set-list-zero {
        width: 100%;
        margin-left: 0;
    }

    .group-right-footer-button {
        margin-top: 1.5rem;
        margin-left: 0;
        width: 100%;
    }

    .group-footer-media-social {
        justify-content: center;
    }

    .p-text-footer-bottom {
        text-align: center;
    }

    .button-apps-footer-bottom {
        width: 150px;
    }

    .group-icon-play-bottom {
        display: block;
    }

    .group-icon-play-bottom  a img {
        margin-bottom: 10px;
    }

    /* Open Fitur Comunity */
        .card-bg-list-fitur {
            width: 100%;
        }

}


