.color1 {
  color: #1c1a1c;
}
.color2 {
  color: #f3f6fa;
}
.color3 {
  color: #21c2cd;
}
.color4 {
  color: #93a7bb;
}
.color5 {
  color: #db5366;
}
.color6 {
  color: #ef9844;
}
.color7 {
  color: #d2a3a7;
}
.color8 {
  color: #c2c9d5;
}
.color9 {
  color: #fccc84;
}
.color0 {
  color: #f1c6c5;
}
.colorb {
  color: #fbfcfe;
}

@font-face {
  font-family: sprogrammer-font;
  src: url(../assets/fonts/Tajawal-Regular.ttf);
}

@import url("../vendor/fontawesome-free-6.6.0-web/css/fontawesome.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  font-family: sprogrammer-font;
}

html,
body {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f3f6fa;
}

.dir-rtl {
  direction: rtl;
}

main {
  flex: 1 0 auto;
  /* height: calc(100vh - 130px);
    max-height: calc(100vh - 130px);
    min-height: calc(100vh - 130px);
    margin-top: 65px;
    color: whitesmoke; */
  overflow-y: scroll;
}

.fix-main{
    height: calc(100vh - 68px);
    max-height: calc(100vh - 68px);
    min-height: calc(100vh - 68px);
    margin-top: 65px;
}


nav{
    height: 60px;
    min-height: 60px;
    background-color: #21c2cd;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: whitesmoke;
    text-align: center;
  }
  
  .app-name{
    font-size: 20px;
    margin-top: 10px;
  }
  
  .notfication-btn{
      height: 60px;
      width: 60px;
      border: none;
      border-radius: 5px;
      font-weight: bold;
      font-size: 1.3em;
      outline: none;
      color: whitesmoke;
      background-color: #21c2cd;
  }
  
  .notfication-btn:active {
      /* set time duration to your needs */
      animation: gradient 1000ms;
      color:whitesmoke;
      background-color: #48dbe6;
      box-shadow: none;
  }

.nav-login {
  position: fixed;
  width: 100%;
  height: 60px;
  padding: 0.6rem;
  font-weight: bold;
  clear: both;
  background-color: #f3f6fa;
  z-index: 999;
}

.login-section {
  height: calc(100vh - 60px);
  margin-top: 60px;
}

.logo-size {
  width: 60%;
}

.gradient-custom-2 {
  border: #21c2cd solid thin;
  padding: 10px 1px;
  color: #f3f6fa;
  font-weight: bold;
  background-color: #21c2cd !important;
}

.gradient-custom-2:active {
  background-color: #21c2cd !important;
  color: whitesmoke !important;
  font-weight: bold;
}

.gradient-custom-2:after {
  border: #21c2cd solid thin;
  padding: 10px 1px;
  color: #f3f6fa;
}

.notification {
  margin-right: 15px;
  padding-top: 15px;
}

.user-img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  border: #93a7bb solid thin;
}

.vacation-squar {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 45%;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  border: #f3f7fb solid 0.5px;
  padding: 10px;
}

.big-text {
  font-size: 1.6rem;
}

.map-wrap {
  opacity: 0.8;
  height: 300px;
}

.user-icon {
  background-position: bottom center;
  background-size: cover;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.map-icon {
  position: absolute;
  display: flex;
  top: 0;
  z-index: 999;
  width: 100%;
  justify-content: space-between;
}

.atn-st{
  width: 80%;
  font-size: 1.3rem;
  font-weight: bold;
}

.border-down{
  border-bottom: #c2c9d5 thin solid;
}


.clock-sheet {
  -webkit-border-top-left-radius: 40px;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -moz-border-radius-topright: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: whitesmoke;
  height: calc(100vh - 250px);
  z-index: 9999;
  position: absolute;
  width: 100%;
  top: 250px;
  overflow-y: scroll;
}

.Clocking,
.bak {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px;
  color: #1c1a1c;
}

.clock {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}

.clockin-btn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 45%;
  border: #f3f6fa thin solid;
  padding: 10px;
  text-align: center;
  height: 80px;
  background-color: #fbfcfe;
}

