@charset "UTF-8";
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

@font-face {
    font-family: "Nunito";
    src: url("/fonts/2022/Nunito-Light.eot");
    src: url("/fonts/2022/Nunito-Light.eot?#iefix") format("embedded-opentype"),url("/fonts/2022/Nunito-Light.woff2") format("woff2"),url("/fonts/2022/Nunito-Light.woff") format("woff"),url("/fonts/2022/Nunito-Light.ttf") format("truetype"),url("/fonts/2022/Nunito-Light.svg#Nunito-Light") format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Nunito";
    src: url("/fonts/2022/Nunito-Regular.eot");
    src: url("/fonts/2022/Nunito-Regular.eot?#iefix") format("embedded-opentype"),url("/fonts/2022/Nunito-Regular.woff2") format("woff2"),url("/fonts/2022/Nunito-Regular.woff") format("woff"),url("/fonts/2022/Nunito-Regular.ttf") format("truetype"),url("/fonts/2022/Nunito-Regular.svg#Nunito-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Nunito";
    src: url("/fonts/2022/Nunito-Bold.eot");
    src: url("/fonts/2022/Nunito-Bold.eot?#iefix") format("embedded-opentype"),url("/fonts/2022/Nunito-Bold.woff2") format("woff2"),url("/fonts/2022/Nunito-Bold.woff") format("woff"),url("/fonts/2022/Nunito-Bold.ttf") format("truetype"),url("/fonts/2022/Nunito-Bold.svg#Nunito-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Nunito";
    src: url("/fonts/2022/Nunito-SemiBold.eot");
    src: url("/fonts/2022/Nunito-SemiBold.eot?#iefix") format("embedded-opentype"),url("/fonts/2022/Nunito-SemiBold.woff2") format("woff2"),url("/fonts/2022/Nunito-SemiBold.woff") format("woff"),url("/fonts/2022/Nunito-SemiBold.ttf") format("truetype"),url("/fonts/2022/Nunito-SemiBold.svg#Nunito-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("/fonts/2022/SourceSansPro-SemiBold.eot");
    src: url("/fonts/2022/SourceSansPro-SemiBold.eot?#iefix") format("embedded-opentype"),url("/fonts/2022/SourceSansPro-SemiBold.woff2") format("woff2"),url("/fonts/2022/SourceSansPro-SemiBold.woff") format("woff"),url("/fonts/2022/SourceSansPro-SemiBold.ttf") format("truetype"),url("/fonts/2022/SourceSansPro-SemiBold.svg#SourceSansPro-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("/fonts/2022/SourceSansPro-Bold.eot");
    src: url("/fonts/2022/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"),url("/fonts/2022/SourceSansPro-Bold.woff2") format("woff2"),url("/fonts/2022/SourceSansPro-Bold.woff") format("woff"),url("/fonts/2022/SourceSansPro-Bold.ttf") format("truetype"),url("/fonts/2022/SourceSansPro-Bold.svg#SourceSansPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("/fonts/2022/SourceSansPro-Regular.eot");
    src: url("/fonts/2022/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"),url("/fonts/2022/SourceSansPro-Regular.woff2") format("woff2"),url("/fonts/2022/SourceSansPro-Regular.woff") format("woff"),url("/fonts/2022/SourceSansPro-Regular.ttf") format("truetype"),url("/fonts/2022/SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("/fonts/2022/SourceSansPro-Light.eot");
    src: url("/fonts/2022/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"),url("/fonts/2022/SourceSansPro-Light.woff2") format("woff2"),url("/fonts/2022/SourceSansPro-Light.woff") format("woff"),url("/fonts/2022/SourceSansPro-Light.ttf") format("truetype"),url("/fonts/2022/SourceSansPro-Light.svg#SourceSansPro-Light") format("svg");
    font-weight: 300;
    font-style: normal
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #31b879;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

    a:hover {
        color: #00703c;
        text-decoration: none
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito";
    color: #3c4240
}

.container {
    max-width: 1280px
}

.v_align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

button, input, select, textarea {
    outline: 0
}

* {
    scrollbar-width: thin;
    scrollbar-color: #999 #eee
}

::-webkit-scrollbar {
    width: 12px;
    border-radius: 200px
}

::-webkit-scrollbar-track {
    background: #eee
}

::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 200px;
    border: 3px solid #eee
}

.form-label {
    width: 100%;
    color: #3c4240;
    font-weight: 600;
    margin-bottom: 5px
}

.col-form-label {
    color: #3c4240;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .col-form-label.full_width {
        width: 100%
    }

.required {
    color: #f00e0e;
    margin-left: 4px
}

.form-select {
    font-size: 16px;
    background-color: #fff;
    color: #3c4240;
    border: 1px solid #d2d9d5;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 200px;
    padding: 0.6rem 2.25rem 0.6rem 0.75rem
}

    .form-select:focus {
        border-color: #d2d9d5;
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
        box-shadow: 0 2px 2px rgba(0,0,0,0.1)
    }

.form-control {
    font-size: 16px;
    background-color: #fff;
    color: #3c4240;
    border: 1px solid #d2d9d5;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 200px;
    padding: 0.6rem 0.75rem
}

    .form-control:focus {
        border: 1px solid #d2d9d5;
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
        box-shadow: 0 2px 2px rgba(0,0,0,0.1)
    }

    .form-control.gray-control {
        background-color: #fcfcfc
    }

    .form-control.transparent_read_input {
        border: none;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0.6rem 0;
        cursor: default;
        pointer-events: none
    }

    .form-control.input_right_icon {
        cursor: pointer;
        background: #fff;
        background-position: calc(100% - 20px) 15px !important;
        border-radius: 200px !important
    }

        .form-control.input_right_icon.datepicker_icon {
            background: url(../images/date-picker-icon.svg) no-repeat right top #fff
        }

        .form-control.input_right_icon.timepicker_icon {
            background: url(../images/time-picker-icon.svg) no-repeat right top #fff
        }

textarea.form-control {
    border-radius: 16px
}

.input_dropdown_wrap {
    position: relative
}

@media (max-width:575px) {
    .input_dropdown_wrap {
        margin-bottom: 15px
    }
}

.input_dropdown_wrap button.datepicker_toggle_arrow {
    width: 100%;
    height: 100%;
    background: none;
    border: 0;
    padding: 0;
    outline: 0;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0
}

    .input_dropdown_wrap button.datepicker_toggle_arrow.dropdown-toggle:after {
        display: none
    }

.input_dropdown_wrap .dropdown-menu {
    min-width: 17rem
}

    .input_dropdown_wrap .dropdown-menu.calendar_dropdown {
        padding: 10px 15px
    }

    .input_dropdown_wrap .dropdown-menu.timepicker_dropdown {
        overflow: hidden;
        overflow-y: auto;
        max-height: 205px
    }

.form_group_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:575px) {
    .form_group_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.form_group_wrap .hours_to {
    padding: 0 0.8rem;
    color: #3c4240
}

.form_group_wrap .input_dropdown_wrap {
    width: 100%;
    max-width: 160px
}

@media (max-width:575px) {
    .form_group_wrap .input_dropdown_wrap {
        max-width: 100%
    }
}

.form_group_wrap button.transparent_btn {
    margin-left: 0.8rem
}

.form_group_wrap.custom_timedropdown .input_dropdown_wrap {
    width: 100%;
    max-width: 100%
}

@media (max-width:575px) {
    .form_group_wrap.custom_timedropdown .input_dropdown_wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.clear_all_wrap {
    position: relative
}

    .clear_all_wrap .clear_all {
        position: absolute;
        right: 0;
        top: 0
    }

.field_hint {
    font-size: 14px;
    margin: 10px 0
}

    .field_hint i {
        font-size: 16px;
        margin-left: 6px
    }

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > a.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, a.btn.default_btn, button.btn.default_btn {
    background: #e6e6e6;
    border: 1px solid #ededed;
    border-radius: 200px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 30px;
    -webkit-box-shadow: 0 1px 3px #A7D8C1;
    box-shadow: 0 1px 3px #A7D8C1
}

    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > a.fc-button.fc-SettingsMenuButton-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button:focus, a.btn.default_btn:focus, button.btn.default_btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

@media (max-width:767px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > a.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, a.btn.default_btn, button.btn.default_btn {
        padding: 9px 15px;
        font-size: 14px
    }
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.btn_xs.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > a.btn_xs.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.btn_xs.fc-button.fc-SettingsMenuButton-button, a.btn.default_btn.btn_xs, button.btn.default_btn.btn_xs {
    padding: 1px 8px;
    font-size: 12px
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.round_button.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > a.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, a.btn.round_button, button.btn.round_button {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 50%
}

    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.round_button.fc-button.fc-AddAppointmentButton-button i, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > a.fc-button.fc-SettingsMenuButton-button i, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button i, a.btn.round_button i, button.btn.round_button i {
        font-size: 18px
    }

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > a.green_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, a.btn.green_btn, button.btn.green_btn {
    color: #fff;
    background: #31b879;
    background: #31b879;
    background: -webkit-gradient(linear,left top,right top,from(#31b879),to(#11b98c));
    background: linear-gradient(to right,#31b879 0%,#11b98c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#31b879,endColorstr=#11b98c,GradientType=1);
    border-color: #31b879;
    -webkit-box-shadow: 0 1px 3px #A7D8C1;
    box-shadow: 0 1px 3px #A7D8C1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > a.green_btn.fc-button.fc-SettingsMenuButton-button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button:hover, a.btn.green_btn:hover, button.btn.green_btn:hover {
        background: #31b879;
        background: -webkit-gradient(linear,left top,right top,from(#31b879),to(#31b879));
        background: linear-gradient(to right,#31b879 0%,#31b879 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#31b879,endColorstr=#31b879,GradientType=1);
        border-color: #31b879
    }

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > a.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, a.btn.white_btn, button.btn.white_btn {
    color: #3c4240;
    background: #fff;
    border-color: #d2d9d5;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.green_border_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > a.green_border_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button, a.btn.green_border_btn, button.btn.green_border_btn {
    color: #31b879;
    background: none;
    border-color: #31b879
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.red_border_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > a.red_border_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.red_border_btn.fc-button.fc-SettingsMenuButton-button, a.btn.red_border_btn, button.btn.red_border_btn {
    color: #f00e0e;
    background: none;
    border-color: #f00e0e
}

a.transparent_btn, button.transparent_btn {
    color: #31b879;
    background: none;
    border: 0
}

.file_upload_wrap {
    position: relative;
    margin: 0 0 6px 0
}

    .file_upload_wrap input {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        font-size: 0;
        cursor: pointer;
        opacity: 0
    }

    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .file_upload_wrap button.white_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .file_upload_wrap .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .file_upload_wrap .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button, .file_upload_wrap .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .file_upload_wrap button.btn.default_btn.white_btn {
        width: 100%
    }

        .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .file_upload_wrap button.white_btn.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .file_upload_wrap .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img, .file_upload_wrap .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button img, .file_upload_wrap .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img, .file_upload_wrap button.btn.default_btn.white_btn img {
            margin: 0 8px 0 0
        }

.dropdown-toggle {
    position: relative;
    padding-right: 18px !important
}

    .dropdown-toggle:after {
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: none;
        background: url(../images/menu-arrow-bottom.svg) no-repeat right top;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease
    }

    .dropdown-toggle.submenu_arrow_link {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 99
    }

    .dropdown-toggle.show:after {
        top: 35%;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.dropdown-menu {
    min-width: 12rem;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px
}

    .dropdown-menu li a.dropdown-item, .dropdown-menu li button.dropdown-item {
        color: #3c4240;
        padding: 8px 15px
    }

        .dropdown-menu li a.dropdown-item img, .dropdown-menu li button.dropdown-item img {
            width: 18px;
            margin: 0 6px 0 0
        }

        .dropdown-menu li a.dropdown-item.active, .dropdown-menu li a.dropdown-item:hover, .dropdown-menu li button.dropdown-item.active, .dropdown-menu li button.dropdown-item:hover {
            color: #fff;
            background-color: #31b879
        }

        .dropdown-menu li a.dropdown-item.insert_tag_item strong, .dropdown-menu li button.dropdown-item.insert_tag_item strong {
            font-weight: 400;
            text-transform: uppercase;
            color: #00703c
        }

        .dropdown-menu li a.dropdown-item.insert_tag_item.active, .dropdown-menu li a.dropdown-item.insert_tag_item:hover, .dropdown-menu li button.dropdown-item.insert_tag_item.active, .dropdown-menu li button.dropdown-item.insert_tag_item:hover {
            color: #3c4240;
            background-color: #fafafa
        }

    .dropdown-menu .search_input_list_bar {
        padding: 5px 15px;
        margin: 0 0 10px 0
    }

        .dropdown-menu .search_input_list_bar input {
            width: 100%;
            background: #fafafa;
            background-position: 15px 8px;
            color: #7a807d;
            border: 1px solid #d2d9d5;
            -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
            box-shadow: 0 2px 2px rgba(0,0,0,0.1);
            border-radius: 200px;
            padding: 0.5em 1.2em 0.5em 2.8em
        }

        .dropdown-menu .search_input_list_bar button.search_btn {
            width: 36px;
            height: 36px;
            background: none;
            border: 0;
            outline: 0;
            position: absolute;
            left: 20px;
            top: 14px;
            z-index: 9
        }

    .dropdown-menu .search_dropdown_list_wrap {
        padding: 0 20px;
        overflow: hidden;
        overflow-y: auto;
        height: 100%;
        max-height: 195px
    }

        .dropdown-menu .search_dropdown_list_wrap ul {
            width: 100%;
            margin: 0;
            padding: 0;
            list-style: none
        }

            .dropdown-menu .search_dropdown_list_wrap ul li {
                width: 100%;
                display: inline-block;
                position: relative;
                margin: 12px 0 0 0;
                padding: 0
            }

        .dropdown-menu .search_dropdown_list_wrap .addgroup_btn_wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .dropdown-menu .search_dropdown_list_wrap .addgroup_btn_wrap .addgroup_btn_col {
                width: 100%;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
                position: relative
            }

                .dropdown-menu .search_dropdown_list_wrap .addgroup_btn_wrap .addgroup_btn_col:last-child {
                    text-align: right
                }

    .dropdown-menu.full-dropdown-menu {
        min-width: 100%
    }

        .dropdown-menu.full-dropdown-menu.left_space {
            left: 15px !important
        }

    .dropdown-menu.tree_submenu {
        left: 100% !important;
        margin-left: 15px !important;
        top: -25px !important
    }

.switch_toggle_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .switch_toggle_main label {
        font-size: 16px;
        color: #3c4240
    }

    .switch_toggle_main .switch_toggle {
        width: 70px;
        height: 30px;
        display: inline-block;
        position: relative;
        padding-right: 80px
    }

        .switch_toggle_main .switch_toggle:before {
            content: "";
            width: 16px;
            height: 16px;
            position: absolute;
            left: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: url(../images/check_mark.png) no-repeat left center;
            z-index: 1
        }

        .switch_toggle_main .switch_toggle input {
            opacity: 0;
            width: 0;
            height: 0
        }

            .switch_toggle_main .switch_toggle input:checked + .slider {
                background: #31b879
            }

                .switch_toggle_main .switch_toggle input:checked + .slider:before {
                    -webkit-transform: translateX(40px);
                    transform: translateX(40px)
                }

            .switch_toggle_main .switch_toggle input:checked + + .switch_toggle:before {
                display: none
            }

        .switch_toggle_main .switch_toggle .slider {
            width: 70px;
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #e6e6e6;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            border-radius: 200px
        }

            .switch_toggle_main .switch_toggle .slider:before {
                width: 24px;
                height: 24px;
                position: absolute;
                left: 3px;
                top: 3px;
                position: absolute;
                content: "";
                background-color: #fff;
                -webkit-transition: 0.4s;
                transition: 0.4s;
                border-radius: 50%;
                z-index: 2
            }

.form-check {
    position: relative;
    padding-left: 1.8em
}

    .form-check input[type=checkbox].form-check-input {
        width: 1.5em;
        height: 1.5em;
        position: absolute;
        left: 20px;
        top: -6px;
        cursor: pointer
    }

        .form-check input[type=checkbox].form-check-input:focus {
            border-color: #31b879;
            -webkit-box-shadow: 0 0 0 0.25rem rgba(230,244,236,0.25);
            box-shadow: 0 0 0 0.25rem rgba(230,244,236,0.25)
        }

        .form-check input[type=checkbox].form-check-input:checked {
            background-color: #31b879;
            border-color: #31b879
        }

    .form-check input[type=radio].form-check-input {
        width: 1.5em;
        height: 1.5em;
        position: absolute;
        left: 20px;
        top: -6px
    }

        .form-check input[type=radio].form-check-input:focus {
            border-color: #31b879;
            -webkit-box-shadow: 0 0 0 0.25rem rgba(230,244,236,0.25);
            box-shadow: 0 0 0 0.25rem rgba(230,244,236,0.25)
        }

        .form-check input[type=radio].form-check-input:checked {
            background: url(../images/radio_dot.png) no-repeat center #fff;
            background-position: 50% 50%;
            background-size: 12px;
            border-color: #31b879
        }

    .form-check .form-check-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        color: #3c4240;
        font-size: 15px;
        cursor: pointer
    }

        .form-check .form-check-label .checkbox_avatar {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
            top: -2px;
            margin: 0 10px 0 0
        }

            .form-check .form-check-label .checkbox_avatar img {
                width: 26px;
                height: 26px
            }

    .form-check.full-width {
        width: 100%;
        margin: 0 0 15px 0
    }

        .form-check.full-width:last-child {
            margin: 0
        }

.form-check-group {
    margin-top: 10px
}

    .form-check-group .form-check {
        display: inline-block;
        margin: 0 1.3rem 10px 0
    }

.ratio_group_main .form-check {
    display: inline-block
}

.form-radio-inputgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0
}

    .form-radio-inputgroup .form-radio-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 15px
    }

        .form-radio-inputgroup .form-radio-right .v_align {
            padding-left: 15px
        }

    .form-radio-inputgroup:last-child {
        margin-bottom: 0
    }

.multi_address_field_main .multi_address_field {
    position: relative;
    padding-left: 35px;
    margin: 0 0 15px 0
}

    .multi_address_field_main .multi_address_field .form-check {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.copy_input_field {
    width: 100%;
    position: relative
}

    .copy_input_field input.form-control {
        padding-right: 4rem
    }

    .copy_input_field button.btn-clipboard {
        font-size: 14px;
        font-weight: 600;
        padding: 4px 10px;
        background: none;
        color: #31b879;
        border-radius: 4px;
        border: none;
        position: absolute;
        z-index: 9;
        right: 15px;
        top: 10px
    }

    .copy_input_field.border_copy input.form-control {
        background-color: #fafafa;
        padding-right: 7rem
    }

    .copy_input_field.border_copy button.btn-clipboard {
        padding: 6px 30px;
        background: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        border-radius: 200px;
        right: 8px;
        top: 7px
    }

.weekday_radio_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .weekday_radio_group .weekday_radio_round {
        position: relative;
        margin: 0 6px 6px 0
    }

        .weekday_radio_group .weekday_radio_round label.weekday_radio {
            width: 42px;
            height: 42px;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #fff;
            border: 1px solid #d2d9d5;
            border-radius: 50%;
            font-size: 14px;
            font-weight: 600;
            padding: 4px
        }

        .weekday_radio_group .weekday_radio_round input {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            opacity: 0;
            cursor: pointer
        }

            .weekday_radio_group .weekday_radio_round input:checked ~ .weekday_radio {
                color: #fff;
                background: #31b879;
                border-color: #31b879
            }

.colors_radio_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .colors_radio_group .colors_radio_round {
        position: relative;
        margin: 0 4px 4px 0
    }

        .colors_radio_group .colors_radio_round label.colors_radio {
            width: 25px;
            height: 25px;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #00703c;
            border-radius: 50%
        }

            .colors_radio_group .colors_radio_round label.colors_radio.brown {
                background-color: #D06B64
            }

            .colors_radio_group .colors_radio_round label.colors_radio.boldblue {
                background-color: #5484ED
            }

            .colors_radio_group .colors_radio_round label.colors_radio.blue {
                background-color: #A4BDFC
            }

            .colors_radio_group .colors_radio_round label.colors_radio.turqouise {
                background-color: #46D6DB
            }

            .colors_radio_group .colors_radio_round label.colors_radio.green {
                background-color: #7AE7BF
            }

            .colors_radio_group .colors_radio_round label.colors_radio.boldgreen {
                background-color: #51B749
            }

            .colors_radio_group .colors_radio_round label.colors_radio.yellow {
                background-color: #FBD75B
            }

            .colors_radio_group .colors_radio_round label.colors_radio.orange {
                background-color: #FFB878
            }

            .colors_radio_group .colors_radio_round label.colors_radio.red {
                background-color: #FF887C
            }

            .colors_radio_group .colors_radio_round label.colors_radio.boldred {
                background-color: #DC2127
            }

            .colors_radio_group .colors_radio_round label.colors_radio.purple {
                background-color: #DBADFF
            }

            .colors_radio_group .colors_radio_round label.colors_radio.grey {
                background-color: #E1E1E1
            }

        .colors_radio_group .colors_radio_round label .fa {
            display: none;
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 12px
        }

        .colors_radio_group .colors_radio_round input {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            opacity: 0;
            cursor: pointer
        }

            .colors_radio_group .colors_radio_round input:checked ~ .colors_radio .fa {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

.form-group {
    margin: 0 0 15px 0
}

.border_top_wrap {
    border-top: 1px solid #d2d9d5;
    margin-left: -30px;
    margin-right: -30px;
    padding: 20px 30px 0 30px
}

@media (max-width:575px) {
    .border_top_wrap {
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px 0 0 0
    }
}

.common_content_wrapper {
    position: relative;
    padding-top: 78px
}

@media (max-width:991px) {
    .common_content_wrapper {
        padding-top: 15px
    }
}

.page_breadcrumb ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .page_breadcrumb ul li {
        position: relative;
        margin: 0;
        padding: 0 15px
    }

        .page_breadcrumb ul li:before {
            width: 16px;
            height: 16px;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "/";
            color: #3c4240
        }

        .page_breadcrumb ul li:first-child {
            padding-left: 0
        }

            .page_breadcrumb ul li:first-child:before {
                display: none
            }

@media (max-width:767px) {
    .page_breadcrumb ul li h1.page_title {
        font-size: 24px
    }
}

h1.page_title {
    font-size: 30px;
    font-weight: 600;
    color: #3c4240
}

@media (max-width:767px) {
    h1.page_title {
        font-size: 24px
    }
}

.modal {
    z-index: 99999
}

.modal-backdrop {
    z-index: 9999
}

.modal-dialog {
    max-width: 640px
}

    .modal-dialog.sm-dialog {
        max-width: 460px
    }

    .modal-dialog.lg-dialog {
        max-width: 1060px
    }

.modal-body {
    padding: 1rem 2rem
}

@media (max-width:575px) {
    .modal-body {
        padding: 1rem 15px;
        font-size: 14px
    }
}

.modal-content {
    background-color: #fcfcfc;
    border-radius: 16px
}

@media (max-width:767px) {
    .modal-content {
        margin: 0 20px
    }
}

.modal-content .modal-header {
    padding: 0;
    position: relative
}

    .modal-content .modal-header .modal-title {
        font-size: 21px;
        font-weight: 600;
        color: #3c4240;
        padding: 1.5rem 1.5rem 0;
        width: 100%
    }

        .modal-content .modal-header .modal-title:after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background: #d2d9d5;
            margin-top: 0.5rem
        }

@media (max-width:575px) {
    .modal-content .modal-header .modal-title {
        font-size: 21px
    }
}

.modal-content .modal-header .btn-close {
    color: #7a807d;
    position: absolute;
    z-index: 9;
    top: -5px;
    right: -10px;
    background-color: #fff;
    opacity: 1;
    border-radius: 100%;
    border: 2px solid #31b879;
    background-size: 11px
}

    .modal-content .modal-header .btn-close:focus, .modal-content .modal-header .btn-close:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #7a807d
    }

@media (max-width:767px) {
    .modal-content .modal-header .btn-close {
        top: 0;
        right: 0
    }
}

.modal-content .model_sub_text {
    padding: 0 30px
}

    .modal-content .model_sub_text p {
        color: #3c4240
    }

@media (max-width:575px) {
    .modal-content .model_sub_text {
        padding: 0 15px
    }
}

.modal-content ul.nav-tabs {
    border-color: #d2d9d5
}

    .modal-content ul.nav-tabs li button.nav-link {
        width: 100%;
        display: inline-block;
        position: relative;
        color: #7a807d;
        font-weight: 500;
        padding: 0.5rem 1.5rem;
        background: none;
        border: none
    }

@media (max-width:480px) {
    .modal-content ul.nav-tabs li button.nav-link {
        padding: 0.5rem 0.6rem;
        font-size: 14px
    }
}

.modal-content ul.nav-tabs li button.nav-link:after {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    content: "";
    border-radius: 30px
}

.modal-content ul.nav-tabs li button.nav-link.active {
    background-color: #31b879;
    color: #fff
}

    .modal-content ul.nav-tabs li button.nav-link.active:after {
        background: #31b879
    }

.modal-content ul.nav-tabs li button.nav-link:not(.active):hover {
    color: #31b879
}

.modal-content .tab-content {
    padding: 25px 0 0 0
}

    .modal-content .tab-content .model_form_main {
        min-height: 400px;
        color: #3c4240
    }

.modal-content .modal-footer.center_align {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-content .modal-footer.space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-content.no_border .modal-footer, .modal-content.no_border .modal-header {
    border: none
}

@media (max-width:575px) {
    .modal-content.no_border .modal-footer {
        padding: 0.75rem 0 0 0
    }
}

.radio_tab_content {
    display: none
}

    .radio_tab_content.addtemplateRatio_1, .radio_tab_content.ratio_wrap_1 {
        display: block
    }

.accordion {
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 16px
}

    .accordion .accordion-item button.accordion-button {
        color: #3c4240;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase
    }

        .accordion .accordion-item button.accordion-button:after {
            background-image: url(../images/menu-arrow-bottom.svg);
            background-size: 18px;
            opacity: 0.6
        }

        .accordion .accordion-item button.accordion-button:focus {
            border-color: #ededed;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .accordion .accordion-item button.accordion-button:not(.collapsed) {
            color: #3c4240;
            background-color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .accordion .accordion-item:first-of-type {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px
    }

        .accordion .accordion-item:first-of-type button.accordion-button {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px
        }

    .accordion .accordion-item:last-of-type {
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px
    }

        .accordion .accordion-item:last-of-type button.accordion-button {
            border-bottom-right-radius: 15px;
            border-bottom-left-radius: 15px
        }

    .accordion.gray_accordion .accordion-item.gray {
        background-color: #fafafa
    }

        .accordion.gray_accordion .accordion-item.gray button.accordion-button:after {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease
        }

        .accordion.gray_accordion .accordion-item.gray button.accordion-button.gray {
            background-color: #fafafa
        }

            .accordion.gray_accordion .accordion-item.gray button.accordion-button.gray:not(.collapsed) {
                background-color: #fafafa
            }

        .accordion.gray_accordion .accordion-item.gray button.accordion-button[aria-expanded=true]:after {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .accordion.gray_accordion .accordion-item.gray .info_text {
            font-size: 14px
        }

    .accordion.gray_accordion .gray_accordation_content {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow: hidden;
        height: 0
    }

        .accordion.gray_accordion .gray_accordation_content.collapse-open {
            height: auto
        }

    .accordion.message_accordion {
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .accordion.message_accordion .accordion-item {
            -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
            box-shadow: 0 2px 2px rgba(0,0,0,0.1);
            border-radius: 10px;
            margin: 0 0 15px 0;
            color: #3c4240
        }

            .accordion.message_accordion .accordion-item .message_accordion_tab {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                position: relative;
                padding: 10px 10px
            }

                .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col {
                    width: 100%;
                    -ms-flex-preferred-size: 0;
                    flex-basis: 0;
                    -ms-flex-positive: 1;
                    -webkit-box-flex: 1;
                    flex-grow: 1;
                    max-width: 100%;
                    position: relative;
                    padding: 0 10px;
                    color: #3c4240
                }

                    .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col h4 {
                        font-size: 15px;
                        font-weight: 700;
                        margin: 0;
                        padding: 0
                    }

                    .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.message_title_col {
                        -webkit-box-flex: 0;
                        -ms-flex: 0 0 20%;
                        flex: 0 0 20%;
                        max-width: 20%
                    }

@media (max-width:991px) {
    .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.message_title_col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        max-width: 58%
    }
}

@media (max-width:767px) {
    .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.message_title_col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%
    }
}

@media (max-width:480px) {
    .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.message_title_col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:991px) {
    .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.mobile_hide {
        display: none
    }
}

.accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col .message_tab_text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 98%;
    font-size: 15px
}

    .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col .message_tab_text strong {
        color: #00703c;
        font-weight: 400
    }

.accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    text-align: right
}

@media (max-width:991px) {
    .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }
}

.accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col button.btn.default_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col button.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc-button-group > button.fc-button.fc-SettingsMenuButton-button {
    padding: 6px 20px;
    margin-left: 6px
}

    .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button img, .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img, .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col button.btn.default_btn img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col button.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img {
        display: none
    }

@media (max-width:991px) {
    .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col button.btn.default_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col button.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc-button-group > button.fc-button.fc-SettingsMenuButton-button {
        width: 34px;
        height: 34px;
        font-size: 0;
        padding: 6px 8px;
        text-align: center
    }

        .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button img, .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img, .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col button.btn.default_btn img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col button.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img {
            display: block
        }
}

.accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button:first-child, .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button:first-child, .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col button.btn.default_btn:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col button.fc-button.fc-AddAppointmentButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.button_group_col .fc-button-group > button.fc-button.fc-SettingsMenuButton-button:first-child {
    margin-left: 0
}

.accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.toggle_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    text-align: right;
    border-left: 1px solid #ededed
}

    .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.toggle_col button {
        width: 24px;
        height: 34px;
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease
    }

        .accordion.message_accordion .accordion-item .message_accordion_tab .message_accordion_col.toggle_col button[aria-expanded=true] {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

.accordion.message_accordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,0.125)
}

.accordion.message_accordion .accordion-item .message_accordion_body {
    padding-left: 20.44444%
}

@media (max-width:991px) {
    .accordion.message_accordion .accordion-item .message_accordion_body {
        padding-left: 0
    }
}

.accordion.message_accordion .accordion-item .message_accordion_body span {
    color: #00703c
}

.insert_template_wrap .insert_template_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    margin: 0 0 10px 0
}

@media (max-width:575px) {
    .insert_template_wrap .insert_template_header {
        font-size: 14px
    }
}

.insert_template_wrap .insert_template_header .left_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.insert_template_wrap .insert_template_header .preview_btn img {
    display: none
}

@media (max-width:575px) {
    .insert_template_wrap .insert_template_header .preview_btn {
        font-size: 0
    }

        .insert_template_wrap .insert_template_header .preview_btn img {
            display: block
        }
}

.insert_template_wrap .readable_textbox {
    color: #3c4240;
    background: #fafafa;
    border: 1px solid rgba(0,0,0,0.125);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 16px;
    padding: 15px
}

    .insert_template_wrap .readable_textbox strong {
        font-weight: 400;
        color: #00703c
    }

    .insert_template_wrap .readable_textbox a {
        color: #00703c;
        text-decoration: underline
    }

.insert_template_wrap .hint_text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-top: 10px
}

    .insert_template_wrap .hint_text img {
        height: 14px;
        margin: 0 0 0 6px
    }

.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.fc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1em
}

    .fc, .fc *, .fc :after, .fc :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .fc table {
            border-collapse: collapse;
            border-spacing: 0;
            font-size: 14px
        }

            .fc table .fc-col-header-cell {
                vertical-align: middle;
                padding: 12px 4px
            }

        .fc th {
            text-align: center
        }

        .fc td, .fc th {
            vertical-align: top;
            padding: 0
        }

            .fc td a, .fc th a {
                color: #7a807d;
                text-decoration: none;
                cursor: pointer
            }

                .fc td a:hover, .fc th a:hover {
                    color: #7a807d;
                    text-decoration: none
                }

        .fc a[data-navlink] {
            cursor: pointer
        }

            .fc a[data-navlink]:hover {
                text-decoration: none
            }

.fc-direction-ltr {
    direction: ltr;
    text-align: left
}

.fc-direction-rtl {
    direction: rtl;
    text-align: right
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color,#ddd)
}

.fc-liquid-hack td, .fc-liquid-hack th {
    position: relative
}

@font-face {
    font-family: "fcicons";
    src: url("data:application/x-font-ttf; charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
    font-weight: normal;
    font-style: normal
}

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "fcicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fc-icon-chevron-left:before {
    content: "\e900"
}

.fc-icon-chevron-right:before {
    content: "\e901"
}

.fc-icon-chevrons-left:before {
    content: "\e902"
}

.fc-icon-chevrons-right:before {
    content: "\e903"
}

.fc-icon-minus-square:before {
    content: "\e904"
}

.fc-icon-plus-square:before {
    content: "\e905"
}

.fc-icon-x:before {
    content: "\e906"
}

.fc .fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: button
}

    .fc .fc-button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

    .fc .fc-button:not(:disabled) {
        cursor: pointer
    }

    .fc .fc-button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

.fc .fc-button {
    display: inline-block;
    color: #000;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.2em 1.2em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
    outline: 0
}

    .fc .fc-button:focus {
        outline: 0
    }

    .fc .fc-button:hover {
        text-decoration: none
    }

    .fc .fc-button:disabled {
        opacity: 0.65
    }

    .fc .fc-button .fc-icon {
        vertical-align: middle;
        font-size: 1.5em
    }

.fc .fc-button-group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.fc .fc-toolbar {
    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
}

    .fc .fc-toolbar.fc-header-toolbar {
        padding: 0;
        margin-bottom: 20px
    }

@media (max-width:767px) {
    .fc .fc-toolbar.fc-header-toolbar {
        padding: 0 10px
    }
}

@media (max-width:767px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-CollapseMenuButton-button {
    width: 42px;
    height: 42px;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    margin: 0 10px 0 0;
    text-align: center;
    border: 1px solid #d2d9d5;
    color: #7a807d;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

@media (max-width:767px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-CollapseMenuButton-button {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        width: 36px;
        height: 36px
    }

        .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-CollapseMenuButton-button .fc-icon {
            font-size: 1.25em
        }
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-AddAppointmentButton-button {
    color: #fff;
    text-transform: capitalize;
    border-radius: 200px;
    padding: 0.2em 1.2em 0.2em 2em;
    background: url(../images/plus_icon.png) no-repeat left top #31b879;
    background-size: 16px;
    background-position: 12px 6px;
    border: 1px solid #31b879;
    -webkit-box-shadow: 0 1px 3px #A7D8C1;
    box-shadow: 0 1px 3px #A7D8C1;
    margin-right: 1rem
}

@media (max-width:1340px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-AddAppointmentButton-button {
        width: 36px;
        min-width: 36px;
        height: 36px;
        font-size: 0;
        background-position: 50% 50%
    }
}

@media (max-width:767px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-AddAppointmentButton-button {
        width: 36px !important;
        height: 36px !important
    }

        .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-AddAppointmentButton-button:before {
            font-size: 26px !important;
            line-height: 26px !important
        }
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-button-group button:nth-child(2) {
    display: none
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-next-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-prev-button {
    width: 36px;
    min-width: 36px;
    height: 36px;
    color: #7a807d;
    text-transform: capitalize;
    border-radius: 200px;
    background: #fff;
    border: 1px solid #d2d9d5;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    padding: 0
}

    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-next-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-prev-button:focus {
        color: #31b879
    }

@media (max-width:767px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-next-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-prev-button {
        width: 32px;
        min-width: 32px;
        height: 32px
    }

        .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-next-button .fc-icon, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-prev-button .fc-icon {
            font-size: 1.25em
        }
}

@media (max-width:480px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-next-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-prev-button {
        width: 30px;
        min-width: 30px;
        height: 30px
    }

        .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-next-button .fc-icon, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-prev-button .fc-icon {
            font-size: 1em
        }
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-today-button {
    color: #7a807d;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 200px;
    background: #fff;
    border: 1px solid #C8CCC9;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    margin-right: 20px;
    padding: 0.313em 1em
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk h2.fc-toolbar-title {
    font-size: 21px;
    font-weight: 600;
    color: #3c4240;
    padding: 10px 1.5rem;
    margin: 0;
    line-height: 24px;
    text-align: center
}

@media (max-width:1440px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk h2.fc-toolbar-title {
        white-space: nowrap
    }
}

@media (max-width:767px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk h2.fc-toolbar-title {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:480px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk h2.fc-toolbar-title {
        font-size: 14px
    }
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group {
    background: #F5F5F5;
    border-radius: 200px;
    border: 1px solid #d2d9d5;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    padding: 3px;
    margin-right: 70px
}

    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > .fc-button {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-transform: capitalize;
        color: #575C5A;
        padding: 0.2em 1.4em
    }

@media (max-width:767px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > .fc-button {
        font-size: 14px
    }
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > .fc-button.fc-button-active {
    font-weight: 600;
    color: #31b879;
    border-radius: 200px;
    background: #fff;
    border: 1px solid #d2d9d5;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    box-shadow: 0 1px 2px rgba(0,0,0,0.11)
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > .fc-button.fc-SettingsMenuButton-button {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > .fc-button.fc-SettingsMenuButton-button:before {
        content: "";
        background-image: url(../images/setting-tool.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 26px;
        height: 26px;
        display: block
    }

    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > .fc-button.fc-SettingsMenuButton-button span {
        display: none
    }

@media (max-width:767px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > .fc-button.fc-SettingsMenuButton-button {
        width: 32px !important;
        height: 32px !important;
        padding: 6px !important;
        top: -6px !important
    }
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > .fc-button.fc-listWeek-button {
    display: none
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > .fc-button.fc-button-active, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > .fc-button:active, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > .fc-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > .fc-button:hover {
    z-index: 1
}

.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em
}

.fc .fc-toolbar.fc-toolbar-title {
    font-size: 1.75em;
    margin: 0
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: 0.75em
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-right: 0.75em
}

.fc-direction-rtl .fc-toolbar-ltr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative
}

.fc .fc-scroller-liquid {
    height: 100%
}

.fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr
}

.fc .fc-scroller-harness-liquid {
    height: 100%
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
    direction: rtl
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color,#ddd)
}

.fc .fc-scrollgrid, .fc .fc-scrollgrid table {
    width: 100%;
    table-layout: fixed
}

    .fc .fc-scrollgrid table {
        border-top-style: hidden;
        border-left-style: hidden;
        border-right-style: hidden
    }

.fc .fc-scrollgrid {
    border-collapse: separate;
    border-right-width: 0;
    border-bottom-width: 0
}

.fc .fc-scrollgrid-liquid {
    height: 100%
}

.fc .fc-scrollgrid-section {
    height: 1px
}

    .fc .fc-scrollgrid-section > td {
        height: 1px
    }

    .fc .fc-scrollgrid-section table {
        height: 1px
    }

.fc .fc-scrollgrid-section-liquid > td {
    height: 100%
}

.fc .fc-scrollgrid-section > * {
    border-top-width: 0;
    border-left-width: 0
}

.fc .fc-scrollgrid-section-footer > *, .fc .fc-scrollgrid-section-header > * {
    border-bottom-width: 0
}

.fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden
}

.fc .fc-scrollgrid-section-sticky > * {
    background: #fff;
    background: var(--fc-page-bg-color,#fff);
    position: sticky;
    z-index: 3
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 0
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
    bottom: 0
}

.fc .fc-scrollgrid-sticky-shim {
    height: 1px;
    margin-bottom: -1px
}

.fc-sticky {
    position: sticky
}

.fc .fc-view-harness {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    background: #fff
}

.fc .fc-view-harness-active > .fc-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px
}

.fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc .fc-non-business {
    background: rgba(215,215,215,0.3);
    background: var(--fc-non-business-color,rgba(215,215,215,0.3))
}

.fc .fc-bg-event {
    background: rgb(143,223,130);
    background: var(--fc-bg-event-color,rgb(143,223,130));
    opacity: 0.3;
    opacity: var(--fc-bg-event-opacity,0.3)
}

    .fc .fc-bg-event .fc-event-title {
        margin: 0.5em;
        font-size: 0.85em;
        font-size: var(--fc-small-font-size,0.85em);
        font-style: italic
    }

.fc .fc-highlight {
    background: rgba(188,232,241,0.3);
    background: var(--fc-highlight-color,rgba(188,232,241,0.3))
}

.fc .fc-cell-shaded, .fc .fc-day-disabled {
    background: rgba(208,208,208,0.3);
    background: var(--fc-neutral-bg-color,rgba(208,208,208,0.3))
}

a.fc-event, a.fc-event:hover {
    text-decoration: none
}

.fc-event.fc-event-draggable, .fc-event[href] {
    cursor: pointer
}

.fc-event .fc-event-main {
    position: relative;
    z-index: 2
}

.fc-event-dragging:not(.fc-event-selected) {
    opacity: 0.75
}

.fc-event-dragging.fc-event-selected {
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.3);
    box-shadow: 0 2px 7px rgba(0,0,0,0.3)
}

.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4
}

.fc-event-selected, .fc-event:hover {
}

    .fc-event-selected .fc-event-resizer, .fc-event:hover .fc-event-resizer {
        display: block
    }

    .fc-event-selected .fc-event-resizer {
        border-radius: 4px;
        border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
        border-width: 1px;
        border-width: var(--fc-event-resizer-dot-border-width,1px);
        width: 8px;
        width: var(--fc-event-resizer-dot-total-width,8px);
        height: 8px;
        height: var(--fc-event-resizer-dot-total-width,8px);
        border-style: solid;
        border-color: inherit;
        background: #fff;
        background: var(--fc-page-bg-color,#fff)
    }

        .fc-event-selected .fc-event-resizer:before {
            content: "";
            position: absolute;
            top: -20px;
            left: -20px;
            right: -20px;
            bottom: -20px
        }

.fc-event-selected {
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2)
}

    .fc-event-selected:before {
        content: "";
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

.fc-event-selected {
}

    .fc-event-selected:after {
        content: "";
        background: rgba(0,0,0,0.25);
        background: var(--fc-event-selected-overlay-color,rgba(0,0,0,0.25));
        position: absolute;
        z-index: 1;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px
    }

.fc-h-event {
    display: block;
    border: 1px solid #007840;
    border: 1px solid var(--fc-event-border-color,#007840);
    background-color: #EBFFF5;
    background-color: var(--fc-event-bg-color,#EBFFF5)
}

    .fc-h-event .fc-event-main {
        color: #000;
        color: var(--fc-event-text-color,#000)
    }

    .fc-h-event .fc-event-main-frame {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .fc-h-event .fc-event-time {
        max-width: 100%;
        overflow: hidden
    }

    .fc-h-event .fc-event-title-container {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        min-width: 0
    }

    .fc-h-event .fc-event-title {
        display: inline-block;
        vertical-align: top;
        left: 0;
        right: 0;
        max-width: 100%;
        overflow: hidden
    }

    .fc-h-event.fc-event-selected:before {
        top: -10px;
        bottom: -10px
    }

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0
}

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
    top: 0;
    bottom: 0;
    width: 8px;
    width: var(--fc-event-resizer-thickness,8px)
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
    cursor: w-resize;
    left: -4px;
    left: calc(var(--fc-event-resizer-thickness, 8px) / -2)
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
    cursor: e-resize;
    right: -4px;
    right: calc(var(--fc-event-resizer-thickness, 8px) / -2)
}

.fc-h-event.fc-event-selected .fc-event-resizer {
    top: 50%;
    margin-top: -4px;
    margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
    left: -4px;
    left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
    right: -4px;
    right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

.fc .fc-popover {
    position: absolute;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15)
}

.fc .fc-popover-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 4px
}

.fc .fc-popover-title {
    margin: 0 2px
}

.fc .fc-popover-close {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1.1em
}

.fc-theme-standard .fc-popover {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color,#ddd);
    background: #fff;
    background: var(--fc-page-bg-color,#fff)
}

.fc-theme-standard .fc-popover-header {
    background: rgba(208,208,208,0.3);
    background: var(--fc-neutral-bg-color,rgba(208,208,208,0.3))
}

:root {
    --fc-daygrid-event-dot-width: 8px
}

.fc-daygrid-day-events, .fc-daygrid-day-frame, .fc-daygrid-event-harness {
}

    .fc-daygrid-day-events:before, .fc-daygrid-day-frame:before, .fc-daygrid-event-harness:before {
        content: "";
        clear: both;
        display: table
    }

    .fc-daygrid-day-events:after, .fc-daygrid-day-frame:after, .fc-daygrid-event-harness:after {
        content: "";
        clear: both;
        display: table
    }

.fc .fc-daygrid-body {
    position: relative;
    z-index: 1
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(255,220,40,0.15);
    background-color: var(--fc-today-bg-color,rgba(255,220,40,0.15))
}

.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%
}

.fc .fc-daygrid-day-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.3
}

.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px
}

.fc .fc-daygrid-day-events {
    margin-top: 1px
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    position: absolute;
    left: 0;
    right: 0
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    min-height: 2em
}

.fc .fc-daygrid-body-natural {
}

    .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
        margin-bottom: 1em
    }

.fc .fc-daygrid-event-harness {
    position: relative
}

.fc .fc-daygrid-event-harness-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc .fc-daygrid-bg-harness {
    position: absolute;
    top: 0;
    bottom: 0
}

.fc .fc-daygrid-day-bg .fc-non-business {
    z-index: 1
}

.fc .fc-daygrid-day-bg .fc-bg-event {
    z-index: 2
}

.fc .fc-daygrid-day-bg .fc-highlight {
    z-index: 3
}

.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px
}

    .fc .fc-daygrid-event.fc-event-mirror {
        z-index: 7
    }

.fc {
}

    .fc .fc-daygrid-day-bottom {
        font-size: 0.85em;
        padding: 2px 3px 0
    }

        .fc .fc-daygrid-day-bottom:before {
            content: "";
            clear: both;
            display: table
        }

    .fc .fc-daygrid-more-link {
        position: relative;
        z-index: 4;
        cursor: pointer
    }

    .fc .fc-daygrid-week-number {
        position: absolute;
        z-index: 5;
        top: 0;
        padding: 2px;
        min-width: 1.5em;
        text-align: center;
        background-color: rgba(208,208,208,0.3);
        background-color: var(--fc-neutral-bg-color,rgba(208,208,208,0.3));
        color: #808080;
        color: var(--fc-neutral-text-color,#808080)
    }

    .fc .fc-more-popover .fc-popover-body {
        min-width: 220px;
        padding: 10px
    }

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 2px
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 2px
}

.fc-direction-ltr .fc-daygrid-week-number {
    left: 0;
    border-radius: 0 0 3px 0
}

.fc-direction-rtl .fc-daygrid-week-number {
    right: 0;
    border-radius: 0 0 0 3px
}

.fc-liquid-hack .fc-daygrid-day-frame {
    position: static
}

.fc-daygrid-event {
    position: relative;
    white-space: nowrap;
    border-radius: 0;
    font-size: 0.85em;
    font-size: var(--fc-small-font-size,0.85em)
}

.fc-daygrid-block-event .fc-event-time {
    font-weight: bold
}

.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
    padding: 1px
}

.fc-daygrid-dot-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0
}

    .fc-daygrid-dot-event .fc-event-title {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        min-width: 0;
        overflow: hidden;
        font-weight: bold
    }

    .fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover {
        background: rgba(0,0,0,0.1)
    }

    .fc-daygrid-dot-event.fc-event-selected:before {
        top: -10px;
        bottom: -10px
    }

.fc-daygrid-event-dot {
    margin: 0 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 4px solid #31b879;
    border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color,#31b879);
    border-radius: 4px;
    border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2)
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px
}

.fc-v-event {
    display: block;
    border: 1px solid #007840;
    border: 1px solid var(--fc-event-border-color,#007840);
    background-color: #EBFFF5;
    background-color: var(--fc-event-bg-color,#EBFFF5)
}

    .fc-v-event .fc-event-main {
        color: #000;
        color: var(--fc-event-text-color,#000);
        height: 100%
    }

    .fc-v-event .fc-event-main-frame {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .fc-v-event .fc-event-time {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-height: 100%;
        overflow: hidden
    }

    .fc-v-event .fc-event-title-container {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        min-height: 0
    }

    .fc-v-event .fc-event-title {
        top: 0;
        bottom: 0;
        max-height: 100%;
        overflow: hidden;
        font-weight: 700
    }

    .fc-v-event:not(.fc-event-start) {
        border-top-width: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .fc-v-event:not(.fc-event-end) {
        border-bottom-width: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .fc-v-event.fc-event-selected:before {
        left: -10px;
        right: -10px
    }

.fc-v-event {
}

    .fc-v-event .fc-event-resizer-start {
        cursor: n-resize
    }

    .fc-v-event .fc-event-resizer-end {
        cursor: s-resize
    }

.fc-v-event {
}

    .fc-v-event:not(.fc-event-selected) .fc-event-resizer {
        height: 8px;
        height: var(--fc-event-resizer-thickness,8px);
        left: 0;
        right: 0
    }

    .fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
        top: -4px;
        top: calc(var(--fc-event-resizer-thickness, 8px) / -2)
    }

    .fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
        bottom: -4px;
        bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2)
    }

.fc-v-event {
}

    .fc-v-event.fc-event-selected .fc-event-resizer {
        left: 50%;
        margin-left: -4px;
        margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
    }

    .fc-v-event.fc-event-selected .fc-event-resizer-start {
        top: -4px;
        top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
    }

    .fc-v-event.fc-event-selected .fc-event-resizer-end {
        bottom: -4px;
        bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
    }

.fc .fc-timegrid .fc-daygrid-body {
    z-index: 2
}

.fc .fc-timegrid-divider {
    padding: 0 0 2px
}

.fc .fc-timegrid-body {
    position: relative;
    z-index: 1;
    min-height: 100%
}

.fc .fc-timegrid-axis-chunk {
    position: relative
}

    .fc .fc-timegrid-axis-chunk > table {
        position: relative;
        z-index: 1
    }

.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1
}

.fc .fc-timegrid-slot {
    height: 1.5em;
    border-bottom: 0
}

    .fc .fc-timegrid-slot:empty:before {
        content: " "
    }

.fc .fc-timegrid-slot-minor {
    border-top-style: dotted
}

.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap
}

.fc .fc-timegrid-slot-label {
    vertical-align: middle;
    background: rgba(250,250,250,0.4)
}

.fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px
}

.fc .fc-timegrid-axis-frame-liquid {
    height: 100%
}

.fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.fc .fc-timegrid-axis-cushion {
    max-width: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(250,250,250,0.4);
    text-transform: capitalize
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(255,220,40,0.15);
    background-color: var(--fc-today-bg-color,rgba(255,220,40,0.15))
}

.fc .fc-timegrid-col-frame {
    min-height: 100%;
    position: relative
}

.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fc-media-screen .fc-timegrid-cols {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

    .fc-media-screen .fc-timegrid-cols > table {
        height: 100%
    }

.fc-media-screen .fc-timegrid-col-bg, .fc-media-screen .fc-timegrid-col-events, .fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc .fc-timegrid-col-bg {
    z-index: 2
}

    .fc .fc-timegrid-col-bg .fc-non-business {
        z-index: 1
    }

    .fc .fc-timegrid-col-bg .fc-bg-event {
        z-index: 2
    }

    .fc .fc-timegrid-col-bg .fc-highlight {
        z-index: 3
    }

.fc .fc-timegrid-bg-harness {
    position: absolute;
    left: 0;
    right: 0
}

.fc .fc-timegrid-col-events {
    z-index: 3
}

.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden
}

.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px
}

.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%
}

.fc-timegrid-event-harness {
    position: absolute
}

    .fc-timegrid-event-harness > .fc-timegrid-event {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
    -webkit-box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px #fff;
    -webkit-box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color,#fff);
    box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color,#fff)
}

.fc-timegrid-event, .fc-timegrid-more-link {
    font-size: 0.85em;
    font-size: var(--fc-small-font-size,0.85em);
    border-radius: 0
}

.fc-timegrid-event {
    margin-bottom: 1px
}

    .fc-timegrid-event .fc-event-main {
        padding: 1px 1px 0
    }

    .fc-timegrid-event .fc-event-time {
        white-space: nowrap;
        font-size: 0.85em;
        font-size: var(--fc-small-font-size,0.85em);
        margin-bottom: 1px
    }

.fc-timegrid-event-short .fc-event-main-frame {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden
}

.fc-timegrid-event-short .fc-event-time:after {
    content: " - "
}

.fc-timegrid-event-short .fc-event-title {
    font-size: 0.85em;
    font-size: var(--fc-small-font-size,0.85em)
}

.fc-timegrid-more-link {
    position: absolute;
    z-index: 9999;
    color: inherit;
    color: var(--fc-more-link-text-color,inherit);
    background: #d0d0d0;
    background: var(--fc-more-link-bg-color,#d0d0d0);
    cursor: pointer;
    margin-bottom: 1px
}

.fc-timegrid-more-link-inner {
    padding: 3px 2px;
    top: 0
}

.fc-direction-ltr .fc-timegrid-more-link {
    right: 0
}

.fc-direction-rtl .fc-timegrid-more-link {
    left: 0
}

.fc .fc-timegrid-now-indicator-line {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color,red);
    border-width: 1px 0 0
}

.fc .fc-timegrid-now-indicator-arrow {
    position: absolute;
    z-index: 4;
    margin-top: -5px;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color,red)
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

:root {
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5
}

.fc-theme-standard .fc-list {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color,#ddd)
}

.fc .fc-list-empty {
    background-color: rgba(208,208,208,0.3);
    background-color: var(--fc-neutral-bg-color,rgba(208,208,208,0.3));
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fc .fc-list-empty-cushion {
    margin: 5em 0
}

.fc .fc-list-table {
    width: 100%;
    border-style: hidden
}

    .fc .fc-list-table tr > * {
        border-left: 0;
        border-right: 0
    }

.fc .fc-list-sticky .fc-list-day > * {
    position: sticky;
    top: 0;
    background: #fff;
    background: var(--fc-page-bg-color,#fff)
}

.fc .fc-list-table th {
    padding: 0
}

.fc .fc-list-day-cushion, .fc .fc-list-table td {
    padding: 8px 14px
}

    .fc .fc-list-day-cushion:after {
        content: "";
        clear: both;
        display: table
    }

.fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(208,208,208,0.3);
    background-color: var(--fc-neutral-bg-color,rgba(208,208,208,0.3))
}

.fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text {
    float: left
}

.fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text {
    float: right
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    padding-right: 0
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
    padding-left: 0
}

.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer
}

.fc .fc-list-event:hover td {
    background-color: #f5f5f5;
    background-color: var(--fc-list-event-hover-bg-color,#f5f5f5)
}

.fc .fc-list-event-graphic, .fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px
}

.fc .fc-list-event-dot {
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 5px solid #31b879;
    border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color,#31b879);
    border-radius: 5px;
    border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2)
}

.fc .fc-list-event-title a {
    color: inherit;
    text-decoration: none
}

.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline
}

.fc-theme-bootstrap a:not([href]) {
    color: inherit
}

.flatpickr-calendar {
    background: 0 0;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 257px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)
}

    .flatpickr-calendar.inline, .flatpickr-calendar.open {
        opacity: 1;
        max-height: 640px;
        visibility: visible
    }

    .flatpickr-calendar.open {
        display: inline-block;
        z-index: 99999
    }

    .flatpickr-calendar.animate.open {
        -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23,1,0.32,1);
        animation: fpFadeInDown 300ms cubic-bezier(0.23,1,0.32,1)
    }

    .flatpickr-calendar.inline {
        display: block;
        position: relative;
        top: 2px
    }

    .flatpickr-calendar.static {
        position: absolute;
        top: calc(100% + 2px)
    }

        .flatpickr-calendar.static.open {
            z-index: 999;
            display: block
        }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
        -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
        box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
    }

    .flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .flatpickr-calendar .hasWeeks .dayContainer {
        border-left: 0
    }

    .flatpickr-calendar.hasTime .flatpickr-time {
        height: 40px;
        border-top: 1px solid #e6e6e6
    }

    .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
        height: auto
    }

    .flatpickr-calendar:after, .flatpickr-calendar:before {
        position: absolute;
        display: block;
        pointer-events: none;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        left: 22px
    }

    .flatpickr-calendar.arrowRight:after, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
        left: auto;
        right: 22px
    }

    .flatpickr-calendar.arrowCenter:after, .flatpickr-calendar.arrowCenter:before {
        left: 50%;
        right: 50%
    }

    .flatpickr-calendar:before {
        border-width: 5px;
        margin: 0 -5px
    }

    .flatpickr-calendar:after {
        border-width: 4px;
        margin: 0 -4px
    }

    .flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
        bottom: 100%
    }

    .flatpickr-calendar.arrowTop:before {
        border-bottom-color: #e6e6e6
    }

    .flatpickr-calendar.arrowTop:after {
        border-bottom-color: #fff
    }

    .flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
        top: 100%
    }

    .flatpickr-calendar.arrowBottom:before {
        border-top-color: #e6e6e6
    }

    .flatpickr-calendar.arrowBottom:after {
        border-top-color: #fff
    }

    .flatpickr-calendar:focus {
        outline: 0
    }

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .flatpickr-months .flatpickr-month {
        background: transparent;
        color: rgba(0,0,0,0.9);
        fill: rgba(0,0,0,0.9);
        height: 34px;
        line-height: 1;
        text-align: center;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow: hidden;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        height: 34px;
        padding: 10px;
        z-index: 3;
        color: rgba(0,0,0,0.9);
        fill: rgba(0,0,0,0.9)
    }

        .flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
            display: none
        }

        .flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i {
            position: relative
        }

        .flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
            left: 0
        }

        .flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
            right: 0
        }

        .flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
            color: #959ea9
        }

            .flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
                fill: #31b879
            }

        .flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
            width: 14px;
            height: 14px
        }

            .flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
                -webkit-transition: fill 0.1s;
                transition: fill 0.1s;
                fill: inherit
            }

