@media (max-width: 1024px) {
  .user-wrapper.fixed-bottom {
    left: -300px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .open-navigation .user-wrapper.fixed-bottom {
    left: -15px;
    position: relative !important;
  }
  .left-navigation {
    left: -300px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .left-navigation.open-navigation {
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 0;
  }
  .content-wrap {
    padding: 0;
  }
  header {
    padding: 0;
  }
  .header-left {
    float: left;
    height: 20px;
    padding-left: 16px;
  }
  .header-left .menu-icon {
    background: url(../images/icons/menu.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: inline-block;
    opacity: 0.73;
  }
  .header-left .menu-icon.wrap-menu {
    background: url(../images/icons/menu-active.svg);
  }
  .overlay-mobile {
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, 0.3);
  }
  .open-navigation .close-left-navigation {
    display: block;
    background: #fff;
    padding: 15px;
    top: 0;
  }
  .close-left-navigation {
    display: none;
    position: fixed;
    left: 300px;
    top: 15px;
    width: 50px;
  }
  .close-left-navigation img {
    max-width: 20px;
    width: 20px;
    cursor: pointer;
    opacity: 1;
    right: -60px;
  }
}

.filterWrapper {
  border: 1px solid #dee2e6;
}

@media only screen and (max-width: 1024px) {
  .filterWrapper {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .filterWrapper.OpenFilter {
    display: block;
  }
}

.filterWrapper .filter-list ul {
  padding: 0;
  margin: 0;
}

.filterWrapper .filter-list ul li {
  display: inline-block;
  padding: 10px 24px 10px 10px;
  position: relative;
  border-right: 1px solid #dee2e6;
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  .filterWrapper .filter-list ul li {
    width: 100%;
    float: left;
  }
}

.filterWrapper .filter-list ul li::after {
  background: url("../images/icons/down_b_arrow_icon.svg");
  width: 18px;
  height: 18px;
  right: 2px;
  top: 11px;
  position: absolute;
  content: "";
  background-size: 18px;
}

.filterWrapper .filter-list ul li .dropdown-menu {
  display: none;
  left: 0;
  padding: 10px;
  border-radius: 0;
  border-width: 0px 1px 1px 1px;
  width: 230px;
}

.filterWrapper .filter-list ul li .dropdown-menu .custom-control-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filterWrapper .filter-list ul li .dropdown-menu .selectAll {
  bottom: 0;
  left: 0;
  background: #fcf1de;
  height: 32px;
  padding-left: 10px;
}

.filterWrapper .filter-list ul li:hover .dropdown-menu {
  display: block;
}

.filterWrapper .filter-list ul li:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filterWrapper .filter-list ul li .bootstrap-datetimepicker-widget ul li {
  padding: 0;
  border: 0;
}

.filterWrapper .filter-list ul li .bootstrap-datetimepicker-widget ul li::after {
  display: none;
}

.filterWrapper .filter-list ul li .bootstrap-datetimepicker-widget ul li.picker-switch.accordion-toggle {
  height: 1px;
}

.filterWrapper .filter-list ul li .bootstrap-datetimepicker-widget .datepicker > div {
  margin: 0;
}

.filterWrapper .filter-list ul li .bootstrap-datetimepicker-widget.dropdown-menu {
  border-width: 1px 1px 1px 1px;
  margin-top: 10px;
}

.filterWrapper .serchAllclass {
  position: relative;
  width: 54%;
}

@media only screen and (max-width: 768px) {
  .filterWrapper .serchAllclass {
    width: 100%;
  }
}

.filterWrapper .serchAllclass input {
  border-radius: 30px;
  border: 1px solid #ebebeb;
  padding: 4px 20px 4px 30px;
  width: 100%;
  margin-top: 4px;
  font-size: 14px;
}

.filterWrapper .serchAllclass input:focus, .filterWrapper .serchAllclass input:focus-visible {
  border: 1px solid #341f97;
  outline: none;
}

.filterWrapper .serchAllclass:before {
  background: url("../images/icons/zoom_icon.svg");
  width: 18px;
  height: 18px;
  left: 9px;
  top: 9px;
  position: absolute;
  content: "";
  background-size: 18px;
  opacity: 0.5;
}

.filterWrapper .btnAllclass {
  width: 130px;
}

@media only screen and (max-width: 768px) {
  .filterWrapper .btnAllclass {
    width: auto;
    text-align: center !important;
    margin-bottom: 10px;
  }
}

.filterWrapper .btn {
  padding: 2px 10px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}

.filterWrapper .btn.btn-apply:hover {
  color: #fff;
  opacity: 0.8;
}

.allClassCard-wrapper .class-row {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0;
  color: #333333;
}

.allClassCard-wrapper .class-row.color-gray {
  color: #7B858F;
}

.allClassCard-wrapper .class-row.bg-white {
  background: #fff;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
}

.allClassCard-wrapper .class-row.bg-white:hover {
  background: #f4f4f4 !important;
}

.allClassCard-wrapper .ClassCard-colm {
  width: 12%;
  margin-right: 2%;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .allClassCard-wrapper .ClassCard-colm {
    width: 100%;
    text-align: center;
    padding-bottom: 8px;
  }
}

.allClassCard-wrapper .ClassCard-colm.wdth-13 {
  width: 13%;
}

@media only screen and (max-width: 768px) {
  .allClassCard-wrapper .ClassCard-colm.wdth-13 {
    width: 100%;
    text-align: center;
    padding-bottom: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.allClassCard-wrapper .ClassCard-colm.wdth-6 {
  width: 6%;
}

.allClassCard-wrapper .ClassCard-colm.heading-color {
  color: #000;
}

.allClassCard-wrapper .ClassCard-colm.tiny-colm {
  width: 5%;
  padding-left: 8px;
}

@media only screen and (max-width: 768px) {
  .allClassCard-wrapper .ClassCard-colm.tiny-colm {
    width: 100%;
  }
}

.allClassCard-wrapper .ClassCard-colm.small-colm {
  width: 10%;
}

@media only screen and (max-width: 768px) {
  .allClassCard-wrapper .ClassCard-colm.small-colm {
    width: 100%;
  }
}

.allClassCard-wrapper .ClassCard-colm.med-colm {
  width: 14%;
}

@media only screen and (max-width: 768px) {
  .allClassCard-wrapper .ClassCard-colm.med-colm {
    width: 100%;
  }
}

.allClassCard-wrapper .ClassCard-colm.w8 {
  width: 8%;
}

@media only screen and (max-width: 768px) {
  .allClassCard-wrapper .ClassCard-colm.w8 {
    width: 100%;
  }
}

.allClassCard-wrapper .ClassCard-colm.w9 {
  width: 9%;
}

@media only screen and (max-width: 768px) {
  .allClassCard-wrapper .ClassCard-colm.w9 {
    width: 100%;
  }
}

.allClassCard-wrapper .ClassCard-colm.big-colm {
  width: 15%;
  padding-left: 8px;
}

@media only screen and (max-width: 768px) {
  .allClassCard-wrapper .ClassCard-colm.big-colm {
    width: 100%;
  }
}

.allClassCard-wrapper .ClassCard-colm.large-colm {
  width: 20%;
  padding-left: 8px;
}

@media only screen and (max-width: 768px) {
  .allClassCard-wrapper .ClassCard-colm.large-colm {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.allClassCard-wrapper .ClassCard-colm.large-colm.wdth-30-per {
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .allClassCard-wrapper .ClassCard-colm.large-colm.wdth-30-per {
    width: 100%;
  }
}

.allClassCard-wrapper .ClassCard-colm.mode-img img {
  width: 20px;
  margin-right: 5px;
}

.allClassCard-wrapper .menulist .dropdown-menu {
  left: inherit !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  right: 12px !important;
  width: 130px;
  top: 48px !important;
}

.allClassCard-wrapper .menulist .dropdown-menu a {
  font-size: 13px;
  padding: 4px 16px;
}

.allClassCard-wrapper .three-dot {
  right: -5px;
  top: 18px;
  cursor: pointer;
  padding: 0 10px;
}

.allClassCard-wrapper .three-dot img {
  width: 20px;
}

.allClassCard-wrapper .three-dot.top-15 {
  top: 15px;
}

.bg-purple {
  background: #341f97;
  border-radius: 0 0 16px 16px;
}

.today-bx {
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  color: #494949;
}

.today-bx .attend-row {
  width: 100%;
  font-size: 12px;
}

.today-bx .attend-row .product-heading-5 {
  margin: 0;
  line-height: normal;
}

.today-bx .attend-row span {
  display: inline-block;
}

.today-bx .attend-row span.bg-gray {
  background: #f4f4f4;
  border-radius: 100px 100px 100px 100px;
  padding: 4px;
}

.today-bx .attend-row span.selection, .today-bx .attend-row span.dropdown-wrapper {
  display: -ms-grid;
  display: grid;
}

.today-bx .attend-row p {
  margin-bottom: 5px;
}

.three-dot {
  right: -5px;
  top: 18px;
  cursor: pointer;
  padding: 10px;
}

.three-dot.sch-list {
  top: 50%;
  -webkit-transform: translate(-1%, -50%);
          transform: translate(-1%, -50%);
}

.three-dot img {
  width: 20px;
}

.three-dot.top-15 {
  top: 15px;
}

.activity-log-box {
  background: #fff;
  padding: 8px;
}

.activity-log-box .activity-pic {
  width: 40px;
  margin-right: 12px;
}

.activity-log-box .activity-pic img {
  max-width: 100%;
  border-radius: 50%;
}

.activity-log-box .activity-content p {
  font-size: 12px;
  margin-bottom: 4px;
}

.activity-log-box .activity-content .arrow-down {
  right: 16px;
  top: 16px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.activity-log-box .activity-content .arrow-down img {
  max-width: 14px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.activity-log-box .log-activity ul li {
  font-size: 12px;
  margin-bottom: 8px;
  color: #494949;
  list-style: disc;
}

.activity-log-box.arrow-down-img .arrow-down img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.doc-attach {
  color: #341f97;
  font-size: 13px;
}

.doc-attach img {
  margin-right: 10px;
  max-width: 22px;
}

.descr-text {
  font-size: 14px;
}

.w-32 {
  width: 32%;
}

.w-18 {
  width: 18%;
}

.view-desc a {
  font-size: 14px;
  cursor: pointer;
}

.color-gray {
  color: #7B858F;
}

.d-none,
#AddSchoolDv {
  display: none;
}

.d-none.removed,
#AddSchoolDv.removed {
  display: block;
}

.pimary-color {
  color: #341f97 !important;
}

#UserSearch-pop .font-12,
#ClassFeedbackPop .font-12 {
  color: rgba(0, 0, 0, 0.85);
}

#UserSearch-pop .ms-viewd,
#ClassFeedbackPop .ms-viewd {
  color: #341f97;
}

#UserSearch-pop .ms-ntviewd,
#ClassFeedbackPop .ms-ntviewd {
  color: #FF4D4F;
}

#UserSearch-pop .reset-btn,
#ClassFeedbackPop .reset-btn {
  background: none;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  padding: 2px 12px;
  border: 0;
  border-radius: 4px;
  margin-right: 10px;
}

#UserSearch-pop .apply-btn,
#ClassFeedbackPop .apply-btn {
  background: #198c57;
  color: #fff;
  font-size: 14px;
  padding: 2px 12px;
  border: 0;
  border-radius: 4px;
  text-transform: capitalize;
  margin: 0;
}

#UserSearch-pop input,
#ClassFeedbackPop input {
  width: 60%;
  margin-right: 20px;
  border: 0;
}

.browse-file-attach {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  border-radius: 4px;
  background: #efefef;
  padding: 3px 6px;
  border: 1px solid #ccc;
}

.browse-file-attach img {
  width: 16px;
  margin-right: 5px;
  cursor: pointer;
}

.browse-file-attach.hideDv {
  display: none !important;
}

.colorPrimary {
  color: #341f97 !important;
}

.unAssign {
  border-radius: 4px;
  background: #e6e6e6;
  padding: 4px 8px;
  font-size: 12px;
}

.bg-trasp-button {
  background: transparent;
  border: 0;
  color: #341f97;
}

.load-more__counter {
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
}

.load-more__btn-wrap {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 6px;
}

.load-more__btn-wrap a {
  background: #341f97;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
}

.load-more__btn-wrap a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.onclick-div {
  width: 98%;
  float: left;
}

#FilterMobile {
  border: 1px solid #ebebeb;
  padding: 6px 8px;
  border-width: 1px 1px 1px 1px;
}

