/* google font import*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");

/* styles */
html#admin {
  position: relative;
  min-height: 100%;
  font-family: "Lato", sans-serif;
  background-color: transparent;
}

body.overall-font {
  margin-bottom: 60px;
  font-family: "Lato", sans-serif;
}

.alert.custom {
  font-size: 14px;
}
.close.admin {
  position: absolute !important;
  top: 0px !important;
  right: -5px !important;
  color: inherit;
}
.navbar-nav.right {
  float: right;
}
.h1,
h1 {
  font-size: 5vmin;
}
h3.heading-style {
  font-size: 4vh;
}
.admin-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #ffffff;
}
.container.navbar {
  background-color: white !important;
}
.admin-navbar {
  padding: 0.2rem 1rem;
  background-color: white !important;
  box-shadow: 0px 1px 6px 0px #a5a5a5;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #444054;
}
.navbar-dark .navbar-nav .nav-link {
  color: #707070;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #444054;
}
.navbar-toggler {
  background-color: #444054;
  padding: 2px 4px;
  font-size: 16px;
  line-height: 1;
}
.btn-primary.purple {
  color: #fff !important;
  background-color: #444054;
  border-color: #444054;
}
td.boldtext {
  color: #444054;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: left;
}

td.boldtext span {
  color: #9a9494;
  font-weight: 400;
  font-size: 1rem;
}
td.red-color span {
  color: #d92550 !important;
  font-size: 40px;
  font-weight: 600;
}
td.yellow {
  color: #f7b924;
  font-size: 40px;
  font-weight: 600;
}
td.green {
  color: #3ac47d;
  font-size: 40px;
  font-weight: 600;
}
td.grey {
  color: #444054;
  font-size: 40px;
  font-weight: 600;
}
.boxed {
  background-color: white;
  box-shadow: 0px 0px 3px 2px #7d7d7d54;
}
.table.dashboard td {
  border: none;
  text-align: left;
}
.text-muted {
  color: #444054 !important;
  font-weight: 600;
}
body > .container {
  padding: 0px 15px 0;
}

.admin-footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.list-group-item1:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item1 {
  border-color: NONE;
  padding-right: 15px;
}
.list-group-item1 {
  position: relative;
  display: block;
  padding: 0px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 0px solid #ddd;
}

.no-border,
.no-borders {
  border-color: transparent;
  border-width: 0;
}

