body {
    margin: 0;
    text-decoration: none;
}

.bg-banner {
    width: 100%;
    position: absolute;
    background-size: 100%;
    height: 400px;
    border-bottom: 20px solid #FFBB0D;
    border-radius: 0 0 40px 0;
}

.container-form {
    padding: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
input.largerCheckbox {
    transform: scale(1.2);
}
.form {
    max-width: 1100px;
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 3rem;
    z-index: 1;
    position: relative;
}

.pointer{
    cursor: pointer;
    text-decoration: none;
}

/* Form */
.btn1 {
    cursor: pointer;
    border: 0;
    border-radius: 6px;
    padding: 6px 24px;
    
    text-decoration: none;
}

.btn-next, .btnNext {
    background-color: #1357BD;
    color: white;
}

.accordion-header button.filled {
    background-color: rgb(24, 163, 24);
    color: white;
}

button.filled::after{
    filter: invert(100%) sepia(90%) saturate(0%) hue-rotate(150deg) brightness(108%) contrast(101%);;
}

.height-overflow{
    height: 500px;
    overflow-y: scroll;
}

.btn-prev {
    color: #1357BD;
    background-color: rgba(19, 87, 189, 0.3);
}

.border{
    border: 1px solid #bebebe;
    width: 100%;
}

.border-div-revisi{
    border:1.5px solid red!important;
    border-radius: 8px; 
}

.banner{
    display: flex;
    padding: 12px;
    margin-bottom: 18px;
    border-radius: 12px;
}

.banner ul{
    margin: 0;
}

.warning-banner{
    background-color: #F6EAD2;
    border-left: 30px solid #FFBB0D;
}

.danger-banner{
    background-color: #EABFBF;
    border-left: 30px solid #F57474;
}

.disabled-img{
    background-color: #DADADA !important;
}

.cstm-grup-file .is-invalid{
    border: 1px solid #C30000;
}

  /* Modal styles */
  .cstm-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
  }

  .bb-01{
    border-bottom: 1px solid #777;
  }

  .bb-02{
    border-bottom: 1px solid #bbbbbb;
  }
  
  .cstm-modal-content {
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
    padding: 12px;
  }
  
  .cstm-modal-content img {
    max-width: 700px;
    width: 100%;
  }
  
  .close {
    color: black;
    position: fixed;
    top: 32px;
    right: 24px;
    font-size: 18px;
    border-radius: 50%;
    padding: 0px 8px;
    background-color: #bebebe;
    cursor: pointer;
  }

.banner p{
    margin: 0;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

/* Button */
.btn-group {
    display: flex;
    justify-content: space-between;
}

.btn-prev {
    background-color: #B2C6E5;
    color: #1357BD;
}

.btn:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--blue-color);
}

.input-box {
    display: flex;
    align-items: center;
    /* max-width: 300px; */
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    padding-left: 0.5rem;
    overflow: hidden;
    font-family: sans-serif;
}

.input-box .prefix {
    font-weight: 300;
    font-size: 14px;
    color: rgb(117, 114, 114);
}

.input-box input {
    border: none;
    outline: none;
}

.input-box:focus-within {
    border-color: #777;
}
.text-justify{
    text-align: justify;
}

/* Progress bar */

.progress-bar1 {
    width: 330px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}

.progress-bar1::before,
.progress {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #dcdcdc;
    z-index: -1;
}

.progress {
    background-color: #1357BD;
    width: 0;
    transition: .5s;
}

.progress-step {
    width: 15px;
    height: 15px;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-step::after {
    width: max-content;
    content: attr(data-title);
    position: absolute;
    top: -30px;
    font-size: 12px;
    color: black !important;
}

.progress-step.active {
    background-color: #1357BD;
}

.form-check-input:checked {
    background-color: #1357BD;
    border-color: #1357BD;
}

.ijazahSTL{
    min-width: 326px;
}

.badge-nama{
    max-width: max-content;
    margin: 6px auto;
    background: #ffbb0d;
    color: black !important;
    padding: 4px 12px !important;
    border-radius: 100px;
    font-size: 24px;
}

.upload-fail{
    background: #ff00003b;
    padding: 2px 12px;
    color: red;
    border-radius: 6px;
}

.upload-success{
    background: #51ff003b;
    padding: 2px 12px;
    color: #006209;
    border-radius: 6px;
}

.no-border{
    border: 0;
}

.bold{
    font-weight: 500;
}

.m-w-cstm{
    min-width: 100px;
}

.w-81{
    width: 81% !important;
}

@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0;
    }

    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* End Progress bar */
