
.spinner {
  height: 60px;
  width: 60px;
  margin: auto;
  display: flex;
  position: absolute;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, .15);
  border-right: 6px solid rgba(0, 174, 239, .15);
  border-bottom: 6px solid rgba(0, 174, 239, .15);
  border-top: 6px solid rgba(0, 174, 239, .8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

#overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

fieldset, legend {
    all: revert;
    border-color : #f6f0f0b3;
    margin-bottom : 15px;
}

.select2 {
  width:100%!important;
}

.primary-btn.icon-only {
    padding: 0 9px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
}

.primary-btn.tr-bg {
    background: transparent;
    border: 1px solid #5accce;
    line-height: 28px;
}

.big-icon{
  font-size: 32px;
}

.icon-font{
  font-size: .7rem;
}

span.active_chat {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #54da8a;
    border-radius: 50%;
    margin-left: 7px;
    position: relative;
    top: -4px;
}

@media screen and (min-width: 1025px) {
   /* .mr-l-300 {
      margin-left:300px !important;
    }
  
    .w-300 {
      width:300px;
    }*/
  }

.nav.nav-treeview{
  margin-left: 15px !important;
}

.box-sh {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media print {
  body {
      -webkit-print-color-adjust: exact;
  }

  .no-print, .no-print *
  {
      display: none !important;
  }

  table { table-layout: fixed; width: 100%; }
  .content-wrapper  {background-color: #fff !important;font-size: 80%;}
}

/* Modern Login Page Styles */
.login-page {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-box {
  width: 420px;
  margin: 7% auto;
}

.login-box .card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.15);
  animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.login-box .card-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 30px 20px;
  border: none;
}

.login-box .card-header a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.login-box .card-header a:hover {
  color: #f0f0f0;
}

.login-card-body {
  padding: 40px 30px;
  background: white;
}

.login-box-msg {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  margin-bottom: 30px;
  text-align: center;
}

.login-card-body .input-group {
  margin-bottom: 25px;
  position: relative;
}

.login-card-body .form-control {
  border: 2px solid #e1e8ed;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 15px;
  transition: all 0.3s ease;
  height: auto;
}

.login-card-body .form-control:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.15);
  background-color: #f8f9ff;
}

.login-card-body .input-group-text {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 0 10px 10px 0;
  color: white;
  padding: 12px 15px;
  transition: all 0.3s ease;
}

.login-card-body .input-group-append {
  margin-left: -2px;
}

.login-card-body .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 10px;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.login-card-body .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.login-card-body .btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.login-card-body a {
  color: #667eea;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.login-card-body a:hover {
  color: #764ba2;
  text-decoration: underline;
}

.login-card-body .mb-1 {
  text-align: center;
  margin-top: 20px;
}

/* Responsive design for mobile */
@media (max-width: 576px) {
  .login-box {
    width: 90%;
    margin: 5% auto;
  }
  
  .login-card-body {
    padding: 30px 20px;
  }
  
  .login-box .card-header {
    padding: 25px 15px;
  }
}