.form-control1,
.form-control1:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control1 {
  border-color: #cbd5dd;
  border-radius: 0px;
}
.form-control1 {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.list-group-item1:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item1 {
  border-color: #eaeef1;
  padding-right: 15px;
}
.list-group-item1 {
  position: relative;
  display: block;
  padding: 0px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 0px solid #ddd;
}

.btn-block1 {
  padding-left: 12px;
  padding-right: 12px;
}

.btn {
  font-weight: 500;
  border-radius: 2px;
}
.btn-primary1 {
  color: #fff !important;
  background-color: #177bbb;
  border-color: #177bbb;
}
.btn-block1 {
  display: block;
  width: 100%;
  margin-top: 1em;
}
section.loginbox {
  max-width: 500px;
  margin: auto;
  background: white;
  box-shadow: 0px 0px 3px 2px #c5c5c5;
  padding: 40px;
  margin-bottom: 5em;
}
header.wrapper {
  margin-bottom: 1em;
}

/*newly added styles*/

.gray {
  color: #707070;
  font-size: 20px;
}

.login-message {
  padding: 20px;
  background-color: #ffffff;
  color: black;
  box-shadow: 0px 1px 6px 0px #a5a5a5;
}

.closebtn {
  margin-left: 15px;
  color: #d92550;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

form.example1 input[type="text"] {
  padding: 7px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: #ffffff;
}

form.example1 button {
  float: right;
  width: 20%;
  padding: 7px;
  background: #ffffff;
  color: #707070;
  font-size: 17px;

  cursor: pointer;
  border: none;
}

form.example1 button:hover {
  background: #ffffff;
}

form.example1::after {
  content: "";
  clear: both;
  display: table;
}

.button-color {
  background-color: #444054;
}

form.example1 {
  box-shadow: 0px 1px 6px 0px #a5a5a5;
}

select.form-control1:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

.form-control1 {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.courses {
  width: 250px;
}

td.center {
  text-align: center;
}

td.left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

tr.table-header {
  background-color: #6b8fc0;
  color: #ffffff;
}

button.btn-link {
  color: #0d74ff;
  text-decoration: underline;
}

td.font-color {
  color: #d92550;
}

.row-align {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  margin-left: 6px;
}

.flex-item-left {
  padding: 10px;
  flex: 50%;
}

.flex-item-right {
  padding: 10px;
  flex: 50%;
}

div.search-container {
  padding-top: 8px;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-item-left,
  .flex-item-right {
    flex: 100%;
    text-align: center;
  }
}

label.record-label {
  padding-top: 1px;
}

form.example1 {
  margin: auto;
  max-width: 350px;
}

td.cell-width {
  padding: 4px;
}

button.btn-color {
  background-color: #6b8fc0;
}

div.student-info {
  height: 90%;
  border: 1px solid #707070;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 3px 2px #7d7d7d54;
}

.custom-class {
  display: flex;
}

.row-align {
  display: flex; /* equal height of the children */
}
button.enroll-button {
  background: #6b8fc0;
  padding: 6px 20px;
  color: #ffffff;
}

select.course-dropdown {
  width: 100%;
  margin-bottom: 1rem;
}

td.text-color {
  color: #226fd8;
}

button.back-button {
  background-color: #ffffff;
  font-size: 15px;
  box-shadow: 0px 0px 3px 2px #7d7d7d54;
  padding: 6px 20px;
  cursor: pointer;
  margin-bottom: 1rem;
}

.fa-angle-left {
  font-size: 16px;
  position: relative;
  right: 7px;
}

td.cell-size {
  text-align: left;
}

td.cell-alignment {
  width: 60%;
}

button.add-course {
  position: relative;
  top: -7px;
}

button.delete-button {
  background-color: #f93b3b;
  color: #ffffff;
  padding: 8px 20px;
}

button.update-button {
  background-color: #3bc3f9;
  color: #ffffff;
  padding: 8px 20px;
}

img.delete-icon {
  position: relative;
  right: 5px;
}

img.update-icon {
  position: relative;
  right: 5px;
}

.header-width {
  width: 13%;
}

label.white {
  color: #ffffff;
}
h6.white {
  color: #ffffff;
}

div.left-column {
  background-color: #6b8fc0;
  padding-top: 10px;
  padding-bottom: 5px;
}
div.right-column {
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 5px;
}

img.calendar {
  position: relative;
  top: -2px;
  left: 6px;
}

button.create-iteration {
  position: relative;
  top: -2px;
}

@media (max-width: 766px) {
  input.input-align[type="text"] {
    position: relative;
    top: 1px;
  }
}

div.first-install {
  margin-bottom: -12px;
}

div.iteration {
  margin-bottom: -17px;
}

div.iteration-cost {
  margin-bottom: -6px;
}

img.success {
  width: 25px;
  float: left;
  position: relative;
  right: 8px;
}

button.manage-button {
  background-color: #00b2e0;
  color: #ffffff;
  padding: 3px 15px;
  position: relative;
  top: 5px;
}

button.enroll-button {
  background-color: #00b2e0;
  color: #ffffff;
  position: relative;
  top: -2px;
  padding: 3px 15px;
}

p.red {
  color: #ff0000;
}

button.blank-module {
  background-color: #f1ab00;
  padding: 5px 20px;
  color: #ffffff;
}

.module-image {
  width: 30px;
  position: relative;
  right: 6px;
}

@media (max-width: 354px) {
  button.delete {
    position: relative;
    top: 9px;
  }

  button.update {
    position: relative;
    top: 9px;
  }
}

button.save-button {
  background-color: #0bb438;
  color: #ffffff;
  padding: 5px 28px;
}

button.save-button:hover {
  opacity: 0.5;
}

button.enroll-button {
  background-color: #00b2e0;
  color: #ffffff;
  padding: 5px 28px;
}
button.enroll-button:hover {
  opacity: 0.5;
}

th.align-middle {
  vertical-align: middle;
}

div.btn-center {
  margin: 0;

  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

button.load-dropdown {
  position: relative;
  top: 28px;
  background-color: #0db5ff;
  color: #ffffff;
}

img.view-image {
  cursor: pointer;
}

/* Custom header CSS */
.navbar-admin {
  background-color: white;
}
.icon-bar.admin {
  background-color: white;
}
.navbar-toggle.admin {
  background-color: #444054;
  border: 1px solid #444054;
  margin-top: 24px;
}
.nav.admin {
  margin-top: 15px;
}
.nav.admin li.active {
  border: none;
}
.nav.admin li a {
  color: #707070;
}
.nav.admin li.active a {
  color: #444054;
}
.nav.admin li a:hover {
  border: none;
}

label.itr {
  position: relative;
  top: -9px;
}

input.itr {
  position: relative;
  top: -9px;
}

label.itr-cost {
  position: relative;
  top: -9px;
}

@media (min-width: 760px) {
  label.itr-alignment {
    position: relative;
    top: -7px;
  }
}

@media (min-width: 760px) {
  input.itr-alignment1 {
    position: relative;
    top: -7px;
  }
}

@media (max-width: 760px) {
  label.itr-cost-align {
    position: relative;
    top: -2px;
  }
}

div.iteration-cost {
  display: flex;
}

div.alert-text {
  font-size: 16px;
}

td.left-alignment {
  text-align: left;
}

td.blue-color {
  background-color: #6b8fc0 !important;
  color: #ffffff;
}

td.white-color {
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
}
td.left {
  text-align: left;
}

td.border-color {
  border: 1px solid #6b8fc0;
}

div.flex-item-leftside {
  flex: 50%;
}

button.load-btn {
  padding: 6px 15px;
  background-color: #0db5ff;
  color: #ffffff;
  border: none;
}

span.caret-icon {
  position: relative;
  left: 9px;
  top: -2px;
}

td.top-align {
  vertical-align: top !important;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

button.view-student-info {
  background-color: #00b2e0;
  color: #ffffff;
}
button.remove-button {
  background-color: #f93b3b;
  color: #ffffff;
}

button.save-button-color {
  background-color: #b5b5b5;
  color: #ffffff;
}

@media (max-width: 390px) {
  button.create-button {
    position: relative;
    top: 6px;
  }
}
tr.header-color {
  background-color: #d8f2ff;
}

div.course-detail {
  background-color: #6b8fc0;
  padding: 10px;
  margin-left: 14px;
  margin-right: 14px;
}

/* Table header color for datatable */
.ezEBKV {
  background-color: #6b8fc0 !important;
}

.leftPadding {
  padding-left: 20px;
}

.sc-dlnjwi.erjDfa.rdt_TableHeadRow {
  background-color: #6b8fc0;
}
.sc-dlnjwi.gIcfni.rdt_TableHeadRow {
  background-color: #6b8fc0;
}
.sc-eqUAAy.dCIEUw.rdt_TableHeadRow {
    background-color: #6b8fc0;
}

.sc-eqUAAy.ilZlKI.rdt_TableHeadRow {
    background-color: #6b8fc0;
}

.sc-crzoAE.cLiMnj.rdt_TableCol_Sortable {
  color: #ffffff;
}

.sc-crzoAE.huXcZJ.rdt_TableCol_Sortable {
  color: #ffffff;
}
.sc-jlZhew.jqbLYd.rdt_TableCol_Sortable {
    color: #ffffff;
}

.sc-jlZhew.goPNoH.rdt_TableCol_Sortable {
    color: #ffffff;
}

.erjDfa {
  min-height: 40px !important;
}

/*styles for dashboard added */

td.green-text {
  color: #8bb700;
  font-size: 40px;
  font-weight: 600;
}
td.green-text span {
  background-color: #eeeeee;
  border-radius: 6px;
  display: block;
  box-shadow: 0px 0px 3px 2px #7d7d7d54;
  color: #8bb700;
}

td.blue-text {
  color: #23408f;
  font-size: 40px;
  font-weight: 600;
}

td.blue-text span {
  background-color: #eeeeee;
  border-radius: 6px;
  display: block;
  box-shadow: 0px 0px 3px 2px #7d7d7d54;
  color: #23408f;
}

img.logo-size {
  width: 326.39px;
  height: 67px;
}

@media (max-width: 592px) {
  .image-smaller {
    width: 202px;
    position: relative;
    left: -19px;
    height: 66px;
  }

  @media only screen and (max-width: 325px) {
    .image-sm {
      width: 199px;

      position: relative;
      left: -21px;
    }
  }

  img.position {
    position: relative;
    top: -10px;
  }

  img.enrolled-img {
    position: relative;
    top: -10px;
  }
}
@media (max-width: 390px) {
  span.small-text {
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  footer.footer-small {
    padding-bottom: 69px;
  }
}

/*style added for background text dashboard */
td.red-color span {
  background-color: #eeeeee;
  border-radius: 6px;
  display: block;
  box-shadow: 0px 0px 3px 2px #7d7d7d54;
}

td.yellow {
  color: #f7b924;
  font-size: 40px;
  font-weight: 600;
}

td.yellow span {
  background-color: #eeeeee;
  border-radius: 6px;
  display: block;
  box-shadow: 0px 0px 3px 2px #7d7d7d54;
}

/* styles added for upload student page */
button.browse {
  background-color: #b5b5b5;
  border: none;
  color: #ffffff;
  padding: 3px 30px;
  border-radius: 11px;
  margin: 4px;
}

button.upload {
  background-color: #00b2e0;
  border: none;
  color: #ffffff;
  padding: 3px 30px;
  border-radius: 11px;
  margin: 4px;
}

small.small-text {
  text-align: center;
  font-size: 15px;
  display: block;
}

/* styles added for upload student page ends here */

th.text-left {
  text-align: left;
}

button.uploaded-button {
  background-color: #707070;
  color: #ffffff;
  padding: 5px 12px;
}

.page-height {
  min-height: 80vh;
}

td.tg-broze {
  font-weight: 600;
}

.conta {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.conta input:checked ~ .checkbox {
  background-color: #55ac40;
  border: 1px solid #707070;
  border-radius: 4px;
}

.checkbox.center-align {
  left: 79%;
  transform: translate(-50%, -50%);
  top: 5px;
}
.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #a8a3a3;
}

.conta input:checked ~ .checkbox:after {
  display: block;
}
.conta .checkbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* --- Dashboard CSS --- */
.dashboard-sec1 button.upload-btn,
.dashboard-sec1 a {
  margin-right: 0;
  /* background-color: #00b2e0; */
  border: transparent;
}

.dashboard-sec1 button.upload-btn:hover {
  background-color: #146ca4;
}

.boxed img {
  padding: 10px 20px 0 0;
  width: 75px;
}

.add-boxed-img img {
  padding: 0px 15px 0px 15px;
}

.add-boxed-img img:hover {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

td.blue-text span:hover,
td.yellow span:hover,
td.green-text span:hover,
td.red-color span {
  box-shadow: 0px 3px 6px 1px #7d7d7d54;
  -webkit-box-shadow: 0px 3px 6px 1px #7d7d7d54;
  -moz-box-shadow: 0px 3px 6px 1px #7d7d7d54;
}

td.blue-text span:hover,
td.yellow span:hover,
td.green-text span:hover,
td.red-color span:hover {
  box-shadow: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  background-color: #b6b6ff;
}

.alert-col {
  padding: 10px 0;
}

.alert-col .alert-danger {
  background-color: #ff7272;
  color: #fff;
}

td.red-color span {
  background-color: #eeeeee;
  border-radius: 6px;
  display: block;
  /*box-shadow: 0px 0px 3px 2px #7d7d7d54;*/
  box-shadow: 0px 3px 6px 1px #7d7d7d54;
}

td.yellow {
  color: #f7b924;
  font-size: 40px;
  font-weight: 600;
}

td.yellow span {
  color: #f7b924;
  background-color: #eeeeee;
  border-radius: 6px;
  display: block;
  box-shadow: 0px 3px 6px 1px #7d7d7d54;
}

td.green {
  color: #3ac47d;
  font-size: 40px;
  font-weight: 600;
}

td.grey {
  color: #444054;
  font-size: 40px;
  font-weight: 600;
}
.boxed {
  background-color: white;
  box-shadow: 0px 0px 3px 2px #7d7d7d54;
}
.table.dashboard td {
  border: none;
  text-align: left;
}
.text-muted {
  color: #444054 !important;
}

/*---- Student Manager - Assignment Submissions --- */
.btn-uploaded {
  background-color: #707070;
  color: #fff !important;
  width: 70%;
  padding: 2px 4px !important;
  font-size: 14px !important;
  border-radius: 4px;
}

.btn-upload {
  background-color: #0bb438 !important;
  color: #fff !important;
  width: 70%;
  padding: 2px 4px !important;
  font-size: 14px !important;
  border-radius: 4px;
  cursor: pointer;
}

.btn-green {
  background-color: #0bb438 !important;
  color: #fff !important;
  width: 70%;
  font-size: 14px !important;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 10px;
}

.accordion_head .plusminus {
  background-color: #0db5ff;
  color: #fff;
  padding: 4px 6px;
}

.accordion-dropdown .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fafafa;
  border-color: #eeeeee;
}

.accordion-dropdown .panel-heading.accordion-toggle:after {
  font-family: "Glyphicons Halflings";
  content: "\2212";
  position: unset;
  background-color: #0db5ff;
  color: #fff;
  padding: 4px 6px;
  font-size: 14px;
}

.accordion-dropdown .panel-heading.accordion-toggle.collapsed:after {
  font-family: "Glyphicons Halflings";
  content: "\002B";
  position: unset;
  background-color: #0db5ff;
  color: #fff;
  padding: 4px 6px;
  font-size: 14px;
}

.hiddenRow .show {
  display: inline-table !important;
}
.hiddenRow table {
  width: 100%;
  overflow-x: scroll;
}

th.align-middle {
  vertical-align: middle !important;
}

@media screen and (max-width: 767px) {
  .table-responsive-sm {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}

img.success-image {
  position: relative;
  left: -3px;
  top: -2px;
}

td.right {
  text-align: right;
}

@media (max-width: 1199px) {
  form.example2 {
    position: relative;
    bottom: 14px;
  }
}

button.upload-btn {
  margin: 4px;
  background-color: #00b2e0;
  border-color: #00b2e0;
  font-size: 14px;
}

label.payment {
  color: #707070;
}

td.tg-broze {
  font-weight: 600;
}

.conta input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.conta {
  display: block;
  position: relative;
  /* padding-left: 35px; */
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
}

.conta input:checked ~ .checkbox {
  background-color: #55ac40;
  border: 1px solid #55ac40;
  border-radius: 4px;
}

.conta .checkbox {
  border: 1px solid #55ac40 !important;
}

/* .checkbox.center-align { */
/* left: 53%; */
/* transform: translate(-50%, -50%); */
/* top: 5px; */
/* } */
.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.conta input:checked ~ .checkbox:after {
  display: block;
}
.conta .checkbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* styles added for  Student Manager –Compose Student Email and  Student Manager –Compose Assessor Email  */
input[type="text"].resubmit {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

textarea.textbox {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline label {
  /* margin: 15px 10px 5px 22px;*/
}

.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
}

@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0;
  }

  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 1199px) {
  label.label-alignment {
    margin: 15px 10px 5px 2px;
  }
}

button.send-button {
  float: right;
  padding: 8px 35px;
  font-size: 16px;
  margin-right: 14px;
  background-color: #444054;
  margin-top: 10px;
}

@media (max-width: 991px) {
  button.send-button-align {
    float: left;
  }
}

@media (max-width: 350px) {
  input[type="text"].input-size {
    width: 80%;
  }
}

@media (max-width: 350px) {
  input[type="text"].input-width {
    width: 80%;
  }
}

@media (max-width: 350px) {
  textarea.text-box-width {
    width: 80%;
  }
}

.alert-col1 .alert-success {
  background-color: #3ac47d;
  color: #fff;
}

.alert-col1 {
  padding: 10px 0;
}

img.correct {
  position: relative;
  right: 3px;
  top: -2px;
}

.edit-course-table .form-group input:checked + label:before {
  background-color: #55ac40;
}

.span-class {
  padding-left: 10px;
  padding-top: 2px;
  font-weight: bold;
  font-size: 16px;
}

.calendar-class {
  position: relative;
  left: 10px;
}

.over-due-class {
  position: relative;
  left: -5px;
}

.date-image {
  padding-left: 15px;
}

button.save-notify {
  padding: 8px 35px;
  font-size: 16px;
  margin-right: 14px;
  background-color: #444054;
}

td.checkbox-alignment {
  border-top: none;
  vertical-align: top !important;
}

.info-icon {
  float: right;
}

span.DueDate {
  padding: 0px 7px;
}

.paySuccess {
  position: relative;
  left: -4px;
  width: 20px;
}

.inputpay {
  width: 28%;
  padding-left: 0px;
}
.menu-space-top {
  padding: 30px;
}
.admin-menu-bar {
  background-color: #f1f4f6;
}

.admin-menu-bar .nav.admin {
  margin: 0;
}

.admin-menu-bar .admin-nav-mt {
  margin-top: 10px;
  padding: 0;
}

.admin-menu-bar .menu-user-icon {
  padding-right: 15px;
}

.admin-menu-bar .nav.admin li a {
  color: #707070;
  padding: 10px 10px;
}

.admin-menu-bar .navbar-header > .btn {
  line-height: normal;
  top: 25px;
}

.admin-menu-bar .navbar-brand {
  padding-top: 6px !important;
}

.admin-menu-bar .navbar-nav img:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.admin-menu-bar .btn-primary.purple:hover {
  background-color: #6b8fc0;
}

.admin-footer-bar {
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
}

.admin-main-body {
  margin-bottom: 4em;
  min-height: 84vh;
}
@media screen and (min-width: 481px) and (max-width: 1440px) {
  .admin-menu-bar aside#nav {
    display: none;
  }
}

/* styles added for Manage Study Material - Preview ends here */

/* --- Manage Auto Notification Page --- */
.auto-notify-sec table td {
  background-color: #fff;
}

.auto-notify-sec .td-width1 {
  width: 50%;
}

.auto-notify-select select {
  width: 85px;
  padding: 5px;
  border: 1px solid #bdbdbd;
  box-shadow: 1px 2px 3px #c3c3c3;
}

/* ---- Media query (Pankaj)  ---- */
@media screen and (max-width: 845px) {
  .admin-menu-bar .nav.admin li a {
    padding: 10px 6px;
  }
}
@media screen and (max-width: 768px) {
  .hiddenRow .show {
    display: block !important;
  }
  .btn-upload,
  .btn-uploaded {
    width: 100%;
  }
  .dashboard-sec1-btn {
    text-align: left;
    margin-top: 15px;
  }
  #nav-left-tabs .tabs-left > li > a {
    padding: 8px;
  }
  .admin-menu-bar .nav-off-screen .nav-primary {
    padding-top: 15px;
  }
  .header-nav-bar li.hide-small.show-small {
    display: block !important;
    position: relative;
    top: unset;
    right: unset;
  }
}

@media screen and (max-width: 767px) {
  .header-nav-bar li.hide-small.show-small {
    display: block !important;
    position: absolute;
    top: -70px;
    right: 70px;
  }
  .admin-menu-bar span.notify {
    border-radius: 50%;
    top: 16px !important;
  }
}

@media screen and (max-width: 426px) {
  .dashboard-sec1-btn {
    margin-top: 5px;
  }
  #nav-left-tabs .tabs-left > li > a {
    padding: 5px;
    font-size: 13px;
  }
  #nav-left-tabs .tabs-cols {
    padding: 0;
  }
  .admin-menu-bar img.logo-alignment {
    width: 230px;
  }
}

@media screen and (max-width: 375px) {
  .admin-menu-bar img.logo-alignment {
    width: 180px;
  }
  .admin-menu-bar .nav.admin li a {
    padding: 20px 6px;
  }
}

/* --- Manage Auto Notification Page --- */
.auto-notify-sec table td {
  background-color: #fff;
}

.auto-notify-sec .td-width1 {
  width: 50%;
}

.auto-notify-select select {
  width: 85px;
  padding: 5px;
  border: 1px solid #bdbdbd;
  box-shadow: 1px 2px 3px #c3c3c3;
}

/* ---- Media query (Pankaj)  ---- */
.admin-menu-bar .admin-menu-nav {
  float: right;
}

.nav.admin {
  margin-top: 15px;
  display: inline-block !important;
}

.admin-menu-bar .admin-custom-nav-ul {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  li.hide-small.show-small {
    display: block !important;
    position: absolute;
    top: -70px !important;
    right: 70px !important;
  }
  .admin-menu-bar span.notify {
    border-radius: 50%;
    top: 16px !important;
  }

  .header-nav-bar .header-nav-bar li.hide-small.show-small {
    display: block !important;
    position: absolute;
    top: -70px !important;
    right: 70px !important;
  }
  .admin-menu-bar .admin-menu-nav .admin-custom-nav-ul li a {
    display: none;
  }
}

.admin-menu-bar .nav-off-screen {
  top: 70px;
  z-index: 99;
  transition: 1s;
  left: 0;
}

@media screen and (max-width: 845px) {
  .admin-menu-bar .nav.admin li a {
    padding: 10px 6px;
  }
}
@media screen and (max-width: 768px) {
  .hiddenRow .show {
    display: block !important;
  }
  .btn-upload,
  .btn-uploaded {
    width: 100%;
  }
  .dashboard-sec1-btn {
    text-align: left;
    margin-top: 15px;
  }
  #nav-left-tabs .tabs-left > li > a {
    padding: 8px;
  }
  .admin-menu-bar .nav-off-screen .nav-primary {
    padding-top: 15px;
  }
  .header-nav-bar li.hide-small.show-small {
    display: block !important;
    position: relative;
    top: unset;
    right: unset;
  }
}

@media screen and (max-width: 767px) {
  .header-nav-bar li.hide-small.show-small {
    display: block !important;
    position: absolute;
    top: -70px;
    right: 70px;
  }
  .admin-menu-bar span.notify {
    border-radius: 50%;
    top: 16px !important;
  }
}

@media screen and (max-width: 426px) {
  .dashboard-sec1-btn {
    margin-top: 5px;
  }
  #nav-left-tabs .tabs-left > li > a {
    padding: 5px;
    font-size: 13px;
  }
  #nav-left-tabs .tabs-cols {
    padding: 0;
  }
  .admin-menu-bar img.logo-alignment {
    width: 230px;
  }
}

