
/*======FONT=========*/

    @font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../font/MYRIADPRO-REGULAR.woff') format('woff');
    }
    



body {
    /* font-family: "Poppins-Regular"; */
    font-family: "Myriad Pro";
    
}



.bg-utama {
    background: url("../images/bg0.png");
    scroll-behavior: smooth;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100dvh;

}


.bg-utama1 {
    background: url("../images/bg-display.png");
    scroll-behavior: smooth;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100dvh;
}


.bg-form {
    background: url("../images/bg.png");
    scroll-behavior: smooth;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100dvh;
    overflow-y: scroll;
}


.bg-form1 {
    background: url("../images/bg.png");
    scroll-behavior: smooth;
    background-position: center center;
    background-repeat: repeat;
    overflow-y: auto;
    background-size: 100% 100%;
    width: 100%;
    height: 100dvh;
}


.setting-body {
    width: 100%; 
    height: 100vh; 
    border: 1px solid #fff;
}




/* PADDING  */
.pd-5 {
    padding: 5px;
}

.pd-5a {
    padding: 5px 40px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.pd-40a {
    /* padding: 20px 60px; */
    padding: 20px 25px;
}


/* MARGIN-TOP  */

.mt-05 {
    margin-top: 0.5rem !important
}

.mt-1 {
    margin-top: 1rem !important
}

.mt-1a {
    margin-top: 1.5rem !important
}

.mt-2 {
    margin-top: 2rem !important
}

.mt-2a {
    margin-top: 2.5rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.mt-4 {
    margin-top: 4rem !important
}

.mt-5 {
    margin-top: 5rem !important
}


/* MARGIN-BOTTOM  */
.mb-02{
    margin-bottom: 0.2rem !important
}

.mb-03{
    margin-bottom: 0.3rem !important
}

.mb-05{
    margin-bottom: 0.5rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}


/* WIDTH  */
.w-12pa {
    width: 12.5%;
}

.w20p {
    width: 20%;
}

.w30p {
    width: 30%;
}

.w40p {
    width: 40%;
}

.w50p {
    width: 50%;
}

.w70p {
    width: 70%;
}
.w80p {
    width: 80%;
}

.w90p {
    width: 90%;
}


.w75p {
    width: 75%;
}

.w100p {
    width: 100%;
}


/* WARNA BACGROUND  */
.green {
    background: #109d58;
}

.red {
    background: #dc4437;
}

.blue {
    background: #4286f5;
}

.blue2 {
    background: #2a36fc;
}

.yellow {
    background: #f5b400;
}

.lilac {
    background: #e9ecff !important;
}

.white {
    background: #fff;
}

.black {
    background: #000;
}

.putih {
    color: #fff;
}

.pink {
    color: #ff3399;
}

.pink-old {
    color: #e6499f;
}

.green-dark {
    color: #04cf48;
}

.blue-sky {
    color: #31b5c5;
}

.font-yellow {
    color: #f5b400;
}

.bold {
    font-weight: bold;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.lh-20 {
    line-height: 20px;
}

.lh-22 {
    line-height: 22px;
}

.lh-26 {
    line-height: 26px;
}


.flex-left {
    display: flex;
    justify-content: flex-start;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
}


.set-margin {
    margin-right: 0px;
    margin-left: 0px;
}

.set-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.set-padding7 {
    padding-left: 7px;
    padding-right: 7px;
}

.border-lilac {
    border: 1px solid #e9ecff;
}

.set-input {
    background: #e9ecff;
    border: 1px solid #e9ecff;
}

.set-input:focus {
    background: #e9ecff;
    border: 1px solid #e9ecff;
}


::placeholder {
  color: #fff !important;
  /* opacity: 1; */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff !important;
}

.set-input1 {
    /* background: #ff3399; */
    /* border-bottom: 5px solid #ff3399; */
    border-radius: 10px;
    height: 60px;
    /* color: #fff; */
    text-align: center;
    font-weight: bold;
}

/*
.set-input1:focus {
    color: #fff;
     background: #ff3399;
     border-bottom: 5px solid #ff3399; 
    border-radius: 10px;
    height: 60px;
    text-align: center;
    font-weight: bold;
}

*/

.set-input1a {
    /* background: #ff3399; */
    /* border-bottom: 5px solid #ff3399; */
    border-radius: 10px;
    /* color: #fff; */
    text-align: center;
    font-weight: bold;
}

/*
.set-input1a:focus {
    color: #fff;
    /* background: #ff3399; 
    /* border-bottom: 5px solid #ff3399; 
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
}
*/


.set-input2 {
    background: #faad19;
    border: 1px solid #faad19;
    border-radius: 0px;
    height: auto;
    color: #fff;
}

.set-input2:focus {
    background: #faad19;
    border: 1px solid #faad19;
    border-radius: 0px;
    height: auto;
    color: #fff;
}

.btn-submit {
    background: #ffbf01;
    border: 1px solid #ffbf01;
    font-size: 16px;
    font-weight: 600;
    width: 25%;
    padding: 7px;
    border-radius: 7px;
    cursor: pointer;
}

.btn-submit2 {
    /* background: #ff3399; 
    border: 1px solid #ff3399; */
    font-size: 24px;
    font-weight: 600;
    width: 45%;
    padding: 7px;
    border-radius: 0px;
    cursor: pointer;
    /* color: #fff; */
    border-radius: 10px;
}

.ditengah {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.set-text {
    height: 30px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 3px solid #31b5c5;
    border-right: 3px solid #31b5c5;
}

.set-text1 {
    height: 30px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.shadow1 {
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.12);
}

.radius-7 {
    border-radius: 7px;
}

.radius-10 {
    border-radius: 10px;
}


.btn-reg {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    height: 38px;
    cursor: pointer;
    
}

.btn-reg:focus{
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    height: 37px;
    cursor: pointer;
}

.set-info {
    background: #fb5201;
    padding: 10px 20px;
}

/* COMMENT 1  */
.img1 {
    width: 25%;
    position: absolute;
    top: 18%;
    left: 2%;
}

.char1 {
    width: 22%;
    position: absolute;
    top: 20%;
    left: 4.5%;
    
}

.cmd1 {
     width: 100%;
     line-height: 20px;
    
}

/* COMMENT 2  */
.img2 {
    width: 25%;
    position: absolute;
    top: 10%;
    left: 37%;
}

.char2 {
    width: 22%;
    position: absolute;
    top: 12%;
    left: 38.5%;
    
}

.cmd2 {
    width: 100%;
    line-height: 20px;
    
}


/* COMMENT 3  */
.img3 {
    width: 25%;
    position: absolute;
    top: 10%;
    left: 72%;
}

.char3 {
    width: 22%;
    position: absolute;
    top: 14%;
    left: 75%;
    
}

.cmd3 {
    width: 100%;
    line-height: 20px;
    
}

/* COMMENT 4  */
.img4 {
    width: 25%;
    position: absolute;
    top: 45%;
    left: 2%;
}

.char4 {
    width: 22%;
    position: absolute;
    top: 47.5%;
    left: 4%;
    
}

.cmd4 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 5  */
.img5 {
    width: 25%;
    position: absolute;
    top: 34%;
    left: 37%;
}

.char5 {
    width: 22%;
    position: absolute;
    top: 38.5%;
    left: 39.5%;
    
}

.cmd5 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 6  */
.img6 {
    width: 25%;
    position: absolute;
    top: 34%;
    left: 69%;
}

.char6 {
    width: 22%;
    position: absolute;
    top: 39.5%;
    left: 72.5%;
    
}

.cmd6 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 7  */
.img7 {
    width: 25%;
    position: absolute;
    top: 70%;
    left: 13%;
}

.char7 {
    width: 22%;
    position: absolute;
    top: 74.5%;
    left: 15.5%;
    
}

.cmd7 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 8  */
.img8 {
    width: 25%;
    position: absolute;
    top: 57%;
    left: 41%;
}

.char8 {
    width: 22%;
    position: absolute;
    top: 60.5%;
    left: 43.5%;
    
}

.cmd8 {
     width: 100%;
     line-height: 20px;
    
}

/* COMMENT 9  */
.img9 {
    width: 25%;
    position: absolute;
    top: 55%;
    left: 72%;
}

.char9 {
    width: 22%;
    position: absolute;
    top: 60.5%;
    left: 75.5%;
    
}

.cmd9 {
     width: 100%;
     line-height: 20px;
    
}

/* COMMENT 10  */
.img10 {
    width: 25%;
    position: absolute;
    top: 8%;
    left: 2%;
}

.char10 {
    width: 22%;
    position: absolute;
    top: 11%;
    left: 4.5%;
    
}

.cmd10 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 11  */
.img11 {
    width: 25%;
    position: absolute;
    top: 8%;
    left: 48%;
}

.char11 {
    width: 22%;
    position: absolute;
    top: 11%;
    left: 50.5%;
    
}

.cmd11 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 12  */
.img12 {
    width: 25%;
    position: absolute;
    top: 23%;
    left: 25%;
}

.char12 {
    width: 22%;
    position: absolute;
    top: 27.5%;
    left: 27.5%;
    
}

.cmd12 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 13  */
.img13 {
    width: 25%;
    position: absolute;
    top: 20%;
    left: 72%;
}

.char13 {
    width: 22%;
    position: absolute;
    top: 24.5%;
    left: 74.5%;
    
}

.cmd13 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 14  */
.img14 {
    width: 25%;
    position: absolute;
    top: 37%;
    left: 2%;
}

.char14 {
    width: 22%;
    position: absolute;
    top: 39.5%;
    left: 4.5%;
    
}

.cmd14 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 15 */
.img15 {
    width: 25%;
    position: absolute;
    top: 50%;
    left: 30%;
}

.char15 {
    width: 22%;
    position: absolute;
    top: 54.5%;
    left: 34.5%;
    
}

.cmd15 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 16 */
.img16 {
    width: 25%;
    position: absolute;
    top: 40%;
    left: 57%;
}

.char16 {
    width: 22%;
    position: absolute;
    top: 42.5%;
    left: 59.5%;
    
}

.cmd16 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 17 */
.img17 {
    width: 25%;
    position: absolute;
    top: 58%;
    left: 2%;
}

.char17 {
    width: 22%;
    position: absolute;
    top: 62.5%;
    left: 4.5%;
    
}

.cmd17 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 18 */
.img18 {
    width: 25%;
    position: absolute;
    top: 57%;
    left: 71%;
}

.char18 {
    width: 22%;
    position: absolute;
    top: 62.5%;
    left: 75.5%;
    
}

.cmd18 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 19 */
.img19 {
    width: 25%;
    position: absolute;
    top: 9%;
    left: 2%;
}

.char19 {
    width: 22%;
    position: absolute;
    top: 11.5%;
    left: 4.5%;
    
}

.cmd19 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 20 */
.img20 {
    width: 25%;
    position: absolute;
    top: 13%;
    left: 37%;
}

.char20 {
    width: 22%;
    position: absolute;
    top: 15.5%;
    left: 39.5%;
    
}

.cmd20 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 21 */
.img21 {
    width: 25%;
    position: absolute;
    top: 10%;
    left: 70%;
}

.char21 {
    width: 22%;
    position: absolute;
    top: 15.5%;
    left: 74.5%;
    
}

.cmd21 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 22 */
.img22 {
    width: 25%;
    position: absolute;
    top: 30%;
    left: 8%;
}

.char22 {
    width: 22%;
    position: absolute;
    top: 34.5%;
    left: 10.5%;
    
}

.cmd22 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 23 */
.img23 {
    width: 25%;
    position: absolute;
    top: 35%;
    left: 38%;
}

.char23 {
    width: 22%;
    position: absolute;
    top: 39.5%;
    left: 42.5%;
    
}

.cmd23 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 24 */
.img24 {
    width: 25%;
    position: absolute;
    top: 35%;
    left: 70%;
}

.char24 {
    width: 22%;
    position: absolute;
    top: 37.5%;
    left: 72.5%;
    
}

.cmd24 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 25 */
.img25 {
    width: 25%;
    position: absolute;
    top: 53%;
    left: 2%;
}

.char25 {
    width: 22%;
    position: absolute;
    top: 58.5%;
    left: 6.5%;
    
}

.cmd25 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 26 */
.img26 {
    width: 25%;
    position: absolute;
    top: 58%;
    left: 30%;
}

.char26 {
    width: 22%;
    position: absolute;
    top: 60.5%;
    left: 32.5%;
    
}

.cmd26 {
     width: 100%;
     line-height: 20px;
    
}


/* COMMENT 27 */
.img27 {
    width: 25%;
    position: absolute;
    top: 55%;
    left: 60%;
}

.char27 {
    width: 22%;
    position: absolute;
    top: 59.5%;
    left: 62.5%;
    
}

.cmd27 {
     width: 100%;
     line-height: 20px;
    
}


/* ============ TAMBAHAN BARU PISAN BUBBLE ============ */

.bold {
    font-weight: bold;
}

.mt-min15 {
    margin-top: -15%;
}


.posisi-1 {
    position: absolute;
    top: 30%;
    left: 25%;
}

.buble1 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}


.posisi-2 {
    position: absolute;
    top: 35%;
    left: 40%;
}

.buble2 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-3 {
    position: absolute;
    top: 30%;
    left: 54%;
}

.buble3 {
    position: absolute;
    margin-top: 10%;
    margin-left: 10%;
    width: 77%;
}

.posisi-4 {
    position: absolute;
    top: 45%;
    left: 64%;
}

.buble4 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-5 {
    position: absolute;
    top: 62%;
    left: 24%;
}

.buble5 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-6 {
    position: absolute;
    top: 65%;
    left: 41%;
}

.buble6 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-7 {
    position: absolute;
    top: 68%;
    left: 56%;
}

.buble7 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-8 {
    position: absolute;
    top: 25%;
    left: 22%;
}

.buble8 {
    position: absolute;
    margin-top: 4%;
    margin-left: 12%;
    width: 77%;
}

.posisi-9 {
    position: absolute;
    top: 30%;
    left: 39%;
}

.buble9 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-10 {
    position: absolute;
    top: 28%;
    left: 58%;
}

.buble10 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-11 {
    position: absolute;
    top: 56%;
    left: 22%;
}

.buble11 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-12 {
    position: absolute;
    top: 62%;
    left: 36%;
}

.buble12 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-13 {
    position: absolute;
    top: 52%;
    left: 50%;
}

.buble13 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-14 {
    position: absolute;
    top: 54%;
    left: 66%;
}

.buble14 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-15 {
    position: absolute;
    top: 30%;
    left: 26%;
}

.buble15 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-16 {
    position: absolute;
    top: 29%;
    left: 42%;
}

.buble16 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-17 {
    position: absolute;
    top: 32%;
    left: 57%;
}

.buble17 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-18 {
    position: absolute;
    top: 65%;
    left: 20%;
}

.buble18 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-19 {
    position: absolute;
    top: 58%;
    left: 35%;
}

.buble19 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-20 {
    position: absolute;
    top: 65%;
    left: 50%;
}

.buble20 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-21 {
    position: absolute;
    top: 60%;
    left: 65%;
}

.buble21 {
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 77%;
}

.posisi-title {
    position: absolute;
    top: 22%;
    left: 36%;
    font-size: 26px;
}





@media (min-width: 280px) and (max-width: 500px) {

    .view-desktop {
        display: none;
    }

    .view-mobile {
        display: block;
    }

    .mt-3m {
        margin-top: 3rem;
    }


    .pd-40a {
        padding: 25px 25px;
    }


    .ditengah {
    position: absolute;
    /* top: 72%; */
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    }

    .bg-form {
        background: url("../images/bg.png");
        scroll-behavior: smooth;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 100dvh;
        overflow-y: scroll;
    }


    .bg-form1 {
        background: url("../images/bg.png");
        scroll-behavior: smooth;
        background-position: center center;
        background-repeat: repeat;
        overflow-y: auto;
        background-size: 100% 100%;
        width: 100%;
        height: 100dvh;
    }



}


