:root {
  --mmt-blue: #60C4E0;
  --mmt-blue_hover: #3a9ab5;
  --mmt-red: #E34141;
  --mmt-red_hover: #db0000;
  --mmt-green: #4DC644;
  --mmt-green_hover: #349e23;
  --mmt-yellow: #FFD000;
  --mmt-yellow_hover: #FCBE00;
  --mmt-gold: #FFCF00;
  --mmt-gold_hover: #e7be0d;
  --mmt-lime: #CCD600;
  --mmt-lime_hover: #a6ad0e;
  --mmt-orange: #F59C00;
  --mmt-orange_hover: #c98000;
  --mmt-pink: #E3417E;
  --mmt-pink_hover: #d3045e;
  --mmt-dark: #616161;
  --mmt-dark_hover: #4f4f4f;
  --mmt-light: #9D9D9C;
  --mmt-light_hover: #6d6d6d;
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
  --login-heading: clamp(1.75rem, 5vw, 1.8rem);
  --login-text: clamp(1.25rem, 3vw, 1.5rem);
  --contact-heading: clamp(1.75rem, 3vw, 2.5rem);
  --main-heading: clamp(1.6rem, 5vw, 2.6rem);
  --splash-heading: clamp(1.5rem, 5vw, 2.6rem);
  --menu-text: clamp(0.75rem, 3.5vw, 1.4rem);
  --navbar-text: clamp(0.875rem, 2.5vw, 1rem);
  --content-h2: clamp(1.5rem, 3.5vw, 2.25rem);
  --content-h3: clamp(1.35rem, 3.5vw, 1.5rem);
  --content-h4: clamp(1rem, 2.5vw, 1.35rem);

  --content-p: clamp(1rem, 3.5vw, 1.2rem);
  --menu-para: clamp(0.2rem, 2.0vw, 0.9rem);
  --music-p: clamp(0.8rem, 3.5vw, 1rem);
  --content-li: clamp(1rem, 3.5vw, 1.2rem);
  --content-pre: clamp(0.7rem, 3.5vw, 1.25rem);
  --owl-arrows: clamp(-5%, 3.5vw, -20%);
  --owl-nav: clamp(20rem, 3.5vw, 64rem);
  
  --quiz-content-h2: clamp(1.5rem, 3.0vw, 1.85rem);

}

html {
  position: relative;
  min-height: 100%;
}


/*html,
  body {
    height: 100%;
    var(--fs-body);
  }
  */

body {
  font-family: 'Gill Sans MT';
  line-height: 1.25;
  /*margin-bottom: 90px;*/
}

.debug {
  display: block;
  border: 1px solid #F00;
}

.img-responsive {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

/*.mma-container {*/
/*  width: 100%;*/
/*  margin-right: auto;*/
/*  margin-left: auto;*/
/*  padding-right: 10px;*/
/*  padding-left: 10px;*/
/*}*/

.mma-bottom-footer {
  background-color: #4B0F83;
  height: 90px;

}

.mma-main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.mma-main {
  display: flex;
  justify-content: center;
}

.mma-content {
  flex-basis: 100%;
  width: 100%;
  height: auto;
}

.mma-margins {
  margin-top: 10px;
  margin-bottom: 10px;

}

.error404 {
  font-family: 'Montserrat', sans-serif;
  font-size: 120px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -20px;
  margin-left: -10px;
}

.error404>span {
  text-shadow: -5px 0px 0px #fff;
}

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

.mma-nav button {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.mma-nav button:hover {
  opacity: 0.8;
}

.mma-nav button:focus {
  outline: none;
}

.mma-nav button img {
  width: 100%;
  height: auto;
  max-width: 80px;
}

.btn-mma {
  color: #fff;
  background-color: #e3417e;
  border-color: #e3417e;
  line-height: 1;
}

.btn-mma:hover {
  color: #fff;
  background-color: #5ec4e0;
  border-color: #5ec4e0;
}

.btn-resume {
  color: #FFF;
  background-color: #60C4E0;
  border-color: #60C4E0;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 10px 30px;
}

.btn-new {
  color: #e3417e;
  background-color: #FFF;
  border-color: #FFF;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 10px 30px;
}

.input-mma {
  resize: none;
  padding: 5px 10px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #4B0082;
  background: #FFFFFF;
  font-size: 22px;
}

.input-mma:focus {
  color: #495057;
  background-color: #fff;
  border-color: #4B0082;
  outline: 0;
}

.input-story-submit {
  resize: none;
  padding: 5px 10px;
  margin-bottom: 15px;
  display: block;

  outline: none;
  border: 1px solid #4B0082;
  background: #FFFFFF;
  font-size: 22px;
}

#coordinator_notes {
  width: 100%;
}

.input-text-story {
  resize: none;
  padding: 13px 7px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #4B0082;
  background: #FFFFFF;
  font-size: 15px;
  height: 85%;
}

#pop-note {
  overflow: hidden;
  margin-bottom: 8px;
}

.input-story-submit:focus {
  color: #495057;
  background-color: #fff;
  border-color: #4B0082;
  outline: 0;
}

.control {
  display: block;
  position: relative;
  font-weight: 700;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 4px 0 0;
  padding: 0;
  line-height: normal;
}

.control_indicator {
  position: absolute;
  top: -5px;
  left: 80px;
  height: 35px;
  width: 34px;
  background: #4B0082;
  border: 1px solid #000000;
  border-radius: 48px;
}

.control_indicator::after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.control-radio .control_indicator::after {
  left: 8px;
  top: 8px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  transition: background 250ms;
}

.control input:checked~.control_indicator::after {
  display: block;
}


/********************
  LOADER DESIGN
  *********************/
.mma-loader {
  position: relative;
  width: 70px;
}

.box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #4B0082;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px;
}

.box:before {
  content: '';
  position: absolute;
  top: 0;
  /*left:-100%;*/
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.5s;
  pointer-events: none;
  left: -50%;
  transform: skewX(-15deg);
}

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

.box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;

}

.box span:nth-child(1) {
  transform: rotate(0deg);
}

.box span:nth-child(2) {
  transform: rotate(90deg);
}

.box span:nth-child(3) {
  transform: rotate(180deg);
}

.box span:nth-child(4) {
  transform: rotate(270deg);
}

.box span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }

  50% {
    transform: scaleX(1);
    transform-origin: left;
  }

  50.1% {
    transform: scaleX(1);
    transform-origin: right;

  }

  100% {
    transform: scaleX(0);
    transform-origin: right;

  }
}

/********************
  LOGIN PAGES
  *********************/
body.login-page {
  background: #4B0082;
  margin-bottom: 0px;
}

.logo-login {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 250px;
  margin: 0 auto 1.5rem;
}

.login {
  display: contents;
  align-items: center;
  justify-content: center;
  min-height: auto;
}

.login_box {
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 0;
  border: 2px solid #4B0082;
  min-height: 410px;
  overflow-y: auto;
}

.contact-us {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
}

.login h2 {
  font-size: var(--login-heading);
  font-weight: bold;
  margin: 2rem auto 1rem;
  color: #FFF;
}

.contact-us h2 {
  font-size: var(--contact-heading);
  font-weight: bold;
  margin: 2rem auto 1rem;
  color: #FFF;
}

.login p {
  font-size: var(--login-text);
  margin-bottom: 2rem;
  color: #FFF;
  line-height: 26px;
}

.contact-form {
  width: 300px;
  height: 1000px;
  padding: 15px 10px;
  font-family: "Lato", Helvetica, Arial, "sans-serif"
}

.login-form {
  width: 300px;
  height: 460px;
  padding: 15px 10px;
  font-family: "Lato", Helvetica, Arial, "sans-serif"
}

.login-form-group {
  position: relative;
  margin-bottom: 1rem;
}

.login-form-group .input-group {
  border: 2px solid #2a5f9b;
  border-radius: 4px;
}

