
/*======================================
     01. Log in page
========================================*/

.login-content{
    position: relative;
    min-height: 50vh;
    display: grid;
    padding: 70px 0;
}
.login-content .log-in-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.login-content .log-in-bg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.login-content .log-in-bg:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.65);
}
.login-content .container{
    position: relative;
}
.login-content h1{
    color: #fff;
    font-weight: 600;
    margin-bottom: 22px;
}
.login-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #FFFFFF;
    max-width: 660px;
    margin: 0;
}

/*login form box*/
.wc-login-btn:hover {
    text-decoration: none !important;
}
/*.wc_custom_sing_page {
    height: 75vh;
    overflow: hidden;
    overflow-y: auto;
}*/
.login-form-part{
    padding-bottom: 20px;
}
.login-box{
    background: #FFFFFF;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin: -350px 0 0 auto;
    padding: 40px;
    /*padding-top: 115px;*/
    position: relative;
}
.login-box .logo{
    margin-bottom: 33px;
}
.login-box .login-heading{
    text-align: center;
    margin-bottom: 70px;
}
.login-box .login-heading p{
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 18px;
}
.login-box .login-heading p strong{
    color: #20204B;
    font-weight: 600;
}
.login-box .login-heading h2{
    color: #419CCC;
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
}
.login-box .btn{
    width: 100%;
}
.form-bottom-text a{
    font-weight: 500;
    color: #419CCC;
}
.form-bottom-text a:hover{
    color:  #20204B;
}

/*header style*/
.header-part{
    background: #fff;
    padding: 20px 35px;
    position: fixed;
    top: 0;
    left: 255px;
    z-index: 999;
    width: calc(100% - 255px);
}
.header-search {
    display: none;
}


.app-search .form-control{
    height: 36px;
    padding: 4px 30px 4px 48px;
    background: #fff;
    border-color: #E9ECEF;
    border-radius: 4px;
}
.app-search .search-widget-icon {
    position: absolute;
    z-index: 10;
    font-size: 18px;
    left: 13px;
    top: 50%;
    color: #878a99;
    transform: translateY(-50%);
}

.topbar-user .user-name-text{
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #20204B;
}
.topbar-user .user-name-sub-text{
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #8A92A6;
}


.wp-header-wrap ul.navbar-nav {
    flex-direction: inherit;
    align-items: center;
}

.wp-header-wrap ul.navbar-nav>li {
    margin-left: 30px;
    white-space: nowrap;
}
.wp-header-wrap ul.navbar-nav>li:first-child {
    margin-left: 0;
}

