
/*

   Este documento se utiliza para aplicar el estilo de Dinaup en documentos HTML.
   Compatible y basado en boostrap..

*/


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400&family=Rubik:ital,wght@0,300;0,400;1,300;1,400&display=swap');



* {

   font-weight: lighter;
   font-family: 'Inter';
   box-sizing: border-box;
   font-family: Inter;
   color: rgb(54 54 54);
   font-weight: 400;
}

a {
   text-decoration: none;
}

body {
   background-color: rgb(237 237 237) !important;
   margin: 0px;
   padding: 40px;
}

.card {

   background-color: white;
   padding: 1rem;
   border-radius: 8px;
   width: 100%;
   box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
   margin-bottom: 1rem;
   border: 3px dashed transparent;

   cursor: pointer;
}


.card-over:hover {
   background-color: #9ed2ff;
}


td[data-f="3"],td[data-f="2"]{
   text-align: right;
}