﻿/* 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. */

/* Suppress the 'Could not reconnect to the server' blazor page */
#components-reconnect-modal {
    display: none !important;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-secondary {
    color: #fff;
    background-color: #E54333;
    border-color: #E54333;
}

.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 {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

footer {
    background-color: #313131;
    color: #fff;
    font-size: 12px;
}

    footer p {
        font-size: 10px !important;
    }

    footer a {
        color: #fff !important;
        text-decoration: none;
    }

.bg-red {
    background-color: #E54333 !important;
    color: #fff;
}

.bg-blue {
    background-color: #003061 !important;
}

a {
    color: #003061 !important;
}

.bg-red a,
.bg-blue a,
.text-white {
    color: #fff !important;
}

 .logo{
     height: 80px;
     width: auto;
 }

 .img-fluid-height{
     height: 100%;
     width: auto;
 }


h3.header,
label.header,
span.blue-text {
    color: #103FA0 !important;
    font-weight: bolder;
}

i {
    text-decoration: none !important;
}

h1.header,
h2.header,
h4.header,
h5.header{
    color: #003061 !important;
    font-weight: bolder;
}


 .card{
     border-radius: 30px;
     border-width: 2px;
 }

.card-header {
    background-color: transparent;
    border-radius: 30px 30px 0px 0px !important;
    border-width: 2px 2px 0px 0px !important;
    border-color: #E54333;
}

.card img {
    height: 50px;
    width: auto;
}

.btn {
    border-radius: 15px !important;
    border-width: 2px;
    font-weight: bolder;
}

.btn-primary,
.btn-primary:active {
    background: #003061 !important;
    border: #003061 !important;
}

    .btn-primary:hover {
        background: #1360aa !important;
        border: #1360aa !important;
    }

.btn-outline-primary {
    color: #003061 !important;
    border-color: #003061 !important;
}

    .btn-outline-primary:hover {
        background: #003061 !important;
        color: #fff !important;
    }

.radio-buttons input[type="radio"]:checked + label {
    background: #003061;
    border-radius: 4px;
    color: #fff !important;
}


.customRadio input[type=radio],
.customCheckbox input[type=checkbox] {
    border-radius: 50%;
    background: #fff;
    width: 13px;
    height: 13px;
    border: solid 1px #003061;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 5px !important;
}

    .customRadio input[type=radio]:checked:after,
    .customCheckbox input[type=checkbox]:checked:after {
        content: '';
        color: #003061 !important;
        border-radius: 50%;
        background: #003061;
        width: 5px;
        height: 5px;
        --bs-form-check-bg-image: none !important;
    }

    .green-text{
        color: #4fa808
    }

    .rounded-border-left{
        border: solid 2px #c6c6c6;
        border-radius: 15px 0px 0px 15px;
    }

.rounded-border-right {
    border: solid 2px #c6c6c6;
    border-radius: 0px 15px 15px 0px;
}

.small-text{
    font-size: 10px;
}