/* ------------------------------------------------------------------------------ 
Project Name : MEC Portal 
Description : Main Style Sheet 
Author : Imran Rovan, Hasir H 
Created On : 17 Feb 2021 
--------------------------------------------------------------------------------*/

/** Google Fonts **/
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap");

html,
body {
  margin: 0;
  padding: 0;
}
html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #212121;
}
img {
  display: block;
  outline: none;
}
img,
input,
textarea,
button,
select {
  border: 0;
  outline: 0;
  resize: none;
}
a {
  color: #222;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.clear {
  clear: both;
  font-size: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
li.clearfix {
  display: list-item;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
p,
a,
li,
span,
div {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {
  font-family: "Cairo", sans-serif;
  font-weight: 600;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/** Theme Css **/
body {
  background: #f2f2f2;
  color: #222;
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
header {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}
header .cd-logo img {
  height: 33px;
}
header .profile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .profile .name {
  text-align: right;
}
header .profile .name h6 {
  font-size: 17px;
  line-height: 18px;
  white-space: nowrap;
  font-weight: 600;
  margin-bottom: 0px;
}
header .profile .name span {
  opacity: 0.6;
  font-size: 14px;
  line-height: 15px;
  color: #222222;
}
header .profile .img img {
  height: 40px;
  margin-left: 15px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.2);
}
#main-wrapper {
  transition: all 0.25s ease-in;
  position: relative;
}
#main-wrapper.show {
  opacity: 1;
}
.nav-control {
  cursor: pointer;
  z-index: 9999;
  padding: 0 25px 0 0;
}
.hamburger {
  display: inline-block;
  left: 0px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 18px;
  z-index: 999;
}
.hamburger .line {
  background: #000;
  display: block;
  height: 2px;
  border-radius: 3px;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-child(1) {
  width: 18px;
}
[data-headerbg="color_1"] .nav-header .hamburger.is-active .line,
[data-headerbg="color_1"] .nav-header .hamburger .line {
  background: #1eaae7 !important;
}
.hamburger .line:nth-child(2) {
  width: 18px;
}
.hamburger .line:nth-child(3) {
  width: 18px;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger:hover .line {
  width: 18px;
}
.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
  width: 10px;
  height: 1px;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(2px) rotate(45deg);
  transform: translateY(2px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  width: 22px;
  height: 2px;
}
.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
}
.sidenav {
  width: 255px;
  padding-right: 0px;
  height: calc(100vh - 70px);
  position: fixed;
  top: 70px;
  padding-top: 0;
  z-index: 90;
  overflow: auto;
  background: #fff;
  box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main-wrapper.sidenavclose .sidenav {
  margin-left: -255px;
}
.content-body {
  padding-top: 80px;
  margin-left: 255px;
  overflow: auto;
  min-height: 100vh;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#main-wrapper.sidenavclose .content-body {
  margin-left: 0px;
}
@-webkit-keyframes pagebody {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95) translate(-20px, -100px);
    transform: scale3d(0.95, 0.95, 0.95) translate(-20px, -100px);
  }
  50% {
    opacity: 1;
  }
}
@keyframes pagebody {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95) translate(-20px, -100px);
    transform: scale3d(0.95, 0.95, 0.95) translate(-20px, -100px);
  }
  50% {
    opacity: 1;
  }
}
.content-body .container-fluid {
  padding: 0 25px 10px;
}
.content-body .content-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content-head .title h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.content-head .title .breadcrumb {
  display: flex;
  margin: 0;
}
.content-head .title .breadcrumb a,
.content-head .title .breadcrumb span {
  font-size: 14px;
  color: #909090;
  padding-right: 25px;
  position: relative;
}
.content-head .title .breadcrumb a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 9px;
  border-radius: 2px;
  background-color: #cf482b;
}
.content-head .filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.content-filter {
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leftfloat {
  display: flex;
  justify-content: flex-start;
}
.rightfloat {
  display: flex;
  justify-content: flex-end;
}
.leftfloat > div {
  margin-right: 10px;
}
.rightfloat > div {
  margin-left: 10px;
}
.search {
  position: relative;
  margin-right: 5px;
  width: 300px;
}
.admissionmain .search {
  margin-bottom: 10px;
}

.search input[type="text"] {
  width: 300px;
  height: 40px;
  line-height: 40px;
  padding: 0 45px 0 10px;
  margin: 0;
  border-radius: 2px;
  border: solid 1px #bdbdbd;
  background-color: #fafafa;
}
.search .btnsearch {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  display: block;
  color: #bebebe;
}
.sort button {
  background-color: #ddd;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  color: #514e48;
  padding: 0;
  text-align: center;
  border: 0;
}
.sort button i {
  font-size: 20px;
  margin: 0;
}
.card {
  margin: 10px 0;
  padding: 0 25px 25px;
  border-radius: 4px;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: none;
}
.group-list .card {
  padding: 15px;
}
.main-form {
  margin: 0 -12px;
}
h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: capitalize;
}
.accordion-body h2:first-child {
  margin-top: 0;
}
.main-form .formgroup {
  margin-bottom: 20px;
  position: relative;
}
.main-form input {
  padding: 0 15px;
  border-radius: 4px;
  border: solid 1.4px #d5d1d1;
  background-color: #ffffff;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none !important;
}
.main-form input:disabled {
  color: #222;
  border: 0;
}
select {
  padding: 0 15px;
  border-radius: 4px;
  border: solid 1.4px #d5d1d1;
  width: 100%;
  height: 42px;
  background: #fff url(../images/icons/select.png) no-repeat right 10px center;
  background-size: 10px auto;
  padding-right: 25px;
}
.main-form textarea {
  padding: 0 15px;
  border-radius: 4px;
  border: solid 1.4px #d5d1d1;
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  line-height: 22px;
  padding-top: 10px;
}
.wrap {
  padding: 0 15px 10px;
  border-radius: 4px;
  border: solid 1.4px #d5d1d1;
  background-color: #ffffff;
  line-height: 22px;
  padding-top: 10px;
}
.main-form input[type="file"] {
  padding: 6px 15px;
}
.tabs {
  margin-bottom: 15px;
}
.tabs .nav-tab {
  margin: 0px -25px 0;
  border-bottom: 1px solid #eee;
  padding: 0 15px;
}
.tabs .nav-tab button,
.tabs .nav-tab a {
  background-color: #fff;
  font-size: 16px;
  padding: 25px 15px;
  position: relative;
}
.tabs .nav-tab button.active,
.tabs .nav-tab a.active {
  color: #5e9cb3;
}
.tabs .nav-tab button.active::before,
.tabs .nav-tab a.active::before {
  content: "";
  width: 100%;
  height: 6px;
  display: inline-block;
  background-color: #6bb1cb;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
}
.tabs .nav-tab a:hover {
  color: black;
}
.tabs .nav-tab a.active:hover {
  color: #5e9cb3;
}
.tabs .nav-tab .badge-primary {
  background-color: #f4794d;
  color: #fff;
  margin-left: 5px;
}
/* Form Theeme*/
.controls {
  text-align: left;
  position: relative;
}
.controls input[type="text"],
.controls input[type="email"],
.controls input[type="tel"],
.controls textarea,
.controls button,
.controls select {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.controls input[type="text"]:focus,
.controls input[type="text"]:hover,
.controls input[type="email"]:focus,
.controls input[type="email"]:hover,
.controls input[type="tel"]:focus,
.controls input[type="tel"]:hover,
.controls textarea:focus,
.controls textarea:hover,
.controls button:focus,
.controls button:hover,
.controls select:focus,
.controls select:hover {
  outline: none;
  /*border-color: #9FB1C1;
    */
}
.controls input[type="text"]:focus + label,
.controls input[type="email"]:focus + label,
.controls input[type="tel"]:focus + label,
.controls textarea:focus + label,
.controls button:focus + label,
.controls select:focus + label {
  color: #077abc;
  cursor: text;
}
.controls input[type="text"]:focus,
.controls input[type="email"]:focus,
.controls input[type="tel"]:focus,
.controls textarea:focus,
.controls select:focus {
  border-color: #6bb1cb;
}
.controls .fa-sort {
  position: absolute;
  right: 10px;
  top: 17px;
  color: #999;
}
.controls select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.controls label {
  position: absolute;
  top: 13px;
  left: 20px;
  z-index: 5;
  font-size: 13px;
  line-height: 15px;
  color: #999;
  display: inline-block;
  text-transform: capitalize;
  padding: 0 8px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  -moz-transition: color 0.3s, top 0.3s;
  -o-transition: color 0.3s, top 0.3s;
  -webkit-transition: color 0.3s, top 0.3s;
  transition: color 0.3s, top 0.3s;
}
.controls label.active,
.controls input:focus + label,
.controls textarea:focus + label,
.controls select:focus + label,
.edit-form .controls input[type="text"] + label,
.view-form .controls input[type="text"] + label,
.view-form .controls input[type="number"] + label,
.view-form .controls textarea + label,
.view-form .controls select + label,
.edit-form .controls select + label,
.view-form .controls select + label,
label.auto {
  top: -8px;
  background-color: white;
}
.view-form label {
  font-size: 13px;
  line-height: 15px;
  color: #666;
  margin-bottom: 2px;
}
.view-form h6 {
  margin-bottom: 10px;
  font-weight: 600;
}
.controls textarea {
  resize: none;
}
.controls button {
  cursor: pointer;
  background-color: #07b3a1;
  /*border: none;
    */
  color: #fff;
  padding: 12px 0;
}
.controls button:hover {
  background-color: #08ccb7;
}
.controls > span {
  font-size: 12px;
  color: #ff0000;
  display: none;
}
.btnwrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.btnwrap.btnfooter {
  padding: 15px 10px;
  margin-bottom: -25px;
  box-shadow: 0px -5px 10px 0 rgba(0, 0, 0, 0.05);
  margin-left: -25px;
  width: calc(100% + 50px);
}
.mt10 {
  margin-top: 10px;
}
.btn {
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 2px;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 15px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
  font-size: 13px;
}
.btn i {
  margin-right: 8px;
  font-size: 14px;
}
.btn-border {
  border: solid 1.4px #6bb1cb;
  background-color: #ffffff;
  color: #6bb1cb;
}
.btn-border:hover {
  color: #6bb1cb;
  box-shadow: 4px 8px 24px 0 rgba(107, 177, 203, 0.32);
}
.btn-main,
input.btn-main {
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 2px;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 15px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: auto;
  border: solid 1.4px #6bb1cb;
  background-color: #6bb1cb;
  color: #fff;
}
.btn-main:hover {
  color: #fff;
  box-shadow: 4px 8px 24px 0 rgba(107, 177, 203, 0.32);
}
.btn-second {
  border: solid 1.4px #be5138;
  background-color: #be5138;
  color: #fff;
}
.btn-second:hover {
  color: #fff;
  box-shadow: 4px 8px 24px 0 rgba(190, 81, 56, 0.32);
}
.btn-edit,
.btn-view,
.btn-delete {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  border-radius: 5px;
}
.btn-edit {
  margin: 0 5px 0 0;
  background-color: #1b9c93;
}
.btn-edit:hover {
  box-shadow: 0 8px 24px 0 #ccf1ff;
}
.btn-view {
  margin: 0 5px 0 0;
  background-color: #f4a94c;
}
.btn-view:hover {
  box-shadow: 0 8px 24px 0 #ffdacc;
}
.btn-delete {
  background-color: #ff6868;
}
.btn-delete:hover {
  box-shadow: 0 8px 24px 0 #ffcccc;
}
.mec-table,
.mec-table-lite {
  border-radius: 5px;
  /*overflow: hidden;
     */
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.mec-table table,
.mec-table-lite table {
  width: 100%;
}
.mec-table table thead th {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #1b9c93;
  padding: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
.mec-table table tbody td {
  font-size: 15px;
  line-height: 1.4;
  color: #808080;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #eee;
}
.mec-table table tbody tr:nth-child(2n) {
  background-color: #f8f6ff;
}
.mec-table-lite table thead th {
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  background: #ffffff;
  padding: 15px 10px;
  text-transform: capitalize;
  border-bottom: 1px solid #e0e0e0;
}
.mec-table-lite table tbody td {
  font-size: 15px;
  /*color: #808080;
     */
  color: #222;
  padding: 15px 10px;
  border-bottom: 1px solid #e0e0e0;
  background: #f6f6f6;
}
.mec-table-lite table td i.fas.fa-ellipsis-v {
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mec-table-lite table th#more {
  width: 50px;
}
.mec-table-lite table td.more {
  box-shadow: -2px 0 10px 0 rgba(0, 0, 0, 0.12);
}
.mec-table table tbody td:first-child,
.mec-table-lite table tbody td:first-child {
  text-transform: capitalize;
}
.mec-table-lite table tbody tr:nth-child(2n) {
  /*background-color: #f8f6ff;
     */
  background: #f6f6f6;
}
.mec-table table tbody tr:hover,
.mec-table-lite table tbody tr:hover {
  position: relative;
  z-index: 5;
  box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.1);
}
.mec-table table tbody tr a {
  text-decoration: underline;
  color: #6bb1cb;
}
.mec-table-lite table tbody tr a {
  text-decoration: none;
}
.mec-table td .actions,
.mec-tabl-lite td .actions {
  display: flex;
  align-items: center;
}
.mec-accordion {
  margin: 0 -25px;
}
.mec-accordion .accordion-item {
  margin-bottom: 8px;
  background-color: #ffffff;
  outline: 0;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.04);
}
.mec-accordion .accordion-item .accordion-button {
  border: solid 1px #eeeeee;
  border-left: 6px solid #6bb1cb;
  height: 52px;
  line-height: 52px;
  padding: 0 0 0 22px;
  border-radius: 0;
  outline: 0 !important;
}
.mec-accordion .accordion-item .accordion-collapse {
  padding: 10px;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #fbfbfb;
  outline: 0;
  margin-bottom: -10px;
}
.mec-accordion .accordion-item .accordion-collapse.show {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.04);
}
.mec-accordion .accordion-button:not(.collapsed) {
  color: #222;
  background-color: #fff;
}
.mec-accordion .accordion-button:focus {
  box-shadow: none;
}
.mec-accordion .accordion-button::after {
  width: 12px;
  background-size: contain;
  margin-right: 25px;
  transform: rotate(270deg);
}
.mec-accordion .collapse:not(.show) {
  display: block;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
.mec-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(360deg);
}
.tabl-ico {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #6bb1cb;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  margin-right: 5px;
}
.tabl-ico i {
  font-size: 14px;
  color: #6bb1cb;
}
.btnred {
  border: 1px solid #cf482b;
}
.tabl-ico.btnred i {
  color: #cf482b;
}
.mec-table table.listTabl thead th {
  font-size: 16px;
}
.listTabl input {
  padding: 0 10px;
  height: 35px;
}
/* Form */
.checkbox .form-help,
.form-radio .form-help,
.form-group .form-help {
  position: absolute;
  width: 100%;
}
.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  text-align: left;
  color: #333;
  display: block;
  line-height: 19px;
  font-size: 15px;
}
.checkbox input,
.form-radio input {
  width: 25px;
  height: 30px;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  z-index: 99;
}
.radio {
  margin-bottom: 15px;
  margin-right: 15px;
}
.form-timeslot .radio {
  margin-bottom: 6px;
  margin-right: 6px;
  width: calc(25% - 14px);
}
.radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}
.radio .helper::before,
.radio .helper::after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.radio .helper::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #337ab7;
  border-color: #337ab7;
}
.radio label:hover .helper {
  color: #337ab7;
}
.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
  color: #337ab7;
}
.form-timeslot.checkbox label,
.form-timeslot.form-radio label {
  padding-left: 0 !important;
}
.radio .timeslot {
  cursor: pointer;
  display: block;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 10px;
  border-radius: 2px;
  background-color: #f6f6f6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal;
  color: #222222;
  font-style: normal;
  position: relative;
}
.radio .timeslot.cancel {
  padding-bottom: 4px;
  background-color: #f26060;
  color: #fff;
  cursor: not-allowed;
}
.radio .timeslot.block {
  padding-bottom: 4px;
  background-color: #75c9f2;
  color: #fff;
  cursor: not-allowed;
}
.radio .timeslot.cancel:hover {
  background-color: #f85b5b;
}
.radio .timeslot.cancel::before {
  content: "\f02d";
  margin-right: 5px;
}
.radio .timeslot::before {
  content: "\2713";
  font-size: 0;
}
.radio input:checked ~ .timeslot::before {
  content: "\2713";
  margin-right: 5px;
  font-size: 13px;
}
.radio label:hover .timeslot {
  background-color: #eee;
}
.radio label.cancel:hover .timeslot {
  background-color: #f85b5b;
}
.radio label.block:hover .timeslot {
  background-color: #64c2f0;
}
.radio input:checked ~ .timeslot {
  background: #26a687;
  color: #fff;
}
.checkbox {
  margin-top: 15px;
  display: inline-block;
  margin-right: 15px;
}
.checkbox .helper {
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.checkbox .helper::before,
.checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #337ab7;
  display: block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox label:hover .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper::after,
.checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.form-radio {
  margin-top: 10px;
}
.form-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#timeslotscheck .wrap {
  position: relative;
}
#timeslotscheck .form-timeslot:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}
#timeslotscheck .form-timeslot:after {
  content: "\f00c";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  z-index: 6;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