.numInputWrapper {
    position: relative;
    height: auto
}

    .numInputWrapper input, .numInputWrapper span {
        display: inline-block
    }

    .numInputWrapper input {
        width: 100%
    }

        .numInputWrapper input::-ms-clear {
            display: none
        }

        .numInputWrapper input::-webkit-inner-spin-button, .numInputWrapper input::-webkit-outer-spin-button {
            margin: 0;
            -webkit-appearance: none
        }

    .numInputWrapper span {
        position: absolute;
        right: 0;
        width: 14px;
        padding: 0 4px 0 2px;
        height: 50%;
        line-height: 50%;
        opacity: 0;
        cursor: pointer;
        border: 1px solid rgba(57,57,57,0.15);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .numInputWrapper span:hover {
            background: rgba(0,0,0,0.1)
        }

        .numInputWrapper span:active {
            background: rgba(0,0,0,0.2)
        }

        .numInputWrapper span:after {
            display: block;
            content: "";
            position: absolute
        }

        .numInputWrapper span.arrowUp {
            top: 0;
            border-bottom: 0
        }

            .numInputWrapper span.arrowUp:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-bottom: 4px solid rgba(57,57,57,0.6);
                top: 26%
            }

        .numInputWrapper span.arrowDown {
            top: 50%
        }

            .numInputWrapper span.arrowDown:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid rgba(57,57,57,0.6);
                top: 40%
            }

        .numInputWrapper span svg {
            width: inherit;
            height: auto
        }

            .numInputWrapper span svg path {
                fill: rgba(0,0,0,0.5)
            }

    .numInputWrapper:hover {
        background: rgba(0,0,0,0.05)
    }

        .numInputWrapper:hover span {
            opacity: 1
        }

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

    .flatpickr-current-month span.cur-month {
        font-family: inherit;
        font-weight: 700;
        color: inherit;
        display: inline-block;
        margin-left: 0.5ch;
        padding: 0
    }

        .flatpickr-current-month span.cur-month:hover {
            background: rgba(0,0,0,0.05)
        }

    .flatpickr-current-month .numInputWrapper {
        width: 6ch;
        width: 7ch\0;
        display: inline-block
    }

        .flatpickr-current-month .numInputWrapper span.arrowUp:after {
            border-bottom-color: rgba(0,0,0,0.9)
        }

        .flatpickr-current-month .numInputWrapper span.arrowDown:after {
            border-top-color: rgba(0,0,0,0.9)
        }

    .flatpickr-current-month input.cur-year {
        background: transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: inherit;
        cursor: text;
        padding: 0 0 0 0.5ch;
        margin: 0;
        display: inline-block;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        line-height: inherit;
        height: auto;
        border: 0;
        border-radius: 0;
        vertical-align: initial;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield
    }

        .flatpickr-current-month input.cur-year:focus {
            outline: 0
        }

        .flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
            font-size: 100%;
            color: rgba(0,0,0,0.5);
            background: transparent;
            pointer-events: none
        }

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        appearance: menulist;
        background: transparent;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        color: inherit;
        cursor: pointer;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        height: auto;
        line-height: inherit;
        margin: -1px 0 0 0;
        outline: none;
        padding: 0 0 0 0.5ch;
        position: relative;
        vertical-align: initial;
        -webkit-box-sizing: border-box;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        width: auto
    }

        .flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
            outline: none
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
            background: rgba(0,0,0,0.05)
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
            background-color: transparent;
            outline: none;
            padding: 0
        }

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

    .flatpickr-weekdays .flatpickr-weekdaycontainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0,0,0,0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 257px
}

    .flatpickr-days:focus {
        outline: 0
    }

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 257px;
    min-width: 257px;
    max-width: 257px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

    .dayContainer + .dayContainer {
        -webkit-box-shadow: -1px 0 0 #e6e6e6;
        box-shadow: -1px 0 0 #e6e6e6
    }

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 36px;
    -ms-flex-preferred-size: 36px;
    flex-basis: 36px;
    max-width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

    .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
        cursor: pointer;
        outline: 0;
        background: #e6e6e6;
        border-color: #e6e6e6
    }

        .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay {
            background: #31b879 !important;
            color: #fff !important;
            border-color: #31b879 !important
        }

    .flatpickr-day.today {
        border-color: #959ea9
    }

        .flatpickr-day.today:focus, .flatpickr-day.today:hover {
            border-color: #959ea9;
            background: #959ea9;
            color: #fff
        }

        .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover, .flatpickr-day.today.inRange {
            background: #569ff7;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #fff;
            border-color: #569ff7
        }

    .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day:focus, .flatpickr-day:hover {
        cursor: pointer;
        outline: 0;
        background: #e6e6e6;
        border-color: #e6e6e6
    }

    .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay {
        background: #31b879 !important;
        color: #fff !important;
        border-color: #31b879 !important
    }

    .flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
        border-radius: 50px 0 0 50px
    }

    .flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
        border-radius: 0 50px 50px 0
    }

    .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
        -webkit-box-shadow: -10px 0 0 #569ff7;
        box-shadow: -10px 0 0 #569ff7
    }

    .flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
        border-radius: 50px
    }

    .flatpickr-day.inRange {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
        box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6
    }

    .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
        color: rgba(57,57,57,0.3);
        background: transparent;
        border-color: transparent;
        cursor: default
    }

        .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
            cursor: not-allowed;
            color: rgba(57,57,57,0.1)
        }

    .flatpickr-day.week.selected {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
        box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7
    }

    .flatpickr-day.hidden {
        visibility: hidden
    }

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

    .flatpickr-weekwrapper .flatpickr-weeks {
        padding: 0 12px;
        -webkit-box-shadow: 1px 0 0 #e6e6e6;
        box-shadow: 1px 0 0 #e6e6e6
    }

    .flatpickr-weekwrapper .flatpickr-weekday {
        float: none;
        width: 100%;
        line-height: 28px
    }

    .flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
        display: block;
        width: 100%;
        max-width: none;
        color: rgba(57,57,57,0.3);
        background: transparent;
        cursor: default;
        border: none
    }

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .flatpickr-time:after {
        content: "";
        display: table;
        clear: both
    }

    .flatpickr-time .numInputWrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 40%;
        height: 40px;
        float: left
    }

        .flatpickr-time .numInputWrapper span.arrowUp:after {
            border-bottom-color: #393939
        }

        .flatpickr-time .numInputWrapper span.arrowDown:after {
            border-top-color: #393939
        }

    .flatpickr-time.hasSeconds .numInputWrapper {
        width: 26%
    }

    .flatpickr-time.time24hr .numInputWrapper {
        width: 49%
    }

    .flatpickr-time input {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        text-align: center;
        margin: 0;
        padding: 0;
        height: inherit;
        line-height: inherit;
        color: #393939;
        font-size: 14px;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield
    }

        .flatpickr-time input.flatpickr-hour {
            font-weight: bold
        }

        .flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
            font-weight: 400
        }

        .flatpickr-time input:focus {
            outline: 0;
            border: 0
        }

    .flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
        height: inherit;
        float: left;
        line-height: inherit;
        color: #393939;
        font-weight: bold;
        width: 2%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .flatpickr-time .flatpickr-am-pm {
        outline: 0;
        width: 18%;
        cursor: pointer;
        text-align: center;
        font-weight: 400
    }

        .flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
            background: #eee
        }

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.input_tag_contain {
    position: relative;
    padding-bottom: 30px
}

    .input_tag_contain .input_tag_counting {
        position: absolute;
        right: 0;
        bottom: 0
    }

    .input_tag_contain button.tag_toggle_arrow {
        width: 18px;
        height: 18px;
        background: none;
        border: none;
        padding: 0;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        opacity: 0.6
    }

    .input_tag_contain button:after {
        width: 15px;
        height: 15px;
        background-size: 15px
    }

