:root {
    --ccit-color-primary: #215fb5;
    --ccit-color-primary-dark: #0f4795;
}

#ccit-instructor {
    padding-top: 73.5px;
}

.ccit-id-header {
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-bottom: 1px solid #dadada;
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}

.admin-bar .ccit-id-header {
    top: 32px;
}

.ccit-id-header__logo {
    width: 300px;
}

.ccit-id-header__heading {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.ccit-id-header__hambergur-menu {
    cursor: pointer;
    margin-left: auto;
}

.ccit-id-header__hambergur-menu .dashicons {
    font-size: 30px;
    width: 30px;
    height: 30px;
    color: #26486E;
}


.ccit-id-main {
    /* display: flex; */
}

.ccit-heading {
    margin: 0;
    font-size: 18px;
    color: #000;
}

.ccit-heading.--large {
    font-size: 36px;
}

.ccit-sidebar {
    width: 250px;
    margin-right: 10px;;
    position: fixed;
    height: 100%;
    left: 0;
    height: calc( 100% - 73.5px);
    z-index: 15;
}

.admin-bar .ccit-sidebar {
    height: calc( 100% - 73.5px - 32px)
}

.ccit-sidebar__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    padding: 15px;
    border-right: 1px solid #dadada;
}

.ccit-sidebar__backdrop {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000008a;
    z-index: -1;
}


.ccit-sidebar__user {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    /* box-shadow: 0 0.3rem 2rem rgba(0,0,0,.1); */
    background: #fff;
    border-radius: 10px;
    padding: 0 15px;
}

.ccit-sidebar__photo {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 100%;
}

.ccit-sidebar__photo img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #a9a9a9;
    padding: 2px;
}

.ccit-sidebar__user h4 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.ccit-sidebar__nav {
    margin-top: 10px ;
    padding-top: 15px;
    border-top: 1px solid #dadada;
}

.ccit-sidebar ul {
    padding-left: 0;
    list-style: none;
    margin-top: 0!important;
}

.ccit-sidebar ul li {
    margin-bottom: 3px;
}

.ccit-sidebar ul li a{
    color: #000;
    padding: 10px 15px;
    display: block;
    border-radius: 5px;
    text-decoration: none!important;
}

.ccit-sidebar ul li a.active,
.ccit-sidebar ul li:hover a {
    color: #fff;
    background-color: #26486E;
}

.ccit-content {
    flex-grow: 1;
    padding: 20px;
}

.ccit-message {
    padding: 1em 2em;
    margin: 0 0 20px;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.ccit-message.success {
    border-top-color: #8fae1b;
}

.ccit-message.error {
    border-top-color: #b81c23;
}

.ccit-row {
    margin-bottom: 20px;
}

.ccit-row label {
    margin-bottom: 7px;
}

.ccit-row label .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}


.ccit-row .ccit-field {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
}

.ccit-row .ccit-field.ccit-readonly {

    background: #e2e2e2;
    cursor: not-allowed;
    opacity: .8;
}

.ccit-certifications {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.ccit-certifications li {
    text-align: center;
    width: 140px;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 0.3rem 2rem rgba(0,0,0,.1);
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ccit-dashboard-certification-thumbnail img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
}

/**
* Class List 
*/

.ccit-classes-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ccit-class {
    padding: 15px 20px;
    background: #efefef;
    margin-bottom: 15px;
    border-radius: 5px;
}

.ccit-class .ccit-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}


.ccit-class .ccit-slots {
    font-size: 14px;
}

.ccit-class .ccit-slots span{
    font-size: 16px;
}

.ccit-class .ccit-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;   
}

