.root{
    --kt-text-primary: #066DE3;
    --kt-text-secondary: #E4E6EF;
    --kt-text-light: #f5f8fa;
    --kt-text-success: #75CC68;
    --kt-text-info: #7239EA;
    --kt-text-warning: #FDB827;
    --kt-text-danger: #F1416C;
    --kt-text-dark: #28282B;
    --kt-text-muted: #A1A5B7;
}
.error{
    color:#f1416c;
  }
.br-dark{
    border: 0.5px solid #000000;
}
.ck.ck-editor__main>.ck-editor__editable{
    background:#1e1e2d !important;
}
.lightshadow{
    box-shadow: rgb(150 150 150 / 25%) 6px 6px 16px 0px, rgb(141 141 141 / 25%) -6px -6px 16px 0px !important;
}
.darkshadow{
    box-shadow:#6b6b6b  1px 1px 4px 0px, rgb(104 104 104) -1px -1px 4px 0px !important;

}
.danger_shadow:hover {
    box-shadow: 1px 1px 4px var(--kt-text-danger) !important;
  -webkit-transition:  box-shadow .6s ease-in;
}
.warning_shadow:hover{
    box-shadow: 1px 1px 4px var(--kt-text-warning) !important;
    -webkit-transition:  box-shadow .6s ease-in;
}
.primary_shadow:hover{
    box-shadow: 1px 1px 4px var(--kt-text-primary) !important;
    -webkit-transition:  box-shadow .6s ease-in;
}
.success_shadow:hover{
    box-shadow: 1px 1px 4px var(--kt-text-success) !important;
    -webkit-transition:  box-shadow .6s ease-in;
}
.info_shadow:hover{
    box-shadow: 1px 1px 4px var(--kt-text-info) !important;
    -webkit-transition:  box-shadow .6s ease-in;
}
.dark_shadow:hover{
    box-shadow: 1px 1px 4px var(--kt-text-dark) !important;
    -webkit-transition:  box-shadow .6s ease-in;
}

/*==============================================
 * Dot Bricks
 * ==============================================
 */
.dot-bricks {
  position: relative;
  top: -1px;
  left: -9990px;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #FDB827;
  color: #FDB827;
  box-shadow: 9991px -16px 0 0 #FDB827, 9991px 0 0 0 #FDB827, 10007px 0 0 0 #FDB827;
  animation: dot-bricks 2s infinite ease;
}

@keyframes dot-bricks {
  0% {
    box-shadow: 9991px -16px 0 0 #FDB827, 9991px 0 0 0 #FDB827, 10007px 0 0 0 #FDB827;
  }
  8.333% {
    box-shadow: 10007px -16px 0 0 #FDB827, 9991px 0 0 0 #FDB827, 10007px 0 0 0 #FDB827;
  }
  16.667% {
    box-shadow: 10007px -16px 0 0 #FDB827, 9991px -16px 0 0 #FDB827, 10007px 0 0 0 #FDB827;
  }
  25% {
    box-shadow: 10007px -16px 0 0 #FDB827, 9991px -16px 0 0 #FDB827, 9991px 0 0 0 #FDB827;
  }
  33.333% {
    box-shadow: 10007px 0 0 0 #FDB827, 9991px -16px 0 0 #FDB827, 9991px 0 0 0 #FDB827;
  }
  41.667% {
    box-shadow: 10007px 0 0 0 #FDB827, 10007px -16px 0 0 #FDB827, 9991px 0 0 0 #FDB827;
  }
  50% {
    box-shadow: 10007px 0 0 0 #FDB827, 10007px -16px 0 0 #FDB827, 9991px -16px 0 0 #FDB827;
  }
  58.333% {
    box-shadow: 9991px 0 0 0 #FDB827, 10007px -16px 0 0 #FDB827, 9991px -16px 0 0 #FDB827;
  }
  66.666% {
    box-shadow: 9991px 0 0 0 #FDB827, 10007px 0 0 0 #FDB827, 9991px -16px 0 0 #FDB827;
  }
  75% {
    box-shadow: 9991px 0 0 0 #FDB827, 10007px 0 0 0 #FDB827, 10007px -16px 0 0 #FDB827;
  }
  83.333% {
    box-shadow: 9991px -16px 0 0 #FDB827, 10007px 0 0 0 #FDB827, 10007px -16px 0 0 #FDB827;
  }
  91.667% {
    box-shadow: 9991px -16px 0 0 #FDB827, 9991px 0 0 0 #FDB827, 10007px -16px 0 0 #FDB827;
  }
  100% {
    box-shadow: 9991px -16px 0 0 #FDB827, 9991px 0 0 0 #FDB827, 10007px 0 0 0 #FDB827;
  }
}

.text-justify{
    text-align: justify;
}

@media only screen and (max-width: 402px) {
    .rs-mt-10 {
     margin-top: 10px;
    }
  }




/* CSS */
.button-78 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01,sans-serif;
    /* font-size: 16px;
    font-weight: 800; */
    justify-content: center;
    /* line-height: 24px; */
    margin: 0;
    /* min-height: 64px; */
    outline: none;
    overflow: visible;
    padding: 15px 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
  }

  @media (min-width: 768px) {
    .button-78 {
      /* padding: 19px 32px; */
    }
  }

  .button-78:before,
  .button-78:after {
    border-radius: 80px;
  }

  .button-78:before {
    background-image: linear-gradient(92.83deg, #066de3 0, #d0d2d3 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
  }

  .button-78:after {
    background-color: initial;
    background-image: linear-gradient(#066de3 0, #d0d2d3 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
  }
  /* .btnwar:after {
    background-color: initial;
    background-image: linear-gradient(#ffe604 0, #d3d3d0 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
  }
  .btnwar:before {
    background-image: linear-gradient(92.83deg, #ffe604 0, #d0d2d3 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
  } */

  .button-78:hover:not(:disabled):before {
    background: linear-gradient(92.83deg, #066de3 0%, rgb(0, 0, 0) 100%);
  }

  .button-78:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  .button-78:active:not(:disabled) {
    color: #ccc;
  }

  .button-78:active:not(:disabled):before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #066de3 0, #141414 100%);
  }

  .button-78:active:not(:disabled):after {
    background-image: linear-gradient(#066de3 0, #d0d2d3 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
  }

  .button-78:disabled {
    cursor: default;
    opacity: .24;
  }


/**
 *
/* Attendance Clock */

