/* Header  */
header.topbar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

.page-wrapper {
  margin-top: 70px;
  /* height: 55rem; */
  /* min-height: calc(100vh - 155px); <-- this will may generate issue */
}

.loginlogo {
  width: 100px;
  height: auto;
  margin: 10px auto 30px;
  text-align: center;
  display: block;
}

.acordion_form .card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

html body .accordion.acordion_form .card {
  margin-bottom: 10px;
}

.acordion_form .card .card-header a {
  color: #000;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.rights {
  display: none;
}

.badge-soft-primary {
  background-color: #dedaff;
  color: #3a2ca3;
}
.badge-soft-success {
  color: #238a5f;
  background-color: #d7f7ea;
}

.acordion_form .card .card-header .collapsed .rights {
  display: block;
}

.acordion_form .card .card-header .collapsed .downs {
  display: none;
}

.form-material .control-label {
  font-size: 13px;
  margin-bottom: 0px;
  color: #555;
}

.form-material .form-control {
  color: #000000;
  min-height: 34px;
}

.form-material .form-control::placeholder {
  color: #c4bebe;
}

.placeholder-center ::-webkit-input-placeholder {
  text-align: center;
}

.form-material .input-group .form-control {
  background-position:
    center bottom,
    center calc(100% - 0px);
}

.form-material .input-group .input-group-text {
  background: no-repeat;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}

.datepicker-days tr td:hover {
  cursor: pointer;
}

.datepicker-days tr td.active {
  background-color: #007bff;
  color: #fff;
}

.required .control-label:after {
  content: "*";
  width: 14px;
  text-align: center;
  display: inline-block;
  color: #fc4b6c;
}

.radiogroup {
  margin-top: 6px;
}

.nowrap {
  white-space: nowrap;
}

.form-group label {
  font-size: 15px !important;
}

.accordionfooter {
  background-color: #fff !important;
}

.accordionfooter .btn {
  min-width: 100px;
  text-align: center;
}

