.table-couses tr.live-today-classes td {
     background: #31c45d !important;
     color: #fff !important;
     padding: 8px 12px !important;
}
 .table-couses tr.live-other-classes td {
     background: #dce9f5 !important;
     color: #004f94 !important;
     padding: 8px 12px !important;
}
 .table-couses tr.live-class-complete td {
     background: #cecece !important;
     color: #000 !important;
     opacity: 0.5;
     cursor: no-drop;
}
 .table-couses tr.live-class-complete td a {
     color: #000 !important;
}
 .table-couses tr.live-class-ongoing td {
     background: rgb(49 196 93 / 20%) !important;
}
 .table-couses tr.live-class-ongoing td a {
     color: #06842c !important;
}
 .table-couses tr.live-class-upcoming td {
     background: rgb(255 136 0 / 20%) !important;
}
 .table-couses tr.live-class-upcoming td a {
     color: #df6900 !important;
}
 .table-couses tr.live-class-later td {
     background: #ffffff !important;
}
 .date-group {
     width: 100%;
     float: left;
     position: relative;
     display: flex;
     justify-content: flex-start;
     align-items: flex-start;
     row-gap: 15px;
     column-gap: 15px;
}
 .date-group .form-control.timer {
     margin: 0px !important;
     width: 150px;
     max-width: 150px;
     min-width: 150px;
}
 .date-group .input-group.timer {
     margin: 0px !important;
     width: 150px;
     max-width: 150px;
     min-width: 150px;
}
 .form-group-title {
     width: 100%;
     float: left;
     position: relative;
     font-size: 15px;
     font-weight: 600;
     line-height: 30px;
     border-bottom: 1px dashed rgb(187, 187, 187);
     margin-bottom: 10px;
     color: rgb(10, 74, 136) !important;
}
 .host-users-list {
     width: 100%;
     float: left;
     position: relative;
     margin-top: 15px;
}
 .user-host-group {
     display: flex;
     align-items: center;
     float: left;
     margin-right: 10px;
     margin-bottom: 10px;
     background: #f3f9ff;
     border-radius: 180px;
}
 .user-host-group .single-user-without-pic {
     border-radius: 180px;
     border: 1px solid #e0eaf3;
     width: 30px;
     height: 30px;
     position: relative;
     line-height: 28px;
     text-align: center;
     font-weight: 500;
     color: #4d5969;
     font-size: 11px;
     background: #fff;
}
 .user-host-group .single-user-pic {
     width: 30px;
     height: 30px;
     position: relative;
     border-radius: 180px;
     border: 1px solid rgb(0 0 0 / 15%);
}
 .user-host-group .single-user-pic img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     position: relative;
     float: left;
     overflow: hidden;
     border-radius: 180px;
}
 .user-host-group .single-user-name {
     display: inline-block;
     vertical-align: top;
     padding: 0px 15px;
}
 .class-switch-group {
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 25px;
     display: flex;
     justify-content: space-between;
}
 .class-switch-group .class-time {
     font-weight: 600;
     color: #104b86;
}
 .week-calendar {
     width: 100%;
     position: relative;
     display: flex;
     column-gap: 5px;
     row-gap: 5px;
}
 .week-calendar .week-day {
     background: #fff;
     border-radius: 180px;
     width: 40px;
     text-align: center;
     position: relative;
     height: auto;
     padding: 0px;
     font-size: 11px;
     font-family: "Montserrat", sans-serif;
     border: 1px solid #eaf1f8 !important;
     cursor: no-drop;
     color: #0a4a88;
     min-height: 40px;
     line-height: 38px;
}
 .week-calendar .week-day.active {
     background: #0a4a88;
     color: #fff;
     border: 1px solid #0a4a88 !important;
}
 .user-attendance {
     font-size: 12px;
     padding-left: 14px;
     position: relative;
}
 .user-attendance:before {
     content: "";
     width: 8px;
     height: 8px;
     position: absolute;
     top: 4px;
     left: 0px;
     border-radius: 180px;
}
 .user-attendance.present {
     color: #50d578;
}
 .user-attendance.absent {
     color: #ff0000;
}
 .user-attendance.present:before {
     content: "";
     background: #50d578;
}
 .user-attendance.absent:before {
     content: "";
     background: #ff0000;
}
 .modal-copylink {
     width: 100%;
     float: left;
     position: relative;
}
 .modal-copylink .modal-copylink-title {
     font-weight: 400;
     font-size: 14px;
     line-height: 20px;
     text-align: left;
     color: #344050;
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 10px;
}
 .modal-copylink .modal-copylink-input {
     width: 100%;
     float: left;
     position: relative;
}
 .modal-copylink .modal-copylink-input .form-control {
     width: 100%;
     float: left;
     position: relative;
     background: #f3f9ff;
     border: 1px solid #9cbccd;
     border-radius: 6px;
     height: 44px;
     padding: 0px 90px 0px 39px;
     font-family: "Open Sans", sans-serif;
     font-size: 14px;
}
 .modal-copylink .modal-copylink-input .btn {
     height: 32px;
     line-height: 30px;
     min-width: 75px;
     text-transform: uppercase;
     font-size: 13px;
     position: absolute;
     right: 6px;
     top: 6px;
     padding: 0px;
     text-align: center;
}
 .modal-copylink .modal-copylink-input .left-icon {
     position: absolute;
     left: 0px;
     top: 0px;
     margin: 16px 12px;
}
 .live-coaching-header {
     width: 100%;
     position: relative;
     float: left;
     background: #fff;
     border-radius: 10px;
     padding: 12px;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     border: 1px solid #dde4eb;
}
 .live-coaching-header .live-coaching-header-left {
     width: auto;
}
 .live-coaching-header .live-coaching-header-left .live-coaching-list {
     width: auto;
     margin: 0px 20px 0px 0px;
     flex-direction: row;
}
 .live-coaching-header .live-coaching-header-left .live-coaching-list li {
     width: auto;
     margin: 0px 20px 0px 0px;
}
 .live-coaching-header .live-coaching-header-right {
     width: auto;
     display: flex;
     align-items: center;
     gap: 15px;
}
 .live-coaching-header .live-coaching-header-right .single-action{
     display: inline-block;
     vertical-align: top;
}
 .live-coaching-header .live-coaching-header-right .single-action .btn{
     white-space: nowrap;
}
 .live-coaching-header .live-coaching-header-right .single-action app-back-button{
     display: inline-block;
     vertical-align: top;
}
 .live-coaching-header .live-coaching-header-right .single-action app-back-button .btn{
     padding: 0px;
     ;
}
 .live-coaching-header .live-coaching-header-right .single-action app-back-button .btn img{
     float: left;
     width: 30px;
     height: 30px;
     padding: 5px;
}
 .live-coaching-header .live-organiser {
     width: 100%;
     float: left;
     position: relative;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     row-gap: 15px;
     column-gap: 15px;
}
 .live-coaching-header .live-organiser .live-organiser-label {
     font-weight: 400;
     font-size: 13px;
     line-height: 20px;
     text-align: left;
     color: #344050;
     float: left;
     position: relative;
     font-style: italic;
}
 .live-coaching-header .live-organiser .live-organiser-user {
     display: flex;
     align-items: center;
     float: left;
     margin-right: 10px;
     background: #f3f9ff;
     border-radius: 180px;
}
 .live-coaching-header .live-organiser .live-organiser-user .single-user-without-pic {
     border-radius: 180px;
     border: 1px solid #e0eaf3;
     width: 30px;
     height: 30px;
     position: relative;
     line-height: 28px;
     text-align: center;
     font-weight: 500;
     color: #4d5969;
     font-size: 11px;
     background: #fff;
     min-width: 30px;
}
 .live-coaching-header .live-organiser .live-organiser-user .single-user-pic {
     width: 30px;
     height: 30px;
     position: relative;
     border-radius: 180px;
     border: 1px solid rgb(0 0 0 / 15%);
}
 .live-coaching-header .live-organiser .live-organiser-user .single-user-pic img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     position: relative;
     float: left;
     overflow: hidden;
     border-radius: 180px;
}
 .live-coaching-header .live-organiser .live-organiser-user .single-user-name {
     display: inline-block;
     vertical-align: top;
     padding: 0px 15px;
     white-space: nowrap;
}
 .live-coaching-header .live-coaching-title {
     line-height: 26px;
     width: 100%;
     float: left;
     position: relative;
     font-size: 18px;
     font-weight: 600;
     color: #344050;
     margin-bottom: 10px;
     word-break: break-word;
}
 .live-coaching-list {
     width: 100%;
     float: left;
     position: relative;
     padding: 0px;
     margin: 0px;
     text-align: left;
     display: flex;
     justify-content: space-around;
     margin-bottom: 10px;
     flex-direction: column;
     gap: 5px;
}
 .live-coaching-list li {
     width: auto;
     float: left;
     list-style: none;
     margin: 0px;
     line-height: 24px;
     font-size: 12px;
     font-weight: normal;
}
 .live-coaching-list li img {
     width: 12px;
     height: 12px;
     margin: 6px;
     display: inline-block;
     vertical-align: top;
}
 .live-coaching-footer {
     width: 100%;
     float: left;
     position: relative;
}
 .class-status {
     font-size: 12px;
     padding-left: 14px;
     position: relative;
}
 .class-status:before {
     content: "";
     width: 8px;
     height: 8px;
     position: absolute;
     top: 4px;
     left: 0px;
     border-radius: 180px;
}
 .class-status.complete {
     color: #000 !important;
}
 .class-status.complete:before {
     content: "";
     background: #000 !important;
}
 .class-status.ongoing {
     color: #06842c !important;
}
 .class-status.ongoing:before {
     content: "";
     background: #06842c !important;
}
 .class-status.upcoming {
     color: #df6900 !important;
}
 .class-status.upcoming:before {
     content: "";
     background: #df6900 !important;
}
 .class-status.later {
     color: #0a4a88;
}
 .class-status.later:before {
     content: "";
     background: #0a4a88;
}
 .user-selected {
     font-weight: 400;
     font-size: 13px;
     line-height: 20px;
     text-align: left;
     color: #344050;
     float: left;
     position: relative;
     font-style: italic;
}
 .user-selected strong {
     font-weight: 600;
}
 .theme-lefttabs-group {
     height: 100%;
     display: flex !important;
     flex-direction: row !important;
     overflow: hidden;
     padding: 0px !important;
}
 .theme-lefttabs-group .tab {
     width: 200px;
     min-width: 200px;
     background: #e0eaf3;
     padding: 15px;
     display: flex;
     flex-direction: column;
     row-gap: 5px;
     column-gap: 5px;
}
 .theme-lefttabs-group .tab .tablinks {
     width: 100%;
     float: left;
     position: relative;
     font-weight: 600;
     color: #465058;
     font-size: 13px;
     text-decoration: none;
     line-height: 18px;
     padding: 8px 8px;
     background: transparent;
     border-radius: 6px;
     -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
     white-space: normal;
     display: flex;
     align-items: center;
     min-height: 40px;
     opacity: 0.6;
     background: transparent;
     text-align: left;
}
 .theme-lefttabs-group .tab .tablinks.active {
     opacity: 1;
     background: #fff;
}
 .theme-lefttabs-group .tab .tablinks:hover {
     opacity: 1;
     background: #fff;
}
 .theme-lefttabs-group .tabcontent-group {
     width: 100%;
     float: left;
     position: relative;
     overflow-y: auto;
     padding: 15px;
     min-height: 500px;
     height: 100%;
}
 .theme-lefttabs-group .tabcontent-group .tabcontent {
     width: 100%;
     float: left;
     position: relative;
}
 .ai-text-group {
     width: 100%;
     position: relative;
     float: left;
}
 .ai-text-group p {
     width: 100%;
     position: relative;
     float: left;
     margin: 0px 0px 10px 0px !important;
}
 .ai-text-group ol {
     width: 100%;
     position: relative;
     float: left;
     margin: 0px 0px 20px 0px;
     padding: 0px 0px 0px 20px;
}
 .ai-text-group ol li {
     color: #000;
     font-size: 13px;
     width: 100%;
     float: left;
     position: relative;
     margin: 0px 0px 10px 0px;
     line-height: 24px;
}
 .ai-text-group ul {
     width: 100%;
     position: relative;
     float: left;
     margin: 0px 0px 20px 0px;
     padding: 0px 0px 0px 20px;
}
 .ai-text-group ul li {
     color: #000;
     font-size: 13px;
     width: 100%;
     float: left;
     position: relative;
     margin: 0px 0px 10px 0px;
     line-height: 24px;
}
 .theme-lefttabs-group .tabcontent-group .theme-section {
     box-shadow: none !important;
}
 .attachment-list {
     width: 100%;
     float: left;
     position: relative;
     margin: 10px 0px;
     padding: 0px;
     list-style: none;
     display: flex;
     flex-wrap: wrap;
     row-gap: 10px;
     column-gap: 10px;
}
 .attachment-list li {
     flex: calc(20% - 12px);
     max-width: 100%;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     row-gap: 10px;
     column-gap: 10px;
     max-width: calc(20% - 12px);
}
 .attachment-list li .attachment-icon {
     background: #f6f6f6;
     width: 30px;
     height: 30px;
     border-radius: 5px;
     position: relative;
}
 .attachment-list li .attachment-icon img {
     width: 30px;
     height: 30px;
     padding: 6px;
     filter: grayscale(1);
     opacity: 0.5;
}
 .attachment-list li .attachment-text {
     width: 100%;
     float: left;
     position: relative;
}
 .attachment-list li .attachment-text a {
     width: 100%;
     float: left;
     position: relative;
     color: #636363;
     word-wrap: break-word;
     word-break: break-all;
     overflow: hidden;
     white-space: normal;
     word-break: break-all;
}
 .attachment-list li:hover .attachment-icon {
     background: #e6f0fb;
}
 .attachment-list li:hover .attachment-icon img {
     filter: none;
     opacity: 1;
}
 .attachment-list li:hover .attachment-text a {
     color: #0a4a88;
}
 .file-upload-group {
     width: 80px;
     float: none;
     height: 80px;
     display: inline-block;
     vertical-align: top;
     position: relative;
     margin-bottom: 15px;
     background: #fff;
     border-radius: 8px !important;
}
 .file-upload-group .file-upload-photo {
     width: 100%;
     float: left;
     height: 100%;
     overflow: hidden !important;
     position: absolute;
     top: 0px;
     border-radius: 8px !important;
     border: 1px dashed #e0eaf3;
}
 .file-upload-group:hover .file-upload-photo {
     border: 1px dashed #1960a7 !important;
}
 .file-upload-group .file-upload-photo .imageupload {
     position: relative;
     top: initial;
     left: initial;
     transform: initial !important;
     width: 100%;
     float: left;
     height: 100%;
     padding: 25px;
}
 .file-upload-group .file-upload-btn {
     position: absolute;
     width: 100%;
     left: 0px;
     top: 0px;
     height: 100%;
     border: none;
}
 .file-upload-group .file-upload-btn input {
     position: absolute;
     top: 0;
     right: 0;
     margin: 0;
     opacity: 0;
     cursor: pointer;
     width: 100%;
     height: 100%;
     border: none;
}
 .poll-user-group {
     width: 100%;
     position: relative;
     float: left;
}
 .poll-options {
     width: 100%;
     position: relative;
     float: left;
     max-width: 60%;
     display: flex;
     flex-direction: column;
     row-gap: 15px;
     column-gap: 15px;
     margin-bottom: 25px;
}
 .poll-options .single-poll-option {
     width: 100%;
     position: relative;
     float: left;
     display: flex;
     flex-direction: column;
     row-gap: 4px;
     column-gap: 4px;
}
 .poll-options .single-poll-option .single-poll-option-title {
     white-space: nowrap;
     width: 100%;
     text-align: left;
     min-width: 100px;
     font-size: 13px;
}
 .poll-options .single-poll-option .single-poll-slider-group {
     width: 100%;
     position: relative;
     float: left;
     display: flex;
     flex-direction: row;
     row-gap: 15px;
     column-gap: 15px;
     align-items: center;
     justify-content: flex-start;
}
 .poll-options .single-poll-option .single-poll-slider-group .single-poll-slider {
     width: 100%;
     position: relative;
     background: #e0eaf378;
     border-radius: 10px;
     overflow: hidden;
     height: 13px;
     border: #e0eaf3 1px solid;
}
 .poll-options .single-poll-option .single-poll-slider-group .single-poll-slider .slider-active {
     background: #c4d7e9;
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
}
 .poll-options .single-poll-option .single-poll-slider-group .single-poll-slider-percentage {
     white-space: nowrap;
     width: 50px;
     text-align: center;
     min-width: 50px;
     color: #393f47;
     opacity: 0.8;
     font-weight: 600;
     font-size: 13px;
}
 .poll-options .single-poll-option .single-poll-slider-group .single-poll-slider-votes {
     white-space: nowrap;
     width: 100px;
     text-align: right;
     min-width: 100px;
     color: #393f47;
     font-size: 13px;
}
 .poll-user-footer {
     width: 100%;
     position: relative;
     float: left;
     max-width: 60%;
     display: flex;
     justify-content: space-between;
}
 .poll-user-footer .poll-user-footer-left {
     color: #393f47;
     opacity: 0.8;
     font-weight: 600;
     font-size: 13px;
}
 .poll-user-footer .poll-user-footer-right {
     color: #393f47;
     opacity: 0.8;
     font-weight: 600;
     font-size: 13px;
} 
 .question-textarea {
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 5px;
}
 .question-textarea textarea.form-control {
     background: #fff;
     border: 1px solid #e0eaf3;
     border-radius: 8px;
     width: 100%;
     float: left;
     position: relative;
     font-family: "Montserrat", sans-serif;
     font-size: 13px;
     outline: none !important;
     min-height: 65px;
     text-align: left;
     padding: 10px 65px 10px 10px;
     resize: none;
}
 .question-textarea .question-textarea-actions {
     bottom: 10px;
     right: 10px;
     position: absolute;
     text-align: right;
     z-index: 1;
}
 .question-textarea .question-textarea-actions .btn {
     display: inline-block;
     vertical-align: top;
     text-align: center;
     border-radius: 180px;
     padding: 6px 16px;
     margin: 0px !important;
}
 .question-textarea .question-textarea-actions .show-image-uploader {
     padding: 0px;
}
 .question-textarea .question-textarea-actions .show-image-uploader .image-upload-btn {
     padding: 7px 16px;
     float: left;
     position: relative;
}
 .question-textarea .question-textarea-actions .btn img {
     width: 13px;
     height: 13px;
     filter: brightness(0) invert(1);
     float: left;
}
 .qanda-group {
     width: 100%;
     float: left;
     position: relative;
     display: flex;
     justify-content: center;
}
 .qanda-group .qanda-container {
     max-width: 100%;
     width: 100%;
}
 .qanda-group .qanda-content {
     width: 100%;
     float: left;
     position: relative;
     display: flex;
     flex-direction: column;
}
 .single-mcq-group {
     width: 100%;
     float: left;
     position: relative;
     border-radius: 6px;
     background: rgb(255 255 255);
     margin-bottom: 16px;
     border: 1px solid #e0eaf3;
     display: flex;
     flex-direction: column;
}
 .single-mcq-group .single-mcq-header {
     width: 100%;
     float: left;
     position: relative;
     font-weight: 600;
     font-size: 14px;
     line-height: 24px;
     padding: 10px 15px;
     border-bottom: 1px solid #e0eaf3;
}
 .single-mcq-group .single-mcq-body {
     width: 100%;
     float: left;
     position: relative;
     padding: 15px;
     display: flex;
     flex-direction: column;
     row-gap: 10px;
     column-gap: 10px;
}
 .single-mcq-group .single-mcq-footer {
     width: 100%;
     float: left;
     position: relative;
     padding: 10px 15px;
     border-top: 1px solid #e0eaf3;
}
 .single-mcq-group .single-mcq-footer .btn {
     display: inline-block;
     vertical-align: top;
     padding: 5px 15px;
}
 .single-answer-group .answer-option .answer-option-header .answer-option-input .form-control {
     height: 40px !important;
}
 .drag-drop-icon {
     height: 30px;
     width: 30px;
     min-width: 30px;
}
 .drag-drop-icon img {
     height: 30px;
     width: 30px;
     min-width: 30px;
     padding: 8px;
}
 .dropdown-live-coaching:before {
     content: "";
     border-top: none;
     border-left: 10px solid transparent;
     border-bottom: 10px solid #1665b3;
     border-right: 10px solid transparent;
     position: absolute;
     top: -10px;
     right: 10px;
}
 .dropdown-theme .dropdown-content.dropdown-live-coaching {
     background: transparent linear-gradient(320deg, #125fa9 0%, #0070d2 100%) 0% 0% no-repeat padding-box !important;
     border: 1px solid #1765b2 !important;
     width: 430px;
     padding: 12px !important;
     text-align: left;
     overflow: initial !important;
     max-width: initial;
}
 .dropdown-theme .dropdown-live-coaching-list{
     flex-direction: row;
     justify-content: flex-start;
}
 .dropdown-theme .dropdown-live-coaching-list li img{
     margin: 0px;
}
 .dropdown-theme .dropdown-content.dropdown-live-coaching .live-coaching-close{
     position: absolute;
     right: 10px;
     top: 10px;
}
 .dropdown-theme .dropdown-content.dropdown-live-coaching .live-coaching-close img{
     width: 20px;
     height: 20px;
}
 .dropdown-live-coaching .live-start-time {
     color: #fff;
     background: rgb(255 255 255 / 10%);
     padding: 4px 12px;
     border-radius: 4px;
     border: 1px solid rgb(255 255 255 / 20%);
     font-size: 12px;
     float: left;
}
 .dropdown-live-coaching .live-class-title {
     line-height: 30px;
     width: 100%;
     float: left;
     position: relative;
     font-size: 16px;
     font-weight: 600;
     color: #ffffff;
     margin-bottom: 5px;
     margin-top: 5px;
}
 .dropdown-live-coaching .live-coaching-list {
     width: 100%;
     float: left;
     position: relative;
     padding: 0px;
     margin-bottom: 8px;
     margin-top: 0px;
}
 .dropdown-live-coaching .live-coaching-list li {
     width: auto;
     float: left;
     margin-bottom: 0px;
     list-style: none;
     margin-right: 20px;
     line-height: 26px;
     color: rgb(255 255 255 / 60%);
     opacity: 1;
     font-size: 12px;
}
 .dropdown-live-coaching .live-coaching-list li img {
     width: 26px;
     height: 26px;
     padding: 5px;
     display: inline-block;
     vertical-align: top;
}
 .dropdown-live-coaching .live-organiser {
     width: 100%;
     float: left;
     position: relative;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     row-gap: 15px;
     column-gap: 15px;
}
 .dropdown-live-coaching .live-organiser .live-organiser-label {
     font-weight: 400;
     font-size: 13px;
     line-height: 20px;
     text-align: left;
     color: #ffffff;
     float: left;
     position: relative;
     font-style: italic;
}
 .dropdown-live-coaching .live-organiser .live-organiser-user {
     display: flex;
     align-items: center;
     float: left;
     margin-right: 10px;
     background: #ffffff24;
     border-radius: 180px;
}
 .dropdown-live-coaching .live-organiser .live-organiser-user .single-user-without-pic {
     border-radius: 180px;
     border: 1px solid #e0eaf3;
     width: 30px;
     height: 30px;
     position: relative;
     line-height: 28px;
     text-align: center;
     font-weight: 500;
     color: #4d5969;
     font-size: 11px;
     background: #fff;
}
 .dropdown-live-coaching .live-organiser .live-organiser-user .single-user-pic {
     width: 30px;
     height: 30px;
     position: relative;
     border-radius: 180px;
     border: 1px solid rgb(0 0 0 / 15%);
}
 .dropdown-live-coaching .live-organiser .live-organiser-user .single-user-pic img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     position: relative;
     float: left;
     overflow: hidden;
     border-radius: 180px;
}
 .dropdown-live-coaching .live-organiser .live-organiser-user .single-user-name {
     display: inline-block;
     vertical-align: top;
     padding: 0px 15px;
     color: #fff;
}
 .dropdown-live-coaching .live-organiser-footer {
     width: 100%;
     float: left;
     position: relative;
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-top: 5px;
}
 .dropdown-live-coaching .live-organiser-footer .live-organiser-left {
     width: auto;
}
 .dropdown-live-coaching .live-organiser-footer .live-organiser-right {
     width: auto;
}
 .dropdown-live-coaching .live-organiser-footer .live-organiser-right .btn {
     display: inline-block;
     vertical-align: top;
}


