body {
    font-family: 'DM Sans', serif;
}

h1 {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 45px;
}

h2 {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 36px;
}

h3 {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 28px;
}

h4 {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 22px;
}

h5 {
    font-family: "DM Sans";
    font-weight: bold;
    font-size: 22px;
}

h6 {
    font-family: "DM Sans";
    font-weight: bold;
    font-size: 20px;
}

.fs-50 {
    font-size: 0.5em;
}

.fs-60 {
    font-size: 0.6em;
}

.fs-75 {
    font-size: 0.75em;
}

.fs-80 {
    font-size: 0.8em;
}

.fs-85 {
    font-size: 0.85em;
}

.fs-90 {
    font-size: 0.90em;
}

.fs-95 {
    font-size: 0.95em;
}

.fs-100 {
    font-size: 1em;
}

.fs-110 {
    font-size: 1.10em;
}

.fs-115 {
    font-size: 1.15em;
}

.fs-120 {
    font-size: 1.20em;
}

.fs-125 {
    font-size: 1.25em;
}

.fs-150 {
    font-size: 1.50em;
}

.fs-175 {
    font-size: 1.75em;
}

.fs-200 {
    font-size: 2em;
}

.fs-300 {
    font-size: 3em;
}

.fs-400 {
    font-size: 4em;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.h-100 {
    height: 100%;
}

.hidden {
    display: none !important;
}

input[type='checkbox'] {
    accent-color: #0a2639;
}

a {
    color: #051826;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    text-decoration-color: #F46224;
    text-decoration-thickness: 2px;
}

.team-teal-white {
    background-color: #50cdc9 !important;
    color: #fff;
}

.team-orange-white {
    background-color: #f46224 !important;
    color: #fff;
}

.team-yellow {
    color: #FFD145 !important;
}

.team-light-yellow {
    color: #FFEDB5 !important;
}

.team-teal {
    color: #50cdc9 !important;
}

.team-light-teal {
    color: #87D3D3 !important;
}

.team-mild-teal {
    color: #EEFAFA !important;
}

.team-orange {
    color: #f46224 !important;
}
.team-orange:link,
.team-orange:visited {
    color: #F46224 !important;
}

.team-red {
    color: red;
}

.team-green {
    color: #2eb82e;
}

.team-navy {
    color: #0B2639 !important;
}

.team-white {
    color: #FFFFFF !important;
}

.team-black {
    color: #000000 !important;
}

.team-bk-orange {
    background-color: #f46224 !important;
}

.team-bk-teal {
    background-color: #50cdc9 !important;
}

.team-bk-light-teal {
    background-color: #87D3D3 !important;
}

.team-bk-mild-teal {
    background-color: #EEFAFA !important;
}

.team-bk-yellow {
    background-color: #ffd145 !important;
}

.team-bk-light-yellow {
    background-color: #FFEDB5 !important;
}

.team-bk-navy {
    background-color: #0B2639 !important;
}

.team-bk-squiggle {
    background-color: #FFFCF1;
    background-image: url('/wp-content/themes/teamraderie2023-child/img/squiggle-background-7.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.team-bk-main {
    background-color: #FFFCF1;
}

.default-button {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-accent);
    border-radius: 5px 5px 5px 5px;
    padding: 12px 24px 12px 24px;
}

.rounded-50 {
    border-radius: 20em !important;
}

.btn {
    border-radius: 0.5rem;
}

.btn-ge-main {
    background-color: #0AD64F;
    border-color: #0AD64F;
    color: #0a2639;
}

.btn-ge-main:hover {
    background-color: #4181FF;
    text-decoration: none;
}

.btn-comcast-main {
    background-color: #CCEAD7;
    border: 1px solid white;
    color: #0a2639;
}

.btn-comcast-main:hover {
    background-color: #CCEAD780;
    border: 1px solid white;
    text-decoration: none;
}

.btn-teal {
    background-color: #50cdc9;
    border: 1px solid black;
    color: black;
    text-decoration: none;
}

.btn-teal:active {
    background-color: #f7c954;
}

.btn-teal:disabled {
    color: #eee;
}

.btn-teal:hover {
    background-color: #f7c954;
    border: 1px solid black;
    color: black !important;
    text-decoration: none;
}

.btn-white {
    background-color: white;
    border: 1px solid silver;
    color: #0a2639;
    text-decoration: none;
}

.btn-white:hover {
    background-color: #0a2639;
    border: 1px solid silver;
    color: white;
    text-decoration: none;
}

.btn-white:disabled {
    background-color: #0a263920;
    border: 1px solid silver;
    color: gray;
    text-decoration: none;
}

.btn-black {
    background-color: #0a2639;
    border: 1px solid silver;
    color: white;
    text-decoration: none;
}

.btn-black:hover {
    background-color: white;
    border: 1px solid silver;
    color: #0a2639;
    text-decoration: none;
}

.btn-yellow {
    background-color: #ffd145;
    border: 1px solid black;
    color: #0a2639;
    text-decoration: none;
}

.btn-yellow:hover {
    background-color: #FFFCF1;
    border: 1px solid black;
    color: black;
    text-decoration: none;
}

.btn-orange {
    background-color: #F46224;
    border-color: #F46224;
    color: white;
    text-decoration: none;
}

.btn-navy {
    background-color: #0a2639;
    border-color: #0a2639;
    color: white;
    text-decoration: none;
}

.btn-navy:hover {
    background-color: #50cdc9;
    border-color: #50cdc9;
    color: black;
    text-decoration: none;
}

.btn-link {
    background-color: #50CDC9 !important;
    color: #000 !important;
    font-weight: 700;
    border: none;
    text-decoration: none;
}

.btn-link:hover {
    box-shadow: 0.3em 0.3em 0 0 #f7c954;
}

.btn-lght-blue {
    background: #EEFAFA;
    border: 1px solid black;
    color: black;
}

.btn-lght-blue:hover {
    background: #FFFCF1;
    border: 1px solid black;
}

.btn-gpt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border: 1px solid black;
    border-radius: 50em;
}