.login-form-group>input,
.login-form-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.login-form-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.login-form-group .input-group-text {
  padding: 10px 15px;
  font-size: 24px;
  color: #495057;
  text-align: center;
  background-color: #f7f1f2;
  border: 1px solid #ced4da;
  border-radius: 4px 0px 0px 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.login-form-group .input-group-text i {
  color: #4B0082;
  font-size: 22px;
  padding-top: 0;
}

.login-form-group .form-control {
  font-size: 20px;
  color: #4B0082;
}

.login-form-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.login-form-group select {
  height: 44px !important;
}

.input-group>.custom-file {
  height: 44px;
}

.login-form-group .custom-file-label {
  font-size: 20px !important;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  height: 45px;
  margin-bottom: 0;
  display: block;
  padding: 0.375rem 0.75rem;
  line-height: 34px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login-form-group .custom-file-label::after {
  color: #FFF;
  background-color: #5ec4e0;
  border: none;
  height: 44px;
}

.login-form-group button,
.login-btn {
  display: block;
  width: 100%;
  min-width: 150px;
  max-width: 200px;
  margin: 20px auto 5px;
  border: none;
  background: #04afee;
  color: #fff;
  padding: 9px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 400px;
  cursor: pointer;
  -webkit-appearance: none;
}

.login-form-group button:hover,
.login-btn:hover {
  background-color: #2e98d9;
  text-decoration: none;
}

.login-links a {
  color: #000;
  font-size: 18px;
}

.login-links a:hover {
  text-decoration: underline;
}

#main-form p {
  font-size: 18px;
  width: 80%;
  margin: 30px auto 0;
}

.p-w_form {
  width: 80%;
  margin: 50px auto 0;
  text-align: center
}

/********************
  MMA HOME
  *********************/
.mma-header {
  margin: 0 10px;
  min-height: 60px;
  border-bottom: none;
  background-color: white;
}

/*.mma-header .navbar {*/
/*  padding: 0;*/
/*}*/

.navbar-brand {
  /*margin-top: 5px;*/
}

.navbar-brand img {
  max-width: 220px;
  height: auto;
}

button.navbar-toggler {
  padding: 0.25rem 0rem 0.25rem 0.75rem;
}

button.navbar-toggler:focus {
  outline: none;
}

.mma-header .navbar-toggler i {
  font-size: 30px;
  color: #4B0082;
}

.mma-header .navbar-toggler:hover i,
.mma-header .navbar-toggler:focus i {
  color: #e3417e;
}

.collapse.show {
  border-top: 1px solid #4B0082;
}

.mma-header .navbar-nav {
  flex-direction: row;
  justify-content: space-between;
  margin: 7px 0px 5px 0px;
}

.mma_head.navbar-nav li {
  text-align: center;
}

.mma_head.navbar-nav li a {
  font-size: var(--navbar-text);
  color: #616161;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}

.mma_head.navbar-nav li a img {
  width: 40px;
  height: 40px;
}

.mma_head.navbar-nav li a:hover {
  opacity: 0.8;
}

.mma-footer {
  display: block;
  margin: 30px 10px 0px;
  /* background-color: #FFFFFF; */
  /*border-top: 1px solid #4B0082;*/
  text-align: right;
  position: relative;
  bottom: 0px;
  width: 100%;
}

.footer_border {
  display: none;
  margin: 0 auto;
  width: 100%;
  height: 30px;
}

.footer_border img {
  display: block;
  width: 100%;
  height: auto;
}

img.footer-logo {
  width: 175px;
  height: auto;
  margin: 10px 0;
}

h1.main-heading {
  text-align: center;
  font-size: var(--main-heading);
  color: #616161;
  margin: 0px 10px 10px;
}

h3.splash-heading {
  text-align: center;
  font-size: var(--splash-heading);
  color: #15B7E2;
}

img.splash-img {
  display: block;
  margin: 10px auto;
  width: 75%;
  max-width: 420px;
  height: auto;
}

.owl-dots {
  display: none;
}

.owl-nav {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -61%);
  min-width: 300px;
  width: 100%;
}

.owl-next,
.owl-prev {
  margin: 0;
  position: absolute;
  top: 50%;
}

.owl-next {
  right: 10px;
}

.owl-prev {
  left: 10px;
}

.owl-next .owl-btn,
.owl-prev .owl-btn,
.owl-next .owl-btn:focus,
.owl-prev .owl-btn:focus {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.owl-next .owl-btn:hover,
.owl-prev .owl-btn:hover,
.owl-next .owl-btn:focus:hover,
.owl-prev .owl-btn:focus:hover {
  opacity: 0.8;
}

.owl-next img,
.owl-prev img {
  display: block;
  width: 25px;
  height: auto;
  margin: 0 auto;
}

button.owl-prev.disabled,
button.owl-next.disabled {
  display: none;
}

.btn-style-none {
  background: none !important;
  color: inherit !important;
  border: none !important;
  font: inherit !important;
  cursor: pointer !important;
  outline: inherit !important;
}

.btn-style-none img {
  display: block;
  width: 100%;
  height: auto;
}

.btn-style-none:hover img {
  opacity: 0.8;
}

.mma_menu {
  justify-content: center;
  display: flex;
}

.mma_menu2,
.mma_menu2 .row {
  justify-content: flex-start;
  /*display: flex;*/
}

.mma_menu .col-6:nth-child(odd),
.mma_menu2 .row .col-6:nth-child(odd) {
  justify-content: flex-end;
  display: block;
}

.mma_menu .col-6:nth-child(even),
.mma_menu2 .row .col-6:nth-child(even) {
  justify-content: flex-start;
  display: block;
}

.menu_but {
  margin: 10px auto;
  max-width: 178px;
  /*max-height: 196px;*/
  aspect-ratio: 1/1.102;
  background: transparent;
  position: relative;
  border-radius: 10px 10px 0 0;
  display: flex;

  flex-direction: column;

  justify-content: end;
}

.menu_but:hover {
  opacity: 0.8;
  text-decoration: none;
}

.menu_but-overlay {
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 0.8;
  display: block;
  aspect-ratio: 1/1.0999;
  box-shadow: 0 14px 8px -8px rgba(0, 0, 0, 0.45);
  border-radius: 10px 10px 0 0;
  transition: box-shadow 0.3s ease;
}

.menu_but-overlay:hover {
  /*box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.45);*/
}

.menu_bg {
  background: #00F;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-height: 90px;
  justify-content: center;
  align-items: center;
  font-size: var(--menu-text);
  line-height: 1.1;
  color: #616161;
  font-weight: bold;
}

[style*="--menu-bg"]::before {
  content: "";
  display: block;
  padding-bottom: calc(100% / (var(--menu-bg)));

}

.menu_icon {
  background: #E8E7E9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border-radius: 15px 15px 0 0;
}


.menu_icon2 {
  --menu-img: 1/1;
  background: rgba(0, 0, 0, 0);
  aspect-ratio: 1/1.102;
  position: absolute;
  top: 0;
  border-radius: 10px 10px 0 0;
  z-index: 98;
}

[style*="--menu-img"]::before {
  content: "";
  display: block;
  padding-bottom: calc(100% / (var(--menu-img)));

}

.menu_icon img,
.menu_icon video {
  width: 100%;
  height: auto;
  object-fit: fill;
  object-position: top center;
  border-radius: 10px 10px 0 0;
  /*max-height: 130px;
    align-self: stretch;*/
}

.menu_icon2 img,
.menu_icon2 video {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill;
  object-position: top center;
  border-radius: 10px 10px 0 0;
  /*max-height: 130px;
    align-self: stretch;*/
}

.outer_badge-left {
  position: absolute;
  top: 15px;
  left: 0px;
  /* background-color: #fff; */
  width: 90px;
  height: 25px;
}

.menu_badge-left {
  position: absolute;
  top: -12px;
  left: -29px;
  display: block;
  width: 85px;
  height: 25px;
  padding: 8px 20px;
  z-index: 1000;
  /* /* box-shadow: 4px 2px 4px #c9c9c9; */
}

.menu_badge-left h3 {
  font-size: 13px;
  text-align: center;
  line-height: 10px;
}

.outer_badge-right {
  position: absolute;
  top: 15px;
  right: 0px;
  /* background-color: #fff; */
  width: 118px;
  height: 25px;
}

.menu_badge-right {
  position: absolute;
  top: -12px;
  right: -18px;
  display: block;
  width: 113px;
  height: 8px;
  padding: 8px 20px;
  /* color: #fff; */
  /* background-color: #f00; */
  /* /* box-shadow: -3px 3px 4px #c9c9c9; */
}

.menu_badge-right h3 {
  font-size: 13px;
  text-align: center;
  line-height: 10px;
}


.menu_badge-left,
.menu_badge-right {
  max-height: 30px;
}

.menu_txt {
  padding: 4px;
  font-size: var(--content-h4);
  line-height: 1.1;
  color: #616161;
  font-weight: 400;
  text-align: center;
  background-color: #E8E7E9;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 60px;
  position: relative;
  z-index: 100;
  /*text-shadow: 1px 1px 2px rgba(0,0,0,0.35);*/
}


[style*="--menu-head"]::before {
  content: "";
  display: block;
  padding-bottom: calc(100% / (var(--menu-head)));

}

.menu_txt span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.menu_para {
  font-size: var(--menu-para);
  line-height: 1.1;
  font-weight: normal;
  display: flex;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.menu_border {
  display: flex;
  width: 100%;
  height: 3px;
  background: transparent;
  
  position: relative;
  z-index: 100;
}

.menu_but:hover .menu_but-overlay {

  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.85);
  transition: 0.5s ease;
}


.menu_border .mind {
  background: #e3417e
}

.menu_border .body {
  background: #5ec4e0
}

.menu_border .soul {
  background: #fecf00
}

.menu_border .toolkit {
  background: #303030
}

.menu_border .default {
  background: rgb(237, 236, 237)
}

.menu_border .green {
  background: #35C025 !important
}

.menu_border .grey {
  background: #E8E7E9
}

.menu_border .halloween {
  background: #fe8801
}

.menu_border .spare {
  background: #49157f
}

.menu_border .spare_2 {
  background: #350c60
}

.menu_border .border-full {
  width: 100%;
  display: flex;
}

.menu_border .border-half {
  width: 50%;
  display: flex;
}

.menu_border .border-quater {
  width: 33.3333%;
  display: flex;
}

/********************
  POPUP STYLES
  *********************/
#close_popup {
  width: 30px;
  height: 30px;
  background: url('../images/sprite.png') 2px 1px no-repeat;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -2px;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

#expand_popup {
  background: url('../images/sprite.png') 0 -29px no-repeat;
  cursor: pointer;
  width: 28px !important;
  height: 28px !important;
  position: absolute;
  right: 12px;
  text-indent: -10000px;
  top: 10px;
  z-index: 20000;
}

#expand_popup:hover {
  background: url('../images/sprite.png') 0 -56px no-repeat;
}