.item-pas {
  margin: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px;
  width: 95px;
  height: 75px;
  border: #f3f6fa thin solid;
  background-color: #fbfcfe;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #1c1a1c;
  justify-content: space-around;
}

.item-pas > i {
  font-size: 1.8rem;
}

.active-btn {
  background-color: #21c2cd;
  color: white;
  font-weight: bold;
}

.crose-line{
  text-decoration: line-through;
  color: red;
}

#profile {
  background-color: #21c2cd;
  width: 100%;
  height: 290px;
  margin-top: -5px;
  display: flex;
  justify-content: center;
}

.avatar-wrapper {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 15px auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 15px -5px black;
  transition: all 0.3s ease;
}
.avatar-wrapper:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.profile-pic {
  background-color: whitesmoke;
}
.avatar-wrapper:hover .profile-pic {
  opacity: 0.5;
}
.avatar-wrapper .profile-pic {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}
.avatar-wrapper .profile-pic:after {
  font-family: "Font Awesome 6 Free";
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 190px;
  background: #ecf0f1;
  color: #34495e;
  text-align: center;
}
.avatar-wrapper .upload-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.avatar-wrapper .upload-button .fa-arrow-circle-up {
  position: absolute;
  font-size: 234px;
  top: -17px;
  left: -20px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
  color: #34495e;
}
.avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
  opacity: 0.9;
}

.acctivty-wrap{
  display: flex;
  width: 96%;
  margin: 10px auto;
  height: 95px;
  border: #21c2cd solid thin;
  padding: 5px;
}

.left-border{
  border-left: #21c2cd solid thick;
}

.right-border{
  border-right: #21c2cd solid thick;
}

.day{
  width: 70px;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #34495e;
  color: white;
  text-align: center;
  font-weight: bold;
}

.day div{
  margin: 0;
}

.info-bar{
  width: 100%;
}

.list-wjc{
    height: 60px;
    direction: rtl;
    color: #000;
    border-bottom: lightgray solid thin;
    padding: 17px 15px;
}

.list-wjc-fix{
  height: 80px;
}

.switch-container{
    border: #21c2cd solid thin;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: -7px;
    height: 40px;
    padding: 10px;
    padding-top: 5px;
}

.selected-option{
    background-color: #21c2cd;
    color: whitesmoke;
    font-weight: bold;
    width: 150%;
    height: 40px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}



.toggleContainer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    border: 3px solid #21c2cd;
    border-radius: 20px;
    background: #21c2cd;
    font-weight: bold;
    color: whitesmoke;
    cursor: pointer;
}
.toggleContainer::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0%;
    border-radius:20px;
    background: whitesmoke;
    transition: all 0.3s;
}
  .toggleCheckbox:checked + .toggleContainer::before {
     left: 50%;
  }
  .toggleContainer div {
    padding: 6px;
    text-align: center;
    z-index: 1;
  }
  .toggleCheckbox {
    display: none;
  }
  .toggleCheckbox:checked + .toggleContainer div:first-child{
    color: #21c2cd;
    transition: color 0.3s;
  }
  .toggleCheckbox:checked + .toggleContainer div:last-child{
    color: whitesmoke;
    transition: color 0.3s;
  }
  .toggleCheckbox + .toggleContainer div:first-child{
    color: whitesmoke;
    transition: color 0.3s;
  }
  .toggleCheckbox + .toggleContainer div:last-child{
    color: #21c2cd;
    transition: color 0.3s;
  }


  /* HTML: <div class="loader"></div> */
.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.4;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #0000;
    border-right-color: #21c2cd; /* rgba(9, 121, 88, 1); */
    position: relative;
    animation: l24 1s infinite linear;
    z-index: 9999;
  }
  .loader:before,
  .loader:after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: inherit;
    animation: inherit;
    animation-duration: 2s;
  }
  .loader:after {
    animation-duration: 4s;
  }
  @keyframes l24 {
    100% {
      transform: rotate(1turn);
    }
  }
  
