

.logo {
    height: 70px !important;
    width: auto;
}
.d-flex{
    display: flex;
}
.d-grid{
    display: grid;
}
@media (min-width: 768px){
    .symbol.symbol-md-40px > img {
        width: 45px !important;
        height: 40px;
    }
}



.symbol > img {
    width: 55px !important;
    height: 50px;
}
.table.gy-5 td, .table.gy-5 th {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
table thead tr {
    color: var(--kt-text-muted) !important;
    --bs-text-opacity: 1;
    text-transform: uppercase !important;
    text-align: left !important;
    font-weight: 600 !important;
    font-size: 1rem !important;

}
table tbody td a, table tbody td {
    font-size: 1rem !important;
}
table {
  
    white-space: nowrap ;
}
dt {
    font-weight: 600;
    margin-bottom: 0.6rem !important;
}
dd {
    margin-bottom: 0.6rem !important;
    margin-left: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.8rem !important;
  
}
label {
    display: inline-block;
    margin: 10px 0px;
}
h1{
    margin-top: 10px !important;
}
.fs-3 {
    font-size: 1.5rem !important;
}
.fs-5 {
    font-size: 1rem !important;
}

.numBtn {
    background: #e8e8e8;
    color: #111111;
    border-radius: 3px;
    width: 20px;
    text-align: center;
    height: 20px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
    .numBtn:hover {
        background: #909090;
        color: #ffffff;
    }