html, body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 14px;
    font-style: normal;
    font-variation-settings: "slnt" 0;

    background-color: #F6F6F6;
}
button:focus:not(:focus-visible) {
    box-shadow: unset;
}
.warning {
    position: fixed;
    z-index: 999999;
    background-color: #dc3545;
}
.left-warning {
    left: 0;
    height: 100vh;
    width: 5px;
}
.right-warning {
    right: 0;
    height: 100vh;
    width: 5px;
}
.top-warning {
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
}
.bottom-warning {
    bottom: 0;
    right: 0;
    height: 5px;
    width: 100%;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
.h-color {
    color: rgba(19, 56, 62, 1)
}

.col-md-2-4 {
    width: 24%;
}
.col-md-1-7 {
    width: 14.28%;
}
.col-md-1-8 {
    width: 12.5%;
}
@media screen and (max-width:768px){
    .col-md-1-7 {
        width: 100%;
    }
    .col-md-1-8 {
        width: 100%;
    }
}
textarea {
    resize: none;
}
.w-15 {
    width: 15%;
}
.container-fluid {
    padding-left: 120px;
    padding-right: 120px;
}
.fs-small {
    font-size: 12px;
}
.fs-medium {
    font-size: 14px;
}
.fs-large {
    font-size: 20px;
}
.txt-orange {
    color: #f9962c;
}
.btn.txt-orange:hover {
    color: #e98b27;
}
.form-check-input:checked {
    background-color: #f9962c;
    border-color: #e28827;
}
.form-switch .form-check-input {
    width: 3em;
    height: 1.3em;
    border-color: #79747E;
    background-color: #E6E0E9;
    background-position-x: 10%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" class="bi bi-check-circle-fill" viewBox="0 0 20 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293z"/></svg>');
}
.form-switch .form-check-input:checked {
    border-color: #F68E1F;
    background-color: #f9962c;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-check-circle-fill" viewBox="0 0 20 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0" fill="white" stroke="white"/><path d="M12.03 4.97a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z" fill="green"/></svg>');
}
.form-switch .form-check-input:checked:focus {
    border-color: #f9962c;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(249, 150, 44, 0.25);
}
.form-switch .form-check-input:focus {
    border-color: #79747E;
    box-shadow: 0 0 0 0.25rem rgba(182, 179, 184, 0.25);
}
.bg-orange {
    background-color: #f9962c;
}
.bg-orange:focus,
.bg-orange:hover,
.bg-orange:active,
.bg-orange:focus-visible {
    background-color: #f59024;
}
.bg-warning-subtle {
    background-color: rgba(255, 122, 0, 0.17) !important;
}
.bg-warning-subtle.pale {
    background-color: rgba(255, 122, 0, 0.06) !important;
}
.border-warning.pale {
    border-color: rgba(255, 122, 0, 0.13) !important
}
.bg-orange.light {
    background-color: rgba(249, 150, 44, 19%);
}
.txt-green {
    color: #29727E !important;
}
.txt-green.dark {
    color: #29727E !important
}
.txt-green.darker {
    color: #13383E !important;
}
.txt-green.light {
    color: #30D988 !important;
}
.bg-green {
    background-color: #29727E;
}
.bg-green.pale {
    background-color: rgba(41, 114, 126, 0.75)
}
.bg-green.paler {
    background-color: rgba(41, 114, 126, 0.15)
}
.border-green {
    border-color: #29727E
}
.bg-green.light {
    background-color: rgba(92, 219, 158, 0.45);
}
.bg-green.lighter {
    background-color: rgb(38, 245, 145);
}
.alert-orange {
    background-color: #f9962c;
}
.todo-row .checkmark {
    top: 0 !important;
}
.todo-success.active {
    background-color: rgba(41, 114, 126, 1);
    border: 2px solid rgba(41, 114, 126, 1)
}
.todo-success {
    background-color: rgba(41, 114, 126, 0.1);
    border: 2px solid rgba(41, 114, 126, 1)
}
.todo-success.pale {
    border: none !important
}
.todo-orange.active {
    background-color: rgb(249, 150, 44, 19%);
    border: 2px solid #d8872b
}
.todo-orange {
    background-color: rgb(249, 150, 44, 19%);
    border: none;
}
.todo-regular {
    background-color: rgba(178, 178, 178, 0.19);
    border: 2px solid rgba(178, 178, 178, 0.19)
}
.bg-primary-subtle {
    background-color: rgba(41, 114, 126, 0.2) !important
}
.th-primary-subtle {
    background-color: rgba(41, 114, 126, 0.2) !important;
}
.sort {
    cursor: pointer;
}
.no-sort-txt {
    top: -3px;
    position: relative;
}
.reminder {
    font-family: "bootstrap-icons";
    border: none
}
.reminder.btn-warning {
    background-color: rgba(246, 142, 31, 0.6);
}
.reminder.check::before {
    content: "\F26E";
    position: absolute;
    bottom: -10px;
    right: -10px;
    color: #f27400;
    font-size: 24px;
}
.notification-box {
    border: 1px solid rgba(41, 114, 126, 1);
    background-color: rgba(41, 114, 126, 0.1);
}
header {
    z-index: 10;
    position: relative;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 12px;
}
header .title {
    font-size: 24px;
    font-weight: 600;
}
header .desktop-nav {
    position: relative;
}
header .desktop-nav span.divider {
    width: 2px;
    height: 30px;
    background-color: #DADADA;

    display: block;

    position: absolute;
    left: 0;
    top: 2px;
}

header .desktop-nav nav {
    margin-top: -3px;
    position: relative;
}
header .desktop-nav nav > ul {
    padding-left: 0;
    margin-top: 5px;
}
header .desktop-nav nav > ul > li {
    float: left;
    list-style-type: none;
}
header .desktop-nav nav > ul > li > a {
    margin: 0 10px;
    color: rgba(49, 57, 60, 0.2);
}
header .desktop-nav nav > ul > li > a:hover {
    color: rgba(49, 57, 60, 0.2);
}
header .desktop-nav nav > ul > li > a .fa-stack i:last-child {
    color: #000000;
}
header .desktop-nav nav > ul > li > a:hover .fa-stack i:last-child {
    color: #333333;
}
header .desktop-nav .avatar-wrapper {
    color: #000;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: none;
}
header .desktop-nav .avatar-wrapper .name {
    margin-left: 10px;
}
header .desktop-nav .avatar-wrapper:hover {
    text-decoration: none;
    color: #000;
}
header .desktop-nav .avatar-wrapper .dropdown-toggle::after {
    display: none;
}
header .desktop-nav .dropdown-menu.show {
    margin-top: 25px !important;
    border: unset;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
header .desktop-nav .dropdown-menu li {
    margin-bottom: 20px;
}
header .desktop-nav .dropdown-menu li > a {
    color: #DADADA;
    text-decoration: none;
}
header .desktop-nav .dropdown-menu li > a:hover {
    color: #f1f1f1;
}
header .desktop-nav .dropdown-menu li span.label {
    margin-left: 10px;
}
header .desktop-nav .dropdown-menu li span.label {
    color: #000000;
}
header .desktop-nav .dropdown-menu li span.label:hover {
    color: #333333;
}
header .desktop-nav .dropdown-menu li > a .fa-stack i:last-child {
    color: #000000;
}
header .desktop-nav .dropdown-menu li > a.dd-stacking {
    margin-left: 10px;
    display: block;
}
header .desktop-nav .stacking {
    padding: 8px;
    background: rgba(49, 57, 60, 0.2);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
header .desktop-nav .stacking .notif {
    width: 10px;
    height: 10px;
    display: inline-table;
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 50%;
    background: rgba(255, 122, 0, 1);
}
header .desktop-nav .stacking:not(.outside):not(.img-fluid) {
    display: inline-block;
    text-align: center;
    width: 40px;
}
header .desktop-nav .stacking.dropdown-toggle {
    padding: 0;
    top: -5px;
    position: relative;
}
header .desktop-nav .stacking i:before {
    color: #000000;
}
header .desktop-nav .avatar {
    width: 40px;
}
header .desktop-nav .avatar-dropdown {
    margin-left: 10px;
}

.menu-leftbar {
    margin-top: 50px;
}
.menu-leftbar .expander {
    width: 100%;
    height: 50px;
}
.menu-leftbar .expander i {
    color: #ff7a00;
    cursor: pointer;
}
.menu-leftbar .expander i.fa-chevron-left {
    left: 10px !important
}
.menu-leftbar .expander i.fa-chevron-right {
    right: 10px !important
}
.menu-leftbar ul {
    padding-left: 0;
}
.menu-leftbar ul li {
    list-style-type: none;
}
.menu-leftbar ul li a {
    display: block;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-leftbar ul li img {
    background-color: #2b6671;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.menu-leftbar ul li:hover img {
    background-color: #275e68;
}
.menu-leftbar ul li.active a i,
.menu-leftbar ul li:hover a i {
    color: #ffa551;
}


.item {
    padding: 20px;
    min-height: 100px;
}
.item a {
    text-decoration: none;
}
.item .rounded-circle {
    height: 300px;
    width: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: all .50s;
}
.item .rounded-circle.small {
    width: 120px;
    height: 120px;
}
.item .rounded-circle.green {
    background-color: #29727E;
}
.item .rounded-circle.green + p {
    color: #29727E;
}
.item .rounded-circle.orange {
    background-color: #FF7A00;
}
.item .rounded-circle.orange + p {
    color: #FF7A00;
}
.item .rounded-circle:hover:not(.small) {
    cursor: pointer;
    background-color: #ffffff;
}

#loginform input,
#registration input,
.general-input {
    background-color: #F1F1F1;
}
#loginform input:focus,
#registration input:focus,
.general-input:focus {
    box-shadow: none !important;
    outline: none !important;
}
#loginform input::-webkit-input-placeholder,
#registration input::-webkit-input-placeholder,
.general-input::-webkit-input-placeholder {
    color: #B6B6B6;
}


.left-bar {
    width: 80px;
    min-height: 100vh;
    background: #29727E;

    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
}
.left-bar.expand {
    width: 150px;
}
.left-bar.expand .menu-leftbar img {
    padding-right: 80px;
}
.left-bar .logo-wrapper {
    text-align: center;
}
.left-bar .logo-wrapper img.logo {
    width: 50px;
    margin-top: 5px;
}

.codes {
    margin: auto;
    width: 60%;
}
.codes .code-wrapper {
    width: 40px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.codes input {
    width: 50px;
    height: 80px;
    background-color: #E7E7E7;
    border-radius: 8px;
    border: unset;

    font-size: 42px;
    text-align: center;
}
.codes input:focus {
    border: unset;
    outline: unset;
}

.upcoming-events {
    min-height: 100px;
    display: flex;

    position: relative;
}
a.menu {
    top: 3px;
    right: 10px;
}
a.menu,
a.menu:hover {
    color: #FF7A00;
}
.upcoming-events .date {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upcoming-events .info {
    position: relative;
}
.upcoming-events i.dot {
    position: absolute;
    width: 6px;
    height: 6px;
    left: 5px;
    top: 5px;
    border-radius: 50%;

    background: #FF7A00;
}
.upcoming-events .time,
.upcoming-events .location {
    color: #363636;
    font-size: 12px;
}
.upcoming-events p {
    margin: 0;
}
.sync-social button {
    text-align: left;
}
.sync-social button span {
    font-size: 12px;
}
.sync-social button i {
    margin-left: 10px;
    margin-right: 10px;
}

#calendar,
.fc-col-header-cell-cushion,
.fc-daygrid-day-number,
.fc .fc-daygrid-day-number {
    color: #FF7A00;
    font-weight: 600;
    text-decoration: none;
}
.fc-theme-standard td,
.fc-theme-standard th,
.fc-theme-standard .fc-scrollgrid {
    border-color: rgba(41, 114, 126, 0.2) !important
}
.fc .fc-button-primary,
.fc .fc-button-primary:hover,
.fc .fc-button-primary:disabled,
.fc .fc-button-primary:disabled:focus {
    background-color: #FF7A00;
    border-color: #f07503;
}
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background-color: #f07503;
    border-color: #da6c05;
}
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:focus {
    box-shadow: unset;
}

.fc .fc-day-other .fc-daygrid-day-top > .fc-daygrid-day-number {
    color: #5c5c5c;
}
.fc-h-event {
    color: #FF7A00;
    background-color: #fff3cd;
    border-color: transparent;
    padding: 5px;
}
.fc-event-title {
    color: #FF7A00;
    font-size: 12px;
}
.fc-v-event .fc-event-title,
.fc-v-event .fc-event-main {
    color: #FF7A00;
}
.fc-v-event {
    border: unset;
    color: #FF7A00;
    background-color: #fff3cd;
}
.fc-timegrid-axis.highlighted,
.fc-scrollgrid-sync-inner:not(.fc-daygrid-day-frame):not(.fc-timegrid-axis-cushion) {
    padding: 10px 0;
    background-color: rgba(41, 114, 126, 0.2) !important;
}
.fc-scrollgrid-sync-inner:not(.fc-daygrid-day-frame) a {
    color: #29727E !important;
}

.tooltip {
    --bs-tooltip-bg: #FF7A00;
}
.tooltip .tooltip-inner {
    color: #ffffff;
    font-weight: 600;
}

.alert.alert-success {
    background-color: #368c99 !important;
}
.alert.alert-success.light {
    border-width: 2px;
    background-color: rgba(48, 217, 136, 0.19) !important;
}
.alert.alert-warning.light {
    border-width: 2px;
    background-color: rgba(255, 122, 0, 0.08) !important;
}
.alert.alert-warning.pale {
    background-color: rgba(255, 122, 0, 0.15) !important;
}


/* range */
.range .slidecontainer {
    position: absolute;
    bottom: 40px;
    width: 99.5%;
}
.range .slidecontainer input {
    width: 100%;
}
.slider {
    -webkit-appearance: none;
    appearance: none;
    height: 0;
    outline: none;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    content: 'f0de';
    height: 30px;
    width: 30px;
    font-size: 32px;
    background: url(../images/sort-up-solid.svg) no-repeat;
}

div.h-custom {
    min-height: 50px;
}

.slideshow .fa-solid {
    color: #898989;
    cursor: pointer;
}

.slideshow .prevBtn {
    left: -7px !important;
}
.slideshow .nextBtn {
    right: 7px !important;
}

.slider-container {
    align-items: center;
    width: 100%;
    margin: 0 auto;
}


#color-slider {
    width: 100%;
    background: linear-gradient(
        to right, 
        #30D988 0%,
        #30D988 33.33%,
        #FF7A00 33.33%,
        #FF7A00 66.66%,
        #FF0000 66.66%,
        #FF0000 100%
    );
    background-size: 100% 100%;
    background-position: 50%;
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    border-radius: 5px;
}

#color-slider-reverse {
    width: 100%;
    background: linear-gradient(
        to right, 
        #FF0000 0%,
        #FF0000 33.33%,
        #FF7A00 33.33%,
        #FF7A00 66.66%,
        #30D988 66.66%,
        #30D988 100%
    );
    background-size: 100% 100%;
    background-position: 50%;
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    border-radius: 5px;
}

#color-slider-quad {
    width: 100%;
    background: linear-gradient(
        to right, 
        #30D988 0%,
        #30D988 25%,
        #fcf963 25%,
        #fcf963 50%,
        #FF7A00 50%,
        #FF7A00 75%,
        #FF0000 75%,
        #FF0000 100%
    );
    background-size: 100% 100%;
    background-position: 50%;
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    border-radius: 5px;
}

#color-slider-quad-weight {
    width: 100%;
    background: linear-gradient(
        to right, 
        #fcf963 0%,
        #fcf963 25%,
        #30D988 25%,
        #30D988 50%,
        #FF7A00 50%,
        #FF7A00 75%,
        #FF0000 75%,
        #FF0000 100%
    );
    background-size: 100% 100%;
    background-position: 50%;
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    border-radius: 5px;
}

::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #333333;
    cursor: pointer;
}

