﻿
html, body{
    scroll-behavior: smooth;
}

.breadcrumb-link {
    background-color: transparent;
    border: none;
    font-size: 1rem;
}

.breadcrumb-link.previous {
    cursor: pointer;
    color: #185E90;
}

.main-form label{
    font-size: 14px;
}

#lblacknowledgment {
    font-size: inherit;
}

#signup {
    margin-top: 1rem;
}

input[type="checkbox"]:checked {
    accent-color: #024B75;
}

.default-input {
    background-color: white;
    border: 1px solid #cccccc;
    padding: 0.45rem 0.6rem;
    font-size: 14px;
    font-family: 'SourceSansPro', sans-serif;
}

select.default-input {
    padding: 0.4rem 0.6rem;
}

.has-error .default-input {
    background-color: #FF000008 !important;
    border: 2px solid #FF0000 !important;
}

.input-error-message{
    display: none;
}

.has-error .input-error-message {
    color: red;
    display: block !important;
    font-size: 14px;
}

.default-input:disabled{
    background-color: #f3f3f3;
}

button {
    font-family: 'SourceSansPro', sans-serif;
}

.errorMessageWrapper {
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: red;
    background-color: #fef2f2;
}

.default-input-label-wrapper{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

i.tooltip {
    margin-left: 6px;
    padding: 1px 0;
    background: #007acc;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    width: 15px;
    display: inline-block;
    font-style: normal;
}

.continue-button {
    background-color: #FF6B35;
}

.back-button {
    background-color: #A7A9AC;
}

.continue-button, .back-button {
    color: white;
    text-align: center;
    border: none;
    padding: 0.75rem 1.25rem;
    margin-top: 0.5rem;
    cursor: pointer;
    font-size: 15px;
}

    .continue-button:hover, .back-button:hover {
        opacity: 0.9;
    }

.cc-icon-selected{
    color:#024B75 !important;
}

.cc-icon-default {
    color: #A7A9AC;
}