/* SASS Document */
/* CSS Document */
/* CSS Document */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: lato-regular;
  scroll-behavior: smooth;
  position: relative;
}

body {
  width: 98vw;
  display: block;
  margin: 0 auto;
  position: relative;
}

/* Scss Document */
@font-face {
  font-family: imperial;
  src: url(/fonts/ImperialScript-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: oswald;
  src: url(/fonts/Oswald-VariableFont_wght.ttf);
  font-weight: normal;
}
@font-face {
  font-family: scriptl;
  src: url(/fonts/SCRIPALT.ttf);
  font-weight: normal;
}
@font-face {
  font-family: scriptin;
  src: url(/fonts/SCRIPTIN.ttf);
  font-weight: normal;
}
@font-face {
  font-family: ostrich;
  src: url(/fonts/ostrich-regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: ostrich;
  src: url(/fonts/OstrichSans-Heavy.otf);
  font-weight: bold;
}
@font-face {
  font-family: ostrich;
  src: url(/fonts/OstrichSans-Black.otf);
  font-weight: black;
}
@font-face {
  font-family: neo;
  src: url(/fonts/BebasNeue-Regular.otf);
  font-weight: normal;
}
@font-face {
  font-family: fira;
  src: url(/fonts/FiraSans-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: fira;
  src: url(/fonts/FiraSans-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: fira;
  src: url(/fonts/FiraSans-Italic.ttf);
  font-weight: italic;
}
@font-face {
  font-family: spart;
  src: url(/fonts/LeagueSpartan-Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: jose;
  src: url(/fonts/JosefinSans-SemiBold.ttf);
  font-weight: normal;
}
@font-face {
  font-family: lato-regular;
  src: url(/fonts/Lato-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: lato-bold;
  src: url(/fonts/Lato-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: ara3;
  src: url(/fonts/HAFS-Regular.otf);
  font-weight: bold;
}
@font-face {
  font-family: ara1;
  src: url(/fonts/Ara-Hamah-Alislam-Regular.otf);
  font-weight: bold;
}
@font-face {
  font-family: ara2;
  src: url(/fonts/Ara-Hamah-1982-Regular.ttf);
  font-weight: bold;
}
@font-face {
  font-family: ara4;
  src: url(/fonts/Arslan-Wessam-B.ttf);
  font-weight: bold;
}
/* SASS Document */
/* CSS Document */
.page_subttl {
  width: 100%;
  background-color: rgb(45, 41, 92);
  color: white;
  font-family: lato-bold;
  font-size: 1.4rem;
  padding: 0.9rem 0;
  padding-left: 0.5rem;
  box-shadow: 0 3px 3px rgba(46, 29, 76, 0.815);
}

/* SASS Document */
.footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #1d064a;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
}
@media screen and (min-width: 200px) and (max-width: 1280px) {
  .footer {
    grid-template-columns: 1fr;
  }
}
.footer__qlinks {
  grid-column: 1/2;
  grid-row: 1/2;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 2rem;
}
.footer__qlinks h2 {
  font-family: neo;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.footer__qlinks li {
  margin: 1rem 0;
}
.footer__qlinks li a {
  color: currentColor;
  text-decoration: none;
  transition: all 0.3s;
}
.footer__qlinks li a:hover {
  font-weight: bold;
}
.footer__tagline {
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: start;
  font-family: fira;
  font-size: 8rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px #EEDDCA;
}
.footer__tagline::before {
  content: "ISPINOZA";
  position: absolute;
  width: 0%;
  font-size: 8rem;
  font-weight: 900;
  color: #E8D6C2;
  transition: all 2s ease;
  border-right: 1px solid #E8D6C2;
  font-family: fira;
  overflow: hidden;
  text-align: left;
  animation: ispinoza 3s ease-in-out;
}
.footer__tagline__logo {
  width: 10.4rem;
  height: 10.4rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 402px) {
  .footer__tagline__logo {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media screen and (max-width: 1324px) {
  .footer__tagline {
    font-size: 8rem;
  }
}
@media screen and (max-width: 760px) {
  .footer__tagline {
    font-size: 3rem;
  }
}
@media screen and (max-width: 644px) {
  .footer__tagline {
    grid-row: 2/3;
    grid-column: 1/2;
    justify-self: center;
  }
}
@media screen and (max-width: 402px) {
  .footer__tagline {
    font-size: 2rem;
  }
}
.footer__sociallinks {
  grid-column: 2/3;
  grid-row: 2/3;
  justify-self: end;
}
.footer__sociallinks img {
  margin: 0 1rem;
}
@media screen and (max-width: 644px) {
  .footer__sociallinks {
    grid-row: 4/5;
    grid-column: 1/2;
    justify-self: center;
    margin: 2rem 0;
  }
}
.footer__copyright {
  grid-column: 1/3;
  grid-row: 3/4;
  justify-self: center;
  text-align: center;
}
.footer__copyright p {
  font-size: 1.2rem;
}
@media screen and (max-width: 402px) {
  .footer__copyright p {
    font-size: 0.8rem;
  }
}
.footer__copyright a {
  justify-self: center;
  padding: 0.5rem 1rem;
  color: currentColor;
  text-decoration: none;
}
@media screen and (max-width: 402px) {
  .footer__copyright a {
    font-size: 0.8rem;
  }
}
.footer__copyright a:hover {
  font-weight: bold;
}
@media screen and (max-width: 644px) {
  .footer__copyright {
    grid-row: 5/6;
  }
}
.footer__logininfo {
  display: flex;
  padding-left: 2rem;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 644px) {
  .footer__logininfo {
    grid-row: 3/4;
    grid-column: 1/2;
    justify-self: center;
    margin-top: 1.5rem;
  }
}
.footer__logininfo-img {
  width: 3.2rem;
  padding-right: 1rem;
}
.footer__logininfo-p {
  padding-right: 1rem;
}

/* SASS Document */
.nav {
  display: flex;
  flex: 1;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-content: center;
  background-color: #1d064a;
  box-shadow: 0px 4px 20px -1px rgba(0, 0, 0, 0.77);
  margin-bottom: 1rem;
}
.nav__lnk {
  text-decoration: none;
}
.nav__tag {
  padding: 1rem;
  border-color: #171010;
}
.nav__tag-letter {
  font-size: 2.4rem;
  font-weight: bold;
  color: #EEDDCA;
  font-family: fira;
  padding: 0.2rem;
}
.nav__tag-word {
  font-size: 1.3rem;
  color: #EEDDCA;
  font-family: impact;
  letter-spacing: 0.2rem;
}
.nav__logo {
  width: 9.5rem;
  height: 5.5rem;
  align-self: center;
  transition: all 0.3s ease-in-out;
}
.nav__logo:hover {
  filter: drop-shadow(1px 1px 3px rgba(247, 232, 232, 0.716));
}
.nav__logo:active {
  filter: drop-shadow(0.2px 0.2px 1px rgba(247, 232, 232, 0.716));
}
.nav__menubutton {
  display: block;
  width: 3rem;
  height: 0.2px;
  position: relative;
  background: #EEDDCA;
  margin-right: 1rem;
  margin-top: 0.9rem;
}
.nav__menubutton::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2px;
  top: 2rem;
  background: #EEDDCA;
}
.nav__menubutton::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2px;
  bottom: -1rem;
  background: #EEDDCA;
}

.sidemenu {
  z-index: 50;
  position: absolute;
  left: 0px;
  top: 50px;
  min-width: 5rem;
  max-width: 15rem;
  display: grid;
  grid-template-columns: 1fr;
  background-color: #362222;
  padding: 1rem;
  font-family: lato;
  font-size: 0.8rem;
  border-radius: 0px 5px;
  transition: all 0.2s ease-in-out;
}
.sidemenu__head {
  width: 13rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.2rem 1rem;
}
.sidemenu__head__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  fill: #00ad5f;
  border-radius: 50%;
  background-color: #3e332d;
  border: none;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: -1.3rem;
  transition: all 0.3s ease-in-out;
}
.sidemenu__head__arrow:hover {
  background-color: #222;
}
.sidemenu__head__lang {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: #00ad5f;
  border-radius: 50%;
  color: #e3ccb4;
  margin-right: 3rem;
  cursor: pointer;
}
.sidemenu__lnk {
  display: flex;
  width: 13rem;
  padding: 1rem 1rem;
  text-decoration: none;
  color: #00ad5f;
  align-items: center;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  height: 4rem;
}
.sidemenu__lnk-txt {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.sidemenu__lnk:hover {
  color: #c6ca3a;
  background-color: #3e332d;
}
.sidemenu__logo {
  width: 3rem;
}

.toggle {
  width: 5rem;
  overflow: hidden;
  padding: 1rem 0;
}

.seeList {
  display: none;
}

.arrow {
  right: 8.1rem;
}

.user_info {
  display: flex;
  position: relative;
  align-items: center;
  margin-right: 2rem;
}
.user_info__photo {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  cursor: pointer;
}
.user_info__grp {
  display: flex;
  flex-direction: column;
  color: white;
  margin-right: 1rem;
}
.user_info__txt {
  font-size: 1rem;
}

.logout {
  display: none;
  position: absolute;
  top: 2rem;
  right: 34px;
  width: 12rem;
  height: 4rem;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.logout__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  color: #666;
}
.logout__span {
  display: block;
  width: 100%;
  font-family: regular-lato;
  font-size: 1.4rem;
  padding: 0.5rem 0;
  text-align: center;
  cursor: pointer;
}
.logout__span:hover {
  background-color: #666;
  color: white;
}

.logout_ev {
  opacity: 1;
}

a[title=dashboard] {
  display: none;
}

a[title=Dashboard] {
  display: none;
}

.net_sts {
  display: block;
  background: green;
  color: white;
  padding: 0.5rem;
  text-align: center;
  align-self: center;
  border-radius: 10px;
}

/* CSS Document */
.login {
  display: grid;
  grid-column: 2/3;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #362222;
  color: #fff;
  padding: 3.5rem;
  border: none;
  border-radius: 2rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  font-size: 1.2rem;
  background-image: linear-gradient(45deg, rgb(46, 39, 34) 30%, rgb(33, 8, 23));
  font-family: lato;
  animation: background_ani 0.2s infinite ease-in-out;
}
.login label, .login h5 {
  padding: 0.3rem 0;
  justify-self: center;
  text-align: center;
}
.login input {
  margin: 0.2rem auto;
  border-radius: 20px;
  transition: background-color 0.3s;
  text-align: center;
  border: none;
  outline: none;
  border: none;
  outline: none;
  color: black;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.login input:focus {
  background-color: rgb(181, 168, 168);
  color: black;
}
.login button {
  padding: 1rem 2rem;
  margin-top: 2rem;
  text-align: center;
  font-family: lato;
  font-size: 1.3rem;
  justify-self: center;
  border-radius: 1rem;
  border: none;
  outline: none;
  color: #EEDDCA;
  box-shadow: 0 2px 7px rgba(203, 183, 184, 0.76);
  background-color: rgb(33, 8, 23);
  transition: all 0.2s;
}
.login button:hover {
  box-shadow: 0 1px 3px rgba(168, 146, 147, 0.76);
  font-weight: bold;
  background-color: rgb(46, 39, 34);
}
.login button__hidden {
  visibility: none;
  text-align: center;
}

/* Add Career Handler Activity Log */
.eventfrm {
  grid-column: 1/2;
  width: 90%;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  grid-auto-rows: max-content;
  grid-row-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  justify-self: center;
  border: 1px solid #423F3E;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  background-color: #EEDDCA;
  margin: 2rem 0;
  font-family: lato-normal;
}
.eventfrm__ttl {
  grid-column: 1/3;
  grid-row: 1/2;
  justify-self: center;
  align-self: center;
  font-family: lato-bold;
  font-size: 1.5rem;
  padding: 0.5rem 0;
}
.eventfrm__lbl {
  width: 80%;
  align-self: center;
  font-family: jose;
  font-size: 1.3rem;
  padding-left: 2rem;
}
.eventfrm__ipt {
  width: 70%;
  align-self: center;
}
.eventfrm__sel {
  width: 50%;
  align-self: center;
  justify-self: left;
  padding: 0;
}
.eventfrm__txtarea {
  grid-column: 2/3;
  grid-row: 8/10;
  width: 97%;
  height: 100%;
  align-self: center;
}
.eventfrm__btn {
  grid-column: 1/3;
  align-self: center;
  justify-self: center;
  padding: 1rem 2rem;
}

.msgfrm {
  width: 90%;
  padding: 2rem;
  display: none;
  grid-template-columns: 1.1fr 2fr;
  justify-content: center;
  align-items: center;
  justify-self: center;
  border: 1px solid #423F3E;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  background-color: #EEDDCA;
  margin: 2rem auto;
}
@media all and (max-width: 541px) {
  .msgfrm {
    padding: 1rem;
  }
}
.msgfrm__ttl {
  width: 100%;
  grid-column: 1/3;
  padding: 0.5rem 1rem;
  color: #00ad5f;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: lato-bold;
  text-align: center;
  margin-bottom: 1rem;
}
.msgfrm__lbl {
  width: 80%;
  align-self: center;
  font-family: jose;
  font-size: 1.1rem;
  padding-left: 2rem;
}
.msgfrm__ipt {
  grid-column: 1/3;
  width: 97%;
  height: 70%;
  align-self: center;
}
.msgfrm__sel {
  width: 50%;
  align-self: center;
}
.msgfrm__txtarea {
  grid-column: 1/3;
  width: 100%;
  height: 11rem;
  align-self: center;
  margin-bottom: 1rem;
}
.msgfrm__btn {
  grid-column: 1/3;
  align-self: center;
  justify-self: center;
  padding: 1rem 2rem;
}

.replyfrm {
  width: 95%;
  height: -moz-max-content;
  height: max-content;
  padding: 2rem 1rem;
  display: grid;
  grid-template-columns: 41% 1fr;
  grid-row-gap: 1rem;
  justify-self: center;
  border: 1px solid #423F3E;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  background-color: #EEDDCA;
  margin: 2rem auto;
  border-radius: 5px;
  position: relative;
  max-width: 376px;
  overflow: hidden;
}
.replyfrm__ttl {
  width: 100%;
  grid-column: 1/3;
  color: #00ad5f;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: lato-bold;
  text-align: center;
  margin-bottom: 1rem;
}
.replyfrm__ttl-dark {
  width: 100%;
  grid-column: 1/3;
  color: black;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: lato-bold;
  text-align: center;
  margin-bottom: 1rem;
}
.replyfrm__ttlr {
  width: 100%;
  grid-column: 1/3;
  color: #00ad5f;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: lato-bold;
  text-align: center;
  margin-bottom: 1rem;
  color: black;
  text-align: left;
}
.replyfrm__ttl-ar {
  width: 100%;
  grid-column: 1/3;
  color: #00ad5f;
  font-size: 1.8rem;
  font-family: ara3;
  text-align: center;
  margin-bottom: 1.3rem;
  font-weight: bold;
  display: block;
}
.replyfrm__lbl {
  width: 80%;
  align-self: center;
  font-family: jose;
  font-size: 1.1rem;
  padding-left: 2rem;
}
.replyfrm__lbl-ar {
  width: 80%;
  align-self: center;
  font-family: ara3;
  font-size: 1.3rem;
  padding-left: 2rem;
}
.replyfrm__lbl-ar2 {
  width: 80%;
  font-family: ara3;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
}
.replyfrm__lbldata {
  font-weight: bold;
  font-size: 1.2rem;
  font-family: lato-regular;
}
.replyfrm__ipt {
  grid-column: 1/3;
  width: 97%;
  align-self: center;
  padding-left: 2rem;
}
.replyfrm__ipt-hidden {
  display: none;
}
.replyfrm__ipt2 {
  width: 97%;
  align-self: center;
}
.replyfrm__ipt3 {
  width: 50%;
  align-self: center;
  margin: 0 auto;
}
.replyfrm__ipt4 {
  width: 75%;
  align-self: left;
}
.replyfrm__iptnum {
  width: 45%;
  align-self: center;
}
.replyfrm__ipttxt {
  width: 90%;
}
.replyfrm__sel {
  width: 75%;
  align-self: center;
}
.replyfrm__sel-imgsm {
  width: 2rem;
  height: 3rem;
  display: inline-block;
}
.replyfrm__txtarea {
  grid-column: 1/3;
  width: 100%;
  height: 11rem;
  align-self: center;
  margin-bottom: 1rem;
}
.replyfrm__txtarea_arab {
  grid-column: 1/3;
  width: 100%;
  height: 11rem;
  align-self: center;
  margin-bottom: 1rem;
  text-align: right;
}
.replyfrm__txt {
  width: 97%;
  height: 11rem;
  align-self: center;
  margin-bottom: 1rem;
  text-align: right;
}
.replyfrm__btn {
  grid-column: 1/3;
  align-self: center;
  justify-self: center;
  padding: 1rem 2rem;
  background-color: transparent;
  border: none;
  box-shadow: 0 1px 3px #393939;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  cursor: pointer;
}
.replyfrm__btn:not(:last-child) {
  margin-right: 1rem;
}
.replyfrm__btn:hover {
  box-shadow: 0 2px 5px #393939;
}
.replyfrm__btn:active {
  box-shadow: 0 1px 3px #393939;
}
.replyfrm__btn-sm {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: none;
  box-shadow: 0 1px 3px #393939;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-size: 11px;
  cursor: pointer;
}
.replyfrm__btn-sm:not(:last-child) {
  margin-right: 1rem;
}
.replyfrm__btn-sm:hover {
  box-shadow: 0 2px 5px #393939;
  font-weight: bold;
}
.replyfrm__btn-sm:active {
  box-shadow: 0 1px 3px #393939;
}
.replyfrm__sysmsg {
  grid-column: 1/3;
  text-align: center;
  color: red;
  font-family: ara3;
  font-size: 1.4rem;
}
.replyfrm__grp {
  width: 100%;
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  text-align: center;
  margin-top: 2rem;
}
.replyfrm__msg {
  grid-column: 1/3;
  width: 100%;
  display: none;
  grid-template-columns: 1fr;
  align-items: center;
  color: red;
  text-align: center;
}
.replyfrm__grp1 {
  grid-column: 1/3;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.replyfrm__grp2 {
  grid-column: 1/3;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}
.replyfrm__grp3 {
  grid-column: 1/3;
  width: 100%;
  display: grid;
  grid-template-columns: 41% 6fr 1fr;
  align-items: center;
}
.replyfrm__grp-ipt {
  width: 100%;
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.replyfrm__grp-ipt2 {
  width: 100%;
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 0.5rem;
}
.replyfrm__grp-btn {
  width: 100%;
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  text-align: center;
  margin: 0.5rem 0;
}
.replyfrm__grpicon {
  display: none;
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
}
.replyfrm__option {
  display: inline-block;
  color: red;
  font-weight: bold;
}
.replyfrm__grp-hor {
  width: 100%;
  grid-column: 1/3;
  justify-content: space-between;
  align-self: center;
  text-align: center;
  margin: 0.5rem 0;
  display: flex;
}
.replyfrm__grp-horc {
  width: 100%;
  grid-column: 1/3;
  justify-content: center;
  align-self: center;
  text-align: center;
  margin: 0.5rem 0;
  display: flex;
}
.replyfrm__grd {
  display: grid;
  grid-template-columns: 41% 1fr;
  grid-row-gap: 0.5rem;
}
.replyfrm__grp-ipt3 {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  justify-items: center;
}
.replyfrm__grp-ipt4 {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  justify-items: center;
}
.replyfrm__fileipt {
  margin-top: 2rem;
}
.replyfrm__img {
  height: 44rem;
}
.replyfrm__icon {
  width: 30px;
  height: 30px;
}
.replyfrm__img-sm {
  height: 15rem;
  margin: 0 auto;
}

.franfrm {
  width: 95%;
  height: -moz-max-content;
  height: max-content;
  padding: 2rem 1rem;
  display: grid;
  grid-template-columns: 41% 1fr;
  grid-row-gap: 1rem;
  justify-self: center;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.5);
  background-color: rgb(255, 246, 246);
  margin: 2rem auto;
  border-radius: 5px;
  position: relative;
  max-width: 376px;
  overflow: hidden;
}
.franfrm__ttl {
  width: 100%;
  grid-column: 1/3;
  color: rgb(5, 21, 36);
  text-transform: uppercase;
  font-size: 1.3rem;
  font-family: lato-bold;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.franfrm__ttl-dark {
  width: 100%;
  grid-column: 1/3;
  color: black;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: lato-bold;
  text-align: center;
  margin-bottom: 1rem;
}
.franfrm__ttlr {
  width: 100%;
  grid-column: 1/3;
  color: #00ad5f;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: lato-bold;
  text-align: center;
  margin-bottom: 1rem;
  color: black;
  text-align: left;
}
.franfrm__ttl-ar {
  width: 100%;
  grid-column: 1/3;
  color: #00ad5f;
  font-size: 1.8rem;
  font-family: ara3;
  text-align: center;
  margin-bottom: 1.3rem;
  font-weight: bold;
  display: block;
}
.franfrm__lbl {
  width: 80%;
  align-self: center;
  font-family: jose;
  font-size: 1.1rem;
  padding-left: 2rem;
}
.franfrm__lbl-ar {
  width: 80%;
  align-self: center;
  font-family: ara3;
  font-size: 1.3rem;
  padding-left: 2rem;
}
.franfrm__lbl-ar2 {
  width: 80%;
  font-family: ara3;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
}
.franfrm__lbldata {
  font-weight: bold;
  font-size: 1.2rem;
  font-family: lato-regular;
}
.franfrm__ipt {
  grid-column: 1/3;
  width: 97%;
  align-self: center;
  padding-left: 2rem;
}
.franfrm__ipt-hidden {
  display: none;
}
.franfrm__ipt2 {
  width: 97%;
  align-self: center;
}
.franfrm__ipt3 {
  width: 50%;
  align-self: center;
  margin: 0 auto;
}
.franfrm__ipt4 {
  width: 75%;
  align-self: left;
}
.franfrm__iptnum {
  width: 45%;
  align-self: center;
}
.franfrm__ipttxt {
  width: 90%;
}
.franfrm__sel {
  width: 75%;
  align-self: center;
}
.franfrm__sel-imgsm {
  width: 2rem;
  height: 3rem;
  display: inline-block;
}
.franfrm__txtarea {
  grid-column: 1/3;
  width: 100%;
  height: 11rem;
  align-self: center;
  margin-bottom: 1rem;
}
.franfrm__txtarea_arab {
  grid-column: 1/3;
  width: 100%;
  height: 11rem;
  align-self: center;
  margin-bottom: 1rem;
  text-align: right;
}
.franfrm__txt {
  width: 97%;
  height: 11rem;
  align-self: center;
  margin-bottom: 1rem;
  text-align: right;
}
.franfrm__btn {
  grid-column: 1/3;
  align-self: center;
  justify-self: center;
  padding: 0.5rem 1rem;
  background-color: transparent;
  border: none;
  box-shadow: 0 1px 3px #393939;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  cursor: pointer;
}
.franfrm__btn:not(:last-child) {
  margin-right: 1rem;
}
.franfrm__btn:hover {
  box-shadow: 0 2px 5px #393939;
}
.franfrm__btn:active {
  box-shadow: 0 1px 3px #393939;
}
.franfrm__btn-sm {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: none;
  box-shadow: 0 1px 3px #393939;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-size: 11px;
  cursor: pointer;
}
.franfrm__btn-sm:not(:last-child) {
  margin-right: 1rem;
}
.franfrm__btn-sm:hover {
  box-shadow: 0 2px 5px #393939;
  font-weight: bold;
}
.franfrm__btn-sm:active {
  box-shadow: 0 1px 3px #393939;
}
.franfrm__sysmsg {
  grid-column: 1/3;
  text-align: center;
  color: red;
  font-family: ara3;
  font-size: 1.4rem;
}
.franfrm__grp {
  width: 100%;
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  text-align: center;
  margin-top: 1rem;
}
.franfrm__msg {
  grid-column: 1/3;
  width: 100%;
  display: none;
  grid-template-columns: 1fr;
  align-items: center;
  color: red;
  text-align: center;
}
.franfrm__grp1 {
  grid-column: 1/3;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.franfrm__grp2 {
  grid-column: 1/3;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}
.franfrm__grp3 {
  grid-column: 1/3;
  width: 100%;
  display: grid;
  grid-template-columns: 41% 6fr 1fr;
  align-items: center;
}
.franfrm__grp-ipt {
  width: 100%;
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.franfrm__grp-ipt2 {
  width: 100%;
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 0.5rem;
}
.franfrm__grp-btn {
  width: 100%;
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  text-align: center;
  margin: 0.5rem 0;
}
.franfrm__grpicon {
  display: none;
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
}
.franfrm__option {
  display: inline-block;
  color: red;
  font-weight: bold;
}
.franfrm__grp-hor {
  width: 100%;
  grid-column: 1/3;
  justify-content: space-between;
  align-self: center;
  text-align: center;
  margin: 0.5rem 0;
  display: flex;
}
.franfrm__grp-horc {
  width: 100%;
  grid-column: 1/3;
  justify-content: center;
  align-self: center;
  text-align: center;
  margin: 0.5rem 0;
  display: flex;
}
.franfrm__grd {
  display: grid;
  grid-template-columns: 41% 1fr;
  grid-row-gap: 0.5rem;
}
.franfrm__grp-ipt3 {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  justify-items: center;
}
.franfrm__grp-ipt4 {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  justify-items: center;
}
.franfrm__fileipt {
  margin-top: 2rem;
}
.franfrm__img {
  height: 44rem;
}
.franfrm__icon {
  width: 30px;
  height: 30px;
}
.franfrm__img-sm {
  height: 15rem;
  margin: 0 auto;
}

.eventuploadfrm {
  width: 90%;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  grid-row-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  justify-self: center;
  border: 1px solid #423F3E;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.5);
  background-color: #EEDDCA;
  margin: 0 auto;
  font-family: lato-regular;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.eventuploadfrm:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.eventuploadfrm__ttl {
  grid-column: 1/3;
  grid-row: 1/2;
  justify-self: center;
  align-self: center;
  font-family: lato-bold;
  font-size: 1.5rem;
  padding: 0.5rem 0;
}
.eventuploadfrm__lbl {
  width: 100%;
  align-self: center;
  font-size: 1.3rem;
}
.eventuploadfrm__ipt {
  width: 70%;
  align-self: center;
  justify-self: left;
}
.eventuploadfrm__sel {
  width: 50%;
  align-self: center;
}
.eventuploadfrm__txtarea {
  grid-column: 2/3;
  grid-row: 8/10;
  width: 97%;
  height: 100%;
  align-self: center;
}
.eventuploadfrm__btn {
  grid-column: 1/3;
  align-self: center;
  justify-self: center;
  padding: 1rem 2rem;
  border-radius: 5px;
  box-shadow: 0 3px 5px black;
  transition: all 0.5s ease;
  margin: 1rem 0;
  display: none;
  cursor: pointer;
}
.eventuploadfrm__btn:active {
  box-shadow: 0 1.5px 2.5px black;
}
.eventuploadfrm__grp {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
}
.eventuploadfrm__file_err_msg {
  grid-column: 1/3;
  align-self: center;
  justify-self: center;
  padding: 1rem 2rem;
  display: none;
  padding: 0.5rem 0;
  font-family: lato-bold;
  transition: all 0.4s;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
}

.addclientfrm {
  padding: 2rem;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  border-radius: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
  display: grid;
  grid-template-columns: 30% 70%;
  grid-row-gap: 1rem;
  justify-content: center;
  align-content: center;
  background-image: linear-gradient(45deg, #123, transparent);
  transition: all 1s ease-in-out;
}
.addclientfrm__ttl {
  grid-column: 1/-1;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: lato-bold;
  text-align: center;
  padding: 1rem 0;
  text-transform: uppercase;
  color: #fff;
}
.addclientfrm__lbl {
  grid-column: 1/2;
  font-family: lato-regular;
  color: #fff;
}
.addclientfrm__ipt {
  grid-column: 2/-1;
}
.addclientfrm__date {
  width: 40%;
}
.addclientfrm__sel {
  width: 70%;
}
.addclientfrm__btn {
  grid-column: 1/-1;
  width: 45%;
  justify-self: center;
  padding: 0.5rem 1rem;
  border-radius: 15px;
  border: 2px solid #a29cc1;
  background-image: linear-gradient(45deg, rgb(25, 40, 63), rgb(12, 175, 255));
  box-shadow: 0 10px 15px rgb(160, 151, 151);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-family: lato-regular;
}
.addclientfrm__btn:not(:last-child) {
  margin-right: 2rem;
}
.addclientfrm__btn:hover {
  box-shadow: 0 3px 5px rgb(160, 151, 151);
  background-image: linear-gradient(75deg, rgb(25, 40, 63), rgb(12, 175, 255));
  color: #fff;
  font-family: lato-bold;
}
.addclientfrm__btn:active {
  box-shadow: 0 1.5px 2.5px rgb(160, 151, 151);
}
.addclientfrm__err {
  grid-column: 1/-1;
  justify-self: center;
  text-align: center;
  font-size: 1.3rem;
  font-family: lato-bold;
  color: red;
}
.addclientfrm__grp {
  grid-column: 1/3;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.loginfrm-style1 {
  display: grid;
  grid-template-columns: 1fr;
  padding: 2rem;
  width: 90%;
  border-radius: 15px;
  background-image: linear-gradient(30deg, rgba(160, 151, 151, 0.6), rgba(12, 175, 255, 0.6));
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease;
  font-family: lato-regular;
  font-size: 1.2rem;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
}
.loginfrm-style1__ttl {
  text-align: center;
  font-family: lato-bold;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  text-transform: uppercase;
}
.loginfrm-style1__lbl {
  padding: 0.5rem 0;
}
.loginfrm-style1__ipt {
  width: 70%;
  border-radius: 10px;
  text-align: center;
  border: none;
  height: 3rem;
}
.loginfrm-style1__ipt:focus {
  border: 0.4px solid rgb(25, 40, 63);
  background-color: rgba(159, 194, 211, 0.4);
  outline: none;
}
.loginfrm-style1__btn {
  width: 25%;
  border-radius: 20px;
  margin-top: 1.5rem;
  border: none;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  height: 3rem;
}
@media all and (max-width: 300px) {
  .loginfrm-style1__btn {
    width: 40%;
  }
}
.loginfrm-style1__err {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  font-weight: bold;
}
.loginfrm-style1:hover {
  background-image: linear-gradient(120deg, rgba(160, 151, 151, 0.6), rgba(12, 175, 255, 0.6));
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.8);
}

.fin_frm {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 2rem;
  background-color: rgb(255, 250, 250);
  font-family: lato-regular;
  font-size: 1.2rem;
  border: 0.2px solid black;
  box-shadow: 0 5px 10px black;
  width: 40rem;
  height: 20rem;
  position: relative;
  z-index: 1;
}
.fin_frm__ttl {
  grid-column: 1/4;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}
.fin_frm__lbl {
  grid-column: 1/3;
}
.fin_frm__ipt {
  grid-column: 1/4;
}
.fin_frm__grp {
  grid-column: 1/4;
  display: flex;
  justify-content: center;
}
.fin_frm__btn:not(:last-child) {
  margin-right: 2rem;
}

.confrm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 0.5rem;
  padding: 2rem;
  background-color: rgb(210, 215, 137);
  font-family: lato-regular;
  font-size: 1.2rem;
  border: 0.2px solid black;
  box-shadow: 0 5px 10px black;
  width: 80%;
  position: relative;
  border-radius: 20px;
  z-index: 1;
  margin: 0 auto;
}
.confrm__ttl {
  grid-column: 1/3;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}
.confrm__ttl-ar {
  grid-column: 1/3;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: ara3;
}
.confrm__lbl {
  grid-column: 1/2;
}
.confrm__ipt {
  grid-column: 1/3;
}
.confrm__grp {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.confrm__grpicon {
  grid-column: 1/3;
  display: none;
  justify-content: center;
}
.confrm__btn:not(:last-child) {
  margin-right: 2rem;
}

.actionfrm {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-row-gap: 0.5rem;
  padding: 2rem;
  background-color: rgb(190, 195, 121);
  font-family: lato-regular;
  font-size: 1.2rem;
  border: 0.2px solid black;
  box-shadow: 0 5px 10px black;
  width: 95%;
  position: relative;
  border-radius: 20px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.actionfrm__ttl {
  grid-column: 1/3;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}
.actionfrm__ttl-ar {
  grid-column: 1/3;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
  font-family: ara3;
}
.actionfrm__lbl {
  font-size: 1.3rem;
  font-family: ara3;
}
.actionfrm__lbl-w {
  font-size: 1.3rem;
  font-family: ara3;
  color: white;
}
.actionfrm__ipt {
  width: 60%;
}
.actionfrm__grp {
  grid-column: 1/3;
  margin-top: 2rem;
  justify-content: center;
  align-items: center;
}
.actionfrm__grp1 {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
}
.actionfrm__subfrm {
  grid-column: 1/3;
  display: block;
  justify-content: center;
  margin-top: 2rem;
  width: 100%;
  background-color: rgb(208, 202, 202);
}
.actionfrm__grpicon {
  grid-column: 1/3;
  display: none;
  justify-content: center;
}
.actionfrm__btn:not(:last-child) {
  margin-right: 2rem;
}
.actionfrm__txtarea {
  grid-column: 1/3;
  width: 100%;
  height: 11rem;
  align-self: center;
  margin-bottom: 1rem;
}
.actionfrm__sysmsg {
  display: none;
  grid-column: 1/3;
  text-align: center;
  color: white;
  font-family: ara3;
  font-size: 1.2rem;
}
.actionfrm__txtarea_ar {
  grid-column: 1/3;
  width: 100%;
  height: 11rem;
  align-self: center;
  margin-bottom: 1rem;
  text-align: right;
}
.actionfrm__err {
  grid-column: 1/3;
  width: 100%;
  align-self: center;
  text-align: center;
  color: white;
  font-size: 1.4rem;
  font-family: ara3;
}
.actionfrm__textarea-ar {
  grid-column: 1/3;
  width: 100%;
  padding: 0.5rem 0;
  text-align: right;
  height: 15rem;
}
.actionfrm__hd {
  grid-column: 1/3;
  width: 100%;
  display: none;
  color: white;
  font-size: 1.4rem;
  font-family: ara3;
  height: 20rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.actionfrm__grp-ipt3 {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  justify-items: center;
}

.subform {
  display: none;
  grid-template-columns: 40% 1fr;
  grid-row-gap: 1rem;
  padding: 2rem;
  font-family: ara3;
  font-size: 1.3rem;
  border: 0.2px solid rgb(245, 238, 238);
  box-shadow: 0 5px 10px black;
  width: 100%;
  position: relative;
  border-radius: 10px;
  z-index: 1;
  margin: 2rem auto;
  transition: 1s all ease-in-out;
}
.subform__ttl {
  grid-column: 1/3;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
  color: white;
  width: 90%;
  margin: 0 auto;
  background-color: rgb(69, 179, 117);
  border-radius: 10px;
}
.subform__ipt-lng {
  width: 12rem;
}
.subform__ipt-med {
  width: 6rem;
}
.subform__ipt-shrt {
  width: 4rem;
}
.subform__grp {
  grid-column: 1/3;
}
.subform__grp-ipt1 {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
}
.subform__grp-ipt3 {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  justify-items: center;
}

.subform_2 {
  display: none;
  grid-template-columns: 40% 1fr;
  grid-row-gap: 1rem;
  padding: 2rem;
  font-family: ara3;
  font-size: 1.3rem;
  border: 0.2px solid rgb(245, 238, 238);
  box-shadow: 0 5px 10px black;
  width: 100%;
  position: relative;
  border-radius: 10px;
  z-index: 1;
  margin: 2rem auto;
  transition: 1s all ease-in-out;
  background-color: #2c4f6e;
  color: white;
}
.subform_2__ttl {
  grid-column: 1/3;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
  color: white;
  width: 90%;
  margin: 0 auto;
  background-color: rgb(69, 179, 117);
  border-radius: 10px;
}
.subform_2__ipt-lng {
  width: 12rem;
}
.subform_2__ipt-med {
  width: 6rem;
}
.subform_2__ipt-shrt {
  width: 4rem;
}
.subform_2__grp {
  grid-column: 1/3;
}
.subform_2__grp-ipt1 {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
}
.subform_2__grp-ipt3 {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  justify-items: center;
}

.tmpwinfrm {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-row-gap: 0.5rem;
  background-color: rgb(143, 124, 100);
  border-radius: 10px;
  padding: 1rem;
  font-family: ara3;
  font-size: 1.3rem;
  color: rgba(246, 229, 229, 0.705);
  transition: 1s all ease-in-out;
  z-index: 10;
  position: relative;
  padding: 2rem 4rem;
  box-shadow: 0 5px 10px black;
}
.tmpwinfrm__ttl {
  grid-column: 1/3;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
}
.tmpwinfrm__ttl-ar {
  grid-column: 1/3;
  text-align: center;
  font-family: ara3;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}
.tmpwinfrm__lbl-ar {
  font-family: ara3;
  font-size: 1.5rem;
  font-weight: bold;
}
.tmpwinfrm__lbl {
  font-family: lato-regular;
  font-size: 1.5rem;
  font-weight: bold;
}
.tmpwinfrm__grp {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.tmpwinfrm__txtar {
  text-align: right;
  font-family: ara3;
  font-size: 1.4rem;
  height: 20rem;
  overflow-y: scroll;
}
.tmpwinfrm__errmsg {
  display: none;
  grid-column: 1/3;
  text-align: center;
  color: white;
  font-family: ara3;
  font-size: 1.4rem;
  opacity: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.tmpwinfrm__ipt-lng {
  width: 12rem;
}
.tmpwinfrm__ipt-med {
  width: 6rem;
}
.tmpwinfrm__ipt-shrt {
  width: 4rem;
}
.tmpwinfrm__sel-lng {
  width: 12rem;
}
.tmpwinfrm__sel-med {
  width: 6rem;
}
.tmpwinfrm__sel-shrt {
  width: 4rem;
}

.tmpwinfrm-cont {
  display: none;
  position: absolute;
  left: 8%;
  top: 50%;
  width: 34rem;
}

.tmpwinfrm-style2 {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-row-gap: 0.5rem;
  background-color: rgba(6, 17, 84, 0.771);
  border-radius: 10px;
  padding: 1rem;
  font-family: lato-regular;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.89);
  transition: 1s all ease-in-out;
  z-index: 10;
  position: absolute;
  padding: 2rem 4rem;
  box-shadow: 0 5px 10px black;
}
.tmpwinfrm-style2__img {
  width: 26rem;
  height: 23rem;
}
.tmpwinfrm-style2__tmp {
  display: none;
}
.tmpwinfrm-style2__ttl {
  grid-column: 1/3;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.5rem 0;
}
.tmpwinfrm-style2__ttl-ar {
  grid-column: 1/3;
  text-align: center;
  font-family: ara3;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}
.tmpwinfrm-style2__lbl-ar {
  font-family: ara3;
  font-size: 1.5rem;
  font-weight: bold;
}
.tmpwinfrm-style2__lbl {
  font-family: lato-regular;
  font-size: 1.3rem;
  font-weight: bold;
}
.tmpwinfrm-style2__grp {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.tmpwinfrm-style2__grpico {
  display: none;
  grid-column: 1/3;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.tmpwinfrm-style2__grp3 {
  grid-column: 1/3;
  width: 100%;
  display: grid;
  grid-template-columns: 41% 2fr 1fr;
  align-items: center;
}
.tmpwinfrm-style2__txtar {
  text-align: right;
  font-family: ara3;
  font-size: 1.4rem;
  height: 20rem;
  overflow-y: scroll;
}
.tmpwinfrm-style2__sysmsg {
  display: none;
  grid-column: 1/3;
  text-align: center;
  color: white;
  font-family: ara3;
  font-size: 1.4rem;
  opacity: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.tmpwinfrm-style2__icon {
  display: none;
}
.tmpwinfrm-style2__txtarea {
  width: 90%;
  height: 10rem;
  overflow-y: scroll;
  overflow-x: scroll;
  text-align: right;
  font-family: ara3;
  font-size: 1.5rem;
}
.tmpwinfrm-style2__ipt-lng {
  width: 12rem;
}
.tmpwinfrm-style2__ipt-med {
  width: 6rem;
}
.tmpwinfrm-style2__ipt-shrt {
  width: 4rem;
}
.tmpwinfrm-style2__sel-lng {
  width: 12rem;
}
.tmpwinfrm-style2__sel-med {
  width: 6rem;
}
.tmpwinfrm-style2__sel-shrt {
  width: 4rem;
}

.tasksfrm {
  width: 95%;
  height: -moz-max-content;
  height: max-content;
  padding: 2rem 1rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #423F3E;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  background-color: #EEDDCA;
  margin: 1rem auto;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.tasksfrm__ttl {
  width: 100%;
  color: #00ad5f;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: lato-bold;
  text-align: center;
  margin-bottom: 1rem;
}
.tasksfrm__ttl-ar {
  width: 100%;
  font-size: 1.8rem;
  font-family: ara3;
  text-align: center;
  margin-bottom: 1.3rem;
  font-weight: bold;
  display: block;
  color: black;
}
.tasksfrm__lbl {
  width: 80%;
  align-self: center;
  font-family: jose;
  font-size: 1.1rem;
  padding-left: 2rem;
}
.tasksfrm__lbl-ar {
  width: 90%;
  font-family: ara3;
  font-size: 1.4rem;
  padding-left: 2rem;
  text-align: right;
  border: 0.2px solid black;
}
.tasksfrm__lbldata-ar {
  grid-column: 1/4;
  font-size: 1.6rem;
  font-family: ara3;
  line-height: 2.4rem;
  text-align: right;
  padding: 1rem;
}
.tasksfrm__img-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tasksfrm__ipt {
  grid-column: 1/3;
  width: 97%;
  align-self: center;
  padding-left: 2rem;
}
.tasksfrm__ipt-hidden {
  display: none;
}
.tasksfrm__ipt2 {
  width: 97%;
  align-self: center;
}
.tasksfrm__ipt3 {
  width: 50%;
  align-self: center;
  margin: 0 auto;
}
.tasksfrm__ipt4 {
  width: 75%;
  align-self: left;
}
.tasksfrm__iptnum {
  width: 45%;
  align-self: center;
}
.tasksfrm__ipttxt {
  width: 90%;
}
.tasksfrm__sel {
  width: 75%;
  margin-bottom: 0.5rem;
  justify-items: start;
  align-items: start;
}
.tasksfrm__sel-imgsm {
  width: 2rem;
  height: 3rem;
  display: inline-block;
}
.tasksfrm__txtarea {
  width: 100%;
  height: 11rem;
}
.tasksfrm__txtarea_arab {
  width: 100%;
  height: 11rem;
  text-align: right;
}
.tasksfrm__txt {
  width: 97%;
  height: 11rem;
  align-self: center;
  margin-bottom: 1rem;
  text-align: right;
}
.tasksfrm__sysmsg {
  grid-column: 1/4;
  text-align: center;
  color: red;
  font-family: ara3;
  font-size: 1.4rem;
}
.tasksfrm__div {
  display: grid;
  grid-template-columns: 1fr 1fr 15%;
  justify-items: center;
  align-items: center;
  border: 0.2px solid black;
  border-radius: 10px;
  padding: 1rem;
}
.tasksfrm__div3 {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  align-items: center;
  border: 0.2px solid black;
  border-radius: 10px;
  padding: 1rem;
}
.tasksfrm__grp {
  width: 100%;
  justify-self: center;
  align-self: center;
  text-align: center;
  margin-top: 2rem;
}
.tasksfrm__grp1 {
  grid-column: 1/3;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.tasksfrm__grp2 {
  grid-column: 1/3;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.tasksfrm__grp3 {
  grid-column: 1/3;
  width: 100%;
  display: grid;
  grid-template-columns: 41% 6fr 1fr;
  align-items: center;
}
.tasksfrm__grp-ipt {
  width: 100%;
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.tasksfrm__grp-btn {
  width: 100%;
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  text-align: center;
  margin: 0.5rem 0;
}
.tasksfrm__grpicon {
  display: none;
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
}
.tasksfrm__option {
  display: inline-block;
  color: red;
  font-weight: bold;
}
.tasksfrm__grp-hor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tasksfrm__grp-ver {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
}
.tasksfrm__grd {
  display: grid;
  grid-template-columns: 41% 1fr;
  grid-row-gap: 0.5rem;
}
.tasksfrm__fileipt {
  margin-top: 2rem;
}
.tasksfrm__img {
  height: 44rem;
}
.tasksfrm__img-sm {
  height: 15rem;
}
.tasksfrm__icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.tasksfrm__icon:hover {
  cursor: pointer;
  box-shadow: 0 2px 5px #393939;
}

.tmpwinfrm-style2-cont {
  display: none;
  position: absolute;
  transform: translate(50%, 50%);
  transform: translateX(50%);
  width: 45rem;
  z-index: 2;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .tmpwinfrm-cont {
    display: none;
    position: absolute;
    left: 40%;
    top: 36%;
    width: 45rem;
  }
  .tmpwinfrm-style2-cont {
    display: none;
    position: absolute;
    transform: translate(50%, 50%);
    transform: translateX(50%);
    width: 45rem;
    z-index: 2;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .tmpwinfrm-cont {
    display: none;
    position: absolute;
    left: 40%;
    top: 36%;
    width: 45rem;
  }
  .tmpwinfrm-style2-cont {
    display: none;
    position: absolute;
    transform: translate(50%, 50%);
    transform: translateX(50%);
    width: 45rem;
    z-index: 2;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .tmpwinfrm-cont {
    display: none;
    position: absolute;
    left: 40%;
    top: 36%;
    width: 45rem;
  }
  .tmpwinfrm-style2-cont {
    display: none;
    position: absolute;
    transform: translate(50%, 50%);
    transform: translateX(50%);
    width: 45rem;
    z-index: 2;
  }
}
@media all and (min-width: 1280px) {
  .tmpwinfrm-cont {
    display: none;
    position: absolute;
    left: 40%;
    top: 36%;
    width: 45rem;
  }
  .tmpwinfrm-style2-cont {
    display: none;
    position: absolute;
    transform: translate(50%, 50%);
    transform: translateX(50%);
    width: 45rem;
    z-index: 2;
  }
}
/* SASS Document */
@keyframes background {
  0% {
    background-image: linear-gradient(45deg, rgb(46, 39, 34) 30%, rgb(33, 8, 23));
  }
  100% {
    background-image: linear-gradient(900deg, rgb(33, 8, 23) 30%, rgb(46, 39, 34) 30%);
  }
}
@keyframes ispinoza {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 75%;
  }
}
@keyframes logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(-14px, -130px) scale(30%);
  }
}
@keyframes logo_grp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ICONS Document */
.svgicons-style1 {
  fill: #373816;
  transition: all 0.6s;
  width: 100%;
  cursor: pointer;
}
.svgicons-style2 {
  fill: #5c5d34;
  transition: all 0.6s;
  width: 100%;
  cursor: pointer;
}
@media all and (max-width: 730px) {
  .svgicons-style2 {
    height: 3rem;
  }
}
.svgicons-style2:hover {
  fill: #c6ca3a;
}
.svgicons-style3 {
  fill: #5c5d34;
  transition: all 0.3s ease-in-out;
  width: 4rem;
  cursor: pointer;
  margin-right: 1rem;
}
@media all and (max-width: 730px) {
  .svgicons-style3 {
    height: 3rem;
  }
}
.svgicons-style3:hover {
  fill: #c6ca3a;
}
.svgicons-style4 {
  fill: #5c5d34;
  transition: all 0.3s ease-in-out;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  margin-right: 2rem;
}
@media all and (max-width: 730px) {
  .svgicons-style4 {
    height: 5rem;
  }
}
.svgicons-style4:hover {
  fill: #c6ca3a;
}
.svgicons-style5 {
  fill: #5c5d34;
  transition: all 0.3s ease-in-out;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  transform: rotateY(180deg);
}
@media all and (max-width: 730px) {
  .svgicons-style5 {
    height: 3rem;
  }
}
.svgicons-style5:hover {
  fill: #c6ca3a;
}
.svgicons-style6 {
  fill: #5c5d34;
  transition: all 0.3s ease-in-out;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 1rem;
}
.svgicons-style6:hover {
  fill: #c6ca3a;
}
.svgicons-style7 {
  fill: #5c5d34;
  color: #5c5d34;
  transition: all 0.3s ease-in-out;
  height: 7rem;
  width: 7rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media all and (max-width: 730px) {
  .svgicons-style7 {
    height: 5.25rem;
  }
}
.svgicons-style7:hover {
  fill: #c6ca3a;
  color: #c6ca3a;
}
.svgicons-style8 {
  fill: #5c5d34;
  transition: all 0.3s ease-in-out;
  height: 2.75rem;
  width: 2.757rem;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: rotateY(180deg);
}
.svgicons-style8:hover {
  fill: #c6ca3a;
}
.svgicons-style9 {
  box-sizing: content-box;
  fill: #5c5d34;
  transition: all 0.3s ease-in-out;
  height: 2.75rem;
  width: 2.757rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto;
  transform: rotateY(180deg);
}
.svgicons-style9:hover {
  border-color: #c6ca3a;
}

.rotatearrow-left {
  transform: rotateY(0deg);
}

.ico__ecom1 {
  font-size: 10rem;
  background-image: linear-gradient(60deg, #ecded0, #836B59);
  color: transparent;
  text-shadow: 4px 3px 8px #CE5937;
  transition: all 0.4s;
}
@media all and (max-width: 200px) {
  .ico__ecom1 {
    font-size: 5rem;
  }
}
.ico__ecom1:hover {
  background-image: linear-gradient(174deg, #937f6e, #3e332d);
  text-shadow: 2px 1.5px 6px #CE5937;
}

.ico__toolbar {
  font-size: 1.5rem;
  border: 0.3px solid white;
  border-radius: 50%;
  text-align: center;
  width: 2.4rem;
  height: 2.4rem;
  color: white;
  line-height: 2.8rem;
}
.ico__toolbar:hover {
  color: rgb(137, 212, 143);
}

.ico__toolbar2 {
  font-size: 1.5rem;
  border: 0.3px solid #413732;
  border-radius: 50%;
  text-align: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #413732;
  line-height: 2.8rem;
  transition: all 0.3s;
}
.ico__toolbar2:hover {
  color: #836B59;
  border: 0.3px solid #836B59;
}

.ico__toolbar3 {
  font-size: 1.5rem;
  border: 1.5px solid rgb(149, 125, 24);
  border-radius: 50%;
  text-align: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #ecc10f;
  line-height: 2.6rem;
  transition: all 0.3s;
}
.ico__toolbar3:hover {
  color: #ffd836;
  border: 1.5px solid #ffd836;
}

.ico__toolbar4 {
  font-size: 2.7rem;
  border-radius: 50%;
  text-align: center;
  color: rgb(149, 125, 24);
  line-height: 2.6rem;
  transition: all 0.3s;
}
.ico__toolbar4:hover {
  color: #ffd836;
}

.ico_toolbar5 {
  width: 3.4rem;
  fill: #ecc10f;
  transition: all 0.3s;
  margin-right: 1.5rem;
}
.ico_toolbar5:hover {
  color: #ffd836;
  fill: #ffd836;
}

/* Tables Styling */
.tbl-style1 {
  display: table;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  margin: 0 auto;
  font-family: lato-regular;
  font-size: 1.3rem;
}
.tbl-style1__fix {
  top: 0;
  position: sticky;
}
.tbl-style1__head {
  background-color: #534f4f;
  color: white;
  padding-left: 1rem;
}
.tbl-style1__data {
  padding-left: 1rem;
}
.tbl-style1__photo {
  width: 6rem;
  height: 8rem;
  text-align: center;
}
.tbl-style1__arab {
  font-family: ara3;
  font-size: 1.4rem;
  padding-right: 1rem;
  text-align: right;
}
.tbl-style1__flex {
  display: flex;
  justify-content: space-between;
}

.datatbl-style1 {
  width: 100%;
  justify-self: center;
  align-self: center;
  display: table;
  border-collapse: collapse;
  border: none;
  transition: all 0.4s;
  font-size: 1.4rem;
}
@media all and (max-width: 616px) {
  .datatbl-style1 .thide {
    display: none;
  }
}
@media all and (max-width: 360px) {
  .datatbl-style1 .thide {
    display: none;
  }
}
@media all and (max-width: 327px) {
  .datatbl-style1 .thide {
    display: none;
  }
}
.datatbl-style1 tr:hover {
  background-color: #423F3E;
  color: #00ad5f;
}
.datatbl-style1 tr:active {
  background-color: #423F3E;
  color: #00ad5f;
}
.datatbl-style1__thead {
  background-color: #393939;
  color: #00ad5f;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: lato-bold;
  padding: 0.5rem 0.5rem;
  position: sticky;
  top: 0;
  text-align: left;
}
.datatbl-style1__thead-ttl {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  font-family: lato-bold;
  padding: 0.5rem 0.5rem;
}
.datatbl-style1__footer {
  background-color: #393939;
  color: #00ad5f;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  font-family: lato-bold;
  padding: 0.5rem 0.5rem;
}
.datatbl-style1-wsm {
  width: 25%;
}
.datatbl-style1-wmd {
  width: 50%;
}
.datatbl-style1-wlrg {
  width: 75%;
}
.datatbl-style1-wxlrg {
  width: 100%;
}
.datatbl-style1-lsm {
  height: 2rem;
}
.datatbl-style1-lmd {
  height: 4rem;
}
.datatbl-style1-llrg {
  height: 8rem;
}
.datatbl-style1-lxlrg {
  height: 10rem;
}
.datatbl-style1__tdata {
  background-color: #222;
  color: gray;
  font-size: 0.9rem;
  font-family: lato-regular;
  padding: 0.5rem 0.5rem;
}
.datatbl-style1__tdata-actbutton {
  text-decoration: none;
  color: #00ad5f;
  font-size: 0.9rem;
  font-family: lato-regular;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.datatbl-style1__tdata-actbutton:hover {
  color: #fff;
}
.datatbl-style1__tdata-tblstar {
  float: right;
  margin-right: 2rem;
  font-size: 1.2rem;
}
.datatbl-style1__tdata-lnk1:link {
  text-decoration: none;
  color: #35fc84;
  font-size: 1.2rem;
  font-family: lato-regular;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
}
.datatbl-style1__tdata-lnk1:visited {
  background-color: #222;
  text-decoration: none;
  font-size: 0.9rem;
  font-family: lato-regular;
  padding: 0.5rem 0.5rem;
  color: gray;
}
.datatbl-style1__tdata-lnknorm {
  text-decoration: none;
  font-size: 0.9rem;
  font-family: lato-regular;
  padding: 0.5rem 0.5rem;
  color: gray;
}
.datatbl-style1__tdata-lnk2:link {
  text-decoration: none;
  color: #00ad5f;
  font-size: 1rem;
  font-family: lato-regular;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  transition: all 0.4s;
  text-shadow: 1px 1px 7px rgba(217, 228, 16, 0.86);
  animation: glow 2s infinite;
}
.datatbl-style1__tdata-lnk2:visited {
  text-decoration: none;
  color: #00ad5f;
  font-size: 1rem;
  font-family: lato-regular;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  transition: all 0.4s;
  text-shadow: 1px 1px 7px rgba(217, 228, 16, 0.86);
  animation: glow 2s infinite;
}
.datatbl-style1__tdata-img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.datatbl-style1__tdata-select {
  background-color: #393939;
  color: #00ad5f;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: lato-bold;
  border: none;
  outline: none;
}
.datatbl-style1-new {
  background-color: #534f4f;
  color: #35fc84;
  border: 0.2px solid #b09898;
}
.datatbl-style1__hidden {
  display: none;
  text-align: center;
}
.datatbl-style1__hidden-center {
  text-align: center;
  background-color: rgb(75, 81, 62);
}

.datatbl-style4 {
  width: 100%;
  display: table;
  table-layout: auto;
  font-family: lato-regular;
  border-collapse: collapse;
  border: 0.2px solid black;
  font-size: 1.1rem;
}
.datatbl-style4__fix {
  position: sticky;
  top: 0;
  background-color: #35fc84;
  font-size: 1.2rem;
  border: 0.2px solid black;
}
.datatbl-style4__data {
  padding: 0.5 0;
  padding-left: 1rem;
  border: 0.2px solid black;
}
.datatbl-style4__head {
  background-color: #35fc84;
  border: 0.2px solid black;
  text-align: left;
  padding-left: 1rem;
}
.datatbl-style4__arab {
  font-family: ara3;
  font-size: 1.3rem;
}

.datatbl-style5 {
  width: 100%;
  display: table;
  table-layout: auto;
  font-family: lato-regular;
  border-collapse: collapse;
  border: 0.2px solid black;
  font-size: 1.1rem;
}
.datatbl-style5__fix {
  position: sticky;
  top: 0;
  background-color: rgba(0, 38, 255, 0.257);
  font-size: 1.2rem;
  border: 0.2px solid black;
}
.datatbl-style5__data {
  padding: 0.5rem 0;
  border-top: 0.2px solid black;
  border-bottom: 0.2px solid black;
}
.datatbl-style5__head {
  background-color: rgba(0, 38, 255, 0.257);
  text-align: left;
  padding: 0.5rem 0;
  color: white;
}
.datatbl-style5__arab {
  font-family: ara3;
  font-size: 1.3rem;
}
.datatbl-style5__center {
  text-align: center;
}

.datatbl-style-pdf {
  width: 100%;
  display: table;
  table-layout: auto;
  font-family: lato-regular;
  border-collapse: collapse;
  border-radius: 10px;
  font-size: 1.1rem;
}
.datatbl-style-pdf__data-rl {
  padding: 0.3rem 0;
  padding-left: 0.1rem;
  border-top-left-radius: 10px;
}
.datatbl-style-pdf__data-rr {
  padding: 0.3rem 0;
  padding-left: 0.1rem;
  border-top-right-radius: 10px;
}
.datatbl-style-pdf__pad {
  padding: 0.3rem 0.3rem;
  text-align: center;
  border: 0.2px solid #d0bdbd;
}
.datatbl-style-pdf__border {
  border: 0.2px solid #d0bdbd;
}
.datatbl-style-pdf__fix {
  position: sticky;
  top: 0;
  background-color: #94a8c7;
  font-size: 1.2rem;
  z-index: 1;
  padding: 0.5rem;
  color: black;
}
.datatbl-style-pdf__head {
  text-align: left;
  padding: 0.5rem;
}
.datatbl-style-pdf__head-ar {
  text-align: left;
  text-align: center;
  font-family: ara3;
  font-size: 1.2rem;
}
.datatbl-style-pdf__head-norm {
  text-align: left;
}
.datatbl-style-pdf__ttl {
  background-color: #58615b;
  font-family: lato-regular;
  font-size: 0.85rem;
  text-align: center;
  padding: 0.5rem 0;
  font-weight: bold;
  color: white;
  border-right: 0.2px solid white;
  border-left: 0.2px solid white;
}
.datatbl-style-pdf__ttl-ar {
  background-color: #73c990;
  font-family: ara3;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.5rem 0;
  font-weight: bold;
  color: white;
}
.datatbl-style-pdf__ttl-dark {
  background-color: rgb(28, 27, 32);
  font-family: ara3;
  font-size: 1.3rem;
  text-align: center;
  padding: 0.5rem 0;
  font-weight: bold;
  color: white;
  border-right: 0.2px solid white;
  border-left: 0.2px solid white;
}
.datatbl-style-pdf__foot {
  background-color: #2f3431;
  font-family: lato-regular;
  font-size: 1.1rem;
  text-align: center;
  padding: 0.1rem 0;
  font-weight: bold;
  color: white;
}
.datatbl-style-pdf__subttl {
  text-align: left;
  font-family: inherit;
  font-weight: bold;
  background-color: #b0beb6;
  padding: 0.5rem 0;
  padding-left: 1rem;
}
.datatbl-style-pdf__hor {
  display: flex;
  justify-content: center;
}
.datatbl-style-pdf__data {
  padding: 0.3rem 0;
  border: 0.2px solid #d0bdbd;
  padding-left: 0.1rem;
}
.datatbl-style-pdf__data::hover {
  background-color: rgba(106, 56, 56, 0.4862745098);
}
.datatbl-style-pdf__data-img {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  margin: 0 auto;
}
.datatbl-style-pdf__data-img-sm {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
}
.datatbl-style-pdf__data-imgtxt {
  text-align: center;
  width: 20rem;
}
.datatbl-style-pdf__data-arab {
  font-family: ara3;
  font-size: 1.3rem;
  text-align: right;
  padding-right: 0.5rem;
  border: 0.2px solid #d0bdbd;
}
.datatbl-style-pdf__data-arab-lrg {
  font-family: ara3;
  font-size: 1.6rem;
  border: 0.2px solid #d0bdbd;
  text-align: right;
  padding-right: 0.5rem;
}
.datatbl-style-pdf__bold {
  font-weight: bold;
}
.datatbl-style-pdf__center {
  text-align: center;
}
.datatbl-style-pdf__subtotal {
  background-color: #4d4945;
  color: white;
  font-size: 1.1rem;
}
.datatbl-style-pdf__gtotal {
  background-color: #262524;
  color: white;
  font-size: 1.1rem;
}
.datatbl-style-pdf__mob {
  display: none;
}
.datatbl-style-pdf__fixwd {
  width: 33.33%;
}
.datatbl-style-pdf__ver {
  display: flex;
  flex-direction: column;
}
.datatbl-style-pdf__ver-g2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.datatbl-style-pdf__span {
  display: block;
}
.datatbl-style-pdf__hor {
  display: flex;
  justify-content: center;
}
.datatbl-style-pdf__hlight:hover {
  background-color: #68cf95;
  cursor: pointer;
}
.datatbl-style-pdf__blue {
  background-color: #c099f1;
  color: white;
  font-family: ara3;
  font-size: 1.4rem;
  text-align: center;
}
.datatbl-style-pdf__red {
  background-color: #ac0a0f;
  color: white;
  font-family: ara3;
  text-align: left;
}
.datatbl-style-pdf__green {
  background-color: #54a037;
  color: white;
  font-family: ara3;
  font-size: 1.4rem;
  text-align: center;
}
.datatbl-style-pdf__orange {
  background-color: #ece10c;
  color: rgb(22, 6, 6);
  font-family: ara3;
  font-size: 1.4rem;
  text-align: center;
}
.datatbl-style-pdf__highlight {
  background-color: #ac0a0f;
  color: white;
  font-family: ara3;
  font-size: 1.4rem;
  text-align: center;
  border-style: solid;
  border-width: 4px;
  border-color: #858ec1;
}
.datatbl-style-pdf__softlight {
  background-color: #d06a6d;
  color: white;
}
.datatbl-style-pdf__softlight-blue {
  background-color: #acc1eb;
}
.datatbl-style-pdf__pps {
  width: 5%;
}
.datatbl-style-pdf__pp1 {
  width: 10%;
}
.datatbl-style-pdf__pp2 {
  width: 20%;
}
.datatbl-style-pdf__pp3 {
  width: 30%;
}
.datatbl-style-pdf__pp4 {
  width: 40%;
}
.datatbl-style-pdf__pp5 {
  width: 50%;
}
.datatbl-style-pdf__pp6 {
  width: 60%;
}
.datatbl-style-pdf__hp1 {
  width: 5%;
}
.datatbl-style-pdf__hp2 {
  width: 15%;
}
.datatbl-style-pdf__hp3 {
  width: 25%;
}
.datatbl-style-pdf__hp4 {
  width: 35%;
}
.datatbl-style-pdf__hp5 {
  width: 45%;
}
.datatbl-style-pdf__hp6 {
  width: 55%;
}
.datatbl-style-pdf__sfont {
  font-size: 0.95rem;
}
.datatbl-style-pdf__alnk {
  padding: 0.5rem;
}
.datatbl-style-pdf__btop {
  border-top: 1px solid black;
}
.datatbl-style-pdf__btom {
  border-bottom: 1px solid black;
}
.datatbl-style-pdf__br {
  border-right: 1px solid black;
}
.datatbl-style-pdf__bl {
  border-left: 1px solid black;
}
.datatbl-style-pdf__ico {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.datatbl-style-pdf__sf {
  font-size: 0.79rem;
}
.datatbl-style-pdf__rf {
  font-size: 1rem;
}
.datatbl-style-pdf__lf {
  font-size: 1.25rem;
}
.datatbl-style-pdf__xlf {
  font-size: 1.5rem;
}

.datatbl-style-fixed {
  display: table;
  table-layout: fixed;
  font-family: lato-regular;
  border-collapse: collapse;
  border: 0.2px solid black;
  font-size: 1.1rem;
  width: 100%;
}
.datatbl-style-fixed__data {
  width: 33.33%;
  padding: 0.3rem 0;
  border: 0.2px solid #d0bdbd;
  padding-left: 0.1rem;
}
.datatbl-style-fixed__fix {
  position: sticky;
  top: 0;
  background-color: #8a7979;
  font-size: 1.2rem;
  border: 0.2px solid black;
  color: white;
}
.datatbl-style-fixed__head {
  text-align: left;
  border: 0.2px solid #d0bdbd;
  padding: 0.5rem 0;
}

.info_grid-3 {
  display: grid;
  grid-template-columns: 7rem 1fr 7rem 1fr;
  grid-row-gap: 0.5rem;
  padding: 0.5rem;
  border: 0.2px solid black;
}
.info_grid-3__lvlred {
  background-color: red;
  color: white;
  font-weight: bold;
}
.info_grid-3__grp {
  grid-column: 1/5;
  text-decoration-color: aqua;
}

@keyframes glow {
  0% {
    text-shadow: 1px 1px 7px rgba(217, 228, 16, 0.86);
  }
  50% {
    text-shadow: 1px 1px 12px rgba(217, 228, 16, 0.86);
  }
  100% {
    text-shadow: 1px 1px 17px rgba(217, 228, 16, 0.86);
  }
}
.datatbl-style2 {
  width: 100%;
  justify-self: center;
  align-self: center;
  display: table;
  border-collapse: collapse;
  border: none;
  transition: all 0.4s;
  font-size: 1.4rem;
}
.datatbl-style2__thead {
  background-color: #393939;
  color: #00ad5f;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: lato-bold;
  padding: 0.5rem 0.5rem;
  position: sticky;
  top: 0;
  text-align: left;
}
.datatbl-style2__thead-ttl {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  font-family: lato-bold;
  padding: 0.5rem 0.5rem;
}
.datatbl-style2__footer {
  background-color: #393939;
  color: #00ad5f;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  font-family: lato-bold;
  padding: 0.5rem 0.5rem;
}

.datatbl-style3 {
  width: 100%;
  justify-self: center;
  align-self: center;
  display: table;
  border-collapse: collapse;
  border: none;
  transition: all 0.4s;
  font-size: 1.4rem;
  font-family: lato;
}
.datatbl-style3__thead {
  background-color: #393939;
  color: #00ad5f;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: lato-bold;
  padding: 0.5rem 0.5rem;
  position: sticky;
  top: 0;
  text-align: left;
}
.datatbl-style3 td {
  font-size: 1rem;
}
.datatbl-style3__special {
  background-color: #393939;
  color: #00ad5f;
  text-align: center;
}

.datatbl-style-m {
  display: table;
  table-layout: auto;
  width: 100%;
  margin: 0 auto;
  font-family: lato-regular;
  border-collapse: collapse;
}
.datatbl-style-m__fix {
  top: 0;
  position: sticky;
}
.datatbl-style-m__head {
  background-color: #35fc84;
  color: black;
  font-weight: bold;
  border: 0.2px solid black;
  padding-left: 1rem;
}
.datatbl-style-m__data {
  border: 0.2px solid black;
  padding-left: 1rem;
}
.datatbl-style-m:not(:first-child):hover {
  background-color: #b09898;
}

.datatbl-style-tsk {
  display: table;
  table-layout: auto;
  width: 100%;
  margin: 0 auto;
  font-family: ara3;
  border-collapse: collapse;
}
.datatbl-style-tsk__fix {
  top: 0;
  position: sticky;
}
.datatbl-style-tsk__head-en {
  background-color: #555756;
  color: white;
  font-family: lato-regular;
  font-size: 1.3rem;
  padding: 0.8rem 0;
}
.datatbl-style-tsk__head-ar {
  background-color: #555756;
  color: white;
  font-family: ara3;
  font-size: 1.4rem;
  padding: 0.8rem 0;
}
.datatbl-style-tsk__data-en {
  padding-left: 1rem;
  text-align: center;
  font-size: 1.2rem;
  font-family: lato-regular;
  text-transform: capitalize;
}
.datatbl-style-tsk__data-ar {
  font-family: ara3;
  font-size: 1.4rem;
  padding-left: 1rem;
  text-align: center;
}
.datatbl-style-tsk__bg1 {
  background-color: #d4d4d3;
}
.datatbl-style-tsk:not(:first-child):hover {
  background-color: #b09898;
}
.datatbl-style-tsk__rl {
  padding-left: 0.1rem;
  border-top-left-radius: 10px;
}
.datatbl-style-tsk__rr {
  padding-left: 0.1rem;
  border-top-right-radius: 10px;
}
.datatbl-style-tsk__w5 {
  width: 5%;
}
.datatbl-style-tsk__w1 {
  width: 10%;
}
.datatbl-style-tsk__w2 {
  width: 20%;
}
.datatbl-style-tsk__w3 {
  width: 30%;
}
.datatbl-style-tsk__w4 {
  width: 40%;
}
.datatbl-style-tsk__w5 {
  width: 50%;
}
.datatbl-style-tsk__w6 {
  width: 60%;
}
.datatbl-style-tsk__w7 {
  width: 70%;
}
.datatbl-style-tsk__center {
  text-align: center;
}
.datatbl-style-tsk__right {
  text-align: right;
}
.datatbl-style-tsk__left {
  text-align: left;
}
.datatbl-style-tsk__bor-t {
  border-top: 0.2px solid black;
}
.datatbl-style-tsk__bor-b {
  border-bottom: 0.2px solid black;
}
.datatbl-style-tsk__bor-l {
  border-left: 0.2px solid black;
}
.datatbl-style-tsk__bor-r {
  border-right: 0.2px solid black;
}
.datatbl-style-tsk__bor-lr {
  border-right: 0.2px solid black;
  border-left: 0.2px solid black;
}
.datatbl-style-tsk__pad1 {
  padding: 0.5rem 0;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .datatbl-style-pdf__mob {
    display: none;
  }
  .datatbl-style-pdf__sf {
    font-size: 0.79rem;
  }
  .datatbl-style-tsk {
    width: 90%;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .datatbl-style-pdf__mob {
    display: table-cell;
  }
  .datatbl-style-pdf__sf {
    font-size: 1rem;
  }
  .datatbl-style-tsk {
    width: 85%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .datatbl-style-pdf__mob {
    display: table-cell;
  }
  .datatbl-style-pdf__sf {
    font-size: 1rem;
  }
  .datatbl-style-tsk {
    width: 85%;
  }
}
@media all and (min-width: 1280px) {
  .datatbl-style-pdf__mob {
    display: table-cell;
  }
  .datatbl-style-pdf__sf {
    font-size: 1rem;
  }
  .datatbl-style-tsk {
    width: 85%;
  }
}
/* Animated Logo fro Ajax and Others */
.loading {
  display: flex;
  justify-self: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  position: relative;
  grid-column: 2;
  opacity: 0;
}
.loading__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5px;
  font-family: lato;
  color: rgba(14, 14, 75, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease-in-out;
  animation: animatetxt 2s infinite ease-in-out;
}
.loading__ring {
  width: 100%;
  height: 100%;
  border-style: dotted;
  border-width: 3px;
  border-radius: 50%;
  border-color: transparent;
  border-top-color: #0E0E4B;
  border-right-color: #0E0E4B;
  opacity: 1;
  visibility: hidden;
  transition: transform 1s ease;
  animation: animateborder 1s infinite ease-in;
}

/* Animated Logo fro Ajax and Others */
.loading-style2 {
  display: flex;
  position: absolute;
  left: 29px;
  top: 13px;
  justify-self: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  grid-column: 2;
  opacity: 0;
}
.loading-style2__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5px;
  font-family: lato;
  color: rgba(14, 14, 75, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease-in-out;
  animation: animatetxt 2s infinite ease-in-out;
}
.loading-style2__ring {
  width: 100%;
  height: 100%;
  border-style: dotted;
  border-width: 6px;
  border-radius: 50%;
  border-color: transparent;
  border-top-color: #0E0E4B;
  border-right-color: #0E0E4B;
  opacity: 1;
  visibility: hidden;
  transition: transform 1s ease;
  animation: animateborder 1s infinite ease-in;
}

.loading-style3 {
  display: flex;
  position: relative;
  justify-self: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  opacity: 0;
}
.loading-style3__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5px;
  font-family: lato;
  color: rgba(212, 166, 178, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease-in-out;
  animation: animatetxt 2s infinite ease-in-out;
}
.loading-style3__ring {
  width: 100%;
  height: 100%;
  border-style: dotted;
  border-width: 3px;
  border-radius: 50%;
  border-color: transparent;
  border-top-color: #E4E5CD;
  border-right-color: #E4E5CD;
  opacity: 1;
  visibility: hidden;
  transition: transform 1s ease;
  animation: animateborder 1s infinite ease-in;
}

.loading-style4 {
  display: flex;
  position: relative;
  justify-self: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  opacity: 0;
}
.loading-style4__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5px;
  font-family: lato;
  color: rgba(212, 166, 178, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease-in-out;
  animation: animatetxt 2s infinite ease-in-out;
}
.loading-style4__ring {
  width: 100%;
  height: 100%;
  border-style: dotted;
  border-width: 3px;
  border-radius: 50%;
  border-color: transparent;
  border-top-color: #E4E5CD;
  border-right-color: #E4E5CD;
  opacity: 1;
  visibility: hidden;
  transition: transform 1s ease;
  animation: animateborder 1s infinite ease-in;
}

.loading-style5 {
  display: flex;
  position: relative;
  justify-self: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  opacity: 0;
  grid-column: 1/3;
}
.loading-style5__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5px;
  font-family: lato;
  color: rgba(212, 166, 178, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease-in-out;
  animation: animatetxt 2s infinite ease-in-out;
}
.loading-style5__ring {
  width: 100%;
  height: 100%;
  border-style: dotted;
  border-width: 3px;
  border-radius: 50%;
  border-color: transparent;
  border-top-color: #130D7E;
  border-right-color: #130D7E;
  opacity: 1;
  visibility: hidden;
  transition: transform 1s ease;
  animation: animateborder 1s infinite ease-in;
}

.loading-style6 {
  display: none;
  position: relative;
  justify-self: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  opacity: 0;
  grid-column: 1/3;
}
.loading-style6__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5px;
  font-family: lato;
  color: rgba(212, 166, 178, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease-in-out;
  animation: animatetxt 2s infinite ease-in-out;
}
.loading-style6__ring {
  width: 100%;
  height: 100%;
  border-style: dotted;
  border-width: 3px;
  border-radius: 50%;
  border-color: transparent;
  border-top-color: #130D7E;
  border-right-color: #130D7E;
  opacity: 1;
  visibility: hidden;
  transition: transform 1s ease;
  animation: animateborder 1s infinite ease-in;
}
.loading-style6__ring-mob {
  height: 80%;
}

.loading-style7 {
  display: none;
  position: relative;
  justify-self: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  opacity: 0;
  grid-column: 1/3;
}
.loading-style7__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-family: lato;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease-in-out;
  animation: animatetxt 2s infinite ease-in-out;
}
.loading-style7__ring {
  width: 100%;
  height: 100%;
  border-style: dotted;
  border-width: 3px;
  border-radius: 50%;
  border-color: transparent;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  opacity: 1;
  visibility: hidden;
  transition: transform 1s ease;
  animation: animateborder 1s infinite ease-in;
}
.loading-style7__ring-mob {
  height: 80%;
}

.loading-style-mini {
  display: none;
  position: relative;
  justify-self: center;
  align-items: center;
  width: 2.3rem;
  height: 2.3rem;
  opacity: 0;
  grid-column: 1/3;
  margin-left: 2rem;
}
.loading-style-mini__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5px;
  font-family: lato;
  color: rgba(212, 166, 178, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease-in-out;
  animation: animatetxt 2s infinite ease-in-out;
}
.loading-style-mini__ring {
  width: 100%;
  height: 100%;
  border-style: dotted;
  border-width: 1.5px;
  border-radius: 50%;
  border-color: transparent;
  border-top-color: #130D7E;
  border-right-color: #130D7E;
  opacity: 1;
  visibility: hidden;
  transition: transform 1s ease;
  animation: animateborder 1s infinite ease-in;
}

@keyframes animateborder {
  0% {
    visibility: hidden;
    transform: rotate(0deg);
  }
  25% {
    visibility: visible;
    transform: rotate(90deg);
  }
  50% {
    visibility: visible;
    transform: rotate(180deg);
  }
  100% {
    visibility: visible;
    transform: rotate(360deg);
  }
}
@keyframes animatetxt {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/* Buttons Styles */
.btn-style-1 {
  padding: 3px 9px;
  font-family: lato;
  font-size: 1.3rem;
  border-radius: 10px;
  background-color: #393939;
  color: #EEDDCA;
  border: none;
  outline: none;
  cursor: pointer;
  width: 10rem;
  height: 3rem;
  transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
  box-shadow: 0 4px 6px rgb(0, 0, 0);
  color: #00ad5f;
}
.btn-style-1:active {
  box-shadow: 0 2px 3px rgb(0, 0, 0);
  color: #00ad5f;
}
.btn-style-1:not(:last-child) {
  margin-right: 2rem;
}

.btn-style-2 {
  padding: 3px 20px;
  font-family: lato;
  background-color: transparent;
  border: 1px solid white;
  cursor: pointer;
  color: #771ed1;
  border-radius: 10px;
  margin-top: 1rem;
  transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
  box-shadow: 0 4px 7px rgb(166, 166, 175);
}
.btn-style-2:active {
  box-shadow: 0 2px 3.5px rgb(166, 166, 175);
}

.btn-style-3 {
  padding: 1rem 2rem;
  cursor: pointer;
  color: rgb(231, 111, 81);
  border-radius: 10px;
  border: 1px solid rgb(231, 111, 81);
  background-color: transparent;
  transition: all 0.3s ease;
}
.btn-style-3:hover {
  box-shadow: 0 4px 7px rgb(244, 162, 97);
  font-weight: bold;
}
.btn-style-3:active {
  box-shadow: 0 2px 3.5px rgb(244, 162, 97);
}

.btn-style-4 {
  display: block;
  width: 5rem;
  padding: 0.5rem 1rem;
  border-radius: 30em;
  font-size: 11px;
  font-family: inherit;
  border: none;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px 12px #c5c5c5;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-style-4::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 38, 255, 0.257);
  transition: all 0.3s ease-in-out;
}
.btn-style-4:not(:last-child) {
  margin-right: 2rem;
}
.btn-style-4:hover::before {
  box-shadow: 8px 8px 15px #959494;
  width: 100%;
}
.btn-style-4:active {
  box-shadow: 1px 3px 10px #959494;
}

.btn-style-5 {
  display: block;
  width: 9rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  border-radius: 30em;
  font-size: 11px;
  font-family: inherit;
  border: none;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px 12px #c5c5c5;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-style-5::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 38, 255, 0.257);
  transition: all 0.3s ease-in-out;
}
.btn-style-5:not(:last-child) {
  margin-right: 2rem;
}
.btn-style-5:hover::before {
  box-shadow: 8px 8px 15px #959494;
  width: 100%;
}
.btn-style-5:active {
  box-shadow: 1px 3px 10px #959494;
}

.btn-style-5-ar {
  display: block;
  width: 5rem;
  border-radius: 30em;
  font-size: 1rem;
  font-family: ara3;
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 0;
  margin: 0 auto;
  cursor: pointer;
}
.btn-style-5-ar::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 38, 255, 0.257);
  transition: all 0.3s ease-in-out;
}
.btn-style-5-ar:not(:last-child) {
  margin-right: 2rem;
}
.btn-style-5-ar:hover::before {
  box-shadow: 8px 8px 15px #959494;
  width: 100%;
}
.btn-style-5-ar:active {
  box-shadow: 1px 3px 10px #959494;
}

.btn-style-6 {
  padding: 3px 9px;
  font-family: lato;
  font-size: 1.3rem;
  border-radius: 10px;
  background-color: #393939;
  color: #EEDDCA;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn-style-6:hover {
  box-shadow: 0 4px 6px rgb(0, 0, 0);
  border: 1px solid rgb(229, 229, 87);
  color: #00ad5f;
}
.btn-style-6:active {
  box-shadow: 0 2px 3px rgb(0, 0, 0);
  color: #00ad5f;
}
.btn-style-6:not(:last-child) {
  margin-right: 2rem;
}

.replyfrm-btn {
  width: -moz-max-content;
  width: max-content;
  align-self: center;
  justify-self: center;
  padding: 1rem 2rem;
  background-color: transparent;
  border: none;
  box-shadow: 0 1px 3px #393939;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  cursor: pointer;
}
.replyfrm-btn:not(:last-child) {
  margin-right: 1rem;
}
.replyfrm-btn:hover {
  box-shadow: 0 2px 5px #393939;
}
.replyfrm-btn:active {
  box-shadow: 0 1px 3px #393939;
}

.btn-style-7 {
  font-family: lato;
  font-size: 1.3rem;
  border-radius: 10px;
  background-color: #31327d;
  color: #EEDDCA;
  border: none;
  outline: none;
  cursor: pointer;
  width: 7rem;
  height: 2rem;
  transition: all 0.3s ease-in-out;
}
.btn-style-7:hover {
  box-shadow: 0 4px 6px rgb(0, 0, 0);
  color: #00ad5f;
}
.btn-style-7:active {
  box-shadow: 0 2px 3px rgb(0, 0, 0);
  color: #00ad5f;
}
.btn-style-7:not(:last-child) {
  margin-right: 2rem;
}

/* CSS Document */
.main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  grid-auto-flow: column;
  justify-items: center;
  align-items: center;
  z-index: 2;
}
.main__loginfrm {
  align-items: center;
  justify-items: center;
  width: 80%;
  height: 80%;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 14px #362222;
  display: grid;
  grid-template-columns: 1fr;
  background-image: linear-gradient(to right, rgb(46, 39, 34), rgb(33, 8, 23));
  font-family: lato;
  font-size: 1.4rem;
  color: #EEDDCA;
}
.main__loginfrm__lbl {
  width: 90%;
}
.main__loginfrm__ipt {
  width: 90%;
  border-radius: 1rem;
}
.main__loginfrm__sbt {
  grid-column: 1/-1;
  padding: 0.5rem 1rem;
  justify-items: center;
  align-items: center;
}

.vid__ele {
  position: relative;
  -o-object-fit: fill;
     object-fit: fill;
  left: -20rem;
}

.main_vid {
  display: block;
  width: 100%;
  position: relative;
}

.videos-container {
  display: grid;
  background-color: #393939;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1rem;
}
@media all and (min-width: 200px) and (max-width: 480px) {
  .videos-container {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .videos-container {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .videos-container {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .videos-container {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}

.vid-outer-cont {
  position: relative;
  display: flex;
  width: 32rem;
  height: 57rem;
  overflow: hidden;
}

.vid-inner-cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 42, 42, 0.65);
  z-index: 1;
}

@media all and (min-width: 200px) and (max-width: 480px) {
  .vid-mob {
    display: none;
  }
  .vid__ele {
    position: relative;
    -o-object-fit: fill;
       object-fit: fill;
    left: -20rem;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .vid-tbs {
    display: none;
  }
  .vid__ele {
    position: relative;
    -o-object-fit: fill;
       object-fit: fill;
    left: -20rem;
  }
  .vid-outer-cont {
    width: 23rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .vid-tbs {
    display: none;
  }
  .vid__ele {
    position: relative;
    -o-object-fit: fill;
       object-fit: fill;
    left: -20rem;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .vid-lp {
    display: none;
  }
  .vid__ele {
    position: relative;
    -o-object-fit: fill;
       object-fit: fill;
    left: -20rem;
  }
}
/* Revenue Overview Document */
.monitor {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.monitor__selector {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.monitor__view {
  display: block;
  height: 70vh;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 5rem;
}
.monitor__chart {
  display: block;
  width: 100%;
  height: 20.2rem;
  margin: 0 auto;
}
.monitor__filter {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.monitor__form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-row-gap: 1rem;
  background-color: #393939;
  padding: 1.5rem 1rem;
  border-radius: 10px;
  border: none;
  margin: 0.5rem;
}
.monitor__form__lbl {
  font-size: 1.4rem;
  font-family: lato;
  color: #00ad5f;
}
.monitor__form__sel {
  grid-column: 2/4;
  width: 100%;
  background-color: transparent;
  color: #00ad5f;
  border: 0.2px solid #00ad5f;
  border-radius: 5px;
}
.monitor__form__sel-shrt {
  width: 80%;
  background-color: transparent;
  color: #00ad5f;
  border: 0.2px solid #00ad5f;
  border-radius: 5px;
}
.monitor__form__btn {
  grid-column: 1/-1;
  justify-self: center;
  align-self: center;
  padding: 0.5rem 0.9rem;
  background-color: transparent;
  color: #00ad5f;
  border: 0.2px solid #00ad5f;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.monitor__form__btn:hover {
  box-shadow: 1px 3px 8px #00ad5f;
}
.monitor__form__btn:active {
  box-shadow: 0.5px 1px 3px #00ad5f;
}
.monitor__orders {
  display: block;
  height: 30rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.monitor__items {
  align-self: center;
  padding: 1rem;
  display: grid;
  grid-auto-columns: 1fr 1fr;
  grid-auto-flow: column;
  grid-column-gap: 0.5rem;
}
.monitor__items__info {
  width: 100%;
  padding: 0.3rem 0.3rem 2rem 0.3rem;
  background-color: #393939;
  color: #00ad5f;
  text-align: center;
  font-family: lato;
  font-size: 1.3rem;
  border-radius: 10px;
  box-shadow: 0 2px 5px #00ad5f;
  position: relative;
}
.monitor__items__info-data {
  display: block;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
}

.datachart {
  height: 51.2rem;
}

.rev_prog {
  width: 20rem;
  height: 20rem;
  margin: 0 auto;
}

.progress__bar {
  grid-column: 1/-1;
  height: 2px;
  width: 100%;
  background-color: #00ad5f;
  transition: all 0.3s ease-in;
  color: #3e332d;
  visibility: hidden;
}

.mon_ops {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.frmrev {
  height: 32rem;
}

.grid_cont {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.recipe_win {
  display: none;
  position: absolute;
  width: 30rem;
  transform: translate(28%, 1%);
  left: -34%;
  z-index: 1;
  box-shadow: 0 3px 5px black;
  background-color: #EFEFEF;
  border-radius: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
  padding-bottom: 2rem;
}
.recipe_win__data {
  width: 90%;
  margin: 2rem auto;
}
.recipe_win__grp {
  width: 30%;
  margin: 0 auto;
}

.flyico {
  display: flex;
  opacity: 1;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .monitor {
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 40% 60%;
    grid-column-gap: 2rem;
  }
  .monitor__view {
    height: 184vh;
  }
  .mon_ops {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 1rem;
    width: 100%;
    margin: 0 auto;
  }
  .recipe_win {
    display: none;
    position: absolute;
    width: 30rem;
    transform: translate(180%, 1%);
    z-index: 1;
    box-shadow: 0 3px 5px black;
    background-color: #EFEFEF;
    border-radius: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
    padding-bottom: 2rem;
  }
  .recipe_win__data {
    width: 90%;
    margin: 2rem auto;
  }
  .recipe_win__grp {
    width: 30%;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .monitor {
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 40% 60%;
    grid-column-gap: 2rem;
  }
  .monitor__view {
    height: 184vh;
  }
  .mon_ops {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 1rem;
    width: 100%;
    margin: 0 auto;
  }
  .recipe_win {
    display: none;
    position: absolute;
    width: 30rem;
    transform: translate(243%, 50%);
    z-index: 1;
    box-shadow: 0 3px 5px black;
    background-color: #EFEFEF;
    border-radius: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
    padding-bottom: 2rem;
  }
  .recipe_win__data {
    width: 90%;
    margin: 2rem auto;
  }
  .recipe_win__grp {
    width: 30%;
    margin: 0 auto;
  }
  .flyico {
    display: flex;
    opacity: 1;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .monitor {
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 40% 60%;
    grid-column-gap: 2rem;
  }
  .monitor__view {
    height: 184vh;
  }
  .mon_ops {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 1rem;
    width: 100%;
    margin: 0 auto;
  }
  .recipe_win {
    display: none;
    position: absolute;
    width: 30rem;
    transform: translate(270%, 50%);
    z-index: 1;
    box-shadow: 0 3px 5px black;
    background-color: #EFEFEF;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    padding-bottom: 2rem;
  }
  .recipe_win__data {
    width: 90%;
    margin: 2rem auto;
  }
  .recipe_win__grp {
    width: 30%;
    margin: 0 auto;
  }
  .flyico {
    display: flex;
    opacity: 1;
  }
}
@media all and (min-width: 1280px) {
  .monitor {
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 40% 60%;
    grid-column-gap: 2rem;
  }
  .monitor__view {
    height: 184vh;
  }
  .mon_ops {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 1rem;
    width: 100%;
    margin: 0 auto;
  }
  .recipe_win {
    display: none;
    position: absolute;
    width: 30rem;
    transform: translate(50%, 50%);
    left: -50%;
  }
  .recipe_win {
    display: none;
    position: absolute;
    width: 30rem;
    transform: translate(425%, 1%);
    z-index: 1;
    box-shadow: 0 3px 5px black;
    background-color: #EFEFEF;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    padding-bottom: 2rem;
  }
  .recipe_win__data {
    width: 90%;
    margin: 2rem auto;
  }
  .recipe_win__grp {
    width: 30%;
    margin: 0 auto;
  }
  .flyico {
    display: flex;
    opacity: 1;
  }
}
/* Main Body Structure */
.mainbody {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
  grid-auto-flow: column;
}
.mainbody__contents {
  width: 30rem;
}

/* Users Management CSS Styles */
.usrsmain {
  display: grid;
  grid-template-columns: 29rem 1fr;
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  margin-left: 5rem;
  position: relative;
  justify-items: center;
}
.usrsmain__control {
  margin: 1rem;
  border-style: inset;
  border-radius: 10px;
  border-color: #00ad5f;
}
.usrsmain__control__frm {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-content: center;
  padding: 1rem;
  font-size: 1.3rem;
  font-family: lato;
  color: #00ad5f;
}
.usrsmain__control__frm__ttl {
  grid-column: 1/1;
  font-family: lato;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 0;
  width: 100%;
}
.usrsmain__control__frm__btngrp {
  display: block;
  padding: 10px 0 10px 0;
  text-align: center;
}
.usrsmain__control__frm__lbl {
  border-radius: 7px;
  width: 95%;
  padding: 5px;
}
.usrsmain__control__frm__ipt {
  border-radius: 7px;
  outline: none;
  border: 0.2px solid aqua;
  width: 95%;
  padding: 5px 0;
}
.usrsmain__control__frm__sel {
  width: 100%;
  border: 0.2px solid aqua;
  padding: 5px;
  border-radius: 7px;
}
.usrsmain__control__frm__lblchk {
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.usrsmain__control__frm__lblchk-btn {
  width: 30%;
  margin: 5px 0;
  font-size: 0.8rem;
}
.usrsmain__view {
  width: 100%;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .usrsmain__view {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

@media screen and (max-width: 1130px) {
  .usrmgt_hide1 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .usrmgt_hide2 {
    display: none;
  }
}
.checksection {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.crt_msg {
  display: block;
  width: 100%;
  height: 0.5rem;
  margin-top: 5px;
  visibility: hidden;
  text-align: center;
  font-family: lato;
  font-size: 0.8rem;
}

.btn-extend {
  padding: 5px 5px;
  margin-top: 5px;
}

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

.crt_msg {
  display: inline-block;
  width: 50%;
  height: 0.5rem;
}

.usrs_edit_window {
  display: none;
  position: absolute;
  width: 61rem;
  height: 30rem;
  background-color: rgba(38, 70, 83, 0.9);
  color: white;
  font-family: lato;
  border-radius: 10px;
  z-index: 3;
  visibility: visible;
  margin: 0 auto;
  padding: 2.5rem;
}
@media screen and (max-width: 387px) {
  .usrs_edit_window {
    top: 74rem;
    width: 28rem;
  }
}
.usrs_edit_window__frm {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.usrs_edit_window__frm__ttl {
  grid-column: 1/5;
  justify-self: center;
  text-transform: uppercase;
  font-family: lato;
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
  padding: 1rem 0;
}
.usrs_edit_window__frm__btn {
  grid-column: 4/5;
  background-color: transparent;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  border: 1px solid white;
  color: white;
  cursor: pointer;
  justify-self: center;
  transition: all 0.3s ease-in;
}
.usrs_edit_window__frm__btn:hover {
  box-shadow: 0 3px 6px white;
  font-weight: bold;
}
.usrs_edit_window__frm__btn:active {
  box-shadow: 0 1.5px 3px white;
}

.cls-btn {
  display: flex;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  border: 1px solid white;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cls-btn:hover {
  color: blue;
  border-color: blue;
}

.icon_grp {
  position: relative;
  grid-column: 1/3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.users_sys_msg {
  color: white;
  font-size: 1.2rem;
  font-family: lato;
}

.users-view-container {
  width: 100%;
  position: relative;
}

.userstbl-cont {
  display: block;
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.3s ease;
}

.usersview-tbl {
  table-layout: auto;
  border-collapse: collapse;
  border: 0.2px solid black;
  width: 100%;
}
.usersview-tbl tr {
  border: 0.2px solid black;
}
.usersview-tbl th {
  position: sticky;
  text-align: left;
  top: 0;
  background-color: #393939;
  color: white;
}
.usersview-tbl td {
  padding: 0.5rem 0;
}

/* CSS Document */
/* CSS Document */
.setup {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, max-content));
  grid-auto-flow: dense;
  grid-auto-rows: min-content;
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-left: 7rem;
}

.cardLayout {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}

.bus_unit_info {
  display: flex;
  padding: 1rem 2rem;
  border-radius: 10px;
  border: 1.5px solid #00ad5f;
  width: 30rem;
  font-size: 1.3rem;
  margin-left: 7rem;
}
.bus_unit_info__lbl {
  margin-right: 1rem;
  text-align: left;
}
.bus_unit_info__data {
  background-color: #171010;
  color: #00ad5f;
  flex: 1;
  text-align: center;
}

.brandList {
  padding: 1rem 5rem;
  width: 100%;
}
.brandList__ttl {
  display: block;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.brandList__container {
  width: 100%;
  height: 40rem;
  position: relative;
  overflow-y: scroll;
}
.brandList__tbl {
  display: table;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 0.2px solid #00ad5f;
  text-align: left;
  font-size: 1.1rem;
  position: relative;
}
.brandList__tbl tr:hover, .brandList__tbl tr:hover a {
  background-color: #373535;
  color: white;
}
.brandList__tbl th {
  font-weight: bold;
  background-color: #2B2B2B;
  color: #00ad5f;
  padding: 0.5rem 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 2;
}
.brandList__tbl td {
  padding: 0.1rem 0;
}

.brandSetup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 0.5rem;
  grid-column-gap: 0.5rem;
  grid-auto-flow: row;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  border: 1px solid #00ad5f;
  margin: 0 1rem;
  width: 80%;
  margin: 0 auto;
}
.brandSetup__ttl {
  grid-column: 1/3;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 2rem;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  align-self: center;
  justify-content: center;
}
.brandSetup__lbl {
  font-size: 1.3rem;
  align-self: center;
  padding: 0.5rem 0;
  text-align: left;
}
.brandSetup__sel {
  border: 0.2px #00ad5f solid;
  border-radius: 10px;
  width: 80%;
}
.brandSetup__ipt {
  border-radius: 5px;
  border: none;
  outline: none;
}
.brandSetup__ipt:focus {
  outline-color: aqua;
  outline: 0.2px solid rgb(48, 103, 207);
  box-shadow: 0 5px 4px rgb(48, 103, 207);
}
.brandSetup__btn {
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  padding: 1rem 0;
  margin-top: 1rem;
  width: 70%;
}

.edit_window {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(219, 196, 196, 0.92);
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 3;
  border: 1px solid #00ad5f;
  padding: 1rem;
}
.edit_window__ttl {
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-weight: bold;
  font-size: 1.3rem;
}
.edit_window__frm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.edit_window__btngrp {
  grid-column: 1/3;
  display: flex;
  justify-content: space-around;
}
.edit_window__msg {
  grid-column: 1/3;
  color: red;
  text-align: center;
  font-size: 1.3rem;
  font-family: lato-regular;
}

.deptfrm {
  margin-top: 2rem;
  width: 84%;
}

/* User Account Activation Page */
.activationMain {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr minmax(20rem, max-content) 1fr;
  grid-auto-flow: column;
  background-image: url("/images/backgrounds/activation_bg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  justify-items: center;
  align-items: center;
  padding: 15rem 0;
}
@media screen and (max-width: 1173px) {
  .activationMain {
    grid-template-columns: 1fr minmax(20rem, max-content);
  }
}
@media screen and (max-width: 790px) {
  .activationMain {
    grid-template-columns: minmax(20rem, max-content);
    grid-row-gap: 2rem;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 400px) {
  .activationMain {
    background-position: 68% 75%;
  }
}
.activationMain__sysmsg {
  text-align: left;
  padding-top: 1rem;
}
.activationMain__logo {
  width: 18rem;
}
.activationMain__intro {
  color: white;
  font-family: lato;
  margin-top: 3rem;
  text-align: center;
}
.activationMain__intro-eng {
  display: block;
  width: 100%;
  text-align: center;
  font-family: lato-bold;
  font-size: 1.3rem;
}
@media screen and (max-width: 370px) {
  .activationMain__intro-eng {
    font-size: 1.3rem;
  }
}
.activationMain__intro-arabic {
  font-family: ara4;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 370px) {
  .activationMain__intro-arabic {
    font-size: 2rem;
  }
}
.activationMain__frm {
  grid-column: 2/3;
  position: relative;
  min-width: 20rem;
  max-width: 40rem;
  min-height: 15rem;
  max-height: 40rem;
  background-color: transparent;
  border: 1.5px solid white;
  border-radius: 15px;
  box-shadow: 0 5px 7px rgb(166, 166, 175);
  padding: 2rem;
  color: white;
  font-family: lato;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 790px) {
  .activationMain__frm {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 790px) {
  .activationMain__frm {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 370px) {
  .activationMain__frm {
    grid-template-columns: 1fr;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 3rem;
  }
}
.activationMain__frm__ttl {
  grid-column: 1/3;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: lato;
  text-transform: uppercase;
}
@media screen and (max-width: 370px) {
  .activationMain__frm__rightSide {
    display: none;
  }
}
.activationMain__frm__rightSide__info span {
  display: block;
  width: 100%;
  text-align: left;
}
.activationMain__frm__leftSide__lbl {
  display: block;
  padding: 0.5rem 0;
}
.activationMain__frm__leftSide__ipt {
  display: block;
  padding: 0.5rem 0;
}

/* Error Page Document */
.errorpage {
  display: grid;
  grid-template-columns: 1fr minmax(20rem, max-content) 1fr;
  justify-items: center;
  align-items: center;
  background-color: #e6ecdc;
  height: 90vh;
}
.errorpage__window {
  grid-column: 2/3;
  padding: 1rem;
  width: 75%;
  border: 1.5px solid #393939;
  border-radius: 15px;
  box-shadow: 0 3px 5px #393939;
  background-color: white;
}
.errorpage__window-ttl {
  text-align: center;
  font-family: lato-bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 1rem 0;
}
.errorpage__window-txt {
  text-align: center;
  font-family: lato;
  font-size: 1.5rem;
}
.errorpage__window-ttlar {
  margin-top: 1rem;
  text-align: center;
  font-family: ara1;
  font-size: 2.8rem;
  font-weight: bold;
}
.errorpage__window-txtar {
  text-align: center;
  font-family: ara1;
  font-size: 2.1rem;
}
.errorpage__window__lnk {
  display: block;
  text-align: center;
  font-family: lato-bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 2rem 0;
}

/* Master Employee Profile CSS */
.toolsbar {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  padding: 0.5rem 0;
  background-color: rgb(59, 138, 171);
  width: 95%;
  margin: 0 auto;
  margin-bottom: 2px;
}

.terminate {
  display: none;
}

.profile {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
}
.profile__basic {
  display: block;
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.profile__basic__head {
  display: block;
  position: relative;
  background-image: linear-gradient(rgb(38, 70, 83), rgb(42, 157, 143));
  width: 100%;
  height: 14rem;
  color: white;
  text-align: center;
  z-index: 5;
}
.profile__basic__head__img {
  display: block;
  position: absolute;
  width: 12rem;
  height: 12rem;
  top: 97%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profile__basic__head__img-photo {
  width: 85%;
  height: 85%;
  border-radius: 10px;
}
.profile__basic__head__img-txt {
  position: absolute;
  left: 9px;
  top: 82px;
  border-radius: 10px;
  font-size: 1.6rem;
  font-family: lato;
  background-color: rgba(87, 87, 209, 0.7490196078);
  width: 85%;
}
.profile__basic__head__nameeng {
  font-family: lato-bold;
  font-size: 1.4rem;
  padding: 0.5rem 0;
}
.profile__basic__head__namear {
  font-family: ara3;
  font-size: 2.3rem;
}
.profile__basic__data1 {
  position: relative;
  padding: 6rem 1rem 0 1rem;
  width: 100%;
  background-color: rgba(239, 239, 239, 0.968627451);
}
.profile__basic__data1__frm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-row-gap: 0.5rem;
  grid-column-gap: 0.5rem;
  grid-auto-rows: max-content;
  font-family: lato;
  font-size: 1.2rem;
}
.profile__basic__data1__frm-grp {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}
.profile__basic__data1__frm-grp input {
  width: 50%;
  text-align: center;
}
.profile__basic__data1__frm-grp span {
  width: 30%;
}
.profile__basic__data1__frm__btn {
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  margin: 1rem 0;
}
.profile__basic__data1__frm__frm-sel {
  width: 90%;
}
.profile__basic__data1__sec2__ttl {
  grid-column: 1/3;
  margin: 1rem 0;
  font-weight: bold;
  color: rgb(231, 111, 81);
}
.profile__extended {
  display: grid;
  width: 95%;
  margin: 0 auto;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-column-gap: 2rem;
  background-color: rgba(239, 239, 239, 0.968627451);
  grid-row-gap: 2rem;
}
.profile__extended__card {
  display: block;
  width: 90%;
  margin: 0 auto;
  height: -moz-max-content;
  height: max-content;
  padding: 1rem 2rem;
  border: 1.5px solid rgb(231, 111, 81);
  border-radius: 10px;
}
.profile__extended__card__frm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0.5rem;
  font-family: lato;
  font-size: 1.2rem;
}
.profile__extended__card__frm__ttl {
  grid-column: 1/3;
  font-family: lato-bold;
  font-weight: bold;
  color: rgb(231, 111, 81);
  text-align: center;
  padding: 0.5rem 0;
}
.profile__extended__card__frm__ttl2 {
  display: block;
  font-family: lato-bold;
  font-size: 1.2rem;
  font-weight: bold;
  color: rgb(231, 111, 81);
  text-align: center;
  padding: 0.5rem 0 1rem 0;
}

.lock {
  position: relative;
}

.loading_loc {
  display: flex;
  grid-column: 2/3;
  align-items: center;
  justify-content: space-between;
}

.msg_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: lato;
  font-weight: bold;
  color: red;
}

.overwrite {
  opacity: 0;
  color: red;
  border: 0.2px solid rgb(38, 70, 83);
  border-radius: 10px;
  background-color: transparent;
  padding: 0.5rem 0.4rem;
  cursor: pointer;
}
.overwrite:hover {
  font-weight: bold;
  box-shadow: 0 3px 5px rgb(38, 70, 83);
}
.overwrite:active {
  box-shadow: 0 1.5px 2.5px rgb(38, 70, 83);
}

.docs_tbl {
  display: table;
  width: 100%;
  z-index: 1;
}
.docs_tbl th {
  font-family: lato;
  font-size: 1.1rem;
  text-align: left;
  padding: 0.3rem 0;
}
.docs_tbl td {
  font-family: lato;
  font-size: 1.1rem;
  text-align: left;
  padding: 0.3rem 0;
}

.prompt {
  display: grid;
  position: absolute;
  width: 39rem;
  height: 7rem;
  background-color: rgba(38, 70, 83, 0.9);
  color: white;
  font-family: lato;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  border-radius: 10px;
  z-index: 3;
  visibility: hidden;
}
.prompt__msg {
  grid-column: 1/3;
  font-family: lato;
  font-size: 1.3rem;
}
.prompt__btn {
  padding: 0.5rem 2.5rem;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-family: lato;
  transition: all 0.2s ease;
  border-radius: 10px;
  cursor: pointer;
}
.prompt__btn:hover {
  box-shadow: 0 1px 7px white;
}
.prompt__btn:active {
  box-shadow: 0 0.5px 3.5px white;
}

.window_search {
  display: none;
  position: absolute;
  transform: translate(50%, 50%);
  left: -50%;
  width: 100%;
  height: 35rem;
  justify-self: center;
  background-color: rgba(38, 70, 83, 0.9);
  z-index: 10;
  color: white;
  font-family: lato-regular;
  border-radius: 10px;
  padding: 2rem;
}
.window_search__cls {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border-radius: 50%;
  border: 1px solid white;
  font-size: 1.4rem;
  font-family: lato;
  width: 2rem;
  height: 2rem;
  text-align: center;
  cursor: pointer;
}
.window_search__cls:hover {
  box-shadow: 0 3px 6px white;
}
.window_search__cls:active {
  box-shadow: 0 1.5px 3px white;
  color: blue;
}
.window_search__ttl {
  display: block;
  margin: 0 auto;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
.window_search__frm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, max-content));
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: white;
  font-family: lato;
  justify-content: space-around;
  margin: 2rem 0;
}
.window_search__frm__sel {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  font-family: lato;
  visibility: hidden;
}
.window_search__frm__sel option {
  background-color: #41454c;
}
.window_search__tbldiv {
  display: block;
  width: 100%;
  height: 70%;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
.window_search__tbl {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.window_search__tbl-head {
  position: sticky;
  top: 0;
  background-color: rgba(38, 70, 83, 0.9);
  color: white;
}
.window_search__tbl td {
  padding: 0.3rem 0;
}

.ind_search {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.ind_search input {
  border-radius: 10px;
  border: 1px solid white;
  background-color: transparent;
  margin-left: 0.5rem;
  text-align: center;
  color: white;
  font-size: 1.3rem;
  font-family: lato;
  width: 7rem;
}
.ind_search input:focus {
  background-color: rgba(86, 223, 208, 0.2196078431);
  outline: none;
}

#sw_brand {
  visibility: visible;
}

.flt_tbl_lnks {
  color: white;
}

.photofile input {
  display: none;
}

.photoimg {
  position: absolute;
  left: 11px;
  width: 2rem;
  cursor: pointer;
}

.loading-layer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
}

.sys_msg {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 1rem;
  align-self: center;
  color: #03d71a;
  font-weight: bold;
  font-family: lato;
  font-size: 17px;
}

.pdf_lnk {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  font-family: regular-lato;
  transition: all 0.3s ease;
  align-self: center;
}
.pdf_lnk:hover {
  color: #d3d384;
}

.pro_lst {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 18rem;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toolsbar {
    width: 100%;
  }
  .profile {
    grid-template-columns: 1fr;
  }
  .profile__extended {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .window_search {
    width: 77%;
    left: -27%;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .toolsbar {
    width: 100%;
  }
  .profile {
    grid-template-columns: 40% 1fr;
  }
  .profile__extended {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .window_search {
    width: 60%;
    left: -9%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .toolsbar {
    width: 100%;
  }
  .profile {
    grid-template-columns: 29% 1fr;
  }
  .profile__extended {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .window_search {
    width: 60%;
    left: -9%;
  }
}
@media all and (min-width: 1280px) {
  .toolsbar {
    width: 100%;
  }
  .profile {
    grid-template-columns: 29% 1fr;
  }
  .profile__extended {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .window_search {
    width: 60%;
    left: -9%;
  }
}
/* SASS Document */
.landing {
  position: relative;
  display: block;
  width: 100%;
  min-height: 82vh;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: #f4eded;
}
.landing__menu {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  justify-items: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.landing__lnk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 1rem;
}
.landing__lnk-txt {
  font-family: lato-regular;
  font-size: 1.3rem;
  text-align: center;
  padding: 1rem 0;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .landing__menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .landing__menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .landing__menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 1280px) {
  .landing__menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Access Management */
.access {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.access__frm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 1rem;
  align-items: center;
  width: 100%;
  font-family: lato-regular;
  margin: 0 auto;
}
.access__frm__ttl {
  grid-column: 1/3;
  text-align: center;
  font-size: 1.3rem;
  color: #00ad5f;
  padding: 1rem 0;
}
.access__frm__lst {
  grid-column: 1/3;
  display: block;
  width: 100%;
  height: 10rem;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 1rem 0;
}
.access__frm__lbl {
  font-size: 1.3rem;
}
.access__frm__ipt {
  width: 95%;
}
.access__frm__btn-cont {
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  padding: 1rem 0;
  margin: 1rem 0;
}
.access__frm__btn {
  padding: 0.5rem 1rem;
}
.access__frm__tbl {
  table-layout: auto;
  width: 100%;
}
.access__frm__tbl__head {
  grid-column: 1/3;
  position: sticky;
  top: 0;
  background-color: #393939;
  color: white;
}

.acc_mob {
  display: none;
}

/* Staff Profile Manager View */
.staffwarpper {
  display: block;
  width: 100%;
  position: relative;
}
.staffwarpper__rside {
  margin-top: 3rem;
  padding-bottom: 2rem;
}

.tmp_cls {
  margin-top: 1rem;
}

.staffview {
  display: inline-block;
  width: 100%;
  height: 50rem;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}
.staffview__ttl {
  display: block;
  width: 100%;
  padding: 1rem;
  font-family: lato-regular;
  font-size: 1.4rem;
  font-weight: bold;
  color: #00ad5f;
  text-align: center;
}
.staffview__tbl {
  table-layout: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-collapse: collapse;
}
.staffview__tbl tr:hover {
  background-color: rgba(127, 255, 212, 0.897);
}
.staffview__tbl__fix {
  position: sticky;
  top: 0;
}
.staffview__tbl__head {
  background-color: #393939;
  color: #00ad5f;
  padding: 1rem 0;
  font-size: 1.3rem;
  border: 0.2px solid #00ad5f;
}
.staffview__tbl__data {
  padding-left: 1rem;
  padding: 0.2rem 0;
  font-size: 1.3rem;
  border: 0.2px solid #00ad5f;
  padding-left: 1rem;
}

.sp_arab {
  padding-right: 1rem;
  font-family: ara3;
  font-size: 1.3rem;
  text-align: right;
}

.stf_details {
  display: grid;
  width: 89%;
  grid-template-columns: 34% 1fr;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-family: lato-regular;
  font-size: 1.3rem;
  margin: 0 auto;
  background-color: #e6f3ba;
  border-radius: 10px;
  box-shadow: 0 3px 5px #393939;
  padding: 2rem;
}
.stf_details__photo {
  grid-column: 1/3;
  width: 12rem;
  height: 13rem;
  justify-self: start;
  margin: 1rem 0;
}
.stf_details__head {
  font-weight: bold;
  font-size: 1.3rem;
}
.stf_details__data {
  font-size: 1.3rem;
}
.stf_details__arab {
  font-family: ara3;
  font-size: 1.7rem;
}
.stf_details__grp {
  grid-column: 1/3;
}

.minibar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-color: #7cbfdb;
  padding: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.minibar__lnk {
  width: 2.8rem;
  height: 2.8rem;
}

.tbl_hide {
  display: none;
}

.det_css {
  width: 95%;
  height: 39rem;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0 auto;
}

.per_bar {
  display: block;
  width: 0;
  height: 3rem;
  transition: all 0.3s all ease-in-out;
  background-color: #15129f;
  text-align: center;
  line-height: 3rem;
  color: white;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .staffwarpper {
    display: grid;
    grid-template-columns: 44% 1fr;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .staffwarpper {
    display: grid;
    grid-template-columns: 44% 1fr;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .staffwarpper {
    display: grid;
    grid-template-columns: 44% 1fr;
  }
}
@media all and (min-width: 1280px) {
  .staffwarpper {
    display: grid;
    grid-template-columns: 44% 1fr;
  }
}
/* Outlet Complete Attendance */
.punch_main {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.divfrm {
  display: block;
  width: 99%;
}
.divfrm__frm {
  display: grid;
  width: 95%;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 2rem;
  align-items: center;
  font-family: lato-regular;
  margin: 1rem auto;
  background-color: #e3f9db;
  padding-bottom: 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 3px 5px black;
  border-radius: 5px;
}
.divfrm__frm__ttl {
  grid-column: 1/3;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  background-color: rgba(182, 179, 179, 0.631372549);
  padding: 0.7rem 0;
  border-radius: 5px;
}
.divfrm__frm__lbl {
  font-size: 1.3rem;
  padding-left: 1rem;
}
.divfrm__frm__ipt {
  width: 80%;
}
.divfrm__frm__grp {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.divfrm__frm__grp-ipt {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 33% 1fr 1fr;
  width: 94%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}
.divfrm__frm__btn {
  padding: 0.5rem 1rem;
  margin: 0 2rem;
}
.divfrm__frm__sel {
  width: 80%;
}

.divpunch {
  display: none;
  width: 94%;
  height: 30rem;
  overflow: hidden;
  overflow-y: scroll;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.stf_punch_tbl {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  font-family: regular-lato;
  position: relative;
  background-color: #fff;
  color: #333;
}
.stf_punch_tbl th {
  background-color: rgba(182, 179, 179, 0.631372549);
  position: sticky;
  top: 0;
  font-size: 1.1rem;
  text-align: left;
}
.stf_punch_tbl tr {
  border: 0.2px solid rgba(182, 179, 179, 0.631372549);
}
.stf_punch_tbl tr:hover {
  background-color: #e3f9db;
}
.stf_punch_tbl tr td {
  padding: 0.5rem 0;
}

.punch_mob {
  display: none;
}

.datareplica {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: all 1s ease-in-out;
}

.pnchfrm {
  display: block;
  width: 99%;
  position: relative;
  transition: all 1s ease-in-out;
}
.pnchfrm__frm {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0.5rem;
  margin: 0 auto;
  align-items: center;
}
.pnchfrm__frm__ttl {
  grid-column: 1/3;
  text-align: center;
  background-color: #3e3368;
  color: white;
  font-size: 1.3rem;
  font-family: lato-regular;
  padding: 1rem 0;
}
.pnchfrm__frm__lbl {
  padding-left: 1rem;
  font-family: lato-regular;
  font-size: 1.3rem;
}
.pnchfrm__frm__ipt {
  margin-right: 1rem;
  width: 90%;
}
.pnchfrm__frm__btn {
  padding: 0.5rem 1rem;
  margin-left: 1rem;
}
.pnchfrm__frm__grp {
  grid-column: 1/3;
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
  margin: 1rem 0 0.5rem 0;
}

.punch_msg {
  grid-column: 1/3;
  text-align: center;
  font-family: lato-regular;
  font-size: 1.3rem;
  font-weight: bold;
  color: red;
  margin-bottom: 1rem;
}

.less_hrs {
  color: red;
}

.more_hrs {
  color: blue;
  font-weight: bold;
}

.att_spc_ico {
  display: none;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .punch_main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 1rem;
  }
  .divpunch {
    grid-column: 2/3;
    grid-row: 1/3;
    height: 50rem;
    font-size: 1.3rem;
    width: 94%;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .punch_main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 1rem;
  }
  .divpunch {
    grid-column: 2/3;
    grid-row: 1/3;
    height: 50rem;
    font-size: 1.3rem;
    width: 94%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .punch_main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 1rem;
  }
  .divpunch {
    grid-column: 2/3;
    grid-row: 1/3;
    height: 50rem;
    font-size: 1.3rem;
  }
}
@media all and (min-width: 1280px) {
  .punch_main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 1rem;
  }
  .divpunch {
    grid-column: 2/3;
    grid-row: 1/3;
    height: 50rem;
    font-size: 1.5rem;
  }
}
/* CSS Document */
.ind-main {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
  position: relative;
}

.indatt {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.indatt__frm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 1rem;
  width: 100%;
  padding: 1rem;
  margin: 0 auto;
  align-items: center;
  font-family: lato-regular;
  font-size: 1.3rem;
  transition: all 0.3s ease;
  background-color: aqua;
  border-radius: 10px;
  box-shadow: 0 2px 4px #fff;
}
.indatt__frm__ttl {
  grid-column: 1/3;
  text-align: center;
  text-transform: uppercase;
  background-color: #393996;
  color: white;
  padding: 1rem 0;
  font-weight: bold;
  border-radius: 10px;
}
.indatt__frm__msg {
  grid-column: 1/3;
  text-align: center;
  text-transform: uppercase;
  background-color: red;
  color: white;
  padding: 0.5rem 0;
  font-weight: bold;
  opacity: 0;
  transition: all 1s ease;
}
.indatt__frm__lbl {
  font-size: 1.1rem;
  padding-left: 1rem;
}
.indatt__frm__ipt {
  text-align: left;
}
.indatt__frm__sel {
  width: 99%;
}
.indatt__frm__grp {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indatt__frm__grp__btn {
  justify-self: center;
  align-self: center;
  margin-top: 2rem;
  margin-left: 2rem;
  padding: 1rem 4rem;
  border-radius: 10px;
  background-color: #b5cef5;
  box-shadow: 0 5px 5px #383737;
  transition: all 0.3s ease;
  border: none;
}
.indatt__frm__grp__btn:hover {
  background-color: #94a8c7;
}
.indatt__frm__grp__btn:active {
  box-shadow: 0 2.5px 2.5px #383737;
}

.ind-leave {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.leavefrm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 1rem;
  font-family: lato-regular;
  font-size: 1.2rem;
  border-radius: 10px;
  box-shadow: 0 2px 4px #fff;
  background-color: aqua;
  padding: 1rem;
  height: 100%;
}
.leavefrm__ttl {
  grid-column: 1/3;
  text-align: center;
  background-color: #6A8CAF;
  padding: 1rem 0;
  border-radius: 10px;
  text-transform: uppercase;
  color: white;
  padding: 1rem 0;
  font-weight: bold;
  border-radius: 10px;
}
.leavefrm__lbl {
  font-size: 1.1rem;
  padding-left: 1rem;
}
.leavefrm__ipt {
  width: 98%;
}
.leavefrm__sel {
  width: 98%;
}
.leavefrm__grp {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.leavefrm__btn {
  padding: 1rem 4rem;
  border-radius: 10px;
  background-color: #b5cef5;
  box-shadow: 0 5px 5px #383737;
  transition: all 0.3s ease;
  margin-left: 2rem;
  border: none;
}
.leavefrm__btn:hover {
  background-color: #94a8c7;
}
.leavefrm__btn:active {
  box-shadow: 0 2.5px 2.5px #383737;
}
.leavefrm__errmsg {
  transition: all 0.4s ease;
  grid-column: 1/3;
  text-align: center;
  background-color: #175159;
  color: white;
  opacity: 0;
  padding: 0.5rem 0;
  font-family: ara3;
  font-size: 1.4rem;
}

.approval {
  display: block;
  position: relative;
  width: 100%;
  font-family: lato-regular;
  font-size: 1.3rem;
  grid-column: 1/3;
  background-color: #C5F8FF;
  border-radius: 10px;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.approval__ttl {
  display: block;
  padding: 1rem 0;
  font-family: lato-regular;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 10px;
  background-color: #636EE2;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.approval__grp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.approval__grp__btn {
  padding: 0.5rem 2rem;
  border-radius: 10px;
  background-color: #b9e9e8;
  box-shadow: 0 5px 5px #383737;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-right: 2rem;
}
.approval__grp__btn:hover {
  background-color: #94a8c7;
}
.approval__grp__btn:active {
  box-shadow: 0 2.5px 2.5px #383737;
}
.approval__grp__btn-1 {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #b5cef5;
  box-shadow: 0 5px 5px #383737;
  transition: all 0.3s ease;
  margin: 0 2rem;
  border: none;
  cursor: pointer;
}
.approval__grp__btn-1:hover {
  background-color: red;
  color: white;
  font-weight: bold;
}
.approval__grp__btn-1:active {
  box-shadow: 0 2.5px 2.5px #383737;
  background-color: #B53054;
  color: white;
  font-weight: bold;
}
.approval__grp__msg {
  opacity: 0;
  background-color: red;
  color: white;
  font-family: inherit;
  transition: all 0.2s ease;
  padding: 0.5rem 1rem;
}
.approval__lst {
  display: block;
  width: 100%;
  height: 25rem;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.3s ease;
  position: relative;
}

.apptbl {
  display: table;
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  font-family: lato-regular;
  transition: all 0.3s ease;
}
.apptbl__head {
  position: sticky;
  top: 0;
  text-align: left;
  font-size: 1.2rem;
  background-color: #7A777D;
  color: white;
  padding: 0.5rem 0;
}
.apptbl__head th {
  padding: 0.5rem 0;
  padding-left: 1rem;
}
.apptbl__bdy tr:hover {
  background-color: #81F4AE;
  cursor: pointer;
}
.apptbl__bdy td {
  font-size: 1.2rem;
  padding: 1rem 0;
  padding-left: 1rem;
}
.apptbl__headmob {
  display: none;
}
.apptbl__arab {
  font-family: ara3;
  text-align: right;
  font-size: 1.4rem;
  padding-right: 1.5rem;
}

.att-sec {
  display: block;
  width: 100%;
  font-family: lato-regular;
  font-size: 1.3rem;
}
.att-sec__frm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 2rem;
  position: relative;
  width: 98%;
  font-family: lato-regular;
  font-size: 1.3rem;
  grid-column: 1/3;
  background-color: #C5F8FF;
  border-radius: 10px;
  padding: 2rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.att-sec__frm__ttl {
  grid-column: 1/3;
  padding: 1rem 0;
  font-family: lato-regular;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 10px;
  background-color: #636EE2;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 2rem;
}
.att-sec__frm__grp {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.att-sec__frm__btn {
  display: none;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  background-color: #b9e9e8;
  box-shadow: 0 5px 5px #383737;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-right: 2rem;
}
.att-sec__frm__btn:hover {
  background-color: #94a8c7;
}
.att-sec__frm__btn:active {
  box-shadow: 0 2.5px 2.5px #383737;
}
.att-sec__frm__sel {
  width: 80%;
  border-radius: 10px;
  background-color: none;
}
.att-sec__frm__lnk {
  display: none;
  grid-column: 1/3;
  text-align: center;
}

.show_post_btn {
  display: block;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  background-color: #b9e9e8;
  box-shadow: 0 5px 5px #383737;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 2rem;
  margin-right: 4rem;
  margin-bottom: 1rem;
}
.show_post_btn:hover {
  background-color: #94a8c7;
}
.show_post_btn:active {
  box-shadow: 0 2.5px 2.5px #383737;
}

.pdf_btn {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #b9e9e8;
  box-shadow: 0 5px 5px #383737;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-right: 2rem;
  font-family: lato-regular;
  font-size: 1rem;
}
.pdf_btn:hover {
  background-color: #94a8c7;
}
.pdf_btn:active {
  box-shadow: 0 2.5px 2.5px #383737;
}

#export {
  display: none;
}

.crossright {
  color: #807D7D;
  background: linear-gradient(to right bottom, #ffffff 0%, #ffffff 49.9%, #000000 50%, #000000 51%, #ffffff 51.1%, #ffffff 100%);
}

.crossleft {
  background: linear-gradient(to right top, #ffffff 0%, #ffffff 49.9%, #000000 50%, #000000 51%, #ffffff 51.1%, #ffffff 100%);
}

.attsheet {
  display: none;
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.attsheet__tbl {
  display: table;
  table-layout: auto;
  margin: 0 auto;
  border-collapse: collapse;
}

.action__grp {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg_pos {
  position: absolute;
  left: 0.5px;
  bottom: 0.5px;
}

.svg_trs_pos {
  position: absolute;
  right: 0.5px;
  top: 0.5px;
}

.payrollfrm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 2rem;
  align-items: center;
  font-family: lato-regular;
  font-size: 1.3rem;
  border-radius: 10px;
  background-color: #D55E92;
  padding-bottom: 1.6rem;
}
.payrollfrm__ttl {
  grid-column: 1/3;
  text-align: center;
  text-transform: uppercase;
  background-color: #C22545;
  color: white;
  font-weight: bold;
  padding: 1rem 0;
  border-radius: 10px;
  margin: 1rem 0 2rem 0;
  width: 80%;
  justify-self: center;
}
.payrollfrm__lbl {
  padding-left: 2rem;
}
.payrollfrm__sel {
  width: 80%;
  border-radius: 10px;
}
.payrollfrm__ipt {
  display: block;
  border-radius: 10px;
  background-color: #C22545;
  box-shadow: 0 5px 5px #383737;
  transition: all 0.3s ease-in-out;
  border: none;
  cursor: pointer;
  margin-right: 2rem;
  font-family: lato-regular;
  font-size: 1.2rem;
  color: white;
  padding: 1rem 2rem;
}
.payrollfrm__ipt:hover {
  background-color: #94a8c7;
}
.payrollfrm__ipt:active {
  box-shadow: 0 2.5px 2.5px #383737;
}
.payrollfrm__grp {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payrollfrm__msg {
  grid-column: 1/3;
  display: none;
  text-align: center;
  text-transform: uppercase;
  background-color: red;
  color: white;
  padding: 0.5rem 0;
  font-weight: bold;
  transition: all 1s ease;
}

.pdfc_lnk {
  grid-column: 1/3;
  text-align: center;
  width: 100%;
}

.calcfrm {
  grid-column: 1/3;
  display: none;
  grid-template-columns: 1fr 3fr;
  grid-gap: 1rem;
  width: 95%;
  margin: 0 auto;
}
.calcfrm__btn {
  width: 90%;
  padding: 0.8rem 1rem;
  background-color: cyan;
  font-family: lato-regular;
  font-size: 1.2rem;
  text-align: center;
  justify-self: center;
  align-self: center;
  box-shadow: 0 3px 5px black;
  border: none;
  border-radius: 5px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.calcfrm__btn:hover {
  border: 0.3px solid white;
  box-shadow: 0 3px 10px black;
  font-weight: bold;
  font-size: 1.3rem;
}
.calcfrm__btn:active {
  box-shadow: 0 1.5px 2.5px black;
}
.calcfrm_tbl {
  grid-column: 1/3;
  display: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  margin: 0 auto;
  align-items: center;
  width: 90%;
}
.calcfrm_tbl__lbl {
  text-align: center;
  font-weight: bold;
  font-family: lato-regular;
  background-color: #8080F4;
  border-radius: 5px;
  color: white;
  justify-self: center;
  width: 65%;
  padding: 0.5rem 0;
}
.calcfrm_tbl__val {
  text-align: center;
  font-weight: bold;
  font-family: lato-regular;
  background-color: white;
  border-radius: 5px;
  justify-self: center;
  width: 65%;
  padding: 0.5rem 0;
}

.hmgr {
  display: none;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .ind-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
  }
  .apptbl__headmob {
    display: block;
  }
  .attsheet {
    display: none;
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  .attsheet__tbl {
    display: table;
    table-layout: auto;
    margin: 0 auto;
    border-collapse: collapse;
  }
  .action__grp {
    grid-column: 1/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.spc_hide {
  display: none;
}

@media all and (min-width: 769px) and (max-width: 1024px) {
  .ind-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
  }
  .apptbl__headmob {
    display: block;
  }
  .att-sec__frm__btn {
    display: block;
  }
  .attsheet {
    display: block;
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  .attsheet__tbl {
    display: table;
    table-layout: auto;
    margin: 0 auto;
    border-collapse: collapse;
  }
  .att_arab {
    font-family: ara3;
    font-size: 1.1rem;
    text-align: right;
    padding-right: 0.5rem;
    width: 2.5%;
    border: 0.2px solid black;
  }
  .tbl_gen {
    text-align: center;
    border: 0.2px solid black;
    width: 0.25%;
  }
  .total_cell {
    border: 0.2px solid black;
    text-align: center;
  }
  .title_cell {
    text-align: center;
    background-color: black;
    color: white;
    font-weight: bold;
  }
  .action__grp {
    grid-column: 1/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pdf_btn_mob {
    display: none;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .ind-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3rem;
    width: 70%;
    margin: 0 auto;
  }
  .apptbl__headmob {
    display: block;
  }
  .attsheet {
    display: block;
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  .attsheet__tbl {
    display: table;
    table-layout: auto;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
  }
  .att_arab {
    font-family: ara3;
    font-size: 1.1rem;
    text-align: right;
    padding-right: 0.5rem;
    width: 2.5%;
    border: 0.2px solid black;
  }
  .tbl_gen {
    text-align: center;
    border: 0.2px solid black;
    width: 0.25%;
  }
  .total_cell {
    border: 0.2px solid black;
    text-align: center;
  }
  .title_cell {
    text-align: center;
    background-color: black;
    color: white;
    font-weight: bold;
  }
  .att-sec__frm__btn {
    display: block;
  }
  .action__grp {
    grid-column: 1/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pdf_btn {
    display: none;
  }
  .tbl_gen {
    position: relative;
    text-align: center;
    border: 0.2px solid black;
    width: 0.25%;
    z-index: 0;
  }
  .total_cell {
    border: 0.2px solid black;
    text-align: center;
  }
  .title_cell {
    text-align: center;
    background-color: black;
    color: white;
    font-weight: bold;
  }
  .action__grp {
    grid-column: 1/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .extra_btn {
    display: none;
  }
  .pdf_btn {
    display: none;
  }
  .attcode {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .rstip {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, red 10%, white 14%);
    overflow: hidden;
  }
  .alien {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, blue 10%, white 14%);
  }
  .tblred {
    background-color: red;
    color: white;
    text-align: center;
  }
  .tblblue {
    background-color: blue;
    color: white;
    text-align: center;
  }
  .tblyellow {
    background-color: yellow;
    text-align: center;
  }
  .tblblack {
    background-color: black;
    color: white;
    text-align: center;
  }
  .tblskyblue {
    background-color: #87BFF4;
    color: white;
    text-align: center;
  }
  .tblgrblue {
    background-color: #3F9CF4;
    color: white;
    text-align: center;
  }
}
@media all and (min-width: 1280px) {
  .ind-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3rem;
    width: 70%;
    margin: 0 auto;
  }
  .apptbl__headmob {
    display: block;
  }
  .att-sec__frm__btn {
    display: block;
  }
  .attsheet {
    display: block;
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  .attsheet__tbl {
    display: table;
    table-layout: auto;
    margin: 0 auto;
    border-collapse: collapse;
  }
  .attcode {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .tbl_gen {
    position: relative;
    text-align: center;
    border: 0.2px solid black;
    width: 0.25%;
    z-index: 0;
  }
  .tbl_red {
    color: white;
    background-color: red;
    z-index: -1;
  }
  .total_cell {
    border: 0.2px solid black;
    text-align: center;
  }
  .title_cell {
    text-align: center;
    background-color: black;
    color: white;
    font-weight: bold;
  }
  .att_arab {
    font-family: ara3;
    font-size: 1.1rem;
    text-align: right;
    padding-right: 0.5rem;
    width: 2.5%;
    border: 0.2px solid black;
  }
  .rstip {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, red 10%, white 14%);
    overflow: hidden;
  }
  .alien {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, blue 10%, white 14%);
  }
  .tblred {
    background-color: red;
    color: white;
    text-align: center;
  }
  .tblblue {
    background-color: blue;
    color: white;
    text-align: center;
  }
  .tblyellow {
    background-color: yellow;
    text-align: center;
  }
  .tblblack {
    background-color: black;
    color: white;
    text-align: center;
  }
  .tblskyblue {
    background-color: #87BFF4;
    color: white;
    text-align: center;
  }
  .tblgrblue {
    background-color: #3F9CF4;
    color: white;
    text-align: center;
  }
  .svg_pos {
    position: absolute;
    left: 0.5px;
    bottom: 0.5px;
  }
  .pdf_btn {
    display: none;
  }
}
/* CSS Document */
.miscon_main {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.empl_tmp_data {
  display: none;
  position: absolute;
  flex-direction: column;
  width: 15rem;
  height: 22rem;
  border-radius: 5px;
  border: 1px solid black;
  box-shadow: 0 3px 5px #393939;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: rgba(6, 36, 44, 0.728);
  z-index: 100;
}
.empl_tmp_data__photo {
  display: block;
  width: 6rem;
  height: 9rem;
  margin: 1rem auto;
}
.empl_tmp_data__data {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: ara3;
  font-size: 1.4rem;
  color: white;
}

.mc-sec1 {
  font-family: lato-regular;
  font-size: 1.2rem;
}
.mc-sec1__frm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 1rem;
  border-radius: 0px 0px 10px 10px;
  width: 95%;
  margin: 0 auto;
  background-image: linear-gradient(285deg, hsl(240, 2%, 78%) 0%, hsl(240, 2%, 79%) 13%, hsl(240, 1%, 80%) 19%, hsl(240, 1%, 81%) 24%, hsl(240, 1%, 82%) 28%, hsl(240, 0%, 83%) 32%, hsl(60, 0%, 84%) 35%, hsl(60, 0%, 85%) 39%, hsl(60, 1%, 86%) 42%, hsl(60, 1%, 87%) 45%, hsl(60, 2%, 88%) 48%, hsl(60, 3%, 89%) 52%, hsl(60, 3%, 90%) 55%, hsl(60, 4%, 91%) 58%, hsl(60, 5%, 91%) 61%, hsl(60, 7%, 92%) 65%, hsl(60, 8%, 93%) 68%, hsl(60, 10%, 94%) 72%, hsl(60, 13%, 95%) 76%, hsl(60, 17%, 96%) 81%, hsl(60, 23%, 97%) 87%, hsl(60, 33%, 98%) 100%);
  font-family: lato-regular;
  font-size: 1.2rem;
  align-items: center;
}
.mc-sec1__frm__ttl {
  grid-column: 1/3;
  background-color: #1a18b2;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem 0;
  border-radius: 10px 10px 0 0;
}
.mc-sec1__frm__ttl2 {
  grid-column: 1/3;
  background-color: red;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0;
}
.mc-sec1__frm__lst {
  grid-column: 1/3;
  height: -moz-max-content;
  height: max-content;
  overflow-x: hidden;
  overflow-y: scroll;
}
.mc-sec1__frm__lbl {
  font-size: 1.3rem;
  padding-left: 1rem;
}
.mc-sec1__frm__ipt {
  width: 80%;
  border-radius: 10px;
  height: 2rem;
}
.mc-sec1__frm__ipt-lrg {
  width: 90%;
  height: 13rem;
  font-family: ara3;
  font-size: 1.3rem;
}
.mc-sec1__frm__off {
  grid-column: 1/3;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  font-size: 1.3rem;
  font-weight: bold;
}
.mc-sec1__frm__sel {
  width: 90%;
  height: 3rem;
  text-align: right;
  font-size: 1.1rem;
  border-radius: 10px;
}
.mc-sec1__frm__sel option {
  text-align: right;
  font-size: 1.3rem;
  padding: 0.5rem 0;
}
.mc-sec1__frm__btn {
  padding: 1rem 2rem;
  margin-left: 2rem;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px #000;
}
.mc-sec1__frm__btn:active {
  box-shadow: 0 0px 4px #000;
}
.mc-sec1__frm__grp {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mc-sec1__frm__err {
  grid-column: 1/3;
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  text-align: center;
  font-family: ara3;
  background-color: red;
  color: white;
  font-size: 1.6rem;
  opacity: 0;
  transition: all 0.5s ease;
}

.mc-sec2 {
  display: none;
  width: 100%;
  margin: 0 auto;
}
.mc-sec2__ttl {
  text-align: center;
}
.mc-sec2__hlst {
  display: block;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 30rem;
  width: 100%;
}

.misconduct_tbl {
  display: table;
  table-layout: auto;
  border-collapse: collapse;
  width: 100%;
  font-family: ara3;
  background-color: #e2dcdd;
  color: #313030;
}
.misconduct_tbl__fix {
  top: 0;
  position: sticky;
}
.misconduct_tbl th {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
.misconduct_tbl td {
  font-size: 1.4rem;
  text-align: right;
  padding-right: 1rem;
}

.miscon_main {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.miscon_main__app {
  display: block;
  width: 100%;
  position: relative;
}
.miscon_main__app__ttl {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: lato-regular;
  padding: 1rem 0;
  background-color: #393939;
  color: white;
}
.miscon_main__app__grp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
.miscon_main__app__grp__btn {
  border-radius: 5px;
  padding: 0.5rem 1rem;
  width: 8rem;
  font-family: lato-regular;
  box-shadow: 0 3px 5px black;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.miscon_main__app__grp__btn:not(:last-child) {
  margin-right: 2rem;
}
.miscon_main__app__grp__btn:active {
  box-shadow: 0 1.5px 2.5px black;
}
.miscon_main__app__msg {
  display: block;
  width: 100%;
  color: red;
  font-family: ara3;
  font-size: 1.4rem;
  padding: 1rem 0;
  text-align: center;
}
.miscon_main__app__tblcont {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 45rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.miscon_main__app__tbl {
  width: 100%;
  display: table;
  table-layout: auto;
  font-family: ara3;
  font-size: 1.3rem;
  border-collapse: collapse;
}
.miscon_main__app__tbl__block {
  display: block;
}
.miscon_main__app__tbl__ver {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.miscon_main__app__tbl__fix {
  top: 0;
  position: sticky;
  background-color: #8b0606;
  color: white;
  font-weight: bold;
  text-align: right;
}
.miscon_main__app__tbl__head {
  font-size: 1.3rem;
  padding: 0.5rem 0;
  padding-right: 1rem;
  font-size: 1.5rem;
}
.miscon_main__app__tbl__data {
  padding: 0.5rem;
  border: 0.2px solid black;
  font-family: lato-regular;
  font-size: 1.1rem;
}
.miscon_main__app__tbl__data-ar {
  padding: 0.5rem;
  border: 0.2px solid black;
  font-family: ara3;
  font-size: 1.4rem;
}
.miscon_main__app__tbl__data-rl {
  padding: 0.3rem 0;
  padding-left: 0.1rem;
  border-top-left-radius: 10px;
}
.miscon_main__app__tbl__data-rr {
  padding: 0.3rem 0;
  padding-left: 0.1rem;
  border-top-right-radius: 10px;
}
.miscon_main__app__tbl__center {
  text-align: center;
}
.miscon_main__app__tbl__pps1 {
  width: 1%;
}
.miscon_main__app__tbl__pps2 {
  width: 2%;
}
.miscon_main__app__tbl__pps3 {
  width: 3%;
}
.miscon_main__app__tbl__pps4 {
  width: 4%;
}
.miscon_main__app__tbl__pps {
  width: 5%;
}
.miscon_main__app__tbl__pp1 {
  width: 10%;
}
.miscon_main__app__tbl__pp2 {
  width: 20%;
}
.miscon_main__app__tbl__pp3 {
  width: 30%;
}
.miscon_main__app__tbl__pp4 {
  width: 40%;
}
.miscon_main__app__tbl__pp5 {
  width: 50%;
}
.miscon_main__app__tbl__pp6 {
  width: 60%;
}
.miscon_main__app__tbl__hp1 {
  width: 5%;
}
.miscon_main__app__tbl__hp2 {
  width: 15%;
}
.miscon_main__app__tbl__hp3 {
  width: 25%;
}
.miscon_main__app__tbl__hp4 {
  width: 35%;
}
.miscon_main__app__tbl__hp5 {
  width: 45%;
}
.miscon_main__app__tbl__hp6 {
  width: 55%;
}

.mcara {
  text-align: right;
  padding-right: 1rem;
}

.mc-sec3 {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 0.5fr 2fr;
  justify-content: center;
}

.mc_flt {
  width: 65%;
  justify-self: center;
}

.mc_flt_lst {
  display: block;
  width: 100%;
  overflow-y: scroll;
  height: 30rem;
}

.mc_tbl_lst {
  display: table;
  width: 100%;
  table-layout: auto;
  font-family: lato-regular;
}
.mc_tbl_lst__fix {
  position: sticky;
  top: 0;
  background-color: beige;
  font-weight: bold;
}
.mc_tbl_lst__data {
  padding-left: 1rem;
}

.ded_btn {
  padding: 0.5rem 1rem;
  margin: 2rem auto;
}

.mc_sum {
  display: none;
  width: 100%;
}

.tbl_sum {
  display: table;
  width: 100%;
  table-layout: auto;
}
.tbl_sum__ttl {
  font-weight: bold;
}
.tbl_sum__data {
  text-align: center;
}

.mcmob {
  display: none;
}

.mctmpwin {
  display: none;
  margin: 0 auto;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .mc-sec1 {
    display: grid;
    grid-template-columns: 43% 57%;
    width: 100%;
  }
  .mc-sec1__frm__ttl2 {
    display: none;
  }
  .mc-sec1__frm__lst {
    display: none;
  }
  .mc-sec1__frm__ttl2 {
    display: none;
  }
  .mc-sec1__frm__off {
    display: none;
  }
  .mc-sec2 {
    display: block;
  }
  .mc-sec2__ttl {
    display: block;
    background-color: red;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem 0;
  }
  .mc-sec2__hlst {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 30rem;
  }
  .mc-sec2__plst {
    width: 90%;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .mc-sec1 {
    display: grid;
    grid-template-columns: 43% 57%;
    width: 100%;
  }
  .mc-sec1__frm__ttl2 {
    display: none;
  }
  .mc-sec1__frm__lst {
    display: none;
  }
  .mc-sec1__frm__ttl2 {
    display: none;
  }
  .mc-sec1__frm__off {
    display: none;
  }
  .mc-sec2 {
    display: block;
  }
  .mc-sec2__ttl {
    display: block;
    background-color: red;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem 0;
    width: 90%;
    margin: 0 auto;
  }
  .mc-sec2__hlst {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 30rem;
  }
  .mc-sec2__plst {
    width: 90%;
    margin: 0 auto;
  }
  .mcmob {
    display: table-cell;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .mc-sec1 {
    display: grid;
    grid-template-columns: 33% 67%;
    width: 100%;
  }
  .mc-sec1__frm__ttl2 {
    display: none;
  }
  .mc-sec1__frm__lst {
    display: none;
  }
  .mc-sec1__frm__ttl2 {
    display: none;
  }
  .mc-sec1__frm__off {
    display: none;
  }
  .mc-sec2 {
    display: block;
  }
  .mc-sec2__ttl {
    display: block;
    background-color: red;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem 0;
    width: 90%;
    margin: 0 auto;
  }
  .mc-sec2__hlst {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 30rem;
  }
  .mc-sec2__plst {
    width: 90%;
    margin: 0 auto;
  }
  .mcmob {
    display: table-cell;
  }
}
@media all and (min-width: 1280px) {
  .mc-sec1 {
    display: grid;
    grid-template-columns: 33% 67%;
    width: 100%;
    font-family: lato-regular;
    font-size: 1.2rem;
    text-transform: uppercase;
  }
  .mc-sec1__frm__ttl2 {
    display: none;
  }
  .mc-sec1__frm__lst {
    display: none;
  }
  .mc-sec1__frm__ttl2 {
    display: none;
  }
  .mc-sec1__frm__off {
    display: none;
  }
  .mc-sec2 {
    display: block;
  }
  .mc-sec2__ttl {
    display: block;
    background-color: red;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding: 0.7rem 0;
    width: 90%;
    margin: 0 auto;
  }
  .mc-sec2__hlst {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 30rem;
  }
  .mc-sec2__plst {
    width: 90%;
    margin: 0 auto;
  }
  .mcmob {
    display: table-cell;
  }
}
/* CSS Document */
.scmain {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #f0f5fb;
  min-height: 80vh;
  transition: all 0.3s ease-in-out;
}
.scmain__frm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  font-family: lato-regular;
  font-size: 1.2rem;
  background: #2E77CF;
  background: linear-gradient(225deg, #2E77CF, #3AC6A7);
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 1rem;
  box-shadow: 0 3px 5px black;
  width: 80%;
}
.scmain__frm__ttl {
  grid-column: 1/3;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  background-color: #8974e3;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 2rem;
  padding: 0.5rem 0;
  width: 60%;
  justify-self: center;
}
.scmain__frm__lbl {
  padding: 0.5rem 1rem;
}
.scmain__frm__jslbl {
  text-align: center;
  font-weight: bold;
}
.scmain__frm__sel {
  width: 90%;
  padding: 0.5rem 1rem;
}
.scmain__frm__btn {
  display: none;
  padding: 0.5rem 2rem;
  background-color: #94BEF4;
  box-shadow: 0 4px 6px #2A4D7A;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.scmain__frm__btn:active {
  box-shadow: 0 2px 3px #2A4D7A;
}
.scmain__frm__grp {
  grid-column: 1/3;
  justify-self: center;
  align-items: center;
  padding-bottom: 2rem;
}

.hide {
  display: none;
}

.chg_lst {
  display: none;
  grid-template-columns: 1fr 2fr;
  width: 80%;
  grid-row-gap: 0.5rem;
  margin: 0 auto;
  padding: 1rem 0;
  margin-bottom: 1rem;
  background: #1E70D5;
  background: linear-gradient(45deg, #1E70D5, #3AC6A7);
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  font-family: lato-regular;
}
.chg_lst__lbl {
  align-self: center;
  padding-left: 1rem;
}

.chg_grp {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.chg_ipt {
  width: 90%;
  padding: 0.5rem 0;
  font-size: 1.3rem;
  font-family: lato-regular;
}

.sts_tbl {
  table-layout: auto;
  width: 100%;
  margin: 1rem auto;
  font-family: lato-regular;
  display: none;
}
.sts_tbl th {
  background-color: #3479D1;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
}
.sts_tbl td {
  font-family: lato-regular;
  font-size: 1.2rem;
}

.add_btn {
  grid-column: 1/3;
  justify-self: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  padding: 0.5rem 2rem;
  background-color: #94BEF4;
  box-shadow: 0 4px 6px #2A4D7A;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.add_btn:active {
  box-shadow: 0 2px 3px #2A4D7A;
}

#tbl_bdy {
  table-layout: auto;
  width: 100%;
}

.error_msg {
  display: none;
  background-color: red;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
  font-family: ara3;
  font-size: 1.4rem;
}

.sc_grp {
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.sc_grp__btn {
  padding: 0.5rem 2rem;
  background-color: #94BEF4;
  box-shadow: 0 4px 6px #2A4D7A;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  color: white;
}
.sc_grp__btn:active {
  box-shadow: 0 2px 3px #2A4D7A;
}

.dept_com {
  display: none;
  width: 96%;
  height: 8rem;
  border: 0.2px solid black;
  border-radius: 10px;
  padding: 1.5rem;
  margin: 1rem auto;
}

.dept_com_lbl {
  display: none;
  width: 90%;
  text-align: left;
  padding-left: 1rem;
  padding-top: 1rem;
  font-size: 1.3rem;
  border-top: 1px solid black;
  margin: 0 auto;
}

.requests {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.requests__msg {
  display: block;
  width: 100%;
  color: red;
  font-family: ara3;
  font-weight: bold;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  margin-bottom: 1rem;
}
.requests__ttl {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  background-color: #8974e3;
  color: white;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.requests__grp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.requests__grp__btn {
  padding: 0.5rem 1rem;
  background-color: #9AB1CF;
  box-shadow: 0 3px 5px #2B4C76;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  width: 9rem;
  cursor: pointer;
}
.requests__grp__btn:hover {
  font-weight: bold;
  box-shadow: 0 3px 8px #2B4C76;
}
.requests__grp__btn:active {
  box-shadow: 0 1.5px 2.5px #2B4C76;
}
.requests__grp__btn:not(:last-child) {
  margin-right: 2rem;
}
.requests__tblcont {
  display: block;
  width: 100%;
  height: 25rem;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}
.requests__tbl {
  table-layout: auto;
  width: 100%;
  font-family: lato-regular;
  border-collapse: collapse;
  border: 0.2px solid black;
  font-size: 1.2rem;
}
.requests__tbl__fix {
  top: 0;
  position: sticky;
}
.requests__tbl__th {
  background-color: #2B4C76;
  color: white;
  font-weight: bold;
  text-align: left;
  border: 0.2px solid black;
  padding-left: 0.5rem;
}
.requests__tbl__td {
  border: 0.2px solid black;
  font-size: 1.2rem;
  padding-left: 0.5rem;
}

.tdarab {
  font-family: ara3;
  font-size: 1.5rem;
}

.editreq {
  display: none;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.editreq__frm {
  display: grid;
  width: 80%;
  margin: 3rem auto;
  border: 2px solid #9AB1CF;
  border-radius: 5px;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 1rem;
  background-color: #9AB1CF;
  box-shadow: 0 3px 5px black;
  padding: 1rem;
  font-family: lato-regular;
}
.editreq__frm__lbl {
  padding-left: 1rem;
}
.editreq__frm__ttl {
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  padding: 1rem 0;
  font-weight: bold;
  font-size: 1.4rem;
}
.editreq__frm__ipt {
  width: 90%;
}
.editreq__frm__grp {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}
.editreq__frm__txt {
  width: 90%;
  height: 10rem;
}
.editreq__frm__btn {
  padding: 0.5rem 2rem;
  background-color: #94BEF4;
  box-shadow: 0 4px 6px #2A4D7A;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  color: white;
}
.editreq__frm__btn:not(:last-child) {
  margin-right: 1rem;
}
.editreq__frm__btn:active {
  box-shadow: 0 2px 3px #2A4D7A;
}

.delico {
  display: none;
}

.del_msg {
  display: none;
  width: 100%;
  padding: 0.5rem 0;
  font-family: ara3;
  font-size: 1.5rem;
  text-align: center;
  color: white;
  background-color: #4C141F;
}

.reqsts {
  display: block;
  width: 100%;
}
.reqsts__cont1 {
  display: block;
  width: 100%;
}
.reqsts__frm {
  display: grid;
  grid-template-columns: 43% 57%;
  border-radius: 10px;
  box-shadow: 0 3px 5px black;
  font-family: lato-regular;
  width: 80%;
  margin: 0 auto;
  padding: 1rem;
}
.reqsts__frm__ttl {
  grid-column: 1/3;
  text-align: center;
  align-items: center;
  justify-self: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 1rem auto;
}
.reqsts__frm__lbl {
  padding-left: 1rem;
}
.reqsts__frm__sel {
  width: 40%;
}
.reqsts__frm__grp {
  grid-column: 1/3;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.reqsts__frm__btn {
  border-radius: 3px;
  box-shadow: 0 3px 5px black;
  background-color: #c7bdf7;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.reqsts__frm__btn:hover {
  font-weight: bold;
}
.reqsts__frm__btn:active {
  box-shadow: 0 1.3rem 2.5rem black;
}
.reqsts__tblcont {
  width: 100%;
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  margin-top: 2rem;
}
.reqsts__tbl {
  display: table;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  font-size: 1.3rem;
}
.reqsts__tbl__fix {
  top: 0;
  position: sticky;
}
.reqsts__tbl__head {
  background-color: #2B4C76;
  color: white;
  font-weight: bold;
  border: 0.2px solid black;
}
.reqsts__tbl__data {
  border: 0.2px solid black;
  padding-left: 1rem;
}

.editfrmsize {
  width: 55%;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .scmain {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 1rem;
  }
  .scmain__frm {
    grid-row: 1/4;
    grid-row-gap: 0;
  }
  .requests {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .editreq {
    grid-column: 2/3;
    grid-row: 2/5;
  }
  .chg_lst {
    grid-column: 1/2;
  }
  .chg_tbl {
    grid-column: 1/3;
    width: 60%;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .scmain {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 1rem;
  }
  .scmain__frm {
    grid-row: 1/4;
    grid-row-gap: 0;
  }
  .requests {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .editreq {
    grid-column: 2/3;
    grid-row: 2/5;
  }
  .chg_lst {
    grid-column: 1/2;
  }
  .chg_tbl {
    grid-column: 1/3;
    width: 60%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .scmain {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 1rem;
  }
  .scmain__frm {
    grid-row: 1/4;
    grid-row-gap: 0;
  }
  .requests {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .editreq {
    grid-column: 2/3;
    grid-row: 2/5;
  }
  .chg_lst {
    grid-column: 1/2;
  }
  .chg_tbl {
    grid-column: 1/3;
    width: 50%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1280px) {
  .scmain {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 1rem;
  }
  .scmain__frm {
    grid-row: 1/4;
    grid-row-gap: 0;
    grid-auto-rows: 4rem;
    height: -moz-max-content;
    height: max-content;
  }
  .requests {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .editreq {
    grid-column: 2/3;
    grid-row: 2/5;
  }
  .chg_lst {
    grid-column: 1/2;
  }
  .chg_tbl {
    grid-column: 1/3;
    width: 50%;
    margin: 0 auto;
  }
}
/* CSS Document */
.mainreq {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.mainreq__ttl {
  width: 100%;
  text-align: center;
  font-family: ara3-regular;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5rem 0;
  background-color: #f6f0f0;
  font-size: 1.4rem;
}
.mainreq__bal {
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-items: center;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  grid-row-gap: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.mainreq__bal__msg {
  grid-column: 1/3;
  background-color: white;
  color: red;
  font-size: 1.4rem;
  font-family: ara3;
  width: 100%;
  padding: 0.5rem 0;
  width: 100%;
}
.mainreq__bal__lbl {
  padding: 0.5rem 0;
  width: 100%;
  background-color: #f6f0f0;
}
.mainreq__bal__ipt {
  padding: 0.5rem 0;
  width: 100%;
  background-color: #f6f0f0;
}

.tbl_cont {
  display: block;
  width: 100%;
  height: 40rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.tbl_cont__grp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem;
}
.tbl_cont__grp__btn {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  box-shadow: 0 3px 5px #393939;
  margin: 0 2rem;
}
.tbl_cont__grp__btn:active {
  box-shadow: 0 1.5px 2.5px #393939;
}

.mob {
  display: none;
}

.req_tbl {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
.req_tbl__fix {
  top: 0;
  position: sticky;
}
.req_tbl__head {
  background: #393939;
  color: white;
  text-align: left;
  padding: 0.5rem 0;
  font-size: 1.2rem;
}
.req_tbl__data {
  padding: 0.5rem;
  border: 0.2px solid black;
  font-size: 1.2rem;
}

.req_tbl_fix {
  position: sticky;
  top: 0;
  left: 0;
}

.arab {
  text-align: right;
  padding-right: 0.5rem;
  font-family: ara3;
  font-size: 1.2rem;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .mainreq__bal {
    width: 40%;
  }
  .mob {
    display: table-cell;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .mainreq__bal {
    width: 40%;
  }
  .mob {
    display: table-cell;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .mainreq__bal {
    width: 40%;
  }
  .mob {
    display: table-cell;
  }
}
@media all and (min-width: 1280px) {
  .mainreq__bal {
    width: 40%;
  }
  .mob {
    display: table-cell;
  }
}
/* CSS Document */
.phmain {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem;
  position: relative;
  min-height: 80vh;
}

.ph-sec1 {
  display: block;
  width: 100%;
  margin: 0 auto;
  min-height: 40vh;
}

.phfrm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 1rem;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  background-image: linear-gradient(45deg, #4B42DC, #8080F4);
  border-radius: 10px;
  box-shadow: 0 3px 5px #393939;
  font-family: lato-regular;
  font-size: 1.1rem;
}
.phfrm__ttl {
  grid-column: 1/3;
  text-align: center;
  align-self: center;
  font-size: 1.4rem;
  color: white;
  font-weight: bold;
  margin: 2rem auto;
}
.phfrm__lbl {
  color: white;
  text-align: center;
}
.phfrm__ipt {
  width: 70%;
  text-align: center;
}
.phfrm__sel {
  width: 98%;
}
.phfrm__btn {
  padding: 0.5rem 2rem;
  border-radius: 5px;
  box-shadow: 0 3px 5px #393939;
}
.phfrm__btn:active {
  box-shadow: 0 1.5px 2.5px #393939;
}
.phfrm__grp {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}
.phfrm__grpipt {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 1rem;
  justify-items: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.phfrm__msg {
  display: none;
  grid-column: 1/3;
  text-align: center;
  font-family: ara3;
  font-size: 1.3rem;
  color: white;
}

.ph-sec2 {
  display: block;
  width: 100%;
  margin: 2rem auto;
  padding: 0.5rem;
  background-image: linear-gradient(-45deg, #9AB1CF, #79899D);
  border-radius: 10px;
  box-shadow: 0 3px 5px #393939;
}

.tbl_ttl {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 1rem;
  width: 100%;
  margin: 0 auto;
  font-family: lato-regular;
}
.tbl_ttl__txt {
  grid-column: 1/3;
  text-align: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
}
.tbl_ttl__lbl {
  font-size: 1.3rem;
  color: white;
  padding-left: 1rem;
}
.tbl_ttl__sel {
  width: 60%;
  background-color: transparent;
  border-radius: 5px;
  border-color: white;
}

.ph_tbl {
  table-layout: auto;
  width: 100%;
  display: table;
  border-collapse: collapse;
  margin: 2rem auto;
}
.ph_tbl__fix {
  position: sticky;
  top: 0;
}
.ph_tbl__head {
  color: #E4EFFF;
  font-size: 1.1rem;
  text-align: left;
  border: 0.2px solid #E4EFFF;
  padding-left: 1rem;
}
.ph_tbl__data {
  border: 0.2px solid #E4EFFF;
  color: #E4EFFF;
  padding-left: 1rem;
  font-size: 1.3rem;
}
.ph_tbl__empty {
  border: 0.2px solid #E4EFFF;
  color: #E4EFFF;
  text-align: center;
  font-size: 1.4rem;
  font-family: ara3;
  font-weight: bold;
}

.btn_up {
  display: none;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .phmain {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 2rem;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
  }
  .ph-sec1 {
    width: 90%;
  }
  .ph-sec2 {
    width: 90%;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .phmain {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 2rem;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
  }
  .ph-sec1 {
    width: 90%;
  }
  .ph-sec2 {
    width: 90%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .phmain {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 2rem;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
  }
  .ph-sec1 {
    width: 90%;
  }
  .ph-sec2 {
    width: 90%;
  }
}
@media all and (min-width: 1280px) {
  .phmain {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 2rem;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
  }
  .ph-sec1 {
    width: 90%;
  }
  .ph-sec2 {
    width: 90%;
  }
}
/* CSS Document */
.modstfatt {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #D7FBDD;
  min-height: 80vh;
}

.modstff {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.modfrm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 1rem;
  width: 95%;
  margin: 2rem auto;
  position: relative;
  font-family: lato-regular;
  border-radius: 5px;
  box-shadow: 0 3px 5px #393939;
  padding: 1rem;
}
.modfrm__ttl {
  grid-column: 1/3;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 5px;
  margin: 1rem 0;
  border: 1px solid black;
  padding: 0.5rem 0;
}
.modfrm__lbl {
  font-size: 1.2rem;
}
.modfrm__sel {
  width: 98%;
}
.modfrm__btn {
  grid-column: 1/3;
  justify-self: center;
  align-self: center;
  width: 40%;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 3px rgb(144, 101, 101);
}
.modfrm__btn:active {
  box-shadow: 0 1.5px 2.5px rgb(196, 176, 176);
}

.att_lst_tbl {
  table-layout: auto;
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
}
.att_lst_tbl tr {
  border: 0.2px solid #3AD253;
}
.att_lst_tbl tr:hover {
  background-color: #92F4A2;
  color: white;
  font-weight: bold;
}
.att_lst_tbl__fix {
  position: sticky;
  top: 0;
}
.att_lst_tbl__head {
  background-color: #3AD253;
  color: white;
  font-weight: bold;
  padding-left: 1rem;
  border: 0.2px solid #3AD253;
}
.att_lst_tbl__data {
  padding-left: 1rem;
  transition: all 0.3s ease;
  border: 0.2px solid #3AD253;
}

.moddet {
  display: none;
  width: 100%;
  margin: 1rem auto;
  padding: 1rem;
  position: relative;
}

.moddetfrm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 1rem;
  width: 100%;
  font-family: lato-regular;
  border-radius: 5px;
  box-shadow: 0 3px 5px #393939;
  padding: 2rem;
}
.moddetfrm__ttl {
  grid-column: 1/3;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 5px;
  margin: 1rem 0;
  border: 1px solid black;
  padding: 0.5rem 0;
}
.moddetfrm__lbl {
  font-size: 1.2rem;
}
.moddetfrm__ipt {
  width: 98%;
}
.moddetfrm__sel {
  margin-left: 1rem;
  width: 30%;
}
.moddetfrm__grp {
  grid-column: 1/3;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.moddetfrm__btn {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background-color: #b5c8b8;
  border: none;
  box-shadow: 0 3px 5px #393939;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-left: 2rem;
  font-family: ara3;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
}
.moddetfrm__btn:hover {
  color: white;
}
.moddetfrm__btn:active {
  box-shadow: 0 1.5px 2.5px #393939;
  font-weight: bold;
}
.moddetfrm__btn:not(last-child) {
  margin-right: 1rem;
}
.moddetfrm__msg {
  grid-column: 1/3;
  text-align: center;
  font-family: ara3;
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: #8BD497;
  border-radius: 5px;
  margin-top: 1rem;
}

.confrim_del {
  position: absolute;
  width: 80%;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(105, 201, 119, 0.95);
  transition: all 0.2s ease-in-out;
  display: none;
}
.confrim_del__mgrp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: 0 auto;
}
.confrim_del__ttl {
  grid-column: 1/3;
  padding: 1rem 0;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}
.confrim_del__grp {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
}
.confrim_del__btn {
  width: 60%;
  border-radius: 5px;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .modstfatt {
    display: grid;
    grid-template-columns: 43% 57%;
  }
  .att_list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 22px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .modstfatt {
    display: grid;
    grid-template-columns: 43% 57%;
  }
  .att_list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 22px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .modstfatt {
    display: grid;
    grid-template-columns: 30% 70%;
  }
  .att_list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 22px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media all and (min-width: 1280px) {
  .modstfatt {
    display: grid;
    grid-template-columns: 30% 70%;
  }
  .att_list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 22px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.allowsetup {
  display: block;
  width: 100%;
  height: 78vh;
  margin: 0 auto;
}
.allowsetup__cont {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.allowsetupfrm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 2rem;
  font-family: lato-regular;
  margin-bottom: 2rem;
}
.allowsetupfrm__ttl {
  grid-column: 1/3;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}
.allowsetupfrm__lbl {
  padding-left: 1rem;
}
.allowsetupfrm__sel {
  width: 98%;
}
.allowsetupfrm__ipt {
  width: 98%;
}
.allowsetupfrm__btn {
  grid-column: 1/3;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  justify-self: center;
  align-self: center;
  box-shadow: 0 4px 5px black;
  transition: all 0.3s ease;
}
.allowsetupfrm__btn:hover {
  font-weight: bold;
}
.allowsetupfrm__btn:active {
  box-shadow: 0 2px 2.5px black;
}

.allow_lst {
  display: block;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 20rem;
  position: relative;
}
.allow_lst__grp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.allow_tbl {
  display: table;
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
.allow_tbl__fix {
  top: 0;
  position: sticky;
}
.allow_tbl th {
  background-color: blanchedalmond;
  color: black;
  font-weight: bold;
  border: 0.2px solid black;
}
.allow_tbl td {
  border: 0.2px solid black;
  padding-left: 1rem;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .allowsetup {
    display: grid;
    grid-template-columns: 43% 57%;
    grid-column-gap: 1rem;
  }
  .allowsetupfrm {
    width: 90%;
    margin: 0 auto;
    border: 0.3px solid black;
    box-shadow: 0 3px 5px black;
    border-radius: 10px;
    padding: 2rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .allowsetup {
    display: grid;
    grid-template-columns: 43% 57%;
    grid-column-gap: 1rem;
  }
  .allowsetupfrm {
    width: 90%;
    margin: 0 auto;
    border: 0.3px solid black;
    box-shadow: 0 3px 5px black;
    border-radius: 10px;
    padding: 2rem;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .allowsetup {
    display: grid;
    grid-template-columns: 43% 57%;
    grid-column-gap: 1rem;
  }
  .allowsetupfrm {
    width: 90%;
    margin: 0 auto;
    border: 0.3px solid black;
    box-shadow: 0 3px 5px black;
    border-radius: 10px;
    padding: 2rem;
  }
}
@media all and (min-width: 1280px) {
  .allowsetup {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 43% 57%;
    grid-column-gap: 1rem;
  }
  .allowsetupfrm {
    width: 60%;
    margin: 0 auto;
    border: 0.3px solid black;
    box-shadow: 0 3px 5px black;
    border-radius: 10px;
    padding: 2rem;
  }
}
.allowMain {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin: 0 auto;
}

.main_cont {
  width: 100%;
  margin: 0 auto;
}

.addclientfrm {
  margin-bottom: 2rem;
}
.addclientfrm__ipt {
  width: 30%;
}
.addclientfrm__btn {
  width: 32%;
}

.allow_msg {
  color: whitesmoke;
  font-family: ara3;
  font-size: 1.3rem;
  transition: all 0.3s ease-in-out;
}

.allow_det {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.allow_det__ttl {
  display: block;
  padding: 2rem 0;
  text-align: center;
  font-family: lato-regular;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
.allow_det__subgrp {
  display: flex;
  justify-content: center;
  align-content: center;
}

.btn_allow {
  width: 5rem;
  padding: 0.5rem 1rem;
}
.btn_allow:not(:last-child) {
  margin-right: 2rem;
}

.allow_det__grp {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.allow_lst_cont {
  display: block;
  width: 100%;
  height: 40rem;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

.delwin {
  display: none;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 90;
  border-radius: 10px;
  background-color: #c3dd2e;
  color: black;
  box-shadow: 0 3px 5px black;
}
.delwin__frm {
  display: grid;
  grid-template-columns: 1fr;
  width: 90%;
  margin: 0 auto;
  padding: 2rem;
}
.delwin__frm__ttl {
  text-align: center;
  font-family: ara3;
  font-size: 1.4rem;
  font-weight: bold;
}
.delwin__frm__grp {
  justify-self: center;
  align-self: center;
  display: flex;
  justify-content: center;
  align-content: center;
}
.delwin__frm__msg {
  text-align: center;
  width: 100%;
  color: red;
  font-family: ara3;
  font-size: 1.3rem;
}

.btn-sty {
  color: white;
}
.btn-sty:not(:last-child) {
  margin-right: 2rem;
}

.two-btn-grp {
  background-image: linear-gradient(184deg, rgb(240, 178, 198), rgb(12, 175, 255));
}

.two-btn {
  display: none;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .allowMain {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .addclientfrm {
    width: 90%;
    margin: 0 auto;
  }
  .addclientfrm__ipt {
    width: 30%;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .allowMain {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
  }
  .addclientfrm {
    width: 90%;
    margin: 0 auto;
  }
  .addclientfrm__ipt {
    width: 30%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .allowMain {
    display: grid;
    grid-template-columns: 43% 57%;
    justify-content: center;
  }
  .addclientfrm {
    width: 70%;
    margin: 0 auto;
  }
  .addclientfrm__ipt {
    width: 30%;
  }
}
@media all and (min-width: 1280px) {
  .allowMain {
    display: grid;
    grid-template-columns: 32% 57%;
    justify-content: center;
  }
  .addclientfrm {
    width: 70%;
    margin: 0 auto;
  }
  .addclientfrm__ipt {
    width: 30%;
  }
}
.eventuploadfrm__btn {
  display: block;
}

.eventuploadfrm__txt {
  min-height: 20rem;
  font-family: ara3;
  font-size: 1.4rem;
  text-align: right;
}

.editfrmvals {
  margin-bottom: 1rem;
  overflow: hidden;
}

.cctv {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.cctv__ttl {
  display: block;
  grid-column: 1/3;
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: lato-regular;
  padding: 1rem 0 1rem 2rem;
  color: white;
  background-color: #1d1248;
}

.cctvgrp {
  display: grid;
  width: 100%;
  grid-template-columns: 30% 70%;
  grid-row-gap: 0.5rem;
  justify-items: start;
  align-items: center;
}
.cctvgrp__sel {
  width: 50%;
  padding: 0.5rem 0;
}

.cctv_edit {
  display: none;
  position: absolute;
  transform: translate(-50%, 50%);
  left: 50%;
  top: 10%;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  padding: 3rem;
}

.cctv_edit_frm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 1rem;
  width: 100%;
  margin: 0 auto;
  background-color: #EEDDCA;
  border-radius: 10px;
  box-shadow: 0 3px 5px black;
  padding: 2rem;
}
.cctv_edit_frm__ttl {
  grid-column: 1/3;
  text-align: center;
  font-size: 1.3rem;
  font-family: lato-regular;
  color: rgb(42, 157, 143);
}
.cctv_edit_frm__lbl {
  text-align: left;
  padding-left: 1rem;
  font-family: 1.2rem;
}
.cctv_edit_frm__ipt {
  width: 95%;
}
.cctv_edit_frm__txt {
  grid-column: 1/3;
  justify-items: center;
  height: 10rem;
}
.cctv_edit_frm__grp {
  grid-column: 1/3;
  justify-self: center;
}
.cctv_edit_frm__but {
  padding: 1rem 0.5rem;
  background-color: transparent;
  border: 1px solid white;
  box-shadow: 0 3px 5px black;
  border-radius: 5px;
  cursor: pointer;
}

.cctv__tbl_cont {
  height: 65rem;
  width: 100%;
  margin: 0 auto;
}

.cctvmob {
  display: none;
}

.cctvarab {
  font-family: ara3;
  padding-right: 0.5rem;
  overflow-wrap: break-word;
  word-break: break-word;
}

.cctv_tblcont {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}

.cctvtbl {
  display: table;
  width: 100%;
  table-layout: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  border-collapse: collapse;
}
.cctvtbl tr:hover {
  background-color: aqua;
  cursor: pointer;
}
.cctvtbl__fix {
  top: 0;
  position: sticky;
}
.cctvtbl__head {
  background-color: black;
  color: white;
  font-weight: bold;
  font-family: lato-regular;
  text-align: left;
}
.cctvtbl__data {
  word-break: break-word;
  padding: 0.5rem 0;
}
.cctvtbl__empty {
  text-align: center;
  font-family: ara3;
  padding: 1rem 0;
  background-color: rgb(241, 111, 111);
  color: white;
  font-size: 1.4rem;
}
.cctvtbl__bx {
  width: 3%;
}
.cctvtbl__date {
  width: 7%;
}
.cctvtbl__brand {
  width: 10%;
}
.cctvtbl__branch {
  width: 10%;
}
.cctvtbl__time {
  width: 5%;
}
.cctvtbl__report {
  width: 47%;
}
.cctvtbl__cam {
  width: 10%;
}
.cctvtbl__file {
  width: 10%;
}

.minlst {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.repo_msg {
  display: inline;
  font-family: ara3;
  font-size: 1.4rem;
  font-weight: bold;
  color: red;
}

.cctv_bt_msg {
  display: none;
  color: red;
  font-size: 1.3rem;
  font-family: ara3;
}

.cctv_btngrp {
  display: block;
  margin: 1rem 0;
}

.ctv_ico_cont {
  display: none;
}

.stf_photo {
  display: none;
}

.act_tkn {
  display: none;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .cctv {
    display: grid;
    grid-template-columns: 48% 52%;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .cctv {
    display: grid;
    grid-template-columns: 48% 52%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .cctv {
    display: grid;
    grid-template-columns: 48% 52%;
  }
  .cctvmob {
    display: table-cell;
  }
  .cctv_tblcont {
    height: 80rem;
  }
}
@media all and (min-width: 1280px) {
  .cctv {
    display: grid;
    grid-template-columns: 35% 65%;
  }
  .cctvmob {
    display: table-cell;
  }
  .cctv_tblcont {
    height: 80rem;
  }
}
.perform {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.perform-ttl {
  display: block;
  font-family: lato-regular;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0.5rem 0;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  background-color: rgb(62, 55, 103);
  color: white;
  box-shadow: 0 3px 5px #393939;
}

.empllst {
  width: 98%;
  height: 80vh;
  display: block;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
.empllst__tbl {
  display: table;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  font-family: lato-regular;
  font-size: 1.3rem;
}
.empllst__tbl tr:hover {
  background-color: rgb(221, 228, 235);
  cursor: pointer;
}
.empllst__tbl__fix {
  top: 0;
  position: sticky;
}
.empllst__tbl__head {
  background-color: #590404;
  color: white;
  padding: 1rem 0;
}
.empllst__tbl__data {
  padding: 0.2rem 0;
}
.empllst__tbl__data__flex {
  display: flex;
  width: 100%;
  height: 10rem;
  overflow-x: hidden;
  overflow-y: scroll;
  flex-direction: column;
  justify-content: center;
}
.empllst__tbl__arab {
  font-family: ara3;
  font-size: 1.4rem;
}
.empllst__tbl__photo {
  width: 6rem;
  height: 7rem;
}

.grpicon {
  margin-right: 2rem;
}

.perdata {
  display: none;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.perdata__ttl {
  padding: 1rem 0;
  background-color: #590404;
  color: white;
  font-family: lato-regular;
  text-align: center;
  font-size: 1.3rem;
}
.perdata__empl {
  font-family: ara3;
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem 0;
}
.perdata__msg {
  font-family: ara3;
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem 0;
  color: red;
}

.viewper {
  display: none;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.viewper__ttl {
  padding: 1rem 0;
  background-color: #590404;
  color: white;
  font-family: lato-regular;
  text-align: center;
  font-size: 1.3rem;
}
.viewper__empl {
  font-family: ara3;
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem 0;
}
.viewper__msg {
  font-family: ara3;
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem 0;
  color: red;
}

.frmcont {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 4rem;
}

.permgript {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-row-gap: 1rem;
  align-items: center;
  border-radius: 10px;
  border: none;
  box-shadow: 0 3px 5px #393939;
  padding: 2rem;
  margin: 0 auto;
  width: 95%;
}
.permgript__lblara {
  display: none;
}
.permgript__sel {
  width: 60%;
}
.permgript__ipt {
  width: 100%;
  height: 15rem;
}

.viewmgript {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-row-gap: 1rem;
  align-items: center;
  border-radius: 10px;
  border: none;
  box-shadow: 0 3px 5px #393939;
  padding: 2rem;
  margin: 0 auto;
  width: 95%;
}
.viewmgript__lblara {
  display: none;
}
.viewmgript__sel {
  width: 60%;
}
.viewmgript__ipt {
  width: 100%;
  height: 15rem;
}
.viewmgript__sipt {
  width: 30%;
  height: 5rem;
  text-align: center;
}
.viewmgript__file {
  grid-column: 1/3;
}

.btn-grp {
  top: 0;
  position: sticky;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.btn-grp__btn {
  width: 8rem;
  padding: 0.5rem 1rem;
  font-family: lato-regular;
  font-size: 1.3rem;
  background-color: #e38c8c;
  box-shadow: 0 3px 5px #393939;
  transition: all 0.3s ease;
  border-radius: 5px;
  color: white;
  border: none;
}
.btn-grp__btn:not(:last-child) {
  margin-right: 1rem;
}
.btn-grp__btn:hover {
  box-shadow: 0 3px 8px #2B2B2B;
  font-weight: bold;
}
.btn-grp__btn:active {
  box-shadow: 0 1.5px 2.5px #393939;
}

.bar {
  display: block;
  background-color: blueviolet;
  width: 0;
  height: 100%;
  transition: all 0.4s ease-in-out;
  color: white;
  text-align: center;
}

.per_lst {
  display: block;
  width: 95%;
  height: 30rem;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
  align-self: center;
}

.per_chart {
  display: none;
  height: 30rem;
}

.revlnk:hover {
  color: red;
  transition: all 0.3s ease-in-out;
}

.revoked {
  background-color: red;
  color: white;
  font-weight: bold;
}

.hide_revoke {
  display: none;
}

.per_frm_cont_det {
  display: block;
  margin: 0 auto;
}

.per_sms_msg {
  display: none;
  width: 70%;
  margin: 0 auto;
  font-size: 1.3rem;
  font-family: ara3;
  text-align: center;
  color: red;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .perform {
    display: grid;
    grid-template-columns: 46% 1fr;
    width: 100%;
    margin: 0 auto;
  }
  .empllst {
    height: 97vh;
  }
  .per_frm_cont {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .perform {
    display: grid;
    grid-template-columns: 46% 1fr;
    width: 100%;
    margin: 0 auto;
  }
  .empllst {
    height: 97vh;
  }
  .per_frm_cont {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    margin: 0 auto;
  }
  .per_frm_cont_det {
    display: grid;
    grid-template-columns: 60% 1fr;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .perform {
    display: grid;
    grid-template-columns: 46% 1fr;
    width: 100%;
    margin: 0 auto;
  }
  .empllst {
    height: 97vh;
  }
  .per_frm_cont {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    margin: 0 auto;
  }
  .per_frm_cont_det {
    display: grid;
    grid-template-columns: 60% 1fr;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1280px) {
  .perform {
    display: grid;
    grid-template-columns: 46% 1fr;
    width: 100%;
    margin: 0 auto;
  }
  .empllst {
    height: 97vh;
  }
  .per_frm_cont {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    margin: 0 auto;
  }
  .per_frm_cont_det {
    display: grid;
    grid-template-columns: 60% 1fr;
    width: 100%;
    margin: 0 auto;
  }
}
.ter_request {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.ter_warpper {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.ter_ttl {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  font-family: lato-regular;
  color: white;
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #773939;
  text-transform: uppercase;
}

.fly_frm {
  display: grid;
  width: 95%;
  background-color: #EEDDCA;
  border-radius: 10px;
  box-shadow: 0 3px 5px #393939;
  margin: 1rem auto;
  height: 30rem;
  padding: 1rem;
  align-items: center;
  grid-template-columns: 20px 1fr 20px 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
.fly_frm__grp {
  grid-column: 1/5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem;
}
.fly_frm__sel {
  width: 40%;
}
.fly_frm__ipt {
  grid-column: 3/5;
}
.fly_frm__btn {
  width: 10rem;
  padding: 0.5rem 1rem;
  justify-self: center;
  align-self: center;
  margin: 1rem auto;
}
.fly_frm__com {
  grid-column: 1/5;
  font-family: ara3;
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 2rem;
}
.fly_frm__msg {
  grid-column: 1/5;
  font-family: ara3;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: red;
}
.fly_frm__grptxt {
  grid-column: 1/3;
}
.fly_frm__grpdata {
  grid-column: 3/5;
}

.ter_mob {
  display: none;
}

.ter_process {
  background-color: #87d1fc;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .ter_request {
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-column-gap: 2rem;
    width: 98%;
    margin: 0 auto;
  }
  .ter_mob {
    display: none;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .ter_request {
    display: grid;
    grid-template-columns: 28% 1fr;
    grid-column-gap: 2rem;
    width: 98%;
    margin: 0 auto;
  }
  .fly_frm {
    width: 60%;
  }
  .ter_mob {
    display: table-cell;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .ter_request {
    display: grid;
    grid-template-columns: 28% 1fr;
    grid-column-gap: 2rem;
    width: 98%;
    margin: 0 auto;
  }
  .fly_frm {
    width: 60%;
  }
  .ter_mob {
    display: table-cell;
  }
}
@media all and (min-width: 1280px) {
  .ter_request {
    display: grid;
    grid-template-columns: 28% 1fr;
    grid-column-gap: 2rem;
    width: 98%;
    margin: 0 auto;
  }
  .fly_frm {
    width: 60%;
  }
  .ter_mob {
    display: table-cell;
  }
}
.budget_bar {
  height: 10rem;
}

.items_bar {
  height: 59rem;
}

.frmrev {
  grid-row-gap: 1rem;
}

.piechart {
  height: 20rem;
}

.promchart {
  grid-column: 1/3;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .revsection {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-row-gap: 2rem;
    justify-items: center;
    align-items: center;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .revsection {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-row-gap: 2rem;
    justify-items: center;
    align-items: center;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .revsection {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-row-gap: 2rem;
    justify-items: center;
    align-items: center;
  }
}
@media all and (min-width: 1280px) {
  .revsection {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-row-gap: 2rem;
    justify-items: center;
    align-items: center;
  }
}
.searchmain {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.search_tbl {
  display: table;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  font-family: lato-regular;
  font-size: 1.3rem;
}
.search_tbl__fix {
  top: 0;
  position: sticky;
}
.search_tbl__head {
  background-color: #693232;
  color: white;
  padding-left: 1rem;
  border: 0.2px solid black;
}
.search_tbl__data {
  padding-left: 1rem;
  font-size: 1.1rem;
  border: 0.2px solid black;
}
.search_tbl__foot {
  background-color: #693232;
  color: white;
  padding-left: 1rem;
  border: 0.2px solid black;
}
.search_tbl__ttl {
  background-color: rgb(172, 226, 159);
  font-weight: bold;
  font-family: lato-regular;
}
.search_tbl__bold {
  font-weight: bold;
}

.src_mob {
  display: none;
}

.staff_details_cont {
  margin: 2rem 0;
  display: block;
  width: 100%;
  height: 30rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.pro_bar {
  display: block;
  background-color: #13156f;
  color: white;
  width: 0%;
  font-size: 0.9rem;
}

.per_search_lst {
  height: 2rem;
  display: grid;
  grid-template-columns: 20% 80%;
  grid-column-gap: 1rem;
  align-items: center;
}

.per_rate {
  font-size: 0.9rem;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .searchmain {
    display: grid;
    grid-template-columns: 32% 1fr;
    grid-row-gap: 1rem;
  }
  .staff_details_cont {
    grid-column: 1/3;
    justify-self: center;
  }
  .src_mob {
    display: table-cell;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .searchmain {
    display: grid;
    grid-template-columns: 32% 1fr;
    grid-row-gap: 1rem;
  }
  .staff_details_cont {
    grid-column: 1/3;
    justify-self: center;
  }
  .src_mob {
    display: table-cell;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .searchmain {
    display: grid;
    grid-template-columns: 32% 1fr;
    grid-row-gap: 1rem;
  }
  .staff_details_cont {
    grid-column: 1/3;
    justify-self: center;
  }
  .src_mob {
    display: table-cell;
  }
}
@media all and (min-width: 1280px) {
  .searchmain {
    display: grid;
    grid-template-columns: 32% 1fr;
    grid-row-gap: 1rem;
  }
  .staff_details_cont {
    grid-column: 1/3;
    justify-self: center;
  }
  .src_mob {
    display: table-cell;
  }
}
.analysis {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.tax {
  display: block;
  width: 85%;
  margin: 0 auto;
}

.taxpgttl {
  grid-column: 1/3;
  background-color: #202050;
  color: white;
  font-family: lato-regular;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 0 1rem 2rem;
  margin-bottom: 0.5rem;
}

.taxmsg {
  grid-column: 1/3;
  text-align: center;
  color: red;
  font-family: ara3;
  font-size: 1.4rem;
}

.rules-tbl-cont {
  display: block;
  width: 100%;
  grid-column: 1/4;
  margin-top: 3rem;
  justify-self: center;
  align-items: center;
}

.rules_tbl {
  display: table;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}
.rules_tbl__fix {
  top: 0;
  position: sticky;
  padding: 1rem 0;
}
.rules_tbl__head {
  background-color: rgb(169, 71, 71);
  color: rgb(247, 218, 218);
  padding-left: 1rem;
  border: 0.2px solid white;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 1.2rem;
}
.rules_tbl__data {
  padding-left: 1rem;
  border: 0.2px solid black;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 1.3rem;
}

.layers {
  height: 29rem;
  display: none;
}

.insurance {
  height: 20rem;
  display: none;
}

.slabs {
  display: none;
}

.taxico_cont {
  display: none;
}

.tax_calc_frm {
  margin-top: 2rem;
  display: none;
  height: 20rem;
}

.taxcalc_cont {
  display: none;
}

.data_view {
  display: none;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .txmain {
    display: grid;
    grid-template-columns: 10% 1fr;
  }
  .tax {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .txmain {
    display: grid;
    grid-template-columns: 10% 1fr;
  }
  .tax {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .txmain {
    display: grid;
    grid-template-columns: 10% 1fr;
  }
  .tax {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (min-width: 1280px) {
  .txmain {
    display: grid;
    grid-template-columns: 13% 1fr;
    align-items: start;
  }
  .txmain__menu {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.3rem;
    height: 100vh;
    grid-auto-rows: 3.5rem;
  }
  .txmain__menu__lnk {
    height: 3.5rem;
    padding-left: 2rem;
    line-height: 3.5rem;
  }
  .tax {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .slbs_lnk {
    color: white;
    font-family: lato-regular;
    font-size: 1.5rem;
  }
  .slbs_lnk:hover {
    color: #438d63;
  }
  .slbs_lnk:active {
    color: #4778b3;
  }
}
.main_pay {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.submit_chklist {
  display: block;
  width: 100%;
  height: 40rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.att_summary {
  display: block;
  width: 100%;
  height: 40rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.att_sum_tbl {
  display: table;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}
.att_sum_tbl__fix {
  position: sticky;
  top: 0;
  background-color: black;
  color: white;
}

.tbl_chk_att {
  display: table;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border: 0.2px solid black;
}
.tbl_chk_att__fix {
  position: sticky;
  top: 0;
  background-color: black;
  color: white;
}
.tbl_chk_att__head {
  text-align: left;
  padding-left: 1rem;
}
.tbl_chk_att__data {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  padding-left: 1rem;
  border: 0.2px solid black;
}

.info_win {
  display: none;
  position: absolute;
  width: 19rem;
  height: 15rem;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  background-color: rgb(240, 239, 233);
  z-index: 10;
}

.wd_det {
  display: inline-block;
  width: 100%;
  padding: 0.5rem;
}

.tmpwin {
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5rem;
}

.tmptbl {
  width: 100%;
  display: table;
  table-layout: auto;
  border-collapse: collapse;
  border: 0.2px solid white;
  background-color: rgb(130, 240, 187);
  font-family: lato-regular;
}
.tmptbl__fix {
  background-color: black;
  color: white;
  position: sticky;
  top: 0;
}
.tmptbl__head {
  text-align: center;
}
.tmptbl__data {
  border: 0.2px solid rgb(218, 252, 254);
  padding: 0.5rem 0;
  text-align: center;
}

.proc_error {
  display: block;
  width: 100%;
  text-align: center;
  color: red;
  font-family: ara3;
  font-size: 1.3rem;
  margin: 2rem auto;
}

.pay_ready {
  display: block;
  margin: 0 auto;
}

.pay_calc_sel {
  display: none;
}

.pay_calc_att {
  display: block;
  width: 100%;
  height: 86rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

.adv_sms_con {
  display: none;
}

.sms_lst {
  display: none;
  width: 90%;
  height: 20rem;
  margin: 2rem auto;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.2s ease;
}

.smstxt {
  display: block;
}

.smsttl {
  font-size: 1.2rem;
  font-weight: bold;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .main_pay {
    display: grid;
    grid-template-columns: 270px 1fr 1fr;
  }
  .pay_calc_att {
    grid-column: 2/4;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .main_pay {
    display: grid;
    grid-template-columns: 370px 1fr 1fr;
  }
  .pay_calc_att {
    grid-column: 2/4;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .main_pay {
    display: grid;
    grid-template-columns: 370px 1fr 1fr;
  }
  .pay_calc_att {
    grid-column: 2/4;
  }
}
@media all and (min-width: 1280px) {
  .main_pay {
    display: grid;
    grid-template-columns: 370px 1fr 1fr;
  }
  .pay_calc_att {
    grid-column: 2/4;
  }
}
.leavers-main {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.leavers-main__cont {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.leavers-main__cont-lst {
  display: block;
  width: 90%;
  height: 30rem;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

.lvrs_frm_mod {
  height: -moz-max-content;
  height: max-content;
}

.leavers-lst {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.leavers-lst__ttl {
  width: 100%;
  padding: 0.5rem 0;
  text-align: center;
  font-family: lato-regular;
  font-size: 1.4rem;
  color: white;
  font-weight: bold;
  background-color: #daaf7e;
}
.leavers-lst__grp {
  display: flex;
  width: 60%;
  justify-content: space-between;
  align-items: center;
  margin: 1rem auto;
}
.leavers-lst__hide {
  display: none;
}

.lvrs_msg {
  display: none;
  text-align: center;
  font-family: ara3;
  color: red;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  justify-content: center;
}

.leaverstbl-cont {
  width: 100%;
  height: 60rem;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

.tertbl {
  display: table;
  width: 98%;
  table-layout: auto;
  border-collapse: collapse;
  font-family: lato-regular;
  font-size: 1.3rem;
  margin: 0 auto;
}
.tertbl tr:hover {
  background-color: #f7d0a3;
}
.tertbl__fix {
  top: 0;
  position: sticky;
}
.tertbl__head {
  padding: 0.5rem 0;
  background-color: #eeddca;
  font-size: 1.4rem;
  font-weight: bold;
}
.tertbl__data {
  padding: 0.5rem 0;
  font-size: 1.3rem;
  padding: 0 1rem;
}
.tertbl__photo {
  width: 10rem;
  text-align: center;
}
.tertbl__lng {
  width: 20%;
}
.tertbl__hide {
  display: none;
}

.temp_window {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 50%);
  display: block;
  width: 300px;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 3px 5px black;
  background-color: #EEDDCA;
  display: none;
  z-index: 9;
}
.temp_window__msg {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: ara3;
  font-size: 1.4rem;
  text-align: center;
}
.temp_window__grp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.temp_window__button {
  width: 10rem;
  padding: 0.5rem 1rem;
  border: 1px solid white;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.temp_window__button:not(:last-child) {
  margin-right: 2rem;
}
.temp_window__button:hover {
  box-shadow: 0 3px 3px rgba(54, 29, 1, 0.3568627451);
}
.temp_window__button:active {
  box-shadow: 0 1.5px 3px rgba(54, 29, 1, 0.3568627451);
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .leavers-main {
    display: grid;
    grid-template-columns: 45% 1fr;
    width: 100%;
    margin: 0 auto;
  }
  .tertbl__hide {
    display: table-cell;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .leavers-main {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    margin: 0 auto;
  }
  .tertbl__hide {
    display: table-cell;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .leavers-main {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    margin: 0 auto;
  }
  .tertbl__hide {
    display: table-cell;
  }
}
@media all and (min-width: 1280px) {
  .leavers-main {
    display: grid;
    grid-template-columns: 23% 1fr;
    width: 100%;
    margin: 0 auto;
  }
  .tertbl__hide {
    display: table-cell;
  }
}
.separation-main {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.lvrs_frm {
  height: 24rem;
}

.sep_com {
  width: 100%;
  margin: 0 auto;
}

.lvrs_sum {
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.3s ease;
  height: 47rem;
}

.sep_sc {
  display: none;
}

.att_lst__frm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-row-gap: 1rem;
  width: 90%;
  margin: 2rem auto;
  padding: 1rem;
  box-shadow: 0 3px 3px black;
  border-radius: 10px;
  background-color: #EEDDCA;
}
.att_lst__frm__ttl {
  grid-column: 1/3;
  text-align: center;
  font-size: 1.3rem;
}
.att_lst__frm__but {
  grid-column: 1/3;
  background-color: transparent;
  border: 0.2px solid white;
  border-radius: 5px;
  box-shadow: 0 3px 5px black;
  justify-self: center;
  padding: 0.5rem 1rem;
}
.att_lst__frm__but:active {
  box-shadow: 0 1.5px 2.5px black;
}
.att_lst__frm__grp {
  grid-column: 1/3;
  display: none;
}

.sep_tbl {
  display: table;
  table-layout: auto;
  width: 90%;
  margin: 2rem auto;
  border-collapse: collapse;
}
.sep_tbl__head {
  text-align: left;
  background-color: beige;
  padding: 0.5rem 0;
}
.sep_tbl__photo {
  width: 7rem;
}
.sep_tbl__button {
  border-radius: 5px;
  border: 0.2px solid rgba(145, 139, 139, 0.404);
  padding: 0.5rem 1rem;
  box-shadow: 0 3px 3px black;
  transition: all 0.3s ease;
  cursor: pointer;
}
.sep_tbl__button:hover {
  box-shadow: 0 5px 5px black;
}
.sep_tbl__button:active {
  box-shadow: 0 2.5px 2.5px black;
}
.sep_tbl__hide {
  display: none;
}

.proc_tbl {
  display: table;
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  font-family: lato-regular;
  border: 0.2px solid black;
}
.proc_tbl__ttl {
  background-color: rgb(207, 197, 197);
  font-family: lato-regular;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.4rem;
  border: 0.2px solid black;
}
.proc_tbl__subttl {
  background-color: rgb(42, 39, 39);
  font-weight: bold;
  text-align: left;
  color: white;
  border: 0.2px solid black;
  padding-left: 2rem;
}
.proc_tbl__head {
  font-weight: bold;
  padding: 0.5rem 0;
  border: 0.2px solid black;
  padding-left: 2rem;
}
.proc_tbl__data {
  padding: 0.5rem 0;
  font-size: 1.2rem;
  border: 0.2px solid black;
  padding-left: 2rem;
}

.sc__frm {
  width: 70%;
}

.att_tbl_cont {
  display: block;
  width: 100%;
  height: 30rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.sep_att_tbl {
  display: table;
  table-layout: auto;
  width: 80%;
  margin: 2rem auto;
  border-collapse: collapse;
}
.sep_att_tbl__fix {
  position: sticky;
  top: 0;
}
.sep_att_tbl__head {
  background-color: black;
  color: white;
}
.sep_att_tbl__ttldata {
  text-align: center;
  border: 0.2px solid black;
}

.att_lst {
  display: block;
}

.sc_act {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 70%;
  margin: 5rem auto;
  grid-row-gap: 0.5rem;
}
.sc_act__ttl {
  grid-column: 1/3;
  background-color: #393939;
  color: white;
  font-family: lato-regular;
  font-size: 1.3rem;
}
.sc_act_lbl {
  font-size: 1.2rem;
  font-family: lato-regular;
}
.sc_act_con {
  grid-column: 1/3;
  text-align: center;
}
.sc_act_val {
  display: flex;
  justify-content: space-around;
}
.sc_act_pmsysval {
  font-size: 1.2rem;
  font-weight: bold;
  color: red;
  text-align: center;
  background-color: rgb(184, 222, 244);
}
.sc_act_cmsysval {
  font-size: 1.2rem;
  font-weight: bold;
  color: red;
  text-align: center;
  background-color: rgb(184, 222, 244);
}

.pm_sc_ipt {
  width: 10rem;
}

.cm_sc_ipt {
  width: 10rem;
}

.pm_con_sc {
  padding: 0.5rem 1rem;
  box-shadow: 0 3px 5px rgb(87, 79, 79);
  border-radius: 5px;
  margin: 1rem auto;
  cursor: pointer;
}
.pm_con_sc:active {
  box-shadow: 0 1.5px 2.5px rgb(103, 87, 87);
}

.cm_con_sc {
  padding: 0.5rem 1rem;
  box-shadow: 0 3px 5px rgb(87, 79, 79);
  border-radius: 5px;
  margin: 1rem auto;
  cursor: pointer;
}
.cm_con_sc:active {
  box-shadow: 0 1.5px 2.5px rgb(103, 87, 87);
}

.fin_calc {
  border-top: 3px solid black;
}
.fin_calc_frm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 90%;
  margin: 2rem auto;
  align-items: center;
  grid-row-gap: 1rem;
}
.fin_calc_frm__ttl {
  grid-column: 1/3;
  text-align: center;
  font-size: 1.4rem;
  font-family: lato-regular;
  font-weight: bold;
  background-color: #4f61c4;
  color: white;
  text-transform: uppercase;
  padding: 0.5rem 0;
}
.fin_calc_frm__lbl {
  padding-left: 1rem;
  font-size: 1.3rem;
  font-family: lato-regular;
}
.fin_calc_frm__sublbl {
  font-weight: bold;
  padding-left: 1rem;
  font-size: 1.3rem;
  font-family: lato-regular;
}
.fin_calc_frm__grp {
  grid-column: 1/3;
  display: none;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  padding: 0.5rem;
  border: 0.2px solid black;
}
.fin_calc_frm__subgrp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 30%;
  margin: 0 auto;
  grid-row-gap: 0.5rem;
}
.fin_calc_frm__ipt {
  width: 4rem;
  height: 2rem;
}
.fin_calc_frm_ipt {
  width: 20%;
}
.fin_calc_frm__txt {
  font-family: ara3;
  font-size: 1.4rem;
  width: 90%;
  height: 20rem;
  text-align: right;
  padding: 1rem;
}
.fin_calc_frm__txt-sm {
  font-family: ara3;
  font-size: 1.4rem;
  width: 90%;
  height: 5rem;
  text-align: right;
  padding: 1rem;
}
.fin_calc_frm__grp-btn {
  grid-column: 1/3;
  display: flex;
  grid-template-columns: 1fr 2fr;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

.sep_err_msg {
  display: none;
  text-align: center;
  background-color: red;
  color: white;
  font-family: ara3;
  font-size: 1.3rem;
}

.fin_tbl_but {
  text-align: center;
}

.con_fin_ded {
  border-radius: 5px;
  box-shadow: 0 3px 5px #393939;
  cursor: pointer;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
}
.con_fin_ded:active {
  box-shadow: 0 1.5px 2.5px #393939;
}

.sep_slip {
  grid-column: 1/4;
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 0.2px solid black;
}

.sep_tbl_img {
  height: 3rem;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .separation-main {
    display: grid;
    grid-template-columns: 45% 1fr;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .sep_frm {
    height: 22rem;
  }
  .sep_grid_fix {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.fin_tmp_win {
  display: none;
  position: absolute;
  transform: translate(50%, 135%);
  z-index: 1;
}

@media all and (min-width: 769px) and (max-width: 1024px) {
  .separation-main {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .sep_grid_fix {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sep_frm {
    height: 22rem;
  }
  .sep_slip {
    grid-column: 1/4;
    display: block;
    width: 60%;
    margin: 0 auto;
    border: 0.2px solid black;
  }
  .loading-style6__ring-mob {
    height: 100%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .separation-main {
    display: grid;
    grid-template-columns: 30% 47% 1fr;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .sep_frm {
    height: 22rem;
  }
  .sep_grid_fix {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sep_slip {
    grid-column: 1/4;
    display: block;
    width: 60%;
    margin: 0 auto;
    border: 0.2px solid black;
  }
  .loading-style6__ring-mob {
    height: 100%;
  }
}
@media all and (min-width: 1280px) {
  .separation-main {
    display: grid;
    grid-template-columns: 23% 47% 1fr;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .sep_frm {
    height: 22rem;
  }
  .sep_grid_fix {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sep_slip {
    grid-column: 1/4;
    display: block;
    width: 60%;
    margin: 0 auto;
    border: 0.2px solid black;
  }
  .loading-style6__ring-mob {
    height: 100%;
  }
}
.sms_cont {
  display: block;
  position: relative;
  margin: 0 auto;
}

.dept_sel {
  display: block;
  width: 100%;
}

.empl_cell_list {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 40rem;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: #7f76d5 #2ce497;
  scrollbar-width: thin;
}

.link_info {
  width: 87%;
  margin: 0 auto;
  display: block;
}

.tbl_extended {
  grid-column: 1/3;
  margin: 0 auto;
}

.tbl_tt {
  display: block;
  font-family: lato-regular;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5rem 0;
  margin: 0 auto;
  background-color: beige;
}

.sms_usrs_lst {
  grid-column: 1/3;
}

.sms_tbl {
  width: 95%;
  margin: 0 auto;
  display: block;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .sms_cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .sms_cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .sms_cont {
    display: grid;
    grid-template-columns: 20% 45% 1fr;
  }
}
@media all and (min-width: 1280px) {
  .sms_cont {
    display: grid;
    grid-template-columns: 20% 45% 1fr;
  }
}
.itreqMain {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.itreqMain__ttl {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: rgb(74, 99, 120);
  color: white;
  font-family: lato-regular;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.4rem;
}

.typother {
  display: none;
  text-align: right;
  font-family: ara3;
  font-size: 1.3rem;
}

.typ_cat {
  display: none;
  text-align: right;
  font-family: ara3;
  font-size: 1.3rem;
}

.typ_gen {
  grid-column: 1/3;
  width: 70%;
  justify-self: center;
  text-align: right;
  font-family: ara3;
  font-size: 1.3rem;
}

.ittbl_mob {
  display: none;
}

@media all and (min-width: 769px) and (max-width: 1024px) {
  .itreqMain {
    display: grid;
    grid-template-columns: 48% 1fr;
    justify-items: center;
  }
  .itreqMain__ttl {
    grid-column: 1/3;
  }
  .it_req_sts {
    width: 95%;
    margin-top: 3rem;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .itreqMain {
    display: grid;
    grid-template-columns: 38% 1fr;
    justify-items: center;
  }
  .itreqMain__ttl {
    grid-column: 1/3;
  }
  .it_req_sts {
    width: 95%;
    margin-top: 3rem;
  }
}
@media all and (min-width: 1280px) {
  .itreqMain {
    display: grid;
    grid-template-columns: 30% 1fr;
    justify-items: center;
  }
  .itreqMain__ttl {
    grid-column: 1/3;
  }
  .it_req_sts {
    width: 95%;
    margin-top: 3rem;
  }
}
.sc-main {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.sc_side {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.sc_tmp_windows {
  display: none;
  position: absolute;
  transform: translate(50%, 50%);
  z-index: 5;
}

.scbtngrp {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.scbtn:not(last-child) {
  margin-left: 2rem;
}

.tbl_sc_mod {
  width: 50%;
  margin: 0 auto;
}

.sc_usr_msg {
  width: 100%;
  text-align: center;
  font-family: ara3;
  color: red;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1rem;
}

.more_btns:not(last-child) {
  margin-right: 1rem;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .sc-main {
    display: grid;
    grid-template-columns: 45% 1fr;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .sc-main {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .sc-main {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1280px) {
  .sc-main {
    display: grid;
    grid-template-columns: 23% 1fr;
    width: 100%;
    margin: 0 auto;
  }
}
.itreq_admin {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}
.itreq_admin__cont {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
.itreq_admin__ttl {
  width: 100%;
  display: block;
  text-align: center;
  color: white;
  background-color: rgb(36, 37, 84);
  font-family: lato-regular;
  font-size: 1.2rem;
  padding: 0.8rem 0;
}
.itreq_admin__list {
  display: block;
  width: 100%;
  height: 30rem;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
.itreq_admin__grp {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.5rem 0;
  margin: 1rem auto;
}

@media all and (min-width: 1025px) and (max-width: 1280px) {
  .ittbl_mob_sm {
    display: none;
  }
  .ittbl_mob_lr {
    display: table-cell;
  }
  .ittbl_mob {
    display: table-cell;
  }
  .itreq_admin {
    display: grid;
    grid-template-columns: 49% 1fr;
  }
  .itfullfilled {
    grid-column: 1/3;
    height: 30rem;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .fullfillreport {
    grid-column: 1/3;
    margin-top: 2rem;
  }
  .pdftbl-mod {
    width: 60%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1280px) {
  .ittbl_mob_sm {
    display: none;
  }
  .ittbl_mob_lr {
    display: table-cell;
  }
  .ittbl_mob {
    display: table-cell;
  }
  .itreq_admin {
    display: grid;
    grid-template-columns: 49% 1fr;
  }
  .itfullfilled {
    grid-column: 1/3;
    height: 30rem;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .fullfillreport {
    grid-column: 1/3;
    margin-top: 2rem;
  }
  .pdftbl-mod {
    width: 60%;
    margin: 0 auto;
  }
}
.adv-main {
  display: block;
  width: 100%;
  position: relative;
}

.iptsm {
  width: 4rem;
}

.usr_note {
  display: block;
  width: 90%;
  padding: 1rem;
  font-family: lato-regular;
  font-size: 1.2rem;
  margin: 0 auto;
  border-radius: 10px;
  background-color: aliceblue;
}
.usr_note__ara {
  display: block;
  width: 90%;
  padding: 1rem;
  font-family: ara3;
  font-size: 1.3rem;
  margin: 0 auto;
  border-radius: 10px;
  background-color: aliceblue;
  margin-top: 1rem;
  text-align: right;
}

.varclass {
  display: none;
}

.adv-lst__trs {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: rgb(67, 58, 110);
  color: white;
  font-family: lato-regular;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5rem 0;
}

.advgrp-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.5rem 0;
}

.appicon {
  display: none;
}

.adv_sysmsg {
  display: none;
  color: red;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  font-family: ara3;
}

.shrt_win_adv {
  display: none;
  width: 40rem;
  position: absolute;
  z-index: 10;
  transform: translate(50%, 20%);
  left: -50%;
}

.shrt_win_adv2 {
  display: none;
  width: 40rem;
  position: absolute;
  z-index: 10;
  transform: translate(50%, 20%);
  left: -50%;
}

.adv_req {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.advhr {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.adv_his_lst {
  display: none;
}

.fin_win_msg {
  font-family: ara3;
  color: red;
  font-size: 1.3rem;
  text-align: center;
}

.pm_scr {
  display: none;
}

.advpdf {
  width: 99%;
  margin: 0 auto;
}

.adv_view_cont {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.adv_tmp {
  display: none;
  position: absolute;
  width: 30rem;
  left: 15%;
  z-index: 1;
}

.tmpico {
  display: none;
}

.adv_none {
  display: none;
}

.none_repo {
  display: none;
}

.adv_repo {
  display: block;
  width: 95%;
  margin: 0 auto;
}

.stsico {
  display: none;
}

.adv_repo__data {
  display: block;
  width: 100%;
  height: 30rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

.ot_tbl {
  grid-column: 1/3;
  width: 70%;
  margin: 0 auto;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .shrt_win_adv {
    display: none;
    width: 40rem;
    position: absolute;
    z-index: 10;
    transform: translate(132%, 6%);
    left: -50%;
  }
  .shrt_win_adv2 {
    display: none;
    width: 40rem;
    position: absolute;
    z-index: 10;
    transform: translate(132%, 6%);
    left: -50%;
  }
  .adv_tmp {
    display: none;
    position: absolute;
    width: 30rem;
    left: 33%;
    z-index: 1;
  }
  .adv_repo {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    padding: 1rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .adv-main {
    display: grid;
    grid-template-columns: 40% 2fr;
    width: 100%;
    position: relative;
  }
  .app-lst {
    grid-column: 1/3;
    width: 70%;
    margin: 0 auto;
  }
  .shrt_win_adv {
    display: none;
    width: 40rem;
    position: absolute;
    z-index: 10;
    transform: translate(205%, 7%);
    left: -50%;
  }
  .shrt_win_adv2 {
    display: none;
    width: 40rem;
    position: absolute;
    z-index: 10;
    transform: translate(205%, 7%);
    left: -50%;
  }
  .adv_tmp {
    display: none;
    position: absolute;
    width: 30rem;
    left: 38%;
    z-index: 1;
  }
  .adv_repo {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    padding: 1rem;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .adv-main {
    display: grid;
    grid-template-columns: 40% 2fr;
    width: 100%;
    position: relative;
  }
  .app-lst {
    grid-column: 1/3;
    width: 70%;
    margin: 0 auto;
  }
  .shrt_win_adv {
    display: none;
    width: 40rem;
    position: absolute;
    z-index: 10;
    transform: translate(291%, 9%);
    left: -50%;
  }
  .shrt_win_adv2 {
    display: none;
    width: 40rem;
    position: absolute;
    z-index: 10;
    transform: translate(291%, 9%);
    left: -50%;
  }
  .adv_tmp {
    display: none;
    position: absolute;
    width: 30rem;
    left: 40%;
    z-index: 1;
  }
  .adv_repo {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    padding: 1rem;
  }
}
@media all and (min-width: 1280px) {
  .adv-main {
    display: grid;
    grid-template-columns: 40% 2fr;
    width: 100%;
    position: relative;
  }
  .app-lst {
    grid-column: 1/3;
    width: 70%;
    margin: 0 auto;
  }
  .shrt_win_adv {
    display: none;
    width: 40rem;
    position: absolute;
    z-index: 10;
    transform: translate(291%, 9%);
    left: -50%;
  }
  .shrt_win_adv2 {
    display: none;
    width: 40rem;
    position: absolute;
    z-index: 10;
    transform: translate(291%, 9%);
    left: -50%;
  }
  .adv_tmp {
    display: none;
    position: absolute;
    width: 30rem;
    left: 40%;
    z-index: 1;
  }
  .adv_repo {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    padding: 1rem;
  }
  .advance_search {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    padding: 1rem;
  }
  .pm_flt_data {
    display: block;
    position: relative;
    width: 100%;
  }
  .det_tbl_bby {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    justify-items: center;
    align-items: center;
  }
  .adv_data_tbl {
    width: 90%;
  }
}
.ops_mon {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.ops_mon__ttl {
  display: block;
  width: 100%;
  background-color: #375f79;
  color: white;
  font-family: lato-regular;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  padding: 0.5rem 0;
}
.ops_mon__tmpwin {
  display: none;
}
.ops_mon__sec1-tbl {
  display: block;
  width: 100%;
  overflow-x: scroll;
}

.delchq_ico {
  display: none;
}

.charttoggle {
  display: none;
}

.revreq_ico {
  display: none;
}

.revreq_ico {
  margin-top: 2rem;
}

.stfchrt {
  display: none;
  height: 44rem;
}

.dailyrev {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
  overflow-y: scroll;
  height: 55rem;
}

.ops_prog_bar1 {
  background-color: #ba1a1a;
  width: 0%;
  color: white;
}

.ops_prog_bar2 {
  background-color: #230dca;
  width: 0%;
  color: white;
}

.ops_prog_bar3 {
  background-color: #93628d;
  width: 0%;
  color: white;
}

.ops_mon__sec4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
  height: 76rem;
}

.ttl_cheq {
  height: 63rem;
  overflow-x: scroll;
  overflow-y: scroll;
}

.det_cheq {
  height: 63rem;
  overflow-x: scroll;
  overflow-y: scroll;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .ops_mon {
    display: grid;
    grid-template-columns: 48% 52%;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .ops_mon {
    display: grid;
    grid-template-columns: 48% 52%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .ops_mon {
    display: grid;
    grid-template-columns: 48% 52%;
  }
}
@media all and (min-width: 1280px) {
  .ops_mon {
    display: grid;
    grid-template-columns: 35% 65%;
  }
}
.mr-main {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mr-main__data {
  margin-top: 2rem;
  display: block;
  width: 98%;
  height: 60rem;
  margin: 2rem auto;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 2px solid #c6b0b0;
  border-radius: 20px;
  padding: 1rem;
}
.mr-main__frm {
  display: block;
  width: 100%;
  height: 60rem;
  margin-top: 2rem;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 2px solid #c6b0b0;
  border-radius: 20px;
  padding: 1rem;
  position: relative;
}
.mr-main__sec {
  display: block;
  width: 100%;
  min-height: 60rem;
  margin: 2rem 1rem;
  border: 2px solid #c6b0b0;
  border-radius: 20px;
  padding: 1rem;
}

.mr-ttl-ar {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: ara3;
  font-size: 2.4rem;
  text-align: center;
  color: white;
  background-color: rgb(66, 62, 87);
  font-weight: bold;
}

.mr-ttl {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: lato-regular;
  font-size: 1.6rem;
  text-align: center;
  color: white;
  background-color: rgb(66, 62, 87);
  font-weight: bold;
  padding: 1rem;
}

.err_msg {
  grid-column: 1/3;
  color: red;
  font-weight: bold;
  font-family: ara3;
  font-size: 1.3rem;
  text-align: center;
}

.add_ico {
  margin-top: 2rem;
  display: none;
}

.mt_action {
  display: none;
  margin: 2rem auto;
}

.mr_tmpwin {
  display: none;
  position: absolute;
  left: 13%;
  top: 11%;
  z-index: 2;
}

.add_gen_req {
  margin: 2rem;
}

.mt_view {
  display: none;
  position: absolute;
  top: 14rem;
  left: 0rem;
  z-index: 2;
}

.red_view {
  display: none;
  top: 14rem;
  left: 3rem;
}

.mtviewfrm {
  width: 35rem;
}

.img_vw {
  display: none;
}

.req_ico {
  display: none;
}

.act_icon_cont {
  display: none;
}

.tmpwin_mc {
  display: block;
  width: 95%;
  margin: 0 auto;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .mr-main {
    display: grid;
    grid-template-columns: 37% 1fr;
    grid-column-gap: 2rem;
  }
  .mr-main__data {
    margin-top: 2rem;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 60rem;
  }
  .mr-main__frm {
    margin-top: 2rem;
  }
  .mr-ttl {
    grid-column: 1/3;
  }
  .mr-ttl-ar {
    grid-column: 1/3;
  }
  .mt_action {
    width: 100%;
    margin: 2rem auto;
  }
  .mr_tmpwin {
    left: 27%;
  }
  .mt_view {
    display: none;
    position: absolute;
    top: 14rem;
    left: 6px;
    z-index: 2;
  }
  .red_view {
    display: none;
    top: 18rem;
    left: 12px;
  }
  .mtviewfrm {
    width: 29rem;
  }
  .tmpwin_mc {
    display: block;
    position: absolute;
    width: 40rem;
    left: 20%;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .mr-main {
    display: grid;
    grid-template-columns: 37% 1fr;
    grid-column-gap: 2rem;
  }
  .mr-main__data {
    margin-top: 2rem;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 60rem;
  }
  .mr-main__frm {
    margin-top: 2rem;
  }
  .mr-ttl {
    grid-column: 1/3;
  }
  .mr-ttl-ar {
    grid-column: 1/3;
  }
  .mt_action {
    width: 100%;
    margin: 2rem auto;
  }
  .mr_tmpwin {
    left: 35%;
  }
  .mt_view {
    display: none;
    position: absolute;
    top: 34rem;
    left: 36px;
    z-index: 2;
  }
  .red_view {
    display: none;
    top: 18rem;
    left: 51px;
  }
  .mtviewfrm {
    width: 42rem;
  }
  .tmpwin_mc {
    display: block;
    position: absolute;
    width: 40rem;
    left: 30%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .mr-main {
    display: grid;
    grid-template-columns: 37% 1fr;
    grid-column-gap: 2rem;
  }
  .mr-main__data {
    margin-top: 2rem;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 60rem;
  }
  .mr-main__frm {
    margin-top: 2rem;
  }
  .mr-ttl {
    grid-column: 1/3;
  }
  .mr-ttl-ar {
    grid-column: 1/3;
  }
  .mt_action {
    width: 70%;
    margin: 2rem auto;
  }
  .mr_tmpwin {
    left: 37%;
  }
  .mt_view {
    display: none;
    position: absolute;
    top: 34rem;
    left: 36px;
    z-index: 2;
  }
  .red_view {
    display: none;
    top: 18rem;
    left: 95px;
  }
  .mtviewfrm {
    width: 42rem;
  }
  .tmpwin_mc {
    display: block;
    position: absolute;
    width: 40rem;
    left: 33%;
  }
}
@media all and (min-width: 1280px) {
  .mr-main {
    display: grid;
    grid-template-columns: 37% 1fr;
    grid-column-gap: 2rem;
  }
  .mr-main__data {
    margin-top: 2rem;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 60rem;
  }
  .mr-main__frm {
    margin-top: 2rem;
  }
  .mr-ttl {
    grid-column: 1/3;
  }
  .mr-ttl-ar {
    grid-column: 1/3;
  }
  .mt_action {
    width: 70%;
    margin: 2rem auto;
  }
  .mr_tmpwin {
    left: 37%;
  }
  .mt_view {
    display: none;
    position: absolute;
    top: 34rem;
    left: 36px;
    z-index: 2;
  }
  .red_view {
    display: none;
    top: 18rem;
    left: 95px;
  }
  .mtviewfrm {
    width: 42rem;
  }
  .tmpwin_mc {
    display: block;
    position: absolute;
    width: 40rem;
    left: 34%;
  }
}
.pur {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.pur__req {
  display: block;
  width: 100%;
  min-height: 30rem;
  margin: 2rem auto;
  border: 2px solid #b1c3b8;
  border-radius: 20px;
  padding: 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.pur__req__ttl {
  display: block;
  width: 100%;
  background-color: rgb(47, 46, 118);
  color: white;
  font-family: ara3;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pur__title {
  grid-column: 1/3;
  margin-bottom: 2rem;
}
.pur__data {
  display: block;
  width: 100%;
  min-height: 30rem;
  margin: 2rem auto;
  border: 2px solid #b1c3b8;
  border-radius: 20px;
  padding: 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.purfrm {
  display: none;
}

.lodico {
  display: none;
  margin-left: 2rem;
}

.pur_tmp_win {
  display: none;
  position: absolute;
  right: 8%;
  top: 36%;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .pur {
    display: grid;
    grid-template-columns: 38% 1fr;
    grid-column-gap: 2rem;
  }
  .pur_tmp_win {
    display: none;
    position: absolute;
    right: 30%;
    top: 36%;
    width: 40rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .pur {
    display: grid;
    grid-template-columns: 38% 1fr;
    grid-column-gap: 2rem;
  }
  .pur_tmp_win {
    display: none;
    position: absolute;
    right: 26%;
    top: 36%;
    width: 40rem;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .pur {
    display: grid;
    grid-template-columns: 38% 1fr;
    grid-column-gap: 2rem;
  }
  .pur_tmp_win {
    display: none;
    position: absolute;
    right: 35%;
    top: 36%;
    width: 40rem;
  }
}
@media all and (min-width: 1280px) {
  .pur {
    display: grid;
    grid-template-columns: 38% 1fr;
    grid-column-gap: 2rem;
  }
  .pur_tmp_win {
    display: none;
    position: absolute;
    right: 39%;
    top: 36%;
    width: 40rem;
  }
}
.chq_main {
  display: block;
  width: 99%;
  margin: 0 auto;
}
.chq_main__ttl {
  width: 100%;
  display: block;
  grid-column: 1/3;
}

.cheq_detvw {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-column-gap: 0.5rem;
  position: relative;
}

.tmpwincon {
  display: none;
  position: absolute;
  top: 36%;
  width: 40rem;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .chq_main {
    display: grid;
    grid-template-columns: 48% 52%;
  }
  .chq_main__ttl {
    width: 100%;
    display: block;
    grid-column: 1/3;
  }
  .cheq_detvw {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-column-gap: 0.5rem;
    position: relative;
  }
  .tmpwincon {
    display: none;
    position: absolute;
    top: 41%;
    width: 40rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .chq_main {
    display: grid;
    grid-template-columns: 48% 52%;
  }
  .chq_main__ttl {
    width: 100%;
    display: block;
    grid-column: 1/3;
  }
  .cheq_detvw {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-column-gap: 0.5rem;
    position: relative;
  }
  .tmpwincon {
    display: none;
    position: absolute;
    top: 41%;
    right: 56%;
    width: 40rem;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .chq_main {
    display: grid;
    grid-template-columns: 48% 52%;
  }
  .chq_main__ttl {
    width: 100%;
    display: block;
    grid-column: 1/3;
  }
  .cheq_detvw {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-column-gap: 0.5rem;
    position: relative;
  }
  .tmpwincon {
    display: none;
    position: absolute;
    top: 41%;
    width: 40rem;
    right: 68%;
  }
}
@media all and (min-width: 1280px) {
  .chq_main {
    display: grid;
    grid-template-columns: 35% 65%;
  }
  .chq_main__ttl {
    width: 100%;
    display: block;
    grid-column: 1/3;
  }
  .cheq_detvw {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-column-gap: 0.5rem;
    position: relative;
  }
  .tmpwincon {
    display: none;
    position: absolute;
    top: 41%;
    width: 40rem;
    right: 67%;
  }
}
.emplbanks {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.emplbanks__lst {
  padding-top: 0.5rem;
  display: grid;
  grid-template-columns: 60% 1fr;
  grid-column-gap: 0.5rem;
  position: relative;
}

.genlst {
  height: 40rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.bnkfrm {
  max-height: 24rem;
}

.bnk_subtbl_ttl {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0;
  padding-left: 0.5rem;
  background-color: beige;
  font-family: lato-bold;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

.bnk_subtbl_ttl2 {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0;
  padding-left: 0.5rem;
  background-color: rgb(69, 69, 15);
  color: white;
  font-family: lato-bold;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

.bnk_tmpwin {
  display: none;
  position: absolute;
  width: 40rem;
}

.upbnk_ico {
  display: none;
}

.addaccount {
  width: 11rem;
  display: block;
  margin: 0 auto;
}

.addaccountfrm-cont {
  display: none;
}

.addbnk_ico {
  display: none;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .emplbanks {
    display: grid;
    grid-template-columns: 48% 52%;
  }
  .emplbanks__ttl {
    width: 100%;
    display: block;
    grid-column: 1/3;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .emplbanks {
    display: grid;
    grid-template-columns: 48% 52%;
  }
  .emplbanks__ttl {
    width: 100%;
    display: block;
    grid-column: 1/3;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .emplbanks {
    display: grid;
    grid-template-columns: 48% 52%;
  }
  .emplbanks__ttl {
    width: 100%;
    display: block;
    grid-column: 1/3;
  }
}
@media all and (min-width: 1280px) {
  .emplbanks {
    display: grid;
    grid-template-columns: 35% 65%;
  }
  .emplbanks__ttl {
    width: 100%;
    display: block;
    grid-column: 1/3;
  }
}
.funds_main {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.funds_main__list {
  display: block;
  margin-top: 2rem;
  margin: 0 auto;
  height: 40rem;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

.funds-ttl {
  display: block;
  font-family: ara3;
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 1rem;
  background-color: rgb(62, 55, 103);
  color: white;
}

.icogrp {
  display: none;
}

.hide_file_lnk {
  display: none;
}

.tmp_img {
  display: none;
  width: 95px;
  height: 100px;
  margin: 0 auto;
}

.piccont {
  display: none;
  margin: 0 auto;
}

.picgrp {
  margin: 0 auto;
}

.no_file_att {
  display: none;
}

.edit_frm_cont {
  display: block;
  width: 90%;
  position: absolute;
  z-index: 2;
}

.viw_lnk {
  display: grid;
}

.view_none {
  display: none;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .funds_main {
    display: grid;
    grid-template-columns: 37% 1fr;
    grid-column-gap: 2rem;
  }
  .funds_main__data {
    margin-top: 2rem;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 40rem;
  }
  .funds_main__frm {
    margin-top: 2rem;
  }
  .funds-ttl {
    grid-column: 1/3;
    font-family: ara3;
    font-size: 2.2rem;
    font-weight: bold;
    padding-left: 1rem;
    background-color: rgb(62, 55, 103);
    color: white;
  }
  .edit_frm_cont {
    left: 16rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .funds_main {
    display: grid;
    grid-template-columns: 37% 1fr;
    grid-column-gap: 2rem;
  }
  .funds_main__data {
    margin-top: 2rem;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 40rem;
  }
  .funds_main__frm {
    margin-top: 2rem;
  }
  .funds-ttl {
    grid-column: 1/3;
    font-family: ara3;
    font-size: 2.2rem;
    font-weight: bold;
    padding-left: 1rem;
    background-color: rgb(62, 55, 103);
    color: white;
  }
  .edit_frm_cont {
    left: 16rem;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .funds_main {
    display: grid;
    grid-template-columns: 37% 1fr;
    grid-column-gap: 2rem;
  }
  .funds_main__data {
    margin-top: 2rem;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 40rem;
  }
  .funds_main__frm {
    margin-top: 2rem;
  }
  .funds-ttl {
    grid-column: 1/3;
    font-family: ara3;
    font-size: 2.2rem;
    font-weight: bold;
    padding-left: 1rem;
    background-color: rgb(62, 55, 103);
    color: white;
  }
  .edit_frm_cont {
    left: 16rem;
  }
}
@media all and (min-width: 1280px) {
  .funds_main {
    display: grid;
    grid-template-columns: 37% 1fr;
    grid-column-gap: 2rem;
  }
  .funds_main__data {
    margin-top: 2rem;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 40rem;
  }
  .funds_main__frm {
    margin-top: 2rem;
  }
  .funds-ttl {
    grid-column: 1/3;
    font-family: ara3;
    font-size: 2.2rem;
    font-weight: bold;
    padding-left: 1rem;
    background-color: rgb(62, 55, 103);
    color: white;
  }
  .edit_frm_cont {
    left: 16rem;
  }
}
.mtpro {
  display: block;
  width: 100%;
  margin: 2rem auto;
}
.mtpro__data {
  margin-top: 2rem;
  height: 40rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

.lnk_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .mtpro {
    display: grid;
    grid-template-columns: 38% 1fr;
    grid-column-gap: 2rem;
  }
  .mtpro__data {
    margin-top: 2rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .mtpro {
    display: grid;
    grid-template-columns: 38% 1fr;
    grid-column-gap: 2rem;
  }
  .mtpro__data {
    margin-top: 2rem;
    height: 40rem;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .mtpro {
    display: grid;
    grid-template-columns: 38% 1fr;
    grid-column-gap: 2rem;
  }
  .mtpro__data {
    margin-top: 2rem;
    height: 40rem;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media all and (min-width: 1280px) {
  .mtpro {
    display: grid;
    grid-template-columns: 38% 1fr;
    grid-column-gap: 2rem;
  }
  .mtpro__data {
    margin-top: 2rem;
    height: 40rem;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.paydedmgt {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.paydedmgt__list {
  display: block;
  margin-top: 2rem;
  margin: 0 auto;
  height: 40rem;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

.paydedmgt-ttl {
  display: block;
  font-family: lato-regular;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 0 1rem 2rem;
  background-color: rgb(62, 55, 103);
  color: white;
}

.ico_cont {
  display: none;
}

.ico_tmpcont {
  display: none;
}

.fltcontdiv {
  display: none;
}

.ico_cont2 {
  display: none;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .paydedmgt {
    display: grid;
    grid-template-columns: 37% 1fr;
    grid-column-gap: 2rem;
  }
  .paydedmgt__data {
    margin-top: 4rem;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 40rem;
  }
  .paydedmgt__frm {
    margin-top: 2rem;
  }
  .paydedmgt-ttl {
    grid-column: 1/3;
    font-family: lato-regular;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    background-color: rgb(62, 55, 103);
    color: white;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .paydedmgt {
    display: grid;
    grid-template-columns: 37% 1fr;
    grid-column-gap: 2rem;
  }
  .paydedmgt__data {
    margin-top: 4rem;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 40rem;
  }
  .paydedmgt__frm {
    margin-top: 2rem;
  }
  .paydedmgt-ttl {
    grid-column: 1/3;
    font-family: lato-regular;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    background-color: rgb(62, 55, 103);
    color: white;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .paydedmgt {
    display: grid;
    grid-template-columns: 37% 1fr;
    grid-column-gap: 2rem;
  }
  .paydedmgt__data {
    margin-top: 4rem;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 40rem;
  }
  .paydedmgt__frm {
    margin-top: 2rem;
  }
  .paydedmgt-ttl {
    grid-column: 1/3;
    font-family: lato-regular;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    background-color: rgb(62, 55, 103);
    color: white;
  }
}
@media all and (min-width: 1280px) {
  .paydedmgt {
    display: grid;
    grid-template-columns: 37% 1fr;
    grid-column-gap: 2rem;
  }
  .paydedmgt__data {
    margin-top: 2rem;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 40rem;
  }
  .paydedmgt__frm {
    margin-top: 2rem;
  }
  .paydedmgt-ttl {
    grid-column: 1/3;
    font-family: lato-regular;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    background-color: rgb(62, 55, 103);
    color: white;
  }
}
.ccontrol-main {
  display: block;
  position: relative;
  background-image: url(../images/backgrounds/abstract01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ccontrol-main__ttl {
  background-color: #202050;
  color: white;
  font-family: lato-regular;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 0 1rem 2rem;
  margin-bottom: 0.5rem;
}
.ccontrol-main__sbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  background-color: #202050;
  color: white;
  font-family: lato-regular;
  font-size: 1rem;
  text-align: center;
}
.ccontrol-main__sbar__lnk {
  text-decoration: none;
  border-radius: 5px;
  border: 0.2px solid white;
  color: white;
  padding: 0.5rem;
}
.ccontrol-main__sbar__lnk:hover {
  color: aqua;
  cursor: pointer;
}
.ccontrol-main__sbar__lnk:active {
  color: rgb(92, 189, 62);
}
.ccontrol-main__sbar__lnk:not(:last-child) {
  flex: 1 1 max-content;
}

.cc_grp_tmp_win {
  display: none;
}

.new_map_grp {
  display: none;
}

.map_win_cont {
  display: none;
}

.view_none {
  display: none;
}

.mapicon {
  display: none;
}

.str_tmp_win {
  display: none;
}

.cc_tmp_win {
  display: none;
}

.frm_hide {
  display: none;
}

.img_prev_cont {
  display: none;
}

.mp_grp_tmp_ed {
  justify-items: center;
}

.mp_grp_tmp_frm {
  margin-top: 10rem;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .ccontrol-main {
    display: grid;
    grid-template-columns: 16% 1fr;
  }
  .ccontrol-main__ttl {
    grid-column: 1/3;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    margin-bottom: 0.5rem;
  }
  .ccontrol-main__sbar {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.3rem;
    height: 100vh;
    grid-auto-rows: 3.5rem;
  }
  .ccontrol-main__sbar__lnk {
    color: white;
    border: none;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .ccontrol-main__sbar__lnk:hover {
    color: aqua;
    cursor: pointer;
  }
  .ccontrol-main__sbar__lnk:active {
    color: rgb(92, 189, 62);
  }
  .tax {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cc_grp_tmp_win {
    display: none;
  }
  .view_data_lst {
    grid-column: 2/4;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: scroll;
  }
  .str_tmp_win {
    display: none;
  }
  .view_none {
    display: none;
  }
  .cc_tmp_win {
    display: none;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .ccontrol-main {
    display: grid;
    grid-template-columns: 13% 1fr;
    align-items: start;
  }
  .ccontrol-main__ttl {
    grid-column: 1/3;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    margin-bottom: 0.5rem;
  }
  .ccontrol-main__sbar {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.3rem;
    height: 100vh;
    grid-auto-rows: 3.5rem;
  }
  .ccontrol-main__sbar__lnk {
    border: none;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .ccontrol-main__sbar__lnk:hover {
    color: aqua;
    cursor: pointer;
  }
  .ccontrol-main__sbar__lnk:active {
    color: rgb(92, 189, 62);
  }
  .tax {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cc_grp_tmp_win {
    display: none;
  }
  .view_data_lst {
    grid-column: 2/4;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: scroll;
  }
  .str_tmp_win {
    display: none;
  }
  .cc_tmp_win {
    display: none;
  }
  .view_none {
    display: none;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .ccontrol-main {
    display: grid;
    grid-template-columns: 13% 1fr;
    align-items: start;
  }
  .ccontrol-main__ttl {
    grid-column: 1/3;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    margin-bottom: 0.5rem;
  }
  .ccontrol-main__sbar {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.3rem;
    height: 100vh;
    grid-auto-rows: 3.5rem;
  }
  .ccontrol-main__sbar__lnk {
    border: none;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .ccontrol-main__sbar__lnk:hover {
    color: aqua;
    cursor: pointer;
  }
  .ccontrol-main__sbar__lnk:active {
    color: rgb(92, 189, 62);
  }
  .ccontrol-main__content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    grid-row-gap: 1rem;
    margin: 0rem auto;
    position: relative;
  }
  .form {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .data {
    grid-column: 2/4;
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 40rem;
    overflow-y: scroll;
    overflow-x: scroll;
  }
  .cc_tmp_win {
    display: none;
  }
  .str_tmp_win {
    display: none;
  }
  .cc_grp_tmp_win {
    display: none;
  }
  .view_data_lst {
    grid-column: 2/4;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: scroll;
  }
  .view_none {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .ccontrol-main {
    display: grid;
    grid-template-columns: 13% 1fr;
    align-items: start;
  }
  .ccontrol-main__ttl {
    grid-column: 1/3;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    margin-bottom: 0.5rem;
  }
  .ccontrol-main__sbar {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.3rem;
    height: 100vh;
    grid-auto-rows: 3.5rem;
  }
  .ccontrol-main__sbar__lnk {
    border: none;
    color: white;
    height: 3.5rem;
    padding-left: 2rem;
    line-height: 3.5rem;
  }
  .ccontrol-main__sbar__lnk:hover {
    color: aqua;
    cursor: pointer;
  }
  .ccontrol-main__sbar__lnk:active {
    color: rgb(92, 189, 62);
  }
  .ccontrol-main__content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    grid-row-gap: 1rem;
    margin: 0rem auto;
    position: relative;
  }
  .form {
    display: none;
    width: 90%;
    margin: 0 auto;
  }
  .data {
    grid-column: 2/4;
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 40rem;
    overflow-y: scroll;
    overflow-x: scroll;
  }
  .cc_tmp_win {
    display: none;
  }
  .cc_grp_tmp_win {
    display: none;
  }
  .view_data_lst {
    grid-column: 2/4;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: scroll;
  }
  .str_tmp_win {
    display: none;
  }
  .view_none {
    display: none;
  }
}
.src_icon_cont {
  display: none;
}

.recipe-main {
  display: block;
  position: relative;
  background-image: url(../images/backgrounds/abstract01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recipe-main__ttl {
  background-color: #202050;
  color: white;
  font-family: lato-regular;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 0 1rem 2rem;
  margin-bottom: 0.5rem;
}
.recipe-main__sbar {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 1rem;
  background-color: #202050;
  color: white;
  font-family: lato-regular;
  font-size: 1rem;
}
.recipe-main__sbar__lnk {
  text-decoration: none;
  border-radius: 5px;
  border: 0.2px solid white;
  color: white;
  padding: 0.5rem;
}
.recipe-main__sbar__lnk:hover {
  color: aqua;
  cursor: pointer;
}
.recipe-main__sbar__lnk:active {
  color: rgb(92, 189, 62);
}

.recipe_vw_none {
  display: none;
}

.add_icocont {
  display: none;
}

.icocont {
  display: none;
}

.manu_data {
  display: none;
  height: 30rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

.menu_data {
  display: none;
  height: 30rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .recipe-main {
    display: grid;
    grid-template-columns: 16% 1fr;
  }
  .recipe-main__ttl {
    grid-column: 1/3;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    margin-bottom: 0.5rem;
  }
  .recipe-main__sbar {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.3rem;
    height: 100vh;
    grid-auto-rows: 3.5rem;
  }
  .recipe-main__sbar__lnk {
    color: white;
    border: none;
    font-size: 1.1rem;
    text-decoration: underline;
  }
  .recipe-main__sbar__lnk:hover {
    color: aqua;
    cursor: pointer;
  }
  .recipe-main__sbar__lnk:active {
    color: rgb(92, 189, 62);
  }
  .manu-cont {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
  .recipe_vw_none {
    display: none;
  }
  .manu_data {
    display: none;
    grid-column: 2/3;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .menu_data {
    display: none;
    grid-column: 2/3;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .recipe-main {
    display: grid;
    grid-template-columns: 16% 1fr;
  }
  .recipe-main__ttl {
    grid-column: 1/3;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    margin-bottom: 0.5rem;
  }
  .recipe-main__sbar {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.3rem;
    height: 100vh;
    grid-auto-rows: 3.5rem;
  }
  .recipe-main__sbar__lnk {
    color: white;
    border: none;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .recipe-main__sbar__lnk:hover {
    color: aqua;
    cursor: pointer;
  }
  .recipe-main__sbar__lnk:active {
    color: rgb(92, 189, 62);
  }
  .manu-cont {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
  .recipe_vw_none {
    display: none;
  }
  .manu_data {
    display: none;
    grid-column: 2/4;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .menu_data {
    display: none;
    grid-column: 2/4;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .recipe-main {
    display: grid;
    grid-template-columns: 13% 1fr;
    align-items: start;
  }
  .recipe-main__ttl {
    grid-column: 1/3;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    margin-bottom: 0.5rem;
  }
  .recipe-main__sbar {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.3rem;
    height: 100vh;
    grid-auto-rows: 3.5rem;
  }
  .recipe-main__sbar__lnk {
    border: none;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .recipe-main__sbar__lnk:hover {
    color: aqua;
    cursor: pointer;
  }
  .recipe-main__sbar__lnk:active {
    color: rgb(92, 189, 62);
  }
  .recipe-main__content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    grid-row-gap: 1rem;
    margin: 0rem auto;
    position: relative;
  }
  .manu-cont {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
  .recipe_vw_none {
    display: none;
  }
  .manu_data {
    display: none;
    grid-column: 2/4;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .menu_data {
    display: none;
    grid-column: 2/4;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media all and (min-width: 1280px) {
  .recipe-main {
    display: grid;
    grid-template-columns: 13% 1fr;
    align-items: start;
  }
  .recipe-main__ttl {
    grid-column: 1/3;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    margin-bottom: 0.5rem;
  }
  .recipe-main__sbar {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.3rem;
    height: 100vh;
    grid-auto-rows: 3.5rem;
  }
  .recipe-main__sbar__lnk {
    border: none;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .recipe-main__sbar__lnk:hover {
    color: aqua;
    cursor: pointer;
  }
  .recipe-main__sbar__lnk:active {
    color: rgb(92, 189, 62);
  }
  .recipe-main__content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    grid-row-gap: 1rem;
    margin: 0rem auto;
    position: relative;
  }
  .manu-cont {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
  .recipe_vw_none {
    display: none;
  }
  .manu_data {
    display: none;
    grid-column: 2/4;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .menu_data {
    display: none;
    grid-column: 2/4;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.layout-main {
  display: block;
  position: relative;
  background-image: url(../images/backgrounds/abstract01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.layout-main__ttl {
  background-color: #202050;
  color: white;
  font-family: lato-regular;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 0 1rem 2rem;
  margin-bottom: 0.5rem;
}
.layout-main__sbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  background-color: #202050;
  color: white;
  font-family: lato-regular;
  font-size: 1rem;
  text-align: center;
}
.layout-main__sbar__lnk {
  text-decoration: none;
  border-radius: 5px;
  border: 0.2px solid white;
  color: white;
  padding: 0.5rem;
}
.layout-main__sbar__lnk:hover {
  color: aqua;
  cursor: pointer;
}
.layout-main__sbar__lnk:active {
  color: rgb(92, 189, 62);
}
.layout-main__sbar__lnk:not(:last-child) {
  flex: 0 1 max-content;
}
.layout-main__msgp {
  display: none;
  width: 100%;
  color: rgb(92, 189, 62);
}

.layout_vw_none {
  display: none;
}

.layout-data {
  display: none;
  height: 30rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

.layout_vw_grid {
  display: grid;
}

.layout_vw_cell {
  display: table-cell;
}

.tsk_prog_bar {
  width: 100%;
  height: 2rem;
  background-color: #202050;
  color: white;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .layout-main {
    display: grid;
    grid-template-columns: 16% 1fr;
  }
  .layout-main__ttl {
    grid-column: 1/3;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    margin-bottom: 0.5rem;
  }
  .layout-main__sbar {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.3rem;
    height: 100vh;
    grid-auto-rows: 3.5rem;
  }
  .layout-main__sbar__lnk {
    color: white;
    border: none;
    font-size: 1.1rem;
    text-decoration: underline;
  }
  .layout-main__sbar__lnk:hover {
    color: aqua;
    cursor: pointer;
  }
  .layout-main__sbar__lnk:active {
    color: rgb(92, 189, 62);
  }
  .layout-main__msgp {
    display: none;
    width: 100%;
    color: rgb(92, 189, 62);
  }
  .data-cont {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    width: 100%;
    height: 100vh;
  }
  .data-cont2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l3 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l3_w {
    display: grid;
    grid-template-columns: 1fr 20rem 2fr;
    grid-column-gap: 0.5rem;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l3_w2 {
    display: grid;
    grid-template-columns: 1fr 30rem 2fr;
    grid-column-gap: 0.5rem;
    width: 100%;
    height: 100vh;
  }
  .data-cont_r3 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l2 {
    display: grid;
    grid-template-columns: 20% 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l2l {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    height: 100vh;
  }
  .layout_vw_none {
    display: none;
  }
  .layout-data {
    display: none;
    grid-column: 2/3;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .layout-main {
    display: grid;
    grid-template-columns: 16% 1fr;
  }
  .layout-main__ttl {
    grid-column: 1/3;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    margin-bottom: 0.5rem;
  }
  .layout-main__sbar {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.3rem;
    height: 100vh;
    grid-auto-rows: 3.5rem;
  }
  .layout-main__sbar__lnk {
    color: white;
    border: none;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .layout-main__sbar__lnk:hover {
    color: aqua;
    cursor: pointer;
  }
  .layout-main__sbar__lnk:active {
    color: rgb(92, 189, 62);
  }
  .layout-main__msgp {
    display: none;
    width: 100%;
    color: rgb(92, 189, 62);
  }
  .data-cont {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    width: 100%;
    height: 100vh;
  }
  .data-cont2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l2 {
    display: grid;
    grid-template-columns: 20% 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l2l {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l3 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l3_w {
    display: grid;
    grid-template-columns: 1fr 20rem 2fr;
    grid-column-gap: 0.5rem;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l3_w2 {
    display: grid;
    grid-template-columns: 1fr 30rem 2fr;
    grid-column-gap: 0.5rem;
    width: 100%;
    height: 100vh;
  }
  .data-cont_r3 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    width: 100%;
    height: 100vh;
  }
  .layout_vw_none {
    display: none;
  }
  .layout-data {
    display: none;
    grid-column: 2/4;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .layout-main {
    display: grid;
    grid-template-columns: 13% 1fr;
    align-items: start;
  }
  .layout-main__ttl {
    grid-column: 1/3;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    margin-bottom: 0.5rem;
  }
  .layout-main__sbar {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.3rem;
    height: 100vh;
    grid-auto-rows: 3.5rem;
  }
  .layout-main__sbar__lnk {
    border: none;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .layout-main__sbar__lnk:hover {
    color: aqua;
    cursor: pointer;
  }
  .layout-main__sbar__lnk:active {
    color: rgb(92, 189, 62);
  }
  .layout-main__content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    grid-row-gap: 1rem;
    margin: 0rem auto;
    position: relative;
  }
  .layout-main__msgp {
    display: none;
    width: 100%;
    color: rgb(92, 189, 62);
  }
  .data-cont {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    width: 100%;
    height: 100vh;
  }
  .data-cont2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l2 {
    display: grid;
    grid-template-columns: 20% 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l2l {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l3 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l3_w {
    display: grid;
    grid-template-columns: 1fr 20rem 2fr;
    grid-column-gap: 0.5rem;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l3_w2 {
    display: grid;
    grid-template-columns: 1fr 30rem 2fr;
    grid-column-gap: 0.5rem;
    width: 100%;
    height: 100vh;
  }
  .data-cont_r3 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    width: 100%;
    height: 100vh;
  }
  .layout_vw_none {
    display: none;
  }
  .layout-data {
    display: none;
    grid-column: 2/4;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media all and (min-width: 1280px) {
  .layout-main {
    display: grid;
    grid-template-columns: 13% 1fr;
    align-items: start;
  }
  .layout-main__ttl {
    grid-column: 1/3;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 0 1rem 2rem;
    margin-bottom: 0.5rem;
  }
  .layout-main__sbar {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: #202050;
    color: white;
    font-family: lato-regular;
    font-size: 1.3rem;
    height: 100vh;
    grid-auto-rows: 3.5rem;
  }
  .layout-main__sbar__lnk {
    border: none;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .layout-main__sbar__lnk:hover {
    color: aqua;
    cursor: pointer;
  }
  .layout-main__sbar__lnk:active {
    color: rgb(92, 189, 62);
  }
  .layout-main__content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    grid-row-gap: 1rem;
    margin: 0rem auto;
    position: relative;
  }
  .layout-main__msgp {
    display: none;
    width: 100%;
    color: rgb(92, 189, 62);
  }
  .data-cont {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    width: 100%;
    height: 100vh;
  }
  .data-cont2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l2 {
    display: grid;
    grid-template-columns: 20% 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l2l {
    display: grid;
    grid-template-columns: 30% 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l3 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l3_w {
    display: grid;
    grid-template-columns: 1fr 20rem 2fr;
    grid-column-gap: 0.5rem;
    width: 100%;
    height: 100vh;
  }
  .data-cont_l3_w2 {
    display: grid;
    grid-template-columns: 1fr 30rem 2fr;
    grid-column-gap: 0.5rem;
    width: 100%;
    height: 100vh;
  }
  .data-cont_r3 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    width: 100%;
  }
  .layout_vw_none {
    display: none;
  }
  .lydata {
    width: 100%;
    height: 100vh;
    overflow-x: scroll;
    overflow-y: scroll;
  }
}
.liv_vid {
  width: 20rem;
  height: 15rem;
}

.liv_can {
  width: 1920px;
  height: 1080px;
}

.liv_photo {
  width: 20rem;
  height: 15rem;
}

.btn-shrt {
  width: 6rem;
  border-radius: 20px;
  margin: 0 auto;
}

.act_repo_det {
  display: grid;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.repo_cam {
  grid-column: 1/4;
  display: none;
  width: 99%;
  margin: 2rem auto;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  justify-items: center;
  margin-left: -1rem;
}

.mod_btn {
  grid-column: 1/4;
  margin: 0 auto;
}

.repo_lst {
  overflow-y: scroll;
  overflow-x: hidden;
}

.repo_det {
  overflow-y: scroll;
  overflow-x: hidden;
}

.clip_ico {
  width: 1.5rem;
  height: 1.5rem;
}

.rp_list {
  height: 25vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.red_cls {
  background-color: red;
  color: white;
}

.yel_cls {
  background-color: yellow;
}

.grn_cls {
  background-color: green;
}

.clr_cls {
  background-color: transparent;
}

.ico_per {
  display: none;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .repo_lst {
    grid-column: 1/3;
  }
  .repo_det {
    grid-column: 1/3;
  }
  .rp_list {
    height: 25vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .repo_act_frm {
    width: 50%;
  }
  .rp_list {
    height: 75vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .repo_act_frm {
    width: 50%;
  }
  .rp_list {
    height: 75vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media all and (min-width: 1280px) {
  .repo_act_frm {
    width: 50%;
  }
  .rp_list {
    height: 75vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.lod_ico {
  display: none;
}

.sales_data {
  height: 90vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ana_viw_none {
  display: none;
}

.pro_cont {
  width: 90%;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  font-family: lato-regular;
  font-size: 1.2rem;
  border-radius: 11px;
  border: 1px solid #220e47;
  background-color: white;
  box-shadow: 0 4px 6px #220e47;
  padding: 2rem;
}
.pro_cont__ttl {
  font-weight: bold;
}

.img_cont {
  grid-column: 1/3;
  justify-content: center;
}

.pro_img {
  display: block;
  width: 12rem;
  height: 10rem;
}

.pro_sts {
  width: 90%;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  overflow-x: hidden;
  overflow-y: scroll;
  border-radius: 11px;
  border: 1px solid #220e47;
  background-color: white;
  box-shadow: 0 4px 6px #220e47;
  padding: 2rem;
}
.pro_sts__ttl {
  grid-column: 1/5;
  justify-self: center;
  font-weight: bold;
  font-family: lato-regular;
  font-size: 1.3rem;
}
.pro_sts__val {
  font-family: lato-regular;
}

.pro_msc {
  width: 90%;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  overflow-x: hidden;
  overflow-y: scroll;
  border-radius: 11px;
  border: 1px solid #220e47;
  background-color: white;
  box-shadow: 0 4px 6px #220e47;
  padding: 2rem;
}
.pro_msc__ttl {
  grid-column: 1/4;
  justify-self: center;
  font-weight: bold;
  font-family: lato-regular;
  font-size: 1.3rem;
}
.pro_msc__val {
  font-family: lato-regular;
}

@media all and (min-width: 769px) and (max-width: 1024px) {
  .pro_cont {
    width: 72%;
  }
  .pro_sts {
    width: 72%;
  }
  .pro_msc {
    width: 72%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .pro_cont {
    width: 50%;
  }
  .pro_sts {
    width: 50%;
  }
  .pro_msc {
    width: 50%;
  }
}
@media all and (min-width: 1280px) {
  .pro_cont {
    width: 35%;
  }
  .pro_sts {
    width: 35%;
  }
  .pro_msc {
    width: 35%;
  }
}
.tasks_main {
  width: 100%;
  display: grid;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.3s ease;
}

.viw_prog_bar {
  width: 0%;
  display: block;
  background-color: rgb(44, 22, 173);
  color: white;
}

.flt_stf_lst {
  width: 93%;
  height: 30rem;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .tasks_list {
    width: 95%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .tasks_list {
    width: 95%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .tasks_list {
    width: 95%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media all and (min-width: 1280px) {
  .tasks_list {
    width: 95%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.supp_new_frm {
  max-width: 493px;
  height: auto;
  background-color: #b7c6ce;
  overflow-x: hidden;
  overflow-y: scroll;
}

.fran_inv_cont {
  width: 100%;
  height: 25rem;
  overflow-y: scroll;
  overflow-x: scroll;
}

.files_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 0.5rem;
  justify-items: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 0;
}

.multi_data_viw {
  display: block;
  width: 100%;
  overflow-y: scroll;
  overflow-x: scroll;
}

.med_crt_lst {
  width: 100%;
  overflow-x: scroll;
  overflow-y: scroll;
}

.med_stf_photo {
  text-align: center;
}

.med_stf_info {
  justify-items: left;
}

.med_enroll_lst {
  width: 100%;
  overflow-x: scroll;
  overflow-y: scroll;
}

.fam_enroll_lst {
  width: 100%;
  overflow-x: scroll;
  overflow-y: scroll;
}

.ed_pol_frm_cont {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  grid-template-columns: 1fr;
  justify-items: center;
  background-color: transparent;
  position: absolute;
  transform: translate(50%, 50%);
  transform: translateX(50%);
}

.sr_data_viw {
  display: block;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.str_file {
  display: none;
}

.inv_cls {
  display: none;
}

.otsrc_main {
  overflow: scroll;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .str_file {
    display: none;
  }
  .sr_data_viw {
    display: block;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .mv_tbl:hover {
    background-color: rgba(157, 151, 142, 0.346);
    cursor: pointer;
  }
  .mv_tbl:has(input:focus) {
    background-color: rgba(164, 105, 17, 0.346);
    cursor: pointer;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .str_file {
    display: none;
  }
  .sr_data_viw {
    display: block;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .mv_tbl:hover {
    background-color: rgba(157, 151, 142, 0.346);
    cursor: pointer;
  }
  .mv_tbl:has(input:focus) {
    background-color: rgba(164, 105, 17, 0.346);
    cursor: pointer;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .str_file {
    display: none;
  }
  .sr_data_viw {
    display: block;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .mv_tbl:hover {
    background-color: rgba(157, 151, 142, 0.346);
    cursor: pointer;
  }
  .mv_tbl:has(input:focus) {
    background-color: rgba(164, 105, 17, 0.346);
    cursor: pointer;
  }
}
@media all and (min-width: 1280px) {
  .str_file {
    display: none;
  }
  .sr_data_viw {
    display: block;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .mv_tbl:hover {
    background-color: rgba(157, 151, 142, 0.346);
    cursor: pointer;
  }
  .mv_tbl:has(input:focus) {
    background-color: rgba(164, 105, 17, 0.346);
    cursor: pointer;
  }
  .his_ord_date {
    display: block;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    justify-items: center;
  }
  .his_data {
    display: block;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    justify-items: center;
  }
}
#str_img {
  display: none;
}

.tmp_str_img {
  height: 14rem;
  justify-self: center;
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #str_img {
    display: none;
  }
  .tmp_str_img {
    height: 14rem;
    justify-self: center;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  #str_img {
    display: none;
  }
  .tmp_str_img {
    height: 14rem;
    justify-self: center;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  #str_img {
    display: none;
  }
  .tmp_str_img {
    height: 14rem;
    justify-self: center;
  }
}
@media all and (min-width: 1280px) {
  #str_img {
    display: none;
  }
  .tmp_str_img {
    height: 14rem;
    justify-self: center;
  }
}
.cart_tbl {
  display: flex;
  align-items: start; /* vertical centering */
  justify-content: center; /* horizontal centering */
}

.cart_frm_cont {
  align-items: center;
  width: -moz-max-content;
  width: max-content; /* keeps it only as wide as needed */
}

@media all and (min-width: 1025px) and (max-width: 1280px) {
  .cart_tbl {
    display: flex;
    align-items: start; /* vertical centering */
    justify-content: center; /* horizontal centering */
  }
  .cart_frm_cont {
    align-items: center;
    width: -moz-max-content;
    width: max-content; /* keeps it only as wide as needed */
  }
}
@media all and (min-width: 1280px) {
  .cart_tbl {
    display: flex;
    align-items: start; /* vertical centering */
    justify-content: center; /* horizontal centering */
  }
  .cart_frm_cont {
    align-items: center;
    width: -moz-max-content;
    width: max-content; /* keeps it only as wide as needed */
  }
}/*# sourceMappingURL=style_main.css.map */