body {
    /*background-color: red!important;*/
}
.card {
    --bs-card-box-shadow: none!important;
    --bs-card-border-width: 1px!important;
}
td {
  text-align:center;
  padding: 20px;
}
tr {

  transition: 1s;
}
tr:hover{
    cursor:pointer;
    /* -webkit-box-shadow: inset 0px 0px 1px 2px rgba(189, 199, 208, 1);
    -moz-box-shadow: inset 0px 0px 1px 2px rgba(189, 199, 208, 1);
    box-shadow: inset 0px 0px 1px 2px rgba(189, 199, 208, 1); */
    transition: 1s;
    background-color: #ebf1f6;
    transform: scaleY(1.1);
  }

  tr:hover h6{
    font-weight: 700;
    transition: 1s;
  }
  tr:hover img{
    /* transform: scaleY(0.8); */
    transition: 1s;
  }
  .card-own {
    transition: 1s;
  }

  .card-own:hover {
    cursor:pointer;
    transition: 1s;
    /* background-color: #ebf1f6; */
    border: 1px solid rgb(190, 190, 190);
    transform: scaleY(1.1) scaleX(1.05);
  }

.logo {
    max-height: 150px;
    padding: 25px 0;
}
.btn-primary {
    background-color: #0c3444;
    border: none;
}
.icon-lang {
    height: 25px;
    padding: 0 5px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.icon-lang:hover {
    scale: 1.2;
}
.nav-icons-langs {
    align-items: center;
    justify-content: center;
}

