/* Feature Soon */
.feature-soon {
    background-color: #ffffff;
    margin-top: 20px;
    padding-left: 20px;
    padding-bottom: 2px;
    height: 100vh;
}

.feature-soon img {
    width: 250px;
    margin: auto;
    padding-top: 10px;
}

/* ALL PAGES */
* {
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}

/* .login-isqom-submission {
    display: block;
} */

.login-hidden {
    display: none;
}

.all-page {
    font-family: 'Inter', sans-serif;
}

.title-page h2, .title-page h3, .title-page h4 {
    /* color: #4142DB; */
    color: #0202ae;
}

.page-height {
    height: 90vh !important;
}

.page-content {
    background-color: #eeeeee;
    height: auto;
    margin-top: 50px;
}

.page-content hr{
    margin: 10px 0;
}

.page-content .title-page h3 {
    margin-top: 10px;
}

.main-footer {
    background-color: #f7f6fb;
}

.title-page-sub {
    padding: 20px;
    padding-left: 5px;
    
}

.title-page-sub img {
    width: 18px;
    margin-top: -10px;
    
}

.title-page-sub span {
    font-weight: 600;
    font-size: 25px;
    margin-left: 5px;
}

.title-page-sub hr {
    border: 1px solid #000000;
}

.btn-add-all button {
    background-color: #4142DB;
    border: none;
    margin-right: 10px;
    color: #ffffff;
}

.btn-add-all button:hover {
    background-color: #5d5de3;
    color: #ffffff;
}

.card-table-all .table-all-pages thead th  {
    background-color: #4142DB;
    color: #ffffff;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}



/* .card-table .card-header {
    background-color: #ffffff;
    padding: 5px 15px 0;
} */



/* ========================================================================= */
/* ========================================================================= */

/* LOGIN PAGE */

/* Background Login */
.page-login .bg-login {
    background-color: #4142DB;
    /* height: auto; */
    color: #ffffff;
    height: 100vh;
}

.page-login .content-login{
    text-align: center;
    padding: 12% 0;
    font-family: 'Palanquin', sans-serif;
    font-weight: 600;
}

.content-login h1 {
    /* font-size: 35px;
    line-height: 45px; */
    font-size: 33px;
    line-height: 40px;
}

.img-wrapper-login, .img-wrapper-logo-login {
    margin: auto;
    margin: 50px 0;
}

.img-wrapper-login img {
    width: 300px;
}

.img-wrapper-logo-login img {
    width: 240px;
}


.footer-login {
    position: fixed;
    bottom: 0;
    width: 66%;
   
}

.footer-login .footer-center {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
}



/* Form Login */
.page-login .bg-form-login-top {
    height: 30%;
    background-image: url("../images/login/bg-form-login-1.png");
    background-size: cover;
}

.page-login .form-login {
    /* padding: 5% 10%; */
    padding: 5% 15%;
}

.form-login h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #025F48;
    margin-bottom: 20px;
    font-size: 20px;
}

.form-login .form-group {
    margin: 18px 0;
}

.form-group input {
    margin-top: 0px;
    /* border: 1px solid #00C8AC; */
    margin-bottom: 5px;
}

.form-group a {
    text-decoration: none;
    color: #858585;
}

/* .form-group button {
    width: 100%;
    background-color: #4142DB;
} */

.form-group button:hover{
    background-color: #6666e7;
}

/* .page-login .bg-form-login-bottom {
    height: 28%;
    background-image: url("../images/login/bg-form-login-2.png");
    background-size: cover;
} */


@media screen and (max-width: 1366px) {
    .page-login .content-login{
        padding: 5% 0;
    }

    .content-login h1 {
        font-size: 25px;
        line-height: 33px;
    }

    .img-wrapper-login, .img-wrapper-logo-login {
        margin: 30px 0;
    }

    .img-wrapper-login img {
        width: 280px;
    }
    
    .img-wrapper-logo-login img {
        width: 220px;
    }

    .page-login .form-login {
        padding: 0% 15%;
    }
}




/* ========================================================================= */
/* ========================================================================= */
/* ADMIN */
/* .btn-add-admin {
    justify-content: space-between;
    display: flex;
} */

/* .button-add  {
    display: inline-block;
} */

.btn-add-admin button {
    background-color: #4142DB;
    border: none;
    margin-right: 10px;
    color: #ffffff;
}