.color-preview {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-left: 10px;
    background-color: #90EE90;
    display: none;
}
.updown span {
    position: absolute;
    top: 0;
    bottom: 0;
}
.kg-m2 {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
}
.kg {
    position: absolute;
    left: 0;
}
.slash {
    position: absolute;
    left: 12px !important;
    top: 10px !important;
}
.m2 {
    position: absolute;
    left: 17px !important;
    top: 15px !important;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-container .checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 23px;
    width: 23px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #FF7A00;
}
.checkbox-container .checkmark.has-left {
    left: 15px;
}
.checkbox-container:hover input ~ .checkmark {
    background-color: rgba(249, 150, 44, 19%);
}
.checkbox-container input:checked ~ .checkmark {
    background-color: #FF7A00;
}
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-container .checkmark.green:after {
    border: solid #29727E;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.end-15 {
    right: 15px;
}

.c-pointer {
    cursor: pointer;
}
.chat-wrapper {
    position: relative;
    width: 100%;
}
.chat {
    cursor: pointer;
    z-index: 9999 !important;
    position: fixed;
    right: 55px;
    bottom: 55px;
}

body .select2-container {
    z-index: 9999 !important;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: rgb(248,249,250) !important;
    border: 1px solid rgb(196, 196, 196) !important;
}
.select2-selection__choice,
.select2-selection__choice button {
    color: #ffffff !important;
    border: none !important;
    font-weight: 600 !important;
}
.select2-selection__choice::before {
    font-family: "bootstrap-icons";
    content: '\F4DA';
    width: 8px;
    height: 8px;
}