.checklists {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.checklists li {
  padding-right: 15px;
}

.inputslist {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  border-right: 1px solid #ddd;
}

.inputslist li {
  margin-bottom: 25px;
  padding-right: 15px;
}

.text-completed {
  color: #42c747;
  font-size: 23px;
  position: absolute;
  right: 58px;
  top: 8px;
}

.text-pending {
  color: #ffb22b;
  font-size: 23px;
  position: absolute;
  right: 58px;
  top: 8px;
}

.statuss.completed {
  background-color: #42c747;
}

.statuss.pending {
  background-color: #ffb22b;
}

.statuss {
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.actionss {
  width: 124px;
}

.actionss a {
  text-align: center;
  width: 33px;
  display: inline-block;
}

.plusroundbtn {
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  line-height: 40px;
  padding: 0px;
  align-items: center;
}

.second_side_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.printbtn {
  align-items: center;
}

.printbtn h3 {
  font-weight: bold;
  margin: 0;
}

.inlineinput1 {
  display: inline;
  float: left;
  margin: 0px 0px 0px 3px;
}

.inlineinput1 strong {
  margin-left: 3px;
  float: left;
  margin-right: 5px;
}

.dataTable th,
.dataTable td {
  font-size: 14px;
}

.historyslect {
  display: flex;
  width: 223px;
  align-items: center;
  font-weight: 600;
  color: #000;
}

.valueborder {
  border-bottom: 1px solid #ddd;
  min-height: 25px;
  min-width: 200px;
}

.uploadeddoc {
  width: 178px;
  height: 178px;
  object-fit: cover;
  object-position: center;
  padding: 0;
}

.imgscrd {
  float: left;
  width: 50%;
  padding: 10px;
}

.uploaditems {
  flex: 0 0 240px;
  max-width: 240px;
  padding: 10px;
}

@media (max-width: 1480px) {
  .customtab2 li a.nav-link {
    font-size: 14px;
    padding: 8px 7px;
  }

  .statuss {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}

.updateinfo {
  font-weight: 400;
  font-size: 13px;
  margin-left: auto;
  margin-right: 50px;
  color: #555;
}

.details_wrapper {
  width: 100%;
}

/* .detailpagewrapper {background-color: #fff;} */

/* .second_sidebar { width:270px; height: calc(100vh - 70px); overflow: auto; border-right: 1px solid #ddd; } */
/* .details_wrapper { width:100%; height: calc(100vh - 70px); overflow: auto; position: relative;} */
.newdetail_header {
  padding: 0px 0px 10px;
  min-height: 36px;
  border-bottom: none;
}

.newdetail_header h4 {
  font-weight: bold;
}

/* .details_wrapper { width:calc(100% - 270px); height: calc(100vh - 70px); overflow: auto;     position: relative;} */
.container-fluid.detailpagewrapper {
  padding: 0px 15px;
}

.detail_header {
  padding: 10px 15px;
  min-height: 60px;
  border-bottom: 1px solid #f2f4f8;
  background: #fff;
}

.detail_header h4 {
  color: #000;
  font-weight: 600;
  margin: 0;
}

.details_wrapper .formtabss {
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}

.details_wrapper .formtabss a {
  white-space: nowrap;
}

.forminfolist {
  list-style: none;
  padding: 0;
}

.forminfolist label {
  font-weight: 600;
  color: #000000;
}

.forminfolist label {
  width: 120px;
}

/* .form_details {background-color: #F2F4F8;position: absolute;left: 0;bottom: 0;top: 60px;right: 0;overflow: auto;} */
.formvalues strong {
  font-weight: 600;
  display: block;
  color: #000;
}

.formvalues .form-group {
  margin-bottom: 12px;
}

.formvalues .form-group label {
  font-size: 14px !important;
  margin-bottom: 0px;
}

.bold {
  font-weight: 600 !important;
}

.inlineinput {
  width: 185px;
  position: absolute;
  display: flex;
  align-items: center;
}

.floattext {
  text-indent: 196px;
  margin-top: 14px;
  float: left;
  font-size: 14px;
}

.boldheading {
  font-weight: bold;
  color: #000;
}

.initialsth {
  width: 180px;
}

.dateinputh {
  width: 210px;
}

.widthlabel {
  width: 100px;
}

.widthlabel {
  flex: 0 0 100px;
  max-width: 100px;
}

.confidnettext {
  text-indent: 196px;
  margin-top: 12px;
  float: left;
  font-size: 16px;
}

.confidnettextDetails {
  text-indent: 196px;
  float: left;
  font-size: 16px;
}

.initlabel {
  margin-right: 7px;
}

.whitespaces {
  height: 27px;
}

.notes {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 30px;
}

.textheight {
  min-height: 100px;
}

.nombs {
  width: 50px;
}

.fullwidthblock label {
  display: block !important;
}

/* .counsellortable {width:1600px;} */
tr.text-bold {
  font-weight: 600;
  color: #000;
  font-size: 14px;
}

.padtitle {
  display: inline-block;
  padding: 7px;
}

.counsellortable .table {
  margin-bottom: 0px;
}

/* .counsellortable .table .tdcustonwidth {width: 100px; } */
.tdcustonwidth1 {
  width: 100px;
}

.table-responsive .table td {
  font-size: 14px;
}

.counsellortable td {
  vertical-align: top !important;
}

/* .dataTables_length {padding-left: 15px;} */
.newforms .page-titles {
  padding-bottom: 0px;
  padding-top: 20px;
  padding-left: 15px;
}

.navbar-nav .dropdown-menu-right {
  left: inherit !important;
  right: 0 !important;
}

.dataTable tr td:last-child {
  width: 150px;
  white-space: nowrap;
}

.dt-bootstrap4 label {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.editserv {
  position: relative;
  bottom: 5px;
}

.topbar.is_stuck {
  width: 100% !important;
  left: 0;
  right: 0;
}

.form-control.inform {
  min-height: 22px;
}

.hightlight_texts {
  padding: 2px;
  margin: auto;
}

.word {
  font-size: 16px;
  font-weight: 500;
  float: left;
  opacity: 1;
  color: #745fee;
  white-space: nowrap;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 5px 10px;
}

.word strong {
  margin-right: 5px;
}

.word i {
  margin-right: 7px;
  margin-left: 7px;
}

.page-titles .nav-tabs {
  border-bottom: none;
}

.hardread {
  background-color: #f5f5ff;
}

.table .nulled {
  padding: 0px;
  background-color: #ccc;
}

.table .inpname {
  padding: 0px;
}

.table .forminput {
  padding: 4px 10px;
  border: none;
  width: 100%;
}

/* .w1 {animation: marquee 20s linear infinite; }
.w1:hover {
    animation-play-state: paused
  }
  
  @keyframes marquee {
      0%   { text-indent: 30em }
      100% { text-indent: -105em }
  } */
.gradient-border {
  border-width: 3px;
  position: relative;
  border-radius: 2px;
}

.gradient-border:after {
  content: "";
  position: absolute;
  top: calc(-1 * 2px);
  left: calc(-1 * 2px);
  height: calc(100% + 2px * 2);
  width: calc(100% + 2px * 2);
  background: linear-gradient(
    60deg,
    #f79533,
    #f37055,
    #ef4e7b,
    #a166ab,
    #5073b8,
    #1098ad,
    #07b39b,
    #6fba82
  );
  border-radius: calc(2 * 2px);
  z-index: 1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.sidebar-nav ul li ul li a i {
  width: 27px;
  float: left;
}

.select2-container {
  width: 100% !important;
}

.react-datepicker-wrapper {
  width: 100%;
}

.text-center .react-datepicker__input-container input {
  text-align: center;
}

body .react-date-picker {
  width: 100%;
}

body .react-date-picker__wrapper {
  border: none;
  border-bottom: 1px solid #ddd;
}

.reportaction {
  display: flex;
  align-items: center;
}

.formwrapper {
  max-width: 1000px;
  margin: auto;
}

/* body .input-group {flex-wrap: nowrap;} */
.iconaddons {
  position: relative;
}

.iconaddons i {
  position: absolute;
  right: 0;
  font-style: normal;
  bottom: 4px;
  color: #000;
}

.avaliblity {
  align-items: center;
  margin-bottom: 10px;
  width: 200px;
  display: inline-flex;
  margin-right: 20px;
}

.avaliblity .form-control {
  margin-left: 6px;
  padding: 4px;
  height: auto;
  min-height: 14px;
}

.avaliblity label {
  margin: 0px !important;
}

.inlineradioniput {
  align-items: center;
}

.inlineradioniput .form-control {
  padding: 4px;
  height: auto;
  min-height: 14px;
  height: 20px;
}

.nowrap {
  white-space: nowrap !important;
}

body .wrapflex {
  flex-wrap: wrap !important;
}

.seroption {
  border-radius: 0px !important;
  border: none !important;
}

.searching_li {
  display: flex;
  align-items: center;
  max-width: 600px;
  max-width: 100%;
  margin-left: 30px;
}

.searchbars {
  width: 100%;
}

.searchbars .input-group-prepend {
  margin-right: -1px;
  max-width: 138px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.historydetailscard {
  position: relative;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 13px !important;
  border: 1px solid #7460ee;
}

.historydetailscard .close-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  cursor: pointer;
}

.searchnames {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.createdby {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searchnames strong {
  flex: 0 0 155px;
  max-width: 155px;
}

.createdby {
  font-size: 13px;
  color: #777;
  margin-top: 5px;
}

.createdby b,
.searchnames b {
  font-weight: 500;
}

.searchnames small {
  color: #777;
}

.nav-tabs.formstabs .nav-item {
  flex: 1;
  text-align: center;
}

.minvh {
  min-height: 73vh;
}

.react-date-picker {
  float: left;
  width: 100%;
}

.form-control.is-invalid {
  background-image: linear-gradient(#7460ee, #7460ee),
    linear-gradient(#dc3545, #dc3545) !important;
}

.inlineformss {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
}

.inlineformss label {
  flex: 0 0 30%;
  max-width: 300%;
  margin: 0;
}

.inlineformss .form-control {
  flex: 0 0 58%;
  max-width: 58%;
  font-size: 14px;
}

.inlineformss .invalid-feedback {
  flex: 0 0 100%;
  max-width: 100%;
}

.selectdepart {
  display: inline-block;
  margin: 12px 15px 0px 0px;
}

.searching_li form {
  width: 100%;
}

.searchbars .input-group-text {
  background-color: #ffff;
  border: 1px solid #fff;
}

.input-group > .autoselect {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.search_result {
  position: absolute;
  background-color: #f9f9f9;
  left: 0;
  right: 1px;
  max-height: 365px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  overflow-y: auto;
  box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.12);
}

.autoselect .form-control {
  padding: 8px 10px;
  border-radius: 0px;
  border-color: #fff;
  border-left: 1px solid #ddd;
}

.search_result .list-group-item {
  position: relative;
  float: left;
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
}

.search_result .list-group-item a {
  padding: 8px 12px;
  color: #000;
  display: block;
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: -1px;
  font-size: 14px;
}

.search_result {
  border: 1px solid #eee;
}

.list-group-item:hover a {
  background-color: #eeeeee;
}

.card_effect {
  transition: all 0.3s ease 0s;
  border: none !important;
  width: 100%;
  position: relative;
}

.card_effect:hover {
  box-shadow:
    0 14px 26px -12px rgba(116, 96, 238, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(116, 96, 238, 0.2);
}

.card_effect:active {
  background: lighten(#005dab, 5%);
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 10px 0;
  transition: all 0.5s;
}

.card_effect:after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 450px;
  height: 450px;
  margin: auto;
  opacity: 0;
  transition: all 1s;
}

.card_effect:active:after {
  height: 10px;
  width: 10px;
  opacity: 1;
  transition: 0s;
}

.viewsign {
  min-height: 50px;
  align-items: center;
  display: flex !important;
}

h3.clientinfomation {
  line-height: 25px;
  font-size: 15px;
}

.agrementlist li {
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
}

.signlabel {
  flex: 0 0 150px;
  max-width: 150px;
}

/* .tab-content {max-width: 1100px;} */
.hereby {
  font-size: 14px !important;
}

.card-body {
  position: relative;
}

.closebtn {
  position: absolute;
  right: -10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #e21729;
  color: #fff !important;
  top: -10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnaillinkss {
  display: block;
  width: 100%;
  text-align: center;
}

.text-small {
  font-size: 13px !important;
}

.font13 {
  font-size: 14px !important;
}

.formvalues .form-group .form-control {
  padding: 0px;
  font-weight: bold;
  color: #000;
  border: none;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.form-material .input-group .input-group-text {
  border: none !important;
}

@media (max-width: 767px) {
  .acordion_form .card .card-header a {
    font-size: 14px;
  }

  .text-completed,
  .text-pending {
    right: 45px;
  }

  .acordion_form .card .card-header a > span {
    max-width: 83%;
  }
}

@media print {
  .page-wrapper {
    margin-left: 0px;
  }

  .fix-sidebar .left-sidebar {
    display: none;
  }

  .header.topbar {
    display: none;
  }

  .collapse {
    display: block;
  }

  .page-titles {
    display: none;
  }

  .btn {
    display: none;
  }

  .pagebreak {
    clear: both;
    page-break-after: always;
  }

  .formwrapper .formstabs {
    display: none;
  }

  .notinprint {
    display: none;
  }

  .card-header i {
    display: none;
  }

  a {
    text-decoration: none !important;
  }
}

.react-calendar {
  border: none !important;
  box-shadow:
    5px 5px 10px #c0c4c8,
    -5px 5px 10px #00000057 !important;
  border-radius: 3px !important;
}

.eventBox {
  display: block !important;
  position: relative;
  overflow: visible !important;
  /* z-index:-1; */
}

.rbc-row-segment {
  /* z-index: -1; */
}

.eventBox strong {
  z-index: 0;
}

.rbc-event-content {
  overflow: visible !important;
  font-size: 11px;
  font: normal;
}

.rbc-month-row {
  overflow: visible !important;
  /* z-index: 0; */
}

.eventBox .poup::after {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -10px;
  /* right: 5px; */
  /* top:0px; */
  overflow: visible;
  background-color: rgba(0, 0, 0, 1);
  transform: rotate(45deg);
  /* z-index: -99; */
}

.eventBox .popup {
  /* display: none; */
  position: absolute;
  top: 0px;
  height: 0px;
  width: 0px;
  left: 20px;
  font-size: 0px;
  font-weight: 400 !important;
  background-color: rgba(0, 0, 0, 1);
  padding: 0px;
  /* border-radius: 5px; */
  z-index: 9999999999999 !important;
}

.eventBox:hover .popup {
  top: -80px;
  display: block;
  height: auto;
  padding: 8px;
  width: auto;
  /* z-index: 9999999999999!important; */
  font-size: 12px;
  transition: 0.3s all;
}

.react-date-picker__calendar.react-date-picker__calendar--open {
  z-index: 99999999999999;
}

.no-border {
  border: none !important;
}

.nav-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background:rgba(0, 0, 0, 0.5); */
  /* pointer-events: fill; */
  pointer-events: none;
  z-index: 99999999999999999999999999999999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav-option {
  display: flex;
  width: 4%;
  cursor: pointer;
  /* background:rgb(44, 44, 43); */
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
  color: transparent;
  pointer-events: all;
  transition: all 0.5s;
}

.nav-option-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  /* z-index: 999999999999999999999999999999999; */
  /* pointer-events: visible; */
}

.nav-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.next-nav {
  flex-direction: row-reverse;
}

.next-nav:hover {
  width: 10%;
  color: white;
  flex-direction: row-reverse;
  background: rgba(24, 112, 187, 0.78);
  box-shadow: inset -50px -50px 40px black;
}

.prev-nav:hover {
  width: 10%;
  color: white;
  background: rgba(24, 112, 187, 0.78);
  box-shadow: inset 50px 50px 40px black;
}

.relative-date.react-date-picker {
  float: none !important;
  display: block !important;
}

.Capitalize {
  text-transform: capitalize;
}

.footer-color {
  background-color: #8776f2;
  color: #fff;
}

/* .header-color {
  background-color: #fff !important;
} */

.btn-purple {
  background: #8776f2 !important;
  color: white;
}

.btn-purple:hover {
  border: 1px solid #7460ee;
  border-radius: 5px;
  background: white !important;
  color: #7460ee !important;
}

.btn-primary {
  background-color: #1e88e5;
  border: 1px solid #1e88e5;
}

.btn-primary:hover {
  background-color: #1e88e5;
  border: 1px solid #1e88e5;
}

.btn-primary:focus {
  background-color: #4cbb17;
  border: 1px solid #4cbb17;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #4cbb17;
  border: 1px solid #4cbb17;
}

.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
  color: #4cbb17;
}

.cursor-pointer {
  cursor: pointer;
}

.signup-page {
  background-image: url(../images/background/west-login.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
}

.card-txt-width {
  width: 85%;
}

.event-date-box {
  border-right: 2px solid #dfdfdf;
}

.event-date-box h3 {
  font-size: 35px;
  color: #4b4c4c;
}

.event-box:hover {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.event-time {
  color: #007bff;
}

.event-name {
  color: #4b4c4c;
}

.feedback-text {
  line-height: 0.5 !important;
}

.feedback-category {
  background-color: #ececec;
  color: #000000;
  border-radius: 10px;
  text-align: center;
}

.feedback-category:hover {
  border: 2px solid #ffd700;
}

.feedback-category > label {
  margin-bottom: 0px !important;
}

.feedback-category-selected {
  border: 2px solid #7460ee;
}

.react-thumbnail-generator img {
  width: 100%;
  height: 12em;
}

.image-parent svg {
  height: 11.6em;
}

.react-grid-Canvas {
  height: 300px !important;
}

.resource-library-card {
  background-color: #f5f7fc;
  box-shadow: 0rem 0rem 0.2rem #a6a6a6;
  height: 94%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.resource-library-card-body {
  padding: 0.5rem 1rem 0rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.resource-library-card:hover {
  cursor: pointer;
  box-shadow: 0rem 0rem 0.4rem #a6a6a6;
}

.resource-library-card:hover .course-description {
  /* display: -webkit-box; */
  opacity: 0.7;
}

.resource-library-card .card-top .document-content h4 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000;
}

.course-description {
  color: #fff;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  /* margin-bottom: 0rem; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000aa;
  opacity: 0;
  transition: opacity 0.3s;
  /* padding: 0.7rem; */
}

.content-tabs .nav-tabs a {
  color: #000 !important;
}
.content-tabs .nav-tabs .active {
  border: 0px;
  border-bottom: 3px solid rgb(68, 68, 206) !important;
}

.back-course-icon {
  /* position: absolute; */
  /* left: 25rem; */
  background-color: #8776f2;
  border-radius: 0.4rem;
  width: 2rem;
  height: 1.5rem;
}

.category-view-btn {
  position: absolute;
  top: 0.7rem;
  right: 1.7rem;
}

.page-item.active .page-link {
  background-color: #7460ee !important;
  border-color: #7460ee !important;
}

.no-data img {
  height: 16rem;
}

.no-data div {
  font-size: 1.2rem;
}

.category-resume,
.category-lock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.category-resume div {
  color: #7460ee;
  font-size: 0.9rem;
}

.category-resume img {
  height: 0.8rem;
}

.category-lock {
  justify-content: flex-end;
}

.category-lock img {
  height: 0.9rem;
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .searching_li {
    width: 0px;
  }

  .mini-sidebar .page-wrapper {
    margin-left: 0;
    padding-top: 0px;
  }

  .page-titles {
    margin: 0 -15px 0px;
  }

  .contentLibrary .dataTables_length {
    width: 100%;
  }

  .contentLibrary .mdb-datatable-filter {
    width: 100%;
  }

  .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
    display: block !important;
    width: 50px;
  }

  .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: none !important;
  }

  .myAppointments .tbl-head {
    font-size: 16px;
  }

  .myAppointments .creatNewBtn {
    padding: 7px;
  }

  .myAppointments .dataTables_length {
    width: 100%;
  }

  .myAppointments .mdb-datatable-filter {
    width: 100%;
  }

  .workshopList .workshop-Nav {
    padding: 0.5rem 0rem;
  }

  .workshopList .tabItems {
    padding: 0px 12px;
    margin-right: 0px;
  }

  .workshopList .tbl-head,
  .eventList .tbl-head {
    font-size: 16px;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .searching_li {
    width: 0px;
  }

  .page-wrapper {
    /* margin-top: 2px; */
  }

  .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
    display: block !important;
    width: 50px;
  }

  .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: none !important;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .searching_li {
    width: 0px;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
