.inactive-date-info:hover{
  transition: all .3s ;
}

.inactive-date-info:hover{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.float{
	position:fixed;
	bottom:60px;
  right:60px;
	background-color:#0C9;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.school-tab{
  border:1px solid #EBEDEF;
  box-shadow: 3px 5px 14px -14px rgba(0,0,0,0.75); 
  border-radius:5px; 
  padding:10px; 
  margin:2px;
  cursor: pointer;
}

.inactive-school-tab:hover{
  background: #f9f9f9;
  /* color: white; */
}

.active-school-tab{
  background: #3498DB;
  color: white;
  font-weight: bold;
}

.custom-button{
  border-radius: 5px;
}

.view-syllabus-content {
  opacity: 0;
  border-radius: 4px;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  transform: translate(0, 10px);
  background-color: #FBFCFC;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.view-syllabus-content:before {
  position: absolute;
  content: "";
  top: -10px;
  right: calc(50% - 25px);
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #F2F3F4 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.custom_popover__wrapper:hover .view-syllabus-content {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.subject-action-button{
  top: 506px;
  color: #303E52;
  left: 1342px;
  border:white;
  width: 169px;
  height: 37px;
  background: #FCFDFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #3240543B;
  border-radius: 4px;
  opacity: 1;
}

.subject-box:hover .subject-remove-icon{
  color:#E74C3C;
}

.subject-remove-icon{color:#B0B6BD;}

.subject-box{
  cursor:pointer;
}

.addtest-outer{
  background-color: #fff;
  padding: 1px;
  border-radius: 8px 8px 0 0;
}

.addtest-header {
  background-color: #f9fbfd;
  border-radius: 8px 8px 0 0;
  padding-bottom: 25px;
}

.addtest-header .title {
  background-color: #daf2fa;
  border-radius: 8px 8px 0 0;
  font-size: 19px;
  color: #303e52;
  margin-bottom: 28px;
  padding: 14px 0 14px 14px;
}

.stepsbouter ul {
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
  padding: 0 30px;


}

.stepsbouter ul li {
  width: 16.666%;
  position: relative;
  text-align: center;
  opacity: 0.5;

}

.stepsbouter ul li.active {
  opacity: 1;
}

.stepsbouter ul li:after {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  background-color: #e9f6fb;
  z-index: 1;
}

.stepsbouter ul li:first-child:after {
  width: 50%;
  height: 3px;
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  top: 35px;
  background-color: #e9f6fb;
  z-index: 1;
}

.stepsbouter ul li:last-child:after {
  width: 50%;
  height: 3px;
  content: "";
  position: absolute;
  left: 50%;
  left: 0;
  top: 35px;
  background-color: #e9f6fb;
  z-index: 1;
}

.stepsbouter ul li.active:after {

  background-color: #02d7ff;
  z-index: 2;
}

.stepsbouter ul li.active:before {
  background-color: #fff;
  background-image: url(//imgs/testIcons/check.png);
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  position: absolute;
  right: 0;
  content: "";
  top: 20px;
  z-index: 4;
  display: none;

}

.stepsbouter ul li .iconsblock {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin: 0 auto;

}

.stepsbouter ul li .iconsblock a {
  display: flex;
  text-align: center;
  flex-flow: column;
  width: auto;
  color: #303e52;
  font-size: 15px;
  cursor: pointer;
}

.stepsbouter ul li .iconsblock a:hover {
  text-decoration: none;
}

.stepsbouter ul li .iconsblock a .step-img {

  background-color: #f9fbfd;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.stepsbouter ul li.active a {
  cursor: pointer;
}

@media (max-width: 1399.98px) {
  .stepsbouter ul li .iconsblock a {
    font-size: 14px;

  }

}

.test-flex-input-exam {
  width: 47%;
  padding: 0 10px
}

.more-sections-text:hover {
  color: #85C1E9;
}

.flex {
  display: flex;
}

.start-demo-button {
  border: 1px solid white;
  transition: border 0.4s;
  transition-delay: border 0.4s;
}

.start-demo-button:hover {
  border: 1px solid #1567FC;
}

.test-flex-input {
  width: 31%;
  padding: 0 10px;
}

.process-folder:hover {
  background: #1F618D;
  color: white;
}

.active-list-item {
  background: #3498DB;
  color: white;
}

.hover-list-item:hover {
  background: #F4F6F6;
}

.start-recording:hover {
  color: #4CAF50;
}

.pause-recording:hover {
  color: #3498DB;
}

.stop-recording:hover {
  color: #E64A19;
}

.resume-recording {
  color: #3498DB;
}

.truncate-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}

.subfolder {
  opacity: 1;
  border-radius: 4px;
  right: 0px;
  visibility: visible;
  position: absolute;
  z-index: 999;
  background-color: #FBFCFC;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.subfolder:hover .subfolder_menu {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.subfolder:hover {
  color: #E74C3C
}

.subfolder_menu {
  opacity: 1;
  border-radius: 4px;
  right: 0px;
  top: 35px;
  visibility: visible;
  position: absolute;
  z-index: 1000;
  background-color: #FBFCFC;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.subfolder_menu:before {
  position: absolute;
  content: "";
  top: -10px;
  right: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #F2F3F4 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hover-more-icon:hover {
  color: #E74C3C
}

.folder-list-item:hover {
  background: #F4F6F7;
}

.highlight-text :hover {
  color: #3498DB
}

.margin-top>p {
  padding-top: 3px;
}

.avoid-breakline {
  padding: none;
  margin: none;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  page-break-inside: avoid;
  break-inside: avoid;
}

.question-word-break .my-math {
  word-break: break-all
}

.print-test-name {
  background-color: #F2F3F4 !important
}

.print-common-body {
  page-break-after: always;
}

.print-common-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding-right: 20px;
}

.print-common-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.print-common-header-space-height {
  height: 40px
}

.print-common-footer-space-height {
  height: 40px
}

.print-common-header-height {
  height: 30px
}

.print-common-footer-height {
  height: 30px
}

.print-question-type {
  padding: 3px;
  padding-left: 5px;
  background: #F2F3F4 !important;
  border-radius: 5px;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 15px;
}

.print-question {
  margin-bottom: 5px
}

.custom-hr {
  height: 1px;
  border: none;
  color: #E5E8E8;
  background-color: #E5E8E8;
  margin: 0;
  padding: 0;
}

.paragraph_font * {
  /* font-size: 16px !important ; */
  color: #5D6D7E !important;
  font-weight: 100;
}

.question-font-size * {
  font-size: 14px !important;
}

.hindi-font-size * {
  font-size: 15px !important;
}

.truncate {
  text-overflow: ellipsis;
  /*BOTH of the following are required for text-overflow (overflow: hidden; and white-space: nowrap;)*/
  overflow: hidden;
  white-space: nowrap;
}

.correct-option {
  /* background-color: #ECF0F1 !important; */
  border: 0.5px solid #BFC9CA;
  border-radius: 5px;
  padding: 0px 2px;
  margin-bottom: 5px;
}

.tab {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s;
  transition-delay: box-shadow 0.2s;
  padding: 4px;
  border-radius: 5px;
  background: #F7F9F9;
  border: 1px solid #EAEDED;
}

.tab:hover {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5)
}