.header-text {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.w-250px {
    width: 250px;
}

.d-flex-none {
    display: flex;
}

.min-w-80 {
    min-width: 80px;
}

.min-w-64 {
    min-width: 64px;
}

.min-w-50 {
    min-width: 50px;
}

.min-w-145 {
    min-width: 145px;
}

.w-80px{
    width: 80px;
}

.btn-nextAccord{
    padding: 6px 9px;
    background-color: rgb(24, 163, 24);;
    color: white;
    border-radius: 6px;
    border: 0;
}

.btn-nextAccord:disabled{
    background-color: rgba(24, 163, 24, 0.459);  
}

.min-w-40 {
    text-align: center;
    min-width: 60px;
    max-width: 60px;
}

.p-left-top{
    position: absolute;
    top: 42px;
}

.margin-progress{
    margin-bottom: 32px;
}

.h1-text{
    padding-top: 12px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}

.bg-informasi{
    background-color: #D4E3F8;
    border-radius: 12px;
    padding: 9px;
}

.btn-upload{
    background-color: #1357BD;
    border-radius: 12px;
    padding: 6px;
    cursor: pointer;
}

.btn-submit-disabled{
    background-color: #b3b3b3;
    pointer-events: none;
}

.btn-revisi-disabled{
    background-color: #b3b3b3;
    pointer-events: none;
    border-radius: 12px;
    padding: 6px;
}

.cstm-grup-file{
    display: flex;
    align-items: center;
    gap: 12px;
}

.bg-view{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 12px;
    background-color: white;
    border-radius: 12px;
}

.bg-view a{
    color: #1357BD !important;
}

.cstm-grup-file {
	input[type="file"] {

		&::-webkit-file-upload-button {
			display: none;
		}
		&::file-selector-button {
			display: none;
		}
	}

	&:hover {
		label {
			background-color: #dde0e3;
			cursor: pointer;
		}
	}
}



@media(max-width:982px) {
    .d-flex-none {
        display: block;
    }

    .ijazahSTL{
        min-width: unset;
    }

    .margin-progress{
        margin-top: 132px;
    }

    .w-250px {
        width: 100%;
    }

    .header-text{
        font-size: 22px;
    }
    .w-150x{
        width: 150px;
    }

    .progress-bar1 {
        width: 90%;
    }
    p{
        font-size: 14px;
    }
    .cstm-modal-content img{
        width: 100%;
    }
    
    .w-resp::after{
        max-width: 70px;
        text-align: center;
        top: -40px;
    }

    .badge-nama{
        max-width: max-content;
        margin: 6px auto;
        background: #ffbb0d;
        color: black !important;
        padding: 4px 12px !important;
        border-radius: 100px;
        font-size: 20px;
    }
}

@media(max-width:1200px) {
    .form {
        min-width: 100%;
        padding: 1.25rem;
    }

    .bg-banner {
        background-size: 100% 100%;
    }

}

.sub-text {
    font-weight: bold;
}

label {
    font-size: 13px;
    color: #97A4AF;
}

#loading {
    position: fixed;
    display: flex;
    justify-content:center;
    align-items:center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

#loading.displayhidden {
    display: none;
}

#loadingaftertransaction {
    position: fixed;
    display: none;
    justify-content:center;
    align-items:center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

#loading.active {
    display: flex;
}

.pdf-pages canvas{
    display: block;
    margin: 12px auto;
    max-width: 700px;
    width: 100% !important;
}
@media (max-width: 1202px) {
    .m-w-cstm{ 
        width: 100%;
     }
}
@media (max-width: 1068px) {
    .ijazahSTL {
        min-width: 280px;
    }
}
@media (max-width: 392px) {
    .ijazahSTL {
        min-width: unset;
    }
}

@media(max-width:1530px) {
    .bg-banner{
        height: 350px;
    }
}

@media(max-width:1330px) {
    .bg-banner{
        height: 300px;
    }
}

@media(max-width:1200px) {
    .progress-bar1 {
        margin-top: 60px;
        margin-right: 30px;
    }
}

@media(max-width:572px) {
    .progress-bar1 {
        margin-right: 16px;
    }
}

.readonly {
    background: #e9ecef;
    pointer-events: none;
}

#pdf-container {
    width: 100%;
    max-height: 500px;
    overflow: auto;
    margin: 0 auto;
}

#pdf-container-panduan-pengisian-form {
    width: 100%;
    max-height: 100%;
    overflow: auto;
    margin: 0 auto;
}

.pdf-pages-pdp canvas {
    display: block;
    width: 100% !important;
    margin: 12px auto;
}

#checkbox-container {
    display: none;
    text-align: center;
    margin-top: 20px;
}

.text-upper {
    text-transform: uppercase;
}