* {
  box-sizing: border-box;
  outline: none;
}
body {
  padding: 0;
  margin: 0;
}
.title {
  padding-bottom: 5px;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 5px;
  font-weight: bold;
}
.sl {
  width: 100%;
  background-color: #2c2e2d;
  color: #bdc0c9;
  text-align: left;
  padding-left: 30px;
  border: none;
  height: 30px;
  border-bottom: 1px solid #595959;
  border-radius: 0;
}
.sl_active {
  background-color: #3b3b3b !important;
}
.sl:hover {
  background-color: #3b3b3b;
}
.sl:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sl:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.top_nav {
  width: 100%;
  height: 50px;
  background-color: #3d3d3d;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}
#title {
  color: white;
  font-weight: bolder;
  position: absolute;
  top: 12px;
  left: 45px;
}
#card002 {
  position: fixed;
  z-index: 10000;
  width: 250px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: auto;
  display: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

#logo {
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}
/* Padding */
.p2 {padding: 2px;}
/* End Padding */
#search {
  position: absolute;
  right: 150px;
  top: 15px;
}
#search i {
  color: white;
  font-size: 13pt;
  cursor: pointer;
}
#notif {
  position: absolute;
  right: 115px;
  top: 15px;
}
#notif i {
  color: white;
  font-size: 13pt;
  cursor: pointer;
}
#profile_logo {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  right: 70px;
  top: 10px;
}
#menu_top {
  position: absolute;
  right: 20px;
  top: 10px;
}
#menu_top i {
  color: white;
  font-size: 22pt;
  cursor: pointer;
}
.sider_nav {
  width: 230px;
  background-color: #383939;
  height: 100%;
  padding-top: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3
}
.content {
  width: 100vw;
  height: 100%;
  background-color: #ededed;
  padding-top: 50px;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  padding-left: 230px;
  border-top-left-radius: 20px;
  overflow-y: auto;
}
#mcog {
  display: none;
}
@media(max-width: 750px) {
  .content {
    padding-left: 0px;
  }
  .sider_nav {
    width: 230px;
    left: -230px;
  }
  #mcog {
    display: block;
  }
  #logo {
    left: 52px;
  }
  #title {
    left: 90px;
  }
  .sider_nav {
    z-index: 1001;
  }
}
.card2 {
  width: 100%;
  min-height: 80px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.emp_menu {
  border: none;
  width: 100%;
  text-align: left;
  height: 40px;
  border-bottom: 1px solid grey;
  background-color: #1fcaf1;
  color: white;
}
.emp_menu:last-child {
  border-bottom: none;
}

.dialog-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.dialog-alert-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

#button01 {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}




.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.dialog-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  width: 300px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media(max-width: 300px;) {
  .dialog-content {
    width: 100%!important;
  }
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.confirm-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
}

.cancel-btn {
  background-color: #dc3545;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}


.loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: none;
  margin:15px auto;
  position: relative;
  color: #FFF;
  left: -100px;
  box-sizing: border-box;
  animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  36% {
    box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
  }
  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;
  }
  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
  }
  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
  }
  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}



.loader2 {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  color: #FF3D00;
  animation: fill 1s ease-in infinite alternate;
}
.loader2::before , .loader2::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 48px;
  top: 0;
  animation: fill 0.9s ease-in infinite alternate;
}

.loader2::after {
  left: auto;
  right: 48px;
  animation-duration: 1.1s;
}

@keyframes fill {
 0% {  box-shadow: 0 0 0 2px inset }
 100%{ box-shadow: 0 0 0 10px inset }
}




#console_wrap {
  position: fixed;
  width: 250px;
  height: 200px;
  z-index: 1000;
  border-radius: 10px;
  right: 10px;
  bottom: 25px;
}

#console {
  background-color: rgba(0, 0, 0, 0.5);   
  width: 100%;
  height: 100%;
  border-radius: 10px;
}