body {
	font-size: 15px;
    padding-bottom: 40px;
	/*background-image: linear-gradient(120deg, #66a6ff 0%, #89f7fe 100%);*/
}
a {
    color: #212529;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow:none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2b4774;
    font-weight: 600;
}

.btn-emi-primary {
    border-color: #007bff;
}

.emi-time-duration .btn-primary {
	color: unset;
    background-color: unset; 
    border-color: #2b4774;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2b4774;
    border-color: #2b4774;
}

.nav-pills .nav-link {
    border-radius: .10rem;
    font-weight: 600;
    font-size: 20px;
    color: #2b4774;
}

.col-form-label,.btn {
	padding: .15rem .75rem;
}

.col-form-label{
    font-size: 18px;
	font-weight: 500;
	color: #2b4774;
}

.emi-time-duration {
	position: absolute;
    right: 15px;
}

.nav-link {
    display: block;
    padding: 0.2rem 1rem;
}

.form-control {
	padding: .15rem .75rem;
}

.dsp_none {
	display: none;
}

.bg-color {
	background-color: #2b4774!important;
}
.border-color {
	border-color: #2b4774;
}
.hide-button {
    opacity: 0;
    pointer-events: none;
}
ul li {
	border-bottom: 1px solid #2b4774;
}

#toast-container>div {
    opacity: 1!important;
}
.emi-detail-table.table-bordered td, .emi-detail-table.table-bordered th {
    border: 1px solid #2b4774;
    padding: .15rem .75rem;
}
.table-emi-calculation.table-bordered td, .table-emi-calculation.table-bordered th {
    border: 1px solid #2b4774;
    padding: .15rem .75rem;
    width: 50%;
}
#tbl_result thead tr {
    background: #2b4774;
    color: #fff;
    font-weight: 100;
    font-family: Montserrat,Arial,sans-serif;
}
#tbl_result td,th {
    padding: .15rem .75rem;
}
.loan-title {
    font-weight: 600;
    font-size: 17px;
    color: #2b4774;
}
#table-loan-diff.table td, #table-loan-diff.table th {
    padding: 0.35rem;
}

.border-loan-result {
    border: 1px solid #2b4774;
    /*border-radius: 2px;*/
}

.title-result {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 5px;
}

.title-result-difference {
    font-size: 14px;
    color: gray;
}
.result-value {
    font-weight: 500;
    font-size: 16px; 
}
.br-top-left-right {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.br-botton-left-right {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.emi-time-duration-compare {
 /*   position: absolute;
    right: 37px;
    bottom: 13.5%;*/
}

.emi-time-duration-compare .btn-primary {
    color: black;
    background-color: unset;
    border-color: #2b4774;
}
#form-emi-difference.btn-loan-diff {
    padding: 5px 5px 5px 5px;
}
.btn-emi {
    color: #fff;
    width: 90px;
    height: 30px;
    vertical-align: top;
}
#form-emi-difference .btn-emi {
    color: #fff;
    width: 85px;
    height: 30px;
    vertical-align: top;
}
@media(max-width: 330px){
    .emi-time-duration-compare.col-form-label, .btn {
        padding: 2px 4px 3px 5px;
    }
    .btn-emi {
        color: #fff;
        width: 85px;
        height: 30px
    }
    #form-emi-difference .btn-emi {
        width: 80px;
    }
	.nav-pills .nav-link{
		font-size: 19px;
	}
}

}
.table-emi-calculation, .emi-detail-table {
    font-size: 17px;
    color: #2b4774;
    font-weight: 500;
}
#tbl_result td {
    color: #2b4774;
}
.emi-detail-title {
   color: #2b4774;
}