/* * {
  transition: all 0.5s ease;
} */

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 8px;
}

*::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

*::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #cbcbcb;
}

html {
  overflow-y: scroll;
}

body {
  background-color: #f2f6f8;
}

/* .container {
  min-width: 1320px !important;
} */
/* @media (min-width: 1000px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    min-width: 1200px !important;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    min-width: 1320px  !important;
  }
} */
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}

.chfull {
  height: calc(100vh - 5.5em);
}

.cnavti {
  display: inline-block;
}

.cnavti:hover {
  color: #198754;
}

.cnavac {
  border-bottom: 2px solid #198754;
  -webkit-box-shadow: 0 4px 6px -6px #198754;
  -moz-box-shadow: 0 4px 6px -6px #198754;
  box-shadow: 0 4px 6px -6px #198754;
  margin-bottom: -2px;
}

.cbgrim {
  left: 1em;
  max-width: 100%;
}

.chrtit {
  width: 6em;
}

.chicon {
  margin-top: -0.25em;
  width: 1.2em;
  height: 1.2em;
}

.cgrcol {
  font-size: 0.8em;
  margin-bottom: -0.2em;
  color: #667085;
  background-color: white;
}

#ilshis {
  height: calc(100vh - 15em);
}

.ciphom {
  max-width: 50em;
}

.ciphom .form-select:focus {
  box-shadow: 0 0 0 0 rgb(255 255 255);
}

.ciphom .form-control:focus {
  box-shadow: 0 0 0 0 rgb(255 255 255);
}

.cltimg {
  height: 1.2em;
  margin-top: -5px;
}

.cleimg {
  height: 1.5em;
}

#iusrgr {
  width: 13em;
}

.ctitle {
}

.csname {
  top: 0;
  right: 1em;
  font-size: 0.9em;
  width: 9.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ctlist {
  width: 3.5em;
  white-space: nowrap;
  text-align: end;
}

.clbimg {
  height: 11em;
  width: calc(100% - 0.6em);
  margin: 0.3em;
  position: relative;
  display: block;
  overflow: hidden;
}

.clsimg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  cursor: pointer;
}

.clsimg:hover {
  transition: all 0.5s ease;
  transform: scale(1.15);
}

.cimcls {
  top: -1em;
  right: -1em;
  height: 3em;
}

#iregis {
  color: #00558f;
}

#ilogin {
  color: #4b843f;
}

.ctcont {
  top: 50%;
  right: 0;
  left: 0;
  position: absolute;
  text-align: center;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  font-size: 2em;
  transition: visibility 0.5s, opacity 0.5s;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}

.clbimg:hover .ctcont {
  visibility: visible;
  opacity: 1;
}

.clores {
  margin-top: 6.5em;
  width: 31em;
}

.cscrbg {
  background-color: white;
}

#mevad1 {
  flex: 2;
}

.cround {
  border-radius: 1em;
  transition: height 0.2s ease;
}

.clsrou {
  border-radius: 0.6em;
}

.clrimg {
  border-radius: 0.6em;
}

.csmallc {
  width: 3.5em;
  height: 3.3em;
  top: 1em;
  left: 1em;
  background-color: #ffffffc9;
  z-index: 1;
}

#irestp {
  background: #f2f4f7;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.ctotip {
  width: 30em;
  top: 2.5em;
  right: -1em;
  z-index: 3;
}

.cartop {
  top: -13px;
  position: absolute;
  margin-left: 26em;
}

.cytria {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid rgb(13, 202, 240);
  position: relative;
}
.cytria:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #ffffff;
  position: absolute;
  bottom: -13px;
  left: -11px;
}

.breadcrumb {
  line-height: 37px;
  padding: 0px;
  cursor: default;
  display: flex;
  border-radius: 0px;
  overflow: hidden;
  margin: auto;
  text-align: center;
  top: 50%;
  width: 100%;
  height: 78px;
  z-index: 1;
  background-color: #f9f6f6;
  font-size: 20px;
}

