body{
    font-family: 'Inter' !important;
}
#calulators .nav-link:not(.active){
    color: #344054;
}

#calulators{
    min-height: 70vh;
}

.tooltip .tooltip-inner {
  border: 1px solid #E4E7EC; 
  border-radius: 8px;    
  background-color: #fff; 
  color: #000;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);            
}

.tooltip {
  --bs-tooltip-bg: #ffffff;
  --bs-tooltip-color: #000000;
  --bs-tooltip-border-color: #E4E7EC;
  --bs-tooltip-arrow-color: #ffffff;
}

.tooltip .tooltip-inner {
  border: 1px solid var(--bs-tooltip-border-color);
}

.offcanvas {
    width: 600px !important; /* Змінюй на бажану ширину */
  }

input,
select {
    width: 100%;
    padding: 8px;
    margin-bottom: 12px;
}
.calculator .form-label{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter';
    color: #344054;
}

.form-check-input:focus{
    box-shadow: none;
}

.btn-check+.btn{
    border-color: #c4c8cb;
    font-weight: 600;
    font-size: 14px;

}

.btn-check:checked+.btn{
    background-color: #DDECFF;
    border-color: #DDECFF;
    color:#0562E4;
}

.result {
    margin-top: 20px;
    background: #F9FAFB;
    padding: 15px;
    border-radius: 5px;
}

.input-group {
    flex-wrap: nowrap;
}

.noUi-horizontal .noUi-handle {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    right: -12px;
    display: none;
}

.noUi-horizontal {
    height: 8px;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.no-group .noUi-target{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.no-group .form-control{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.input-group .noUi-target{
    border-bottom-right-radius: 8px;
}

.noUi-target {
    border: none;
    background: #F2F4F7;
    border-radius: 0px;
    pointer-events: none;
}

.noUi-connect {
    background: linear-gradient(90deg, #36BFFA, #1570EF);
}

.calculator .noUi-connects,
.calculator .form-control,
.calculator .form-select {
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter"
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.input-group-text {
    color: #0086C9;
    background-color: #F5FBFF;
}


.progress-bar-container {
    height: 10px;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

.bar-principal {
    background-color: #4CBFFF;
    height: 100%;
    width: 50%;
    transition: width 1s ease;
}

.bar-interest {
    background-color: #7166FF;
    height: 100%;
    width: 50%;
    transition: width 1s ease;
}

.bar-extra {
    background-color: #12B76A;
    height: 100%;
    width: 0%;
    transition: width 1s ease;
}

.label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.dot.principal {
    background-color: #4CBFFF;
}

.dot.interest {
    background-color: #7166FF;
}

.dot.extraprincipal {
    background-color: #12B76A;
}

.accordion-button:not(.collapsed){
    background-color: transparent;
}

.accordion-button:focus{
    box-shadow: none;
}

#rateModal .modal-title{
    color: #344054;
    font-weight: 400;
}

#rateModel .modal-header{
    border-bottom: none;
}

#rateModal .accordion-item,
#rateModal .accordion-button{
    background: #F2F4F7;
    border-radius: 12px;

}

#rateModal #flush-filters .form-select,
#rateModal #flush-filters .btn {
    border-radius: 25px;
}

.mortgagePaymentTotal-text{
    font-size: 60px;
    font-weight: 600;
}

.paymentFrequency-text{
    font-size: 18px;
    font-weight: 600;
    color: #344054;
}

.text-info-calc{
    font-size: 14px;
    font-weight: 400;
    color: #344054;
}

.input-group .form-control.mortgageInput{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-toggle::after{
    margin-left: 15px;
}

@media (max-width : 767px) {
    .calc-radio label{
        width: 100%;
    }

    #refinance_calculate table{
        font-size: 11px!important;
    }

    .calculator .noUi-connects, .calculator .form-control, .calculator .form-select, .calculator .form-label{
         font-size: 16px;
    }
}