#expand_popup.contracted {
  background: url('../images/sprite.png') 0 -84px no-repeat;
}

#expand_popup.contracted:hover {
  background: url('../images/sprite.png') 0 -113px no-repeat;
}

.swal2-popup.swal2-modal.swal2-show.popup-expanded {
  width: 65% !important;
  transition: width .5s;
}

.swal2-popup.swal2-modal.swal2-show {
  padding: 10px;
  border: 5px solid rgba(0, 0, 0, 0.65);
  border-radius: 8px;
  transition: width .5s;
}


.swal2-content {
  padding: 0 !important;
}

.swal2-content video {
  width: 100%;
  height: auto;
  object-fit: fill;
  object-position: top center;
  /*max-height: 130px;
    align-self: stretch;*/
}

.swal2-footer {
  border-top: 0px solid black !important;
  margin-bottom: 10px !important;
  font-size: 12px !important;
  font-weight: 700;
  color: black !important;
  justify-content: start !important;
  padding: 0 3px !important;
}

#swal_close_button {
  margin-left: auto;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 7px;
  bottom: 7px;
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-container {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding-top: 52.5%;
  /* padding-top: 56.25%;
     16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.iframe-page {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height: 420px;
  overflow-y: auto;
  /*padding-top: 52.5%;
    padding-top: 56.25%;
     16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe-page iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/********************
  MMA BODY / MIND / SOUL & OTHER
  *********************/

.img-mind,
.img-body,
.img-soul {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0rem auto 2rem;
}

.box-mbs {
  border: 2px solid #e3417e;
  padding: 10px;
}

.box-mbs h3 {
  color: #e3417e;
  font-size: var(--content-h3);
  margin-bottom: 6px;
  /*font-weight: bold;*/
}

.box-mbs pre {
  font-size: var(--content-pre);
  margin-bottom: 0;
}

/********************
  RADIO & MUSIC
  *********************/
.box-text {
  border: 2px solid #e3417e;
  padding: 10px;
}

.box-text h3 {
  color: #e3417e;
  font-size: var(--content-h3);
  margin-bottom: 6px;
  /*font-weight: bold;*/
}

.box-text p {
  margin-bottom: 1rem;
  font-size: var(--content-p);
  text-align: justify;
}

.box-text ul {
  margin: 0px 0 0;
  padding: 0;
  padding-left: 20px;
}

.box-text ul li {
  font-size: var(--content-li);
  margin-bottom: 5px;
}

.box-text ul li:last-child {
  margin-bottom: 0px;
}

.imageBox {
  margin: 20px auto;
}

.imageHolder {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}

.imageHolder img.radioBgImage {
  width: 100%;
  height: auto;
}

.imageHolder img.playIcon {
  width: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.music-title {
  display: block;
  margin-top: 10px;
  font-size: var(--content-p);
  text-align: center;
}

.playing-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 24px;
  float: left;
  margin-bottom: 10px;
  background: #4B0082;
  color: #fff;
  padding: 5px;
}

.playing-title.memb_lft_next_tit {
  background: #0EBAE5;
}

.playing-title span {
  margin: 0 5px;
  font-size: var(--music-p);
}

/********************
  Memory Box
  *********************/
.memory_box-text {
  border: 2px solid #e3417e;
  padding: 10px;
}

.memory_box-text h3 {
  color: #e3417e;
  font-size: var(--content-h3);
  margin-bottom: 6px;
  /*font-weight: bold;*/
}

.memory_box-text p {
  margin-bottom: 1rem;
  font-size: var(--content-p);
  text-align: justify;
}

.memory_box-text ul {
  margin: 0px 0 0;
  padding: 0;
  padding-left: 20px;
}

.memory_box-text ul li {
  font-size: var(--content-li);
  margin-bottom: 5px;
}

.memory_box-text ul li:last-child {
  margin-bottom: 0px;
}

.img-box {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #dceaf7;
  text-align: center;
}

.img-box.single-image {
  margin-bottom: 10px;
}

.img-box img {
  width: 100%;
  height: auto;
}

.img-box img.thumbnail-play-button {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  height: auto;
}

.img-title {
  display: block;
  margin-top: 7px;
  /*max-height: 40px;*/
  font-size: var(--content-h3);
  text-align: center;
}

.img-thumbnails {
  display: flex;
  justify-content: space-evenly;
  /*height: 90px;*/
  margin: 8px auto 10px;
  padding: 0;
}

.img-thumbnails li {
  overflow: hidden;
  border: 3px solid transparent;
  /*
    margin: 0 auto;*/
  height: 95px;
}

.img-thumbnails li img {
  display: block;
  width: 100%;
  height: 100%;
}

.img-thumbnails li:first-child {
  margin-left: 0;
}

.img-thumbnails li:last-child {
  margin-right: 0;
}

.img-thumbnails li:active {
  border-color: #4B0082;
}


/********************
  quizes
  *********************/
.quiz {
  border: none;
  padding: 0 10px;

}

h2.quiz-heading {
  margin: 20px auto;
  text-align: center;
  font-size: var(--quiz-content-h2);
  color: #4B0F83;
  border: 4px solid #4B0F83;
  border-radius: 15px;
  background-color: white;
  height: 82px;
  display: grid;
  align-content: center;
}

.quizes {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: 100%;
  justify-content: space-between;
}

.answer_surround {
  display: flex;

  align-items: center;
  cursor: pointer;
  border: 4px solid #4B0F83;
  border-radius: 15px;
  background-color: white;
}

.answer_left {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: var(--quiz-content-h2);
  background-color: #4B0F83;
  border: none;
  color: white;
  text-decoration: none;
  height: 100%;
  width: 82px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.answer_right {
  margin: 10px;
  text-align: left;
  font-size: var(--quiz-content-h2);
  color: #4B0F83;
  text-decoration: none;
  width: 100%;
}

.question_cont {
  border: 4px solid #4B0F83;
  border-radius: 15px;
  background-color: white;
  width: 100%;
  float: right;

}

.qcontent {
  display: block;
  position: relative;
  overflow: hidden;
  height: 190px;
  background-size: 50%;
  background-repeat: no-repeat;
}

.qcontent-rules {
  border-radius: 10px 10px 0 0;
  display: block;
  position: relative;
  overflow: hidden;
  height: 190px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../images/def_question_rules.png');
}

.qcontent a img {
  width: 100%;
  height: 100%;
}

.qcontent a img.quiz_play-icon {
  width: 100%;
  height: auto;
  max-width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qcontent a img.quiz_audio-icon {
  width: 100%;
  height: auto;
  max-width: 290px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qcontent a video {
  width: auto;
  height: 100%;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.audio-controls {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.qplay {
  padding: 10px 5px;
  text-align: center;
  font-size: var(--content-h3);
  line-height: 1.25;
  background-color: #FF7518;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0px 0px 11px 9px;
}

.answer_cont_info {
  margin-top: 10px;
}

.answer_cont_info p {
  font-size: var(--content-h4);
}

.congrats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 420px;
}

.congrats img {
  display: block;
  max-width: 215px;
  height: auto;
  margin: 0px auto 20px;
}

.congrats h3 {
  font-size: var(--content-h3);
}

.previewed-image {
  cursor: zoom-in;
}

.previewed-image:-webkit-full-screen {
  cursor: zoom-out;
}

.previewed-image:-moz-full-screen {
  cursor: zoom-out;
}

.previewed-image:-ms-fullscreen {
  cursor: zoom-out;
}

.previewed-image:fullscreen {
  cursor: zoom-out;
}

.result_box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 4px solid #4B0082;
  width: 100%;
  height: 380px;
  margin: 0 0 25px;
  padding: 10px;
  border-radius: 10px;
}

.result_box h3 {
  background: #4B0082;
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  margin: 0 0 20px;
  padding: 0;
}

.result_box h4 {
  margin: 5px auto 25px;
  padding: 0;
  font-size: 21px;
  font-weight: normal;
  color: #4B0082;
  text-align: center;
}

#danger {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 100px;
  z-index: 9;
  height: 25px;
  width: 25px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#Pending {
  display: inline-block;
  padding: 0.5em 1em;
  color: #ffffff;
  font-size: 75%;
  position: relative;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.result_box h4 span {
  color: #000;
}

.result_box p {
  margin: 20px 0 0px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.more_results {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 0 10px 10px;
  text-align: center; 
  margin-top: auto; 
}

.more_results a {
  width: 100%;
  background: #4B0082;
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  margin: 0;
  padding: 4px 0;
}

.result50 {
  max-height: 410px;
  overflow-y: auto;
  padding: 10px 0;
}

.result50 div {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.result50 div span {
  font-weight: bold;
}

/********************
  Story Submission
  *********************/
.userfile {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #4B0082;
  padding: 5px;
  margin-bottom: 15px;
}

.userfile input {
  margin-bottom: 0px;
}

div.upload_file {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.userfile label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}

.popup-story {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #4B0082;
  padding: 8px;
  margin-bottom: 15px;
  height: 168%;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-top: 0;
}

.checkbox-container input {
  margin-right: 5px;
  margin-top: -6px;

}

.popup-story-note {
  resize: none;
  padding: 5px 10px;
  margin-bottom: 15px;
  width: 100%;
  outline: none;
  border: 1px solid #4B0082;
  background: #FFFFFF;
  font-size: 22px;
}

.submit-story {
  font-size: 15px;
}

.submitstory {
  width: 100px;
  height: 30px;
  background-color: #4B0082;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #4B0082;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  margin: 10px auto 0;
}

.coordinator-chat {
  padding: 10px;
  height: 82%;
  height: 268px;
  overflow-y: auto;
}


.incoming-msg {
  background-color: #ffc9e0;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 15px;
  width: 90%;
  margin-right: auto;
}

.outgoing-msg {
  background-color: #efeded;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 15px;
  width: 90%;
  margin-left: auto;
}

.msg-sender {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.msg-header h3 {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  display: block;
  margin-bottom: 5px;
}

.msg-header p {
  color: #333;
  font-size: 10px;
  display: block;
}

.msg-time {
  color: #333;
  font-size: 10px;
}

.msg-text {
  font-size: 16px;
}

.story-media {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.btn-story-update {
  color: #fff;
  background-color: #e3417e;
  border-color: #e3417e;
  line-height: 1;
  padding: 8px 15px;
  font-size: 18px;
  margin-top: 20px;
}

.imageViewer,
.videoViewer {
  height: 80px !important;
  width: auto !important;
  max-width: 100%;
  margin: 7.5px 1px;
}

.input-story {
  resize: none;
  padding: 5px 10px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #4B0082;
  background: #FFFFFF;
  font-size: 18px;

}

.story-details {
  resize: none;
  padding: 5px 10px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #4B0082;
  background: #FFFFFF;
  font-size: 18px;
  min-height: 82px;
}

.input-story:focus {
  color: #495057;
  background-color: #fff;
  border-color: #4B0082;
  outline: 0;
}

.story-details:focus {
  color: #495057;
  background-color: #fff;
  border-color: #4B0082;
  outline: 0;
}

.text-muted-stories {
  color: #ccc;
}

.popup-footer {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  padding-bottom: 5px;
}

.popup-close-btn {
  width: 30px;
  height: 30px;

  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

/********************
  DOCS & ACTIVITY REPORTING
  *********************/
.mma_box {
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 0;
  border: 2px solid #4B0082;
  min-height: 410px;
  margin-bottom: 20px;
  overflow-y: auto;
}

.ar_box {
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 0;
  border: 2px solid #4B0082;
  max-height: 475px;
  margin-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

.resume-btn:hover,
.resume-btn:focus,
.new-btn:hover,
.new-btn:focus {
  background-color: #60C4E0;
  border-color: #60C4E0;
  color: #FFF;
}

.ar_notes {
  background-color: #4B0082;
  height: 390px;
  color: #FFF;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
}


.ar_notes h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ar_notes p {
  font-size: 14px;
  margin-bottom: 10px;
}

.ar_notes p:last-child {
  margin-bottom: 0px;
}

.tbl-report {
  max-height: 320px;
  overflow-y: auto;
}

.tbl-step2 {
  max-height: 420px;
  overflow-y: auto;
}

.login_box .form-control,
.mma_box .form-control,
.ar_box .form-control,
.table-report .form-control,
.mma-input {
  color: #4B0082;
  border-color: #4B0082;
  /*line-height: 1.25;*/
  height: 34px !important;
  padding: 0.275rem 0.75rem;
  border-width: 2px;
}

.table-report .record-rows-div .form-control {
  padding: 0.275rem 0.5rem;
}

.mma_box .form-group {
  margin-bottom: .75rem;
}

/*.mma_box .form-group .select2-container, .ar_box .form-group .select2-container{
  min-width: 290px;
}*/

.select2-dropdown {
  margin-left: -10px !important;
}

.select2-container {
  width: 100% !important;
  line-height: 1.45;
  margin-left: 10px;
  margin-right: 10px;
}

.ar_box .select2-container {
  width: 100% !important;
  line-height: 1.45;
  margin-left: 10px !important;
  margin-right: 10px !important;

}

.select2-selection__placeholder {
  color: #4B0082 !important;
}

.select2-selection__choice__display {
  margin-left: 15px;
  padding: 0px 2px;

}

.select2-container .select2-search--inline {
  float: left;
  position: absolute;
  left: 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border: 2px solid #4B0082 !important;
}

.select2-container--default .select2-selection--multiple {
  padding-bottom: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0px;
  background-color: #e8e7e9;
  color: #44546a;
  padding: 5px 7.5px;
}

.table thead th:first-child,
.table tbody td:first-child {
  text-align: left;
}

.table-report,
.table-report thead th,
.table-report tbody td {
  border-color: #4B0082;
  vertical-align: middle;
  text-align: center;
}

.table tbody td.mbs {
  color: #4B0082;
}

#search_resutl thead th,
#ar_tracker_table thead th,
#records_table thead th,
#custom_activity_table thead th {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid #4B0082;
  opacity: .82;
}

.radio_btn {
  display: flex;
  justify-content: space-between;
}

.radio_btn .option {
  background: #fff;
  height: 34px;
  width: 95%;
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 0px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 5px;
  border: 2px solid #4B0082;
  transition: all 0.3s ease;
  max-width: 130px;
}

input[type="radio"] {
  display: none;
}

#option-1:checked:checked~.option-1,
#option-3:checked:checked~.option-3,
#option-2:checked:checked~.option-2 {
  border-color: #4B0082;
  background: #4B0082;
}

#option-4:checked:checked~.option-4 {
  border-color: #4B0082;
  background: #4B0082;
}

#option-1:checked:checked~.option-1 .dot,
#option-3:checked:checked~.option-3 .dot,
#option-2:checked:checked~.option-2 .dot {
  background: #fff;
}

#option-4:checked:checked~.option-4 .dot {
  background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-3:checked:checked~.option-3 .dot::before,
#option-2:checked:checked~.option-2 .dot::before {
  opacity: 1;
  transform: scale(1);
}

#option-4:checked:checked~.option-4 .dot::before {
  opacity: 1;
  transform: scale(1);
}

.wrapper .option span {
  font-size: 20px;
  color: #4B0082;
}

#option-1:checked:checked~.option-1 span,
#option-3:checked:checked~.option-3 span,
#option-2:checked:checked~.option-2 span {
  color: #fff;
}

#option-4:checked:checked~.option-4 span {
  color: #fff;
}

.edit_activity {
  margin-bottom: 5px;
}

.userfile {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 2px dashed #4B0082;
  padding: 5px;
  margin-bottom: 15px;
}

div.upload_file {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.userfile label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}

.list-view {
  list-style: none;
  margin: 0;
  padding: 0
}

/*
.list-view li{
	display: flex;
	justify-content: space-between;
	background: #4B0082;
	margin: 0 0 15px;
	padding: 5px 15px;
	border-radius: 5px;	
	cursor: all-scroll;
        width:290px;
    }
ul#storetank li span {
        cursor: pointer;
    }    
.list-view li span{
	color: #FFF;
	line-height: 24px;
}
.list-view li img{
	width: 9px;
	height: auto;
	margin-top: 5px;
}

.list-view li:before{
	content:1;
	background: url("../images/chevron.png") no-repeat;
	width: 8px;
	position: absolute;
	right: 8px;
	top: 5px;
}*/
#list_view_first {
  cursor: all-scroll;
}

.d-flex label {
  width: 100px;
  line-height: 34px;
  margin-bottom: 0;
}

.character_error {
  color: #dc3545;
  display: block;
  position: absolute;
  top: 135px;
  left: 10px;
}

.move_note {
  margin-top: 15px;
  color: #dc3545;
  display: block;
  font-weight: bold;
  font-size: 17px;
}

textarea#activity_feedback {
  height: 162px !important;
  resize: none;
}

