/* test content by taimur */


/* Color Variables  */

:root,
html {
    --telkomTheme: black;
    --color: #1E1E1E;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

img {
    max-width: 100%
}

body {
    background: #f7f7f7;
    color: var(--color);
    font-size: 85%;
    font-family: Helvetica, Arial, sans-serif;
    font-display: swap;
    font-stretch: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: none
}


/* Fonts */

h1 {
    font-size: 250%;
    padding: 0.5em 0;
    line-height: 140%;
    font-weight: 700;
    letter-spacing: -0.01em;
}

h2 {
    font-size: 175%;
    padding: 0 0 1em;
    line-height: 140%;
    font-weight: 700;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 150%;
    line-height: 150%;
    padding: 0 0 20px;
    font-weight: 700
}

h4 {
    font-size: 150%;
    line-height: 150%;
    padding: .5em 0
}

h5 {
    font-size: 125%;
    line-height: 150%;
    padding: 0 0 1em 0
}

h6 {
    font-size: 90%;
    font-weight: 700;
}

p {
    line-height: 150%;
    padding: .6em 0
}

strong {
    font-weight: 700
}

em {
    font-style: italic;
}

small,
p small {
    font-size: 80%;
    padding: 0 0 0.5em 0;
    line-height: 140%;
    font-weight: 400;
    display: block;
    color: #999;
}

hr {
    display: block;
    clear: both;
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 1.5em 0;
}

.highlight {
    color: #ffffff;
    font-weight: 700;
}

ul.bullets {
    list-style-type: disc;
    margin: 0 1em;
}

ul.bullets li {
    list-style-type: disc;
    margin: 0.5em;
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 200%;
    }
    h2 {
        font-size: 140%;
        padding: 1em;
    }
    h3 {
        font-size: 125%;
    }
    h4 {
        font-size: 110%;
    }
    h5 {
        font-size: 110%;
    }
    hr {
        margin: 1em 0;
    }
}


/* Links & Easing */

a {
    color: var(--telkomTheme);
    display: inline-block;
}

a i {
    margin-right: 0.25em;
}

