html {
    scroll-behavior: smooth;
}

.dgm-hero-rotate-text {
    display: none;
}

.btn-daftar-bottom {
    position: fixed;
    content: "";
    bottom: 0;
    width: 100%;
    margin: 0;
    z-index: 20;
}

.dgm-brand-item {
    height: 220px;
    padding: 0 3rem;
    border: none !important;
}

.spacer-footer {
    height: 130px;
}

.how-to {
    display: flex;
    margin-bottom: 1rem;
}

.btn-mission {
    cursor: pointer;
}

.dgm-service-content-left .how-to span {
    min-width: fit-content !important;
}

@media screen and (min-width: 992px) {
    .dgm-hero-rotate-text {
        display: block;
    }

    .btn-daftar-bottom {
        bottom: 5%;
        width: 25%;
        margin: 0;
        right: 10%;
    }

    .spacer-footer {
        height: 100px;
    }

    .how-to {
        /* display: none; */
        margin-bottom: 0;
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 25;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
}

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

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (10px * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 24;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-header .close {
    padding: 0;
    margin: 0 0 0 auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-content {
    background-color: white;
    border-radius: 1em;
}

.modal .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .375rem;
    opacity: .5;
}

.modal p {
    font-size: 1em;
}

.modal a {
    color: var(--bs-link-color);
    text-decoration: underline;
}

.modal .tp-btn-black-square {
    margin-top: 1rem
}

.modal ul {
    padding-left: 2rem;
}

.modal .form-insta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 576px) {
    .modal .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }

    .modal .modal-header {
        padding: 1rem;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (30px * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 1025px) {
    .modal-lg {
        max-width: 800px;
    }
}

#loadingDiv .modal-body {
    display: flex;
    justify-content: center;
}