.select2-selection__choice:nth-child(even) {
    background-color: #29727E !important;
}
.select2-selection__choice:nth-child(odd) {
    background-color: #f9962c !important;
}


.img-sm {
    width: 70px;
}
.img-xs {
    width: 30px;
}
.img-xss {
    width: 20px;
}
.scrolly {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
}
.scrolly::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.scrolly::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: darkgrey;
}

.coachee-scrolly {
    overflow-y: hidden;
    overflow-x: auto;
    max-height: 200px;
}
.coachee-scrolly::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}
.coachee-scrolly::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: darkgrey;
}



.event-color-code {
    width: 7px;
    height: 100%;
    min-height: 70px;

    border-radius: 3px;
    display: block;
}
.event-wrapper-1 .bg-event {
    background-color: rgba(41, 114, 126, 0.15)
}
.event-color-code-1 {
    background-color: #29727E;
}
.event-wrapper-2 .bg-event {
    background-color: rgba(19, 56, 62, 0.15)
}
.event-color-code-2 {
    background-color: #13383E
}
.event-wrapper .coach-folder {
    right: 5px;
    bottom: 5px;
}
.coach-like {
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
}

.edit-coachee-dashboard {
    top: 0px;
    right: -40px;
}
.edit-coachee-dashboard img {
    width: 30px;
    cursor: pointer;
}
.ck-editor__editable {
    min-height: 300px;
}