input[type=submit],
.btn,
.button-icons a,
.sidebarToggle,
.sidebarToggle i,
.other-logins a,
.faqbtn {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.btn,.btn1
input[type=submit],
.btngrey {
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
    padding: 1.2em 1.5em;
    min-width: 180px;
    border: 0;
    font-weight: bold;
    background: #fac12f;
    color: white !important;
    text-align: center !important;
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn:active,
input[type=submit]:active {
    background: #fac12f;
}

.prev .btn,
.btn.alt {
    background: #f2f2f2;
    color: var(--telkomTheme);
}

.prev .btn:hover,
.btn.alt:hover {
    background: #e2e2e2;
}

.btngrey {
    background: hsl(0, 0%, 97%);
    color: #666;
}

.buttons {
    display: block;
    clear: both;
    padding: 1em 0;
    text-align: right;
}

.block .buttons {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

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

.buttons .btn,
.buttons input[type=submit] {
    display: inline-block;
    margin: 0 0 0 0.5em;
}

.buttons input[type=submit] {
    display: inline-block;
    width: auto;
}

.buttons .create {
    text-align: left;
    font-size: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 1.2em 0;
    border: 0;
    font-weight: 700;
}

.buttons .create:after {
    content: '\f054';
    font-family: FontAwesome;
    font-size: 75%;
    display: inline-block;
    margin-left: 0.75em;
}

a.add:before {
    content: '\f067';
    font-family: FontAwesome;
    font-size: 85%;
    display: inline-block;
    margin-right: 0.5em;
}

a.check:before {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 100%;
  display: inline-block;
  margin-right: 0.5em;
}

.sublinks {
    display: block;
    color: #ddd;
    margin: 1.5em 0;
    text-align: center;
}

.sublinks a {
    margin: 0 0.5em;
    line-height: 150%;
}

.sublinks a:first-of-type {
    margin-left: 0;
}

.buttons a:last-of-type {
    margin-right: 0;
}
.sidebar .logo2{
    background:yellow;
}
.sidebar .logo2 img{
    text-align: center;
    background:black;
}

@media only screen and (max-width:1024px) {
    body {
        background: #F0F0F0;
    }
    .btn,
    .btngrey {
        padding: 1em 1.5em;
        min-width: 120px;
    }
    .btn i.fa-angle-left {
        margin-right: 2px;
    }
    .logout {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    h4 {
        font-size: 125%;
    }
    .sublinks a {
        margin: 0.5em 0;
    }
    .buttons.custom-buttons {
        padding: 0;
        margin-top: 50px;
    }
}

@media only screen and (max-width:490px) {
    .buttons {
        padding: 0;
    }
    .block .buttons {
        padding: 0;
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }
    .buttons .btn,
    .btngrey {
        padding: 10px 30px;
        min-width: fit-content !important;
        text-transform: none;
        border-radius: 4px;
        font-size: 17px;
        font-weight: bold;
    }
    .buttons .btn {
        background-color:linear-gradient(90deg, #e6f1f3 0%, #bee7ee 100%);;
    }
    .buttons a.btngrey {
        color: #707070;
        padding: 10px 30px;
        background-color: #F6F6F6;
        border-radius: 4px;
        font-size: 17px;
        font-weight: bold;
    }
    .buttons .btn:disabled {
        background-color: #CCCCCC;
    }
    .btn,
    input[type=submit] {
        display: block;
        padding: 1em;
    }
}

#apply_application:disabled {
    display: none;
    cursor: not-allowed;
}


/* Yellow Gradient */

.rangeslider__fill,
header .notifications a span,
h3 .icon-indicator .unread,
header:after,
.progress-bar span,
.sidebar span.notifications {
    background: rgb(255, 255, 255);
    background: var(--telkomTheme);
}


/* Main Structure */

.sidebar {
    background-color: #0056b3;
    overflow-x: hidden;
    transition: 0.25s;
}

.sidebar ul li a {
    text-decoration: none;
    font-size: 125%;
    padding: 1.25em;
    padding: 2.5vh 1.15em 2.5vh 2em;
    color: #BAD1E6;
    position: relative;
    display: block;
    transition: 0.25s;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0.5px 0.5px;
    font-weight: 400;
}
.sidebar ul li a:hover {
    color: white;
    font-weight: 600;
    transition: 0.25s;
}

.sidebar ul li:active a img {
    color: #ffffff;
    font-weight: 600;
    filter: opacity(1);
    transition: 0.25s;
}

.sidebar ul li.active,
.sidebar ul li a:hover img {
    color: #ffffff;
    font-weight: 600;
    filter: opacity(1);
    transition: 0.25s;
}

.sidebar ul li#profile {
    display: none;
}

.sidebar ul li.expand-arrow.active a {
    transform: rotate(180deg);
}

.sidebar ul li.expand-arrow a {
    border: 0;
    cursor: pointer;
    display: inline-block;
    padding: 1.5em 0 !important;
    width: 100%;
    height: auto;
    opacity: 0.6;
    background-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg enable-background='new 0 0 512 512' version='1.1' viewBox='0 0 512 512' fill='white' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m256 0c-141.38 0-256 114.62-256 256s114.62 256 256 256 256-114.62 256-256-114.62-256-256-256zm0 469.33c-117.82 0-213.33-95.515-213.33-213.33s95.515-213.33 213.33-213.33 213.33 95.515 213.33 213.33-95.515 213.33-213.33 213.33z'/%3E%3Cpath d='m347.58 198.25-91.582 91.582-91.582-91.582c-8.331-8.331-21.839-8.331-30.17 0s-8.331 21.839 0 30.17l106.67 106.67c8.331 8.331 21.839 8.331 30.17 0l106.67-106.67c8.331-8.331 8.331-21.839 0-30.17-8.332-8.331-21.839-8.331-30.17 0z'/%3E%3C/svg%3E");
}

.sidebar ul li.expand-arrow a:hover {
    opacity: 1;
}

@media screen and (min-width:1025px) {
    .sidebar {
        height: 100%;
        width: 220px;
        position: fixed;
        top: 0;
        left: 0;
    }
    .sidebar ul {
        border-top: 1px solid rgba(186, 209, 230, 0.5);
    }
    .main {
        margin-left: 220px;
        transition: margin-left .3s;
        position: relative;
        z-index: 1;
    }
    .faqheader {
        vertical-align: bottom;
    }
    /* The sidebar menu */
    .sidebar,
    .sidebar ul {
        min-width: 220px;
    }
    .sidebar ul li i {
        margin-right: 1em;
    }
    .sidebar .logo {
        text-align: left;
        width: 200px !important;
        padding: 1.5em 0em 0.5em 5.3em;
        transition: 0.25s;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }
    .sidebar .logo img {
        transition: 0.25s;
        display: block;
        max-width: 220px;
        z-index: 1000;
        height: 8vh;
    }
    .sidebar span.notifications {
        float: right;
        z-index: 2;
        color: var(--telkomTheme);
        width: 17px;
        height: 17px;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        line-height: 16px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .mobileMenu,
    .toggleMobileMenu,
    #mobileMenuTrigger,
    .mobMenu {
        display: inline-block;
    }
    .header_text {
        color: black;
        font-family: Helvetica, Arial, sans-serif;
        padding: 0em 1em 0em 0.5em;
        font-size: 125%;
    }
    .sidebarimg {
        filter: opacity(0.5);
    }
    .menu_padding {
        padding-left: 1em;
    }
}

@media screen and (min-width:1024) {
    .swiper-pagination-bullet:nth-of-type(3) {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .sidebar {
        height: 60px;
        width: 100%;
        overflow: hidden;
        position: fixed;
        z-index: 98;
        top: auto;
        bottom: 0px;
        left: 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 7px solid #245E96;
    }
    .main {
        margin-left: 0px;
        min-width: 100%;
    }
    .sidebar .logo {
        display: none;
    }
    .sidebar ul li {
        float: left;
    }
    .sidebar ul li a {
        text-decoration: none;
        font-size: 150%;
        padding: 0 15px;
        line-height: 59px;
        color: white;
        position: relative;
        display: block;
        transition: 0.25s;
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.5);
    }
    .sidebar ul li a:active {
        background-color: #245E96;
    }
    .sidebar ul li span {
        display: none;
    }
    .sidebar ul li i {
        margin-right: 0;
    }
    .sidebar ul li:nth-of-type(6),
    .sidebar ul li:nth-of-type(7),
    .sidebar ul li:nth-of-type(8),
    .sidebar ul li:nth-of-type(9),
    .sidebar ul li:nth-of-type(10),
    .sidebar ul li#collapse {
        display: none;
    }
    .sidebar ul li#mobileMenuTrigger {
        display: inline-block;
    }
    .ham_z_index {
        z-index: 1000;
        position: initial;
        transition: 0.25s;
    }
    .toggleMobileMenu {
        outline: none;
        border: 0;
        background: none;
        color: #aaa;
        font-size: 30px;
        cursor: pointer;
        line-height: 53px;
        padding: 0 15px;
        z-index: 1000;
    }
    .toggleMobileMenu:hover,
    .toggleMobileMenu:active {
        color: white;
        z-index: 1000;
    }
    .toggleMobileMenu.active {
        color: #ffffff;
        z-index: 1000;
        position: initial;
    }
    .mobileMenu {
        width: 100%;
        position: fixed;
        z-index: 95;
        top: 55px;
        right: -100%;
        bottom: 60px;
        height: 100%;
        background-color: #0056b3;
        overflow-x: hidden;
        transition: 0.25s;
        border-bottom: none;
        padding-top: 2em;
    }
    .mobileMenu.opened {
        right: 0%;
        width: 65%;
        background-color: #0056b3;
    }
    .mobileMenu ul li a {
        text-decoration: none;
        font-size: 125%;
        padding: 1.25em;
        padding: 2.5vh 1.15em;
        color: white;
        position: relative;
        display: block;
        transition: 0.25s;
        border-bottom: none;
        filter: opacity(0.5);
    }
    .mobileMenu ul li a:hover {
        color: white;
    }
    .mobileMenu ul li.active a img {
        color: white;
        font-weight: 600;
        filter: opacity(1);
        transition: 0.25s;
    }
    .mobileMenu ul li.active,
    .mobileMenu ul li a:hover img {
        filter: opacity(1);
        color: white;
        font-weight: 600;
        transition: 0.25s
    }
    .menu_padding {
        padding-left: 1em;
    }
    .mobilemenuimg {
        filter: opacity(0.5);
    }
    .header_mobileheader_mobile {
        display: none;
    }
}


/* Login Header Bar */

header {
    text-align: right;
    background: white;
    float: left;
    min-width: 100%;
    z-index: 100;
    position: sticky;
    position: -webkit-sticky;
    top: 0
}

header:after {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    background-color: #fac12f;
}

header .logo {
    display: none;
}

header .powered-by {
    /* display: inline-block; */
    width: 175px;
    padding: 0;
    margin: 1em 0 0 2em;
    float: left;
}

header .powered-by img {
    display: block;
    width: 175px
}

header a {
    color: black;
    text-decoration: none!important;
}

header div {
    display: inline-block;
    padding: 1em 1em;
}

header .notifications a {
    position: relative;
    z-index: 1;
}

header .notifications i {
    font-size: 125%;
}

header .notifications a span {
    position: absolute;
    z-index: 2;
    top: -7px;
    right: 0px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media screen and (max-width:1024px) {
    header {
        height: 60px;
    }
    header .logo {
        display: block;
        position: absolute;
        top: 8px;
        left: 0px;
    }
    header .logo img {
        height: 44px;
    }
    header div {
        padding: 0 1em;
    }
}

@media screen and (max-width:767px) {
    .avatar span {
        display: none;
    }
    header .powered-by {
        float: none;
        width: 150px;
        margin: 0 3vw 0 0;
    }
    header .powered-by img {
        width: 150px
    }
}

@media screen and (max-width:450px) {
    header .powered-by {
        display: none;
    }
}


/* Main Structure */


/* Yellow Gradient */

.wesgro_menu span.notifications {
    background: #00AEEF;
}

.btn_wesgro_menu,
input[type=submit] {
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
    padding: 1.2em 1.5em;
    min-width: 180px;
    border: 0;
    font-weight: bold;
    background: linear-gradient(90deg, #e6f1f3 0%, #bee7ee 100%);
    text-align: center !important;
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.wesgro_menu {
    background-color: #575757;
    overflow-x: hidden;
    transition: 0.25s;
}

.wesgro_menu ul li.active a {
    color: #e6f1f3;
    font-weight: 600;
}

.wesgro_menu ul li a {
    text-decoration: none;
    font-size: 125%;
    padding: 1.25em;
    padding: 2.5vh 1.15em;
    color: #aaa;
    position: relative;
    display: block;
    transition: 0.25s;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid black;
}

.wesgro_menu ul li a:hover {
    color: white;
}

.wesgro_menu ul li.active,
.wesgro_menuul li a:hover i {
    opacity: 1;
}

.wesgro_menu ul li.expand-arrow.active a {
    transform: rotate(180deg);
}

.wesgro_menuul li.expand-arrow a {
    border: 0;
    cursor: pointer;
    display: inline-block;
    padding: 1.5em 0 !important;
    width: 100%;
    height: auto;
    opacity: 0.6;
    background-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg enable-background='new 0 0 512 512' version='1.1' viewBox='0 0 512 512' fill='white' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m256 0c-141.38 0-256 114.62-256 256s114.62 256 256 256 256-114.62 256-256-114.62-256-256-256zm0 469.33c-117.82 0-213.33-95.515-213.33-213.33s95.515-213.33 213.33-213.33 213.33 95.515 213.33 213.33-95.515 213.33-213.33 213.33z'/%3E%3Cpath d='m347.58 198.25-91.582 91.582-91.582-91.582c-8.331-8.331-21.839-8.331-30.17 0s-8.331 21.839 0 30.17l106.67 106.67c8.331 8.331 21.839 8.331 30.17 0l106.67-106.67c8.331-8.331 8.331-21.839 0-30.17-8.332-8.331-21.839-8.331-30.17 0z'/%3E%3C/svg%3E");
}

.wesgro_menuul li.expand-arrow a:hover {
    opacity: 1;
}

@media screen and (min-width:1025px) {
    .wesgro_menu {
        height: 100%;
        width: 220px;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
    }
    .wesgro_menuul {
        border-top: 1px solid black;
    }
    .main {
        margin-left: 220px;
        transition: margin-left .3s;
        position: relative;
        z-index: 1;
    }
    /* The sidebar menu */
    .wesgro_menu.logo,
    .wesgro_menuul {
        min-width: 220px;
    }
    .wesgro_menuul li i {
        margin-right: 1em;
    }
    .wesgro_menu.logo {
        text-align: left;
        padding: 2.5em 1.5em;
        padding: 5vh 1em;
        transition: 0.25s;
    }
    .wesgro_menu.logo img {
        transition: 0.25s;
        display: block;
        max-width: 140px;
        margin-left: 12%;
    }
    .wesgro_menuspan.notifications {
        float: right;
        z-index: 2;
        color: var(--telkomTheme);
        width: 17px;
        height: 17px;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        line-height: 16px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .ham_z_index {
        z-index: 1000;
        position: initial;
        transition: 0.25s;
    }
    .toggleMobileMenu {
        outline: none;
        border: 0;
        background: none;
        color: #aaa;
        font-size: 30px;
        cursor: pointer;
        line-height: 53px;
        padding: 0 15px;
        z-index: 1000;
    }
    .toggleMobileMenu:hover,
    .toggleMobileMenu:active {
        color: white;
        z-index: 1000;
    }
    .toggleMobileMenu.active {
        color: #ffffff;
        z-index: 1000;
        position: initial;
    }
    .mobileMenu.opened {
        height: 100vh;
    }
    .mobileMenu {
        width: 30%;
        position: fixed;
        z-index: 95;
        top: 50px;
        right: -100%;
        bottom: 60px;
        height: 40%;
        background-color: #0056b3;
        overflow-x: hidden;
        transition: 0.25s;
        border-bottom: none;
    }
    .mobileMenu.opened {
        right: 0%;
        width: 15%;
        background-color: #0056b3;
        padding-top: 13px;
    }
    .mobileMenu ul li a {
        padding: 1.25em;
        padding: 2.5vh 1.15em 2.5vh 2em;
        color: white;
        position: relative;
        display: block;
        transition: 0.25s;
        /* border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        box-shadow: 0.5px 0.5px; */
        font-weight: 400;
    }
    .mobileMenu ul li a {
        text-decoration: none;
        font-size: 125%;
        font-weight: 400;
        /* padding: 2.5vh 30px; */
        /* color: white; */
        /* position: relative; */
        /* display: block; */
        /* `        transition: 0.25s; */
        /* border-bottom: none; */
        /* filter: opacity(0.5); */
    }
    .mobileMenu ul li a:hover {
        color: white;
        filter: opacity(1);
    }
    .mobileMenu ul li.active a img {
        color: white;
        font-weight: 600;
        filter: opacity(1);
        transition: 0.25s;
    }
    .mobileMenu ul li.active,
    .mobileMenu ul li a:hover img {
        filter: opacity(1);
        color: white;
        font-weight: 600;
        transition: 0.25s
    }
    .menu_padding {
        padding-left: 1em;
    }
    .mobilemenuimg {
        filter: opacity(0.5);
    }
}

@media screen and (max-width:1024px) {
    .wesgro_menu {
        height: 60px;
        width: 100%;
        overflow: hidden;
        position: fixed;
        z-index: 10;
        top: auto;
        bottom: 0px;
        left: 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .main {
        margin-left: 0px;
        width: 100%;
    }
    .wesgro_menu.logo {
        display: none;
    }
    .wesgro_menuul li {
        float: left;
    }
    .wesgro_menuul li a {
        text-decoration: none;
        font-size: 150%;
        padding: 0 15px;
        line-height: 59px;
        color: #aaa;
        position: relative;
        display: block;
        transition: 0.25s;
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid black;
    }
    .wesgro_menuul li span {
        display: none;
    }
    .wesgro_menuul li i {
        margin-right: 0;
    }
    .wesgro_menuul li:nth-of-type(6),
    .wesgro_menuul li:nth-of-type(7),
    .wesgro_menuul li:nth-of-type(8),
    .wesgro_menuul li:nth-of-type(9),
    .wesgro_menuul li:nth-of-type(10),
    .wesgro_menuul li#collapse {
        display: none;
    }
    .wesgro_menuul li#mobileMenuTrigger {
        display: inline-block;
    }
    .toggleMobileMenu {
        outline: none;
        border: 0;
        background: none;
        color: #aaa;
        font-size: 30px;
        cursor: pointer;
        line-height: 53px;
        padding: 0 15px;
        z-index: 1000;
    }
    .toggleMobileMenu:hover,
    .toggleMobileMenu:active {
        color: white;
        z-index: 1000;
    }
    .toggleMobileMenu.active {
        color: #ffffff;
        z-index: 1000;
    }
    .mobileMenu {
        width: 100%;
        position: fixed;
        z-index: 99;
        top: 30px;
        right: -100%;
        bottom: 60px;
        height: 100%;
        background-color: #0056b3;
        overflow-x: hidden;
        transition: 0.25s;
        border-bottom: none;
        padding-top: 3em;
    }
    .mobileMenu.opened {
        right: -1%;
        z-index: 100;
        background-color: #0056b3;
    }
    .mobileMenu ul li a {
        text-decoration: none;
        font-size: 125%;
        padding: 1.25em;
        padding: 2.5vh 1.15em;
        color: white;
        position: relative;
        display: block;
        transition: 0.25s;
        border-bottom: none;
        filter: opacity(0.5);
    }
    .mobileMenu ul li a:hover {
        color: white;
        filter: opacity(1);
    }
    .mobileMenu ul li.active a {
        color: white;
        font-weight: 400;
        filter: opacity(0.5);
    }
    .mobileMenu ul li.active,
    .wesgro_menuul li a:hover i {
        opacity: 1;
    }
}


/* Main Content */

.main-content {
    display: block;
    clear: both;
}

.block.centered {
    text-align: center;
    padding: 2em;
}

.content-terms .block {
    box-shadow: none;
    background-color: transparent;
}

select#bank-account-type option {
    padding: 15px;
    background-color: #fff;
    color: var(--color);
}

select#bank-account-type optgroup {
    background-color: #efefef;
    color: var(--color);
    padding: 15px;
}

select#bank-account-type option:hover {
    background-color: #efefef;
}

@media only screen and (min-width:768px) {
    .content-terms .block.active {
        margin: 0;
    }
    .terms-buttons {
        padding: 20px 150px;
    }
    .terms-buttons div {
        display: flex;
        justify-content: space-between;
    }
    .terms-buttons div a {
        margin-left: 0;
    }
    .terms-buttons div button,
    .terms-buttons div a {
        border-radius: 5px;
    }
}

.content-terms {
    box-shadow: 0px 0px 10px 0px lightgrey;
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 30px;
}

.parent_tags input {
    border: 1px solid var(--telkomTheme);
}

.block {
    display: block;
    border-radius: 4px;
    background: white;
    margin: 0 0 2em;
    padding: 2em 150px;
    padding-top: calc(2em + 10px);
    box-shadow: 0px 0px 10px 0px lightgrey;
}

.block#user_form {
    padding: 0 !important;
    box-shadow: none !important;
    margin: 0;
}

.block.main-page h3 {
    padding: 1em 0;
}

.block.main-page {
    box-shadow: 0px 0px 10px 0px lightgrey;
}

.block h3 .icon-indicator {
    float: right;
}

.block h3 .icon-indicator i {
    opacity: 0.3;
    line-height: 150%;
}

h3 .icon-indicator .unread {
    width: 19px;
    height: 19px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

h3 .icon-indicator .read {
    display: inline-block;
    text-align: center;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 14px;
    background: #f7f7f7;
}

.block h3 .number {
    display: inline-block;
    vertical-align: middle;
}

.block h3 a.edit {
    float: right;
    margin: 0;
    font-size: 14px;
    padding: 0.75em 1em;
    line-height: 100%;
    background: white;
    text-decoration: none;
    border: 1px solid #ddd;
    font-weight: 600;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.time {
    float: right;
    margin: 0;
    font-size: 14px;
    padding: 0.75em 1em;
    line-height: 100%;
    background: white;
    text-decoration: none;
    border: 1px solid #ddd;
    font-weight: 600;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
    letter-spacing: 1px;
    text-align: center !important;
    text-decoration: none;
}

.block h3 i {
    opacity: 0.5;
    float: right;
    margin: 0 1em;
    font-size: 14px;
    padding: 0.75em 1em;
    line-height: 100%;
}

.main-content .logout {
    float: right
}

.logout a.alt {
    text-decoration: none;
    min-width: 0px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0
}

.logout a.alt:hover {
    background: rgba(255, 255, 255, 1);
}


/* Grid Layout */

.grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: stretch;
}

@media screen and (min-width:768px) {
    .main-content {
        padding: 1.5em 1.5em 6em;
    }
    .main-content.application {
        padding: 0 0 100px;
    }
    .main-content.application .block {
        margin: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 2%;
        margin-right: 2%;
        border: 49%;
        padding: 1em 2em;
        border-radius: 4px;
        background: white;
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .2);
    }
    .main-content.application .block.active .content {
        padding: 1em 2em;
    }
    .main-content.application .block h3 {
        padding: 1.25em 1.5em;
        margin: 0;
        font-weight: 600;
        background: #f7f7f7;
        /*border-top:1px solid #e7e7e7;*/
        border-bottom: 5px solid white;
    }
    .main-content.application .block.active h3 {
        background: white;
        border: 0;
        padding: 0.5em 0;
        font-size: 125%;
        font-weight: 700;
        padding-left: 0
    }
    .main-content.application .block.active>h3 {
        background: #f7f7f7;
        ;
        padding: 1.25em 1.5em;
    }
    .block-grid,
    .two-columns {
        display: grid;
        width: calc(100% - 2em);
        grid-template-columns: 50% 50%;
        grid-template-rows: auto auto;
        grid-column-gap: 2em;
        grid-row-gap: 0em;
        justify-items: stretch;
        align-items: stretch
    }
}

@media screen and (min-width:1025px) {
    .main-content {
        padding: 0px 0em 0em;
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }
}
.product{
    padding: 1.5em 1.5em 1em !important;
    position: relative !important;
}

.product_card {
    border: 4px solid white !important;
    border-radius: 0px !important;
    margin: -1px;
}
.title_default{
    border: 4px solid white !important;
    border-radius: 0px !important;
    margin: -1px;
}
.custom_table_fields{
    height: 80px !important;
}
.custom_range_field{
    height: 90px !important;
}
.product_default {
    border: 4px solid #e5e5e5 !important;
    border-radius: 0px !important;
    margin: -1px;
}
.product_selected {
    border: 4px solid green !important;
    border-radius: 0px !important;
    margin: -1px;
}

.supporting-docs .done .fa-check-circle {color:green !important ;}
.supporting-docs .done .fa-info-circle {color:#f5a81d !important;}
@media screen and (max-width:600px) {
    .block {
        margin: 0 !important;
        padding: 2em 15px 1em !important;
    }
}

@media screen and (max-width:767px) {
    .main-content {
        padding: 1.5em 1.5em 6em;
    }
    .custom_table_fields{
        height: 100% !important;
    }v
    .block {
        margin: 0 1em 1em;
        padding: 1.25em;
    }
    .main-content.application .block .block {
        margin: 0 0 1em;
        padding: 0;
    }
    .main-content.application .block.active .content {
        margin: 0;
        padding: 0;
    }
    .main-content.application .block h3 {
        padding: 0;
        margin: 0;
        font-weight: 600;
    }
    .main-content.application .block.active>h3 {
        padding: 0;
        margin: 0;
        font-weight: 700;
    }
    .main-content.application .block.active h3 {
        margin: 0 0 1em;
        font-weight: 700;
    }
    .block h3 a.edit,
    .block h3 i {
        font-size: 12px;
        padding: 0.5em 0.75em;
    }
    .time {
        font-size: 12px;
        padding: 0.5em 0.75em;
    }
}

@media screen and (max-width:350px) {
    .main-content {
        padding: 1em 0 4em;
    }
    .block {
        margin: 0 10px 10px;
        padding: 10px;
    }
}


/* Home Page */

@media screen and (min-width:768px) {
    .contain-progress-circle,
    .account-summary {
        display: inline-block;
        vertical-align: middle;
    }
    .contain-progress-circle {
        width: 170px;
    }
    .account-summary {
        width: 75%;
        width: calc(100% - 175px);
    }
}

@media screen and (max-width:767px) {
    .account-summary .table-contain {
        margin-top: 0;
    }
    .contain-progress-circle {
        display: none;
    }
}


/* Notifications Banner */

.notificationsBanner {
    display: block;
    clear: both;
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 0.5em;
}

.row_banner {
    content: "";
    display: table;
    clear: both;
    height: 210px;
}

.banner_column {
    float: left;
    width: 10%;
    padding: 10px;
    height: 100%;
}

.background_yellow_nomargin {
    background: #ffffff;
}

.banner_image_div {
    height: 75px;
}

.banner_two_column {
    float: left;
    width: 85%;
    padding: 5px;
}

.banner_description_margin {
    margin: 0 10% 0 10%;
}

.no-padding {
    padding: 0;
}

.marginfromtop {
    margin-top: 5%;
}

.close_notification {
    color: #ccc;
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 40px;
    font-weight: 400;
    z-index: 100;
}

.row_notification {
    content: "";
    display: table;
    clear: both;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.notificationhome_column {
    float: left;
    width: 25%;
    padding: 10px;
    height: 100%;
}

.notificationhome_two_column {
    margin-left: 30%;
    width: 70%;
    padding: 10px;
    height: 100%;
}

.headingfromtop {
    margin-top: 2%;
}

.Btn_Cursor {
    cursor: pointer;
}

.td_top_border {
    padding: 1.5em 0.5em;
    padding-left: 0.5em;
    border-top: 1px solid #ddd;
}

.corona_tab {
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
    padding: 0.8em 0.8em;
    min-width: 120px;
    border: 0;
    font-weight: 600;
    letter-spacing: 2px;
    background: #ffffff;
    color: var(--telkomTheme);
    text-transform: uppercase;
    text-align: center !important;
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

@media screen and (min-width:1700px) {
    .banner_image_div {
        height: 100%
    }
}

@media screen and (max-width:800px) {
    .banner_column {
        float: left;
        width: 7%;
        padding: 0;
    }
    .image-not-shown {
        width: 0%;
    }
    .banner_two_column {
        float: left;
        margin-left: 5%;
        width: 85%;
        padding: 5px;
    }
    .banner_description_margin {
        margin: 0;
    }
    .notificationhome_column {
        float: left;
        width: 5%;
        padding: 10px;
        height: 100%;
        position: absolute;
    }
    .notificationhome_two_column {
        margin-left: 10%;
        width: 90%;
        padding: 10px;
        height: 100%;
    }
}


/* jQuery FlexSlider v2.6.3 */

.flex-container a:hover,
.flex-slider a:hover {
    outline: none
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}


/* Home Page Banner Slideshow */

.flexslider {
    margin: 0;
    position: relative;
    display: block;
    clear: both;
    z-index: 2;
    zoom: 1;
}

.flexslider .slides li {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 0;
}

.flex-direction-nav {
    height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    opacity: 0.1;
    outline: none;
    top: 50%;
    z-index: 10;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flexslider:hover .flex-direction-nav a {
    opacity: 1;
}

.flex-direction-nav a:before {
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: var(--telkomTheme);
    position: absolute;
    top: 0px;
    left: 0px;
    text-indent: -0px;
    font-family: FontAwesome;
    content: "\f053";
}

.flex-direction-nav a.flex-next:before {
    content: "\f054";
}

.flex-direction-nav .flex-prev {
    left: 0em
}

.flex-direction-nav .flex-next {
    right: 0em
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.message {
    padding: 2em 10vw;
    margin: 0;
    display: block;
    text-align: center;
    background: white;
    position: relative;
}

.message:last-of-type {
    margin: 0
}

.message .content,
.message .related-image {
    display: block;
}

.message .content.centered {
    width: auto;
    text-align: center;
}

.message .related-image svg,
.message .related-image img {
    max-width: 75px;
    margin: 0 0 1em;
    fill: #ffffff;
    display: inline-block;
}

.message h4 {
    padding-top: 0;
}

.message .btn {
    margin: 1em 0.5em 0;
}

.message .close {
    position: absolute;
    top: 1em;
    right: 0.5em;
    font-size: 125%;
    color: var(--telkomTheme);
    opacity: 0.1;
}

.message .close:hover {
    opacity: 1;
}

.message.yellow {
    background: #fbf2df;
}

.message.yellow svg {
    fill: #ffffff;
}

.message.blue {
    background: #ebf5fd;
}

.message.blue svg {
    fill: #ffffff;
}

.message.blue .related-image svg,
.message .blue .related-image img {
    fill: var(--telkomTheme);
}

@media screen and (max-width:767px) {
    .message {
        padding: 1em 0;
    }
    .message .close {
        top: 0.5em;
        right: 0em;
    }
    .message .related-image svg,
    .message .related-image img {
        max-width: 50px;
    }
}


/* Progress Bar */

.progress-bar {
    display: block;
    min-width: 100px;
    height: 20px;
    background: #f5f5f5;
}

.progress-bar span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: left;
    text-indent: 5px;
    font-size: 11px;
    font-weight: 600;
}

.progress-bar,
.progress-bar span {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

@keyframes toggle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes .progress-bar span {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Progress Circle */

.progress-circle {
    position: relative;
    height: 120px;
    width: 120px;
    display: inline-block;
    margin: 0;
}

.progress-circle div {
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.progress-circle div span {
    position: absolute;
    font-weight: 400;
    font-size: 24px;
    line-height: 90px;
    height: 100px;
    width: 100px;
    left: 10px;
    top: 10px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
}

.contain-progress-circle .progress-circle div.repaid span:after {
    content: "REPAID";
    position: absolute;
    bottom: 70px;
    left: 0px;
    width: 100%;
    height: 12px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.progress-circle .rotate {
    clip: rect(0 60px 120px 0);
}

.progress-circle .left {
    clip: rect(0 60px 120px 0);
    opacity: 1;
}

.progress-circle .right {
    clip: rect(0 60px 120px 0);
    transform: rotate(180deg);
    opacity: 0;
}

table .progress-circle,
.grid .progress-circle {
    height: 50px;
    width: 50px;
    top: calc(50% - 25px);
}

table .progress-circle div,
.grid .progress-circle div {
    position: absolute;
    height: 50px;
    width: 50px;
}

table .progress-circle div span,
.grid .progress-circle div span {
    position: absolute;
    font-size: 11px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    left: 5px;
    top: 5px;
}

table .progress-circle .rotate,
.grid .progress-circle .rotate {
    clip: rect(0 25px 50px 0);
}

table .progress-circle .left,
.grid .progress-circle .left {
    clip: rect(0 25px 50px 0);
    opacity: 1;
}

table .progress-circle .right,
.grid .progress-circle .right {
    clip: rect(0 25px 50px 0);
}

@keyframes toggle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width:767px) {
    .progress-circle {
        margin: 0.5em 0;
    }
}


/* Steps */

.steps-container {
    display: flex !important;
    clear: both;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 1;
    position: sticky !important;
    position: -webkit-sticky !important;

    width: 100%;
    height: 100px;
    margin-top:1em;
    margin-bottom:1em;
    background:linear-gradient(90deg, #fabb2f 0%, #fbc72f 100%);
}

.steps {
    margin: 0;
    padding: 0;
    counter-reset: step;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.steps li {
    list-style-type: none;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    font-weight: lighter;
}

.steps.two li {
    width: 50%;
}

.steps li a {
    background-color: white;
    color: black;
    text-decoration: none;
}

.steps li:before {
    width: 26px;
    height: 26px;
    content: counter(step);
    counter-increment: step;
    line-height: 26px;
    border: 2px solid black;
    display: block;
    color: black;
    text-align: center;
    margin: 0 auto 5px auto;
    border-radius: 50%;
    z-index: 1;
}

.steps li:after {
    width: 100%;
    width: calc(100% - 26px);
    height: 2px;
    content: '';
    position: absolute;
    background-color: black;
    top: 15px;
    left: -50%;
    left: calc(-50% + 13px);
    z-index: -1;
}

.steps li:first-child:after {
    content: none;
}

.steps li.active:before {
    color: black;
    border-color: black;
    background-color: black;
}

.steps li.done:before {
    color: black;
    border-color: white;
    background-color: white;
}

.steps li.done,
.steps li.active {
    color: white;
}

.steps li.done::after {
    background-color: black;
}
.steps li.filled:before {
    border-color: #1e1e1e;
    background-color: #1e1e1e;
    color: white;
}


.steps li::after {
    background-color: black;
}

@media only screen and (max-width:767px) {
    .steps-container {
        height: 100px;
    }
    .steps li:before {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    .steps li a {
        font-size: 85%;
    }
    .steps li:after {
        top: 12px;
    }
}


/* @media only screen and (max-width:480px){
        .steps-container {display:none;}
    } */


/* Table */

table.applications {
    border: 1px solid #ccc;
}


/* table.applications tbody tr:last-of-type td {
    display: none;
}

table.applications tbody tr:last-of-type td:nth-child(3) {
    display: block;
} */

.accept-btns {
    margin-top: 20px;
}

table.applications.single_months tr td {
    border: 1px solid #ccc;
}

table.applications.single_months tr td select {
    border-style: none solid none solid;
    text-align: center;
}

table.applications.single_months tr td {
    border-style: solid none;
}

table.applications.single_months tr td:last-of-type {
    border-style: solid solid solid none;
}

table {
    margin: 0;
    width: 100%;
    text-align: left;
    line-height: 115%;
    border: none;
}

table th {
    padding: 1em;
    font-weight: 600;
    background: #f9f9f9;
    vertical-align: bottom;
}

table td {
    padding: 1em;
    border-top: none;
}

table tr td:last-of-type {
    text-align: left;
}

table tr:nth-of-type(last) td {
    border: 0;
}

i.fa-check,
.green {
    color: #18c00b;
}

.yellow {
    color: #ffffff;
}

.red {
    color: red;
}

.black {
    color: black;
}

table i.fa-times,
.grid i.fa-times {
    color: red;
    margin: 0 0.25em;
}

table.acc-summary td {
    padding: 0.4em 1em;
}

table.acc-summary tr.rowspace td {
    padding: 0em;
    border: 0;
}

table.acc-summary tr:first-of-type td {
    padding-top: 1em;
}

table.acc-summary tr:last-of-type td {
    padding-bottom: 1em;
}

table td.progress {
    position: relative;
    width: 45px;
}

table td.progress .progress-circle {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

.re-advance table.acc-summary {
    border: 0;
}

.tableheader {
    padding: 5px 0 !important
}

@media screen and (max-width:767px) {
    .table-contain {
        position: relative;
        width: 100%;
        z-index: 1;
        margin: 0.25em auto 1em;
        overflow-x: scroll;
        font-size: 90%;
    }
    .table-contain table {
        width: 100%;
        margin: auto;
        table-layout: fixed;
    }
    .table-contain table tr th {
        width: 70%;
    }
    .table-contain table tr th:first-of-type {
        width: 10%;
    }
    .table-contain table tr th:last-of-type {
        width: 20%;
    }
    .re-advance .table-contain table {
        min-width: 300px;
    }
    table th {
        padding: 0.75em;
        letter-spacing: 0;
        text-transform: none;
    }
    table td {
        padding: 0.75em;
    }
    tr.rowspace td {
        border: 0;
        padding: 0;
    }
    .hideformobile {
        display: none;
    }
}

@media screen and (max-width:420px) {
    table th,
    table td {
        padding: 0.5em;
    }
    table.applications th,
    table.applications td {
        font-size: 12px;
        color: var(--color);
        font-weight: bold;
    }
    table.applications.single_months th,
    table.applications.single_months td {
        color: var(--color);
        font-weight: 400;
        border-color: #CBCBCB;
        border-style: solid none;
        border-width: 1px;
    }
    table.applications.single_months td:first-child {
        border-style: solid;
    }
    table.applications.single_months td:last-child {
        border-style: solid solid solid none;
    }
    table.compare_all_months td {
        font-weight: 400;
    }
    table.compare_all_months td.compare_all_months_radio {
        font-weight: bold;
        display: flex !important;
        align-items: center;
    }
    table.compare_all_months {
        border: 1px solid #CBCBCB;
    }
    select.term_needed {
        border: none;
    }
    table.applications tr td:last-of-type {
        padding: 0.5em 0;
        width: 18px !important;
    }
    table.acc-summary td {
        padding: 0.4em 0.8em;
    }
    table.acc-summary tr:first-of-type td {
        padding-top: 0.8em;
    }
    table.acc-summary tr:last-of-type td {
        padding-bottom: 0.8em;
    }
}


/* Fund Comparison Page */

.fund-comparison .column {
    border: 1px solid #ddd;
    margin: 0;
    padding: 1.5em;
}

.fund-comparison h3 {
    padding: 0 0 0.5em;
}

.fund-comparison h4 {
    font-size: 125%;
    font-weight: 700;
}

.fund-comparison td {
    background: none !important;
}

table.balance {
    margin: 0;
    border: 0;
    text-align: left;
}

table.balance td {
    padding: 0.5em 0;
    border: 0;
    font-size: 90%;
}

table.balance tr td:last-of-type {
    text-align: right;
}

table.balance tr.feature td {
    font-weight: bold;
    font-size: 110%;
}

table.balance tr:last-of-type td:last-of-type {
    border-left: 0;
}


/* Range Slider */

.spacer {
    position: relative;
    height: 15px;
    margin: 0;
    float: left;
    width: 50%;
    border-radius: 4px 0 0 4px;
    background: linear-gradient(90deg, rgba(246, 168, 27, 1) 0%, rgba(250, 203, 38, 1) 100%);
}

.spacer.readvance {
    background: #aaa;
}


/*.spacer span {position:absolute; z-index:5; top:-17px; right:6px; font-size:90%;}*/

.spacer:after {
    width: 2px;
    height: 15px;
    position: absolute;
    z-index: 5;
    content: "";
    top: 0px;
    right: -2px;
    background: var(--telkomTheme);
}

.dragbar {
    float: right;
    width: 50%;
}

.slider-header {
    clear: both;
    margin: 0;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
    justify-items: top;
    align-items: center;
}

.slider {
    padding: 2em 1em;
    margin: 0 0 0;
    /* display: block; */
    display: flex;
    border: 1px solid #ddd;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.slider .amounts {
    padding: 0 0 1em;
}

.slider .amounts .total {
    text-align: right;
}

.slider .amounts .amount {
    font-weight: 700;
    text-align: right;
}

.slider .amounts .title {
    color: #999;
}

.form-field .slider input,
.form-field .slider .rangeslider {
    display: inline-block;
    width: calc(100% - 80px) !important
}

.slider output {
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 120%;
    color: var(--color);
}

.slider output:before,
.slider .amount:before {
    content: "";
}

.rangeslider,
.rangeslider__fill {
    display: block;
    border-radius: 0 4px 4px 0;
}

.rangeslider {
    background: #eee;
    position: relative;
}

.rangeslider--horizontal {
    height: 10px;
    top: -5px;
}

.rangeslider--disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
    background:linear-gradient(90deg, #fabb2f 0%, #fbc72f 100%);;
}

.rangeslider__handle {
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 115%;
    font-weight: 700;
    text-indent: -23px;
}

.rangeslider__handle:nth-letter(even) {
    margin-left: 10px;
    color: red;
}

.rangeslider--horizontal .rangeslider__handle {
    top: 24px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.rangeslider__handle:after {
    content: '';
    background: white;
    font-weight: bold;
    border: 8px solid var(--color);
    cursor: pointer;
    display: inline-block;
    width: 6px;
    height: 6px;
    top: -30px;
    left: 45%;
    left: calc(50% - 14px);
    position: absolute;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .2);
}

@media screen and (min-width:768px) {
    input[type='radio'] {
        margin-bottom: 10px !important;
    }
    .fund-comparison .column {
        position: relative;
    }
    .fund-comparison .column .buttons {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 1.5em;
    }
    .fund-comparison .column .buttons .btn {
        min-width: 10px;
        width: 40%;
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width:767px) {
    .fund-comparison .column {
        padding: 1em;
    }
    .slider {
        padding: 2em 1em 1em;
    }
    .rangeslider__handle {
        font-size: 100%;
        text-indent: -75%;
    }
    table.balance td {
        padding: 0.25em 0;
        border: 0;
    }
}


/* Tabs */

ul.tab-links {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tab-links li {
    background: #ececec;
    font-size: 100%;
    font-weight: 600;
    display: inline-block;
    padding: 1.25em 2em;
    margin-right: 0.5em;
    cursor: pointer;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}

ul.tab-links li.current {
    background: white;
    color: var(--telkomTheme);
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tab-content {
    display: none;
    background: white;
    margin: 0 0 2em;
    padding: 1.5em;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.tab-content.current {
    display: block;
}

@media screen and (max-width:767px) {
    ul.tab-links {
        text-align: center;
    }
    ul.tab-links li {
        padding: 1.25em 0.5em;
        margin-right: 0.25em;
    }
    .tab-content {
        margin: 0 0 1em;
        padding: 1.25em;
    }
    .loggedOut .tab-content {
        margin: 0;
        padding: 1.25em;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


/* Form Elements */

input,
select,
textarea {
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 0px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
    padding: 0.8em;
    background-color: #fff !important;
    color: var(--color);
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    border: 1px solid var(--telkomTheme);
    border-radius: 0;
    outline: none;
}

input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

input:focus,
textarea:focus {
    background: white;
    border: 1px solid var(--telkomTheme);
    outline: none;
}

input:active,
textarea:active {
    outline: none;
    border: 1px solid #CBCBCB;
}

input:focus-visible,
textarea:focus-visible {
    border: 1px solid var(--telkomTheme);
    outline: none;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 50%;
    outline: none;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type='radio']:checked:before {
    background: black !important;
}

input[type="checkbox"]:checked {
    accent-color: linear-gradient(90deg, #fabb2f 0%, #fbc72f 100%);;
}

input[type=checkbox] {
    width: auto !important;
    margin: 0;
}

input[type="checkbox"] {
    font-size: 150%;
    accent-color: linear-gradient(90deg, #fabb2f 0%, #fbc72f 100%);;
}

input#datepicker {
    width: 125px !important;
    margin-right: 4px;
}

input[type=submit] {
    display: block;
    width: 100%;
    -webkit-appearance: none
}

form.active_block,
form.quote_block {
    padding: 60px 150px 15px;
    background-color: #fff;
    margin: 0;
    box-shadow: 0px 0px 10px 0px lightgrey;
    border-radius: 5px;
}

.cstmSpacing {
    color: var(--color);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

select {
    min-width: 50%;
    width: 100%;
}

::placeholder {
    color: #999;
    opacity: 1;
}

span.optional {
    display: inline-block;
    color: #999;
    font-size: 85%;
}

fieldset {
    display: block;
    padding: 0 0 1em;
}

fieldset small {
    display: inline;
}

.otp input {
    width: 40px;
    display: inline-block;
}

input.error,
select.error,
textarea.error {
    border-color: red;
    background: #fef3f3;
}

fieldset .response.error {
    padding: 0;
    border: none;
    background: none;
    text-align: left;
    margin: 0.5em 0;
}

.select {
    display: block;
    position: relative;
}

.select.autowidth {
    display: inline-block;
    min-width: 100px;
}

.select:before {
    position: absolute;
    color: #999;
    right: 1em;
    top: 0.8em;
    font-family: FontAwesome;
    content: "\f0dd";
}

.select select {
    -webkit-appearance: none;
    padding: 0 1em;
    width: 100%;
    height: 40px;
    background: white;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid var(--telkomTheme);
    color: #1D1D1D;
}

.select select:focus,
.select select:active {
    outline: none;
}

.select select:active {
    border: 1px solid #CBCBCB;
}


/* Checkboxes & Radios */

dl.radio,
dl.checkbox {
    display: block;
    line-height: 150%;
    margin: 0;
    padding-right: 0.75em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}

dl.radio dt,
dl.checkbox dt {
    display: inline-block;
    vertical-align: top;
    width: 20px;
}

dl.radio dd,
dl.checkbox dd {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    width: calc(100% - 25px);
    color: #949494;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

span.checkbox,
span.radio {
    display: inline-block;
    vertical-align: top;
    margin-right: 2em;
}

dl.radio a,
dl.checkbox a {
    color: var(--telkomTheme);
}

.response {
    display: block;
    font-weight: 600;
    line-height: 125%;
    text-align: center;
    margin: 1em 0;
    padding: 1em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.response i {
    margin-right: 0.5em;
}

.response.error {
    color: red;
    border: 1px solid red;
    background: #fef3f3;
}

.response.success {
    color: #18c00b;
    border: 1px solid #18c00b;
    background: #f4fdf3;
}


/* Tru ID Styling */


/* Radio Options */

input#EFTDebitOrders,
input#CreditDebitCards {
    margin-bottom: 10px !important;
}

.radio-choices input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
    cursor: pointer;
}

.radio-choices input[type="checkbox"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-choices label,
.radio-choices span.title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    margin: 0 -5px 0 0;
    text-align: center;
    line-height: 125%;
    padding: 1em 0;
    font-size: 100%;
    border: 1px solid #ddd;
    background: white;
}

.radio-choices span.title {
    background: #fafafa;
    width: auto;
    padding: 1em 0;
    font-weight: 600;
}

.radio-choices label:hover {
    cursor: pointer;
}

.radio-choices input[type="radio"]:checked+label {
    background: black;
    font-weight: 600;
    color: white;
    border-color: grey;
    height: 100%
    overflow:hidden;
}
.radio-choices .builders_choice input[type="radio"]:checked+label{
    background: #ffd600 !important;
    font-weight: 600;
    color: white;
    border-color: #ffd600;
    height: 100%
}
.radio-choices input[type="checkbox"]:checked+label {
    background: var(--telkomTheme);
    font-weight: 600;
    color: white;
    border-color: var(--telkomTheme);
}

.radio-choices img {
    height: 45px;
    display: block;
    margin: 0 auto 5px;
}

.radio-choices {
    clear: both;
    border: 1px solid #ddd;
    position: relative;
    z-index: 1;
}

.radio-choices.two {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 0;
    justify-items: stretch;
    align-items: stretch;
    margin-bottom: 0;
}

.radio-choices.two input[type=radio] .radio-choices.three {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-column-gap: 0;
    justify-items: stretch;
    align-items: stretch;
}

.radio-choices.banks {
    display: grid;
    grid-template-columns: 14.5% 14.5% 14.5% 14.5% 14.5% 14.5% auto;
    grid-column-gap: 0;
    justify-items: stretch;
    align-items: stretch;
}

.radio-choices.months {
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10% auto;
    grid-column-gap: 0;
    justify-items: stretch;
    align-items: stretch;
}

.radio-choices.percentage {
    display: grid;
    grid-template-columns: 9% 9% 9% 9% 9% 9% 9% 9% 9% 9% auto;
    grid-column-gap: 0;
    justify-items: stretch;
    align-items: stretch;
}

.radio-choices div {
    display: flex;
    line-height: 1;
    padding: 0;
    background: #fff;
    align-items: center;
    flex-direction: column;
}

.radio-choices div label {
    display: block;
    /* vertical-align: top; */
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin: 0;
    border: 0;
    border-right: 1px solid #ddd;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
}

.radio-choices.banks div:last-of-type label,
.radio-choices.three div:last-of-type label {
    border: 0;
}

.radio-choices div.title {
    background: #fafafa;
    width: auto;
    padding: 1em 0;
    font-weight: 600;
    border: 0;
}

.radio-choices.banks label {
    height: 80px;
}

.radio-choices.banks img {
    height: auto;
    max-width: 70%;
    max-height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.radio-choices.banks span.other {
    line-height: 50px;
    text-align: center;
}

.radio-choices.banks label.checked img {
    max-width: 85%;
    max-height: 45px;
}

.radio-choices.banks input[type="radio"]:checked+label {
    background: white !important;
    border-color: #ddd;
    color: grey !important;
}

.radio-choices.banks input[type="radio"]:checked+label:before {
    color: #ffffff;
    font-size: 175%;
    background: golden;
    position: absolute;
    z-index: 2;
    top: -7px;
    border-radius: 50%;
    left: 47%;
    left: calc(50% - 8px);
    content: '\f058';
    font-family: FontAwesome;
}


/* Choose Account */

.radio-choices.accounts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    justify-items: stretch;
    align-items: stretch;
    border: 0;
}

.radio-choices.accounts {
    margin: 0 0 1em;
}

.radio-choices.accounts .account {
    margin: 0;
    border-radius: 4px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .2);
}

.radio-choices.accounts .account,
.radio-choices.accounts label {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease
}

.radio-choices.accounts .account:hover {
    cursor: pointer;
    margin: -0.5em;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .15), 0 0 1px 0 rgba(0, 0, 0, .25);
}

.radio-choices.accounts label {
    border: 0;
    padding: 0.5em;
    background: none;
    border-radius: 4px;
}

.radio-choices.accounts .account:hover label {
    padding: 1em;
}

.radio-choices.accounts input[type="radio"]:checked+label {
    background: white;
    border: 0;
    color: var(--telkomTheme);
}

.radio-choices.accounts input[type="radio"]:checked+label:before {
    color: #f5a81d;
    font-size: 30px;
    line-height: 30px;
    background: white;
    position: absolute;
    z-index: 2;
    top: -15px;
    border-radius: 50%;
    left: 45%;
    left: calc(50% - 15px);
    content: '\f058';
    font-family: FontAwesome;
}

.radio-choices.accounts input[type="radio"]:checked+label .info {
    font-weight: bold;
}

.radio-choices.accounts .new,
.radio-choices.accounts .new input[type="radio"]:checked+label {
    background: #028ecb;
    color: white;
}

.radio-choices.accounts .company-name {
    height: 110px;
    display: block;
    position: relative;
    font-size: 135%;
    font-weight: 600;
    padding: 0 2em;
}

.radio-choices.accounts div {
    line-height: 150%;
}

.radio-choices.accounts .info {
    display: grid;
    grid-template-columns: 25px auto;
    padding: 10px;
    grid-column-gap: 0;
    justify-items: stretch;
    align-items: center;
    background: #f7f7f7;
    border-radius: 4px;
}

.radio-choices.accounts div div {
    background: none;
}

.radio-choices.accounts .info .icon i {
    font-size: 20px;
    margin: 0;
}

.radio-choices.accounts .info .icon.declined i {
    color: #ffffff;
    font-size: 16px;
}

.radio-choices.accounts .info .icon.approved i {
    color: #18c00b
}

.radio-choices.accounts .new .info {
    background: rgba(255, 255, 255, 0.2);
}

.radio-choices.docs {
    width: 100%;
    border-radius: 0px;
    border: 0;
    text-align: left;
    margin-top: 10px;
    justify-content: space-around;
    align-items: center;
}

.radio-choices.docs div {
    background: transparent;
    text-align: left;
    position: relative;
    width: 40%;
    max-width: 225px;
}

@media only screen and (min-width:768px) {
    .radio-choices.docs div {
        width: 30%;
    }
}

.radio-choices.docs div div {
    width: 100%;
}

#import_bank_statements {
    margin-top: 30px;
}

.radio-choices.docs div.truid {
    border-radius: 4px;
    border: 1px solid #ddd;
    width: auto;
    display: inline-block;
    background: linear-gradient(0deg, #f7f7f7 0%, #ffffff 100%);
}

.radio-choices.docs label {
    height: auto;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 0.2em 1.5em 0.2em 1.5em;
    line-height: 1.2;
}

.truid-custom {
    /* padding-left: 10% !important; */
    float: left !important;
}

.or-custom {
    width: 10% !important;
}

.upload-custom {
    float: right !important;
    /* padding-right: 10% !important; */
}

.mannual_upload.hidden.custom-upload-document {
    width: 45%;
}

.radio-choices.docs input[type="radio"]:checked+label#manualBtn:before {
    display: none;
}

.connected-button {
    display: none;
}

button.accepted-truid {
    border: 1px solid var(--color);
    color: var(--color);
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: none;
    min-width: fit-content;
    display: flex;
    align-items: center;
}

button.accepted-truid img {
    width: 20px;
    margin-right: 10px;
}

.table-.bank_account_block1 {
    height: fit-content;
    display: none;
}

label.text-center.custom-upload-padding.customTick span {
    padding: 10px;
    border: 1px solid var(--telkomTheme);
    border-radius: 4px;
    text-align: center;
    color: black;
}

.radio-choices.docs div.truid label {
    padding: 10px;
    text-align: center !important;
}

.truid-custom,
upload-custom {
    width: 45%;
}

.or-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.radio-choices.docs span,
.radio-choices.docs img {
    display: inline-block;
    vertical-align: middle;
}

.radio-choices.docs img {
    height: auto;
    max-width: 125px;
    margin-left: 10px;
}

.radio-choices.docs input[type="radio"]:checked+label {
    background: transparent;
    border-color: #ddd;
    color: white !important ;
}

.radio-choices.docs input[type="radio"]:checked+label:before {
    color: green;
    font-size: 175%;
    background: transparent;
    position: absolute;
    z-index: 2;
    top: 50%;
    top: calc(50% - 12px);
    left: -12px;
    border-radius: 50%;
    content: '\f058';
    font-family: FontAwesome;
}

@media only screen and (min-width:1300px) {
    .radio-choices.accounts {
        grid-template-columns: repeat(4, 1fr);
    }
    .radio-choices.accounts .company-name {
        height: 125px;
        font-size: 145%;
    }
}

@media only screen and (max-width:767px) {
    .radio-choices.accounts {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0em;
        grid-row-gap: 1.5em;
        margin: 1em;
    }
    .radio-choices.accounts .company-name {
        height: auto;
        padding: 1.5em;
    }
    .radio-choices.docs input[type="radio"]:checked+label:before {
        left: -5px;
    }
    .radio-choices.docs div.truid input[type="radio"]:checked+label:before {
        left: auto;
        right: 100px;
    }
    .radio-choices.docs div.upload-custom input[type="radio"]:checked+label:before {
        left: -13px;
    }
}

.form-field.toggle {
    text-align: right;
}

.form-field.toggle p {
    display: inline-block;
    padding: 0 1em 0 0;
}

input[type="checkbox"].toggle {
    opacity: 0;
    position: absolute;
    left: -99999px;
}

input[type="checkbox"].toggle+label {
    height: 45px;
    width: 100px;
    padding: 0;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    background: #f2f2f2;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

input[type="checkbox"].toggle+label:before,
input[type="checkbox"].toggle+label:hover:before {
    content: ' ';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 43px;
    height: 43px;
    background: #ddd;
    z-index: 2;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #999;
}

input[type="checkbox"].toggle+label .on {
    color: white;
}

input[type="checkbox"].toggle+label .off {
    margin-left: 45px;
    display: inline-block;
}

input[type="checkbox"].toggle+label .on {
    display: none;
}

input[type="checkbox"].toggle:checked+label .off {
    display: none;
}

input[type="checkbox"].toggle:checked+label .on {
    margin-right: 45px;
    display: inline-block;
}

input[type="checkbox"].toggle:checked+label,
input[type="checkbox"].toggle:focus:checked+label {
    background: #fab92f;
}

input[type="checkbox"].toggle:checked+label:before,
input[type="checkbox"].toggle:checked+label:hover:before,
input[type="checkbox"].toggle:focus:checked+label:before,
input[type="checkbox"].toggle:focus:checked+label:hover:before {
    top: 1px;
    left: 100%;
    margin-left: -44px;
    background: white;
}

fieldset span.label {
    display: inline-block;
    margin-right: 1em;
}

fieldset.percentage span.label {
    width: auto;
    min-width: 29%;
    margin: 0;
}

fieldset.percentage .range-slider {
    width: auto;
    min-width: 69%;
    display: inline-block;
    margin: 0.5em 0;
}

fieldset.percentage .range-slider .range-slider__range {
    width: calc(100% - (60px));
}

.upload {
    display: block;
    background: #f2f2f2;
    margin: 1em 0;
    border-radius: 4px;
    clear: both;
    display: block;
}

.upload:last-of-type {
    margin: 0;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-btn-wrapper .custom-upload-btn {
    background-color: transparent !important;
}

.upload-btn {
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
    border-radius: 4px;
    border: 0;
    background: white;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    margin-top: 1em;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.progress-bar span{
    background: rgb(246, 168, 27);
    background: #FAA61A;
}

.upload-btn i {
    margin: 0 0 0 1em;
}

.custom-upload-btn {
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
    border-radius: 4px;
    border: 0;
    background: white;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
}


/* @media screen and (max-width:767px) {
    .custom-upload-btn {
        margin-left: -10px;
    }
} */

.custom-upload-btn i {
    margin: 0 0 0 1em;
}

.custom-upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

.custom-upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

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

.upload-preview i {
    font-size: 325%;
    opacity: 0.25;
}

.upload .links {
    text-align: right;
}

.upload .links a {
    padding: 0.5em;
}

.upload .links a.remove {
    color: red;
}


/* Supporting Docs (New) */

.supporting-docs {
    margin: 1em 0;
    width: 100%;
}

.supporting-docs .doc {
    position: relative;
    margin: 0;
    padding: 1.5em;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.supporting-docs .doc .btn {
    display: block;
    background-color: #f2f2f2;
    border: none;
}

.supporting-docs .icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    justify-items: stretch;
    align-items: stretch;
}

.supporting-docs .icons i {
    font-size: 3em;
}

.supporting-docs .fa-check-circle {
    font-size: 2em;
    color: #f5f5f5;
    position: absolute;
    top: 10px;
    right: 10px;
}

.supporting-docs .done .fa-check-circle {
    color: #ffffff;
}

.supporting-docs h3 {
    padding: 1em 0 0.5em 0;
}

.supporting-docs p {
    padding: 0;
}

.supporting-docs p.filename {
    border-top: 1px solid #eee;
    padding: 1em 0;
}

.supporting-docs .uploaded-doc {
    padding: 1em 0 0;
    margin: 0;
    display: grid;
    grid-template-columns: auto 100px;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-items: stretch;
    align-items: stretch;
}

.supporting-docs .uploaded-doc span {
    padding: 5px 0;
}

.supporting-docs .custom-uploaded-doc {
    margin: 0;
    display: grid;
    grid-template-columns: auto 100px;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-items: stretch;
    align-items: stretch;
}

.supporting-docs .custom-uploaded-doc span {
    padding: 5px 0;
}

.supporting-docs .doclinks {
    color: #ccc;
    text-align: right;
    background: white;
}

.supporting-docs .custom-doclinks {
    color: #ccc;
    text-align: right;
}

@media screen and (max-width:767px) {
    .supporting-docs .custom-doclinks {
        margin-right: 15px;
    }
}

.supporting-docs .doclinks a {
    display: inline-block;
}

.supporting-docs .doclinks a.delete {
    color: red;
    margin-left: 0.5em;
}

.supporting-docs .filename {
    display: block;
    overflow: hidden;
    max-width: 40ch;
    font-size: 0.9em;
    padding-left: 18px !important;
    position: relative;
}

.supporting-docs .filename:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%23000;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg data-name='324-Document' id='_324-Document'%3E%3Cpolygon class='cls-1' points='10 1 4 7 4 31 28 31 28 1 10 1'/%3E%3Cpolyline class='cls-1' points='10 1 10 7 4 7'/%3E%3Cline class='cls-1' x1='8' x2='18' y1='15' y2='15'/%3E%3Cline class='cls-1' x1='8' x2='24' y1='20' y2='20'/%3E%3Cline class='cls-1' x1='8' x2='24' y1='25' y2='25'/%3E%3C/g%3E%3C/svg%3E");
}

.delete {
    color: red;
}

div#truid {
    text-align: center !important;
}

@media only screen and (min-width:768px) {
    div#truid .truid {
        width: 200px;
    }
}

.tooltip .searchToolTip2 .sig-tool-tip .customToolTip2 {
    max-width: 200px;
    display: flex;
    flex-wrap: wrap;
}

label#manualBtn {
    text-align: right !important;
    padding: 0;
}

.repeater-area {
    display: block;
    clear: both;
    /* border-bottom: 1px dashed #ddd; */
}

.repeater-area:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.repeater-area:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

#transction {
    padding-left: 14%;
}

.form-item {
    display: block;
    padding: 0;
}

.field-title {
    line-height: 125%;
    font-weight: 600;
    color: var(--color);
}

@media only screen and (min-width:768px) {
    .field-title,
    .form-field {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
    }
    .form-field {
        width: 100%;
        position: relative;
    }
    .two-column {
        display: grid;
        grid-template-columns: 49% 49%;
        grid-column-gap: 2%;
        justify-items: stretch;
        align-items: stretch;
    }
    .three-column {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        ;
        grid-column-gap: 1em;
        justify-items: stretch;
        align-items: stretch;
    }
    .upload {
        padding: 1.5em;
        display: grid;
        grid-template-columns: 60px auto 120px;
        grid-column-gap: 1em;
        justify-items: stretch;
        align-items: center;
    }
    /* .supporting-docs {margin:2em 0; display:grid; grid-template-columns:repeat(3, 1fr); grid-column-gap:1.5em; grid-row-gap:1.5em; justify-items:stretch;align-items:stretch; border:0;} */
    /* .supporting-docs .doc {position:relative; margin:0; padding:1.5em 1.5em 1em; -webkit-transition:all 0.15s ease;-moz-transition:all 0.15s ease;-ms-transition:all 0.15s ease;-o-transition:all 0.15s ease;transition:all 0.15s ease} */
    /* .supporting-docs .doc .bottom {position:relative; bottom:0px; left:0px; width:100%; padding:1.5em; -webkit-transition:all 0.15s ease;-moz-transition:all 0.15s ease;-ms-transition:all 0.15s ease;-o-transition:all 0.15s ease;transition:all 0.15s ease} */
}

@media only screen and (max-width:767px) {
    .field-title {
        padding: 0;
        margin-bottom: 5px;
        color: var(--color);
        font-size: 14px;
        line-height: 17px;
        font-weight: bold;
    }
    .button-icons {
        padding: 1em;
    }
    .button-icons a img {
        height: 40px;
    }
    .radio-choices.banks {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-column-gap: 0;
        grid-template-rows: auto auto;
        grid-row-gap: 0px;
        justify-items: stretch;
        align-items: stretch;
    }
    .radio-choices.banks {
        border: 0;
        margin-top: 1em;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }
    .radio-choices.banks div {
        border: 0 !important;
    }
    .radio-choices.banks div label {
        border: 1px solid #ddd !important;
        border-left: 0 !important;
        border-top: 0 !important;
    }
    fieldset.toggle {
        text-align: center;
        margin-top: 1em;
    }
    .page-five .container {
        padding: 1.5em;
    }
    .table-contain {
        overflow-x: auto
    }
    .form-item {
        padding: 0;
        margin-bottom: 20px;
    }
    .form-field {
        margin: 0.25em 0 0;
        display: block;
        width: auto;
    }
    .response {
        padding: 0.5em;
    }
    .radio-choices label,
    .radio-choices .title {
        font-size: 90%;
    }
    .upload {
        padding: 1em;
        display: grid;
        grid-template-columns: auto 120px;
        grid-column-gap: 0;
        justify-items: stretch;
        align-items: center;
    }
    .upload-preview {
        display: none;
    }
    .upload-btn {
        padding: 1em;
    }
    .repeater-area {
        margin: 0;
        padding: 0;
    }
    .supporting-docs .doc {
        margin: 1.5em 0 .5em;
        margin-top: 0;
    }
    .supporting-docs .doc .bottom {
        padding: 1.5em 0 0;
    }
    .truid .radio-choices label,
    .truid .radio-choices .title {
        font-size: 90%;
    }
    .form-item .truid .radio {
        width: max-content;
    }
}

@media only screen and (max-width:480px) {
    .upload {
        padding: 1em;
        display: block
    }
    .upload .links {
        text-align: left;
        padding: 1em 0;
    }
    .upload .links a {
        padding: 0;
        margin-right: 1em;
    }
}


/* Tooltip Styles */

[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
    text-transform: none !important;
    letter-spacing: 0;
    /* margin-left: 2px; */
    top: 0;
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
.tooltip:hover:before,
.tooltip:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.tooltip:before,
[data-tooltip]:before {
    z-index: 10001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

.tooltip:after,
[data-tooltip]:after {
    z-index: 10000;
    padding: 10px 15px;
    width: 250px;
    background-color: #0056b3;
    color: white;
    content: attr(data-tooltip);
    font-size: 12px;
    line-height: 1.4em;
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: var(--telkomTheme);
}

[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}

span.tooltip i {
    margin: 0 5px;
    font-size: 14px;
    padding-left: 5px;
    color: greyf
}

span.tooltip i:hover {
    color: #0056b3
}

@media only screen and (max-width:480px) {
    .tooltip:after,
    [data-tooltip]:after {
        width: 150px;
        font-size: 12px;
        white-space: normal;
    }
    [data-tooltip]:after,
    .tooltip:after,
    .tooltip-top:after {
        margin-left: -130px;
    }
    span.tooltip i {
        margin: 0 2px;
    }
}


/* Lightbox Popup */

.Btn_Modal {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10000000;
    padding-top: 100px;
    padding-top: 5vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #2d3750;
    background-color: rgba(45, 55, 80, 0.5)
}

.modal-error {
    display: none;
    position: fixed;
    z-index: 10000000;
    padding-top: 100px;
    padding-top: 5vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-status {
    display: none;
    position: fixed;
    z-index: 10000000;
    padding-top: 100px;
    padding-top: 5vh;
    left: 0;
    top: 64px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #2d3750;
    background-color: rgba(45, 55, 80, 0.5)
}

.modal-contentpopup {
    position: relative;
    background-color: white;
    margin: auto;
    padding: 1em 4em 30px;
    max-width: 550px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    border-radius: 4px;
}

.modal-contentpopup2 {
    position: relative;
    background-color: white;
    margin: auto;
    padding: 2em 4em;
    max-width: 550px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    border-radius: 4px;
    top: 15%;
}

.modal-contentpopup-status {
    position: relative;
    background-color: white;
    margin: auto 27% auto auto;
    padding: 2em 4em;
    max-width: 550px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    border-radius: 4px;
    top: -4%;
}

.modal-contentpopup-status td {
    padding: 3px 15px 3px 3px;
}

.modal-contentpopup-status h5 {
    padding: 0;
}

.modal-bodypopup {
    text-align: left;
    margin-top: 5%;
    color: rgba(0, 0, 0, 0.9);
    font-family: helvetica, arial, sans-serif;
    max-width: 600px;
    vertical-align: middle;
    border-radius: 5px;
}

.form-item-spacing {
    margin-bottom: 15px !important;
    padding: 0;
}

.popup-header {
    font-size: 150%;
    text-align: center;
    padding: 0 15px 15px;
}

.modal-content {
    position: relative;
    background-color: white;
    margin: auto;
    padding: 0;
    max-width: 800px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    /* margin: 10px; */
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.close {
    color: #ccc;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400
}

.close:hover,
.close:focus {
    color: var(--telkomTheme);
    cursor: pointer
}

.modal-body {
    text-align: left;
}

.modal-body h3 {
    padding: 15px 25px;
    margin: 0 -25px 15px;
}

.modal-header {
    text-align: center;
    padding: 4vh 0
}

.modal-header img.icon {
    max-width: 100px;
    max-height: 100px;
}

.modal-header h3 {
    font-weight: 400;
    border: 0;
    margin: 0;
    font-size: 175%;
}

.modal-header h3 strong {
    display: block;
}

.modal-body .disclaimer {
    background: #f7f7f7;
    color: var(--telkomTheme);
    text-align: center;
    padding: 1.5em;
    font-size: 90%;
}

.modal-header .fa-check-circle {
    color: #18c00b;
    font-size: 50px;
    margin-bottom: 10px;
}

@media only screen and (max-width:767px) {
    .modal-body {
        padding: 15px;
    }
    .modal-body h3 {
        padding: 0 15px 15px;
        margin: 0 -15px 10px;
    }
    .close {
        right: 10px;
        top: 15px;
        font-size: 30px;
        line-height: 30px;
    }
    .modal-header h3 {
        font-size: 150%;
    }
    .modal-body .disclaimer {
        padding: 1em;
    }
    .modal-header .fa-check-circle {
        font-size: 40px;
    }
}

@media only screen and (max-width:600px) {
    .modal-content {
        width: 90%;
    }
    .appStatusIcon {
        margin-right: 20%!important;
    }
}

@media only screen and (max-width:767px) {
    .modal-contentpopup {
        margin: 1em;
        padding: 1em 2em;
        top: 50px;
    }
    .modal-contentpopup2 {
        margin: 1em;
        padding: 2em 2em;
        top: 50px;
    }
    .modal-contentpopup-status {
        margin: 1em;
        padding: 1em;
        top: -40px;
    }
}

@media only screen and (max-width:450px) {
    .modal-contentpopup {
        margin: 1em;
        padding: 1em;
        top: 0px;
    }
    .modal-contentpopup2 {
        margin: 1em;
        padding: 1em;
    }
    .modal-contentpopup-status {
        margin: 1em!important;
        padding: 1em;
    }
}

@media only screen and (max-width: 1024px) {
    .modal-status {
        top: 62px;
    }
    .modal-contentpopup-status {
        margin: auto;
    }
}

.form-text-sig {
    display: inline-block;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 400;
    padding-left: 1.5em;
}

.form-item-sig {
    vertical-align: middle;
    display: inline-block;
}


/* FAQ */

.block.faqs {
    padding: 5px 15px !important;
}

.faqDiv {
    background: white;
    display: none;
}

.faqDiv:last-of-type details {
    border-style: none;
}

.show {
    display: block;
}

#faqBtns {
    display: flex;
    margin: 0 0 1.5em 0;
}

button,
button:focus,
button:active,
button:focus-visible {
    outline: none;
}

.faqbtn {
    border-radius: 5px;
    outline: none;
    padding: 15px 20px;
    border: 1px solid var(--telkomTheme);
    margin: 0 5px 0 0;
    background-color: white;
    cursor: pointer;
    color: var(--telkomTheme);
    font-size: 100%;
}

.faqbtn:hover {
    background-color: #f7f7f7;
}

.faqbtn.faqactive {
    background-color: var(--telkomTheme);
    color: white;
}

.faqs details {
    display: block;
    padding: 2em;
    background: white;
    margin: 0;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease
}

faqDiv:last-of-type details {
    border: 0;
}

summary {
    text-decoration: none;
    outline: none;
}

.faqs summary {
    font-weight: 600;
    font-size: 125%;
    line-height: 125%;
}

summary::-webkit-details-marker {
    display: none
}

.faqs details[open] summary {
    margin-bottom: 1em;
    font-weight: 700;
}

.faqs summary:hover {
    color: var(--telkomTheme);
    cursor: pointer;
}

summary h3 {
    padding: 0
}

@media only screen and (min-width:768px) {
    summary:before {
        content: "+";
        float: right;
        /* display: inline-block; */
        color: #aaa;
        line-height: 35px;
        font-size: 19px;
    }
    .faqs summary:before {
        line-height: 100%;
        font-size: 100%;
    }
    details[open] summary:before {
        content: "Close";
        font-weight: normal;
        font-size: 13px;
    }
}

@media only screen and (max-width:767px) {
    .faqs details {
        display: block;
        padding: 1em;
    }
    .faqs summary {
        margin: 0;
        font-size: 110%;
    }
    #faqBtns {
        display: block;
        padding: 0;
    }
    .faqbtn {
        padding: 8px 12px;
        margin: 3px 2px;
    }
}


/* Settings */


/* .settings {
    border: 1px solid var(--telkomTheme);
    margin-top: 1em
} */

.settings .row {
    display: grid;
    grid-template-columns: 30px auto 60% 10%;
    grid-column-gap: 0;
    text-align: left;
    grid-row-gap: 0;
    padding: 1.5em 0;
    justify-items: stretch;
    align-items: stretch;
    border-bottom: 1px solid #ddd;
}

.settings .row:last-of-type {
    border-bottom: 0;
}



/* .landing-login-form .fundrr-text img {
    width: 125px;
} */

.settings .action {
    text-align: right;
}

.settings .title {
    letter-spacing: 1px;
    font-size: 90%;
    color: #ddd;
}

details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}

@media only screen and (max-width:767px) {
    .settings .row {
        grid-template-columns: 25px auto 50% 50px;
        padding: 1.5em 1em;
    }
    .settings .title {
        text-transform: none;
        letter-spacing: 0;
    }
}

@media only screen and (max-width:480px) {
    .settings .row {
        display: grid;
        grid-template-columns: auto 60% 15%;
        padding: 1em 0;
        justify-items: stretch;
        align-items: stretch;
        border-bottom: 1px solid #ddd;
    }
    .settings .icon {
        display: none;
    }
}

.pointerOn {
    cursor: pointer;
}

.field-icon {
    float: right;
    margin: -28px 10px 0 0;
    position: relative;
    z-index: 2;
    color: #999;
}

.hidden {
    display: none;
}

.dialog-background {
    height: 100%;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}

.dialog-loading-wrapper {
    border: 0 none;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: fixed;
    top: 30%;
    width: 100%;
    z-index: 9999999;
}

.loading_image {
    width: 25%;
}

.business_selected {
    background: var(--telkomTheme);
    font-weight: 600;
    color: white;
    border-color: var(--telkomTheme);
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
    padding: 1.2em 2em;
    min-width: 180px;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center !important;
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


/* Quote Table */

table.quote {
    margin: 0 0.5em 0.5em;
    width: 100%;
    text-align: center;
    line-height: 125%;
}

table.quote th {
    padding: 0.8em 0.4em;
    font-weight: 600;
    font-size: 90%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

table.quote td {
    padding: 0.8em 0.4em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

table.quote tr td:first-of-type {
    border-left: 1px solid #ddd;
}

table.quote tr td:last-of-type {
    border-right: 1px solid #ddd;
}

table.quote tr:nth-of-type(even) td {
    background: #f7f7f7;
}

table.quote tr.totals td {
    background: white !important;
    font-weight: 600;
}

.application-not-available-text {
    text-align: center;
}

.funding-quote-block,
.active-block {
    position: relative;
    top: -165px;
}

#ViewStatement .dates {
    width: 40%;
    max-width: 250px;
}

.daterangepicker .calendar-table td {
    padding: 0;
}

.account-buttons {
    display: flex;
    justify-content: space-between;
    font-size: smaller;
}

.account-buttons .info {
    max-width: 56%;
    padding-top: 1%;
}

.account-buttons .action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.account-buttons .action-buttons .btn {
    margin-right: 20px;
}

.account-buttons .action-buttons .btn.default {
    background-color: #f2f2f2;
}

.account-buttons#confirm {
    display: none;
}

.readvance-confirmation {
    border: 2px solid #a4e69f;
    background-color: #F4FDF3;
    padding: 40px;
    color: green;
    margin-bottom: 20px;
    text-align: center;
}

#eu-cookie-bar {
    display: none;
    text-align: left;
    color: #fff;
    min-height: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    padding: 15px 38px 15px;
    background-color: var(--telkomTheme) !important;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

button#euCookieAcceptWP {
    line-height: 20px;
    background: var(--telkomTheme);
    border: none;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    display: inline;
    margin-left: 10px;
}


/* Login Container */

.loggedOut {
    background-color: var(--telkomTheme);
    text-align: center;
    min-height: 100vh;
}

.loggedOut .logo img {
    max-width: 190px;
}

.copy-area {
    color: white;
}

.copy-area h1 {
    font-weight: 400;
    padding-top: 0;
    line-height: 125%;
}

.copy-area h1 strong {
    color: #ffffff
}

.copy-area p {
    line-height: 160%;
}

.loggedOut .block {
    background: white;
    text-align: left;
    padding: 0;
    border-radius: 4px;
}

.loggedOut ul.tab-links {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0;
    justify-items: stretch;
    align-items: stretch;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.loggedOut ul.tab-links li {
    margin: 0;
    border-radius: 0;
    padding: 1.2em 0;
    color: var(--telkomTheme);
    text-decoration: underline;
    background: #f9f9f9;
    font-size: 115%;
}

.loggedOut ul.tab-links li.current {
    color: var(--telkomTheme);
    text-decoration: none;
    background: white;
}

.loggedOut fieldset legend {
    padding: 0 0 0.5em;
    display: block;
    width: auto;
}

.forgot-password {
    text-align: left;
    padding: 0.5em 0;
}

.forgot-password a {
    color: #999;
}

.other-logins span.or {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    margin: 1em 0 0;
}

.other-logins .buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
    justify-items: stretch;
    align-items: stretch;
}

.other-logins a {
    display: block;
    cursor: pointer;
    padding: 0.7em;
    border: 0;
    margin: 1em 0 0;
    font-weight: 600;
    letter-spacing: 2px;
    background: white;
    color: var(--telkomTheme);
    text-transform: uppercase;
    text-align: center !important;
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.other-logins a img,
.other-logins a span {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
}

.other-logins a span {
    width: calc(100% - 38px);
    text-align: center;
}

.other-logins a:hover {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.fa.fa-eye,
.fa.fa-eye-slash {
    margin-right: 5px;
}

.loggedOut input[type="text"],
.loggedOut input[type="password"] {
    background: #f9f9f9;
}

.loggedOut dl.radio,
.loggedOut dl.checkbox {
    padding: 0;
}

.loggedOut .block {
    margin: 0;
}

.loggedOut .block .tab-content {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.loggedOut .buttons {
    padding: 0;
}

.loggedOut .buttons a.create {
    text-align: left;
    display: inline-block;
    width: 49%;
    margin: 0;
}

.loggedOut .buttons input {
    display: inline-block;
    width: 49%;
    min-width: 100px;
    margin: 0;
}

input#id_email,
input#password-toggle {
    margin-top: 5px;
}

@media screen and (min-width:1025px) {
    .loggedOut {
        text-align: center;
        min-height: 100vh;
        background: var(--telkomTheme) url(login-bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .loggedOut .wrapper {
        width: 100%;
        position: relative;
        min-height: 100vh;
        max-width: 1300px;
        margin: 0 auto;
        padding: 5vh 7.5vw;
        min-height: 100vh;
        display: grid;
        grid-template-columns: auto 400px;
        grid-column-gap: 0;
        justify-items: stretch;
        align-items: center;
    }
    .loggedOut .logo {
        position: absolute;
        top: 5vh;
        left: 7.5vw;
    }
    .copy-area {
        padding: 10vh 10vw 0 0;
        font-size: 125%;
        text-align: left;
        color: white;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    }
    .loggedOut .copy-area h1,
    .loggedOut .copy-area p {
        max-width: 45vw;
    }
}

@media screen and (max-width:1024px) {
    .loggedOut .wrapper {
        padding: 0 2em 10em;
    }
    .loggedOut .logo {
        text-align: center;
        padding: 2em 0 1em;
    }
    .loggedOut .logo img {
        max-width: 140px;
    }
    .copy-area {
        text-align: center;
    }
    .loggedOut .copy-area h1,
    .loggedOut .copy-area p {
        display: none;
    }
    .loggedOut .block {
        max-width: 400px;
        margin: 1em auto;
    }
}

@media screen and (max-width:400px) {
    .loggedOut .wrapper {
        padding: 0 1em 10em;
    }
    .loggedOut .logo img {
        max-width: 150px;
    }
    .loggedOut .block {
        display: block;
        width: 100%;
        background: white;
        text-align: left;
    }
    .other-logins a {
        font-weight: 600;
        letter-spacing: 1px;
    }
}


/* Account Summary Pages (with Notice on right) */

.notification {
    display: block;
    margin: 0;
    padding: 1em;
    text-align: center;
    background: #f7f7f7;
    border-radius: 4px;
}

.notification .icon,
.notification .copy,
.notification .action {
    display: block;
    /* vertical-align: center; */
}

.notification .copy {
    padding: 0;
}

.notification .icon {
    font-size: 150%;
    text-align: right;
}

.notification .copy i {
    margin-right: 10px;
    font-size: 175%;
    display: inline-block;
    vertical-align: center;
}

.notification .action .btn {
    min-width: 125px;
    margin: 0;
}

.right-column .notification {
    margin-top: 0;
    padding: 2em;
}

.right-column .notification .icon,
.right-column .notification .copy,
.right-column .notification .action {
    display: block;
    text-align: center;
}

.right-column .notification .copy {
    padding: 0;
}

.right-column .notification .action .btn {
    min-width: 100%;
    margin: 0;
}

@media screen and (min-width:768px) {
    .vert-center {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 900px;
        margin: 0 auto;
    }
    .notification {
        display: grid;
        grid-template-columns: 30px auto auto;
        grid-column-gap: 1em;
        justify-items: stretch;
        align-items: stretch;
        align-items: center;
    }
    .notification .copy {
        text-align: left;
    }
    .right-column .notification {
        display: block;
    }
    .notification .action {
        text-align: right;
    }
    .right-column .notification .copy p {
        font-size: 125%;
    }
}

@media screen and (max-width:767px) {
    .notification {
        padding: 1.5em;
    }
    .notification .copy {
        text-align: center;
        padding-bottom: 1em;
    }
    .notification .icon {
        display: block;
        text-align: center;
        padding-bottom: 0.5em;
    }
}


/* Block with hover (Account Summary) */

.block.hover {
    padding: 2em;
    margin: 0 0 1em;
}

.grid {
    color: var(--telkomTheme);
}

.grid dt {
    letter-spacing: 1px;
    height: 2em;
    font-size: 90%;
    color: var(--color);
}

.grid dd {
    font-size: 112.5%;
    line-height: 125%;
    font-weight: bold;
    color: var(--color);
}

.grid dl:first-of-type dd {
    font-weight: 700;
}

.grid dl.available dd {
    color: #18c00b;
    font-weight: 700;
}

@media screen and (min-width:768px) {
    .grid {
        /* display: grid; */
        display: flex;
        grid-template-columns: auto auto auto auto auto;
        grid-column-gap: 10px;
        justify-items: stretch;
        align-items: top;
    }
    .grid.application {
        /* grid-template-columns: 15% 15% 20% 20% auto 15%;
        align-items: start; */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .grid.eight {
        grid-template-columns: repeat(8, auto);
        grid-column-gap: 20px;
    }
    .grid dt {
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .block.hover {
        padding: 2em 2.5em;
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -ms-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease
    }
    .block.hover:hover {
        cursor: pointer;
        margin: -0.25em -0.5em 0.75em;
        padding: 1.75em 2.25em 1.75em;
        box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .15), 0 0 1px 0 rgba(0, 0, 0, .25);
    }
}

@media screen and (min-width:441px) and (max-width:767px) {
    .block.hover {
        padding: 20px;
        margin: 0 10px 10px;
    }
    .grid {
        grid-template-columns: 100%;
        grid-column-gap: 0;
        grid-row-gap: 5px;
    }
    .grid dl {
        display: grid;
        grid-template-columns: 150px auto;
        grid-column-gap: 10px;
        justify-items: stretch;
        align-items: bottom;
    }
    .grid dt {
        height: auto;
        font-size: 100%;
        letter-spacing: 0;
    }
}

@media screen and (max-width:440px) {
    .block.hover {
        padding: 15px;
        margin: 0 10px 10px;
    }
    .grid {
        grid-template-columns: 100%;
        grid-column-gap: 0;
        grid-row-gap: 10px;
    }
    .grid dl {
        padding: 5px 0;
    }
    .grid dt {
        height: auto;
        padding: 3px 0;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
}


/* Path / Breadcrumbs */

.breadcrumbs {
    clear: both;
    font-size: 90%;
    line-height: 140%;
    padding: 43px;
    margin: 0 0 2em;
    color: #999;
}

.breadcrumbs a:after {
    margin: 0 5px 0 10px;
}

.breadcrumbs a:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 85%;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px
}

.breadcrumbs strong {
    color: var(--telkomTheme);
}

@media screen and (max-width:767px) {
    .breadcrumbs {
        padding: 10px;
        max-width: 50%;
    }
}

@media screen and (max-width:580px) {
    .breadcrumbs {
        display: none;
    }
}


/* truID Elements */

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

.block.truID .notice {
    height: auto;
    padding: 2em;
}

.form-item.truid .field-title a {
    display: block;
    padding: 0.5em 0;
    font-size: 90%;
}

@media screen and (min-width:768px) {
    .block.truID {
        display: grid;
        grid-template-columns: auto 250px;
        grid-column-gap: 2em;
        align-items: top;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .block.truID {
        grid-column-gap: 1em;
    }
}

@media screen and (max-width:767px) {
    .block.truID {
        padding: 15px;
    }
}

.pointerOn {
    cursor: pointer;
}

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

.hidden {
    display: none;
}

.dialog-background {
    height: 100%;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}

.dialog-loading-wrapper {
    border: 0 none;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: fixed;
    top: 30%;
    width: 100%;
    z-index: 9999999;
}

.loading_image {
    width: 20%;
}

.business_selected {
    background: var(--telkomTheme);
    font-weight: 600;
    color: white;
    border-color: var(--telkomTheme);
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
    padding: 1.2em 2em;
    min-width: 180px;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center !important;
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


/* Quote Table */

table.quote {
    margin: 0 0.5em 0.5em;
    width: 100%;
    text-align: center;
    line-height: 125%;
}

table.quote th {
    padding: 0.8em 0.4em;
    font-weight: 600;
    font-size: 90%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

table.quote td {
    padding: 0.8em 0.4em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

table.quote tr td:first-of-type {
    border-left: 1px solid #ddd;
}

table.quote tr td:last-of-type {
    border-right: 1px solid #ddd;
}

table.quote tr:nth-of-type(even) td {
    background: #f7f7f7;
}

table.quote tr.totals td {
    background: white !important;
    font-weight: 600;
}

.application-not-available-text {
    text-align: center;
}

.funding-quote-block,
.active-block {
    position: absolute;
    top: -165px;
    left: 0px;
    height: 0px;
    width: 0px;
    display: block;
}

#ViewStatement .dates {
    width: 40%;
    max-width: 250px;
}

.daterangepicker .calendar-table td {
    padding: 0;
}

.account-buttons {
    display: flex;
    justify-content: space-between;
    font-size: smaller;
}

.account-buttons .info {
    max-width: 56%;
}

.account-buttons .action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.account-buttons .action-buttons .btn {
    margin-right: 20px;
}

.account-buttons .action-buttons .btn.default {
    background-color: #f2f2f2;
}

.account-buttons#confirm {
    display: none;
}

.readvance-confirmation {
    border: 2px solid #a4e69f;
    background-color: #F4FDF3;
    padding: 40px;
    color: green;
    margin-bottom: 20px;
    text-align: center;
}

.anchor-tag-error-without-underline {
    text-decoration: none;
    color: red
}

.re_advance_slider {
    padding: 1.5em 1.5em 2em;
    margin: 0 0 1em 0;
    display: block;
    border: 1px solid #ddd;
}

.re_advance_column {
    float: left;
    width: 47%;
}

.width_height_100 {
    width: 100%;
    height: 100%;
    min-height: 480px;
}

.popup_margin {
    margin: auto
}

@media screen and (max-width:764px) {
    .popup_margin {
        margin: 15%
    }
}

@media screen and (min-width:764px) {
    .trueid_height {
        height: 550px
    }
}

@media screen and (min-width:764px) {
    .margin {
        margin-top: 40%
    }
}

.modal .message .close,
.modal.truID_iframe_area .message .close {
    position: absolute;
    z-index: 1000000;
    top: 10px;
    right: 10px;
    padding: 0 10px;
    opacity: 0.5;
    cursor: pointer;
    text-align: center;
}

.modal.truID_iframe_area .modal-body {
    padding: 0;
}

.modal.truID_iframe_area #truID_iframe {
    min-height: 520px;
    min-height: 90vh;
}

.truID_iframe_area .modal-content {
    max-width: 1000px;
}

.fa-styling-check {
    font-size: 10em;
    background-color: #ffffff;
    border-radius: 50%
}

.center-align {
    display: flex;
    justify-content: center
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.border-bottom-right {
    border-bottom-right-radius: 10px;
}

.border-bottom-left {
    border-bottom-left-radius: 10px;
}

.background_yellow {
    background-color: #ffffff;
}

.background_white {
    background-color: white;
}

.top-margin-input-field {
    margin: 0.25em 0 0;
}

.img-center {
    max-width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.step_counter {
    color: var(--telkomTheme);
    text-decoration: none;
    line-height: 100%;
    padding: 0;
}

.custom_step_counter {
    color: var(--color);
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    opacity: .2;
    padding: 0;
}

.custom_step_counter_active {
    color: #1D1D1D;
    line-height: 17px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    opacity: 1;
}

.otp_styling {
    padding: 0.9em;
    min-width: 11%;
    width: 20%;
    -webkit-appearance: none;
    padding: 0 1em;
    height: 45px;
    background: white;
}

@media screen and (max-width:901px) {
    .otp_styling {
        padding: 0.9em;
        min-width: 11%;
        width: 20%;
        -webkit-appearance: none;
        padding: 0 1em;
        height: 45px;
        background: white;
    }
}

.registration_number_styling {
    padding: 0.9em;
    min-width: 11%;
    width: 32.8%;
    -webkit-appearance: none;
    padding: 0 1em;
    height: 45px;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

@media screen and (max-width:901px) {
    .registration_number_styling {
        padding: 0.9em;
        min-width: 11%;
        width: 32%;
        -webkit-appearance: none;
        padding: 0 1em;
        height: 45px;
        background: white;
        -webkit-appearance: none;
        -moz-appearance: textfield;
    }
}

input.registration_number_styling {
    width: 100px !important;
    border: 1px solid var(--telkomTheme);
}

.registration_number_styling:hover,
.registration_number_styling:active,
.registration_number_styling:focus {
    outline: none;
}

.registration_number_styling:active,
select:active {
    border: 1px solid #CBCBCB;
}

.registration_number_styling {
    min-width: 50px !important;
    width: auto !important;
    -webkit-appearance: none;
    padding: 0 0.8em;
    height: 40px;
    background: white;
    border: 1px solid var(--telkomTheme);
}

span.slash {
    width: 15px;
    display: inline-block;
    text-align: center;
    font-size: 125%;
}


/* Home / Dashboard Page */

.intro {
    padding: 1.5em;
}

.intro h2 {
    padding: 0;
}


/* Profile Info (New) */

.option {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 1.5em;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.option .close {
    color: #e5e5e5;
    right: 10px;
    top: 10px;
    font-size: 20px;
    line-height: 20px;
}

.option .close:hover {
    color: var(--telkomTheme);
}

.option h3 {
    font-size: 20px;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    line-height: 125% !important;
    padding-right: 2em;
}

.option h3 span.new {
    color: #ffffff;
    font-size: 16px;
    float: right;
    padding-right: 1.5em
}

.option p em {
    color: #999;
}

.main-content .main-content {
    padding: 0;
}

.main-content .main-content .settings .title {
    color: #707070;
}

.icon-head {
    display: flex;
    grid-template-columns: 42px auto;
    grid-column-gap: 10px;
    grid-row-gap: 0;
    margin: 0;
    justify-items: stretch;
    align-items: center;
    flex-direction: column;
}

.icon-head h3 {
    padding: 0;
}

span.icon {
    display: inline-block;
    vertical-align: middle;
    height: 110px;
}

span.icon img {
    height: 100%;
}

span.icon.home {
    background: url(/static/img/icon-home.png) center center no-repeat;
    background-size: 42px;
}

span.icon.applications {
    background: url(/static/telkomlend/img/coins-solid.svg) center center no-repeat;
    background-size: 42px;
}

span.icon.settingspage {
    background: url(/static/img/icon-settings.png) center center no-repeat;
    background-size: 42px;
}

span.icon.apply {
    background: url(/static/img/icon-apply.png) center center no-repeat;
    background-size: 42px;
}

span.icon.faq {
    background: url(/static/telkomlend/img/FAQ_Icon.svg) center center no-repeat;
    background-size: 42px;
}

span.icon.fund-application {
    background: url(/static/img/icon-fund-application.png) center center no-repeat;
    background-size: 42px;
}

span.icon.link {
    background: url(/static/img/icon-link.png) center center no-repeat;
    background-size: 42px;
}

span.icon.readvance {
    background: url(/static/img/icon-readvance.png) center center no-repeat;
    background-size: 42px;
}

span.icon.profile {
    background: url(/static/img/Profile.svg) center center no-repeat;
    background-size: 42px;
}

span.icon.calc {
    background: url(/img/numbers.svg) center center no-repeat;
    background-size: 42px;
}

span.icon.notifications {
    background: url(/static/img/icon-notifications.png) center center no-repeat;
    background-size: 42px;
}

span.icon.acc {
    background: url(/static/img/Funding_Icon.svg) center center no-repeat;
    background-size: 42px;
}

span.icon.quote {
    background: url(/static/img/icon-dollar.png) center center no-repeat;
    background-size: 42px;
}

span.icon.supplier {
    background: url(/static/img/Icon-Supplier.png) center center no-repeat;
    background-size: 42px;
}

span.icon.rental {
    background: url(/static/img/Icon-Rental.png) center center no-repeat;
    background-size: 42px;
}

span.icon.id {
    background: url(/static/img/icon-id.png) center center no-repeat;
    background-size: 42px;
}

.progress-columns {
    display: grid;
    grid-template-columns: auto 100px;
    grid-column-gap: 10px;
    grid-row-gap: 0;
    line-height: 150%;
    margin: 0;
    justify-items: stretch;
    align-items: center;
}

.progress-columns dt {
    text-align: left;
}

.option dl {
    display: grid;
    grid-template-columns: auto 30px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    line-height: 150%;
    margin: 0;
    justify-items: stretch;
    align-items: stretch;
}

.option dl i {
    font-size: 18px;
    margin-right: 6px;
}

.option dd {
    text-align: right;
}

.option .btn{
    color: black;
}
.option .bottom .links a {
    font-weight: 600;
}

.banner-img {
    height: 110px;
}

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

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

.progress-columns .fa-check-circle {
    font-size: 1.25em;
    color: #eee;
    text-align: right;
}

.progress-columns .done .fa-check-circle {
    color: #18c00b;
}

.progress-columns .progress {
    text-align: right;
}

.progress-columns .progress-circle {
    height: 66px;
    width: 66px;
    top: calc(50% - 33px);
}

.progress-columns .progress-circle div {
    position: absolute;
    height: 66px;
    width: 66px;
}

.progress-columns .progress-circle div span {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 12px;
    line-height: 50px;
    height: 52px;
    width: 52px;
    left: 7px;
    top: 7px;
}

.progress-columns .progress-circle .rotate {
    clip: rect(0 33px 66px 0);
}

.progress-columns .progress-circle .left {
    clip: rect(0 33px 66px 0);
    opacity: 1;
}

.progress-columns .progress-circle .right {
    clip: rect(0 33px 66px 0);
}

.account {
    color: var(--telkomTheme);
    border-bottom: 1px solid #e5e5e5;
}

.account:last-of-type {
    border-bottom: 0;
}

.account .head {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400 !important;
    height: 2em;
    font-size: 90%;
    color: #999;
}

.account .details {
    font-size: 100%;
    line-height: 125%;
    padding: 10px 0;
}

.account div:last-of-type .details {
    color: #ccc;
    text-align: right;
    font-size: 100%;
}

.account div:last-of-type .details a {
    padding: 2px 5px;
}

.account .details.green {
    font-weight: 600;
}

.account div:first-of-type div {
    font-weight: 700;
}

.grid dl.available dd {
    color: #18c00b;
    font-weight: 700;
}

.support {
    display: grid;
    grid-template-columns: 40px auto;
    grid-column-gap: 10px;
    justify-items: stretch;
    align-items: top;
}

.support .icon {
    font-size: 2em;
}

.support h3 {
    padding: 0;
}

.support p a {
    font-weight: 600;
}

@media screen and (min-width:1025px) and (max-width:1340px) {
    .option h3 {
        font-size: 112%;
    }
}

@media screen and (min-width:768px) {
    .account {
        display: grid;
        margin: 0.5em 0;
        grid-template-columns: 25% 13% 13% 13% 20% auto;
        grid-column-gap: 10px;
        justify-items: stretch;
        align-items: bottom;
    }
    .account .head {
        display: none;
    }
    .account:first-of-type .head {
        display: inline-block;
    }
    .dash-accounts dt,
    .dash-accounts dd {
        padding: 0 0 1em;
    }
    .grid dl:last-of-type dd {
        text-align: right;
        font-size: 90%;
    }
    .get-started {
        margin: 1em 0 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 1.5em;
        grid-row-gap: 1.5em;
        justify-items: stretch;
        align-items: stretch;
        border: 0;
    }
    .option {
        position: relative;
        margin: 0;
        padding: 2.5em 1.5em 2em;
    }
    .option .bottom {
        position: absolute;
        bottom: 20px;
        left: 0px;
        width: 100%;
        padding: 0 1.5em 1.5em;
    }
    .option .bottom .links {
        border-top: 1px solid #ddd;
        color: #ccc;
    }
    .option .bottom .links a {
        padding: 2px;
        display: inline-block;
    }
    .option .bottom .links a:first-of-type {
        padding-left: 0;
    }
    .contain-progress-circle,
    .account-summary {
        display: inline-block;
        vertical-align: middle;
    }
    .contain-progress-circle {
        width: 170px;
    }
    .account-summary {
        width: 75%;
        width: calc(100% - 175px);
    }
    .dash-columns {
        display: grid;
        grid-template-columns: 34% auto;
        grid-column-gap: 2em;
        align-items: top;
    }
}

@media screen and (min-width:1240px) {
    .intro {
        max-width: 66%;
    }
}

@media only screen and (min-width:768px) and (max-width:1300px) {
    .get-started {
        grid-column-gap: 1em;
        grid-row-gap: 1em;
    }
    .option {
        padding: 1em 1em 3em;
    }
    .option .bottom .links a {
        padding: 0;
    }
}

@media only screen and (max-width:767px) {
    .option {
        position: relative;
        margin: 0;
        padding: 1.5em 1.5em 3em;
        position: relative
    }
    .option .bottom {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 0 1.5em 1.5em;
    }
    .account-summary .table-contain {
        margin-top: 0;
    }
    .contain-progress-circle {
        display: none;
    }
    .option p {
        line-height: 130%;
        padding: 0.5em 0
    }
}

@media screen and (min-width:441px) and (max-width:767px) {
    .block.hover {
        padding: 20px;
        margin: 0 10px 10px;
    }
    .grid {
        grid-template-columns: 100%;
        grid-column-gap: 0;
        grid-row-gap: 5px;
    }
    .grid dl {
        display: grid;
        grid-template-columns: 150px auto;
        grid-column-gap: 10px;
        justify-items: stretch;
        align-items: bottom;
    }
    .grid dt {
        height: auto;
        font-size: 100%;
        letter-spacing: 0;
    }
}

@media screen and (max-width:440px) {
    .block.hover {
        padding: 15px;
        margin: 0 10px 10px;
    }
    .icon-head {
        display: block;
    }
    .grid {
        grid-template-columns: 100%;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
    .grid dl {
        padding: 5px 0;
    }
    .grid dt {
        height: auto;
        padding: 3px 0;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
}

.apply_application_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    text-align: right;
    border-radius: 5px;
    color:color !important;
    background: linear-gradient(90deg, #fabb2f 0%, #fbc72f 100%);
}

@media screen and (max-width: 767px) {
    .apply_application_btn {
        text-align: center;
        max-width: 80%;
        margin-left: 0% !important;
        margin-right: 0% !important;
        border-radius: 1rem;
        width: 40%;
        background: linear-gradient(90deg, #e6f1f3 0%, #bee7ee 100%);
        color: #fff;
        border-radius: 4px;
        font-size: 17px;
        padding: 10px 20px;
        font-weight: bold;
    }
}


/* Readvance Pages */

.readvance .steps {
    text-align: center;
    padding: 0 20%;
}

.readvance .steps {
    display: flex;
    justify-content: center;
}

.readvance .steps li {
    width: 33%;
}

.readvance.two .steps li {
    width: 50% !important;
}

.slider.readvance {
    text-align: center;
    padding: 1.5em 3em 1.5em 1.5em;
}

.slider.readvance .two-columns {
    text-align: left;
    align-items: end;
    margin: 0.5em 0;
}

.slider.readvance .two-columns small {
    padding: 0;
}

.slider.readvance .how-much {
    font-size: 150%;
    text-align: center;
}

.slider.readvance .how-much strong {
    font-weight: normal;
}

.slider.readvance .total {
    text-align: right;
    font-weight: bold;
}

.slider.readvance .how-much input {
    padding: 0.5em;
    color: #ffffff;
    background: white;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    max-width: 180px;
    margin-left: 0.5em;
}

.slider.readvance p.button {
    padding: 2.5em 0 0;
    clear: both;
    text-align: center;
}

.slider.readvance .btn {
    display: inline-block;
}

@media only screen and (max-width:767px) {
    .slider.readvance .how-much input {
        margin: 0.5em 0 0;
    }
    .slider.readvance .two-columns {
        display: block;
        text-align: center;
    }
}


/* OTP Notification */

.otp_banner {
    text-align: left;
    background: white;
    border-radius: 4px;
    margin: 0 0 2em;
    padding: 10px 24px 20px 10px;
    font-weight: normal;
}

.otpmodal {
    display: none;
    position: fixed;
    z-index: 10000000;
    padding-top: 100px;
    padding-top: 5vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #2d3750;
    background-color: rgba(45, 55, 80, 0.5)
}

.otpmodal-content {
    position: relative;
    background-color: white;
    margin: auto;
    padding: 0;
    max-width: 800px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    border-radius: 4px;
    top: 120px;
}

.otp_banner.otp_banner_success {
    padding: 10px 12px 20px;
    font-weight: normal;
}

.otp_content {
    display: grid;
    width: 100%;
    grid-template-columns: 120px auto;
    grid-column-gap: 1em;
    align-items: top;
}

.otp_banner .form-field {
    color: #F08D00;
    width: auto
}

.otp_banner .form-field input {
    width: 50px;
    height: 50px;
    font-size: 150%;
    border-radius: 4px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.otp_banner h2 {
    color: rgba(0, 0, 0, 0.9);
    padding: 0;
}

.close_otp_banner {
    float: right;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.5;
    color: grey;
}

.close_otp_banner:hover {
    opacity: 1;
}

#resent_otp_email {
    text-align: left;
    font-size: 100%;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    vertical-align: middle;
    padding: 1em 2em;
    border: 0;
    border-radius: 4px;
    color: #F08D00
}

.otp_banner .otp_icon {
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Capa_1' enable-background='new 0 0 511.38 511.38' fill='%23F08D00' height='512' viewBox='0 0 511.38 511.38' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m83.603 455.38c4.142 0 7.5-3.358 7.5-7.5v-23.985l20.771 11.992c1.181.682 2.471 1.006 3.743 1.006 2.592 0 5.113-1.346 6.502-3.751 2.071-3.587.842-8.174-2.745-10.245l-20.771-11.992 20.771-11.992c3.587-2.071 4.816-6.658 2.745-10.245-2.071-3.588-6.658-4.817-10.245-2.745l-20.771 11.992v-23.985c0-4.142-3.358-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v23.984l-20.771-11.992c-3.588-2.073-8.174-.842-10.245 2.745s-.842 8.174 2.745 10.245l20.771 11.992-20.771 11.992c-3.587 2.071-4.816 6.658-2.745 10.245 1.389 2.406 3.91 3.751 6.502 3.751 1.272 0 2.562-.324 3.743-1.006l20.771-11.992v23.984c0 4.144 3.357 7.502 7.5 7.502z'/%3E%3Cpath d='m274.536 433.143c1.389 2.406 3.91 3.751 6.502 3.751 1.272 0 2.562-.324 3.743-1.006l20.771-11.992v23.984c0 4.142 3.358 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-23.985l20.771 11.992c1.181.682 2.471 1.006 3.743 1.006 2.592 0 5.113-1.346 6.502-3.751 2.071-3.587.842-8.174-2.745-10.245l-20.771-11.992 20.771-11.992c3.587-2.071 4.816-6.658 2.745-10.245-2.071-3.588-6.657-4.817-10.245-2.745l-20.771 11.992v-23.985c0-4.142-3.358-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v23.984l-20.771-11.992c-3.588-2.073-8.174-.842-10.245 2.745s-.842 8.174 2.745 10.245l20.771 11.992-20.771 11.992c-3.587 2.073-4.816 6.66-2.745 10.247z'/%3E%3Cpath d='m159.811 433.143c1.389 2.406 3.91 3.751 6.502 3.751 1.272 0 2.562-.324 3.743-1.006l20.771-11.992v23.985c0 4.142 3.358 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-23.984l20.771 11.992c1.181.682 2.471 1.006 3.743 1.006 2.592 0 5.113-1.346 6.502-3.751 2.071-3.587.842-8.174-2.745-10.245l-20.771-11.992 20.771-11.992c3.587-2.071 4.816-6.658 2.745-10.245-2.071-3.588-6.658-4.817-10.245-2.745l-20.771 11.992v-23.984c0-4.142-3.358-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v23.985l-20.771-11.992c-3.588-2.073-8.174-.842-10.245 2.745s-.842 8.174 2.745 10.245l20.771 11.992-20.771 11.992c-3.587 2.069-4.816 6.656-2.745 10.243z'/%3E%3Cpath d='m389.261 433.143c1.389 2.406 3.91 3.751 6.502 3.751 1.272 0 2.562-.324 3.743-1.006l20.771-11.992v23.985c0 4.142 3.358 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-23.984l20.771 11.992c1.181.682 2.471 1.006 3.743 1.006 2.592 0 5.113-1.346 6.502-3.751 2.071-3.587.842-8.174-2.745-10.245l-20.771-11.992 20.771-11.992c3.587-2.071 4.816-6.658 2.745-10.245-2.072-3.588-6.658-4.817-10.245-2.745l-20.771 11.992v-23.984c0-4.142-3.358-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v23.985l-20.771-11.992c-3.587-2.073-8.174-.842-10.245 2.745s-.842 8.174 2.745 10.245l20.771 11.992-20.771 11.992c-3.588 2.069-4.817 6.656-2.745 10.243z'/%3E%3Cpath d='m479.67 321.73h-89.53v-71.78c0-4.142-3.358-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v71.78h-85.397l-3.99-35.454c3.513-5.613 5.367-12.084 5.367-18.746 0-9.738-4.07-19.149-11.167-25.818-7.2-6.767-16.62-10.152-26.515-9.538-17.816 1.1-32.053 15.377-33.115 33.209-.441 7.409 1.385 14.614 5.303 20.899l-3.99 35.447h-85.396v-124.629c0-4.626 3.764-8.39 8.39-8.39h222.12c4.626 0 8.39 3.764 8.39 8.39v17.85c0 4.142 3.358 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-17.85c0-12.897-10.493-23.39-23.39-23.39h-1.18v-44.1c0-29.337-11.43-56.935-32.189-77.716-20.763-20.741-48.354-32.164-77.69-32.164-60.588 0-109.88 49.292-109.88 109.88v44.1h-1.18c-12.897 0-23.39 10.493-23.39 23.39v124.63h-89.531c-17.485 0-31.71 14.225-31.71 31.71v106.5c0 17.485 14.225 31.71 31.71 31.71h51.89c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-51.89c-9.214 0-16.71-7.496-16.71-16.71v-106.5c0-9.214 7.496-16.71 16.71-16.71h447.96c9.214 0 16.71 7.496 16.71 16.71v106.5c0 9.214-7.496 16.71-16.71 16.71h-361.07c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h361.07c17.485 0 31.71-14.225 31.71-31.71v-106.5c0-17.485-14.225-31.71-31.71-31.71zm-178.24-148.02h-91.48v-44.1c0-25.221 20.519-45.74 45.74-45.74 12.213 0 23.699 4.754 32.334 13.38 8.645 8.654 13.406 20.146 13.406 32.359zm-140.62-44.1c0-52.317 42.563-94.88 94.88-94.88 25.333 0 49.159 9.864 67.084 27.771 17.924 17.943 27.796 41.776 27.796 67.109v44.1h-34.14v-44.1c0-16.217-6.319-31.474-17.8-42.966-11.474-11.461-26.724-17.773-42.94-17.773-33.492 0-60.74 27.248-60.74 60.74v44.1h-34.14zm77.689 148.964c-2.356-3.664-3.463-7.916-3.202-12.298.602-10.104 8.976-18.507 19.069-19.13 5.723-.354 11.164 1.596 15.315 5.497 4.152 3.902 6.439 9.189 6.439 14.887 0 3.934-1.118 7.746-3.236 11.029-1.686 2.619-2.433 5.753-2.098 8.86l3.862 34.311h-37.917l3.865-34.346c.334-3.085-.418-6.224-2.097-8.81z'/%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width:1024px) {
    .otp_content {
        grid-template-columns: 120px auto;
    }
    .otpmodal-content {
        max-width: 500px;
    }
}

@media screen and (max-width:767px) {
    .otp_banner {
        margin: auto;
        text-align: center;
    }
    .otp_content {
        display: block;
        text-align: center;
    }
    .otp_banner .otp_icon {
        display: none;
    }
    .otp_banner h2 {
        padding: 0.5em 0 0
    }
    .otp_banner .form-field input {
        height: 45px;
        font-size: 100%;
    }
    .otpmodal-content {
        max-width: 500px;
        margin: 2em;
        text-align: center;
        top: 20px;
    }
    .otp_copy {
        text-align: center;
    }
}

@media screen and (max-width:360px){
    .otp_banner .form-field{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}


/* Insights Page */

.icon-title-area {
    display: flex;
    width: 100%;
    grid-template-columns: 50px auto 200px;
    grid-column-gap: 1em;
    align-items: top;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 160px;
}

.icon-title-area .title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-title-area .button {
    text-align: right;
    display: none;
}

.icon-title-area h2 {
    padding: 5px 0 0;
}

.icon-title-area p {
    padding-bottom: 0
}

@media only screen and (min-width:1025px) {
    .icon-title-area p {
        max-width: 75%;
    }
}

@media only screen and (max-width:767px) {
    .icon-title-area {
        margin: 0;
        padding: 0 1em 1em;
        align-items: center;
        height: 100px;
    }
}

@media only screen and (max-width:550px) {
    .icon-title-area {
        display: block;
    }
    .icon-title-area p {
        max-width: 100%;
    }
    .icon-title-area .button {
        text-align: left;
    }
    .title {
        display: inline-block;
        margin-left: 0;
    }
    .icon-head {
        display: block
    }
    /* span.icon {
        display: none;
    } */
    .icon-title-area {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width:600px) {
    .block {
        padding: 2em 20px;
    }
}

@media only screen and (min-width:601px) and (max-width:1480px) {
    .block {
        padding: 2em 50px;
    }
    form.active_block,
    form.quote_block {
        padding: 60px 50px 15px;
    }
}

@media only screen and (max-width: 480px) {
    form.active_block,
    form.quote_block {
        padding: 30px 20px 30px;
    }
}


/* @media only screen and (max-width: 1480px) {
    padding: ;
} */


/* Contact Page */

.two-columns.contact {
    display: flex;
    width: 100%;
}

.two-columns.contact .column:last-of-type {
    padding: 1.5em 0;
}

.two-columns.contact .radio-choices {
    border: 0;
}

.two-columns .radio-choices.radio-choices.contact-options div:first-of-type,
.two-columns .radio-choices.radio-choices.contact-options div:nth-of-type(2) {
    display: inline-block;
    width: 50%;
    max-width: fit-content;
}

.two-columns .radio-choices.radio-choices.contact-options div.phone-field,
.two-columns .radio-choices.radio-choices.contact-options div.email-address-field {
    width: 30%;
    margin-left: 0 !important;
    border-radius: 5px;
}

.two-columns.contact .radio-choices.choices div {
    margin-right: 5px !important;
}

.two-columns.contact .radio-choices.choices div label {
    border-radius: 5px;
}

.two-columns.contact .radio-choices.choices div label.phone-label.checked .inputs .phone-field {
    display: inline-block;
}

.two-columns.contact .radio-choices.choices div label.email-label.checked .inputs .email-address-field {
    display: inline-block;
}

.two-columns.contact .radio-choices.choices div label.phone-label.checked .inputs .email-address-field {
    display: none;
}

.two-columns.contact .radio-choices.choices div label.email-label.checked .inputs .phone-field {
    display: none;
}

.two-columns.contact .radio-choices.choices div.phone-field,
.two-columns.contact .radio-choices.choices div.email-address-field {
    display: block;
    margin-bottom: 10px !important;
}

.two-columns.contact .radio-choices.choices div.phone-field,
.two-columns.contact .radio-choices.choices div.email-address-field {
    margin-top: 10px !important;
}

.two-columns.contact .radio-choices div {
    display: inline-block;
    margin: 0 -5px 0 0 !important;
}

.two-columns.contact .radio-choices .column.bottom-content {
    display: block;
    margin: 0 -5px 0 0 !important;
}


/* .two-columns.contact .radio-choices .column.bottom-content dl {
    display: flex;
    flex-direction: column;
}

.two-columns.contact .radio-choices .column.bottom-content dt {
    width: 20%;
    min-width: fit-content;
    display: inline-flex;
}

.two-columns.contact .radio-choices .column.bottom-content dd {
    width: 80%;
    max-width: fit-content;
    display: inline-flex;
} */

.two-columns.contact .radio-choices div label {
    padding: 0.9em 1.5em;
    margin: 0 !important;
    border: 0;
    border: 1px solid #ddd;
}

.two-columns.contact .radio-choices.choices .inputs {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.two-columns.contact .radio-choices.choices .btn.contact-btn {
    padding: 1em 1.5em;
}

.two-columns.contact .field-title,
.two-columns.contact .form-field {
    display: block;
    width: auto;
}

.two-columns.contact .field-title {
    padding: 0;
    margin: 10px 0;
}

.two-columns.contact textarea {
    height: 100px;
}

.phone-field input,
.email-address-field input {
    border: 0;
    display: inline-block;
    width: auto;
    width: calc(100% - 30px);
    outline: none;
}

.phone-field i,
.email-address-field i {
    color: #aaa;
    width: 25px;
    text-align: right;
}

.two-columns.contact .radio-choices .phone-field,
.two-columns.contact .radio-choices .email-address-field {
    border: 1px solid var(--telkomTheme);
    margin: 0 1em !important;
    min-width: 250px;
}

.two-columns.contact .radio-choices .phone-field.hide,
.two-columns.contact .radio-choices .email-address-field.hide {
    display: none;
}

.two-columns.contact .radio-choices .phone-field.show,
.two-columns.contact .radio-choices .email-address-field.show {
    display: block;
}

.contact dl {
    display: grid;
    grid-template-columns: 40px auto;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    line-height: 150%;
    margin: 15px 0;
    justify-items: stretch;
    align-items: stretch;
}

.contact dl i {
    font-size: 20px;
}

.contact dt {
    text-align: center;
}

@media only screen and (min-width:1300px) {
    .two-columns.contact .btn {
        width: 33.3%;
    }
}

@media only screen and (min-width:1025px) and (max-width:1300px) {
    .two-columns.contact {
        grid-template-columns: 70% 30%;
        grid-column-gap: 1em;
        width: 100%;
    }
    /* .contact dl {
        display: block;
    } */
    .contact dt {
        text-align: left;
    }
    .contact dd {
        margin-bottom: 2em;
    }
}

@media only screen and (max-width:1024px) {
    .two-columns.contact {
        display: block;
        width: auto;
    }
}

@media only screen and (max-width:767px) {
    .two-columns.contact .column:last-of-type {
        padding: 1.5em 0;
    }
    .two-columns.contact .radio-choices.threecols {
        display: block;
        width: auto;
    }
    .two-columns.contact .radio-choices.fourcols {
        display: block;
        width: auto;
    }
    .two-columns.contact .radio-choices div label {
        border: 1px solid var(--telkomTheme);
    }
    .two-columns.contact .radio-choices div:first-of-type label {
        border-top: 1px solid var(--telkomTheme);
    }
    .two-columns.contact .radio-choices div {
        display: block;
        width: auto;
        margin-bottom: 10px !important;
    }
    .two-columns.contact .radio-choices .phone-field,
    .two-columns.contact .radio-choices .email-address-field {
        margin: 0 !important;
        min-width: 150px;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .custom-btn {
        border-radius: 3rem;
        margin-left: -18% !important;
        margin-right: 10%;
        width: 80%;
    }
}


/**
 * Swiper 6.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on:September 28, 2020
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    /* position: absolute; */
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin-top: 20px;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

@media only screen and (min-width:1024px) {
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(3) {
        display: none;
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.swiper-lazy-preloader {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 2em 0 1em;
}

.swiper-slide {
    border-radius: 4px;
    border: 2px solid #e5e5e5;
    height: auto;
}

.swiper-slide .option {
    border-radius: 0px;
    border: 0;
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
    top: auto;
    bottom: 0em;
    left: 0;
    opacity: 0.25;
    color: var(--telkomTheme);
    z-index: 12;
}

.swiper-button-next {
    left: auto;
    right: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
}

.swiper-pagination-bullet-active {
    background: var(--telkomTheme) !important;
}

@media screen and (max-width:768px) {
    .swiper-slide {
        height: 404px !important;
    }
}

.swiper-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 410px;
    max-width: 315px !important;
    width: 100% !important;
    margin-right: 20px;
    box-shadow: 2px 2px 10px lightgrey;
}

div#active_principles {
    margin-bottom: 20px;
}


/* .swiper-container.disabled {
    padding-bottom: 0;
} */


/* .swiper-button-disabled,
.swiper-container.disabled .swiper-pagination {
    display: none;
} */

.round_button {
    border-radius: 50%;
    background-color: #eee;
    border: none;
    color: black;
    padding: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: -8px 2px 0;
    cursor: pointer;
    vertical-align: middle;
}

.custom-btn {
    border-radius: 3rem;
    /* margin-left: 10% !important; */
    margin-right: 10%;
    width: 80%;
}

.popup-button {
    margin-left: 10%;
}


/* .form-item:nth-of-type(3),
.form-item:nth-of-type(4),
.form-item:nth-of-type(5) {
    margin-bottom: 0 !important;
} */

@media only screen and (min-width:768px) {
    .form-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }
    /* .form-item:nth-of-type(3),
    .form-item:nth-of-type(4),
    .form-item:nth-of-type(5) {
        margin-bottom: 0 !important;
    } */
}

label.custom.custom-fields-padding.checked::before {
    display: none;
}

@media only screen and (max-width:767px) {
    .popup-button {
        margin-left: 10% !important;
    }
}

.sig-style {
    /* padding-bottom: 2em; */
    margin-bottom: 10px;
}

.doc-upload-img {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.btnWhite {
    color: white;
}

.custom-modal-content {
    padding: 5%;
    border-radius: 10px;
}

.bold-text {
    font-weight: bold;
}

.custom-fields {
    text-align: center;
    margin-top: 10px;
}

@media only screen and (max-width:767px) {
    .custom-modal-content {
        min-height: 400px;
    }
    .custom-fields {
        margin-top: 20px;
    }
    .modal-dialog {
        margin-top: 20%;
    }
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px */
}


/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

.left-elements {
    /* float: left; */
    /* position: relative; */
    width: 40%;
}

.right-elements {
    float: right;
    position: relative;
    width: 40%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media only screen and (max-width:767px) {
    .col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

.custom-icon-title-area {
    display: block;
}

.custom-icon-title-area .button {
    text-align: right
}

.custom-icon-title-area h2 {
    padding: 5px 0 0;
}

.custom-icon-title-area p {
    padding-bottom: 0
}

@media only screen and (min-width:1025px) {
    .custom-icon-title-area p {
        max-width: 75%;
    }
}

@media only screen and (max-width:767px) {
    .custom-icon-title-area {
        margin: 0;
        padding: 0 1em 1em;
        align-items: center;
    }
}

@media only screen and (max-width:550px) {
    .custom-icon-title-area {
        display: block;
    }
    .custom-icon-title-area p {
        max-width: 100%;
    }
    .custom-icon-title-area .button {
        text-align: left;
    }
}

.text-grey {
    color: #999;
}

.display-content {
    display: contents;
}

div.display-content {
    display: none;
    background-color: white !important;
    text-align: justify !important;
    margin-right: 20% !important;
    color: #f5a81d;
}


@media only screen and (max-width:767px) {
    div.display-content {
         display: contents !important;
    }   /* hide it elsewhere */
}

.smaller-font {
    font-size: medium;
}

.desktop-div {
    width: 55%;
}

.mobile-div {
    width: 0%;
}

.backbtn {
    /* margin-left: 70% !important; */
    padding: 1.0em 2em;
    /* -webkit-box-flex: 0; */
    /* -ms-flex: 0 0 8.333333%; */
    /* flex: 0 0 8.333333%; */
    max-width: 8.333333%;
    border-radius: 3rem;
}

.nextbtn {
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%; */
    max-width: 8.333333%;
    text-align: right;
    border-radius: 3rem;
}

@media only screen and (max-width:767px) {
    .smaller-font {
        font-size: smaller;
    }
    .desktop-div {
        width: 0%;
    }
    .mobile-div {
        width: 20%
    }
    .backbtn {
        float: left;
        margin-left: 0% !important;
    }
    .nextbtn {
        float: right;
        margin-right: 0% !important;
    }
}

.custom-heading {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.mobMenu {
    padding: 0 17px 0px 0px;
    z-index: 1000;
}

.notificationBell {
    padding: 0 0 0 17px;
}


/* ---------  Application Status Screen----------- */

.appStatusIcon {
    line-height: 20px;
    padding: 0 0 0 10px;
    margin-right: 35%;
    z-index: 9999999999!important;
}

@media screen and (min-width: 1800px) {
    .appStatusIcon {
        margin-right: 40%;
    }
    .modal-contentpopup-status {
        margin: auto 32% auto auto;
    }
}

.appStatusIconImg {
    max-width: 80%;
}

#application_status {
    padding: 0;
}

#application_status .modal {
    padding-top: 12%;
}

#application_status .modal-content {
    padding: 3px;
    border-radius: 10px;
}

#application_status .modal-dialog {
    display: block;
}

#application_status table {
    line-height: inherit;
    border: 0px;
}

#application_status table tr td {
    text-align: left;
}

#application_status .dot {
    height: 8px;
    width: 7px;
    background-color: dimgray;
    display: inline-block;
}

#application_status .colorDot {
    background-color: #f5a92e;
}

#application_status .bigdot {
    height: 80px;
    width: 80px;
    background-color: #e9ecef;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10%;
}

#application_status h5 {
    font-weight: bold;
    padding: 0;
    font-size: 150%;
}

.headingFontColor {
    font-weight: normal;
    color: lightgray;
    text-align: left;
}

#application_status li {
    margin-left: -45px;
}

#application_status ul {
    list-style: none;
    margin-left: 84%;
}

#application_status .fa-check-circle {
    font-size: 80px;
    color: #f5a92e;
    margin-left: 12%;
}

#application_status #rcorners {
    border-radius: 10px;
    border: 2px solid dimgray;
    width: 55px;
    height: 52px;
    padding-left: 22%;
    padding-top: 20%;
}

#application_status .fa-eye {
    color: dimgray;
    font-size: x-large;
}

#application_status .fa-info-circle {
    padding: 0px 0px 0px 13px;
    font-size: smaller;
}

#application_status img {
    width: 112px;
}

#application_status .center-image {
    margin-bottom: 10px;
    max-width: fit-content;
}

#application_status table td .col1 {
    width: 30%;
}

#application_status table td .col2 {
    width: 60%;
}

#application_status table td .col3 {
    width: 10%;
}

#application_status .colPadding {
    padding: 0em 1em 0em 1em;
}

@media only screen and (max-width: 600px) {
    #application_status .modal-content {
        width: 100%;
        display: flex;
    }
    #application_status .modal {
        padding-top: 35%;
    }
    #application_status h5 {
        font-size: small;
    }
    #application_status .dot {
        height: 4px;
        width: 4px
    }
    #application_status li {
        margin-left: -40px;
        margin-top: -6px;
    }
    #application_status .bigdot {
        height: 40px;
        width: 40px;
        margin-left: 15%;
    }
    #application_status img {
        max-width: 64px;
    }
    #application_status ul {
        margin-left: 120%;
    }
    #application_status .fa-check-circle {
        font-size: 40px;
        margin-left: 14%;
    }
    #application_status .fa-eye {
        font-size: smaller;
    }
    #application_status #rcorners {
        width: 30px;
        height: 29px;
        border-radius: 6px;
    }
}


/* -------- Application Status Screen End ------------ */

.alignCenter {
    text-align: center !important;
}

.single_months td {
    padding: 0;
}

.table_col {
    width: 20%
}

.action_compare_all_months {
    float: left;
    margin-left: 0 !important;
}

.compare_all_months_radio {
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 35%;
    justify-content: space-around;
}

input[type='radio'].term_needed {
    margin-bottom: 0 !important;
}

td.application_principle {
    text-align: left !important;
}

table#principle_table thead tr th {
    font-size: 14px;
    padding-left: 0;
    background-color: transparent;
    text-decoration: underline;
}

table#principle_table tbody#active_principles_container td {
    font-size: 13px;
}

div#new_principle_capture p {
    margin-left: 0;
    white-space: nowrap;
}


