.login-bg {
    background: linear-gradient(45deg, #FEAC5E, #C779D0, #4BC0C8);     
}


.card{
  -webkit-box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
          box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15)

}

.btn.btn-outline-link{
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;  
  color: var(--bs-gray-700);  
}

.btn.btn-outline-link:hover,
.btn.btn-outline-link:focus,
.btn.btn-outline-link:active{
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  color: var(--bs-dark);  
text-decoration: underline;
}

.login-image{
  max-width: 450px;
}


.badge{
  cursor: default;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-visible,
.btn:focus-within {
  -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08) !important;
          box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08) !important;
}

.btn.icon-only {
  min-height: 38px;
  min-width: 38px;
  border-radius: 50%;
  padding: 5px;
  color: var(--bs-gray-600);
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.icon-only:hover {
  background-color: white;
  color: var(--bs-gray-800);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
 -webkit-box-shadow: none;
          box-shadow: none;
}

.fa-icon-only {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; /* Makes the <i> element a flex container */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Horizontally centers the icon */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
  min-height: 30px;
  min-width: 30px;
  border-radius: 50%;
  padding: 3px;
  color: var(--bs-gray-600);
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fa-icon-only:hover {
  cursor: pointer;
  background-color: white;
  color: var(--bs-gray-800);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
 -webkit-box-shadow: none;
          box-shadow: none;
}

button.btn.action {
  min-height: 38px;
  min-width: 38px;
  border-radius: 50%;
  padding: 5px;
  color: var(--bs-gray-600);
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
button.btn.action:hover,
button.btn.action:focus{  
  color: var(--bs-gray-800);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;  
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  outline: none;
}
button.btn.action:disabled{
  border: none;  
  
}

table.table thead tr th{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.85rem; 
  color: var(--bs-gray-600);
  background-color: var(--bs-gray-100);

}
table.table tbody tr td,
table.table thead tr th {
  vertical-align: middle;
  font-size: 0.9rem;
  padding: 0.75rem;
}
.card .table td,
.card .table th,
.modal-body .table td,
.modal-body .table th {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.table-secondary{
  background-color: var(--bs-gray-100);
  border-color: var(--bs-border-color);
}

.page-heading{
  font-family: var(--bs-font-sans-serif);
  text-transform: uppercase;
  margin-bottom: 0px; 

}

.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: none;
  /* border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; */
  color: var(--bs-gray-600);
  text-transform: uppercase;
  font-weight: 500;

}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  /* border-left: none;
  border-top: none;
  border-right: none; */
  color: var(--bs-heading-color);
  -webkit-transition: all 0.3s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in

}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: 500;  
  background-color: initial;
  /* border-left: none;
  border-top: none;
  border-right: none; */
  border-bottom: 3px solid #FEAC5E;
  color: var(--bs-heading-color);
  -webkit-transition: all 0.3s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in
}

.custom-badge {
  display: inline-block;       
  padding: 10px 35px;          
  color: white;               
  border-radius: 50px;         
  white-space: nowrap;         
  font-weight: 500;}

  .custom-badge.sm{
    padding: 5px 20px;

  }

.badge.lg{
  font-size: 0.8rem;
   padding-left: 1em;
  padding-right: 1.0em;
  padding-bottom: 0.6em;
  padding-top: 0.6em;
}

.form-select{
  background-color: white;
  -webkit-box-shadow: 0 3px 2px rgba(233,236,239,.05);
          box-shadow: 0 3px 2px rgba(233,236,239,.05);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius); 
}

.form-select:focus{
  border-color: var(--bs-primary) !important;
  outline: 0;
  -webkit-box-shadow: 0 3px 2px rgba(233,236,239,.05),0 3px 2px rgba(233,236,239,.05),0 3px 9px rgba(50,50,9,0),3px 4px 8px rgba(94,114,228,.1);
          box-shadow: 0 3px 2px rgba(233,236,239,.05),0 3px 2px rgba(233,236,239,.05),0 3px 9px rgba(50,50,9,0),3px 4px 8px rgba(94,114,228,.1);
}

.dropdown-menu{
  -webkit-box-shadow:  0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1) !important;
          box-shadow:  0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1) !important;
}