:root {
    --main-color: #02376d;
    --main-dark-color: #02376D;
    --green-color: #43936C;
    --main-light-color: #ffbdb6;
    --yellow-color: #F6BD0F;
    --red-color: #E91F29;
    --natural-color: #E0E0E0;
    --primary-color: #02376D;
    --pink-color: #EEB4B0;
    font-family: 'Inter', sans-serif !important;
}

body{
    font-family: 'Inter', sans-serif !important;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}

.swal-footer, .swal-text{
    text-align: center !important;
}

.swal-icon{
    width: 40px !important;
    height: 40px !important;
}
.swal-icon--error__line{
    width: 24px !important;
    top: 18px !important;
}
.swal-icon--error__line--left{
    left: 8px !important;;
}
.swal-icon--error__line--right{
    right: 8px !important;;
}

/* Navbar */
.navbar {
    background-color: var(--main-color) !important;
    background-image: url("/assets/images/beranda/header-a4524e0a4656e4152d94b48d3879a146.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*border-bottom: 3px solid red;*/
}

.navbar .nav-yellow-btn {
    background-color: var(--yellow-color);
    border-radius: 20px !important;
    font-weight: 700;
    font-size: 14px;
    color: var(--main-color);
}

.navbar .nav-yellow-btn:hover {
    color: var(--yellow-color);
    background-color: var(--main-color);
    border-color: var(--yellow-color);
}

.navbar .nav-border-yellow-btn {
    background-color: var(--primary-color);
    border-radius: 20px !important;
    font-weight: 700;
    font-size: 14px;
    color: var(--yellow-color);
    border-color: var(--yellow-color);
}

.nav-text{
    color: var(--yellow-color);
    text-decoration: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif !important;
}

.nav-text:hover {
    color: white;
}

.navbar .nav-border-yellow-btn:hover {
    color: var(--main-color);
    background-color: var(--yellow-color);
    border-color: var(--yellow-color);
}

.navbar .nav-white-btn {
    background-color: white;
    border-color: var(--main-color);
    border-radius: 20px !important;
    font-weight: 700;
    font-size: 14px;
    color: var(--main-color);
}

.navbar .nav-white-btn:hover {
    color: white;
    background-color: var(--main-color);
}


.navbar .nav-item .nav-link{
    color: var(--main-dark-color) !important;
    font-weight: 800;
    font-size: 14px;
}
/* End Navbar */

/* Footer */

footer h5 {
    color: var(--main-dark-color);
    font-weight: 700;
    font-size: 16px;
}
footer a {
    color: var(--main-color);
    font-weight: 400;
    font-size: 14px;
}
footer a:hover{
    color: var(--main-color);
}
footer input {
    background-color: transparent;
    border: 0px solid;
    height: 20px;
    width: 250px;
    color: var(--main-color);
}
footer input::placeholder {
    color: var(--main-color);
}
footer .wrap-footer {
    background-color: var(--main-color);
    height: 50px;
}
footer p {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding-top: 20px;
}

.motif-footer{
    margin-top: -75px;
}

.motif-footer .motif-footer-1{
    background-image: url("/assets/images/motif-jateng-fc4f082aa72ee84e5758dc7b377d046a.png");
    height: 150px;
    background-position: 0 50px !important;
    /*background-repeat: no-repeat;*/
    background-repeat: repeat-x;
}
.motif-footer .motif-footer-2{
    border-bottom: 10px solid var(--yellow-color);
}
.motif-footer .motif-footer-2 .motif-footer-3{
    border-bottom: 10px solid var(--red-color);
}
/* End Footer */



@media only screen and (max-width: 768px) {
    footer .wrap-footer {
        height: 50px;
    }
    .navbar .nav-red-btn{
        margin-top: 10px;
    }
}



@media only screen and (max-width: 1280px) and (min-width: 769px) {
    .navbar .nav-red-btn{
        margin-top: 10px;
    }
}

.yellow-btn {
    background-color: var(--yellow-color);
    border-radius: 1.25rem;!important;
    color: white;
}

.yellow-btn:hover {
    color: white;
}


.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.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: 0 auto;
    pointer-events: all;
}


.modal-90{
    width: 90%;
    max-width: 90%;
}
.modal-85{
    width: 85%;
    max-width: 85%;
}
.modal-80{
    width: 80%;
    max-width: 80%;
}
.modal-75{
    width: 75%;
    max-width: 75%;
}
.btn.btn-red-modal{
    font-weight: 600;
    font-size: 14px;
    border-radius: 20px;
    color: #ffffff;
    background-color: var(--primary-color);
    padding: 5px;
    width: 160px;
}
.btn.btn-back-modal {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: var(--main-color);
    padding: 10px;
    width: 160px;
}
#modal-footer-pengajuan-baru{
    border-top: 0 !important;
}
#modal-header-pengajuan-baru{
    border-bottom: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
}
#modal-content-pengajuan-baru{
    padding-top: 0;
    border-radius: 20px;
}
#modal-body-pengajuan-baru{
    padding-left: 50px;
    padding-right: 50px;
}
.form-check-input:checked {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;;
}
#pengajuan-baru-produk{
    font-size: 14px;
}
#pengajuan-baru-sub-produk{
    font-size: 14px;
}
.font-12{
    font-size: 12px;
}
.yellow-color {
    color: var(--yellow-color);
}
.required-color {
    color: var(--red-color);
}
.font-14{
    font-size: 14px;
}

.font-16{
    font-size: 16px;
}

.font-18{
    font-size: 18px;
}

.font-20{
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
     font-weight: 400;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.grow{
transition: 0.5s ease;
}

.card:hover{
cursor: pointer;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: 0.5s ease;
}

.text-konvensional{
    color: var(--main-color) !important;
}

.text-syariah{
    color: var(--green-color) !important;
}

.navbar-nav .nav-link {
    color: #F6BD0F!important;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding-bottom: 5px;
}

/*.navbar-nav .nav-link {*/
/*    color: #ffffff !important;*/
/*    font-size: 18px;*/
/*    position: relative;*/
/*    padding-bottom: 5px;*/
/*}*/

.navbar-nav .nav-link:hover {
    color: white !important;
}

.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 4px;
    background-color: #ffcc00;
    transform: translateX(-50%);
    transition: width 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover::before {
    width: 100%;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.card-img-top {
    height: 170px;
    object-fit: fill;
}






