.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;
}

.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-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;
}

@media screen and (min-width: 1500px)
{
    .table-responsive
    {
        display: inline-table;
    }
}

@media screen and (max-width: 768px)
{
    .form-control
    {
        width: auto;
    }

    .test-heading
    {
        font-size: 12px;
        padding-top: 24px;
    }

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

    .mob-header-li
    {
        margin-right: 5px !important;
    }

    .mob-header
    {
        padding-left: 5px !important;
    }

    .break
    {
        word-break: normal !important;
    }
}

@media screen and (min-width: 768px)
{
    .test-heading
    {
        font-size: 17px;
    }
}

@media screen and (min-width: 300px)
{
    .w-75
    {
        width: 100% !important;
    }

    .mobile-mb-10
    {
        margin-bottom: 10px !important;
    }
}

.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 .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;
}

.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;
}

/*Mobile*/
@media only screen and (max-width: 768px)
{
    .mobile-logo
    {
        display: inline-block !important;
        width: 70px !important;
        height: 66px !important;
    }

    .w-m-200
    {
        width: 200px !important;
    }
}

.multiple-class-prices
{
    height: 100px;
    overflow-x: auto;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    margin-bottom: -100%;
    z-index: 10;
}

.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;
}

.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
{
    page-break-after: auto;
} */

.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;
}

.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;
}

.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;
}

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

@media (max-width: 767px)
{
    .chat-main-box .chat-left-aside
    {
        position: absolute !important;
    }

    .chat-main-box .chat-left-aside .open-panel
    {
        display: block !important;
    }

    .chat-main-box .chat-right-aside
    {
        width: 100% !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;
}

@media only screen and (max-width: 997px)
{
    .chat-content-message-text
    {
        max-width: 100%;
        width: 100%;
    }

    .chat-content-body
    {
        border-right: none;
        border-left: none;
        max-height: 500px;
    }
}

.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-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: 40%;
    margin: 8px;
}

.search-container input[type=text]
{
    padding: 6px;
    font-size: 14px;
    border: none;
}

.search-container button
{
    padding: 6px 10px;
    margin-right: 16px;
    background: #ddd;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.search-container button:hover
{
    background: #ccc;
}

@media only screen and (max-width: 835px)
{
    .search-container input[type=text]
    {
        font-size: 12px;
    }

    .search-container button
    {
        font-size: 12px;
    }
}

.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;
}

@media only screen and (max-width: 425px)
{
    .camera_margin
    {
        margin-left: 10px !important;
    }
}

@media only screen and (max-width: 480px) and (min-width: 425px)
{
    .camera_margin
    {
        margin-left: 35px !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
{
    height: 225px;
    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;
}

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

.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;
}

@media screen and (max-width: 876px)
{
    .card-fit-content
    {
        min-width: fit-content;
    }
}

.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: 250px;
    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;
}

@media (min-width: 1115px) and (max-width: 1169px)
{
    .table-responsive
    {
        display: inline-table;
    }
}

@media (min-width: 1263px) and (max-width: 1499px)
{
    .table-responsive
    {
        display: inline-table;
    }
}

/*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: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;
}

@media (max-width: 1440px) and (min-width: 768px)
{
    .search-container
    {
        width: fit-content;
    }

    .search-container input[type=text]
    {
        width: 110px;
    }

    .header-icons
    {
        padding-left: 20px;
    }
}

@media screen and (min-width: 592px)
{
    #env-version-sm
    {
        display: none;
    }

    #test-env-lg, #version-lg
    {
        display: block;
    }
}

/*header mobile view*/
@media screen and (max-width: 592px)
{
    .header-icons
    {
        padding-left: 15px;
        width: 90px;
    }

    #env-version-sm
    {
        display: block;
        margin-left: 5px;
    }

    #test-env-lg, #version-lg
    {
        display: none;
    }

    .search-container
    {
        width: 27%;
        margin-left: 0px;
    }

    .topbar .top-navbar .navbar-nav > .nav-item > .nav-link
    {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 16px;
    }

    .search-container input[type=text]
    {
        width: 68px;
    }

    .search-container button
    {
        margin-right: 0;
        padding: 6px 6px;
    }

    .msg-num
    {
        padding: 0.2em 0.7em !important;
    }
}

@media (max-width: 1169px) and (min-width: 768px)
{
    .ml-230px
    {
        margin-left: 80px;
    }
}

@media (max-width: 767px) and (min-width: 320px)
{
    .ml-230px
    {
        margin-left: 0 !important;
    }
}

@media (min-width: 1500px)
{
    .mprice-table
    {
        width: 95%;
    }
}

@media (max-width: 424px) and (min-width: 320px)
{
    .msg-icons
    {
        white-space: nowrap;
    }

    .search-container input[type=text]
    {
        width: 40px;
    }
}
.overflow-x-auto
{
    overflow-x:auto;
}

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

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

.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;
}