.activity_text_box {
  background-color: #4B0082;
  color: #FFF;
  width: 100%;
  padding: 16px;
  min-height: 385px;
}

/* .upload_file img {
  width: 33.333%;
} */

.remove_file {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0;
  color: red !important;
  font-weight: bold;
  font-size: 20px;
}

.ar3_col1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.5%;
  flex: 0 0 16.5%;
  max-width: 16.5%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

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

.ar3_col2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14%;
  flex: 0 0 14%;
  max-width: 14%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11%;
  flex: 0 0 11%;
  max-width: 11%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9%;
  flex: 0 0 9%;
  max-width: 9%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9%;
  flex: 0 0 9%;
  max-width: 9%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8%;
  flex: 0 0 8%;
  max-width: 8%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 92%;
  flex: 0 0 92%;
  max-width: 92%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 10px;
}

.ar3_col11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8%;
  flex: 0 0 8%;
  max-width: 8%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col11 i {
  font-size: 20px;
  color: #0F3F88;
  margin-top: 15px;
}

.ar3_header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  text-align: center;
}

.ar3_heading {
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #4B0082;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.record-rows {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 0px 10px 5px;
  width: 99.9%;
}

.report_box {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #4B0082;
  height: 450px;
  overflow-y: auto;
}

.report_box .form-control,
.table-report .form-control,
.mma-input {
  color: #4B0082;
  border-color: #4B0082;
  /* line-height: 1.25; */
  resize: none;
  height: 34px;
  border: 2px solid #4B0082;
}