.btn-add-admin button:hover {
    background-color: #5e5ef5;
    color: #ffffff;
}

.card-table .card-header {
    background-color: #ffffff;
    padding: 5px 15px 0;
}

.card-body .table th {
    padding: 5px 10px;
    font-size: 14px;
}

.card-body .table td {
    padding: 5px 10px;
    font-size: 13px;
}

.btn-aksi .fa-pen-to-square{
    color: rgb(89, 127, 243);
}

.btn-aksi .fa-pen-to-square:hover{
    color: rgb(0, 64, 255);
}

.btn-aksi .fa-trash-can{
    color: rgb(203, 92, 92);
}

.btn-aksi .fa-trash-can:hover{
    color: rgb(251, 0, 0);
}






   



/* ================================================= */


/* ================================================= */
/* PENGAJUAN (FORM LAMA)*/

.form-pengajuan .card{
    /* border: 1px solid #313131; */
    height: auto;
    /* width: 80%; */
    border-radius: 0;
    padding: 15px 25px;
    margin-left: 10px;
}

.form-pengajuan h4 {
    margin-bottom: 0;
} 

.form-pengajuan h3 {
    color: #4142DB;
    font-weight: 600;
}

.form-pengajuan hr {
    width: 12%;
    margin-top: -5px;
    border: 1px solid #000000;
}
.form-pengajuan .form-typeahead .input-group .form-control{
    height: calc(1.8125rem + 2px);
}
.form-pengajuan .input-group .typeahead .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    /* border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius); */
}

.form-pengajuan .form-control, .form-pengajuan select {
    border-radius: 0;
    
}

.form-pengajuan button, .detail-pengajuan button {
    background-color: #4142DB;
    color: #ffffff;
    float: right;
    padding: 5px 15px;
    border-radius: 0;
}

.form-pengajuan button:hover, .detail-pengajuan  button:hover {
    background-color: #2222ff;
    color: #ffffff;
}
.form-pengajuan .table th {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
}
.form-pengajuan .table td {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.detail-pengajuan .card{
    border-radius: 0;
    border: 1px solid #313131;
}

.detail-pengajuan .title-detail {
    padding: 10px 15px 0;
}

.detail-pengajuan .title-detail h5 {
    margin-bottom: 0;
}

.detail-pengajuan hr {
    border: 1px solid #000000;
}

.detail-pengajuan .total-harga h6 {
    text-align: end;
    margin-right: 30px;
}

.detail-pengajuan button {
    margin-top: 30px;
    margin-right: 30px;
}

.table-pengajuan .text th, .table-pengajuan .text td{
    padding-left: 20px;
}

.table-pengajuan .fa-trash-can{
    color: red;
}


/* SURAT */

.kop-surat h4{
    font-family: 'Lora', serif;
    font-weight: 700;
}

.faktur-font {
    font-family: 'Roboto Mono', monospace;
}

.surat-detail-pengajuan .text-harga {
    border: 1px solid #000000;
    margin-right: 13px;
    padding-top: 5px;
}
.surat-detail-pengajuan .text-total{
    background-color: #000000;
    color: #ffffff;
    padding-top: 5px;
}







/* ============================================ */
/* MEDIA PRINT */
@media screen {
    #printSection {
      display: none;
     }
  }
  
@media print {
    body * {
        visibility:hidden;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
      position:absolute;
      left:30px;
      right:30px;
      top:50px;
      
    }
    #printSection .img-logo {
        width: 70% !important;
        margin-bottom: 20px;
    }

    #printSection .kop-surat h4{
        font-size: 30px ;
        font-family: 'Lora', serif;
        font-weight: 700;
    }
    #printSection .kop-surat p, #printSection .no-hal, #printSection .kpd-yth{
       line-height: 7px;
    }

    #printSection .surat-detail-pengajuan .surat-total-harga .text-total h6{
        background-color: #000000 !important;
        color: #ffffff;
        padding-top: 1px;
        
    }
    

   
}

.row-pdf {
    display: flex;
}

.col-pdf h2{
    font-size: 1000px;
}

@media (max-width: 1115px) { 
    .login-isqom-submission {
        display: none;
    }
    .login-hidden {
        display: block;
    }
    .login-hidden .img-cant-access img{
        width: 250px;
        text-align: center;
        margin-top: 70px;
    }

    .login-hidden .img-cant-access {
        
        text-align: center;
    }

 }