@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
**/

:root {
	
}

@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');
body{
  font-family: 'Muli', sans-serif;
}

.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-weight: 300;
  min-width: 130px;
  position: relative;
  padding: 6px 10px 6px 35px !important;
}
.add-btn.add-btn-sm {
  padding-left: 30px !important;
}
.add-btn .fa {
  font-size: 20px;
  position: absolute;
  left: 8px;
}
.btn-outline-primary {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  border-color: #000;
  background: transparent;
  background: transparent;
  color: #000;
}
.add-btn-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 300;
  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: #000;
  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-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-items-header h4 {
    flex-grow: 1;
    margin: 0;
}
.list-items-header .filter-group > * {
    width: auto;
}
.list-items ul {
    padding: 0 !important;
}
.list-items ul li {
    list-style-type: none !important;
}
.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-weight: 500;;
}
.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.cursor-normal .list-content .list {
    cursor: pointer;
}
.list-items.cursor-auto .list-content .list {
    cursor: auto;
}
.list-items .list-content .list .list-pic {
  width: 60px;
  border: 1px solid #dbdbdb;
}
.list-items .list-content .list .list-action a {
  color: #000;
  margin-left: 10px;
  font-size: 10px;
}
.list-items .list-content .list img {
  margin-right: 15px;
}
.list-items .list-content .list span {
  font-weight: 500;
  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: #000;
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 19px;
  border-radius: 100%;
  margin-left: 10px;
}
.list-items .list-content .action-btn img {
  width: 8px;
}
.btn-streach {
  padding: 10px 40px !important;
  line-height: 18px !important;
  font-weight: 300;
  font-size: 13px;
}
.btn-streach-md {
  padding: 10px 30px !important;
  font-size: 13px !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-weight: 500;
  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;
  font-weight: 600;
}
.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, #000 0%, #000 100%);
  background: linear-gradient(90deg, #000 0%, #000 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-weight: 500 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-book {
  font-weight: 300 !important;
}

/* ########################## COACHING MANAGEMENT ################ */
.small-card h5 {
  position: relative;
  padding-bottom: 10px;
  font-weight: 700 !important;
}
.small-card h5::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #fd6c57;
}
.small-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.small-card #small-card-icon {
  margin-right: 20px;
  width: 30px;
  height: 30px;
}
.small-card .red {
  fill: #ff5e6c;
}
.small-card .orange {
  fill: #000;
}
.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-weight: 600;;
  line-height: 28px;
}
.small-card .counter .btn {
    margin-left: auto;
}
.small-card .counter span small {
    font-size: 13px;
    font-weight: 500;;
}
.small-card .list {
  width: 100%;
}
.small-card .list li{line-height: 18px;}
.small-card .list li span {
  font-size: 14px;
  font-weight: 400;;
  line-height: 16px;
}

.small-card .list li .list-label {
  width: 30%;
  display: inline-block;
 font-weight: 500;;
  font-size: 13px;
  line-height: 16px;
}
.small-card .list li .list-more {
  background: #000;
  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-weight: 300;
  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: #000;
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 19px;
  border-radius: 100%;
}
.action-btn.md {
  width: 30px;
  height:30px;
  line-height: 27px;
  border: none;
}
.action-btn.reverse {
  background: #707070;
}
.action-btn.reverse:hover {
  background: #000 !important;
}
.action-btn img {
  width: 8px;
}

.action-btn.md img {
  width: 12px;
  height: 12px;
}
.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-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  border-top: 1px solid #dbdbdb !important;
  border-bottom: 1px solid #dbdbdb !important;
  vertical-align: middle;
}
.dataTables_length,
.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;
  font-weight: 500;
  text-transform: capitalize;
}

.card-header .filter-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.card-header .filter-group .form-control {
  width: auto;
  padding: 5px 10px !important;
  height: 35px !important;
  font-weight: 500;
  font-size: 13px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
}
.card-header .filter-group .dropdown.custom-date{
   -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
}
.card-header .filter-group .btn-primary{
  box-shadow: 0 6px 10px 0 rgba(254,93,111,.5)
}
.card-header .filter-group .form-control.bank_import{
  width: 150px;
  line-height: 20px;
}
.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;
}

.card-header-scroll h2 {
    margin: 0;
    line-height: 44px;
}

/* ###################### 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: 12px;
  border: 2px dashed #dbdbdb;
  text-align: center;
  border-radius: 5px;
  height: 160px;
  overflow: hidden;
}
.package-image .img-wrapper label{
    height: 100%;
    margin: 0;
}
.package-image .img-wrapper img {
    max-width: 200px !important;
    height: 100%;
    object-fit: contain;
    width: 100% !important;
}
.details-box .package-image .img-wrapper img {
    max-width: 100% !important;
}
.package-image {
  margin-top: 10px;
}
.package-image .img-title {
  margin-top: 15px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 15px;
}
.package-image .img-size-desc {
  font-size: 10px;
  line-height: 25px;
  font-weight: 500;
}
.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;
}
.search-filter input, .card-header .search-filter .form-control.pl-1 {
    padding-left: 10px !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;
  display: flex;
  flex-wrap: wrap;
}
.details-list li label,
.details-list li span {
  width: 40%;
}
.details-list li span{
  width: 60%;
}
.details-list li label {
  margin: 0;
  display: inline-block;
  font-weight: 500;
}
.details-list li span {
  font-weight: 300;
}
.outline-border {
  border: 1px solid #dbdbdb;
}
.table thead th {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}
.table tbody tr:hover {
    background: #f5f5f5;
    color: #000;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li{
  margin: 0 8px !important;
  background: transparent !important;
  box-shadow: none !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li a {
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    text-align: center;
    padding: 0;
    line-height: 30px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li:hover{
  background: transparent !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.disabled a {
    background: #f5f5f5;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.previous a, div.dataTables_wrapper div.dataTables_paginate ul.pagination li.next a {
    text-indent: -999999px;
    position: relative;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.previous a::before, div.dataTables_wrapper div.dataTables_paginate ul.pagination li.next a::before {
  position: absolute;
  content: "\f100";
  font-family: 'FontAwesome';
  line-height: 30px;
  text-align: center;
  text-indent: 0px !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li.next a::before {
  content: "\f101";
  font-family: 'FontAwesome';
}

.table tbody td {
  font-size: 14px;
  padding: 16px 15px !important;
  font-weight: 300;
  white-space: normal !important;
}
.view-link {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
}
.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;   
  display: block; 
  margin-left: 0;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
}
.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: #000;
}
.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;
  justify-content: space-around;
}
.preview-body-top h6 {
    flex-grow: 1;
    font-weight: 700;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.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-weight: 500;
}
.preview-body-top .preview-avatar .star .fa {
  color: #fe9554;
}
.preview-body-top .preview-avatar .rating{
  font-size: 12px;
}
.preview-body-content  {
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
}
.preview-body-content .label-name{
  display:flex;
  align-items: center;
}
.preview-body-content .label-name img {
    width: 18px !important;
    height: 18px !important;    
}
.preview-body-content .label-name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 10px;
  text-transform: capitalize;
}
.preview-list {
  padding-left: 15px;
  margin-bottom: 20px;
}
.preview-list li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.preview-price {
  font-size: 18px;
  font-weight: 600;
  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 #000;
    background: transparent;
    color: #000;
    font-weight: 500;
    margin-top: auto;
}

.details-list-desc {
  margin: 0;
  display: inline-block;
  font-weight: 500;
  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-weight: 300;
  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: 0;
  position: relative;
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
}
.steps-item li a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 60px;
    height: 100%;
}
.steps-item li.grey-color, .steps-item li.grey-color::before{
  background-color: #e0dfdf;
}
.steps-item li.grey-color::before{
  border-right-color: #959595;
  border-bottom-color: #959595;
}
.steps-item .active a {
    color: #fff;
}
.steps-item li:first-child {
  border-top-left-radius: 0px;
}
.steps-item li:last-child {
  border-top-right-radius: 0px;
}
.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-weight: 600;
}
.steps-item .step-desc {
  font-size: 14px;
  line-height: 22px;
}
.steps-item .active {
  background: -webkit-linear-gradient(90deg, #000 0%, #000 100%);
  background: linear-gradient(90deg, #000 0%, #000 100%);
  color: #fff;
}
.steps-item .active::before {
  background: #000;
  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: 25px;
  padding: 2px 10px;
  margin-bottom: 5px;
  display: list-item !important;
}
.table .dropdown-item {
  padding: 5px 10px;
}
.table .dropdown-item .form-control {
  height: 30px;
  padding: 5px;
  border: 1px solid #707070;
}
.select-custom-dropdown .current {
  font-weight: 500;
  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 {
    margin: 0 !important;
}
.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;
  font-size: 18px;
}
.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-weight: 500;
}
.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: #000;
}
.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-weight: 500;
}

.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-weight: 500;
}
.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-weight: 500;
}
.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: 11%;
}
.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;
}
/*For single line table header*/
.one-line.dataTable thead .sorting:before,
.one-line.dataTable thead .sorting_asc:before,
.one-line.dataTable thead .sorting_desc:before,
.one-line.dataTable thead .sorting_asc_disabled:before,
.one-line.dataTable thead .sorting_desc_disabled:before {
  top: 7px !important;
}
.one-line.dataTable thead .sorting:after,
.one-line.dataTable thead .sorting_asc:after,
.one-line.dataTable thead .sorting_desc:after,
.one-line.dataTable thead .sorting_asc_disabled:after,
.one-line.dataTable thead .sorting_desc_disabled:after {
  top: 15px !important;
}




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;
  margin-bottom: 5px;
}
.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 li .img-wrapper {
  width: 100% !important;
  height: 43px !important;
  padding: 5px;
  border: 1px dashed #dbdbdb;
}
.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;  
  overflow-y: auto;
  width: 30%;
}
.tmp-left-panel li {
  border-bottom: 1px solid #dbdbdb;
  padding: 8px 10px;
}
.tmp-left-panel li.left-desc{
  font-size: 12px;
  max-height: 300px;
  overflow-y: auto;
}
.tmp-left-panel li .custom-control-label {
  font-weight: 300;
}

