/* Standard Font used globally */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.blink_me {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {  
    50% { opacity: 0; }
  }
/* a, h1,h2,h3,h4,h5,h6,p{
    text-decoration: none;
    
    font-family: "Montserrat", sans-serif;
}
a{
    font-size: 11px;
} */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .form-label{
        font-size: 12px;
        margin:5px 0px 0px 0px;        
    }

    .dataTables_length label, .dataTables_filter label{
        font-size:10px !important;
    }

    table thead{
        font-size: 10px !important;
    }
    table tbody{
        font-size: 10px !important;
    }

    table tbody .btn{
        font-size: 10px !important;
    }

    .dataTables_filter input{
        border-radius: 5px;
        height: 25px;
        font-size: 12px;
    }

    .dataTables_info{
        font-size: 10px !important;
    }
    .dataTables_paginate{
        font-size: 10px !important;
    }
    
   
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .form-label{
        font-size: 11px;
        margin:0px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    td{
        margin:0 !important; 
        padding:0.2rem !important;
    }
    td{
        font-size:14px;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    td{
        margin:0 !important; 
        padding:0.2rem !important;
    }
    td{
        font-size:14px;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    td{
        margin:0 !important; 
        padding:0.2rem !important;
    }
    td{
        font-size:14px;
    }

}