#FilterMobile.bordBott {
  border-bottom: 0px solid #ebebeb;
}

#FilterMobile img {
  max-width: 30px;
}

.view-text {
  margin: 0;
}

.view-not {
  display: none !important;
}

.swal2-popup {
  padding: 1.25em 0 1.25em;
}

.swal2-container h2 {
  margin: 16px 0 !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.85) !important;
  font-size: 24px !important;
  padding: 0 !important;
}

.swal2-html-container {
  margin: 0 !important;
}

.swal2-container p {
  color: rgba(0, 0, 0, 0.85) !important;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.swal2-actions {
  margin-top: 12px;
}

.swal2-container button {
  padding: 6px 20px !important;
  margin: 0 5px 0 5px !important;
}

.swal2-container button.cancel {
  background-color: #FA541C !important;
}

.swal2-container button.confirm {
  background: #341f97 !important;
}

.swal2-container textarea {
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  margin-top: 8px;
  height: 100px;
  width: 70%;
  padding: 10px;
  font-size: 13px;
}

.swal-footer {
  text-align: center !important;
}

.swal-modal .swal-footer {
  direction: rtl !important;
}

.swal-content__div h1 {
  font-size: 24px;
}

.swal-content__div p {
  margin-bottom: 5px;
}

.swal-title:first-child {
  margin: 0;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #341f97;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(52, 31, 151, 0.25) !important;
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(52, 31, 151, 0.25) !important;
}

.morecontent span {
  display: none;
}

.morelink {
  display: inline-block;
  color: #fff;
  background: #341f97;
  padding: 4px 12px;
  font-size: 13px;
}

.morelink:hover {
  color: #fff;
}

.word-wrap {
  word-break: break-word;
}

#refresh_chat {
  font-size: 13px !important;
  font-weight: 500 !important;
  width: 45% !important;
}