@media screen and (max-width: 375px) {
  .admin-menu-bar img.logo-alignment {
    width: 180px;
  }
  .admin-menu-bar .nav.admin li a {
    padding: 20px 6px;
  }
}

div.new-course {
  padding-top: 4px;
}

input.input-box {
  width: 65%;
}

div.new-col {
  padding-top: 12px;
  padding-left: 3px;
}

.course-table {
  padding-top: 1em;
  border: none;
}

.manage-courses-detail {
  padding: 16px 10px !important;
  border-radius: 5px;
}

.manage-courses-dropdown .form-control {
  border-color: #6b8fc0;
  border: 3px solid #6b8fc0;
  border-radius: 3px;
}
.manage-courses-dropdown label {
  font-weight: 500;
}

@media all and (device-width: 768px) and (device-height: 1024px) {
  .main-ipad {
    min-height: 90vh;
  }
}

@media all and (device-width: 1024px) and (device-height: 1366px) {
  .main-ipad {
    min-height: 92vh;
  }
}
/*styles added for  course manager courses page ends here*/

/* --- Course Iterations --- */

.iterations-radio-sec {
  padding: 5px 0 10px;
}

.iterations-radio-sec input[type="radio"]:checked,
.iterations-radio-sec input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.iterations-radio-sec input[type="radio"]:checked + label,
.iterations-radio-sec input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #333333;
}
.iterations-radio-sec input[type="radio"]:checked + label:before,
.iterations-radio-sec input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 60px;
  width: 18px;
  height: 18px;
  border: 2px solid #444054;
  border-radius: 100%;
  background: #b5b5b5;
}
.iterations-radio-sec input[type="radio"]:checked + label:after,
.iterations-radio-sec input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #444054;
  position: absolute;
  top: 65px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.iterations-radio-sec input[type="radio"]:checked + label:before {
  background: #55ac40 !important;
}
.iterations-radio-sec input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.iterations-radio-sec input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.iterations-radio-sec label {
  color: #333333;
}