.ccit-class .ccit-footer {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ccit-class .ccit-date {
    font-weight: bold;
}

.ccit-pagination {
    padding-top: 10px;
}

.ccit-pagination-pages {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.ccit-pagination-pages a {
    display: block;
    padding: 5px 0;
    color: #26486e;
}

.ccit-pagination-pages a.active {
    border-radius: 2px;
    padding: 5px 12px;
    background: #26486e;
    color: #fff;
    pointer-events: none;
}



/** 
 * Single Class 
 */
.ccit-single-class .ccit-header {
    padding: 15px 20px;
    background: #efefef;
    border-radius: 10px;
    box-shadow: 1px 3px 12px -5px #19191982;
    margin-bottom: 30px;
}

.ccit-single-class .ccit-title {
    display: block;
    margin-bottom: 20px;
}

.ccit-single-class .ccit-meta span {
    display: block;
    margin-bottom: 7px;
}

.ccit-single-class label {
    font-weight: 500;
    margin-bottom: 7px;
}

.ccit-tabs-nav {
    display: flex;
    border: 1px solid #ccc;
}

.ccit-tabs-nav a {
    padding: 10px;
    flex-grow: 1;
    text-align: center;
    color: #000000cf;
    font-weight: 500;
    opacity: .9;
}

.ccit-tabs-nav a.active {
    background: #26486e;
    color: #fff;
    opacity: 1;
}

.ccit-tabs-content {
    padding-top: 40px;
    margin-bottom: 60px;
}

.ccit-tab {
    display: none;
}

.ccit-tab.active {
    display: block;

}

.ccit-single-class .ccit-update-slots,
.ccit-single-class .ccit-add-student {
    margin-bottom: 30px;
}

.ccit-single-class .ccit-add-student form,
.ccit-single-class .ccit-update-slots form{
    display: flex;
    gap: 10px;
}

/* .ccit-single-class .ccit-update-slots input, 
.ccit-single-class .ccit-add-student input {
    margin-right: 20px;
} */

.ccit-single-class .ccit-students table,
.ccit-single-class .ccit-students td,
.ccit-single-class .ccit-students th {
    border: 0;
}

.ccit-single-class .ccit-students > label {
    margin-bottom: 20px;
}

.ccit-students.report-submitted input[type="checkbox"] {
    pointer-events: none;
}

#ccit-students-table {
    margin-bottom: 10px;
    border-bottom: 0;
    border-top: 1px solid #ccc;
}

.ccit-single-class .dataTables_wrapper .dataTables_length,
.ccit-single-class .dataTables_wrapper .dataTables_filter{
    width: 50%;
    margin-bottom: 10px;
}

.ccit-single-class .dataTables_wrapper .dataTables_length label,
.ccit-single-class .dataTables_wrapper .dataTables_filter label {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 155px;
}

.ccit-single-class .dataTables_wrapper .dataTables_filter label {
    width: 100%;
}

.ccit-single-class .dataTables_wrapper .dataTables_length label select {
    width: 58px;
}

.ccit-single-class .dataTables_wrapper label {
    font-size: 14px;
    font-weight: normal;
}

.ccit-single-class .dataTables_wrapper .dataTables_filter input {
    margin-left: 10px;
}


#ccit-students-table_filter {
    float: left;
    text-align: left;
}

#ccit-students-table_filter label {
    width: 100%;
}


#ccit-students-table tr th {
    font-size: 16px;
    text-align: left;
    border-top: 0;
    border-bottom: 1px solid #ccc;
}

#ccit-students-table_info, 
#ccit-students-table_paginate {
    font-size: 14px;
}

#ccit-students-table_paginate .paginate_button.current {
    background: #efefef;
    border: 0;
}

.ccit-class-students-actions {
    padding-top: 20px;
    text-align: right;
}

#ccit-students-table tr >:nth-child(2) {
    display: none!important;
}


/**
 * Create Class 
 */

.ccit-crete-class label {
    font-weight: bold;
}


/**
 * Product Page 
 */

.ccit-class-details {
    padding-top: 15px;
    margin-bottom: 30px;
}

.ccit-class-details > div {
    margin-bottom: 15px;
    display: flex;
    align-items: center;}

.ccit-class-details label {
    font-weight: bold;
    width: 100px;
    margin-right: 10px;
    flex-shrink: 0;
}

.ccit-class-instructor {
    display: flex;
    padding-top: 15px;
    background: #e5e6e6;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 25px;
    align-items: center;
}

.ccit-class-instructor img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 12px;
    margin-bottom: 0;
    object-fit: cover;
}

.ccit-class-instructor a {
    font-size: 18px;
    margin-bottom: 0!important;
    color: #000;
}

/**
 * Classes Form 
 */

.ccit-browser-location {
    display: inline-block;
    font-size: 12px;
    color: var(--ccit-color-primary);
    margin-top: 10px;
    margin-left: 5px;
    text-decoration: none!important;
}

.ccit-browser-location:hover {
    color: var(--ccit-color-primary-dark);
}

.ccit-browser-location img {
    width: 16px;
    margin-right: 5px;
}

.ccit-more-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.ccit-categories-container,
.ccit-classes-view-tabs {
    color: #000;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
}

