@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
	font-family: 'Montserrat', sans-serif !important;
}

nav{
	background-color: #FFF;
}

nav a {
    color: #5D5D65!Important;
}

.nav-wrapper .material-icons {
    color: #5d5d66!Important;
}

#div-usuario-operador-estados{
	margin-bottom: 10px;
}

#title-ingresar-id-turno{
	margin-bottom: 10px;
}

#btn-modal-generar-nuevo-turno, #btn-modal-forzar-atencion-con-numero {
    background-color: #0a66fc !Important;
    width: 100%;
    height: 3.5rem;
	max-width: 600px;
	box-shadow: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
}

#poweredByGeco {
    position: fixed;
    bottom: 0px;
    right: 5px;
	z-index: 100;
/*     opacity: 0.75; */
}

#poweredByGeco img {
   	width: 150px;
   	margin-bottom: 5px;
   	margin-right: 5px;
   	opacity: 0.3;
}

@media screen and (max-width: 425px) {

	#poweredByGeco img {
		width: 100px;
	}
}
	

.sidenav .user-view {
	background-color: transparent;
	background-image: url("../img/background_menu_turno.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;	
}

.version_proyecto {
	margin-top: -20px;
}

.logo_proyecto, .version_proyecto  {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.logo_proyecto img {
	width: 50%;
	height: auto;
}

.container {
	width: 98%;
	max-width: initial;
}

#listButtons, #form{
	margin-top:15px;
}

fieldset{
	border: 0px;
}

.min-width-100-px{
	min-width: 100px;
}

.toast {
    font-size: 1.3rem;
}

.card-tipo-tramite{
	min-height:350px
}

.card-usuario-tipo-tramite{
	max-height: 350px;
    overflow-y: scroll;
}

@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
     }
}

.preloader-container{
	display: none;
	flex-direction: column !important;
	gap: 45px !important;
	background-color: rgba(159, 159, 159, 0.75) !important;
}

@keyframes pulse-loader {
	to {
		transform: scale(0.8);
		opacity: 0.5;
	}
  }

  

.preloader-container img{
	animation: pulse-loader 0.4s alternate infinite ease-in-out;
	width: 145px;
}

.preloader-container p{
	font-size: 30px;
	color: white;
	font-weight: bold;
}

@media screen and (max-width: 480px) {
	.preloader-container p{
		font-size: 18px !important;
	}

	.preloader-container img{
		width: 80px !important;
	}
	
	.preloader-container{
		gap: 15px !important;
	}
}

.preloader-background, .export-preloader, .preloader-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(220, 220, 220, 0.75);
	
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}

.export-preloader{
	display: none;
}

.export-preloader .preloader-card{
	background-color: white;
	width: 40%;
	height: 35vh;
	max-height: 418px;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.export-preloader .exportando{
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 40px;
	font-weight: bold;
	color: darkslategray;
}

.export-preloader .preloader-wrapper.big{
	width: 120px !important;
	height: 120px !important;
}

.brand-name{
	font-size: 17px;
}

.brand-logo img {
    height: 22px!Important;
    margin-top: 12px!Important;
    margin-right: 7px!Important;
}

.border-radius-20-px{
	border-radius: 20px;
}

.button-disabled{
	pointer-events: none;
}

.button-disabled > a{
	background-color: gray !important;
}

#botonNotificaciones{
	cursor: pointer;
}
.sidenav {
    width: 340px;
	overflow: overlay;
	user-select: none;
}
.sidenav li .active > a > .right{
	transform: rotate(180deg);
}
.sidenav li > a >.right{
	transition: all 0.2s;
}
.sidenav li>a{
	padding-left: 25px;
}
.sidenav li>a>i{
	margin-right: 20px !important;
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
	padding-left: 25px;	
}

.sidenav .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
    padding: 0 50px 0 50px;
}

.sidenav .collapsible-body .collapsible-body li a {
    padding-left: 90px !important;
	white-space: wrap;
	height: auto;
	color: rgba(0, 0, 0, 0.6);
}