.doc-attach a {
  word-break: break-word;
}

.filetr-scroll {
  max-height: 200px;
  overflow: auto;
}

.filterWrapper label {
  font-size: 13px;
}

.filterWrapper .custom-control-label::after,
.filterWrapper .custom-control-label::before {
  top: 0.5px;
}

.custom-control-label::after,
.custom-control-label::before {
  top: 1px !important;
  left: 0;
}

.custom-radio.custom-control-inline, .custom-radio.custom-checkbox {
  padding: 0 !important;
  margin: 0 !important;
}

.custom-radio.custom-control-inline label, .custom-radio.custom-checkbox label {
  padding-left: 20px !important;
}

.custom-control.custom-checkbox {
  padding: 0 !important;
  margin: 0 !important;
}

.custom-control.custom-checkbox label {
  padding-left: 24px !important;
}

#enroll-plus-button img {
  max-width: 24px;
}

.plus-ico.remove-button img {
  max-width: 24px;
}

.w-60 {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .w-60 {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.authAppbx {
  border-radius: 4px;
  border: 1px solid #ddd;
}

.authAppbx span.showtxt {
  color: #341f97;
}

@media only screen and (max-width: 768px) {
  .authAppbx.w-50 {
    width: 100% !important;
  }
}

.authAppbx .copyIcon {
  border-left: 1px solid #ddd;
  padding-left: 16px;
}

.authAppbx .copyIcon img {
  max-width: 20px;
  height: 20px;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  line-height: 40px;
}

input:-ms-input-placeholder {
  line-height: 40px;
}

input::-ms-input-placeholder {
  line-height: 40px;
}

input::placeholder {
  line-height: 40px;
}

.ChildSearch {
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #e2e2e2;
  padding: 2px;
}

.ChildSearch input {
  width: 100%;
  padding: 6px 24px 6px 6px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ChildSearch img.searchChld {
  max-width: 24px;
  right: 8px;
  top: 8px;
}

.ChildSearch img .confrenc .form-check-input {
  width: 15px;
  height: 15px;
}

.ChildSearch img .confrenc .con-discon {
  position: absolute;
  left: 0;
  bottom: -32px;
}

.ChildSearch img .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f0edff !important;
  border: 1px solid #e6e2fc !important;
  border-radius: 16px !important;
  font-size: 13px !important;
}

.ChildSearch img .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid #d9d4f3 !important;
  color: #1b1818 !important;
}

.ChildSearch img .trainee-content {
  height: 94vh;
  max-height: 94vh;
  padding-bottom: 90px;
}

.ChildSearch img .trainee-content .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}