.wp-header-wrap ul.navbar-nav li.nav-item-dropdown-menu-link .collapsed {
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
.wp-header-wrap ul.navbar-nav a {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
.wp-header-wrap ul.navbar-nav a:hover {
    color: #419CCC;
}
.wp-header-wrap ul.navbar-nav li.nav-item-dropdown-menu-link .collapsed span.menu-arrow i {
    font-size: 12px;
    color: #419CCC;
}
.wp-header-wrap ul.navbar-nav li.nav-item-dropdown-menu-link .menu-dropdown {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    color: #8A92A6;
    min-width: 110px;
    overflow: hidden;
}
.wp-header-wrap ul.navbar-nav li.nav-item-dropdown-menu-link .menu-dropdown a.nav-link {
    color: #8A92A6;
}
.wp-header-wrap ul.navbar-nav li.nav-item-dropdown-menu-link .menu-dropdown a.nav-link:hover {
    color: #fff;
    background: #419CCC;
}
.wp-header-wrap ul.navbar-nav span.menu-arrow {
    cursor: pointer;
}

/*Left menubar style*/
.navbar-menu{
    width: 260px;
    z-index: 1002;
    background: #fff;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 10px 30px rgba(17, 38, 146, 0.05);
    box-shadow: 0px 10px 30px rgba(17, 38, 146, 0.05);
    padding: 0;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.navbar-menu .navbar-brand{
    border-bottom: 1px solid #E9ECEF;
    padding: 21px 15px 21px;
    text-align: center;
}
.slidebar-content{
    height:  calc(100vh - 78px);
    overflow-y: auto;
    padding: 30px;
    scrollbar-width: thin;
}
.slidebar-content::-webkit-scrollbar {
    width: 5px !important;
    border-radius: 5px !important;
}
.slidebar-content::-webkit-scrollbar-track {
    background: #e1e1e1 !important;
}
.slidebar-content::-webkit-scrollbar-thumb {
    background: #ccc !important;
}
.navbar-menu .navbar-nav .menu-title:first-child{
    margin-top: 0;
}
.menu-title{
    margin-top: 18px;
}
.menu-title span {
    padding: 8px 20px;
    display: inline-block;
    color: #ADB5BD;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}
.navbar-menu .navbar-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #20204B;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
    padding-right: 0;
}
/*.navbar-menu .navbar-nav li {
    padding: 0;
}*/
.navbar-menu .navbar-nav li {
    margin-bottom: 20px;
}
.navbar-menu .navbar-nav li a.active,
.navbar-menu .navbar-nav li a:hover{
    color: #419CCC;
}
.navbar-menu .navbar-nav a .menu-icon{
    margin-right: 11px;
}
.navbar-menu .navbar-nav li.home-link a{
    background: #20204B;
    border-radius: 4px;
    color: #FFFFFF;
}

.email-notification-item h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 138px;
}
.navbar-menu .navbar-nav .collapsed {
    position: relative;
    margin-right: 18px;
}
.navbar-menu .navbar-nav span.menu-arrow {
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    width: 18px;
    text-align: end;
    z-index: 10;
    font-size: 13px;
    color: #419CCC;
    cursor: pointer;
}
.navbar-menu .navbar-nav span.menu-arrow:hover {
    color: #419ccc;
}
.navbar-menu .navbar-nav span.menu-arrow i {
    transition: 0.5s all ease;
}
.navbar-menu .navbar-nav .collapsed.active span.menu-arrow i,
.navbar-menu .navbar-nav span.menu-arrow.active i {
    transform: rotate(90deg);
}
.navbar-menu .navbar-nav .menu-dropdown {
    padding-left: 30px;
    display: none;
    margin-top: 10px;
}
.navbar-menu .navbar-nav .menu-dropdown a.nav-link {
    padding-left: 0;
}
.navbar-menu .navbar-nav .menu-dropdown li.nav-item {
    margin-bottom: 5px;
}
.navbar-menu .navbar-nav .menu-dropdown li.nav-item:last-child {
    margin-bottom: 0;
}
.navbar-menu .navbar-nav .menu-dropdown li.nav-item a.nav-link {
    color: #979797;
}
.navbar-menu .navbar-nav .menu-dropdown li.nav-item a.nav-link:hover {
    color: #419CCC;
}

/*main-content style*/
.main-content{
    min-height: calc(100vh - 51px);
    background: #fff;
}
.page-content{
    height: 100%;
    padding: calc(61px + 1.5rem) calc(3rem * .5) 60px calc(3rem * .5);
}

.page-title-box{
    background: radial-gradient(36.28% 150.93% at 50% 50%, #2D9ECB 0%, #20204B 100%);
    border-radius: 0px 0px 16px 16px;
    overflow: hidden;
    padding: 67px 39px 85px;
    position: relative;
    margin: 0 -36px;
}
.page-title-box .heading{
    position: relative;
    z-index: 1;
}
.page-title-box .big-circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.page-title-box .big-circles span{
    background: #FFFFFF;
    mix-blend-mode: multiply;
    opacity: 0.75;
    box-shadow: inset 24px 32px 184px 24px rgba(6, 8, 89, 0.75);
    transform: rotate(90deg);
    position: absolute;
    border-radius: 100%;
    pointer-events: none;
}
.page-title-box .big-circles .circles1{
    width: 2516px;
    height: 2156px;
    left: -350px;
    top: -233px;
}
.page-title-box .big-circles .circles2{
    width: 1795.38px;
    height: 1670.33px;
    left: -180px;
    top: -64.38px;
}
.page-title-box .big-circles .circles3{
    width: 1389.53px;
    height: 1418.45px;
    left: 0;
    top: 114.88px;
}
.page-title-box h1{
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.page-title-box p{
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 8px;
}


/*footer style*/
.footer-part{
    width: calc(100% - 260px);
    margin: 0 0 0 auto;
    background: #F3FBFF;
}
.footer-part p{
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.footer-link{
    margin: 0;
    padding: 0;
}
.footer-link li{
    list-style-type: none;
    display: inline-block;
    margin-right: 22px;
}
.footer-link li:last-child{
    margin-right: 0;
}
.footer-link li a{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    text-decoration: none;
}
.footer-link li a:hover{
    color: #419CCC;
}


/*table style*/

.table-deta-show select {
    padding: 5px 4px;
    padding-right: 20px;
    background-position: right;
    border-radius: 2px;
    font-size: 12px;
    color: #2C2C2C;
    min-height: 20px;
}
.wc-table-search input {
    border: 0.5px solid #E3E3E3;
    padding: 5px 10px;
    border-radius: 2px;
    min-height: 20px;
}
.wc-table-search.wc-from input,
.wc-table-search.wc-to input {
    max-width: 60px;
}



/*revenue-categories style*/
.wc-revenue-categories-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.wc-revenue-categories-btn a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(90.27deg, #20204B 3.4%, #5263AC 180.34%);
    font-size: 20px;
}
.wc-revenue-categories-btn a:hover {
    text-decoration: none;
}

/*profile style*/
.wc-profile-wrap {
    background: #F8F8F8;
    border-radius: 26px;
    padding: 100px 60px 48px 60px;
}
.wc-profile-box {
    width: 141px;
    height: 141px;
    position: relative;
    margin: 0 auto -65px;
}
.wc-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.wc-profile-icon {
    position: absolute;
    right: 3px;
    bottom: 13px;
    width: 29px;
    height: 29px;
    background: #20204B;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wc-profile-icon input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 100%;
    opacity: 0;
}


/*filter style*/
.wc-filter-btn a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
}
.wc-filter-btn a:hover {
    border-color: #419ccc;
    background-color: #419ccc;
}
.wc-filter-btn a:hover svg path {
    color: #fff;
    fill: #fff;
}
.wc-filter-btn .dropdown-menu {
    border-radius: 15px;
    border: 0;
    box-shadow: 0px 0px 8px 3px rgba(88, 88, 88, 0.05);
}
.wc-filter-btn .wc-filter-btn-dropdown .btn {
    background: #28B5F2;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 140%;
    padding: 5px 9px;
    box-shadow: none;
    margin-top: 38px;
}
.wc-filter-btn .wc-filter-btn-dropdown .btn:hover {
    background: #20204b;
}

/*progress-bar style*/
.progress-bar {
    position: relative;
}
.progress-bar .progress-bar-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/*Calendar style*/
.fc-toolbar button:focus{
    outline: none;
    box-shadow: none !important;
}
.fc-toolbar .fc-right button, .fc-toolbar .fc-left button {
    font-size: 14px;
    vertical-align: middle;
    display: flex;
    margin-left: 5px!important;
    line-height: normal;
    background: #20204b;
    align-items: center;
    text-transform: capitalize;
}
.fc-toolbar .fc-right button span, .fc-toolbar .fc-left button span {
    vertical-align: middle;
    line-height: normal;
    font-size: 14px !important;
    height: auto;
    top: 0;
    margin: 0;
}
.fc .fc-button-primary:hover,
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: #419ccc;
    border-color: #419ccc;
}
.fc .fc-toolbar.fc-header-toolbar h2 {
    font-size: 18px;
    font-family: 'Inter',sans-serif;
    color: #000;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #419CCC !important;
    font-size: 14px;
    text-transform: capitalize;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    padding: 10px;
}
.fc .fc-day-header {
    background-color: #419CCC;
}
.fc .fc-day-header span {
    display: block;
    padding: 8px 4px;
    color: #fff;
    font-weight: 400;
}
.fc-row .fc-content-skeleton .fc-day-top {
    text-align: end;
}


/*select_checkbox style*/
.select_checkbox .select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select_checkbox .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 16px;
    width: 16px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    background-color: #F5F5F5;
    margin-right: 10px;
    vertical-align: middle;
}
.select_checkbox .select2-results__option--selected:before {
    content: "\2714";
    color: #419ccc;
    background-color: #ffffff;
    border: 0;
    display: inline-block;
    padding-left: 3px;
    line-height: normal;
    font-size: 12px;
    vertical-align: middle;
}
.select_checkbox .select2-selection--multiple {
    margin-bottom: 10px;
}
.wc_custom_select_dropdown .select2-results__option--selected,
.wc_custom_select_dropdown .select2-results__option--highlighted {
    background: #fff !important;
}
.wc_custom_select_dropdown .wc_custom_datepicker input {
    border: 0;
    border-radius: 0;
}
.select2-container--default .select2-results__group {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #419CCC;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 20PX;
}
.wc_custom_select_time_zone_dropdown .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted span,
.wc_custom_select_time_zone_dropdown .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted div,
.wc_custom_select_time_zone_dropdown .select2-results__option.select2-results__option--selectable.select2-results__option--selected span,
.wc_custom_select_time_zone_dropdown .select2-results__option.select2-results__option--selectable.select2-results__option--selected div {
    color: #fff !important;
}


/*wc_custom_schedule_tabs style*/
.wc_custom_schedule_tabs {
    margin-bottom: 30px;
}
.wc_custom_schedule_tabs ul {
    width: 100%;
    background: #419ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.wc_custom_schedule_tabs ul a {
    color: #fff;
    padding: 14px 32px;
    display: block;
    line-height: normal;
    white-space: nowrap;
}
.wc_custom_schedule_tabs ul li.active a, .wc_custom_schedule_tabs ul li a:hover {
    background: #20204B;
    border-radius: 10px;
    text-decoration: none;
}
.heading-btn,
.wc_custom_schedule_tabs button {
    width: 100%;
    padding: 12px 20px;
    max-width: 160px;
    line-height: normal;
    background: #419CCC;
    box-shadow: none;
    z-index: 1;
}
.wc_custom_schedule_tabs button:hover {
    background: #20204B;
}
.heading-btn:hover {
    background: #000;
}
input.form-control.wc_custom_input_table {
    min-height: 100%;
    padding: 5px;
    line-height: normal;
    min-width: 70px;
    max-width: 70px;
    margin: 0 auto;
}
li.active .wc-medium-btn {
    background: #419CCC;
}
.wc_custom_select.wc_custom_select_table {
    padding: 0;
    min-height: 0;
    line-height: 0;
}
.wc_custom_select_table ~ span.select2.select2-container {margin: 0;min-height: 0; width: 100px !important;}
.wc_custom_select_table ~ span.select2.select2-container .select2-selection--single {
    height: 30px;
}
.wc_custom_select_table ~ span.select2.select2-container span.select2-selection__arrow {
    height: 30px;
}
.wc_custom_select_table ~ span.select2.select2-container span.select2-selection__rendered {
    line-height: 30px;
}
.donut-chart-box {
    max-width: 365px;
    width: 100%;
    margin: 45px auto;
}
.donut-chart-box .apexcharts-legend.apexcharts-align-center.apx-legend-position-right {
    justify-content: center;
}
.tooltip {
    box-shadow: 0px 9px 14px rgba(34, 31, 31, 0.05);
    opacity: 1 !important;
}
:root {
    --bs-emphasis-color: #fff !important;
}
.tooltip-inner {
    background: #FFFFFF !important;
    box-shadow: 0px 9px 14px rgba(34, 31, 31, 0.05) !important;
    border-radius: 5px !important;
    font-family: 'Inter' !important;
    font-weight: 500 !important;
    font-size: 9px !important;
    line-height: 14px !important;
    color: #000000 !important;
    opacity: 1 !important;
    padding: 10px !important;
    text-align: left !important;
    white-space: pre-line !important;
}
.wc_schedule_datepicker input {
    border: 0;
    padding: 0;
    height: auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #419CCC;
    max-width: 100px;
    width: 100%;
}
.wc_schedule_datepicker input::-webkit-input-placeholder { color: #419CCC; }
.wc_schedule_datepicker input::-moz-placeholder { color: #419CCC; }
.wc_schedule_datepicker input:-ms-input-placeholder { color: #419CCC; }
.wc_schedule_datepicker input::placeholder {
  color: #419CCC;
}
.wc_schedule_datepicker input:focus {
    outline: none;
}
.wc_schedule_zoom_btn a {
    background: #419CCC;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wc_schedule_zoom_btn a:hover {
    background: #20204b;
}
.wc_schedule_btn {
    background: #FFFFFF;
    border: 0.5px solid #D9D9D9;
    border-radius: 20px;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
    padding: 4px 10px;
    display: flex;
    align-items: center;
}
.wc_schedule_btn a {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.wc_schedule_btn a:hover {
    text-decoration: none;
}
.wc_schedule_btn:hover {
    background: #F8F8F8;
}
.wc_schedule_previous_btn,
.wc_schedule_today_btn,
.wc_schedule_next_btn {
    padding: 8px 10px;
}
.wc_schedule_filter_btn span,
.wc_schedule_booklist_btn span,
.wc_schedule_delete_btn span,
.wc_schedule_sync_btn span {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-right: 5px;
}
.wc_schedule_filter_btn span,
.wc_schedule_booklist_btn span,
.wc_schedule_sync_btn span {
    background: #419CCC;
}
.wc_schedule_delete_btn span {
    background: #A72800;
}
.wc_schedule_filter_btn span,
.wc_schedule_booklist_btn span,
.wc_schedule_sync_btn span,
.wc_schedule_delete_btn span,
.wc_schedule_color_btn span {
    margin-left: -5px;
}
.wc_schedule_booklist_btn span {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    color: #fff !important;
}
.wc_schedule_booklist_btn a:first-child {
    margin-right: 10px;
}
.wc_schedule_color_btn .dropdown-menu {
    top: 10px !important;
    max-width: 500px;
    width: 100%;
    min-width: 500px;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 0px 0px 10px #20204b29;
    z-index: 2;
}
.wc_schedule_color_btn .dropdown-menu p {
    font-size: 12px;
    color: #000;
    margin: 0;
    line-height: normal;
    font-weight: 500;
}
.wc_schedule_color_btn .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wc_schedule_color_btn .dropdown-menu ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.wc_schedule_color_btn .dropdown-menu ul li div {
    max-width: 130px;
    border: 1px solid #000;
    width: 100%;
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    height: 25px;
}
.wc_schedule_color_btn .dropdown-menu ul li p {
    margin-left: 5px;
}
.wc_schedule_color_btn .dropdown-menu .wc_color_legend_box p:not(ul li p) {
    margin-bottom: 10px;
    margin-top: 10px;
}
.wc_schedule_color_btn .dropdown-menu .wc_color_legend_arrow li div {
    border: 0;
    position: relative;
}
.wc_schedule_color_btn .dropdown-menu .wc_color_legend_arrow li div::after {
    border: 5px solid #000;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: '';
    position: absolute;
    top: 51%;
    left: 51%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.wc_schedule_color_btn .dropdown-menu .wc_color_legend_arrow li div::before {
    border: 5px solid #ffcc00;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wc_schedule_color_btn .dropdown-menu .wc_color_legend_arrow li div.wc_color_legend_arrow_yellow::before {
    border: 5px solid #ffcc00;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.wc_schedule_color_btn .dropdown-menu .wc_color_legend_arrow li div.wc_color_legend_arrow_neon_green::before {
    border: 5px solid #00ff4f;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.wc_schedule_color_btn .dropdown-menu .wc_color_legend_arrow li div.wc_color_legend_arrow_red::before {
    border: 5px solid #ff1e1e;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.wc_schedule_color_btn .dropdown-menu .wc_color_legend_arrow li div.wc_color_legend_arrow_aqua::before {
    border: 5px solid #48d1cc;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.wc_schedule_calendar_table_select_count {
    display: flex;
    align-items: center;
}
.wc_schedule_calendar_table_select_count_box {
    border: 0.5px solid #636363;
    padding: 2px;
    border-radius: 20px;
    background:  #D9D9D9;
    width: 100%;
    display: flex;
    align-items: center;
}
.wc_schedule_calendar_table_select_count_box:first-child {
    margin-right: 13px;
}
.wc_schedule_calendar_table_select_count_box .number {
    width: 16px;
    height: 16px;
    font-size: 8px;
    font-weight: 600;
    line-height: 10px;
    background: #419CCC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    margin-right: 3px;
}
.wc_schedule_calendar_table_select_count_box .text {
    font-size: 7px;
    font-weight: 300;
    line-height: 8px;
    color: #000000;
}
.wc_schedule_calendar_table_box.wc_time_number td {
    position: relative;
}
.wc_schedule_calendar_table_box.wc_time_number td span {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0.5px;
    height: 100%;
    background: #20204b;
    display: block;
}

.wc_schedule_color_btn span img {
    max-width: 20px;
    width: 100%;
    min-width: 20px;
    margin-right: 5px;
}
.wc_schedule_calendar_table .table-scroll {
    position:relative;
    margin:auto;
    overflow:hidden;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 4px 24px rgba(133, 133, 133, 0.09);
    border-radius: 10px;
}
.wc_schedule_calendar_table .table-wrap {
    width:100%;
    overflow:auto;
}
.wc_schedule_calendar_table .table-scroll table {
    width:100%;
    margin:auto;
    border-collapse:separate;
    border-spacing:0;
    vertical-align: middle;
}
.wc_schedule_calendar_table .table-scroll th,
.wc_schedule_calendar_table .table-scroll td {
    white-space: nowrap;
    vertical-align: middle;
    padding: 0;
}
.wc_schedule_calendar_table .table-scroll thead,
.wc_schedule_calendar_table .table-scroll tfoot {
    background: #fff;
}
.wc_schedule_calendar_table .clone {
    position:absolute;
    top:0;
    left:0;
    pointer-events:none;
}
.wc_schedule_calendar_table .clone th,
.wc_schedule_calendar_table .clone td {
    visibility:hidden;
}
.wc_schedule_calendar_table .clone tbody th {
    visibility:visible;
}
.wc_schedule_calendar_table .clone .fixed-side {
    visibility:visible;
    pointer-events: auto;
}
.wc_schedule_calendar_table th.fixed-side {
    width: 175px;
    min-width: 175px;
    padding: 4.5px 10px 4.5px 8px;
}
.wc_schedule_calendar_table th.fixed-side .form-check input[type="checkbox"] {
    margin-right: 0px !important;
}
.fixed-side span.wc_schedule_calendar_table_side_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 112px;
    width: 100%;
}
th.wc_schedule_calendar_table_sun {
    background: #feffbf;
    text-align: center;
    padding: 4px 10px !important;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #000;
    min-width: 800px;
    width: 800px;
}
th.wc_schedule_calendar_table_moon {
    background: #0A2E8B;
    border-radius: 0px 10px 0px 0px;
    text-align: center;
    padding: 4px 10px !important;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    min-width: 800px;
    width: 800px;
}
.wc_schedule_calendar_table_bg_blue {
    background: #20204B;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}
.wc_schedule_calendar_table_bg_blue th.fixed-side div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wc_schedule_datebook_thead svg.eye-show path,
.wc_schedule_calendar_table_bg_blue svg.eye-show path {
    stroke: #fff;
}
.wc_schedule_calendar_table_textarea:nth-child(even) th,
.wc_schedule_calendar_table_textarea:nth-child(even) table tr td {
    background: #fff;
}
.wc_schedule_calendar_table_textarea:nth-child(odd) th,
.wc_schedule_calendar_table_textarea:nth-child(odd) table tr td {
    background: #F5FCFF;
}
.wc_schedule_calendar_table_textarea table tr td,
.wc_schedule_calendar_table_box table tr td {
    min-width: 20px;
    width: 20px;
}
.wc_schedule_calendar_table_eye_wrap.active .eye-hide,
.wc_schedule_calendar_table_eye_wrap .eye-show {
    display: none;
}
.wc_schedule_calendar_table_eye_wrap.active .eye-show {
    display: block;
}
.fixed-side a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
    color: #000;
}
.fixed-side a:hover {
    text-decoration: none;
}
.wc_schedule_calendar_table_textarea th,
.wc_schedule_calendar_table_textarea table tr td {
    border-bottom: 0.2px solid #636363;
}
.wc_schedule_calendar_table_textarea table tr td:first-child {
    border-left: 0px;
}
.wc_schedule_calendar_table_textarea table tr td {
    border-right: 0.5px solid #B5CFDB;
}
.wc_schedule_calendar_table_textarea table tr td:nth-child(4n + 4),
.wc_schedule_calendar_table_textarea table tr td:last-child {
/*            border-right: 0px;*/
}
.wc_schedule_calendar_table_textarea table tr td {
    height: 29px;
}
.wc_schedule_calendar_table_inner_box[colspan="1"] {
    width: 20px;
}
.wc_schedule_calendar_table_inner_box[colspan="2"] {
    width: 40px;
}
.wc_schedule_calendar_table_inner_box[colspan="3"] {
    width: 60px;
}
.wc_schedule_calendar_table_inner_box[colspan="4"] {
    width: 80px;
}
.wc_schedule_calendar_table_inner_box[colspan="5"] {
    width: 100px;
}
.wc_schedule_calendar_table_inner_box[colspan="6"] {
    width: 120px;
}
.wc_schedule_calendar_table_inner_box[colspan="7"] {
    width: 140px;
}
.wc_schedule_calendar_table_inner_box[colspan="8"] {
    width: 160px;
}
.wc_schedule_calendar_table_inner_box[colspan="9"] {
    width: 180px;
}
.wc_schedule_calendar_table_inner_box[colspan="10"] {
    width: 200px;
}
.wc_schedule_calendar_table_inner_box[colspan="11"] {
    width: 220px;
}
.wc_schedule_calendar_table_inner_box[colspan="12"] {
    width: 240px;
}
.wc_schedule_calendar_table_inner_box[colspan="13"] {
    width: 260px;
}
.wc_schedule_calendar_table_inner_box[colspan="14"] {
    width: 280px;
}
.wc_schedule_calendar_table_inner_box[colspan="15"] {
    width: 300px;
}
.wc_schedule_calendar_table_inner_box[colspan="16"] {
    width: 320px;
}
.wc_schedule_calendar_table_inner_box[colspan="17"] {
    width: 340px;
}
.wc_schedule_calendar_table_inner_box[colspan="18"] {
    width: 360px;
}
.wc_schedule_calendar_table_inner_box[colspan="19"] {
    width: 380px;
}
.wc_schedule_calendar_table_inner_box[colspan="20"] {
    width: 400px;
}
.wc_schedule_calendar_table_inner_box[colspan="21"] {
    width: 420px;
}
.wc_schedule_calendar_table_inner_box[colspan="22"] {
    width: 440px;
}
.wc_schedule_calendar_table_inner_box[colspan="23"] {
    width: 460px;
}
.wc_schedule_calendar_table_inner_box[colspan="24"] {
    width: 480px;
}
.wc_schedule_calendar_table_inner_box[colspan="25"] {
    width: 500px;
}
.wc_schedule_calendar_table_inner_box[colspan="26"] {
    width: 520px;
}
.wc_schedule_calendar_table_inner_box[colspan="27"] {
    width: 540px;
}
.wc_schedule_calendar_table_inner_box[colspan="28"] {
    width: 560px;
}
.wc_schedule_calendar_table_inner_box[colspan="29"] {
    width: 580px;
}
.wc_schedule_calendar_table_inner_box[colspan="30"] {
    width: 600px;
}
.wc_schedule_calendar_table_inner_box[colspan="31"] {
    width: 620px;
}
.wc_schedule_calendar_table_inner_box[colspan="32"] {
    width: 640px;
}
.wc_schedule_calendar_table_inner_box[colspan="33"] {
    width: 660px;
}
.wc_schedule_calendar_table_inner_box[colspan="34"] {
    width: 680px;
}
.wc_schedule_calendar_table_inner_box[colspan="35"] {
    width: 700px;
}
.wc_schedule_calendar_table_inner_box[colspan="36"] {
    width: 720px;
}
.wc_schedule_calendar_table_inner_box[colspan="37"] {
    width: 740px;
}
.wc_schedule_calendar_table_inner_box[colspan="38"] {
    width: 760px;
}
.wc_schedule_calendar_table_inner_box[colspan="39"] {
    width: 780px;
}
.wc_schedule_calendar_table_inner_box[colspan="40"] {
    width: 800px;
}
.wc_schedule_calendar_table_inner_box[colspan="41"] {
    width: 820px;
}
.wc_schedule_calendar_table_inner_box[colspan="42"] {
    width: 840px;
}
.wc_schedule_calendar_table_inner_box[colspan="43"] {
    width: 860px;
}
.wc_schedule_calendar_table_inner_box[colspan="44"] {
    width: 880px;
}
.wc_schedule_calendar_table_inner_box[colspan="45"] {
    width: 900px;
}
.wc_schedule_calendar_table_inner_box[colspan="46"] {
    width: 920px;
}
.wc_schedule_calendar_table_inner_box[colspan="47"] {
    width: 940px;
}
.wc_schedule_calendar_table_inner_box[colspan="48"] {
    width: 960px;
}
.wc_schedule_calendar_table_inner_box[colspan="49"] {
    width: 980px;
}
.wc_schedule_calendar_table_inner_box[colspan="50"] {
    width: 1000px;
}
.wc_schedule_calendar_table_inner_box[colspan="51"] {
    width: 1020px
}
.wc_schedule_calendar_table_inner_box[colspan="52"] {
    width: 1040px
}
.wc_schedule_calendar_table_inner_box[colspan="53"] {
    width: 1060px
}
.wc_schedule_calendar_table_inner_box[colspan="54"] {
    width: 1080px;
}
.wc_schedule_calendar_table_inner_box[colspan="55"] {
    width: 1100px;
}
.wc_schedule_calendar_table_inner_box[colspan="56"] {
    width: 1120px;
}
.wc_schedule_calendar_table_inner_box[colspan="57"] {
    width: 1140px;
}
.wc_schedule_calendar_table_inner_box[colspan="58"] {
    width: 1160px;
}
.wc_schedule_calendar_table_inner_box[colspan="59"] {
    width: 1180px;
}
.wc_schedule_calendar_table_inner_box[colspan="60"] {
    width: 1200px;
}
.wc_schedule_calendar_table_inner_box[colspan="61"] {
    width: 1220px
}
.wc_schedule_calendar_table_inner_box[colspan="62"] {
    width: 1240px
}
.wc_schedule_calendar_table_inner_box[colspan="63"] {
    width: 1260px
}
.wc_schedule_calendar_table_inner_box[colspan="64"] {
    width: 1280px;
}
.wc_schedule_calendar_table_inner_box[colspan="65"] {
    width: 1300px;
}
.wc_schedule_calendar_table_inner_box[colspan="66"] {
    width: 1320px;
}
.wc_schedule_calendar_table_inner_box[colspan="67"] {
    width: 1340px;
}
.wc_schedule_calendar_table_inner_box[colspan="68"] {
    width: 1360px;
}
.wc_schedule_calendar_table_inner_box[colspan="69"] {
    width: 1380px;
}
.wc_schedule_calendar_table_inner_box[colspan="70"] {
    width: 1400px;
}
.wc_schedule_calendar_table_inner_box[colspan="71"] {
    width: 1420px
}
.wc_schedule_calendar_table_inner_box[colspan="72"] {
    width: 1440px
}
.wc_schedule_calendar_table_inner_box[colspan="73"] {
    width: 1470px
}
.wc_schedule_calendar_table_inner_box[colspan="74"] {
    width: 1480px;
}
.wc_schedule_calendar_table_inner_box[colspan="75"] {
    width: 1500px;
}
.wc_schedule_calendar_table_inner_box[colspan="76"] {
    width: 1520px;
}
.wc_schedule_calendar_table_inner_box[colspan="77"] {
    width: 1540px;
}
.wc_schedule_calendar_table_inner_box[colspan="78"] {
    width: 1560px;
}
.wc_schedule_calendar_table_inner_box[colspan="79"] {
    width: 1580px;
}
.wc_schedule_calendar_table_inner_box[colspan="80"] {
    width: 1600px;
}
.wc_schedule_calendar_table_inner_box[colspan="81"] {
    width: 1620px
}
.wc_schedule_calendar_table_inner_box[colspan="82"] {
    width: 1640px
}
.wc_schedule_calendar_table_inner_box[colspan="83"] {
    width: 1660px
}
.wc_schedule_calendar_table_inner_box[colspan="84"] {
    width: 1680px;
}
.wc_schedule_calendar_table_inner_box[colspan="85"] {
    width: 1700px;
}
.wc_schedule_calendar_table_inner_box[colspan="86"] {
    width: 1720px;
}
.wc_schedule_calendar_table_inner_box[colspan="87"] {
    width: 1740px;
}
.wc_schedule_calendar_table_inner_box[colspan="88"] {
    width: 1760px;
}
.wc_schedule_calendar_table_inner_box[colspan="89"] {
    width: 1780px;
}
.wc_schedule_calendar_table_inner_box[colspan="90"] {
    width: 1800px;
}
.wc_schedule_calendar_table_inner_box[colspan="91"] {
    width: 1820px
}
.wc_schedule_calendar_table_inner_box[colspan="92"] {
    width: 1840px
}
.wc_schedule_calendar_table_inner_box[colspan="93"] {
    width: 1860px
}
.wc_schedule_calendar_table_inner_box[colspan="94"] {
    width: 1880px;
}
.wc_schedule_calendar_table_inner_box[colspan="95"] {
    width: 1900px;
}
.wc_schedule_calendar_table_inner_box[colspan="96"] {
    width: 1920px;
}
.wc_field_badge {
    position: relative;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 6px;
    width: 100%;
}
.field_badge_yellow::before {
    border: 5px solid #EFBE0E;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.field_badge_red::before {
    border: 5px solid #FF1E1E;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.wc_field_badge_text_white {
    color: #fff;
}
.wc_field_badge_text_black {
    color: #000;
}
.wc_field_text_line {
    text-decoration: line-through;
}
.wc_field_badge_main {
    position: relative;
}
.wc_field_badge_main .wc_field_badge:hover+.wc_schedule_calendar_popup {
    display: block;
}
.wc_schedule_datebook_thead .wc_schedule_calendar_table_eye_wrap {
    display: flex;
}
.wc_schedule_datebook_thead h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 105px;
    width: 100%;
}
.wc_schedule_calendar_popup {
    background: #fff;
    box-shadow: 0px 0px 7px 0px #00000017;
    border-radius: 5px;
    padding: 8px 10px;
    position: absolute;
    top: 100%;
    left: 0;
    max-width: 280px;
    width: 280px;
    display: none;
    z-index: 1;
}

.wc_schedule_calendar_popup.day {
    /* Styles for day type */
    left: 0;
    right: auto;
}

.wc_schedule_calendar_popup.night {
    /* Styles for night type */
    left: auto;
    right: 0;
}
.wc_schedule_calendar_popup h4 {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    margin-bottom: 7px !important;
}
.wc_schedule_calendar_popup_count span {
    width: 25px;
    height: 25px;
}

.wc_schedule_datebook_table {
    position: relative;
    height: 800px;
    overflow: auto;
    padding: 0;
}
.wc_schedule_datebook_table thead tr {
    background: white;
    position: sticky;
    top: 0;
    z-index: 1;
}
.wc_schedule_datebook_table table,
.wc_schedule_datebook_table th,
.wc_schedule_datebook_table td {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
.wc_schedule_datebook_table thead th {
    width: 150px;
    min-width: 150px;
}
.wc_schedule_datebook_table.wc_my_schedule_table table {
    width: 100%;
}
.wc_schedule_datebook_table.wc_my_schedule_table thead th {
    width: 100%;
    min-width: 100%;
}
.wc_schedule_datebook_table.wc_my_schedule_table td.wc_schedule_datebook_list span.wc_field_badge {
    max-width: 82px;
    display: inline-flex;
}
.wc_schedule_datebook_table thead th:last-child .wc_schedule_datebook_thead {
    margin-right: 0;
}
.wc_schedule_datebook_thead {
    border-radius: 5px 5px 0px 0px;
    background: #20204B;
    padding: 8px 11px;
    white-space: nowrap;
    margin-right: 2px;
}
.wc_schedule_datebook_list table td {
    border-bottom: 0.2px solid #DBDBDB;
}
.wc_schedule_datebook_list table th {
    background: #add1e5;
    padding: 4px;
    width: 50px;
    min-width: 50px;
    white-space: nowrap;
}
.wc_schedule_datebook_list table th h5 {
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
}
.wc_schedule_datebook_list table tr:nth-child(odd) {
    background: #fff;
}
.wc_schedule_datebook_list table tr:nth-child(even) {
    background: #F5FCFF;
}
.wc_schedule_calendar_massage_button {
    background: linear-gradient(90.27deg, #20204B 3.4%, #5263AC 180.34%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 9px 14px 0px #00000026;
    position: fixed;
    bottom: 5%;
    right: 5%;
}
.wc_schedule_calendar_massage_wrap .modal-dialog {
    max-width: 810px;
}

.wc_schedule_calendar_massage_wrap .modal-dialog .modal-content {
    padding: 20px 32px 62px;
}
.wc_schedule_calendar_massage_wrap .modal-dialog .modal-header {
    padding: 0 0 18px;
}
.wc_schedule_calendar_massage_wrap .modal-dialog .modal-body {
    padding-top: 40px;
}
.modal .modal-content .select2 {
    width: 100% !important;
}
.wc_schedule_calendar_popup_wrapper .modal-dialog {
    max-width: 1370px;
}
.wc_schedule_calendar_popup_wrapper .modal-content {
    padding: 30px;
}
.wc_schedule_calendar_popup_wrapper .modal-header {
    border-bottom: 1px solid #DFDFDF;
    padding: 0;
    padding-bottom: 14px;
    margin-bottom: 12px;
}
.wc_schedule_calendar_popup_wrapper .modal-body {
    padding: 0;
}
.wc_schedule_calendar_popup_wrapper .cncard-wrap .card-header .card-title {
    padding: 10px 20px;
}
.wc_schedule_calendar_popup_wrapper .cncard-wrap {
    margin-bottom: 30px;
}
.wc_schedule_calendar_popup_wrapper .cncard-wrap:last-child {
    margin-bottom: 0;
}
.wc_schedule_calendar_popup_wrapper .cncard-wrap .card-body {
    border: 1px solid #E1DBDB;
    padding: 20px;
    margin-top: 5px;
}
.wc_schedule_calendar_popup_wrapper .cncard-wrap .card-header span.cncard-arrow {
    transition: 0.5s all ease;
    cursor: pointer;
}
.wc_schedule_calendar_popup_wrapper .cncard-wrap .card-header span.cncard-arrow.active {
    transform: rotate(180deg);
}
.wc_schedule_calendar_popup_wrapper .cncard-wrap .card-body .select2 {
    width: 100% !important;
}
.wc_popup_select {
    z-index: 99999;
}
.wc_schedule_calendar_popup_wrapper .modal-header button.btn-close {
    font-size: 12px;
}
.wc_schedule_calendar_popup_wrapper .modal-header button.btn-close:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}
button.btn-close:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}
.wc_schedule_datebook_two_tabel_three .select2 {
    width: 220px !important;
}

.wc_schedule_datebook_two_tabel_three .form-control {
    min-width: 220px;
    max-width: 220px;
    width: 100%;
}
.wc_schedule_datebook_two_popup_wrapper .modal-dialog {max-width: 900px;}
.wc_schedule_datebook_two_popup_wrapper .modal-content {
    padding: 30px;
    border: 0;
}
.wc_schedule_datebook_two_popup_wrapper .modal-header,
.wc_schedule_datebook_two_popup_wrapper .modal-body {
    padding: 0;
}
.wc_schedule_datebook_two_popup_wrapper.wc_schedule_datebook_two_search .modal-dialog {
    max-width: 1500px;
}
.wc_schedule_datebook_two_popup_wrapper.wc_schedule_datebook_two_search .table-responsive {
    height: 400px;
}
.modal .wc_custom_select + .select2-container + .select2-container {
    z-index: 1;
}
.wc_schedule_datebook_two_popup_wrapper.wc_schedule_datebook_two_search .wc-schedule-save,
.wc_schedule_datebook_two_popup_wrapper.wc_schedule_datebook_two_search .wc_edit_box {
  display: none;
}
.wc_schedule_datebook_two_popup_wrapper.wc_schedule_datebook_two_search .select2 {
  width: 150px !important;
}
.wc_schedule_datebook_two_popup_wrapper.wc_schedule_datebook_two_search .form-control {
  width: 100px !important;
  padding: 10px;
}



/*Pre-Defined Items style*/
.wc_add_pre_defined_items_wrap .modal-content {
  border: 0;
  border-radius: 15px;
  padding: 15px 22px 30px 22px;
}
.wc_add_pre_defined_items_wrap .modal-header {
  padding: 0;
  padding-bottom: 14px;
  margin-bottom: 30px;
  border-bottom-color: #DFDFDF;
}
.wc_add_pre_defined_items_wrap .modal-body {
  padding: 0;
}
.wc_add_pre_defined_items_wrap .modal-dialog {
  max-width: 1080px;
  border-radius: 15px;
  border: 0;
}
.wc-contact-box {
    background: #D9D9D9;
    width: 100%;
    height: 25px;
    max-width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #20204B;
    text-decoration: none !important;
}
.wc-contact-box.active,
.wc-contact-box:hover {
    background: #419CCC;
    color: #fff;
}
.wc_up_down_btn.active svg {
    transform: rotate(180deg);
}
.wc_up_down_btn svg {
    transition: 0.5s all ease;
}
#wc_individual_wrap,
#wc_recurring_wrap {
  display: none;
}
#wc_individual_wrap.active,
#wc_recurring_wrap.active {
  display: block;
}






/*form wizard style*/
.form_wizard .form-group a {
  margin-bottom: 5px;
}
.form_wizard .form_wizard_header {
  text-align: center;
}
.form_wizard_close_btn {
  background-color: #850404;
}
.form_wizard .wizard_fieldset {
  display: none;
}
.form_wizard .wizard_fieldset.show {
  display: block !important;
}
.form_wizard .form-control:focus {
  box-shadow: none;
}
.form_wizard .form-group {
  position: relative;
  text-align: right;
}
.form_wizard .form_wizard_steps {
  margin: 0 0 60px;
}
.form_wizard .form_wizard_steps li {
  width: 25%;
  float: left;
  position: relative;
  z-index: 0;
}
.form_wizard .form_wizard_steps li::after {
  background-color: #D9D9D9;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
.form_wizard .form_wizard_steps li span:not(.form_wizard_header_title) {
  background-color: #D9D9D9;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  font-weight: 700;
  font-size: 14px;
}
.form_wizard .form_wizard_steps li span.form_wizard_header_title {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #000;
  margin-top: 5px;
}
.form_wizard .form_wizard_steps li:last-child::after {
  width: 50%;
}
.form_wizard .form_wizard_steps li.active span:not(.form_wizard_header_title), .form_wizard .form_wizard_steps li.activated span:not(.form_wizard_header_title) {
  background-color: #419CCC;
  color: #ffffff;
}
.form_wizard .form_wizard_steps li.active::after, .form_wizard .form_wizard_steps li.activated::after {
  background-color: #419CCC;
  left: 50%;
  width: 50%;
  border-color: #419CCC;
  border-radius: 10px;
}
.form_wizard .form_wizard_steps li.activated::after {
  width: 100%;
  border-color: #d65470;
}
.form_wizard .form_wizard_steps li:last-child::after {
  left: 0;
}





/*Rental Types style*/
.wc_can_schedule.active {
    background: #EA0101 !important;
}
.wc_can_schedule.active .wc_done,
.wc_can_schedule .wc_close {
    display: none;
}
.wc_can_schedule.active .wc_close {
    display: block;
}
.wc_can_schedule_color_box {
    max-width: 260px;
    min-width: 100px;
    width: 100%;
    height: 20px;
    border-radius: 5px;
    margin: 0 auto;
}


/*Trainer Setup style*/
.wc_custom_trainer_fix {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: 0;
}
.wc_custom_trainer_fix button {
    transform: rotate(-90deg) translateY(160%);
    border-radius: 10px 10px 0 0px;
}


/*role administration style*/
.wc_role_title {
    background: #20204b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px;
}
.wc_role_body {
    box-shadow: 0px 1px 9px 0px #0000001A;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 13px 16px;
}
.wc_role_body .form-check {
    margin-bottom: 10px;
}
.wc_role_body .form-check:last-child {
    margin-bottom: 0;
}
.wc_role_body .form-check label.form-check-label {color: #20204B;font-size: 11px;}
.wc_role_title.active + .wc_role_body {
    display: block !important;
}
.wc_role_title a {
    transition: 0.5s all ease;
}
.wc_role_title.active a {
    transform: rotate(180deg);
}



/*staff administration style*/
.wc_staff_popup_wrap .modal-dialog {
    max-width: 850px;
}
.wc_staff_popup_wrap .modal-content {
    border: 0;
    padding: 15px 26px;
}
.wc_staff_popup_wrap .modal-header {
    padding: 0;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.wc_staff_popup_wrap .modal-body {
    padding: 0;
}
.wc_staff_popup_wrap .cncard-arrow {
    transition: 0.5s all ease;
    cursor: pointer;
}
.wc_staff_popup_wrap .cncard-arrow.active {
    transform: rotate(180deg);
}


/*trainer-setup-page*/
.wc_custom_lable_fix {
    display: flex;
    border: 1px solid #adadad;
    overflow: hidden;
    border-radius: 9px;
}
.wc_custom_lable_fix:focus {
    border-color: #86b7fe;
}
.wc_custom_lable_fix:hover {
    border-color: #4285f4;
}
.wc_custom_lable_fix input.form-control {
    border-radius: 0;
    border: 0;
    padding: 10px;
}
.wc_custom_lable_fix .wc_custom_lable_box {
    background: #E9E9E9;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    width: fit-content;
    border-radius: 9px;
}
.wc_custom_lable_fix .wc_custom_lable_box.left_box {
    border-right: 1px solid #ADADAD;
}
.wc_custom_lable_fix .wc_custom_lable_box.right_box {
    border-left: 1px solid #ADADAD;
}


/*Campaign History style*/
.wc_campaign_history_edit {
    display: none;
}


/*Edit Or Create Email Template style*/
#wc_create_email_template_wrap,
#wc_edit_email_template_wrap {
  display: none;
}
.wc_create_popup_btn.active {
  display: none !important;
}
#wc_create_email_template_wrap.active,
#wc_edit_email_template_wrap.active {
  display: block;
}
.ck.ck-editor__main .ck-editor__editable {
    min-height: 500px;
}
.ck.ck-editor {
    max-width: 100%;
}
.wc_editer_wrap {
    width: 100%;
}
.ck.ck-toolbar>.ck-toolbar__items {
    z-index: 0;
}
.ck-sticky-panel .ck.ck-sticky-panel__content_sticky {
    display: block !important;
    z-index: 9 !important;
    top: 85px !important;
}

#email_template_category_popup .modal-dialog,
#email_template_type_popup .modal-dialog {
    max-width: 640px;
}
#email_template_category_popup .modal-dialog .modal-header,
#email_template_type_popup .modal-dialog .modal-header {
    padding: 0 0 14px;
    margin-bottom: 20px;
}
#email_template_category_popup .modal-dialog .modal-body,
#email_template_type_popup .modal-dialog .modal-body {
    padding: 0;
}
#email_template_category_popup .modal-dialog .modal-content,
#email_template_type_popup .modal-dialog .modal-content {
    border: 0;
    padding: 15px 20px;
}


/*send email campaign style*/

.wc_and_or_button .knobs,
.wc_and_or_button .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wc_and_or_button {
  position: relative;
  top: 50%;
  width: 89px;
  height: 25px;
  margin: 0 auto;
  overflow: hidden;
}
.wc_and_or_button,
.wc_and_or_button .layer {
  border-radius: 100px;
}
.wc_and_or_button .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.wc_and_or_button .knobs {
  z-index: 1;
}
.wc_and_or_button .layer {
  width: 100%;
  background-color: #fff;
  transition: 0.3s ease all;
}
.wc_and_or_button .knobs:before {
  content: "AND";
  position: absolute;
  top: 0;
  left: 0;
  width: 44.5px;
  height: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 5px 4px;
  background-color: #2E2E2E;
  border-radius: 100px;
  transition: .3s ease all , left .3s cubic-bezier(.18,.89,.35,1.15);
  vertical-align: middle;
  line-height: normal;
}
.wc_and_or_button .knobs:after {
  content: "OR";
  position: absolute;
  top: 0;
  right: 0;
  width: 44.5px;
  height: 25px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 5px 4px;
  transition: .3s ease all , left .3s cubic-bezier(.18,.89,.35,1.15);
  vertical-align: middle;
  line-height: normal;
}
.wc_and_or_button .checkbox:checked+.knobs:after {
  content: "AND";
  right: 44.5px;
}
.wc_and_or_button .checkbox:checked+.knobs:before {
  content: "OR";
  left: 44.5px;
  background-color: #2E2E2E;
}
.wc_and_or_button .checkbox:checked ~ .layer {
  background-color: #ffffff;
}
.wc_filter_clients {
  background: #8A92A6;
}
.wc_filter_clients.active {
  background: #419CCC;
}