#timeslotscheck .form-timeslot.stdcheck:before {
  background: #26a687;
  border: 1px solid #26a687;
}
.group-list .card .groupdtls span.clubs {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  color: #fff;
  border-radius: 3px;
  background-color: #f1b61d;
}
.group-list .card .groupdtls span.society {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  color: #fff;
  border-radius: 3px;
  background-color: #9f1f64;
}
.group-list .card .groupdtls span.house {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  color: #fff;
  border-radius: 3px;
  background-color: #635faa;
}
.group-list .card .groupdtls span.tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  color: #d4884f;
  border-radius: 3px;
  background-color: #efd7c5;
  font-size: 13px;
}
.evtime {
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.evtime i {
  margin-right: 8px;
}
.group-list .card {
  border: 1px solid #fff;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.group-list .card:hover {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #88cee8;
}
.group-list .card .groupdtls h4 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 22px;
}
.group-list .card .groupdtls p {
  opacity: 0.7;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.group-list .card .groupdtls ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.group-list .card .groupdtls ul li img {
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid #fff;
  margin-left: -20px;
}
.group-list .card .groupdtls ul li img:first-child {
  margin-left: 0px;
}
.group-list .card .groupdtls ul li span {
  background-color: #6bb0cc;
  margin: 0;
  padding: 3px 10px;
  color: #fff;
  border-radius: 3px;
}
.groupdtls .member-request a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.groupdtls .member-request .mem-bell {
  font-size: 22px;
  margin-right: 20px;
  background-color: #eef1ff;
  color: #666;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}
.groupdtls .member-request .mem-dtl h6 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
.groupdtls .member-request .mem-dtl span {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.7;
}
.groupdtls .member-request .mem-arrow {
  margin-left: auto;
  font-size: 18px;
  color: #999;
}
.morebtn {
  position: absolute;
  top: 8px;
  right: 8px;
}
.dropdown-menu {
  border-radius: 5px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
  box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
  padding: 0;
  margin: 0 0 0;
  margin-top: 0px;
  background-color: #fff;
  border: 1px solid rgba(34, 41, 47, 0.05);
  overflow: hidden;
}
.dropdown-menu .dropdown-item {
  padding: 10px;
  color: #222;
  display: block;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.dropdown-menu .dropdown-item {
  border-bottom: none;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #eee;
  color: #3699ff;
}
.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  margin-left: 5px;
}
.multiSelectContainer {
  position: relative;
  z-index: 555;
}
.chosen-container {
  width: 100% !important;
  padding: 10px 0px !important;
}
.controls .chosen-container {
  width: 100% !important;
  padding: 0px !important;
}
.mg0 {
  margin: 0;
}
.btn-close {
  background-color: #ccc;
  border-radius: 50%;
  font-size: 10px;
  padding: 5px;
}
.chosen-container .chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.chosen-container .chosen-results::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
.chosen-container .chosen-results::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.chosen-container .chosen-results li input {
  margin-right: 6px;
  width: auto;
  height: auto;
}
/*new*/
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item {
  padding: 17px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-item {
  cursor: pointer;
}
.list-group-item figure {
  margin-right: 1rem;
}
figure.avatar {
  display: inline-block;
  margin-bottom: 0;
  height: 2.3rem;
  width: 2.3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
figure.avatar > a > img,
figure.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-group-item .users-list-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.list-group-item .users-list-body > div:first-child {
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group-item .users-list-body h5 {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.list-group-item .users-list-body p {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  color: #969696;
}
.list-group-item .users-list-body .users-list-action {
  padding-left: 15px;
}
.list-group-item
  .users-list-body
  .users-list-action
  [data-toggle="dropdown"]
  i {
  font-size: 18px;
}
.list-group-item .users-list-body .users-list-action .new-message-count {
  width: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  font-size: 13px;
  height: 23px;
  background-color: #0a80ff;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
}
.list-group-item .users-list-body .users-list-action .action-toggle {
  opacity: 0;
  text-align: right;
}
.list-group-item:hover .users-list-action .action-toggle {
  opacity: 1;
}
.layout .content .chat {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.layout .content .chat .chat-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding: 17px 30px;
}
.layout .content .chat .chat-header .chat-header-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mt10 {
  margin-top: 10px;
}
.memberslit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.memberslit > li {
  display: flex;
  align-items: center;
  width: 30%;
  margin: 0 1% 15px;
  position: relative;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}
.memberslit li .img img {
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 3pt 8px 0.25pc rgba(0, 0, 0, 0.04);
  border: 2px solid #fff;
}
.memberslit li .img {
  margin-right: 15px;
}
.memberslit li .name h6 {
  margin-bottom: 0;
}
.memberslit li .membtns .dropdown-toggle::after {
  display: none;
}
.memberslit li .dtls h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
.memberslit li .dtls p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-bottom: 0px;
}
.memberslit li .dtls span {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 0px;
}
.memberslit li .membtns {
  margin-left: auto;
}
.memberslit li .membtns .dropdown {
  opacity: 0;
  visibility: hidden;
}
.memberslit li:hover .membtns .dropdown {
  opacity: 1;
  visibility: visible;
}
.requestlist li {
  padding-bottom: 60px;
}
.requestlist .membtns .approvebtn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.requestlist .membtns .approvebtn .btnwrap {
  margin-bottom: 10px;
  justify-content: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
.requestlist .membtns .approvebtn .btnwrap .btn {
  width: 40%;
  padding: 0;
  margin: 0 5px;
}
.listgridbtn {
  background-color: #fff;
  float: right;
  margin-right: 10px;
  border-radius: 5px;
}
.listgridbtn button {
  width: 34px;
  height: 34px;
  line-height: 32px;
  color: #333;
  border-radius: 4px;
  padding: 0;
  margin: 3px;
  font-size: 16px;
  background-color: #fff;
  display: inline-block;
}
.listgridbtn button.active {
  color: #fff;
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
  background-color: #6bb1cb;
}
.programlist,
.forecastlist {
  margin-bottom: 15px;
}
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.grid li {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 10px;
  margin: 20px 0 0 0;
}
.grid .pgmdtls,
.grid .unidtls {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #fff;
  position: relative;
  height: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.grid li:hover .pgmdtls,
.grid li:hover .unidtls {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #88cee8;
}
.grid .pgmdtls h5,
.grid .unidtls h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}
.grid .pgmdtls h5.pgcode,
.grid .pgmdtls h5.pgspcl,
.grid .pgmdtls h5.studymode,
.grid .unidtls h5.season,
.grid .unidtls h5.version,
.grid .unidtls h5.sem-type,
.grid .unidtls h5.uni,
.grid .unidtls h5.date,
.grid .unidtls h5.update,
.grid .unidtls h5.sem-period,
.grid .unidtls h5.certificate {
  font-size: 14px;
  float: left;
  width: auto;
  display: inline-block;
  clear: none;
}
.grid .pgmdtls h5.pgcode,
.grid .pgmdtls h5.pgspcl,
.grid .unidtls h5.season,
.grid .unidtls h5.update,
.grid .unidtls h5.sem-type,
.grid .unidtls h5.uni,
.grid .unidtls h5.date,
.grid .unidtls h5.certificate,
.grid .unidtls h5.version {
  margin-right: 10px;
  padding-right: 10px;
  /*border-right:1px solid #ddd;
     */
}
.grid .pgmdtls h5.pgspcl:before {
  content: "Specialization:";
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.grid .pgmdtls h5.pgcode:before {
  content: "Program Code:";
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.grid .pgmdtls h5.studymode:before {
  content: "Study Mode:";
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.grid .unidtls h5.certificate:before {
  content: "Certificate:";
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.grid .unidtls h5.version:before {
  content: "Version:";
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.grid .unidtls h5.uni:before {
  content: "University:";
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.grid .unidtls h5.sem-type:before {
  content: "Semester Type:";
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.grid .unidtls h5.season:before {
  content: "Season:";
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.grid .unidtls h5.date:before {
  content: "Created Date:";
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.grid .unidtls h5.update:before {
  content: "Last Update:";
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.grid .unidtls h5.sem-period:before {
  content: "Semester Period:";
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.grid .pgmdtls .pgdesc {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
  max-height: 65px;
  overflow: hidden;
  margin-top: 8px;
  line-height: 22px;
}
.grid .filterlist {
  display: none;
}
.grid .pgmdtls .pgactive,
.grid .unidtls .new {
  background: #59dbae;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  width: auto;
}
.grid .pgmdtls .pginactive,
.grid .unidtls .session-update {
  background: #db5959;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  width: auto;
}
.grid .unidtls .new,
.grid .unidtls.session-update {
  display: table;
}
.grid .actions .dropdown .dropdown-menu li {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.grid .pgmdtls h5.actions,
.grid .unidtls h5.actions {
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto;
}
.actions .dropdown > a {
  background-color: #e4e4e4;
  border-radius: 5px;
  margin-left: 5px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
.list {
  /*box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
     -webkit-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
     -o-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
     -ms-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
     */
}
.list li {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #eee;
}
.list li:hover {
  position: relative;
  z-index: 5;
  box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.1);
}
.list li:nth-child(even) .pgmdtls,
.list li:nth-child(even) .unidtls {
  background-color: #f8f6ff;
}
.list li .pgmdtls,
.list li .unidtls {
  background-color: #fff;
  padding: 0px;
  border-radius: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
}
.list .pgmdtls h5,
.list .unidtls h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 26px;
  display: flex;
  padding: 8px;
}
.programlist .list .pgmdtls h5:first-child {
  width: 20%;
}
.forecastlist .list .unidtls h5:first-child {
  width: 100%;
}
.programlist .list .pgmdtls h5:nth-child(2) {
  width: 15%;
}
.forecastlist .list .unidtls h5:nth-child(2) {
  width: 85%;
}
.programlist .list .pgmdtls h5:nth-child(3) {
  width: 20%;
}
.forecastlist .list .unidtls h5:nth-child(3) {
  width: 60%;
}
.programlist .list .pgmdtls h5:nth-child(4),
.forecastlist .list .unidtls h5:nth-child(4) {
  width: 20%;
}
.programlist .list .pgmdtls h5:nth-child(5) {
  width: 20%;
}
.programlist .list .pgmdtls h5:last-child {
  width: 10%;
}
.appointwrap .list .pgmdtls h5:first-child {
  width: 5%;
}
.appointwrap .list .pgmdtls h5:nth-child(2) {
  width: 13%;
}
.appointwrap .list .pgmdtls h5:nth-child(3) {
  width: 11%;
}
.appointwrap .list .pgmdtls h5:nth-child(4) {
  width: 11%;
}
.appointwrap .list .pgmdtls h5:nth-child(5) {
  width: 9%;
}
.appointwrap .list .pgmdtls h5:nth-child(6) {
  width: 10%;
}
.appointwrap .list .pgmdtls h5:nth-child(7) {
  width: 13%;
}
.appointwrap .list .pgmdtls h5:nth-child(9) {
  width: 10%;
}
.appointwrap .list h5:nth-child(8) {
  display: block;
  width: 13%;
}
.list .pgmdtls h5,
.list .unidtls h5 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 10px;
  line-height: 18px;
}
.list .pglist {
  display: flex;
}
.list .filterlist {
  margin-top: 30px;
}
.list .filterlist .pgmdtls,
.list .filterlist .unidtls {
  background-color: #148abd;
  margin-bottom: 0;
  display: flex;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.list .filterlist .pgmdtls h5,
.list .filterlist .pgmdtls h6,
.list .filterlist .pgmdtls p,
.list .filterlist .unidtls h5,
.list .filterlist .unidtls h6,
.list .filterlist .unidtls p {
  color: #fff;
  font-weight: 600;
}
.list .pgmdtls .pgdesc {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  max-height: 55px;
  overflow: hidden;
  margin: 5px 0;
  padding: 0 10px;
}
.list .pgmdtls .pgactive,
.list .unidtls .new {
  color: #2bb786;
  display: inline-block;
  font-size: 15px;
}
.list .pgmdtls .pginactive,
.list .unidtls .session-update {
  color: #db5959;
  display: inline-block;
  font-size: 15px;
}
.mec-table table tbody td.pgtab-title {
  padding: 8px;
  text-align: center;
  color: #fff;
  background-color: #508599;
}
.userview label {
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.userview h6 {
  font-size: 17px;
  margin-bottom: 15px;
}
.userview p {
  font-size: 16px;
  margin-bottom: 15px;
}
.userview .actions {
  display: none;
}
.userview:hover .actions {
  display: block;
}
.pad25 {
  padding: 25px;
}
#modulehide {
  display: none;
}
i.fas.fa-star {
  color: yellowgold;
}
.num-consideration {
  font-size: 13px;
  color: #bbb;
  text-transform: initial;
}
.average-rating {
  padding-left: 22px;
}
.average-rating h2 {
  margin: 0px;
  font-size: 65px;
}
.average-rating p {
  margin: 0px;
  font-size: 16px;
}
.loder-ratimg {
  display: inline-block;
  width: 40%;
}
.progress,
.progress-2,
.progress-3,
.progress-4,
.progress-5 {
  background: #f5f5f5;
  border-radius: 13px;
  height: 18px;
  width: 97%;
  /*padding: 3px;
     */
  margin: 5px 0px 3px 0px;
}
.progress:after,
.progress-2:after,
.progress-3:after,
.progress-4:after,
.progress-5:after {
  content: "";
  display: block;
  background: #337ab7;
  width: 80%;
  height: 100%;
  border-radius: 9px;
}
.progress-2:after {
  width: 60%;
}
.progress-3:after {
  width: 40%;
}
.progress-4:after {
  width: 20%;
}
.progress-5:after {
  width: 10%;
}
.start-part {
  float: right;
  width: 30%;
}
.start-part span {
  color: #337ab7;
  margin-left: 5%;
}
.td-checkbox {
  margin-left: 20px;
  margin-bottom: 25px;
}
#attendance-config {
  display: none;
}
.btn-close.pos-absolute {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 10px;
}
.evecard > li {
  position: relative;
  margin-bottom: 25px;
  padding: 10px;
}
.eve-conference {
  border: 1px solid #10b759;
  background-color: rgba(16, 183, 89, 0.05);
}
.eve-events {
  border: 1px solid #f10075;
  background-color: rgba(241, 0, 117, 0.05);
}
.evecard > li .member-request {
  position: absolute;
  top: -15px;
  right: 20px;
  background: #10b759;
  padding: 3px 10px;
  border-radius: 4px;
}
.evecard li .groupdtls .member-request .mem-bell {
  display: none;
}
.evecard li .groupdtls .member-request .mem-dtl h6 {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
}
#moduletable tbody {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#moduletable tbody tr {
  counter-increment: my-awesome-counter;
}
#moduletable tbody tr td:first-child::before {
  content: counter(my-awesome-counter) ". ";
}
.mec-table tbody td.tab-head {
  padding: 8px;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-weight: 600;
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}
.grid .evendtls {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #fff;
  position: relative;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.grid li:hover .evendtls {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #88cee8;
}
.grid .evendtls h5.eventitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}
.grid .evendtls h5.eventype {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  color: #d4884f;
  border-radius: 3px;
  background-color: #efd7c5;
  font-size: 13px;
  width: auto;
}
.grid .evendtls h5.evenloc,
.grid .evendtls h5.evendate {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
  color: #666;
}
.grid .evendtls h5.evenloc i,
.grid .evendtls h5.evendate i {
  margin-right: 15px;
}
.grid .evendtls .evendesc {
  font-size: 14px;
  color: #666;
  max-height: 40px;
  overflow: hidden;
  margin-top: 8px;
  line-height: 18px;
}
.grid .filterlist {
  display: none;
}
.grid .evendtls .pgactive {
  background: #59dbae;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  width: auto;
}
.grid .actions .dropdown .dropdown-menu li {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.grid .evendtls h5.actions {
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto;
}
.list li .evendtls {
  background-color: #fff;
  padding: 0px;
  border-radius: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
}
.list .evendtls h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 26px;
  display: flex;
  padding: 8px;
}
.list .evendtls h5:first-child {
  width: 100px;
}
.list .evendtls h5:nth-child(2) {
  width: 25%;
}
.list .evendtls h5:nth-child(3) {
  width: 20%;
}
.list .evendtls h5:nth-child(4) {
  width: 20%;
}
.list .evendtls h5:nth-child(5) {
  width: 25%;
}
.list .evendtls h5:last-child {
  width: 80px;
}
.list .evendtls h5 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 10px;
  line-height: 18px;
}
.list .pglist {
  display: flex;
}
.list .filterlist {
  margin-top: 30px;
}
.list .filterlist .evendtls {
  background-color: #148abd;
  margin-bottom: 0;
  display: flex;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.list .filterlist .evendtls h5 {
  color: #fff;
  font-weight: 600;
}
.list .evendtls .pgdesc {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  max-height: 55px;
  overflow: hidden;
  margin: 5px 0;
  padding: 0 10px;
}
.list .evendtls .pgactive {
  color: #2bb786;
  display: inline-block;
  font-size: 15px;
}
.list .evendtls .pginactive {
  color: #db5959;
  display: inline-block;
  font-size: 15px;
}
.list .evendtls h5.evenloc i,
.list .evendtls h5.evendate i {
  display: none;
}
.calendarlist h5.eventype {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  color: #3e5148;
  border-radius: 3px;
  background-color: #caefc5;
  font-size: 13px;
  width: auto;
}
.calendarlist .evendtls h5.eventitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}
.calendarlist .evendtls h5.evenloc,
.calendarlist .evendtls h5.evendate {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
  color: #666;
}
.calendarlist .evendtls .evendesc {
  font-size: 14px;
  color: #666;
  max-height: 40px;
  overflow: hidden;
  margin-top: 8px;
  line-height: 18px;
}
.calendarlist .evendtls h5.evenloc i,
.calendarlist .evendtls h5.evendate i {
  margin-right: 15px;
}
.calendarlist .evendtls h5.actions {
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto;
}
.calendarlist .evendtls {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  border: solid 1px #fff;
  position: relative;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mec-table .checkbox {
  position: relative;
  top: -13px;
}
.mec-table table tbody td.flex {
  display: flex;
  align-items: center;
}
.mec-table table tbody td.flex .img {
  margin-right: 15px;
}
.mec-table table tbody td.flex .img img {
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 3pt 8px 0.25pc rgba(0, 0, 0, 0.04);
  border: 2px solid #fff;
}
.mec-table table tbody td.flex h6 {
  font-weight: 600;
  color: #000;
}
.mec-table table thead th .checkbox .helper {
  color: #fff;
}
.mec-table table thead th .checkbox .helper::before,
.mec-table table thead th .checkbox .helper::after {
  background-color: #fff;
  box-shadow: none;
}
.content-head .filter select {
  height: 36px;
  margin-left: 5px;
  border-radius: 0;
}
.dual-listbox__selected {
  counter-reset: chapter;
}
.dual-listbox__selected li:before {
  color: red;
  content: "Module " counter(chapter) ": ";
  counter-increment: chapter;
}
.dual-listbox__selected li:first-child::before {
  display: none;
}
.dual-listbox__buttons button:nth-child(2),
.dual-listbox__buttons button:nth-child(3) {
  display: none;
}
.modal-dialog {
  max-width: 800px;
}
/*.scrolltable {
     overflow-y: visible;
     overflow-x: auto;
}
 */
/* Table Accordion */
.custom-table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ddd;
  font-size: 13px;
  background-color: #fff;
}
.custom-table th,
.custom-table td {
  text-align: left;
  padding: 8px;
  border: solid 1px #c0c0c0;
}
.custom-table th {
  color: #fff;
  background-color: #148abd;
  border: solid 1px #6cb0cd;
}
.custom-table tr:nth-child(odd) {
  background-color: #f7f7ff;
}
.custom-table > thead > tr {
  background-color: #dde8f7 !important;
}
.tbtn {
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 20px;
  cursor: pointer;
  color: #333;
  display: flex;
  align-items: center;
}
.tbtn span {
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
}
.toggler {
  display: none;
}
.toggler1 {
  display: table-row;
}
.custom-table a {
  color: #0033cc;
}
.custom-table a:hover {
  color: #f00;
}
.page-header {
  background-color: #eee;
}
.custom-table td input {
  padding: 0 2px;
}
.toggler table {
  width: 100%;
}
.tab-vertical {
  display: flex;
}
.tab-vertical .nav.nav-tabs {
  min-width: 250px;
  display: block;
  margin-right: 0px;
  border-bottom: 0;
}
.tab-vertical .nav.nav-tabs .nav-item {
  margin-bottom: 0px;
}
.tab-vertical .nav-tabs .nav-link {
  border: 1px solid transparent;
  background: #fff;
  padding: 10px 30px;
  color: #71748d;
  background-color: #eee;
  text-align: left;
  color: #666;
  border: 1px solid #ccc;
  border-right: 0;
  width: 100%;
  position: relative;
  border-radius: 0;
}
.tab-vertical .nav-tabs .nav-link.active {
  color: #000;
  background-color: #fff !important;
  border-color: #ccc !important;
  border-right: 1px solid #fff !important;
  border-left: 4px solid #6bb1cb !important;
}
.tab-vertical .nav-tabs .nav-link.active::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
}
.tab-vertical .tab-content {
  overflow: auto;
  border: 1px solid #ccc;
  background: #fff;
  padding: 30px;
  width: 100%;
}
.blue-td table tr:first-child td {
  background-color: #666;
  color: #fff;
}
.blue-td table tr:first-child td:first-child {
  color: #fff;
  background-color: #148abd;
  border: solid 1px #6cb0cd;
  font-weight: 600;
  width: 360px;
}
.border-table table {
  width: 100%;
}
.border-table table thead td {
  border-bottom: 2px solid #aaa;
  font-size: 13px;
  padding: 8px;
}
.border-table table tbody td {
  border-bottom: 2px solid #ddd;
  padding: 12px 8px;
}
.view-form .formgroup {
  padding-bottom: 10px;
  /*border-bottom: 1px solid #ddd;
     */
}
/* CSS */
.filternxtblk {
  display: flex;
  justify-content: flex-end;
}
.appointmentlist {
  width: 300px;
  height: 40px;
  line-height: 40px;
  padding: 0 45px 0 10px;
  margin: 0;
  border-radius: 2px;
  border: solid 1px #bdbdbd;
  background-color: #eee;
  margin-right: 10px;
}
.grid .pgmdtls h5.open {
  background-color: #c3edff;
  width: 58px;
  color: #049be3;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.actions .dropdown {
  display: flex;
  align-items: center;
}
.greenbox {
  background-color: #26a687;
  border: 2px solid #26a687;
  border-radius: 5px;
  color: #fff;
  margin-left: 5px;
  height: 35px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
}
.redbox {
  background-color: #ff6868;
  border: 2px solid #ff6868;
  border-radius: 5px;
  color: #fff;
  margin-left: 5px;
  height: 35px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
}
.greenbox i,
.redbox i {
  font-size: 13px;
  margin-right: 10px;
}
.greenbox:hover {
  background-color: transparent;
  color: #26a687;
}
.redbox:hover {
  background-color: transparent;
  color: #ff6868;
}
.btnflex {
  display: flex;
  text-align: center;
  margin-top: 10px;
}
.dropdown button:hover,
.dropdown a:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
}
.grid .pgmdtls h5.datentime,
.grid .pgmdtls h5.department,
.grid .pgmdtls h5.subject,
.grid .pgmdtls h5.description {
  color: #919191;
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 5px;
}
.pgmdtls .profimg {
  display: flex;
  align-items: center;
  padding-right: 120px;
}
.pgmdtls .profimg img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  max-width: 45px;
  max-height: 45px;
  border-radius: 50%;
  margin-right: 10px;
}
.pgmdtls .profimg div span {
  display: block;
  opacity: 0.5;
  font-size: 12px;
}
.grid h5::before {
  content: attr(data-name);
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.appointwrap .grid h5[data-name="Sl No."] {
  display: none;
}
.appointwrap .grid .pgmdtls .actions .dropdown {
  opacity: 0;
  visibility: hidden;
}
.appointwrap .grid .pgmdtls:hover .actions .dropdown {
  opacity: 1;
  visibility: visible;
}
.tab_link {
  color: #0d6efd;
  border-bottom: 1px solid #0d6efd;
  line-height: 22px;
  display: inline-block;
}
.slots {
  background: #ccc;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 30px 10px 30px;
  border-radius: 3px;
}
.slots:focus {
  background: #20a367;
  color: #fff;
  border-radius: 3px;
}
.wrap {
  border-radius: 4px;
  border: solid 1.4px #d5d1d1;
}
.available-slots {
  padding-left: 15px;
  padding-bottom: 15px;
}
.addmod_popup .topmod,
.addmod_popup .mainmod {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.addmod_popup .topmod .searchmod,
.addmod_popup .mainmod .modlist,
.addmod_popup .mainmod .modselected {
  width: 48%;
  max-width: 48%;
  display: block;
}
.addmod_popup .topmod .searchmod input[type="text"] {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}
.addmod_popup .moduleorderid {
  display: flex;
  align-content: flex-end;
  width: 100%;
  max-width: 100%;
}
.addmod_popup .moduleorderid input[type="text"],
.addmod_popup .moduleorderid input[type="number"],
.addmod_popup .moduleorderid select {
  border: 1px solid #ddd;
  border-right: 0;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  height: 45px;
  border-radius: 0;
}
.addmod_popup .moduleorderid input[type="text"]#moduleorderid {
  width: 100px;
}
.addmod_popup .moduleorderid input[type="submit"] {
  background: #ddd;
  border: 1px solid #ddd;
  padding: 0 15px;
}
.addmod_popup .mainmod .modulelist {
  height: 300px;
  border: 1px solid #ddd;
  border-right: 0;
  padding: 10px;
  width: 100%;
  border-radius: 0;
}
.addmod_popup .mainmod .modlist h2,
.addmod_popup .mainmod .modselected h2 {
  padding: 10px;
  margin: 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  font-weight: 700;
}
.addmod_popup .mainmod .selectedlist {
  height: 100%;
  height: 300px;
  border: 1px solid #ddd;
  border-right: 0;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  overflow: auto;
}
.selectedlist label {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.selectedlist label span {
  background: #cf482b;
  color: #fff;
  padding: 0px 8px;
  margin-right: 5px;
  display: inline-block;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
}
.fee-table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.fee-table th {
  background: #f5f5f5;
}
.fee-table td,
.fee-table th {
  height: 50px;
}
.fee-table td,
.fee-table th {
  border: 1px solid #ddd;
  padding: 10px;
  empty-cells: show;
}
.fee-table td,
.fee-table th {
  text-align: left;
}
.fee-table td + td,
.fee-table th + th {
  text-align: center;
}
.fee-table td.default {
  display: table-cell;
}
.fee-table thead tr th:nth-child(odd) {
  border-top: 3px solid #a32362;
}
.fee-table thead tr th:nth-child(even) {
  border-top: 3px solid #0097cf;
}
.fee-table .view td {
  background: #f5f5f5;
  font-weight: bold;
}
.fee-title .title {
  border-top: 4px solid #ccc;
}
.fee-table .txt-l {
  font-size: 25px;
  font-weight: bold;
}
.fee-table .txt-top {
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
}
.fee-table .tick {
  font-size: 18px;
  color: #2ca01c;
}
.fee-table .hide {
  border: 0 !important;
  background: none;
  width: 350px;
}
.fee-table tr.view > td:first-child,
.fee-table tr.fold table tbody tr > td:first-child {
  width: 350px;
}
.fee-table tr.fold > td {
  padding: 0;
}
.fee-table tr.fold table tbody tr > td {
  border: 0;
  border-bottom: 1px solid #ddd;
}
.fee-table > table > tbody > tr.view td:first-child {
  position: relative;
  padding-left: 35px;
}
.fee-table tr td {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fee-table tr.view:hover td {
  background: #adadad;
  cursor: pointer;
}
.fee-table tr.view.open td {
  background: #cf482b;
  color: white;
}
.fee-table > table > tbody > tr.view td:first-child::before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #666;
  content: "";
  transition: all 0.3s ease;
}
.fee-table > table > tbody > tr.view.open td:first-child::before {
  transform: rotate(-180deg);
  border-top-color: #fff;
}
.fee-table table > tbody > tr.fold {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: table-caption;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fee-table table > tbody > tr.fold.open {
  visibility: visible;
  opacity: 1;
  height: auto;
  display: table-row;
}
.toggleSwitch span span {
  display: none;
}
.toggleSwitch {
  display: inline-block;
  height: 18px;
  position: relative;
  overflow: visible;
  padding: 0;
  margin-left: 30px;
  cursor: pointer;
  width: 40px;
}
.toggleSwitch label,
.toggleSwitch > span {
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
.toggleSwitch input:focus ~ a,
.toggleSwitch input:focus + label {
  outline: none;
}
.toggleSwitch label {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}
.toggleSwitch input {
  position: absolute;
  opacity: 0;
  z-index: 5;
}
.toggleSwitch > span {
  position: absolute;
  left: -50px;
  width: 100%;
  margin: 0;
  padding-right: 50px;
  text-align: left;
  white-space: nowrap;
}
.toggleSwitch > span span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 50%;
  margin-left: 50px;
  text-align: left;
  font-size: 0.9em;
  width: 100%;
  left: 15%;
  top: -2px;
  opacity: 0;
}
.toggleSwitch a {
  position: absolute;
  right: 50%;
  z-index: 4;
  display: block;
  height: 100%;
  padding: 0;
  left: 2px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.toggleSwitch > span span:first-of-type {
  color: #999;
  opacity: 1;
  left: 45%;
}
.toggleSwitch > span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50px;
  top: -3px;
  background-color: #eee;
  border-radius: 30px;
  box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.toggleSwitch input:checked ~ a {
  border-color: #fff;
  left: 100%;
  margin-left: 6px;
}
.toggleSwitch input:checked ~ span:before {
  background-color: #0097d1;
  box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.02);
}
.toggleSwitch input:checked ~ span span:first-of-type {
  opacity: 0;
}
.toggleSwitch input:checked ~ span span:last-of-type {
  opacity: 1;
  color: #fff;
}
.toggleSwitch.large {
  width: 75px;
  height: 25px;
}
.toggleSwitch.large a {
  width: 23px;
  height: 23px;
}
.toggleSwitch.large > span {
  height: 29px;
  line-height: 28px;
}
.toggleSwitch.large input:checked ~ a {
  left: 41px;
}
.toggleSwitch.large > span span {
  font-size: 14px;
}
.toggleSwitch.large > span span:first-of-type {
  left: 50%;
}
.flex-tabs {
  display: flex;
}
.flex-tabs .lefttab {
  width: 40%;
  max-width: 300px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ddd;
}
.flex-tabs .lefttab .main-form {
  margin: 0;
}
.flex-tabs .lefttab .main-form.mt-3 .controls button {
  background-color: initial;
}
.flex-tabs .lefttab .main-form.mt-3 .controls .search,
.flex-tabs .lefttab .main-form.mt-3 .controls .search input {
  width: 280px;
}
.righttab {
  width: calc(100% - 350px);
}
.label-pre {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  text-decoration: none !important;
  border-radius: 0.25em;
  background-color: #5bc0de;
  margin: 0 4px;
}
.label-pre:hover {
  background-color: #45a2bd;
}
.label-cod {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  text-decoration: none !important;
  border-radius: 0.25em;
  background-color: #4095df;
  margin: 0 4px;
}
.label-cod:hover {
  background-color: #337ab7;
}
.label-pre .badge-light,
.label-cod .badge-light {
  background: rgba(0, 0, 0, 0.3);
  margin-left: 4px;
}
#precomodules .modal-body ul li {
  position: relative;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-left: 15px;
}
#precomodules .modal-body ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: #6bb1cb;
  position: absolute;
  top: 10px;
  left: 0;
}
.mec-table-lite td i.fas.fa-ellipsis-v {
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mec-table-lite th#more {
  width: 50px;
}
.mec-table-lite td.more {
  box-shadow: -2px 0 10px 0 rgba(0, 0, 0, 0.12);
}
.mec-table-lite td h5.actions div.dropdown a,
.mec-table td h5.actions div.dropdown a {
  background: transparent !important;
  box-shadow: none;
  font-size: 14px;
  padding-top: 10px;
  padding-right: 10px;
}
a i.fas.fa-arrow-left {
  padding: 15px;
}
a i.fas.fa-arrow-left:focus,
a i.fas.fa-arrow-left:hover {
  color: #222;
}
.backbtn {
  box-shadow: 1px 1px 5px 1px #ccc;
  background: #fff;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 25px;
}
.backbtn a {
  color: #aca1a1;
}
.mb20 {
  margin-bottom: 20px;
}
.mt70 {
  margin-top: 70px;
  overflow: hidden;
}
.btn-admission {
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
}
.btn-admission h2 {
  font-size: large;
  text-align: center;
  text-transform: initial;
}
.mandatory {
  color: #ff0000;
}
.fa-angle-right:before {
  content: "\f105";
  margin-left: 10px;
}
.mt20 {
  margin-top: 20px;
}
.table-escalation.view select,
.table-escalation.view input[type="text"] {
  display: none !important;
}
.table-escalation.edit div {
  display: none;
}
.table-escalation.edit div.checkbox {
  display: block;
}
.main-form input.error,
.main-form select.error,
.main-form textarea.error {
  border: solid 1.4px red !important;
}
.main-form .error + label {
  color: red !important;
}
.errors .error {
  font-size: 13px;
  color: red;
}
.radio .error + .helper::before,
.radio .error + .helper::after {
  border: solid 1.4px red !important;
}
/*Students Admission Page */
.admission_banner {
  position: relative;
}
.admission_banner:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bandtls {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: auto;
  display: block;
  bottom: 25px;
  left: 0;
}
.admission_banner p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.admission_banner h1 {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}
.bandtls ul {
  display: flex;
  margin-bottom: 5px;
}
.bandtls ul li,
.bandtls ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.admissionmain #progressbar {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 50px 0;
  width: 100%;
}
.admissionmain #progressbar li {
  margin: 0 15px;
  text-align: center;
}
#progressbar li .img {
  width: 45px;
  height: 45px;
  font-size: 20px;
  color: #aaa;
  background-color: white;
  display: inline-block;
  border: 2px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: transparent;
  border-radius: 50%;
  color: #999;
  text-align: center;
  line-height: 41px;
}
#progressbar li.active .img {
  border-color: #0dcaf0;
  color: #0dcaf0;
}
#progressbar li.done .img {
  border-color: #58bb58;
  background-color: #58bb58;
  color: #fff;
}
#progressbar li h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
}
#progressbar li p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 225px;
}
#progressbar li::before {
  width: 145px;
  height: 3px;
  display: block;
  background-color: transparent;
  border-top: 2px dotted #999;
  transform: translate(-90px, 25px);
  content: "";
}

#progressbar li.active h3,
#progressbar li.active p {
  color: #0dcaf0;
}
#progressbar li.done h3,
#progressbar li.done p {
  color: #58bb58;
}
#progressbar li.active::before {
  border-top: 2px dotted #0dcaf0;
}
#progressbar li.done::before {
  border-top: 2px dotted #58bb58;
}
.wizard-body + div {
  padding-bottom: 20px;
  height: 60px;
}
.admission_desc .card {
  padding: 15px 15px 0 15px;
  margin: 0;
  min-height: 70px;
}
.col-first {
  flex: 0 0 auto;
  width: 38%;
}
.col-second {
  flex: 0 0 auto;
  width: 24%;
}
.admission_desc .card p {
  margin-bottom: 15px;
}
.admission_desc .card.artxt {
  direction: rtl;
}
.admission_desc .card.artxt p {
  font-size: 15px;
}
.admission_desc .card p strong {
  color: #007dba;
}
.btnadds a {
  background-color: #69b0cf;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
  border-radius: 5px;
}
.btnadds a:last-child {
  background-color: #c05136;
}
.btnadds a img {
  margin-bottom: 10px;
  display: block;
  height: 35px;
}
.btnadds a:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}
.ico-res {
  height: 48px;
  width: 48px;
}
.ml10 {
  margin-left: 10px;
}
.admission_desc h4 {
  margin-bottom: 10px;
}
.admission_desc .intro {
  color: #666;
  position: relative;
}
.admission_desc .intro:after {
  content: "";
  width: 50px;
  height: 4px;
  display: block;
  background-color: #ed7049;
  margin-top: 15px;
}
.admission_desc .form > label {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.admission_desc .main-form input,
.admission_desc .main-form select,
.admission_desc .main-form textarea,
.admission_desc .main-form .chosen-container-multi .chosen-choices {
  border: solid 2px #aaa;
  height: 45px;
}
.admission_desc .controls label {
  top: 16px;
  color: #7d7d7d;
  font-weight: 600;
}
.admission_desc .controls label.active,
.admission_desc .controls input[type="text"]:focus + label {
  top: -8px;
  background-color: white;
}
.border-form {
  border: 2px solid #c4d4f2;
}
.title_border {
  margin-top: 25px;
  border-top: 1px solid #dcdcdc;
  margin-left: -15px;
  width: calc(100% + 30px);
  padding: 0 15px;
}
.title_border h2 {
  margin-top: 0;
  display: inline-block;
  border-top: 4px solid #d9534f;
  padding-top: 15px;
}
footer.addm_footer {
  margin-top: 20px;
  background-color: #385460;
}
footer.addm_footer img {
  max-width: 100%;
  margin: auto;
}
.progressform {
  margin: 20px 0;
  position: relative;
  height: 53px;
}
.progressform:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #e6e6e6;
  border-radius: 20px;
  height: 10px;
  position: absolute;
  top: 29px;
}
.progressform .progress-bar {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: visible;
  color: #333;
  text-align: left;
  white-space: nowrap;
  transition: width 0.6s ease;
  position: relative;
  z-index: 999;
  height: 40px;
}
.progressform .progress-bar:after {
  content: "";
  background-color: #34c082;
  border-radius: 20px;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 5;
}
.wizard-header {
  display: flex;
  justify-content: space-between;
}
.wizbtn-top button {
  font-size: 0px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  box-shadow: none !important;
  position: relative;
  border: none !important;
  color: #222 !important;
  background-color: transparent !important;
}
.wizbtn-top button.wizard-prev::after {
  content: "<";
  font-size: 20px;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.wizbtn-top button.wizard-next::after {
  content: ">";
  font-size: 20px;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.wizbtn-top button:disabled {
  pointer-events: none;
  opacity: 0.4;
}
.wizard {
  display: none;
}
.wizard-ok {
  display: none;
}
.wizard-nomodal {
  box-shadow: none;
  border: none;
}
.wizard .modal-header {
  background-color: #f8f8f8;
}
.wizard-body {
  /* overflow: hidden;
     */
}
.full-width {
  float: left;
  width: 100%;
  background-color: #fff;
  margin-bottom: 0px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.user-profile {
  width: 100%;
}
.username-dt {
  width: 100%;
  background-color: #e44d3a;
  padding-top: 10px;
  height: 40px;
}
.user-data {
  text-align: center;
}
.usr-pic {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: -48px;
  position: relative;
}
.usr-pic > img {
  float: none;
  border: 3px solid #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
}
.user-profile {
  width: 100%;
}
.user-specs {
  width: 100%;
  padding: 50px 0 10px 0;
}
.user-specs h3 {
  color: #000000;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 8px;
}
.user-specs span {
  color: #686868;
  font-size: 15px;
}
.user-fw-status {
  float: left;
  width: 100%;
}
.user-fw-status li {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 10px;
}
.user-fw-status li:last-child {
  border-bottom: 0;
}
.user-fw-status li:nth-child(1),
.user-fw-status li:nth-child(2) {
  border-bottom: 0;
}
.user-fw-status li h4 {
  color: #686868;
  font-size: 20px;
  margin-bottom: 10px;
}
.user-fw-status li h5 {
  font-size: 14px;
  color: #686868;
}
.user-fw-status span {
  color: #000000;
  font-size: 18px;
}
.user-fw-status li a {
  color: #e44d3a;
  font-size: 14px;
  font-weight: 600;
}
.cardprofile.card {
  padding: 0;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}
.usr-pic .custom-upload {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  width: max-content;
  height: max-content;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(33, 0, 83, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.usr-pic:hover .custom-upload {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.custom-upload .file-btn {
  border-radius: 5px;
  color: #fff;
}
.custom-upload input[type="file"] {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  content: "";
}
.wizard-footer {
  width: calc(100% + 30px);
  margin-left: -15px;
  border-top: 1px solid #ddd;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wizard-footer .wizard-next,
.wizard-footer .wizard-ok {
  margin-right: 190px;
}
.wizard-footer .wizard-prev {
  color: #222;
  border-bottom: 1px solid #666;
  margin-left: 15px;
  padding: 0;
}
.wizard-footer button {
  box-shadow: none !important;
}
.wizard-footer .wizard-next {
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 2px;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 15px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: auto;
  border: solid 1.4px #6bb1cb;
  background-color: #6bb1cb;
}
.admission_desc .btn-flex {
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.stud-notiwrap {
  display: flex;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.card-main {
  width: 100%;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.card-main a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 10px 0;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  border: 2px solid transparent;
}
.card-main a:hover {
  background-color: #eee;
  border: 2px solid #bbcef0;
}
.card-main .img {
  padding: 20px;
  font-size: 25px;
  color: #c05136;
}
.card-main .dtls {
  position: relative;
  z-index: 9;
}
.card-main .arrow {
  padding: 20px;
  background-color: #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  margin-left: auto;
}
.card-main:hover .arrow {
  background-color: #0dcaf0;
  color: #fff;
}
.card-main a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  background: url(../images/bg-shapes.png) no-repeat center right;
  background-size: auto 180%;
}
#applyexemption .addmod_popup label,
#onlinepayment .addmod_popup label {
  font-size: 19px !important;
  margin-bottom: 10px;
}
#onlinepayment .hide {
  display: none;
  width: 100%;
}
#onlinepayment .ajax-upload-dragdrop {
  width: 100% !important;
}
.card-main .dtls h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
}
.card-main .dtls p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.btngborder {
  color: #08b268 !important;
  background-color: #fff;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  padding: 13px 15px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
}
.btngborder:hover {
  box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.card-success .btngborder {
  width: 100%;
  background-color: #cbffe8;
  border: 2px solid #cbffe8;
}
.modal {
  top: 100px;
}
.card .add_field {
  width: 100%;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  height: fit-content;
  padding: 25px;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 12%);
}
.tt-details {
  background: #6bb1cb;
  padding: 10px;
  color: #fff;
  width: 177px;
  border-radius: 10px;
}
.tt-details h2:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
.tt-details h2 {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 3px;
  font-weight: bold;
}
.tt-details .actions {
  display: none;
}
.tt-details:hover .actions {
  display: block;
}
.td-br {
  border-right: 1px solid #e9dede;
}
.tt-details.mt10 {
  background: #abebcb;
  color: #212529;
}
.font-b {
  font-weight: bold;
}
.faculty-name {
  width: 200px;
  padding-left: 10px;
}
.faculty-name h6 {
  font-size: 17px;
  margin-bottom: 0;
}
.faculty-name label {
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.session-data {
  margin: 0 10px;
  padding: 0 43px;
  border-right: 1px solid #ccc;
}
.session-data:last-child {
  border-right: none;
}
.session-data h2 {
  color: #909090;
  text-align: center;
  margin-bottom: 10px;
}
.session-data p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #138da5;
}
ul.pdf {
  list-style: initial;
}
ol.pdf {
  list-style: decimal;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.pdf li,
.pdf u,
.pdf div,
.office-use div {
  margin-bottom: 15px;
}
.pdf li div.foundation-fee h6,
.pdf li div.ug-fee h6,
.pdf li div.payment-schedule h6,
.pdf li div.credentials h6,
.pdf li div.orginal-documents h6 {
  width: 100%;
  font-size: 16px;
  line-height: 2;
}
.pdf h6 {
  width: 152px;
  font-size: 14px;
}
.pdf h5 {
  font-size: 16px;
}
.pdf p {
  border-bottom: 2px solid #000;
  width: 100%;
}
footer.pdf-footer {
  margin: 30px 0;
}
footer.pdf-footer h6:nth-child(1) {
  padding-top: 10px;
  border-top: 4px solid #a3a3a3;
}
.office-use {
  padding: 15px 0;
  margin: 30px 0;
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
}
.office-use h6 {
  width: 115px;
  font-size: 14px;
}
.office-use u {
  padding-bottom: 15px;
}
.office-use p {
  border-bottom: 2px solid #000;
  width: 100%;
}
.PAL-pdf {
  border: 1px solid #000;
  margin: 10px 0;
}
.PAL-pdf div:first-child h6 {
  line-height: 2;
}
.PAL-pdf div:first-child h6:first-child {
  border-bottom: 1px solid #000;
}
.PAL-pdf div:first-child span {
  font-weight: bold;
  margin: 0 10px;
}
.PAL-pdf div:nth-child(2) p,
.PAL-pdf div:nth-child(3) p {
  font-size: 14px;
}
.PAL-pdf div:nth-child(3) h6:first-child,
.PAL-pdf div:nth-child(4) h6:first-child,
.PAL-pdf div:nth-child(5) h6:first-child,
.register-office {
  font-weight: bold;
  margin-bottom: 10px;
}
.PAL-pdf div:nth-child(4) h6 {
  line-height: 2;
}
.PAL-pdf div:nth-child(5) small {
  font-size: 12px;
}
.PAL-pdf div {
  margin-bottom: 15px;
}
.sign-seal img {
  margin-left: 15px;
}
page[size="A4"] {
  background: white;
  width: 21cm;
  height: 29.7cm;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}
@page {
  size: A4;
  margin: 0mm;
  position: relative;
}
@media print {
  body,
  page {
    margin: 0px;
    box-shadow: 0;
    height: 100%;
  }
  .pdf-container {
    width: 100%;
    max-width: 100%;
  }
  .row {
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .pdf h6 {
    width: 152px;
    font-size: 14px;
  }
  section {
    page-break-after: always;
    position: relative;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  footer.pdf-footer,
  footer {
    display: block;
    bottom: 0;
  }
  img.logo {
    margin-top: 10px;
  }
}
table.marks.view select,
table.mec-table.view select,
table.mec-table.view select.chosen-select,
table.mec-table.view input {
  display: none !important;
}
table.mec-table.view div,
table.mec-table.edit div.checkbox,
table.mec-table.edit select.chosen-select {
  display: block !important;
}
table.marks.edit div,
table.mec-table.edit div {
  display: none !important;
}
/*fixed header table*/
table.fixed-header-table {
  display: flex;
}
table.fixed-header-table tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)),
    linear-gradient(to right, rgba(255, 255, 255, 0), white 70%) 0 100%,
    radial-gradient(
      farthest-side at 0% 50%,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0)
    ),
    radial-gradient(
        farthest-side at 100% 50%,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0)
      )
      0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll;
}
table.fixed-header-table th,
table.fixed-header-table td {
  display: block;
  text-align: left;
  padding: 0.5em 1em;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}
table.fixed-header-table th {
  background-color: #5897ae;
  color: #fff;
  white-space: nowrap;
}
table.fixed-header-table tr {
  width: 100%;
  border: 1px solid #ccc;
}
table.fixed-header-table tr:hover {
  position: relative;
  z-index: 5;
  box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.1);
}
table.fixed-header-table tr:nth-child(2) {
  background-color: #f1f1f6;
}
.calendarico::before {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("../images/icons/cal-ico.png");
  background-repeat: no-repeat;
}
.profile-images-card {
  margin: auto;
  display: table;
  background: #fff;
  padding: 30px 50px;
  box-shadow: 0px 0px 5px #ddd;
}
.profile-images-card {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.profile-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom file input[type="file"] {
  display: none;
}
.custom-file label {
  cursor: pointer;
  color: #000;
  text-align: center;
  display: table;
  margin: auto;
  margin-top: 15px;
}
.placement-rslt-dtls h2 {
  line-height: 2;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}
ul.eligibility-dtls li:nth-child(2n) {
  margin-bottom: 15px;
}
.profile-pic-div {
  height: 192px;
  width: 192px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}
#photo {
  height: 100%;
  width: 100%;
}
#file {
  display: none;
}
#uploadBtn {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 30px;
  font-family: sans-serif;
  font-size: 15px;
  cursor: pointer;
  display: none;
}
button#delete-photo {
  border-radius: 5px;
  margin: 10px 0;
  text-transform: capitalize;
  margin-left: 30px;
  background: #fd0326;
  color: #fff;
  padding: 5px 10px;
}
button#delete-photo i.fas {
  margin-right: 10px;
}
.nav-arrow-inner {
  border-style: solid;
  _border-style: dashed;
  border-width: 9px;
  border-color: transparent;
  border-top-width: 0;
  border-bottom: 9px solid #fff;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -11px;
  left: -17px;
}
.search .btndrop {
  margin-right: 10px;
  position: absolute;
  top: 5px;
  padding: 0 10px;
  font-size: 20px;
  right: 40px;
  color: #bebebe;
}
.droplist {
  position: absolute;
  float: left;
  height: 40px;
  width: 188px;
  top: -40px;
  right: 300px;
  padding: 10px;
  background: #fbfbfb;
  line-height: 20px;
  color: #bebebe;
  border-right: 1px solid #ccc;
}
.droplist span {
  color: #6b6c68;
  font-weight: 500;
  display: inline-block;
  width: 135px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.droplist i {
  float: right;
  padding: 5px;
}
.wrapper::before {
  content: "";
  position: absolute;
  right: 14px;
  top: -8px;
  height: 15px;
  width: 15px;
  background: #fff;
  transform: rotate(45deg);
  opacity: 0.9;
  display: block;
  z-index: 99;
}
.wrapper {
  right: 300px;
  position: absolute;
  top: 15px;
  display: flex;
  width: 100%;
  border-radius: 5px;
  background: #6bb1cb;
  display: none;
  transition: all 0.3s ease;
  background: #d0d4d5;
  z-index: 99;
  -moz-box-shadow: 0px 1px 2px 1px #ccc;
  -webkit-box-shadow: 0px 1px 2px 1px #ccc;
  box-shadow: 0px 1px 2px 1px #ccc;
}
.wrapper.show {
  display: block;
  display: flex;
}
.wrapper ul {
  width: 100%;
  list-style: none;
  transition: all 0.3s ease;
}
.wrapper ul li {
  height: 50px;
  padding: 6px;
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
  z-index: 99;
  position: relative;
  background: #ffffff;
  line-height: 20px;
}
.wrapper ul li:hover {
  height: 50px;
  z-index: 99;
  padding: 6px;
  border-bottom: 1px solid #ccc;
  background: #f0efef;
  line-height: 20px;
  position: relative;
}
.wrapper ul li a {
  width: 100%;
  position: relative;
  color: #4e4e4f;
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px;
  display: flex;
  border-radius: 8px;
  align-items: center;
  text-decoration: none;
}
.btndrop i.fa-angle-down.active,
.droplist i.fa-angle-down.active {
  transform: rotate(180deg);
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #2196f3;
}
.checkmark:page-break-after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
}
.pdf-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*.container input {
     position: absolute;
     opacity: 0;
     cursor: pointer;
     height: 0;
     width: 0;
}
 .checkmark {
     position: absolute;
     top: 0;
     left: 0;
     height: 25px;
     width: 25px;
     background-color: #eee;
}
 .container:hover input ~ .checkmark {
     background-color: #ccc;
}
 .container input:checked ~ .checkmark {
     background-color: #2196F3;
}
 .checkmark:after {
     content: "";
     position: absolute;
     display: none;
}
 .container input:checked ~ .checkmark:after {
     display: block;
}
*/
#basic-search {
  top: -22.45px;
  display: none;
  width: 98%;
}
#basic-search:before {
  content: "";
  border-style: solid;
  _border-style: dashed;
  border-width: 9px;
  border-color: transparent;
  border-top-width: 0;
  border-bottom: 9px solid #fff;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -8px;
  right: 63px;
}
#basic-search h2 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: capitalize;
  top: 17px;
}
#basic-search i.fas.fa-times {
  position: absolute;
  top: 20px;
  right: 28px;
}
.tooltip-room {
  position: relative;
  display: inline-block;
}
.tooltip-room .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -23px;
  left: 110%;
  font-size: medium;
}
.tooltip-room .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #ccc transparent transparent;
}
.tooltip-room:hover .tooltiptext {
  visibility: visible;
}
.tooltip-room .tooltiptext span {
  font-size: small;
}
.tooltip-room .tooltiptext span::after {
  content: "\a";
  white-space: pre;
}
#basic-search h2.multi-static,
h2.multi-static {
  margin: 12px 0px;
  font-size: 16px;
}
.mb10 {
  margin-bottom: 10px;
}
h2.multi-label {
  padding: 0 3px;
  position: absolute;
  top: -15px;
  margin: 3px 6px;
  font-size: 16px;
  color: #898282;
  z-index: 99;
  background: #fff;
}
.content-head .filter .dropdown,
.content-head .filter .listgridbtn {
  margin-left: 10px;
}
p.timeslots {
  font-size: 14px;
  position: relative;
  padding: 0 17px;
}
p.timeslots::before {
  content: "";
  position: absolute;
  padding: 0;
  background: #000;
  border-radius: 2px;
  left: 0px;
  top: 5px;
  height: 10px;
  width: 10px;
}
p.timeslots.available::before {
  background-color: #ccc;
}
p.timeslots.selected::before {
  background-color: #26a687;
}
p.timeslots.blocked::before {
  background-color: #64c2f0;
}
p.timeslots.booked::before {
  background-color: #f85b5b;
}
/* Latest */
.filtermodule ul.filtermoduleUl {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-top: -50px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.filtermodule ul.filtermoduleUl > li {
  width: 28%;
  margin-right: 20px;
}
.filtermodule ul.filtermoduleUl > li:last-child {
  width: 9%;
}
.filtermodule ul.filtermoduleUl > li button {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #6bb1cb;
  border-radius: 5px;
  color: #fff;
}
.stdmodulewrap {
  margin: 25px -15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.stdmodulewrap .stdmodulelist {
  width: 47%;
  margin: 0 1.5% 20px;
  border: 2px #fff solid;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  height: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.stdmodulewrap .stdmodulelist h6 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.stdmodulewrap .stdmodulelist ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.stdmodulewrap .stdmodulelist ul li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
  margin-bottom: 6px;
}
.stdmodulewrap .stdmodulelist ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px solid #ddd;
}
.stdmodulewrap .stdmodulelist ul li i {
  margin-right: 6px;
  color: #666;
}
.session .radio {
  margin-bottom: 10px;
  margin-right: 0px;
  position: relative;
  width: 33.33%;
}
.session label {
  font-size: 14px;
  line-height: 1.5;
  color: #1f2431;
  margin-bottom: 5px;
  display: inline-block;
  padding-left: 0;
  cursor: pointer;
  width: 90%;
}
.session input {
  padding: 0 5px;
  border-radius: 1px;
  border: solid 1px #d7d7d7;
  background-color: #ffffff;
  width: 100%;
  height: 45px;
  cursor: pointer;
}
.session .radio input {
  opacity: 0.00000001;
  z-index: 2;
  position: absolute;
  left: 0;
}
.session {
  display: flex;
  flex-wrap: wrap;
}
.session .radio {
  position: relative;
}
.session .radio .timeslot {
  text-align: center;
  padding: 10px 0;
  white-space: nowrap;
}
.session .radio .poptime {
  position: absolute;
  top: -50px;
  left: -50%;
  width: 200px;
  z-index: 9;
  padding: 10px;
  border-radius: 5px;
  background: #c05136;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #c05136;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}
.session .radio .poptime::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  border-color: #c05136 transparent transparent;
  top: 40px;
  z-index: 99;
  left: 50%;
  margin-left: -20px;
}
.session .radio:hover .poptime {
  opacity: 1;
  visibility: visible;
}
.stdmodulewrap .stdmodulelist:hover {
  border: 2px solid #c4d4f2;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selmodulelist {
  padding: 15px;
}
.selmodulelist li {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  background: #fff;
  margin-top: 20px;
  position: relative;
}
.selmodulelist li .time {
  padding: 10px 40px 10px 10px;
  background: #f6f8fe;
  text-align: left;
  font-weight: 600;
  border-right: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
}
.selmodulelist li .desc {
  padding: 10px 40px 10px 10px;
}
.selmodulelist li .desc h5 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
}
.selmodulelist li .desc h6,
.selmodulelist li .desc span {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px;
  color: #666;
  display: block;
}
.selmodulelist li .btn {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0;
  margin: 0;
}
.selmodulelist li .btn a {
  background: #fff;
  border: 1px solid red;
  width: 30px;
  height: 30px;
  font-size: 12px;
  display: block;
  color: red;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  padding: 0;
}
.selmodulelist li .btn a i {
  padding: 0;
  margin: 0;
}
.profilehead {
  background-color: #fff;
  padding: 25px 0;
}
.profilehead .img {
  width: 100%;
  margin-right: 15px;
  position: relative;
}
.profilehead .img img {
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #ddd;
  margin-right: 30px;
  margin-top: -40px;
  z-index: 9;
  position: relative;
}
.profilehead .desc h5,
.profilehead .stud h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}
.profilehead .desc h5 {
  margin-top: 15px;
}
.profilehead .desc p,
.profilehead .stud p {
  font-size: 16px;
  margin-bottom: 0px;
  color: #666;
}
.profilehead .editbtn {
  position: absolute;
  top: 0px;
  right: 0;
}
.profilehead .ad-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  flex-wrap: wrap;
}
.profilehead .ad-flex p {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  margin-bottom: 10px;
}
.profilehead .ad-flex p i {
  margin-right: 8px;
}
.profilehead .ad-flex p:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}
.whbox {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 20px 0;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: none;
}
.whbox h5 {
  color: #3e3f5e;
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 700;
}
.whbox table td {
  padding: 5px 0;
}
.whbox table td:first-child {
  color: #8f91ac;
  width: 150px;
  padding-right: 15px;
}
.mec-table.noshadow {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  margin: 20px 0;
  border: 1px solid #ddd;
}
.adinfo {
  border: 2px solid #bbcef0;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
}
.adinfo .img {
  margin-right: 20px;
}
.adinfo .img img {
  width: 70px;
}
.adinfo .dtls h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
  letter-spacing: 2px;
}
.adinfo .dtls p {
  margin-bottom: 15px;
}
.stud-infowrap {
  width: calc(100% + 20px);
  margin: 0 -20px;
}
.successblk.adinfo .dtls h5 {
  color: #0aa06e;
}
.warningblk.adinfo .dtls h5 {
  color: #eb8c20;
}
.failureblk.adinfo .dtls h5 {
  color: #cd1309;
}
.btngreen {
  color: #ffffff;
  background-color: #00c577;
  border: 2px solid #08b268;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
  padding: 0px 25px;
  height: 35px;
  line-height: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btngreenborder {
  color: #08b268;
  background-color: #fff;
  border: 2px solid #08b268;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
  padding: 0px 25px;
  height: 35px;
  line-height: 15px;
  margin-right: 15px;
}
.btngreenborder i,
.btngreen i {
  margin-left: 8px;
}
.btngreenborder:hover,
.btngreen:hover {
  color: #fff;
  box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.chatModule {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  margin-bottom: 0px;
  height: calc(100vh - 170px);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.chatModule .modulelistscroll,
.chatModule .schedulelistscroll,
.chatModule .modulelistscroll {
  overflow-y: auto;
  scrollbar-color: grey silver;
  scrollbar-width: thin;
}
.chatModule .modulelist {
  width: 35%;
  max-width: 350px;
  border: 1px solid #ddd;
  border-radius: 10px 0 0 10px;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
}
.chatModule .schedulelist {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}
.chatModule .selectedlist {
  width: 0%;
  overflow: hidden;
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-direction: column;
}
.chatModule.active .schedulelist {
  width: calc(100% - 400px);
}
.chatModule .facultynme h6 {
  margin-bottom: 15px;
  margin-top: 10px;
}
.chatModule.active .selectedlist {
  min-width: 400px;
  display: flex;
}
.chatModule.active #selemodbtn {
  transform: rotate(180deg);
}
.chatModule .title h5 {
  font-size: 17px;
  font-weight: 600;
}
.chatModule .title {
  padding: 0 15px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 50px;
  min-height: 50px;
}
.chatModule .modulelist .search {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.chatModule .title {
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chatModule .title #selemodbtn {
  color: #c05136;
  font-size: 20px;
}
.chatModule .modulelist .search input[type="text"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  height: auto;
  padding: 0px 15px;
  background-color: #ededed;
  width: 100%;
  margin: 0;
}
.modulelistscroll {
  overflow: auto;
}
.selectedlist .modulelistscroll,
.schedulelist .schedulelistscroll {
  overflow: auto;
}
.modulelist .modulelistscroll ul li a {
  display: block;
  padding: 10px 10px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #fff;
}
.modulelist .modulelistscroll ul li:last-child a {
  border-bottom: none;
  border-radius: 10px 0 0 10px;
}
.modulelist .modulelistscroll ul li:hover a {
  background-color: #eee;
  border-left: 5px solid #eee;
}
.modulelistscroll ul li.active a {
  background-color: #f0f0f0;
  border-left: 5px solid #3db16b;
}
.modulelistscroll ul li h6 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
}
.modulelistscroll ul li h6 span {
  font-size: 17px;
  margin-right: 0px;
}
.modulelistscroll ul li p {
  margin: 0;
  font-size: 15px;
  color: #666;
}
.modulelistscroll ul li p i {
  margin-right: 5px;
}
.schedulelistscroll ul {
  padding: 20px;
  background: #fff;
}
.schedulelistscroll ul li {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}
.schedulelistscroll ul li:nth-child(even) {
  background: #fff;
}
.schedulelistscroll ul li .radio {
  margin: 0;
  padding: 0px;
}
.schedulelistscroll ul li .radio .helper::before,
.schedulelistscroll ul li .radio .helper::after {
  width: 25px;
  height: 25px;
}
.schedulelistscroll ul li .radio .helper::before {
  content: "";
  text-align: center;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
}
.schedulelistscroll ul li .radio input {
  margin-right: 10px;
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
.schedulelistscroll ul li {
  position: relative;
  padding: 15px;
}
.schedulelistscroll ul li .form-pos {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
.session .radio input {
  opacity: 0.00000001;
  z-index: 2;
  position: absolute;
  left: 0;
}
.schedulelistscroll ul li .radio .helper {
  top: -5px;
  right: 40px;
  left: initial;
}
.facultynme ul {
  display: flex;
  margin: 10px 0 0 0;
  padding: 0;
}
.facultynme ul li {
  margin-right: 10px;
  padding: 8px 10px;
  border: 0;
  border-radius: 5px;
  background-color: #ddd !important;
}
.schedulelistscroll ul li .radio label {
  cursor: pointer;
  position: initial;
}
.schedulelistscroll ul li .poptime {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.schedulelistscroll ul li .poptime span {
  display: block;
  font-weight: 700;
  font-size: 15px;
  margin-right: 10px;
}
.main-form select.error + .chosen-container {
  border: solid 1.4px red !important;
}
.schedulelistscroll ul li .poptime span i {
  font-style: normal;
  text-align: left;
  margin-bottom: 0px;
  display: block;
  font-weight: 400;
  font-size: 15px;
}
.approve .dropdown-menu.show {
  transform: translate(-125px, 36.8px) !important;
  width: 150px;
}
.filter .daterange {
  display: flex;
  border-radius: 2px;
  border: solid 1px #bdbdbd;
  background-color: #fafafa;
  height: 40px;
  align-items: center;
  padding: 0 10px;
}
.filter .daterange input {
  width: 220px;
}
.leftFloat.consultation h2 {
  text-transform: initial;
}
.mec-table td.minw300 {
  min-width: 300px;
}
.dataTables_info {
  float: left;
  margin: 10px 0;
}
.dataTables_paginate.paging_simple_numbers {
  float: right;
  margin-top: 10px;
  position: relative;
}
a.paginate_button.previous.disabled {
  cursor: not-allowed;
}
span a.paginate_button.current {
  border-radius: 3px;
  cursor: pointer;
  margin-right: 5px;
  color: #fff;
  padding: 0 12px;
  background: #8cc1d9;
}
span a.paginate_button {
  border-radius: 3px;
  cursor: pointer;
  margin-right: 5px;
  color: #958686;
  padding: 0 12px;
  background: #ffffff;
  box-shadow: 1px 1px 2px 1px #ccc;
}
a.paginate_button.next.disabled {
  cursor: not-allowed;
}
td.dataTables_empty {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #999999;
}
a.paginate_button.previous {
  cursor: pointer;
  color: #1a1a1a;
  margin-right: 15px;
  font-weight: bolder;
}
a.paginate_button.next {
  cursor: pointer;
  color: #1a1a1a;
  margin-left: 10px;
  margin-right: 5px;
  font-weight: bolder;
}
input.time12h {
  background: url(../images/icons/clock.png) no-repeat center right 8px;
  background-size: auto 16px;
}
.mec-table.grid {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  margin: 0;
}
.mec-table.grid table,
.mec-table.grid table tbody,
.mec-table.grid table tr,
.mec-table.grid table tr td {
  display: block;
}
.mec-table.grid table thead {
  display: none;
}
.mec-table.grid table tbody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.mec-table.grid table tbody tr {
  position: relative;
  width: calc(33% - 20px);
  padding: 20px;
  margin: 0 10px 20px 10px;
  border-radius: 10px;
  border: solid 1px #ccc;
  background: #fff;
}
.mec-table.grid table tbody tr:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #88cee8;
}
.mec-table.grid table tbody tr td {
  border: none;
  padding: 0;
}
.mec-table.grid table tbody tr td:first-child {
  display: none;
}
.mec-table.grid table tbody tr td:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
  display: block;
  color: #222;
}
.mec-table.grid table tbody tr td:nth-child(3),
.mec-table.grid table tbody tr td:nth-child(5),
.mec-table.grid table tbody tr td:nth-child(6),
.mec-table.grid table tbody tr td:nth-child(7) {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
  display: block;
  color: #222;
}
.mec-table.grid table tbody tr td:nth-child(4) {
  background-color: #c3edff;
  width: 58px;
  color: #049be3;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.mec-table.grid table tbody tr td:nth-child(5)::before {
  content: "Department:";
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.mec-table.grid table tbody tr td:nth-child(6)::before {
  content: "Subject:";
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.mec-table.grid table tbody tr td:nth-child(5)::before {
  content: "Department:";
}
.mec-table.grid table tbody tr td:nth-child(6)::before {
  content: "Subject:";
}
.mec-table.grid table tbody tr td:nth-child(7)::before {
  content: "Describtion:";
}
.mec-table.grid table tbody tr td:nth-child(7)::before,
.mec-table.grid table tbody tr td:nth-child(5)::before,
.mec-table.grid table tbody tr td:nth-child(6)::before {
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.mec-table.grid table tbody tr td .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.custom-error-box {
  border: solid 1.4px red !important;
}
.cursor-d {
  cursor: default;
}
.controls input[type="text"]:disabled {
  border-radius: 4px;
  border: solid 1.4px #d5d1d1;
}
.errors {
  font-size: 13px;
  color: red;
}
.ReactModalPortal .ReactModal__Overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2) !important;
}
.ReactModalPortal .ReactModal__Overlay .ReactModal__Content {
  position: relative !important;
}
.react-datepicker__input-container {
  width: inherit;
}
.react-datepicker-wrapper {
  width: 100%;
}
.controls button.react-datepicker__navigation {
  background: none;
  padding: 0px;
}
.admission_banner .bandtls p.bannerSubText {
  color: #fff;
}
.details {
  margin: 30px 0px 5px 0px;
  color: #938c8c;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.pgmstru_tabs {
  margin-bottom: 25px;
}
.pgmstru_tabs > .nav {
  height: 50px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  width: 440px;
  margin: auto;
  margin-bottom: 30px;
}
.pgmstru_tabs > .nav a {
  border-radius: 60px;
  display: table-cell;
  text-align: center;
  position: relative;
  width: 220px;
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 0 40px;
  font-size: 16px;
  color: #777;
  font-weight: 600;
}
.pgmstru_tabs > .nav a.active {
  color: #fff;
  background-color: #69b0cf;
}
.cardtable {
  background: #fff;
  padding: 15px;
}
.cardtable {
  background: #fff;
  padding: 15px;
  border: 1px solid #dee2e6;
  border-top: 0;
}
.pgmstru_tabs .tab-content ul li a {
  font-weight: 600;
}

.controls input[type="text"]:disabled {
  border-radius: 4px;
  border: solid 1.4px #d5d1d1;
}
div.calendarList .list .evendtls h5:first-child {
  width: 182px;
}
div.calendarList .list .evendtls h5:nth-child(2) {
  width: 13%;
}
div.calendarList .list .evendtls h5:nth-child(3) {
  width: 19%;
}
div.calendarList .list .evendtls h5:nth-child(4) {
  width: 19%;
  display: flex;
  justify-content: center;
}
div.calendarList .list .evendtls h5:nth-child(5) {
  width: 25%;
}
div.calendarList .list .evendtls h5:last-child {
  width: 80px;
}
div.calendarList .grid .evendtls h5.eventype div.holiday {
  background: #fff;
}
div.mec-table.main-form.calendartable td {
  white-space: nowrap;
}
div.mec-table.main-form.calendartable td:nth-child(5) {
  white-space: normal;
}
div.mec-table.main-form.calendartable td:nth-child(6) {
  white-space: normal;
}
div.mec-table.main-form.calendartable th {
  white-space: nowrap;
}
.mec-table.grid table#consultationTableStaff td:nth-child(3)::before,
.mec-table.grid table#consultationTableStaff td:nth-child(4)::before,
.mec-table.grid table#consultationTableStaff td:nth-child(5)::before,
.mec-table.grid table#consultationTableStaff td:nth-child(6)::before,
.mec-table.grid table#consultationTableStaff td:nth-child(7)::before,
.mec-table.grid table#consultationTableStaff td:nth-child(8)::before {
  content: attr(data-name);
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.mec-table.grid table#consultationTableStaff tbody tr td:nth-child(4) {
  background-color: #fff;
  width: 100%;
  color: #000;
  padding: 0px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 10px;
}
.mec-table.grid table#consultationTableStaff tbody tr td.cancel:nth-child(5) {
  background-color: #b0adad;
  width: 100px;
  color: #ffffff;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.mec-table.grid table#consultationTableStaff tbody tr td.open:nth-child(5) {
  background-color: #c3edff;
  color: #049be3;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  width: 58px;
}
.mec-table.grid table#consultationTableStaff tbody tr td.approve:nth-child(5) {
  background-color: #8ef2b2;
  color: #209344;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  width: 90px;
}
.mec-table.grid table#consultationTableStaff tbody tr td.reject:nth-child(5) {
  background-color: #ff6464;
  color: #ffffff;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  width: 90px;
}
img.consultation-prof {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  max-width: 45px;
  max-height: 45px;
  margin-right: 10px;
  border-radius: 50%;
}
.mec-table.grid table#consultationTable tbody tr td:nth-child(3)::before {
  content: attr(data-name);
  color: #666;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.mec-table.grid table#consultationTable tbody tr td.cancel:nth-child(4) {
  background-color: #b0adad;
  width: 100px;
  color: #ffffff;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.mec-table.grid table#consultationTable tbody tr td.open:nth-child(4) {
  background-color: #c3edff;
  color: #049be3;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  width: 58px;
}
.mec-table.grid table#consultationTable tbody tr td.approve:nth-child(4) {
  background-color: #8ef2b2;
  color: #209344;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  width: 90px;
}
.mec-table.grid table#consultationTable tbody tr td.reject:nth-child(4) {
  background-color: #ff6464;
  color: #ffffff;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  width: 90px;
}
.checkbox input:focus ~ .helper {
  color: #337ab7;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.width-17 {
  width: 17% !important;
}
/*::-webkit-scrollbar {
     width: 5px;
}
 */
