/* LOGIN */
.fondo-gris, body{
	background: #e2e2e2;
}
.fondo_img{
	height: calc(100vh - 55px);
    width: 100%;
    background: url(../img/fondo_login.png) top right;
    background-size: cover;
	border-radius: 0 0 150px 0;
    box-shadow: 0 0 10px #000000;
	padding: 40px;
}
.tit-sec{
	font-size: 33px;
    color: #fff;
    font-weight: 400;
	margin-bottom: 5px;
}
.l-div.tit{
	width: 50%;
}
.cajaSesion{
	width: 500px;
	height: 430px;
	border-radius: 45px;
	background: #fff;
	box-shadow: 0 0 10px #000000;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	padding: 0;
}
.tit-seccion.login{
	font-size: 25px;
	line-height: 1;
	margin-bottom: 5px;
}
.icon-login{
	width: 20px;
	padding-right: 5px;
}
label.tit-form {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}
.form-control.login {
    font-size: 1rem;
    background-color: #dce0e0;
    border: 1px solid #CCCBCB;
}
.no-contrasena{
	display: block;
	text-align: right;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #9C2147;
	transition: all .3s ease;
}
.no-contrasena:hover{
	color: #BB965C;
}
.recaptcha{
	width: 300px;
	height: 75px;
	margin: auto;
}

@media all and (max-width:769px){
	.fondo_img {
		padding: 25px;
	}
}
@media all and (max-width:577px){

	.tit-sec {
		font-size: 25px;
	}
	.cajaSesion {
		width: 90%;
	}
}

/* Menú lateral */
#menuLateral {
    display: block;
    position: fixed;
    width: 260px;
    height: calc(100vh - 58px);
    float: left;
    background: #fff;
    box-shadow: 0 0 5px black;
    z-index: 31;
    top: 55px;
    border-radius: 0 0 150px 0;
}
#menuGral {
    overflow-y: auto;
    max-height: calc(100vh - 360px);
}
.logoIMB{
    padding: 15px 30px;
    border-bottom: 5px solid #BB965C;
    text-align: center;
    height: 80px;
}
.usuario {
    background: #005345;
    color: #fff;
    padding: 10px 40px;
}
.iconIzq{
    width: 40px;
}
.img-logo{
    width: 80%;
}
.datDer {
    width: calc(100% - 60px);
    float: left;
    padding-top: 0;
    padding-left: 12px;
    line-height: 1;
}
.datDer label {
    font-size: 11px;
    font-weight: 500;
    color: #DDC9A3;
}
.bodyMenu{
    height: calc(100vh - 185px);
    overflow-y: auto;
    background: #005345;
    border-radius: 0 0 150px 0;
}
.btnClose {
    width: 60%;
    margin: auto;
    border-radius: 30px;
}
.ubi-close{
    width: 100%;
    position: absolute;
    bottom: 50px;
}
.btnCollapse {
    width: 60px;
    height: 40px;
    border-radius: 30px;
    position: absolute;
    top: 35px;
    right: -25px;
    padding-right: 4px;
    background: #BB965C;
    transition: all .5s ease-in-out;
}
.icon-collapse{
    height: 80%;
    position: absolute;
    right: 5px;
    top: 4px;
    transition: all 1s ease;
}
.icon-collapse.dos.hover{
    transform: rotate(180deg);
}
.bodyMenu p {
    padding: 15px;
    padding-left: 40px;
    font-size: 13px;
    font-weight: 700;
    color: #DDC9A3;
}
.acorh{
    width: 100%;
    margin: 5px 0;
}
.li-menu {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    border: none !important;
    box-shadow: none !important;
    margin: 0px;
    border-radius: 30px;
    padding: 2px 4px;
    transition: all .3s ease;
}
.li-submenu {
    position: relative;
    align-items: center;
    justify-content: flex-start;
    border: none !important;
    box-shadow: none !important;
    margin: 0px;
    border-radius: 30px;
    padding: 2px 4px;
    transition: all .3s ease;
}
.li-menu:hover{
    background-color: #ffffff50;
}
.li-submenu:hover{
    background-color: #ffffff50;
}
.li-menu img, .li-menu i{
    width: 30px;
    height: 30px;
    float: left;
    font-size: 13px;
    color: #fff;
    padding: 5px;
    margin-right: 5px;
    border-radius: 10px;
    transition: .5s all;
}
.li-menu span{
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}
.li-submenu span{
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}
.toggle-icons{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    padding: 5px;
}
ul li .li-items, ul li .li-items-bis {
    border-radius: 30px;
    color: #fff;
    height: 35px;
    margin: 5px;
    transition: all .5s ease;
    padding-left: 20px;
}
ul li .li-items-bis{
    height: 30px;
    padding: 0;
    padding-left: 20px;
}
ul li .li-items:hover, ul li .li-items-bis:hover {
    background: #ffffff50 !important;
    border-radius: 30px;
}

