.dark-bg {
  background-image: linear-gradient(to right top, black, #051937, #002768, #283199, #5f30c6, #a012eb);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.dashboard-navbar {
  width: 100%;
  height: 60px;
  color: white;
}
.dashboard-navbar-btn-left {
  color: white;
  font-size: 15px;
  background-color: #051937;
  border: 1px solid #051937;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 30px;
  padding: 8px 25px;
  text-decoration: none;
  height: 100%;
}
.dashboard-navbar-btn-right {
  color: white;
  font-size: 15px;
  background-color: #051937;
  border: 1px solid #051937;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 30px;
  padding: 8px 25px;
  text-decoration: none;
  height: 100%;
}

.clear-btn {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.clear-btn-icon {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 30px;
}
.clear-btn-icon i {
  color: white;
}

.left-menu {
  color: white;
}
@media screen and (max-width: 999px) {
  .left-menu {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .left-menu {
    font-size: 20px;
  }
}
.left-menu button {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 3px rgba(0, 0, 0, 0) solid;
  border-radius: 40px;
  color: white;
  padding: 20px 30px;
  text-align: start;
}
.left-menu button:hover {
  border-color: #a012eb;
}
.left-menu ul, .left-menu li {
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}
.left-menu ul i, .left-menu li i {
  margin-right: 20px;
}
@media screen and (max-width: 999px) {
  .left-menu ul i, .left-menu li i {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .left-menu ul i, .left-menu li i {
    font-size: 30px;
  }
}

.border-btn {
  border: 3px #a012eb solid !important;
  border-radius: 40px !important;
}

.save-bnt {
  border: 3px #a012eb solid;
  border-radius: 40px;
  color: white;
  padding: 20px 30px;
}

.login-btn {
  border: 3px #a012eb solid;
  border-radius: 40px;
  color: white;
  padding: 10px 20px;
}
.login-btn:hover {
  color: #a012eb;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-flow: column;
  height: 100%;
}

header {
  flex: 0 1 auto;
}

main {
  flex: 1 1 auto;
  overflow-y: scroll;
}

.form_right {
  flex: 1 1 auto;
  overflow-y: hidden;
  color: white !important;
  width: 75%;
}
.form_right input, .form_right label, .form_right select {
  display: block;
  width: 100%;
}
.form_right label {
  padding-left: 15px;
}
.form_right select {
  color: white !important;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 3px solid #0033ff;
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_right select option {
  color: white !important;
}
.form_right select option:checked {
  background-color: #0033ff !important;
}
.form_right select:focus-within {
  color: white !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0033ff;
}
.form_right select:disabled {
  margin-bottom: 30px;
  border: 2px solid #0033ff;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #3b3b3b !important;
  color: white !important;
}
.form_right input {
  color: white;
  margin-bottom: 30px;
  display: block;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #0033ff;
  border-radius: 20px;
}
.form_right input:focus {
  color: white !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0033ff;
}

.login-logout-form {
  border: 3px solid #a012eb;
  padding: 30px 30px;
  border-radius: 20px;
}

.employee-input {
  color: white;
}
.employee-input select {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 3px solid #0033ff;
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.employee-input select option {
  color: white !important;
}
.employee-input select option {
  color: white;
  background-color: #002768 !important;
}
.employee-input select:focus {
  color: white !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0033ff;
}
.employee-input select:disabled {
  margin-bottom: 30px;
  border: 2px solid #0033ff;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #3b3b3b !important;
  color: white !important;
}

/*# sourceMappingURL=base.css.map */