.tmp-box-group .tmp-right-panel {
  flex-grow: 1;
  padding: 30px;
  width: 70%;
}
.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-weight: 500;
  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-weight: 500;
  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-weight: 500;
  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: #000;
}
.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, .table td .btn-primary {
  min-width: 120px;
}
.select2-container {
  width: 100% !important;
  border-radius: 4px;
}
.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, #000 0%, #000 100%);
  background: linear-gradient(90deg, #000 0%, #000 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-weight: 500;
}
.inside-tab li:not(:last-child) a {
  border-right: 1px solid #dbdbdb;
}
.inside-tab li a.active {
  color: #000;
  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-weight: 500;
  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-weight: 500;
  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: #000;
  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: flex-start;
  margin-bottom: 20px;
}
.match-qst-group li .s-no {
  padding-right: 15px;
  text-transform: uppercase;
  padding-top: 15px;
}
.match-qst-group li .form-control {
  height: 54px;
  resize: none;
}
.match-qst-right .option-icon {
  fill: #000;
  width: 38px;
  height: 38px;
  margin-left: 15px;
  cursor: pointer;
  margin-top: 6px;
}
.match-qst-group.mqgr .cke_reset{
  width: 100%;
}

.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: #000;
  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-weight: 500;
}
.insider-tab-box .tab-box-left .tab-box-item li {
  display: flex;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 500;
  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;
  min-width: 79px;
}
.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, #000 0%, #000 100%);
  background: linear-gradient(90deg, #000 0%, #000 100%);
  border-color: #000;
  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-weight: 500;
  margin-bottom: 20px;
}
.week-list li.active a {
  color: #000;
}
.week-list.yearly {
  margin-top: 30px;
}
.week-list.yearly li.active a {
  background: -webkit-linear-gradient(90deg, #000 0%, #000 100%);
  background: linear-gradient(90deg, #000 0%, #000 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-weight: 600;
  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-weight: 500 !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.red::before {
  background: #ff5e6c;
}
.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-weight: 500;
  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: 0;
}
.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;
  color: #333;
}
.input-group.custom .btn {
  border-right: 0;
}
.form-label.form-label-sm {
  font-size: 12px;
  font-weight: 300;
}
.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-weight: 500;
  font-size: 30px;
  margin-bottom: 70px;
  margin-left: -10px;
}
.top-product-group h2 span {
  font-weight: 300;
}
.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-weight: 500;
  font-size: 14px;
  margin: 5px 0;
  line-height: 16px;
}
.gorup-list .product-percent {
  font-size: 18px;
  font-weight: 300;
}
.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%;
    cursor: pointer;
}
.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-weight: 500;
    color: #000;
}
.verifi-input-box .error-otp {
    text-align: left;
    margin-top: 5px;
    font-size: 11px;
    color: #000;
}
.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: auto;
    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;
    z-index: 9;
}
.banner-content {
    position: relative;
    z-index: 9;
}
.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;
    position: relative;
    overflow: hidden;
}
.inst-logo .edit-photo-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    border-radius: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.inst-logo:hover .edit-photo-overlay{
  opacity: 1;
}
.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-weight: 600;
    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-weight: 500;
  font-size: 13px;
}
.banner-footer ul li.active a {
    color: #000;
    text-decoration: underline;
}
.select-choices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.select-choices h2 {
    margin: 0;    
}
.drag-item .drag-section-icon {
    margin-bottom: 5px;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: move;
}
.drag-item .delete-icon {
    display: inline-block;
    float: right;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.drag-item .delete-icon img {
    height: 20px;
}
.drag-item:hover .drag-section-icon, .drag-item:hover .delete-icon{
  opacity: 1
}
.select-choices h2:hover span{
  opacity: 1;
}
.select-choices h2 span {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: move;
}
.select-choices h2 .action{
  margin-left: 10px;
  cursor: default;
}
.select-choices h2 .action a{
  cursor: pointer;
}
.select-choices h2 .action img {
    height: 20px;
    margin: 0 5px;
}

.view-more {
    padding: 20px 0;
    text-align: center;
}
.view-more a {
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

.select-choices ul {
    display: flex;
}
.select-choices ul li {
    padding: 0 15px;
}
.select-choices ul li a {
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 2px;
    font-weight: 600;
}
.select-choices ul li.active a{
  color: #000;
  border-bottom: 2px solid #000;
}
.select-choices .filter-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.select-choices .filter-group > * {
    width: auto;
    display: flex;
    white-space: nowrap;
    align-items: center;
}
.select-choices .filter-group .filter_for_quiz p {
    margin-right: 10px;
}
.select-choices .filter-group select{
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
}
.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: 0 0 20px;
}
.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;
    line-height: 22px !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-weight: 500;
  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-weight: 600;
    font-size: 17px;
}
.preview-footer ul li span{
  font-size: 12px;
}
.related-coaching .preview-container {
    margin: 10px 2px;
    height: auto;
}
.related-coaching .preview-body {
    height: auto;
}


/* ############### 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-weight: 500;
}
.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-weight: 500;
    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-weight: 500;
    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;
}

.solution-body-content .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-weight: 600;
    text-transform: uppercase;
}

.detail-box-header .right-pan {
    display: flex;
    align-items: center;
    font-weight: 300;
    text-transform: none;
}
.detail-box-header .right-pan img {
    margin-left: 10px;
}
.detail-box-bg .question {
    width: 6%;
    font-size: 15px;
    font-weight: 500;
}
.detail-box-bg > p {
    font-weight: 500;
    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, #000 0%, #000 100%) !important;
    background: linear-gradient(90deg, #000 0%, #000 100%) !important;
    color: #fff;
    font-size: 13px;
    padding: 12px 30px;
    text-transform: capitalize;
    margin: 0 10px;
}
.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: #000;
    font-size: 13px;
    border: 1px solid #000;
    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: 0px 0 10px; 
   font-size: 22px;
   line-height: 35px;
   font-weight: 500;
}
.swal2-container .swal2-html-container {
    font-weight: 500;
}
.swal2-container .swal2-actions{
  margin: 20px auto;
}
.swal2-container .swal2-popup {
    border-radius: 8px;
    width: 320px;
    min-height: 300px;
}

#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.dataTables_empty, 
#practice-set-chapter-question tbody tr td.dataTables_empty {
    display: table-cell;
    width: 100% !important;
}
#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, #000 0%, #000 100%);
    background: linear-gradient(90deg, #000 0%, #000 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, #000 0%, #000 100%);
  background: linear-gradient(90deg, #000 0%, #000 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, #000 0%, #000 100%);
  background: linear-gradient(90deg, #000 0%, #000 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, #000 0%, #000 100%);
  background: linear-gradient(90deg, #000 0%, #000 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;
    padding-right: 30px;
}
.custom-date .custom-dropdown-menu {
    width: 300px;
}
.custom-date .custom-dropdown-menu.right-move{
    left: auto !important;
    right: 0;
    transform: translateX(0) !important;
    top: 35px !important;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
}


.custom-date .custom-date-content{
  padding: 10px;
}
.custom-date .custom-date-content h6 {
    font-weight: 700;
}
.custom-date .custom-date-content .form-control {
    box-shadow: none;
    font-size: 10px !important;
    font-weight: 700;
}
.custom-date .custom-date-content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.custom-date .custom-date-content li.active {
    color: #000;
}
.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;
    font-size: 12px;
}
.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;
}

/* Help Details */
.help-details{
  background: #fff;
}
.help-detail-wrap {
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
}
.help-detail-wrap .left-content {
    width: 350px;
    padding-right: 50px;
    position: fixed;
    left: auto;
    top: 100px;
}
.help-detail-wrap .left-content .top-bar {
    padding: 10px 0;
    margin-bottom: 20px;
}
.help-detail-wrap .right-content {
    width: 70%;
    margin-left: 30%;
}
.help-detail-wrap .right-content p {
    margin-bottom: 30px;
}
.help-detail-wrap .right-content ul {
    padding-left: 15px;
    margin-bottom: 30px;
}
.help-detail-wrap .right-content ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}

.info-tab {
    display: flex;
    align-items: center;
}
.info-tab li:not(:last-child) {
    margin-right: 40px;
}
.info-tab li a {
    font-size: 14px;
    font-weight: 500;
}
.info-tab li.active a {
    color: #000;
    text-decoration: underline;
}
.cp-status-group .btn {
    background: none;
    border: 2px solid #dbdbdb;
    width: 100px;
    padding: 3px;
    font-size: 25px;
    color: #dbdbdb;
}
.cp-status-group .btn:hover, .cp-status-group .btn.active{
  background: -webkit-linear-gradient(90deg, #000 0%, #000 100%);
  background: linear-gradient(90deg, #000 0%, #000 100%);
  border-color:#fd794a ;
  color: #fff;
}
.cp-status-group .form-label {
    margin-bottom: 10px;
}
.cp-status-group .request {
    margin-top: 10px;
}
.table.border-top-0 thead th{
    border-top: 0 !important;
}
.vertical-text-box {
    position: relative;
}
.vertical-text-box #canvas {   
    margin-left: 20px;
}
.text-verticle {
    writing-mode: vertical-lr;
    text-orientation: inherit;
    transform: rotate(-180deg);
    transform-origin: left;
    margin: 0;
    white-space: nowrap;
    position: absolute;
    top: 42%;
}
#packageDetails #pack {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
#packageDetails #pack input {
    width: 95%;
}
.pointer-none{
  pointer-events: none !important;
  opacity: 0.3 !important;
}

#packageFeatures #feature_pack {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
#packageFeatures #feature_pack input {
    width: 95%;
}

.pointer-none-feature{
  pointer-events: none !important;
  opacity: 0.3 !important;
}
.min-h-80{min-height: 80px !important;}
.eng-stdnt{top: 28%;}
.excel_export{margin-right: 10px;}
#testTemplateModal .modal-header h3{
  margin-bottom: 0
}
table .more_subject .badge {
  background: #000;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  padding: 0;
  line-height: 25px;
  font-weight: 500;  
}
table .more_subject span:hover + #tooltip{
  display: flex;
  opacity: 1;
  color: #fff;
}
.list .more_subject span:hover + #tooltip{
  display: block;
  opacity: 1;
  color: #fff;
  min-width: 120px;
}
table .more_subject span:hover + #tooltip:hover, .list .more_subject span:hover + #tooltip:hover{
  color: #fff;
}
table .more_subject, .list .more_subject {
    display: inline-block;
    position: relative;
    align-self: center;
}
table #tooltip, .list #tooltip {
    position: absolute;
    background: -webkit-linear-gradient(90deg, #000 0%, #000 100%);
    background: linear-gradient(90deg, #000 0%, #000 100%);
    left: 100%;
    width: auto;    
    top: 50%;
    padding: 5px 10px;
    border-radius: 4px;
    transform: translateY(-50%);
    margin-left: 10px;
    z-index: 999;
    display: none;
    opacity: 0;
    transition: all .3s;
    color: #fff;
    text-align: left;
}
table #tooltip::after, .list #tooltip::after {
    position: absolute;
    content: "";
    left: -16px;
    top: 50%;
    border-left: 8px solid transparent;
    border-right: 8px solid #fe5f6d;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: translateY(-50%);
}
table #tooltip p, .list #tooltip p {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 18px;
}
.list #tooltip p {
  border: none;
}
table #tooltip p:last-child, .list #tooltip p:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0;
}

.modal-icon{
  margin-bottom: 30px;
}
.import_success_table {
    margin-top: 30px;
}
#importSuccesModal .table-responsive{
  min-height: 110px;
}

/*Data table*/

.dataTable {
    width: 100% !important;
    white-space: nowrap !important;
}
.dataTables_scrollBody{
  overflow-y: initial !important;
  overflow-x: auto !important;   
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #9e9e9e;
    font-weight: 500;
    font-weight: normal;
    font-size: 13px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #9e9e9e;
}
table.dataTable thead tr th {
    padding-left: 10px;
    padding-right: 10px !important;
    font-weight: 600;
    font-size: 15px;
}
.dataTable tbody tr td:last-child .btn {
    min-width: 120px;
}
.dataTable tbody tr td:last-child {
    display: flex;
    align-items: center;
}

table.dataTable thead tr th, table.dataTable tbody tr td {
    text-align: left !important;
}
.DTFC_RightHeadWrapper table {
    margin-bottom: 0 !important;
}
.DTFC_RightBodyWrapper table {
    margin-top: 0 !important;
}
.DTFC_NoData {
    display: none !important;
}
.dataTables_scrollHeadInner table thead th:last-child {
    color: #fff;
}
.DTFC_RightBodyWrapper {
    min-height: 140px !important;
    overflow: visible !important;
}
.DTFC_RightBodyLiner {
    min-height: 140px !important;
    max-height: 100% !important;
    overflow: visible !important;
    width: 100% !important;
}
.DTFC_RightBodyLiner table tr {
    display: flex;
}
.DTFC_RightBodyLiner table tr td {
    flex-grow: 1;
}
table.dataTable thead th span {
    display: inline-block;
    width: 12px;
    margin-left: 10px;
    vertical-align: top;
}
table.dataTable thead th span .fa {
    display: block;
    font-size: 16px;
    line-height: 9px;
    color: #ddd;
}
table.dataTable thead th.sorting_asc span .fa-angle-up {
    color: #323b4f;
}
table.dataTable thead th.sorting_desc span .fa-angle-down {
    color: #323b4f;
}
table.dataTable thead tr th .dropdown, table.dataTable tbody tr td .btn-block {
    min-width: 110px;
}
.DTFC_RightBodyLiner table tbody tr td a:not(:last-child) {
    margin-right: 10px;
}
table tbody tr td .avatar {
    width: 40px;
    height: 40px;
}

.dataTables_wrapper .row:last-child > * {
    width: 100% !important;
    display: flex;
    flex-grow: 1;
    max-width: 100% !important;
    flex: 0 0 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.dataTables_wrapper .row:last-child > .col-md-5 {
    display: none;
}
.dataTables_processing {
    border: .2em solid transparent;
    border-top-color: #fd5e6d;
    border-radius: 50%;
    -webkit-animation: 1s dataTables_processing linear infinite;
    animation: 1s dataTables_processing linear infinite;
    position: absolute !important;
    text-indent: -999999px;
    width: 40px !important;
    height: 40px !important;
    left: 50% !important;
    top: 120px !important;
    transform: translateX(-50%) !important;
    margin-left: -24px !important;
    padding: 0 !important;
    background: none !important;
}
.dataTables_processing:before {
  content: '';
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: -.2em;
  left: -.2em;
  border: .2em solid #000;
  border-radius: 50%;
  opacity: .5;
}

@-webkit-keyframes dataTables_processing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes dataTables_processing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.width-auto {
    width: auto !important;
}
.modal-body .form-group {
    margin-bottom: 15px !important;
}
.modal-body .form-label{
  margin-bottom: 6px !important;
}
.ui-datepicker.ui-widget {
    z-index: 9999 !important;
}
.last-child-text-right thead tr th:last-child, .last-child-text-right tbody tr td:last-child {
    text-align: right;
}

/*############## faculty ###############*/
.faculty-wrapper .drag-item:hover .faculty-carousel {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.faculty-carousel {
    text-align: center;
    padding: 10px;
}

.faculty-content {
    padding-top: 15px;
}
.faculty-content h4 {
    font-weight: 600;
    margin-bottom: 0;
}
.faculty-content .desg {
    margin-bottom: 10px;
}
.faculty-content .prof {
    text-transform: capitalize;
    font-weight: 500;
}

.coaching-wrapper{
  padding: 50px 0;
}
.location_details .label-name {
    display: flex;
    align-items: center;
}
.location_details .label-name img {
    width: 25px;
    margin-right: 10px;
}
.location_details .label-name .label-content .exam-name {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}
.order-status{
  height: 214px !important;
}
.dropshadowbox {
   -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2) !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2) !important;
}

.trending {
    min-width: 140px;   
}
.trending, .trending .dropdown-menu{
    padding: 0;
   -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2) !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2) !important;
}
.trending .btn {
    padding: 5px 10px;
    height: 35px;
}
.trending.show .trand-cotent {   
    font-size: 12px;
}
.trending.show .trand-cotent li {
    display: flex;
    justify-content: space-between;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 8px 10px;
}
.trending.show .trand-cotent li .newTag{
   color: #000;
   text-decoration: underline;
}
.trending.show .trand-cotent li:hover , .trending.show .trand-cotent li.active {
 color: #000;
 cursor: pointer;
}
.trending.show .trand-cotent li img {
    display: inline-block;
    width: 10px;
    height: 10px;
    float: none;
    margin: 0;
}
#file-upload-btn {
    pointer-events: none;
}
.btn.disable-btn {
    background: #e8e8e8 !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    color: #fff !important;
    border: none !important;
}
.wd-75{
  width: 75% !important;
}
.testclass {
    position: relative;
    background: transparent !important; 
    border:none !important;
    width: 23%;
    display: inline-block;
    vertical-align: top;   
    height: 200px;
    margin: 10px;
    margin-top: 30px;
}
.drag-item{
  margin: 10px;
  width: 23.555%;
  display: inline-block;
  vertical-align: top;
}
.drag-item.testclass{background: transparent !important; border: none !important;}

.dragItemFacultyContainer .testclass {
    width: 236px;
    height: 251px;
}
.no-data-found-card {
  width: 100%;
  border: 2px dashed #c7c7c7;
  border-radius: 8px;
  height: 300px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaeaea;
  flex-direction: column;
}
.no-data-found-card img {
    width: 100px;
    opacity: .3;
    margin-bottom: 12px;
}
.no-data-found-card h3 {
    font-size: 25px;
    color: #949494;
}

@media only screen and  (max-width:1690px){
  .drag-item{
    width: 23%;
  }
}
@media only screen and  (max-width:1440px){
  .drag-item{
    width: 31%;
  }
}
@media only screen and  (max-width:1279px){
  .drag-item{
    width: 47%;
  }
}
@media only screen and  (max-width:979px){
  .drag-item{
    width: 46%;
  }
}

/*PLACEHOLDER BOX*/
.ph-item {
  direction: ltr;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px 15px 15px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px; }
  .ph-item, .ph-item *,
  .ph-item ::after, .ph-item ::before {
    box-sizing: border-box; }
  .ph-item::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation 0.8s linear infinite;
            animation: phAnimation 0.8s linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%; }
  .ph-item > * {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    padding-right: 15px;
    padding-left: 15px; }

.ph-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.5px; }
  .ph-row div {
    height: 10px;
    margin-bottom: 7.5px;
    background-color: #ced4da; }
  .ph-row .big,
  .ph-row.big div {
    height: 20px;
    margin-bottom: 15px; }
    .ph-row  .big-b{
      height: 30px;
    }
  .ph-row .empty {
    background-color: rgba(255, 255, 255, 0); }

.ph-col-2 {
  flex: 0 0 16.66667%; }

.ph-col-4 {
  flex: 0 0 33.33333%; }

.ph-col-6 {
  flex: 0 0 50%; }

.ph-col-8 {
  flex: 0 0 66.66667%; }

.ph-col-10 {
  flex: 0 0 83.33333%; }

.ph-col-12 {
  flex: 0 0 100%; }

.ph-avatar {
  position: relative;
  width: 100%;
  min-width: 60px;
  background-color: #ced4da;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden; }
  .ph-avatar::before {
    content: " ";
    display: block;
    padding-top: 100%; }

.ph-picture {
  width: 100%;
  height: 120px;
  background-color: #ced4da;
  margin-bottom: 15px; }

@-webkit-keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0); }
  100% {
    transform: translate3d(30%, 0, 0); } }

@keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0); }
  100% {
    transform: translate3d(30%, 0, 0); } 
}
.disable_tr td {
    background: #e8e8e8 !important;
    color: #c3c3c3;
}
.disable_tr td .action-btn {
    background: #d2d2d2;
}
.disable_tr td a {
    color: #c3c3c3 !important;
}
.form_input_pic #myProgress {
    margin-top: 15px;
    width: 100%;
}

/*15-7-20*/
#test-package-view_wrapper table.dataTable{ border: 1px solid #dbdbdb !important; }
#test-package-view_wrapper table.dataTable thead th, #test-package-view_wrapper table.dataTable thead td{ border-bottom: 0; }
#test-package-view_wrapper.dataTables_wrapper.no-footer .dataTables_scrollBody{ border-bottom: 0 !important; }
.view_type_more{ justify-content: center; width: 10%; font-size: 13px; margin: 0 auto;}

/*16-7-20*/
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{ min-height: 350px; }
#testTemplateModal .tmp-box-group .tmp-right-panel {max-height: 60vh; overflow: auto;}
#testDateModal .modal-body{ height: 213px;}
#testDateModal .modal-body .form-group.switch-pos{ margin-bottom: -10px !important; }
#test-question_wrapper table.dataTable tbody tr td input[type="text"], table.dataTable tbody tr td input[type="text"]{ width: 111px; padding: 7px 10px; border: 0; border-radius: 3px; text-align: center; font-size: 12px; font-family: var(--tofino-book);}
#test-question_wrapper table.dataTable tbody tr td input[type="text"]:focus, table.dataTable tbody tr td input[type="text"]:focus{ outline: 0 !important; }


.editor-inst-box #cke_portal_data .cke_contents,  .editor-inst-box #cke_test_data .cke_contents{
  height: 300px !important;
}

.action-btn.reverse.remove_test_types { position: absolute; width: 20px; height: 20px; right: 9px; z-index: 999; display: block; top: 13px; }
.custom-dropdown-menu .action-btn.reverse.remove_test_types { top: 8px; }
.custom-dropdown-menu a .action-btn.reverse.remove_test_types img { display: inline-block; vertical-align: middle; margin-top: -2px; float: none; }
.action-btn.remove_test_types img { width: 12px; margin-top: -2px;}

#test_setting_frm .st-group .st-right .input-group{ width: 40%; }
.modal-header .failed_count{ flex-grow: 1; }
.candidate-blk.st-group .st-left{ width: 46%; }

/*terms fixing*/
.termscondition-block .custom-control-label{ font-size: 13px; line-height: 20px; margin-bottom: 12px;}

.view_note{ margin-top: 10px;  display: block;  font-size: 12px; color: #000; }

/*package_data*/
@media only screen and (min-width: 1024px){
    #package-data .sorting_disabled{ width: 150px; }
}
/*.bstree .bstree-node.bstree-composite.bstree-expanded ul.bstree-children:last-of-type .bstree-vline{ height: 49%; }
.bstree-children li.bstree-leaf label{ margin-bottom: 0; }*/

#quiz-question-details.dataTable tbody tr td:last-child, table#quiz-question-details.dataTable thead>tr>th.sorting{ display: table-cell; text-align: center !important;}

/*masterfill*/
.test_instruction_area.cc .inside-tab li, .test_instruction_area_test .inside-tab li{ margin-right: 20px; margin-bottom: 5px; position: relative;}
.test_instruction_area.cc .inside-tab li a, .test_instruction_area_test .inside-tab li a{ padding-top: 10px; padding-bottom: 10px; border: 1px solid #DBDBDB; font-size: 16px; display: block;}
.test_instruction_area.cc .inside-tab li a.active, .test_instruction_area_test .inside-tab li a.active{ text-decoration: none; border-color: #000; }
.test_instruction_area.cc.inst-header .inst-left, .test_instruction_area_test.inst-header .inst-left{ width: 100%; justify-content: flex-end; }
.test_instruction_area.cc .inside-tab li .action, .test_instruction_area_test .inside-tab li .action{ position: absolute; top: 11px; right: -20px;opacity: 0; }
.test_instruction_area.cc .inside-tab li:hover .action, .test_instruction_area_test .inside-tab li:hover .action{ opacity: 1; }
.test_instruction_area.cc .inside-tab li .action img, .test_instruction_area_test .inside-tab li .action img{ width: 20px; }

/*homepgae testimonial*/
.avatar-xl.new-avatar{ width: 60px; height: 48px; }
.testimonial_table .review_edit{ margin: 0 3px; }
.blog_preview{ position: relative; display: inline-block; }
.blog_preview_icon { position: absolute; top: 50%; left: 50%; z-index: 9; transform: translate(-50%, -50%); opacity: 0; background: #000; display: inline-block; width: 22px; height: 22px; text-align: center; line-height: 19px; border-radius: 100%; }
.blog_preview_icon img { width: 12px; }
.blog_preview:hover .blog_preview_icon{ opacity: 1; }
.blog_preview:hover .cover-image{ filter: blur(1px); }

/*coaching section*/
.practice-coaching .select-choices ul li{ position: relative; }
.select-choices .action { display: inline-block; cursor: pointer; opacity: 0; -webkit-transition: all .5s; transition: all .5s; position: absolute; right: -4px; top: -2px; }
.select-choices ul li.active a.remove_section { border-bottom: 0; }
.select-choices ul li:hover  .action { opacity: 1; }
.select-choices .action img{ width: 18px; }

.preview-header{ height: 125px; background-size: cover; background-repeat: no-repeat; background-position: center top; }

/*test*/
#section_wise.table thead tr th{ font-size: 13px; }
.test_drop option:last-of-type{ text-decoration: underline; font-weight: 700; font-size: 13px; color: #000; }
#section_wise.table tbody td{ padding: 16px 7px !important; }

/*.advance_more, .advance_less{ text-decoration: underline; }
a.advance_more:hover, .advance_less:hover { text-decoration: none;}*/
select.form-control.test_drop:not([size]):not([multiple]){ padding: 3px 0.75rem; height: 28px; max-width: 120px; width: 100%;}
.test-details-list li .disabled-inputs .no_bullet .custom-control-input:disabled ~ .custom-control-label::before, .test-details-list li .disabled-inputs   .custom-radio.no_bullet .custom-control-input:checked ~ .custom-control-label::after{ display: none; }
.test-details-list li .disabled-inputs .no_bullet{ padding-left: 0; }

.bstree-vline { top: -10px; height: calc(100% - 11px); }

#logo_frm .package-image .img-wrapper{ height: 80px; display: block; }
.home_header .card-header .filter-group > * { margin-left: 12px;}
.resp-tabs-container .home_header .tab-header, .home_header .card-header .filter-group, .home_header .list-items .list-content{ flex-flow: nowrap; }
.header_exam_add{ min-width: 35px; padding-left: 10px !important; padding-top: 3px !important; padding-bottom: 3px !important;}
.add-btn.header_exam_add .fa{ font-size: 15px; left: 7px;}
.home_header .custom-control{ padding-left: 25px; }
.home_header .list-items .list-content .list.equal span{ width: 47%; font-size: 11px; }
.home_header .list-items .list-content .list.equal span.badge{ padding: 7px 9px; }
.home_header .panel-title1 a, .home_header .list-items .list-content .list{ padding: 14px; }
.home_header .list-items .list-content .action-btn{ line-height: 19px; }
.home_header .card-header .filter-group .form-control{ padding: 5px !important; }
.home_header .list-items .list-content .s-no{ padding-right: 10px; }


.testimonial_header_image.testimonial-header{ margin-bottom: 44px; }
.testimonial_header_image.testimonial-header .avatar{ bottom: -32px; }

.home-header .shorting-box .package-image .form-group .d-flex{ flex-flow: wrap; }
#desktop_progress{ width: 100%; margin-top: 10px; height: 10px; }

/*Package Review-Ongoing-Review Now*/
body{ overflow-x: hidden; }
.minWidth{ max-width: 60%; width: 100%; }
.customDrop{ position: relative; max-width: 175px; width: 100%; }
.customDrop .btn{ width: 100%; }
.customDrop .select2-container{ position: absolute; top: 0px; right: 0; /*max-width: 175px;*/ }
.customDrop .select2-container .select2-selection--single, .customDrop .select2-container--default.select2-container--open.select2-container--below .select2-selection--single{ opacity: 0; }
.custmProgress, #myProgress.custmProgress{ overflow: visible; height: 8px;}
.custmProgress #myBar{ border-radius: 10px; position: relative; height: 8px; text-align: right;}
.custmProgress div#myBar:after { content: ''; position: absolute; right: -5px; top: -3px; width: 14px; height: 14px; background: #000; border-radius: 100%;}
.loader-text{ position: relative; top: -22px; right: -9px; color: #000; font-size: 11px; display: inline-block;}

.minWidth .dropdown-toggle:after{ display: none; }
.dropdown-menu.sections_report_btn { left: auto !important; right: 0 !important; top: 45px !important; max-width: 260px; width: 100%; max-height: 234px; overflow-y: auto; z-index: 1; -webkit-transform: translateX(-23px) !important; -moz-transform: translateX(-23px) !important; -ms-transform: translateX(-23px) !important; -o-transform: translateX(-23px) !important; transform: translateX(-23px) !important;}
.dropdown-menu.show.sections_report_btn{ margin: 7px 0; }
.dropdown-menu.sections_report_btn li{ border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
.dropdown-menu.sections_report_btn li:last-of-type{ border-bottom: 0; }

@media only screen and (max-width: 979px){
  .minWidth{ max-width: 100%; }
}
@media only screen and (max-width: 479px){
  .minWidth.flex-nowrap{ -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
}

/*ongoing-question*/
.ongoing-header.card{ min-height: auto; }
.ongoing-header .cus-width{ width: 62%; }
.grey-card .panel-heading1, .grey-card .panel-outline .panel-heading1, .grey-card.panel-group1 .panel-outline .panel-body{ background-color: #f5f5f5; border: 0; }
.no-border{ border: 0; }
.white-card .card-body-inner{ background-color: #fff; }

.borderBotm{ border-bottom: 1px solid #ececec; }
.ques_list_videolink{ border-top: 1px solid #ececec; }
.left_span, .middle_span, .right_span{ width: 30%; display: inline-block; vertical-align: top margin-bottom: 10px; }
.right_span .custom-radio, .right_span .custom-checkbox{ position: relative; margin-right: 7px;}
.right_span .custom-control-input{ position: relative; }
.right_span .custom-radio .custom-control-label::before .custom-control-input:checked { background: -webkit-linear-gradient(90deg, #000 0%, #000 100%); background: linear-gradient(90deg, #000 0%, #000 100%);}
.right_span .custom-control-label::before{ top: 0; }
.right_span .custom-radio .custom-control-input:checked~.custom-control-label::after{ top: 3px; }
.right_span .custom-checkbox .custom-control-input:checked~.custom-control-label::after{ top: 0; }
.ques_list{ font-size: 13px; }
.left_span > p, .middle_span > p, .right_span > p, .custom-control-label p{ display: inline-block; }
.ongo-qus img{ margin: 0 5px; vertical-align: top;}
.left_span img, .middle_span img, .right_span img{ vertical-align: top; margin-left: 4px;}

@media only screen and (max-width: 639px){
  .left_span, .middle_span, .right_span{ width: 100%;}
}

.grey-card .panel2 .panel-title1 a{ justify-content: flex-start; align-items: flex-start; flex-flow: nowrap; }
.ongo-qus p{ font-weight: 700; }
.panel-heading1 a:before, .panel-heading1 a.collapsed:before{ top: 25px; }

.grey_ques .grey-card .panel2.add-height .panel-title1{ padding: 15px 0 !important; }
.grey_ques .grey-card .panel2.add-height .panel-title1 a{ display: block; display: -webkit-box; max-width: 100%; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  overflow: hidden; text-overflow: ellipsis; padding: 0 100px 0 45px!important; position: relative; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease;  -o-transition: all .25s ease; transition: all .25s ease;}
.grey_ques .grey-card .panel2.add-height .panel-title1 a[aria-expanded="true"]{  /*visibility: hidden;*/color: #f5f5f5; position: relative; z-index: 1;}
.grey_ques .grey-card .panel2.add-height .panel-title1 a[aria-expanded="true"]:before{ visibility: visible; }
.grey_ques .grey-card .panel-collapse{ position: relative; top: -16px; z-index: 1; }
.report_batch{ position: absolute; right: 15px; top: 0; }
.float_editbtn{ position: absolute; right: 10px; top: -22px; z-index: 7;}
.tab-edit{ padding-right: 100px; position: absolute; right: 0; top: -22px; margin: 0 !important; }
.tab-edit ~ .language_tab_content{ padding-top: 24px; }
.test_instruction_area.cc .inside-tab.tab-edit li a{ padding: 5px 12px; font-size: 14px;}
.test_instruction_area.cc .inside-tab.tab-edit li{ margin-right: 10px; }
.grey_ques .grey-card .panel-collapse .float_editbtn, .grey_ques .grey-card .panel-collapse .tab-edit{opacity: 0;}
.grey_ques .grey-card .panel-collapse.show .float_editbtn, .grey_ques .grey-card .panel-collapse.show .tab-edit{opacity: 1;}
@media only screen and (max-width: 479px){
  .grey_ques .grey-card .panel2.add-height .panel-title1 a[aria-expanded="true"] span{ color: #f5f5f5; }
}

/*EMPLOYEE MANAGEMENT*/
.employee_profile_pic_div .avatar, .aadhar_doc_file_div .avatar, .pan_doc_file_div .avatar, .driving_doc_file_div .avatar, .passport_doc_file_div .avatar { border-radius: 4px;}
.employee_profile_pic, .aadhar_doc_file, .pan_doc_file, .driving_doc_file, .passport_doc_file{ display: flex; flex-flow: column; margin: 0 12px;}
.employee_profile_pic a, .aadhar_doc_file a, .pan_doc_file a, .driving_doc_file a, .passport_doc_file a{ color: #000; text-decoration: underline; }
#aadhar, #pan, #driving, #passport{ margin-right: 14px; min-width: 120px;}
.employee_profile_pic_div .fa-download, .aadhar_doc_file_div .fa-download, .pan_doc_file_div .fa-download, .driving_doc_file_div .fa-download, .passport_doc_file_div .fa-download { color: #000; position: relative; top: 2px;}

.avatar_employee .avatar{ width: 40px; height: 40px; }

select.form-control#search_type_filter{ height: 35px; }
.employee_password_total_span{ position: relative; display: block;}
.employee_password_show_hide{ position: absolute; top: 0; right: 0; font-size: 15px;}
.employee_password_show_hide a{ color: #fff; height: 100%; padding: 0 14px; background-color: #000; line-height: 44px; border-radius: 3px; display: block;}
.employee_password_show_hide a:hover{ color: #fff;}

span.edit_uploads_docs, span.add_uploads_docs { position: relative; display: block; margin-bottom: 10px;}
span.edit_uploads_docs label, span.add_uploads_docs label{ position: absolute; top: 0; right: 0; font-size: 15px; color: #fff; height: 100%; padding: 0 14px; background-color: #000; line-height: 44px; border-radius: 3px;}
.doc_file .fa{ color: #000; }
.pan_blank, .aadhar_blank, .driving_blank, .passport_blank{ position: absolute; top: 12px; right: 48px; color: #000; }
.pan_blank .icon, .aadhar_blank .icon, .driving_blank .icon, .passport_blank .icon{ color: #000 !important; }

.form-label .copy_password img{ width: 18px; }

/*customer-list*/
@media only screen and (min-width: 980px){
  .card-header .filter-group.cus-flex-nowrap{ flex-flow: nowrap; }
}
.search-shadow ~ .select2-container{ -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2); box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2); }
.search-shadow ~ .select2-container--default .select2-selection--multiple{ padding: 2px 10px 2px; }

.reason_accor .grey-card .panel-heading1, .reason_accor .grey-card .panel-outline .panel-heading1, .reason_accor .grey-card.panel-group1 .panel-outline .panel-body {
    background-color: #fff;}
.reason_accor .grey-card .panel{border: 1px solid #ededed;}

.resp-vtabs .resp-tabs-list li a.delete, .resp-vtabs .resp-tabs-list li a.action-btn{ line-height: 17px; }
#myProgress { width: 50%; height: 10px !important; background-color: #a7b4c9; border-radius: 10px; overflow: hidden;}
#myBar { width: 1%; height: 10px !important; background: linear-gradient(90deg, #000 0%, #000 100%); text-align: center; color: #fff;font-size: 10px; line-height: 11px;}

.resp-vtabs .resp-tabs-list li a.exam_page_cat_delete, .resp-vtabs .resp-tabs-list li a.exam_page_section_delete{ line-height: 17px; }
.action-btn .fa{ font-size: 10px; }
.resp-vtabs .resp-tabs-list li img.fa-info { margin-right: 5px; }

.editor-inst-box-height{ min-height: 300px; }
.grey-card .panel2 .panel-count .panel-title1 a{ justify-content: space-between; align-items: center; }
.panel-count .badge{ padding: 7px; width: 26px; height: 26px; justify-content: center; }
.grey_ques .grey-card .panel2.add-height .panel-title1{ line-height: 1.3;}

/*bug-reported*/
.coaching_name_uls{ padding: 0; display: inline-block; position: relative;}
.coaching_name_uls #tooltip { position: absolute; background: -webkit-linear-gradient(90deg, #000 0%, #000 100%); background: linear-gradient(90deg, #000 0%, #000 100%); left: 100%; width: auto; top: 50%; padding: 5px 10px; border-radius: 4px; transform: translateY(-50%); margin-left: 10px; z-index: 999; display: none; opacity: 0; transition: all .3s; color: #fff; text-align: left; }
.coaching_name_uls #tooltip:after { position: absolute; content: ""; left: -16px; top: 50%; border-left: 8px solid transparent; border-right: 8px solid #fe5f6d; border-top: 8px solid transparent; border-bottom: 8px solid transparent; transform: translateY(-50%); }
.coaching_name_uls span:hover + #tooltip { display: block; opacity: 1; color: #fff; }
.coaching_name_uls #tooltip p { margin-bottom: 10px; line-height: 18px;}
@media only screen and (min-width: 980px){
  .coaching_name_uls #tooltip p{ white-space: nowrap;}
}
.coaching_name_uls #tooltip p:last-of-type{ margin-bottom: 0; }
.coaching_name_uls span:hover + #tooltip{ opacity: 1; color: #fff;}
.coaching_name_uls #tooltip p:last-child{ border: none; padding-right: 0; margin-right: 0;}
.coaching_name_uls .badge-primary{ position: relative; top: -2px; }
#bugReportTemplateSelectedCoachingModal .modal-body, #templateSelectedCoachingModal .modal-body, #importBankDetail .modal-body{ max-height: 70vh; overflow-y: auto; }

/*bug-reported-ques*/
.details-list.bug_report_ques li label { width: 31%; }
.details-list.bug_report_ques li > span{ width: 69%; }
.details-list.bug_report_ques li span > span.inner_bound{ width: 100%; }
.details-list.bug_report_ques li span.left_span, .details-list.bug_report_ques li span.middle_span{ width: 24%; }
.details-list.bug_report_ques li span.right_span{ width: 46%; }
.details-list.bug_report_ques li label.custom-control, .details-list.bug_report_ques li span.custom-control-label{ width: auto; padding-left: 10px;}
.details-list.bug_report_ques li span.left_span label.custom-control,
.details-list.bug_report_ques li span.left_span span.custom-control-label,
.details-list.bug_report_ques li span.middle_span label.custom-control,
.details-list.bug_report_ques li span.middle_span span.custom-control-label,
.details-list.bug_report_ques li span.right_span label.custom-control,
.details-list.bug_report_ques li span.right_span span.custom-control-label {
  padding-left: 0;
}
@media only screen and (max-width: 1023px){
  .details-list.bug_report_ques li span.left_span, .details-list.bug_report_ques li span.middle_span{ width: 12%; }
  .details-list.bug_report_ques li span.right_span{ width: 68%; }
}
@media only screen and (max-width: 979px){
  .details-list.bug_report_ques li span.left_span, .details-list.bug_report_ques li span.middle_span{ width: 40%; }
  .details-list.bug_report_ques li span.right_span{ width: 100%; }
}
@media only screen and (max-width: 767px){
  .details-list.bug_report_ques li span.left_span, .details-list.bug_report_ques li span.middle_span, .details-list.bug_report_ques li span.right_span{ width: 100%; }
}
@media only screen and (max-width: 639px){
  .details-list.bug_report_ques li label, .details-list.bug_report_ques li > span{ width: 100%; }  
}

/*coaching section*/
.mark_block{ position: relative; display: block; }
.mark_block .edit_blank{  position: absolute; top: 0; right: 0; font-size: 15px; color: #fff; height: 100%; padding: 0 14px; background-color: #000; line-height: 44px; border-radius: 3px; }
.practice-coaching .preview-body-top .preview-avatar, .preview-body-top .preview-avatar{ min-height: 96px; }
.preview-body-content .label-name ~ p.font-bold{ min-height: 40px; }
.practice-coaching .preview-header > img{ width: 100%; height: 100%; object-fit: cover; }

.coach_help.package-content .open-book{ opacity: 0.2; margin-bottom: 12px;}
.coach_help p{ color: #000; font-size: 17px; line-height: 1.2; }
.coach_help p > span{ color: #323b4f; }

.picture-with-radio.picture-with-radio-cus img{ width: 100%; object-fit: cover; }

#all-coaching_wrapper .DTFC_RightBodyLiner table tr, #test-package-manager_wrapper .DTFC_RightBodyLiner table tr{ display: table-row;}
#all-coaching_wrapper .dataTable tbody tr td:last-child { display: table-cell;}

/*my-coaching tooltip*/
.preview-body-content .series-exam-types{ min-height: 35px; line-height: 1.3; margin-bottom: 0.5rem !important; margin-top: 0.5rem !important;}
.series-exam-types .more_subject{ position: relative;}
.series-exam-types #tooltip { position: absolute; background: -webkit-linear-gradient(90deg, #000 0%, #000 100%); background: linear-gradient(90deg, #000 0%, #000 100%); left: 100%; width: auto; top: 50%; padding: 5px 10px; border-radius: 4px; transform: translateY(-50%); margin-left: 10px; z-index: 999; display: none; opacity: 0; transition: all .3s; color: #fff; text-align: left; }
.series-exam-types #tooltip:after { position: absolute; content: ""; left: -16px; top: 50%; border-left: 8px solid transparent; border-right: 8px solid #fe5f6d; border-top: 8px solid transparent; border-bottom: 8px solid transparent; transform: translateY(-50%); }
.series-exam-types span:hover + #tooltip { display: block; opacity: 1; color: #fff; }
.series-exam-types #tooltip p { margin-bottom: 10px; line-height: 18px; font-size: 13px;}
@media only screen and (min-width: 980px){
  .series-exam-types #tooltip p{ white-space: nowrap;}
}
.series-exam-types #tooltip p:last-of-type{ margin-bottom: 0; }
.series-exam-types span:hover + #tooltip{ opacity: 1; color: #fff;}
.series-exam-types #tooltip p:last-child{ border: none; padding-right: 0; margin-right: 0;}
.series-exam-types .badge-primary{ position: relative; top: -2px; }

.preview-list{ padding-left: 0; }
.preview-list li{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; list-style-position: inside;}

/*Package Management>Package Data>Edit Package Details*/
span.option-label.pack_subjects{ display: inline-block; max-width: 100%; width: 100%; cursor: pointer; }
#package_data_submit .option-btns .action-btn {line-height: 19px;}
@media only screen and (max-width: 639px){
  .option-buttom .form-control{ height: auto; }
}

.practice-coaching.dragSectionContainer .select-choices h2{ position: relative; }
.practice-coaching.dragSectionContainer .select-choices h2 span{ position: relative; -webkit-transform: translateY(-5px); transform: translateY(-5px); right: auto; top: 2px; }
/*.home-coaching .preview-container{ margin-right: 5px; margin-left: 5px; }*/
.practice-coaching.dragSectionContainer .preview-container, .related-coaching .preview-container, .home-coaching .preview-container{ border: 1px solid #ddd; box-shadow: none;transition: .5s;  -webkit-transition: .5s; }
.practice-coaching.dragSectionContainer .preview-container:hover, .related-coaching .preview-container:hover, .home-coaching .preview-container:hover{ -webkit-box-shadow: 0 7px 10px rgba(0,0,0,.2); box-shadow: 0 7px 10px rgba(0,0,0,.2);  }

.orange .preview-header, .light-blue .preview-header, .dark-blue .preview-header, .green .preview-header{ height: 100px; }
.practice-coaching.dragSectionContainer .orange .preview-container{ border-color: rgba(254, 93, 111, 1); }
.practice-coaching.dragSectionContainer .light-blue .preview-container{ border-color: #069adc;} 
.practice-coaching.dragSectionContainer .dark-blue .preview-container{ border-color: #536999; }
.practice-coaching.dragSectionContainer .green .preview-container{ border-color: #20c078; }
.practice-coaching.dragSectionContainer .orange .preview-header > img, .practice-coaching.dragSectionContainer .light-blue .preview-header > img, .practice-coaching.dragSectionContainer .dark-blue .preview-header > img, .practice-coaching.dragSectionContainer .green .preview-header > img{ display: none; }


.home-coaching .preview-header::before, .home_coaching_unique_practice .preview-header::before, .choices .preview-header::before{ display: none; }
.home_coaching_unique_practice .orange .preview-header::before, .home_coaching_unique_practice .light-blue .preview-header::before, .home_coaching_unique_practice .dark-blue .preview-header::before, .home_coaching_unique_practice .green .preview-header::before { display: block; }

.practice-coaching.home_coaching_unique_practice .select-choices ul li{ padding-right: 35px; }
.home_coaching_unique_practice .select-choices .product_section_tab .action{top: 0; right: -8px; }
.home_coaching_unique_practice .select-choices .product_section_tab .action a{ line-height: 19px;}
.home_coaching_unique_practice .select-choices ul li.product_section_tab .action a{ color: #323b4f; }
.home_coaching_unique_practice .select-choices ul li.product_section_tab .action img{ filter: brightness(9%); }
.home_coaching_unique_practice .select-choices ul li.product_section_tab .action img, .home_coaching_unique_practice .drag-item .delete-icon img{ filter: brightness(9%); }
.home_coaching_unique_practice .select-choices ul li.product_section_tab .action a:hover{ color: #000; }
.home_coaching_unique_practice .select-choices ul li.product_section_tab .action a:hover img, .home_coaching_unique_practice .drag-item .delete-icon:hover img{ filter: brightness(100%); }

.home_coaching_unique_practice .select-choices ul li.product_section_tab.active a{ border-bottom: 0; }
@media only screen and (min-width: 1600px){
  .home_coaching_unique_practice .drag-item{ width: calc((100% - 120px) / 4);}
}
@media only screen and (max-width: 1599px){
  .home_coaching_unique_practice .drag-item{ width: calc((100% - 96px) / 4);}
}
.home_coaching_unique_practice .drag-item{ margin: 10px 10px; }

.home_coaching_unique_practice .preview-body-top h6{ width: 68%; white-space: normal; display: -webkit-box; max-height: 30px; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.home_coaching_unique_practice .preview-body-top .preview-avatar{ width: 32%; }
.preview-body-top .preview-avatar .rating{ font-size: 10px; }
.preview-list{ margin-bottom: 10px; }
.preview-list li{ font-size: 13px; margin-bottom: 5px; }
.preview-body { padding: 14px;}
.preview-price{ font-weight: 700; }
.preview-price i{ font-weight: 400; font-size: 16px;opacity: 0.6; }
.practice-coaching .preview-header .header-content h3{ font-size: 16px; font-weight: 700; margin-bottom: 4px; }

.preview-footer ul li span{ opacity: 0.6; }

.faculty-wrapper .drag-item{ margin: 0; }

/*my-coaching-header-popup*/
.bannerList{ display: flex; }
.bannerList > div{ max-width: calc((100% - 30px) / 4) !important; width: 100% !important; -ms-flex: auto !important; flex: auto !important; align-items: flex-end; display: flex; flex-flow: column; margin-right: 10px; margin-bottom: 10px; padding: 0 !important;}
.bannerList > div:nth-child(4n+4){ margin-right: 0; }
.bannerList.details-box{ padding: 15px; }
.bannerList .avatar-xxl{ width: 100%; margin-bottom: 10px; border: 1px solid #dbdbdb; height: 110px; max-width: 100%;}
.bannerList .delete-icon { opacity: 0; -webkit-transition: all .3s; transition: all .3s;}
.bannerList > div:hover .delete-icon {opacity: 1;}

.vault-view-bread, .vault-listable{ min-height: inherit !important; }
.app-content .vault-view-bread .page-header{ margin: 0; padding: 0; width: 100%; }

#quiz-manager.table tbody td{ padding: 8px 10px !important;white-space: nowrap !important;}
#quiz-manager.table { width: 100% !important; white-space: nowrap !important;}
#practice-set-chapter-question-main_wrapper table.dataTable.display tbody tr.odd>.sorting_1, #practice-set-chapter-question-main_wrapper table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{ background-color: #fafafa; }

.coaching_login_forgot, .admin_login_forgot{ display: block; margin: 10px auto; }
.select-choices .filter-group .filter_for_sort p{ margin-right: 10px; }

@media only screen and (min-width: 1180px){
  .sidenav-toggled .DTFC_RightWrapper{ width: 18% !important; }
}

/*admin-caoching managment*/
@media only screen and (max-width: 1400px){
  .coaching_step.steps-item li a{ padding-left: 10px; } 
}
@media only screen and (max-width: 1199px){
  .coaching_step.steps-item li a{ padding-left: 0; } 
}

/*coaching-master vault ques-popup*/
.bank_import_excel .file-upload-form #file-drag{ height: auto; padding: 1em; }
.bank_import_excel .file-upload-form img{ height: 40px; }
.bank_import_excel .file-upload-form h2{ margin: 5px 0; }
.bank_import_excel .file-upload-form p { margin-bottom: 10px;}
@media only screen and (max-width: 1199px){
  .bank_import_excel .file-upload-form #file-drag {padding: 0.5em;}
  .bank_import_excel .file-upload-form h2{ font-size: 20px; line-height: 20px; }
  .bank_import_excel .file-upload-form p{ font-size: 12px; }
}
@media only screen and (max-width: 767px){
  .bank_import_excel .btn-streach{ width: auto; }
}
@media only screen and (max-width: 479px){
  .bank_import_excel .btn-streach { padding: 10px 25px !important;}
  .bank_import_excel .panel-group1 .panel-title1 a{ padding-left: 30px; }
  .bank_import_excel .panel2 .panel-heading1 a.collapsed:before{ left: 8px; }
}

.custom-row-filter.advance_filter{ padding-top: 0.5rem; }
.pass_view_test .details-list li .avatar{ width: 4rem; }
.home-website-management .test-series-packages #parentVerticalTab3 .home_package_list_sort.list-items .list-content{ flex-flow: nowrap; }
.home-website-management .test-series-packages #parentVerticalTab3 .home_package_list_sort.list-items .list-content .list{ width: 77%; }
.this_logo{ margin-top: 0.5rem; }

.dataTables_scrollHeadInner table.test_bank_test_series thead th:last-child,
.dataTable.test_bank_test_series tbody tr td:last-child,
.dataTable.test_bank_test_series thead tr th:last-child,
.dataTables_scrollHeadInner table.test_bank_practice_set thead th:last-child,
.dataTable.test_bank_practice_set tbody tr td:last-child,
.dataTable.test_bank_practice_set thead tr th:last-child,
.dataTables_scrollHeadInner table.test_bank_quiz thead th:last-child,
.dataTable.test_bank_quiz tbody tr td:last-child,
.dataTable.test_bank_quiz thead tr th:last-child,
.dataTables_scrollHeadInner table.test_bank_test thead th:last-child,
.dataTable.test_bank_test tbody tr td:last-child,
.dataTable.test_bank_test thead tr th:last-child,
.dataTables_scrollHeadInner table.test_bank_chapter thead th:last-child,
.dataTable.test_bank_chapter tbody tr td:last-child,
.dataTable.test_bank_chapter thead tr th:last-child {
  display: none;
}

/*
We set the element we are applying our loading mask to relative  
*/
.loading-mask {
  position: relative;
}

/*
Because we set .loading-mask relative, we can span our ::before  
element over the whole parent element  
*/
.loading-mask::before {
  z-index: 99999;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(252 247 247 / 4%);
}

/*
Spin animation for .loading-mask::after  
*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*
The loading throbber is a single spinning element with three  
visible borders and a border-radius of 50%.  
Instead of a border we could also use a font-icon or any  
image using the content attribute.  
*/
.loading-mask::after {
  content: "";
  position: absolute;
  border-width: 7px;
  border-style: solid;
  border-color: transparent rgb(10 111 198) rgb(255, 255, 255);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  animation: 2s linear 0s normal none infinite running spin;
  filter: drop-shadow(0 0 2 rgba(0, 0, 0, 0.33));
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #00b9f4;
    border-color: #00b9f4;
}
.page-item.active .page-link {
	background-color: #000000;
    border-color: #000000;
}
table.dataTable.row-border tbody tr td a i { color: #000 !important; }
table.dataTable.row-border tbody tr td a:hover i { color: #00b9f4 !important; }








/* ------------------------------------------------
NEW CSS ADDED FOR RESPONSIVE VIEW
------------------------------------------------ */
.btn.btn-outline-dark.add_more_ptpt i { margin: 0px !important; }
.form-row .form-group .input-group > .form-control { height: 38px !important; }

@media only screen and (max-width: 1399.98px) {}
@media only screen and (max-width: 1199.98px) {
  .img-add li .img-wrapper { height: 30px !important; padding: 2px; }
}
@media only screen and (max-width: 991.98px) {
  .dataTables_wrapper { overflow-x: auto; }
}
@media only screen and (max-width: 767.98px) {}
@media only screen and (max-width: 639.98px) {}
@media only screen and (max-width: 575.98px) {}
@media only screen and (max-width: 479.98px) {}
@media only screen and (max-width: 375.98px) {}
@media only screen and (max-width: 359.98px) {}

.btn.search { font-size: 13px;
    font-weight: 300;
    padding: 5px 20px !important;
    min-width: inherit; }
	
.btn.download { margin-left: 5px;
    font-size: 13px;
    font-weight: 300;
    padding: 5px 20px !important;
    min-width: inherit; }
	
.btn.clear-all {     margin-left: 10px;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 300;
    padding: 5px 20px !important;
    min-width: inherit;
    border-radius: 30px; }

.text-danger {font-style: italic; color: #ec6565 !important;}


.authorized_personnel_div{width: 100%; overflow-y: hidden; overflow-x: auto;}
@media only screen and (max-width: 1199.98px) {
  .authorized_personnel_div{width: 100%; overflow-y: hidden; overflow-x: auto;}
}

@media only screen and (max-width: 767.98px) {
    #authorized_personnel_tbl {font-size: 13px;}
    #authorized_personnel_tbl tr th{display: none;}
    #authorized_personnel_tbl, #authorized_personnel_tbl tbody, 
    #authorized_personnel_tbl tr, #authorized_personnel_tbl td{display: block;width: 100%; box-sizing: border-box;}
    #authorized_personnel_tbl thead{display: none;}
    #authorized_personnel_tbl tr td{ padding-left: 50%; text-align: left; position: relative;}
    #authorized_personnel_tbl tr td:before{
      content: attr(data-th);
      position: relative;
      left: 0;
      display: block;
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
      box-sizing: border-box;
      font-size: 13px;
      text-align: left;font-weight: bold;
    } 
    #authorized_personnel_tbl, #authorized_personnel_tbl tbody, #authorized_personnel_tbl tr, #authorized_personnel_tbl td{display: block;width: 100%;}
    #authorized_personnel_tbl tr td:last-child{text-align: left;}
    #authorized_personnel_tbl tr:nth-child(2) td:first-child{margin-bottom: 10px;}
    #authorized_personnel_tbl tr{padding-top: 10px;padding-bottom: 10px;background: #fff;}
    #authorized_personnel_tbl tr:nth-child(odd){ background-color: #f8f8f8;}
    #authorized_personnel_tbl tbody tr td:last-child .btn{min-width: unset; margin-top: 15px;}
}

.beneficial_owner_div{width: 100%; overflow-y: hidden; overflow-x: auto;}
@media only screen and (max-width: 1199.98px) {
  .beneficial_owner_div{width: 100%; overflow-y: hidden; overflow-x: auto;}
}

@media only screen and (max-width: 767.98px) {
    #beneficial_owner_tbl {font-size: 13px;}
    #beneficial_owner_tbl tr th{display: none;}
    #beneficial_owner_tbl, #beneficial_owner_tbl tbody, 
    #beneficial_owner_tbl tr, #beneficial_owner_tbl td{display: block;width: 100%; box-sizing: border-box;}
    #beneficial_owner_tbl thead{display: none;}
    #beneficial_owner_tbl tr td{ padding-left: 50%; text-align: left; position: relative;}
    #beneficial_owner_tbl tr td:before{
      content: attr(data-th);
      position: relative;
      left: 0;
      display: block;
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
      box-sizing: border-box;
      font-size: 13px;
      text-align: left;font-weight: bold;
    } 
    #beneficial_owner_tbl, #beneficial_owner_tbl tbody, #beneficial_owner_tbl tr, #beneficial_owner_tbl td{display: block;width: 100%;}
    #beneficial_owner_tbl tr td:last-child{text-align: left;}
    #beneficial_owner_tbl tr:nth-child(2) td:first-child{margin-bottom: 10px;}
    #beneficial_owner_tbl tr{padding-top: 10px;padding-bottom: 10px;background: #fff;}
    #beneficial_owner_tbl tr:nth-child(odd){ background-color: #f8f8f8;}
    #beneficial_owner_tbl tbody tr td:last-child .btn{min-width: unset; margin-top: 15px;}
}

#customer_previous_btn,#customer_next_btn { background: rgba(0,0,0,0.05);}
.cancle_btn { background: rgba(255,0,0,.2) !important; }