/*General*/

.submit-button {
    background-color: #3DC275;
}

.login-button {
    background-color: #3DC275;
    color: #fff;
}

.submit-button:hover,
.login-button:hover {
    background-color: #277C4B;
    color: #fff;
}

.primary-color {
    color: #3DC275;
}

/*Home*/

body.home {
    background: #ffffff url("../img/calculator_bg.jpg") no-repeat fixed top left;
    background-size: cover;
}

.how-to-get-loan,
.who-are-we {
    margin-top: 50px;
    margin-bottom: 150px;
}

.calculator .total-sum {
    color: #45a049;
}

/*Nav*/

.info-line {
    background-color: #277C4B;
}

.info-line a {
    color: #ffffff;
}

.info-line ul li a:hover {
    color: #c5c2c2;
}

.nav-button {
    background-color: #F9C200;
    color: #277C4B;
}

.nav-button:hover {
    background-color: #FFE001;
    color: #277C4B;
}

.nav_footer li a:hover {
    color: #45a049;
}

/*Registration*/

.register-steps ul li.active span {
    background-color: #3DC275;
}

.upload-button {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #4CAF50;
    color: #fff;
    border-radius: 5px;
    border: none;
    transition: background-color 0.3s ease;
}

.upload-button:hover {
    background-color: #45a049;
}

input[type="checkbox"] {
    accent-color: #277C4B;
}

.add-row-btn {
    background-color: #F9C200;
    border-color: #F9C200;
    color: #277C4B;
}

.add-row-btn:hover {
    background-color: #FFE001;
    border-color: #FFE001;
}

/*Profile*/

.profile-well .profile-menu a {
    background-color: #3DC275;
    color: #fff;
}

.profile-well .profile-menu a:hover {
    background-color: #277C4B;
}

.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar-edge, .irs-slider {
    background-color: #F9C200;
}

.irs-bar {
    background-color: #3DC275;
    left: unset !important;
}

/*Loader*/

.registration-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #277C4B;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.discount-text {
    color: #e84b0f!important;
    font-weight: 700;
}

.red-strikethrough {
    text-decoration: line-through #e84b0f;
    -webkit-text-decoration: line-through #e84b0f;
}

.calc_summary .fSize14 {
    font-size: 14px;
}
.calc_summary .paddingUnset {
    padding: 0;
}

.discount-input-label {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #f1f1f1;
    text-align: center;
    line-height: 3.5rem;
    border: solid 0.1rem #dbdbdb;
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    font-size: 1.5rem;
    color: #848484;
    padding: 0 1.2rem;
}

.clickable {
    cursor: pointer;
}

#headerNavigation,
.mobile-menu-line {
    position: sticky;
    top: 0;
    z-index: 10;
}