.forecastlist ul.list li.filterlist h5:nth-child(1) {
  width: 18%;
}
.forecastlist ul.list li.filterlist h5:nth-child(2) {
  width: 12%;
}
.forecastlist ul.list li.filterlist h5:nth-child(3) {
  width: 19%;
}
.forecastlist ul.list li.filterlist h5:nth-child(4) {
  width: 19%;
}
.forecastlist ul.list li.filterlist h5:nth-child(5) {
  width: 20%;
}
.forecastlist ul.list li.filterlist h5:nth-child(6) {
  width: 18%;
}
.forecastlist ul.list li.filterlist h5:nth-child(7) {
  width: 12%;
}
.forecastlist ul.list li.filterlist h5:nth-child(8) {
  width: 10%;
}
.forecastlist ul.list li.filterinfo h5:nth-child(2) {
  width: 18%;
}
.forecastlist ul.list li.filterinfo h5:nth-child(3) {
  width: 10%;
}
.forecastlist ul.list li.filterinfo h5:nth-child(4) {
  width: 18%;
}
.forecastlist ul.list li.filterinfo h5:nth-child(5) {
  width: 18%;
}
.forecastlist ul.list li.filterinfo h5:nth-child(6) {
  width: 18%;
}
.forecastlist ul.list li.filterinfo h5:nth-child(7) {
  width: 18%;
}
.forecastlist ul.list li.filterinfo h5:nth-child(8) {
  width: 10%;
}
.forecastlist ul.list li.filterinfo h5:nth-child(9) {
  width: 10%;
}
.mastertt-list .list .filterinfo h5 {
  width: 100%;
}
.mastertt-list .list .filterinfo h5:nth-child(6) {
  width: 20%;
}
.mastertt-list .list .filterlist h5 {
  width: 100%;
}
.mastertt-list .list .filterlist h5:nth-child(5) {
  width: 20%;
}
/* Bug Fixes */
.sort {
  position: relative;
}
.sort button.btn-main {
  outline: 0;
  box-shadow: none;
}
.sort button.btn-main:hover {
  color: #514e48;
  background-color: #ccc;
}
.sort button.btn-main.active {
  color: #fff;
  background-color: #6bb1cb;
}
.sort .closebtn {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #ccc;
  color: #666;
  border-radius: 50%;
  top: -8px;
  right: -8px;
  border: solid 1.5px #fff;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}
.sort button.active + .closebtn {
  display: flex;
}
.no-match {
  display: none;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-weight: 500;
}
/* Studewnts Pages */
.maindashboard .card {
  padding: 15px;
  position: relative;
}
.maindashboard .card h2 {
  margin-top: 0px;
}
.dashul li {
  margin-bottom: 15px;
}
.dashul li span {
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
}
ul.dashul.color li:first-child {
  color: green;
}
ul.dashul.color li:nth-child(2) {
  color: #e44d3a;
}
.gridfull.grid li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0px;
  margin: 0 0 20px 0;
}
.gridfull.grid li .evendtls {
  border: solid 1px #ccc;
}
.gridfull.grid li:hover .evendtls {
  border: solid 1px #88cee8;
}
.timetabledtls {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
.timetabledtls li {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.04);
}
.timetabledtls li h2 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.timetabledtls li h3 {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.Courprogress {
  margin: 0;
}
.Courprogress ul {
  display: flex;
  align-items: center;
  margin: 30px 0 25px 0;
}
.Courprogress li {
  width: calc(12% - 15px);
  margin: 0 10px;
  border-radius: 20px;
  background-color: #ccc;
  height: 10px;
  position: relative;
}
.Courprogress li.green {
  background-color: #4dd181;
}
.Courprogress li.warning {
  background-color: #ea8b3f;
}
.Courprogress li.danger {
  background-color: #ea5f51;
}
.Courprogress li .step:after {
  display: block;
  transform: translate(0px, 15px);
  color: #222;
  content: attr(data-desc);
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  min-width: 120px;
}
.Courprogress li .step.completed::before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-radius: 50%;
  border-color: transparent;
  line-height: 26px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #4dd181;
  position: absolute;
  top: -10px;
  left: -3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.Courprogress li .current::before {
  content: "\f19d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-radius: 50%;
  border-color: transparent;
  line-height: 26px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #4dd181;
  position: absolute;
  top: -10px;
  left: -3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 1px 1px rgba(0, 0, 0, 0.075);
  background: #4dd181;
  /*url(data:image/svg+xml;
    base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNGRkZGRkYiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjRkZGRkZGIj4gICAgICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSIyLjVzIiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDIwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMi41cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiICAgICAgICAgICAgICAgIGJlZ2luPSItMC45cyIgZHVyPSIyLjVzIiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDIwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMi41cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgPC9nPjwvc3ZnPg==)
    no-repeat 50% 50%; */
}
.h400 {
  height: 400px;
}
.calYear,
.calMonth {
  display: none;
}
#corecoursewrap .modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
#corecoursewrap .modal-dialog {
  max-width: 100%;
}
.radio .select {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  display: block;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
  font-size: 16px;
  line-height: 35px;
  width: 80px;
  height: 35px;
  padding: 0 10px;
  font-style: normal;
  border-radius: 8px;
}
.radio .select::before,
.radio .select::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 80px;
  height: 35px;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 8px;
  border: 0.125rem solid currentColor;
}
.radio .select::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  text-align: right;
  right: 10px;
  border: 0;
}
.radio label:hover .select {
  color: #337ab7;
}
.radio input:checked ~ .select {
  color: #fff;
  background-color: #337ab7;
}
.radio input:checked ~ .select::after {
  content: "\f00c";
  color: #fff;
}
.radio input:hover .select::before {
  background-color: #337ab7;
}
.radio input:checked ~ .select::before {
  color: #337ab7;
}
.selmodulelist li .time {
  position: relative;
}
.selmodulelist li .time > .dropdown {
  position: absolute;
  top: 5px;
  right: 5px;
}
.selmodulelist li .time > .dropdown > a {
  background-color: #ccc;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selmodulelist li .time > .dropdown .dropdown-menu li {
  padding: 0;
  margin: 0;
  border: 0;
}
.selmodulelist li .time > .dropdown .dropdown-menu li a {
  border: 0;
}
.hostelWaittable,
.hostelWaittable tbody,
.hostelWaittable tr,
.hostelWaittable td {
  display: block;
}
.card .cardHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.notifimodule .alert-icon {
  margin-right: 6px;
}
.notifimodule strong {
  margin: 0 5px;
}
.notifimodule .close {
  margin-left: auto;
  font-size: 13px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  opacity: 0.5;
  text-shadow: none;
  line-height: 0;
  outline: 0;
}
.modstats {
  text-align: center;
}
.modstats h1 {
  font-size: 55px;
  line-height: 55px;
  font-weight: 600;
  color: #222;
  margin-bottom: 0px;
}
.modstats span {
  font-size: 19px;
  font-weight: 400;
  color: #666;
  display: block;
  margin-bottom: 10px;
}

