@import url("//fonts.googleapis.com/earlyaccess/notosansmyanmar.css");
/* For only mobile-view of side-menu  */
@font-face {
  font-family: 'Sansation';
  src: url("../fonts/sansation.woff2"), url("../fonts/sansation.woff"), url("../fonts/sansation.ttf");
}
* {
  padding: 0;
  margin: 0px;
  box-sizing: border-box;
}
@media print {
	 body * {
		visibility: hidden;
	}
	#print-area.active , #print-area.active * , #print-area.carousel-item.active , #print-area.carousel-item.active *{
		visibility: visible;
	}
	#print-area.active #print-area.active.carousel-item{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		}
	}
body {
  font-family: 'Noto Sans Myanmar' , 'Sansation' , sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

html {
  height: 100%;
}

.login {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .login {
    background: ghostwhite;
  }
}
.login .loginform-container {
  width: 65rem;
  height: 37rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 50px;
  margin: 10px;
  border-top: 5px solid navy;
  border-left: 5px solid navy;
  border-right: 5px solid #e60002;
  border-bottom: 5px solid #e60002;
}
@media screen and (max-width: 599px) {
  .login .loginform-container {
    width: 100%;
    height: auto;
    padding: 0px;
    border-radius: 5px;
    justify-content: center;
    border-top: 3px solid navy;
    border-left: 3px solid navy;
    border-right: 3px solid #e60002;
    border-bottom: 3px solid #e60002;
  }
}
.login .img-container {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 2px 2px 20px #c1d3f3;
}
@media screen and (max-width: 599px) {
  .login .img-container {
    display: none;
  }
}
.login .img-container .vector-image {
  width: 100%;
  height: 100%;
  padding: 30px;
}
.login .content {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: 2px 2px 20px #c1d3f3;
}
@media screen and (max-width: 599px) {
  .login .content {
    width: 100%;
    background-color: ghostwhite;
  }
}
.login form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 40px;
}
@media screen and (max-width: 599px) {
  .login form {
    padding: 10px 30px;
  }
}
.login .logo-container {
  width: 180px;
  height: 70px;
}
.login .logo {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .login .title {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
  }
  .login .mobile-title {
 	display:none;
  }
}
@media screen and (max-width: 599px) {
  .login .title {
	display:none;
  }
  .login .mobile-title {
     font-size: 20px;
     font-weight: bold;
     padding: 10px;
     text-align:center;
  }
}
.login .form-group {
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  position: relative;
}
.login .form-group label {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 30px;
}
.login .form-group .form-control {
  font-family: "Sansation", sans-serif;
  font-size: 13px;
  width: 100%;
  height: 35px;
  border: none;
  border-bottom: 2px solid #cccccc;
  outline: none;
  padding-left: 10px;
}
.login .form-group .form-control:hover {
  border-bottom: 2px solid #86d0f3;
}
.login form #togglePassword {
  font-size: 14px;
  line-height: 35px;
  position: absolute;
  top: 30px;
  right: 10px;
  color: navy;
  cursor: pointer;
}
.login .alert-danger {
  width: 280px;
  text-align: center;
}
.login span {
  font-size: 14px;
  font-weight: bold;
  color: #a72927;
  padding: 15px 0px;
}
@media screen and (max-width: 599px) {
  .login span {
    font-size: 13px;
  }
}
.login .form-group button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: "Sansation";
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: navy;
  color: white;
  margin: 20px auto;
  cursor: pointer;
}
.login .form-group button:hover {
  background-color: #26a19a;
}
.login .form-group button:active {
  position: relative;
  box-shadow: none;
  top: 2px;
}
.login .form-control:-webkit-autofill {
  box-shadow: none;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.error-page {
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 1;
  /* Header */
  /* Header  Logo Image */
  /* Close Button */
  /* Footer */
}
.error-page .header {
  width: 100%;
  border-bottom: 1px solid #807b7b;
}
.error-page .sorry-image {
  text-align: center;
}
.error-page .sorry-image img {
  width: 300px;
}
@media screen and (max-width: 599px) {
  .error-page .header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
}
@media screen and (min-width: 600px) {
  .error-page .header {
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .error-page .header .logo {
    width: 170px;
    height: 60px;
  }
}
@media screen and (min-width: 600px) {
  .error-page .header .logo {
    width: 200px;
    height: 70px;
    margin: 5px 0px 0px 15px;
  }
}
.error-page .error-text {
  align-items: center;
  background-color: white;
}
@media screen and (min-width: 600px) {
  .error-page .error-text {
    border: 1px solid #807b7b;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .error-page .error-text-width {
    width: 90%;
    height: 270px;
    margin: 40px auto;
  }
}
@media screen and (min-width: 600px) {
  .error-page .error-text-width {
    width: 32%;
    height: 420px;
    margin: 55px auto;
  }
}
@media screen and (max-width: 599px) {
  .error-page .error-text .group {
    font-size: 20px;
    padding: 25px 15px 0px 15px;
  }
}
@media screen and (min-width: 600px) {
  .error-page .error-text .group {
    font-size: 18px;
    line-height: 30px;
    padding: 15px 25px 0px 25px;
  }
}
.error-page .error-text .group p {
  color: #a72927;
  font-size: 30px;
  font-weight: bold;
}
.error-page .button-container {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .error-page .button-container {
    height: auto;
    margin-top: 30px;
  }
}
.error-page .closebtn {
  width: 170px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-family: inherit;
  font-weight: bold;
  background-color: white;
  color: black;
  border-radius: 7px;
  border: 1px solid black;
  box-shadow: 0px 3px 4px #ada7a7;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.error-page .gobtn {
  margin-top:4px;
  margin-left:4px;
  width:80%;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  font-family: inherit;
  font-weight: bold;
  background-color: #47bc23;
  color: white;
  border-radius: 7px;
  border: 1px solid white;
  box-shadow: 0px 3px 4px #ada7a7;
  position: relative;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .error-page footer {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .error-page footer {
    width: 100%;
    height: 70px;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
    background: navy;
    color: white;
    bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .error-page footer p {
    margin: 4px;
    font-size: 20px;
    margin-right: 30px;
  }
}

.error-page::-webkit-scrollbar {
  display: none;
}
.company-logo {
	width: 120px;
	height: 40px;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
#page-content-wrapper {
    min-width: 0;
    width: 100%;
}
#page-content-wrapper {
    min-width: 0;
    width: 100%;
}
.nav-carousel-control > .carousel-control-prev {
	position:relative;
}
.nav-carousel-control > .carousel-control-next {
	position:relative;
}
.loader {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border: 3px solid #e60002;
  border-radius: 50%;
  text-align: center;
  line-height: 110px;
  font-family: "Sansation";
  font-size: 15px;
  color: black;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(to right, #f7aba6, #86d0f3);
  text-shadow: 0 0 10px #c1d3f3;
  box-shadow: 0 0 20px #c1d3f3;
}

.spinner:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top: 3px solid navy;
  border-right: 3px solid navy;
  border-radius: 50%;
  animation: animateC 2s linear infinite;
}

.spinner span {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 50%;
  height: 4px;
  background: transparent;
  transform-origin: left;
  animation: animate 2s linear infinite;
}

.spinner span:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: navy;
  top: -6px;
  right: -8px;
  box-shadow: 0 0 20px #ada7a7;
}

.loaded > .spinner {
  display: none;
}

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

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

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

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