﻿body {
    background: linear-gradient(180deg, #4B6C7B 0%, #335767 100%)
}

.background {
    background-image: url("../BckgLoginOverlay.png");
    width: 100%;
    height: 100vh;
    padding-top: 30px;
    padding-bottom: 40px;

}

.logo {
    padding: 32px 32px 0px 32px;
    display:flex;
    justify-content: space-between;
}
.bold{
    font-weight: bold;
}

.logo-small {
    padding: 16px;
    display: flex;
    justify-content: space-between;
}

.title {
    font-size: 28px;
    font-family: 'Segoe UI';
    color: #495057;
    font-weight: 500;
}
.welcome-page .logo {
    width: 64px;
}

.icon-banner {
  width: 32px;
}

.validation-error {
    text-align: left;
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #C61A54;
    opacity: 1;
}

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


.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}
.center-element {
    background-color: #ffffff;
    height: fit-content;
    height: 855px;
    display: flex;
    flex-direction: column;
    width: 540px;
    border-radius: 3px;
    box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.5)
}
.center-element-alt {
    background-color: #ffffff;
    height: fit-content;
    display: flex;
    flex-direction: column;
    width: 640px;
    border-radius: 3px;
    box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.5)
}
.flex-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.login-button-alt {
    width: 40%;
    background-color: #09708B;
    border-color: #09708B;
    height: 35px;
    padding: 4px;
    transition: background 0.8s;
}
    .login-button-alt:hover {
        background: #0E5F75 0% 0% no-repeat padding-box;
        border-color: #0E5F75;
    }

    .login-button-alt:focus {
        background-color: #09708B;
    }

    .login-button-alt:active {
        background: #09708B;
    }
.card-header-alt {
    text-align: left;
    letter-spacing: 0px;
    color: #445260;
    font: normal normal bold 14px/17px Segoe UI;
    margin-bottom: 8px;
    margin-top: 2rem;
}
.list-group-alt {
    border: none !important;
}
.alt-card {
    background: #FEFEFE 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #0000001F;
    border-radius: 4px;
}
.consent-header {
    text-align: left;
    font: normal normal normal 16px/24px Segoe UI;
    letter-spacing: 0px;
    color: #445260;
}
.p-16{
    padding: 16px;
}
.remember {
    text-align: left;
    font: normal normal normal 16px/19px Segoe UI;
    letter-spacing: 0px;
    color: #445260;
}
consent-button {
    width: 273px;
    height: 19px;
    text-align: left;
    font: normal normal normal 16px/19px Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.login-button-sec {
    width: 40%;
    height: 35px;
    padding: 4px;
    transition: background 0.8s;
}
.mr-32{
    margin-right: 32px;
}
.recomended {
    text-align: left;
    font: normal normal normal 14px/17px Segoe UI;
    letter-spacing: 0px;
    color: #445260;
}
.consent-hint {
    font: normal normal normal 16px/24px Segoe UI;
    letter-spacing: 0px;
    color: #848E97;
}
.f-color {
    color: #445260;
}
.mb-0{
    margin-bottom: 0px;
}
.segoe {
    font-family: Segoe UI;
}
.cb1 {
    accent-color: #0A708B;
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
    margin-top: 7px;
    margin-left: -16px;
}
.login-button-sec-alt {
    height: 35px;
    padding: 4px 16px;
    transition: background 0.8s;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CFD3D6;
    border-radius: 2px;
    font: normal normal normal 16px/19px Segoe UI;
    letter-spacing: 0px;
    color: #445260;
}
    .login-button-sec-alt:hover {
        background: #ECEEEF 0% 0% no-repeat padding-box;
        color: #445260;
        border: 1px solid #CFD3D6;
    }

    .login-button-sec-alt:focus {
        background-color: #ECEEEF;
        color: #445260;
        border: 1px solid #CFD3D6;
    }

    .login-button-sec-alt:active {
        background: #ECEEEF;
        color: #445260;
        border: 1px solid #CFD3D6;
    }
.login-button {
    width: 100%;
    background-color: #09708B;
    border-color: #09708B;
    height: 35px;
    padding: 4px;
    transition: background 0.8s;
}
    .login-button:hover {
        background: #0E5F75 0% 0% no-repeat padding-box;
        border-color: #0E5F75;
    }
    .login-button:focus {
        background-color: #09708B;
    }
    .login-button:active {
        background: #09708B;
    }
.card-body {
    padding: 32px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
card-body-around {
    padding: 32px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 1;
}

.external-button {
    border: 1px solid #CED4DA;
    width: 100%;
    height: 35px;
    text-align: left;
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #495057;
    opacity: 1;
}

.custom-link {
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #09708B;
    opacity: 1;
}

.custom-label {
    text-align: left;
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #495057;
    opacity: 1;
}
.edit-input {
    text-align: left;
    font: normal normal normal 16px/21px Segoe UI;
    letter-spacing: 0px;
    color: #495057;
    opacity: 1;
}
.mt-8 {
    margin-top: 8px;
}

.mt-6px {
    margin-top: 6px;
    margin-left: 2px;
}
.mt-32 {
    margin-top: 32px;
}

.tar {
    text-align: right;
}

.divider {
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #00000029;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.text-standard {
    text-align: left;
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #495057;
    opacity: 1;
}

.mr-30{
    margin-right: 30px;
}

.mr-8 {
    margin-right: 8px;
}

.fs{
    justify-content: flex-start;
}
.custom-dropdown {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CED4DA;
    border-radius: 3px;
    opacity: 1;
    height: 35px;
    width: 100%;
}
.check{
    width: 17px;
    height: 17px;
}

.bg-w{
    background-color: white;
}

.back {
    text-align: left;
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #495057;
}

.select-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    outline: 1px solid #CED4DA;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 3px;
    opacity: 1;
    width: 100%;
    height: 35px;
    color: #495057;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mt-8{
    margin-top: 8px;
}
.mt-48 {
    margin-top: 48px;
}

.icon-margin {
    margin-right: 4px;
}
.fs-24-imp{
    font-size: 24px !important;
}
.mb-8-imp {
    margin-bottom: 8px !important;
}

.flags{
    display:flex;
    flex-direction:column;
}

.flag-butt {
    border: none;
    display: flex;
    background-color: white;
    text-align: left;
    font: normal normal normal 16px/21px Segoe UI;
    align-items: center;
    margin-top: 8px;
}

.dropdown {
    flex-direction: column;
    position: absolute;
    display: none;
    width: 165px;
    margin-left: -131px;
    box-shadow: 0px 6px 14px #00000029;
    border-radius: 2px;
    background-color: white;
    padding-bottom: 8px;
}
.flag-img{
    margin-left:16px;
    margin-right:8px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    font: normal normal normal 12px/16px Segoe UI;
    letter-spacing: 0px;
    color: #B5B9BE;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.mt-1 {
    margin-top: 1rem;
}
.tile {
    height: 100px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000029;
    border-radius: 3px;
    opacity: 1;
    display: flex;
    margin-bottom: 1rem;
}
    .tile:hover {
        background-color: #F9FAFA;
    }

a:hover {
    color: #0E5F75;
    text-decoration: none;
}
.ml-8{
    margin-left: 8px;
}
.check-label {
    margin-top: 6px;
    margin-left: 8px;
}
.abs-butt {
    position: absolute;
    width: 90%;
    top: 711px;
    right: 17px;
}
.edit-profile-container {
    max-height: 728px;
    overflow-y: scroll;
}

.pb-12 {
    padding-bottom: 12px;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #00000029;
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }
