@media screen and (max-width: 768px) { /* Example breakpoint at 768px */
        .hide-on-small-screens {
            display: none; /* Hide the element */
        }
}

.hdrTbleSlect{
    min-width: 100px;
    width: 100% !important;
}
.grap{
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    background: #fafafa;
    padding: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 1.3em;
    font-style: italic;
}
tbody>tr>td>a{
    text-decoration: underline;
    color: #2311f8;
    font-weight: 700;
}
.noextiende{
    width: 100%;
}
.modeldialog{
    display: none; 
        position: fixed;
        top: 0px;
        border: 0px;
        left: 0px;
        right: 0px;
        background: #42424285;
        z-index: 999999;
        width: 100%;
        height: 100%;
        text-align: center;
        align-content: center;
}

.internalmodeldialog{
    color: black;
           position: relative;
           top: 10%;
           background: white;
           width: 30%;
           text-align: center;
           border: 1px solid red;
           border-radius: 6px;
           padding: 20px;
           font-weight: 700;
           left: 40%;
}

.loader{
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    display: inline-block;
    margin-bottom: -20px;
    background-image: url('../imgs/ajax-loader.gif');
}



.loading-text {
	place-self: center;
	    place-self: center;
    background: linear-gradient(90deg, #00f, #ee5def, #73bdd3) -100% / 200%;
  
	/* being excessively careful with compat, 
	 * though this has been supported unprefixed and 
	 * in the shorthand across major browsers for a while */
	-webkit-background-clip: text;
	        background-clip: text;
	/* use color, don't use -webkit-text-fill-color anymore, 
	 * was meant to solve a problem we haven't had in years */
	color: transparent;
	font: 700 clamp(1em, 10vw, 1em) exo, sans-serif;
	animation: shimmer 4s linear infinite
}

@keyframes shimmer { to { background-position: 100% } }

  