.iterations-radio-sec img {
  border-radius: 12px;
}

.custom-admin-nav {
  background-color: #fff !important;
}

.custom-admin-nav ul.nav.navbar-nav.navbar-right {
  margin-top: 5px;
}

.custom-admin-nav .nav > li {
  font-family: "Lato", sans-serif;
}

.custom-admin-nav .nav > li.active {
  border-bottom: none;
}

.custom-admin-nav .nav > li > a:hover,
.custom-admin-nav .nav > li > a:focus {
  border-bottom: none;
}

.custom-admin-nav .nav > .li-mt > a:hover,
.custom-admin-nav .nav > .li-mt > a:focus {
  border-bottom: none;
  background-color: #f7f8fb;
}

.custom-admin-nav .btn-primary:hover {
  background-color: #146ca4;
  border-color: #136397;
}

.custom-admin-nav .navbar-brand img {
  width: 220px;
}

.custom-admin-nav .mob-notify {
  display: none;
}

.custom-admin-nav .mob-notify a {
  position: absolute;
  top: 15px;
  right: 85px;
}

.custom-admin-nav .li-mt {
  margin-top: 8px;
}

.custom-admin-nav .navbar-toggle {
  margin-top: 18px;
}

.custom-admin-nav .navbar-nav img:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 990px) {
  .custom-admin-nav .nav > li > a {
    padding: 10px 6px;
  }
  .custom-admin-nav .li-mt {
    margin-top: 12px;
  }
  .custom-admin-nav .navbar-brand img {
    width: 190px;
  }
}