.ccit-more-actions-heading,
.ccit-classes-view-tabs-heading {
    font-weight: bold;
    color: #000;
}

.ccit-category {
    position: relative;
    cursor: pointer;
}

.ccit-category__selected {
    display: flex;
    align-items: center;
    gap: 10px;
    background-image: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 12px);
    padding: 5px 25px 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 150px
}

.ccit-category__options {
    position: absolute;
    width: 100%;
    background: #fff;
    top: calc( 100% + 10px );
    box-sizing: border-box;
    border-radius: 8px;
    display: none;
    z-index: 10;
    font-size: 14px;
    max-height: 300px;
    overflow: auto;
    padding: 10px 0;
    border: 1px solid #ccc;
    width: 200px;
    box-shadow: 0 0 10px 0 #00000042;
}

.ccit-category__options.--open {
    display: block;
}

.ccit-category__options > div {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.ccit-category__options label {
    font-weight: normal;
    cursor: pointer;
    width: 100%;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.ccit-category__options > div:hover label,
.ccit-category__options > div.--checked {
    background: #f0f0f0;
}

.ccit-category__options label input {
    cursor: pointer;
    margin: 0;
}

.ccit-category__actions {
    position: sticky;
    bottom: -10px;
    margin-bottom: -10px;
    border-top: 1px solid #ccc;
    padding: 10px 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.ccit-category__actions button {
    border: 0;
    font-size: 12px;
    padding: 5px 20px;
}

.ccit-category__actions .ccit-category__reset {
    color: #8d8e90!important;
    text-decoration: underline;
    background: none!important;
    padding: 5px 0;
}


.ccit-classes-view-tabs-items {
    display: flex;
}

.ccit-classes-view-tab__item {
    padding: 5px 20px;
    border: 1px solid #ccc;
    color: #000;
    text-decoration: none!important;
}

.ccit-classes-view-tab__item:first-child {
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

.ccit-classes-view-tab__item:last-child {
    border-radius: 0 4px 4px 0;
    border-left: 0;
}

.ccit-classes-view-tab__item.--current {
    background: #215fb5;
    color: #fff;
    border-color: #215fb5;
}

.ccit-no-classes {
    text-align: center;
    color: #000;
    padding: 20px 0 100px;
}


/** Map view */
.ccit-map-container {
    display: flex;
    width: 100vw;;
    width: 100dvw;
    min-width: 100%;
    margin-left: calc( -1 * ((100dvw - 100%)/2) );
    margin-left: calc( -1 * ((100dvw - 100%)/2) );
    box-shadow: 0 0 10px 0 #00000042;
    position: relative;
}

.ccit-classes-form {
    display: flex;
}

#ccit-classes-field {
    margin-right: 20px;
}

.ccit-browser-location-error {
    color: red;
    padding: 5px 5px 0;
    font-size: 12px;
}

#ccit-map {
    height: 600px;
    width: 100%;
}

.ccit-info-window {
    position: absolute;
    background: #fff;
    padding: 20px 20px 30px;
    top: 20px;
    left: 20px;
    color: #000;
    box-shadow: 0 0 10px 0 #00000042;
    border-radius: 4px;
    width: 400px;
    max-width: calc(100% - 40px);
}

.ccit-info-window-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.ccit-info-window-distance {
    font-size: 12px;
    color: #656565;
}

.ccit-info-window-distance span {
    font-weight: bold;
}

.ccit-info-window-close {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: underline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
}

.ccit-info-window-close img {
    width: 16px;
}

.ccit-info-window-heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}

.ccit-info-window-address-container {
    margin-bottom: 15px;
}

.ccit-info-window-heading-small {
    font-weight: bold;
}

.ccit-info-window-address {
    color: #656565;
    font-size: 12px;
}

.ccit-info-window-classes-container {
    margin-bottom: 40px;
}

.ccit-info-window-classes-container .ccit-info-window-heading-small {
    margin-bottom: 10px;
}

.ccit-info-window-class-item a {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: #000;
}

.ccit-info-window-class-item-image {
    width: 60px;
    height: 60px;
}

.ccit-info-window-class-item-image img {
    border-radius: 4px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ccit-info-window-class-item-content {
    flex: 1;
    font-size: 12px;
}

.ccit-info-window-class-item-instructor {
    color: #656565;
}

.ccit-map-reset-zoom {
    position: absolute;
    width: 80px;
    background: #ffffff;
    color: #000;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    bottom: 33px;
    left: 8px;
    font-weight: bold;
    box-shadow: 0 0 10px 0 #00000042;
    cursor: pointer;
    display: none;
}

.ccit-map-marker-distance {
    color: #000;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    font-weight: bold;
    transform: translate(0,-35px);
    box-shadow: 0 0 10px 0 #00000042;
}

/*** Calendar */
.ccit-month-picker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ccit-current-month {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.ccit-month-actions {
    display: flex;
    gap: 5px
}

.ccit-month-actions > a {
    padding: 5px 20px 7px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    background: #215fb5;
}

.ccit-prev-month img {
    width: 18px;
}

.ccit-next-month img {
    width: 18px;
    transform: rotate(180deg);
}

.ccit-day-empty-cell {
    border-bottom: 0.843327px solid #9f9f9f;
}

.ccit-day-empty-cell ~ .ccit-day-empty-cell {

}


.ccit-calendar {
    color: #000;
    overflow-x: auto;
}

/* width */
.ccit-calendar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
  
  /* Track */
.ccit-calendar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.ccit-calendar::-webkit-scrollbar-thumb {
    background: var(--ccit-color-primary);
    border-radius: 10px;
}

.ccit-day-names,
.ccit-days {
    display: grid;
    grid-template-columns: repeat( 7, minmax( 140px, 1fr ) );
    width: fit-content;
}

.ccit-day-names {
    margin-bottom: 5px;
}

.ccit-day-name-cell {
    font-weight: bold;
    text-align: center;
}

.ccit-days {
    border: 0.843327px solid #9f9f9f;
    border-radius: 5px;
    background: #cccccc1f;
}

.ccit-day-cell {
    min-height: 100px;
    border-bottom: 0.843327px solid #9f9f9f;
    border-right: 0.843327px solid #9f9f9f;
    background: #fff;
}

.ccit-day-cell.--first-day {
    border-left: 0.843327px solid #9f9f9f;
}


.ccit-day-cell.--current {
    background: aliceblue;
}

.ccit-days > div:nth-child(7n) {
    border-right: 0;
}

.ccit-day-cell-date {
    text-align: right;
    padding: 3px;
}

.ccit-day-classes {
    padding: 2px;
    padding-bottom: 10px;
}

.ccit-day-class {
    position: relative;
    margin-bottom: -3px;
}

.ccit-day-class .ccit-day-class-title {
    color: #ececec!important;
    background: #215fb5;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none!important;
    line-height: 1.2;
}

.ccit-day-class.--ended .ccit-day-class-title {
    background: #d5d5d5;
    color: #7b7b7b!important;
}

.ccit-day-class .ccit-tooltip {
    position: absolute;
    top: -100%;
    left: 0;
    padding-bottom: 10px;
    display: none;
    z-index: 10;
}

.ccit-day-class .ccit-tooltip span {
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 0 10px #a9a9a9;
    border-radius: 4px;
    padding: 2px 10px;
}

.ccit-day-class:hover .ccit-tooltip {
    display: block;
}


/** Instructor Single Page Template */

.cci-single-instructor {
    margin: 40px 0 60px;
}

.cci-single-instructor h3,
.cci-single-instructor h4 {
    font-size: 20px;
    font-weight: bold;
}

.cci-single-instructor h3 {
    margin-bottom: 15px;
}

.cci-single-instructor__details {
    display: flex;
    margin-bottom: 50px;
    box-shadow: 0 0.3rem 2rem rgba(0,0,0,.1);
    background: #fff;
    border-radius: 20px;
}

.cci-single-instructor__info {
    /* width: 300px; */
    flex-shrink: 0;
    /* background: #f2f2f2; */
    padding: 30px 40px;
    /* margin-right: 10px; */
}

.cci-single-instructor__info::before {
    content: "";
}

.cci-single-instructor__image {
    width: 150px;
    height: 150px;
    margin: auto;
}

.cci-single-instructor__image img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #a9a9a9;
    padding: 2px;
}

.cci-single-instructor__name {
    padding-top: 10px;
}

.cci-single-instructor__name h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.cci-single-instructor__bio {
    /* background: #f2f2f2; */
    padding: 20px;
    border-radius: 5px;
}

.cci-single-instructor__bio h3 {
    margin: 0 0 10px
}

.cci-single-instructor__ongoing-classes {
    margin-bottom: 50px;
}

.cci-single-instructor__certficates-content {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    background: #f2f2f2;
    padding: 25px;
    border-radius: 12px;
}

.cci-single-instructor__certificate-item {
    text-align: center;
    width: 140px;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 0.3rem 2rem rgba(0,0,0,.1);
    background: #fff;
}


.cci-single-instructor__certificate-item img {
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    
}

.cci-single-instructor__certificate-item h4 {
    margin: 0;
    font-size: 12px;
}


.cci-single-instructor__content {
    width: 100%;
}

.cci-single-instructor__certficates {
    flex-shrink: 0;
    margin-bottom: 40px;
}

.cci-single-instructor__certficates ul {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cci-single-instructor__certficates ul li {
    padding: 8px 20px;
    background: #f2f2f2;
    margin-bottom: 10px;
    width: calc(50% - 5px);
    flex-shrink: 0;
    border-radius: 3px;
}

.cci-single-instructor__classes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px
}

.cci-single-instructor__class {
    /* width: 200px; */
    /* padding: 15px 15px 30px; */
    /* background: #f2f2f2; */
    /* border-radius: 5px; */
    padding: 5px;
    height: 100%;
}

.cci-single-instructor__class > a {
    text-decoration: none!important;
}

.cci-single-instructor__class-img {
    background: #f2f2f2;
    border-radius: 5px 5px 0 0;
}

.cci-single-instructor__class-img img {
    border-radius: 5px 5px 0 0;
}

.cci-single-instructor__class-title {
    background: #f2f2f2;
    padding: 12px 15px 20px;
    border-radius: 0 0 5px 5px;
}

.cci-single-instructor__class-title h4{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
}


.cci-single-instructor__review-item {
    padding: 20px;
    border: 1px solid #f2f2f2;
    margin-bottom: 15px;
    border-radius: 8px;
}


.cci-single-instructor__review-item__author {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.cci-single-instructor__review-item__rating .dashicons-star-filled.--checked {
    color: #ffc700;
}

.cci-single-instructor__review-item__feedback {
    color: #7f8080;
    margin-top: 10px;
}

.cci-single-instructor__reviews_header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.cci-ar-item {
    margin-bottom: 15px;
    color: #434343;
}

.cci-ar-item label span {
    font-weight: normal;
}

.cci-ar-item .rate {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    position: relative;
}

.cci-ar-item .rate:not(:checked) > input {
    position:absolute;
    top: 8px;
    opacity: 0;
    font-size: 0;
}

.cci-ar-item .rate:not(:checked) > label {
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:24px;
    color:#ccc;
    margin-bottom: 0;
    line-height: 1;
}
.cci-ar-item .rate:not(:checked) > label:before {
    content: "\f155";
    font-family: 'dashicons';
}
.cci-ar-item .rate > input:checked ~ label {
    color: #ffc700;    
}
.cci-ar-item .rate > input:checked ~ label::before {
    color: inherit;    
}
.cci-ar-item .rate:not(:checked) > label:hover,
.cci-ar-item .rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.cci-ar-item .rate > input:checked + label:hover,
.cci-ar-item .rate > input:checked + label:hover ~ label,
.cci-ar-item .rate > input:checked ~ label:hover,
.cci-ar-item .rate > input:checked ~ label:hover ~ label,
.cci-ar-item .rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.add-review-popup button.ccit-button {
    border: 0!important;
}

.cci-ar-submitted {
    padding: 20px;
    text-align: center;
}

.cci-ar-submitted__icon {
    width: 50px;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--ccit-color-primary);
    color: #fff;
    border-radius: 100%;
    margin-bottom: 15px;
    padding: 10px;
}

.cci-ar-submitted__text {
    color: #434343;
    font-size: 14px;
    margin-bottom: 20px;
}

.ccit-button.cci-ar-submitted__close {
    padding: 7px 25px;
}

/** Reschedule Popup */

.cci-popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #00000099;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cci-popup {
    width: 95%;
    max-width: 500px;
    background: #fff;
    border-radius: 11px;
    padding: 30px;
    position: relative;
}

.cci-popup-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -37px;
    top: 0;
    font-weight: 500;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.cci-popup-close svg {
    width: 20px;
}

.cci-popup-header h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 24px;
}

