@charset "UTF-8";
/**
* Pinlist Version:V.1
* Author: sprukosoft
* Author URL: https://themeforest.net/user/sprukosoft
* Copyright 2018 Spruko Technologies Private Limited
* Licensed under ThemeForest License
**/
@import url('components.css');
@import url('loaders.css');
@import url('flags.css');
@import url('components-cols.css');
@import url('buttons.css');
@import url('feather.css');

:root {
  --tofino-bold: 'tofino_pro_personalbold';
  --tofino-medium: 'tofino_pro_personalmedium';
  --tofino-regular: 'tofino_pro_personalregular';
  --tofino-book: 'tofino_pro_personalbook';
}
.font-20 {
  font-size: 20px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-28 {
  font-size: 28px !important;
}
.header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: linear-gradient(120deg, #0f75ff 60%, #9d37f6 100%);
  width: 100%;
  z-index: 100;
  box-shadow: rgba(181, 201, 227, 0.12) 0px 0px 0px 1px,
    rgba(181, 201, 227, 0.24) 0px 1px 0px 0px;
  background: rgb(255, 255, 255);
}
.nav-search {
  padding-right: 15px !important;
  padding-top: 5px !important;
}
.nav-search .form-control.header-search {
  background: #f5f5f5;
  border-radius: 3px;
  color: #323b4f !important;
  height: 40px;
  padding: 5px 10px;
}
/* header search start  */
.form-inline .form-control {
  background: #fff;
  border: 1px solid #dee2e6 !important;
  border-radius: 3px;
  color: #24273c;
  margin-right: -6px;
  width: 200px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.form-inline .form-control:focus {
  border: 1px solid #dee2e6 !important;
}
.form-inline .form-control:hover {
  border: 1px solid #dee2e6 !important;
}
.form-inline .btn {
  border-radius: 0;
  border-color: transparent;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.form-inline .form-control::-webkit-input-placeholder {
  color: #323c4f;
  opacity: 0.5;
}

.nav-search {
  position: relative;
  padding-right: 0 !important;
  padding-top: 0 !important;
  width: 350px;
  margin-left: 45px;
}
.navbar-nav .input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 2.5rem;
  pointer-events: none;
}
.form-control::-webkit-input-placeholder {
  color: #323c4f;
  opacity: 0.5;
}
.nav-link.navsearch-icon {
  color: #374254;
}
.navbar .form-inline .btn {
  border-radius: 0;
  padding: 5px 15px 6px 15px;
  border: 2px solid #9d37f6;
  box-shadow: none;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

@media (max-width: 1024px) {
  body.search-show:before,
  body.sidebar-show:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 891;
  }
  body.search-show .header {
    z-index: 892;
  }
  body.search-show,
  body.sidebar-show {
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  body.search-show .form-inline .nav-search {
    display: block;
  }
  .form-inline .nav-search {
    position: absolute;
    z-index: 892;
    display: none;
  }
  .search-show .nav-search {
    padding: 15px !important;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
  }
  .form-inline .nav-search {
    display: none;
  }
  body.search-show .form-inline .nav-search {
    display: block;
  }
  .form-inline .nav-search {
    position: absolute;
    z-index: 892;
    display: none;
  }
  .form-inline .nav-search .btn {
    margin-top: 0px !important;
    border-radius: 0 3px 3px 0;
  }
  .form-inline .nav-search {
    position: absolute;
    right: 24px;
    z-index: 892;
    display: none;
  }
  .form-inline .nav-search .form-control {
    float: left;
    width: calc(100% - 41px);
    display: block;
  }
  .form-inline .nav-search .btn {
    margin-top: 0px;
    border-radius: 0 3px 3px 0;
  }
}
@media (max-width: 414px) {
  .nav-link.navsearch-icon {
    font-size: 20px;
    margin-top: 12px;
    padding-left: 10px;
  }
}
@media (min-width: 414px) and (max-width: 1366px) {
  .nav-link.navsearch-icon {
    font-size: 20px;
    margin-top: 12px;
    padding-left: 10px;
  }
}
.header-search {
  padding: 0;
}
.nav-link.icon i {
  color: #504e70;
}
.app-content .page-header {
  margin: 0 -30px;
  padding: 0.75rem 2rem;
  margin-bottom: 1.7rem;
  background: none;
  min-height: 0;
}
.app-content .page-header .page-title {
  line-height: 0;
}
@media (max-width: 480px) {
  .app-content .page-header {
    margin: 0;
    padding: 0 !important;
    margin-bottom: 1rem;
    display: none !important;
  }
  .app-content .page-header .page-title {
    margin-bottom: 5px !important;
    line-height: 1.5rem !important;
  }
}
.error-img {
  background: #f6f7fb;
}
.error-img .text-dark {
  color: #605e7e !important;
}
.error-img:before {
  background: #f6f7fb;
}
.highlight pre {
  background-color: #f7f7f7 !important;
}
.user-tabs ul li a.active {
  background: #5a54f8;
  color: #fff;
}
.user-tabs ul li:first-child {
  border-left: 0;
}
.user-tabs ul li a {
  padding: 4px 15px;
  font-size: 15px;
  margin: 2px;
  display: block;
  border-radius: 4px;
}
.user-tabs ul li {
  border-left: 2px solid rgba(167, 180, 201, 0.3);
}
@media (max-width: 568px) {
  .user-tabs ul li a {
    width: 100%;
  }
  .user-tabs ul li {
    width: 100%;
    display: contents;
    text-align: center;
  }
}
.mail-option .btn {
  box-shadow: none;
}
.timelineleft > li > .timelineleft-item {
  box-shadow: none !important;
  border: 1px solid #e8ebf3;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  font-size: 0.7rem;
  line-height: 17px;
  padding: 0.02rem 0.5rem;
}
#count-down-1 {
  margin: 20px 0;
}
#count-down-1 .clock-presenter {
  height: 80px;
  padding: 0px;
  text-align: center;
}
#count-down-1 .clock-presenter .digit {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 40px;
  height: 40px;
  padding: 0 7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: default;
  background: #fff;
  color: #605e7e;
  border-radius: 3px;
}
#count-down-1 .clock-presenter .note {
  position: relative;
  margin-bottom: 0px;
  cursor: default;
  font-size: 16px;
  opacity: 0.7;
}
@media (max-width: 992px) {
  #count-down-1 .clock-presenter .digit {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #count-down-1 .clock-presenter {
    width: 50%;
    float: left;
  }
  #count-down-1 .clock-presenter .digit {
    font-size: 36px;
  }
  #count-down-1 .hours_dash {
    border-right: none;
  }
}

.modal-body .select2-container {
  width: 100% !important;
}
.richText .richText-editor {
  height: 300px !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    width: 760px;
  }
}
@media (max-width: 575.98px) {
  .app-content .side-app {
    padding: 70px 0px 0 0px !important;
  }
}
@media (min-width: 568px) and (max-width: 992px) {
  .app-content .side-app {
    margin-top: 23px;
  }
}
.dash3-counter .counter-icon {
  border: 0;
}
.mail-option .chk-all,
.mail-option .btn-group a.btn {
  background: none;
}
.header-brand-img {
  width: auto;
  height: 45px;
  vertical-align: middle;
  margin: 10px 0;
}

.vh100 {
  height: 100vh;
}