@media only screen and (max-width: 767px) {
  #slide-navbar-collapse {
    position: fixed;
    top: 0;
    left: 15px;
    z-index: 99;
    width: 280px;
    height: 100%;
    background-color: #ddd;
    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
  .custom-admin-nav .mob-notify {
    display: block;
  }
  .custom-admin-nav .menu-user-icon {
    padding-left: 0;
  }
}

@media screen and (max-width: 325px) {
  .custom-admin-nav .mob-notify a {
    right: 65px;
  }
  .custom-admin-nav .navbar-toggle {
    margin-right: 8px;
  }
}

@media (min-device-width: 767px) and (max-device-width: 2560px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    width: 100% !important;
  }
}

/* styles added for Manage Study Material - Preview starts here */

section#core-unit-heading {
  background: white;
  padding: 50px 30px;
  margin-top: -1em;
  color: black;
}

a.tab-button {
  color: #71748d;
}

a.tab-hover:hover {
  color: #ff407b;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  color: #3d3f5d;
}

.tab-regular .nav.nav-tabs {
  border-bottom: transparent;
}

.tab-regular .nav.nav-tabs .nav-item {
  border-bottom: none;
}

.tab-regular .nav.nav-tabs .nav-link {
  display: block;
  padding: 17px 49px;
  color: #ffffff;
  background-color: #2c68a4;
  margin-right: 5px;
  margin-bottom: 7px;
  border-color: #dddde8;
}

