:root {
    --box-list-upper: 45%;
    --box-list-lower: 55%;
    --dts-purple: #6f61c7;
}

.text-purple {
    color: var(--dts-purple);
}
#section2 .content article {
    max-height: 65vh;
    overflow: auto;
}
.custom-modal .content .icon span {
    padding: 12px;
}
.section {
    overflow: hidden;
}
#section2 {
    padding-top: 30px;
}
#section4 .white-content .title {
    margin-bottom: 15px;
}
#section4 .card {
    min-height: 128px;
}
#section4 .card h3 {
    font-size: 12px;
}
#section1 .top-section .bg-section1 {
    bottom: -9px;
}
#section1 .top-section #person {
    width: 80%;
}
#section1 .bottom-section {
    padding-top: 20px;
}
#section3 .white-content {
    min-height: 0px;
}
.custom-modal .content article ul, .custom-modal .content article ol {
    padding-left: 25px;
}
#section3 .row div[class^="col-"]:last-child .block.type2 .icon {
    box-shadow: none;
}
#section3 .block {
    margin-bottom: 10px;
}
#section3 .block.type2 .icon .inner {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    display: flex;
    align-items: center;
}
#section3 .section-title {
    padding-left: 30px;
    text-align: left;
    top: -75px;
    line-height: 22px;
}
#section3 .section-title small {
    display: block;
    margin-top: 5px;
    font-size: 9px;
    text-shadow: none;
    line-height: 15px;
    /* display: none; */
}
.custom-modal .content{
    min-width: 95%;
}
.custom-modal .content .icon span {
    background: #f6e948;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0px;
}
.custom-modal .content .icon span img {
    height: 25px;
    width: auto;
}
#section3 .block label {
    font-size: 9px;
}
.btn-block-action {
    display: flex;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    background-color: #f6e94c;
    height: 120px;
    align-items: center;
    color: #5948a2;
    font-weight: 500;
}
#section3 .block .icon.with-brand {
    position: relative;
}
#section3 .block .icon.with-brand:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #aaa;
    border-radius: 50%;
    right: 5px;
    bottom: 6px;
    border: 2px solid #fff;
}
#section3 .block .icon.with-brand.google:before {
    background-image: url('{{ asset("asset/client/dts-OA3/images/icon-google.png") }}');
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}
#section3 .block .icon.with-brand.facebook:before {
    background-image: url('{{ asset("asset/client/dts-OA3/images/icon-facebook.png") }}');
    background-size: 100% auto;
}
.custom-modal .content article {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#section4 .card .icon {
    background-color: #f6e948;
    display: flex;
    align-items: center;
}
#section4 .card h3 {
    line-height: normal;
}

.logo {
    position: absolute;
    left: 15px;
    top: 15px;
}
.logo img {
    height: 38px;
    width: auto;
}
#logo-kominfo {
    position: absolute;
    height: 38px;
    right: 15px;
    top: 15px;
}

#btn-explore3, .btn-yellow, .btn-white {
    display: block;
    width: 100%;
    background-color: #f6e948;
    color: #5948a2;
    text-align: center;
    padding: 10px 10px;
    border-radius: 30px;
    font-size: 13px;
}
#btn-explore3, .btn-white {
    background-color: #fff;
}