.hover-show {
    display: none;
}
.hover:hover .hover-show {
    display: inline-block;
}

.search input::placeholder {
    color: rgba(33, 37, 41, 0.5);;
}

.arrow-up {
    transform: scaleY(-1);
}


.iti { width: 100%; }


form.gray input,
form.gray select,
form.gray textarea {
    background-color: rgba(231, 231, 231, 1);
}


.range-slider {
    height: 15px;
}
.range-slider .noUi-connect {
    background-color: transparent;
}
.range-slider .noUi-connects {
    background: linear-gradient(
        to right, 
        #30D988 0%,
        #30D988 33.33%,
        #FF7A00 33.33%,
        #FF7A00 66.66%,
        #FF0000 66.66%,
        #FF0000 100%
    );
}
.range-slider .noUi-handle {
    width: 30px !important;
    height: 30px !important;
    right: -17px;
    top: -6px;
    border-radius: 50%;
}
.noUi-handle::after,
.noUi-handle::before {
    display: none !important;
}
.noUi-horizontal .noUi-handle {
    border: 2px solid #000000;
}
.noUi-horizontal .noUi-handle.noUi-handle-upper {
    background: rgb(224 224 224 / 0.5) !important;
}
.range-indicators {
    height: 20px;
    bottom: -23px;
    pointer-events: none;
    z-index: 1;
}