/* 1. Estilo para el item HIJO seleccionado (fondo blanco) */
li.current-item {
    background: #ffffffe2 !important; 
    border-radius: 30px;
}

/* Estilo para el texto y el ícono del item HIJO seleccionado */
li.current-item a.li-menu span {
    color: #002F2A !important;
    font-weight: 700 !important;
}
li.current-item a.li-menu img {
    filter: brightness(0) !important;
}

/* 2. Estilo para los PADRES abiertos (ej. Ciudad de México) */
li.acorh.active > a.li-menu {
    background-color: transparent;
}

/* El texto y el ícono de los PADRES abiertos se mantienen en blanco */
li.acorh.active > a.li-menu span {
    color: #fff;
    font-weight: 500;
}
li.acorh.active > a.li-menu img {
    filter: none;
}

/* CONTENIDO GENERAL */
main{
	background: #e2e2e2;
	overflow: hidden;
	margin-top: 0;
}
#contenidoGral{
	overflow: hidden;
	margin-left: 50px;
	width: calc(100% - 50px);
	/* background: #e2e2e2; */
}
#contenidoGral.dash{
	height: calc(100vh - 55px);
}

/* DASHBOARD */
.tit-sistema{
	height: 100px;
	width: 80%;
	float: right;
}
.pleca{
	display: flex;
	justify-content: flex-end;
	height: 100%;
}
.logo{
	position: relative;
	width: 30%;
	padding: 35px;
	background: #005345 ;
}
.logo .triangulo{
	position: absolute;
    bottom: 0;
    left: -80px;
    border-top: 120px solid;
    border-left: 80px solid transparent;
	color: #005345;
}
.logo img{
	width: 100%;
}
.titulo{
	width: 70%;
	padding: 25px 150px 25px 50px;
}
.titulo h5{
	font-size: 45px;
	color: #005345;
}
.limit-dash{
	width: 90%;
}
.dashboard{
	margin-top: 90px;
	width: 95%;
	float: right;
}
.btnDash{
	display: flex;
	position: relative;
	min-width: 250px;
	max-width: 300px;
	height: 90px;
	padding: 10px;
	border-radius: 50px;
	cursor: pointer;
	box-shadow: 0 0 5px #000000;
	transition: all .3s ease;
}
.btnDash .icon{
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
	transition: all .3s ease;
}
.btnDash .desc{
	position: relative;
	width: calc(100% - 70px);
	height: 70px;
	font-size: 14px;
	transition: all .3s ease;
}
.btnDash p span{
	position: absolute;
	transform: translateY(-50%);
	color: #fff;
	top: 50%;
	left: 10px;
	transition: all .3s ease;
}
.btnDash .arrow{
	width: 30px;
	height: 30px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 5px;
	background: url(../img/flechader_oroclaro.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	transition: all .3s ease;
}

.icon.pres{
	background-image: url(../img/menu/prestaciones_verde.svg);
}
.icon.form{
	background-image: url(../img/menu/formatos_guinda.svg);
}
.icon.dedu{
	background-image: url(../img/menu/deducciones_verde.svg);
}
.icon.admin{
	background-image: url(../img/menu/adminusuario_oro.svg);
}

/* hover */
.btnDash:hover{
	background: #fff ;
}
.btnDash:hover .arrow{
	background: url(../img/flechadebajo_oro.svg);
	background-size: 30px;
	background-repeat: no-repeat;
}
.btnDash:hover.verde p span{
	color: #005345;
}
.btnDash:hover.verde .icon{
	background-color: #005345;
}
.btnDash:hover.verde .icon.pres{
	background-image: url(../img/menu/prestaciones_bco.svg);
}

.btnDash:hover.vino p span{
	color: #681B33;
}
.btnDash:hover.vino .icon{
	background-color: #681B33;
}
.btnDash:hover.vino .icon.form{
	background-image: url(../img/menu/formatos_bco.svg);
}

.btnDash:hover.verde_o p span{
	color: #10312B;
}
.btnDash:hover.verde_o .icon{
	background-color: #10312B;
}
.btnDash:hover.verde_o .icon.dedu{
	background-image: url(../img/menu/deducciones_bco.svg);
}

.btnDash:hover.oro p span{
	color: #BB965C;
}
.btnDash:hover.oro .icon{
	background-color: #BB965C;
}
.btnDash:hover.oro .icon.admin{
	background-image: url(../img/menu/adminusuario.svg);
}

.menu-lista{
	position: absolute;
	top: 105px;
	padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #002F2A;
	height: 0;
	overflow: auto;
	transition: all .5s ease;
}
.menu-lista li{
	list-style: none;
	text-align: left;
	font-size: 13px;
	color: #002F2A;
    padding: 10px;
    border-radius: 20px;
}
.menu-lista li:hover{
    background: #E4DABF;
	font-weight: 700;
}

.btnDash:hover .menu-lista{
	height: 230px;
}

/* CONTENIDO */
.tit-sistema-b{
	height: 60px;
	width: 60%;
	float: right;
}
.logo-b{
	position: relative;
	width: 40%;
	padding: 15px 30px;
	text-align: right;
	background: #005345 ;
}
.logo-b .triangulo-b{
	position: absolute;
    bottom: 0;
    left: -80px;
    border-top: 120px solid;
    border-left: 80px solid transparent;
	color: #005345;
}
.logo-b img{
	width: 160px;
}
.titulo-b{
	width: 70%;
	padding: 15px 0 15px 50px;
}
.titulo-b h5{
	font-size: 25px;
	font-weight: 400;
	color: #005345;
}

.limit-contenido{
	width: 100%;
	padding: 30px 0;
	padding-left: 50px;
}
.sec-tit{
	min-height: 80px;
}
.sec-tit .l-div{
	position: relative;
	transform: scale(.8);
	left: -28px;
}
.subTit{
	font-size: 25px;
	font-weight: 400;
	color: #005345;
	margin-bottom: 5px;
}
.b-rgt-oro{
	border-right: 1px solid #BB965C;
}
.table-resumen{
	display: flex;
	margin: 20px 0;
	justify-content: end;
	padding: 0;
}
.conTable{
	display: flex;
	background-color: #fff;
	border-radius: 35px 0 0 35px;
	box-shadow: 0 0 5px grey;
}
.conTable .tit{
	width: 120px;
    text-align: center;
    padding: 25px;
    font-size: 15px;
    font-weight: 600;
	color: #005345;
}
.conTable th{
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.conTable td {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	padding: 10px 40px;
}
.b-btm{
	border-bottom: 2px solid #d7d7d7;
}

/* TABLA */
.nav-table{
	width: 250px;
	background: #b9b9b9;
	padding: 10px;
	border-radius: 40px 40px 0 0;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
}
.nav-table.verde.active{
	background-color: #005345;
}
.nav-table.vino.active{
	background-color: #681B33;
}
.nav-table.oro.active{
	background-color: #BB965C;
}
.tab-table{
	background: #fff;
	padding: 15px;
}
/* Botón alert */

.btn-alert{
	background: #fff;
	padding: 10px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	margin: 0 10px;
	box-shadow: 0 0 5px grey;
	vertical-align: middle;
	margin-top: 5px;
}
.alert-table{
	display: inline-flex;
	width: 15px;
	height: 15px;
	float: left;
	border-radius: 30px;
}
.tit-alert{
	width: calc(100% - 35px);
	float: left;
	text-align: left;
	padding-left: 10px;
}
.data-alert{
	width: 20px;
	float: left;
}

.btn-alert.todos .alert-table{
	background-color: #777777;
}
.btn-alert.todos .tit-alert, .btn-alert.todos .data-alert{
	color: #777777;
}

.btn-alert.nuevos .alert-table{
	background-color: #5da71d;
}
.btn-alert.nuevos .tit-alert, .btn-alert.nuevos .data-alert{
	color: #5da71d;
}

.btn-alert.pendientes .alert-table{
	background-color: #e17b05;
}
.btn-alert.pendientes .tit-alert, .btn-alert.pendientes .data-alert{
	color: #e17b05;
}

.btn-alert.erroneos .alert-table{
	background-color: #cd0000;
}
.btn-alert.erroneos .tit-alert, .btn-alert.erroneos .data-alert{
	color: #cd0000;
}

.btn-alert.atendidos .alert-table{
	background-color: #005345;
}
.btn-alert.atendidos .tit-alert, .btn-alert.atendidos .data-alert{
	color: #005345;
}

.btn-alert.todos.active{
	background-color: #777777;
}

.btn-alert.nuevos.active, .alert-table.nuevos{
	background-color: #5da71d;
}

.btn-alert.pendientes.active, .alert-table.pendiente{
	background-color: #e17b05;
}

.btn-alert.erroneos.active, .alert-table.erroneos{
	background-color: #cd0000;
}

.btn-alert.atendidos.active, .alert-table.atendidos{
	background-color: #005345;
}

.btn-alert.todos.active .tit-alert, .btn-alert.todos.active .data-alert, .btn-alert.nuevos.active .tit-alert, .btn-alert.nuevos.active .data-alert, .btn-alert.pendientes.active .tit-alert, .btn-alert.pendientes.active .data-alert, .btn-alert.erroneos.active .tit-alert, .btn-alert.erroneos.active .data-alert, .btn-alert.atendidos.active .tit-alert, .btn-alert.atendidos.active .data-alert{
	color: #fff;
}

/* tabla */
.head-table{
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	border-radius: 30px;
	box-shadow: 0 0 5px grey;
}
.bo-lft{
	border-radius: 30px 0 0 30px;
}
.bo-rgt{
	border-radius: 0 30px 30px 0;
}
.contenido-tabla .table>:not(:first-child) {
    border-top: none;
}
.form-table{
	width: 110px;
	height: 35px;
	border-radius: 8px;
	border: 1.5px solid #BB965C;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1.1;
}
.mw2 .form-table{
	width: 140px;
}
.body-table th{
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}
.body-table td{
	font-size: 12px;
	font-weight: 500;
	max-width: 150px;
	min-height: 35px;
	text-align: center;
}
.body-table td.mw{
	min-width: 100px;
}
.body-table td.mw2{
	min-width: 150px;
}
.body-table tr{
	border-bottom: 1.5px solid #d7d7d7;
}

.formCheck {
    display: block;
	position: relative;
	top: 6px;
	min-width: 35px;
    height: 20px;
}
.formCheckInput {
    width: 20px;
	height: 20px;
    text-align: center;
    margin-top: 0;
}

.head-table tr th{
	padding: 10px 0;
}

.body-table tr td, .body-table tr th{
	padding: 10px;
	padding-bottom: 5px;
}

.body-table .alert-table{
	position: relative;
	top: 3px;
}

/* Notificaciones */
#noti img{
	width: 34px;
    height: 34px;
    position: absolute;
    left: 20px;
    top: 20px;
}
#noti span{
	display: block;
	position: absolute;
	left: 10px;
	top: 12px;
	width: 25px;
	height: 25px;
	background-color: #9F1F41;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	border-radius: 20px;
}
#notificaciones{
	z-index: 1000;
	right: -340px;
	width: 300px;
	min-height: 250px;
	padding: 25px 20px;
	padding-bottom: 30px;
    float: right;
    position: relative;
    background-color: #e2e2e2;
    box-shadow: 0 0 5px grey;
    border-radius: 0 0 0 100px;
	transition: right 0.1s ease-in;
}
#notificaciones.show-noti{
	right: 0;
}

