.line-height-inherit {
    line-height: inherit;
}

.m70 {
    margin: 70px;
}

.pd-bottom-20 {
    padding-bottom: 20px !important;
}

.text-center-last {
    text-align-last: center;
}

.links-end{
    display: flex;
    justify-content: flex-end;
}

.links-center{
    display: flex;
    justify-content: center;
}

.border-none {
    border: none !important;
}

.margin-modal-large {
    margin: 0 15%;
}

.modal-lead-magnet .modal-body {
    padding: 15px 40px;
}

.fields-wrap {
    flex-wrap: nowrap;
}

.required-checkbox {
    font-size: 12px;
    color: #a94442;
}

#climasmart-loader-fullscreen .climasmart-spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #f00;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;
}

#climasmart-loader-fullscreen .climasmart-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .65);
    z-index: 2500;
}

@media only screen and (max-width: 767px) {
    .margin-modal-large {
        margin: 10px 10px !important;
    }

    .modal-lead-magnet .modal-body {
        padding: 15px 15px;
    }

    .line-height-1 {
        line-height: 1;
    }

    .modal-header {
        padding: 15px 15px 8px 15px;
    }

    .modal-footer {
        padding: 8px 15px 15px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .fields-wrap {
        flex-wrap: wrap;
    }

    .margin-modal-large {
        margin: 10px 25px;
    }

    .css-floating-labels div[id$="error-container"] {
        min-height: 15px;
    }
}

@media only screen and (min-width: 768px){
    .flex-desk{
        display: flex;
    }
}