.grabbable {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */

.grabbable:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.solution-background {
  border: 1px solid #BFC9CA !important;
  padding: 5px;
  border-radius: 5px;
}

.print_question_line_height * {
  line-height: 1.9 !important;
}

.print_question_font :not(.my-math *) {
  font-size: 13px !important;
}

.custom_popover__title {
  font-size: 22px;
  color: #2E86C1;
}

.test-paper-header-background {
  background: #AEB6BF !important;
}

.custom_popover__wrapper {
  display: inline-block;
}

.custom_popover__content_folder {
  opacity: 0;
  border-radius: 4px;
  right: 0px;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  transform: translate(0, 10px);
  background-color: #FBFCFC;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.custom_popover__content_folder:before {
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #F2F3F4 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.custom_popover__wrapper:hover .custom_popover__content_folder {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.custom_popover__content {
  opacity: 0;
  border-radius: 4px;
  right:10px;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  transform: translate(0, 10px);
  background-color: #FBFCFC;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.custom_popover__content:before {
  position: absolute;
  content: "";
  top: -10px;
  right: calc(50% - 25px);
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #F2F3F4 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.custom_popover__wrapper:hover .custom_popover__content {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.custom_popover__message {
  text-align: left;
}

.options-button {
  transition: opacity .5s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  height: 30px
}

.question-container:hover .options-button {
  opacity: 1;
  height: 30px;
}

.wrapper {
  text-align: center;
}

.initial-tab {
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);

  background: #05abe0;
  background: linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05abe0', endColorstr='#8200f4', GradientType=1);
}