/* table#principle_table tbody#active_principles_container td:first-of-type {
    display: none;
} */

table.applications.compare_all_months.hidden {
    table-layout: fixed;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
}

table.applications.compare_all_months.hidden tr:hover {
    background-color: #f4f4f4;
}

@media only screen and (min-width: 767px) {
    .cashAdvanceTitle {
        text-align: left
    }
}

@media only screen and (max-width: 767px) {
    .cashAdvanceTitle {
        text-align: left
    }
}

.applications tr td:last-of-type {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .compare_all_months_radio {
        padding-left: 20%;
    }
}

.radioBUtton {
    -webkit-appearance: none;
    height: 20px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
    opacity: inherit !important;
    position: inherit !important;
    margin: 0px !important;
    /* margin-right: 5px !important; */
}

.radioBTn {
    border: 0
}


/* .radioBTn2 {
    border: 0;
    display: flow-root !important;
} */

.radioBtnAlign {
    display: flex !important;
    align-items: center !important;
}


/* .swiperSlideHeight {
    height: 280px;
} */

#application_index .card {
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
    border: none;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 5%;
}

#application_index .card .card-block {
    padding: 30px 40px;
}

#application_index #rcorners {
    border-radius: 10px;
    border: 2px solid dimgray;
    width: 50px;
}

