main #content {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex !important;
    flex-flow: column !important;
    z-index: 100;
}

h1, h2, h3, h4, h5, h6 #content {
    font-weight: 400;
}

main section {
    width: 100%;
    margin-top: 3rem;
}

table.table-hover {
    color: inherit !important;
}

table.table-hover tbody tr:hover {
    color: inherit !important;
}

#particles-js {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 110;
}

.footer {
    margin: auto 0 0 0;
    width: 100vw;
    background-color: transparent !important;
}

.footer-copyright {
    font-size: 0.9rem;
    font-weight: 400;
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), 1px -1px 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#language_select .dropdown-item:hover, #language_select .dropdown-item:active, #language_select .dropdown-item.active {
    color: rgb(245, 245, 245) !important;
    background-color: #232d46 !important;
    border-radius: 0;
}

#language_select .dropdown-item:first-child {
    border-top: solid 1px rgba(230, 230, 230, 0.8) !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

#language_select .dropdown-item:last-child {
    border-bottom: solid 1px rgba(230, 230, 230, 0.8) !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

#language_select .dropdown-item {
    border-left: solid 1px rgba(230, 230, 230, 0.8) !important;
    border-right: solid 1px rgba(230, 230, 230, 0.8) !important;
    padding: 4px 8px !important;
    display: block;
    font-weight: 400;
}

#language_select .dropdown-menu {
    padding: 0 !important;
    min-width: 0;
}

#lang_btn {
    padding: 2px 5px 0 6px;
}

#lang_btn.dropdown-toggle::after {
    vertical-align: 9px;
    margin-left: 0;
}

.hidden-sn main {
    padding-top: 0 !important;
}

.side-nav {
    background: linear-gradient(to bottom, rgb(34, 28, 58), rgba(24, 123, 167, 0.6) 51%, rgba(16, 205, 182, 0.2)) !important;
}

.sidenav_avatar {
    border-radius: 50%;
    overflow: hidden;
}

#sidenav_user_image {
    height: 160px;
    width: 160px;
    box-shadow: 0 0 0 1pt rgba(0, 0, 0, 0.2);
    background-color: white;
}

#sidenav_user_name {
    width: 14rem;
    word-break: break-all;
}

#sidenav-overlay {
    z-index: 999 !important;
}

.navbar {
    background: linear-gradient(to bottom, rgb(55, 55, 55), rgba(0, 0, 0, 0)) !important;
    box-shadow: none !important;
    -webkit-box-shadow: transparent !important;
}

.double-nav .button-collapse {
    left: 0 !important;
    padding: 0 10px !important;
}

.double-nav .breadcrumb-dn p {
    padding-left: 0 !important;
}

@media (min-width: 600px) {
    .double-nav .breadcrumb-dn {
        display: block !important;
    }
}

#sidenav_link_bar {
    overflow-y: auto !important;
}

.side-nav a {
    font-size: 1rem !important;
}

.side-nav .collapsible li a:hover, .side-nav .collapsible li a.active {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-radius: 0;
}

.side-nav .collapsible .fal {
    font-size: inherit !important;
}

#page_login .card {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 150;
    min-width: 250px;
}

@media (min-width: 450px) {
    #page_login .card {
        min-width: 440px !important;
    }
}

@media (max-width: 450px) {
    #page_login .card {
        width: 98vw;
    }
}

#page_login .dropdown-item {
    padding: .25rem 1.4rem;
}

#page_login .md-form input:focus:not([readonly]) {
    -webkit-box-shadow: 0 1px 0 0 #232d46;
    box-shadow: 0 1px 0 0 #232d46;
    border-bottom: 1px solid #232d46;
}

#page_login .md-form input:focus:not([readonly]) + label {
    color: #232d46 !important;
}

#login-form-fields {
    color: #232d46;
}

#page_login .md-form .prefix {
    top: -3px;
    font-size: 1.8rem;
    margin-top: 0.8rem;
}

#page_login .md-form .prefix.active {
    color: #232d46;
}

#page_login .md-form input {
    background-color: transparent !important;
}

#page_login .btn-wc {
    background-color: #7bb32e !important;
    color: #fff !important;
}

#page_login h6 {
    line-height: 1.7;
}

#page_login button#send {
    color: #fff;
}

#page_profile_name {
    word-break: break-all;
}

.profile-user-data {
    font-size: 1.2rem;
    font-weight: 400;
    word-break: break-all;
    min-height: 75px;
}

#page_profile .card-text {
    color: white;
    font-size: 1rem;
    font-weight: 300;
}

#page_overview_machine_chart_labels, #page_overview_type_chart_labels {
    z-index: -1;
}


#page_overview_weather_icon .wi{
    font-size: 8rem;
    padding: 20px 0;
}

#page_overview_weather_degree::after {
    content: "°C";
    position: absolute;
    font-size: 3rem;
    margin-top: 0.9rem;
    font-weight: 400;
}

#page_overview_weather_popover_table_copy{
    width: 250px;
}

table#page_overview_weather_popover_table_copy td {
    font-weight: 500;
}

table#page_overview_weather_popover_table_copy .far, table#page_overview_weather_popover_table_copy .wi {
    font-size: 20px;
    vertical-align: -2px;
}
table#page_overview_weather_popover_table_copy td {
    font-size: 16px;
}

#page_overview_weather_location_icon, #page_overview_weather_info{
    cursor: pointer;
}

div#page_overview_machine_chart_labels .fa-circle {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

#icp_dim_page_workout {
    z-index: 9997;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
}

#overlay_workout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background-color: rgb(60,60,60);
    box-shadow: -2.7px 3px 32px 0 rgba(0, 0, 0, 0.35);
    margin-top: 0 !important;
    cursor: default;
    overflow: hidden;
}

