﻿

.pto-ratio-selection {
}

.disnone {
    display: none;
}



.pop-link:hover {
    color: #FF7144;
}


a {
    color: black;
}

.pto-input-label {
    color: #000;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline !important;
}

.btn {
    margin: 4px 2px;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.loading {
    color: #000;
    font-family: INTLText;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.pto__button--calculat.disabled {
    cursor: not-allowed;
     background: #DAD9D8;
     border-style: none;
    pointer-events: none; /* Prevents hover and click */
}