.profbtn {
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 15px;
  border-radius: 2px;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 13px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: auto;
  border: solid 1.4px #6bb1cb;
  background-color: #6bb1cb;
  color: #fff;
  position: absolute;

  top: 35px;
}
/* Login */
.loginwrap {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 15px;
  background: #ddd;
  background-size: cover;
}

.background-image {
  background-image: url(../images/bg-login.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  text-align: center;
  z-index: 9;
}

.loginwrap:before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/bg-login.jpg) no-repeat center center;
  filter: blur(3px);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}
.loginwrap:after {
  /* content: ""; */
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  /* position: absolute; */
  z-index: 0;
}
.loginwrap .container {
 
  z-index: 9;
  /* text-align: center; */
}
.loginwrap .fxt-header {
  padding: 30px 30px 30px 0;
}
.loginwrap .transform-50 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.loaded.loginwrap .transform-50 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.loaded.loginwrap .transform-50 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.loaded.loginwrap .transition-delay-1 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.loaded.loginwrap .transition-delay-2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.loaded.loginwrap .transition-delay-3 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.loginwrap .fxt-header img {
  height: 70px;
  margin-bottom: 15px;
}
.loginwrap .fxt-header h1 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.loginwrap .fxt-header p {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}
.loginwrap .fxt-header p strong {
  display: block;
}
.loginwrap .fxt-content {
  padding: 45px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 19px 25px rgb(0 0 0 / 25%), 0 15px 12px rgb(0 0 0 / 10%);
}
.loginwrap .fxt-form h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}
.loginwrap .fxt-form p {
  font-size: 18px;
  color: #111111;
  text-align: center;
}
.loginwrap .fxt-form form {
  margin-top: 40px;
}
.loginwrap .fxt-form .desclogin {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.loginwrap .fxt-form .desclogin p {
  text-align: left;
  line-height: 28px;
  margin-bottom: 15px;
}
.btn-login {
  border: solid 1.4px #6bb1cb;
  background-color: #6bb1cb;
  height: 40px;
  text-align: center;
  display: block;
  border-radius: 50px;
  border: 0;
  width: 200px;
  margin-top: 0px;
  color: #fff;
  float: right;
}
.showpassword input {
  padding-right: 50px !important;
}
.showpassword > div {
  position: absolute;
  top: 0;
  right: 25px;
  width: 40px;
  height: 47px;
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.showpassword > div input[type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 47px;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}
.showpassword > div span {
  color: #999;
  padding: 0;
}
.showpassword > div span .fa-eye::before {
  content: "\f070";
}
.showpassword > div input[type="checkbox"]:checked + span .fa-eye::before {
  content: "\f06e";
}
.stats-table .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #dee2e6;
  border-radius: 0.25rem;
  background-color: #7a6fbe !important;
  padding: 0;
  margin: 0;
  box-shadow: 0 -3px 31px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 2%);
}
.stats-table .card:hover {
  box-shadow: 0 -3px 41px 0 rgb(0 0 0 / 15%), 0 6px 30px 0 rgb(0 0 0 / 10%);
}
.stats-table .mini-stat .mini-stat-img {
  background: url(../images/bg-sponsorstat.png) no-repeat;
  background-size: cover;
}
.stats-table .mini-stat .mini-stat-icon i {
  font-size: 30px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #fff !important;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.1);
  display: inline-block;
  float: right;
}
.stats-table .mini-stat h6 {
  margin-top: 5px;
  font-size: 17px;
  color: #fff;
  margin-bottom: 0px;
}
.stats-table .mini-stat h1 {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
#studdtls .whbox {
  margin: 0 0 15px 0 !important;
  padding: 0 0 15px 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #dddd;
}
.scrollmodal {
  height: calc(100vh - 300px);
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 0 15px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0 10px 0;
}
.pagination li {
  margin-left: 10px;
}
.pagination li a {
  border-radius: 3px;
  cursor: pointer;
  color: #958686;

  padding: 0 12px;
  background: #ffffff;
  box-shadow: 1px 1px 2px 1px #ccc;
}
.pagination li.active a {
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  padding: 0 12px;
  background: #8cc1d9;
}
.pagination li.previous a,
.pagination li.next a {
  background-color: transparent;
  box-shadow: none;
}
.pagination li.previous.disabled a,
.pagination li.next.disabled a {
  color: #aaa;
  cursor: not-allowed;
}
.pagination li.break-me a {
  background: transparent;
  box-shadow: none;
  letter-spacing: 5px;
  margin: 0;
  padding: 0;
}