.btn-gpt:hover {
    background-color: #f7c954;
    border: 1px solid black;
}

.btn-exp-finder {
    background-color: #ffd145;
    border: 1px solid black;
    color: #0a2639;
    text-decoration: none;
}

.btn-exp-finder:hover {
    background-color: #50cdc9;
    border: 1px solid black;
    color: black !important;
    text-decoration: none;
}

.btn-rounded-pill {
    border-radius: 50em !important;
}

i.btn-circle {
    text-align: center;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    aspect-ratio: 1;
    border-radius: 50%;
}

i.btn-circle-md {
    text-align: center;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
}

i.btn-circle-sm {
    text-align: center;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.border-black-half {
    border: 0.5px solid black !important;
}

.border-black-1p {
    border: 1px solid black !important;
}

.slide-button {
    color: #000000;
    font-size: 1.75em;
}

.tr-modal-xl {
    width: 1024px !important;
    max-width: 80% !important;
    min-width: 800px;
    min-height: 768px !important;
    max-height: 80% !important;
    margin: 30px auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) !important;
}

.tr-modal-lg {
    width: 900px !important;
    max-width: 80% !important;
    min-width: 600px;
    max-height: 80% !important;
    margin: 30px auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) !important;
}

.tr-modal-md {
    width: 800px !important;
    max-width: 80% !important;
    min-width: 480px;
    max-height: 80% !important;
    margin: 30px auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) !important;
}

.tr-modal-sm {
    width: 600px !important;
    max-width: 80% !important;
    min-width: 400px;
    max-height: 80% !important;
    margin: 30px auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) !important;
}