.tab-regular .nav-tabs .nav-link.active {
  background-color: #2c93f9;
  border-color: #2c93f9;
  color: #ffffff;
}

.tab-regular .tab-content {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e6e6f2;
  border-radius: 4px;
  border-top-left-radius: 0px;
}

.nav > li > a.tabular:hover,
.nav > li > a.tabular:focus {
  background-color: #f7f8fb;
  border: none !important;
}

a.unit-download-btn {
  color: #2c68a4;
  text-decoration: underline;
  font-weight: bold;
}

div.tab-unit {
  margin-top: 4em;
  margin-bottom: 4em;
}

/* styles added for Manage Study Material - Preview ends here */

.tableBorder {
  border: 1px solid #a09e9e;
}

/*New Changes */
.update-unit-popup .modal-dialog {
  width: 75%;
}

.update-unit-popup {
  overflow: auto;
  display: block;
  background-color: #000000bf;
}

.update-unit-popup .modal-header {
  height: auto;
}

.update-unit-popup .reset-apply-btn {
  text-align: center;
  padding: 2% 0;
}

.update-unit-popup .reset-apply-btn button {
  margin: 0 20px;
  padding: 8px 30px;
  font-size: 14px;
}

.update-unit-popup .reset-apply-btn .btn-secondary {
  background-color: #5a5a5a;
  color: #fff;
}

.update-unit-popup .reset-apply-btn .btn-secondary:hover {
  opacity: 0.8;
}

.sort-btn {
  text-align: center;
  display: grid;
}

.sort-btn img {
  padding: 30px 0;
}

@media screen and (max-width: 426px) {
  .update-unit-popup .modal-dialog {
    width: 94%;
  }
}

/* .update-unit-popup .jMeWFj{
  height: 450px;
  overflow-y: scroll;
} */

.unit-item-bg {
  background-color: #f1f4f6;
}

.unit-logout-btn a {
  padding: 10px;
}

.eye-icon {
  padding-right: 15px;
}

#nav-left-tabs .tabs-left {
  border-bottom: none;
}

#nav-left-tabs .tabs-left > li {
  float: none;
  margin: 0px;
  background-color: #6b8fc0;
  border: 1px solid #fff;
}

#nav-left-tabs .tabs-left > li > a {
  color: #fff;
}

#nav-left-tabs .nav-tabs > li > a:hover {
  /* margin-right: 2px; */
  line-height: 1.42857143;
  border: 1px solid transparent;
  /* border-radius: 4px 4px 0 0; */
  opacity: 0.1;
  color: #000 !important;
}
#nav-left-tabs .nav-tabs > li.active > a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #1e9558;
  display: block;
  width: 0;
  z-index: 999;
}