/*media style*/
@media (min-width: 768px){
    .main-content {
        margin-left: 260px;
    }
}
@media screen and (min-width : 1360px) {
    .project-card .col-xl-3{
        flex: 0 0 auto;
        width: 20%;
    }
}
@media (min-width: 1400px) {
    .col-width-20 .col-xxl-2 {
        width: 20%;
    }
    .col-width-20 .col-xxl-4 {
        width: 40%;
    }
}
@media screen and (max-width : 1440px) {
    .login-box{
        /* padding-top:60px; */
        padding: 40px 10px;
    }
    .sign-up-auto {
        height: 82vh !important;
    }
    .login-box .login-heading h2 {
        font-size: 25px;
    }
}
@media screen and (max-width : 1199px) {
    .login-box{
        padding:40px 20px;
    }
    .login-box .login-heading {
        margin-bottom: 50px;
    }
    .sign-up-auto {
        height: 85vh !important;
    }

    .page-content {
        padding: calc(61px + 1.5rem) calc(0.5rem * .5) 60px calc(0.5rem * .5);
    }
    .page-title-box{
        margin: 0 -16px;
        padding: 26px 16px 100px;
    }
    .header-part{
        padding: 20px 16px;
    }
    .wc-profile-wrap {
        border-radius: 20px;
        padding: 100px 30px 30px 30px;
    }
}

