@media screen and (max-width: 1600px) {
/* LIST BLOCK */
.list-block .assets-list > li > ul > li.sr-no { width: 70px; }
.list-block .assets-list > li > ul > li.make,
.list-block .assets-list > li > ul > li.model,
.list-block .assets-list > li > ul > li.specifications { width: 120px; }
/* .list-block .assets-list > li > ul > li.property { width: ; } */

/* ACTION BLOCK */
.action-block .action-buttons { padding: 2px 16px; }

/* DEPRECIATION LIST */
.depreciation-list li { padding: 16px 30px; }

.reports-card .card-header { padding: 8px 16px; }
.reports-card .card-header span { font-size: 12px; }
}

@media screen and (max-width: 1366px) {
.action-block .filter-block .button i { display: none; }
.pagination ul li a { font-size: 12px; }
}

@media screen and (max-width: 1280px) {
header { padding: 20px 0; }

/* LEFT SIDEBAR */
.left-sidebar .menu-list li a { padding: 16px; }
.left-sidebar .menu-list li a span { position: absolute; white-space: nowrap; font-size: 14px; left: calc(100% + 15px); top: 50%; padding: 0 15px; line-height: 30px; border-radius: 25px; transform: translateY(0) scale(0); transition: var(--all-fast); color: #fff; background: var(--blue-mild); background: -moz-linear-gradient(-45deg,  var(--blue-mild) 0%, #8b8cf4 100%); background: -webkit-linear-gradient(-45deg,  var(--blue-mild) 0%,#8b8cf4 100%); background: linear-gradient(135deg,  var(--blue-mild) 0%,#8b8cf4 100%); z-index: 1; }
.left-sidebar .menu-list li a span::before { content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: -8px; border-right: 10px solid var(--blue-mild); border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.left-sidebar .menu-list li a:hover span, .left-sidebar .menu-list li a:active span { transform: translateY(-50%) scale(1); }
.left-sidebar .menu-list li a .img-box, .dark-mod .slider { margin: 0; }
.dark-mod span:not(.slider) { display: none; }

/* ACTION BLOCK */
.action-block .filter-button .button i { display: none; }

/* MENU LIST TOGGLE SWITCH */
.left-sidebar .menu-list .toggle-switch .switch span:not(.slider) { display: none; }
.left-sidebar .menu-list li .toggle-switch .slider { margin: 0; }

/* TOGGLE SWITCH */
.toggle-switch { margin-top: 0; }

/* SECTION HEADER */
.section-header, .details-header { padding: 24px 16px; }

/* PAGINATION */
.action-block, .list-block, .pagination, .info-section { padding: 0 16px; }

/* FILTER BLOCK */
.filter-block { padding: 20px; width: 860px; }

/* DEPRECIATION LIST */
.depreciation-list li { padding: 16px; margin-right: 10px; }
.left-sidebar {
    width: 87px;
}
.main-box {
    width: calc(100vw - 112px);
}
}

@media screen and (max-width: 1200px) {
/* LIST BLOCK */
.list-block .assets-list > li > ul > li.make,
.list-block .assets-list > li > ul > li.model,
.list-block .assets-list > li > ul > li.property { width: 100px; }
.list-block .assets-list > li > ul > li span { font-size: 12px; }
.list-block .assets-list > li > ul > li.rating { margin-right: 10px; }

/* ACTION BLOCK */
.action-block .action-buttons { padding: 6px 10px; }
.action-block .action-buttons .button { padding: 8px 14px; }

.depreciation-value ul::-webkit-scrollbar { width: 10px; }
}
@media screen and (max-width: 1170px) {
.round-shadow-box h2 { font-size: 22px; }

/* MEDIA */
.assets-details .media { margin-left: 24px; }
.media .media-img { width: 70px; height: 70px; }
.media .media-body h4 { font-size: 18px; }

/* ROUND BOX */
.round-shadow-box { padding: 25px; }

/* DEPRECIATION */
.depreciation-list li h3 { font-size: 15px; }
.depreciation-list li h4 { font-size: 11px; }

.reports-card .card-body ul li h5 { font-size: 12px; }
.reports-card .card-body ul li h4 { font-size: 16px; }



}
