/**/
html {
  background-color: #6610f2;
}
body::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb {
  background: #500ade;
}
body::-webkit-scrollbar-thumb:hover,
.modal-body::-webkit-scrollbar-thumb:hover {
  background: #4706c9;
}

.nav-absolute {
  position: fixed !important;
}

.navbar.fixed {
  background-color: rgba(80, 10, 222, 0.75);
  z-index: 10;
  backdrop-filter: blur(5px);
}

.header-area-md {
  padding: 200px 0 250px !important;
}

.header-area.style-four .header-inner .username-form {
  position: relative;
  z-index: 0;
  max-width: 500px;
  margin-top: 36px;
}

.header-area.style-four .header-inner .username-form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 20px;
}

.header-area.style-four .header-inner .username-form .submit-btn {
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
  background-color: #9749f8;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  width: auto;
  padding: 0 2rem;
}

.header-area .header-right-image {
  top: 70px !important;
}

#about {
  padding-top: 112px;
}

/**/

.header-area-sm {
  padding: 50px 0 75px !important;
}

.btn-wrapper-md a {
  width: 250px !important;
}

.header-form-area .header-form-inner {
  padding: 40px 30px 50px !important;
}

.register-form .form-group.textarea .form-control {
  min-height: 140px;
  resize: none;
}

.register-form .form-group.textarea .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.register-form .form-group .form-control {
  height: 50px !important;
  border: 1px solid #e3e3e3;
}

.register-form .submit-btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  background-image: -moz-linear-gradient(0deg, #5e2ced 0%, #9749f8 100%);
  background-image: -webkit-linear-gradient(0deg, #5e2ced 0%, #9749f8 100%);
  background-image: -ms-linear-gradient(0deg, #5e2ced 0%, #9749f8 100%);
}

.register-form .submit-btn:hover {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(13, 21, 75, 0.3);
  box-shadow: 0px 3px 20px 0px rgba(13, 21, 75, 0.3);
}

.register-form .submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.color span {
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 5px;
  border-radius: 5px;
}
.color:hover span {
  color: #000;
  background-color: #fff;
  font-weight: 600;
}

.dropdown-menu {
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.25);
  padding: 0.25rem;
}

/*  */
.breadcrumb-area.breadcrumb-bg {
  padding-top: 150px;
  padding-bottom: 100px;
}
.custom-card {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.custom-card-header {
  border: none;
  color: #fff;
}

.custom-card-body p {
  color: #fff;
}

.custom-card-body .input-group,
.custom-card-body .input-group-text {
  border: none;
}

.custom-card-body .input-group .form-control,
.custom-card-body .input-group .form-control:focus {
  background-color: #fff;
  border: none;
}

.custom-card-body .input-group .form-control:read-only {
  background-color: rgba(255, 255, 255, 0.5);
}

.custom-label {
  position: absolute;
  padding: 1px 2px 1px 5px;
  font-size: 11px;
  font-weight: 900;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .logo img {
    max-width: 150px;
  }
  .navbar-area .nav-container {
    min-height: 60px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    margin-top: 0;
  }
  #appside_main_menu {
    top: 70px;
    background-color: rgba(80, 10, 222, 0.75);
    right: -20px;
  }
  .header-area-md {
    padding-top: 100px !important;
  }
}
