@media (max-width: 992px) {
nav .nav-inner,.section-inner,
.welcome-msg,.widgets {
    width: 90%;
}

.widgets {
    flex-wrap: wrap;
    justify-content: center;
}

.widgets .widget {
    margin: 10px;
}
}

@media (max-width: 768px) {
.login-page .login-inner .login-form {
    width: 90%;
    max-width: 400px;
    height: auto;
    padding: 30px 20px;
}

.login-page .login-inner .login-form h2 {
    font-size: 36px;
}

.login-page .login-inner .login-form h3 {
    font-size: 20px;
}

nav .nav-inner .logo {
    width: 90px;
}

nav .nav-inner .nav-menu {
    display: none;
}

nav .nav-inner .nav-mobile {
    display: flex;
    /* width: 60%; */
    flex-grow: 1;
    justify-content: flex-end;
}

.section-inner,.welcome-msg,.widgets {
    width: 95%;
}

.section-heading {
    flex-direction: column;
    align-items: flex-start;
}

.section-heading .section-buttons {
    margin-top: 10px;
}

.popup-menu .poup-menu-inner {
    min-width: 90%;
    width: 90%;
    max-width: 90%;
    padding: 15px;
    margin: 5vh 0;
}

.popup-image, .popup-image-bigger {
    display: none;
}

.row {
    flex-direction: column;
}

.row .column {
    width: 100% !important;
}

.main-inner {
    padding-bottom: 60px;
}

.widgets {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 0 15px;
}

.widgets .widget {
    width: 100%;
    margin-bottom: 15px;
}

.section-inner {
    padding: 0 15px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table thead {
    display: none;
}

table tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    padding: 8px;
    border-bottom: 1px solid #eee;
}

table td::before {
    content: attr(data-label);
    font-weight: bold;
    text-align: left;
    padding-right: 15px;
    color: var(--secondary);
}

table td:last-child {
    border-bottom: none;
}

table td .icons {
    justify-content: flex-end;
}

.footer-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.05);
    z-index: 9999;
    justify-content: space-around;
    align-items: center;
}

.footer-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #999;
    font-size: 12px;
    flex-grow: 1;
    padding: 5px 0;
}

.footer-link img {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}

.footer-link.active {
    color: var(--primary);
}
}

@media (max-width: 480px) {
.login-page .login-inner .login-form {
    width: 95%;
    padding: 20px 15px;
}

.login-page .login-inner .login-form h2 {
    font-size: 30px;
}

.login-page .login-inner .login-form h3 {
    font-size: 18px;
}

.login-form img {
    width: 150px;
    height: 60px;
}

.notification-inner {
    width: 90%;
    max-width: 90%;
}
}