.btn-green-gradient.btn-join-disabled {
     background: transparent linear-gradient(302deg, #50D578 0%, #10B542 100%) 0% 0% no-repeat padding-box;
     opacity: 0.3;
     cursor: no-drop;
 }
 .btn-green-gradient.btn-join-disabled.expired {
     background: #5b5b5b ;
     opacity: 0.3;
     cursor: no-drop;
 }
 .btn-green-gradient.btn-join-disabled.completed {
     background: #ff4545 ;
     opacity: 0.3;
     cursor: no-drop;
 }
 


 .btn-green-gradient {
     background: transparent linear-gradient(302deg, #50d578 0%, #10b542 100%) 0% 0% no-repeat padding-box;
     padding: 8px 15px;
     color: #fff !important;
}
 .btn-green-gradient img {
     display: inline-block;
     vertical-align: top;
     width: 16px;
     margin: 2px;
}
 .btn-green-gradient:hover {
     background: transparent linear-gradient(302deg, #10b542 0%, #50d578 100%) 0% 0% no-repeat padding-box;
}
 .liveclass-list {
     width: 100%;
     float: left;
     position: relative;
     display: flex;
     flex-wrap: wrap;
     column-gap: 16px;
     row-gap: 16px;
     height: 100%;
}
 .single-liveclass.view-all-course {
     background: #f6f9fc;
     box-shadow: none !important;
     border: 1px solid #f6f9fc !important;
     display: flex;
     justify-content: center !important;
     align-items: center !important;
     text-align: center !important;
}
 .single-liveclass.view-all-course:hover {
     background: #edf2f7;
     border: 1px solid #dde4eb !important;
}
 .single-liveclass.view-all-course .single-liveclass-center {
     width: 100%;
     float: left;
     position: relative;
}
 .single-liveclass.view-all-course .single-liveclass-center .single-liveclass-image {
     width: 60px;
     background: #fff;
     height: 60px;
     text-align: center;
     border-radius: 180px;
     display: inline-block;
     position: relative;
     border: 1px solid #dde4eb80;
     box-shadow: 0px 8px 8px #e0eaf3;
}
 .single-liveclass.view-all-course .single-liveclass-center .single-liveclass-image img {
     width: 58px;
     height: 58px;
     padding: 15px;
}
 .single-liveclass.view-all-course .single-liveclass-center .single-liveclass-title {
     width: 100%;
     float: left;
     position: relative;
     text-align: center;
     margin-bottom: 5px;
     font-size: 13px;
     font-weight: 600;
     color: #085092;
     line-height: 24px;
     cursor: pointer;
     margin-top: 10px;
}
 .single-liveclass {
     width: 100%;
     float: left;
     position: relative;
     max-width: calc(25% - 12px);
     flex: calc(25% - 12px);
}
 .single-liveclass .single-liveclass-inner .single-liveclass-header-group{
     width: 100%;
     float: left;
     position: relative;
     display: flex;
     flex-direction: row;
     gap: 12px;
     padding: 15px 15px 15px 20px;
}
 .single-liveclass .single-liveclass-inner .single-liveclass-logo-group{
     width: 50px;
     float: left;
     position: relative;
     text-align: center;
     cursor: pointer;
     height: 50px;
}
 .single-liveclass .single-liveclass-inner .single-liveclass-info-group{
     width: 100%;
     float: left;
     position: relative;
     text-align: left;
}
 .single-liveclass .single-liveclass-inner .single-liveclass-info-group .liveclass-info-header{
     width: 100%;
     float: left;
     position: relative;
}
 .single-liveclass .single-liveclass-inner .single-liveclass-footer-group{
     width: 100%;
     float: left;
     position: relative;
     padding: 12px 12px 12px 20px;
     border-top: 1px solid #e0eaf3;
     overflow: hidden;
}
 .single-liveclass .single-liveclass-inner{
     width: 100%;
     float: left;
     position: relative;
     border-radius: 8px;
     background: rgb(255 255 255);
     padding: 0px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: flex-start;
     border: 1px solid #dde4eb;
     box-shadow: 0px 8px 8px #e0eaf3;
     height: 100%;
     justify-content: space-between;
}
 .single-liveclass .course-certificate-view {
     position: absolute;
     top: 15px;
     left: 15px;
     width: 30px;
     height: 30px;
     z-index: 1;
}
 .single-liveclass .course-certificate-view img {
     width: 30px;
     height: 30px;
}
 .single-liveclass .single-liveclass-inner:hover {
     box-shadow: 0px 8px 8px #b7c2cd;
}
 .single-liveclass.new-course .single-liveclass-inner {
     border: 1px solid #1fac48;
}
 .single-liveclass .ribbon-theme {
     --f: 10px;
     --r: 8px;
     --t: 15px;
     position: absolute;
     inset: var(--t) calc(-1 * var(--f)) auto auto;
     padding: 0 10px var(--f) calc(10px + var(--r));
     clip-path: polygon( 0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2) );
     background: #14ac44;
     box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
     color: #fff;
     font-size: 12px;
     line-height: 22px;
}
 .single-liveclass .single-liveclass-inner.live-class-upcoming .ribbon-theme {
     background: #ff8800;
}
 .single-liveclass .liveclass-logo {
     width: 50px;
     float: left;
     position: relative;
     text-align: center;
     cursor: pointer;
     height: 50px;
     border-radius: 8px;
}
 .single-liveclass .liveclass-logo img {
     width: 100%;
     height: 100%;
     position: relative;
     display: inline-block;
     vertical-align: top;
     border-radius: 8px;
     background: #f3f9ff;
}
 .single-liveclass .liveclass-name {
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 5px;
     font-size: 16px;
     font-weight: 600;
     color: #085092;
     line-height: 24px;
     cursor: pointer;
     padding-right: 50px;
     word-break: break-word;
}
 .single-liveclass .course-rating {
     width: 100%;
     float: left;
     position: relative;
     text-align: center;
     margin-bottom: 10px;
}
 .single-liveclass .liveclass-description {
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 10px;
     font-weight: normal;
     font-size: 13px;
     color: gray;
     line-height: 20px;
     height: 60px;
     overflow: hidden;
}
 .single-liveclass .course-moreinfo {
     width: 100%;
     float: left;
     position: relative;
     text-align: center;
     margin-bottom: 10px;
     font-weight: normal;
     font-size: 13px;
     color: black;
     line-height: 20px;
}
 .single-liveclass .course-moreinfo a {
     font-weight: 600;
}
 .single-liveclass .liveclass-actions {
     width: 100%;
     float: left;
     position: relative;
     text-align: right;
}
 .single-liveclass .liveclass-actions .btn {
     display: inline-block;
     vertical-align: top;
     padding: 5px 20px;
     border-radius: 6px;
}
 .single-liveclass .course-progress {
     width: 100%;
     float: left;
     position: relative;
     text-align: center;
     margin: 10px 0px;
     display: flex;
     align-items: center;
}
 .single-liveclass .course-progress .course-progress-leftlabel {
     float: left;
     position: relative;
     text-align: center;
     font-weight: normal;
     font-size: 12px;
     color: black;
     line-height: 20px;
}
 .single-liveclass .course-progress .course-progress-center {
     width: 100%;
     position: relative;
     background: #ebebeb;
     border-radius: 180px;
     overflow: hidden;
     height: 7px;
     margin: 0px 9px;
}
 .single-liveclass .course-progress .course-progress-center .course-progress-active {
     background: #00ac3f;
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
     border-radius: 180px;
}
 .single-liveclass .course-progress .course-progress-rightlabel {
     float: left;
     position: relative;
     text-align: center;
     font-weight: normal;
     font-size: 12px;
     color: black;
     line-height: 20px;
     font-weight: 600;
}
 .single-liveclass .course-progress .course-progress-full {
     width: 100%;
     position: relative;
     background: #ebebeb;
     border-radius: 180px;
     overflow: hidden;
     height: 5px;
}
 .single-liveclass .course-progress .course-progress-full .course-progress-active {
     background: #00ac3f;
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
     border-radius: 180px;
}
 .single-liveclass .course-progress .course-progress-label {
     width: 100%;
     float: left;
     position: relative;
     display: flex;
     justify-content: space-between;
     margin-top: 5px;
}
 .single-liveclass .course-progress .course-progress-label .course-progress-leftlabel {
     width: auto;
     float: left;
     position: relative;
     text-align: center;
     font-weight: normal;
     font-size: 13px;
     color: gray;
     line-height: 20px;
}
 .single-liveclass .course-progress .course-progress-label .course-progress-rightlabel {
     width: auto;
     float: left;
     position: relative;
     text-align: center;
     font-weight: 600;
     font-size: 13px;
     color: #00ac3f;
     line-height: 20px;
}
 .single-liveclass .live-organiser {
     width: 100%;
     float: left;
     position: relative;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     row-gap: 15px;
     column-gap: 15px;
     text-align: left;
}
 .single-liveclass .live-organiser .live-organiser-label {
     font-weight: 400;
     font-size: 13px;
     line-height: 20px;
     text-align: left;
     color: #344050;
     float: left;
     position: relative;
     font-style: italic;
}
 .single-liveclass .live-organiser .live-organiser-user {
     display: flex;
     align-items: center;
     float: left;
     margin-right: 10px;
     background: #f3f9ff;
     border-radius: 180px;
}
 .single-liveclass .live-organiser .live-organiser-user .single-user-without-pic {
     border-radius: 180px;
     border: 1px solid #e0eaf3;
     width: 30px;
     height: 30px;
     position: relative;
     line-height: 28px;
     text-align: center;
     font-weight: 500;
     color: #4d5969;
     font-size: 11px;
     background: #fff;
}
 .single-liveclass .live-organiser .live-organiser-user .single-user-pic {
     width: 30px;
     height: 30px;
     position: relative;
     border-radius: 180px;
     border: 1px solid rgb(0 0 0 / 15%);
}
 .single-liveclass .live-organiser .live-organiser-user .single-user-pic img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     position: relative;
     float: left;
     overflow: hidden;
     border-radius: 180px;
}
 .single-liveclass .live-organiser .live-organiser-user .single-user-name {
     display: inline-block;
     vertical-align: top;
     padding: 0px 15px;
}
 .tab-profile {
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 20px;
}
 .tab-profile .theme-tabs {
     width: calc(100% - 40px);
     float: none;
     position: relative;
     display: inline-block;
     vertical-align: top;
     margin: 0px;
     padding: 0px;
     list-style: none;
     white-space: nowrap;
     border-bottom: 1px solid #e0eaf3;
     margin-right: 40px;
}
 .tab-profile .theme-tabs .tab-nav {
     width: auto;
     color: #323232;
     font-size: 13px;
     text-decoration: none;
     line-height: 22px;
     padding: 6px 0px;
     background: transparent;
     float: left;
     position: relative;
     font-weight: 600;
     opacity: 0.6;
     display: flex;
     align-items: center;
     margin: 0px 10px -1px 10px;
     cursor: pointer;
}
 .tab-profile .theme-tabs .tab-nav:before {
     content: "";
     width: 100%;
     height: 1px;
     position: absolute;
     left: 0px;
     bottom: 0px;
     z-index: 1;
}
 .tab-profile .theme-tabs .tab-nav.active:before {
     background: #03498a;
}
 .tab-profile .theme-tabs .tab-nav .icon-image {
     width: 18px;
     height: 18px;
     display: inline-block;
     margin: 0px 5px 0px 0px;
     max-height: 15px;
     filter: grayscale(1);
}
 .tab-profile .theme-tabs .tab-nav.active {
     color: #03498a;
     opacity: 1;
}
 .tab-profile .theme-tabs .tab-nav:hover {
     opacity: 1;
}
 .tab-profile .theme-tabs .tab-nav.active .icon-image {
     filter: initial;
}
 .tab-profile .theme-tabs .profilecross-icon {
     float: right;
     vertical-align: text-bottom;
     position: absolute;
     right: -40px;
     bottom: 0px;
     width: 30px;
     height: 30px;
     background: #c8daeb;
     border-radius: 6px;
}
 .tab-profile .theme-tabs .profilecross-icon:hover {
     background: #a8c0d7;
}
 .tab-profile .theme-tabs .profilecross-icon img {
     width: 30px;
     height: 30px;
     padding: 5px;
}
 .meratutor-form .form-group .input-group {
     width: 100%;
     position: relative;
     float: left;
}
 .meratutor-form .form-group .input-group .view-mode-data {
     background: #fff;
     border-radius: 6px;
     width: 100%;
     float: left;
     position: relative;
     height: auto;
     padding: 8px 10px;
     font-size: 13px;
     font-family: "Montserrat", sans-serif;
     background-color: #f7f9fc !important;
     border: 1px solid #eaf1f8 !important;
     cursor: no-drop;
     line-height: 22px;
     color: #5d5d5d;
     min-height: 40px;
     word-break: break-word;
}
 .table-dropdown-actions {
     font-weight: 500;
     position: relative;
     float: left;
}
 .table-dropdown-actions .table-dropdown-toggler {
     width: 30px;
     height: 30px;
    /* UI Properties */
     background: #f3f3f3;
     border-radius: 180px;
     float: left;
     display: flex;
     align-items: center;
}
 .table-dropdown-actions .table-dropdown-toggler:hover {
     background: #0a4a88;
}
 .table-dropdown-actions .table-dropdown-toggler:hover img {
     filter: brightness(0) invert(1);
}
 .table-dropdown-actions .table-dropdown-toggler img {
     width: 100%;
     float: left;
     position: relative;
     padding: 8px;
}
 .table-dropdown-actions .table-dropdown-content {
     padding: 3px;
     margin: 0px;
     position: absolute;
     top: 100%;
     right: -10px;
     background: #ffffff;
     width: 100%;
     min-width: fit-content;
     margin-top: 10px;
     border-radius: 6px;
     box-shadow: 0px 10px 25px 0px #59595930;
     display: none;
     z-index: 1;
     border: 1px solid #e3e3e3;
}
 .table-dropdown-actions .table-dropdown-content:before {
     content: "";
     border-bottom: 5px solid #b5b5b5;
     border-left: 6px solid transparent;
     position: absolute;
     border-right: 6px solid transparent;
     top: -6px;
     z-index: 1;
     right: 8px;
}
 .table-dropdown-actions.table-dropdown-active .table-dropdown-content {
     display: block;
}
 .table-dropdown-actions .table-dropdown-content .table-dropdown-list {
     width: 100%;
     float: left;
     position: relative;
     list-style: none;
}
 .table-dropdown-actions .table-dropdown-content .table-dropdown-list .single-line {
     float: left;
     position: relative;
     line-height: 30px;
     padding: 0px 15px;
     text-align: left;
     font-size: 12px;
     color: #3d3d3d;
     background: #fff;
     border-radius: 7px;
     padding-left: 30px;
     word-wrap: normal;
     width: max-content;
     min-width: 100%;
     text-transform: capitalize;
}
 .table-dropdown-actions .table-dropdown-content .table-divider {
     width: 100%;
     float: left;
     position: relative;
     list-style: none;
     border-top: 1px solid #cecece;
     margin: 3px 0px;
}
 .table-dropdown-actions .table-dropdown-content .table-dropdown-list .single-line img {
     width: 14px;
     height: 14px;
     margin: 8px;
     float: left;
     position: absolute;
     left: 0px;
     top: 0px;
     filter: grayscale(1);
     opacity: 0.6;
}
 .table-dropdown-actions .table-dropdown-content .table-dropdown-list:hover .single-line {
     color: #004f94;
     background: #f2f5f9;
}
 .table-dropdown-actions .table-dropdown-content .table-dropdown-list:hover .single-line img {
     filter: initial;
     opacity: 1;
}
 .table-actions .single-line {
     position: relative;
     list-style: none;
     float: left;
     line-height: 30px;
     padding: 0px 15px;
     text-align: left;
     font-size: 12px;
     color: #3d3d3d;
     background: #fff;
     border-radius: 7px;
     padding-left: 30px;
     word-wrap: normal;
     width: max-content;
     text-transform: capitalize;
}
 .table-actions .single-line img {
     width: 14px;
     height: 14px;
     margin: 8px;
     float: left;
     position: absolute;
     left: 0px;
     top: 0px;
     filter: grayscale(1);
     opacity: 0.6;
}
 .new-question-group {
     width: 100%;
     position: relative;
     float: left;
     display: flex;
     flex-direction: row-reverse;
}
 .new-question-group .new-question {
     width: 100%;
     position: relative;
     float: left;
}
 .new-question-group .new-question .form-control {
     background: #fff;
     border: 1px solid #ebebeb;
     border-radius: 6px;
     width: 100%;
     float: left;
     position: relative;
     height: 44px;
     font-family: "Montserrat", sans-serif;
     font-size: 13px;
     min-height: 80px;
     text-align: left;
     padding: 10px 95px 10px 10px;
}
 .new-question-group .new-question .btn-choose-image {
     position: absolute;
     top: 0px;
     right: 0px;
     font-style: italic;
     color: #878787;
     padding: 10px 10px;
     font-size: 12px;
}
 .new-question-group .question-image-upload-group {
     width: 90px;
     max-width: 90px;
     min-width: 90px;
     margin: 0px;
     padding-right: 10px;
}
 .new-question-group .question-image-upload-group .image-upload-group {
     width: 80px;
     height: 80px;
}
 .new-question-group .question-image-upload-group .image-upload-group .image-upload-photo {
     width: 80px;
     height: 80px;
}
 .new-question-group .question-image-upload-group .image-upload-group .image-upload-btn {
     width: 80px;
     height: 80px;
}
 .new-question-group .question-image-upload-group .image-upload-actions {
     display: none;
}
 .new-answers-group {
     width: 100%;
     position: relative;
     float: left;
}
 .new-answers-group .new-answers-group-title {
     width: 100%;
     position: relative;
     float: left;
     font-weight: 600;
     font-size: 14px;
     line-height: 24px;
     margin-bottom: 5px;
}
 .single-answer-group + .single-answer-group {
     margin-bottom: 0px;
}
 .single-answer-group {
     width: 100%;
     position: relative;
     float: left;
     margin-bottom: 10px;
}
 .single-answer-group .answer-option {
     width: 100%;
     position: relative;
     float: left;
     margin-bottom: 10px;
     display: flex;
     flex-direction: row-reverse;
}
 .single-answer-group .answer-option .answer-option-header {
     width: 100%;
     position: relative;
     float: left;
     display: flex;
     align-items: center;
}
 .single-answer-group .answer-option .answer-option-header .answer-option-left {
     height: 30px;
     width: 30px;
     min-width: 30px;
}
 .single-answer-group .answer-option .answer-option-header .answer-option-input {
     width: 100%;
     position: relative;
}
 .single-answer-group .answer-option .answer-option-header .answer-option-input .form-control {
     background: #fff;
     border: 1px solid #ebebeb;
     border-radius: 6px;
     width: 100%;
     float: left;
     position: relative;
     height: 60px;
     padding: 0px 95px 0px 10px;
     font-family: "Montserrat", sans-serif;
     font-size: 13px;
}
 .single-answer-group .answer-option .answer-option-header .answer-option-input .btn-choose-image {
     position: absolute;
     top: 0px;
     right: 0px;
     font-style: italic;
     color: #878787;
     padding: 10px 10px;
     font-size: 12px;
}
 .single-answer-group .answer-option .answer-option-header .answer-option-action {
     display: flex;
     padding-left: 15px;
     align-items: center;
}
 .single-answer-group .answer-option .answer-option-header .answer-option-action .checkbox-correct {
     margin: 0px;
}
 .single-answer-group .answer-option .answer-option-header .answer-option-action .answer-action {
     width: 30px;
     height: 30px;
     background: #f3f3f3;
     border-radius: 180px;
     float: left;
     display: flex;
     align-items: center;
     min-width: 30px;
     min-height: 30px;
}
 .single-answer-group .answer-option .answer-option-header .answer-option-action .answer-action img {
     width: 100%;
     float: left;
     position: relative;
     padding: 8px;
}
 .single-answer-group .answer-option .answer-option-body {
     width: 70px;
     position: relative;
     float: left;
     padding: 0px 10px 0px 0px;
}
 .single-answer-group .answer-option .answer-option-body .question-image-upload-group {
     width: 60px;
     height: 60px;
     margin: 0px;
}
 .single-answer-group .answer-option .answer-option-body .question-image-upload-group .image-upload-group {
     width: 60px;
     height: 60px;
}
 .single-answer-group .answer-option .answer-option-body .question-image-upload-group .image-upload-group .image-upload-photo {
     width: 60px;
     height: 60px;
}
 .single-answer-group .answer-option .answer-option-body .question-image-upload-group .image-upload-group .image-upload-btn {
     width: 60px;
     height: 60px;
}
 .theme-tabs-content {
     width: 100%;
     float: left;
     position: relative;
}
 .theme-tabs-content .theme-tabs-single {
     width: 100%;
     float: left;
     position: relative;
}
 .theme-section-body-live-coaching {
     padding: 0px !important;
     display: flex !important;
     flex-direction: row !important;
}
 .theme-section-body-live-coaching .theme-section-body-live-coaching-left {
     width: 100%;
     float: left;
     position: relative;
     padding: 15px 15px;
}
 .theme-section-body-live-coaching .theme-section-body-live-coaching-right {
     width: 100%;
     float: left;
     position: relative;
     padding: 15px 15px;
     max-width: 260px;
     border-left: 1px solid #e0eaf3;
}
 .attandee-users-list {
     width: 100%;
     float: left;
     position: relative;
     margin-top: 15px;
     display: flex;
     flex-direction: column;
     column-gap: 10px;
     row-gap: 10px;
}
 .user-attandee-group {
     display: flex;
     align-items: center;
     border-radius: 180px;
     width: auto;
     background-color: #f7f9fc !important;
}
 .user-attandee-group .single-user-without-pic {
     border-radius: 180px;
     border: 1px solid #e0eaf3;
     width: 30px;
     height: 30px;
     position: relative;
     line-height: 28px;
     text-align: center;
     font-weight: 500;
     color: #4d5969;
     font-size: 11px;
     background: #fff;
}
 .user-attandee-group .single-user-pic {
     width: 30px;
     height: 30px;
     position: relative;
     border-radius: 180px;
     border: 1px solid rgb(0 0 0 / 15%);
}
 .user-attandee-group .single-user-pic img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     position: relative;
     float: left;
     overflow: hidden;
     border-radius: 180px;
}
 .user-attandee-group .single-user-name {
     display: inline-block;
     vertical-align: top;
     padding: 0px 15px;
     font-size: 13px;
}
 .btn-grey-gradient {
     background: transparent linear-gradient(302deg, #cccccc 100%, #999999 0%) 0% 0% no-repeat padding-box;
     padding: 8px 15px;
     color: #fff;
}
 .btn-grey-gradient img {
     display: inline-block;
     vertical-align: top;
     width: 16px;
     margin: 2px;
}
 .single-liveclass .single-liveclass-inner.live-class-complete .ribbon-theme{
     display: none;
}
 .single-liveclass .single-liveclass-inner:after{
     content:"";
     width: 5px !important;
     height: 100%;
     position: absolute;
     top: 0px;
     left: 0px;
     background: rgb(6 132 44 / 100%);
     border-radius: 8px 0px 0px 8px;
}
 .single-liveclass .single-liveclass-inner.live-class-complete:after{
     background: #5b5b5b;
}
 .single-liveclass .single-liveclass-inner.live-class-ongoing:after{
     background: rgb(6 132 44 / 100%);
}
 .single-liveclass .single-liveclass-inner.live-class-ongoing{
     border: 1px solid rgb(6 132 44 / 20%) !important;
}
 .single-liveclass .single-liveclass-inner.live-class-upcoming{
     border: 1px solid rgb(255 136 0 / 20%) !important;
}
 .single-liveclass .single-liveclass-inner.live-class-upcoming:after{
     background: rgb(255 136 0 / 100%) !important;
}
 .single-liveclass .single-liveclass-inner.live-class-later{
     border: 1px solid rgb(10 74 136 / 20%) !important;
}
 .single-liveclass .single-liveclass-inner.live-class-later:after{
     background: rgb(10 74 136 / 100%) !important;
}
 .single-liveclass .single-liveclass-inner.live-class-expired{
     border: 1px solid rgb(255 69 69 / 20%) !important ;
}
 .single-liveclass .single-liveclass-inner.live-class-expired:after{
     background: #ff4545!important;
}
 .single-liveclass .single-liveclass-inner.live-class-complete .liveclass-actions:after, .single-liveclass .single-liveclass-inner.live-class-upcoming .liveclass-actions:after, .single-liveclass .single-liveclass-inner.live-class-later .liveclass-actions:after{
     content: "";
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     cursor: no-drop;
     background: transparent;
     opacity: 1;
}
 .single-liveclass .single-liveclass-inner.fifteen-minute-left.live-class-complete .liveclass-actions:after, .single-liveclass .single-liveclass-inner.fifteen-minute-left.live-class-upcoming .liveclass-actions:after, .single-liveclass .single-liveclass-inner.fifteen-minute-left.live-class-later .liveclass-actions:after{
     display: none;
}
 .theme-lefttabs-group .tabcontent-group .theme-section .theme-section-header{
     z-index: 1;
}
 .liveclass-list.list-mode {
     width: 100% !important;
     max-width: 100% !important;
     flex: 100% !important;
}
 .liveclass-list.list-mode .single-liveclass-inner .single-liveclass-logo-group{
     width: 70px;
}
 .liveclass-list.list-mode .single-liveclass {
     display: flex;
     flex-direction: row;
     column-gap: 16px;
     row-gap: 16px;
     width: 100% !important;
     max-width: 100% !important;
     flex: 100% !important;
}
 .liveclass-list.list-mode .single-liveclass-inner .single-liveclass-info-group {
     display: flex;
     flex-direction: column;
     column-gap: 7px;
     row-gap: 7px;
}
 .liveclass-list.list-mode .single-liveclass-inner{
     display: flex;
     flex-direction: row;
     column-gap: 16px;
     row-gap: 16px;
     align-items: flex-start;
     justify-content: flex-start;
}
 .liveclass-list.list-mode .single-liveclass .liveclass-logo {
     width: 70px;
}
 .liveclass-list.list-mode .single-liveclass-inner .single-liveclass-footer-group {
     width: auto;
     padding-top: 50px;
     text-align: right;
     display: flex;
     flex-direction: column;
     column-gap: 7px;
     row-gap: 7px;
     min-width: 180px;
}
 .liveclass-list.list-mode .single-liveclass-inner .liveclass-name {
     text-align: left;
     min-height: initial;
     margin: 0px;
}
 .liveclass-list.list-mode .single-liveclass-inner .liveclass-description {
     text-align: left;
     min-height: initial;
     height: initial;
     margin: 0px;
}
 .liveclass-list.list-mode .single-liveclass-inner .course-moreinfo {
     text-align: left;
     min-height: initial;
     margin: 0px;
}
 .liveclass-list.list-mode .live-coaching-list{
     flex-direction: row;
     justify-content: flex-start;
}
 .liveclass-list.list-mode .live-organiser{
     justify-content: flex-start;
}
 .liveclass-list.list-mode .single-liveclass .liveclass-actions{
     border: none;
     margin: 0px;
     padding: 0px;
     text-align: right;
}
 .table-collapse-group{
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 15px;
}
 .table-collapse-group .table-collapse-header{
     width: 100%;
     float: left;
     position: relative;
     margin-bottom: 6px;
}
 .table-collapse-group .table-collapse-body{
     display:none;
     width: 100%;
     float: left;
     position: relative;
}
 .table-collapse-group .table-collapse-header .table-collapse-title{
     line-height: 22px;
     width: 100%;
     float: left;
     position: relative;
     font-size: 14px;
     font-weight: 600;
     padding-left: 26px;
     cursor: pointer;
}
 .table-collapse-group .table-collapse-header .table-collapse-title:before{
     content:"";
     width: 6px;
     height: 6px;
     position: absolute;
     transform: rotate(-135deg);
     top: 6px;
     left: 8px;
     -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
}
 .table-collapse-group .table-collapse-header .table-collapse-title.table-title-expired:before{
     border-left: 2px solid #ff4545;
     border-bottom: 2px solid #ff4545;
}
 .table-collapse-group .table-collapse-header .table-collapse-title.table-title-complete:before{
     border-left: 2px solid #5b5b5b;
     border-bottom: 2px solid #5b5b5b;
}
 .table-collapse-group .table-collapse-header .table-collapse-title.table-title-ongoing:before{
     border-left: 2px solid #38c461;
     border-bottom: 2px solid #38c461;
}
 .table-collapse-group .table-collapse-header .table-collapse-title.table-title-upcoming:before{
     border-left: 2px solid #fd871f;
     border-bottom: 2px solid #fd871f;
}
 .table-collapse-group .table-collapse-header .table-collapse-title.table-title-later:before{
     border-left: 2px solid #085092;
     border-bottom: 2px solid #085092;
}
 .table-collapse-group.collapse-active .table-collapse-header .table-collapse-title:before{
     transform: rotate(-45deg);
}
 .table-collapse-group.collapse-active .table-collapse-body{
     display:block 
}
 .table-collapse-group .table-collapse-header .table-collapse-title.table-title-expired{
     color: #ff4545;
}
 .table-collapse-group .table-collapse-header .table-collapse-title.table-title-complete{
     color: #5b5b5b;
}
 .table-collapse-group .table-collapse-header .table-collapse-title.table-title-ongoing{
     color: #38c461;
}
 .table-collapse-group .table-collapse-header .table-collapse-title.table-title-upcoming{
     color: #fd871f;
}
 .table-collapse-group .table-collapse-header .table-collapse-title.table-title-later{
     color: #085092;
}

 .liveclass-list.list-view{
}
 .liveclass-list.list-view .single-liveclass{
     max-width: 100%;
     flex: 100%;
}
 .liveclass-list.list-view .single-liveclass .single-liveclass-inner .single-liveclass-info-group{
     position: relative;
     display: flex;
     flex-direction: row;
     align-items: center;
}
 .liveclass-list.list-view .single-liveclass .single-liveclass-inner .single-liveclass-info-group .liveclass-info-header{
     position: relative;
     display: flex;
     flex-direction: row;
     width: auto;
     align-items: center;
     width: 100%;
}
 .liveclass-list.list-view .live-coaching-list{
     white-space: normal;
     di\: f;
     flex-direction: row;
     display: flex;
     margin: 0px;
     width: auto;
}
 .liveclass-list.list-view .live-coaching-list li.live-coaching-date{
     min-width: 110px;
}
 .liveclass-list.list-view .live-coaching-list li.live-coaching-time{
     min-width: 210px;
}
 .liveclass-list.list-view .single-liveclass .live-organiser{
     width: auto;
     margin-left: 25px;
}
 .liveclass-list.list-view .single-liveclass .single-liveclass-inner{
     flex-direction: row;
     align-items: center;
     padding-right: 100px;
}
 .liveclass-list.list-view .single-liveclass .single-liveclass-inner .single-liveclass-header-group{
     width: 100%;
     padding: 10px 10px 10px 15px;
}
 .liveclass-list.list-view .single-liveclass .single-liveclass-inner .single-liveclass-footer-group{
     width: auto;
     padding: 0px;
     margin: 0px;
     border: none;
     min-width: 120px;
     align-items: center;
     display: flex;
}
 .liveclass-list.list-view .single-liveclass .liveclass-actions .btn{
     padding: 5px 12px;
     white-space: nowrap;
     text-align: center;
     border: none;
}
 .liveclass-list.list-view .single-liveclass .live-organiser .live-organiser-user .single-user-name{
     white-space: nowrap;
}
 .btn-load-more-group{
     width: 100%;
     float: left;
     position: relative;
     text-align: center;
     margin-top: 15px;
}
 .btn-load-more-group .btn {
     display: inline-block;
}
 p.no-meeting{
     padding-left: 26px;
}
 .theme-full-calendar{
     width: 100%;
     float: left;
     position: relative;
     border: 1px solid #e0eaf3;
     box-shadow: 0px 8px 8px #e0eaf3;
     background: #fff;
     border-radius: 6px;
     min-height: 600px;
}
 .theme-full-calendar #calendar-container {
     position: absolute;
     top: 30px;
     left: 0;
     right: 0;
     bottom: 0;
     width: calc(100% - 30px);
     height: calc(100% - 60px);
     float: left;
     margin: 15px;
     display: flex;
     overflow: hidden;
     flex-direction: column;
     gap: 15px;
}
 .theme-full-calendar full-calendar .fc-view-harness{
     height: 100%;
     overflow: auto;
     width: 100%;
}
 .theme-full-calendar full-calendar .fc-view{
     height: 100%;
}
 .theme-full-calendar full-calendar .fc-scrollgrid {
     height: 100%;
     overflow: hidden;
}
 .theme-full-calendar full-calendar .fc-scroller-harness, .theme-full-calendar full-calendar .fc-scroller, .theme-full-calendar full-calendar .fc-daygrid-body{
     height: 100%;
     overflow: hidden;
}
 .theme-full-calendar full-calendar .fc-scrollgrid table{
     height: 100%;
}
 .theme-full-calendar full-calendar .fc-button-group{
}
 .theme-full-calendar full-calendar .fc-button-group .fc-button{
     text-transform: capitalize;
     background: #104b86;
     border-top: none;
     border-bottom: none;
}
 .theme-full-calendar full-calendar .fc-button-group .fc-button.fc-button-active{
     background: #00264c;
}
 .theme-full-calendar full-calendar .fc-today-button{
     text-transform: capitalize;
     background: #104b86;
     border-top: none;
     border-bottom: none;
     border-radius: 6px;
     overflow: hidden;
}
 .theme-full-calendar full-calendar .fc-toolbar-title{
     line-height: 30px;
     position: relative;
     font-size: 18px;
     font-weight: 600;
     color: #004F94;
}
 .theme-full-calendar full-calendar{
     height: 100%;
     display: flex;
     flex-direction: column;
     gap: 16px;
     width: 100%;
}
 .theme-full-calendar full-calendar .fc-header-toolbar{
     overflow: hidden;
     margin: 0px !important;
     min-height: 32px;
}
 .theme-full-calendar full-calendar .fc-view-harness{
     height: 100%;
     overflow: auto;
     width: 100%;
}
 .theme-full-calendar full-calendar .fc-view{
     height: 100%;
}
 .theme-full-calendar full-calendar .fc-scrollgrid {
     height: 100%;
     overflow: hidden;
}
 .theme-full-calendar full-calendar .fc-scroller-harness, .theme-full-calendar full-calendar .fc-scroller, .theme-full-calendar full-calendar .fc-daygrid-body{
     height: 100%;
     overflow: hidden;
}
 .theme-full-calendar full-calendar .fc-scrollgrid table{
     height: 100%;
}
 .theme-full-calendar full-calendar .fc-button-group{
     border-radius: 6px;
     overflow: hidden;
     min-height: 30px;
}
 .theme-full-calendar full-calendar .fc-button-group .fc-button{
     text-transform: capitalize;
     background: #104b86;
     border-top: none;
     border-bottom: none;
}
 .theme-full-calendar full-calendar .fc-button-group .fc-button.fc-button-active{
     background: #00264c;
}
 .theme-full-calendar full-calendar .fc-today-button{
     text-transform: capitalize;
     background: #104b86;
     border-top: none;
     border-bottom: none;
     border-radius: 6px;
     overflow: hidden;
}
 .theme-full-calendar full-calendar .fc-toolbar-title{
     line-height: 30px;
     position: relative;
     font-size: 18px;
     font-weight: 600;
     color: #004F94;
}
 .theme-full-calendar full-calendar .fc-scrollgrid-section, .theme-full-calendar full-calendar .fc-scrollgrid-section table, .theme-full-calendar full-calendar .fc-scrollgrid-section > td{
}
 .theme-full-calendar full-calendar .fc-scrollgrid-section.fc-scrollgrid-section-header, .theme-full-calendar full-calendar .fc-scrollgrid-section.fc-scrollgrid-section-header table, .theme-full-calendar full-calendar .fc-scrollgrid-section.fc-scrollgrid-section-header > td{
     height: initial;
}
 .theme-full-calendar full-calendar.fc-theme-standard td.fc-day-today .fc-col-header-cell-cushion , .theme-full-calendar full-calendar.fc-theme-standard th.fc-day-today .fc-col-header-cell-cushion {
     font-weight: 700;
     color: #0a4a88;
}
 .theme-full-calendar full-calendar.fc-theme-standard td .fc-col-header-cell-cushion , .theme-full-calendar full-calendar.fc-theme-standard th .fc-col-header-cell-cushion {
     font-weight: 500;
     color: #505050;
}
 .theme-full-calendar full-calendar.fc-theme-standard .fc-list{
     border-color: #e0eaf3 !important;
}
 .theme-full-calendar full-calendar.fc-theme-standard td, .theme-full-calendar full-calendar.fc-theme-standard th, .theme-full-calendar full-calendar.fc-theme-standard .fc-scrollgrid{
     border-color: #e0eaf3 !important;
     color: #465058;
     font-size: 12px;
}
 .theme-full-calendar full-calendar .fc-v-event{
     background-color: #e8ebfa;
     border: none !important;
     padding: 4px 8px;
     border-radius: 4px;
     border-left: 4px solid !important;
     min-height: 42px;
}
 .theme-full-calendar full-calendar .fc-v-event .fc-event-title{
     color: #0a4a88;
     font-weight: 600;
     font-size: 12px;
     line-height: 18px;
}
 .theme-full-calendar full-calendar .fc-event-selected:after, .theme-full-calendar full-calendar .fc-event:focus:after{
     background: rgb(0 0 0 / 6%) !important;
     border-radius: 4px !important;
}
 .theme-full-calendar full-calendar .fc-timegrid-event .fc-event-time{
     color: rgb(0 0 0 / 75%);
     margin: 0px;
     font-size: 11px;
}
 .theme-full-calendar full-calendar .fc-col-header-cell-cushion {
     padding: 8px 4px !important;
}
 .theme-full-calendar full-calendar .fc-v-event .fc-event-main-frame{
     flex-direction: column-reverse;
}
 .theme-full-calendar full-calendar .fc-timegrid-slot{
     height: 2.5em !important;
}
 .theme-full-calendar full-calendar .fc-timegrid-col.fc-day-today, .theme-full-calendar full-calendar .fc-daygrid-day.fc-day-today{
     background-color: #f3f9ff !important;
}
 .theme-full-calendar full-calendar .fc-daygrid-dot-event .fc-event-title{
     color: #0a4a88;
     font-weight: 600;
}
 .theme-full-calendar full-calendar.fc-theme-standard .fc-list-day-cushion{
     background-color: #f3f9ff !important;
}
 .theme-full-calendar full-calendar .fc-v-event.live-class-complete{
     background-color: #dedede;
     border-left: 4px solid #5b5b5b !important;
}
 .theme-full-calendar full-calendar .fc-v-event.live-class-complete .fc-event-title{
     color: #5b5b5b;
}
 .theme-full-calendar full-calendar .fc-v-event.live-class-ongoing{
     background-color: #d8f3e0;
     border-left: 4px solid #38c461 !important;
}
 .theme-full-calendar full-calendar .fc-v-event.live-class-ongoing .fc-event-title{
     color: #38c461;
}
 .theme-full-calendar full-calendar .fc-v-event.live-class-upcoming{
     background-color: #feecdd;
     border-left: 4px solid #fd871f !important;
}
 .theme-full-calendar full-calendar .fc-v-event.live-class-upcoming .fc-event-title{
     color: #fd871f;
}
 .theme-full-calendar full-calendar .fc-v-event.live-class-later{
     background-color: #e0e8f1;
     border-left: 4px solid #085092 !important;
}
 .theme-full-calendar full-calendar .fc-v-event.live-class-later .fc-event-title{
     color: #085092;
}
 .theme-full-calendar full-calendar .fc-v-event.live-class-expired {
     background-color: #fedfe1;
     border-left: 4px solid #ff4545 !important;
}
 .theme-full-calendar full-calendar .fc-v-event.live-class-expired .fc-event-title{
     color: #ff4545;
}
 .theme-full-calendar full-calendar .fc-daygrid-event{
     display: flex;
     flex-direction: column-reverse;
     align-items: flex-start;
     padding-left: 20px;
     margin-bottom: 1px;
     margin-top: 1px;
     padding-top: 4px;
     padding-bottom: 4px;
}
 .theme-full-calendar full-calendar .fc-daygrid-event.live-class-complete{
     background-color: #dedede;
     border-left: 4px solid #5b5b5b !important;
}
 .theme-full-calendar full-calendar .fc-daygrid-event.live-class-ongoing{
     background-color: #d8f3e0;
     border-left: 4px solid #38c461 !important;
}
 .theme-full-calendar full-calendar .fc-daygrid-event.live-class-upcoming{
     background-color: #feecdd;
     border-left: 4px solid #fd871f !important;
}
 .theme-full-calendar full-calendar .fc-daygrid-event.live-class-later{
     background-color: #e0e8f1;
     border-left: 4px solid #085092 !important;
}
 .theme-full-calendar full-calendar .fc-daygrid-event.live-class-expired{
     background-color: #fedfe1;
     border-left: 4px solid #ff4545 !important;
}
 .theme-full-calendar full-calendar .fc-daygrid-event .fc-daygrid-event-dot{
     position: absolute;
     top: 8px;
     left: 5px;
     margin: 0px;
}
 .theme-full-calendar full-calendar .fc-daygrid-event .fc-event-time{
     font-size: 11px;
     color: rgb(0 0 0 / 75%);
}
 .theme-full-calendar full-calendar .fc-daygrid-event .fc-event-title{
     font-size: 12px;
}
 .theme-full-calendar full-calendar .fc-list-event.live-class-complete .fc-list-event-title a, .theme-full-calendar full-calendar .fc-daygrid-event.live-class-complete .fc-event-title{
     color: #5b5b5b !important;
}
 .theme-full-calendar full-calendar .fc-list-event.live-class-complete .fc-list-event-graphic .fc-list-event-dot, .theme-full-calendar full-calendar .fc-daygrid-event.live-class-complete .fc-daygrid-event-dot{
     border-color: #5b5b5b !important;
}
 .theme-full-calendar full-calendar .fc-list-event.live-class-ongoing .fc-list-event-title a, .theme-full-calendar full-calendar .fc-daygrid-event.live-class-ongoing .fc-event-title{
     color: #38c461 !important;
}
 .theme-full-calendar full-calendar .fc-list-event.live-class-ongoing .fc-list-event-graphic .fc-list-event-dot, .theme-full-calendar full-calendar .fc-daygrid-event.live-class-ongoing .fc-daygrid-event-dot{
     border-color: #38c461 !important;
}
 .theme-full-calendar full-calendar .fc-list-event.live-class-upcoming .fc-list-event-title a, .theme-full-calendar full-calendar .fc-daygrid-event.live-class-upcoming .fc-event-title{
     color: #fd871f !important;
}
 .theme-full-calendar full-calendar .fc-list-event.live-class-upcoming .fc-list-event-graphic .fc-list-event-dot, .theme-full-calendar full-calendar .fc-daygrid-event.live-class-upcoming .fc-daygrid-event-dot{
     border-color: #fd871f !important;
}
 .theme-full-calendar full-calendar .fc-list-event.live-class-later .fc-list-event-title a, .theme-full-calendar full-calendar .fc-daygrid-event.live-class-later .fc-event-title{
     color: #085092 !important;
}
 .theme-full-calendar full-calendar .fc-list-event.live-class-later .fc-list-event-graphic .fc-list-event-dot, .theme-full-calendar full-calendar .fc-daygrid-event.live-class-later .fc-daygrid-event-dot{
     border-color: #085092 !important;
}
 .theme-full-calendar full-calendar .fc-list-event.live-class-expired .fc-list-event-title a, .theme-full-calendar full-calendar .fc-daygrid-event.live-class-expired .fc-event-title{
     color: #ff4545 !important;
}
 .theme-full-calendar full-calendar .fc-list-event.live-class-expired .fc-list-event-graphic .fc-list-event-dot, .theme-full-calendar full-calendar .fc-daygrid-event.live-class-expired .fc-daygrid-event-dot{
     border-color: #ff4545 !important;
}
 .theme-full-calendar full-calendar .fc-dayGridMonth-view .fc-scrollgrid{
}
 .theme-full-calendar full-calendar .fc-dayGridMonth-view .fc-scrollgrid > thead .fc-scroller{
     overflow-y: scroll !important;
     overflow-x: hidden !important;
}
 .theme-full-calendar full-calendar .fc-dayGridMonth-view .fc-scrollgrid > thead + tbody .fc-scroller{
     overflow-y: auto !important;
     overflow-x: hidden !important;
}
 .theme-full-calendar full-calendar .fc-dayGridMonth-view .fc-scrollgrid > thead + tbody .fc-scroller .fc-daygrid-body{
     overflow-y: auto !important;
     overflow-x: hidden !important;
}
 .theme-full-calendar full-calendar .fc-dayGridMonth-view tr td tr td:last-child, .theme-full-calendar full-calendar .fc-dayGridMonth-view tr th tr th:last-child{
     padding-right: 10px;
}
 .meeting-color-code{
     width: calc(100% - 30px);
     float: left;
     text-align: right;
     display: flex;
     gap: 15px;
     justify-content: flex-end;
     position: absolute;
     top: 0px;
     right: 0px;
     margin: 15px;
}
 .meeting-color-code .single-meeting-color-code{
     font-size: 12px;
     padding-left: 18px;
     position: relative;
}
 .meeting-color-code .single-meeting-color-code:before{
     content:"";
     width: 8px;
     height: 8px;
     position: absolute;
     top: 4px;
     left: 4px;
     border-radius: 180px;
}
 .meeting-color-code .single-meeting-color-code.live-class-complete{
     color: #5B5B60 !important;
}
 .meeting-color-code .single-meeting-color-code.live-class-complete:before{
     background: #5b5b5b !important;
}
 .meeting-color-code .single-meeting-color-code.live-class-ongoing{
     color: #38c461 !important;
}
 .meeting-color-code .single-meeting-color-code.live-class-ongoing:before{
     background: #38c461 !important;
}
 .meeting-color-code .single-meeting-color-code.live-class-upcoming{
     color: #fd871f !important;
}
 .meeting-color-code .single-meeting-color-code.live-class-upcoming:before{
     background: #fd871f !important;
}
 .meeting-color-code .single-meeting-color-code.live-class-later{
     color: #085092 !important;
}
 .meeting-color-code .single-meeting-color-code.live-class-later:before{
     background: #085092 !important;
}
 .meeting-color-code .single-meeting-color-code.live-class-expired{
     color: #ff4545 !important;
}
 .meeting-color-code .single-meeting-color-code.live-class-expired:before{
     background: #ff4545 !important;
}
 .theme-tabs-single.chat .theme-section .theme-section-body{
     height: 100%;
     padding: 0px 0px 0px 00px !important;
     min-height: 350px;
     flex-direction: row;
}
.theme-tabs-single.chat .theme-section .theme-section-body:before{
     content:"";
     background: #e0eaf3;
     top:0px;
     left:0px;
     height: 100%;
     width: 300px;
     position: absolute;
}
 .theme-tabs-single.chat .theme-section .theme-section-body .meeting-recording{
     padding: 15px;
     height: 100%;
     top: 0px;
     left: 0px;
     overflow-y: hidden;
     position: sticky;
     margin-left: 0px;
} 
 .theme-tabs-single.chat .theme-section .theme-section-body .qanda-group{
     width: calc(100% - 300px);
     padding: 15px;
     height: 100%;
     overflow-y: auto;
     position: relative;
     right: 0px;
     top: 0px;
     float: right;
}