.range-indicators .indicator {
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #e3e3e3;
    transform: translateX(-1px);
}

#intakeQuestion .nav-link.active {
    font-weight: bolder;
}
#intakeQuestion .nav-link:not(.last-nav)::after {
    content: '';
    width: 1px;
    height: 20px;
    margin-left: 10px;
    display: inline-flex;
    
    position: relative;
    top: 5px;
    background-color: #6d6d6d;
}

.bi-dash-lg,
.bi-square {
    font-size: 14px;
}

.frozen-row {
    position: sticky;
    background-color: #fff;
    z-index: 1;
}

.frozen-row-1 {
    top: 0;
}

.frozen-row-2 {
    top: 95px;
    z-index: 2;
}

.participants-bg {
    background-color: rgba(241, 241, 241, 1);
}
.participants-no-bg > div.participant:hover,
.participants-bg > div.participant:hover {
    background-color: rgb(224, 224, 224);
}

body:not(.edit-mode) .popup-module-wrapper:hover .popup-module {
    display: block;
}
.popup-module {
    z-index: 1;
    color: #000;
    width: 200px;
    right: -150px;
    padding: 20px;
    bottom: -120px;
    position: absolute;
    border-radius: 8px;
    text-align: center;
    background-color: rgb(154 154 154 / 25%);

    display: none;
}