#notificaciones-icon-btn{
	rotate: 180deg;
}

.btnCollapse.bis{
	left: -30px;
	right: inherit;
}
#notificaciones h2{
	font-size: 17px;
    padding-left: 30px;
	color: #4d4d4d;
}
ul.lista-noti{
	padding: 4px;
	height: 250px;
	overflow: auto;
}
.lista-noti li{
	list-style: none;
	background: #fff;
	padding: 10px;
	margin: 10px 0;
	border-radius: 10px;
}

.lista-noti li *:hover {
	cursor: pointer;
}

.lista-noti li:has(> .not-leida){
	background: #cbcbcb;
}

.lista-noti li:hover{
	box-shadow: 0 0 5px grey;
}
a.box-noti{
	display: flex;
}
a.box-noti span{
	display: block;
}
.i-noti{
	font-size: 15px;
	color: grey;
	padding: 7px 0;
}
.box-noti .tit{
	padding: 0 10px;
	text-align: right;
}
.box-noti .tit p{
	font-size: 13px;
	font-weight: 700;
	color: #4d4d4d;
}
.lista-noti li:hover:not(:has(> .not-leida)) .box-noti .tit p{
	color: #BE965C;
}

.box-noti .tit label{
	font-size: 11px;
	font-weight: 500;
	color: #4d4d4d;
}
.tab-table.bis{
	height: auto;
	border-radius: 0 15px 15px 15px;
	box-shadow: 0 0 5px #000000;
}
.tab-table.ter{
	height: auto;
	border-radius: 15px;
	box-shadow: 0 0 5px #000000;
}
.table tbody tr{
	border-bottom: 1.5px solid #dddddd;
}