.add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: var(--tofino-book);
  min-width: 130px;
  position: relative;
  padding: 6px 10px 6px 35px !important;
}
.add-btn.add-btn-sm {
  padding-left: 25px !important;
}
.add-btn .fa {
  font-size: 20px;
  position: absolute;
  left: 8px;
}
.btn-outline-primary {
  color: #ff7249;
  background-color: transparent;
  background-image: none;
  border-color: #ff7249;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  border-color: #ff7249;
  background: transparent;
  background: transparent;
  color: #ff7249;
}
.add-btn-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: var(--tofino-book);
  position: relative;
}
.add-btn-round.add-btn-round-sm {
  padding: 3px 10px 2px 27px !important;
}
.add-btn-round .fa {
  font-size: 20px;
  position: absolute;
  left: 3px;
}
.resp-vtabs .resp-tabs-list li {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.resp-vtabs .resp-tabs-list li span {
  flex-grow: 1;
  padding-right: 10px;
}
.resp-vtabs .resp-tabs-list li:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.resp-vtabs .resp-tabs-list li img {
  margin-right: 20px;
}
.resp-vtabs .resp-tabs-list li a {
  background: #ff7149;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  margin-left: 10px;
}
.resp-vtabs .resp-tabs-list li .delete {
  position: static;
}
.resp-vtabs .resp-tabs-list li a img {
  margin: 0;
  width: 8px;
}

.resp-tabs-container .resp-tab-content {
  padding: 0;
}
.resp-tabs-container .tab-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 19px 20px 19px 40px;
  flex-wrap: wrap;
  align-items: center;
  height: 72px;
}
.resp-tabs-container .tab-header h3 {
  margin: 0;
}
.list-items {
  padding: 20px 20px 20px 20px;
}
.list-items .sort-devide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-items .sort-devide li {
  width: 45%;
  margin: 15px;
}
.list-items li {
  margin: 18px 0;
}
.list-items .list-dropdown {
  margin-bottom: 10px;
  width: 120px;
  margin-left: auto;
  height: 35px !important;
  float: right;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.list-select {
    display: table;
    clear: both;
    width: 100%;
    text-align: right;
}
.list-select li{
  margin: 0 !important;
}
.list-select li .list-content .list {
    padding: 3px 10px;
    background: #fff;
    border: none;
}
.sortable {
    clear: both;
}
.list-items .list-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.list-items .list-content .s-no {
  font-size: 14px;
  padding-right: 30px;
  font-family: var(--tofino-medium);
}
.list-items .list-content .list {
  background: #f5f5f5;
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 3px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: move;
}
.list-items .list-content .list .list-pic {
  width: 60px;
  border: 1px solid #dbdbdb;
}
.list-items .list-content .list .list-action a {
  color: #ff7149;
  margin-left: 10px;
  font-size: 10px;
}
.list-items .list-content .list img {
  margin-right: 15px;
}
.list-items .list-content .list span {
  font-family: var(--tofino-medium);
  font-size: 14px;
  flex-grow: 1;
}
.list-items .list-content .list.equal span {
  width: 33%;
  flex-grow: initial !important;
}
.list-items .list-content .action-btn {
  background: #ff7149;
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 100%;
  margin-left: 10px;
}
.list-items .list-content .action-btn img {
  width: 8px;
}
.btn-streach {
  padding: 14px 60px !important;
  line-height: 18px !important;
  font-family: var(--tofino-book);
  font-size: 13px;
}
.btn-streach-md {
  padding: 10px 40px !important;
}
.footer-wrap {
  padding: 0 30px 0 300px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.terms li {
  display: inline-block;
}
.terms li a {
  margin: 0 1px;
  font-family: var(--tofino-medium);
  font-size: 13px;
}
.terms li:not(:last-child) a {
  border-right: 1px solid #333;
  padding-right: 7px;
}

.modal-header {
  border: transparent;
}
.modal-title {
  flex-grow: 1;
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.upbtn .custom-file-input,
.upbtn .custom-file-label {
  width: 87%;
  color: #999ea7;
}
.upbtn .btn {
  line-height: 28px;
  height: 44px;
}
.modal-footer.text-center {
  display: block;
  border: none;
}

@media only screen and (max-width: 1179px) {
  .add-btn {
    font-size: 10px;
  }
}
@media only screen and (max-width: 979px) {
  .list-items .list-content .list {
    width: 70%;
  }
}

/* #################### MANAGE EXAM INFO #################### */
.switchToggle input[type='checkbox'] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
.switchToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 25px;
  max-width: 25px;
  height: 12px;
  background: #d1d1d1;
  display: block;
  border-radius: 100px;
  position: relative;
  margin: 0 0 0 10px;
}
.switchToggle label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.switchToggle input:checked + label,
.switchToggle input:checked + input + label {
  background: -webkit-linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
  background: linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
}
.switchToggle input + label:before,
.switchToggle input + input + label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}
.switchToggle input:checked + label:before,
.switchToggle input:checked + input + label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}
.switchToggle input:checked + label:after,
.switchToggle input:checked + input + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}
.switchToggle label:active:after {
  width: 10px;
}
.switchToggle.white label {
  width: 35px;
  max-width: 35px;
  height: 18px;
  background: #fff;
  border: 1px solid #dbdbdb;
}
.switchToggle.white label:after {
  width: 12px;
  height: 12px;
  background: #707070;
}

.switchToggle.white input:checked + label::after,
.switchToggle.white input:checked + input + label::after {
  background: #fff;
}
.switchToggle.white input:checked + label,
.switchToggle.white input:checked + input + label {
  border: 1px solid #fd774c;
}
/* ####################### EDIT EXAM INFO #################### */
.font-medium {
  font-family: var(--tofino-medium) !important;
}
.font-bold {
  font-family: var(--tofino-bold) !important;
}
.font-book {
  font-family: var(--tofino-book) !important;
}

/* ########################## COACHING MANAGEMENT ################ */
.small-card h5 {
  position: relative;
  padding-bottom: 10px;
}
.small-card h5::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #fd6c57;
}
.small-card {
  position: relative;
}
.small-card #small-card-icon {
  margin-right: 20px;
  width: 30px;
  height: 30px;
}
.small-card .red {
  fill: #ff5e6c;
}
.small-card .orange {
  fill: #ff9e27;
}
.small-card .blue {
  fill: #278bed;
}
.small-card #small-card-bg-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.1;
  bottom: 5px;
  right: 10px;
}
.small-card #small-card-bg-icon.wh-80 {
  width: 80px;
  height: 95px;
}
.small-card .counter {
  font-size: inherit;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.small-card .counter span {
  font-size: 28px;
  font-family: var(--tofino-bold);
}
.small-card .list {
  width: 100%;
}
.small-card .list li span {
  font-size: 14px;
  font-family: var(--tofino-regular);
}

.small-card .list li .list-label {
  width: 30%;
  display: inline-block;
}
.small-card .list li .list-more {
  background: #ff7149;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  border-radius: 100%;
  font-size: 12px;
}

/* ################### PACKAGE MANAGEMENT #################### */
.header-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.package-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 138px 200px;
  text-align: center;
}
.package-content .open-book {
  width: 140px;
  opacity: 0.1;
}
.package-content h2 {
  margin-top: 40px;
}
.package-content p {
  font-size: 15px;
  line-height: 25px;
}
.switch-handler {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
}
.switch-light {
  width: 150px;
  margin: 0;
}
.switch-md {
  width: 200px;
}
.switch-light span span {
  font-family: var(--tofino-book);
  font-size: 10px;
}
.switch-light input:checked + span .on {
  color: #fff;
}
.switch-light input:checked + span .off {
  color: #dbdbdb;
}
.switch-light input:not(:checked) + span .off {
  color: #fff;
}
.switch-light input:not(:checked) + span .on {
  color: #dbdbdb;
}
.switch-light a,
.switch-light a:focus {
  outline: none !important;
}
.switch-light .alert-light {
  border: 1px solid #fd784b;
  border-radius: 30px;
  height: 23px;
  min-height: 23px;
  line-height: 21px;
  cursor: pointer;
}
.action-btn {
  background: #ff7149;
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 16px;
  border-radius: 100%;
}
.action-btn.reverse {
  background: #707070;
}
.action-btn.reverse:hover {
  background: #ff7149 !important;
}
.action-btn img {
  width: 8px;
}

.option-group {
  border: 1px solid #dbdbdb;
  padding: 10px;
}
.option-group .option-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.option-btns {
    display: flex;
}
.option-btns .action-btn {
  line-height: 22px;
}
.option-btns > * {
  margin-left: 10px;
}
.table thead tr th {
  font-family: var(--tofino-medium);
  font-size: 16px;
  text-transform: capitalize;
  border-top: 1px solid #dbdbdb !important;
  border-bottom: 1px solid #dbdbdb !important;
  vertical-align: middle;
}
.dataTables_length,
.dataTables_filter,
.dataTables_info {
  display: none;
}
.table .action-btn:hover {
  background: #707070;
}

/* ################## TEST SERIES MANAGER ##################### */
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5 {
  flex-grow: 1;
  margin: 0;
}
.card-header .filter-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.card-header .filter-group .form-control {
  width: 130px;
  padding: 5px 10px !important;
  height: 35px !important;
}
.card-header .filter-group .input-group {
  width: 225px;
}
.card-header .filter-group .input-group .form-control {
  width: auto !important;
}
.card-header .filter-group > * {
  margin-left: 15px;
}

/* ###################### ADD TEST PACKAGE ############# */
.radio-input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.radio-input-group .custom-radio {
  margin-right: 18px;
  margin-bottom: 5px;
  padding: 0;
}
.radio-input-group span {
  display: inline-block;
  margin-left: 17px;
  font-size: 14px;
  color: #dbdbdb;
}
.form-label.radio-input-label {
  margin-left: 37px;
}

.package-image .img-wrapper {
  padding: 20px;
  border: 2px dashed #dbdbdb;
  text-align: center;
  border-radius: 5px;
}
.package-image {
  margin-top: 10px;
}
.package-image .img-title {
  margin-top: 15px;
  font-family: var(--tofino-book);
  line-height: 19px;
  margin-bottom: 15px;
}
.package-image .img-size-desc {
  font-size: 10px;
  line-height: 25px;
  font-family: var(--tofino-medium);
}
.package-image .btn {
  margin-top: 20px;
}
.more-options {
  padding-left: 100px;
}