.cci-popup-content {
    margin-bottom: 30px;
}

.cci-rs-item {
    display: flex;
    margin-bottom: 15px;
    gap: 10px;
}

.cci-rs-item label {
    font-weight: bold;
    color: #000;
    width: 100px;
}

.cci-popup-actions {
    text-align: center;
}

.cci-popup .ccit-loading-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffffc9;
    border-radius: 24px;
    z-index: 2;
}

.cci-popup .ccit-loading {
    margin: auto;
}

.cci-popup .ccit-loading div {
    background: #434343;
}


.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
    border: 1px solid!important;
    padding: 0px 12px!important;
    font-size: 28px!important;
}

.owl-carousel .owl-nav button.owl-next span,
 .owl-carousel .owl-nav button.owl-prev span{
    padding: 0 12px;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}


/** Nearest Classes */
.ccit-nearest-classes-container {
    max-width: 600px;
    margin: auto;
    margin-bottom: 40px;
}

.ccit-nearest-classes-container .ccit-heading {
    text-align: center;
}

.ccit-nearest-classes-form {
    margin-top: 15px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0.3rem 2rem rgba(0,0,0,.1);
}

.ccit-nearest-classes-form-content {
    display: flex;
    gap: 15px;
}

.ccit-nearest-classes-field-container {
    flex: 1;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 15px) center;
}

