@import "https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;700&family=Prompt:wght@100;300;400;500;600;800;900&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
body {
  font-family: "Open Sans", sans-serif;
  background: #f8f8f8; }

.bg-bg-color {
  background: #f8f8f8; }

.main-container {
  padding: 0; }

.main-content-area {
  padding: 1rem;
  min-height: 90vh;
  padding-bottom: 2rem; }

.block-page-title-block h1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.3rem; }

.hide {
  visibility: hidden; }
  @media screen and (max-width: 767px) {
    .hide {
      display: none; } }

.d-none {
  display: none; }

.ph::before, .ph:after,
.ph-fill::before,
.ph-fill:after {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ph::before, .ph::after {
  font-family: "Phosphor" !important; }

.ph-fill::before, .ph-fill::after {
  font-family: "Phosphor-Fill" !important; }

.rotate-180::before {
  rotate: 0 1 0 180deg; }

.block-local-tasks-block .tabs-wrapper ul li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }
  .block-local-tasks-block .tabs-wrapper ul li a:hover {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }

.courses-list .view-content {
  display: grid;
  gap: 20px; }
  @media screen and (min-width: 1025px) {
    .courses-list .view-content {
      grid-template-columns: auto auto auto;
      grid-template-columns: 32.04% 32.04% 32.04%; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .courses-list .view-content {
      grid-template-columns: 50% 50%; } }
  @media screen and (max-width: 767px) {
    .courses-list .view-content {
      grid-template-columns: auto; } }
  .courses-list .view-content .views-row {
    background-color: #fff;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .courses-list .view-content .views-row .course-card {
      position: relative; }
      .courses-list .view-content .views-row .course-card > a {
        text-decoration: none; }
  .courses-list .view-content .course-header {
    background: #004fbd;
    padding: 35px 16px 12px;
    color: #fff; }
    .courses-list .view-content .course-header .course-id {
      font-size: 20px;
      font-weight: 500;
      line-height: 28px; }
    .courses-list .view-content .course-header .instruct-name {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      height: 32px;
      overflow: hidden; }
      .courses-list .view-content .course-header .instruct-name .tex2jax_process,
      .courses-list .view-content .course-header .instruct-name p {
        display: inline-block; }
      .courses-list .view-content .course-header .instruct-name p {
        margin-bottom: 0; }
  .courses-list .view-content .c-summery {
    padding: 20px 16px 65px;
    min-height: 150px; }
    .courses-list .view-content .c-summery .title {
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 28px;
      color: var(--bs-body-color);
      text-decoration: none; }
      @media screen and (min-width: 768px) and (max-width: 1360px) {
        .courses-list .view-content .c-summery .title {
          font-size: 1rem;
          line-height: 22px; } }
    .courses-list .view-content .c-summery .description {
      font-size: 0.8rem;
      line-height: 16px;
      font-weight: 400;
      color: var(--bs-body-color); }
  .courses-list .view-content .card-bottom {
    position: absolute;
    bottom: 20px;
    right: 16px;
    left: 16px; }
    .courses-list .view-content .card-bottom .inner-c-bottom {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .courses-list .view-content .card-bottom .inner-c-bottom .b-link a.btn {
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1rem;
        color: var(--bs-body-color);
        padding: 10px 10px;
        background-color: #ecedf0;
        border-radius: 4px;
        text-decoration: none;
        text-transform: capitalize; }
        @media screen and (min-width: 768px) and (max-width: 1360px) {
          .courses-list .view-content .card-bottom .inner-c-bottom .b-link a.btn {
            font-size: 0.8rem;
            padding: 10px 5px; } }
      .courses-list .view-content .card-bottom .inner-c-bottom .b-link.c-access a.btn {
        margin-right: 5px; }
    .courses-list .view-content .card-bottom .c-access .dropdown .btn {
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 1rem;
      color: var(--bs-body-color);
      padding: 10px 20px;
      background-color: #ecedf0;
      border-radius: 4px;
      text-decoration: none; }
    .courses-list .view-content .card-bottom .c-access .dropdown ul {
      padding: 5px 15px; }
      .courses-list .view-content .card-bottom .c-access .dropdown ul li {
        display: flex;
        align-items: center; }
        .courses-list .view-content .card-bottom .c-access .dropdown ul li a {
          color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); }
          .courses-list .view-content .card-bottom .c-access .dropdown ul li a:active, .courses-list .view-content .card-bottom .c-access .dropdown ul li a:hover {
            background-color: transparent;
            text-decoration: underline; }
    .courses-list .view-content .card-bottom .c-credits {
      text-transform: uppercase;
      font-size: "Open Sans", sans-serif-2px;
      line-height: 1.2rem;
      font-weight: 600; }

.path-all-courses .view-header .progress-bar {
  display: none; }
.path-all-courses .view-header .see-more {
  background: #004fbd;
  color: #fff;
  font-size: 1.2rem;
  padding: 8px 16px 8px 16px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 4px; }
  .path-all-courses .view-header .see-more .ph {
    font-size: 17px;
    margin-right: 10px; }
  .path-all-courses .view-header .see-more span {
    font-size: 0.9rem;
    line-height: 18px; }

.course-header {
  position: relative; }

.cc-course {
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 9; }
  .cc-course a {
    border: 3px solid #004fbd;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    padding: 5px 8px;
    font-size: 10px;
    letter-spacing: 1px;
    background: #fff;
    text-decoration: none; }
    .cc-course a:hover {
      background: transparent;
      color: #fff;
      border: 1px solid #fff; }

.courses-list.emasters-include-filter .view-filters .form--inline {
  display: flex;
  align-items: end; }

@media screen and (max-width: 1024px) {
  .c-table-view .view-content {
    overflow-x: scroll; } }
.c-table-view table thead tr th,
.c-table-view table thead tr td,
.c-table-view table tbody tr th,
.c-table-view table tbody tr td {
  font-size: 1rem; }
  .c-table-view table thead tr th a,
  .c-table-view table thead tr td a,
  .c-table-view table tbody tr th a,
  .c-table-view table tbody tr td a {
    color: inherit;
    text-decoration: none; }
  .c-table-view table thead tr th:first-child,
  .c-table-view table thead tr td:first-child,
  .c-table-view table tbody tr th:first-child,
  .c-table-view table tbody tr td:first-child {
    padding-left: 23px !important; }
.c-table-view table thead tr th {
  background-color: #e9ecef;
  color: #333;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  padding-block: 6px; }
  .c-table-view table thead tr th.views-field-edit-user {
    width: 10%; }
  .c-table-view table thead tr th a {
    color: #333 !important; }
.c-table-view table tbody tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #fff; }
.c-table-view table tbody tr td {
  background-color: #fff;
  font-weight: 400;
  line-height: 24px;
  color: var(--bs-body-color); }
  .c-table-view table tbody tr td ul {
    padding-inline: 10px 18px;
    z-index: 1; }
    .c-table-view table tbody tr td ul li {
      display: flex;
      align-items: center; }
      .c-table-view table tbody tr td ul li img {
        width: 24px;
        max-width: 100%; }
      .c-table-view table tbody tr td ul li a {
        color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); }
  .c-table-view table tbody tr td > .tex2jax_process {
    display: inline; }
.c-table-view table tbody tr .views-field-field-course-instructor p {
  margin-bottom: 0;
  display: inline; }
.c-table-view .dropdown a.btn {
  font-weight: 500;
  background: #004fbd;
  border-radius: 4px;
  color: #fff;
  margin-right: 0;
  display: flex;
  align-items: center;
  width: fit-content;
  transition: ease-in-out 0.3s;
  padding: 0 10px; }
  .c-table-view .dropdown a.btn:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 25px;
    border: 0;
    transition: ease-in-out 0.3s; }
  .c-table-view .dropdown a.btn.show {
    background: #0d6efd; }
    .c-table-view .dropdown a.btn.show:after {
      rotate: 180deg; }
.c-table-view.include-filter.inline-filter .views-exposed-form .form--inline .form-item-title {
  width: 26%; }
.c-table-view.include-filter.inline-filter .views-exposed-form .form--inline .form-item-field-course-instructor-value {
  width: 26%; }

.c-page thead tr th.views-field-title a,
.c-page tbody tr th.views-field-title a {
  color: var(--bs-border-color);
  text-decoration: none; }
  .c-page thead tr th.views-field-title a:hover,
  .c-page tbody tr th.views-field-title a:hover {
    text-decoration: underline; }
.c-page thead tr td.views-field-title a, .c-page thead tr td.views-field-field-full-name a,
.c-page tbody tr td.views-field-title a,
.c-page tbody tr td.views-field-field-full-name a {
  color: #004fbd;
  text-decoration: none; }
  .c-page thead tr td.views-field-title a:hover, .c-page thead tr td.views-field-field-full-name a:hover,
  .c-page tbody tr td.views-field-title a:hover,
  .c-page tbody tr td.views-field-field-full-name a:hover {
    text-decoration: underline; }

.edit-btn {
  text-align: center; }
  .edit-btn a {
    color: transparent;
    font-size: 0; }
    .edit-btn a::before {
      content: "\ec56";
      font-family: "Phosphor";
      color: indianred;
      font-size: 1.2rem; }

.tag-table table tbody tr td a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none; }

.path-contact .main-content-area {
  width: 66%;
  margin-left: 40px;
  min-height: 80vh !important;
  height: max-content; }
  @media screen and (max-width: 991px) {
    .path-contact .main-content-area {
      width: 100%;
      margin-left: 0; } }
  .path-contact .main-content-area .region-content {
    padding: 0 0 1rem 0 !important; }
  .path-contact .main-content-area .block-system-main-block,
  .path-contact .main-content-area .block-page-title-block {
    padding-inline: 1.5rem; }
.path-contact .form-check-input[type="checkbox"] {
  border: 1px solid #004fbd; }

.anonymous.path-contact .main-content-area {
  width: 100%; }

.contact-info-message {
  padding: 23px 40px 2px 40px;
  background: #004fbd;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 45px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.contact-message-feedback-form .form-item-name,
.contact-message-feedback-form .form-item-mail {
  width: 48%;
  display: inline-block; }
  .contact-message-feedback-form .form-item-name label,
  .contact-message-feedback-form .form-item-mail label {
    display: block; }
.contact-message-feedback-form label {
  font-weight: 600; }
.contact-message-feedback-form input.text-full {
  border-radius: 4px;
  border-color: #e6e6e6;
  background: #fff; }
.contact-message-feedback-form .form-textarea-wrapper textarea {
  border-radius: 4px;
  border-color: #e6e6e6;
  padding: 12px 19px 12px 19px;
  background: #fff;
  resize: none;
  height: 200px; }
.contact-message-feedback-form .form-actions {
  margin-top: 26px; }
  .contact-message-feedback-form .form-actions .button {
    background-color: #004fbd;
    padding: 6px 16px 7px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    border: none; }

.include-filter.view-display-id-page_1 .views-exposed-form .form--inline {
  display: block; }
.include-filter.inline-filter .views-exposed-form .form--inline {
  display: flex; }
.include-filter.add-course .view-header {
  position: absolute;
  right: 0; }
  .include-filter.add-course .view-header .header-area {
    padding: 0; }
  @media screen and (min-width: 1440px) {
    .include-filter.add-course .view-header {
      top: 15px; } }
  @media screen and (min-width: 768px) and (max-width: 1439px) {
    .include-filter.add-course .view-header {
      top: -58px; } }
  @media screen and (max-width: 767px) {
    .include-filter.add-course .view-header {
      top: -105px; } }
.include-filter.add-announcement .view-header {
  position: absolute;
  right: 0;
  top: 40px; }
  .include-filter.add-announcement .view-header .header-area {
    padding: 0; }

.view-users .form--inline .form-item {
  width: 19%;
  margin-right: 2%; }
  @media screen and (max-width: 768px) {
    .view-users .form--inline .form-item {
      width: 48%; } }
  .view-users .form--inline .form-item.form-item-field-program-target-id option {
    max-width: 100%; }
  .view-users .form--inline .form-item:nth-child(4), .view-users .form--inline .form-item:nth-child(7) {
    margin-right: 0; }
.view-users .form--inline .form-item-field-pf-roll-number-value,
.view-users .form--inline .form-item-mail,
.view-users .form--inline .form-item-field-full-name-value {
  width: 32%;
  margin-right: 2%; }

.view-users.user-instructors .form--inline .form-item:nth-child(4) {
  margin-right: 2%; }

.reset-user.view-users .form--inline .form-item {
  width: 12%;
  margin-right: 1%; }
  .reset-user.view-users .form--inline .form-item.form-item-field-program-target-id {
    width: auto; }
  .reset-user.view-users .form--inline .form-item:nth-child(4), .reset-user.view-users .form--inline .form-item:nth-child(7) {
    margin-right: 1%; }
.reset-user.view-users .form--inline .form-item-field-pf-roll-number-value,
.reset-user.view-users .form--inline .form-item-mail,
.reset-user.view-users .form--inline .form-item-field-full-name-value {
  width: 23%;
  margin-right: 1%; }

.path-users .main-content-area > .region-content {
  position: relative; }

.block-unblock-users {
  position: absolute;
  right: 0;
  z-index: 99; }
  .block-unblock-users .unblock-users-form .button {
    background: #004fbd;
    border-color: #004fbd; }
    .block-unblock-users .unblock-users-form .button:hover {
      background: #0d6efd;
      border-color: #0d6efd; }

@media screen and (min-width: 1440px) {
  .include-filter.add-course.emasters .view-header {
    top: -52px; } }

#block-hello-exposedformuserspage-1 .form--inline {
  display: flex;
  align-items: end; }
  #block-hello-exposedformuserspage-1 .form--inline .form-item-field-dap-student-value {
    width: 16%; }

.login-page {
  min-height: 100vh; }
  @media screen and (min-width: 500px) {
    .login-page {
      padding: 7rem 0; } }
  .login-page .left-section {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .login-page .left-section {
        padding: 50px 30px 25px; } }
  .login-page .right-section {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .login-page .right-section .parent-logo {
      width: 40%;
      position: absolute;
      top: 5%;
      right: 2%;
      margin: 0 auto; }
  .login-page .login-block input[type="text"],
  .login-page .login-block input[type="password"],
  .login-page .login-block input[type="text"]:focus,
  .login-page .login-block input[type="password"]:focus {
    background-color: #edf2f5; }

.user-login-form {
  margin-top: 5rem; }
  .user-login-form .login-block {
    position: relative; }
    .user-login-form .login-block .forgot {
      width: auto;
      left: auto;
      bottom: 37%;
      right: 9%;
      top: auto; }
      @media screen and (min-width: 540px) and (max-width: 1024px) {
        .user-login-form .login-block .forgot {
          right: 6%;
          bottom: 42%; } }
      .user-login-form .login-block .forgot a {
        color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
        text-decoration: none; }

.anonymous.path-user .login-page .alert-error.alert-danger {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .anonymous.path-user .login-page .alert-error.alert-danger a {
    display: none; }

.login-submit input,
.user-pass input[type="submit"] {
  background: #004fbd; }

.anonymous.path-tfa .main-container .main-content-area {
  width: 50%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .anonymous.path-tfa .main-container .main-content-area {
      width: 92%; } }
  .anonymous.path-tfa .main-container .main-content-area > .region-content {
    background: #fff;
    padding: 2rem;
    border-radius: 4px; }

@media screen and (max-width: 820px) {
  #block-hello-loginlogo img {
    max-width: 100%;
    object-fit: contain; } }

.flex-control-nav {
  bottom: -1px;
  z-index: 99999; }
  .flex-control-nav li {
    zoom: 2; }

.login-submit input {
  border-radius: 7px; }

.user-login-form .login-block {
  margin-bottom: 0; }
  .user-login-form .login-block .login-submit {
    margin-top: 5rem; }

.text-align-center {
  margin-top: 16%;
  display: none; }

.login-block {
  padding-top: 0; }

@media screen and (max-width: 1024px) {
  .login-page .row {
    flex-direction: column; } }
@media screen and (max-width: 1024px) {
  .login-page .row .left-section {
    width: 100%;
    padding: 50px 30px 25px; } }
.login-page .row .left-section .flexslider {
  margin-bottom: 0;
  border: none; }
@media screen and (max-width: 1024px) {
  .login-page .row .right-section {
    width: 100%; } }

#block-hello-courselinkforloggedoutuser {
  margin: 15px 40px 0 0;
  position: absolute;
  top: -54px;
  right: 0; }
  #block-hello-courselinkforloggedoutuser a {
    font-family: "Open Sans", sans-serif !important;
    color: var(--bs-dark);
    font-weight: 600;
    text-decoration: none; }

.outreach .login-page {
  padding: 0;
  background-size: cover; }
  @media screen and (min-width: 1280px) {
    .outreach .login-page .main-container {
      margin-top: 7rem !important; } }
  @media screen and (max-width: 1024px) {
    .outreach .login-page {
      min-height: 100vh; }
      .outreach .login-page .main-container {
        margin-top: 10rem !important; } }
  @media screen and (min-width: 1367px) {
    .outreach .login-page {
      min-height: 100vh; } }
  @media screen and (min-width: 1025px) and (max-width: 1366px) {
    .outreach .login-page {
      min-height: 100vh; } }
.outreach footer {
  padding: 2rem 0 0; }

.access-denied {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom right, #eee, #aaa); }
  .access-denied h1 {
    margin: 40px 0 20px; }

.lock {
  border-radius: 5px;
  width: 55px;
  height: 45px;
  background-color: #333;
  animation: dip 1s;
  animation-delay: 1.5s;
  position: relative; }
  .lock::before, .lock::after {
    content: "";
    position: absolute;
    border-left: 5px solid #333;
    height: 20px;
    width: 15px;
    left: calc(50% - 12.5px); }
  .lock::before {
    top: -30px;
    border: 5px solid #333;
    border-bottom-color: transparent;
    border-radius: 15px 15px 0 0;
    height: 30px;
    animation: lock 2s, spin 2s; }
  .lock::after {
    top: -10px;
    border-right: 5px solid transparent;
    animation: spin 2s; }

@keyframes lock {
  0% {
    top: -45px; }
  65% {
    top: -45px; }
  100% {
    top: -30px; } }
@keyframes spin {
  0% {
    transform: scaleX(-1);
    left: calc(50% - 30px); }
  65% {
    transform: scaleX(1);
    left: calc(50% - 12.5px); } }
@keyframes dip {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }
.go-back-home {
  text-align: center; }
  .go-back-home a {
    text-decoration: none;
    background: #004fbd;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 4px;
    color: #fff; }
    .go-back-home a:hover {
      text-decoration: underline; }

.page-n-found .broken-link .ph-link-break::before {
  font-size: 90px; }
.page-n-found .access-denied .message {
  text-align: center; }

.user-logged-in.path-user .block-local-tasks-block {
  margin: 0; }

.show-profile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #cfe2ff;
  border-radius: 6px; }
  .show-profile.addclass {
    border-bottom: 1px solid #212529;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 1rem; }
    .show-profile.addclass .ph-caret-down {
      transform: rotate(180deg); }
  .show-profile .ph-caret-down {
    padding-right: 1rem;
    font-size: 25px;
    font-weight: 600; }
  .show-profile button {
    padding: 1rem;
    font-weight: 600;
    border: 0;
    width: 100%;
    text-align: left;
    border-radius: 6px;
    background: transparent; }

.profile-page {
  width: 100% !important;
  border-radius: 6px;
  transition: 300ms ease-in-out; }
  .profile-page .user-image-sec {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 2rem;
    background: #fff;
    border-radius: 4px;
    border: 1px solid var(--bs-border-color);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
  .profile-page .user__cover {
    position: relative;
    background: url("/themes/hello/images/mookit_bg.jpg");
    border-radius: 4px;
    height: 13.625rem; }
    .profile-page .user__cover .user-buble {
      display: none;
      height: 12rem;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .profile-page .user__cover .user-buble {
          height: 8rem; } }
      .profile-page .user__cover .user-buble span:nth-child(1) {
        width: 5rem;
        height: 5rem;
        top: -6%;
        left: -3%;
        background: rgba(255, 255, 255, 0.12); }
      .profile-page .user__cover .user-buble span:nth-child(2) {
        width: 8rem;
        height: 8rem;
        top: 18%;
        left: 18%;
        background: rgba(255, 255, 255, 0.05); }
      .profile-page .user__cover .user-buble span:nth-child(3) {
        width: 3rem;
        height: 3rem;
        top: 8%;
        right: 2%;
        background: rgba(255, 255, 255, 0.05); }
      .profile-page .user__cover .user-buble span:nth-child(4) {
        width: 6rem;
        height: 6rem;
        top: 28%;
        right: 12%;
        background: rgba(255, 255, 255, 0.1); }
      .profile-page .user__cover .user-buble span:nth-child(5) {
        width: 4rem;
        height: 4rem;
        top: 70%;
        left: -6%;
        background: rgba(255, 255, 255, 0.04); }
      .profile-page .user__cover .user-buble span:nth-child(1), .profile-page .user__cover .user-buble span:nth-child(2), .profile-page .user__cover .user-buble span:nth-child(3), .profile-page .user__cover .user-buble span:nth-child(4), .profile-page .user__cover .user-buble span:nth-child(5) {
        display: block;
        position: absolute;
        z-index: 1;
        border-radius: 50%; }
  .profile-page .user-avatar a {
    pointer-events: none; }
  .profile-page .user-avatar img,
  .profile-page .user-avatar .ph-user-circle {
    width: 8rem;
    height: 8rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, 50%);
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    object-fit: cover; }
  .profile-page .user-avatar .ph-user-circle::before {
    font-size: 8rem; }
  .profile-page .user-name {
    margin-top: 6.5rem;
    text-align: center;
    order: 1;
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize; }
    .profile-page .user-name h1 {
      margin-bottom: 0.1rem;
      font-size: 2.4rem; }
  .profile-page .user-info {
    margin-top: 2.5rem;
    order: 2;
    display: flex;
    margin: 2.5rem auto 0;
    flex-direction: column; }
    .profile-page .user-info .field {
      display: flex;
      margin-bottom: 4px;
      color: rgba(0, 0, 0, 0.6); }
      .profile-page .user-info .field .field__label {
        float: none;
        width: 200px; }
      .profile-page .user-info .field .field__item a {
        color: rgba(0, 0, 0, 0.6);
        pointer-events: none;
        text-decoration: none; }

.path-user .block-views-blockregistered-courses-block-1,
.path-user .block-views-blockregistered-courses-block-2 {
  margin-top: 20px; }
  .path-user .block-views-blockregistered-courses-block-1 h2,
  .path-user .block-views-blockregistered-courses-block-2 h2 {
    font-size: 25px; }

.node-id-1750 .main-content-area,
.path-add .main-content-area,
.path-remove .main-content-area,
.path-faq .main-content-area,
.path-contact .main-content-area,
.page-node-type-instructor-documentation .main-content-area,
.path-node .main-content-area {
  padding-top: 0; }
  .node-id-1750 .main-content-area > .region-content,
  .path-add .main-content-area > .region-content,
  .path-remove .main-content-area > .region-content,
  .path-faq .main-content-area > .region-content,
  .path-contact .main-content-area > .region-content,
  .page-node-type-instructor-documentation .main-content-area > .region-content,
  .path-node .main-content-area > .region-content {
    background: #fff;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 4px; }

.path-faq .main-content-area > .region-content,
.page-node-type-instructor-documentation .main-content-area > .region-content {
  padding-left: 1.5rem !important; }

.path-all-courses .main-content-area,
.path-courses .main-content-area,
.path-all-announcement .main-content-area,
.path-user .main-content-area,
.path-users .main-content-area,
.path-announcements .main-content-area {
  padding-top: 0; }
  .path-all-courses .main-content-area .tabs-wrapper,
  .path-courses .main-content-area .tabs-wrapper,
  .path-all-announcement .main-content-area .tabs-wrapper,
  .path-user .main-content-area .tabs-wrapper,
  .path-users .main-content-area .tabs-wrapper,
  .path-announcements .main-content-area .tabs-wrapper {
    margin-top: 0; }

.path-analytics .main-content-area {
  padding-top: 0; }

.page-node-type-course .main-content-area {
  padding-top: 0; }
  .page-node-type-course .main-content-area > .region-content {
    background: #fff;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 4px; }
  .page-node-type-course .main-content-area .field--name-field-course-instructor .field__items {
    display: flex;
    flex-flow: wrap; }
  .page-node-type-course .main-content-area .field--name-field-course-instructor .field__item {
    font-weight: 300;
    margin-right: 10px;
    display: inline-flex; }
    .page-node-type-course .main-content-area .field--name-field-course-instructor .field__item::after {
      content: ",";
      font-weight: 500; }
    .page-node-type-course .main-content-area .field--name-field-course-instructor .field__item:last-child {
      margin-right: 0; }
      .page-node-type-course .main-content-area .field--name-field-course-instructor .field__item:last-child::after {
        content: ""; }
  .page-node-type-course .main-content-area .field {
    margin-bottom: 1rem; }
  .page-node-type-course .main-content-area .field__label {
    margin-bottom: 0.5rem; }

.view-enrolled-students .view-header a {
  color: #004fbd;
  text-decoration: none; }
  .view-enrolled-students .view-header a:hover {
    text-decoration: underline; }
.view-enrolled-students .view-header .form-textarea-wrapper textarea {
  background-color: #fff;
  border-radius: 4px; }
.view-enrolled-students .view-header .search-title {
  margin-top: 3%; }
.view-enrolled-students .view-filters .views-exposed-form {
  border: 1px solid var(--bs-border-color);
  padding: 10px;
  border-radius: 4px; }
  .view-enrolled-students .view-filters .views-exposed-form .form--inline {
    display: flex;
    align-items: center; }
  .view-enrolled-students .view-filters .views-exposed-form .form-item input {
    background-color: #fff; }
.view-enrolled-students .view-content {
  margin-top: 4%; }
  @media screen and (max-width: 1024px) {
    .view-enrolled-students .view-content {
      overflow-x: scroll; } }
  .view-enrolled-students .view-content .table > thead,
  .view-enrolled-students .view-content .table > tbody {
    border: 1px solid var(--bs-border-color); }
  .view-enrolled-students .view-content .table > tbody > tr > * {
    --bs-table-bg-type: $white; }
.view-enrolled-students .form-submit {
  margin: 0;
  padding: 6px 16px;
  font-size: 16px;
  border-radius: 4px;
  background: #004fbd;
  border: none; }
  @media screen and (max-width: 768px) {
    .view-enrolled-students .form-submit {
      font-size: 15px; } }
.view-enrolled-students .vbo-table tbody .views-field-views-bulk-operations-bulk-form .form-type-checkbox .form-check-input {
  background-color: #fff;
  border: var(--bs-border-width) solid #333; }
  .view-enrolled-students .vbo-table tbody .views-field-views-bulk-operations-bulk-form .form-type-checkbox .form-check-input:checked {
    background-color: #004fbd;
    border-color: #004fbd; }

.path-add .form-submit {
  margin: 0;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 4px;
  background: #004fbd;
  border: none; }
.path-add .manage_team_results .border {
  position: relative; }
  .path-add .manage_team_results .border .form-submit {
    background: transparent;
    padding: 0;
    color: transparent;
    z-index: 1;
    position: relative;
    width: 20px;
    left: 15%; }
  .path-add .manage_team_results .border .ph {
    position: absolute;
    left: 20%;
    top: 27%;
    color: red;
    font-size: 20px; }

@media screen and (max-width: 768px) {
  div#block-importusers a,
  div#block-importusers--2 a {
    width: 100% !important;
    padding: 5px; } }

.top-btn-sec {
  position: relative; }
  .top-btn-sec a.back-button {
    position: absolute;
    right: 0;
    top: 9px; }
    @media screen and (max-width: 1024px) {
      .top-btn-sec a.back-button {
        top: -60px;
        font-size: 12px; } }

#block-hello-content {
  position: relative; }

.top-btn-sec a,
.stdn-btn-sec a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }

@media screen and (max-width: 767.98px) {
  .top-btn-sec br {
    display: none; } }

@media screen and (max-width: 767.98px) {
  .block-local-tasks-block .tabs-wrapper.is-collapsible .nav-item {
    display: block !important; } }

.btn-sections > span {
  background: #004fbd;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 4px; }
  .btn-sections > span a,
  .btn-sections > span .ph {
    color: #fff !important; }
  .btn-sections > span .ph {
    margin-right: 5px; }

.form-type-managed-file {
  border: var(--bs-border-width) dashed var(--bs-border-color);
  padding: 20px 20px;
  border-radius: 4px; }
  .form-type-managed-file label {
    margin-bottom: 10px; }
  .form-type-managed-file .form-managed-file {
    position: relative; }
    .form-type-managed-file .form-managed-file::before {
      padding-right: 10px;
      font-family: "FontAwesome";
      content: "\f055";
      color: #fff;
      font-size: 20px;
      position: absolute;
      top: 10%;
      left: 1%; }
    .form-type-managed-file .form-managed-file input[type="file"]::file-selector-button {
      transition: all 0.2s ease-in-out;
      width: 150px;
      padding: 6px 16px;
      background: #004fbd;
      border: 1px solid #004fbd;
      border-radius: 4px;
      color: #fff;
      cursor: pointer;
      font-size: 14px; }
    .form-type-managed-file .form-managed-file input[type="file"]::file-selector-button:hover {
      background-color: #0d6efd; }
    .form-type-managed-file .form-managed-file input[type="file"]::file-selector-button:active {
      background-color: #c1c1c1; }
    .form-type-managed-file .form-managed-file input[type="file"]::file-selector-button {
      margin: 0; }
    .form-type-managed-file .form-managed-file input[type="file"] * {
      display: block; }
    .form-type-managed-file .form-managed-file input {
      cursor: pointer; }
  .form-type-managed-file .description {
    margin-top: 10px; }

.mookit-enuser-import-users .form-managed-file .js-hide {
  display: inline-block; }

.outreach.page-node-type-course .main-content-area .region-content {
  position: relative;
  min-height: 24rem; }
  .outreach.page-node-type-course .main-content-area .region-content .block-course-buttons {
    position: absolute;
    right: 15px;
    z-index: 9; }
    @media screen and (max-width: 767px) {
      .outreach.page-node-type-course .main-content-area .region-content .block-course-buttons {
        position: unset; } }
    .outreach.page-node-type-course .main-content-area .region-content .block-course-buttons .course-buttons {
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 767px) {
        .outreach.page-node-type-course .main-content-area .region-content .block-course-buttons .course-buttons {
          flex-direction: unset;
          flex-wrap: wrap; } }
      .outreach.page-node-type-course .main-content-area .region-content .block-course-buttons .course-buttons .button {
        display: inline-block;
        margin: 10px 0;
        background: #004fbd;
        color: white; }
        @media screen and (max-width: 767px) {
          .outreach.page-node-type-course .main-content-area .region-content .block-course-buttons .course-buttons .button {
            width: 47%; }
            .outreach.page-node-type-course .main-content-area .region-content .block-course-buttons .course-buttons .button:nth-child(1), .outreach.page-node-type-course .main-content-area .region-content .block-course-buttons .course-buttons .button:nth-child(3) {
              margin-right: 10px; } }
  .outreach.page-node-type-course .main-content-area .region-content .node--view-mode-full .field--name-body {
    width: 81%; }
    @media screen and (min-width: 768px) and (max-width: 1280px) {
      .outreach.page-node-type-course .main-content-area .region-content .node--view-mode-full .field--name-body {
        width: 74%; } }
    @media screen and (max-width: 767px) {
      .outreach.page-node-type-course .main-content-area .region-content .node--view-mode-full .field--name-body {
        width: 100%; } }
    .outreach.page-node-type-course .main-content-area .region-content .node--view-mode-full .field--name-body p {
      font-weight: 300; }
      .outreach.page-node-type-course .main-content-area .region-content .node--view-mode-full .field--name-body p strong {
        font-weight: bold; }
  .outreach.page-node-type-course .main-content-area .region-content .node--view-mode-full .field--name-field-course-video {
    border: 1px solid; }
.outreach .add-course .form-actions,
.outreach .courses-list .form-actions,
.outreach .views-exposed-form .form-actions {
  margin-top: 0; }
.outreach.anonymous.path-user .main-container {
  margin-top: 5rem; }
.outreach.anonymous.path-courses .main-container .course-card .c-access {
  display: none; }

.node-title-Feature-Updates .node__content ol li {
  margin-bottom: 1rem; }
  .node-title-Feature-Updates .node__content ol li ul li {
    list-style-type: disclosure-closed;
    margin-top: 5px; }
    .node-title-Feature-Updates .node__content ol li ul li ::marker {
      margin-right: 0.5px;
      font-weight: 500; }
.node-title-Feature-Updates .node__content .contenttohideshow {
  display: none; }

.sh-btn {
  margin-left: 2rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer; }

.faq-instructor .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: $white; }
.faq-instructor .table-striped > tbody td {
  border-bottom: 1px dashed var(--bs-border-color);
  padding-left: 0; }
  .faq-instructor .table-striped > tbody td a {
    font-weight: 600;
    text-decoration: none; }
    .faq-instructor .table-striped > tbody td a:hover {
      text-decoration: underline; }

.field--type-faqfield .ui-accordion .ui-accordion-header {
  transition: transform 1s ease-in-out;
  margin-top: 1%; }
  .field--type-faqfield .ui-accordion .ui-accordion-header::before {
    content: "\ea00";
    font-family: "Phosphor" !important;
    color: #252525;
    font-size: 1.2rem;
    margin-right: 5px; }
  .field--type-faqfield .ui-accordion .ui-accordion-header.ui-state-active {
    background: #004fbd; }
    .field--type-faqfield .ui-accordion .ui-accordion-header.ui-state-active::before {
      color: #fff;
      content: "\e9fe" !important; }
  .field--type-faqfield .ui-accordion .ui-accordion-header.ui-state-hover {
    background: #004fbd;
    color: #fff; }
    .field--type-faqfield .ui-accordion .ui-accordion-header.ui-state-hover::before {
      color: #fff; }
  .field--type-faqfield .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none; }
.field--type-faqfield .ui-accordion .ui-accordion-content {
  height: auto !important; }

.fullcalendar-block {
  background: #fff;
  padding: 15px; }
  .fullcalendar-block .fc-button-primary {
    background-color: #004fbd;
    border-color: #004fbd;
    text-transform: capitalize; }
    .fullcalendar-block .fc-button-primary:hover, .fullcalendar-block .fc-button-primary:not(:disabled).fc-button-active, .fullcalendar-block .fc-button-primary:not(:disabled):active {
      background-color: #0d6efd;
      border-color: #0d6efd;
      box-shadow: none !important; }
  .fullcalendar-block .fc-header-toolbar .fc-button-primary:disabled {
    background-color: #dfe7f2;
    border-color: #dfe7f2;
    color: #252525; }
  .fullcalendar-block .fc-col-header-cell-cushion {
    text-decoration: none;
    color: #252525;
    padding: 10px 0; }
  .fullcalendar-block .fc-day .fc-daygrid-day-top {
    justify-content: center; }
    .fullcalendar-block .fc-day .fc-daygrid-day-top a {
      border: 1px solid;
      border-radius: 50%;
      width: 34px;
      display: flex;
      justify-content: center;
      margin-top: 5px;
      text-decoration: none; }
  .fullcalendar-block .fc-day.fc-day-today {
    background-color: transparent; }
    .fullcalendar-block .fc-day.fc-day-today .fc-daygrid-day-top a {
      background: var(--bs-success-bg-subtle);
      color: #fff;
      background: seagreen;
      border-color: seagreen; }

.maintenance-page-sec .order-2 {
  display: flex;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .maintenance-page-sec .order-2 {
      height: 80vh; } }
  .maintenance-page-sec .order-2.right-section {
    padding-inline: 10px; }
    .maintenance-page-sec .order-2.right-section p {
      font-size: 20px; }
      .maintenance-page-sec .order-2.right-section p a {
        text-decoration: none;
        text-align: center;
        display: block;
        margin-top: 10px; }

.u-card-list .views-row {
  border-radius: 4px !important; }
.u-card-list .u-card {
  padding: 15px;
  position: relative;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  min-height: 234px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  position: relative; }
  .u-card-list .u-card .me-sec {
    transform: rotateY(180deg);
    opacity: 0;
    transition: 0.9s ease-in-out;
    top: 0;
    position: absolute;
    background: #fff;
    #background: #f2f8f9;
    #background: #edf2f5;
    margin-left: -15px;
    height: 100%;
    padding: 15px;
    text-align: justify;
    width: 100%;
    overflow: hidden; }
    .u-card-list .u-card .me-sec p {
      margin-bottom: -5px; }
    .u-card-list .u-card .me-sec .social-link {
      opacity: 0;
      transition: 1s ease-in;
      position: absolute;
      bottom: 10px; }
      .u-card-list .u-card .me-sec .social-link a {
        text-decoration: none; }
        .u-card-list .u-card .me-sec .social-link a .ph {
          margin-left: 5px; }
  .u-card-list .u-card:hover .me-sec {
    transform: rotateY(0deg);
    opacity: 1; }
    .u-card-list .u-card:hover .me-sec .social-link {
      opacity: 1; }
.u-card-list .u-info {
  cursor: pointer; }
  .u-card-list .u-info .u-pic {
    text-align: center;
    margin-bottom: 15px; }
    .u-card-list .u-info .u-pic img {
      width: 100px;
      border-radius: 50%;
      object-fit: cover;
      height: 100px;
       transform: translate(-50%,-50%); }
  .u-card-list .u-info .u-name {
    font-size: 1.2rem;
    font-weight: 500; }
  .u-card-list .u-info label {
    font-weight: 500; }

.more-about {
  display: block;
  background: red;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 20px; }
  .more-about.hidden {
    display: block !important; }

.registered-courses .links-header {
  background: #004fbd;
  display: flex;
  color: #fff; }
.registered-courses .links-details {
  display: flex;
  background: #fff;
  border-bottom: 1px solid var(--bs-border-color); }
.registered-courses .sr-no {
  width: 12%;
  padding-left: 23px !important; }
.registered-courses .sr-name,
.registered-courses .course-name {
  color: #fff;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  padding: 0.5rem 0.75rem; }
.registered-courses .links-details .sr-no,
.registered-courses .links-details .course-link {
  background-color: #fff;
  font-weight: 400;
  line-height: 24px;
  color: var(--bs-body-color);
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  border-bottom-width: var(--bs-border-width); }
.registered-courses .links-details .course-link a {
  text-decoration: none; }
  .registered-courses .links-details .course-link a:hover {
    text-decoration: underline; }

.pager .pagination .page-item.active {
  --bs-pagination-active-bg: #004fbd;
  --bs-pagination-active-border-color: #004fbd; }
  .pager .pagination .page-item.active .page-link {
    color: #fff; }
.pager .pagination .page-item .page-link {
  color: #004fbd; }

.emasters-students .view-filters .views-exposed-form .form--inline {
  display: flex;
  align-items: end;
  justify-content: space-between; }
  @media screen and (max-width: 540px) {
    .emasters-students .view-filters .views-exposed-form .form--inline {
      flex-direction: column; } }
  @media screen and (min-width: 541px) and (max-width: 1024px) {
    .emasters-students .view-filters .views-exposed-form .form--inline {
      display: grid;
      gap: 20px;
      grid-template-columns: 48% 48%; } }
  @media screen and (max-width: 1024px) {
    .emasters-students .view-filters .views-exposed-form .form--inline .form-item-field-department-target-id {
      width: 100% !important; } }
  @media screen and (min-width: 541px) and (max-width: 1024px) {
    .emasters-students .view-filters .views-exposed-form .form--inline .form-item-field-department-target-id {
      flex: 0 0 50%; } }
  .emasters-students .view-filters .views-exposed-form .form--inline .form-item {
    width: 20%; }
    @media screen and (max-width: 540px) {
      .emasters-students .view-filters .views-exposed-form .form--inline .form-item {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 0; } }
    @media screen and (min-width: 541px) and (max-width: 1024px) {
      .emasters-students .view-filters .views-exposed-form .form--inline .form-item {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%; } }
    .emasters-students .view-filters .views-exposed-form .form--inline .form-item:nth-child(4) {
      margin-right: 2%; }
  .emasters-students .view-filters .views-exposed-form .form--inline .form-item-field-department-target-id {
    width: 15%; }
.emasters-students .view-content {
  display: grid;
  gap: 20px;
  grid-template-columns: 32.04% 32.04% 32.04%; }
  @media screen and (max-width: 539px) {
    .emasters-students .view-content {
      grid-template-columns: 100%; } }
  @media screen and (min-width: 540px) and (max-width: 1024px) {
    .emasters-students .view-content {
      grid-template-columns: 50% 50%; } }
  .emasters-students .view-content .views-row {
    background-color: #fff;
    position: relative;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
    border-radius: 6px; }
    @media screen and (max-width: 539px) {
      .emasters-students .view-content .views-row {
        text-align: center; } }
    .emasters-students .view-content .views-row .user-cards {
      background: #fff;
      padding-bottom: 40px;
      border-radius: 6px; }
      .emasters-students .view-content .views-row .user-cards .u-info .u-names {
        padding-bottom: 20px;
        padding: 20px; }
        .emasters-students .view-content .views-row .user-cards .u-info .u-names h3 {
          text-decoration: none;
          text-transform: capitalize; }
          .emasters-students .view-content .views-row .user-cards .u-info .u-names h3 a {
            text-decoration: none;
            text-transform: capitalize; }
      .emasters-students .view-content .views-row .user-cards .u-info .u-pic {
        text-align: center; }
        .emasters-students .view-content .views-row .user-cards .u-info .u-pic img {
          background-size: cover;
          border-radius: 50%;
          box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
          object-fit: cover;
          width: 10rem;
          height: 10rem; }
      .emasters-students .view-content .views-row .user-cards .me-sec {
        padding: 20px; }
        .emasters-students .view-content .views-row .user-cards .me-sec p {
          margin-bottom: 0; }
        .emasters-students .view-content .views-row .user-cards .me-sec .more-link {
          position: absolute;
          right: 20px;
          bottom: 20px; }
        .emasters-students .view-content .views-row .user-cards .me-sec .u-links {
          display: flex;
          margin-top: 20px; }
          .emasters-students .view-content .views-row .user-cards .me-sec .u-links .social-link {
            margin-right: 20px; }
            .emasters-students .view-content .views-row .user-cards .me-sec .u-links .social-link a {
              text-transform: capitalize;
              text-decoration: none; }
      .emasters-students .view-content .views-row .user-cards .u-links {
        position: absolute;
        bottom: 20px;
        left: 20px; }
        @media screen and (max-width: 539px) {
          .emasters-students .view-content .views-row .user-cards .u-links {
            position: static;
            display: block !important; } }

.block-system-main-block article .info-text {
  width: 100% !important; }
@media screen and (max-width: 1024px) {
  .block-system-main-block article .table-responsive thead th,
  .block-system-main-block article .table-responsive thead td,
  .block-system-main-block article .table-responsive tbody th,
  .block-system-main-block article .table-responsive tbody td {
    text-align: left !important;
    padding-left: 15px !important; } }

.path-contact .atlwdg-trigger {
  border: 0;
  background: #004fbd;
  padding: 8px 16px 8px 16px;
  font-size: 1rem;
  border-radius: 4px; }

footer p {
  color: #252525;
  font-weight: 500;
  text-align: right; }
 
/*# sourceMappingURL=custom.css.map */
  input#rzp-button1, input#edit-rzp-button1 {
    margin-top: 4%;
}
.mookit-payment-form table {
    width: 50%;
    border: 1px solid #a09e9e;
}
.mookit-payment-form thead {
    color: #fff;
    background: #818182;
}
.mookit-payment-form th {
    border: 1px solid #fff;
    padding: 2%;
}
.mookit-payment-form td {
    border: 1px solid #a09e9e;
    padding: 2%;
}
.mookit-payment-form div.container {
	background: #fff;
	width: 100%;
	height: 100%;
}
.mookit-payment-form.mookit-payment-form {
	background: #fff;
    padding: 10px;
    margin: 5px;
    display: table;
}
