/**
Theme Name: My CSS theme
...
Version: 3.24
...
**/
.ex-box {
  font-size: 18px;
  color: #060404;
  position: relative;
  bottom: 0px;
  width: 100%;
  padding: 23px;
  border: 1px solid var(--LT-BDR-CL);
  background: #eef6ff;
  display: none;
  margin-bottom: 10px;
}

.center,
.center-align {
  text-align: center;
}

.merithub-sessions {
  text-align: center;
  font-size: 25px;
  font-family: inherit;

}

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 90%;
}

.right {
  float: right;

}

.show-more-btn {
  display: flex-end;
  justify-content: center;
  margin-top: 10px;
}

.container-div {
  background-color: white;
  padding-left: 36px !important;
  padding: 15px;
  display: flex;
  flex-direction: column;

}

.search-bar {
  width: 40%;
  height: 40px !important;
  margin-bottom: 10px;
}

.main-heading {
  color: grey;
  text-align: center;
  margin-bottom: 20px;
}

.err-div {
  color: red !important;
}

.center-div {
  margin: auto;
  width: 50%;

  padding: 10px;
}

.sa-btn {
  border: 1px solid #6565e5 !important;
  background: #fff !important;
  color: #6565e5 !important;
  box-shadow: 0 0 1px 0 #6565e5, 0 0px 1px 0px #6565e5, 0 0px 1px 0 #6565e5 !important;
  text-transform: none !important;
  border-radius: 6px !important;
}

.pa-btn {
  background-color: #6565e5 !important;
  color: #fff !important;
  border: 1px solid #6565e5 !important;
  text-transform: none !important;
  border-radius: 6px !important;
}


.btn-flat {
  text-decoration: none;
  width: max-content;
  font-size: 14px !important;
  display: inline-block;
  height: 36px;
  line-height: 36px !important;
  padding: 0 16px !important;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}



.classmgmt-big-btn .pa-btn:hover {
  color: #fff !important;

}


.cl-btn:hover {
  background-color: var(--LIGHT-BG);
}


.cl-btn {
  color: var(--NORMAL-TEXT) !important;
  font-weight: 400;
  text-transform: none !important;
  cursor: pointer;
}

.classmgmt-input-set {
  margin: 2px 0px 20px 0px !important;
  display: flex;
  border: 1px solid var(--A-HOVER);
}

.classmgmt-label-box {
  display: none;
  color: black !important;
  padding: 10px;

  margin-top: -26px;
}

.grey-text {
  color: #9e9e9e !important;
}

.classmgmt-big-btn {
  margin-right: 7px;
  display: inline-block;
  text-align: center;
}

.classmgmt-txtblack {
  color: black;
}

.right {
  float: right !important;
}

.share-link {
  background-color: transparent !important;

  border-radius: 0;
  outline: none;
  width: 100%;
  font-size: 16px;
}

#page-wrapper #page-footer {
  flex-shrink: 0;
}

:root {
  --MAIN-BTN-CL: #11AACC;
  --PA-BTN-CL: #F0F3F8;
  --SA-BTN-CL: #7A878E;
  --C-BTN-CL: #7A878E;
  --NORMAL-TXT-SIZE: 14PX;
  --HEADING-TXT-SIZE: 18PX;
  --HEADING-TXT-SMALL: 16px;
  --HEADING-TXT-BIG: 22px;
  --BRD-CL: #7A878E;
  --INPUT-BX-BDR: #9e9e9e;
  --LT-BDR-CL: #e0e1e3;
  --M-NAV-BDR-CL: #f0f3f8;
  --LG-TXT-CL: #11AACC;
  --CLOSE-BTN-CL: #7A878E;
  --A-HOVER: #d5dadc;
  --NORMAL-TEXT: #7A878E;
  --DARK-TEXT: #1e1e1e;
  --NORMAL-TXT-CL: #7A878E;
  --M-NAV-TXT-ICN-CL: #5a4c4c;
  --LIGHT-BG-CL: #f1f0f3;
  --LIGHT-BR-CL: #dbdcdc;
  --LIGHT-BG: #f0f3f8;
  --M-NAV-BG-CL: #F0F3F8;
  --BG-CL: #fff;
  --INPUT-BG-CL: #f3f3f3;
  --PAGE-HEAD-BFSZ: 26px;
  --PAGE-HEAD-SFSZ: 18px;
}

.btn-mrgst {
  margin-right: 16px !important;
}

.txtbox-border {
  line-height: 1.42857;
  padding: 6px 8px !important;
  font-size: 14px !important;
  vertical-align: middle;
  box-shadow: 0 1px 1px #ccc !important;
  height: 40px !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  outline: none !important;
  text-align: left;
  color: #000;
  width: 98%;
}

.btn-flex {
  display: inline-flex;
  border: 0px;
}

.btn-noshadow {
  border: 0px !important;
  box-shadow: none !important;
}

.btn-txtpst {
  position: relative;
  top: -8px;
}

.btn-checkbx {
  margin-right: 16px;
  margin-left: 16px;
  box-shadow: none !important;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 16px;
  transition: 0.3s;
  font-size: 16px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

#sessions-table td {
  font-size: 15px !important;
}