﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url(//fonts.googleapis.com/css?family=Open+Sans);
.background-color {
    background-color: #edf2f9;

}

.primary-color {
    background-color: #3644AC;
}
.primary-color-single {
   color: #3644AC !important;
}
.secondary-color {
    background-color: #F4313F;
}

.toggle-focus {
    background-color: #D8E2EF;

}
.nav-icons {
    color: white;
}

    .nav-icons:hover {
        background-color: white !important;
        color: #3644AC !important;
    }


.bg-glass {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
    backdrop-filter: saturate(200%) blur(25px);
}

input.form-check-input:checked {
    background-color: black !important;
    
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {

    font-family: 'Poppins' !important;
    margin-bottom: 60px;
    margin: 0;
    padding: 0;
    background-color: #EDF2F9;
    align-content: center;
    justify-content: center;
    text-align: center;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
label{
    text-align:start;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    background: #1B1B1B;
    color: white !important;
}
    .btn-circle:hover {
        width: 30px;
        height: 30px;
        padding: 6px 0px;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
        line-height: 1.42857;
        background: #F4313F;
        color: white !important;
    }
.error {

    color: #F4313F;
    font-size: 11px;
    max-width: 355px;
    position: absolute;

    z-index: 1;
    transform: translateY(-22px);
    margin-top:5px;
}