.box-list {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.box-list .upper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-image: url(../dts/images/bg-section2-1.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: var(--box-list-upper);
    background-color: #4351be;
}
.box-list .upper .decoration {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.box-list .upper div[data-class="person"] {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 200px;
}
.box-list .upper .text {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 90%;
    display: flex;
    align-items: center;
    left: 20px;
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0px;
    font-weight: 700;
    color: #fff;
}
.box-list .lower {
    position: absolute;
    left: 0px;
    top: var(--box-list-upper);
    width: 100%;
    height: var(--box-list-lower);
    background-color: #fff;
    padding: 0px 20px;
}
.box-list .lower .title {
    font-size: 20px;
    color: var(--dts-purple);
    padding: 0px 0px;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
}

#section3 .block-row {
    margin-top: -60px;
}
.block-row {
    margin-left: -5px;
    margin-right: -5px;
}
.block-row div[class^="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
#section3 .block.type3 {
    width: 100%;
    min-height: 60px;
    background: linear-gradient(to right, #576ee7, #825ae8);
    border: none;
    border-radius: 5px;
    padding: 10px 10px 10px 45px;
}
#section3 .block.type3 .icon {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    box-shadow: none;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#section3 .block.type3 .icon img {
    height: 18px;
}
#section3 .block.type3 .text {
    line-height: 13px;
    font-size: 10px;
    text-align: left;
    font-weight: 500;
    padding-top: 5px;
    color: #fff;
}

.custom-table {
    width: 100%;
    font-size: 13px;
}

.custom-modal .content .sasaran {
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.custom-modal .content .sasaran:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 35%;
    background-color: #6f61c7;
}

.block-card {
    padding: 13px 15px 0px;
    border-radius: 10px;
    background-color: #f1f1f1;
    margin-bottom: 8px;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 12px;
    line-height: 15px;
}
.block-card div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.block-card .big {
    font-size: 20px;
    font-weight: 700;
    color: #6f61c7;
}
.block-card .small {
    font-size: 11px;
}

#section4 .box-list .upper {
    height: 37%;
}
#section4 .box-list .lower {
    top: 37%;
    height: 63%;
}

.custom-modal .content article {
    max-height: 45vh;
}

@media(max-width: 330px) {
    .box-list .upper div[data-class="person"] img {
        width: 70%;
    }
    .box-list .upper .text {
        font-size: 16px;
        padding-top: 10px;
    }
    #section4 .box-list .upper {
        height: 32%;
    }
    #section4 .box-list .lower {
        top: 32%;
        height: 68%;
    }
    .block-card {
        padding-top: 9px;
    }
    .block-card .big {
        font-size: 15px;
    }
}
@media(min-width: 370px) {
    .box-list .upper .text {
        font-size: 25px;
    }
    #section3 .block.type3 {
        padding-left: 60px;
        min-height: 67px;
    }
    #section3 .block.type3 .icon {
        width: 45px;
        height: 45px;
        left: 15px;
    }
    #section3 .block.type3 .icon img {
        height: 23px;
    }
    #section3 .block.type3 .text {
        font-size: 11px;
        padding-top: 10px;
        line-height: 15px;
    }
}
@media(min-width: 400px) {
    #section3 .block label {
        font-size: 11px;
    }
    #section3 .block {
        margin-bottom: 20px;
    }
    .btn-block-action {
        font-size: 9px;
        height: 130px;
    }
}
@media(min-height: 600px) and (max-height: 626px) {
    #section3 .white-content {
        height: 460px;
    }
}
@media(max-height: 660px) {
    /* #section2 .content article p:last-child {
        display: none;
    } */
    .custom-modal .content article {
        max-height: 50vh;
    }
}
@media(min-height: 660px) {
    #section3 .white-content {
        min-height: 470px;
    }
    #section4 .white-content {
        height: 530px;
    }
}
@media(min-height: 700px) {
    #section3 .section-title {
        padding-left: 35px;
        top: -170px;
    }
    #section3 .white-content {
        min-height: 470px;
    }
    #section3 .white-content:before {
        background-image: url('{{ asset("asset/client/dts-OA3/images/person1.png") }}');
        background-size: auto 100%;
        height: 150px;
        background-position: 90% 0px;
        top: -135px;
    }
    #section4 .white-content:before {
        background-image: url('{{ asset("asset/client/dts-OA3/images/person1.png") }}');
        background-size: auto 100%;
        height: 160px;
        top: -150px;
    }
    #section3 .section-title small {
        width: 30%;
    }
}