.bootstrap-tagsinput {
    min-height: 44px;
    padding: 10px 25px 10px 15px;
    background: #fff;
    color: #7a807d;
    border: 1px solid #d2d9d5;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 30px
}

    .bootstrap-tagsinput input {
        width: 100%;
        max-width: 250px;
        color: #3c4240;
        background: none;
        border: 0;
        outline: 0
    }

        .bootstrap-tagsinput input::-webkit-input-placeholder {
            color: #3c4240;
            opacity: 1
        }

        .bootstrap-tagsinput input::-moz-placeholder {
            color: #3c4240;
            opacity: 1
        }

        .bootstrap-tagsinput input:-ms-input-placeholder {
            color: #3c4240;
            opacity: 1
        }

        .bootstrap-tagsinput input::-ms-input-placeholder {
            color: #3c4240;
            opacity: 1
        }

        .bootstrap-tagsinput input::placeholder {
            color: #3c4240;
            opacity: 1
        }

        .bootstrap-tagsinput input:-ms-input-placeholder {
            color: #3c4240
        }

        .bootstrap-tagsinput input ::-ms-input-placeholder {
            color: #3c4240
        }

    .bootstrap-tagsinput .badge.badge-info {
        font-size: 14px;
        font-weight: 600;
        position: relative;
        color: #000;
        background: #fafafa;
        color: #7a807d;
        border: 1px solid #d2d9d5;
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
        box-shadow: 0 2px 2px rgba(0,0,0,0.1);
        margin: 0 4px 4px 0;
        padding: 10px 25px 10px 15px;
        border-radius: 200px;
        cursor: pointer
    }

        .bootstrap-tagsinput .badge.badge-info span[data-role=remove] {
            width: 8px;
            height: 8px;
            display: block;
            position: absolute;
            right: 12px;
            top: 12px;
            font-size: 12px
        }

            .bootstrap-tagsinput .badge.badge-info span[data-role=remove]:after {
                width: 100%;
                height: 100%;
                position: absolute;
                right: 0;
                top: 0;
                content: "X"
            }

.richText {
    width: 100%;
    position: relative;
    background-color: #fcfcfc;
    border: 1px solid #d2d9d5;
    color: #000;
    border-radius: 16px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    overflow: hidden
}

    .richText .richText-form {
        font-family: "Nunito"
    }

        .richText .richText-form label {
            display: block;
            padding: 10px 15px
        }

        .richText .richText-form input[type=file], .richText .richText-form input[type=number], .richText .richText-form input[type=text], .richText .richText-form select {
            padding: 10px 15px;
            border: 1px solid #d2d9d5;
            min-width: 200px;
            width: 100%
        }

        .richText .richText-form select {
            cursor: pointer
        }

        .richText .richText-form button {
            margin: 10px 0;
            padding: 8px 20px;
            background-color: #31b879;
            border: none;
            color: #fcfcfc;
            cursor: pointer;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 4px
        }

    .richText .richText-toolbar {
        min-height: 20px;
        border-bottom: 1px solid #d2d9d5
    }

        .richText .richText-toolbar .richText-length {
            font-family: "Nunito";
            font-size: 13px;
            vertical-align: middle;
            line-height: 34px
        }

            .richText .richText-toolbar .richText-length .black {
                color: #000
            }

            .richText .richText-toolbar .richText-length .orange {
                color: orange
            }

            .richText .richText-toolbar .richText-length .red {
                color: #f00e0e
            }

        .richText .richText-toolbar ul {
            padding-left: 0;
            padding-right: 0;
            margin-top: 0;
            margin-bottom: 0
        }

            .richText .richText-toolbar ul li {
                float: left;
                display: block;
                list-style: none
            }

                .richText .richText-toolbar ul li a {
                    display: block;
                    color: #3c4240;
                    padding: 10px 13px;
                    border-right: 1px solid #ededed;
                    cursor: pointer;
                    -webkit-transition: background-color 0.4s;
                    transition: background-color 0.4s
                }

                    .richText .richText-toolbar ul li a .fa, .richText .richText-toolbar ul li a .far, .richText .richText-toolbar ul li a .fas, .richText .richText-toolbar ul li a svg {
                        pointer-events: none
                    }

                    .richText .richText-toolbar ul li a .richText-dropdown-outer {
                        display: none;
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        background-color: rgba(0,0,0,0.3);
                        cursor: default
                    }

                        .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown {
                            position: relative;
                            display: block;
                            margin: 3% auto 0 auto;
                            background-color: #fcfcfc;
                            border: 1px solid #d2d9d5;
                            min-width: 100px;
                            width: 300px;
                            max-width: 90%;
                            -webkit-box-shadow: 0 0 6px 6px rgba(60,66,64,0.2);
                            box-shadow: 0 0 6px 6px rgba(60,66,64,0.2)
                        }

                            .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown .richText-dropdown-close {
                                width: 30px;
                                height: 30px;
                                position: absolute;
                                top: 0;
                                right: -32px;
                                background: #fff;
                                color: #3c4240;
                                cursor: pointer;
                                font-size: 21px;
                                text-align: center
                            }

                        .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown {
                            list-style: none
                        }

                            .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li {
                                display: block;
                                float: none;
                                font-family: "Nunito";
                                border: 1px solid #fcfcfc
                            }

                                .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a {
                                    display: block;
                                    padding: 10px 15px;
                                    border-bottom: 1px solid #d2d9d5
                                }

                                    .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a:hover {
                                        background-color: #fff
                                    }

                                .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline {
                                    margin: 0;
                                    float: left
                                }

                                    .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline a {
                                        display: block;
                                        padding: 0;
                                        margin: 0;
                                        border: none
                                    }

                                        .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline a span {
                                            height: 30px;
                                            width: 30px;
                                            display: block
                                        }

                        .richText .richText-toolbar ul li a .richText-dropdown-outer div.richText-dropdown {
                            padding: 10px 15px
                        }

                .richText .richText-toolbar ul li:hover {
                    background-color: #fff
                }

                .richText .richText-toolbar ul li[data-disable=true] {
                    opacity: 0.1
                }

                    .richText .richText-toolbar ul li[data-disable=true] a {
                        cursor: default
                    }

                .richText .richText-toolbar ul li:not([data-disable=true]).is-selected .richText-dropdown-outer {
                    display: block
                }

            .richText .richText-toolbar ul:after {
                display: block;
                content: "";
                clear: both
            }

        .richText .richText-toolbar:last-child {
            font-size: 12px
        }

        .richText .richText-toolbar:after {
            display: block;
            clear: both;
            content: ""
        }

    .richText .richText-editor {
        padding: 20px;
        background-color: #fff;
        border-left: #fff solid 2px;
        font-family: "Nunito";
        height: 180px;
        outline: none;
        overflow-y: scroll;
        overflow-x: auto
    }

        .richText .richText-editor ol, .richText .richText-editor ul {
            margin: 10px 25px
        }

        .richText .richText-editor table {
            margin: 10px 0;
            border-spacing: 0;
            width: 100%
        }

            .richText .richText-editor table td, .richText .richText-editor table th {
                padding: 10px;
                border: 1px solid #d2d9d5
            }

    .richText .richText-initial {
        margin-bottom: -4px;
        padding: 10px;
        background-color: #282828;
        border: none;
        color: #31b879;
        font-family: "Nunito";
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        min-height: 400px;
        height: 400px
    }

    .richText .richText-help {
        float: right;
        display: block;
        padding: 10px 15px;
        cursor: pointer
    }

    .richText .richText-redo, .richText .richText-undo {
        color: #3c4240;
        float: left;
        display: block;
        padding: 10px 15px;
        border-right: 1px solid #d2d9d5;
        cursor: pointer
    }

        .richText .richText-redo.is-disabled, .richText .richText-undo.is-disabled {
            opacity: 0.4
        }

    .richText .richText-help-popup a {
        color: #31b879;
        text-decoration: underline
    }

    .richText .richText-help-popup hr {
        margin: 10px auto 5px auto;
        border: none;
        border-top: 1px solid #d2d9d5
    }

    .richText .richText-list.list-rightclick {
        position: absolute;
        background-color: #fcfcfc;
        border-right: 1px solid #d2d9d5;
        border-bottom: 1px solid #d2d9d5
    }

        .richText .richText-list.list-rightclick li {
            padding: 5px 7px;
            cursor: pointer;
            list-style: none
        }

