﻿@import url('https://fonts.googleapis.com/css2?family=Manrope&family=Rubik:wght@300&display=swap');

@font-face {
    font-family: "Onest";
    src: url('../fonts/Onest-Regular.woff') format('woff'), url('../fonts/Onest-Regular.ttf') format('truetype');
    font-weight: 100 400;
    font-style: normal;
}

@font-face {
    font-family: "Onest";
    src: url('../fonts/Onest-Bold.woff') format('woff'), url('../fonts/Onest-Bold.ttf') format('truetype');
    font-weight: 500 900;
    font-style: normal;
}
:root {
    --bs-navbar-toggler-icon-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5"/></svg>'); /* Inline SVG as a data URL */
}

html {
    scroll-behavior: smooth !important;
}

html, body {
    font-family: 'Onest', "Manrope", "Rubik", Sans-Serif !important;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.bg-ink {
    background-color: #0058D2 !important;
    color: #fff;
}

.text-ink {
    color: #0058D2 !important;
}

.nav-link {
    color: #0058D2 !important;
}

    .nav-link:hover {
        color: #1E235A !important;
    }

.btn-primary {
    color: #fff !important;
    background-color: #0058D2 !important;
    border-color: #0058D2 !important;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #1E235A !important;
        border-color: #1E235A !important;
    }

.text-primary {
    color: #0058D2 !important;
}

.evosign-bg-secondary {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(86, 144, 255, 0.4) 100%);
    color: black !important;
}

.p-07 {
    padding-top: .7rem !important;
    padding-bottom: .7rem !important;
}

.hero-gradient {
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(86, 144, 255, 0.4) 100%);
}

.float-right-animation {
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
}

.confirmationCode-button {
    color: black;
    border-color: rgba(207, 207, 255, 1) !important;
    background: rgba(207, 207, 255, 1) !important;
}

#confirmation-code.invalid {
    border: 1px solid red;
    border-radius: 0.25rem !important;
}

.validation-message {
    color: red;
}

.breadcrumb-item::before {
    content: none !important;
}

.breadcrumb-item a:hover {
    color: black !important;
}


#confirmation-code:focus {
    box-shadow: none;
}

#confirmation-code-group:focus-within {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.text-xl-start:focus-visible {
    outline: none;
}

.nav-tabs {
    border-bottom: 0 solid transparent !important;
}

.nav-link.active:not([data-bs-toggle=dropdown]) {
    pointer-events: none !important;
    cursor: default !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff !important;
    background-color: #6366f1 !important;
    border-color: transparent !important;
}

.nav-tabs .nav-link {
    border-radius: 0.375rem !important;
    background-color: #eff2fc !important;
    color: #3e4265 !important;
}

.nav-link.active {
    color: #0058D2 !important;
}

.nav-tabs .nav-item, .nav-pills .nav-item {
    margin-right: 0.75rem !important;
}

.nav-tabs .nav-item {
    margin-bottom: 0.75rem !important;
}

.btn.btn-submit-code {
    color: #fff;
    background-color: #0058D2;
    border-color: #0058D2;
}

    .btn.btn-submit-code:hover {
        color: #fff;
        background-color: #003d91;
        border-color: #003d91;
    }

.tos_link {
    color: #0d6efd !important;
    text-decoration: underline !important;
}

#submit-form-container > form {
    width: 70% !important;
}

@media(max-width: 426px) {
    #submit-form-container > form {
        width: 100% !important;
    }
}

.bg-evosign-primary {
    background-color: #0058D2 !important;
}