/* begin::Global css */
:root {
    --primary-color: #104E78;
    --secondary-color: #EA542B;
    --blue-color: #68A2C9;
    --black-color: #0D0D0D;
    --white-color: #ffffff;
    --gray-color: #E5E5E5;
    --saira-font: 'Saira Condensed', sans-serif;
}

body {
    line-height: 1.2;
}

.text_primary_color {
    color: var(--primary-color);
}

.text_secondary_color {
    color: var(--secondary-color);
}

.apexcharts-legend-text,
.apexcharts-text,
.apexcharts-title-text,
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title,
.apexcharts-tooltip * {
    font-family: var(--saira-font) !important;
}

@media (min-width: 992px) {
    .app-content {
        padding-top: 0;
        padding-bottom: 30px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background: transparent;
    }

    .app-header-separator {
        display: none;
    }
}

.card {
    border: none;
}
/* end::Global css */

.download_app_btns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download_app_btns > a {
    height: 32px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
}

.download_app_btns > a:last-child {
    margin-right: 0;
}

.download_app_btns > a > img {
    height: 100%;
    object-position: center center;
    object-fit: cover;
}

.app-navbar ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 0;
}

.app-navbar ul li {
    margin-right: 20px !important;
}

a.logo_div {
    display: block;
    height: 50px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: 0;
    padding: 3px 0;
}

a.logo_div img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.athlete_profile {
    height: 265px;
    width: 232px;
    display: inline-flex;
    overflow: hidden;
}

.athlete_profile img {
    height: 100%;
    width: 100%;
    object-position: top center;
/*    object-fit: contain;*/
}