@media only screen and (max-width: 1179px) {
  .package-image .btn {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media only screen and (max-width: 979px) {
  .package-image .btn {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .package-details-info {
    margin: 10px 0;
    float: left;
    display: block;
    width: 100%;
  }
  .package-image .btn {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .more-options {
    padding-left: 0;
    margin-top: 30px;
  }
  .test-footer {
    padding: 0;
    border: 0;
    text-align: center;
  }
  .test-footer .btn {
    margin-top: 15px !important;
  }
}
.search-filter input, .card-header .search-filter .form-control {
    padding-left: 30px !important;
}

/* ############# COACHING MANAGEMENT ############### */
.filter-row label {
  margin: 0;
}
.details-box {
  border: 1px solid #dbdbdb;
  padding: 30px;
  border-radius: 3px;
}
.details-list li {
  font-size: 14px;
  margin-bottom: 12px;
}
.details-list li label,
.details-list li span {
  width: 50%;
}
.details-list li label {
  margin: 0;
  display: inline-block;
  font-family: var(--tofino-medium);
}
.details-list li span {
  font-family: var(--tofino-book);
}
.outline-border {
  border: 1px solid #dbdbdb;
}
.table thead th {
  font-family: var(--tofino-medium);
  font-size: 16px;
  text-transform: capitalize;
}
.table tbody td {
  font-size: 14px;
  padding: 16px 15px;
  font-family: var(--tofino-book);
  white-space: normal !important;
}
.view-link {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  font-family: var(--tofino-medium);
}
.scroll-v {
  height: 260px;
}
.v-scroll-200 {
  height: 200px;
  overflow-y: auto;
}

#live-preview .modal-content {
  border-radius: 3px;
}
.preview-container{  
  background: #fff;
  border-radius: 3px;  
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  display: block;
  margin-left: 15px;
  position: relative;
}
.preview-label {
    display: inline-block;
    background: #333;
    color: #fff;
    min-width: 50px;
    text-align: center;
    padding: 2px 10px;
    font-size: 12px;
    position: absolute;
    z-index: 4;
    left: -10px;
    top: 10px;
}
.preview-label::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    background: #333;
    top: 4px;
    left: 0px;
    transform: skew(0deg, 20deg);
    z-index: -3;
}
.preview-label::after {
    position: absolute;
    width: 16px;
    height: 16px;
    right: -9px;
    top: 3px;
    background: #333;
    content: "";
    z-index: -1;
    transform: rotate(45deg);
}
.preview-label.blue, 
.preview-label.blue::before, 
.preview-label.blue::after {
  background: #278bed;
}
.preview-label.orange, 
.preview-label.orange::before, 
.preview-label.orange::after {
  background: #ff7249;
}
.preview-header {
  position: relative;
  height: 130px;
  overflow: hidden;
}
.preview-header .fa {
  position: absolute;
  right: 10px;
  background: #fff;
  width: 30px;
  height: 30px;
  color: #f00;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  top: 10px;
  z-index: 2;
}
.preview-header::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.99) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.99) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.99) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  z-index: 2;
}
.preview-body {
  padding: 20px;
}

.preview-body-top {
  display: flex;
}
.preview-body-top .preview-avatar {
  width: 130px;
  text-align: right;
  margin-top: -47px;
  z-index: 3;
}
.preview-body-top .preview-avatar .star {
  margin-top: 5px;
  font-size: 14px;
  font-family: var(--tofino-medium);
}
.preview-body-top .preview-avatar .star .fa {
  color: #fe9554;
}
.preview-body-top .preview-avatar .rating{
  font-size: 12px;
}
.preview-body-content .label-name{
  display:flex;
  align-items: center;
}
.preview-body-content .label-name img {
    width: 18px;
    height: 18px;    
}
.preview-body-content .label-name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  margin-left: 10px;
}
.preview-list {
  padding-left: 15px;
  margin-bottom: 20px;
}
.preview-list li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.preview-price {
  font-size: 18px;
  font-family: var(--tofino-bold);
  margin-bottom: 15px;
}
.btn-preview {
  background: #d5d5d5;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  cursor: not-allowed;
}
.btn-preview-outline {
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 15px;
    cursor: not-allowed;
    border: 1px solid #ff7149;
    background: transparent;
    color: #ff7149;
    font-family: var(--tofino-medium);
}

.details-list-desc {
  margin: 0;
  display: inline-block;
  font-family: var(--tofino-medium);
  width: 100%;
}
.details-list-desc li {
  font-size: 14px;
  margin-bottom: 12px;
  display: flex;
}
.details-list-desc li label {
  width: 25%;
}
.details-list-desc li span {
  font-family: var(--tofino-book);
  width: 75%;
}
.details-list-desc li .badge {
  margin-right: 10px;
}
.top-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-header .filter-group {
  display: flex;
  align-items: center;
}
.top-header .filter-group > *:not(:last-child) {
  margin-right: 15px;
}
.top-header .form-control {
  width: 140px;
  border: 1px solid #707070;
}
.steps-item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.steps-item li {
  width: 25%;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px;
  position: relative;
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
}
.steps-item li:first-child {
  border-top-left-radius: 8px;
}
.steps-item li:last-child {
  border-top-right-radius: 8px;
}
.steps-item li:last-child::before {
  display: none;
}
.steps-item li::before {
  position: absolute;
  content: '';
  width: 48px;
  height: 48px;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  transform: rotate(-45deg);
  top: 9px;
  right: -25px;
  background: #fff;
  z-index: 1;
}
.steps-item li .step-img {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  z-index: 1;
}
.steps-item .step {
  font-size: 15px;
  font-family: var(--tofino-bold);
}
.steps-item .step-desc {
  font-size: 14px;
  line-height: 22px;
}
.steps-item .active {
  background: -webkit-linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
  background: linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
  color: #fff;
}
.steps-item .active::before {
  background: #fc8f2d;
  border: none;
}
.steps-item .active .step-img {
  fill: #fff;
}

