﻿.login-navbar-wrapper {
    display: none !important;
}

.nav-pills .nav-link {
    width: 33.3%;
    flex: 0 0 33.3%;
    text-align: center;
    border: 1px solid #133932;
    border-radius: 0;
}

.nav-pills a:first-child {
    border: 1px solid #133932;
    border-radius: 0.25rem;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-pills a:last-child {
    border: 1px solid #133932;
    border-radius: 0.25rem;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #00aa79;
}



.amount-toggle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .amount-toggle > label {
        width: 49%;
        flex: 0 0 49%;
        margin-bottom: 20px !important;
        font-weight: 500;
        text-transform: none;
    }

        .amount-toggle > label.c12 {
            width: 100%;
            flex: 0 0 100%;
        }

    .amount-toggle .btn-primary, .amount-toggle .btn-primary:active, .amount-toggle .btn-primary:focus {
        color: #133932;
        background: transparent;
        border-color: #133932;
    }

        .amount-toggle .btn-primary:not(:disabled):not(.disabled):active,
        .amount-toggle .btn-primary:not(:disabled):not(.disabled).active,
        .amount-toggle .show > .btn-primary.dropdown-toggle {
            color: #133932;
            background-color: #e6f7f2;
            border-color: transparent;
            border-width: 1px;
            font-weight: 700;
            box-shadow: 0 0 0 3px rgba(0, 170, 121, 0.7);
        }


.free-amount-group .input-group-text {
    font-weight: 700;
    background-color: transparent;
    border-right: none;
    border-color: #133932;
}

.free-amount-group > .form-control {
    border-left: none;
    border-color: #133932;
}

    .free-amount-group > .form-control:focus {
        box-shadow: none;
    }

.form-validation {
    position: static;
    margin-top: 0.25rem;
    color: #ca0303;
    font-size: 0.93rem;
}

.has-error .form-input {
    color: #ca0303;
    border-color: #ca0303;
    box-shadow: none;
}

.support-form-payment label {
    font-weight: 500;
    color: #30313d;
}

.section.novi-bg.object-wrap {
    overflow: hidden;
    position: relative;
}


.btn-payment-change, .btn-payment-change:hover, .btn-payment-change:focus, .btn-payment-change:visited {
    color: #000 !important;
}

@media (max-width: 767px) {
    .font-48 {
        font-size: 35px !important;
    }

        .font-48 + p {
            font-size: 1.1rem !important;
        }

    .section.novi-bg.object-wrap > .content {
        padding-top: 100px !important;
        padding-bottom: 50px !important;
    }

    .section.novi-bg.object-wrap svg {
        display: none;
    }
}