.breadcrumb a {
  position: relative;
  display: flex;
  flex-grow: 1;
  text-decoration: none;
  margin: auto;
  height: 100%;
  padding-left: 73px;
  padding-right: 0px;
  color: #666;
  cursor: default;
  white-space: nowrap;
}

.breadcrumb a:first-child {
  padding-left: 0;
}

.breadcrumb a:first-child:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 122px;
  height: 126px;
  top: -23.4px;
  right: -57.77778px;
  border-top-right-radius: 0px;
  transform: scale(0.707) rotate(45deg);
  box-shadow: 5px -5px white;
  z-index: 1;
  background-color: #f9f6f6;
}

.breadcrumb__inner {
  display: flex;
  flex-direction: column;
  margin: auto;
  z-index: 2;
}

.breaactive {
  color: white !important;
  background: #8bcaf2;
}

.breaactive:after {
  color: white !important;
  background: #8bcaf2 !important;
}

.smallcrumb {
  /*centering*/
  display: inline-block;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 5px;
  /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
  counter-reset: flag;
}

.smallcrumb a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 36px;
  color: white;
  /*need more margin on the left of links to accomodate the numbers*/
  padding: 0 10px 0 60px;
  background: #666;
  background: linear-gradient(#666, #333);
  position: relative;
  cursor: context-menu;
}

/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.smallcrumb a:first-child {
  padding-left: 46px;
  border-radius: 5px 0 0 5px;
  /*to match with the parent's radius*/
}

.smallcrumb a:first-child:before {
  left: 14px;
}

.smallcrumb a:last-child {
  border-radius: 0 5px 5px 0;
  /*this was to prevent glitches on hover*/
  padding-right: 20px;
}

/*hover/active styles*/
.smallcrumb a.cactive {
  background: #333;
  background: linear-gradient(#333, #000);
}

.smallcrumb a.cactive:after {
  background: #333;
  background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the smallcrumbs using rotated pseudo elements*/
.smallcrumb a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  /*half of square's length*/
  /*same dimension as the line-height of .smallcrumb a */
  width: 36px;
  height: 36px;
  /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
  transform: scale(0.707) rotate(45deg);
  /*we need to prevent the arrows from getting buried under the next link*/
  z-index: 1;
  /*background same as links but the gradient will be rotated to compensate with the transform applied*/
  background: #666;
  background: linear-gradient(135deg, #666, #333);
  /*stylish arrow design using box shadow*/
  box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4),
    3px -3px 0 2px rgba(255, 255, 255, 0.1);
  /*
		5px - for rounded arrows and 
		50px - to prevent hover glitches on the border created using shadows*/
  border-radius: 0 5px 0 50px;
}

/*we dont need an arrow after the last link*/
.smallcrumb a:last-child:after {
  content: none;
}

/*we will use the :before element to show numbers*/
.smallcrumb a:before {
  content: counter(flag);
  counter-increment: flag;
  /*some styles now*/
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  background: #444;
  background: linear-gradient(#444, #222);
  font-weight: bold;
}

.flat a,
.flat a:after {
  background: white;
  color: black;
  transition: all 0.5s;
}

.flat a:before {
  background: white;
  box-shadow: 0 0 0 1px #ccc;
}

.flat a.cactive,
.flat a.cactive:after {
  background: #9eeb62;
}

.bloader {
  height: 15px;
  aspect-ratio: 5;
  -webkit-mask: linear-gradient(90deg, #0000, #000 20% 80%, #0000);
  background: radial-gradient(closest-side at 37.5% 50%, #000 94%, #0000) 0 /
    calc(80% / 3) 100%;
  animation: l48 0.75s infinite linear;
}

@keyframes l48 {
  100% {
    background-position: 36.36%;
  }
}

.cflex1 {
  flex: 1;
}

.cflex2 {
  flex: 3;
}

.cflex3 {
  flex: 3;
}

.cflex4 {
  flex: 4;
}

.cflex5 {
  flex: 5;
}

.cdeitt {
  font-weight: 600;
  min-width: 5em;
}

.ccolon {
  font-weight: 600;
}

#iimain,
#itnail img {
  box-shadow: 2px 2px 10px 5px #b8b8b8;
  border-radius: 10px;
}

#itnail {
  text-align: center;
}

#itnail img {
  width: 108px;
  height: 85px;
  margin: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  #itnail img {
    width: 50px;
    height: 50px;
  }
}