.bootstrap-timepicker-widget table td input {
  min-width: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #4B0082;
  ;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #4B0082;
  ;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


i.fas.fa-angle-right {
  color: white;
}

.table tbody td.tab-sep {
  background-color: #faeaf6;
  border-top: 2px solid #4B0082;
  border-bottom: 2px solid #4B0082;
  line-height: 3px;
  padding: 5px;
}

input.form-control.tr-feedback {
  font-size: 18px;
}

.summary_box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 2px solid #4B0082;
  width: 100%;
  margin-bottom: 15px;
}

.summary_box h3 {
  background: #4B0082;
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  margin: 0;
  padding: 0;
}

.summary_box_inner {
  padding: 10px;
  height: 170px
}

.resident_list,
.performance {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.resident_list>div,
.performance>div {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.resident_list h4,
.performance h4 {
  margin: 5px 0 0;
  padding: 0;
  font-size: 21px;
  font-weight: normal;
  color: #4B0082;
  text-align: center;
}

.resident_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  max-height: 140px;
  overflow-y: auto;
}

.resident_list ul li {
  margin: 0 5px 5px 0px;
  line-height: 1.2rem;
}

.resident_list ul li span {
  font-weight: bold;
  color: #5ec4e0;
  float: right;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4B0082;
  line-height: 32px;
}

.sum_tbl .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  text-align: center;
  color: #FFF;
}

.sum_tbl .select2-container--default .select2-selection--single {
  background-color: #4B0082;
  border: none;
  border-radius: 0px;
  color: #FFF;
  height: 36px;
}

.sum_tbl .select2-container--default .select2-selection--single {
  color: #FFF;
}

.sum_tbl .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  right: 8px;
}

.sum_tbl .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFF transparent transparent transparent;
  border-width: 8px 6px 0 6px;
}

.sum_tbl .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #FFF transparent;
  border-width: 0 6px 8px 6px;
}

.date_picker {
  position: relative;
}

.date_picker p {
  margin: 0;
  position: absolute;
  top: 7px;
  left: 20px;
  font-size: 1rem;
  color: #4B0082;
}

.date_picker input {
  min-width: 95%;
  padding-left: 93px;
}

.reprts_mh {
  min-height: 300px;
  max-height: 450px;
  overflow-y: auto;
}

.stories-table {
  min-height: 300px;
  max-height: 400px;
  overflow-y: auto;
}

.records_mh {
  min-height: 410px;
  max-height: 410px;
  overflow-y: auto;
}

.tracker_mh {
  min-height: 410px;
  max-height: 410px;
  overflow-y: auto;
}

h4.avg_exp {
  display: block;
  font-size: 21px;
  font-weight: normal;
  line-height: 35px;
  text-align: center;
  color: #4B0082;
  margin: 0 0 15px;
  padding: 0;
}

h4.avg_exp span {
  color: #4A4A4A;
}

.graph_exp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 85%;
  margin: 5px auto 0;
}

.graph_exp div {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.graph_exp img {
  width: 50px;
  height: auto;
  margin: 0 15px;
}

.clock {
  width: 95px;
  height: 100px;
  background-image: url(../images/clock.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 21px;
  color: #333;
  margin: 5px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pie {
  --p: 20;
  --b: 12px;
  --c: #5ec4e0;
  --w: 95px;

  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  margin: 5px;
  place-content: center;
  font-size: 18px;
  font-weight: bold;
  font-family: sans-serif;
  color: #5ec4e0
}

.pie:before,
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.pie:before {
  inset: 0;
  background:
    radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p)*1%), #0000 0);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie:after {
  inset: calc(50% - var(--b)/2);
  background: var(--c);
  transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}

.animate {
  animation: p 1s .5s both;
}

.no-round:before {
  background-size: 0 0, auto;
}

.no-round:after {
  content: none;
}

@keyframes p {
  from {
    --p: 0
  }
}

/* Pie Chart */
.progress-pie-chart {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ccc;
  position: relative;
}

.progress-pie-chart.gt-50 {
  background-color: #4B0082;
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  clip: rect(0, 100px, 100px, 50px);
}

.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  clip: rect(0, 100px, 100px, 0);
  background: #4B0082;
  transform: rotate(60deg);
}

.gt-50 .ppc-progress {
  clip: rect(0, 50px, 100px, 0);
}

.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 100px, 100px, 50px);
  background: #CCC;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 80px/2);
  top: calc(50% - 80px/2);
  width: 80px;
  height: 80px;
  background: #FFF;
  text-align: center;
  display: table;
}

.ppc-percents span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #4B0082;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.progress-pie-chart {
  margin: 5px auto 0;
}

/********************
  LIVE SESSION
  *********************/
.video-fluid {
  width: 100%;
  height: auto;
}

.vid-comands {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
  width: 90%;
  margin: 0px auto;
}

.prog_bar {
  background: #FFF;
  display: block;
  margin: 10px auto;
  width: 100%;
  height: 11px;
  border: 2px solid #616161;
}

.prog {
  animation-name: example;
  animation-duration: 13s;
  height: 7px;
  background: #0f0;
  display: block;
  animation-timing-function: linear;
  animation-play-state: paused;
}

@keyframes example {
  from {
    width: 0%;
  }

  to {
    width: 100%
  }
}

.vid-ctrl {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #616161;
  font-weight: bold;
  text-decoration: none;
  line-height: 15px;
  margin: 0 0 10px;
  height: 95px;
}

.vid-ctrl a {
  display: block;
  margin: 5px;
  font-size: 18px;
  color: #616161;
  font-weight: bold;
  text-decoration: none;
  line-height: 15px;
}

.vid-ctrl img,
.vid-ctrl a img {
  width: 50px;
  height: auto;
  margin: 0 auto 5px;
  display: block;
}

.video-area img {
  display: block;
  margin: 10px auto;
  width: 100%;
  height: auto;
}

.live-comands2,
.live-comands3 {
  display: none;
}

.live-comands,
.live-comands4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.livevideo_box {
  padding: 0 0px;
  min-height: 170px !important;
  height: auto !important;
}

#story_table thead th {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid #4B0082;
  opacity: .82;
}

.table-reports {
  max-height: 0px !important;
}

.col-md-auto {
  width: 33.3333%;
  /* width:16.666%; */
}


/********************
  BINGO GAME
  *********************/

.mma-footer {
  text-align: center;
  /* Center the contents of the footer */
}

.footer_border {
  margin: 0 auto;
}

