.error_list
{
    list-style: none;
}

.absolute
{
    position: absolute;
}

.form-material input[type="text"]:disabled
{
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.address td, .address th
{
    padding: .25rem !important;
}

.content-heading
{
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.center-id
{
    display: table-cell;
    vertical-align: middle !important;
    text-align: center;
}

.center-header
{
    text-align: center !important;
}

.enter-manually
{
    font-size: 14px;
    cursor: pointer;
    transition: 1s;
}

.enter-manually:hover
{
    color: red !important;
}

.ul-error
{
    list-style: none;
}

.align-id
{
    padding-left: 20px !important;
    padding-top: 24px !important;
}

.text-danger
{
    color: red !important;
}

.table-mt-20
{
    margin-top: 20px;
}

.modal-btn
{
    justify-content: flex-start;
}

.typical-link
{
    color: blue !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.float-right
{
    float: right !important;
}

.profile_photo
{
    position: relative;
    /*width: 200px;
    height: 200px;*/
}

.update_button
{
    cursor: pointer;
    position: absolute;
    right: 10%;
    bottom: 0;
    transition: .5s;
    font-size: 20px;
    background-color: white;
    color: black;
    padding: 10px;
    border-radius: 50%;
    z-index: 9;
}

.update_button:hover
{
    color: white;
    background-color: black;
}

.pac-container
{
    z-index: 99999 !important;
}

.field-icon
{
    float: right;
    position: relative;
    margin: -25px 10px 0 0;
}

.filters
{
    margin: 10px 0 10px 0;
}

.filters div
{
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    margin-bottom: 0;
}

.hover
{
    cursor: pointer;
}

html body .font-25
{
    font-size: 25px;
}

.popover, .clockpicker-popover
{
    z-index: 99999 !important;
}

.reset-link
{
    float: right;
    margin-bottom: 1rem;
    margin-top: -1rem;
}

.small-col
{
    width: 10px;
}

.w-100px
{
    width: 100px;
}

.w-90px
{
    width: 90px;
}

.w-150px
{
    width: 150px !important;
}

.w-200px
{
    width: 200px;
}

.w-300px
{
    width: 300px;
}

.w-600px
{
    width: 600px;
}

.m-t-3
{
    margin-top: 3px;
}

.mt-100px
{
    margin-top: 100px;
}

.ml-230px
{
    margin-left: 230px;
}

.class-staff li
{
    list-style: none;
    padding: 10px;
    display: inline-block;
    border: 0px;
    margin-right: 2px
}

.class-staff li img
{
    /*width: 50px;
    border-radius: 100%;*/
    height: 40px;
}

.link-danger
{
    color: red !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.link-primary
{
    cursor: pointer;
}

.student_class:hover
{
    background-color: #ffffffa1 !important;
}

.active-page
{
    background-color: lightblue !important;
}

.disabled
{
    cursor: no-drop !important;
}

.switch-round
{
    line-height: 48px;
    color: #fff;
    height: 26px;
    width: 50px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #01c0c8
}

/* The switch - the box around the slider */
.switch
{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 0px;
}

/* Hide default HTML checkbox */
.switch input
{
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider
{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before
{
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider
{
    background-color: #2196F3;
}

input:focus + .slider
{
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before
{
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.switch-round
{
    border-radius: 34px;
}

.slider.switch-round:before
{
    border-radius: 50%;
}

.skin-default-dark .topbar .top-navbar .navbar-header
{
    background: white !important;
}

.custom-height
{
    height: calc(100% - 20px);
}

/*select 2*/
.select2-container
{
    width: 100% !important;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container
{
    width: 100% !important;
}

.select2-container .select2-selection--multiple
{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 38px !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    background: #fb9678 !important;
    color: #fff !important;
    border-color: #fb9678 !important;
    word-break: normal !important;
    white-space: normal !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

html body .p-t-8
{
    padding-top: 8px
}

.main-logo
{
    margin-left: -10px;
    width: auto;
    max-height: 62px;
    max-width: 210px;
}

.mobile-logo
{
    display: none !important;
}

.logo-icon
{
    width: 50px;
}

.w-300
{
    width: 300px !important;
}

.w-10
{
    width: 10% !important;
}

.multiple-class-prices
{
    height: 150px;
    overflow-x: auto;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
}

.padding-left-checkbox
{
    padding-left: 35px !important;
}

.select2-container
{
    /*margin-top: 10px !important;*/
}

.select2-container--default .select2-selection--single
{
    background-color: #fff !important;
    border: 1px solid #e9ecef !important;
    border-radius: 0px !important;
    border-style: none none solid none !important;
}

.update_button_square
{
    cursor: pointer;
    position: absolute;
    /*right: -4%;*/
    right: 24%;
    bottom: -6px;
    transition: .5s;
    font-size: 20px;
    background-color: white;
    color: black;
    padding: 10px;
    border-radius: 50%;
    z-index: 9;
}

.update_button_square:hover
{
    color: white;
    background-color: black;
}

.update_button_square_camera
{
    cursor: pointer;
    position: absolute;
    /*right: -4%;*/
    right: 69%;
    bottom: -6px;
    transition: .5s;
    font-size: 20px;
    background-color: white;
    color: black;
    padding: 10px;
    border-radius: 50%;
    z-index: 9;
}

.update_button_square_camera:hover
{
    color: white;
    background-color: black;
}

.customer-name-justify
{
    justify-content: left !important;
    margin-top: inherit !important;
}

.table-fixed-width
{
    table-layout: fixed;
}

.table-fixed-width td
{
    word-break: break-all;
}

.fit-content-table-cell
{
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
}

.responsive-table
{
    overflow-x: auto;
    height: -webkit-fill-available;
}

#JSONModal > .modal-dialog > .modal-content > .modal-body
{
    height: 80vh !important;
    overflow-y: scroll;
}

.background-warning
{
    background-color: yellow !important;
}

#showStaffList > .modal-dialog > .modal-content > .modal-body
{
    height: 40vh !important;
    overflow-y: scroll;
}

.img-h-40
{
    height: 40px !important;
}

.img-w-40
{
    width: 40px !important;
}

.overdue-status-highlight
{
    background: #ffd198 !important;
}

/* Tooltip container */
.tooltiphover
{
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltiphover .tooltiptext
{
    visibility: hidden;
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -40%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltiphover .tooltiptext::after
{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltiphover:hover .tooltiptext
{
    visibility: visible;
    opacity: 1;
}

.call-history-page
{
    margin: 0;
    padding: 0;
}

.page-break-pdf table
{
    position: relative;
    overflow: visible;
    top: 40px;
}

.page-break-pdf table thead
{
    font-size: 14px;
}

.page-break-pdf table tbody
{
    font-size: 12px;
}

.page-break-suspension
{
    page-break-inside: auto;
}

.page-break-suspension tr
{
    page-break-inside: avoid;
    page-break-after: auto;
}

.link-green
{
    color: darkgreen;
}

.v-middle
{
    vertical-align: middle !important;
}

.notification-content
{
    font-size: 12px;
    color: black;
}

.logo-text
{
    width: 130px;
    margin-left: -11px;
    padding-top: 12px;
}

.event-heading
{
    padding: 0 20px 0 40px;
}

.last-border-event
{
    border-right: 5px solid #00c292 !important;
}

.last-border-class
{
    border-right: 5px solid #343a40 !important;
}

.first-border-event
{
    border-left: 5px solid #00c292 !important;
    border-right: 1px solid #e9ecef !important;
}

.first-border-class
{
    border-left: 5px solid #343a40 !important;
    border-right: 1px solid #e9ecef !important;
}

.bg-old-schedule
{
    background-color: #dedede !important;
}

.schedule-link, .schedule-link:hover, .schedule-link:focus
{
    text-decoration: none;
    color: inherit;
}

.suspended-highlight
{
    background-color: lightblue !important;
}

.cancel-modal-table
{
    border-top: none !important;
    border-bottom: 1px solid #dee2e6;
}

.is-private
{
    background: #e2f1ee !important;
}

html body .display-7
{
    font-size: 2rem
}

.right-arrow
{
    font-size: 1000%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.w-85
{
    width: 85% !important;
}

.bg-none
{
    background: none !important;
}

.tooltip-text
{
    padding: 1.31em 1.21em 1.21em 1.21em !important;
}

.w-20
{
    width: 20% !important
}

.not-progressed
{
    -webkit-filter: grayscale(100%) opacity(0.1);
    filter: grayscale(100%) opacity(0.1);
}

.stamp-count
{
    border: 2px solid #fff;
    border-radius: 50%;
    width: 25px;
    left: 45px !important;
    position: absolute;
    top: -6px;
}

.is-disbaled
{
    background-color: #e5e5e5;
}

.is-disabled-img
{
    opacity: 0.4;
}

.award-selected
{
    border: 2px solid #fff;
    border-radius: 50%;
    width: 23px;
    left: 45px !important;
    position: absolute;
    top: -6px;
    height: 22px;
}

.text-dark-blue
{
    color: #179fdc !important;
}

.award-info-tooltip
{
    width: 220px !important;
    left: 88px !important;
}

.current-suspension-table
{
    border-top: none !important;
    border-bottom: none !important;
}

.level-diagram
{
    width: 100%;
    height: 500px;
    margin: auto;
    background: #fff;
}

.navbar-header, .mob-header
{
    text-align: center !important;
}

.bg-new-schedule
{
    background-color: #ffffff;
}

.level-i
{
    font-size: 13px !important;
    line-height: 20px !important;
}

.font-w-600
{
    font-weight: 600 !important;
}

.h-385
{
    height: 385px !important;
}

.message-box .message-widget a
{
    padding: 0px 0px 0px 9px !important;
}

.w-77
{
    width: 77% !important;
}

.white-space-normal
{
    white-space: normal !important;
}

.p-cust-note
{
    padding: 2rem 1rem;
}

.message-box .message-widget a .mail-contnet
{
    vertical-align: top;
}

.message-box .message-widget a .mail-contnet .mail-desc
{
    font-size: 13px !important;
    font-weight: normal;
}

.is-suspension-amount
{
    background: #f5bcb2 !important;
}

.font-12
{
    font-size: 12px;
}

.m-b-17
{
    margin-bottom: 17px !important;
}

.w-7
{
    width: 7% !important;
}

.fc-agendaWeek-view tr
{
    height: 40px;
}

.fc-agendaDay-view tr
{
    height: 40px;
}

.font-weight-100
{
    font-weight: 100 !important;
}

.font-13
{
    font-size: 13px !important;
}

.font-w-500
{
    font-weight: 500 !important;
}

.lvl-tooltip
{
    width: fit-content !important;
    left: 257% !important;
}

/*Messenger*/
.chat-content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
    margin-bottom: 13px;
}

.chat-content:first-child
{
    margin-top: 30px;
}

.chat-content:last-child
{
    margin-bottom: 30px;
}

.chat-content-message-text
{
    min-width: 60%;
    position: relative;
}

.msg-title
{
    text-align: center;
    color: #fb9678;
}

.chat-content-wrap
{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.chat-content.is-interlocutor
{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.chat-content.is-interlocutor .chat-content-wrap
{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.chat-content.is-interlocutor .chat-content-message-text
{
    padding: 8px 16px;
    color: #fff;
    background: #24c79f;
    font-size: 15px;
    border-radius: 20px;
}

.chat-content.is-interlocutor .chat-content-message-text:before
{
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #24c79f;
    border-radius: 20px;
    z-index: 0;
}

.chat-content.is-interlocutor .chat-content-message-text:after
{
    content: "";
    position: absolute;
    bottom: -1px;
    right: -20px;
    width: 20px;
    height: 28px;
    background: #fff;
    border-radius: 7px;
    z-index: 0;
}

.chat-content.is-interlocutor .chat-content-message-date
{
    text-align: right;
}

.chat-content-message-date
{
    color: #929ca9;
    font-size: 12px;
    letter-spacing: 0.29px;
    margin-top: 6px;
    display: block;
}

.chat-content.is-self .chat-content-message-text
{
    padding: 8px 16px;
    color: #222;
    background: #e8e8e8;
    font-size: 15px;
    border-radius: 20px;
}

.chat-content.is-self .chat-content-message-text:before
{
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #e8e8e8;
    border-radius: 20px;
    z-index: 0;
}

.chat-content.is-self .chat-content-message-text:after
{
    content: "";
    position: absolute;
    bottom: -1px;
    left: -20px;
    width: 20px;
    height: 28px;
    background: #fff;
    border-radius: 7px;
    z-index: 0;
}

.simplebar-content
{
    overflow-x: hidden !important;
}

.simple-scrollbar-content
{
    overflow-x: hidden;
    overflow-y: scroll;
}

.chat-content-body
{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.chat-content-body-scrollpane
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-body.js-scrollable
{
    padding: 0;
}

.simplebar-track
{
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11px;
}

.simplebar-track:hover .simplebar-scrollbar
{
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    -webkit-transition: opacity 0 linear;
    -o-transition: opacity 0 linear;
    transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible
{
    opacity: 0.5;
}

.simplebar-track.horizontal
{
    left: 0;
    width: auto;
    height: 11px;
}

.simplebar-track.vertical
{
    top: 0;
}

.horizontal.simplebar-track .simplebar-scrollbar
{
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

.chat-content-footer
{
    height: 162px;
    min-height: 162px;
    padding: 15px 30px;
}

.chat-content-textarea
{
    margin-bottom: 15px;
}

.chat-content-textarea .form-control
{
    height: 79px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.chat-content-footer-actions
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat-content-footer-actions .dropdown
{
    position: relative;
    top: 3px;
}

.chat-content-footer-actions .dropdown-toggle
{
    color: #939daa;
    font-size: 16px;
    line-height: 16px;
    padding: 0;
}

.chat-content-footer-actions .dropdown-toggle:after
{
    display: none;
}

.chat-content-footer-actions .dropdown-toggle:hover
{
    text-decoration: none;
    color: #0094f2;
}

.chat-content-footer-actions .show .dropdown-toggle
{
    color: #0094f2;
}

.chat-content-footer-actions .dropdown-menu
{
    min-width: 140px;
}

.chat-content-footer-submit
{
    padding: 6px 16px;
    height: 34px;
}

.user-chat-img
{
    width: 50px;
    height: 50px;
    z-index: 1;
    padding: 4px;
}

.selected
{
    /*background-color: #dcdcdc;*/
    background-color: #e1e8ef;
}

.strike_through
{
    text-decoration: line-through !important;
}

.color_width
{
    width: 65px !important;
}

.width-30px
{
    width: 30px !important;
}

.width-50px-imp
{
    width: 50px !important;
}

.width-5px
{
    width: 5px !important;
}

.width-350px
{
    width: 350px !important;
}

.width-300px
{
    width: 300px !important;
}


.width-175px
{
    width: 175px !important;
}

.width-15px
{
    width: 15px !important;
}

.width-75px
{
    width: 75px !important;
}

.w-15
{
    width: 15% !important;
}

.w-80
{
    width: 80%;
}

.bg-is-makeup
{
    background-color: #CFF0E5;
}

/*Search container Css*/
.search-container
{
    float: right;
    width: fit-content;
    margin-right: 10px;
}

.search-container .fa-search
{
    font-size: 10px !important;
}

.search-container input[type=text]
{
    font-size: 12px;
    border: none;
    margin: 0;
    padding: 3px;
    margin-left: 7px;
}

.search-container button
{
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.search-container button:focus
{
    outline: none;
    outline: none;
    outline-offset: 0;
}

.change_modal_body_layout
{
    position: relative;
    height: 250px;
}

.img_responsive
{
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -100px;
}

.que-border-bottom
{
    border-bottom: 0.8px solid #cbcbcb !important;
}

.is-parent
{
    background: #c3d9e1 !important;
}

.camera_margin
{
    margin-left: 5rem !important;
}

.cursor-grab
{
    cursor: grab;
}

.custom-scroll
{
    height: 300px;
    overflow: auto;
}

/* width */
div::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
}

/* Track */
div::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
div::-webkit-scrollbar-thumb
{
    background: grey;
    border-radius: 20px;
}

/* Handle on hover */
div::-webkit-scrollbar-thumb:hover
{
    background: darkgrey;
}

.custom-check:before
{
    background-color: #ffbeaa80;
}

.class-event-m
{
    margin-left: 5px;
    margin-right: 2px;
}

.customer_student_schedule_table
{
    overflow-x: auto;
}

.fixed_header
{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody
{
    display: block;
    width: 100%;
    overflow-x: auto;
    height: 100px;
}

.fixed_header thead tr
{
    display: block;
}

.fixed_header th, .fixed_header td
{
    padding: 5px;
    text-align: left;
    width: 200px;
}

tbody::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
}

/* Track */
tbody::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
tbody::-webkit-scrollbar-thumb
{
    background: grey;
    border-radius: 20px;
}

/* Handle on hover */
tbody::-webkit-scrollbar-thumb:hover
{
    background: darkgrey;
}

.calendar-btn
{
    margin-right: 1px !important;
    border-right-color: #e9ecef !important;
}

.uppercase-text
{
    text-transform: uppercase;
}

.calender_custom_hover:hover
{
    color: #fb9678;
    background-color: white;
    padding: 2px;
}

.calendar_tooltip_style
{
    width: auto;
    height: auto;
    background: white;
    position: absolute;
    z-index: 10001;
    padding: 10px 10px 10px 10px;
    line-height: 200%;
    border: 1px solid slategrey;
}

a.fc-time-grid-event.fc-v-event.fc-event.fc-start.fc-end
{
    cursor: pointer;
}

a.fc-time-grid-event.fc-v-event.fc-event.fc-start.fc-end:hover
{
    background-color: #00ec8d !important;
    color: black !important;
}

.font-17
{
    font-size: 17px;
}

.card-p
{
    padding: 0.7rem !important;
}

.round-num
{
    line-height: 40px;
    width: 40px !important;
    height: 40px !important;
}

.dashboard-card a:hover
{
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.dropdown-divider
{
    margin-bottom: 0px;
    border-top: 1px solid #eaeaea;
}

.mpc-checkbox
{
    top: -0.5rem;
}

.stud-attendance-radio
{
    top: -0.7rem;
}

.w-750px
{
    width: 750px !important;
}

.w-fill
{
    width: -webkit-fill-available;
}

.w-132px
{
    width: 132px;
}

.w-110px
{
    width: 110px;
}

.background-lightblue
{
    background-color: lightblue;
}

.break
{
    word-break: break-all;
}

.w-500px
{
    width: 500px;
}

.w-250px
{
    width: 250px;
}

.fixed_column
{
    position: sticky;
    right: 0;
    background: white;
}

#POSTransactionMessage
{
    background: lightgrey;
    position: fixed;
    top: 50%;
    left: 45%;
    width: 500px;
    height: 300px;
    padding: 20px;
    z-index: 9999999999;
    display: none;
}

#POSTransactionMessage p
{
    font-size: 20px;
    color: darkred;
}

.typical-link2
{
    color: black !important;
    text-decoration: underline !important;
    cursor: pointer;
}

/*Login Icon Css*/
.login-icon
{
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

.login-icon .fa-google
{
    padding: 14px;
    background: #e34d3b;
    color: white;
    border-radius: 50%;
}

.login-icon .fa-facebook-f
{
    padding: 14px 18px;
    background: #3B5998;
    color: white;
    border-radius: 50%;
}

.login-icon .fa-apple
{
    padding: 14px 18px;
    background: #000;
    color: white;
    border-radius: 50%;
}

.login-icon:hover
{
    opacity: 0.7;
    color: white;
}

.dashed
{
    width: 30%;
    border-bottom: 1px solid #888888;
    text-align: center;
    height: 10px;
}

.dashed span
{
    background: #fff;
    padding: 0 5px;
}

.space-pre-wrap
{
    white-space: pre-wrap;
}

.m_c_search_icon
{
    display: none;
}

.search_button
{
    display: inline;
}

.overflow-x-auto
{
    overflow-x: auto;
}

.h-90vh
{
    height: 90vh;
}

.overflow-y-auto
{
    overflow-y: auto;
}

.customer_student_schedule_table table td,
.customer_student_schedule_table table th
{
    padding: 0.6rem !important;
}

.details-table td
{
    border-top: 1px solid #edf1f5 !important;
}

.bg-aliceblue
{
    background-color: aliceblue !important
}

.chatonline img
{
    width: 30px !important;
    height: 30px !important;
    object-fit: cover !important;
}

.msg-border-top
{
    border-top: 2px solid #7f8794 !important
}

.filter-section label
{
    font-weight: 300 !important;
}

.w-95
{
    width: 95%;
}

.p-2rem
{
    padding: 2rem;
}

.w-25px
{
    width: 25px;
}

.fb-equi-table th, .fb-equi-table td
{
    padding: 0.7rem !important;
}

.m-tb-20
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.h-90px
{
    height: 90px;
}

.font-15
{
    font-size: 15px !important;
}

.dotw-table td
{
    padding: 0.5rem !important;
}

.cust-schd-staff
{
    height: 85px !important;
    overflow-x: auto !important;
}

.radio-top:after, .radio-top:before
{
    top: -0.85rem;
}

.selectize-input
{
    width: 200px !important;
}

.selectize-input.focus
{
    width: 200px;
}

input.ui-select-search.ui-select-toggle
{
    width: 200px !important;
}

.font-11
{
    font-size: 11px;
}

/*user paginate */
.pagination-style
{
    color: #000000;
}

.pagination-font
{
    font-size: 20px !important;
}

.table-scroll
{
    display: block;
    width: 100%;
    overflow-x: auto;
    max-height: 530px !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.fix_thead
{
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
}

.w-fit-content
{
    width: fit-content !important;
}

.dropdown-menu-header
{
    width: 13rem !important;
    min-width: 5rem !important;
    max-width: 13rem !important;
    background-color: #525258 !important;
}

.pagination-padding
{
    padding: 0 10px !important;
}

.bg-green
{
    background-color: #3CB371 !important;
}

.padding-5 td, .padding-5 th
{
    padding: 5px;
}

.product-img-cart
{
    height: 125px;
    width: 125px;
    display: table-cell;
    vertical-align: middle;
}


.custom-breadcrumb
{
    padding: 0px;
    background: #D4D4D4;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
}

.custom-breadcrumb > li + li:before
{
    padding: 0;
}

.custom-breadcrumb li
{
    float: left;
}

.custom-breadcrumb li.active a
{
    background: brown; /* fallback color */
    background: #fb9678;
}

.custom-breadcrumb li.process_completed a
{
    background: brown; /* fallback color */
    background: hsla(153, 57%, 51%, 1);
}

.custom-breadcrumb li.active a:after
{
    border-left: 30px solid #fb9678;
}

.custom-breadcrumb li.process_completed a:after
{
    border-left: 30px solid hsla(153, 57%, 51%, 1);
}

.custom-breadcrumb li a
{
    color: black;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: block;
    float: left;
    font-weight: bold;
    cursor: pointer;
}

.custom-breadcrumb li a:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(0, 0%, 83%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.custom-breadcrumb li a:before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid black;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.custom-breadcrumb li:first-child a
{
    padding-left: 15px;
}

.custom-breadcrumb li a:hover
{
    background: #fb9678;
}

.custom-breadcrumb li a:hover:after
{
    border-left-color: #fb9678 !important;
}

.border_style_ridge
{
    border-style: ridge !important;
}

.entry-pass-card
{
    height: 280px;
}

.scroll-sidebar
{
    height: calc(100% - 180px) !important;
    position: relative
}

.scroll-sidebar.ps
{
    overflow: auto !important;
}

.introjs-tooltip
{
    min-width: 650px !important;
    max-width: 650px !important;
}

#walkthrough_link
{
    position: absolute;
    top: 100px;
    right: 20px;
    font-size: 20px;
}

.client-tooltip .tooltip-content
{
    bottom: unset;
    top: 100%;
    left: unset;
    right: 100%;
    margin: 0 120px 100px -409px;
}

.client-tooltip .tooltip-content::after
{
    all: unset;
}

.modal.introjs-fixParent
{
    z-index: 9999 !important;
}

.introjs-overlay
{
    opacity: 0 !important;
    z-index: 99999 !important;
}

.introjs-helperLayer
{
    background-color: rgba(255, 255, 255, 0) !important;
    box-shadow: 0 0 20px 100000px rgba(0, 0, 0, 0.5) !important;
}

/*system message slider*/
.msg-slideshow-container
{
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.arrow-prev, .arrow-next
{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.arrow-next
{
    right: 0;
    border-radius: 3px 0 0 3px;
}

.msg-dot
{
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active-dot, .msg-dot:hover
{
    background-color: #717171;
}

.msg-fade
{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes msg-fade
{
    from
    {
        opacity: .4
    }
    to
    {
        opacity: 1
    }
}

@keyframes msg-fade
{
    from
    {
        opacity: .4
    }
    to
    {
        opacity: 1
    }
}

.padding-left-6, .px-6
{
    padding-left: 2.4rem !important;
}

.padding-right-6, .px-6
{
    padding-right: 2.4rem !important;
}

/*end system message slider*/

.h-55
{
    height: 55px !important;
}

.hover-grey:hover
{
    cursor: pointer;
    background: lightgray !important;
    height: 100%;
}

.bg_light_red
{
    background-color: #E7A8A8 !important;
}

/*feedback/report bug options*/
.icon-bar
{
    position: fixed;
    bottom: 4.5%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 23px;
    z-index: 99999;
}

.icon-bar a
{
    display: block;
    text-align: center;
    padding: 4px 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
}

.icon-bar a:hover
{
    background-color: blue;
}

.feedback
{
    background: #3B5998;
    color: white;
}

.report-bug
{
    background: lightskyblue;
    color: white;
}

.modal.right.fade .modal-dialog
{
    right: -0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog
{
    right: 0%;
}

.modal.right .modal-dialog
{
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    margin-top: 280px;
    margin-right: 13px;
}

.v-middle
{
    vertical-align: middle !important;
}

.pre-wrap
{
    white-space: pre-wrap !important
}

.h-30px
{
    height: 30px !important;
}

.h-3rem
{
    height: 3rem !important;
}

.h-max-166
{
    max-height: 166px !important;
}

.icon-bar-p
{
    padding: 6px 11px !important;
    font-size: 15px !important;
}

.sidebar-nav ul li a,
.sidebar-nav > ul > li > a i,
.icon-lightblue,
.skin-default-dark .left-sidebar .user-pro-body a.link
{
    /*color: #a4b0c9;*/
    color: #A5DDEF;
}

.skin-default-dark .topbar
{
    background: #5a51b8;
}

.panel-color-box
{
    width: auto;
    height: 38px;
}

#lightpurple-sidebar,
#lightpurple-topbar,
.bg-lightpurple
{
    background: #5a51b8;
}

#mediumpurple-sidebar,
#mediumpurple-topbar,
.bg-mediumpurple
{
    background: #3e387e;
}

#darkpurple-sidebar,
#darkpurple-topbar,
.bg-darkpurple
{
    background: #262644;
}

#sidebar-title
{
    color: #3ccaf7;
}

.color-palevioletred
{
    color: #db7093;
}

.scroll-previous-workout
{
    height: 160px;
    overflow-x: auto;
}

.scroll-exe-program
{
    height: 600px;
    overflow-x: auto;
}

.range_slider
{
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 25px;
}

.range_slider:hover
{
    opacity: 1;
}

.range_slider::-webkit-slider-thumb
{
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    background: #03a9f3;
    cursor: pointer;
    border-radius: 50%;
}

.range_slider::-moz-range-thumb
{
    width: 10px;
    height: 10px;
    background: #03a9f3;
    cursor: pointer;
}

::placeholder
{
    font-size: 15px;
    color: lightgrey !important;
    font-style: italic;
}

.w-356
{
    width: 356px;
}

.timeline-body
{
    display: none;
}

.highlighted_mark
{
    background: #fb9678;
    color: black;
}

.guide-filter
{
    position: fixed !important;
    z-index: 1 !important;
    top: 75px !important;
}

.guide-content-h
{
    height: 68vh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.guide-container-mt
{
    margin-top: 136px !important;
}

#date-input-group,
#value-input-group
{
    flex-wrap: nowrap;
}

#date-input-group .form-control
{
    width: 120px !important;
}

#value-input-group .form-control
{
    width: 80px !important;
}

.role-h150px
{
    height: 150px !important;
    overflow-y: auto !important;
}

.pt-2px
{
    padding-top: 2px;
}

.min-width-200px
{
    width: 200px;
    min-width: 200px !important;
}

.min-width-500px
{
    min-width: 500px !important;
}

.bg-gray-light
{
    background-color: rgba(0, 0, 0, 0.03);
}

.h-150px
{
    min-height: 150px;
}

.break-100px
{
    width: 100px;
    word-wrap: break-word;
    display: inline-block;
}

.break-120px
{
    width: 120px;
    word-wrap: break-word;
    display: inline-block;
}

.break-150px
{
    width: 150px;
    word-wrap: break-word;
    display: inline-block;
}

.break-175px
{
    width: 175px;
    word-wrap: break-word;
    display: inline-block;
}

.rejected
{
    background: #FFCCCB !important;
}

.new-data-loader
{
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
}

/* Safari */
@-webkit-keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}

.highlight-animation
{
    animation-name: highlight;
    animation-duration: 1s;
    animation-iteration-count: 1;
    background-color: #dfdfff;
}

@keyframes highlight
{
    from
    {
        background-color: #dfdfff;
    }
    to
    {
        background-color: transparent;
    }
}

.animation-zoom
{
    animation-name: zoom-in-zoom-out;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: 3;
}

@keyframes zoom-in-zoom-out
{
    0%
    {
        transform: scale(1);
    }
    50%
    {
        transform: scale(1.2);
    }
    100%
    {
        transform: scale(1);
    }
}

/*Quick Search*/
.quicksearch-icon
{
    width: 25px;
    border-radius: 50%;
    margin-right: 5px;
}

.quick-search-main-bg
{
    background: #002d68;
}

.quick-search-section-title
{
    color: #00a7ff;
    font-size: 16px;
    font-weight: bold;
}

.quick-search-more
{
    color: #00a7ff;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}

#quick-search-row
{
    z-index: 48;
    position: relative;
}

#quick-search-card
{
    border-radius: 20px;
    width: 65%;
    margin: auto;
}

#quick-search-card .card-header
{
    /*border:2px solid #343452;*/
    border-radius: 16px;
    padding: 0.75rem !important;
}

#collapseQuickSearchResult hr
{
    margin-top: 0;
    margin-bottom: 0.5rem;
    border-top: 1px solid #fff;
}

#collapseQuickSearchResult
{
    height: 500px !important;
    overflow-x: hidden;
    overflow-y: auto;
}

#collapseQuickSearchResult .result-item
{
    background-color: #a6b6ca !important;
    color: white !important;
    font-weight: 500;

}

#collapseQuickSearchResult .result-item:hover
{
    cursor: pointer;
    background-color: #00a7ff !important;
}

#quickSearchFilterBox hr
{
    border-top: 1px solid #343452;
}

#collapseQuickSearchResult::-webkit-scrollbar
{
    width: 8px;
    background-color: transparent;
    border-radius: 5px;
}

#collapseQuickSearchResult::-webkit-scrollbar-track
{
    margin-bottom: 12px;
    width: 10px !important;
}

/*Quick Search End*/

.footer
{
    padding: 10px 15px !important;
}

.loader__figure img
{
    width: 200px !important;
}

.w-35
{
    width: 35% !important;
}

.w-65
{
    width: 65% !important;
}

#payment-options
{
    display: inline !important;
}

#barcode-rfid-select .selectize-input,
#barcode-rfid-select input.ui-select-search.ui-select-toggle
{
    width: 100% !important;
}

.dashboard-card,
.dashboard-card a
{
    height: 150px !important;
}

.round-muted-blue
{
    background: #4b7aa9 !important;
}

.price-change
{
    background: #f9f97a !important;

}


/* Dropdown Button */
.dropdown-custom
{
    color: #A5DDEF;
    position: relative;
    display: inline-block;
}

.dropdown-custom-content
{
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-custom-content a
{
    padding: 6px 12px;
    text-decoration: none;
    display: block;
    color: #0d4982;
    font-weight: 400;
    font-size: 13px;
}

.dropdown-custom-content a:hover
{
    background-color: #ddd;
}

.dropdown-custom:hover .dropdown-custom-content
{
    display: block;
}

#booking-tooltip .lvl-tooltip
{
    left: 298% !important;
}

#sidebar-dropdown
{
    top: 24px !important;
}

#sidebar-dropdown .dropdown-item
{
    padding: 0.65rem 1rem !important;
}

.modal-lg-1000
{
    max-width: 1000px
}

.centre-list-h
{
    height: 150px;
    overflow-x: auto;
}

.custom-checkbox .custom-control-input:checked ~ .purple-label:before
{
    background-color: #5a51b8 !important;
}

.centre-list-h250
{
    height: 250px;
    overflow-x: auto;
}

.mob_view .desktop-only
{
    display: inline-block;
}

.break-120px
{
    width: 120px;
    word-wrap: break-word;
    display: inline-block;
}

.break-150px
{
    width: 150px;
    word-wrap: break-word;
    display: inline-block;
}

.break-175px
{
    width: 175px;
    word-wrap: break-word;
    display: inline-block;
}

/* -----------------------------------------------------  ActiveFit CSS -----------------------------------------------------*/
#my-seven-day-workout-table .border-space
{
    border-collapse: separate;
    border-spacing: 0 20px;
}

#my-seven-day-workout-table .button-below
{
    position: absolute;
    bottom: -30px;
}

#my-seven-day-workout-table .button-right
{
    position: absolute;
    bottom: -12px;
    right: -13px;
    z-index: 10;
}

#my-seven-day-workout-table .section-wrapper
{
    position: relative; /* this is essential to position child elements */
}

#my-seven-day-workout-table .top-right-button
{
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 10;
}

#my-seven-day-workout-table .top-left-button
{
    position: absolute;
    top: 5px;
    left: -10px;
    z-index: 10;
}

#my-seven-day-workout-table .bottom-left-button
{
    position: absolute;
    bottom: 5px;
    left: -10px;
    z-index: 10;
}

#my-seven-day-workout-table .fas.fa-pencil-alt.dropdown-toggle::after
{
    display: none; /* Hide the pseudo-element triangle */
}

#my-seven-day-workout-table .table-container
{
    overflow-x: auto;
}

/*.workout-full-width-table {*/
/*    min-width: 1100px;*/
/*}*/

.workout-table-container
{
    overflow-x: auto;
}

#my-seven-day-workout-table .full-width-table
{
    min-width: 900px;
}

.activefit-word-break
{
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: pre-line;
}

.table-bordered-bold-activefit
{
    border: 3px solid #d6e4f0;
}

.reduce-padding-activefit
{
    padding: 5px 2px 2px 2px;
}

.merged-exercise
{
    position: relative;
    border-left: 4px solid gray;
}

.merged-exercise-first::before,
.merged-exercise-last::after
{
    content: "";
    position: absolute;
    background-color: gray;
    height: 4px;
    width: 4px;
    left: 0;
}

.merged-exercise-first::before
{
    top: 0;
}

.merged-exercise-last::after
{
    bottom: 0;
}

.offset-icon-above
{
    transform: translateY(-15px);
}

.offset-icon-below
{
    transform: translateY(15px);
}

.last-dropdown-copy .dropdown-menu
{
    transform: translateX(-80px) !important;
}

.last-dropdown-day-notes .dropdown-menu
{
    transform: translateX(-150px) !important;
}

.last-dropdown-section-notes .dropdown-menu
{
    transform: translateX(-220px) !important;
}

.superset-border-left-right
{
    border-left: 4px dashed gray;
    border-right: 4px dashed gray;
    padding-top: 0;
    margin-top: 0;
}

.superset-border-top
{
    border-top: 4px dashed gray;
    padding-top: 0;
    margin-top: 0;
}

.superset-border-bottom
{
    border-bottom: 4px dashed gray;
    padding-top: 0;
    margin-top: 0;
}

.no-select
{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.uniform-size-big
{
    height: 35px; /* or the height you want */
    width: 100%; /* or the width you want */
    font-size: 13px; /* or the font size you want */
}

.uniform-size-small
{
    height: 15px; /* or the height you want */
    width: 100%; /* or the width you want */
    font-size: 9px; /* or the font size you want */
}

.large-progress-bar .progress-bar
{
    height: 20px;
    font-size: 14px;
    /*min-width: 3px;*/
}

.font-9
{
    font-size: 9px;
}

.font-9::placeholder
{
    font-size: 9px;
}

.btn-pink
{
    color: white;
    background-color: #ff66a5;
    border-color: #ff66a5;
}

.btn-pink:hover
{
    color: #212529;
    background-color: #ff80b3;
    border-color: #ff80b3;
}

.btn-pink.focus, .btn-pink:focus
{
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 102, 165, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 102, 165, 0.5);
}

.btn-pink.disabled, .btn-pink:disabled
{
    color: #212529;
    background-color: #ff66a5;
    border-color: #ff66a5;
}

.btn-pink:not(:disabled):not(.disabled).active, .btn-pink:not(:disabled):not(.disabled):active, .show > .btn-pink.dropdown-toggle
{
    color: #fff;
    background-color: #ff4d8d;
    border-color: #ff4d8d;
}

.btn-pink:not(:disabled):not(.disabled).active:focus, .btn-pink:not(:disabled):not(.disabled):active:focus, .show > .btn-pink.dropdown-toggle:focus
{
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 102, 165, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 102, 165, 0.5);
}

.btn-outline-pink
{
    color: #ff66a5;
    background-color: transparent;
    border-color: #ff66a5;
}

.btn-outline-pink:hover
{
    color: #212529;
    background-color: #ff66a5;
    border-color: #ff66a5;
}

.btn-outline-pink.focus, .btn-outline-pink:focus
{
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 102, 165, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 102, 165, 0.5);
}

.btn-outline-pink.disabled, .btn-outline-pink:disabled
{
    color: #ff66a5;
    background-color: transparent;
    border-color: #ff66a5;
}

.btn-outline-pink:not(:disabled):not(.disabled).active, .btn-outline-pink:not(:disabled):not(.disabled):active, .show > .btn-outline-pink.dropdown-toggle
{
    color: #212529;
    background-color: #ff66a5;
    border-color: #ff66a5;
}

.btn-outline-pink:not(:disabled):not(.disabled).active:focus, .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-pink.dropdown-toggle:focus
{
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 102, 165, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 102, 165, 0.5);
}

.custom-pink .custom-control-label:before
{
    border-radius: 50%
}

.custom-pink .custom-control-input:checked ~ .custom-control-label:before
{
    background-color: #ff66a5
}

.custom-pink .custom-control-input:checked ~ .custom-control-label:after
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-pink .custom-control-input:disabled:checked ~ .custom-control-label:before
{
    background-color: rgba(255, 102, 165, 0.5)
}

.text-pink
{
    color: #ff66a5 !important
}

a.text-pink:focus, a.text-pink:hover
{
    color: #ff4d8d !important
}

/* Hide mobile content by default */
.workout-mobile
{
    display: none;
}

.scroll-previous-workout-mobile
{
    height: 60px;
    overflow-x: auto;
}

.mobile-width .selectize-input
{
    width: 80% !important;
}

.desktop-width .selectize-input
{
    width: 100% !important;
}

#my-seven-day-workout-table .selectize-input,
#my-seven-day-workout-table input.ui-select-search.ui-select-toggle
{
    width: 100% !important;
}

.running-man-icon
{
    height: 1em;
    width: 1em;
    vertical-align: middle;
}

.hovered-image
{
    position: fixed;
    z-index: 999999;
    transform: scale(0.8); /* Adjust the scale as desired */
    pointer-events: none; /* Ignore mouse interactions */
}

.highlight-internal-exercises
{
    background-color: #c6c8ca;
}

.add-exercise-keywords
{
    display: flex;
    flex-wrap: wrap;
}

.add-exercise-badge
{
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 20px;
}

.add-exercise-remove
{
    margin-left: 5px;
    cursor: pointer;
    font-size: 20px;
}

.day-wrapper
{
    flex: 1;
    min-width: 36px;
    max-width: 48px;
}

.day-progress-container
{
    width: 100%;
    padding-top: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.day-progress-chart
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.day-progress-circle
{
    stroke: #28a745;;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
}

.day-progress-circle-bg
{
    fill: none;
    stroke: #eee;
    stroke-width: 2;
}

.day-progress-inner-fill
{
    fill: #ff66a5; /* Inner fill color of the selected day */
}

.day-progress-text
{
    font-size: 10px;
    color: #ff66a5;
    text-align: center;
    line-height: 1.5;
    font-family: sans-serif;
}

.day-progress-active .day-progress-circle-bg
{
    fill: none; /* No fill color for the outer background of the selected day */
}

.day-progress-active .day-progress-text
{
    color: white; /* Text color of the selected day */
}

.day-progress-container:hover .day-progress-circle-bg
{
    fill: #ff66a5; /* Pink color for hover effect */
}

.day-progress-container:hover .day-progress-text
{
    color: white; /* Text color on hover */
}

.day-progress-circle-progress
{
    stroke: #fb9678;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
}

.disabled-link
{
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none; /* To ensure it can't be clicked */
}

.break-word-button
{
    white-space: normal !important;
    word-wrap: break-word !important;
}

.colour-trophy
{
    color: #FFD700; /* Gold */
}

/* Container for the dots */
.activefit-slick-dots
{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    width: 100%;
}

/* Individual dots */
.activefit-slick-dots li
{
    display: inline-block;
}

.activefit-slick-dots li button
{
    width: 10px;
    height: 10px;
    padding: 0;
    border: 2px solid black;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
    box-sizing: content-box; /* This makes sure the border doesn't affect the size */
}

/* Active dot */
.activefit-slick-dots li.slick-active button
{
    background-color: black;
}

.font-16
{
    font-size: 16px !important;
}

.activefit-underline
{
    border-bottom: 2px solid #ff66a5;
}

.activefit-border-highlight-left
{
    border-left: 3px solid red !important;
    border-top: 3px solid red !important;
    border-bottom: 3px solid red !important;
}

.activefit-border-highlight-middle
{
    border-top: 3px solid red !important;
    border-bottom: 3px solid red !important;
}

.activefit-border-highlight-right
{
    border-right: 3px solid red !important;
    border-top: 3px solid red !important;
    border-bottom: 3px solid red !important;
}

.grid-video-container-activefit
{
    display: grid;
    place-items: center;
}

.grid-video-container-activefit video
{
    width: 100%;
    height: auto;
}

.youtube-wrapper-activefit
{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.youtube-wrapper-activefit iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo-activefit
{
    max-width: 200px;
    height: auto;
}

.terms-box-activefit
{
    height: 300px;
    border: 1px solid #ccc;
    padding: 10px;
    overflow-y: auto;
}

.nv-legendWrap .nv-series
{
    pointer-events: none;
}

.nv-pie .nv-label text
{
    font-size: 11px; /* or whatever size fits your design */
}

@media only screen and (max-width: 768px)
{
    .nv-pie .nv-label text
    {
        font-size: 9px; /* smaller font-size for mobile devices */
    }
}

/* FitBuddy spinner start*/

.lds-dual-ring
{
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after
{
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}

/* FitBuddy spinner End */

/* FitBuddy typing animation Start */

.typewriter h1
{
    margin: 0 auto;
    white-space: pre-wrap;
    text-align: justify;
}

@keyframes blink-caret
{
    from, to
    {
        border-color: transparent
    }
    50%
    {
        border-color: orange
    }
}

/* FitBuddy typing animation End */

/* FitBuddy progress bar Start */
.progress-bar-container
{
    display: flex;
    justify-content: space-around;
}

.progress-slot
{
    position: relative;
}

.circle
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent; /* Default background color */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid grey;
}

.circle span
{
    font-size: 24px;
    color: grey; /* Default color */
}

.circle.answered
{
    background-color: green; /* Filled green when answered */
    border: 2px solid green;
}

.circle.answered span
{
    color: white;
}

/* FitBuddy progress bar End */

.highlight-drop
{
    background-color: rgba(0, 150, 255, 0.2);
    border: 2px dashed #0096FF;
}

/* If the screen size is 696px or less */
@media only screen and (max-width: 696px)
{

    .display-column-mobile
    {
        display: flex !important;
        flex-direction: column;
    }

    .display-column-mobile .form-control,
    .display-column-mobile .input-group-append
    {
        width: 100%;
    }

    .display-column-mobile .no-margin-padding
    {
        padding: 0px;
        margin: 0px;
    }

    .display-column-mobile select
    {
        appearance: none;
        -webkit-appearance: none; /* Chrome, Safari, Opera */
        -moz-appearance: none; /* Firefox */
    }
}

/* If the screen size is more than 1024px and less than 1651px (medium screens) */
@media only screen and (min-width: 1025px) and (max-width: 1650px)
{
    .display-column
    {
        align-items: center;
    }

    .display-column span, .display-column div
    {
        max-height: 40px;
    }

    .hide-element
    {
        display: none;
    }
}

@media (min-width: 576px)
{
    .activefit .modal-dialog
    {
        max-width: 400px;
        margin: 1.75rem auto
    }

    .activefit .modal-dialog-centered
    {
        min-height: calc(100% - (1.75rem * 2))
    }

    .activefit .modal-sm
    {
        max-width: 800px
    }
}

@media (min-width: 992px)
{
    .activefit .modal-lg
    {
        max-width: 1100px
    }
}

.map_label
{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 5px 20px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    white-space: nowrap;
}

/* -----------------------------------------------------  ActiveFit CSS -----------------------------------------------------*/
.overdue-md-dark
{
    background-color: #89CFF0;
}

.overdue-ld-dark
{
    background-color: #7393B3;
}

.overdue-dk-dark
{
    background-color: #0096FF;
}


.blur
{
    font-size: 10px;
    color: #a8a8a8;
    display: inline;
}

.modal-open-scroll
{
    height: 90vh;
    overflow-y: hidden;
}

.inline1
{
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px)
{
    .button-ipad-mini
    {
        word-wrap: break-word;
        white-space: normal;
    }
    #your_details_section.card{
        margin-bottom: 40px !important;
    }
    #your_details_section.card .card-body.p-2{
        padding:20px !important;
    }
    #your_details_section.card + .card,
    #your_details_section.card + .card + .card,
    #your_details_section.card + .card + .card + .card{
        margin-bottom: 40px !important;
    }
}

.w-86
{
    width: 86%;
}

.modal-weekly-scroll
{
    height: 60vh;
    overflow-y: scroll;
}

.modal-booking-scroll
{
    height: 40vh;
    overflow-y: scroll;
}

.h-500px
{
    max-height: 500px;
    overflow-y: scroll;
}

.summary_div
{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 380px;
}

.show_summary_div
{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
}

.center-image
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.input-field input
{
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}

.input-field input:focus
{
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.input-field input::-webkit-inner-spin-button,
.input-field input::-webkit-outer-spin-button
{
    display: none;
}

.circles-container
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 650px;
    width: 90%;
}

.circle
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #bfbfbf;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.line
{
    width: 250px;
    height: 4px;
    background-color: #bfbfbf;
    position: relative;
    z-index: 0;
}

.tick
{
    height: 30px;
    width: 11px;
    border-bottom: 4px solid white;
    border-right: 4px solid white;
    transform: rotate(40deg);
    margin: 13px 13px 17px 13px;
    display: none;
}

.circle.completed .tick
{
    display: block;
}

.step
{
    color: black;
    font-size: 22px;
    position: absolute;
    bottom: -30px;
}

@media (min-width: 1024px)
{
    .mail-icon
    {
        width: 140px;
        height: 140px;
    }

    .text-bold-content
    {
        font-size: 20px;
        text-align: center;

    }
}

@media (max-width: 1023px)
{
    .mail-icon
    {
        width: 110px;
        height: 110px;
    }

    .text-verify-email
    {
        font-size: 28px;
        text-align: center;

    }

    .text-bold-content
    {
        font-size: 14px;
        text-align: center;

    }
}

.checkbox-size
{
    width: 15px;
    height: 15px;
}

.dropdown-menu-height
{
    height: 200px;
    overflow: auto;
    width: 300px;
}

#a_insight_map_section
{
    margin-left: 10px;
}

@media (max-width: 992px)
{
    .containers
    {
        height: 700px;
        overflow-y: auto;
    }

    #a_insight_map_section
    {
        margin-top: 10px;
        margin-left: 0px;
        padding: 0;
        width: 100%;
        height: auto !important;
        overflow-y: scroll;
    }
}

#active-insight-filter-section
{
    max-height: 78vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.mini-sidebar .left-sidebar .scroll-sidebar.ps
{
    direction: rtl;
}

.mini-sidebar .left-sidebar .scroll-sidebar.ps nav
{
    direction: ltr;
}

.mini-sidebar .left-sidebar .ps.ps--active-y > .ps__scrollbar-y-rail
{
    display: none !important;
}
.permission-radio .custom-control-label:after, .permission-radio .custom-control-label:before {
    top: -13px;
    cursor: pointer;
}
@media only screen  and (max-width: 1024px)
{
    .col-25{
        width: 25%;
    }
    .w-700{
        width: 700px;
        background-color: #ffffff;
    }

}

.class-tag-input
{
    border: none;
    margin-top: -10px !important;
    background: transparent;
}

#sticky
{
    padding: 0.5ex;
    color: #fff;
    font-size: 2em;
    height: 100px;
}

#sticky.stick
{
    position: fixed;
    top: 50px;
    height: 100px;
    left: 0;
    background-color: #ffffff;
    z-index: 100;
    -webkit-box-shadow: 6px 1px 10px .2rem rgba(163, 210, 255, 0.25);
    box-shadow: 6px 1px 10px .2rem rgba(163, 210, 255, 0.25);
}