#nav-left-tabs .nav-tabs > li > a.active:hover,
#nav-left-tabs .nav-tabs > li.active > a:hover {
  background: #1e9558 !important;
  opacity: unset;
  color: #fff !important;
}

#nav-left-tabs .nav-tabs > li.active > a,
#nav-left-tabs .nav-tabs > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent !important;
  background: #1e9558;
  color: #fff;
}

#nav-left-tabs .tab-content {
  background-color: #fff !important;
  padding: 15px;
}

.edit-icon {
  float: right;
  margin: auto 5px;
}

.edit-icon a {
  margin: 0 4px;
}

.edit-icon .pencil {
  background-color: #000;
  color: #fff;
  padding: 5px 5px;
  border-radius: 3px;
}

.edit-icon .trash {
  background-color: red;
  color: #fff;
  padding: 5px 5px;
  border-radius: 3px;
}

.modal-int-box {
  background-color: #f9f9f9;
  border: 1px solid lightgray;
  margin: 4px auto;
  text-align: left;
}

.modal-int-box .modal-header,
.modal-int-box .modal-body {
  padding: 10px 15px;
}

.modal-body .poster-img img {
  width: 70px;
  padding-left: 10px;
}

.modal-int-box .modal-body td {
  text-align: left;
  padding-right: 4px;
}

.modal-int-add .add-item-icon {
  padding-left: 35%;
}

.modal-int-add .add-item-icon a {
  font-size: 30px;
}

.modal-int-add {
  border: 1px solid lightgray;
  background-color: #fff !important;
}

.modal-int-box-video .modal-header {
  padding: 5px 10px !important;
}

.modal-int-box-video .modal-body td {
  text-align: left;
  padding: 10px 0;
}

.modal-int-box-video .modal-body .icon-bookmark {
  padding-left: 12%;
}

.modal-int-box-video .modal-body .video-text {
  padding: 20px;
}

.modal-int-box-video .modal-body tr {
  padding-bottom: 8px;
  border-bottom: 1px solid lightgray;
}

.modal-int-box-btn {
  border: none !important;
}

.modal-int-box-btn td {
  text-align: center !important;
  padding-top: 15px !important;
}

.modal-int-box-btn a {
  background-color: #0db5ff;
  color: #fff;
  padding: 8px 10px;
  border: 1px solid #707070;
  border-radius: 4px;
}

.modal-int-box-btn a:hover {
  background-color: #fff;
  color: #0db5ff;
  border: 1px solid #707070;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.empty-space {
  visibility: hidden;
}

.modal-upload-btn {
  display: flex;
}

.modal-upload-btn input {
  padding-left: 10px;
}

.modal-upload-btn a {
  background-color: #0bb438;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
}

#nav-left-tabs .tabs-cols {
  padding: 0;
}

/* -- new changes -- */
.return-button-black {
  background-color: #444054;
  color: #fff;
  margin: 10px 0;
}

.return-button-black:hover {
  background-color: #7a787f;
  color: #fff;
}

.edit-icon .pencil:hover {
  opacity: 0.4;
}

.edit-icon .trash:hover {
  opacity: 0.4;
}

.center-me {
  text-align: center;
}

/*styles added for  Manage study material page */
@media screen and (max-width: 1199px) {
  button.button-left {
    margin-left: 29px !important;
  }
}

button.create-new-unit {
  background-color: #444054;
  margin-left: 9px;
}

@media screen and (max-width: 991px) {
  button.button-left {
    margin-top: 11px;
  }
}

button.update-unit {
  background-color: #444054;
  padding: 10px 30px;
  margin-left: 17px;
}

table.unit-data-table th.material-tab,
td.material-tab {
  vertical-align: middle;
}
/*styles added for  Manage study material page ends here */

/*styles added for Manage Study Material - Create Unit starts  here */

select.unit-dropdown {
  font-size: 16px;
  height: 37px !important;
}

div.choose-unit {
  background-color: #6b8fc0;
  color: #ffffff;
  padding: 9px;
  margin-top: 10px;
}

div.standard-style {
  background-color: #ffffff;
  padding: 10px;
  border: none;
}

th.style-tab {
  background-color: #ffffff;
  color: black;
  text-align: left;
  border: none !important;
}

div.applied-style {
  background-color: #ffffff;

  padding: 10px;
  box-shadow: 0px 1px 6px 0px #a5a5a5;
}

h4.intro-heading {
  margin-top: 4px !important;
}

div.buttons-group {
  padding-top: 20px;
}

button.btn-back {
  margin-top: 20px;
}

td.unit-label span {
  padding-left: 9px;
}

div.title-row {
  margin-bottom: 12px;
}
img.i-icon {
  margin-top: 32px;
}

td.cell-box {
  padding: 4px 8px !important;
  border: 1px solid lightgray;
}

/*styles added for Manage Study Material - Create Unit ends here */

/* styles added for Manage Study Material - Preview starts here */

section#core-unit-heading {
  background: white;
  padding: 50px 30px;
  margin-top: -1em;
  color: black;
}

a.tab-button {
  color: #71748d;
}

a.tab-hover:hover {
  color: #ff407b;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  color: #3d3f5d;
}

.tab-regular .nav.nav-tabs {
  border-bottom: transparent;
}

.tab-regular .nav.nav-tabs .nav-item {
}

.tab-regular .nav.nav-tabs .nav-link {
  display: block;
  padding: 17px 49px;
  color: #ffffff;
  background-color: #2c68a4;
  margin-right: 5px;
  margin-bottom: 7px;
  border-color: #dddde8;
}

.tab-regular .nav-tabs .nav-link.active {
  background-color: #2c93f9;
  border-color: #2c93f9;
  color: #ffffff;
}

.tab-regular .tab-content {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e6e6f2;
  border-radius: 4px;
  border-top-left-radius: 0px;
}