.hide-module {
    display: none;
}

.statistic-module span.remove {
    display: none;
}
body.edit-mode {
    background-color: #c4c4c4;
}
body.edit-mode .statistic-module {
    position: relative;
}
body.edit-mode .statistic-module span.remove {
    top: 5px;
    right: 5px;
    position: absolute;
    display: block;
    z-index: 1;

    font-size: 14px;
}
body.edit-mode .statistic-module.removed {
    border: 1px solid #ffffff;
    background-color: #c26d6d !important;
}

.values-slider span {
    cursor:pointer;
    display:inline-block;
    border-radius: 50%;
    width:10px;
    height:10px;
    background-color: #f1f1f1;
    margin-right: 5px;
}
.values-slider span + span {
    background-color: #cccccc;
}

.hamburger {
    padding-right: 0;
    position: absolute;
    top: 0px;
    right: 0;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 30px;
    background-color: #ffffff !important;
}
.mobile-nav {
    display: none;
}

@media (max-width: 1024px) {
    h1 {
        font-size: 34px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    .txt {
        font-size: 14px;
        word-wrap: break-word;
    }
    .table .txt img {
        width: 10px;
    }
    .plus-minus {
        right: 3px !important;
        top: 0 !important;
    }
    .upcoming-events .date {
        font-size: 12px !important;
    }
}
@media (max-width: 768px) {
    p {
        word-break: break-all;
    }
    h1 {
        font-size: 26px;
    }
    h1.txt-orange {
        font-size: 42px !important;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 26px;
    }
    .logo-wrapper .logo {
        width: 40px;
    }
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .upcoming-events {
        display: block;
    }
    .appointments .card {
        text-align: center !important;
    }
    .appointments .card img {
        width: 30% !important;
    }
    .codes {
        width: 100%;
    }
    .codes .code-wrapper {
        width: 20px;
    }
    #intakeQuestion .nav-link:not(.last-nav)::after {
        display: none;
    }
    .mobile-header {
        background-color: #29727E !important;
    }
    .mobile-header .title h1 {
        margin-top: 10px;
        color: #ffffff !important;
    }
    .mobile-nav {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f1f1f1;
    }
    .mobile-nav ul {
        padding: 0;
        list-style-type: none;
    }
    .mobile-nav ul li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #adadad;
    }
    .item .rounded-circle {
        display: inline-block;
    }
    .scrolly {
        overflow-x: auto;
    }
    .event-wrapper .coach-folder {
        right: 15px;
    }
    .todo-row a {
        z-index: 99;
    }
    .coachee-scrolly {
        max-height: 250px;
    }
    .search-icon {
        width: 18px;
    }
    th {
        min-width: 200px;
    }
    .health-goals {
        overflow-x: scroll;
    }
    .health-goals p {
        min-width: 400px;
    }
}
@media (max-width: 430px) {
    h1 {
        font-size: 24px;
    }
    h3 {
        font-size: 23px;
    }
}
@media (max-width: 344px) {
}