#itnail img:hover {
  transform: scale(1.05);
}

#iimain {
  width: auto;
  max-width: 100%;
  height: calc(100vh - 13em);
  object-fit: cover;
  display: block;
  margin: 20px auto;
}

@media only screen and (max-width: 480px) {
  #iimain {
    width: 100%;
  }
}

.hidden {
  opacity: 0;
}

/* monthpicker.css */

.monthpicker {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #fff;
  border: 0;
  width: 7.5em;
  color: black;
  border-radius: var(--bs-border-radius);
}

.monthpicker_selector *::selection {
  background: transparent;
}

.monthpicker_input {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0.4em;
  border: none;
  outline: none;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #212121;
  border-radius: var(--bs-border-radius);
}

.monthpicker_input .cplaceholder {
  color: #444;
  font-size: 1rem;
}

.monthpicker_input.active {
  background-color: #d4d4d4;
  color: #000;
}

.monthpicker_selector {
  position: absolute;
  top: 100%;
  background-color: #fff;
  min-width: 250px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  z-index: 100;
  color: #444;
}

.monthpicker_selector > table {
  color: #444;
  width: 100%;
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
  font-family: "Century Gothic";
  font-size: 0.9em;
  border-radius: 5px;
}

.monthpicker_selector > table tr:first-child td,
.monthpicker_selector > table tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.monthpicker_selector > table tr:first-child > td:nth-child(1) {
  text-align: left;
}

.monthpicker_selector > table tr:first-child > td:nth-child(2) {
  position: relative;
}

.monthpicker_selector > table tr:first-child > td:nth-child(3) {
  text-align: right;
}

.monthpicker_selector > table tr:nth-child(2) td {
  width: 33%;
}

.yearSwitch {
  padding: 7px 10px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.2rem;
}

.yearSwitch.off {
  visibility: hidden;
}

.yearValue {
  width: 100%;
  height: 100%;
  text-align: center;
  background: none;
  border: none;
  color: #444;
  outline: none;
  font-size: 1.8em;
}

/* months */
.monthpicker_selector .month {
  /* border: 1px solid #007bff; */
  background-color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
  color: #212121;
}

.monthpicker_selector .month:hover {
  background-color: #007bff;
  opacity: 0.7;
  color: #fff;
}

.month.selected {
  background: #007bff;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
}

.monthpicker_selector .month.off {
  color: #fff;
  background: #a5a2a2;
  opacity: 0.65;
  cursor: not-allowed;
}

.monthpicker_selector .month.off:hover {
  background: rgb(232, 189, 189) a2a2;
  opacity: 0.65;
}

/* .monthpicker_selector>table tr td:first-child {
      border-left: none;
  }
  
  .monthpicker_selector>table tr td:last-child {
      border-right: none;
  }
  
  .monthpicker_selector>table tr:last-child td {
      border-bottom: none;
  } */

.z-depth-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.z-depth-1 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