@media screen and (max-width : 991px) {
    .login-box .login-heading {
        margin-bottom: 40px;
    }
    .login-box{
        margin: -320px 0 0 auto;
    }
    .wp-header-wrap {
        display: none;
        position: absolute;
        top: 100%;
        left: auto;
        right: auto;
        width: 70%;
        background: #fff;
        padding: 10px 20px;
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.176);
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    }
    .wp-header-wrap.active {
        display: block;
    }
    .wp-header-wrap ul.navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .wp-header-wrap ul.navbar-nav li.nav-item-dropdown-menu-link .menu-dropdown {
        position: unset;
        overflow: visible;
        min-width: 100%;
    }
    .wp-header-wrap ul.navbar-nav>li {
        margin: 0;
        margin-bottom: 5px;
    }
    .wp-header-wrap ul.navbar-nav li.nav-item-dropdown-menu-link .collapsed a{
        padding: 0;
    }
    .wp-header-wrap ul.navbar-nav li.nav-item-dropdown-menu-link .menu-dropdown a.nav-link {
        padding: 3px 0;
    }
    .wp-header-wrap ul.navbar-nav li.nav-item-dropdown-menu-link .menu-dropdown a.nav-link:hover {
        color: #419CCC;
        background: #fff;
    }
}

@media screen and (max-width : 767px) {
    .login-content{
        min-height: inherit;
        padding: 40px 0 60px;
    }
    .login-box .login-heading {
        margin-bottom: 40px;
    }
    .login-box{
        margin: -30px auto 0;
    }
    .login-form-part{
        padding: 0px 0 20px;
    }
    .login-content p{
        font-size: 16px;
        line-height: 24px;
    }
    .login-box .login-heading p{
        font-size: 18px;
        line-height: 24px;
    }
    .login-box .login-heading h2{
        font-size: 18px;
        line-height: normal;
    }
    .sign-up-auto {
        height: unset !important;
    }
    .sign-up-auto form#signupForm {
        height: unset !important;
        overflow-y: unset !important;
        overflow-x: unset !important;
        padding: 0 !important;
    }
    .navbar-menu {
        left: -260px;
        top: 55px;
        -webkit-box-shadow: 0px 30px 30px rgba(17, 38, 146, 0.05);
        box-shadow: 0px 30px 30px rgba(17, 38, 146, 0.05);
    }
    .navbar-brand {
        display: none;
    }
    .navbar-menu.active{
        left: 0px;
    }
    .header-part{
        left: 0;
        width: 100%;
        padding: 5px 16px;
    }
    .page-content {
        padding: 55px 4px 25px;
    }
    .footer-part {
        width: 100%;
        margin: 0;
    }
    .page-title-box h1{
        font-size: 26px;
        line-height: 32px;
    }
    .page-title-box p{
        font-size: 16px;
    }
    .dropdown-toggle::after{
        margin-left: 0px;
        font-size: 20px;
    }
    .wc_custom_sing_page {
        height: 100%;
        overflow: unset;
    }
    .wc_schedule_calendar_popup_wrapper .modal-content {
        padding: 20px;
    }
    .ck-sticky-panel .ck.ck-sticky-panel__content_sticky {
        top: 55px !important;
    }
}

@media screen and (max-width : 575px) {
    .wc_schedule_color_btn .dropdown-menu {
        min-width: 100%;
    }
    .fc-toolbar {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }
    .wc_schedule_calendar_popup_wrapper .cncard-wrap .card-body {
        padding: 10px;
    }
}

img.header-profile-user {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}
.navbar-brand img {
    max-width: 97px;
    width: 100%;
    height: 42px;
    object-fit: contain;
}




.main-table th {
    position: sticky;
    top: 0;
    
}

th.fixed-side {
    left: 0;
    background:#20204B;
    
}