.tr-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #F46224;
    border-right: 3px solid #3498db;
    border-left: 3px solid yellow;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.tr-spinning {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #50cdc9;
    border-right: 3px solid #ffedb5;
    border-bottom: 3px solid #f46224;
    -moz-animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.switch {
    display: inline-block;
    height: 28px;
    position: relative;
    min-width: 60px;

    & input {
        display:none;
    }

    & .slider {
        background-color: silver;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: .4s;

        &.round {
            border-radius: 28px;
        }
        &.round:before {
            border-radius: 50%;
        }
    }

    & .slider:before {
        background-color: #fff;
        bottom: 4px;
        content: "";
        height: 20px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 20px;
    }

    &.yellow > input:checked + .slider {
        background-color: #ffd145;
    }

    &.teal > input:checked + .slider {
        background-color: #50cdc9;
    }

    &.navy > input:checked + .slider {
        background-color: #0B2639;
    }

    &.orange > input:checked + .slider {
        background-color: #F46224;
    }

    & input:checked + .slider:before {
        transform: translateX(32px);
    }
}

.switch-sm {
    display: inline-block;
    height: 20px;
    position: relative;
    min-width: 42px;

    & input {
        display:none;
    }

    & .slider {
        background-color: silver;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: .4s;

        &.round {
            border-radius: 20px;
        }
        &.round:before {
            border-radius: 50%;
        }
    }

    & .slider:before {
        background-color: #fff;
        bottom: 2px;
        content: "";
        height: 16px;
        left: 2px;
        position: absolute;
        transition: .4s;
        width: 16px;
    }

    &.yellow > input:checked + .slider {
        background-color: #ffd145;
    }

    &.teal > input:checked + .slider {
        background-color: #50cdc9;
    }

    &.navy > input:checked + .slider {
        background-color: #0B2639;
    }

    &.orange > input:checked + .slider {
        background-color: #F46224;
    }

    & input:checked + .slider:before {
        transform: translateX(22px);
    }
}

label.tr-checkbox {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    aspect-ratio: 1;

    & input[type=checkbox] {
        display:none;
    }

    & .box {
        border: 1px solid #ffd145;
        background-color: white;
        border-radius: 5px;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    & input:checked + .box {
        border: 1px solid black;
        background-color: #ffd145;
    }

    & input:checked + .box:before {
        font-size: 1em;
        line-height: 1;
        font-family: FontAwesome;
        content: "\f00c";
        position: absolute;
        top:0.25em;
        left:0.25em;
    }
}

label.tr-checkbox-teal {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    aspect-ratio: 1;

    & input[type=checkbox] {
        display:none;
    }

    & .box {
        border: 1px solid #50cdc9;
        background-color: white;
        border-radius: 5px;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    & input:checked + .box {
        border: 1px solid black;
        background-color: #50cdc9;
    }

    & input:checked + .box:before {
        font-size: 1em;
        line-height: 1;
        font-family: FontAwesome;
        content: "\f00c";
        position: absolute;
        top:0.25em;
        left:0.25em;
    }
}

.main-header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 67px;
    background: #FFF;
    /*-webkit-box-shadow: 0px 4px 10px 0px rgba(53,53,53,0.4);-moz-box-shadow: 0px 4px 10px 0px rgba(53,53,53,0.4);box-shadow: 0px 4px 10px 0px rgba(53,53,53,0.4);*/

    & .logo {
        margin-left: 0px;
        height:22px;
        width:211px;
        background-image: url('https://www.teamraderie.com/wp-content/themes/teamraderie2023-child/img/teamraderie_logo_big.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 50%;
    }

    & ul {
        -webkit-padding-start: 0;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        padding-left: 0;
        list-style-type: none;
    }

    & ul.menu {
        margin: 0;
    }

    & ul.menu li {}

    & ul.menu li.menu-item {
        display: list-item;
        white-space: nowrap;
    }

    & .menu-item-has-children {
        position: relative;
    }

    & .menu-item-has-children>a {
        padding-right: 10px;
    }

    & .menu-item-has-children.open>a {
        color: #54A19E;
    }

    & .menu-item-has-children:hover .sub-menu {
        display: block;
        border: 2px solid #ffd145;
        border-radius: 20px;
    }

    /* user profile */
    & .menu-loggin {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        float: right;
    }

    & .profile-dropdown-menu {
        & .dropdown-toggle::after {
            display: none !important;
        }

        & .user-profile {
            display: flex;
            align-items: center;
            margin-left: 12px;
            height: 5px;
        }

        & .profile-image {
            border-radius: 50%;
            width: 50px;
            height: 50px;
            margin-right: 12px;
        }

        & .user-details {
            display: flex;
            flex-direction: column;
            margin-right: 10px;
        }

        & .user-name {
            display: block;
            color: #000;
            font-family: DM Sans;
            font-size: 16px !important;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        & .user-name::after {
            content: url('https://www.teamraderie.com/wp-content/uploads/2023/10/dropdown-arrow.png');
            margin-left: 5px;
            vertical-align: middle;
            display: inline-block;
        }

        & .user-email {
            display: block;
            color: #FF621F;
            font-family: DM Sans;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-decoration-line: underline;
            text-transform: lowercase;
        }

        & .sub-menu {
            border: none !important;
            border-radius: 9px !important;
            background: #EEFAFA;
            box-shadow: 3px 4px 20px 0px rgba(65, 188, 184, 0.38);
            right: 14px;
            width: auto !important;
        }

        & .menu-item {
            padding: 10px 15px;
            border-bottom: 0.5px solid #c9d1d7;
        }

        & .menu-item a {
            color: #0A2639 !important;
            font-family: DM Sans;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        & .menu-item a:hover {
            color: #FF621F !important;
        }

        & .menu-item:last-child {
            border-bottom: none;
        }
    }
    
    & .sub-menu {
        display: none;
        background: #FFF;
    }

    & .sub-menu li {
        display: block;
    }

    & nav {
        & .menu-nav {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

        & a.head-link-0 {
            color: #0A2639;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            text-decoration: none;
        }

        & a.head-link-1 {
            margin: 0 auto;
            padding: 0 !important;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            white-space: normal;
        }

        & a.head-link-2 {
            margin: 0 auto;
            padding: 0 !important;
            text-decoration: none;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
        }

        & a.head-link-3 {
            margin: 0 auto;
            padding: 0 !important;
            text-decoration: underline;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
        }

        & a:hover {
            color: #F46224;
        }
    }

    & .head-menu-panel {
        border-radius: 20px;
        background-color: white;
        min-width: 700px;
        padding: 0;
        overflow: hidden;
        border: 2px solid #ffd145;

        & .card {
            margin: 0;
            background: transparent;
        }

        & .card-header {
            padding: 0;
            color: #000000;
            background-color: transparent;
            font-family: Poppins, Sans-serif;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 2px;
            border: none;
        }

        & .card-body {
            padding: 0;
            color: #000000;
            font-size: 13px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        & ul li {
            display: list-item !important;
            text-align: -webkit-match-parent;
            float: none !important;
        }

        & .sub-menu-separated-container {
            background-color: #fffcf1;
            margin-inline: 0px;

            & .sub-menu-separated-item {
                padding-left: 30px;
            }

            & .sub-menu-separated-item li {
                line-height: 16px;
            }

            & .sub-menu-separated-item:not(:last-child) {
                position: relative;
                padding-block: 30px;
            }

            & .sub-menu-separated-item:last-child {
                padding-right: 0;
                margin-right: 0;
                padding-block: 30px;
            }
        }
    }

    & .site-banner {
        background-color: #0A2639;
        color: #fff;
        font-family: "DM Sans", Sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 32px;
        padding: 14px 0;
        text-align: center;
        width: 100%;
        margin: auto 0;
    }
}

.menu-mobile {
    font-family: Poppins !important;
    font-weight: 300;
    font-size: 20px;
    & b {font-weight: 500;}
    & #nav_mobile_menu {
        border-bottom: 1px solid #ffd145;
        & ul {
            margin-left: 26px;
        }
        & li {
            padding: 5px 0;
        }

        & .text-lg {font-size: 22px;}

        & .nav-link {text-decoration: none; padding: 0; margin-left: 0 !important; margin-right: 0 !important}

        .icon-expand, .icon-collapse {color: #ffd145;}
    }
    & .expandable[aria-expanded="false"] .icon-expand {
        display: inline;
    }
    & .expandable[aria-expanded="false"] .icon-collapse {
        display: none;
    }
    & .expandable[aria-expanded="true"] .icon-expand {
        display: none;
    }
    & .expandable[aria-expanded="true"] .icon-collapse {
        display: inline;
    }

    & .btn-menu {
        border: none; background-color: transparent; color: #50cdc9; display: flex; align-items: center; justify-content: center;
    }
}

footer {
    color: white;
    background-color: #0A2639;

    & h2 {
        font-family: Poppins;
        font-size: 1.25em;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.25em;
        color: #FFD145;
    }

    & ul.menu {
        padding: 0;
    }

    & a {
        color: #fff;
        font-weight: 400;
        text-decoration: none;
    }

    & a.nav-link {
        color: #fff;
        font-weight: 400;
        padding: 0;
    }

    & .footer-logo {
        display: table;

        & img {
            display: block;
            margin: 0 0 10px 0;
            width: 280px;
        }
    }

    & ul {
        padding: 0;
        list-style-type: none;

        & li {
            list-style: none;
        }
    }
}

.gpt-logo {
    width: 2.5em;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("/wp-content/themes/teamraderie2023-child/img/logo_circle.png");
}

.gpt-goal-card {
    background: white;
    border: 1px solid lightgray;
    border-radius: 1em;
    padding: 20px;
    min-height: 126.8px;

    .icon {
        font-size: 1.5em;
    }
    .text {
        font-size: 0.85em;
    }
}

.gpt-goal-card:hover {
    cursor: pointer;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15);
}

.gpt-chat-history {
    min-height: 100px; border: 1px solid rgb(255, 209, 69); border-radius: 1em; background-color: #fff;

    & .message-box {display: flex;align-items: flex-start;gap: 0.5rem;padding: 1rem;}
    & .message-box:first-child {}
    & .message-box:last-child {}
    & .bg-light-grey {background-color: rgba(240, 242, 246, 0.5);}
    & .portrait-user {width:2em; aspect-ratio: 1; background-repeat: no-repeat;background-size: cover;background-position: 50% 50%;background-image: url("/wp-content/themes/teamraderie2023-child/img/profile.png"); }
    & .portrait-gpt {width:2em; aspect-ratio: 1; background-repeat: no-repeat;background-size: cover;background-position: 50% 50%;background-image: url("/wp-content/themes/teamraderie2023-child/img/logo_circle.png"); }
    & .message {margin: auto 0;}
    & .message h5 {}
    & .message .row {margin: 1em auto 1.5em auto;}
    & .message .img {width: 150px; height: 150px; aspect-ratio: 1;padding: 0; margin: 0 auto; background-size: cover;background-repeat: no-repeat;background-position: 50% 50%;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s; border-radius: 0.5em;}
}

.gpt-chat-box {
    position: relative; height: 55px; width:100%;

    & input { border: 1px solid rgb(255, 209, 69); border-radius: 0.5em; background-color:#fff; display:block; height: 100%; width: 100%; padding-right: 100px; box-sizing: border-box;}
    & input::placeholder { color: lightgrey; }
    & input:focus { outline: none; }
    & .btn-send-message { position: absolute; top: 5px; right: 5px; bottom: 5px; padding: 0 15px; border-radius: 10px; font-weight: bold;}
    & .btn-send-message:hover{background-color: rgb(255, 209, 69, 0.5); cursor: pointer;}
    & svg {height: 100%; width: 30px; color: rgb(255, 209, 69);}
}

.gpt-blink-text {
    -webkit-animation: blink-text 800ms linear infinite;
    -moz-animation: blink-text 800ms linear infinite;
    -ms-animation: blink-text 800ms linear infinite;
    -o-animation: blink-text 800ms linear infinite;
     animation: blink-text 1000ms linear infinite;
}

.color-error {
    color: #FF0000 !important;
}

.error {
    background: #fff0f4;
    color: #c51244 !important;
    border: 1px solid !important;
}

.form-error-control {
    border: 1px solid #ff000b;
}

.form-error-msg {
    color: #ff000b;
    font-weight: 500;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

.tr-box-shadow {
    box-shadow: 1px 1px 5px 2px #ccc;
}

.card {
    border: none;
    overflow: hidden;
    /* min-height: 490px; */
}

.card-body {
    font-size: .8em;
    color: #0a2639;
    font-family: 'DM Sans', serif;
    padding: 1rem 0rem;
}

.card-text {
    --bottom: 0;
    bottom: auto !important;
    position: unset !important;
}

.card-title a {
    font-size: 1em;
    color: #000;
    /* text-decoration: none; */
    line-height: 1.5;
}

.rounded-1em {
    border-radius: 1rem !important;
}

#modal_message_box {
    & .icon-info {
        color: #2196F3;
    }
    & .icon-error {
        color: #FE6D68;
    }
    & .icon-success {
        color: #82dd55;
    }
    & .icon-question {
        color: #F46224;
    }
    & .icon-warning {
        color: #FF621F;
    }
}

.fa-64 {
    font-size: 64px;
}

.fa-128 {
    font-size: 128px;
}

/* tooltip */
span.question-mark {
    position: absolute;
    margin-top: -6px;
    margin-left: 8px;
    width: 30px;
    height: 30px;

    &:hover .tips {
        visibility: visible;
    }

    .tips {
        visibility: hidden;
        display: block;
        position: absolute;
        font-size: .85em;
        font-style: italic;
        top: -50%;
        left: 5px;
        width: 300px;
        color: #fff;
        background-color: #F46224E0;
        border-radius: 6px;
        padding: 15px 20px;
    }

    .tips-below {
        left: 50%;
        transform: translateX(-50%);
        top: calc(100%);
    }

    .tips-left {
        left: -10px;
        transform: translateX(-100%);
    }
}

@media all and (min-width: 1px) {
    .main-header {
        /*position: relative;*/
    }

    .main-header .main-menu {
        display: none;
    }

    .main-header .menu-mobile {
        display: flex;
    }

    .main-header nav a.head-link-0 {
        font-size: 16px;
    }

    .main-header nav a {
        margin: 0 auto;
        padding: 5px;
    }
}

@media all and (min-width: 425px) {}

@media only screen and (max-width: 600px) {

    html {
        margin-top: 0px !important;
    }
    
    .e-con {
        --container-max-width: 367px !important;
        /* margin: 10px 0px 30px 0px  !important; */
    }

    .site-main h2 {
        margin-top: 0px !important;
        font-size: 1.625em;
    }
}

@media (max-width: 1023px) {
    body:has(#nav_mobile_menu.show) {
        overflow: hidden;
        height: 100%;
    }
    .main-header .site-banner {
        display: none;
    }
}

@media all and (min-width: 768px) {}

@media (min-width: 992px) {
    .main-header {
        & .profile-dropdown-menu .menu-item a {
            font-size: 16px;
        }

        & .profile-dropdown-menu .menu-item {
            border-bottom: 1px solid #0A2639;
        }

        & .sub-menu {
            position: absolute;
            width: 250px;
            border-radius: 5px;
            padding: 15px;
            -webkit-box-shadow: 0px 4px 10px 0px rgba(53, 53, 53, 0.3);
            -moz-box-shadow: 0px 4px 10px 0px rgba(53, 53, 53, 0.3);
            box-shadow: 0px 4px 10px 0px rgba(53, 53, 53, 0.3);
        }
    }
}

@media all and (min-width: 1024px) {
    .main-header {
        position: fixed;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;

        & .main-menu {
            display: flex;
            align-items: center;
        }

        & .site-banner {
            display: block;
        }

        & .menu-mobile {
            display: none;
        }

        /* .main-header nav .menu-nav {justify-content: flex-end;} */
        & nav a.head-link-0 {
            font-size: 15px;
        }
    }
}

@media all and (min-width: 1440px) {
    .main-header {
        & nav .menu-nav {
            justify-content: center;
        }

        & nav a.head-link-0 {
            font-size: 16px;
        }
    }
}

@-webkit-keyframes blink-text {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink-text {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink-text {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink-text {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink-text {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}


@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