.picture-with-radio {
  border: 1px solid #dbdbdb;
  padding: 20px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.picture-with-radio img {
  height: 101px;
  margin-bottom: 10px;
}
.pic-label-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-custom-toggle {
  background: none;
  border: 1px solid #dbdbdb;
  height: 44px;
  font-size: 14px;
  text-align: left;
}
.btn-custom-toggle::after {
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.custom-dropdown-menu {
  width: 100%;
}
.custom-dropdown-menu a img {
  width: 15px;
  float: right;
  display: none;
}
.custom-dropdown-menu a:hover img {
  display: inline-block;
}
.text-underline {
  text-decoration: underline;
}
.test-footer {
  width: 100%;
}

.box-q {
  padding: 25px;
  position: relative;
  height: 100%;
}
.box-q .box-q-icon {
  margin-bottom: 24px;
}
.box-q .box-q-desc {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 25px;
}

.box-q::before {
  position: absolute;
  content: '';
  background: #f5f5f5;
  height: 5px;
  width: 50px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.box-q.red::before {
  background: #fd6c57;
}
.box-q.orange::before {
  background: #ff9e27;
}
.box-q.blue::before {
  background: #278bed;
}
.box-q.red .box-q-icon {
  fill: #fd6c57;
}
.box-q.orange .box-q-icon {
  fill: #ff9e27;
}
.box-q.blue .box-q-icon {
  fill: #278bed;
}
.box-q .btn {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.filter-group .filter .item .form-control {
  width: 100%;
}
.owl-carousel.filter .owl-nav button {
  background: transparent !important;
  border: none !important;
  box-shadow: none;
  margin: 0;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel.filter .owl-nav button .fa {
  font-size: 26px;
  color: #dbdbdb;
}
.table tr .btn {
  height: 30px;
  line-height: 18px;
  padding: 2px 10px;
}
.table .dropdown-item {
  padding: 5px 10px;
}
.table .dropdown-item .form-control {
  height: 30px;
  padding: 5px;
  border: 1px solid #707070;
}
.select-custom-dropdown .current {
  font-family: var(--tofino-medium);
  line-height: 24px;
  font-size: 13px;
}
.select-custom-dropdown.input-sm .current {
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.filter-box {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 25px;
}
.lh-40 {
  line-height: 40px !important;
}

.tbl-gr-acrdn thead tr {
  background: #f9f9f9;
}
.tbl-gr-acrdn tbody tr {
  background: #fff;
}
.panel2 .panel-title1 a .delete {
  fill: #707070;
  width: 31px;
  height: 31px;
  margin-left: 8px;
}
.panel2 .panel-title1 a span {
  display: flex;
  align-items: center;
}
.full-screen-modal {
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  margin: 0;
}
.full-screen-modal .modal-content {
  height: 100%;
  border-radius: 0;
  padding: 40px;
}
.modal-header .small-title {
  flex-grow: 1;
}
.modal-header .rev {
  margin-left: 10px;
}
.justify-flex-start {
  justify-content: flex-start;
}
.v-scroll-vh-70 {
  height: 70vh;
}

.custom-filter-row {
  display: flex;
}
.custom-filter-row .form-control {
  margin-right: 10px;
}
.custom-filter-row .form-control:last-child {
  margin-right: 0;
}
.header-septr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.header-septr h2 {
  margin: 0;
}
.header-septr .switchToggle {
  display: flex;
  align-items: center;
}
.add-option-group {
  padding-top: 30px;
  position: relative;
}
.add-option-group ol {
  padding: 0;
}
.add-option-group li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  counter-increment: item;
  position: relative;
  padding-left: 0px;
  margin-bottom: 15px;
}
.add-option-group li::before {
  content: counter(item, upper-alpha) '.)';
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 14px;
  font-family: var(--tofino-medium);
}
.add-option-group li .custom-control {
  margin-left: 33px;
  margin-top: 9px;
}
.add-option-group li .form-control {
  height: 44px;
  resize: none;
  margin: 0 10px;
}
.add-option-group li .option-icon {
  fill: #707070;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.add-option-group li #add-option {
  fill: #ff7249;
}
.add-option-group #cke_content {
  width: 100%;
  margin-right: 10px;
}

.add-option-group .cke_contents {
  height: 100px !important;
}
.video-url {
  margin-top: 20px;
}
.choose-lang-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}
.choose-lang-bottom .form-control {
  width: 140px;
  margin-left: 7px;
  background: #f5f5f5;
}
.radio-select-list {
  margin: 10px 0 25px;
}
.radio-select-list li {
  display: inline-block;
  margin-right: 50px;
}
.radio-select-list li:last-child {
  margin-right: 0;
}
.radio-select-list .custom-control-label {
  font-size: 18px;
  font-family: var(--tofino-medium);
}

.inc-dec-group {
  display: flex;
  justify-content: space-between;
  max-width: 240px;
  margin: auto;
}
.inc-dec-group .input-group {
  margin: 0 5px;
}
.input-group-sm {
  width: 65px;
}
.input-group-sm .input-g-label {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.input-group-sm .input-group-btn {
  width: 20px;
  height: 20px;
}
.input-group-sm .btn {
  padding: 0 !important;
  height: 100% !important;
  line-height: 18px !important;
  width: 100% !important;
  min-width: auto !important;
  vertical-align: top;
  background: transparent;
}
.input-group-sm .input-number {
  width: 20px !important;
  padding: 0;
  height: 20px;
  min-width: auto !important;
  border-radius: 0 !important;
  text-align: center;
  font-size: 12px;
}

.input-group-btn .quantity-left-minus {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-btn .quantity-right-plus {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbl-input {
  width: auto;
  height: 28px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  text-align: center;
}
.tbl-input.wd-45 {
  width: 45px;
}
.tbl-input.wd-70 {
  width: 70px;
}
.table-border-top tbody tr td {
  border-top: 1px solid #dbdbdb;
}
.report-details {
  margin-top: 20px;
  width: 100%;
}
.report-details li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.report-details .repot-label {
  font-size: 14px;
}
.report-data {
  display: flex;
}
.report-data .custom-control {
  margin-left: 20px;
}
.group-box {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border-top: 1px solid #dbdbdb;
}
.group-box .group-left {
  border-right: 1px solid #dbdbdb;
  width: 20%;
  display: flex;
}
.group-box .group-left p {
  margin: auto;
  font-family: var(--tofino-medium);
}
.group-box .group-right {
  flex-grow: 1;
}
.group-item li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.group-item li:not(:last-child) {
  margin-bottom: 10px;
}
.group-item {
  padding: 15px;
}
.group-item .group-data {
  display: flex;
}
.group-item .group-data .custom-control:not(:first-child) {
  margin-left: 30px;
}
.chk-option {
  margin-top: 10px;
}
.chk-option [class^='col-'] {
  margin-bottom: 15px;
}
.st-group {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  align-items: center;
}
.st-group .st-left {
  padding: 10px;
  width: 61%;
}
.st-group .st-right {
  display: flex;
  align-items: center;
  padding: 10px;
  flex-grow: 1;
  justify-content: flex-end;
}
.st-group .st-right .custom-control:not(:first-child) {
  margin-left: 20px;
}
.st-group .st-right .input-group {
  margin-left: 10px;
}
.st-group .st-right .num-field {
  margin-left: 80px;
  width: 70px;
}

.summary-box {
  text-align: center;
  width: 70%;
  margin: 30px auto;
  font-size: 14px;
}
.summary-box p {
  margin-bottom: 5px;
}
.test-details-list {
  margin-top: 25px;
}
.test-details-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 28px;
}
.test-details-list li .test-left {
  width: 20%;
}
.test-details-list li .test-left p {
  font-size: 15px;
  font-family: var(--tofino-medium);
}
.test-details-list li .test-right {
  flex-grow: 1;
}
.test-details-list li .test-right li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.test-details-list li .test-right li .disabled-inputs {
  width: 10%;
}
.test-details-list li .test-right .custom-checkbox {
  min-height: 20px;
}
.test-details-list
  li
  .test-right
  .custom-checkbox
  .custom-control-label:before {
  background: #dbdbdb;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #dbdbdb;
}

.test-details-list
  li
  .disabled-inputs
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-color: #dbdbdb;
}

.disabled-inputs
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-color: #dbdbdb;
}
.test-details-list
  li
  .disabled-inputs
  .custom-control-input:disabled
  ~ .custom-control-label::before {
  background-color: #dbdbdb;
  border: 3px solid #dbdbdb;
}
.disabled-inputs
  .custom-control-input:disabled
  ~ .custom-control-label::before {
  background-color: #dbdbdb;
  border: 3px solid #dbdbdb;
}
.test-details-list li .test-right .custom-checkbox .custom-control-label:before,
.test-details-list li .test-right .custom-checkbox .custom-control-label:after {
  top: 0;
}
.disabled-inputs .custom-radio {
  min-height: 20px;
}
.disabled-inputs .custom-radio .custom-control-label {
  line-height: 20px;
}
.disabled-inputs .custom-radio:not(:last-child) {
  margin-bottom: 10px;
}
.disabled-inputs .custom-radio .custom-control-label::before {
  top: 0;
  background: #fff !important;
}
.disabled-inputs .custom-radio .custom-control-label::after {
  top: 3px !important;
}
.pop-desc {
  font-size: 14px;
  line-height: 25px;
}
.card-header-scroll .filter-group-scroll {
  padding-right: 30px;
}
.q-tab .btn.btn-light {
  width: 100%;
  background: #fff;
  font-size: 14px;
}
.q-tab .btn.btn-light:focus {
  background: #fff;
}
.q-tab .btn {
  cursor: not-allowed !important;
}
.q-tab .btn:focus {
  box-shadow: none;
}

.rating-select .btn-custom-toggle {
  width: 100%;
  height: 35px;
}
.rating-select .btn-custom-toggle .fa {
  color: #ff9b54;
}
.rating-select .btn-custom-toggle:hover,
.rating-select .btn-custom-toggle:focus,
.rating-select .btn-custom-toggle:active {
  background: transparent !important;
  border: 1px solid #dbdbdb;
}
.rating-select .dropdown-menu.show {
  width: 100%;
}
.rating-select .dropdown-menu > li > a:hover,
.rating-select .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ff9b54;
  background-color: #f5f5f5;
}
.rating-select .dropdown-menu > li > a {
  padding: 6px 20px;
}

.table .dropdown-menu.show {
  box-shadow: 0px 5px 25px rgba(39, 55, 76, 0.2);
  border: 1px solid #e8ebf3;
  border-radius: 8px;
}
/* .double-line-header.dataTable thead .sorting:before,
.double-line-header.dataTable thead .sorting_asc:before {
  top: 5px;
}
.double-line-header.dataTable thead .sorting_desc:before {
  top: 0px;
} */
.double-line-header.dataTable thead .sorting:before,
.double-line-header.dataTable thead .sorting_asc:before,
.double-line-header.dataTable thead .sorting_desc:before,
.double-line-header.dataTable thead .sorting_asc_disabled:before,
.double-line-header.dataTable thead .sorting_desc_disabled:before {
  top: 18px;
}
.double-line-header.dataTable thead .sorting:after,
.double-line-header.dataTable thead .sorting_asc:after,
.double-line-header.dataTable thead .sorting_desc:after,
.double-line-header.dataTable thead .sorting_asc_disabled:after,
.double-line-header.dataTable thead .sorting_desc_disabled:after {
  top: 28px;
}
.table tbody td .pin {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.img-add {
  padding: 10px 0;
}
.img-add li {
  display: inline-block;
  width: 43px;
  height: 43px;
  vertical-align: middle;
}
.img-add li:not(:last-child) {
  margin-right: 10px;
}
.img-add li .add-box {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 12px;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.img-add li .img-box {
  border-radius: 5px;  
  position: relative;
  overflow: hidden;
}
.img-add li .img-box img {
    width: 43px;
    height: 43px;    
    left: 0;
    top: 0;
    border-radius: 5px;
    object-fit: cover;
}
.img-add .delete {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  display: none;
  cursor: pointer;
}
.img-add .delete svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.img-add li .img-box:hover .delete {
  display: flex;
}
.table .item-action.dropdown {
  display: inline-block;
  vertical-align: middle;
}
.tmp-box-group {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
}
.tmp-box-group .tmp-left-panel {
  border-right: 1px solid #dbdbdb;
  height: 312px;
  overflow-y: auto;
  width: 200px;
}
.tmp-left-panel li {
  border-bottom: 1px solid #dbdbdb;
  padding: 8px 10px;
}
.tmp-left-panel li .custom-control-label {
  font-family: var(--tofino-book);
}

.tmp-box-group .tmp-right-panel {
  flex-grow: 1;
  padding: 30px;
}
.tmp-detail-box {
  background: #f5f5f5;
  border: 1px solid #dbdbdb;
  margin-top: 30px;
}
.tmp-detail-box .tmp-detail-item {
  display: flex;
  justify-content: space-between;
}
.tmp-detail-box .tmp-detail-item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.tmp-detail-item .tmp-detail-label {
  border-right: 1px solid #dbdbdb;
  width: 50%;
  padding: 10px;
  font-family: var(--tofino-medium);
  font-size: 13px;
}
.tmp-detail-item .tmp-detail-data {
  width: 50%;
  padding: 10px;
}
.payment-box-group {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}
.payment-box-group .payment-box-item {
  flex-grow: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.333333%;
  text-align: center;
  position: relative;
}
.payment-box-group .payment-box-item .item-action.dropdown {
  position: absolute;
  right: 30px;
  top: 30px;
}
.payment-box-group .payment-box-item:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}
.payment-box-group .payment-box-item .payment-logo,
.payment-box-group .payment-box-item .payment-price {
  margin-bottom: 30px;
}
.payment-box-group .payment-box-item .payment-label {
  margin-bottom: 40px;
  line-height: 30px;
}
.payment-box-group .payment-box-item .btn {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
  align-self: center;
}
.payment-box-group .payment-box-item.active .btn svg {
  fill: #1dd51d;
}
.payment-box-group .payment-box-item .btn svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  fill: #fff;
}
.inline-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.inline-group .inline-group-item {
  width: 48%;
  display: flex;
  align-items: center;
}
.inline-group .inline-group-item:not(:last-child) {
  margin-right: 30px;
}
.inline-group .inline-group-item .inline-label {
  padding-right: 15px;
  margin: 0;
  font-size: 13px;
  font-family: var(--tofino-medium);
  white-space: nowrap;
}
.b-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}
.b-list li:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.b-list-label {
  font-family: var(--tofino-medium);
  font-size: 13px;
}
.b-list-data {
  font-size: 14px;
  color: #8a8a8a;
}
.b-list-data .rating {
  height: 13px;
  margin-right: 10px;
}
.b-list-data strong {
  color: #323b4f;
}
.b-list-data .view-doc {
  color: #fe6663;
  margin-left: 30px;
  text-decoration: underline;
}
.b-list-data .up-pic {
  display: flex;
  align-items: center;
}
.b-list-data .up-pic .avatar {
  margin-right: 10px;
}
.b-list-data .up-pic-content .view-doc {
  margin-left: 0;
}
.b-list-data .view-doc .fa {
  margin-left: 20px;
  color: #ff7149;
}
.b-list li > * {
  width: 50%;
}
.inst-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.inst-header .inst-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.inst-left .form-control {
  width: 200px;
}
.upload-file-light {
  border: 1px solid #dbdbdb;
  padding: 10px 30px;
  font-size: 14px;
  margin: 0;
  border-radius: 3px;
  height: 44px;
  line-height: 25px;
  cursor: pointer;
}
.upload-file-light input {
  display: none;
}
.editor-inst-box .cke_contents {
  height: 400px !important;
}
.table td .btn-outline-primary {
  min-width: 120px;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: 5px !important;
  color: #fff !important;
}
/* ###################### COACHING DETIALS ###################### */
.location-map {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 0px;
}
/* TAB ACCORDION */
.tab-accordion .resp-tabs-list {
  margin: 0 !important;
  background: -webkit-linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
  background: linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.tab-accordion .resp-tabs-list li {
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background: transparent !important;
  font-weight: normal;
  position: relative;
  margin-right: -4px;
}
.tab-accordion .resp-tabs-list li.resp-tab-active {
  background: #fff !important;
  color: #fc8639;
}

.tab-accordion .resp-tabs-list li:not(:last-child)::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tab-accordion .tab-accordion-body {
  padding: 30px;
}
.tab-accordion .tab-accordion-body .resp-tab-content {
  border: none;
  border-top-color: transparent;
}
.tab-accordion .top-tab-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-accordion .top-tab-container .switch-light {
  width: 200px;
}
.tab-accordion .top-tab-container .form-control {
  width: 200px;
}
.inside-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.inside-tab li a {
  padding: 5px 20px;
  font-size: 18px;
  font-family: var(--tofino-medium);
}
.inside-tab li:not(:last-child) a {
  border-right: 1px solid #dbdbdb;
}
.inside-tab li a.active {
  color: #ff7149;
  text-decoration: underline;
}
.tab-list li {
  padding: 20px 30px;
}
.table-vtop {
  vertical-align: top !important;
}
/* custom filter row */
.custom-row-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
}
.custom-row-filter .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
.custom-row-filter .form-row:not(:last-child) {
  flex-grow: 1;
  margin-right: 15px;  
}
.custom-row-filter .form-row label {
  margin: 0 10px 0 0;
}
.custom-row-filter .form-row div {
  flex-grow: 1;
}
.table tfoot th {
  font-family: var(--tofino-medium);
  border-top: 1px solid #dbdbdb !important;
}
.cp-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #dbdbdb;
  padding: 15px 0;
}
.cp-list li .cp-label {
  width: 30%;
  font-family: var(--tofino-medium);
  font-size: 13px;
}
.cp-list li .cp-data {
  flex-grow: 1;
}
.cp-data .btn {
  border: 1px solid #323b4f;
  color: #323b4f;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.cp-data .btn:hover {
  background: transparent;
}
.card-header .filter-group .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.card-header .filter-group .form-group .form-label {
  margin: 0 10px 0 0;
}
.check-list li {
  width: 14%;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: 20px;
}
.link-textarea {
  position: relative;
}
.link-textarea textarea {
  padding-bottom: 30px;
  resize: none;
}
.link-textarea a {
  position: absolute;
  bottom: 8px;
  right: 15px;
  font-size: 10px;
  color: #ff7249;
  text-decoration: underline;
}