.footer-logo-container {
  /*background-color: #4B0082;*/
  /* Background color for the entire width */
  padding: 10px 0;
  /* Padding around the footer logo area */
  text-align: center;
  /* Center the logo image */
  height:auto;
  /*background: linear-gradient(to right, rgba(255, 255, 255, 1) 10%, #b9a4e3 50%, rgba(255, 255, 255, 0) 90%);*/
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #b9a4e3 50%, rgba(255, 255, 255, 0) 90%);
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  background-clip: padding-box, border-box;
  /*border-image: linear-gradient(to right, rgba(255, 255, 255, 1) 10%, #EBBAC9 50%, rgba(255, 255, 255, 0) 90%);*/
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #EBBAC9 50%, rgba(255, 255, 255, 0) 90%);
  border-image-slice: 1;
}

.footer-item {
  list-style: none;
  margin-bottom: 10px;
}

.footer-item a {
  color: white;
}


.footer-logo {
  visibility: hidden;
}

.footer-affirmation p{
    color: #4B0082;
    margin-bottom: 0.5rem;
}


/********************
  MEDIA QUERIES
  ********************

@media only screen and (max-width: 320px) {
    .menu_icon img {
        max-height: 62px;
    }
}*/
/*@media only screen and (min-width: 1850px) {*/
/*    .menu_icon img {*/
/*        height: auto;*/
/*    }*/
/*}*/

@media only screen and (min-width: 321px) and (max-width: 480px) {
  .logo-login {
    max-width: 300px;
  }

  .login {
    min-height: 670px;
  }

  .login-form {
    width: 320px;
  }

  .contact-form {
    width: 320px;
  }

  .login-form-group .form-control {
    font-size: 24px;
  }

  .login-form-group button {
    font-size: 23px;
  }

  .owl-nav {
    min-width: 120%;
  }

  .owl-next img,
  .owl-prev img {
    width: 35px;
  }

  .owl-prev {
    left: -10%;
  }

  .owl-next {
    right: -10%;
  }

  .menu_icon {
    max-height: 100px;
  }

  .menu_bg {
    max-height: 150px;
  }

  /*.menu_txt {
        min-height: 40px;
    }
    .menu_bg {
        height: 143px;
    }*/
  #main-form img {
    width: 105px;
    height: 111px;
  }

  .login-form-group button,
  .login-btn {
    display: block;
    width: 100%;
    min-width: 110px;
    max-width: 200px;
    min-height: 30px;
    margin: 20px auto 5px;
    border: none;
    background: #04afee;
    color: #fff;
    padding: 9px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 400px;
    cursor: pointer;
    -webkit-appearance: none;
  }

  .login-form-group button {
    font-size: 12px;
  }

  /*.menu_but-overlay{*/
  /*  height: 166px;*/
  /*}*/
  .menu_icon img {
    height: 100px;
  }

  .answer_left {
    width: 50px;
  }

  .answer_surround {
    margin-bottom: 20px;
  }


  .mma-header .navbar-nav {
    margin: 10px;
  }

  .mma-footer {
    margin: 30px 0 0px;
    /*position: relative;*/
  }

  .mma-header {
    margin: 0;
  }
  .qcontent {
    background-size: 25%;
  }
}

@media only screen and (max-width: 385px) {
  .menu_txt {
    font-size: 11px;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 386px) and (max-width: 425px) {
  .menu_txt {
    font-size: 14px;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 576px) {
  .collapse.show {
    border-top: 1px solid #4B0082;
  }

  /*.mma-header .navbar-nav {*/
  /*  justify-content: flex-end;*/
  /*  width: 61%;*/
  /*}*/
  
  .navbar-nav .mma_head{
      justify-content: flex-end;
      width: 61%;
  }

  .mma-footer {
    border-top: none;
    /*margin: 15px 0px 0px;*/
    margin: 15px auto 0;
    /*width: 1000px;*/
  }

  .footer_border {
    display: flex;
    border-bottom: none;
  }

  img.footer-logo {
    width: 210px;
  }

  #main-form p {
    font-size: 21px;
  }

  .menu_bg {
    max-height: 195px;
  }

  .menu_border {
    height: 6px;
  }

  .resident_list,
  .performance {
    flex-direction: row;
  }

  .graph_exp {
    flex-direction: row;
    width: 85%;
  }

  .livevideo_box {
    height: 320px !important;
  }

  .vid-ctrl img,
  .vid-ctrl a img {
    width: 100%;
  }

  /*.menu_txt {
        min-height: 60px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
    }*/

  .date_picker input {
    min-width: 90%;
    padding-left: 93px;
    max-height: 30px;
    line-height: 2;
  }

  /*.menu_but-overlay{*/
  /*    display:block;*/
  /*}*/

}
@media only screen and (min-width: 576px) and (max-width: 999px) {
    .mma-footer {
        width: 577px;
    }
}
@media only screen and (min-width: 1000px) {
    .mma-footer{
    width: 1000px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {

  /*.mma-header .navbar-nav {
        justify-content: space-between;
    }*/
  .mma_head.navbar-nav li a img {
    width: 55px;
    height: 55px;
    margin-bottom: 3px;
  }

  .error404 {
    font-size: 152px;
    letter-spacing: -25px;
    margin-left: -20px;
  }

  .login {
    min-height: 800px;
  }

  .owl-next img,
  .owl-prev img {
    width: 50px;
  }

  .owl-prev {
    left: -80px;
  }

  .owl-next {
    right: -80px;
  }

  .menu_border {
    height: 4px;
  }

  /*.menu_txt {
        height: 60px;
    }*/
  /* .menu_icon {
    max-height: 130px;
  } */

  .menu_bg {
    max-height: 195px;
  }

  #main-form img {
    width: 120px;
  }

  .date_picker input {
    min-width: 90%;
    padding-left: 93px;
    max-height: 30px;
    line-height: 2;
  }

  .answer_left {
    padding: 10px;
    width: 57px;
    height: 57px;
  }

  .answer_surround {
    margin-bottom: 20px;

  }

  /*.answer_right {*/
  /*  font-size: 18px;*/
  /*}*/

  h2.quiz-heading {
    padding: 10px;
    /*font-size: 20px;*/
  }

  .mma-footer {
    margin: 30px 0 0px;
  }

  .mma-header {
    margin: 0;
  }
 /*.mma-footer {*/
 /*    position: relative;*/
 /* }*/
  .qcontent {
    background-size: 25%;
  }
  /*.menu_but-overlay{*/
  /*  height: 202px;*/
  /*}*/
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .error404 {
    font-size: 152px;
    letter-spacing: -30px;
    margin-left: -20px;
  }

  .error404>span {
    text-shadow: -8px 0px 0px #fff;
  }

  .login {
    min-height: 1024px;
  }

  /*
    .mma-header .navbar-nav {
        justify-content: end;
        width: 100%;
    }*/
  .mma_head.navbar-nav li {
    margin-left: 2px;
    margin-right: 2px;
  }

  .owl-nav {
    top: 41%;
  }

  .owl-next img,
  .owl-prev img {
    width: 65px;
  }

  .owl-prev {
    left: -90px;
  }

  .owl-next {
    right: -90px;
  }

  .menu_border {
    height: 6px;
  }

  /* .menu_icon {
    max-height: 130px;
  } */

  .box-text,
  .memory_box-text {
    margin: 10px auto;
    width: 100%;
  }

  #main-form img {
    width: 120px;
  }

  .answer_right {
    height: 55px;

  }

  h2.quiz-heading {
    padding: 10px;
  }

  .answer_left {
    width: 72px;
  }

  .answer_surround {
    margin-bottom: 20px;
  }
  /*.mma-footer {*/
  /*   position: relative;*/
  /*}*/
  .qcontent {
    background-size: 175px;
  }
  /*.menu_but-overlay{*/
  /*  height:212px;*/
  /*}*/
}

@media only screen and (min-width: 768px) {
  .error404 {
    font-size: 252px;
    letter-spacing: -40px;
    margin-left: -20px;
  }

  .collapse.show {
    border-top: 1px solid #4B0082;
  }

  .mma_head.navbar-nav li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mma_head.navbar-nav li a img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
  }

  .owl-nav {
    top: 41%;
  }

  .owl-next img,
  .owl-prev img {
    width: 65px;
  }

  .owl-prev {
    left: -100px;
  }

  .owl-next {
    right: -100px;
  }

  .answer_left {
    margin: 0;
    padding: 10px;
    width: 62px;

  }

  .result_box {
    margin: 0;
  }

  .more_results a {
    font-size: 20px;
  }


  #main-form p {
    width: 60%;
  }

  .p-w_form {
    width: 60%;
  }

  .mma_box {
    max-height: 410px;
    margin-bottom: 0px;
  }

  .ar_box {
    /*max-height: 410px;*/
    margin-bottom: 0px;
  }

  textarea#activity_feedback {
    height: 168px !important;
  }

  .graph_exp {
    width: 75%;
  }

  .edit_activity {
    margin-bottom: 0px;
  }

  .livevideo_box {
    height: 430px !important;
  }

  #main-form img {
    width: 250px;
    height: 250px;
  }

}