.ccit-input[type=text] {
    padding: 15px 40px 15px 10px;
    border-radius: 8px;
    background: none!important;
}

.ccit-input[type=text]:focus {
    border-color: #000;
}

.ccit-button {
    padding: 10px 25px;
    background: var(--ccit-color-primary);
    color: #fff!important;
    text-decoration: none!important;
    border-radius: 4px;
}

.ccit-button:hover {
    background: var(--ccit-color-primary-dark)!important;
    border: 0!important;
}



/** Classes search page */
.ccit-classes-form-actions {
    margin: 20px 0 40px;
}

.ccit-classes-filters {
    margin-bottom: 30px;
}

/** Classes by list */
.ccit-classes-by-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.ccit-classes-by-list .ccit-class-list-item {
    width: 21.25%;
    margin-bottom: 5%;
    position: relative;
}


.ccit-class-list-item > a {
    text-decoration: none!important;
    display: block;
}

.ccit-class-list-item-distance {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 16px;
    z-index: 2;
    font-size: 12px;
    box-shadow: 0 0 10px 0 #00000069;
    border: 1px solid #ffffff40;
}

.ccit-class-list-item-image {
    height: 200px;
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.ccit-class-list-item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: transform .3s ease-in-out;
}

.ccit-class-list-item > a:hover .ccit-class-list-item-image img  {
    transform: scale(1.05);
}