.nav > li > a.tabular:hover,
.nav > li > a.tabular:focus {
  background-color: #f7f8fb;
  border: none !important;
}

a.unit-download-btn {
  color: #2c68a4;
  text-decoration: underline;
  font-weight: bold;
}

div.tab-unit {
  margin-top: 4em;
  margin-bottom: 4em;
}

/* styles added for Manage Study Material - Preview ends here */

.overwrap-th .hkcGBu {
  white-space: unset;
}

.overwrap-th .jEEywD {
  white-space: unset;
}

.overwrap-th .eJcIxX {
  padding-bottom: 15px;
  margin-bottom: 0;
}

.overwrap-th .cdTiWa {
  padding-bottom: 15px;
  margin-bottom: 0;
}

.overwrap-th input[type="checkbox"]{
  accent-color: #55ac40;
}

.unit-modal {
  padding-right: 10px;
  display: block;
  background-color: #000000bf;
  overflow-y: scroll !important;
}

.Dashboard-main {
  min-height: 85vh;
}

.edit-course-input-width input[type="date"] {
  width: 50%;
}

.addCheckbox {
  left: 4%;
  transform: translate(-50%, -50%);
  top: 5px;
}

.span-class-Additional {
  padding-left: 0px;
  font-size: 16px;
  margin-left: -12px;
}

.report-height {
  padding-bottom: 15px !important;
}

.empty-msg {
  margin-top: 10px;
}

.notifiaction-btn-msg {
  margin: 0;
  width: 200px !important;
}

.msg-link {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  padding: 11px !important;
  margin: 0;
}

@media (max-width: 768px) {
  .notification-banner {
    margin-top: -23px !important;
  }
}

section#admincoursenbanner {
  background: white;
  padding: 50px 30px;
  margin-top: 4em;
  color: black;
}

@media (max-width: 436px) {
  .sent-sm {
    margin-top: 10px;
  }
}

.autoNotification-Save {
  padding: 5px 25px;
}

.checkbox.check-left-align {
  left: 79%;
  transform: translate(-50%, -50%);
  top: 5px;
}

.hide-toolbar {
  display: none !important;
}

.manageEnrollment-h5 {
  font-size: 16px;
  margin: 2px 0;
}

.manageEnrollment-installments .customtbody {
  border-top: 0px solid #ddd !important;
}

.icon-modal-header {
  border-bottom: 0px !important;
  width: 140px;
}

.icon-modal-header .edit-icon {
  margin: 5px 5px;
}

.overflow-content-fix {
  overflow-wrap: anywhere;
}

/* -- Floating Alert danger -- */
.alert-danger-float {
  position: fixed;
  z-index: 99999;
  background-color: #dc3545 !important;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 75%;
}

.alert-danger-float a {
  color: #fff !important;
  opacity: 1;
}

.alert-success-float {
  position: fixed;
  z-index: 99999;
  background-color: #28a745 !important;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 75%;
}

.alert-success-float a {
  color: #fff !important;
  opacity: 1;
}

.menu-user-icon img {
  border-radius: 50%;
}

/* --END OF Floating Alert danger -- */

.manage-tap-notification {
  padding: 0 20px;
}

.manage-tap-notify-div {
  background-color: #fff !important;
}

.manage-tap-notify-div
  .manage-tap-notification
  .panel
  .table
  thead
  .table-header
  th {
  background-color: #6b8fc0 !important;
  color: #ffffff;
}

.manage-tap-notify-div .create-template {
  margin-left: 15px;
  padding: 10px 20px;
}

.manage-notification-section .notifiaction-btn-msg {
  width: 240px !important;
}

.manage-notification-deleteIcon {
  width: 17px;
  height: 16px;
  margin-left: 5px;
}

@media (max-width: 1024px) {
  .send-template-md {
    margin-left: 70px;
  }
}

.template-btn {
  margin-top: 50px;
}

.email-input {
  width: 252px;
  padding: 4px;
}
.add-email {
  padding: 5px 10px;
  margin-left: 12px;
  margin-bottom: 4px;
}

.plus-icon {
  font-size: 24px;
}

.iterations-checkbox-lable {
  position: absolute;
  top: 70px;
  left: 10px;
}

.iterations-radio-sec .iterations-checkbox-content {
  padding-left: 25px;
  z-index: 999999;
}

.iterations-radio-sec .iterations-checkbox-table input[type="checkbox"]:checked,
.iterations-radio-sec
  .iterations-checkbox-table
  input[type="checkbox"]:not(:checked) {
  position: absolute;
  visibility: visible;
  top: 80px;
  left: 16px;
  padding: 10px;
  width: 20px;
  height: 20px;
}

.iterations-checkbox-table .form-group input:checked + label:before {
  background-color: #55ac40;
}

.iterations-radio-sec .iterations-checkbox-table .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 3px solid #55ac40;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 8px;
  display: none;
  position: relative;
  left: 6px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 5px;
  /* z-index: -11; */
}

.iterations-radio-sec
  .iterations-checkbox-table
  .form-group
  input:checked
  + label:after {
  content: "";
  display: none;
  position: absolute;
  top: 9px;
  left: 13px;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  /* z-index: -1; */
}

/* <summary>
date: 10-01-2022
Name: VD
description: Manage Auto Notification
<summary>*/
.auto-align {
  left: 6% !important;
}

.search-bar {
  padding-top: unset !important;
}

@media (max-width: 990px) {
  .search-bar-md {
    margin-top: 10px !important;
  }

  .send-template-md {
    margin-top: unset;
  }
}

.modulelist .hkcGBu {
  white-space: unset !important;
}

.modulelist .jEEywD {
  white-space: unset !important;
}

.module-assignment-span {
  margin-top: 22px;
  text-align: center;
}

.module-assignment-span span {
  padding-right: 15px;
}
