/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: ThemeSelection
	Author URL: https://themeselection.com/
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
body{
color: black !important;
}
.cp{
	cursor: pointer!important;
}

.input-border{
	border: none !important;
	border-bottom: 1px solid !important;
	border-radius: 0px !important;
}

.w-1{
	width: 3% !important;
}

.w-15{
	width: 11% !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}
.spinner-container {
  position: relative;
  width: 180px;  /* aumenté 20px para padding */
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-logo {
  max-width: 120px;
  max-height: 120px;
  position: relative;
  z-index: 2;
  user-select: none;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;  /* aumenté 20px para dejar espacio */
  height: 160px;
  margin: -80px 0 0 -80px;  /* ajustar según width/height */
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-top: 8px solid #ffffff;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
  z-index: 1;
}

/* Animación de giro */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


   .alertify-notifier .ajs-message.ajs-error{
    color: #yourcolor;
}

.modal-header{
	background: linear-gradient(#193e8e, #130e3b) !important;
	color:white !important;
}

.modal-title{
	color: white !important;
}

.modal-content , .modal-header{
	border-radius: 0;
}