.tabs {
  margin-top: 10px;
  font-size: 15px;
  padding: 0px;
  list-style: none;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  display: inline-block;
  border-radius: 50px;
  position: relative;
}

.tabs a {
  text-decoration: none;
  color: #777;
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition-duration: 0.6s;
}

.tabs a.active {
  color: #fff;
}

.tabs a i {
  margin-right: 5px;
}

.tabs .selector {
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);

  background: #05abe0;
  background: linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05abe0', endColorstr='#8200f4', GradientType=1);
}

.sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
}

.sticky-header {
  position: sticky;
  top: 30;
}

.selected-classes:hover {
  background-color: #F0F3F4;
}

.list-item:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3)
}

.paragraph:hover {
  color: #3498DB;
}

/* input[type='number'] {
    -moz-appearance:textfield;
}
Webkit browsers like Safari and Chrome
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
} */

input[type=number] {
  -moz-appearance: textfield;
}

.custom-table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.custom-table td,
.custom-table th {
  border: 1px solid #ddd;
  padding: 6px;
}

.custom-table tr:nth-child(even) {
  background-color: #F2F3F4;
}

.custom-table tr:hover {
  background-color: #F8F9F9;
}

.custom-table th {
  padding-top: 8px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #3498DB;
  color: white;
}

.instructions table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.instructions td,
.instructions th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.instructions tr:hover {
  background: #F7F9F9;
}

.test-action:hover {
  color: #3498DB;
  cursor: pointer;
}

.steps-tab {
  padding: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #EAEDED;
  border-radius: 5px;
  width: 16%;
  text-align: center;
  transition: box-shadow 0.4s, width 0.4s;
  transition-delay: box-shadow 0.4s, width 0.4s;
}

.steps-tab:hover {
  box-shadow: 4px 5px 7px rgba(0, 0, 0, 0.3);
}

.add-question-option {
  margin-bottom: 10px
}

.add-question-option:hover {
  color: #2874A6;
}

.transfer-box {
  border: 1px solid #CCD1D1;
  width: 450px;
  border-radius: 5px;
  height: 550px;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
}

.transfer-box-header {
  position: sticky;
  box-shadow: 0px 5px 5px -6px #ccc;
  background: #F7F9F9;
  border-bottom: 1px solid #EBEDEF;
  top: 0;
  padding: 1px
}

.question-tab {
  font-size: 14px;
  text-align: justify;
  padding: 4px;
  border-radius: 5px;
  border: 1px solid #EAEDED;
  margin: 5px 10px;
  background: #FBFCFC;
  color: #5D6D7E;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: box-shadow .4s, margin-bottom .4s, color 0.3s, background 0.3s, margin 0.5s;
  transition-delay: box-shadow .4s, margin-bottom .4s, color 0.3s, background 0.3s, margin 0.5s;
}

.question-tab:hover {
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 7px;
  color: white;
  background: #64B5F6;
  margin: 3px 6px;
}

.divide-in-columns {
  column-count: 2;
  column-rule: 1px solid #ddd;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  grid-column-gap: 40px;
  column-gap: 40px;
  display: list-item
}

.text-ellipsis {
  padding: 0;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* fallback */
}

.mcq-option {
  background: white;
  padding: 3px;
  cursor: pointer;
  transition: background .3s;

}

.mcq-option:hover {
  background: #EAF2F8;
}

.flex-row {
  display: flex;
  direction: row;
  width: 100%
}

.agree-button {
  background: #3498DB;
  padding: 5px;
  cursor: pointer;
  color: white;
  transition: background .4s;

}

.agree-button:hover {
  background: #2471A3;
}

.print-black-background {
  background-color: black !important;
  color: white !important;
}

.no-spacing {
  padding: 0px;
  margin: 0px !important;
}

.chapter-box {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-size: 14px;
  transition: box-shadow .5s ease-out .5s;
  transition-delay: box-shadow .5s ease-out .5s;
}

.chapter-box:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .6);
  font-size: 15px;
  padding: 0px;
}

.popup-box {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: box-shadow .9s;
  transition-delay: box-shadow 1s;
}

.popup-box:hover {
  box-shadow: 0 0 15px rgba(52, 152, 219, .5);
}

.heading-1 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 900;
  text-decoration: none;
  color: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-image: linear-gradient(20deg,
      white,
      white,
      white,
      white);
}

.shake-animation {
  animation: .8s shake infinite alternate;
}