.ccit-class-list-item-title {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
    transition: color .3s ease-in-out;
}

.ccit-class-list-item > a:hover .ccit-class-list-item-title {
    color: var(--ccit-color-primary);
}

.ccit-class-list-item-time {
    color: #8d8e90;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

.ccit-class-list-item-instructor {
    padding-top: 10px;
    margin-top: 8px;
    position: relative;
    border-top: 1px solid #b5b5b5;
}

.ccit-class-list-item-instructor a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    text-decoration: none!important;
}

.ccit-class-list-item-instructor a:hover {
    color: var(--ccit-color-primary);
}


.ccit-class-list-item-instructor img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    object-fit: cover;
}


/** Single Location */
.ccit-single-location {
    margin: 40px 0 60px;
    display: grid;
    grid-template-areas: "main rightcol";
    align-items: start;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.ccit-single-location__details {
    grid-area: main;
}

.ccit-single-location__right-col {
    grid-area: rightcol;
}   

.ccit-single-location-title {
    color: #000;
    font-weight: bold;
    margin: 5px 0;
}

.ccit-single-location-address {
    font-size: 16px;
    color: #7d7d7d;
    margin: 0;
}

.ccit-location-map-container {
    position: relative;
}

.ccit-get-direction {
    position: absolute;
    width: 120px;
    background: var(--ccit-color-primary);
    color: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    bottom: 10px;
    font-weight: bold;
    box-shadow: 0 0 10px 0 #00000042;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%);
    text-decoration: none!important;
}

.ccit-get-direction:hover {
    color: #fff;
    background: var(--ccit-color-primary-dark);
}

#ccit-location-map {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    box-shadow: 0 0.3rem 2rem rgba(0,0,0,.1);
}

.ccit-section-heading {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 15px;
}

.ccit-single-location-instructors {
    display: flex;
}