#application_index .btn-warning {
    width: inherit;
    color: white;
    background-color: #f5a92e;
    border-color: #f5a92e;
    font-weight: bold;
}

#application_index .fa-trash-alt {
    color: dimgray;
    padding: 23% 23% 23% 29%;
    font-size: large;
}

#application_index .fa-times-circle {
    color: dimgray;
    padding: 23% 23% 23% 25%;
    font-size: large;
}

#application_index h6,
h1 {
    font-weight: bold;
}

#application_index .progress {
    height: 2px;
    margin-top: 2%;
    margin-bottom: 2%;
}

#application_index .row {
    height: 40px;
    max-height: 40px;
}

.continueAppBtn {
    max-width: 30px;
    border-radius: 6px;
    /* max-height: 10px; */
}

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

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    /* margin-right: -4px; */
    margin-left: -20px;
}

.inline-block {
    display: inline-block;
}

.outer div {
    flex: 1;
}

.doc {
    background-color: #F6F6F6;
    border: none;
    height: 150px;
    /* aspect-ratio: 1; */
    /* max-height: 150px; */
}

.custom-doc-add {
    border: 1px solid var(--telkomTheme);
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}

.progress.progressWHeel3 {
    text-align: left;
    margin-top: -10px;
}

p.cstmpadding {
    color: #707070;
    font-size: 10px;
    height: 50px;
}