@keyframes shake {
  0% {
    transform: skewX(-30deg);
  }

  5% {
    transform: skewX(30deg);
  }

  10% {
    transform: skewX(-30deg);
  }

  15% {
    transform: skewX(30deg);
  }

  20% {
    transform: skewX(0deg);
  }

  100% {
    transform: skewX(0deg);
  }
}

/* Float Shadow */

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, margin-bottom .5s0, 0);
  position: relative;
  transition-delay: 0.5 transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.login-box {
  transition: box-shadow .3s;
  box-shadow: 0 0 11px rgba(33, 33, 33, .5)
}

.login-box:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 1.4);
}

.not-important {
  background-color: #BFC9CA !important;
}

#preloader {
  margin: auto;
  margin-top: 15%;
  text-align: center;
}

.text-blink {
  animation-duration: 1200ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation: blink 1200ms infinite;
  /* Safari and Chrome */
}

@keyframes blink {
  from {
    color: green;
  }

  to {
    color: white;
  }
}

.clickable {
  cursor: pointer;
}

.disabled {
  cursor: not-allowed;
}

hr {
  margin-top: 5px;
}

.img-border {
  border: 1px solid;
  padding: 5px;
}

.xeditable {
  display: block;
}

.gi-2x {
  font-size: 2em;
}

.gi-3x {
  font-size: 3em;
}

.gi-4x {
  font-size: 4em !important;
}

.gi-5x {
  font-size: 5em;
}

.centerize {
  text-align: center !important;
  vertical-align: middle !important;
}

.certificate {
    -webkit-print-color-adjust: exact !important;
}

#notifications-menu+.dropdown-menu,
#rss-menu+.dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
}

.login-page-overlay{
  font-size: 24px;
  color: white;
  background-image: linear-gradient(to top, rgba(45, 55, 72, 0.7), rgba(45, 55, 72, 0.2));
  padding: 15px;
}

.icon-play-video {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='29' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M38.44 29a1.22 1.22 0 010 2.06l-11.61 7.6a1.26 1.26 0 01-2-1V22.4a1.26 1.26 0 012-1z' fill='%23fff'/%3E%3C/svg%3E") 0 0/100% 100% no-repeat;
}

.overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-no-height {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  position: absolute;
  left: 0;
  width: 100%;
}

.overlay>span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.glyphicon-spin {
  animation: spin 1000ms infinite linear;
}