input[disabled] {
  cursor: not-allowed !important;
}

.printwrap {
  max-width: 1150px;
  max-width: 29.7cm;
  margin: auto;
}

.react-dropdown {
  display: flex;
  align-items: center;
}
.react-dropdown button {
  border-radius: 5px;
  margin-left: 5px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background: transparent !important;
  box-shadow: none;
  font-size: 14px;
  padding-top: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  box-shadow: none !important;
  border: none !important;
}
.react-dropdown button i {
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.react-dropdown .dropdown-menu {
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
  box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
  padding: 0;
  margin: 0 0 0;
  margin-top: 0px;
  background-color: #fff;
  border: 1px solid rgba(34, 41, 47, 0.05);
  overflow: hidden;
}
.react-dropdown .dropdown-menu a {
  background: transparent !important;
  box-shadow: none;
  font-size: 14px;
  padding-top: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}

/*certificate*/
.certificate-container {
  height: -webkit-fill-available;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  left: 0;
  border: 10px solid black;
}
.certificate-container::before {
  content: "";
  background-image: url("/assets/images/arabic-floral-background.png");
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.1;
}
.marquee {
  color: #afa034;
  font-size: 48px;
  margin: 20px;
  text-align: center;
}
.assignment {
  margin: 20px;
  text-align: center;
}
.person {
  color: #228db1;
  font-size: 32px;
  font-style: italic;
  margin: 20px auto;
  width: 400px;
  text-align: center;
}
.reason {
  margin: 20px;
  text-align: center;
}

/* Academic transcript Style */
.transcript_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
.transcript_header .logo img {
  height: 80px;
  margin-bottom: 10px;
}
.transcript_header p {
  margin-bottom: 25px;
}
.transcript_header h6 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.transcript_content .studentdtls p,
.transcript_footer .studentdtls p {
  margin-bottom: 15px;
}
.transcript_content .studentdtls p strong,
.transcript_footer .studentdtls p strong {
  width: 150px;
  display: inline-block;
  font-weight: 400;
}
.studentdtls p.bold strong,
.studentdtls p.bold span {
  font-weight: 700;
}
.studenttable table {
  width: 100%;
  margin-bottom: 20px;
}
.studenttable table thead th {
  padding: 12px 0;
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #333;
}
.studenttable table tbody td {
  padding: 6px 0;
}
.studenttable table .remark {
  text-align: right;
  padding: 5px;
}
.studenttable table .flextab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  color: #000;
}
.studenttable table tfoot {
  color: #000;
  border-bottom: 2px solid #333;
  border-top: 1px solid #333;
}
.transcript_footer .transcript_result {
  font-weight: 700;
  border-bottom: 1px solid #333;
  padding: 0 0 8px 0;
}
.transcript_footer .note_center {
  text-align: center;
  margin: 15px 0;
}
.note_left {
  font-weight: 700;
  margin-bottom: 15px;
}
.transcript_signataure ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.transcript_signataure ul li {
  width: 150px;
  text-align: center;
}
.transcript_signataure ul li img {
  height: 80px;
  margin: auto;
}
.transcript_signataure ul li .signtext {
  font-weight: 600;
}
.transcript_signataure .note_sign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.transcript_signataure table {
  width: 100%;
  border: 1px solid #666;
  margin: 15px 0;
}
.transcript_signataure table tr td,
.transcript_signataure table tr th {
  border: 1px solid #666;
  padding: 10px;
}