/* add question  */
.match-following {
  margin-top: 40px;
}
.match-group {
  display: flex;
  flex-wrap: wrap;
}
.match-group .match-qst-left,
.match-group .match-qst-right {
  flex-grow: 1;
  width: 50%;
}
.match-group .match-qst-left {
  padding-right: 15px;
}
.match-qst-group li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.match-qst-group li .s-no {
  padding-right: 15px;
  text-transform: uppercase;
}
.match-qst-group li .form-control {
  height: 54px;
  resize: none;
}
.match-qst-right .option-icon {
  fill: #ff7149;
  width: 38px;
  height: 38px;
  margin-left: 15px;
  cursor: pointer;
}
.match-qst-right .cke_reset + .option-icon {
    width: 58px;
    height: 58px;
}
.match-qst-right #remove-match-option {
  fill: #707070;
}
.match-answer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.match-answer li {
  text-align: center;
}
.match-answer li:not(:last-child) {
  margin-right: 5px;
}
.match-answer .match-ans-box {
  border: 1px solid #dbdbdb;
}
.match-answer li .input-box {
  padding: 0px 8px 5px;
}
.match-answer li .input-box .custom-control {
  padding: 0 10px;
}
.match-answer .match-ans-box .s-no {
  background: #ff7149;
  width: 100%;
  display: block;
  color: #fff;
  padding: 1px;
  text-transform: uppercase;
}
.chk-question {
  margin-top: 30px;
  display: inline-block;
}
/* ###################### WEBSITE MANAGEMENT ######################## */
.tab-box-container {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.insider-tab-box {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}
.tab-box-header {
  padding: 25px 20px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
}
.tab-box-header h2 {
  margin: 0;
  font-size: 28px;
}
.tab-box-header {
  display: flex;
  justify-content: space-between;
  min-height: 70px;
  padding: 12px 20px;
  align-items: center;
}
.tab-box-right .tab-box-header {
  padding: 12px 30px;
}
.tab-box-right .tab-box-header h2 {
  flex-grow: 1;
}
.insider-tab-box .tab-box-header h2 {
  font-size: 18px;
}
.tab-box-header .filter-group {
  display: flex;
  align-items: center;
}
.tab-box-header .filter-group > * {
  margin-left: 15px;
}
.tab-box-header .filter-group .form-control {
  width: 130px;
}
.tab-box-container .tab-box-left {
  width: 269px;
  box-shadow: 0px 0px 6px #00000029;
}
.insider-tab-box .tab-box-left {
  width: 234px;
}
.insider-tab-box .tab-box-body .panel-title1 a {
  background: #f5f5f5;
  color: #323b4f;
  padding: 15px 20px;
  border: 1px solid #dbdbdb;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.insider-tab-box .tab-box-body .panel-title1 a.collapsed {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}
.insider-tab-box .tab-box-body .panel.panel-default {
  position: relative;
}
.insider-tab-box .panel.panel-default .panel-heading1,
.insider-tab-box .panel.panel-default .panel-collapse {
  width: 95%;
}
.insider-tab-box .panel.panel-default .delete-panel {
  margin-left: 15px;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 18px;
}
.insider-tab-box .tab-box-body .panel-group1 .panel-body {
  border: 1px solid #dbdbdb;
}
.insider-tab-box .tab-box-left .tab-box-item li.btn-area {
  padding: 10px;
  text-align: center;
  display: block;
}
.insider-tab-box .tab-box-left .tab-box-item li.btn-area:hover {
  background: transparent;
}
.tab-box-left .tab-box-item li:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.tab-box-left .tab-box-item li a {
  display: block;
  padding: 15px 20px;
  font-size: 12px;
  font-family: var(--tofino-medium);
}
.insider-tab-box .tab-box-left .tab-box-item li {
  display: flex;
  padding: 15px 20px;
  font-size: 12px;
  font-family: var(--tofino-medium);
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.insider-tab-box .tab-box-left .tab-box-item li a {
  padding: 0;
}
.tab-box-left .tab-box-item li span {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 130px;
  white-space: nowrap;
}
.tab-box-left .tab-box-item li a:hover,
.insider-tab-box .tab-box-left .tab-box-item li:hover,
.insider-tab-box .tab-box-left .tab-box-item li.active,
.tab-box-left .tab-box-item li.active a {
  background: #f5f5f5;
  color: #323b4f;
}
.tab-box-left .tab-box-item li.active a {
  background: #f5f5f5;
  color: #323b4f;
}

.tab-box-container .tab-box-right {
  flex-grow: 1;
}
.tab-box-body {
  padding: 30px;
}
.logo-upload-group {
  display: flex;
  justify-content: space-between;
}
.logo-upload-group:not(:last-child) {
  margin-bottom: 30px;
}
.logo-upload-group > [class^='logo-'] {
  padding: 0 15px;
}
.logo-upload-group .logo-desc {
  width: 25%;
}
.logo-upload-group .logo-img {
  border: 1px solid #dbdbdb;
  padding: 15px;
  width: 15%;
}
.logo-upload-group .logo-link-box {
  width: 60%;
}
.logo-upload-group .logo-link-box .form-control {
  margin-bottom: 20px;
}
.logo-upload-group .logo-link-box .btn {
  margin-right: 20px;
  margin-bottom: 0;
  padding: 10px 30px !important;
}
.schedulePublish .form-control:not(:last-child),
.schedulePublish span {
  margin-right: 14px;
}

.shorting-box {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}
.shorting-box .shorting-header {
  padding: 12px 30px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
}
.shorting-box .shorting-header h4 {
  margin: 0;
  flex-grow: 1;
}
.shorting-box .shorting-header .filter-group {
  display: flex;
  align-items: center;
}
.shorting-box .shorting-header .filter-group > *:not(:last-child) {
  margin-right: 15px;
}
.shorting-box .shorting-header .filter-group p {
  white-space: nowrap;
}
.shorting-body {
  padding: 30px;
}
.shorting-body .filter-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shorting-body .filter-group *:not(:last-child) {
  margin-right: 20px;
}
.testimonial-header {
  background: #f5f5f5;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 30px 0;
  height: 157px;
  position: relative;
}
.testimonial-header .btn {
  float: right;
}
.testimonial-header .avatar {
  position: absolute;
  left: 50%;
  bottom: -50%;
  transform: translateX(-50%);
}
.testimonial-body {
  margin-top: 90px;
}
.image-view {
  width: 100px;
  position: relative;
}
.image-view .over-lay {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}
.image-view:hover .over-lay {
  display: flex;
}
.custom-bg-table tbody tr td {
  border: 0;
}
.custom-bg-table tbody tr td:not(:first-child) {
  background: #f5f5f5;
  border-radius: 1px;
}
.custom-bg-table tbody tr td:nth-child(2) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.custom-bg-table tbody tr td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.custom-bg-table {
  border-collapse: separate;
  border-spacing: 0 12px;
}
.modal-filter-group {
  display: flex;
  justify-content: space-between;
}
.modal-filter-group > *:not(:last-child) {
  margin-right: 15px;
}
/* Date Time picker */
.xdsoft_noselect {
  background: #f9faff;
}
.xdsoft_datetimepicker .xdsoft_month,
.xdsoft_datetimepicker .xdsoft_label {
  background: transparent;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #ffffff;
  border: 1px solid #f6f7fb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: -webkit-linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
  background: linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
  border-color: #ff7149;
  box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: transparent;
  border: none;
  font-weight: normal;
}
/* ################# DASHBOARD ############### */
.week-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-family: var(--tofino-medium);
  margin-bottom: 20px;
}
.week-list li.active a {
  color: #ff7149;
}
.week-list.yearly {
  margin-top: 30px;
}
.week-list.yearly li.active a {
  background: -webkit-linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
  background: linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
  color: #fff;
  display: block;
  padding: 2px 15px;
  border-radius: 30px;
}
.select-custom-dropdown.custom-text-select {
  background: transparent;
  border: none;
  padding-left: 0;
}
.select-custom-dropdown.custom-text-select .current {
  font-size: 24px;
  font-family: var(--tofino-bold);
  line-height: 42px;
}
table.table.order-summary {
  margin-top: 0 !important;
}
table.table.order-summary thead th {
  border-top: 0 !important;
}
table.table.order-summary tbody tr td {
  padding: 20px 10px;
}
#morrisBar8 text tspan {
  font-size: 6px !important;
  font-family: var(--tofino-medium) !important;
  font-weight: normal !important;
}
.chart-order-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-top: 19px;
}
.chart-order-list li {
  flex-grow: 1;
  padding: 10px 5px;
  position: relative;
}
.chart-order-list li::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 42px;
  height: 2px;
  transform: translateX(-50%);
}
.chart-order-list li.black::before {
  background: #344466;
}
.chart-order-list li.yellow::before {
  background: #ff9f29;
}
.chart-order-list li.green::before {
  background: #20be77;
}
.chart-order-list li:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}
.chart-order-list li p {
  font-size: 20px;
  font-family: var(--tofino-medium);
  line-height: 20px;
}
.chart-order-list li span {
  font-size: 12px;
}
.small-card .counter.list-group {
  flex-direction: column;
}
.small-card .counter.list-group .list-item {
  width: 100%;
  margin-bottom: 5px;
}
.small-card .counter.list-group .list-item span {
  font-size: 14px;
}