body, html {
    margin: 0;
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: "Nunito";
    font-size: 16px;
    color: #7a807d;
    line-height: 1.4;
    background: #f7f7f7;
    overflow-x: hidden
}

header.main_header {
    width: 100%;
    min-height: 78px;
    position: fixed;
    z-index: 9999;
    padding: 15px 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11)
}

@media (max-width:1199px) {
    header.main_header {
        min-height: 50px;
        padding: 10px 0
    }
}

header.main_header .container {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    header.main_header .container.center_align {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

header.main_header .navbar-brand {
    width: 295px;
    text-align: center
}

    header.main_header .navbar-brand img {
        height: 38px
    }

@media (max-width:1199px) {
    header.main_header .navbar-brand {
        width: auto
    }

        header.main_header .navbar-brand img {
            height: 30px
        }
}

header.main_header .main_navigation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:1199px) {
    header.main_header .main_navigation {
        display: none
    }
}

header.main_header .main_navigation > ul.navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    header.main_header .main_navigation > ul.navbar-nav > li.nav-item {
        display: inline-block;
        position: relative;
        padding: 4px 24px;
        font-size: 16px
    }

@media (max-width:1580px) {
    header.main_header .main_navigation > ul.navbar-nav > li.nav-item {
        padding: 4px 20px
    }
}

@media (max-width:1440px) {
    header.main_header .main_navigation > ul.navbar-nav > li.nav-item {
        padding: 4px 15px
    }
}

@media (max-width:1340px) {
    header.main_header .main_navigation > ul.navbar-nav > li.nav-item {
        padding: 4px 8px
    }
}

@media (max-width:1280px) {
    header.main_header .main_navigation > ul.navbar-nav > li.nav-item {
        font-size: 15px
    }
}

header.main_header .main_navigation > ul.navbar-nav > li.nav-item > a.nav-link {
    position: relative;
    color: #3c4240
}

    header.main_header .main_navigation > ul.navbar-nav > li.nav-item > a.nav-link:before {
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        top: auto;
        bottom: -20px;
        content: "";
        background: #31b879;
        border-radius: 200px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0
    }

    header.main_header .main_navigation > ul.navbar-nav > li.nav-item > a.nav-link.active, header.main_header .main_navigation > ul.navbar-nav > li.nav-item > a.nav-link:hover {
        color: #31b879
    }

        header.main_header .main_navigation > ul.navbar-nav > li.nav-item > a.nav-link.active:before, header.main_header .main_navigation > ul.navbar-nav > li.nav-item > a.nav-link:hover:before {
            opacity: 1
        }

header.main_header .main_navigation > ul.navbar-nav .dropdown-menu.lg_dropdown {
    min-width: 28rem
}

header.main_header .main_navigation > ul.navbar-nav .dropdown-menu .dropdown_menu_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    header.main_header .main_navigation > ul.navbar-nav .dropdown-menu .dropdown_menu_row .dropdown_menu_col {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 15px 15px
    }

        header.main_header .main_navigation > ul.navbar-nav .dropdown-menu .dropdown_menu_row .dropdown_menu_col h4.submenu_title {
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 0 15px
        }

header.main_header .right_header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3em
}

@media (max-width:1440px) {
    header.main_header .right_header_wrap {
        margin-right: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

header.main_header .right_header_wrap .profile_user_setting ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    header.main_header .right_header_wrap .profile_user_setting ul li {
        display: inline-block;
        position: relative;
        margin: 0 0 0 20px;
        padding: 0;
        line-height: 1.2
    }

        header.main_header .right_header_wrap .profile_user_setting ul li:last-child {
            margin-left: 40px
        }

@media (max-width:1440px) {
    header.main_header .right_header_wrap .profile_user_setting ul li:last-child {
        margin-left: 20px
    }
}

header.main_header .right_header_wrap .profile_user_setting ul li .switch_toggle_main label {
    padding-right: 10px;
    font-weight: 600
}

header.main_header .right_header_wrap .profile_user_setting ul li .switch_toggle_main .switch_toggle {
    padding-right: 0
}

@media (max-width:1199px) {
    header.main_header .right_header_wrap .profile_user_setting {
        display: none
    }
}

header.main_header .right_header_wrap .profile_detail_dropdown {
    margin-left: 15px
}

    header.main_header .right_header_wrap .profile_detail_dropdown .profile_detail_toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer
    }

        header.main_header .right_header_wrap .profile_detail_dropdown .profile_detail_toggle .avatar_pic {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            overflow: hidden
        }

            header.main_header .right_header_wrap .profile_detail_dropdown .profile_detail_toggle .avatar_pic img {
                width: 40px;
                height: 40px
            }

@media (max-width:1199px) {
    header.main_header .right_header_wrap .profile_detail_dropdown {
        display: none
    }
}

header.main_header .right_header_wrap button.mobile_toggle_btn {
    width: 45px;
    height: 45px;
    background: none;
    border: none;
    outline: 0;
    display: none
}

    header.main_header .right_header_wrap button.mobile_toggle_btn .navbar_toggler_icon {
        width: 45px;
        height: 45px;
        display: block;
        background: url(/images/2022/hamburger-menu.svg) no-repeat center
    }

@media (max-width:1199px) {
    header.main_header .right_header_wrap button.mobile_toggle_btn {
        display: block
    }
}

@media (max-width:767px) {
    header.main_header .right_header_wrap button.mobile_toggle_btn {
        padding-right: 0;
        width: 40px
    }
}

@media (max-width:767px) {
    body.left-bar-expand:after {
        content: "";
        position: fixed;
        z-index: 8;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.65)
    }
}

@media (max-width:1199px) {
    body.left-bar-expand header.main_header .navbar-brand {
        width: auto
    }
}

.mobile_nav_main {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    padding: 65px 0 0 0;
    background: #fafafa;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

    .mobile_nav_main.open {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .mobile_nav_main .mobile_nav_list {
        border-bottom: 1px solid #ededed;
        margin-bottom: 15px
    }

        .mobile_nav_main .mobile_nav_list > ul {
            width: 100%;
            margin: 0;
            padding: 0;
            list-style: none
        }

            .mobile_nav_main .mobile_nav_list > ul > li {
                width: 100%;
                position: relative;
                background: #fff
            }

                .mobile_nav_main .mobile_nav_list > ul > li > a {
                    width: 100%;
                    display: inline-block;
                    position: relative;
                    color: #3c4240;
                    font-size: 16px;
                    padding: 15px 15px;
                    border-left: 2px solid #fff;
                    background: #fff;
                    border-bottom: 1px solid #ededed
                }

                    .mobile_nav_main .mobile_nav_list > ul > li > a.dropdown-toggle {
                        cursor: pointer
                    }

                        .mobile_nav_main .mobile_nav_list > ul > li > a.dropdown-toggle:after {
                            width: 18px;
                            height: 18px;
                            right: 15px;
                            background: url(/images/2022/vertical_arrow.png) no-repeat right top;
                            background-size: 14px;
                            -webkit-transition: all 0.5s ease;
                            transition: all 0.5s ease
                        }

                        .mobile_nav_main .mobile_nav_list > ul > li > a.dropdown-toggle.show {
                            padding-left: 35px;
                            text-align: center;
                            text-transform: uppercase
                        }

                            .mobile_nav_main .mobile_nav_list > ul > li > a.dropdown-toggle.show:after {
                                top: 30%;
                                right: auto;
                                left: 10px
                            }

                .mobile_nav_main .mobile_nav_list > ul > li .switch_toggle_main {
                    width: 100%;
                    padding: 15px 15px
                }

@media (max-width:1199px) {
    .mobile_nav_main .mobile_nav_list > ul > li .switch_toggle_main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .mobile_nav_main .mobile_nav_list > ul > li .switch_toggle_main .switch_toggle {
            padding-right: 0
        }
}

.mobile_nav_main .mobile_nav_list .dropdown-menu {
    position: relative !important;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0
}

    .mobile_nav_main .mobile_nav_list .dropdown-menu li {
        position: relative
    }

        .mobile_nav_main .mobile_nav_list .dropdown-menu li .dropdown-toggle.submenu_arrow_link {
            top: 15px;
            right: 15px
        }

        .mobile_nav_main .mobile_nav_list .dropdown-menu li .dropdown-menu li .dropdown-item {
            padding-left: 40px
        }

    .mobile_nav_main .mobile_nav_list .dropdown-menu.keep-open {
        display: none !important
    }

        .mobile_nav_main .mobile_nav_list .dropdown-menu.keep-open.show {
            display: block !important
        }

    .mobile_nav_main .mobile_nav_list .dropdown-menu .dropdown-submenu a {
        width: 100%;
        display: inline-block;
        position: relative;
        color: #000;
        font-size: 16px;
        padding: 15px 15px;
        border-left: 2px solid #fff;
        background: #fff;
        border-bottom: 1px solid #ededed
    }

        .mobile_nav_main .mobile_nav_list .dropdown-menu .dropdown-submenu a.dropdown-toggle {
            cursor: pointer
        }

            .mobile_nav_main .mobile_nav_list .dropdown-menu .dropdown-submenu a.dropdown-toggle:after {
                width: 18px;
                height: 18px;
                right: 15px;
                background: url(/images/2022/vertical_arrow.png) no-repeat right top;
                background-size: 14px;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease
            }

            .mobile_nav_main .mobile_nav_list .dropdown-menu .dropdown-submenu a.dropdown-toggle.show {
                padding-left: 35px;
                text-align: center;
                text-transform: uppercase
            }

                .mobile_nav_main .mobile_nav_list .dropdown-menu .dropdown-submenu a.dropdown-toggle.show:after {
                    top: 30%;
                    right: auto;
                    left: 10px
                }

    .mobile_nav_main .mobile_nav_list .dropdown-menu .dropdown-item {
        color: #000;
        padding: 15px 15px;
        border-bottom: 1px solid #ededed
    }

        .mobile_nav_main .mobile_nav_list .dropdown-menu .dropdown-item:hover {
            color: #fff;
            background: #31b879
        }

.calender_page_main {
    height: 100%;
    position: relative
}

    .calender_page_main .slide_toggle_btn {
        display: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 999;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 363px
    }

@media (max-width:767px) {
    .calender_page_main .slide_toggle_btn {
        width: 310px
    }
}

.calender_page_main .slide_toggle_btn button.left_toggle_arrow {
    width: 42px;
    height: 42px;
    display: none;
    padding: 0;
    border-radius: 50%;
    margin: 0 10px 0 0;
    text-align: center;
    border: 1px solid #ededed;
    color: #7a807d;
    background: #fff
}

    .calender_page_main .slide_toggle_btn button.left_toggle_arrow i {
        font-size: 26px;
        position: relative;
        left: -2px;
        top: 1px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease
    }

    .calender_page_main .slide_toggle_btn button.left_toggle_arrow.rotate i {
        left: 0;
        top: 3px;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

@media (max-width:767px) {
    .calender_page_main .slide_toggle_btn button.left_toggle_arrow {
        display: inline-block;
        width: 36px;
        height: 36px;
        margin-right: 10px
    }
}

.calender_page_main.expand .slide_toggle_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calender_page_main .calender_left_sidebar {
    width: 295px;
    height: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    overflow: auto;
    padding: 90px 22px 15px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

@media (max-width:767px) {
    .calender_page_main .calender_left_sidebar {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.calender_page_main .calender_left_sidebar .calender_sidebar_box {
    border-bottom: 1px solid #ededed;
    padding-bottom: 25px;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .calender_page_main .calender_left_sidebar .calender_sidebar_box {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

.calender_page_main .calender_left_sidebar .calender_left_box {
    border-bottom: 1px solid #ededed;
    padding-bottom: 25px;
    margin-bottom: 25px
}

    .calender_page_main .calender_left_sidebar .calender_left_box:last-child {
        border-bottom: 0
    }

@media (max-width:767px) {
    .calender_page_main .calender_left_sidebar .calender_left_box {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

.calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box_header .calender_header_left {
        padding-right: 15px
    }

        .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box_header .calender_header_left h4 {
            font-size: 17px;
            font-weight: 600;
            color: #3c4240;
            margin: 0
        }

    .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box_header .calender_header_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 0 auto
    }

        .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box_header .calender_header_right button {
            width: 32px;
            height: 32px;
            background: none;
            border: none;
            margin: 0 0 0 10px
        }

            .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box_header .calender_header_right button.expand_arrow {
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease
            }

                .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box_header .calender_header_right button.expand_arrow[aria-expanded=true] {
                    -webkit-transform: rotate(-180deg);
                    transform: rotate(-180deg)
                }

.calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box-content {
    position: relative;
    margin-top: 15px
}

    .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box-content .customer_input_box {
        position: relative
    }

        .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box-content .customer_input_box img {
            position: absolute;
            left: 15px;
            top: 12px;
            z-index: 1
        }

        .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box-content .customer_input_box input {
            width: 100%;
            height: 45px;
            background: #fafafa;
            border: 1px solid #e6e6e6;
            border-radius: 200px;
            padding: 6px 15px 6px 45px;
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.11);
            box-shadow: 0 1px 2px rgba(0,0,0,0.11)
        }

    .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box-content .calender_checkbox_list .form-check {
        margin: 0 0 10px 0
    }

        .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box-content .calender_checkbox_list .form-check:hover {
            background-color: rgba(32,33,36,0.039)
        }

    .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box-content .calender_checkbox_list .form-check-input[type=checkbox] {
        border-radius: 1em
    }

    .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box-content .calender_checkbox_list .edit_btn {
        margin: 15px 0
    }

        .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box-content .calender_checkbox_list .edit_btn button {
            background: none;
            border: 0;
            padding: 0;
            color: #31b879;
            font-size: 16px;
            font-weight: 600;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .calender_page_main .calender_left_sidebar .calender_left_box .calender_left_box-content .calender_checkbox_list .edit_btn button img {
                margin: 0 6px 0 0
            }

.calender_page_main .calender_right_contain {
    overflow: hidden;
    position: relative;
    padding: 100px 0 0 310px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

@media (max-width:1199px) {
    .calender_page_main .calender_right_contain {
        padding-top: 75px
    }
}

@media (max-width:767px) {
    .calender_page_main .calender_right_contain {
        padding-left: 0
    }
}

.calender_page_main .calender_right_contain .calender_frame_main {
    height: 89vh;
    position: relative;
    padding: 0 15px 0 0
}

@media (max-width:767px) {
    .calender_page_main .calender_right_contain .calender_frame_main {
        padding: 0
    }
}

@media (max-width:575px) {
    .calender_page_main .calender_right_contain .calender_frame_main {
        height: 85vh
    }
}

@media (max-width:1440px) {
    .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar {
        position: relative
    }

        .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk {
            position: relative;
            min-width: 50px
        }

            .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:first-child {
                margin-top: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button {
                    font-size: 0;
                    padding: 0;
                    width: 42px;
                    height: 42px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    margin: 0
                }

                    .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button:before {
                        font-size: 32px;
                        line-height: 22px;
                        margin: 0
                    }

            .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:last-child .fc-button-group {
                position: absolute;
                z-index: 3;
                top: 22px;
                right: 0;
                left: auto;
                margin: 0;
                min-width: 12rem;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: 1px solid transparent;
                border-radius: 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
                padding: 0;
                background: transparent
            }

                .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:last-child .fc-button-group.active {
                    background: #fff;
                    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
                    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
                    border: 1px solid rgba(0,0,0,0.1);
                    padding: 0.5rem 0;
                    background: #fff
                }

                    .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:last-child .fc-button-group.active > button:not(.fc-button.fc-SettingsMenuButton-button) {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center
                    }

                        .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:last-child .fc-button-group.active > button:not(.fc-button.fc-SettingsMenuButton-button):before {
                            content: "";
                            width: 22px;
                            height: 15px;
                            display: block;
                            margin-right: 0.5rem
                        }

                        .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:last-child .fc-button-group.active > button:not(.fc-button.fc-SettingsMenuButton-button).fc-timeGridDay-button:before {
                            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.49' height='15.001' viewBox='0 0 21.49 15.001'%3E%3Cg id='day-icon' transform='translate(-1379.167 40.241)'%3E%3Cg id='Group_10083' data-name='Group 10083'%3E%3Cpath id='Path_11117' data-name='Path 11117' d='M1399.911-28.24h-20a.746.746,0,0,1-.746-.747v-7.508a.746.746,0,0,1,.746-.746h20a.746.746,0,0,1,.746.746v7.508A.746.746,0,0,1,1399.911-28.24Zm-19.254-1.49h18.51v-6.021h-18.51Z' fill='%23575c5a'/%3E%3C/g%3E%3Crect id='Rectangle_7259' data-name='Rectangle 7259' width='21.49' height='1.49' rx='0.745' transform='translate(1379.167 -40.241)' fill='%23575c5a'/%3E%3Crect id='Rectangle_7260' data-name='Rectangle 7260' width='21.49' height='1.49' rx='0.745' transform='translate(1379.167 -26.73)' fill='%23575c5a'/%3E%3C/g%3E%3C/svg%3E%0A")
                        }

                        .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:last-child .fc-button-group.active > button:not(.fc-button.fc-SettingsMenuButton-button).fc-timeGridWeek-button:before {
                            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.49' height='15.006' viewBox='0 0 21.49 15.006'%3E%3Cpath id='week-icon' d='M1545.422-15.579h-20a.746.746,0,0,0-.746.746V-1.319a.746.746,0,0,0,.746.746h20a.746.746,0,0,0,.746-.746V-14.833A.746.746,0,0,0,1545.422-15.579ZM1531.407-12.5V-2.063h-5.239V-14.089h5.239Zm6.916,0V-2.063H1532.9V-14.089h5.426Zm6.355,0V-2.063h-4.865V-14.089h4.865Z' transform='translate(-1524.678 15.579)' fill='%23575c5a'/%3E%3C/svg%3E%0A")
                        }

                        .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:last-child .fc-button-group.active > button:not(.fc-button.fc-SettingsMenuButton-button).fc-dayGridMonth-button:before {
                            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.49' height='15.006' viewBox='0 0 21.49 15.006'%3E%3Cpath id='month-icon' d='M1436.614-40.416V-26.9a.747.747,0,0,0,.746.747h20a.747.747,0,0,0,.746-.747V-40.416a.746.746,0,0,0-.746-.746h-20A.746.746,0,0,0,1436.614-40.416Zm20,6.012h-4.864v-5.268h4.864Zm-11.78,0v-5.268h5.425V-34.4Zm5.425,1.49v5.267h-5.425v-5.267Zm-6.916-6.758V-34.4H1438.1v-5.268Zm-5.239,6.758h5.239v5.267H1438.1Zm13.646,5.267v-5.267h4.864v5.267Z' transform='translate(-1436.614 41.162)' fill='%23575c5a'/%3E%3C/svg%3E%0A")
                        }

                .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:last-child .fc-button-group > button {
                    display: none;
                    border: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    text-align: left;
                    padding: 8px 15px
                }

                    .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:last-child .fc-button-group > button.fc-listWeek-button {
                        display: none !important
                    }

                    .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        position: absolute;
                        -webkit-transform: translateY(-100%);
                        transform: translateY(-100%);
                        top: -2px;
                        margin: 0;
                        right: 0;
                        left: auto;
                        padding: 10px;
                        border: 1px solid #d2d9d5
                    }

            .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk button.fc-today-button {
                display: none
            }
}

@media (max-width:1199px) {
    .calender_page_main .calender_right_contain .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .calender_page_main .calender_right_contain .fc .fc-view-harness {
        margin: 0 10px
    }
}

.calender_page_main.expand .calender_left_sidebar {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media (max-width:767px) {
    .calender_page_main.expand .calender_left_sidebar {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.calender_page_main.expand .calender_right_contain {
    padding-left: 15px
}

@media (max-width:1199px) {
    .calender_page_main.expand .calender_right_contain {
        padding-left: 10px
    }
}

.calender_page_main.expand .calender_right_contain .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk button.fc-CollapseMenuButton-button {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.flatpickr-calendar {
    border: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .flatpickr-calendar span.flatpickr-weekday {
        color: #000 !important
    }

    .flatpickr-calendar .flatpickr-day {
        font-size: 13px;
        font-weight: 600
    }

        .flatpickr-calendar .flatpickr-day.selected, .flatpickr-calendar .flatpickr-day.today {
            background: #31b879;
            color: #fff;
            border-color: #31b879 !important;
            font-weight: bold;
            font-size: 16px;
            -webkit-box-shadow: 0 0 3px rgba(8,156,86,0.41);
            box-shadow: 0 0 3px rgba(8,156,86,0.41)
        }

        .flatpickr-calendar .flatpickr-day.today {
            background: #E9E9E9;
            color: #575C5A;
            border-color: #d2d9d5 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            font-weight: 600;
            font-size: 13px
        }

        .flatpickr-calendar .flatpickr-day.endRange, .flatpickr-calendar .flatpickr-day.endRange.inRange, .flatpickr-calendar .flatpickr-day.endRange.nextMonthDay, .flatpickr-calendar .flatpickr-day.endRange.prevMonthDay, .flatpickr-calendar .flatpickr-day.endRange:focus, .flatpickr-calendar .flatpickr-day.endRange:hover, .flatpickr-calendar .flatpickr-day.selected, .flatpickr-calendar .flatpickr-day.selected.inRange, .flatpickr-calendar .flatpickr-day.selected.nextMonthDay, .flatpickr-calendar .flatpickr-day.selected.prevMonthDay, .flatpickr-calendar .flatpickr-day.selected:focus, .flatpickr-calendar .flatpickr-day.selected:hover, .flatpickr-calendar .flatpickr-day.startRange, .flatpickr-calendar .flatpickr-day.startRange.inRange, .flatpickr-calendar .flatpickr-day.startRange.nextMonthDay, .flatpickr-calendar .flatpickr-day.startRange.prevMonthDay, .flatpickr-calendar .flatpickr-day.startRange:focus, .flatpickr-calendar .flatpickr-day.startRange:hover {
            background: #31b879 !important;
            color: #fff !important;
            border-color: #31b879 !important
        }

    .flatpickr-calendar .flatpickr-current-month {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        padding: 0
    }

        .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-calendar .flatpickr-current-month input.cur-year {
            font-size: 18px;
            font-weight: 600
        }

            .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months:hover, .flatpickr-calendar .flatpickr-current-month input.cur-year:focus, .flatpickr-calendar .flatpickr-current-month input.cur-year:hover {
                background: #fff
            }

        .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
            text-align: right
        }

    .flatpickr-calendar .flatpickr-months {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 18px;
        margin-bottom: 15px
    }

        .flatpickr-calendar .flatpickr-months .flatpickr-month {
            height: auto
        }

        .flatpickr-calendar .flatpickr-months .flatpickr-next-month, .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
            color: #31b879 !important
        }

            .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg, .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg {
                display: none
            }

            .flatpickr-calendar .flatpickr-months .flatpickr-next-month:before, .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before {
                content: "";
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.559' height='15.252' viewBox='0 0 9.559 15.252'%3E%3Cpath id='svg37' d='M.417,13.814a1.423,1.423,0,0,1,0-2.012L5.1,7.115.417,2.429A1.423,1.423,0,0,1,2.429.417L8.121,6.109a1.423,1.423,0,0,1,0,2.012L2.429,13.814A1.423,1.423,0,0,1,.417,13.814Z' transform='translate(0.511 0.511)' fill='%231cad69' stroke='%23fff' stroke-width='0.8' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
                background-repeat: no-repeat;
                background-position: center;
                width: 10px;
                height: 16px;
                display: block
            }

            .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg)
            }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0,0,0,0.06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
    content: "!";
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2)
}

.selectize-control .dropdown-header {
    position: relative;
    padding: 6px 0.75rem;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 0.25rem 0.25rem 0 0
}

.selectize-control .dropdown-header-close {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    color: #343a40;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

    .selectize-control .dropdown-header-close:hover {
        color: #000
    }

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0
}

    .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
        border-right: 0 none
    }

    .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
        display: none
    }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0 !important
}

    .selectize-control.plugin-remove_button .item .remove {
        color: inherit;
        text-decoration: none;
        vertical-align: middle;
        display: inline-block;
        padding: 1px 5px;
        border-left: 1px solid #dee2e6;
        border-radius: 0 2px 2px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 5px
    }

        .selectize-control.plugin-remove_button .item .remove:hover {
            background: rgba(0,0,0,0.05)
        }

    .selectize-control.plugin-remove_button .item.active .remove {
        border-left-color: rgba(0,0,0,0)
    }

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled .item .remove {
    border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #343a40;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
    font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active, .selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    width: 100%;
    font-size: 16px;
    background: #fff;
    color: #3c4240;
    border: 1px solid #d2d9d5;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 200px;
    padding: 0.6rem 2.25rem 0.6rem 1.2rem
}

.selectize-control.multi .selectize-input.has-items {
    padding: calc(0.375rem - 1px - 0px) 0.75rem calc(0.375rem - 1px - 3px - 0px)
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.15)
}

.selectize-input > * {
    vertical-align: baseline;
    display: inline-block;
    zoom: 1
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 4px 25px 4px 15px;
    background: #31b879;
    color: #fff;
    border: none
}

    .selectize-control.multi .selectize-input > div.active {
        background: #31b879;
        color: #fff;
        border: none
    }

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: #878787;
    background: #fff;
    border: 0px solid #fff
}

.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: auto !important
}

    .selectize-input > input::-ms-clear {
        display: none
    }

    .selectize-input > input:focus {
        outline: none !important
    }

    .selectize-input > input[placeholder] {
        -webkit-box-sizing: initial;
        box-sizing: initial
    }

.selectize-input.has-items > input {
    margin: 0 0px !important
}

.selectize-input:after {
    width: 18px;
    height: 18px;
    display: block;
    content: " ";
    background: url(/images/2022/menu-arrow-bottom.svg) no-repeat right top;
    background-size: 15px;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.selectize-input.dropdown-active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.selectize-input.dropdown-active:before {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 0 0 0.25rem 0.25rem
}

    .selectize-dropdown [data-selectable] {
        cursor: pointer;
        overflow: hidden
    }

        .selectize-dropdown [data-selectable] .highlight {
            background: rgba(255,237,40,0.4);
            border-radius: 1px
        }

    .selectize-dropdown .create, .selectize-dropdown .no-results, .selectize-dropdown .optgroup-header, .selectize-dropdown .option {
        padding: 8px 15px
    }

    .selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
        cursor: inherit;
        opacity: 0.5
    }

    .selectize-dropdown [data-selectable].option {
        opacity: 1;
        cursor: pointer
    }

    .selectize-dropdown .optgroup:first-child .optgroup-header {
        border-top: 0 none
    }

    .selectize-dropdown .optgroup-header {
        color: #6c757d;
        background: #fff;
        cursor: default
    }

    .selectize-dropdown .active {
        background-color: #31b879;
        color: #fff
    }

        .selectize-dropdown .active.create {
            color: #16181b
        }

    .selectize-dropdown .create {
        color: rgba(52,58,64,0.5)
    }

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    max-height: 200px;
    overflow-scrolling: touch
}

.selectize-dropdown-emptyoptionlabel {
    text-align: center
}

.selectize-dropdown .spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 3px 0.75rem
}

    .selectize-dropdown .spinner:after {
        content: " ";
        display: block;
        width: 24px;
        height: 24px;
        margin: 3px;
        border-radius: 50%;
        border: 5px solid #d0d0d0;
        border-color: #d0d0d0 transparent #d0d0d0 transparent;
        -webkit-animation: lds-dual-ring 1.2s linear infinite;
        animation: lds-dual-ring 1.2s linear infinite
    }

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer
}

    .selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
        cursor: text
    }

    .selectize-control.single .selectize-input:after {
        content: " ";
        display: block;
        position: absolute;
        top: 50%;
        right: calc(0.75rem + 5px);
        margin-top: -3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #343a40 transparent transparent transparent
    }

    .selectize-control.single .selectize-input.dropdown-active:after {
        margin-top: -4px;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #343a40 transparent
    }

