@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

.tkl-button {
    cursor: pointer;
}

.tkl-loan-button span.js-tkl-popup {
    cursor: pointer;
}

.tkl-popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding: 67px 32px 32px;
    z-index: 150000;
    display: none;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
}

.tkl-popup-close-btn {
    position: absolute;
    right: 0;
    top: 4px;
    border-radius: 50%;
    padding: 4px;
    width: 48px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    color: #737373;
}

.tkl-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 149999;
    width: 100%;
    background: #2D2D2D;
    opacity: 0.8;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    display: none;
}

.tkl-sample-desc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #F7F7F7;
    border-radius: 2px;
    height: 30px;
}

.tkl-sample-desc p{
    font-size: 11.9px;
    line-height: 150%;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 10px;
}

.tkl-sample-desc .js-tkl-popup-price{
    font-weight: 500;
}

.tkl-popup-data {

}

.tkl-popup-desc {
    font-size: 11.9px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 14px;
}

.tkl-popup-payment-value{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tkl-data-info {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-top: 8px;
}

.js-row-default {
    margin: 8px 0;
}

.tkl-popup-title {
    font-weight: 500;
    font-size: 24.5px;
    line-height: 120%;
    color: #000000;
}

.js-row-default {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 1px;
    padding: 24px;
}

.tkl-data-period {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
}

.tkl-data-period-value {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;text-align: center;
    color: #000000;
}

.tkl-data-period-value span {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2F80ED;
}

.tkl-col {
    margin-right: 10px;
}

.tkl-last-desc {
    margin-top: 16px;
    font-size: 12px;
    line-height: 14px;
    color: #A6A6A6;
}