.light-green-btn {
  background: #5B82F9 !important;
  border-color: #5B82F9 !important;
}
.card-primary.card-outline {
  border-color: #5B82F9;
}
.forget-text {
  font-weight: 500;
}
.admin-drop::after {
  content: unset !important;
}
.admin-drop {
  background: #343a4000;
  font-size: 18px;
  font-weight: 500;
  border: none;
  color: #000;
}
.profile-drop-block .dropdown-menu {
  padding: 0px !important;
  overflow: hidden;
}
.profile-drop-block .dropdown-menu a.dropdown-item {
  padding: 10px 10px;
  border-bottom: 1px solid #dedede;
}
.admin-profile-block img {
  width: 42px;
  border: 1px solid #343a40;
  border-radius: 100px;
  padding: 8px;
  margin-right: 4px;
}
.admin-drop:hover {
  background: transparent;
  color: #000;
}
/*Login-Page*/
.login-page {
  background: url("../laundry.jpg"); 
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  /* background-color:#5B82F9; */

}
.login-page .login-box {
  width: 100% !important;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);                                                              
}

.login-page .login-box .card {
  border-radius: 20px;
  background: transparent;
  backdrop-filter: blur(7px);
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(0, 0, 0, 0.3);                                                              

}
.login-page .login-box .card .card-body.login-card-body {
  padding: 20px 40px;
  border-radius: 20px !important;
  background: rgba(0, 0, 0, 0.3);
}
.login-page .card .card-body .btn-block {
  background: #5B82F9 !important;
  border: #5B82F9 !important;
}
.login-page .alert-danger {
  color: #000000;
  background-color: rgba(255, 0, 0, .3);
  border-color: #d32535;
  list-style: none;
  backdrop-filter: blur(11px);
  margin-top: 10px;
}
.tab-selected{
  background-color: rgba(0, 0, 0, 0.3);
}
/*Login-Page-End*/
/*profile-page*/
.profile-top-btns li.nav-item a.nav-link.active, .profile-top-btns li.nav-item a.nav-link.active:hover {
  background: #2ba84a;
  color: #fff;
}
.profile-top-btns li.nav-item a.nav-link:hover {
  color: #2ba84a;
}
.bg-dark-blue {
  background-color: #5B82F9 !important;
}
.upload-pro-img {
  height: auto;
}
.alert-success ul, .is-danger ul {
  margin-bottom: 0px;
  list-style: none;
  padding: 0;
}
.nav-header-heading {
  font-size: 18px !important;
  font-weight: 600;
}
.sidebar-ul li a  {
  color: #fff !important;
  font-size: 16px;
}
.eye-icon {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translate(0px, -50%);
  color: #495057;
}
/*profile-page-end*/
/*Player-Page*/
.required {
  color: red;
}
.card-header-t {
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  padding: 0.75rem 1.25rem;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
ul.pagination li.paginate_button.page-item.active a, ul.pagination li.paginate_button.page-item a.page-link:hover {
  background-color: ##5B82F9 !important;
  border-color: #5B82F9;
  color: #fff !important;
}
ul.pagination li.paginate_button.page-item a.page-link {
  color: ##5B82F9;
}
ul.pagination li.paginate_button.page-item a.page-link:focus {
  outline: 0;
  box-shadow: none !important;
}
.bg-light-green {
  background-color: #5B82F9 !important;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #5B82F9;
  border-color: #5B82F9;
}
.page-link {
  color: #5B82F9;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.breadcrumb li.breadcrumb-item a {
  color: #07305d;
}
.player-title {
  font-size: 40px;
  font-weight: 700;
  color: #07305d;
  
}
.sweet-alert .sa-icon.sa-error {
  width: 52px;
  height: 52px;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  height: 5px !important;
  width: 26px !important;
  top: 23px !important;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  right: 13px !important;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  left: 14px !important;
}
.sweet-alert .sa-icon.sa-error {
  width: 52px;
  height: 52px;
}
.sweet-alert h2 {
  font-size: 27px;
  line-height: 1.4em;
  font-weight: 700;
}
.sweet-alert .sa-button-container {
  gap: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sweet-alert {
  padding: 40px !important;
  border-radius: 20px !important;
}
.add-group {
  display: flex;
  gap: 15px;
}
.add-group a.btn {
  font-size: 17px;
}
.note-editing-area .note-editable.card-block {
  min-height: 250px;
}
/*Player-Page-End*/
/*sidebar*/
.nav-sidebar li a svg {
  width: 24px !important;
  height: auto !important;
  margin-right: 10px;
}
td.project-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
}
/*sidebar End*/
@media screen and (max-width: 767px) {
  .mobile-d-none {
      display: none !important;
  }
  .login-page .login-box {
      max-width: 360px !important;
      margin: auto !important;
  }
}

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: 'Deactive';
  left: -4rem;
}
.btn-toggle:after {
  content: 'Active';
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #5B82F9 !important;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-info {
  color: #fff;
  background-color:#5B82F9 !important;
  border-color: #5B82F9;
  box-shadow: none;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 4.5rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-sm:before {
  content: 'Deactive';
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: 'Active';
  right: -0.5rem;
  opacity: 0.5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 3.1875rem;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:after {
  left: 0.4125rem !important;
}
.btn-toggle.btn-sm.btn-sm:before, .btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.9125rem;
  width: 3.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}



.btn-toggle.btn-sm:after{

  content: attr(data-status) !important;
} 