.selectize-control.rtl {
    text-align: right
}

    .selectize-control.rtl.single .selectize-input:after {
        left: calc(0.75rem + 5px);
        right: auto
    }

    .selectize-control.rtl .selectize-input > input {
        margin: 0 4px 0 -2px !important
    }

.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fff
}

.selectize-dropdown, .selectize-dropdown.form-control {
    height: auto;
    padding: 0;
    margin: 2px 0 0 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175)
}

    .selectize-dropdown .optgroup-header {
        font-size: 0.875rem;
        line-height: 1.5
    }

    .selectize-dropdown .optgroup:first-child:before {
        display: none
    }

    .selectize-dropdown .optgroup:before {
        content: " ";
        display: block;
        height: 0;
        margin: 0.5rem 0;
        overflow: hidden;
        border-top: 1px solid #e9ecef;
        margin-left: -0.75rem;
        margin-right: -0.75rem
    }

    .selectize-dropdown .create {
        padding-left: 0.75rem
    }

.selectize-dropdown-content {
    padding: 5px 0
}

.selectize-dropdown-emptyoptionlabel {
    text-align: center
}

.selectize-input {
    min-height: calc(1.5em + 0.75rem + 2px);
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .selectize-input {
        -webkit-transition: none;
        transition: none
    }
}

.selectize-input.dropdown-active:before {
    display: none
}

.selectize-input.focus {
    border-color: #d2d9d5;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1)
}

.is-invalid .selectize-input {
    border-color: #f00e0e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .is-invalid .selectize-input:focus {
        border-color: #f00e0e;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #eb8c95;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #eb8c95
    }

.selectize-control.form-control-sm .selectize-input.has-items {
    min-height: calc(1.5em + 0.5rem + 2px) !important;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem;
    line-height: 1.5
}

.selectize-control.multi .selectize-input.has-items {
    height: auto;
    padding-left: calc(0.75rem - 5px);
    padding-right: calc(0.75rem - 5px)
}

.selectize-control.multi .selectize-input > div {
    border-radius: 200px
}

.form-control.selectize-control {
    padding: 0;
    height: auto;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.input-group .selectize-input {
    overflow: unset;
    border-radius: 0 0.25rem 0.25rem 0
}

.info_text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #3c4240
}

    .info_text img {
        margin: 3px 8px 0 0
    }

.recurring_text {
    text-align: center
}

    .recurring_text p {
        text-align: center;
        color: #3c4240;
        font-size: 18px
    }

.messages_main_wrapper {
    padding: 30px 0 0 0
}

@media (max-width:991px) {
    .messages_main_wrapper {
        padding: 20px 0 0 0
    }
}

.messages_main_wrapper .messages_page_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d2d9d5
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_page_header {
        border-bottom: none
    }
}

.messages_main_wrapper .messages_page_header .messages_page_header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px 0 0;
    padding-bottom: 30px
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_page_header .messages_page_header_left {
        padding-bottom: 0
    }
}

.messages_main_wrapper .messages_page_header .messages_page_header_left .messages_left_tab ul.nav.nav-tabs {
    border-radius: 200px;
    border: 1px solid #d2d9d5;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    padding: 4px 4px
}

    .messages_main_wrapper .messages_page_header .messages_page_header_left .messages_left_tab ul.nav.nav-tabs li.nav-item button.nav-link {
        display: inline-block;
        font-size: 16px;
        color: #7a807d;
        font-weight: 400;
        text-align: center;
        border-radius: 200px;
        border: 1px solid #f7f7f7;
        padding: 0.3em 3em;
        margin: 0 6px 0 0
    }

@media (max-width:480px) {
    .messages_main_wrapper .messages_page_header .messages_page_header_left .messages_left_tab ul.nav.nav-tabs li.nav-item button.nav-link {
        padding: 0.3em 1.5em
    }
}

.messages_main_wrapper .messages_page_header .messages_page_header_left .messages_left_tab ul.nav.nav-tabs li.nav-item button.nav-link:last-child {
    margin-right: 0
}

.messages_main_wrapper .messages_page_header .messages_page_header_left .messages_left_tab ul.nav.nav-tabs li.nav-item button.nav-link.active {
    color: #31b879;
    font-weight: 700;
    border-radius: 200px;
    background: #fff;
    border-color: #d2d9d5;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1)
}

.messages_main_wrapper .messages_page_header .messages_page_header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto;
    padding-bottom: 30px
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_page_header .messages_page_header_right {
        padding-bottom: 0
    }
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .messages_main_wrapper .messages_page_header .messages_page_header_right button.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .messages_main_wrapper .messages_page_header .messages_page_header_right .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .messages_main_wrapper .messages_page_header .messages_page_header_right .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button img, .messages_main_wrapper .messages_page_header .messages_page_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button img, .messages_main_wrapper .messages_page_header .messages_page_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button img, .messages_main_wrapper .messages_page_header .messages_page_header_right button.btn.default_btn.green_btn img {
    display: none
}

@media (max-width:991px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .messages_main_wrapper .messages_page_header .messages_page_header_right button.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .messages_main_wrapper .messages_page_header .messages_page_header_right .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .messages_main_wrapper .messages_page_header .messages_page_header_right .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .messages_main_wrapper .messages_page_header .messages_page_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .messages_main_wrapper .messages_page_header .messages_page_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button, .messages_main_wrapper .messages_page_header .messages_page_header_right button.btn.default_btn.green_btn {
        width: 38px;
        height: 38px;
        font-size: 0;
        padding: 9px 3px
    }

        .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .messages_main_wrapper .messages_page_header .messages_page_header_right button.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .messages_main_wrapper .messages_page_header .messages_page_header_right .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .messages_main_wrapper .messages_page_header .messages_page_header_right .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button img, .messages_main_wrapper .messages_page_header .messages_page_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button img, .messages_main_wrapper .messages_page_header .messages_page_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button img, .messages_main_wrapper .messages_page_header .messages_page_header_right button.btn.default_btn.green_btn img {
            display: block;
            margin: 0 auto
        }
}

.messages_main_wrapper .tab-content > .tab-pane {
    padding-top: 30px
}

.messages_main_wrapper .messages_inner_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_inner_header {
        display: none
    }
}

.messages_main_wrapper .messages_inner_header .messages_inner_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px 0 0;
    padding-bottom: 15px
}

    .messages_main_wrapper .messages_inner_header .messages_inner_left .select_all_check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        border: 1px solid #d2d9d5;
        border-radius: 200px;
        padding: 8px 15px 8px 20px;
        margin: 0 10px 0 0
    }

        .messages_main_wrapper .messages_inner_header .messages_inner_left .select_all_check .form-check {
            top: 3px
        }

        .messages_main_wrapper .messages_inner_header .messages_inner_left .select_all_check button.select_all_toggle {
            width: 18px;
            height: 24px;
            padding: 0;
            background: none;
            border: none;
            position: relative;
            top: -2px
        }

        .messages_main_wrapper .messages_inner_header .messages_inner_left .select_all_check .dropdown-menu {
            left: -50px !important;
            top: 10px !important
        }

    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .messages_main_wrapper .messages_inner_header .messages_inner_left .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .messages_main_wrapper .messages_inner_header .messages_inner_left .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .messages_main_wrapper .messages_inner_header .messages_inner_left button.white_btn {
        margin: 0 10px 0 0
    }

@media (max-width:1199px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .messages_main_wrapper .messages_inner_header .messages_inner_left .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .messages_main_wrapper .messages_inner_header .messages_inner_left .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .messages_main_wrapper .messages_inner_header .messages_inner_left button.white_btn {
        padding: 9px 15px
    }
}

.messages_main_wrapper .messages_inner_header .messages_inner_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto;
    padding-bottom: 15px
}

    .messages_main_wrapper .messages_inner_header .messages_inner_right .messages_searchbar {
        width: 100%;
        min-width: 20rem;
        position: relative;
        background: #f7f7f7;
        border: 1px solid #d2d9d5;
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
        box-shadow: 0 2px 2px rgba(0,0,0,0.1);
        border-radius: 200px;
        padding: 9px 20px 9px 40px
    }

@media (max-width:1199px) {
    .messages_main_wrapper .messages_inner_header .messages_inner_right .messages_searchbar {
        min-width: 12rem
    }
}

.messages_main_wrapper .messages_inner_header .messages_inner_right .messages_searchbar input {
    width: 100%;
    background: none;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: #000
}

.messages_main_wrapper .messages_inner_header .messages_inner_right .messages_searchbar button.search_btn {
    font-size: 16px;
    color: #d2d9d5;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    left: 0;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .messages_main_wrapper .messages_inner_header .messages_inner_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .messages_main_wrapper .messages_inner_header .messages_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .messages_main_wrapper .messages_inner_header .messages_inner_right button.white_btn {
    margin: 0 0 0 10px
}

@media (max-width:1199px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .messages_main_wrapper .messages_inner_header .messages_inner_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .messages_main_wrapper .messages_inner_header .messages_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .messages_main_wrapper .messages_inner_header .messages_inner_right button.white_btn {
        padding: 9px 15px
    }
}

.messages_main_wrapper .messages_inner_header2 {
    width: 100%;
    display: none;
    margin-bottom: 15px
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_inner_header2 {
        display: block
    }
}

.messages_main_wrapper .messages_inner_header2 .messages_searchbar {
    width: 100%;
    position: relative;
    background: #f7f7f7;
    border: 1px solid #d2d9d5;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 200px;
    padding: 9px 20px 9px 40px;
    margin-bottom: 15px
}

    .messages_main_wrapper .messages_inner_header2 .messages_searchbar input {
        width: 100%;
        background: none;
        border: 0;
        outline: 0;
        font-size: 16px;
        color: #000
    }

    .messages_main_wrapper .messages_inner_header2 .messages_searchbar button.search_btn {
        font-size: 16px;
        color: #d2d9d5;
        background: none;
        border: 0;
        padding: 0;
        position: absolute;
        left: 0;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.messages_main_wrapper .messages_inner_header2 .messages_option_bar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .messages_main_wrapper .messages_inner_header2 .messages_option_bar .messages_inner_left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 15px 0 0
    }

        .messages_main_wrapper .messages_inner_header2 .messages_option_bar .messages_inner_left button {
            margin-right: 10px
        }

    .messages_main_wrapper .messages_inner_header2 .messages_option_bar .messages_inner_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 0 auto
    }

        .messages_main_wrapper .messages_inner_header2 .messages_option_bar .messages_inner_right button {
            margin-left: 10px
        }

.messages_main_wrapper .messages_list_table .messages_list_thead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin: 0 0 10px 0;
    padding: 8px 8px;
    background: #f7f7f7;
    position: sticky;
    left: 0;
    top: 76px;
    z-index: 9
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_thead {
        display: none
    }
}

.messages_main_wrapper .messages_list_table .messages_list_thead .messages_list_th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    position: relative;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: #3c4240;
    text-transform: uppercase
}

    .messages_main_wrapper .messages_list_table .messages_list_thead .messages_list_th.sm_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
        flex: 0 0 65px;
        max-width: 65px
    }