.evaluator-sign-table tr td:nth-child(2) {
  width: 700px;
}
.evaluator-sign-table tr:last-child td:first-child {
  border-right: hidden;
}
.evaluator-sign-table tr:last-child td:last-child {
  border-left: hidden;
}

tfoot.separated tr {
  border-bottom: 1px solid #ccc;
}
tfoot.separated tr td {
  padding: 15px 0;
}
strong.header {
  font-size: 25px;
  border-bottom: 3px solid #020202;
}
.letter_content table tbody tr:last-child {
  border: 1px solid #fff;
}
.letter_content.total table tbody tr:last-child td:nth-child(5),
.letter_content.total table tbody tr:last-child td:nth-child(6) {
  border-top: 3px solid #000;
}

.staffconsulthight {
  min-height: calc(100vh - 150px);
}
.staffconsultbuttonsett {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Request Letter */
.requestletterwrap {
  margin: 25px 15px;
}

.requestletterwrap .letter_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.requestletterwrap .letter_header h6 {
  margin: 0 0 5px 0;
  font-size: 17px;
}

.requestletterwrap .letter_header img {
  max-width: 330px;
  max-height: 80px;
}

.letter_content .title_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.letter_content .title_content h5,
.letter_footer h5 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.letter_content .title_content h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 6px;
}