.z-depth-5,
.modal {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.fa-chevron-left:before {
  content: "＜";
}

.fa-chevron-right:before {
  content: "＞";
}

.fas {
  font-weight: 900;
  font-size: 1.2em;
}

.fas {
  font-family: "Font Awesome 5 Free";
}

.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.xjotip {
  height: 9em;
}

.cbtbot {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.cfeebx {
  top: 6em;
  width: 30em;
}

.cfeede {
  background-color: #e9ecef;
  pointer-events: none;
}

.csbank {
  margin-right: 1em;
}

.cmpbup {
  margin-top: -2em;
  margin-left: -0.25em;
  border-radius: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.clrwrv {
  width: 50%;
}

.cckbox {
  padding: 0.8em;
  margin-top: -0.1em;
  border: 1px solid #796666 !important;
}

.covfde {
  height: 10em;
}

.cdeiim {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cshout {
  transform-origin: top;
  animation: shrout 0.5s forwards;
}

@keyframes shrout {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

.cshrin {
  transform-origin: top;
  animation: shrink 0.5s forwards;
}

@keyframes shrink {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

.choimg {
  height: 8em;
}

.cogimg {
  background: linear-gradient(90deg, #0001 33%, #0005 50%, #0001 66%) #f2f2f2;
  background-size: 300% 100%;
  animation: l1 1s infinite linear;
}
@keyframes l1 {
  0% {
    background-position: right;
  }
}

img {
  text-indent: -5000px;
}

.c_lock {
  background-color: #e9ecef;
  pointer-events: none;
}

.clayot {
  cursor: zoom-in;
  height: 18em;
}

.csmlot {
  height: 8.89em;
}

.chback {
  height: 2.39em;
}

#iqssbx {
  position: sticky;
  top: 5em;
}

.cmodal {
  transform-origin: top;
  animation: smodal 0.3s forwards;
}

@keyframes smodal {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 1em;
    opacity: 1;
  }
}

.cbtnav {
  font-size: 1.25em;
}

.ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-editor blockquote {
  margin: 0;
  padding: 0;
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-align-center {
  text-align: center;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

#iifmap {
  height: 25em;
}

#imactn {
  width: 15em;
}

.cbhelp {
  width: 60em;
  flex-wrap: wrap;
  gap: 1em;
  margin: 0 auto;
}

.cihelp {
  width: 18em;
  background-color: #f2f2f2;
}

.cihelp:hover {
  background-color: gainsboro;
}

.chactv {
  background-color: rgb(185 228 229);
}

.cmesrv {
  top: 3em;
  z-index: 1;
}

#imesse {
  font-size: 1.18em;
}

.cfs08e {
  font-size: 0.8em;
  height: 3em;
}

#iparls .form-control::-webkit-input-placeholder {
  color: transparent;
}
#iparls .form-control:-moz-placeholder {
  color: transparent;
}
#iparls .form-control::-moz-placeholder {
  color: transparent;
}
#iparls .form-control :-ms-input-placeholder {
  color: transparent;
}

.cshide {
  animation: sshide 0.3s forwards;
}

@keyframes sshide {
  0% {
    scale: 1;
    height: 3em;
    font-size: 100%;
  }
  100% {
    scale: 0;
    height: 0%;
    font-size: 0%;
  }
}

.cshort {
  animation: sshort 1s forwards;
}

@keyframes sshort {
  0% {
    width: 18em;
  }
  100% {
    width: 8em;
  }
}

.cgugap {
  animation: sgugap 1s forwards;
}

@keyframes sgugap {
  0% {
    gap: 1em;
  }
  100% {
    gap: 0.2em;
  }
}

#ifeetb {
  position: absolute;
}

.btnsho {
  min-width: 10em;
  padding: 0.35em 0.1em;
}

.btnlog {
  min-width: 10em;
  padding: 0.35em 0.1em;
}

#rvftip {
}

.rvmess {
  left: 0;
  right: 0;
}

.cfullt {
  min-width: 8.2em;
}

.c2d5em {
  width: 2.5em;
}

.loader {
  width: 10em;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #ffa516 94%, #0000) top/2em 2em
      no-repeat,
    conic-gradient(#0000 30%, #ffa516);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 2em), #000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}

.xnowra {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 16.8em;
}

.xnowra:hover {
  /* overflow: visible; */
}

.cdowbl {
}

#islenv {
}

.cmthcl {
  width: 15em;
  z-index: 10;
}

.cdtscr {
  width: 100%;
  min-width: 8em;
  cursor: pointer;
}

.chvcld:hover {
  color: white;
  background-color: #007bff;
}

.chvatc {
  color: white;
  background-color: #007bff;
}

.croleb {
  cursor: pointer;
}

#iaddbt {
}

.ccrumb {
  cursor: default;
  text-align: center;
}

.ccrumb div {
  white-space: nowrap;
  background-color: #f9f6f6;
}

.cbacti {
  color: white !important;
  background: #8bcaf2 !important;
}