.ChildSearch img .newone {
  display: none;
}

.ChildSearch img .dropwrap {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.ChildSearch img #MultiAttach {
  border: 1px solid #ebebeb;
  padding: 10px 0;
  background: #f6f7fd;
  border-radius: 4px;
  display: none;
  float: left;
  width: 100%;
}

.ChildSearch img #create-session-form .custom-control.custom-checkbox label.pl-2 {
  padding-left: 10px !important;
}

@media only screen and (max-width: 768px) {
  .ChildSearch img .custom-control.custom-checkbox.mr-16 {
    margin-top: 16px !important;
  }
}

.ChildSearch img .mark-att-users-list {
  height: 45vh;
  max-height: 45vh;
}

.ChildSearch img .bottom-10 {
  bottom: 10px !important;
}

.overlay.slide .custom-control.custom-checkbox label {
  padding-left: 22px !important;
}

.form-check label {
  margin-left: 32px;
  position: relative;
  line-height: normal;
}

.form-check label.meet-logo::before {
  background: url("../images/meet-logo.svg");
  left: -30px;
  top: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  opacity: .7;
  background-size: 20px;
}

.form-check label.zoom-logo::before {
  background: url("../images/zoom-logo.svg");
  left: -30px;
  top: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  opacity: .7;
  background-size: 20px;
}

.form-check label.in-premise-logo::before {
  background: url("../images/in-premise-logo.svg");
  left: -30px;
  top: -3px;
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  opacity: .7;
  background-size: 20px;
}

.form-check label.msn-logo::before {
  background: url("../images/msn-logo.svg");
  left: -30px;
  top: 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  opacity: .7;
  background-size: 20px;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget .timepicker-picker table.table-condensed td span,
.bootstrap-datetimepicker-widget table td i {
  height: 18px !important;
  line-height: 18px !important;
  width: 18px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
  width: 500px !important;
}

@media only screen and (max-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 100%;
  }
}

.datepicker.col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.timepicker.col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.repeat-type ul {
  padding: 0;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #ced4da;
}

.repeat-type ul li {
  border-right: 1px solid #ced4da;
  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
}

.repeat-type ul li:last-child {
  border: 0;
}

.repeat-type ul li.weekSelect {
  background: #341f97;
  color: #fff;
  font-size: 13px;
}

.filter-default.text-truncate {
  display: block;
}

.SelctTeachLang input.select2-search__field {
  width: 100% !important;
}
/*# sourceMappingURL=common.css.map */