@media only screen and (min-width: 769px)
/*
  and (max-width : 1024px)*/

  {
  .login {
    min-height: 750px;
  }

  .contact-us {
    min-height: 1050px;
  }

  .contact-form {
    width: 1000px;
  }

  .mma-main {
    max-width: 1000px;
  }
 .mma-main-header {
    max-width: 1000px;
  }
  /*.mma-container {*/
  /*    max-width: 1000px;*/
  /*  }*/
  /*
    .mma-header .navbar-nav {
        justify-content: end;
        width: 100
    }*/
  .mma_head.navbar-nav li {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar-expand-md .navbar-nav {
    margin-left: auto;
    order: 2;
  }

  .navbar-brand img {
    max-width: 240px;
  }

  .menu_border {
    height: 6px;
  }

  /* .menu_icon {
    max-height: 113px;
  } */

  .ar_box {
    max-height: 420px;
  }

  .ar_notes p {
    font-size: 14.7px;
  }

  .ar_notes h3 {
    margin-top: 7px;
  }

  .ar_box .form-group {
    margin-bottom: .5rem;
  }

  .ar3_col11 i {
    margin-top: 17px;
  }

  .menu_icon img {
    height: 130px;
  }
  
}

@media only screen and (min-width: 992px) {
  .mma-header {
    margin: 0px;
    min-height: 100px;
  }

  .mma_head.navbar-nav li a img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
  }

  #main-form p {
    width: 50%;
    margin: 50px auto 0;
  }

  /*.mma-content {*/
  /*  height: 512px;*/
  /*}*/

  .p-w_form {
    width: 50%;
  }

  .owl-nav {
    top: 36%;
  }

  .radio_btn .option {
    max-width: 175px;

  }

  /*
    .img-mind {
        width: 100%;
        max-width: 238px;
        margin: 0rem auto 0rem;
    }
    .img-body {
        width: 70%;
        max-width: 295px;
        margin: 0rem auto 0rem;
    }
    .img-soul {
        width: 70%;
        max-width: 345px;
        margin: 0rem auto 0rem;
    }*/
  .img-mind,
  .img-body,
  .img-soul {
    margin: 0rem auto 0rem;
  }

  .box-mbs {
    margin: 0px auto;
    height: 385px;
  }

  h1.main-heading {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  /*.content-radio .box-text {
        height: 455px;
        overflow-y: auto;
    }*/
  .quiz {
    min-height: 410px;
  }

  .qcontent {
    height: 240px;
  }

  .qcontent-rules {
    height: 220px;
  }

  /*
	h2.quiz-heading {
        height: 60px;
    }*/
  .answer_left {
    padding: 15px;
    width: 80px;
    height: 80px;
  }

  .result_box {
    /*height: 350px;*/
    font-size: 18px;
  }

  .result_box h3 {
    padding: 5px 0px;
  }

  .result_box h4 {
    margin: 5px auto 15px;
    font-size: 24px;
  }

  .page-container,
  .mma_menu2 {
    min-height: 420px;
  }

  .mma_menu .col-6:nth-child(odd),
  .mma_menu2 .col-6:nth-child(odd) {
    /*justify-content: flex-end;*/
    display: block;
  }

  .mma_menu .col-6:nth-child(even),
  .mma_menu2 .col-6:nth-child(even) {
    /*justify-content: flex-start;*/
    display: block;
  }

  /*.menu_but {
        width: 178px;
    }
    .menu_icon {
        height: 130px;
    }*/
  .imageHolder {
    width: 100%;
    height: 290px;
  }

  .imageHolder img.radioBgImage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .playing-title {
    height: 50px;
  }

  .playing-title.memb_lft_next_tit {
    margin-bottom: 0;
  }

  .img-box.single-image {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .img-box {
    width: 100%;
    height: 270px;
  }

  .img-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .img-thumbnails {
    margin-bottom: 0;
  }

  .img-thumbnails li {
    width: 125px;
    /*
        height: auto;*/
  }

  .img-thumbnails li img {
    width: 100%;
    height: 100%;
  }

  .box-text {
    margin: 0px auto;
    height: 410px;
    overflow-y: auto;
  }

  .memory_box-text {
    margin: 0px auto;
    height: 410px;
    overflow-y: auto;
  }

  .vid-comands {
    width: 50%;
  }

  .live-comands .vid-ctrl,
  .live-comands .vid-ctrl a {
    margin: 0 0px;
  }

  .live-comands4 {
    display: none;
  }

  .live-comands2,
  .live-comands3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  /*.box-text p, .memory_box-text p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .box-text ul, .memory_box-text ul {
        max-height: 120px;
        overflow: hidden;
    }
    .box-text .radioco_history5 ul {
        max-height: 160px;
        overflow: hidden;
    }*/
  .livevideo_box {
    height: 410px !important;
  }

  .coordinator-chat {
    height: 248px;
  }

  .input-story {
    margin-bottom: 10px;

  }

  .story-details {
    margin-bottom: 10px;
    min-height: 75px;

  }

  .userfile {
    margin-bottom: 10px;
  }

  .imageViewer,
  .videoViewer {
    margin: 1px 1px 0;
  }

  .btn-story-update {
    margin-top: 10px;
  }

  /* Survey Form page */
  .survey-question-container {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 350px;
  }

  .col-md-auto {
    width: 16.666%;
  }

  /*h2.quiz-heading {*/
  /*  font-size: 23px;*/
  /*}*/
  
  .scroll-container {
    max-height: 82px; /* Adjust the height as needed */
    overflow-y: auto;
}

/* Optional: custom scrollbar styles */
.scroll-container::-webkit-scrollbar {
    width: 8px;
}

.scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
     border-radius: 0 8px 8px 0;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #888;
     border-radius: 0 8px 8px 0;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}


  .answer_right {
    /*font-size: 20px;*/
    margin: 10px 20px;
  }

}

@media only screen and (max-width: 1000px) {

  .imageViewer,
  .videoViewer {
    height: 100px !important;
    width: auto !important;
    max-width: 100%;
  }

  .col-md-auto {
    width: 33.3333%;
  }

}