.letter_content p {
  text-align: left;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

.letter_content .table_card {
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
  margin: 15px 0 30px 0;
}

.letter_content table {
  width: 100%;
  vertical-align: top;
}

.letter_content .table_half {
  border-bottom: none;
  padding-bottom: 0px;
  margin: 15px 0;
}

.letter_content .table_half table {
  width: 50%;
}

.letter_content table tr th {
  font-weight: 700;
}

.letter_content table tr th,
.letter_content table tr td {
  border: 1px solid #aaa;
  padding: 8px 10px;
  vertical-align: top;
}

.divider {
  width: 100%;
  height: 2px;
}

.divider.m-10 {
  margin: 10px 0;
}

.divider.m-20 {
  margin: 20px 0;
}

.divider.m-30 {
  margin: 30px 0;
}

.divider.line {
  background-color: #aaa;
}

.letter_footer p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
}

.letter_footer h5 {
  margin-bottom: 8px;
}

.main-form .formgroup small {
  display: block;
}

/* Academic transcript Style */
.transcript_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

.transcript_header .logo img {
  height: 80px;
  margin-bottom: 10px;
}

.transcript_header p {
  margin-bottom: 25px;
}

.transcript_header h6 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.transcript_content .studentdtls p,
.transcript_footer .studentdtls p {
  margin-bottom: 15px;
}

