@import url('https://fonts.googleapis.com/css2?family=Aleo:wght@400;700&display=swap');

:root {
    --profile-color: #21837d;
    --profile-color-light: #29a39b;
    --profile-color-dark: #1b6a65;
    --link-color: var(--profile-color);
    --link-hover-color: var(--profile-color);
    --footer-background-color: #1f4e4b;
    --footer-text-color: #fff;
    --footer-link-color: #7de8e1;
    --footer-link-active-color: #d6f5f3;
    --menu-background-color: #fefefe;
    --menu-item-background-color: #fafafa;
    --menu-item-hover-background-color: #f3f3f3;
    --menu-item-level2-background-color: #29a39b;
    --menu-item-border-color: #ccc;
    --menu-item-text-color: var(--profile-color);
    --menu-item-icon-color: var(--profile-color);
    --menu-active-item-background-color: var(--profile-color);
    --menu-active-item-border-color: #5a5a5a;
    --menu-active-item-text-color: #fff;
    --menu-active-item-icon-color: var(--menu-active-item-text-color);
    --navbar-background-color: #fff;
    --navbar-button-background-color: #fafafa;
    --navbar-button-border-color: #ccc;
    --navbar-button-text-color: #333;
    --navbar-button-icon-color: #5a5a5a;
    --navbar-active-button-background-color: var(--profile-color);
    --navbar-active-button-border-color: #5a5a5a;
    --navbar-active-button-text-color: #fff;
    --border-color: #ccc;
}

.gc {
    display: grid;
    grid-auto-flow: column;
}

.gc-panel {
    grid-column-gap: 10px;
    justify-content: start;
    align-items: center;
}

.gcg5 {
    grid-column-gap: 5px;
}

.gcg10 {
    grid-column-gap: 10px;
}

.gcg20 {
    grid-column-gap: 20px;
}

.gcg40 {
    grid-column-gap: 40px;
}

.form-radio label,
.form-checkbox label
{
    vertical-align: middle;
    font-weight: 400;
    margin-left: -20px;
    padding: 2px 10px 2px 25px;
    border-radius: 15px;
}

.form-radio label:hover,
.form-radio input[type="radio"]:checked + label,
.form-checkbox label:hover,
.form-checkbox input[type="checkbox"]:checked + label {
    background-color: rgb(154 200 233 / 22%);
}

input[type="text"]:focus::placeholder {
    color: transparent;
}

option:disabled {
    background-color: #eee;
    color: #999;
}

.ilb {
    display: inline-block !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.vab {
    vertical-align: bottom !important;
}

.vam {
    vertical-align: middle !important;
}

.vat {
    vertical-align: top !important;
}

.vatt {
    vertical-align: text-top !important;
}

.vatb {
    vertical-align: text-bottom !important;
}

.w100 {
    width: 100% !important;
}

.mt-5 {
    margin-top: -5px !important;
}

.mr-5 {
    margin-right: -5px !important;
}

.mb-5 {
    margin-bottom: -5px !important;
}

.ml-5 {
    margin-left: -5px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.bt {
    border-top: 1px solid var(--border-color);
}

.rs-h {
    resize: horizontal;
}

.rs-v {
    resize: vertical;
}

.rs-b {
    resize: both;
}

.rs-n {
    resize: none;
}

.he:empty {
    display: none;
}

.text-italic {
    font-style: italic;
}

.text-mono {
    font-family: monospace;
}

.text-large {
    font-size: large;
}

.grey {
    color: #999 !important;
}

.green {
    color: green !important;
}

.red {
    color: red !important;
}

.orange {
    color: darkorange !important;
}

.white {
    color: white !important;
}

.transparent {
    color: transparent !important;
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-rotate-315 {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.vertical-resize {
    resize:vertical;
}

.external-link::after {
    content: "\f08e";
    font-family: "Font Awesome 6 Pro";
    padding-left: 0.5em;
    font-weight: 400;
}

.popoput {
    display: inline-block;
    animation: popout 1s .5s;
    transform-origin: center;
}

@keyframes popout {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(2)
    }
    100% {
        transform: scale(1)
    }
}

.input-group-addon:not(:first-child):not(:last-child) {
    border-right: 0;
    border-left: 0;
}

div[data-valsummary=true].no-list-marker ul {
    list-style: none;
    padding-left: 0;
}