﻿
.header {
    color: var(--white);
    transition: all 0.4s ease;
    padding: 4px 0px 0px 0px;
    z-index: 2;
}

    .header .btn-show-menu {
        color: var(--white);
        font-size: 32px;
        position: absolute;
        top: 5px;
        right: 15px
    }

    .header .btn-outline-white {
        border-color: white;
        color: white;
    }

    .header .navbar-mobile .btn-menu-mobile {
        color: var(--white);
        position: absolute;
        top: 15px;
        right: 15px
    }

    .header .navbar-mobile .offcanvas {
        background: rgb(53, 75, 156);
    }

.modal-2via .modal-header-title {
    padding: 15px 15px 15px 15px;
    background-color: var(--primary);
    color: var(--white);
}

.modal-2via .tabs .nav-tabs {
    border: 0px;
    justify-content: center;
    margin-bottom: 0px;
}

.modal-2via .tabs .nav-item {
    justify-content: center;
}

    .modal-2via .tabs .nav-item .nav-link.active {
        color: var(--primary);
        border-bottom: 1px dashed var(--primary);
    }

    .modal-2via .tabs .nav-item .nav-link {
        color: #bfc0c2;
        font-weight: bold;
        font-size: 21px;
        border-bottom: 1px solid transparent;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
    }

        .modal-2via .tabs .nav-item .nav-link:hover,
        .modal-2via .tabs .nav-item .nav-link:focus {
            border-top: 0px;
            border-left: 0px;
            border-right: 0px;
        }

.modal-2via .tab-content {
    box-shadow: 0 2px 6px rgba(7,59,76,.1);
    padding: 30px 20px;
    border-radius: 6px;
    margin-bottom: 40px;
    border: 1px solid #ddd
}

.form-2via .btn {
    font-size: 14px;
    color: var(--white);
    background-color: var(--primary);
    width: 100%;
    border-radius: 6px;
    text-transform: uppercase;
}

    .form-2via .btn:hover {
        background-color: var(--primary-hover);
    }
