body{
	font-family: 'Nunito', sans-serif;
	background-color: #fcfcfc;
}
.wrapper {
    margin: 20px 0;
}
.kpr{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.image-text {
    margin: 0.7rem 1rem;
    line-height: normal;
}
.detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.detail .input-box {
    margin-bottom: 15px;
    width: calc(100% / 2 - 20px);
}
.detail .input-box .input-box-span {
    display: block;
    font-weight: 600;
    color: #222;
}
#calculator, #calculator2 {
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.detail-container .detail{
    width: 50%;
}
input:disabled {
    background-color: #e9ecef;
}
.rp-disabled{
    background-color: #e9ecef;
}
.detail-container{
    display: flex;
    flex-direction: row;
}
.detail .input-28-box {
    /*margin-bottom: 15px;*/
    width: 60%;
    /* display: inline; */
}
.detail .input-22-box {
    /*margin-bottom: 15px;*/
    width: 40%;
    /* display: inline; */
}
.detail .input-26-box {
    margin-bottom: 15px;
    width: 60%;
    /* display: inline; */
}
.detail .input-24-box {
    margin-bottom: 15px;
    width: 40%;
    /* display: inline; */
}
 .detail .input-box .xbotak {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.8rem;
}
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    border: 1px solid #222;
    background-color: #222222;
}

#firstrow .modal-header{
    align-items: center;
    flex-direction: column;
}
.modal-header .input-box-span{
    display: block;
    text-align: center;
}
.modal-header input{
    border: none;
    background: transparent;
    border-bottom: 1px solid #222;
    text-align: center;
}
#bank_mobile.modal{
    top: auto;
    height: auto;
    bottom: -5px;
}
#bank_mobile .modal-content{
    background-color: #f7f7f7;
}
#bank_mobile .active,
#modal1 .active{
    box-shadow: rgb(0 0 0 / 30%) 0px 4px 10px;
}
.share-link-btn{
    padding: 16px !important;
}
.detail .input-box .xbotak2 {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.colfff{
      -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.detail .input-box input{
    height: auto;
    width: 100%;
    outline: none;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s ease;
}
.bunga-dad{
    border-bottom: 1px solid #ccc;
}
.bunga-dad button{
    all: unset;
    cursor: pointer;
    padding: 6px;
    background: #222;
    border-radius: 9999px;
}
.bunga-dad button span{
    padding: 10px;
    color: #fff;
}
.bunga-dad button:hover{
    background-color: #0a0a0a;
}
#bunga{
    border: none;
}
.border-btm{
    border-bottom: 1px solid #ccc;
}
.position-relative .underline{
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
}
.position-relative .underline:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #222;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.position-relative input:focus ~ .underline:before{
    transform: scaleX(1);
}
.detail .input-box input:focus{
    border-color: #ccc;
}
#searchbar .input-box{
    text-align: center;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}
#searchbar .input-box input{
    border: none;
    background: transparent;
    border-bottom: 1px solid #222;
    text-align: center; 
    padding-right: 0;   
    padding-left: 0;
}
.border-btm2{
    border-bottom: 1px solid #222;
}
.simulasi-contain{
    width: 100%;
    margin: 5px 0;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.7rem;
}
.simulasi-contain .card{
    border-radius: 0.7rem;
    margin-bottom: 0;
}
.simulasi-contain .card-dis{
    border: none;
    background-color: #eee;
}
.card-dis h5{
    color: #666666;
    opacity: 0.7;
}
#simulasi_kpr{
    padding: 1rem 0 0 0;
}
.modal-title{
    font-size: 1rem;
}
.modal-header .modal-title{
    font-size: 20px;
}

/*bank*/
    .niaga{
        height: 121px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
        color: #fff;
        background: linear-gradient(120deg, #ba181b,#660708,#ffffff);
        background-size: 300% 300%;
        border-radius: 0.7rem;
        animation: change 8s ease-in-out infinite;
        cursor: pointer;
    }
    .niaga-img{
        width: 28%;
    }
    .permata-img{
        width: 18%;
    }
    .mandiri-img{
        width: 32%;
    }
    .permata{
        height: 121px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
        color: #fff;
        background: linear-gradient(to right, #4298b5,#be0027,#2c9f45);
        background-size: 300% 300%;
        border-radius: 0.7rem;
        animation: change 8s ease-in-out infinite;
        cursor: pointer;
    }
    .mandiri{
        height: 121px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
        color: #fff;
        background: linear-gradient(36deg,#0c3866,#ffc20e);
        background-size: 300% 300%;
        border-radius: 0.7rem;
        animation: change 8s ease-in-out infinite;
        cursor: pointer;
    }
/*bank end*/

    .tautan-disalin,
    .data-disalin{
        font-size: 1.2rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        padding: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        border: 1px solid rgb(235, 235, 235) !important;
        background: rgb(255, 255, 255) !important;
        position: fixed;
        z-index: 1200;
        left: 50%;
        bottom: 1%;
        transform: translateX(-50%);
    }
    .ri-checkbox-circle-fill {
        color: #42ba96;
        font-size: 1.6rem;
        padding-left: 3px;
    }
    .modal-content {
    	border-radius: 0.7rem;
	}
	.input-group {
	    flex-wrap: nowrap;
	}
	.modal-title {
	    font-weight: bold;
	}
	.keterangan {
	    margin-top: -2px;
	    text-transform: capitalize;
	    font-size: 0.8rem;
	    font-weight: 300;
	}
	.colfff {
	    color: #fff !important;
	}
	.salin:hover {
	    color: #fca311;
	}
	.salin i{
		color: inherit;
	}
	.pembayaran-top{
		display: none;
		flex-direction: column;
		align-items: center;
		margin-bottom: 12px;
	}
	.pembayaran-top input{
	    border: none;
	    background: transparent;
	    border-bottom: 1px solid #222;
	    text-align: center;
	}
	.fade-in {
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 0.3s;
    }

    @keyframes fadeInOpacity {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .fade-out {
        opacity: 0;
        animation-name: fadeOutOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 0.3s;
    }

    @keyframes fadeOutOpacity {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
@keyframes change {
    0%{
        background-position:0 50% ;
    }
    50%{
        background-position:100% 50% ;
    }
    100%{
        background-position:0 50% ;
    }
}
@media( min-width: 891px){
    .bank-opsi{
        position: absolute;
        right: 0;
        width: 18%;
    }
    .permata{
        margin: 8px 0;
    }
}
@media(min-width: 891px){
    .modal-content,
    .simulasi-contain{
        width: 60%;
    }
}
@media (max-width: 584px){
    #extra-1 .detail,
    #fixed-1 .detail,
    #int-1 .detail{
        max-height: 400px;
        overflow-y: scroll;
    }
}
@media (max-width: 584px){
    .detail .input-box, .input-2-box, .detail .input-4-box, .detail .input-3-box {
        margin-bottom: 5px;
    }
    .detail .input-box {
        margin-bottom: 15px;
        width: 100%;
    }
		.pembayaran-top {
	    display: flex !important;
	}
	#pembayaran-dekstop{
		display: none;
	}
}
@media (min-width: 821px){
	.wrapper{
		margin: 35px 0;
	}
}
