@font-face {
    font-family: 'notoSansRegular';
    src: url('/english/fonts/IndosatRegular-Regular.woff2');
}

@font-face {
    font-family: 'notoSansSemiBold';
    src: url('/english/fonts/IndosatMedium-Medium.woff2');
}

@font-face {
    font-family: 'robotoMedium';
    src: url('/english/fonts/IndosatMedium-Medium.woff2');
}

@font-face {
    font-family: 'Ooredoo-Heavy';
    src: url('/english/fonts/IndosatBold-Bold.woff');
}

html {
    background-color: #fff;
}

body {
    background-color: #FAFBFD;
    font-family: notoSansRegular;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Ooredoo-Heavy;
}

header.container {
    max-width: 1080px !important;
}

p {
    font-family: notoSansRegular;
    font-size: 16px;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}

.bg-light {
    background-color: rgba(255, 255, 255, 0.473) !important;
    border-radius: 20px !important;
}

.image-bg {
    background-image: url("/bahasa/images/support/faq.jpg");
    background-attachment: fixed;
    background-blend-mode: normal;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

div.how-to.image-bg {
    background-image: url("/bahasa/images/support/how.jpg");
    background-attachment: fixed;
    background-blend-mode: normal;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

div.privacy.image-bg {
    background-color: #FFD500;
    background-attachment: fixed;
    background-blend-mode: normal;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-image: none !important;
}

section.content {
    max-width: 1080px;
}

.collapse-list {
    overflow: scroll;
    height: 430px;
}

a,
a:active,
a:hover,
a:focus {
    text-decoration: none !important;
    outline: 0 !important;
    color: #000;
}

.faq-list {
    list-style: none;
    padding: 0;
}

.faq-list > li {
    margin: 30px 0;
    border-bottom: 1px solid #ED1C24;
    padding: 27px 30px;
    margin: 0px auto 30px;
    text-align: left;
}

.faq-list .faq-heading::before {
    content: '+';
    font-size: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: -8px;
    color: #ED1C24;
}

.faq-list .the-active .faq-heading::before {
    content: '-';
}

.faq-heading {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.faq-heading:hover {
    color: var(--theme-color);
}

.faq-text {
    display: none;
}

.art-box svg {
    width: 100%;
}

.read {
    color: rgb(100, 100, 100);
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
}

footer {
    background-color: #FFD500;
}

@media (max-width: 500px) {
    .collapse-list {
        overflow: hidden;
        height: auto;
    }
}

@media (max-width: 320px) {
    .collapse-list {
        overflow: hidden;
        height: auto;
    }
}
.mainulcontainer > ol > li::marker {
    font-size: 1.5rem;
    font-family: Ooredoo-Heavy;
}

.mainulcontainer > ol a {
    color: blue;
}