/* BOTONES REGIONALES */
.btn-regional{
	width: 250px;
	position: relative;
	height: 80px;
	margin: 20px;
	transition: all .5s ease;
}
.base-regional{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 80px;
    height: 80px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #BB965C;
}
.icon-regional{
	width: 60px;
    height: 60px;
    background: #005345;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
}
.tit-regional{
	position: absolute;
	text-align: left;
	top: 10px;
	left: 40px;
	height: 60px;
	width: 100%;
	max-width: 200px;
	background-color: #fff;
	color: #005345;
	border-radius: 0 30px 30px 0;
	box-shadow: 0 0 5px #000000 ;
}
.tit-regional span{
	display: block;
	padding-left: 50px;
	font-size: 15px;
	font-weight: 700;
}

.btn-regional:hover .tit-regional{
	background-color: #005345;
	color: #fff;
}
.l-div.ubi-tit{
	width: 60%;
	position: absolute;
	bottom: 20px;
	left: 90px;
	display: none;
}
.box-reg{
	background: transparent ;
	position: relative;
	transition: all .8s ease;
	width: 250px;
	padding: 0;
}
.btn-regional:hover {
	margin-top: 0;
}

.btnReg-b .base-regional{
	position: relative;
	margin: auto;
}
.btnReg-b{
	position: relative;
	text-align: center;
	transition: all .5s ease;
	background: transparent;
	width: 100px;
	height: 100px;
	margin: 0 20px;
	margin-top: 20px;
}
.btnReg-b:hover{
	margin-top: 0;
}
.btnReg-b label{
	position: relative;
	font-size: 10px;
	font-weight: 600;
	color: #005345;
	top: -20px;
	opacity: 0;
	transition: all .5s ease;
}
.btnReg-b:hover label{
	top: 5px;
	opacity: 1;
}
#btn-regional-sec{
	display: none;
}

