#body {
  border-top: 30px solid blueviolet;
}

.profile-avatar {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 380px;
  min-height: 200px;
}

.profile-uploading {
  transition: all 150ms ease-in;
  position: absolute;
  bottom: -82px;
  height: 80px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: white;
  opacity: 0.73;
  padding: 10px;
}

.profile-avatar:hover > .profile-uploading {
  opacity: 0.73;
  bottom: 0px;
}

.profile-avatar:hover > .profile-uploading .pictureFile {
  display: none;
}

.vodprogress .progress {
  border: 1px solid #0099CC;
  padding: 1px;
  position: relative;
  height: 35px;
  border-radius: 3px;
  margin: 0;
  text-align: left;
  background: #fff;
  box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}

.vodprogress .progress .progress-bar {
  height: 100%;
  border-radius: 3px;
  background-color: #00c292;
  width: 0%;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

.vodprogress .progress .status {
  top: 5px;
  width: 100%;
  position: absolute;
  display: inline-block;
  color: #000000;
  line-height: 25px;
  font-size: 15px;
  text-align: center;
}

aside.control-sidebar {
  min-height: 100vh !important;
}

@media only screen and (max-width: 992px) {
  aside.control-sidebar {
    padding-top: 10px;
  }
}

.vs__dropdown-toggle {
  border-color: #d2d6de !important;
  padding: 4px !important;
}

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.vs-input,
.vs-select,
.vs-select-content {
  width: 100% !important;
  max-width: 100% !important;
}

.vs-dialog {
  max-width: 90vw !important;
  min-width: 30vw !important;
}

.vs-dialog .vs-select__label {
  left: 25px !important;
}

.vs-dialog .vs-select__label--label {
  transform: translate(0%, -28px) !important;
}

.con-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.con-footer .vs-button {
  margin: 0px;
}

.con-footer .vs-button .vs-button__content {
  padding: 10px 30px;
}

.con-footer .vs-button ~ .vs-button {
  margin-left: 10px;
}

.not-margin {
  margin: 0px;
  font-weight: normal;
  padding: 10px;
  padding-bottom: 0px;
}

.con-content {
  width: 100%;
  align-items: center;
  justify-items: center;
}

.con-content p {
  font-size: 0.8rem;
  padding: 0px 10px;
}

.con-content .vs-checkbox-label {
  font-size: 0.8rem;
}

.con-content .vs-input-parent {
  width: 100%;
}

.con-content .vs-input-content {
  margin: 10px 0px;
  width: 100%;
}

.con-content .vs-input-content .vs-input {
  width: 100%;
}

.con-content .vs-select-content {
  margin: 25px 0px 0px 0px;
}

.con-content.form {
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

.footer-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.footer-dialog .new {
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  font-size: 0.7rem;
}

.footer-dialog .new a {
  color: rgba(var(--vs-primary), 1) !important;
  margin-left: 6px;
}

.footer-dialog .new a:hover {
  text-decoration: underline;
}

.footer-dialog .vs-button {
  margin: 0px;
}

.client-card-avatar {
  font-size: 110px;
}

.client-card-avatar .vs-avatar.vs-avatar--letter--3 {
  font-size: 90px;
}

.client-card-avatar .vs-avatar.vs-avatar--letter--4 {
  font-size: 70px;
}

.con-switch {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-wrap: wrap; */
}

.was-validated .form-control:invalid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.form-control.is-valid {
  background-position: center bottom, center calc(100% - 1px) !important;
}


