  .opaque { opacity: 1 !important;}
  .flex-grow-vert { flex: 1 0 auto !important; }  
  .flex-grow-vert-0 { flex: 1 0 0 !important; }
  .align-self { align-self: center}
  .img-br-blue {
    border: 2px solid #003785;
    border-radius: 10px;
  }
  .textarea-no-resize { resize: none; }
  .col-4 { width: 25%}
  
  .bg-white { background-color: white; }
  .filtering  .rbc-time-view, .filtering .rbc-month-view {
    opacity: 0.5;
  }
  
  .dotGroup {
    margin-right: 10px;
  }

  .max-l-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 1.6em;
    line-height: 1.6em;
  }
  
  .dotGroup button {
    background: #ffd3c9;
    margin: 0px 10px 20px 10px;
    border-radius: 100px;
    padding: 4px;
  }
  
  .dotGroup button[disabled] {
    background: #e81717;
  }

  .rrt-ok-btn {
    display: none !important;
  }

  .fill-button.light-gray {
    background-color: #D8D8D8;
    color: #111;
  }

  .fill-button.light-gray:hover {
    background-color: #111;
    color: #fff;
  }
  
  button.video-react-control.video-react-button:hover{
    background: none;
  }
  
  .M-bg {
    font-family: none;
    background-size: cover;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .m-bg-new {
    font-family: none;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .m-bg-img{
    background: url(https://static.metodbox.com/templates/img/bakim_desktop.png) no-repeat center center;
    background-size: contain;
  }

  
  @media (min-width: 320px) and (max-width: 767px) {
    .m-bg-img{
      background: url(https://static.metodbox.com/templates/img/bakim_tablet.png) no-repeat center center;
      background-size: contain;
    } 
  }
  
  @media (min-width: 768px) and (max-width: 1367px) and (orientation:portrait) {
    .m-bg-img{
      background: url(https://static.metodbox.com/templates/img/bakim_tablet.png) no-repeat center center;
      background-size: contain;
    } 
  }
  
  @media (min-width: 768px) and (max-width: 1367px) and (orientation:landscape) {
    .m-bg-img{
      background: url(https://static.metodbox.com/templates/img/bakim_tablet.png) no-repeat center center;
      background-size: contain;
    } 
  }
  #climbing{
    position: absolute;
    width: 27%;
    left: 51%;
    top: 47%;
  }

  .wrapper{
    min-height: 660px;
  }
  
  .swiper-wrapper{
    padding: 32px 0 1em 1em !important;
  }
  .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    border-radius: 0;
    cursor: pointer;
  }

  a, .pointer{
    cursor: pointer !important;
  }
  .swiper-slide .top-part:before{
    top: -10px !important;
  }

  .css-1uccc91-singleValue{
    color: inherit !important;
  }

  .student-test-answers li.null {
    background-color: #848484;
    color: rgba(255, 255, 255, 0.7); }
  
  .jr-online-test-fix{
    border-radius: 35px !important;
    position: inherit !important;
    top: 0px !important;
    min-height: 902px !important;
    transform: none !important;
  }

  .jr-online-test > .content-left {
    width: 80%
  }

  .jr-online-test > .content-right {
    width: 20%
  }
  
  .image-cover{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .p-break-line {
    overflow-wrap: break-word
  }

  .text-dark {
    color: #333;
  }

  .max-h-sm {
    max-height: 42px;
    min-height: 42px;
  }

  .min-h-sm {
    max-height: 50px;
    min-height: 50px;
  }
  .goal-card-h {
    max-height: 443px;
    min-height: 443px;
  }

  .target-card-h {
    min-height: 212px;
  }

  .bk-target-cards > .swiper-wrapper > .swiper-slide {
    pointer-events: none
  }

  .bk-target-cards > .swiper-wrapper > .swiper-slide-active {
    pointer-events: all
  }

  .text-clip {
    max-width: 225px !important;
  }
/*HorizontalScroll*/
.scroll-menu-arrow--disabled {
  visibility: hidden;
}
.menu-wrapper{
  margin-left: 0 !important;
  margin-right: 2.2rem !important;
}
.menu-wrapper--disabled{
  margin-left: 2.2rem !important;
  margin-right: 2.2rem !important;
}

  /* Story Modal Start */

  .story-icons .icon {
    font-size: 1.5em;
    width: 60px;
    height: 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .story-icons-bk .icon { background-image: radial-gradient(circle, #1C6CC6, #00276F); }
  .story-icons-ug .icon { background-image: radial-gradient(circle, #864697, #402470); }
  .story-icons-ful .icon { background-image: radial-gradient(circle, #0071D4, #0071D4); }
  .story-icon { width: 60px; height: 60px; cursor: pointer; }

  .modal-backdrop { opacity: 0.8; }
  .mb-modal-body > .swiper-container { padding: 0 !important; }
  .nested-swiper > .swiper-wrapper { padding: 0 !important; }
  .nested-swiper > .swiper-wrapper > .swiper-slide { padding: 0 40px 20px 3px !important; }
  .mb-modal-storie .swiper-slide .text-07 { line-height: 1.0 !important; }
  .nested-swiper > .swiper-wrapper > .swiper-slide { padding: 0 40px 20px 20px !important; }

  .swiper-timeline-area {
    margin-top: -32px;
    height: 20px;
  }

  .swiper-timeline {
    width: 48%;
    height: 10px;
    border-radius: 20px;
    opacity: 1;
    background: #bdbdbd;
  }

  .swiper-timeline > .timeline-active {
    width: 48%;
    height: 10px;
    border-radius: 20px;
    opacity: 1;
    background: #fff;
  }

  .st-full { width: 96% }
  .st-half { width: 48% }

  .mb-modal-dialog > .mb-modal-content {
    border-radius: 10px !important;
  }
  .modal-homework-history {
    width: 350px;
    margin: 30px auto;
  }
  .modal-fc {
    min-width: 800px !important;
  }
  .mb-modal-storie .swiper-slide { padding: 0 40px 0px 20px !important; }

  .text-06 { font-size: 0.5em !important; }

  .mb-storie-table > tbody > tr { line-height: 1.2em; }
  
  /* Story Modal End */

  .circle-line {
    position: absolute;
    right: 0px;
    bottom: 305px;
    width: 144px;
    font-size: 12px;
    display: flex;
    align-items: center;
  }

  .circle-line-item {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid;
  }

  .swiper-container.pie-graphs::before{
    background: #fff !important;
  }
  
  .mbj-oa-lessons-slider-nav > .swiper-button-next,
  .mbj-oa-lessons-slider-nav > .swiper-button-prev { background-image: none }
  .mbj-oa-lessons-slider-nav > .swiper-button-next::after,
  .mbj-oa-lessons-slider-nav > .swiper-button-prev::after { content: none !important } 

  .jr-modal {
    width: auto !important;
    margin: auto !important;
  }

  .long-desc-sc {
    max-height: 80px;
    overflow: auto;
    max-width: 500px;
  }

  .fill-button.light-gray.disabled:hover {
    background: #D8D8D8;
    color: #111;
}
  .br-35 {
    border-radius: 35px;
  }

  table.no-border-table > tbody > tr {
    border-bottom: 0;
    line-height: 2em;
  } 

  table.no-border-table > tbody > tr > td {
    padding: .45em 0;
  }
  .table-fixed  {
     table-layout: fixed; 
    }
     
  .mbj-wrapper-85 {
    max-width: 80%;
    margin: 0 auto;
    padding: 120px 0 0 0;
  }
  
  .jr-sidebar-abs {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }

  .jr-study-modal {
    width: 40% !important;
  }

  .jr-video-modal > .modal-content {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .jr-video-modal > .modal-content > .modal-header   {
    background-color: #B03634 !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .p-tree { width: calc(100% - 170px) !important;  }

  .p-25em { padding: 2.5em !important;}

  .jr-light-blue {
    color: #98D9FF;
  }

  .br-word {
    word-break: break-word;
  }

  .fw-500 {
    font-weight: 500;
  }

  .l2-blue {
    color: #4B6BB2
  }

  /* Picker */
  
  .picker-scroller {
    display: inline-flex;
    flex-direction: column;
    align-self: center;
    width: 67%;
  }

  .mbj-picker-parent > .picker-container > .picker-inner > .picker-column > .picker-scroller {
    margin-left: 12% !important;
  }

  .picker-scroller > .picker-item {
    height: 4em !important;
    font-size: 18px !important;
    font-weight: bold !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: mali !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    width: 98% !important;
    line-height: normal !important;
  }

  .picker-highlight, .picker-highlight > li > a {
    height: 80px !important;
  }

  .mbj-picker-parent > .picker-container > .picker-inner > .picker-highlight {
    margin-left: 4% !important;
  }
  
  /* Picker */
  
  .mbj-img-rd {
    border-radius: 28px;
    max-width: 90%;
    max-height: 113px;
  }

  .ml-5 { margin-left: 5%;}
  .ml-10 { margin-left: 10%;}

  .react-datepicker-popper {
    z-index: 11 !important;
  }
  
  /* Online Test v2 */
.test-online .right .row label span:before {
  margin: 0 !important;
  box-shadow: none !important;
  border: none !important;
  width: auto !important;
  flex: none !important;
}

.swiper-container .selected-nets {
  font-size: 3em !important;
}


/*Live Video Session Start */

.live-modal { margin-top: 0.3 !important; width: 70% !important; }
.live-modal > .modal-content {height: 43vw !important; background-color: black; }
.live-modal > .modal-content > .modal-body {padding: 0 !important; margin-top: -1px !important; background-color: black !important; }
.session-slider > .carousel > .carousel__slider > .carousel__slider-tray-wrapper > ul {
  padding-left: 0 !important;
}

.live-session-link {
  outline: 0 !important;
}

.session-slider > .carousel > .carousel__slider {
  padding-bottom: 10px !important;
}

.live-modal > .modal-content > .modal-header {
  font-size: 1.5em !important;
  padding: 0.5em 1em !important;
}

@keyframes blink {
  0% { opacity: .2; }
  20% { opacity: 1; }
  100% { opacity: .2; }
}

.saving span {
  font-size:16px;
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.saving span:nth-child(2) {
  animation-delay: .2s;
}

.saving span:nth-child(3) {
  animation-delay: .4s;
}

.live-popup { top: 25% !important; }

.live-popup > .modal-content {
  border-radius: 12px !important;
}

.live-popup > .modal-content > .modal-header {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  font-weight: bold;
}

.live-lesson-img {
  border: 4px solid #fff;
}

.outline-btn, .outline-btn:hover {
  background-color: transparent;
}

/*Live Video Session End */

.online-quiz-content {
  width: 600;
  height: 600;
}

/* Pdf Viewer Toolbar */

.viewer-toolbar { height: 100%; }
.viewer-layout-toolbar { padding: 0;}
.viewer-toolbar-item { display: flex;}
.viewer-toolbar-current-page-input {
  padding: 0px;
  width: 50px;
  text-align: center;
  margin-right: 10px;
}
.guidance-dialog {
  width: 65% !important;
}

/* Pdf Viewer Toolbar end */

.answer-optic {
  position: initial !important;
  margin-left: 0 !important;
  width: 100% !important;
  min-height: 100% !important;
}

.answer-optic .right {
  width: 75% !important;
}

a.fill-button.p-color.d-inline-block.disabled{
  opacity: 0.3;
}

.jr-a-disabled {
  opacity: 0.6;
}

.br-0 {
  border-radius: 0 !important;
}

.jr-online-exam-card {
  position: relative !important;
  z-index: 2 !important;
}

.mbj-hamburger-menu:hover, .mbj-hamburger-menu.opened{
  left: 0;
}
/* Start => Hide Junior Scroll Chrome and Mozilla */

.mbj-hamburger-menu, .mbj-units-menu, .mbj-subjects-menu, .mbj-lessons-menu {
  scrollbar-width: none;
}

.mbj-hamburger-menu::-webkit-scrollbar, 
.mbj-units-menu::-webkit-scrollbar, 
.mbj-subjects-menu::-webkit-scrollbar,
.mbj-lessons-menu::-webkit-scrollbar {
  display: none;
}

/* End => Junior Scroll Hidden */


.mbj-hamb-btn-home {
  z-index: 10;
  position: fixed;
  top: 15px;
  left: 33px;
}

.card-bottom-list button:last-child { margin-left: auto;}
.mbj-i-header .mbj-i-logo { left: 53.4% !important; }

/* Pai additional css */
.pai-main {
  margin-top: -60px;
  min-height: 100vh;
  padding-bottom: 1px;
}

.pai-select option {
  background-color: #010023;
}

.mbj-i-header .mbj-i-logo { left: 53.4% !important; }

.mbj-i-header .mbj-header-right {
  align-items: baseline !important;
  margin: 4px 10px 0 0 !important;
}

.jr-optic-container {
  max-width: 85%;
  margin: 0 auto;
  padding: 120px 0 0 0;
}

.pie-overlay-gradient {
  background: linear-gradient(0deg, #FFBC80 0%, #FF5518 100%);
}

.pai-true { background: linear-gradient(180deg, #00BF39 0%, #FFF400 100%) !important }
.pai-false { background: linear-gradient(180deg, #FF0000 0%, #FF7200 100%) !important }
.pai-gray { background: linear-gradient(180deg, #6C6B82 0%, #AAA9BB 100%) !important }
.pai-empty { background: linear-gradient(180deg, #FFFFFF 0%, #BEEAFF 100%) !important }

.pai-dark-color { color: #050c23 !important}

body { overflow-y: overlay; }

.textare-sm {
  min-height: 71px;
  max-height: 140px;
}

.carousel__inner-slide {
  width: 99% !important;
}

.gradient-ph {
  background: linear-gradient(90deg, rgba(226,226,226,1), rgba(219,219,219,1), rgba(209,209,209,1));
  animation: gradientBG 15s ease infinite;
  border-radius: 8px;
}

.ph-image { min-height: 80px;}

@keyframes gradientBg {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.canvas-transparent { background: transparent !important; }
.canvas-white { background: white !important; }
.canvas-link { color:#005BAA !important }
.mb-modal-center { top: 30%; }

.pai-modal-content > .modal-body {
  position: relative;
  padding: 30px;
}

.pai-modal-backdrop.in { opacity: 0.8 !important }
.jr-red-btn {
  background: #EE3029;
  padding: .4em .8em;
  border-radius: 100px;
  color: #fff;
  position: relative;
}
.canvas-header-abs {
  position: absolute;
  z-index: 17;
  top:0;
  margin-top: 16px !important;
  left:200px;
}

.canvas-close-abs {
  position: absolute;
  z-index: 17;
  top:0;
  right:0
}

.w-6 { width: 65% !important;}
.w-4 { width: 35% !important;}

.w-7 { width: 70% !important;}
.w-3 { width: 30% !important;}
.iframe-height{
  width: 100% !important;
  height: calc(100vh - 95px) !important;
}

/* Accordion Style Start */
.mb-accordion section {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mb-accordion section {
  overflow:hidden;
  height:49px;
}
.mb-accordion section.active { height:122px; }
/* Accordion Style End */

/* Audio Player Start */
.bar {
  user-select: none;
  width: 100%;
  display: flex;
  align-items: center;
}
.bar .bar__time {
  color: white;
  font-size: 16px;
}
.bar .bar__progress {
  flex: 1;
  border-radius: 20px;
  margin: 0;
  height: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bar .bar__progress .bar__progress__knob {
  position: relative;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
}
/* Audio Player End */


/* Button Color Animation Start */

.i-color-anim {
  color: #E81717;
  animation:btnAnimation 3s infinite;
  -moz-animation:btnAnimation 3s infinite;
  -webkit-animation:btnAnimation 3s infinite;
}

@-moz-keyframes btnAnimation {
  0% {color:#fff;}
  50% {color:#E81717;}
  100% {color:#ffff;}
}

@-webkit-keyframes btnAnimation {
  0% {color:#ffff;}
  50% {color:#E81717;}
  100% {color:#ffff;}
}
/* Button Color Animation End */

.live-select > .css-yk16xz-control, .live-select > .css-1fhf3k1-control {
  min-height: 47px !important;
}

.site-header .site-search {
  width: calc(100% - 132px - 12em) !important;
}

/* Start : Additional Media Queries */

@media only screen and (max-width: 1366px) {
  .box-1-4 {
    width: 32% !important;
    margin: 0 .6% 1em !important;
  }
}

@media only screen and (max-width: 1200px) {
  .box-1-4 {
    width: 45% !important;
    margin: 0 .6% 1em !important;
  }
}

/* End : Additional Media Queries */
.popup-container {
  min-height: 200;
}

@media (hover: none) {
  .mb-canvas-draw-header a:hover { background: #fff; }
}

.scrollable-tooltip { 
  pointer-events: auto !important;
  max-height: 600px !important; 
  overflow-x: hidden; 
  overflow-x: auto; ; 
}

.mb-circle {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  display: inline-block;
}

.search-input::placeholder {
  color: gray;
}

*:focus {
  outline: none;
}

/* disable seek bar on player */
.video-react-progress-control.video-react-control {
  pointer-events: none;
}

.story-table {
  overflow: auto;
  height: 100%;
}

input::placeholder {
  color: #333;
  opacity: 0.5;
}

.break-space {
  white-space: break-spaces;
}

/* swal close button remove focus border */
.swal2-close:focus {
  box-shadow: none !important;
}

.lessons-top-smarttv {
  width: calc(100% - 320px) !important;
  margin-left: 320px !important;
  padding-left: 0 !important;
  margin-top: 60px !important;
}

.wrapper-smarttv {
  margin-left: 320px !important;
  width: calc(100% - 320px) !important;
}

.footer-smarttv {
  margin-left: 320px !important;
  width: calc(100% - 320px) !important;
}

.lessons-top-smarttv div.icon:focus, .lessons-top-smarttv div.icon:hover {
  border: 2px solid #333;
}

.body-smarttv a:focus, .body-smarttv a:hover {
  border: 2px solid #333;
}

.body-smarttv input:focus, .body-smarttv input:hover {
  border: 2px solid #333;
}

.body-smarttv button:focus, .body-smarttv button:hover {
  border: 2px solid #333;
}

body {
  overflow: auto;
}

.swal2-show {
  width: 70% !important;
  min-width: 500px !important;
  max-width: 800px !important;
}

.wrapper.online-test footer.tools-thumbnails .top-tools a.active {
  color: #E84817;
}

.ReactTable .rt-table .rt-tbody {
  overflow: overlay;
}

.ReactTable.exam-reports {
  font-size: 12px;
}

.reportMultiSelect .dropdown-content {
  z-index: 9999 !important;
}

/* password eye */
.passwordField > i {
  position: absolute;
  top: 48%;
  right: 20%;
}
.passwordField > i:hover {
  color: #fff;
  cursor: pointer;
}
.math-html-content ul, .math-html-content li{
  list-style: circle !important;
}
.math-html-content table, .math-html-content tr, .math-html-content td{
  border: 1px solid grey;

} 
.math-html-content ol, .math-html-content ol > li{
  list-style: decimal !important;
}

a.eye-bk:hover {
  color: #e81717
}

a.eye-bk {
  color: #0071D4;
}
.dangerously-setInner-html   .fade {
  opacity: 1 !important;
}
textarea::placeholder {
color: gray;}

.tb-horizontal th {
  min-width: 130px;
}
.my-targets tr {
  border: none !important; 
  box-shadow: none !important;
}

.my-targets td {
  border: 1px solid #97A7D1;
  border-radius: 0px !important;
  margin: 0;
}

.my-targets {
  border-collapse: collapse !important;
}

@media print {

  .white-box {
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
  }

  .wrapper.full {
    width: 100% !important;
    margin: 0 !important;
  }

  .content-w-left-menu {
    padding: 0 !important;
  }

  .print-button {
    display: none !important;
  }
}