.main-panel > .content {
  padding: 30px;
}

.table-responsive {
  overflow: auto;
  padding-bottom: 10px;
}

.main-panel {
  position: relative;
  float: right;
  width: 100%;
  min-height: 100vh;
  border-top: 2px solid #00e0b0;
}

.modal-content {
  background-color: #181821;
  padding: 20px;
}

option {
  color: black;
}

.red {
  color: red !important;
}

table button.btn {
  padding: 4px;
  font-size: 10px;
  color: white;
}
table button.btn i {
  color: white;
}

.form-group input[type=file] {
  margin-left: 5px;
  margin-top: 10px;
  opacity: 1;
  position: static;
}

.profile-image {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.profile-image {
  box-shadow: 1px 1px 19px 1px rgba(0, 0, 0, 0.69);
}
.profile-image i {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  color: deepskyblue;
  cursor: pointer;
  text-shadow: 2px 5px 12px black;
}

.switch {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(144, 144, 144, 0.3098039216);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: limegreen;
}

input:focus + .slider {
  box-shadow: 0 0 1px limegreen;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.modal.show .modal-dialog {
  transform: translateY(0);
}

i {
  cursor: pointer;
  color: white;
}

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