button {
    cursor: pointer;
}
input.btn {
    cursor: pointer;
}
.dark-background {
    background-color: #3D4146;
}
.dark-text {
    color: #3D4146;
}
a.dark-text:hover {
    color: #000000;
    text-decoration: none;
}
.grey-color {
    color: #818182;
}
.dark-grey-color {
    color: #282828;
}
.font-200 {
    font-weight: 200;
    font-size: 2rem;
}
.font-400 {
    font-weight: 400;
    line-height: 1.2;
}
.underline {
    border-bottom: 2px solid;
}
.grey-underline {
    border-bottom: 2px solid #868e96;
}
.footer-text {
    font-size: 0.8rem;
    line-height: 1.1;
}
.navbar-light .navbar-brand.footer-navbar-brand, .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    color: #4f4e4e;
}
.bg-light-gray {
    background-color: #fafafa;
}
.bg-grey {
    background-color: #f7f7f7;
}
.opacity_09 {
    opacity: 0.9;
}
.blue-icon-color {
    color: #1080f2;
}
.font-35 {
    font-size: 35px;
}
.font-14 {
    font-size: 14px;
}
.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}
.a-grey {
    color: #282828;
}
.a-grey:hover {
    text-decoration: none;
    color: #282828;
}
button.btn-blue {
    background: #1080F2;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}
a.blue-link {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #1080F2;
}
div.invalid-message {
    color: #FF4646;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}
#toast-container.toast-bottom-center div{
    max-width: 480px;
    width: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
#toast-container .toast-success{
    background-size: 30px 30px;
    background-color: #2C2C2C;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    margin: 10px 5px;
}
#toast-container>.toast-success {
    background-image: url("/images/icons/check-solid-green.svg") !important;
 }

.border-grey {
    box-shadow: 0 1px 0 #D8D8D8, 0 -1px 0 #D8D8D8;
}
.min-width-205 {
    min-width: 205px !important;
}
button.daterange {
    background: linear-gradient(180deg, #25B7FA 0%, #1080F2 100%) !important;
    box-shadow: 0 2px 4px rgba(16, 128, 242, 0.45) !important;
    border: unset !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #FFFFFF !important;
    opacity: 1 !important;
}
button.daterange-mobile {
    width: 100%;
    margin: 20px 0;
    justify-content: space-between;
}