.collapsible-icon {
  cursor: "pointer";
  font-size: 24px;
  padding: 0px;
  text-align: "center";
  -webkit-user-select: "none";
          user-select: "none";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.rotate {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

@media screen {
  .hide-screen {
    display: none !important;
  }

  .hide-swal-print {
    width: 850px !important;
  }
}

@media print {

  .hide-print,
  .hide-swal-print {
    display: none !important;
  }

  .white-background-important {
    background-color: white !important;
  }

  .pageFooter {
    display: table-footer-group;
  }

  .question-paper {
    background-image: url(//imgs/logohostel.png) !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
  }

  .top-hr {
    position: fixed;
    top: 0;
  }

  .bottom-hr {
    position: fixed;
    bottom: 0;
  }

  .report-card-table tr th {
    background-color: black !important;
    color: white !important;
  }

  .report-card-table-1 th {
    background-color: #d3d3d3 !important;
  }

  .fees-receipt-janki {
    width: 100%;
  }

  /* .fees-receipt-janki tr th {
    background-color: black !important;
    color: white !important;
  } */

  table.fees-receipt-janki > thead > tr > th, 
  table.fees-receipt-janki > thead > tr > td, 
  table.fees-receipt-janki > tbody > tr > th, 
  table.fees-receipt-janki > tbody > tr > td, 
  table.fees-receipt-janki > tfoot > tr > th, 
  table.fees-receipt-janki > tfoot > tr > td {
    border-color: #000000 !important;
    border-width: 1px;
    border-style: solid;
    padding: 1px 5px 1px 5px;
  }

  .page-break {
    page-break-after: always;
  }

  .page-break-before-el {
    page-break-before: always;
  }

  .yellow-bg-imp {
    background-color: #F6E05E !important;
  }

  .avoid-page-break-inside>div {
    page-break-inside: avoid;
    margin-bottom: 10px;
  }

  .page-border {
    position: absolute;
    overflow: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid black;
  }

  .test-paper-header-background {
    background-color: #E5E7E9 !important;
  }

  table.report-gray-border-print > thead > tr > th, 
  table.report-gray-border-print > thead > tr > td, 
  table.report-gray-border-print > tbody > tr > th, 
  table.report-gray-border-print > tbody > tr > td, 
  table.report-gray-border-print > tfoot > tr > th, 
  table.report-gray-border-print > tfoot > tr > td {
    border-color: #4A5568 !important;
  }

  table.report-black-border-print > thead > tr > th, 
  table.report-black-border-print > thead > tr > td, 
  table.report-black-border-print > tbody > tr > th, 
  table.report-black-border-print > tbody > tr > td, 
  table.report-black-border-print > tfoot > tr > th, 
  table.report-black-border-print > tfoot > tr > td {
    border-color: #000000 !important;

  }

  table.report-light-gray-border-print > thead > tr > th, 
  table.report-light-gray-border-print > thead > tr > td, 
  table.report-light-gray-border-print > tbody > tr > th, 
  table.report-light-gray-border-print > tbody > tr > td, 
  table.report-light-gray-border-print > tfoot > tr > th, 
  table.report-light-gray-border-print > tfoot > tr > td {
    border-color: #ccc !important;
  }
}

.required-field .control-label:after {
  content: " *";
  color: red;
}

/* .required-field-label span:after {
    content: " *";
    color: red;
} */

.text-underline {
  text-decoration: underline;
}

.text-bold {
  font-weight: 800;
}

.text-red-important {
  color: red !important;
}

.text-green-important {
  color: green !important;
}

.text-blue-important {
  color: blue !important;
}

.text-white-important {
  color: white !important;
}

.text-gray-important {
  color: #4A5568 !important;
}

.text-light-gray-important {
  color: #ccc !important;
}

.text-black-important {
  color: black !important;
}

.text-yellow-important {
  color: yellow !important;
}

.text-pink-important {
  color: #a24774 !important;
}

.text-darkRed-important {
  color: darkred !important;
}

.text-cyan-important {
  color: cyan !important;
}

.text-tan-important {
  color: tan !important;
}

.text-orange-important {
  color: orange !important;
}

.square-button {
  border-radius: 0px !important;
  font-size: 10px;
}

.idcard-4-text {
  color: #f7ea00 !important;
}

.swal-wide {
  width: 850px !important;
}

.company-logo-print {
  height: 50px;
  max-width: 100px !important;
  position: absolute;
  top: 0px;
  left: 30px;
}

.school-logo-print {
  height: 50px;
  max-width: 100px !important;
  position: absolute;
  top: 5px;
  left: 20px;
}

.tc-row {
  line-height: 1.7;
}

.tc-2-row {
  line-height: 1.5;
  padding: 4px 0;
}

.tc-3-row {
  line-height: 1.5;
  padding: 2px 0;
}

.tc-2-bottom-border {
  border-bottom: 1px solid #000000 !important;
}

.show-full-text {
  white-space: pre-wrap !important;
}

.text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  height: 50px;
  /* fallback */
}

.text-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  height: 100px;
  /* fallback */
}

.text-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  max-height: 150px;
  /* fallback */
}

/*React Tags Input CSS*/

.react-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 5px;
}

.react-tagsinput--focused {
  border-color: #a5d24a;
}

.react-tagsinput-tag {
  background-color: #cde69c;
  border-radius: 2px;
  border: 1px solid #a5d24a;
  color: #638421;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
}

.react-tagsinput-remove {
  cursor: pointer;
  font-weight: bold;
}

.react-tagsinput-tag a::before {
  content: " ×";
}

.react-tagsinput-input {
  background: transparent;
  border: 0;
  color: #777;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 1px;
  outline: none;
  padding: 5px;
  width: 80px;
}

/* Filepicker CSS */

.filepicker {
  font-family: sans-serif;
}

div.filepicker {
  text-align: center;
  padding: 5px;
  background-color: #E1E1E1;
  border-radius: 5px;
  min-height: 60px;
  border: 2px dashed #C7C7C7;
}

/* Icon */

.filepicker-file-icon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 2.5em 0;
  padding-left: 45px;
  color: black;
}

.filepicker-file-icon::before {
  position: absolute;
  top: -7px;
  left: 0;
  width: 29px;
  height: 34px;
  content: '';
  border: solid 2px #7F7F7F;
  border-radius: 2px;
}

.filepicker-file-icon::after {
  font-size: 11px;
  line-height: 1.3;
  position: absolute;
  top: 9px;
  left: -4px;
  padding: 0 2px;
  content: 'file';
  content: attr(data-filetype);
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
}