@media (min-width: 1200px) {
    #overlay_workout {
        top: calc((100vh - 600px) / 2);
        left: calc((100vw - 1008px) / 2);
        width: 1000px;
        height: 600px;
        overflow: visible;
    }

    #overlay_workout_close {
        top: -1.4rem;
        bottom: auto !important;
        right: -1.4rem !important;
    }

    #overlay_workout_content {
        max-height: 600px;
    }

    #overlay_workout_content_hrz {
        width: calc(100% - 17px);
    }
}

#overlay_workout_close {
    position: absolute;
    bottom: 13px;
    right: 13px;
}

#overlay_workout_flex_col {
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 140px;
    border-right: solid rgba(255, 255, 255, .6) 1px;
    color: rgba(255, 255, 255, 0.95);
}

#overlay_workout_content {
}

@media (max-width: 767.98px) {
    #overlay_workout_flex_col {
        overflow-y: hidden !important;
        overflow-x: hidden !important;
    }

    #overlay_workout_content {
        max-height: none !important;
    }

    #workout_nav_chart_hr {
        border-left: none !important;
        border-bottom: solid red 3px !important;
    }

    #workout_nav_chart_rpm {
        border-left: none !important;
        border-bottom: solid darkorange 3px !important;
    }

    #workout_nav_chart_watt {
        border-left: none !important;
        border-bottom: solid greenyellow 3px !important;
    }

    #workout_nav_chart_resistance {
        border-left: none !important;
        border-bottom: solid deepskyblue 3px !important;
    }

    #workout_nav_chart_speed {
        border-left: none !important;
        border-bottom: solid blue 3px !important;
    }

    #workout_nav_chart_incline {
        border-left: none !important;
        border-bottom: solid blueviolet 3px !important;
    }

    #workout_nav_chart {
        border-top: none !important;
        border-left: none !important;
        border-bottom: solid lightgrey 3px !important;
    }

    #workout_nav_hrz {
        border-left: none !important;
        border-bottom: solid gray 3px !important;
    }

    #workout_nav_muscle {
        border-left: none !important;
        border-bottom: solid black 3px !important;
    }

    .wo-nav {
        border-right: none !important;
    }
}

@media (max-height: 699.98px) {
    #overlay_workout {
        top: 0;
        height: 100vh;
    }
}

#workout_nav_chart_hr {
    border-bottom: none;
    border-left: solid red 3px;
}

#workout_nav_chart_rpm {
    border-bottom: none;
    border-left: solid darkorange 3px;
}

#workout_nav_chart_watt {
    border-bottom: none;
    border-left: solid greenyellow 3px;
}

#workout_nav_chart_resistance {
    border-bottom: none;
    border-left: solid deepskyblue 3px;
}

#workout_nav_chart_speed {
    border-bottom: none;
    border-left: solid blue 3px;
}

#workout_nav_chart_incline {
    border-bottom: none;
    border-left: solid blueviolet 3px;
}

#workout_nav_chart {
    border-top: double rgba(255, 255, 255, .6) 3px;
    border-bottom: none;
    border-left: solid lightgrey 3px;
}

#workout_nav_hrz {
    border-bottom: none;
    border-left: solid gray 3px;
}

#workout_nav_muscle {
    border-bottom: none;
    border-left: solid black 3px;
}

.wo-nav:hover {
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.wo-nav.active {
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.wo-nav.active:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
    cursor: pointer;
}

.dataTables_info {
    font-size: 0.9rem !important;
}

.pagination .page-link {
    color: white !important;
    background-color: rgba(0, 0, 0, .2) !important;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}

.pagination .page-link:hover {
    background-color: rgba(0, 0, 0, .4) !important;
}

.pagination .page-item.active .page-link {
    background-color: rgba(0, 0, 0, .4) !important;
}

.pagination .page-link.disabled {
    opacity: .65 !important;
}

.pagination .page-item.disabled:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.pagination.page-item.disabled:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.dataTables_wrapper .dataTables_processing {
    background-color: rgba(0, 0, 0, .8) !important;
}

table.dataTable td {
    vertical-align: middle;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
    top: 0 !important;
    bottom: 0 !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    background-color: rgba(0, 255, 0, .3) !important;
    border: 1px solid rgb(255, 255, 255) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, .8) !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: rgba(255, 0, 0, .4) !important;
}

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before, table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
    top: 10px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0.4em;
}

table.dataTable > tbody > tr.child span.dtr-title {
    font-weight: 500 !important;
}

#page_workouts_table .sorting_disabled {
    padding-right: 0.3rem;
    text-align: center;
}

#page_workouts_table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

#overlay_workout_content_hrz_canvas {
    min-height: 460px;
}

#overlay_workout_content_hrz_description {
    border-radius: .25rem;
    cursor: pointer;
}

@media (max-width: 425px) {
    #overlay_workout_content_hrz .card.border.border-light, #overlay_workout_content_hrz_description {
        border-radius: 0 !important;
    }

    #overlay_workout_content_hrz_canvas {
        min-height: 300px !important;
    }
}

.scrollbar-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #9b9b9b;
    border-radius: 10px;
}

.scrollbar-indigo::-webkit-scrollbar {
    width: 12px;
    background-color: #9b9b9b;
}

.scrollbar-indigo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #222222;
}

.bordered-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #222222;
}

.bordered-indigo::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.square::-webkit-scrollbar-track {
    border-radius: 0 !important;
}

.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
}

.thin::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.gradient-icp {
    background: #ff541e linear-gradient(#ffaa65, #ff541e) !important;
}

#toast-container>div {
    opacity: .98 !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
}