.card-filter {
  min-height: auto !important;
}
.card-filter .form-group {
  margin-bottom: 0;
}
.input-group.custom .dropdown-toggle-split {
  border-left: 0 !important;
}
.input-group.custom .btn {
  border-right: 0;
}
.form-label.form-label-sm {
  font-size: 12px;
  font-family: var(--tofino-book);
}
.custom-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.custom-group .form-label {
  margin: 0;
}
.custom-group .form-control,
.custom-group .input-group {
  flex-grow: 1;
  width: auto;
}
.custom-group > *:not(:first-child) {
  margin-left: 20px;
}
.custom-group .switch-handler {
  width: 100%;
  margin-bottom: 8px;
}
.custom-group .switch-handler .switch-light {
  width: 90px;
}
.panel-top-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.panel-top-header h2 {
  flex-grow: 1;
}
.tsc-group .tsc-group-item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  flex-wrap: wrap;
}
.tsc-group .tsc-group-item:first-child {
  border-top: 1px solid #dbdbdb;
}
.tsc-group .tsc-group-item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.h-auto {
  min-height: auto !important;
}
#morrisBar-top-product {
  height: 400px;
  width: 400px;
}
/* sales overview */
.sales-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sales-group .top-product-group {
  flex-grow: 1;
  padding-left: 100px;
}
.top-product-group h2 {
  font-family: var(--tofino-medium);
  font-size: 30px;
  margin-bottom: 70px;
  margin-left: -10px;
}
.top-product-group h2 span {
  font-family: var(--tofino-book);
}
.gorup-list {
  display: flex;
  flex-wrap: wrap;
}
.gorup-list li {
  min-width: 160px;
}
.gorup-list .price {
  font-size: 24px;
  line-height: 25px;
  position: relative;
}
.gorup-list .price::before {
  position: absolute;
  content: '';
  left: -12px;
  top: 0;

  width: 2px;
  height: 100%;
}
.gorup-list .price.green::before {
  background: #20be77;
}
.gorup-list .price.orange::before {
  background: #ff9f29;
}
.gorup-list .price.red::before {
  background: #e52222;
}
.gorup-list .price.blue::before {
  background: #103a92;
}
.gorup-list .product-name {
  font-family: var(--tofino-medium);
  font-size: 14px;
  margin: 5px 0;
  line-height: 16px;
}
.gorup-list .product-percent {
  font-size: 18px;
  font-family: var(--tofino-book);
}
.gorup-list .product-percent.green {
  color: #20be77;
}
.gorup-list .product-percent.orange {
  color: #ff9f29;
}
.gorup-list .product-percent.red {
  color: #e52222;
}
.gorup-list .product-percent.blue {
  color: #103a92;
}
.table tfoot tr .table-link {
  padding: 43px 0 !important;
}
.table.multi-table > thead tr th:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}
.multi-table.tbl-gr-acrdn tbody .child-table-group > td:not(:first-child) {
  background: #f9f9f9;
}
.multi-table.tbl-gr-acrdn tbody .child-table-group > td:last-child {
  background: #fff;
}
.multi-table.tbl-gr-acrdn tbody table thead tr {
  background: #f9f9f9;
}
.multi-table.tbl-gr-acrdn tbody table thead tr th {
  border-top: 0 !important;
}
.multi-table.tbl-gr-acrdn tbody table tbody tr td {
  border-top: 0 !important;
}
.multi-table.tbl-gr-acrdn .child-table-group > td {
  padding: 0 !important;
  vertical-align: middle;
}
.multi-table.tbl-gr-acrdn .child-table-group > td:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}

/*##################### ORDER SUMMARY ###################*/
.search-type {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.search-type img {
  margin-right: 14px;
}
.order-top-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.order-top-header .form-control {
  max-width: 120px;
}
.box-bg-light {
  background: #f5f5f5;
  padding: 30px 20px;
}
.order-box .form-inline .input-group {
  width: 85%;
}
.order-box .form-inline .form-control {
  width: 84%;
}
.order-box .row .form-group:first-child .form-control {
  width: 90%;
}

/* ################### PERSONAL INFO ################# */
.info-header {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}
.info-header .info-avatar {
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}
.info-header .info-avatar .edit-photo-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5);
    color: #fff;
    flex-direction: column;
    border-radius: 100%;
}
.info-header .info-avatar:hover .edit-photo-overlay{
 display: flex;
}
.info-header .info-detail {
    flex-grow: 1;
}
.info-header .info-detail .varified {
    padding-bottom: 0px;
    display: block;
    text-align: right;
    color: #6da544;
}
.input-prefix {
    position: relative;
}
.input-prefix .prefix {
    display: inline-block;
    position: absolute;
    height: 30px;
    width: 44px;
    line-height: 32px;
    text-align: center;
    border-right: 1px solid #dbdbdb;
    margin-top: 6px;
}
.input-prefix .prefix + .form-control {
    padding-left: 52px;
    padding-right: 50px;
}
.input-prefix .form-control {
    padding-left: 10px;
    padding-right: 50px;
}
.input-prefix .verify {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 44px;
}
.input-prefix .verify svg {
    display: none;
}
.input-prefix .verify.after a {
    display: none;
}
.input-prefix .verify.after svg {
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 12px;
    fill:#6da544;
}
.textarea-sm {
    resize: none;
    height: 44px !important;
}
.textarea-sm:focus {
    height: auto !important;
}
.verification {
    text-align: center;
}
.verification img {
    margin-bottom: 15px;
}
.verification p {
    margin-bottom: 10px;
}
.verifi-input-box {
    position: relative;
}
.verifi-input-box .form-control {
    padding-right: 55px;
}
.verifi-input-box .time {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 42px;
    font-family: var(--tofino-medium);
    color: #ff7249;
}
.verifi-input-box .error-otp {
    text-align: left;
    margin-top: 5px;
    font-size: 11px;
    color: #ff7249;
}
.validate-input {
    position: relative;
}
.validate-input .form-control {
    padding-right: 35px;
}
.validate-input svg {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 14px;
}
.validate-input .err-msg {
    font-size: 11px;
    margin-top: 5px;
    color:#EA5252;
}
.validate-input.wrong .form-control {
    border: 1px solid #EA5252;
    color:#EA5252;
}
.validate-input.wrong svg{
  fill:#EA5252;
}
.text-grey{
  color: #9c9c9c;
}

