html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.logo {
    height: auto;
    width: 345px;
    content: url("/img/walsham-brothers-login.png");
    margin-bottom: 20px;
}

.justify-items-center {
    justify-items: center !important;
}

.justify-items-end {
    justify-items: end !important;
}

.justify-items-start {
    justify-items: start !important;
}

.justify-self-center {
    justify-self: center;
}

.justify-self-end {
    justify-self: end;
}

.login-icon {
    font-size: 24px;
    color: black !important;
}

.grid-icon {
    font-size: 28px;
    color: black !important;
    margin-left:5px;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bd-violet-bg);
    --bs-tooltip-color: var(--bs-white);
}

.accordion-body label {
    font-weight: bold;
}

.shadowBox {
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.admin-button {
    background-color: #144360;
    text-align: center;
    color: #e0e3e1;
    padding: 25px 0px;
    font-size: 25px;
    background-image: linear-gradient(225deg, #144360 40%, #fff 40% 43%, #144360 43% 46%, #fff 46% 49%, #144360 49% 100%);
    background-position: -400px 0px;
    background-repeat: no-repeat;
    transition-duration: 0.5s;
    cursor: pointer;
    height: 100px
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 25% auto;
        border-radius: 50%;
        border: 6px solid #144360;
        border-color: #144360 transparent #144360 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 99999;
    opacity: 1;
    transition: all 0.5s;
}

.lds-dual-ring.hidden {
    display: none;
}

.select2-container {
    z-index: 9999 !important;
}

.validationMessage {
    color: #f00;
}

.customMessage {
    color: #FFA500;
}

.alert-info {
    padding: 10px;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
.tbl-link {
    text-decoration: none;
    color: white;
    line-height: 50px;
}
.tbl-link:hover{
    text-decoration:none;
    color:white;
}
.chevron{
    font-size:32px;
}
.select2-container{
    width:100% !important;
}
.select2-selection{
    height:37px !important;
}
#userModal.select2-selection {
    height: 45px !important;
}
.select2-selection__rendered{
    line-height:34px !important;
}
.select2-selection__arrow{
    height:37px !important;
}
.btn-primary {
    background-color: #144360 !important;
    border-color: #144360 !important;
}
.btn-primary:hover {
    background-color: #ffcd44 !important;
    border-color: #ffcd44 !important;
}
.navbar {
    background-color: #144360 !important;
    color: white !important;
}
.navbar-light .navbar-toggler {
    color: white !important;
}
.nav-link:hover {
    color: #ffcd44 !important;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.footer {
    background-color: #144360;
    color: white;
    line-height: 30px !important;
    border-top: 3px white !important;
    margin-top: auto;
}
.flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}

.shadowBox {
    border-radius: 10px !important;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 10px;
}

    .shadowBox h3 {
        text-align: center;
    }


.shadowBox-button {
    border-radius: 10px !important;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 10px;
    background-color: #144360;
    color: white;
    cursor: pointer;
}

.shadowBox-button {
    text-align: center;
}

.shadowBox .row .btn-primary {
    width: 100%;
    margin-bottom: 5px;
}
.borderless-table td {
    border: none;
    text-align: right;
    text-overflow: ellipsis;
    white-space: break-spaces;
    max-width: 0;
}
.borderless-table th {
    border: none;
    text-overflow: ellipsis;
    white-space: break-spaces;
    max-width: 0;
}


.quote-summary-box {
    border: solid 1px #CCCCCC;
    border-radius: 16px;
    padding: 10px;
    text-align: center;
    min-height: 580px;
}
.quote-summary-box h3 {
    font-size: 200%;
    text-align: center;
    margin-bottom: 0.1rem;
}
.chosen-quote {
    box-shadow: 0 0 10px #144360;
}

.premium {
    font-size: 225%;
    font-weight: bold;
}
.tax {
    font-weight: bold;
}
.dash-graph{
    height: 450px;
}
.swal2-container {
    z-index: 99999 !important;
}
.pagination-table-container{
    width:100%;
    overflow-x: auto;
}
.ifa-landing-register-block {
    background-color: #ffcd44;
}
.ifa-landing-login-block {
    background-color: #144360;
    color:white;
}
.ifa-landing-block {
    height: 50vh;
    border-radius: 16px;
    text-align:center;
    justify-content: center;
    align-content: center;
}
.ifa-landing-block a {
    color: inherit;
    font-size: 24px;
    font-weight: bold;
}
.userModal .select2-selection {
    height: 50px !important;
}
#ifaModal .select2-selection {
    height: 50px !important;
}
#networkModal .select2-selection {
    height: 50px !important;
}
#declaration input[type="checkbox"] {
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
}
#ifa-declaration-card-body input[type="checkbox"] {
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
}
.pw-icon {
    font-size: 24px;
}
#dd-guarantee-img{
    margin:auto;
}
.modal {
    z-index: 9999;
}