.ccit-single-location-instructor-item {
    text-align: center;
    background: #f2f2f2;
    border-radius: 12px;
}

.ccit-single-location-instructor-item a {
    text-decoration: none!important;
    padding: 20px;
    display: block;
}

.ccit-single-location-instructor-item__image {
    width: 150px;
    height: 150px;
    text-align: center;
    margin-bottom: 10px;
}

.ccit-single-location-instructor-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #000;
    padding: 1px;
}

.ccit-single-location-instructor-item__name {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.ccit-classes-form-content {
    margin-bottom: 40px;
}


.ccit-classes-by-list-pagination {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.ccit-classes-by-list-pagination a {
    padding: 5px 10px;
    color: #000;
}

.ccit-classes-by-list-pagination a.active {
    box-shadow: 0 0.3rem 2rem rgba(0,0,0,.1);
    background: #215fb5;
    border-radius: 4px;
    color: #fff;
}

@media (max-width:999px) {
    .cci-single-instructor {
        flex-direction: column;
    }
    
    .cci-single-instructor__sidebar {
        width: 100%;
        margin-bottom: 40px;
    }

    .ccit-classes-by-list .ccit-class-list-item {
        width: 30%;
    }


}


@media (max-width:767px) {

    .ccit-heading.--large {
        font-size: 28px;
    }

    .cci-single-instructor__details {
        flex-wrap: wrap;
    }
    .cci-single-instructor__info {
        width: 100%;
    }

    .ccit-classes-by-list .ccit-class-list-item {
        width: 47.5%;
        margin-bottom: 35px;
    }

    .ccit-single-location {
        grid-template-areas:
        "main"
        "rightcol";
        grid-template-columns: 1fr;
    }
}

@media (max-width:400px) {
    .ccit-classes-by-list .ccit-class-list-item {
        width: 100%;
        margin-bottom: 40px;
    }
}

.ccit-loading-container {
    display: flex;
    justify-content: center;
}

.ccit-loading-container.hidden {
    display: none;
}

.ccit-loading {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.ccit-loading div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #a2a2a2;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.ccit-loading div:nth-child(1) {
    left: 8px;
    animation: ccit-loading1 0.6s infinite;
}

.ccit-loading div:nth-child(2) {
    left: 8px;
    animation: ccit-loading2 0.6s infinite;
}

.ccit-loading div:nth-child(3) {
    left: 32px;
    animation: ccit-loading2 0.6s infinite;
}

.ccit-loading div:nth-child(4) {
    left: 56px;
    animation: ccit-loading3 0.6s infinite;
}

@keyframes ccit-loading1 {
    0% { transform: scale(0); } 
    100% { transform: scale(1); }
}

@keyframes ccit-loading3 {
    0% { transform: scale(1); }
    100% { transform: scale(0); }
}

@keyframes ccit-loading2 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(24px, 0); }
}
  
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}

@media (min-width: 992px) {
    #ccit-instructor {
        /* width: 100vw;
        margin-left: calc( -1 * (50vw - 50%) ); */
        padding-left: 250px;
    }

    .ccit-id-header__hambergur-menu, 
    .ccit-sidebar__backdrop  {
        display: none;
    }
}

@media ( max-width: 992px ) {
    .ccit-sidebar {
        display: none;
    }

    #ccit-instructor.sidemenu-open .ccit-sidebar {
        display: block;
    }

    #ccit-students-table tr >:nth-child(2) {
        display: table-cell!important;
    }

    #ccit-students-table tr >:nth-child(6) {
        display: none!important
    }

}

@media (max-width: 782px) {
    .admin-bar .ccit-id-header {
        top: 46px;
    }

    .admin-bar .ccit-sidebar {
        height: calc( 100% - 73.5px - 46px)
    }

    .ccit-id-header__heading {
        display: none;
    }

    #ccit-students-table_wrapper {
        overflow-x: auto;
    }

    #ccit-students-table_filter {
        position: sticky;
        left: 0;
        width: 100%;
    }

    #ccit-students-table_length,
    #ccit-students-table_info,
    #ccit-students-table_paginate {
        position: sticky;
        left: 0;
    }

    .ccit-content {
        padding: 20px 0;
    }

    .ccit-single-class .ccit-add-student form {
        flex-wrap: wrap;
    }
    
}


/* ============================================================
   Instructor Directory
   ============================================================ */

.ccit-instructor-directory {
    width: 100%;
    padding: 20px 0;
}

