.btn-light-warnings{
    background-color: #FD7E141A;
    color: #FD7E14;
}
.btn-light-warnings:hover{
    background-color: #FD7E14;
    color: #fff;
}
.btn-xs{
    padding: calc(.35rem + 1px) calc(0.75rem + 1px) !important;
}
.btn-light-reviewed{
    background-color: #1EC9971A;
    color: #1EC997;
}
.btn-light-reviewed:hover{
    background-color: #1EC997;
    color: #fff;
}
.menu-item .menu-link.active, .aside-menu .menu-item .menu-link:hover{
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1)) !important;
}
@media (max-width: 991.98px) {
    .app-content {
        margin-top: -85px;
    }
    .app-toolbar{
        padding-top: 3.125rem !important;
        padding-bottom: 3.125rem !important;
    }
    [data-kt-app-header-fixed-mobile=true] .app-wrapper{
        margin-top: 0 !important;
    }
}

div#reviews_table_wrapper tr td{
    border: 1px solid #DBDFE9 !important;
    border-left-width: 1px !important;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-left: 0px;
    width: calc(100% - 2px) !important;
}

.widget .footer{
    display: flex;
    justify-content: space-between;
}
.widget iframe {
    aspect-ratio: 16 / 9;
    width: 100%; /* change this to a fixed width, or create a container with a width. */
    height: 100%;
  }