/* ###################### MY Coaching ################## */
.banner {
    height: 200px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}
.banner .btn {
    position: absolute;
    right: 20px;
    top: 20px;
}
.banner-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}
.banner-content-top .inst-info {
    flex-grow: 1;
    padding-left: 30px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-content-top .inst-logo {
    margin-top: -72px;
}
.inst-logo .avatar {
    border: 2px solid #314c71;
    border-radius: 100%;
}
.banner-content-top .inst-info .inst-title-info {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.banner-content-top .inst-info .inst-title-info h2 {
    margin: 0;
}
.banner-content-top .inst-info .inst-btn-group > *:not(:last-child) {
    margin-right: 15px;
}
.banner-content-top .inst-title-info .varify {
    margin-right: 30px;
    margin-left: 5px;
}
.banner-content-top .inst-title-info .varify svg {
   fill:#3a466b;
}
.banner-content-top .inst-title-info .rating .fa{
      color: #fe9554;
    font-size: 17px;
}
.banner-content-top .inst-title-info .flw-group {
    width: 100%;
    font-size: 12px;
    color: #828282;
}
.banner-content-top .inst-title-info .flw-group span:last-child {
    margin-left: 13px;
    border-left: 1px solid #828282;
    padding-left: 13px;
}

.banner-content-bottom {
    display: flex;
    padding: 40px 40px 20px 214px;
    justify-content: space-between;
    flex-flow: row;
}
.banner-content-bottom .info-detail ul {
    display: flex;
    align-items: center;
}
.banner-content-bottom .info-detail ul li:not(:last-child) {
    margin-right: 50px;
}
.banner-content-bottom .info-detail ul li p {
    font-family: var(--tofino-bold);
    font-size: 16px;
    display: flex;
    line-height: 16px;
}
.banner-content-bottom .info-detail ul li span {
    font-size: 12px;
}
.banner-content-bottom .info-detail ul li p img {
    margin-right: 5px;
    margin-top: -13px;
}
.social-links-items {
    margin-top: -10px;
}
.social-links-items ul {
    display: flex;
    flex-flow: wrap;
}
.social-links-items p {
    font-size: 12px;
    margin-bottom: 10px;
}
.social-links-items ul li:not(:last-child) {
    margin-right: 15px;
}
.banner-footer {
    border-top: 1px solid #dbdbdb;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 40px;
}
.banner-footer ul {
    display: flex;
}
.banner-footer ul li {
    padding: 30px;
}
.banner-footer ul li:first-child{
  padding-left: 0;
}
.banner-footer ul li a {
  font-family: var(--tofino-medium);
  font-size: 13px;
}
.banner-footer ul li.active a {
    color: #ff7149;
    text-decoration: underline;
}
.select-choices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.select-choices ul {
    display: flex;
}
.select-choices ul li {
    padding: 0 15px;
}
.select-choices ul li a {
    font-family: var(--tofino-medium);
    font-size: 15px;
}
.select-choices ul li.active a{
  color: #ff7149;
}
.select-choices .filter-group {
    display: flex;
    white-space: nowrap;
    align-items: center;
}
.select-choices .filter-group > *:not(:last-child) {
    margin-right: 15px;
}
.select-choices .filter-group > p{
  color: #707070;
}
.owl-carousel.choices .owl-nav {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
}
.owl-carousel.choices .owl-nav button {
    position: relative;
    margin: 0 10px;
    padding: 0;
    width: 30px;
    height: 30px;
    left: auto;
    right: auto;
    box-shadow: none;
    border: 1px solid #323b4f !important;
}
.owl-carousel.choices .owl-nav button .fa {
    color: #323b4f;
}

/* ############ Practice Sets ############ */
.practice-coaching .preview-header::before {   
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.practice-coaching .preview-header .header-content {
    z-index: 2;
    position: absolute;
    padding: 20px;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.practice-coaching .preview-header .header-content h3 {
    text-transform: uppercase;
    margin-bottom: 0;
}
.orange .preview-header::before {
    background: linear-gradient(90deg, rgba(254, 93, 111, .9) 0%, rgba(252, 143, 45,.9) 100%);   
}
.orange .preview-container {
    border: 1px solid #fb9842;
}
.light-blue .preview-header::before {
    background: linear-gradient(90deg, rgba(4, 102, 175, .9) 0%, rgba(6, 154, 220,.9) 100%);   
}
.light-blue .preview-container {
    border: 1px solid #069adc;
}
.dark-blue .preview-header::before {
    background: linear-gradient(90deg, rgba(28, 42, 72, .9) 0%, rgba(83,105,153,.9) 100%);   
}
.dark-blue .preview-container {
    border: 1px solid #536999;
}
.green .preview-header::before {
    background: linear-gradient(90deg, rgba(0,127,70, .9) 0%, rgba(32, 192, 120, 0.9) 100%);   
}
.green .preview-container {
    border: 1px solid #20c078;
}
/* ########## About coaching ############ */
.description-box{min-height: 170px;}
.faculty-wrapper .card-header{
  padding: 50px 0 30px;
}
.owl-carousel.faculty .item{text-align: center;}
.owl-carousel.faculty .faculty-avatar{
  margin-bottom: 20px;
}
.owl-carousel.faculty h4{
  margin-bottom: 0;
}
.owl-carousel.faculty .desg{
  font-size: 12px;
  margin-top: 5px;
}
.owl-carousel.faculty .prof{
  font-size: 13px;
  font-family: var(--tofino-medium);
  margin-top: 10px;
}

/* ########### Related Coaching ########### */
.preview-footer {
    border-top: 1px solid #dbdbdb;
    padding: 15px 0;
}
.preview-footer ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.preview-footer ul li {
    text-align: center;
    flex-grow: 1;
}
.preview-footer ul li p {
    font-family: var(--tofino-bold);
    font-size: 17px;
}
.preview-footer ul li span{
  font-size: 12px;
}
.related-coaching .preview-container{
  margin: 10px 2px;
}


/* ############### SOLUTUIONS ################## */
.solution-body{background: #fff;}
.solution-header {
    background: #3A466B;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solution-header h3 {
    margin: 0;
    color: #fff;
    flex-grow: 1;
    margin-left: 40px;
}
.solution-header-right > *:not(:last-child) {
    margin-right: 10px;
}
.btn-yellow {
    background: #C89C23;
    padding: 8px 30px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 19px;
    border: 1px solid #9c7e2b;
}
.btn-dark-blue {
    background: #3A466B;
    border: 1px solid #838a9e;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    padding: 8px 30px;
    border-radius: 4px;
}
.solution-app-content {
    margin-right: 372px;
}
.section-top-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 30px;
    background: #F2F3F5;
    border-bottom: 1px solid #dbdbdb;
}
.section-top-bar .left-panel {
    display: flex;
    align-items: center;
}
.section-top-bar .left-panel h4 {
    margin-bottom: 0;
    font-family: var(--tofino-medium);
}
.section-top-bar .left-panel > * {
    margin-right: 10px;
}
.section-top-bar .left-panel .btn {
    background: #fafafa;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 20px;
    font-family: var(--tofino-medium);
    color: #676767;
}
.section-top-bar .left-panel .btn.active{
  background:#3A466B;
  color: #fff;
}
.right-panel {
    display: flex;
    align-items: center;
}
.right-panel > *:not(:last-child) {
    margin-right: 10px;
}


.solution-sidebar {
    width: 372px;
    background: #f2f3f5;
    position: fixed;
    right: 0;
    top: 65px;
    height: 100%;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.side-inner {
    position: relative;
    height: 93vh;
}
.side-header {
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.side-header {
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px dashed #dbdbdb;
    height: 56px;
}
.side-header .profile-info {
    display: flex;
    align-items: center;
}
.side-header .profile-info h4 {
    margin: 0;
    padding-left: 10px;
    color: #3a466b;
}
.side-header .filter {
    display: flex;
    align-items: center;
}
.side-header .filter img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.answer-group {
    padding: 10px 20px;
}
.answer-group ul {
    display: flex;
    flex-wrap: wrap;
}
.answer-group ul li {
    width: 50%;
    margin-bottom: 10px;
    font-size: 12px;
}
.answer-group ul li span{
  margin-right: 10px;
}
.answer-group .ovl {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #ddd;
    text-align: center;
    line-height: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
}
.answer-group .ovl.green{
    background: #21c179;
}
.answer-group .rounded {
    background: #9b59b6;
    width: 30px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 19px !important;
    text-align: center;
    position: relative;
    color: #fff;
}
.answer-group .rounded .fa {
    position: absolute;
    right: -4px;
    color: #21c179;
}
.answer-group  .ovl-rev {
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 30px;
    background: #ddd;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.answer-group .ovl-rev.red{
    background: #c0392b;
}
.answer-group .radius {
    background: #fff;
    display: inline-block;
    width: 25px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #3a466b;
    border-radius: 3px;
    color: #3a466b;
}
.answer-group.default ul li {
    width: auto;
    margin: 11px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.answer-group.default ul li span {
    margin: 0;
}
.reasoning {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.answer-group .action-group {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.answer-group .action-group .btn {
    font-size: 13px;    
    font-family: var(--tofino-medium);
    background: #dbdbdb;
    color: #797979;
    width: 100%;
}
.answer-group .action-group .btn:first-child {
    margin-right: 10px;
}
.side-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
    border-top: 1px dashed #dbdbdb;
    height: 61px;
}
.question-top-bar {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question-top-bar h4{margin-bottom: 0; color: #3A466B;}
.question-top-bar .left-panel {
    margin-left: auto;
}
.question-top-bar .left-panel ul {
    display: flex;
    align-items: center;
}
.question-top-bar .left-panel ul li{
  margin: 0 20px;
  text-align: center;
}
.question-top-bar .left-panel ul li p, .question-top-bar .left-panel ul li span {
    font-size: 11px;
}
.question-top-bar .left-panel ul li .red {
    color: #FF5D6D;
}
.question-top-bar .left-panel ul li .blue {
    color: #069CDD;
}
.question-top-bar .left-panel ul li .green {
    color: #21C179;
}
.question-top-bar .left-panel ul li .dark-blue {
    color: #3A466B;
}
.question-top-bar .right-panel {
    border-left: 1px solid #dbdbdb;
    line-height: 35px;
}
.question-top-bar .right-panel ul {
    display: flex;
    align-items: center;
}
.question-top-bar .right-panel ul li {
    margin: 0 20px;
}
.solution-body-content {
    display: flex;
    flex-wrap: wrap;
}
.solution-body-content > div {
    width: 50%;
    padding: 30px;
     height: 74vh;
}

.solution-body-content .left-content p{
  margin-bottom: 20px;
}

.mCSB_container {
    padding-right: 20px;
}
.detail-box-bg {
    background: #f5f5f5;
    padding: 15px;
    display: flex;
    border-radius: 10px;
    flex-wrap: wrap;
}
.detail-box-body p{
  width: 100%;
  margin-bottom: 5px;
}
.detail-box-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-family: var(--tofino-bold);
    text-transform: uppercase;
}

.detail-box-header .right-pan {
    display: flex;
    align-items: center;
    font-family: var(--tofino-book);
    text-transform: none;
}
.detail-box-header .right-pan img {
    margin-left: 10px;
}
.detail-box-bg .question {
    width: 6%;
    font-size: 15px;
    font-family: var(--tofino-medium);
}
.detail-box-bg > p {
    font-family: var(--tofino-medium);
    font-size: 13px;
    width:94%;
}
.answers-groups .answer-item {
    border: 1px solid #00000029;
    border-radius: 4px;
    margin: 10px 0;
    padding: 10px;
    box-shadow: 0px 1px 3px #0000001F;
}
.answers-groups .answer-item .s-number {
    border: 1px solid #a4a4a4;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    margin-right: 15px;
    margin-left: 10px;
}
.answers-groups .answer-item.correct-item {
    border: 1px solid #21c179;
    display: flex;
    justify-content: space-between;
    align-items: center;    
    border-right: 8px solid #21c179;
}
.answers-groups .answer-item.correct-item .number {
    flex-grow: 1;
}
.answers-groups .answer-item.correct-item .s-number {
    background: #21C179;
    border: 1px solid #21C179;
    color: #fff;
}
.answers-groups .answer-item.correct-item .percent svg {
    width: 15px;
    height: 15px;
    fill: #21C179;
}
.answers-groups .answer-item.correct-item .percent  .correct {
    background: #21C17929;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 12px;
    color: #21C179;
}


.answers-groups .answer-item.incorrect-item {
    border: 1px solid #EA5252;
    display: flex;
    justify-content: space-between;
    align-items: center;    
    border-right: 8px solid #EA5252;
}
.answers-groups .answer-item.incorrect-item .number {
    flex-grow: 1;
}
.answers-groups .answer-item.incorrect-item .s-number {
    background: #EA5252;
    border: 1px solid #EA5252;
    color: #fff;
}
.answers-groups .answer-item.incorrect-item .percent svg {
    width: 15px;
    height: 15px;
    fill: #EA5252;
}

.answers-groups .answer-item.incorrect-item .percent{
  color: #EA5252;
}
.solution-footer {
    background:#fff;
    position: fixed;
    bottom: 0;   
    border-top: 1px solid #dbdbdb;
    width: calc(100% - 372px);
    padding: 10px 30px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-middle {
    display: flex;
    align-items: center;
}

.path-breadcrumb {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.path-breadcrumb li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    color: #929292;
}
.path-breadcrumb li::before {
    position: absolute;
    content: "";
    border-right: 1px solid #929292;
    border-bottom: 1px solid #929292;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    top: 4px;
    right: 0;
}
.swal2-container .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 30px;
    background: initial;
    background: -webkit-linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%) !important;
    background: linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%) !important;
    color: #fff;
    font-size: 13px;
    padding: 12px 30px;
    text-transform: capitalize;
}
.swal2-container .swal2-styled:focus{
  box-shadow: none;
}
.swal2-container .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: transparent !important;
    color: #ff7149;
    font-size: 13px;
    border: 1px solid #ff7149;
    border-radius: 30px;
    padding: 12px 30px;
}
.swal2-container .swal2-styled.swal2-cancel:hover{
  background: transparent;
  background-image: none !important;
}
.swal2-icon{margin-bottom: 0;}
.swal2-container .swal2-title{
   color: #323b4f; margin: 30px 0 10px; 
   font-size: 25px;
   font-family: var(--tofino-medium);
}
.swal2-container .swal2-html-container {
    font-family: var(--tofino-medium);
}
.swal2-container .swal2-actions{
  margin: 20px auto;
}
.swal2-container .swal2-popup{
  border-radius: 15px;
}
div.dataTables_wrapper div.dataTables_processing{
  line-height: 15px;
  min-height: 50px;
  background: #fff;
}
#test-question tbody tr td:last-child, 
#practice-set-chapter-question tbody tr td:last-child {
    display: flex;
    align-items: center;
}
#test-question tbody tr td:last-child .action-btn, 
#practice-set-chapter-question tbody tr td:last-child .action-btn{
    margin: 0 10px;
}
.add-option-group li .cke_reset.cke_chrome {
    width: 98%;
}
#importData tbody tr select {
    width: 150px;
}
#importData tbody tr textarea{
  width: 400px;
}
#importData tbody tr input {
    width: 300px;
}
.range-slider{
  display: flex;
  align-items: center;
}
.range-slider label{
  margin: 0 10px 0 0;
}
.range-slider input {
    -webkit-appearance: none;
    appearance: none;
    background: -webkit-linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
    background: linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
    height: 5px;
    border-radius: 20px;
    padding: 0;
    margin: 0;
}
.range-slider input::-webkit-slider-thumb{
  -webkit-appearance: none;
   appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: -webkit-linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
  background: linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.range-slider input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: -webkit-linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
  background: linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
  cursor: pointer;
  -moz-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.range-slider span {
  display: inline-block;
  position: relative;
  width: 40px;
  color: #fff;
  line-height: 12px;
  text-align: center;
  border-radius: 3px;
  background: #fd6169;
  padding: 5px 10px;
  margin-left: 8px;
  font-size: 10px;
}
.range-slider span:after {
  position: absolute;
  top: 4px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #fd6169;
  border-bottom: 7px solid transparent;
  content: '';
}

.range-slider ::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

.range-slider input::-moz-focus-inner,
.range-slider input::-moz-focus-outer {
  border: 0;
}
#coachingInfoDetail .modal-dialog {
    width: 1000px;
    max-width: 1000px;
}
.modal-primary .tbl-gr-acrdn thead tr {
  background: -webkit-linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
  background: linear-gradient(90deg, #fe5d6f 0%, #fc8f2d 100%);
}
.modal-primary .tbl-gr-acrdn thead tr th {
    color: #fff;
    font-size: 12px;
}
.coaching-action-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.coaching-action-group .form-control {
    width: 150px;
    justify-self: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.coaching-action-group .btn {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 7px 30px;
}
.modal-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.modal-top-header h5 {
    margin: 0;
}
.mail-group {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.mail-group .mail-items svg{
  fill: #707070;
}
.mail-group .mail-items p {
    display: table;
    width: 100%;
    margin-bottom: 10px !important;
}
.mail-group .mail-items p span {
    min-width: 200px;
    display: inline-block;
}
.mail-group .mail-items p a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;   
}
.bill-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 30px;
}
.bl-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}
.bl-group h2, .bl-group h3, .bl-group h4, .bl-group h5{
  margin-bottom: 0;
}
.border-bottom-dash{
  border-bottom: 2px dashed #dbdbdb !important;
}
.details-bg-box {
    background: #f5f5f5;
    padding: 20px;
}
.details-bg-box .border-bottom {
    border-bottom: 1px solid #dcdcdc !important;
}

/* Custom Date */
.dropdown.custom-date {
    min-width: 150px;
}
.dropdown.custom-date > .btn-custom-toggle {
    height: 35px;
}
.custom-date .custom-dropdown-menu {
    width: 300px;
}
.custom-date .custom-date-content{
  padding: 10px;
}
.custom-date .custom-date-content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.custom-date .custom-date-content li {
    width: 50%;
    margin-bottom: 8px;
}
.custom-date .date-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-date .date-group .input-group {
    display: flex;
    flex-wrap: nowrap;
}
.custom-date .date-group .input-group .input-group-prepend .input-group-text {
    padding: 10px;
    font-size: 10px;
}
.custom-date .date-group .input-group, 
.card-header .filter-group .custom-date .input-group .form-control {
    width: 117px !important;
    min-width: 70px !important;
}
.custom-date .btn-content {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.custom-date .btn-content .btn {
    padding: 5px 30px !important;
    margin-left: 10px;
}