* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

p {
    color: black;
}

/* roboto-regular - latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-v27-latin/roboto-v27-latin-regular.eot"); /* IE9 Compat Modes */
    src: local(""),
        url("../fonts/roboto-v27-latin/roboto-v27-latin-regular.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */
            url("../fonts/roboto-v27-latin/roboto-v27-latin-regular.woff2")
            format("woff2"),
        /* Super Modern Browsers */
            url("../fonts/roboto-v27-latin/roboto-v27-latin-regular.woff")
            format("woff"),
        /* Modern Browsers */
            url("../fonts/roboto-v27-latin/roboto-v27-latin-regular.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../fonts/roboto-v27-latin/roboto-v27-latin-regular.svg#Roboto")
            format("svg"); /* Legacy iOS */
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol;
    /* font-size: 1.1rem; */
    font-weight: 400;
    line-height: 1.65;
    color: black;
    text-align: left;
    /* background-color: #fbfbfb; */
}

.card .kartu {
    border-radius: 10px !important;
    border: none;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    /* padding-top: 10px; */
}

@font-face {
    font-family: "quadrat";
    src: url("../font/Quadrat-Serial-Regular.woff2");
}

.header {
    padding: 30px 0 10px;
    color: #e20016;
    text-align: center;
}

.header .bg {
    position: absolute;
    top: 0;
    width: 100%;
}

.pattern {
    width: 100%;
}

#heading {
    text-transform: uppercase;
    color: #444;
    font-weight: normal;
    font-family: quadrat, serif;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset {
    /* background: white; */
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

/* #msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
} */

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e53935;
    outline-width: 0;
}

#msform .action-button {
    /* width: 100px; */
    min-width: 100px;
    background: #e53935;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 0px 10px 5px;
    float: right;
    border-radius: 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #e53935;
}
#msform .action-button-next {
    /* width: 100px; */
    min-width: 100px;
    background: #e53935;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 5px 10px 0px;
    float: right;
    border-radius: 5px;
}

#msform .action-button-next:hover,
#msform .action-button-next:focus {
    background-color: #000000;
}
#msform .action-button-previous {
    /* width: 100px; */
    min-width: 100px;
    background: #e53935;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 5px 10px 0px;
    float: left;
    border-radius: 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000;
}

#msform .action-button-save {
    /* width: 100px; */
    min-width: 100px;
    background: #03612a;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 5px 10px 0px;
    float: right;
    border-radius: 5px;
}

#msform .action-button-save:hover,
#msform .action-button-save:focus {
    background-color: #000000;
}

.cardnya {
    z-index: 0;
    /* border: none; */
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #e53935;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #e53935;
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #e53935;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

/* #progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
} */

#progressbar #personal:before {
    /* font-family: FontAwesome; */
    content: "1";
}

#progressbar #akademik:before {
    /* font-family: FontAwesome; */
    content: "2";
}

#progressbar #orangtua:before {
    /* font-family: FontAwesome; */
    content: "3";
}

#progressbar #bimbingan:before {
    /* font-family: FontAwesome; */
    content: "4";
}

#progressbar #pembayaran:before {
    /* font-family: FontAwesome; */
    content: "5";
}

#progressbar li:before {
    width: 25px;
    height: 25px;
    line-height: 20px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 11px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #e53935;
}

.progress {
    height: 20px;
}

.progress-bar {
    background-color: #e53935;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

/* #ediform input,
#ediform select {
            padding: 2px;
            border-radius: 0px;
            box-sizing: border-box;
            color: #9E9E9E;
            border: 1px solid #BDBDBD;
            font-size: 16px;
            letter-spacing: 1px;
            height: 50px !important
        }

        #ediform select {
            width: 100%;
            margin-bottom: 85px
        }

        #ediform input:focus,
        #ediform select:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: 1px solid #E53935 !important;
            outline-width: 0 !important
        }

        #ediform .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
            background-color: #E53935
        }

        #ediform .form-group {
            position: relative;
            margin-bottom: 1.5rem;
            width: 77%
        }

        #ediform .form-control-placeholder {
            position: absolute;
            top: 0px;
            padding: 12px 2px 0 2px;
            transition: all 300ms;
            opacity: 0.5
        }

        #ediform .form-control:focus+.form-control-placeholder,
        #ediform .form-control:valid+.form-control-placeholder {
            font-size: 95%;
            top: 10px;
            transform: translate3d(0, -100%, 0);
            opacity: 1;
            background-color: #fff
        } */

label {
    /* background-color: #fbfbfb; */
    display: inline-block;
    margin-bottom: 0.5rem;
}
.labelmelayang {
    position: absolute;
    left: 35px;
    top: -10px;
    padding: 0 10px;
    background-color: #fff;
    color: #444;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    z-index: 1;
}
.inlayang {
    background-color: #fbfbfb;
    border: 2px solid #ced4da !important;
}
.inlayang:focus {
    background-color: #fbfbfb;
    border: 2px solid #0d7ae7 !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.65em + 1.2rem + 4px);
    padding: 0.6rem 1.25rem;
    /* font-size: 1.1rem; */
    font-weight: 400;
    line-height: 1.65;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #daced2;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: pink;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: pink;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: pink;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: pink;
}

.textheading {
    margin-bottom: 1rem;
}

.card .kartu {
    background-color: transparent;
}

brand {
    font-family: quadrat, serif;
    font-weight: 600;
    color: #444;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* .header {
        padding: 60px 0 50px;
    }   */
    .kartukustom {
        margin-bottom: 0 !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.select2-container .select2-selection--single {
    height: calc(1.65em + 1.2rem + 4px);
    border-radius: 10px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: calc(1.65em + 1.2rem + 4px);
    border-radius: 10px;
    padding-left: 1.25rem;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: calc(1.65em + 1.2rem + 4px);
    width: 22px;
    /* border: 1px solid #aaa; */
}
input[type="checkbox"] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}
.text-biaya {
    margin-bottom: 0;
    color: #444;
}
.text-coret {
    margin-bottom: 0;
    color: #bdbdbd;
    font-weight: 500;
}
.tombol-daftar {
    width: 100%;
}

.kartu {
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);

    animation-name: gerakkebawah;
    animation-duration: 0.3s;
}