@media only screen and (min-width: 1850px) {

  /*.mma-container {*/
  /*  max-width: 1350px;*/
  /*}*/
  
  .mma-main-header,
  .mma-main {
    max-width: 1350px;
  }
  
  .mma-header {
    min-height: 120px;
  }

  .navbar-brand {
    /*margin-top: 15px;*/
  }

  .navbar-brand img {
    max-width: 310px;
  }

  .mma_head.navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
  }

  .mma_head.navbar-nav li a img {
    width: 75px;
    height: 75px;
  }

  .mma_head.navbar-nav li a {
    font-size: 21px;
  }

  /*.mma-content {*/
  /*  height: 680px;*/
  /*}*/

  h1.main-heading {
    font-size: 55px;
    margin: 10px 20px 20px;
  }

  img.splash-img {
    max-width: 550px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mma-margins {
    margin-top: 20px;
    margin-bottom: 20px;

  }

  .mbs-nav .owl-nav {
    top: 42.5%;
  }

  .owl-next img,
  .owl-prev img {
    width: 90px;
  }

  .owl-prev {
    left: -125px;
  }

  .owl-next {
    right: -125px;
  }

  .menu_but {
    margin: 20px auto;
    max-width: 228px;
    width: 228px;
    height: 242px;
    max-height: 242px;
  }

  /*.menu_but-overlay {*/
  /*  max-width: 228px;*/
  /*  width: 228px;*/
  /*  height: 262px;*/
  /*  max-height: 262px;*/
  /*}*/

  /* .menu_icon {
    max-height: 165px;
  } */

  .menu_icon img {
    height: 165px;
  }

  .menu_txt {
    padding: 6px;
    font-size: 26px;
    height: 67px;
  }

  .menu_border {
    height: 8px;
  }

  .footer_border {
    height: 40px;
  }
  .menu_icon2 img{
        height: auto !important;
  }
  img.footer-logo {
    width: 300px;
  }

  .page-container,
  .mma_menu2 {
    min-height: 525px;
  }

  .iframe-container {
    padding-top: 49.6%;
  }

  .mma_menu .col-6:nth-child(2n+1),
  .mma_menu2 .row .col-6:nth-child(2n+1),
  .mma_menu .col-6:nth-child(2n),
  .mma_menu2 .row .col-6:nth-child(2n) {
    justify-content: center;
  }

  .img-box {
    width: 100%;
    height: 355px;
  }

  .imageHolder {
    width: 100%;
    height: 385px;
  }

  .img-thumbnails li {
    width: 170px;
    height: 110px;
  }

  img.playIcon {
    width: 90px;
    height: 90px;
    margin: 15px auto;
  }

  .playing-title {
    height: 60px;
  }

  .playing-title span {
    margin: 0 5px;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .img-title,
  .music-title {
    margin-top: 15px;
    font-size: 30px;
  }

  .box-text,
  .memory_box-text {
    padding: 20px;
    height: 525px;
  }

  .box-text p {
    font-size: 1.4rem;
  }

  .memory_box-text p {
    font-size: 1.5rem;
  }

  .box-text h3,
  .memory_box-text h3 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .box-text ul

  /*, .memory_box-text ul*/
    {
    max-height: 220px;
    overflow: hidden;
  }

  .box-text .radioco_history5 ul {
    max-height: 230px;
    overflow: hidden;
  }

  .box-text ul li,
  .memory_box-text ul li {
    font-size: 1.4rem;
  }

  .img-mind,
  .img-body,
  .img-soul {
    max-width: 517px;
  }

  .box-mbs {
    padding: 20px;
    height: 525px;
  }

  .box-mbs pre {
    font-size: 24px;
    line-height: 1.4;
  }

  .quiz {
    padding: 0 20px 20px 20px;
    min-height: 600px;
  }

  .qcontent {
    height: 290px;
  }

  .qcontent-rules {
    height: 290px;
  }

  .answer_left {
    margin: 0;
    padding: 20px;
    width: 84px;
    height: 84px;
  }

  .result_box {
    height: 445px;
    font-size: 21px;
    padding: 20px;
  }

  .result_box h3 {
    padding: 10px 0px;
    font-size: 30px;
  }

  .result_box h4 {
    margin: 5px auto 40px;
    font-size: 30px;
  }

  .result50 {
    max-height: 525px;
  }

  .result50 div {
    font-size: 18px;
    margin-bottom: 5px;
  }

  /*
    .img-mind {
        max-width: 330px;
    }*/
  .mma_box {
    padding: 20px;
    min-height: 550px;
    padding-bottom: 0;
    /*overflow-y: auto;*/
  }

  .ar_box {
    padding: 20px;
    min-height: 550px;
    padding-bottom: 0;
    /*overflow-y: auto;*/
  }

  #main-form,
  .login_box {
    padding: 20px;
  }

  #main-form p {
    font-size: 24px;
    width: 50%;
  }

  #main-form img {
    width: 250px;
  }

  .p-w_form {
    width: 40%;
  }

  .radio_btn .option {
    max-width: 180px;
  }

  .report_box,
  .iframe-page {
    height: 525px;
  }

  .tbl-report {
    max-height: 420px;
  }

  .tbl-step2 {
    max-height: 525px;
  }

  .graph_exp {
    width: 60%;
    font-size: 20px;
  }

  .graph_exp img {
    width: 75px;
    height: auto;
    margin: 0 15px;
  }

  .select2-container .select2-search--inline .select2-search__field {
    height: 25px !important;
  }

  .list-view li {
    width: 370px;
  }

  .list-view li span {
    font-size: 20px;
    line-height: 34px;
  }

  .list-view li img {
    width: 12px;
    margin-top: 10px;
  }

  .summary_box h3,
  .sum_tbl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 30px;
    line-height: 45px;
  }

  .sum_tbl .select2-container--default .select2-selection--single {
    height: 45px;
  }

  .summary_box_inner {
    padding: 15px;
    height: 200px;
    /*
		display: flex;
		flex-direction: column;
		justify-content: center*/
  }

  .ar_notes {
    padding: 20px;
    height: 505px;
  }

  .ar_notes h3 {
    font-size: 30px;
    margin-bottom: 1.5rem;
  }

  .ar_notes p {
    font-size: 18.5px;
    margin-bottom: 1rem;
    margin-top: 0px;
    line-height: 25px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 5px;
  }

  .select2-container .select2-selection--multiple {
    min-height: 40px !important;
  }

  h4.avg_exp,
  .resident_list h4,
  .performance h4 {
    font-size: 26px;
  }

  .login_box .form-control,
  .mma_box .form-control,
  .ar_box .form-control,
  .table-report .form-control,
  .mma-input,
  .radio_btn .option {
    height: 40px !important;
    font-size: 20px;
  }

  .radio_btn .option {
    max-width: 240px;
  }

  .select2-container .select2-selection--single,
  .select2-container .select2-selection--multiple {
    min-height: 40px;
    /*line-height: 35px;*/
    font-size: 20px;
  }

  .d-flex label {
    line-height: 40px;
  }

  .resident_list ul {
    max-height: 160px;
  }

  .resident_list ul li {
    line-height: 1.4rem;
    font-size: 20px;
  }

  .ar3_col11 i {
    margin-top: 20px;
    font-size: 24px;
  }

  .pie {
    --b: 14px;
    --c: #5ec4e0;
    --w: 120px;
    font-size: 24px;
  }

  .clock {
    width: 125px;
    height: 125px;
    font-size: 24px;
  }

  textarea#activity_feedback {
    height: 138px !important;
  }

  .character_error {
    top: 110px;
  }

  .date_picker p {
    top: 6px;
    font-size: 20px;
  }

  .date_picker input {
    padding-left: 110px;
  }

  .reprts_mh {
    min-height: 420px;
  }

  .stories-table {
    max-height: 535px;
  }

  .records_mh {
    min-height: 510px;
    max-height: 510px;
  }

  .tracker_mh {
    min-height: 525px;
    max-height: 525px;
  }

  .mma_box .form-group {
    margin-bottom: 1rem;
  }

  .ar_box .form-group {
    margin-bottom: 1rem;
  }

  .livevideo_box {
    height: 525px !important;
  }

  .vid-ctrl,
  .vid-ctrl a {
    font-size: 24px;
    height: 125px;
  }

  .vid-ctrl img,
  .vid-ctrl a img {
    width: 90px;
    max-width: 100%;
  }

  #danger {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .story-details,
  .input-story {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .imageViewer,
  .videoViewer {
    margin: 2px 1px;
    height: 100px !important;
  }

  .userfile {
    margin-bottom: 20px;
    height: 180px;
  }

  .coordinator-chat {
    height: 315px;
  }

  .btn-story-update {
    font-size: 22px;
    margin-top: 20px;
  }

  .msg-text {
    font-size: 18px;
  }

  .msg-header p {
    font-size: 12px;
  }

  .msg-header h3 {
    font-weight: bold;
  }

  .remove_file {
    right: 20px;
  }

  /* Survey Form page */
  .survey-question-container {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 450px;

  }

  .pdf-canvas {
    width: 100% !important;
    height: 230px !important;
  }

  .answer_cont_info p {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .qcontent-rules {
    height: 290px;
  }

  .col-md-auto {
    width: 16.666%;
  }

  h2.quiz-heading {
    margin: 20px 0 35px 0;
    font-size: 35px;
    height:110px;
    padding: 0px 10px;
  }
  .scroll-container {
    max-height: 150px; /* Adjust the height as needed */
    overflow-y: auto;
  }
  .input-text-story {
    font-size: 25px;
    margin-bottom: 10px;
    height: 90%;
  }

   .col-md-3 {
     flex: 0 0 50%; 
     max-width: 50%;
  }
  /*.answer_right {*/
  /*  font-size: 25px;*/
  /*}*/
  .footer-affirmation {
    font-size: 22px;
  }
  
   /*.mma-footer {*/
   /*  position: fixed;*/
   /*}*/
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.survey-question-container {
  padding: 0 10px;
}


@media screen and (min-width: 1920px) {

  .menu_icon2 img,
  .menu_icon2 video {
    height: 242px !important;
  }

  .col-md-auto {
    width: 16.666%;
  }

  .submit-story {
    font-size: 19px;
  }
  .footer-logo-container {
    padding: 30px 0;
    height: 125px;
  }
  .footer-affirmation p {
      margin-bottom: 1rem;
  }
  .menu_but-overlay{
      aspect-ratio: 1/1.059;
  }
  .menu_icon2 img {
      height: auto !important;
  }
}

/*@media only screen and (min-width: 1052px) and (max-width: 1920px) {*/

/*    .footer-align {*/
/*        position: absolute;*/
/*    }    */
        
/*}*/

/*@media  screen and (max-height: 799px) {*/
/*  .mma-footer {*/
/*      position: relative;*/
/*  }*/
/*}*/
/*@media  screen and  (min-height: 800px) {*/
/*    .mma-footer {*/
/*        position: fixed;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1600px) {*/
/*    .mma-content {*/
/*        height: 517px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1700px) {*/
/*    .mma-content {*/
/*        height: 565px;*/
/*    }*/
/*}*/