.supporting-docs .doc.cstmDocHeight {
    border: 0;
    background-color: #F6F6F6;
}

.supporting-docs .doc.cstmDocHeight.rightBtn {
    text-align: right !important;
    margin-right: 0;
    margin-left: auto;
}

.upload-btn {
    background-color: #F6F6F6;
    color: #F6F6F6;
    border-color: #F6F6F6;
}

@media only screen and (min-width:768px) {
    .right {
        margin-left: 0% !important;
    }
    .lower {
        margin-top: 0% !important;
    }
}

.applyNowBtn {
    border-radius: 1rem;
    margin-left: 40%;
}

@media screen and (max-width: 767px) {
    .applyNowBtn {
        max-width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

.doc-form {
    background-color: white;
    padding-right: 10px;
    padding-left: 15px;
    margin-left: 3%;
    margin-right: 3%;
}

.field-align {
    margin-left: 5% !important;
}

.custom-email {
    border-radius: 3rem;
    width: 80%;
    height: 40px;
    border: 2px solid #ffffff;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    font-weight: bold;
    max-width: 80%;
}

.eye-icon {
    margin-right: 15% !important;
}

.warning-align {
    margin-left: 10% !important;
}

.back-login-align {
    margin-left: 30% !important;
}

@media only screen and (max-width:768px) {
    .custom-upload-padding {
        padding: 0.1em 0.1em 0.1em 0.1em !important;
        /* margin-left: 10px !important; */
    }
}

.custom-or-fields-padding {
    padding: 1.25em 0 1.25em 0em;
}

.imgSize {
    width: 140px !important;
}

.rmvPadding {
    padding: 0;
}

@media only screen and (min-width:768px) {
    .headingSize {
        font-size: xxx-large;
    }
}

.bankOptions {
    text-align: left;
}

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

.supportDocsBtn {
    width: auto;
}

@media only screen and (min-width:768px) {
    .btnWidth {
        width: auto;
    }
}

.fa-3x {
    font-size: 1.4em !important;
}

.marginLEFT {
    margin-left: 0 !important;
    width: 100%;
    height: fit-content;
    justify-content: space-between;
    align-items: center;
}

.mannual_upload.hidden.or-custom.custom-upload-or-field-padding {
    display: block;
    width: 5%;
}

input.file-upload-statements {
    width: 100%;
}

input#file-upload-button {
    width: 100%;
}

.mannual_upload.hidden.custom-upload-document {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marginUiLeft {
    margin-left: 45% !important;
}

@media only screen and (min-width:768px) {
    .financialinfoMargin {
        margin-left: 17%;
    }
}

.radioErrorMargin {
    margin-left: 10%;
    margin-right: 10%;
}

.step-bar-weight {
    font-weight: bold;
}

@media only screen and (max-width:768px) {
    .customToolTip::after {
        margin-left: -160px;
    }
    .customToolTipPayment::after {
        margin-left: -20px;
    }
}

@media only screen and (max-width:768px) {
    .customTopMargin {
        margin-top: 30%;
    }
    .customTopMargin2 {
        margin-top: 15%;
    }
}

@media only screen and (min-width:768px) {
    .customTopMargin,
    .customTopMargin2 {
        margin-top: 4%;
    }
}

@media only screen and (max-width:768px) {
    .customTopMargin3 {
        margin-top: 15%;
    }
}

.check-space {
    margin-right: 15px;
}

@media only screen and (max-width:768px) {
    .unsub_update {
        margin-left: 7% !important;
    }
}

@media only screen and (min-width:768px) {
    .unsub_update {
        margin-left: 2% !important;
    }
}

.ImageCenterAlign {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 100px;
}

.ImageCaptionAlign {
    text-align: center;
    padding: 15px;
}

.btndisabled {
    background: #ddd;
    color: #666
}

.add_active_principals_action[disabled] {
    color: #666;
    pointer-events: none;
}

@media only screen and (max-width:768px) {
    .thankyouPopUp {
        width: 90% !important;
    }
}

@media only screen and (min-width:768px) {
    .thankyouPopUp {
        width: 600px !important;
    }
}

@media only screen and (max-width:768px) {
    .stepBarText {
        inline-size: 95%;
    }
}


/* Start.html css starts here*/

#header {
    background: #ebebeb;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
}

.wrapper {
    width: 70%;
    padding: 30px 135px 20px;
    background-color: #fff;
    border-radius: 6px;
    height: fit-content;
    display: flex;
    margin: auto;
    flex-direction: column;
    text-align: center;
}

.coin {
    max-width: 50%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.startButton {
    background-color: var(--telkomTheme);
    ;
    /* Green */
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.paragraph {
    line-height: 150%;
    padding-bottom: 20px;
}


/* Start.html css ends here */

.modal {
    display: none;
    position: fixed;
    z-index: 10000000;
    padding-top: 100px;
    padding-top: 5vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #2d3750;
    background-color: rgba(45, 55, 80, 0.5);
}

.otp_banner {  border:2px solid #4caf50;  text-align:left; background:#f8fcf8; border-radius:4px; margin:0 0 2em; padding:10px 12px; font-weight:normal;}
.otp_banner.otp_banner_success {padding:10px 12px 20px; font-weight:normal;}

.otp_content {display:grid; width:100%; grid-template-columns:120px auto; grid-column-gap:1em; align-items:top;}
.otp_banner .form-field {color:#4caf50; width:auto}
.otp_banner .form-field input {width:50px; height:50px; font-size:150%; border-radius:4px; text-align: center; -webkit-appearance: none; -moz-appearance: textfield;}
.otp_banner h2 {color:#4caf50; padding:0;}
.close_otp_banner {float:right; font-size:16px; cursor:pointer; opacity:0.5; color:#4caf50}
.close_otp_banner:hover {opacity:1;}

.header_ecj { background: rgba(255,255,255,0);width: 100%;height: 90px;top: 0px;z-index: 1000;position: absolute;top: 0px;left: 0px; }
.whitebar_ecj { background: transparent;display: block;margin: 10px 10px 0;padding: 0;height: 70px;text-align: right;border-radius: 5px; }
.list_ecj { display: inline-block;cursor: pointer;min-width: 100px;outline: 0;color: #f5a81d;border: 1px solid #f5a81d;text-align: center;border-radius: 5px;text-decoration: none;height: 45px;padding: 0 1em;line-height: 44px;margin: 0 8px; }
.page-wrapper_ecj { width: 100%;display: flex;flex-direction: column;height: 100vh!important; }
.landing-login-form_ecj { margin: auto;margin-top: 95px;z-index: 4; }
.white-section-wrapper_ecj { padding: 30px 135px 20px;background-color: #fff;border-radius: 6px;height: fit-content;display: flex;flex-direction: column; }
.heading_ecj { text-align: center;display: flex;flex-direction: column; }
.head_ecj { color: #F2A900;font-weight: bold;font-size: 28px;max-width: 100%;text-align: center!important;order: 1; }
.image_ecj { height: 110px;width: 110px; }
.content-text_ecj { padding: 20px 0;text-align: center; }
.para_ecj { font-size: 17px;color: #707070;max-width: 100%;text-align: center!important;padding: 0; }
.social-buttons_ecj { text-align: center;display: flex;flex-direction: column; }
.btn_ecj { padding: 15px;font-weight: bold;background: #f5a81d;border: 1px solid #f5a81d;border-radius: 5px; }
.link_ecj { text-decoration: none; color: #1e1e1e; }
.photo-banner_ecj { background-position: center center;background-size: cover;background-attachment: fixed; }

@media only screen and (min-width:768px) {
    .id_doc_tooltip:after,
    [data-tooltip]:after {
        width: 300px;
    }
}

.insta_background_image{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.insta_form input, select{
    color: #000000;
    background-color: #FFFFFF;
    border-color:#A3BAC6;
}
.form-btn-geometry{
    width: 100%;
    padding: 0.5em 0.5em;
}

.insta-form-header{
    font-size: 0.9907rem;
    line-height: 1.625rem;
    color: white;
    background: rgb(0,113,220);
    font-weight: 700;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.form-insta{
    position: relative;
    max-width: 25rem !important;
    border-radius: 15px;
}
.form-upper-logo{
    position: absolute;
    top: -115;
    left: 20;
}
.insta_wordings span strong{
    font-weight: 700;
    line-height: 2.5rem;
    font-size: 2.7864rem;
}
.insta_wordings span {
    text-align: right;
    line-height: 3.625rem;
    font-size: 2.2291rem;
    font-weight: 700;
}
.insta_wordings h2{
    text-align: right;
    padding: 1 10 0 1;
    font-size: 2.2291rem;
    background: rgb(0,113,220);
}
.insta_wordings p{
    text-align: right;
    line-height: 1.8125rem;
    font-size: 1.1146rem;
    font-weight: 700;
    padding: 24px 0px 0.6px 101px;
}
.cashflow-btn {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 1.1146rem;
    font-weight: 700;
    font-style: normal;
    height: 2.9375rem;
    width: 11.6875rem;
    border-radius:26px;
}

.cashflow-btn:hover {
    background-color: #1e1e1e; /* Blue background on hover */
    color: #00b0f0; /* White text on hover */
    border-color: #00b0f0; /* Blue border on hover */
    cursor: pointer;
}

.cashflow-btn{
    background: none;
}

.custom-col-width {
    max-width: 20.333%;
}

.cf-font {
    text-align: left;
    line-height: 1.625rem;
    font-size: 0.9907rem;
    font-weight: 400;
    font-family: Open Sans;
}

.section-one-bg {
    background: rgb(255,255,255);
    box-shadow: rgba(216,216,216,0.25) 2px 0 20px 0;
}

.section-one-h {
    top: 7.9375rem;
    left: 5.1875rem;
    height: 2.5rem;
    width: 22.513rem;
    z-index: 5;
    border: 0;
    background: rgb(35,31,32);
}

.section-one-h2 {
    top: 8.25rem;
    left: 5.8125rem;
    height: 1.8125rem;
    width: 24.0625rem;
    z-index: 6;
    font-size: 1.4861rem;
    line-height: 2.5rem;
    text-align: left;
}

.section-two-h {
    top: 37.0625rem;
    left: 31.375rem;
    height: 4.3375rem;
    width: 20.6125rem;
    z-index: 10;
    border: 0;
    background: rgb(0,0,0);
    font-weight: 400;
    padding-top: 6px;
}

.section-two-h2 {
    top: 37.6875rem;
    left: 32.875rem;
    height: 3.625rem;
    width: 19.3125rem;
    z-index: 12;
    font-size: 1.4861rem;
    line-height: 1.8rem;
    text-align: left;
}

.cf-font-family{
    font-weight: 700;
    line-height: 3.688rem;
    font-size: 1.0526rem;
    font-family: Open Sans;
}

.circle-text {
    line-height: 2.688rem;
    font-family: Open Sans;
}

.cf-text-align {
    margin-left: 10px;
}

#signup_form input{
 height: 2.688rem;
}

.custom-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 1060px;
    }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

.popup-insta {
  margin: 70px auto;
  padding: 20px;
  background: #413e3e;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup-insta .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup-insta .close:hover {
  color: #06D85F;
}
.popup-insta .content {
  max-height: 30%;
  overflow: auto;
  color: white;
  margin-top: 20px;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup-insta{
    width: 70%;
  }
}

.market-section-one-h {
    top: 7.9375rem;
    left: 5.1875rem;
    height: 2.5rem;
    width: 23.3125rem;
    z-index: 5;
    border: 0;
}

.market-section-one-h p{
    color: #4B4B50;
}

.market-section-one-h2 {
    top: 8.25rem;
    left: 5.8125rem;
    height: 1.8125rem;
    width: 24.0625rem;
    z-index: 6;
    font-size: 1.4861rem;
    line-height: 0rem;
    text-align: left;
    margin-left: 6px;
}

.market-font-family{
    font-weight: 600;
    line-height: 1.8rem;
    font-size: 1.1146rem;
    font-family: Open Sans;
    text-align: center;
}

.market-form-header{
    font-size: 1.1146rem;
    line-height: 1.8125rem;
    color: white;
    background: rgb(0,113,220);
    font-weight: 700;
}

.market-card-width {
    margin-left: 19%;
}

.card-bg {
    background-color: #eeeeee !important;
}
.marketplace-container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
/* Make form inputs full width and scale nicely */
.insta_form input,
.insta_form select {
    width: 100% !important;
    box-sizing: border-box;
}

.benefits-container,
.benefits-second-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  background: white;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  flex-wrap: nowrap;
  border-radius: 0;
}

.image-section {
  flex: 0 0 45%;
  max-width: 45%;
  background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  position: relative;
}

.image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-section {
  flex: 1 1 55%;
  max-width: 55%;
  padding: 20px 50px;
  background: #f8f9fa;
  position: relative;
}

.discount-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFC107;
  padding: 20px;
  text-align: center;
}

.discount-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}

.main-title {
    font-size: 48px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 40px;
    line-height: 1.1;
}

.blue-text {
    color: #4285f4;
}

.benefits-list {
    list-style: none;
    margin-bottom: 0;
}

.benefit-item {
    margin-bottom: 28px;
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.6;
}

.bullet-point {
    width: 8px;
    height: 8px;
    background-color: #2c3e50;
    border-radius: 50%;
    margin-right: 18px;
    margin-top: 12px;
    flex-shrink: 0;
}

.benefit-content {
    flex: 1;
}

.benefit-title {
    color: #4285f4;
    font-weight: 600;
    display: inline;
}

.benefit-description {
    color: #5a5a5a;
    font-weight: 400;
    display: inline;
}

.discount-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFC107;
    padding: 20px;
    text-align: center;
}

.discount-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}

@media (max-width: 768px) {
    .benefits-container {
        flex-direction: column;
    }
    
    .image-section {
        flex: none;
        min-height: 300px;
    }
    
    .content-section {
        padding: 40px 30px 80px;
    }
    
    .main-title {
        font-size: 36px;
    }
    
    .benefit-item {
        font-size: 16px;
    }
    
    .discount-text {
        font-size: 18px;
    }
}

/* Responsive styles */
@media (max-width: 1024px) {
    .benefits-container,
    .benefits-second-container {
      max-width: 100%;
      flex-direction: column;
    }
  
    .image-section,
    .content-section {
      flex-basis: 100%;
      max-width: 100%;
      min-height: auto;
      padding: 20px 30px;
    }
  
    .image-section {
      min-height: 300px;
      margin-top: 20px;
    }
  }

  @media (max-width: 1024px) {
    .content-section {
      padding: 15px 15px 70px;
    }
  }

  @media (max-width: 768px) {
    .content-section {
      padding: 20px 20px 70px;
    }
  
    .discount-text {
      font-size: 18px;
    }

    .funding-mobile{
        max-width: 65% !important;
      }
  }
  
  @media (max-width: 480px) {
    .content-section {
      padding: 15px 15px 70px;
    }
  
    .image-section {
      min-height: 200px;
    }
  }

  @media (max-width: 768px) {
    .row.m-0 {
      min-height: auto !important;
      padding: 20px 0;
    }

    h1.cf-font-family {
      font-size: 2rem !important;
    }

    .market-font-family {
      font-size: 1rem !important;
    }

    /* Adjust form button width on small screens */
    .form-btn-geometry {
      max-width: 100% !important;
    }
  }

  @media (max-width: 767.98px) {
  .marketplace-container {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem !important;
    padding-right: 2rem !important;
  }

  /* Optional: reduce padding inside the form for very small devices */
  .insta_form {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


@media (max-width: 767.98px) {
    .funding-container {
      padding: 1rem !important;
    }
    .form-insta {
      padding: 1rem !important;
    }
    .funding-mobile{
      max-width: 65% !important;
    }
  }

.funding-container {
    background-color: rgba(0,114,221, 0.79);
    color: #000;
    padding: 53px;
    width: 100%;
    border-radius: 10px;
    padding-bottom: 75px;
  }
  
  .funding-container h2,
  .funding-container h3 {
    margin-bottom: 10px;
    font-size: 15px;
    color: white
  }
  .funding-container p {
    font-size: 12px;
    color: white
  }

  .funding-container span {
    color: white;
  }
  
  .amount-input {
    width: 100% !important;
    font-size: 24px !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    border: none !important;
    border-radius: 5px !important;
    color: #fba919 !important;

  }
  
  .funding-slider {
    width: 100%;
  }
  
  .range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
  }
  
  .month-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }

  .month-buttons button {
    flex: 1 1 45%;
    padding: 10px;
    border: none;
    background-color: white;
    color: black;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
  }

  .month-buttons button:hover {
    background-color: #ffe28a;
  }
  .selected {
    background-color: #000;
  }

.marketplace-funding-container {
    background-color: rgba(0,114,221, 0.76);
    color: #000;
    padding: 50px;
    width: 122%;
    border-radius: 10px;
    margin-left: -90px;
  }
  
  .marketplace-funding-container h2,
  .marketplace-funding-container h3 {
    margin-bottom: 10px;
    font-size: 15px;
    color: white
  }
  .marketplace-funding-container p {
    font-size: 12px;
    color: white
  }

  .marketplace-funding-container span {
    color: white;
  }

  @media (max-width: 1000px) {
    .marketplace-funding-container {
      padding: 1rem !important;
      margin-bottom: 10px !important;
      width: 160% !important;
      margin-left: -180px !important;
    }
  }

  @media (max-width: 853px) {
    .marketplace-funding-container {
      padding: 1rem !important;
      margin-bottom: 10px !important;
      width: 200% !important;
      margin-left: -230px !important;
    }
  }

  @media (max-width: 768px) {
    .marketplace-funding-container {
      padding: 1rem !important;
      margin-bottom: 10px !important;
      width: 104% !important;
      margin-left: -3px !important;
    }
  }

  @media (max-width: 580px) {
    .marketplace-funding-container {
      padding: 1rem !important;
      margin-bottom: 10px !important;
      width: 106% !important;
      margin-left: -14px !important;
    }
  }

  @media (max-width: 450px) {
    .marketplace-funding-container {
      padding: 1rem !important;
      margin-bottom: 10px !important;
      width: 108% !important;
      margin-left: -4px !important;
    }
  }

  .insta-form-container form {
    font-size: 0.89375rem;
    color: #5E6C7B;
  }

  .logo-container {
    text-align: center;
    margin-top: 50px;
  }

  .insta-container {
    padding-top: 50px;
    padding-left: 180px;
    width: 61% !important;
    max-width: 61%;
  }

  .funding-mobile {
    max-width: 80%;
    padding-top: 25px;
  }

    @media (max-width: 767.98px) {
    .funding-container,
    .insta-form-container {
        padding: 1rem !important;
    }

    .insta-container {
        padding-left: 1rem;
        width: 100% !important;
        max-width: 100%;
    }

    .logo-container {
        margin-top: 1rem;
    }
    }

    @media (max-width: 450) {
        .insta-container {
            padding-left: 140px;
            width: 90%;
            max-width: none;
        }
    }


    @media (min-width: 768px) {
        .insta-container {
            width: 90%;
            max-width: none;
            padding-left: 100px;
        }
    }

    @media (min-width: 992px) {
        .insta-container {
            width: 75%;
            padding: 0rem;
        }
    }

.marketplace-card-bg-color{
    background-color: #588fc2;
}

.marketplace-form {
    background-color: white;
  }

  @media (max-width: 1000px) {
    .marketplace-form {
      width: 162% !important;
      border-radius: 10px;
      margin-left: -40px !important;
    }
  }

  @media (max-width: 853px) {
    .marketplace-form {
      width: 191% !important;
      border-radius: 10px;
      margin-left: -60px !important;
    }
  }

  @media (max-width: 768px) {
    .marketplace-form {
      width: 99% !important;
      border-radius: 10px;
      margin-left: 14px !important;
    }
  }
