﻿.validation-summary-errors {
    color: red !important;
}

.red {
    color: red !important;
}

.logo-match {
    width: 391px !important;
    border-radius: 12px !important;
}

.logo-match-transparent {
    height: 60px !important;
    border-radius: 4px !important;
   /* padding-right: 10px;*/
}

.spacing-height {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.line-spacer-thirty {
    line-height: 30pt;
}

.line-spacer-fifty {
    line-height: 50pt;
}

.line-spacer-hundred {
    line-height: 100pt;
}

.panel-heading {
    background-color: #002B49 !important;
}

.form-caption {
    font-weight: bold !important;
}

#embedContainer iframe {
    min-height: 650px !important
}

#dashboardContainer iframe {
    min-height: 700px !important
}

.theme-red {
    --app-theme: #A6192E !important;
    --app-theme-rgb: 166,25,46 !important;
}

.theme-blue {
    --app-theme: #002B49 !important;
    --app-theme-rgb: 0,43,73 !important;
}

:root {
    --app-theme: #A6192E !important;
    --bs-red-rgb: 166,25,46 !important;
    --bs-blue-rgb: 0,43,73 !important;
}

.btn-success {
    color: #ffffff !important;
    background-color: #002B49 !important;
    border-color: #002B49 !important;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #002B49 !important;
    border-color: #002B49 !important
}

.btn-danger {
    color: #ffffff !important;
    background-color: #A6192E !important;
    border-color: #A6192E !important
}

.page-link {
    color: #ffffff !important;
    background-color: #002B49 !important;
    border-color: #002B49 !important
}
