﻿@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("fonts/Inter-Thin.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("fonts/Inter-ExtraLight.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("fonts/Inter-Light.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/Inter-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("fonts/Inter-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("fonts/Inter-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/Inter-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("fonts/Inter-ExtraBold.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("fonts/Inter-Black.woff2") format("woff2");
}


.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn-arrow {
    padding-left: 10pt;
    padding-right: 10pt;
    background: url(../Content/btn-arrow.svg) calc(100% - 10px) 50% no-repeat !important;
}

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    border: 1px solid #5CC87A;
    color: #223F3B;
    border-radius: 20pt;
    text-align: left;
    outline: none;
    background: #fff;
}
    .btn-primary:hover {
        border-color: #5CC87A !important;
        background-color: #5CC87A !important;
        color: white !important;
    }

html {
    background: #E7F7E9 url("vector.svg") no-repeat;
    background-size: cover;
}

body {
    background: transparent;
    font-family: "Inter", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
    font-size: 12pt;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100svh;
    color: #223F3B !important;
}

.body-content {
    width: 85%;
    padding: 20px;
    margin: auto;
}

.btn.main {
    background-color: #7ac143;
    color: white;
}

label {
    font-weight: inherit;
}

.validation-summary-errors {
    background-color: rgb(255,235,235);
    color: rgb(255,62,62);
    padding: 10px;
    margin: 10px 0;
}

    .validation-summary-errors ul {
        padding-left: 15px;
    }

a {
    color: black;
    cursor: pointer;
    text-decoration: underline;
}

    a:hover {
        color: #5CC87A;
        text-decoration: underline;
    }

footer {
    width: 100%;
    white-space: nowrap;
    line-height: 25px; 
    background-color: #223F3B;
    color: white;
}

footer a {
    color: white;
    font-size: 12pt;
    cursor: pointer;
}

header a {
    color: white;
    font-size: 12pt;
    cursor: pointer;
}

div.centerContent {
    margin: 0 auto;
    background-color: #fff;
    padding: 24pt;
    border-radius: 12pt;
}

.linkDef {
    text-decoration: underline !important;
    color: black !important;
    font-size: 9pt !important;
}

div.small-size {
    max-width: 400px;
}

div.middle-size {
    max-width: 520px;
}

div.large-size {
    max-width: 640px;
}


.form-group {
    margin-bottom: 15px;
}

.form-control {
    border-radius: 10px;
    border: 1px solid #9DA2AE;
}

    .form-control:focus {
        border: 1px solid #5CC87A !important;
        box-shadow: none;
    }

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.mainHeader {
    height: 65px;
    background-color: #223F3B;
    font-size: 18px;
    color: white;
}

.popover {
    max-width: 400px;
}

.validation-summary-valid {
    display: none;
}

.input-group-append >.btn-toggle {
    border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
}