@media only screen and (min-width: 1441px) {
    
}



@media only screen and (max-width: 1025px) {
    
}



@media only screen and (max-width: 830px) {

}



@media only screen and (max-width: 480px) {

.login-wrap {
    flex-direction: column;
}

.login-left {
    width: 100%;
    height: 40%;
}

.logo-txt {
    font-size: 2rem;
    font-weight: 700;
}

.login-right {
    width: 100%;
    height: 60%;
    margin-top: 100px;
}

.login-form {
    width: 75%;
}

.page-wrap {
    display: block;
    position: relative;
}

.sidenav {
    position: absolute;
    width: 1px;
    overflow: hidden;
    height: 100%;
}

.close-nav {
    display: block;
}

.sidenav.active {
    width: 60%;
    max-width: 240px;
    z-index: 1000;
}

.sidenav-top-ins {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidenav-top-ins .logo {
    width: 75%;
    padding-top: 0;
}

.sidenav-top-ins .close-nav {
    width: 42px;
    height: 42px;
}

.sidenav-top-ins .close-nav span {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
}

.close-nav span:nth-of-type(1) {
    transform: translateY(20px) rotate(45deg);
}

.close-nav span:nth-of-type(2) {
    transform: translateY(18px) rotate(-45deg);
}

.header-left {
    width: 50px;
}

.header-right {
    width: calc(100% - 50px);
}


.nav-trigger {
    display: block;
    width: 42px;
    height: 42px;
    margin-left: 8px;
}

.nav-trigger span {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 12px 0;
}

.boxes-wrap {
    flex-wrap: wrap;
}

.box1 {
    width: 45%;
}

.inner-navigation {
    width: 60%;
    flex-direction: column
}

.inner-navigation .btn {
    width: 100%;
    margin-bottom: 10px;
}

.filter-btn-wrap {
    flex-direction: column;
}

.section-title h2 {
    font-size: 1.8rem;
}

.msg-nav {
    width: 15%;
}

.msg-nav ul li a span {
    display: none;
}

.msg-content {
    width: 82%;
}

.tbl-header {
    display: none
} 

.tbl-content {
    flex-direction: column;
    align-items: flex-start;
    border: solid 1px #ddd;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.tbl-content .block5,
.tbl-content .block10,
.tbl-content .block15,
.tbl-content .block20,
.tbl-content .block25,
.tbl-content .block30 {
    width: 100%;
    margin-bottom: 10px;
}

}