.filepicker-file-icon .fileCorner {
  position: absolute;
  top: -7px;
  left: 22px;
  width: 0;
  height: 0;
  border-width: 11px 0 0 11px;
  border-style: solid;
  border-color: white transparent transparent #920035;
}

.nav-pills>li>a,
.nav>rubix-nav-item>li>a,
.nav>rubix-menu>li>a {
  border: 1px solid !important;
}

.inbox-nav {
  border-right: 1px solid #EEE;
  border-left: 1px solid #EEE;
}

.school-change-menu {
  list-style: none;
  font-size: small;
}

.school-change-menu>.dropdown-menu:after {
  right: 200px !important;
}

;

/*.rt-tbody {
  overflow: visible !important;
}
.sticky {
  position: sticky !important;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: white;
}*/

.cancelled {
  text-decoration: line-through;
  text-decoration-color: red !important;
}

.vertical-cell {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  white-space: nowrap;
  min-width: 20px;
}

table.table-borderedX {
  border: 1px solid #5a5a5a !important;
}

table.table-borderedX>thead>tr>th {
  border: 1px solid #5a5a5a !important;
}

table.table-borderedX>tbody>tr>td {
  border: 1px solid #5a5a5a !important;
}

table.table-borderedX>tbody>tr>th {
  border: 1px solid #5a5a5a !important;
}

table.table-borderedX>thead>tr>td {
  border: 1px solid #5a5a5a !important;
}

table.table-borderedX>tfoot>tr>th {
  border: 1px solid #5a5a5a !important;
}

table.table-borderedX>tfoot>tr>td {
  border: 1px solid #5a5a5a !important;
}

.border-1-dark {
  border: 1.1px solid #2a2a3a !important;
}

.border-2-dark {
  border: 2px solid #2a2a3a !important;
}

.border-1 {
  border: 1px solid #5a5a5a !important;
}

.no-border {
  border: 0px !important;
}

.text-font-10 {
  font-size: 10px;
}

.text-font-11 {
  font-size: 11px;
}

.text-font-12 {
  font-size: 12px;
}

.text-font-13 {
  font-size: 13px;
}

.followup-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
  margin: 10px 10px 20px 0;
  padding: 10px;
}

.followup-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.followup-field {
  font-size: 12px;
  margin: 3px 0;
}

.enquiry-info-box {
  color: #FFF;
  font-weight: 800;
  border-radius: 8px;
  overflow: hidden;
}

/*react autosuggest css*/

.react-autosuggest__suggestions-container--open {
  position: absolute;
  z-index: 10;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #FFF;
  max-height: 200px;
  overflow-y: auto;
}