.kartu:hover {
    cursor: pointer;
    top: -5px;

    animation-name: gerakkeatas;
    animation-duration: 0.3s;

    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

@keyframes gerakkeatas {
    from {
        top: 0;
    }
    to {
        top: -5px;
    }
}

@keyframes gerakkebawah {
    from {
        top: -5px;
    }
    to {
        top: 0;
    }
}

.select2-container--default .select2-selection--single {
    border: 2px solid #ced4da;
}
/* .card-hover:hover {
    background-color: rgba(255, 4, 4, 1);
} */

.tebal {
    font-weight: 700;
}

.has-error {
    border-color: #a94442 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.help-block {
    color: #a94442;
    font-size: 11px;
}

.kartukustom {
    padding-left: 10px;
    padding-right: 10px;
}

.textinfo {
    color: #444;
}

.textinfo h1,
.textinfo h2,
.textinfo h3,
.textinfo h4,
.textinfo h5,
.textinfo b,
.textinfo strong {
    font-weight: bold;
    font-family: quadrat, serif;
    letter-spacing: 0.08rem;
    color: #444;
}
.peringatan {
    color: red;
}

#preview {
    overflow-x: auto;
}

.sd-merah {
    color: #e93f50;
}
.smp-biru {
    color: #0e3b9e;
}
.sma-alumni-abu {
    color: #6f82ad;
}
.card-body ul {
    margin-left: 20px;
}
#preload-bg {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 9999;
}
#loader {
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    transform: translate(-45%, -45%);
    position: absolute;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #e93f50;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.checkmundur:hover {
    cursor: pointer;
}
.listKMundur {
    text-align: left;
    margin: 0 23px;
}
.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

/* Tambahan Radio Button */
.container-rb {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-rb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-rb:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-rb input:checked ~ .checkmark {
    background-color: #da251d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-rb input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-rb .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Progressbar baru */
#progressbar-baru {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar-baru .active {
    color: #e53935;
}

#progressbar-baru li {
    list-style-type: none;
    font-size: 15px;
    width: 50%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar-baru #bimbingan:before {
    /* font-family: FontAwesome; */
    content: "1";
}

#progressbar-baru #personal:before {
    /* font-family: FontAwesome; */
    content: "2";
}
#progressbar-baru li:before {
    width: 25px;
    height: 25px;
    line-height: 20px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar-baru li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 11px;
    z-index: -1;
}

#progressbar-baru li.active:before,
#progressbar-baru li.active:after {
    background: #e53935;
}

.card-img-top-baru {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ganti-program {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol;
    font-style: normal;
    font-weight: normal;
    line-height: 19px;
    /* identical to box height */

    text-align: center;
    padding-bottom: 20px;
}
.ganti-program-a {
    text-decoration: none;
    font-size: 16px;
    color: #cf1d22;
}
.konfirmasi-ganti {
    text-align: center;
}
.header-konfirmasi {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;

    color: #000000;
}
.isi-konfirmasi {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}
.tombol-Batalkan {
    background: #ffffff;
    border-radius: 5px;
    border-color: #cf1d22;
    border-width: 1px;
    width: 100%;
    color: #000000;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: auto;
    pointer-events: all;
}
#step_1 brand p {
    margin-bottom: 0;
}

/* #tabel-ketentuan td p {
    vertical-align: middle !important;
    margin-bottom: 0;
} */

.table td .teks-ketentuan {
    vertical-align: middle;
    margin-bottom: 0;
}

#tabel-ketentuan p {
    font-size: 14px;
}

.hr-garis {
    border: 1px dashed #dfdfdf;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: white !important;
}
.isi-syarat-ketentuan > ul {
    margin-left: 20px;
    text-align: left;
}