.transcript_content .studentdtls p strong,
.transcript_footer .studentdtls p strong {
  width: 150px;
  display: inline-block;
  font-weight: 400;
}

.studentdtls p.bold strong,
.studentdtls p.bold span {
  font-weight: 700;
}

.studenttable table {
  width: 100%;
  margin-bottom: 20px;
}

.studenttable table thead th {
  padding: 12px 0;
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #333;
}

.studenttable table tbody td {
  padding: 6px 0;
}

.studenttable table .remark {
  text-align: right;
  padding: 5px;
}

.studenttable table .flextab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  color: #000;
}

.studenttable table tfoot {
  color: #000;
  border-bottom: 2px solid #333;
  border-top: 1px solid #333;
}

.transcript_footer .transcript_result {
  font-weight: 700;
  border-bottom: 1px solid #333;
  padding: 0 0 8px 0;
}

.transcript_footer .note_center {
  text-align: center;
  margin: 15px 0;
}

.note_left {
  font-weight: 700;
  margin-bottom: 15px;
}

.transcript_signataure ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.transcript_signataure ul li {
  min-width: 150px;
  text-align: center;
}

.transcript_signataure ul li img {
  height: 80px;
  margin: auto;
}

.transcript_signataure ul li .signtext {
  font-weight: 600;
}

.transcript_signataure .note_sign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.transcript_signataure table {
  width: 100%;
  border: 1px solid #666;
  margin: 15px 0;
}

.transcript_signataure table tr td,
.transcript_signataure table tr th {
  border: 1px solid #666;
  padding: 10px;
}
/* Print CSS */
@page {
  size: A4;
  margin: 0;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
  }

  page[size="A4"] {
    background: white;
    width: 21cm;
    height: 29.7cm;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  }

  html,
  body {
    width: 230mm;
    height: 297mm;
    margin: 0;
    padding: 0;
  }

  header,
  .title {
    display: none !important;
  }

  .questiontemplate {
    width: auto;
  }

  .container-print {
    width: 21cm;
  }

  body,
  page {
    margin: 0px;
    box-shadow: 0;
    height: 100%;
  }

  .pdf-container {
    width: 100%;
    max-width: 100%;
  }

  .row {
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .pdf h6 {
    width: 152px;
    font-size: 14px;
  }

  section {
    page-break-after: always;
    position: relative;
  }

  footer.pdf-footer,
  footer {
    display: block;
    bottom: 0;
  }

  img.logo {
    margin-top: 10px;
  }
}

.sv_main .sv_container .sv_body .sv_nav {
  display: flex !important;
  gap: 15px;
}

.sv_main .sv_container .sv_body .sv_nav div input.sv_nav_btn {
  margin: 0 0 0 0 !important;
}

.card-main .modulesbtnWrap a {
  background: transparent;
  padding: 0;
  border: 0;
  display: inline-block;
  position: absolute;
  bottom: 8px;

  font-size: 15px;
  width: auto;
  color: #0d6efd;
  border-bottom: 1px solid #0d6efd;
  border-radius: 0;
  box-shadow: none;
  line-height: 16px;
}

/*new dashboard*/
/* Menu */
.container {
  max-width: 100% !important;
}
.admissionmain .container,
.admission_banner .container {
  max-width: 1320px !important;
}
header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.05);
}

header.stud-header {
  width: 100%;
  height: 50px;
  padding: 0 25px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.stud-header .logo img {
  height: 50px;
  padding: 5px 0;
}

header .profile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 0px;
  z-index: 50;
  height: 50px;
}

header .profile .name h6 {
  font-size: 17px;
  line-height: 18px;
  white-space: nowrap;
  font-weight: 600;
  margin-bottom: 3px;
}

header .profile .name span {
  display: block;
  opacity: 0.7;
  font-size: 14px;
  line-height: 15px;
  color: #222222;
}

header .right-header {
  display: flex;
  align-items: center;
}

header .profile .img img {
  height: 40px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.2);
}

nav.sidenav-stud {
  width: 280px;
  overflow: auto;
  padding: 0;
  position: fixed;
  top: 50px;
  z-index: 999;
  height: calc(100vh - 50px);
  background: #6DBB09 url(../images/bg-nav.jpg) no-repeat right top;
  background-size: cover;
  -webkit-box-shadow: 0 0 18px 0 rgb(89 102 122 / 15%);
  box-shadow: 0 0 18px 0 rgb(89 102 122 / 15%);
}

nav.sidenav-stud::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #6DBB09;
}

nav.sidenav-stud::-webkit-scrollbar {
  width: 10px;
  background-color: #6DBB09;
}

nav.sidenav-stud::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(0, 0, 0, 0.4);
}

.main-content {
  min-height: 100vh;
}

/* Nav */
.sidenav-stud {
  background-color: #6DBB09;
  padding: 0 0 0 20px;
}

.sidenav-stud ul {
  list-style-type: none;
  padding-left: 0;
}

.sidenav-stud ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  width: 100%;
  padding: 8px 10px;
}

.sidenav-stud > ul > li > a {
  font-size: 17px;
  color: #fff;
  padding: 6px;
  display: block;
  width: 100%;
  font-weight: 600;
}
.sidenav-stud > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.sidenav-stud > ul > li > a:hover {
  text-decoration: none;
  border-bottom: 0;
}

.sidenav-stud ul li a.subnav {
  position: relative;
}

.sidenav-stud ul li a.subnav::before,
.sidenav-stud ul li a.subnav::after {
  content: "";
  position: absolute;
  top: 52%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 8px;
  background: #6DBB09;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #6DBB09;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}

.sidenav-stud ul li a.menu-toggle:focus,
.sidenav-stud ul li a.menu-toggle:hover,
.sidenav-stud ul li a.menu-toggle:visited,
.sidenav-stud ul li a.menu-toggle:link {
  border-bottom: 0;
  text-decoration: none;
}

.sidenav-stud ul li a.menu-toggle.rotate {
  transform: rotate(180deg);
}

.sidenav-stud ul.submenu {
  display: none;
}

.sidenav-stud ul.submenu li {
  border-bottom: none;
  padding: 3px 10px;
}

.sidenav-stud ul.submenu li a {
  padding: 3px 0;
  font-size: 16px;
  color: #cde4ff;
  display: block;
}
.react-datepicker-popper {
  z-index: 999 !important;
}
/* Lang Toggle */
.lang {
  height: 28px;
  display: flex;
  align-items: center;
}

.lang .switch {
  position: relative;
  display: inline-block;
}

.lang .switch > span {
  position: absolute;
  top: 6px;
  pointer-events: none;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
}

.lang .switch input.check-toggle-round-flat:checked + label {
  background-color: #0072ff;
}

.lang .switch input.check-toggle-round-flat:checked + label:before {
  background-color: #0072ff;
}

.lang .switch input.check-toggle-round-flat:checked ~ .off {
  color: #f36f25;
}

.lang .switch input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}

.lang .switch > span.on {
  left: 0;
  padding-left: 2px;
  color: #f36f25;
}

.lang .switch > span.off {
  top: 5px;
  right: 0;
  padding-right: 4px;
  color: #fff;
}

.lang .switch .check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.lang .switch .check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lang .switch input.check-toggle-round-flat + label {
  padding: 2px;
  width: 70px;
  height: 28px;
  background-color: #c05136;
  border-radius: 5px;
}

.lang .switch input.check-toggle-round-flat + label:before,
.lang .switch input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

.lang .switch input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #c05136;
  border-radius: 5px;
}

.lang .switch input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 30px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

.lang .switch input.check-toggle-round-flat:checked + label:after {
  margin-left: 32px;
}

.lang .switch input.check-toggle-round-flat:checked ~ .off {
  color: #0072ff;
}

.mec-table table tbody td .badge {
  font-size: 15px;
  font-weight: 400;
}
.filter {
  position: relative;
}
.search-stud {
  position: relative;
  display: flex;
  align-items: center;
}
.search-stud input {
  border: 1px solid #ddd;
  border-right: none;
  height: 40px;
  width: 260px;
  padding: 0 6px;
}
.search-stud .btndrop {
  height: 40px;
  width: 40px;
  border: 1px solid #ddd;
  background: #ddd;
}
.search-stud .btnsearch {
  height: 40px;
  width: 40px;
  border: 1px solid #0072ff;
  background: #0072ff;
  color: #fff;
}
#stud-search-filter {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  width: 500px;
  z-index: 9;
}
#stud-search-filter .btnclose {
  cursor: pointer;
  color: #777;
  background-color: #eee;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-border-danger {
  background-color: #fff;
  border-bottom: solid 1px #be5138;
  color: #be5138;
}
.btn-border-main {
  background-color: #fff;
  border-bottom: solid 1px #0072ff;
  color: #0072ff;
}

#hostel-bill-filter .react-datepicker-wrapper + label,
#hostel-bill-filter .floatLabel + label {
  display: none;
}
#hostel-bill-filter label {
  z-index: 9;
  left: 20px;
}
/* Form */
.main-form.profile-view textarea {
  height: 120px;
}
.main-form.profile-view .charcount {
  display: none;
}
.view-form label {
  font-size: 14px;
  line-height: 19px;
  color: #666;
  margin-bottom: 4px;
}
#admissionaccord input {
  margin-bottom: 15px;
}
.jobList .jobcard {
  border-radius: 8px;
  border: 1px solid #e0e6f7;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
}
.jobList .jobcard:hover {
  border: 1px solid #ccc;
  background: #f4f4f4;
}
.jobList .jobcard .jobhead,
.jobList .jobcard .jobdesc {
  padding: 10px;
}
.jobList .jobcard .jobhead {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.jobList .jobcard .dropdown {
  position: absolute;
  top: 5px;
  right: 5px;
}
.jobList .jobcard .dropdown-menu {
  padding: 0px;
}
.jobList .jobcard .dropdown-menu .dropdown-item {
  padding: 10px;
}
.jobList .jobcard .jobhead h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #05264e;
  padding: 0;
  margin: 0;
}
.jobList .jobcard .jobhead h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #222;
  padding: 0;
  margin: 6px 0 0px 0;
}
.jobList .jobcard .jobhead h6 {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #666;
  padding: 0;
  margin: 6px 0 10px 0;
}
.jobList .jobcard .jobdesc ul {
  display: flex;
  margin-bottom: 10px;
}
.jobList .jobcard .jobdesc ul li {
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  color: #555;
  font-weight: 600;
  border-right: 1px solid #bbb;
  padding-right: 8px;
  margin-right: 8px;
  width: 33.33%;
}
.jobList .jobcard .jobdesc ul li:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}
.jobList .jobcard .jobdesc ul li span {
  margin-bottom: 5px;
  font-size: 13px;
  display: block;
  font-weight: 400;
  color: #555;
}
.jobdesc ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.jobdesc ol li {
  margin-left: 5px;
}
.status-active {
  background: #59dbae;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  width: auto;
}
.card-grid-2 .card-grid-2-image-left .right-info .name-job {
  font-size: 18px;
  line-height: 26px;
  color: #05264e;
  font-weight: 700;
  display: block;
}
.compcard {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.jobList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.jobList .jobcard {
  width: calc(33% - 20px);
  margin-right: 20px;
}
.studdash .content-head {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.studdash .userview label {
  color: #666;
  opacity: 1;
}
.mec-table-lite td h5.actions div.dropdown > a,
.mec-table td h5.actions div.dropdown > a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* office queue */
.available-slots .queuecard {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
}

.available-slots .timedls {
  display: flex;
  align-items: center;
  gap: 15px;
}
.available-slots .timedls p i {
  opacity: 0.5;
  margin-right: 5px;
}
.filterinfo {
  width: 33%;
  margin-bottom: 15px;
  cursor: pointer;
}
.filterinfo .available-slots {
  padding-left: 0;
  padding-bottom: 0;
}
.selection input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0.01;
  cursor: pointer;
}

.selection label {
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid #666;
  border-radius: 50px;
  position: relative;
}
.selection label::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background: transparent;
  border-radius: 50px;
  position: relative;
  margin: 5px;
}
.selection input:checked + label {
  border: 1px solid #2f8ab9;
}
.selection input:checked + label::before {
  background: #2f8ab9;
}
button.custom-logout {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 5px;
  margin-left: 12px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
}
.custom-logout::before {
  content: "\f2f5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0px;
}
.btn-wallet,
.btn-wallet:hover {
  background-color: #176c8c;
  color: #fff;
  border-radius: 5px;
}

.wallet-ico {
  width: 50px;
  height: 50px;
  background-color: #007dba;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wallet-dtl h6 {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.wallet-dtl h2 {
  font-size: 30px;
  color: #222;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.App {
  text-align: center;
  background-color: #f0f0f0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.App-header {
  background-color: #282c34;
  height: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.login-container {
  max-width: 400px;
  margin: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 15px;
}

.error-message {
  color: red;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 5px;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

button {
  background-color: #1b9c93;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
a.view-photo {
  background-color: #1b9c93;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}

.login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f5f5f5;
}

.loginForm {
  width: 300px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.loginHeader {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.errorMessage {
  color: red;
  margin-bottom: 10px;
}

.formGroup {
  margin-bottom: 15px;
}

.label {
  display: block;
  margin-bottom: 5px;
}

.inputField {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.submitButton {
  width: 100%;
  padding: 10px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.submitButton:hover {
  background-color: #45a049;
}
.profile {
  position: relative;
  display: inline-block;
 /* Optional: Add some margin */
}

.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%; /* Make the image round */
  cursor: pointer; /* Show pointer cursor on hover */
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  min-width: 120px; /* Optional: Set minimum width */
  padding: 8px 0; /* Optional: Adjust padding */
  top: 60px; /* Position dropdown below the profile image */
  right: 0; /* Align dropdown to the right of the profile image */
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.card-container {
  display: flex;
  justify-content: center; /* Center align cards horizontally */
  max-width: 800px; /* Maximum width for the cards */
  flex-wrap: wrap; /* Wrap cards if they exceed container width */
}

.card1 {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 20px;
  width: calc(33.33% - 40px); /* Adjust width for responsive layout */
  min-width: 200px; /* Minimum width of each card */
  text-align: center;
}

.card1 h2 {
  color: #333;
}

.card1 p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