.dash-gral{
	display: none;
	min-height: 350px;
}
.dash-gral hr{
	border-bottom: 2px solid #BB965C;
	opacity: 1;
}
.subtit-form h3{
	font-size: 14px;
	font-weight: 700;
	color: #BB965C;
	padding-left: 10px;
	padding-bottom: 5px;
}
.subtit-form p{
	font-size: 13px;
	font-weight: 600;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* TABLA ALTERNATIVA */
.tab-ghost{
	display: none;
}
.cont-table{
	width: 100%;
	height: 380px;
}
.cont-table div:first-child{
	width: 100%;
}
.ag-header {
    font-size: 11px;
    font-weight: 600;
    background: #005345;
    color: #fff;
    text-align: center;
}

.ag-cell:not(.ag-cell-inline-editing), :where(.ag-ltr) .ag-full-width-row .ag-cell-wrapper.ag-row-group {
	padding-left: 10px;
    padding-right: 10px;
    border: 1.5px solid #BB965C;
    height: 35px;
    width: 180px !important;
    top: 2px;
    border-radius: 7px;
	font-size: 12px;
	font-weight: 600;
	line-height: 30px;
}
.fixed-table-loading{
	display: none;
}
.head-table tr {
	margin-top: 10px;
}
.head-table tr th:first-child{
	border-radius: 30px 0 0 30px;
}
.head-table tr th:last-child{
	border-radius: 0 30px 30px 0;
}
.fixed-table-container{
	padding-top: 15px;
}
.table>:not(:first-child) {
    border-top: none;
}
.table-hover>tbody>tr {
	text-align: center;
}
.float-left.pagination-detail{
	font-size: 13px;
	font-weight: 700;
	color: #005345;
	text-align: center;
}
#tableIB tbody tr td, #tableIB-D tbody tr td{
	font-size: 13px;
	font-weight: 500;
	padding: 5px;
}
.tooltip-inner {
	background-color: #681b33 !important;
	color: white !important;
	font-size: 12px !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #681b33;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
	border-bottom-color: #681b33;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
	border-left-color: #681b33;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: #681b33;
}