.messages_main_wrapper .messages_list_table .messages_list_tbody .card {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    border: 1px solid #ededed;
    border-radius: 8px;
    margin: 0 0 15px 0
}

    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 8px;
        font-size: 16px
    }

        .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0%;
            flex: 1 1 0%;
            position: relative;
            padding: 1rem 8px;
            color: #3c4240
        }

            .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td.sm_column {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 65px;
                flex: 0 0 65px;
                max-width: 65px
            }

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td.sm_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        max-width: 45px
    }
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td.customer_td {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (max-width:767px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td.customer_td {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }
}

@media (max-width:575px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td.customer_td {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (max-width:414px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td.customer_td {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%
    }
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td.mobile_hide {
        display: none
    }
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td.checkbox_td {
        display: none
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .form-check {
    margin-top: 8px
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .form-check {
        display: none
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .mobile_msg_check {
    display: none
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .mobile_msg_check {
        display: block
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .customer_details h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px 0
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .customer_details .customer_name {
    width: 100%;
    position: relative;
    padding-left: 24px;
    font-size: 14px
}

    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .customer_details .customer_name .customer_avatar {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0
    }

        .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .customer_details .customer_name .customer_avatar img {
            width: 20px;
            height: 20px
        }

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .customer_details .customer_name {
        display: none
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .customer_details .moblie_msg_date {
    font-size: 14px;
    display: none
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .customer_details .moblie_msg_date {
        display: block
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 10rem
}

@media (max-width:1080px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_text {
        max-width: 8rem
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_status_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_status_wrap .status_label {
        width: 8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 30px;
        border-right: 1px solid #d2d9d5;
        font-weight: 600
    }

        .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_status_wrap .status_label i {
            margin-left: 6px
        }

@media (max-width:480px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_status_wrap .status_label {
        width: 6rem
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_status_wrap .status_label.cancel_status, .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_status_wrap .status_label.error_status {
    color: #f00e0e
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_status_wrap .status_label.amended_status {
    color: #0958b8
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_status_wrap .status_label.pending_status, .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_status_wrap .status_label.unknown_status {
    color: #7a807d
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_status_wrap .status_label.confirm_status, .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_status_wrap .status_label.sent_status {
    color: #45b00e
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_status_wrap button.status_dropdown_toggle {
    background: none;
    border: none;
    padding: 0 0 0 25px !important;
    color: #7a807d
}

    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_status_wrap button.status_dropdown_toggle i {
        font-size: 21px
    }

    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td .messages_status_wrap button.status_dropdown_toggle:after {
        display: none
    }

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body.messages_card_body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding: 1rem 8px;
    color: #3c4240
}

    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 .form-check {
        margin-top: 5px
    }

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.checkbox_td {
        position: absolute;
        left: 10px;
        top: -4px;
        z-index: 9
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.sm_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.sm_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        max-width: 45px
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 .via_label {
    margin: 0 12px 0 0
}

    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 .via_label img {
        min-width: 22px
    }

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.customer_td {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.customer_td {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 45px
    }

        .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.customer_td .via_label {
            display: none
        }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 h5 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.date_td {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.date_td {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 45px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.type_td {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%
}

    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.type_td p {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0
    }

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.messages_td {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.messages_td {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
        padding-left: 45px
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.messages_td.lg_messages_td {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 71%;
    flex: 0 0 71%;
    max-width: 71%
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.messages_td.lg_messages_td {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
        padding-left: 45px
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 .messages_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 .messages_text .status_shape {
        width: 12px;
        min-width: 12px;
        height: 12px;
        background: #e6e6e6;
        border-radius: 50%;
        margin: 0 10px 0 0
    }

        .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 .messages_text .status_shape.green {
            background: #31b879
        }

    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 .messages_text p {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0
    }

        .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 .messages_text p a {
            color: #3c4240;
            text-decoration: underline
        }

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 .messages_status_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 .messages_status_wrap {
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 9
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 .messages_status_wrap button.status_dropdown_toggle {
    width: 35px;
    height: 35px;
    background: none;
    border: none;
    padding: 0 0 0 10px !important;
    color: #7a807d;
    cursor: pointer
}

    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 .messages_status_wrap button.status_dropdown_toggle i {
        font-size: 21px
    }

    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2 .messages_status_wrap button.status_dropdown_toggle:after {
        display: none
    }

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card .card-body .messages_list_td2.mobile_hide {
        display: none
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card.checked {
    border-color: #31b879
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card.checked .card-body .messages_list_td.customer_td {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }
}

@media (max-width:767px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card.checked .card-body .messages_list_td.customer_td {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        max-width: 58%
    }
}

@media (max-width:575px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card.checked .card-body .messages_list_td.customer_td {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:414px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card.checked .card-body .messages_list_td.customer_td {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%
    }
}

@media (max-width:991px) {
    .messages_main_wrapper .messages_list_table .messages_list_tbody .card.checked .card-body .messages_list_td.checkbox_td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.messages_main_wrapper .messages_list_table .messages_list_tbody .card.checked .card-body .messages_list_td2 {
    font-weight: 700
}

    .messages_main_wrapper .messages_list_table .messages_list_tbody .card.checked .card-body .messages_list_td2 h5 {
        font-weight: 700
    }

.chat_main_wrapper {
    width: 100%;
    position: relative;
    margin: 40px 0 0 0;
    padding-left: 80px
}

@media (max-width:991px) {
    .chat_main_wrapper {
        margin: 20px 0 0 0;
        padding-left: 0
    }
}

.chat_main_wrapper .chat_left_arrow {
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 9
}

@media (max-width:991px) {
    .chat_main_wrapper .chat_left_arrow {
        display: none
    }
}

.chat_main_wrapper .chat_message_right_wrapper {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    border-radius: 10px;
    min-height: 280px
}

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fcfcfc;
        border-bottom: 1px solid #ededed;
        border-radius: 10px 10px 0 0
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: 15px;
            padding: 15px 15px
        }

            .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_left button.mobile_back_arrow {
                background: none;
                border: 0;
                outline: 0;
                padding: 0;
                margin: 0 10px 0 0;
                display: none
            }

@media (max-width:991px) {
    .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_left button.mobile_back_arrow {
        display: block
    }
}

.chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_left button.mobile_back_arrow img {
    width: 18px;
    min-width: 18px;
    height: 18px
}

.chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_left .chat_user_info {
    position: relative;
    padding-left: 50px
}

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_left .chat_user_info .chat_message_avatar {
        width: 40px;
        min-width: 40px;
        height: 40px;
        overflow: hidden;
        background: #fafafa;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_left .chat_user_info .chat_message_avatar img {
            width: 42px;
            min-width: 42px;
            height: 42px
        }

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_left .chat_user_info h4 {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 4px 0
    }

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_left .chat_user_info .chat_user_contacts {
        font-size: 14px
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_left .chat_user_info .chat_user_contacts span {
            margin: 0 4px 4px 0
        }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_left .chat_user_info .chat_user_contacts a {
            color: #7a807d
        }

.chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    padding: 15px 15px
}

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_right button.white_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button {
        margin-left: 10px
    }

@media (max-width:1280px) {
    .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_right button.white_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button {
        padding: 9px 15px
    }
}

@media (max-width:991px) {
    .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_right button.white_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button {
        display: none
    }
}

.chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_right button.chat_dropdown_toggle {
    background: none;
    border: none;
    border-left: 1px solid #ededed;
    outline: none;
    padding: 6px 0 6px 15px;
    margin-left: 15px
}

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_right button.chat_dropdown_toggle img {
        width: 4px;
        min-width: 4px;
        height: 20px
    }

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_header .chat_header_right button.chat_dropdown_toggle:after {
        display: none
    }

.chat_main_wrapper .chat_message_right_wrapper .chat_message_body {
    height: calc(100vh - 375px);
    overflow: hidden;
    overflow-y: auto;
    padding: 0 30px
}

@media (max-width:991px) {
    .chat_main_wrapper .chat_message_right_wrapper .chat_message_body {
        padding: 0 15px
    }
}

.chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .date_text {
    position: relative;
    text-align: center;
    font-size: 14px;
    margin: 15px 0
}

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .date_text:before {
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        content: "";
        background: #e6e6e6
    }

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .date_text span {
        position: relative;
        z-index: 1;
        background: #fff;
        padding: 10px 15px
    }

.chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 30px 0
}

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap .message_user_avater {
        width: 34px;
        min-width: 34px;
        height: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        background: #31b879;
        border-radius: 50%;
        margin: 0 10px 0 0;
        color: #fff;
        padding: 3px;
        position: absolute;
        top: 0
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap .message_user_avater img {
            width: 36px;
            min-width: 36px
        }

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap .message_text {
        width: auto;
        max-width: inherit;
        display: inline-block;
        position: relative;
        background: #fafafa;
        color: #3c4240;
        padding: 15px;
        margin: 0 0 6px 0;
        border-radius: 0 16px 16px 16px
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap .message_text p {
            margin-bottom: 0
        }

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap .message_status_wrap {
        width: 100%;
        position: relative
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap .message_status_wrap ul {
            width: 100%;
            margin: 0;
            padding: 0;
            list-style: none
        }

            .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap .message_status_wrap ul li {
                display: inline-block;
                position: relative;
                padding: 0 10px 0 0;
                margin: 0;
                font-size: 14px;
                color: #3c4240
            }

                .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap .message_status_wrap ul li img {
                    width: 14px;
                    margin: 0 4px 0 0
                }

@media (max-width:575px) {
    .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap .message_status_wrap ul li {
        font-size: 12px;
        padding: 0 6px 0 0
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap .message_status_wrap ul li img {
            width: 12px
        }
}

.chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap.incoming_msg {
    padding-left: 45px
}

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap.incoming_msg .message_user_avater {
        left: 0
    }

.chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap.outgoing_msg {
    padding-right: 45px
}

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap.outgoing_msg .message_user_avater {
        right: 0;
        margin: 0
    }

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap.outgoing_msg .message_text {
        margin-left: auto;
        background: #31b879;
        color: #fff;
        border-radius: 16px 0 16px 16px
    }

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap.outgoing_msg .message_status_wrap ul {
        text-align: right
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap.outgoing_msg .message_status_wrap ul li {
            padding: 0 0 0 10px
        }

@media (max-width:575px) {
    .chat_main_wrapper .chat_message_right_wrapper .chat_message_body .day_chat_group .message_wrap.outgoing_msg .message_status_wrap ul li {
        padding: 0 0 0 6px
    }
}

.chat_main_wrapper .chat_message_right_wrapper .chat_message_footer {
    background: #fcfcfc;
    border-top: 1px solid #ededed;
    border-radius: 0 0 10px 10px;
    padding: 15px 15px
}

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_left .chat_message_dropdown button.white_btn_dropdown_toggle {
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        font-weight: 600;
        border-radius: 200px;
        border: 1px solid #ededed;
        padding: 10px 40px 10px 20px !important;
        text-align: left
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_left .chat_message_dropdown button.white_btn_dropdown_toggle:after {
            right: 15px
        }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_left .chat_message_dropdown button.white_btn_dropdown_toggle img {
            width: 18px;
            margin: 0 6px 0 0
        }

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_left .chat_message_dropdown .dropdown-menu {
        min-width: 12rem;
        background: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 10px
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_left .chat_message_dropdown .dropdown-menu li a.dropdown-item, .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_left .chat_message_dropdown .dropdown-menu li button.dropdown-item {
            color: #3c4240;
            padding: 8px 15px
        }

            .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_left .chat_message_dropdown .dropdown-menu li a.dropdown-item:hover, .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_left .chat_message_dropdown .dropdown-menu li button.dropdown-item:hover {
                color: #3c4240;
                background-color: #fafafa
            }

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center {
        position: relative
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .chat_footer_msg_top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 14px;
            margin: 0 0 4px 0
        }

            .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .chat_footer_msg_top .left {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-right: 15px
            }

                .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .chat_footer_msg_top .left button {
                    margin: 0 20px 0 0
                }

                    .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .chat_footer_msg_top .left button.dropdown-toggle:after {
                        background: url(/images/2022/menu-arrow-bottom-green.svg) no-repeat right top
                    }

            .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .chat_footer_msg_top .right {
                margin-left: auto
            }

            .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .chat_footer_msg_top button.transparent_btn.preview_btn img {
                display: none
            }

@media (max-width:991px) {
    .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .chat_footer_msg_top button.transparent_btn.preview_btn {
        font-size: 0
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .chat_footer_msg_top button.transparent_btn.preview_btn img {
            display: block
        }
}

.chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .chat_footer_msg_top .upload_file_field {
    position: relative;
    color: #31b879
}

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .chat_footer_msg_top .upload_file_field input {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: 0;
        cursor: pointer
    }

@media (max-width:991px) {
    .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .mobile_chat_msg_grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .mobile_chat_left {
    display: none
}

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .mobile_chat_left .chat_message_dropdown button.white_btn_dropdown_toggle {
        width: 105px;
        background: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        font-weight: 600;
        border-radius: 200px;
        border: 1px solid #ededed;
        padding: 10px 40px 10px 20px !important;
        text-align: left
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .mobile_chat_left .chat_message_dropdown button.white_btn_dropdown_toggle:after {
            right: 15px
        }

    .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .mobile_chat_left .chat_message_dropdown .dropdown-menu {
        min-width: 12rem;
        background: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 10px
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .mobile_chat_left .chat_message_dropdown .dropdown-menu li a.dropdown-item, .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .mobile_chat_left .chat_message_dropdown .dropdown-menu li button.dropdown-item {
            color: #3c4240;
            padding: 8px 15px
        }

            .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .mobile_chat_left .chat_message_dropdown .dropdown-menu li a.dropdown-item:hover, .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .mobile_chat_left .chat_message_dropdown .dropdown-menu li button.dropdown-item:hover {
                color: #3c4240;
                background-color: #fafafa
            }

@media (max-width:991px) {
    .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center {
        width: 100%
    }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .mobile_chat_left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_center .chat_input {
            width: 100%;
            max-width: 100%;
            padding-left: 15px
        }
}

.chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_right button.default_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_right button.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button {
    width: 100%
}

.chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_left, .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_right {
    padding-top: 25px
}

@media (max-width:991px) {
    .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_left, .chat_main_wrapper .chat_message_right_wrapper .chat_message_footer .chat_footer_right {
        display: none
    }
}

.businessdetails_main_wrapper {
    padding: 40px 0
}

@media (max-width:991px) {
    .businessdetails_main_wrapper {
        padding: 20px 0
    }
}

.businessdetails_main_wrapper h1.page_title {
    margin: 0 0 8px 0
}

.businessdetails_main_wrapper .card {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    border-radius: 10px;
    margin-bottom: 65px
}

    .businessdetails_main_wrapper .card .card-body {
        padding: 15px 30px 30px 30px
    }

@media (max-width:991px) {
    .businessdetails_main_wrapper .card .card-body {
        padding: 15px 15px
    }
}

.businessdetails_main_wrapper .form_left_label h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px 0
}

.businessdetails_main_wrapper .form_left_label p {
    font-size: 16px
}

@media (max-width:1199px) {
    .businessdetails_main_wrapper .form_left_label p br {
        display: none
    }
}

.businessdetails_main_wrapper .business_details_form_group {
    border-bottom: 1px solid #ededed;
    padding: 30px 0
}

    .businessdetails_main_wrapper .business_details_form_group:last-child {
        border-bottom: none
    }

.businessdetails_main_wrapper h3.toggle_heading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0
}

.businessdetails_main_wrapper .business_details_footer {
    text-align: center;
    padding-top: 15px
}

    .businessdetails_main_wrapper .business_details_footer button {
        margin: 0 10px 0 0
    }

.businessdetails_main_wrapper.caller_id {
    width: 100%;
    max-width: 765px;
    margin: 0 auto
}

    .businessdetails_main_wrapper.caller_id .card .card-body {
        padding: 30px 30px;
        color: #3c4240
    }

        .businessdetails_main_wrapper.caller_id .card .card-body .caller_id_box_outline {
            color: #f00e0e;
            border: 1px solid #f00e0e;
            border-radius: 10px;
            padding: 15px 15px;
            margin: 0 0 15px 0
        }

        .businessdetails_main_wrapper.caller_id .card .card-body p {
            margin: 0
        }

.businessdetails_main_wrapper.connected_calendars_wrap {
    width: 100%;
    max-width: 765px;
    margin: 0 auto
}

    .businessdetails_main_wrapper.connected_calendars_wrap .connected_calendars_form {
        padding-top: 15px
    }

        .businessdetails_main_wrapper.connected_calendars_wrap .connected_calendars_form .google_calendars_field {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0 0 20px 0
        }

            .businessdetails_main_wrapper.connected_calendars_wrap .connected_calendars_form .google_calendars_field label {
                color: #3c4240;
                font-size: 16px;
                font-weight: 600;
                margin: 0 15px 0 0
            }

                .businessdetails_main_wrapper.connected_calendars_wrap .connected_calendars_form .google_calendars_field label img {
                    margin: 0 6px 0 0
                }

@media (max-width:575px) {
    .businessdetails_main_wrapper.connected_calendars_wrap .connected_calendars_form .google_calendars_field label {
        width: 100%;
        margin: 0
    }

    .businessdetails_main_wrapper.connected_calendars_wrap .connected_calendars_form .google_calendars_field span {
        padding-left: 50px
    }
}

.businessdetails_main_wrapper.connected_calendars_wrap .connected_calendars_form .padding_left {
    padding-left: 50px
}

@media (max-width:575px) {
    .businessdetails_main_wrapper.connected_calendars_wrap .connected_calendars_form .padding_left {
        padding-left: 0
    }
}

.businessdetails_main_wrapper.connected_calendars_wrap .connected_calendars_form .add_another_account {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
    margin: 30px 0
}

.businessdetails_main_wrapper.connected_calendars_wrap .connected_calendars_form .business_details_footer {
    text-align: left;
    padding-top: 0
}

@media (max-width:991px) {
    .businessdetails_main_wrapper.integrations_wrapper .col-md-6 {
        width: 100%
    }
}

.businessdetails_main_wrapper.integrations_wrapper .card {
    margin-bottom: 30px
}

    .businessdetails_main_wrapper.integrations_wrapper .card .card-body {
        padding: 15px 30px
    }

.businessdetails_main_wrapper.integrations_wrapper .integrations_card_text {
    position: relative;
    padding: 8px 0 0 70px;
    min-height: 110px
}

    .businessdetails_main_wrapper.integrations_wrapper .integrations_card_text img {
        width: 53px;
        height: 53px;
        position: absolute;
        left: 0;
        top: 8px
    }

    .businessdetails_main_wrapper.integrations_wrapper .integrations_card_text h3 {
        font-size: 21px;
        font-weight: 600;
        margin: 0 0 6px 0
    }

.businessdetails_main_wrapper.integrations_wrapper .integrations_card_footer {
    border-top: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 10px;
    min-height: 35px
}

    .businessdetails_main_wrapper.integrations_wrapper .integrations_card_footer button {
        margin-left: 10px
    }

        .businessdetails_main_wrapper.integrations_wrapper .integrations_card_footer button:first-child {
            margin-left: 0
        }

.container.profile_container {
    max-width: 765px
}

    .container.profile_container .profile_detail_wrapper .card .card-body {
        padding: 15px 30px 15px 230px;
        min-height: 320px
    }

@media (max-width:767px) {
    .container.profile_container .profile_detail_wrapper .card .card-body {
        padding: 15px 15px
    }
}

.container.profile_container .profile_detail_wrapper .profile_avatar {
    width: 164px;
    min-width: 164px;
    height: 164px;
    border-radius: 50%;
    overflow: hidden;
    background: #fafafa;
    border: 1px solid #ededed;
    position: absolute;
    left: 35px;
    top: 20px;
    cursor: pointer
}

    .container.profile_container .profile_detail_wrapper .profile_avatar img {
        width: 164px;
        height: 164px
    }

@media (max-width:767px) {
    .container.profile_container .profile_detail_wrapper .profile_avatar {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto 15px auto
    }
}

@media (max-width:575px) {
    .container.profile_container .profile_detail_wrapper .profile_button_group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:480px) {
    .container.profile_container .profile_detail_wrapper .profile_button_group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.container.profile_container .profile_detail_wrapper .profile_button_group button {
    margin: 0 10px 10px 0
}

@media (max-width:575px) {
    .container.profile_container .profile_detail_wrapper .profile_button_group button {
        width: 50%
    }
}

@media (max-width:480px) {
    .container.profile_container .profile_detail_wrapper .profile_button_group button {
        width: 100%;
        margin: 0 0 10px 0
    }
}

.voicemessage_name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18rem;
    flex: 0 0 18rem;
    max-width: 18rem
}

@media (max-width:1199px) {
    .voicemessage_name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
        flex: 0 0 15rem;
        max-width: 15rem
    }
}

@media (max-width:991px) {
    .voicemessage_name {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 30% !important;
        flex: 0 0 30% !important;
        max-width: 30% !important
    }
}

@media (max-width:480px) {
    .voicemessage_name {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 30% !important;
        flex: 0 0 30% !important;
        max-width: 30% !important
    }
}

@media (max-width:767px) {
    .voicemessage_deleteBtn {
        display: none
    }
}

.sequence_list_name {
}

@media (max-width:991px) {
    .sequence_list_name {
        max-width: 30% !important
    }
}

.sequence_current_usage {
}

.sequence_action {
}

@media (max-width:991px) {
    .sequence_action {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
        min-height: 160px;
        min-width: 132px
    }
}

@media (max-width:480px) {
    .booking_questionDeleteBtnText, .booking_questionEditBtnText {
        display: none
    }
}

.calendars_main_wrapper {
    padding: 40px 0 0 0
}

@media (max-width:991px) {
    .calendars_main_wrapper {
        padding: 20px 0 0 0
    }
}

.calendars_main_wrapper .calendars_page_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px 0
}

    .calendars_main_wrapper .calendars_page_header .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 15px 0 0
    }

@media (max-width:767px) {
    .calendars_main_wrapper .calendars_page_header .left {
        width: 100%;
        margin: 0
    }
}

.calendars_main_wrapper .calendars_page_header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto
}

@media (max-width:767px) {
    .calendars_main_wrapper .calendars_page_header .right {
        width: 100%;
        margin: 0 0 15px 0
    }
}

.calendars_main_wrapper .calendars_page_header .right .calendars_searchbar {
    width: 100%;
    min-width: 16rem;
    position: relative;
    background: #f7f7f7;
    border: 1px solid #d2d9d5;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 200px;
    padding: 9px 20px 9px 40px
}

@media (max-width:1199px) {
    .calendars_main_wrapper .calendars_page_header .right .calendars_searchbar {
        min-width: 12rem
    }
}

.calendars_main_wrapper .calendars_page_header .right .calendars_searchbar input {
    width: 100%;
    background: none;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: #000
}

.calendars_main_wrapper .calendars_page_header .right .calendars_searchbar button.search_btn {
    font-size: 16px;
    color: #d2d9d5;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    left: 0;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.calendars_main_wrapper .calendars_page_header .right .calendars_select_wrap {
    width: 100%;
    min-width: 20rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .calendars_main_wrapper .calendars_page_header .right .calendars_select_wrap .col-form-label {
        min-width: 100px
    }

@media (max-width:1199px) {
    .calendars_main_wrapper .calendars_page_header .right .calendars_select_wrap {
        min-width: 12rem
    }

        .calendars_main_wrapper .calendars_page_header .right .calendars_select_wrap .col-form-label {
            display: none
        }
}

.calendars_main_wrapper .calendars_page_header .right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_page_header .right button.green_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_page_header .right button.fc-button.fc-AddAppointmentButton-button {
    margin: 0 0 0 10px
}

    .calendars_main_wrapper .calendars_page_header .right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button img, .calendars_main_wrapper .calendars_page_header .right button.green_btn img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_page_header .right button.fc-button.fc-AddAppointmentButton-button img {
        display: none
    }

@media (max-width:1199px) {
    .calendars_main_wrapper .calendars_page_header .right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_page_header .right button.green_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_page_header .right button.fc-button.fc-AddAppointmentButton-button {
        padding: 9px 15px
    }
}

@media (max-width:767px) {
    .calendars_main_wrapper .calendars_page_header .right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_page_header .right button.green_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_page_header .right button.fc-button.fc-AddAppointmentButton-button {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 0;
        padding: 9px 10px
    }

        .calendars_main_wrapper .calendars_page_header .right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button img, .calendars_main_wrapper .calendars_page_header .right button.green_btn img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_page_header .right button.fc-button.fc-AddAppointmentButton-button img {
            display: block
        }
}

.calendars_main_wrapper .calendars_page_header.report_header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:767px) {
    .calendars_main_wrapper .calendars_page_header.report_header .left, .calendars_main_wrapper .calendars_page_header.report_header .right {
        width: auto
    }
}

.calendars_main_wrapper .calendars_page_header.billing_history_header {
    display: block
}

    .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext {
        margin-bottom: 30px;
        color: #3c4240
    }

        .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext strong {
            margin-right: 6px
        }

        .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > > button.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext button.btn.default_btn.white_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext button.white_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group .calendars_main_wrapper .calendars_page_header.billing_history_header .billing_history_subtext > > button.fc-button.fc-SettingsMenuButton-button {
            color: #31b879;
            padding: 4px 20px
        }

.calendars_main_wrapper .calendars_page_header.transaction_reports_header {
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d9d5
}

.calendars_main_wrapper .transaction_inner_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

@media (max-width:991px) {
    .calendars_main_wrapper .transaction_inner_header {
        display: block
    }
}

.calendars_main_wrapper .transaction_inner_header .transactiondate_filter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .calendars_main_wrapper .transaction_inner_header .transactiondate_filter .col-form-label {
        padding-left: 10px;
        padding-right: 10px
    }

    .calendars_main_wrapper .transaction_inner_header .transactiondate_filter .transactiondate_filter_col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .calendars_main_wrapper .transaction_inner_header .transactiondate_filter .transactiondate_filter_col .input_dropdown_wrap {
            margin-bottom: 0
        }

        .calendars_main_wrapper .transaction_inner_header .transactiondate_filter .transactiondate_filter_col:first-child .col-form-label {
            padding-left: 0
        }

    .calendars_main_wrapper .transaction_inner_header .transactiondate_filter .form-control.input_right_icon.datepicker_icon {
        padding-right: 45px
    }

.calendars_main_wrapper .transaction_inner_header .transaction_inner_left, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px 0 0;
    padding-bottom: 15px
}

.calendars_main_wrapper .transaction_inner_header .transaction_inner_right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 auto
}

    .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > > button.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right button.btn.default_btn.white_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right button.white_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group .calendars_main_wrapper .transaction_inner_header .transaction_inner_right > > button.fc-button.fc-SettingsMenuButton-button {
        margin-left: 8px
    }

        .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button:first-child, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button:first-child, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > > button.fc-button.fc-SettingsMenuButton-button:first-child, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button:first-child, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button:first-child, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button:first-child, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button:first-child, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right button.btn.default_btn.white_btn:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right button.white_btn.fc-button.fc-AddAppointmentButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group .calendars_main_wrapper .transaction_inner_header .transaction_inner_right > > button.fc-button.fc-SettingsMenuButton-button:first-child {
            margin-left: 0
        }

@media (max-width:1199px) {
    .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > > button.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right button.btn.default_btn.white_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right button.white_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group .calendars_main_wrapper .transaction_inner_header .transaction_inner_right > > button.fc-button.fc-SettingsMenuButton-button {
        padding: 9px 20px
    }
}

@media (max-width:480px) {
    .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > > button.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .transaction_inner_header .transaction_inner_right button.btn.default_btn.white_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right button.white_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .transaction_inner_header .transaction_inner_right .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group .calendars_main_wrapper .transaction_inner_header .transaction_inner_right > > button.fc-button.fc-SettingsMenuButton-button {
        width: 50%;
        margin: 0 0 8px 0
    }
}

.calendars_main_wrapper .calendars_list_table .calendars_list_thead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 8px
}

    .calendars_main_wrapper .calendars_list_table .calendars_list_thead .calendars_list_th {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        position: relative;
        padding: 0 8px;
        font-size: 14px;
        font-weight: 600;
        color: #3c4240;
        text-transform: uppercase
    }

@media (max-width:480px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_thead .calendars_list_th {
        font-size: 12px
    }
}

.calendars_main_wrapper .calendars_list_table .calendars_list_thead .calendars_list_th.sm_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18rem;
    flex: 0 0 18rem;
    max-width: 18rem
}

@media (max-width:1199px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_thead .calendars_list_th.sm_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
        flex: 0 0 15rem;
        max-width: 15rem
    }
}

@media (max-width:991px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_thead .calendars_list_th.sm_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:480px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_thead .calendars_list_th.sm_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }
}

.calendars_main_wrapper .calendars_list_table .calendars_list_thead .calendars_list_th.xs_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6rem;
    flex: 0 0 6rem;
    max-width: 6rem
}

.calendars_main_wrapper .calendars_list_table .calendars_list_thead .calendars_list_th.lg_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22rem;
    flex: 0 0 22rem;
    max-width: 22rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:991px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_thead .calendars_list_th.lg_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4rem;
        flex: 0 0 4rem;
        max-width: 4rem
    }
}

@media (max-width:991px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_thead .calendars_list_th.mobile_hide {
        display: none
    }
}

.calendars_main_wrapper .calendars_list_table .calendars_list_thead .calendars_list_th .table_info {
    margin: 0 0 0 8px;
    color: #45b00e;
    font-size: 16px
}

.calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    border: 1px solid #ededed;
    border-radius: 8px;
    margin: 0 0 15px 0
}

    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        padding: 0 8px;
        font-size: 16px
    }

@media (max-width:480px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body {
        padding: 0 4px
    }
}

.calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    position: relative;
    padding: 1rem 8px;
    color: #3c4240
}

    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td.right_align {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

@media (max-width:480px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td {
        font-size: 13px
    }
}

.calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td.sm_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18rem;
    flex: 0 0 18rem;
    max-width: 18rem
}

@media (max-width:1199px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td.sm_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
        flex: 0 0 15rem;
        max-width: 15rem
    }
}

@media (max-width:991px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td.sm_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:480px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td.sm_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }
}

.calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td.xs_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6rem;
    flex: 0 0 6rem;
    max-width: 6rem
}

.calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td.lg_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22rem;
    flex: 0 0 22rem;
    max-width: 22rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:991px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td.lg_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4rem;
        flex: 0 0 4rem;
        max-width: 4rem
    }
}

@media (max-width:575px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td.lg_column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px
    }
}

@media (max-width:991px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td.mobile_hide {
        display: none
    }
}

.calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_user_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_user_info .user_avatar {
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 8px 0 0;
        background: #fafafa
    }

        .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_user_info .user_avatar img {
            width: 42px;
            height: 42px
        }

@media (max-width:991px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_user_info .user_avatar {
        display: none
    }
}

.calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_user_info .user_details h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

@media (max-width:480px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_user_info .user_details h4 {
        font-size: 16px
    }
}

.calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_user_info .user_details p {
    font-size: 14px;
    margin: 0
}

@media (max-width:991px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_user_info .user_details p {
        display: none
    }
}

.calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status {
    font-weight: 600
}

    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status.green {
        color: #45b00e
    }

    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status.red {
        color: #f00e0e
    }

    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status.blue {
        color: #0958b8
    }

.calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 20px;
        border-right: 1px solid #ededed;
        font-weight: 600
    }

        .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.green_border_btn.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.green_border_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.green_border_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button {
            -webkit-box-shadow: none;
            box-shadow: none
        }

            .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.green_border_btn.fc-button.fc-AddAppointmentButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.green_border_btn img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.green_border_btn.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button img {
                display: none
            }

        .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > > button.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.white_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.white_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn > > button.fc-button.fc-SettingsMenuButton-button {
            margin-left: 10px
        }

            .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button:first-child, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button:first-child, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > > button.fc-button.fc-SettingsMenuButton-button:first-child, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button:first-child, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button:first-child, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button:first-child, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button:first-child, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.white_btn:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.white_btn.fc-button.fc-AddAppointmentButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn > > button.fc-button.fc-SettingsMenuButton-button:first-child {
                margin-left: 0
            }

@media (max-width:991px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.fc-button.fc-SettingsMenuButton-button {
        display: none
    }

        .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.green_border_btn.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.green_border_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.green_border_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button {
            width: 25px;
            min-width: 25px;
            height: 25px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 0;
            border: none;
            padding: 0
        }

            .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.green_border_btn.fc-button.fc-AddAppointmentButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.green_border_btn img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.green_border_btn.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button img {
                display: block
            }
}

.calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap button.status_dropdown_toggle {
    width: 34px;
    background: none;
    border: none;
    padding: 0 15px !important;
    color: #7a807d
}

    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap button.status_dropdown_toggle i {
        font-size: 21px
    }

    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap button.status_dropdown_toggle:after {
        display: none
    }

.calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .dropdown-menu .dropdown-item.desktop_hide {
    display: none
}

@media (max-width:991px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card .card-body .calendars_list_td .calendars_status_wrap .dropdown-menu .dropdown-item.desktop_hide {
        display: block
    }
}

@media (max-width:991px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_user_info .user_avatar {
        width: 24px;
        min-width: 24px;
        height: 24px;
        display: block
    }

        .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_user_info .user_avatar img {
            width: 26px;
            height: 26px
        }
}

.calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn {
    padding-right: 0;
    border-right: none
}

    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.green_border_btn.fc-button.fc-AddAppointmentButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > > button.fc-button.fc-SettingsMenuButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.green_border_btn img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.white_btn img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.green_border_btn.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.white_btn.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn > > button.fc-button.fc-SettingsMenuButton-button img {
        display: none
    }

@media (max-width:991px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.fc-button.fc-SettingsMenuButton-button {
        width: 34px;
        min-width: 34px;
        height: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 8px 8px
    }

        .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.green_border_btn.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > > button.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.green_border_btn, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.white_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.green_border_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.white_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn > > button.fc-button.fc-SettingsMenuButton-button {
            font-size: 0
        }

            .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.green_border_btn.fc-button.fc-AddAppointmentButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > > button.fc-button.fc-SettingsMenuButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.green_border_btn img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.white_btn img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.green_border_btn.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.white_btn.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.green_border_btn.fc-button.fc-SettingsMenuButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn > > button.fc-button.fc-SettingsMenuButton-button img {
                display: block
            }
}

.calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.report_delete_btn.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.report_delete_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.report_delete_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.report_delete_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.report_delete_btn.fc-button.fc-SettingsMenuButton-button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 8px;
    font-size: 0
}

    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.report_delete_btn.fc-button.fc-AddAppointmentButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.report_delete_btn.fc-button.fc-SettingsMenuButton-button img, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.report_delete_btn img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.report_delete_btn.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.report_delete_btn.fc-button.fc-SettingsMenuButton-button img {
        display: block
    }

@media (max-width:991px) {
    .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.report_delete_btn.fc-button.fc-AddAppointmentButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.report_delete_btn.fc-button.fc-SettingsMenuButton-button, .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.btn.default_btn.report_delete_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn button.report_delete_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .calendars_main_wrapper .calendars_list_table .calendars_list_tbody .card.manage_users_card .card-body .calendars_list_td .calendars_status_wrap .calendars_action_btn .fc-button-group > button.report_delete_btn.fc-button.fc-SettingsMenuButton-button {
        width: 34px;
        min-width: 34px;
        height: 34px
    }
}

.calendar_btn_group .row {
    margin-left: -5px;
    margin-right: -5px
}

    .calendar_btn_group .row .col-sm-6 {
        padding: 0 5px
    }

.calendar_btn_group button.calendar_btn {
    width: 100%;
    min-height: 90px;
    padding: 15px 5px;
    margin: 0 0 10px 0;
    border-radius: 6px;
    border: 1px solid #d2d9d5;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    outline: 0
}

@media (max-width:991px) {
    .calendar_btn_group button.calendar_btn {
        min-height: 60px
    }
}

.calendar_btn_group button.calendar_btn img {
    margin: 0 6px 0 0
}

.calendar_create_wrap {
    width: 100%;
    background-color: #fcfcfc;
    border-radius: 16px;
    position: absolute;
    padding: 1rem 30px;
    left: 0;
    top: auto;
    bottom: -150px
}

@media (max-width:575px) {
    .calendar_create_wrap {
        border-radius: 0 0 16px 16px;
        bottom: -130px
    }
}

.calendar_create_wrap .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calendar_create_wrap label {
    color: #3c4240;
    font-size: 28px;
    font-weight: 600
}

.calendar_create_wrap button.calendar_btn {
    width: 100%;
    min-height: 90px;
    padding: 15px 5px;
    margin: 0 0 10px 0;
    border-radius: 6px;
    border: 1px solid #d2d9d5;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    outline: 0
}

@media (max-width:991px) {
    .calendar_create_wrap button.calendar_btn {
        min-height: 60px
    }
}

.calendar_create_wrap button.calendar_btn img {
    margin: 0 6px 0 0
}

.edit_calendar_tabs_main ul.nav-tabs {
    border-bottom: none
}

    .edit_calendar_tabs_main ul.nav-tabs li.nav-item button.nav-link {
        color: #7a807d;
        background: #fcfcfc;
        text-transform: capitalize;
        border: 1px solid #ededed;
        border-bottom: 0;
        padding: 0.6rem 1.5rem
    }

        .edit_calendar_tabs_main ul.nav-tabs li.nav-item button.nav-link.active {
            font-weight: 700;
            color: #31b879;
            background: #fff;
            border-top: 3px solid #31b879
        }

.edit_calendar_tabs_main .tab-content > .tab-pane {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    border: 1px solid #ededed;
    padding: 15px 30px 30px 30px;
    border-radius: 0 10px 10px 10px;
    margin-bottom: 45px
}

@media (max-width:991px) {
    .edit_calendar_tabs_main .tab-content > .tab-pane {
        padding: 15px 15px
    }
}

.keyword_mapping_list .keyword_mapping_box {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    border: 1px solid #ededed;
    padding: 15px 15px;
    border-radius: 10px;
    margin-bottom: 15px
}

    .keyword_mapping_list .keyword_mapping_box .keyword_mapping_col {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        padding: 0 15px
    }

        .keyword_mapping_list .keyword_mapping_box .keyword_mapping_col h4 {
            font-size: 18px;
            font-weight: 700;
            color: #3c4240;
            text-transform: uppercase;
            margin: 0 0 8px 0
        }

        .keyword_mapping_list .keyword_mapping_box .keyword_mapping_col p {
            font-size: 14px;
            font-weight: 600;
            color: #3c4240;
            margin: 0
        }

        .keyword_mapping_list .keyword_mapping_box .keyword_mapping_col:first-child {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 70%;
            flex: 0 0 70%
        }

    .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-right: 20px;
            border-right: 1px solid #ededed;
            font-weight: 600
        }

            .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn button.white_btn.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn > > button.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > > button.fc-button.fc-SettingsMenuButton-button, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn button.btn.default_btn.white_btn {
                margin-left: 10px
            }

                .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn button.white_btn.fc-button.fc-AddAppointmentButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn > > button.fc-button.fc-SettingsMenuButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button:first-child, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button:first-child, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button:first-child, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.white_btn.fc-button.fc-AddAppointmentButton-button:first-child, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > > button.fc-button.fc-SettingsMenuButton-button:first-child, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.btn.fc-button.fc-SettingsMenuButton-button:first-child, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.default_btn.fc-button.fc-SettingsMenuButton-button:first-child, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.white_btn.fc-button.fc-SettingsMenuButton-button:first-child, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button:first-child, .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn button.btn.default_btn.white_btn:first-child {
                    margin-left: 0
                }

@media (max-width:991px) {
    .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .keywordmapping_action_btn {
        display: none
    }
}

.keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap button.keywordmapping_toggle {
    background: none;
    border: none;
    padding: 0 15px !important;
    color: #7a807d
}

    .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap button.keywordmapping_toggle i {
        font-size: 21px
    }

    .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap button.keywordmapping_toggle:after {
        display: none
    }

.keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .dropdown-menu .dropdown-item.desktop_hide {
    display: none
}

@media (max-width:991px) {
    .keyword_mapping_list .keyword_mapping_box .keywordmapping_status_wrap .dropdown-menu .dropdown-item.desktop_hide {
        display: block
    }
}

.customers_main_wrapper {
    padding: 30px 0 0 0
}

@media (max-width:991px) {
    .customers_main_wrapper {
        padding: 20px 0 0 0
    }
}

.customers_main_wrapper .customers_page_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .customers_main_wrapper .customers_page_header .customers_page_header_left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 15px 0 0;
        padding-bottom: 30px
    }

@media (max-width:991px) {
    .customers_main_wrapper .customers_page_header .customers_page_header_left {
        padding-bottom: 10px
    }
}

@media (max-width:767px) {
    .customers_main_wrapper .customers_page_header .customers_page_header_left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }
}

.customers_main_wrapper .customers_page_header .customers_page_header_left .customers_left_tab ul.nav.nav-tabs {
    border-radius: 200px;
    border: 1px solid #d2d9d5;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    padding: 4px 4px
}

    .customers_main_wrapper .customers_page_header .customers_page_header_left .customers_left_tab ul.nav.nav-tabs li.nav-item button.nav-link {
        display: inline-block;
        font-size: 16px;
        color: #7a807d;
        font-weight: 400;
        text-align: center;
        border-radius: 200px;
        border: 1px solid #f7f7f7;
        padding: 0.3em 3em;
        margin: 0 6px 0 0
    }

@media (max-width:480px) {
    .customers_main_wrapper .customers_page_header .customers_page_header_left .customers_left_tab ul.nav.nav-tabs li.nav-item button.nav-link {
        padding: 0.3em 1.5em
    }
}

.customers_main_wrapper .customers_page_header .customers_page_header_left .customers_left_tab ul.nav.nav-tabs li.nav-item button.nav-link:last-child {
    margin-right: 0
}

.customers_main_wrapper .customers_page_header .customers_page_header_left .customers_left_tab ul.nav.nav-tabs li.nav-item button.nav-link.active {
    color: #31b879;
    font-weight: 700;
    border-radius: 200px;
    background: #fff;
    border-color: #d2d9d5;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1)
}

.customers_main_wrapper .customers_page_header .customers_page_header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto;
    padding-bottom: 30px
}

@media (max-width:991px) {
    .customers_main_wrapper .customers_page_header .customers_page_header_right {
        padding-bottom: 10px
    }
}

.customers_main_wrapper .customers_page_header .customers_page_header_right .customers_searchbar {
    width: 100%;
    min-width: 20rem;
    position: relative;
    background: #f7f7f7;
    border: 1px solid #d2d9d5;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 200px;
    padding: 9px 20px 9px 40px
}

@media (max-width:1199px) {
    .customers_main_wrapper .customers_page_header .customers_page_header_right .customers_searchbar {
        min-width: 12rem
    }
}

@media (max-width:767px) {
    .customers_main_wrapper .customers_page_header .customers_page_header_right .customers_searchbar {
        display: none
    }
}

.customers_main_wrapper .customers_page_header .customers_page_header_right .customers_searchbar input {
    width: 100%;
    background: none;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: #000
}

.customers_main_wrapper .customers_page_header .customers_page_header_right .customers_searchbar button.search_btn {
    font-size: 16px;
    color: #d2d9d5;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    left: 0;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.customers_main_wrapper .customers_page_header .customers_page_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .customers_main_wrapper .customers_page_header .customers_page_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button, .customers_main_wrapper .customers_page_header .customers_page_header_right button.btn.default_btn.green_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .customers_main_wrapper .customers_page_header .customers_page_header_right button.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .customers_main_wrapper .customers_page_header .customers_page_header_right .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .customers_main_wrapper .customers_page_header .customers_page_header_right .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button {
    margin: 0 0 0 10px
}

    .customers_main_wrapper .customers_page_header .customers_page_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button img, .customers_main_wrapper .customers_page_header .customers_page_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button img, .customers_main_wrapper .customers_page_header .customers_page_header_right button.btn.default_btn.green_btn img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .customers_main_wrapper .customers_page_header .customers_page_header_right button.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .customers_main_wrapper .customers_page_header .customers_page_header_right .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .customers_main_wrapper .customers_page_header .customers_page_header_right .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button img {
        display: none
    }

@media (max-width:991px) {
    .customers_main_wrapper .customers_page_header .customers_page_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .customers_main_wrapper .customers_page_header .customers_page_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button, .customers_main_wrapper .customers_page_header .customers_page_header_right button.btn.default_btn.green_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .customers_main_wrapper .customers_page_header .customers_page_header_right button.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .customers_main_wrapper .customers_page_header .customers_page_header_right .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .customers_main_wrapper .customers_page_header .customers_page_header_right .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button {
        width: 38px;
        min-width: 38px;
        height: 38px;
        font-size: 0;
        padding: 9px 3px
    }

        .customers_main_wrapper .customers_page_header .customers_page_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button img, .customers_main_wrapper .customers_page_header .customers_page_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button img, .customers_main_wrapper .customers_page_header .customers_page_header_right button.btn.default_btn.green_btn img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .customers_main_wrapper .customers_page_header .customers_page_header_right button.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .customers_main_wrapper .customers_page_header .customers_page_header_right .fc-button-group > button.green_btn.fc-button.fc-SettingsMenuButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .customers_main_wrapper .customers_page_header .customers_page_header_right .fc-toolbar-chunk:first-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button.fc-AddAppointmentButton-button img {
            display: block;
            margin: 0 auto
        }
}

.customers_main_wrapper .customers_page_header .customers_page_header_right .setting_dropdown {
    margin: 0 0 0 10px
}

@media (max-width:767px) {
    .customers_main_wrapper .customers_page_header .customers_page_header_right .setting_dropdown {
        display: none
    }
}

.customers_main_wrapper .customers_page_header .customers_page_header_right .setting_dropdown button.dropdown-toggle {
    width: 42px;
    min-width: 42px;
    height: 42px;
    outline: 0;
    padding: 4px !important;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    border: 1px solid #d2d9d5;
    border-radius: 50%;
    cursor: pointer
}

    .customers_main_wrapper .customers_page_header .customers_page_header_right .setting_dropdown button.dropdown-toggle:after {
        display: none
    }

.customers_main_wrapper .customers_page_header #group_tab_sidebar {
    display: none
}

.customers_main_wrapper .customers_mobile_header {
    position: relative;
    padding-right: 50px;
    margin-bottom: 15px;
    display: none
}

    .customers_main_wrapper .customers_mobile_header.group_mobile_header {
        padding-right: 0
    }

@media (max-width:767px) {
    .customers_main_wrapper .customers_mobile_header {
        display: block
    }
}

.customers_main_wrapper .customers_mobile_header .customers_searchbar {
    width: 100%;
    position: relative;
    background: #f7f7f7;
    border: 1px solid #d2d9d5;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 200px;
    padding: 9px 20px 9px 40px
}

    .customers_main_wrapper .customers_mobile_header .customers_searchbar input {
        width: 100%;
        background: none;
        border: 0;
        outline: 0;
        font-size: 16px;
        color: #000
    }

    .customers_main_wrapper .customers_mobile_header .customers_searchbar button.search_btn {
        font-size: 16px;
        color: #d2d9d5;
        background: none;
        border: 0;
        padding: 0;
        position: absolute;
        left: 0;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.customers_main_wrapper .customers_mobile_header .setting_dropdown {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    margin: 0 0 0 10px
}

    .customers_main_wrapper .customers_mobile_header .setting_dropdown button.dropdown-toggle {
        width: 42px;
        min-width: 42px;
        height: 42px;
        outline: 0;
        padding: 4px !important;
        background: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        border: 1px solid #d2d9d5;
        border-radius: 50%;
        cursor: pointer
    }

        .customers_main_wrapper .customers_mobile_header .setting_dropdown button.dropdown-toggle:after {
            display: none
        }

.customers_main_wrapper .customers_tab_panel .customers_leftlist_wrap {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    border: 1px solid #ededed;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    padding: 20px 20px
}

    .customers_main_wrapper .customers_tab_panel .customers_leftlist_wrap .customers_leftlist_header {
        border-bottom: 1px solid #ededed;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

        .customers_main_wrapper .customers_tab_panel .customers_leftlist_wrap .customers_leftlist_header h4 {
            font-size: 18px;
            font-weight: 600;
            color: #3c4240;
            margin: 0 0 15px 0
        }

    .customers_main_wrapper .customers_tab_panel .customers_leftlist_wrap .customers_leftlist_content {
        position: relative;
        margin: 0 -20px;
        height: calc(100vh - 370px);
        overflow: hidden;
        overflow-y: auto
    }

        .customers_main_wrapper .customers_tab_panel .customers_leftlist_wrap .customers_leftlist_content ul.customers_leftlist.nav {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .customers_main_wrapper .customers_tab_panel .customers_leftlist_wrap .customers_leftlist_content ul.customers_leftlist.nav li {
                width: 100%;
                margin: 0;
                padding: 0
            }

                .customers_main_wrapper .customers_tab_panel .customers_leftlist_wrap .customers_leftlist_content ul.customers_leftlist.nav li a {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    position: relative;
                    padding: 10px 20px;
                    cursor: pointer;
                    color: #3c4240;
                    border-left: 3px solid #fff
                }

                    .customers_main_wrapper .customers_tab_panel .customers_leftlist_wrap .customers_leftlist_content ul.customers_leftlist.nav li a .customers_list_avatar {
                        width: 26px;
                        min-width: 26px;
                        height: 26px;
                        overflow: hidden;
                        border-radius: 50%;
                        margin: 0 10px 0 0
                    }

                        .customers_main_wrapper .customers_tab_panel .customers_leftlist_wrap .customers_leftlist_content ul.customers_leftlist.nav li a .customers_list_avatar img {
                            width: 26px;
                            min-width: 26px;
                            height: 26px
                        }

                    .customers_main_wrapper .customers_tab_panel .customers_leftlist_wrap .customers_leftlist_content ul.customers_leftlist.nav li a span {
                        width: 100%;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis
                    }

                    .customers_main_wrapper .customers_tab_panel .customers_leftlist_wrap .customers_leftlist_content ul.customers_leftlist.nav li a.active {
                        color: #31b879;
                        font-weight: 700;
                        border-left-color: #31b879;
                        background: #fafafa
                    }

.customers_main_wrapper .customers_tab_panel .tab-content.mobile_slide_tab_content {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 210px)
}

@media (max-width:767px) {
    .customers_main_wrapper .customers_tab_panel .tab-content.mobile_slide_tab_content {
        height: auto
    }
}

.customers_main_wrapper .customers_tab_panel .tab-content.mobile_slide_tab_content > .tab-pane {
    width: 100%;
    display: block !important;
    opacity: 1 !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

    .customers_main_wrapper .customers_tab_panel .tab-content.mobile_slide_tab_content > .tab-pane.active {
        position: relative;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

@media (max-width:767px) {
    .customers_main_wrapper .customers_tab_panel .tab-content.mobile_slide_tab_content > .tab-pane {
        position: fixed;
        top: 80px
    }

        .customers_main_wrapper .customers_tab_panel .tab-content.mobile_slide_tab_content > .tab-pane.active {
            position: fixed;
            -webkit-transform: translateX(100%);
            transform: translateX(100%)
        }
}

.customers_main_wrapper .customers_tab_panel .customers_right_detail {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    border: 1px solid #ededed;
    border-radius: 10px
}

    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fcfcfc;
        border-bottom: 1px solid #ededed;
        border-radius: 10px 10px 0 0
    }

        .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: 15px;
            padding: 15px 15px
        }

            .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_left button.mobile_back_arrow {
                background: none;
                border: 0;
                outline: 0;
                padding: 0;
                margin: 0 10px 0 0;
                display: none
            }

@media (max-width:991px) {
    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_left button.mobile_back_arrow {
        display: block
    }
}

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_left button.mobile_back_arrow img {
    width: 18px;
    min-width: 18px;
    height: 18px
}

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_left .customers_user_info {
    position: relative;
    padding-left: 50px
}

    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_left .customers_user_info .customers_message_avatar {
        width: 40px;
        min-width: 40px;
        height: 40px;
        overflow: hidden;
        background: #fafafa;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0
    }

        .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_left .customers_user_info .customers_message_avatar img {
            width: 42px;
            min-width: 42px;
            height: 42px
        }

    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_left .customers_user_info h4 {
        font-size: 18px;
        font-weight: 600;
        margin: 10px 0
    }

    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_left .customers_user_info .customers_user_contacts {
        font-size: 14px
    }

        .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_left .customers_user_info .customers_user_contacts span {
            margin: 0 4px 4px 0
        }

        .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_left .customers_user_info .customers_user_contacts a {
            color: #7a807d
        }

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    padding: 15px 15px
}

    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right button.white_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button {
        margin-left: 10px
    }

@media (max-width:1280px) {
    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right button.white_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button {
        padding: 9px 15px
    }
}

@media (max-width:991px) {
    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right button.white_btn, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button {
        display: none
    }
}

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right button.customers_dropdown_toggle {
    background: none;
    border: none;
    border-left: 1px solid #ededed;
    outline: none;
    padding: 6px 0 6px 15px;
    margin-left: 15px
}

    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right button.customers_dropdown_toggle img {
        width: 4px;
        min-width: 4px;
        height: 20px
    }

    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right button.customers_dropdown_toggle:after {
        display: none
    }

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right .dropdown-menu li a.dropdown-item.desktop-hide, .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right .dropdown-menu li button.dropdown-item.desktop-hide {
    display: none
}

@media (max-width:991px) {
    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right .dropdown-menu li a.dropdown-item.desktop-hide, .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_header .customers_header_right .dropdown-menu li button.dropdown-item.desktop-hide {
        display: block
    }
}

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content {
    position: relative;
    padding: 15px 15px
}

    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content ul.nav-tabs {
        border-color: #d2d9d5
    }

        .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content ul.nav-tabs li button.nav-link {
            width: 100%;
            display: inline-block;
            position: relative;
            color: #7a807d;
            font-weight: 500;
            padding: 0.5rem 1.5rem;
            background: none;
            border: none
        }

@media (max-width:480px) {
    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content ul.nav-tabs li button.nav-link {
        padding: 0.5rem 0.6rem;
        font-size: 14px
    }
}

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content ul.nav-tabs li button.nav-link:after {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    content: "";
    border-radius: 30px
}

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content ul.nav-tabs li button.nav-link.active {
    background-color: #31b879;
    color: #fff
}

    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content ul.nav-tabs li button.nav-link.active:after {
        background: #31b879
    }

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content ul.nav-tabs li button.nav-link:not(.active):hover {
    color: #31b879
}

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .tab-content {
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 375px);
    padding: 20px 0 0 0
}

@media (max-width:767px) {
    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .tab-content {
        height: calc(100vh - 235px)
    }
}

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .info_list ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .info_list ul li {
        padding: 0;
        margin-bottom: 20px
    }

        .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .info_list ul li .col strong {
            color: #3c4240;
            font-weight: 600
        }

        .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .info_list ul li .col:first-child {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
            flex: 0 0 30%
        }

@media (max-width:767px) {
    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .appointment_list_grid .appointment_list:first-child {
        margin-bottom: 45px
    }
}

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .appointment_list_grid .appointment_list h3 {
    font-size: 18px;
    font-weight: 600;
    color: #3c4240;
    margin: 0 0 30px 0
}

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .appointment_list_grid .appointment_list .appointment_box {
    margin: 0 0 35px 0
}

    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .appointment_list_grid .appointment_list .appointment_box .appointment_box_title {
        display: inline-block;
        position: relative;
        padding-left: 20px;
        color: #31b879;
        font-size: 16px;
        font-weight: 600
    }

        .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .appointment_list_grid .appointment_list .appointment_box .appointment_box_title img {
            width: 14px;
            height: 14px;
            position: absolute;
            left: 0;
            top: 3px
        }

        .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .appointment_list_grid .appointment_list .appointment_box .appointment_box_title .label_text {
            position: absolute;
            left: 100%;
            top: -6px;
            width: 100%;
            padding-left: 8px;
            font-size: 12px;
            font-weight: 600
        }

            .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .appointment_list_grid .appointment_list .appointment_box .appointment_box_title .label_text.red {
                color: #f00e0e
            }

            .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .appointment_list_grid .appointment_list .appointment_box .appointment_box_title .label_text.blue {
                color: #0958b8
            }

            .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .appointment_list_grid .appointment_list .appointment_box .appointment_box_title .label_text.green {
                color: #31b879
            }

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .empty_note_wrap {
    margin-bottom: 30px
}

    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .empty_note_wrap p {
        color: #3c4240
    }

.customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .notes_list .notes_list_box {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 15px
}

    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .notes_list .notes_list_box .notes_box_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #ededed;
        padding-top: 15px;
        color: #3c4240
    }

        .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .notes_list .notes_list_box .notes_box_footer .notes_options {
            margin: 0 0 0 auto;
            text-align: right
        }

            .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .notes_list .notes_list_box .notes_box_footer .notes_options button {
                margin: 0 0 0 6px
            }

                .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .notes_list .notes_list_box .notes_box_footer .notes_options button:first-child {
                    margin: 0
                }

                .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .notes_list .notes_list_box .notes_box_footer .notes_options button.delete_btn {
                    width: 44px;
                    min-width: 44px;
                    height: 44px;
                    padding: 9px 6px
                }

@media (max-width:480px) {
    .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .notes_list .notes_list_box .notes_box_footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .notes_list .notes_list_box .notes_box_footer .notes_date, .customers_main_wrapper .customers_tab_panel .customers_right_detail .customers_details_content .notes_list .notes_list_box .notes_box_footer .notes_options {
            width: 100%
        }
}

@media (max-width:767px) {
    body.customer_details_collapse {
        overflow: hidden
    }

        body.customer_details_collapse .customers_main_wrapper .customers_tab_panel .tab-content.mobile_slide_tab_content > .tab-pane.active {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
}

.imageupload .file-tab {
    text-align: center;
    margin: 0 0 15px 0
}

    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .imageupload .file-tab .fc-button-group > label.btn-default.btn-file.fc-button.fc-SettingsMenuButton-button, .imageupload .file-tab .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > label.btn-default.btn-file.fc-button.fc-SettingsMenuButton-button, .imageupload .file-tab label.btn.btn-default.btn-file {
        position: relative
    }

        .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .imageupload .file-tab .fc-button-group > label.btn-default.btn-file.fc-button.fc-SettingsMenuButton-button input, .imageupload .file-tab .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > label.btn-default.btn-file.fc-button.fc-SettingsMenuButton-button input, .imageupload .file-tab label.btn.btn-default.btn-file input {
            display: none
        }

    .imageupload .file-tab .upload_img_avatar {
        width: 176px;
        height: 176px;
        display: block;
        border-radius: 50%;
        border: 1px solid #ededed;
        overflow: hidden;
        margin: 0 auto 20px auto
    }

        .imageupload .file-tab .upload_img_avatar img {
            width: 178px;
            height: 178px;
            -o-object-fit: cover;
            object-fit: cover
        }

    .imageupload .file-tab span.drag_round_shape {
        position: relative;
        color: #7a807d;
        font-size: 16px;
        font-weight: 600
    }

        .imageupload .file-tab span.drag_round_shape:before {
            width: 176px;
            height: 176px;
            content: "";
            display: block;
            border-radius: 50%;
            border: 2px dashed #e6e6e6;
            background: url(/images/2022/upload-lg-icon.svg) no-repeat center;
            background-size: 60px;
            overflow: hidden;
            margin: 0 auto 10px auto
        }

            .imageupload .file-tab span.drag_round_shape:before img {
                width: 178px;
                height: 178px;
                -o-object-fit: cover;
                object-fit: cover
            }

    .imageupload .file-tab span.upload_btn {
        background: #fff;
        border: 1px solid #d2d9d5;
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
        box-shadow: 0 2px 2px rgba(0,0,0,0.1);
        border-radius: 200px;
        white-space: nowrap;
        font-size: 16px;
        font-weight: 600;
        color: #3c4240;
        padding: 9px 30px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease
    }

.group_member_list_main .group_member_list_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px 0
}

    .group_member_list_main .group_member_list_header .select_all_check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        border: 1px solid #d2d9d5;
        border-radius: 200px;
        padding: 8px 15px 8px 20px;
        margin: 0 10px 0 0
    }

        .group_member_list_main .group_member_list_header .select_all_check .form-check {
            top: 3px
        }

        .group_member_list_main .group_member_list_header .select_all_check button.select_all_toggle {
            width: 18px;
            height: 24px;
            padding: 0;
            background: none;
            border: none;
            position: relative;
            top: -2px
        }

        .group_member_list_main .group_member_list_header .select_all_check .dropdown-menu {
            left: -50px !important;
            top: 10px !important
        }

@media (max-width:991px) {
    .group_member_list_main .group_member_list_header .group_member_right {
        margin-left: auto
    }
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .group_member_list_main .group_member_list_header .group_member_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .group_member_list_main .group_member_list_header .group_member_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .group_member_list_main .group_member_list_header .group_member_right button.white_btn {
    margin-right: 10px
}

@media (max-width:991px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .group_member_list_main .group_member_list_header .group_member_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .group_member_list_main .group_member_list_header .group_member_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .group_member_list_main .group_member_list_header .group_member_right button.white_btn {
        width: 42px;
        min-width: 42px;
        height: 42px;
        font-size: 0;
        padding: 4px
    }
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .group_member_list_main .group_member_list_header .group_member_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img, .group_member_list_main .group_member_list_header .group_member_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img, .group_member_list_main .group_member_list_header .group_member_right button.white_btn img {
    display: none
}

@media (max-width:991px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .group_member_list_main .group_member_list_header .group_member_right .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img, .group_member_list_main .group_member_list_header .group_member_right .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img, .group_member_list_main .group_member_list_header .group_member_right button.white_btn img {
        display: block;
        margin: 0 auto
    }
}

.group_member_list_main .group_member_list .group_member_list_box {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    border: 1px solid #ededed;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    padding: 0 8px;
    font-size: 16px;
    margin: 0 0 15px 0
}

    .group_member_list_main .group_member_list .group_member_list_box.checked {
        border-color: #31b879
    }

    .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        position: relative;
        padding: 1rem 8px;
        color: #3c4240
    }

        .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td.sm_column {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 45px;
            flex: 0 0 45px;
            max-width: 45px
        }

        .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td .form-check {
            margin-top: 8px
        }

@media (max-width:991px) {
    .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td .form-check {
        display: none
    }
}

.group_member_list_main .group_member_list .group_member_list_box .group_member_list_td .mobile_msg_check {
    display: none
}

@media (max-width:991px) {
    .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td .mobile_msg_check {
        display: block
    }
}

.group_member_list_main .group_member_list .group_member_list_box .group_member_list_td .group_messages_avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 6px;
    top: 15px
}

@media (max-width:991px) {
    .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td .group_messages_avatar {
        top: 8px
    }
}

.group_member_list_main .group_member_list .group_member_list_box .group_member_list_td .group_messages_avatar img {
    width: 42px;
    height: 42px
}

.group_member_list_main .group_member_list .group_member_list_box .group_member_list_td .member_details {
    padding: 0 0 0 50px
}

    .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td .member_details h4 {
        font-size: 18px;
        font-weight: 700;
        margin: 0
    }

@media (max-width:991px) {
    .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td .member_details h4 {
        font-size: 16px;
        font-weight: 600
    }
}

.group_member_list_main .group_member_list .group_member_list_box .group_member_list_td .member_details span {
    font-size: 14px;
    color: #7a807d;
    margin-right: 6px
}

@media (max-width:991px) {
    .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td .member_details span {
        display: none
    }
}

.group_member_list_main .group_member_list .group_member_list_box .group_member_list_td .member_details span:last-child {
    margin-right: 0
}

.group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child button.white_btn {
        margin-left: 6px
    }

@media (max-width:991px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child button.white_btn {
        width: 42px;
        min-width: 42px;
        height: 42px;
        font-size: 0;
        padding: 4px
    }
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img, .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img, .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child button.white_btn img {
    display: none
}

@media (max-width:991px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img, .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img, .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child button.white_btn img {
        display: block;
        margin: 0 auto
    }
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button:first-child, .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button:first-child, .group_member_list_main .group_member_list .group_member_list_box .group_member_list_td:last-child button.white_btn:first-child {
    margin-left: 0
}

.stepper_main_wrapper {
    width: 100%;
    max-width: 765px;
    margin: 0 auto;
    padding: 40px 0 0 0
}

@media (max-width:991px) {
    .stepper_main_wrapper {
        padding: 20px 0 0 0
    }
}

.stepper_main_wrapper .stepper_header {
    text-align: center
}

    .stepper_main_wrapper .stepper_header h4 {
        font-size: 16px;
        font-weight: 600;
        color: #3c4240;
        margin: 0 0 10px 0
    }

    .stepper_main_wrapper .stepper_header .step_border_wrap {
        height: 6px;
        background: #ededed;
        overflow: hidden;
        border-radius: 30px;
        margin-bottom: 20px
    }

        .stepper_main_wrapper .stepper_header .step_border_wrap .step_border_active {
            height: 6px;
            background: #31b879
        }

.stepper_main_wrapper .stepper_form_wrap .card {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    border-radius: 10px;
    padding: 30px 30px
}

@media (max-width:575px) {
    .stepper_main_wrapper .stepper_form_wrap .card {
        padding: 30px 15px
    }
}

.stepper_main_wrapper .stepper_form_wrap .card .stepper_form_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 15px 0
}

    .stepper_main_wrapper .stepper_form_wrap .card .stepper_form_header h2.stepper_form_title {
        font-size: 30px;
        font-weight: 600;
        color: #3c4240
    }

@media (max-width:767px) {
    .stepper_main_wrapper .stepper_form_wrap .card .stepper_form_header h2.stepper_form_title {
        font-size: 24px
    }
}

@media (max-width:480px) {
    .stepper_main_wrapper .stepper_form_wrap .card .stepper_form_header h2.stepper_form_title {
        font-size: 21px
    }
}

.stepper_main_wrapper .stepper_form_wrap .card .stepper_form_header .stepper_form_right {
    color: #3c4240;
    font-size: 14px
}

.stepper_main_wrapper .stepper_form_wrap .card .border_center_wrap {
    border-top: 1px solid #ededed;
    text-align: center;
    padding: 10px 0
}

.stepper_main_wrapper .stepper_form_wrap .card .stepper_footer_btn {
    text-align: center
}

    .stepper_main_wrapper .stepper_form_wrap .card .stepper_footer_btn button {
        width: 200px
    }

.stepper_main_wrapper .stepper_form_wrap.connect_calander_wrap .card {
    background: #fcfcfc
}

.stepper_main_wrapper .stepper_form_wrap.connect_calander_wrap .stepper_create_calendar {
    width: 100%;
    background: #fcfcfc;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 16px;
    padding: 1rem 30px;
    margin-top: 15px
}

    .stepper_main_wrapper .stepper_form_wrap.connect_calander_wrap .stepper_create_calendar .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .stepper_main_wrapper .stepper_form_wrap.connect_calander_wrap .stepper_create_calendar label {
        color: #3c4240;
        font-size: 28px;
        font-weight: 600
    }

    .stepper_main_wrapper .stepper_form_wrap.connect_calander_wrap .stepper_create_calendar button.calendar_btn {
        width: 100%;
        min-height: 90px;
        padding: 15px 5px;
        margin: 0 0 10px 0;
        border-radius: 6px;
        border: 1px solid #d2d9d5;
        background: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        outline: 0
    }

        .stepper_main_wrapper .stepper_form_wrap.connect_calander_wrap .stepper_create_calendar button.calendar_btn img {
            margin: 0 6px 0 0
        }

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 0;
    height: auto
}

    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button:before {
        content: "+";
        color: inherit;
        margin-right: 6px
    }

.fc .fc-popover {
    border: 1px solid #E9E9E9;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.16);
    box-shadow: 0 1px 4px rgba(0,0,0,0.16);
    padding: 0 13px
}

    .fc .fc-popover .fc-popover-header {
        font-size: 15px;
        font-weight: 600;
        color: #3c4240;
        background: transparent;
        padding: 8px 0;
        border-bottom: 1px solid #D8D8D8
    }

@media (max-width:575px) {
    .fc .fc-popover .fc-popover-header {
        font-size: 12px
    }
}

.fc .fc-popover .fc-popover-header .fc-popover-close {
    opacity: 1
}

.fc .fc-popover .fc-popover-body {
    padding: 8px 0
}

.fc .fc-popover .fc-event {
    margin-left: 0;
    margin-right: 0;
    padding: 2px 4px;
    background: transparent
}

    .fc .fc-popover .fc-event * {
        color: #212625
    }

    .fc .fc-popover .fc-event .fc-event-time {
        font-weight: 600
    }

    .fc .fc-popover .fc-event .fc-event-title {
        font-weight: 400
    }

.fc .fc-popover .fc-h-event, .fc .fc-popover .fc-v-event {
    border: 0px;
    background: #EBFFF5;
    font-size: 13px;
    border-radius: 3px
}

@media (max-width:575px) {
    .fc .fc-popover .fc-h-event, .fc .fc-popover .fc-v-event {
        font-size: 11px
    }
}

.fc .fc-popover .fc-h-event.fc-event-start, .fc .fc-popover .fc-v-event.fc-event-start {
    border-left: 5px solid #007840
}

.fc .fc-popover .fc-h-event.fc-event-end, .fc .fc-popover .fc-v-event.fc-event-end {
    border-right: 0px solid #007840
}

.fc .fc-popover .fc-h-event .fc-event-time, .fc .fc-popover .fc-v-event .fc-event-time {
    font-weight: 600
}

.fc .fc-popover .fc-h-event .fc-event-title, .fc .fc-popover .fc-v-event .fc-event-title {
    font-weight: 400
}

.fc .fc-view-harness {
    background: transparent
}

.fc .fc-view {
    overflow: auto
}

    .fc .fc-view .fc-timegrid-divider {
        padding: 0;
        background: #d2d9d5
    }

    .fc .fc-view > table {
        border: 1px solid #E9E9E9;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        border-radius: 7px;
        background: #fff
    }

        .fc .fc-view > table td, .fc .fc-view > table th {
            border-color: #d2d9d5;
            border-style: solid
        }

        .fc .fc-view > table > thead tr.fc-scrollgrid-section-header > td {
            border-radius: 7px 7px 0 0;
            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
            box-shadow: 0 1px 3px rgba(0,0,0,0.11);
            background: #fff
        }

            .fc .fc-view > table > thead tr.fc-scrollgrid-section-header > td, .fc .fc-view > table > thead tr.fc-scrollgrid-section-header > td .fc-col-header-cell {
                border: 1px solid #d2d9d5
            }

                .fc .fc-view > table > thead tr.fc-scrollgrid-section-header > td .fc-col-header-cell {
                    padding: 0
                }

                    .fc .fc-view > table > thead tr.fc-scrollgrid-section-header > td .fc-col-header-cell > div {
                        padding: 9px 5px
                    }

                    .fc .fc-view > table > thead tr.fc-scrollgrid-section-header > td .fc-col-header-cell a {
                        color: #3c4240;
                        font-size: 16px;
                        padding: 0;
                        display: block
                    }

@media (max-width:575px) {
    .fc .fc-view > table > thead tr.fc-scrollgrid-section-header > td .fc-col-header-cell a {
        font-size: 12px
    }
}

.fc .fc-view > table > tbody td a {
    color: #3c4240
}

.fc .fc-view > table > tbody .fc-daygrid-day-number {
    padding: 6.5px 7.5px
}

.fc .fc-view > table > tbody .fc-day:first-child, .fc .fc-view > table > tbody .fc-day:last-child {
    background-image: url("/images/2022/first_days.png");
    background-position: center
}

.fc .fc-view > table > tbody .fc-event {
    display: block;
    padding: 8px 4px 5px;
    padding-left: 9px;
    border: 0px;
    background: #EBFFF5;
    font-size: 13px;
    border-radius: 3px;
    position: relative;
    overflow: hidden
}

@media (max-width:575px) {
    .fc .fc-view > table > tbody .fc-event {
        font-size: 11px
    }
}

.fc .fc-view > table > tbody .fc-event > .fc-event-main {
    position: static
}

.fc .fc-view > table > tbody .fc-event * {
    color: #212625
}

.fc .fc-view > table > tbody .fc-event.boldblue *, .fc .fc-view > table > tbody .fc-event.boldred *, .fc .fc-view > table > tbody .fc-event.brown * {
    color: #F5F5F5
}

.fc .fc-view > table > tbody .fc-event .fc-event-time, .fc .fc-view > table > tbody .fc-event .fc-event-title {
    line-height: 1
}

    .fc .fc-view > table > tbody .fc-event .fc-event-time:after {
        content: "-";
        margin-left: 4px;
        margin-right: 2px
    }

.fc .fc-view > table > tbody .fc-event .fc-event-title {
    font-weight: bold;
    padding: 0
}

.fc .fc-view > table > tbody .fc-event:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 5px solid;
    border-color: inherit
}

.fc .fc-view > table > tbody .fc-event .custom-event > .fc-daygrid-event-dot {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 5px solid;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0
}

.fc .fc-view > table > tbody .fc-event .fc-event-title-container {
    line-height: 1
}

.fc .fc-view > table > tbody .fc-event.grey {
    background: #e1e1e1
}

.fc .fc-view > table > tbody .fc-event.purple {
    background: #dbadff
}

.fc .fc-view > table > tbody .fc-event.red {
    background: #ff887c
}

.fc .fc-view > table > tbody .fc-event.orange {
    background: #ffb878
}

.fc .fc-view > table > tbody .fc-event.yellow {
    background: #fbd75b
}

.fc .fc-view > table > tbody .fc-event.boldgreen {
    background: #51b749
}

.fc .fc-view > table > tbody .fc-event.turqouise {
    background: #46d6db
}

.fc .fc-view > table > tbody .fc-event.blue {
    background: #a4bdfc
}

.fc .fc-view > table > tbody .fc-event.brown {
    background: #d06b64
}

.fc .fc-view > table > tbody .fc-event.green {
    background: #7ae7bf
}

.fc .fc-view > table > tbody .fc-event.boldblue {
    background: #5484ed
}

.fc .fc-view > table > tbody .fc-event.boldred {
    background: #dc2127
}

.fc .fc-view > table > tbody .custom-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fc .fc-view > table > tbody .fc-highlight {
    border-top: 3px solid #089C56;
    background: transparent
}

.fc .fc-view > table > tbody .fc-daygrid-day-bottom {
    padding: 4px 4px 0
}

.fc .fc-view > table > tbody .fc-more-link {
    font-size: 16px;
    font-weight: 600;
    color: #089C56
}

@media (max-width:575px) {
    .fc .fc-view > table > tbody .fc-more-link {
        font-size: 12px
    }
}

.fc .fc-view.fc-timeGridWeek-view > table > tbody .fc-day:first-child, .fc .fc-view.fc-timeGridWeek-view > table > tbody .fc-day:last-child {
    background-image: none
}

.fc .fc-view.fc-timeGridWeek-view > table > tbody .fc-timegrid-body .fc-timegrid-cols .fc-timegrid-col.fc-timegrid-axis + .fc-timegrid-col, .fc .fc-view.fc-timeGridWeek-view > table > tbody .fc-timegrid-body .fc-timegrid-cols .fc-timegrid-col:last-child {
    background-image: url("/images/2022/first_days.png");
    background-position: center
}

.fc .fc-view.fc-timeGridWeek-view > table > tbody .fc-timegrid-axis, .fc .fc-view.fc-timeGridWeek-view > table > tbody .fc-timegrid-slot-label {
    background: #F9F9F9
}

.fc .fc-view.fc-timeGridWeek-view > table > tbody .fc-timegrid-axis-cushion, .fc .fc-view.fc-timeGridWeek-view > table > tbody .fc-timegrid-slot-label-cushion {
    font-size: 14px;
    color: #3c4240;
    text-transform: capitalize
}

.fc .fc-view.fc-timeGridDay-view > table > thead {
    display: none
}

.fc .fc-view.fc-timeGridDay-view > table > tbody .fc-day:first-child, .fc .fc-view.fc-timeGridDay-view > table > tbody .fc-day:last-child {
    background-image: none
}

.fc .fc-view.fc-timeGridDay-view > table > tbody .fc-timegrid-axis, .fc .fc-view.fc-timeGridDay-view > table > tbody .fc-timegrid-slot-label {
    background: #F9F9F9
}

.fc .fc-view.fc-timeGridDay-view > table > tbody .fc-timegrid-axis-cushion, .fc .fc-view.fc-timeGridDay-view > table > tbody .fc-timegrid-slot-label-cushion {
    font-size: 14px;
    color: #3c4240;
    text-transform: capitalize
}

#recurring > br {
    display: none !important
}

#recurring .form-check-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%
}

    .timeline .timeline-end {
        text-align: center;
        position: relative;
        left: -50%;
        border-radius: 0.5em;
        padding: 0.5em 0;
        margin-bottom: 1em;
        background-color: #64c5b1;
        color: white;
        border: 1px solid #ccc;
        -webkit-box-shadow: 1px 1px 5px #333;
        box-shadow: 1px 1px 5px #333;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
        word-break: break-word
    }

    .timeline .time-show {
        margin-bottom: 30px;
        margin-right: -75px;
        margin-top: 30px;
        position: relative
    }

        .timeline .time-show a {
            color: #fff
        }

    .timeline:before {
        background-color: rgba(121,121,121,0.3);
        bottom: 0;
        content: "";
        left: 50%;
        position: absolute;
        top: 30px;
        width: 3px;
        z-index: 0
    }

    .timeline .timeline-icon {
        -webkit-border-radius: 50%;
        background: #797979;
        border-radius: 50%;
        color: #fff;
        display: block;
        height: 20px;
        left: -54px;
        margin-top: -10px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 20px
    }

        .timeline .timeline-icon i {
            color: #fff;
            font-size: 13px;
            margin-top: 4px;
            position: absolute;
            left: 4px
        }

        .timeline .timeline-icon:before {
            font-size: 16px;
            margin-top: 5px
        }

h3.timeline-title {
    color: #797979;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase
}

.timeline-item {
    display: table-row
}

    .timeline-item:before {
        content: "";
        display: block;
        width: 50%
    }

    .timeline-item.alt:after {
        content: "";
        display: block;
        width: 50%
    }

    .timeline-item .timeline-desk .arrow {
        border-bottom: 12px solid transparent;
        border-right: 12px solid rgba(226,226,226,0.3) !important;
        border-top: 12px solid transparent;
        display: block;
        height: 0;
        left: -12px;
        margin-top: -12px;
        position: absolute;
        top: 50%;
        width: 0
    }

    .timeline-item .timeline-desk .timeline-box {
        padding: 9px
    }

    .timeline-item .timeline-desk .arrow-alt {
        border-bottom: 12px solid transparent;
        border-left: 12px solid #ccc !important;
        border-top: 12px solid transparent;
        display: block;
        height: 0;
        left: auto;
        margin-top: -12px;
        position: absolute;
        right: -12px;
        top: 50%;
        width: 0
    }

    .timeline-item .timeline-desk .album {
        float: right;
        margin-top: 20px
    }

    .timeline-item .timeline-date {
        margin-bottom: 10px
    }

    .timeline-item.alt .timeline-desk .album a {
        float: right;
        margin-left: 5px
    }

    .timeline-item.alt .timeline-icon {
        left: auto;
        right: -39px;
        background: #64c5b1
    }

    .timeline-item.future .timeline-desk .panel {
        background: transparent;
        border: 2px dashed #ccc;
        border-radius: 1em
    }

    .timeline-item.alt:before {
        display: none
    }

    .timeline-item.alt .panel {
        margin-left: 0;
        margin-right: 25px
    }

    .timeline-item.alt h4 {
        text-align: right
    }

    .timeline-item.alt p {
        text-align: right
    }

    .timeline-item.alt .timeline-date {
        text-align: right
    }

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

    .timeline-desk h4 {
        font-size: 14px;
        font-weight: 300;
        margin: 0
    }

    .timeline-desk .panel {
        background: rgba(226,226,226,0.25);
        display: block;
        margin-bottom: 5px;
        margin-left: 45px;
        position: relative;
        text-align: left;
        border: 0
    }

    .timeline-desk h5 span {
        color: #797979;
        display: block;
        font-size: 12px;
        margin-bottom: 4px
    }

    .timeline-desk p {
        color: #999999;
        font-size: 13px;
        margin-bottom: 0
    }

    .timeline-desk .album {
        margin-top: 12px
    }

        .timeline-desk .album a {
            float: left;
            margin-right: 5px
        }

        .timeline-desk .album img {
            height: 36px;
            width: auto;
            border-radius: 3px
        }

    .timeline-desk .notification {
        background: none repeat scroll 0 0 #fff;
        margin-top: 20px;
        padding: 8px
    }

.timeline-left {
    margin-left: 20px;
    width: auto;
    display: block
}

    .timeline-left:before {
        left: 0 !important
    }

    .timeline-left .timeline-item {
        display: block
    }

    .timeline-left .timeline-desk {
        display: block;
        width: 100%
    }

    .timeline-left .panel {
        margin-bottom: 20px
    }

.table {
    width: 100%
}

    .table thead th {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        text-align: left;
        padding: 3px;
        color: #3c4240
    }

    .table tbody tr {
        border-bottom: 1px solid #F1F1F1
    }

        .table tbody tr td {
            border: 1px solid #F1F1F1
        }

        .table tbody tr th {
            border: 1px solid #F1F1F1
        }

    .table tfoot {
        font-style: italic
    }

        .table tfoot tr td {
            border: 1px solid #F1F1F1
        }

#tblCustomers td {
    font-size: 14px
}

.login_box_main {
    width: 100%;
    max-width: 580px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 30px rgb(0,0,0,0.25);
    box-shadow: 0px 6px 30px rgb(0,0,0,0.25);
    border-radius: 10px;
    padding: 30px 30px;
    margin: 0 auto 15px auto
}

    .login_box_main .login_box_header .login_logo {
        margin: 0 0 30px 0;
        text-align: center
    }

        .login_box_main .login_box_header .login_logo img {
            height: 35px
        }

    .login_box_main .login_box_header h2.login_heading {
        font-size: 21px;
        font-weight: 600;
        text-align: center;
        margin: 0 0 10px 0
    }

    .login_box_main .login_box_header .login_btn_group {
        margin: 15px 0
    }

        .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .login_box_main .login_box_header .login_btn_group button.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .login_box_main .login_box_header .login_btn_group .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .login_box_main .login_box_header .login_btn_group .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .login_box_main .login_box_header .login_btn_group .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .login_box_main .login_box_header .login_btn_group button.btn.default_btn {
            width: 100%
        }

@media (max-width:575px) {
    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .login_box_main .login_box_header .login_btn_group button.fc-button.fc-AddAppointmentButton-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .login_box_main .login_box_header .login_btn_group .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .login_box_main .login_box_header .login_btn_group .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button, .login_box_main .login_box_header .login_btn_group .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button, .login_box_main .login_box_header .login_btn_group button.btn.default_btn {
        margin-bottom: 10px
    }
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child .login_box_main .login_box_header .login_btn_group button.fc-button.fc-AddAppointmentButton-button img, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .login_box_main .login_box_header .login_btn_group .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img, .login_box_main .login_box_header .login_btn_group .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child button.fc-button.fc-AddAppointmentButton-button img, .login_box_main .login_box_header .login_btn_group .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group > button.fc-button.fc-SettingsMenuButton-button img, .login_box_main .login_box_header .login_btn_group button.btn.default_btn img {
    height: 21px;
    margin: 0 4px 0 0
}

.login_box_main .login_box_header .other_login_text {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 10px 0
}

    .login_box_main .login_box_header .other_login_text:before {
        width: 100%;
        height: 1px;
        display: block;
        position: relative;
        content: "";
        background: #e6e6e6;
        top: 12px
    }

    .login_box_main .login_box_header .other_login_text span {
        background: #fff;
        padding: 10px 15px;
        color: #3c4240;
        position: relative;
        z-index: 1
    }

.login_box_main .form-check {
    display: inline-block
}

.login_box_main .forget_pwd_text {
    text-align: right
}

@media (max-width:575px) {
    .login_box_main .forget_pwd_text, .login_box_main .reminder_login_text {
        text-align: center
    }
}

.login_box_main .login_box_footer button {
    width: 100%;
    margin-bottom: 15px
}

.login_box_main .already_login {
    text-align: center
}

.g-recaptcha > div {
    margin: auto;
}

.loading {
    position: relative;
}

.loading-overlay {
    background-color: #ccc;   
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: wait;
    border-radius: 10px;
}

.loading .spinner-border {
    color: #11b98c;
}

.loading .loading-text {
    font-size: 1em;
    color: black;
    text-shadow: 1px 1px 2px #fff;
}