#menuItem8{
	line-height: 27px;
}

/* BUTTON GROUPS */

.btn-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  vertical-align: middle;
}

.btn-group>.btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.btn-group>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.btn-group>.btn-inactive {
  background-color: #607d8b;
}

.btn-group>.btn {
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
}

.btn-group>.btn-inactive:hover {
  background-color: #728F9D;
}

.btn-group>.btn:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.inline-icon{
	vertical-align: bottom;
	font-size: 24px !important;
	margin-right: 20px;
}

/* .btn-atendiendo:focus{
	background-color: gray;
} */

.btn-atendiendo{
	background-color: #e1e1e1;
	color: #5f6060 !important;
	cursor: default;
}

.inline-icon2{
	vertical-align: bottom;
	font-size: 25px !important;
}

.height-5-px{
	height: 5px;
}

.padding-special{
	padding: 10px 4px;
}

.margin-top-20-px{
	margin-top: 20px;
}

.margin-top-50-px{
	margin-top: 50px;
}

.tap-target{
	background-color: #1b0088;
	color: white;
}

.btn-download-template{
	margin-left:5px;
}


/* ESTILOS PARA TOAST */
#toast-container {
	display: block;
	position: fixed;
	z-index: 10000;
  }
  
  @media only screen and (max-width: 600px) {
	#toast-container {
	  min-width: 100%;
	  bottom: 0%;
	}
  }
  
  @media only screen and (min-width: 601px) and (max-width: 992px) {
	#toast-container {
	  left: 5%;
	  bottom: 7%;
	  max-width: 90%;
	}
  }

  @media screen and (min-width:495px) {

    .brand-name {
        font-size: 20px;
    }

    .brand-logo img{
        height: 40px !important;
    }

}
  
  @media only screen and (min-width: 993px) {
	#toast-container {
	  top: 10%;
	  right: 7%;
	  max-width: 86%;
	  width: 500px;
	}
  }
  
  .toast {
	border-radius: 2px;
	top: 35px;
	width: auto;
	margin-top: 10px;
	position: relative;
	max-width: 100%;
	height: auto;
	min-height: 48px;
	line-height: 1.5em;
	background-color: #323232;
	padding: 10px 25px;
	font-size: 1.1rem;
	font-weight: 300;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	cursor: default;
	filter: drop-shadow(2px 3px 4px rgba(0,0,0,.2));
  }
  
  .toast .toast-action {
	color: #eeff41;
	font-weight: 500;
	margin-right: -25px;
	margin-left: 3rem;
  }
  
  .toast.rounded {
	border-radius: 24px;
  }
  
  @media only screen and (max-width: 600px) {
	.toast {
	  width: 100%;
	  border-radius: 0;
	}
  }

  .toast {
    font-size: 1.3rem;
	background-color: #fff;
	color: #2e2e2e;
	font-size: 15px;
}

.success {
	border-left: solid 4px #6BCB77;
}

.info {
	border-left: solid 4px #4D77FF;
}

.error {
	border-left: solid 3px #EF6D6D;
}

.warning {
	border-left: solid 3px #FFB72B;
}

.toast i {
	color: #fff;
	font-size: 16px;
}

.toast .containerIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	margin-right: 20px;
	border-radius: 50%;
}

.toast a {
	margin-left: 15px;
}

.toast .iconsuccess {
	background-color: #6BCB77;
}

.toast .iconinfo {
	background-color: #4D77FF;
}

.toast .iconerror {
	background-color: #EF6D6D;
}

.toast .iconwarning {
	background-color: #FFB72B;
}

@media screen and (max-width: 768px) {
	.toast .containerIcon {
		display: none;
	}
}

@media screen and (max-width: 430px) {
	.brand-logo img{
		height: 22px !important;
	}

	.brand-name{
		font-size: 16px;
	}
}


@media only screen and (max-width: 600px) {
	#toast-container {
	  min-width: 90%;
	  left: 5%;
	  bottom: 20%; /* Más arriba aún */
	}
  
	.toast {
	  border-radius: 8px;
	}
  }