/* ESTILOS MODAL NÓMINA */

.pop-up .modalPrev .modal-dialog{
	max-width: 80%;
}
.pop-up .container {
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 100%;
	min-height: 750px;
}
.pop-up .boxDoc{
	height: 600px;
	overflow-x: auto;
}
.pop-up .boxDoc iframe{
	width: 100%;
	height: 100%;
}

@media all and (max-height:600px){
	.cont-table {
		height: 215px;
	}
}

@media all and (min-width: 1566px){
	.logo {
		padding: 25px;
		padding-top: 30px;
	}
	.logo img {
		max-height: 50px;
	}
}

/* @media all and (max-width:1566px){
	.limit-contenido {
		padding: 10px 0;
		padding-left: 20px;
	}
	.sec-tit {
		min-height: 60px;
	}
	.tab-table {
		padding: 15px;
		height: 370px;
		overflow: auto;
	}
	.head-table {
		font-size: 10px;
	}
	.head-table tr th {
		padding: 0px 10px;
		padding-bottom: 8px;
	}
	.body-table tr td, .body-table tr th {
		padding: 5px 10px;
		padding-bottom: 5px;
	}
	.formCheck.t10{
		top: 10px;
	}
} */

    @keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 #611232;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
  }
}

.help-button {
  animation: pulse-animation 2s 10;
  border-radius: 50%; 
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