.react-autosuggest__suggestions-list {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.react-autosuggest__suggestion {
  height: 30px;
  padding: 2px 12px;
  cursor: pointer;
}

.react-autosuggest__suggestion--highlighted {
  background-color: #55C9A6;
  color: #FFF;
}

.react-autosuggest__suggestion:not(:first-child) {
  border-top: 1px solid #ddd;
}

.device-status-modal table.device-status th,
.device-status-modal table.device-status td {
  text-align: center;
  vertical-align: middle;
}

.modal-90w {
  width: 90%;
}

.padding-y-8 {
  padding: 8px 0;
}

.textBox {
  margin: 2px;
  width: 100%;
  height: 39px;
  border-radius: 4px;
  border: 1px solid silver;
}

.border-none {
  border: none;
}

.display-hidden {
  display: none;
}

.icon-badge {
  font-size: 10px;
  padding: 3px 5px !important;
  margin-left: -5px;
  line-height: 10px;
  margin-top: -10px;
}

.lecture-card {
  border: 1px solid rgba(206, 219, 236, 0.75);
  box-shadow: rgba(206, 219, 236, 0.5) 0px 2px 0px 0px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.tc-icse-form .row {
  padding: 5px 0;
}

.tc-icse-print span {
  padding: 0 25px;
  border-bottom: 1px dotted;
}

/* Fix modal-header background color overflows border-radius */

.modal-dialog .modal-content .modal-header {
  border-radius: 6px 6px 0 0;
  background-clip: padding-box;
}

.checkbox-bordered-unselected {
  border: 1px solid rgb(178, 186, 187);
  padding: 2px 6px;
  margin: 2px;
  border-radius: 3px;
  transition: all 0.2s ease-in 0s;
}

.checkbox-bordered-selected {
  border: 3px solid rgb(102, 187, 106);
  padding: 0px 4px;
  margin: 2px;
  border-radius: 3px;
  transition: all 0.2s ease-in 0s;
}

.checkbox-bordered-selected-simple {
  border: 1px solid rgb(178, 186, 187);
  padding: 2px 6px;
  margin: 2px;
  border-radius: 3px;
  transition: all 0.2s ease-in 0s;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #2EB398;
  width: 100px;
  height: 100px;
  /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loadhead {
  font-family: 'Lato', 'sans-serif';
  color: #2EB398;
  font-size: 4rem;
  font-weight: bolder;
  transform-style: preserve-3d;

}

@font-face {
  font-family: 'Epson';
  src: url('/fonts/Epson/epson1_regular.ttf');
}

.fee-receipt-epson {
  font-family: 'Epson', 'sans-serif';
}

.modal-90w-fixed .modal-dialog{
  width: 90% !important;
}

.medium-font-weight {
  font-weight: 600;
}

.custom-tab-2{
  padding:3px 18px; 
  background: #F4F6F6;
  margin-Right:10px; 
  border-radius:5px; 
  border:1px solid #D6DBDF;
  cursor:pointer
}

.custom-tab{
  padding:2px 8px; 
  margin-bottom:10px; 
  border-radius:5px; 
  border:1px solid #D6DBDF;
  cursor:pointer
}

.active-tab{
  background: #2184BE;
  color: white;
}

.visible-overflow-panel-container {
  overflow: visible !important;
}

.lecture-copy-table .rt-table,  .lecture-copy-table .rt-tbody {
  overflow: visible;
}

/* .queTag-actions{
  display: none;
  visibility: hidden;
}

.queTags :hover + .queTag-actions, .queTag-actions:hover{
  display: inline-block;
  visibility: visible;
} */

.reset-this {
  animation : none;
  animation-delay : 0;
  animation-direction : normal;
  animation-duration : 0;
  animation-fill-mode : none;
  animation-iteration-count : 1;
  animation-name : none;
  animation-play-state : running;
  animation-timing-function : ease;
  backface-visibility : visible;
  background : 0;
  background-attachment : scroll;
  background-clip : border-box;
  background-color : transparent;
  background-image : none;
  background-origin : padding-box;
  background-position : 0 0;
  background-position-x : 0;
  background-position-y : 0;
  background-repeat : repeat;
  background-size : auto auto;
  border : 0;
  border-style : none;
  border-width : medium;
  border-color : inherit;
  border-bottom : 0;
  border-bottom-color : inherit;
  border-bottom-left-radius : 0;
  border-bottom-right-radius : 0;
  border-bottom-style : none;
  border-bottom-width : medium;
  border-collapse : separate;
  border-image : none;
  border-left : 0;
  border-left-color : inherit;
  border-left-style : none;
  border-left-width : medium;
  border-radius : 0;
  border-right : 0;
  border-right-color : inherit;
  border-right-style : none;
  border-right-width : medium;
  border-spacing : 0;
  border-top : 0;
  border-top-color : inherit;
  border-top-left-radius : 0;
  border-top-right-radius : 0;
  border-top-style : none;
  border-top-width : medium;
  bottom : auto;
  box-shadow : none;
  box-sizing : content-box;
  caption-side : top;
  clear : none;
  clip : auto;
  color : inherit;
  columns : auto;
  column-count : auto;
  column-fill : balance;
  grid-column-gap : normal;
  column-gap : normal;
  column-rule : medium none currentColor;
  column-rule-color : currentColor;
  column-rule-style : none;
  column-rule-width : none;
  column-span : 1;
  column-width : auto;
  content : normal;
  counter-increment : none;
  counter-reset : none;
  cursor : auto;
  direction : ltr;
  display : inline;
  empty-cells : show;
  float : none;
  font : normal;
  font-family : inherit;
  font-size : medium;
  font-style : normal;
  font-variant : normal;
  font-weight : normal;
  height : auto;
  hyphens : none;
  left : auto;
  letter-spacing : normal;
  line-height : normal;
  list-style : none;
  list-style-image : none;
  list-style-position : outside;
  list-style-type : disc;
  margin : 0;
  margin-bottom : 0;
  margin-left : 0;
  margin-right : 0;
  margin-top : 0;
  max-height : none;
  max-width : none;
  min-height : 0;
  min-width : 0;
  opacity : 1;
  orphans : 0;
  outline : 0;
  outline-color : invert;
  outline-style : none;
  outline-width : medium;
  overflow : visible;
  overflow-x : visible;
  overflow-y : visible;
  padding : 0;
  padding-bottom : 0;
  padding-left : 0;
  padding-right : 0;
  padding-top : 0;
  page-break-after : auto;
  page-break-before : auto;
  page-break-inside : auto;
  perspective : none;
  perspective-origin : 50% 50%;
  position : static;
  /* May need to alter quotes for different locales (e.g fr) */
  quotes : '\201C' '\201D' '\2018' '\2019';
  right : auto;
  tab-size : 8;
  table-layout : auto;
  text-align : inherit;
  text-align-last : auto;
  text-decoration : none;
  text-decoration-color : inherit;
  text-decoration-line : none;
  text-decoration-style : solid;
  text-indent : 0;
  text-shadow : none;
  text-transform : none;
  top : auto;
  transform : none;
  transform-style : flat;
  transition : none;
  transition-delay : 0s;
  transition-duration : 0s;
  transition-property : none;
  transition-timing-function : ease;
  unicode-bidi : normal;
  vertical-align : baseline;
  visibility : visible;
  white-space : normal;
  widows : 0;
  width : auto;
  word-spacing : normal;
  z-index : auto;
  /* basic modern patch */
  all: initial;
  all: unset;
}

.scrollbar-light::-webkit-scrollbar{
   width : 7px;
   height: 7px;
}

.scrollbar-hidden::-webkit-scrollbar{
  width : 0px;
  height: 0px;
}

.scrollbar-light::-webkit-scrollbar-track{ 
  background : transparent
}

.scrollbar-light::-webkit-scrollbar-thumb{ 
  background : #c1c1c1;
  border-radius : 10px
}

.sidebar-nav > li > a {
  color: #E2E8F0
}

.table-sticky-cell {
  position: sticky;
  background-color: white;
  left: 0;
  z-index: 10;
}

.table-report-card-new {
  width: 100%;
  max-width: 100%;
}

.table-report-card-new > thead > tr > th, 
.table-report-card-new > thead > tr > td, 
.table-report-card-new > tbody > tr > th, 
.table-report-card-new > tbody > tr > td, 
.table-report-card-new > tfoot > tr > th, 
.table-report-card-new > tfoot > tr > td {
  padding: 2px;
  line-height: 1.5;
  margin-bottom: 0;
  /* color: black !important;
  border: 1px solid #000000 !important; */
}

.table-report-card-new-janki {
  width: 100%;
  max-width: 100%;
}

.table-report-card-new-janki > thead > tr > th, 
.table-report-card-new-janki > thead > tr > td, 
.table-report-card-new-janki > tbody > tr > th, 
.table-report-card-new-janki > tbody > tr > td, 
.table-report-card-new-janki > tfoot > tr > th, 
.table-report-card-new-janki > tfoot > tr > td {
  padding: 4px;
  line-height: 1.5;
  margin-bottom: 0;
  color: black !important;
  border: 1px solid #000000 !important;
  font-weight: normal;
}

.table-report-card-new-janki-other {
  width: 100%;
  max-width: 100%;
}

.table-report-card-new-janki-other > thead > tr > th, 
.table-report-card-new-janki-other > thead > tr > td, 
.table-report-card-new-janki-other > tbody > tr > th, 
.table-report-card-new-janki-other > tbody > tr > td, 
.table-report-card-new-janki-other > tfoot > tr > th, 
.table-report-card-new-janki-other > tfoot > tr > td {
  padding: 2px;
  line-height: 1.5;
  margin-bottom: 0;
  color: black !important;
  border: 1px solid #000000 !important;
  font-weight: normal;
}

.backgound-black-important {
  background-color: #000000 !important;
}

.backgound-gray-important {
  background-color: #4A5568 !important;
}

.backgound-white-important {
  background-color: #FFFFFF !important;
}

.backgound-light-gray-important {
  background-color: #ccc !important;
}

.custom-table-bordered {
  /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
  border-collapse: collapse;
  width: 100%;
}

.custom-table-bordered td,
.custom-table-bordered th {
  border: 1px solid #ddd;
  padding: 6px;
  text-align:center;
}

.custom-table-bordered tr:nth-child(even) {
  background-color: #F2F3F4;
}

.custom-table-bordered tr:hover {
  background-color: #F8F9F9;
}

.custom-table-bordered th {
  padding-top: 8px;
  padding-bottom: 12px;
  text-align: center;
  background-color: white;
  color: gray;
  
}





