@font-face {
    font-family: "Telkomsel Batik Sans";
    src: url('/font/telkomsel-batik/EOT/TelkomselBatikSans-Regular.eot');
    src: url('/font/telkomsel-batik/EOT/TelkomselBatikSans-Regular.eot') format('embedded-opentype'),
        url('/font/telkomsel-batik/WOFF2/TelkomselBatikSans-Regular.woff2') format('woff2'),
        url('/font/telkomsel-batik/.WOFF/TelkomselBatikSans-Regular.woff') format('woff'),
        url('/font/telkomsel-batik/TTF/TelkomselBatikSans-Regular.ttf') format('truetype');
    font-weight: 700;
    line-height: 48px;
    font-style: normal;
}

@font-face {
    font-family: "Telkomsel Batik Sans Bold";
    src: url('/font/telkomsel-batik/EOT/TelkomselBatikSans-Bold.eot');
    src: url('/font/telkomsel-batik/EOT/TelkomselBatikSans-Bold.eot') format('embedded-opentype'),
        url('/font/telkomsel-batik/WOFF2/TelkomselBatikSans-Bold.woff2') format('woff2'),
        url('/font/telkomsel-batik/.WOFF/TelkomselBatikSans-Bold.woff') format('woff'),
        url('/font/telkomsel-batik/TTF/TelkomselBatikSans-Bold.ttf') format('truetype');
    font-weight: 700;
    line-height: 48px;
    font-style: normal;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
 }

* {
    font-family: "Telkomsel Batik Sans";
    font-style: normal;
    font-weight: 700;
}

.footer {
    background-color: #001A41;
    width: 100%;
}

.footer h1 {
    width: 300px;
    height: 48px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.35px;
    color: #FFFFFF;
    margin-left: 10px;
}

.footer a.footer-navbar {
    width: 86px;
    height: 21px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.35px;
    color: #FFFFFF;
}

.footer img {
    width: 50px;
    height: 48px;
    top: 300px;
}

h1.title-mobile{
    font-family: 'Telkomsel Batik Sans Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
  }

/* sidebar */
.header-mobile {
    /* background-image: url('/img/home/Rectangle.svg'); */
    background: linear-gradient(87.99deg, #BB093E -0.01%, #EF1B4B 47.91%, #F4823A 100%);
    border-radius: 0px 0px 56px 0px;
    background-size: cover;
    width: auto;
    height: 130px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff !important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav::-webkit-scrollbar {
    display: none;
}

.animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon span {
    background: #f3e5f5;
}

.animated-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.sidebar-button {
    border: none !important;
}

.sidebar-button:focus {
    outline: none;
}

.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    vertical-align: middle;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  }

  .login-description{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: .9vw;
    line-height: 24px;
    letter-spacing: 0.35px;
    color: #4E5764;
    margin-bottom: 3%;
  }