.ccit-instructor-directory__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
}

.ccit-instructor-directory__empty {
    text-align: center;
    color: #666;
    padding: 40px 0;
}

/* Card */
.ccit-instructor-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ccit-instructor-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transform: translateY(-2px);
    color: inherit;
    text-decoration: none;
}

/* Image */
.ccit-instructor-card__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f0f0f0;
}

.ccit-instructor-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ccit-instructor-card__image-placeholder {
    width: 100%;
    height: 100%;
    background: #ddd;
}

/* Body */
.ccit-instructor-card__body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.ccit-instructor-card__name {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #1a1a1a;
    line-height: 1.3;
}

/* Rating */
.ccit-instructor-card__rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.ccit-instructor-card__rating .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #ccc;
}

.ccit-instructor-card__rating .dashicons.--checked {
    color: #f5a623;
}

.ccit-instructor-card__review-count {
    font-size: 12px;
    color: #888;
    margin-left: 4px;
}



/* Instructor bio page — rating & inactive notice */
.cci-single-instructor__rating {
    display: flex;
    align-items: center;
    gap: 2px;
    text-decoration: none;
    color: inherit;
    margin-top: 6px;
}

.cci-single-instructor__rating:hover {
    text-decoration: underline;
    color: inherit;
}

.cci-single-instructor__rating .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
    color: #ccc;
}

.cci-single-instructor__rating .dashicons.--checked {
    color: #f5a623;
}

.cci-single-instructor__rating-count {
    font-size: 13px;
    color: #888;
    margin-left: 4px;
}

.cci-single-instructor__inactive-notice {
    background: #fff8e1;
    border-left: 4px solid #f5a623;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #5a4a00;
    border-radius: 0 4px 4px 0;
}

/* Location prompt banner */
.ccit-location-prompt {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #e8f4fd;
    border-left: 4px solid #2196f3;
    padding: 12px 16px;
    margin-bottom: 16px;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    flex-wrap: wrap;
}

.ccit-location-prompt__text {
    flex: 1;
    color: #1a1a1a;
}

.ccit-location-prompt__accept {
    background: #2196f3;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

.ccit-location-prompt__accept:hover {
    background: #1976d2;
}

.ccit-location-prompt__dismiss {
    background: transparent;
    color: #666;
    border: 1px solid #ccc;
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

.ccit-location-prompt__dismiss:hover {
    background: #f5f5f5;
}

/* Delete class button */
.ccit-delete-class {
    background: #d32f2f;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    margin-left: 8px;
}

.ccit-delete-class:hover {
    background: #b71c1c;
}

/* ============================================================
   Class list item — instructor rating
   ============================================================ */

.ccit-class-list-item-rating {
    display: flex;
    align-items: center;
    gap: 1px;
    margin-top: 4px;
    padding: 0 4px;
}

.ccit-class-list-item-rating .dashicons {
    font-size: 13px;
    width: 13px;
    height: 13px;
    color: #ccc;
}

.ccit-class-list-item-rating .dashicons.--checked {
    color: #f5a623;
}

.ccit-class-list-item-rating-count {
    font-size: 11px;
    color: #888;
    margin-left: 3px;
}

/* ============================================================
   Product / class page — instructor rating
   ============================================================ */

.ccit-class-instructor__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ccit-class-instructor-rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.ccit-class-instructor-rating .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    color: #ccc;
}

.ccit-class-instructor-rating .dashicons.--checked {
    color: #f5a623;
}

.ccit-class-instructor-rating__count {
    font-size: 12px;
    color: #888;
    margin-left: 3px;
}

/* ============================================================
   State classes list — instructor info & rating
   ============================================================ */

.ccit-state-class-item {
    margin-bottom: 10px;
}

.ccit-state-class-item__title {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.ccit-state-class-item__instructor {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.ccit-state-class-item__instructor-photo {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    flex-shrink: 0;
}

.ccit-state-class-item__instructor-name {
    font-size: 13px;
    color: #444;
}

.ccit-state-class-item__rating {
    display: flex;
    align-items: center;
    gap: 1px;
}

.ccit-state-class-item__rating .dashicons {
    font-size: 13px;
    width: 13px;
    height: 13px;
    color: #ccc;
}

.ccit-state-class-item__rating .dashicons.--checked {
    color: #f5a623;
}

.ccit-state-class-item__rating-count {
    font-size: 11px;
    color: #888;
    margin-left: 2px;
}
