html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.main-layout_left {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  	background: linear-gradient(
	126deg, rgba(0,0,0,1) 0%, rgba(10,10,10,1) 100%);
    height: 100vh;
}
.main-content_left {
    flex: 1;
    padding: 20px;
    height: 100%;
}
.nti_header_left {
    width: 220px;
    margin: 6px auto;
    padding: 36px 0 0 60px;
}
.nti_header_left > div a {
	text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding-left: 5px;
}
.nti_menu_left {
    margin-top: 26px;
    white-space: nowrap;
}
.nti_menu_left_first {
    margin-top: 56px;
}
.nti_menu_left_last {
    margin-top: max(calc(100vh - 503px), 40px);
    padding-bottom: 10px;
}
.nti_menu_guest_link_label_container_left {
    position: absolute;
    padding-top: 120px;
    padding-left: 60px;
    height: 0;
    margin: 120px auto;
}
.nti_menu_guest_link_label_left {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 30px;
    height: 66px;
    top:10px;
}

.sidebar-resp {
    width: 220px;  /* adjust as needed */
    min-height: 100vh;
    background-color: #f8f8f8;
    padding: 10px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}
.nti_header {
    width: 60%;
    margin: 6px auto;
    padding: 17px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nti_header > div {
    display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.nti_header > span {
    position: absolute;
    margin-left: calc(25vw - 10px);
    margin-top: 55px;
    padding: 7px 20px 7px 50px;
    font-weight: bold;
    background-color: #eb5757;
    border-radius: 10px;
}
.nti_header > span > a {
    color: #F8F8F8;
}
.nti_header img {
	height: 66px;
}
.nti_header p {
	margin-bottom: 0;
}
.nti_header > div a {
	text-transform: uppercase;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 20px;
    padding-left: 5px;
}
.serial_number {
    font-weight: bold;
	float: right;
}
.nti_header > div > div {
	display: flex;
	align-items: center;
}
.nti_header > div > div i {
	font-size: 30px;
}
.nti_menu_guest_link_label_container {
    position: relative;
    width: 95%;
    height: 0;
}
.nti_menu_guest_link_label {
    position: absolute;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 16px;
    height: 66px;
    top:10px;
    right: 0; /* Right align the element */
}
.nti_menu {
    margin-bottom: 16px;
    margin-right: 50px;
}
.nti_menu_storage {
    margin-bottom: 16px;
    margin-right: 50px;
}
.nti_menu_screen {
    margin-bottom: 16px;
    margin-right: 50px;
}
.nti_menu_hamburger {
    margin-bottom: 16px;
}
.nti_lg {
    display: inline-block !important;
}
.nti_xs {
    display: none !important;
}
.nowrap {
    overflow:hidden;
    white-space:nowrap;
}

@media only screen and (max-width: 1020px) {
    .main-layout_left {
        display: block;
        height: auto;
    }
    .nti_menu_storage {
        margin-bottom: 16px;
        margin-left: 20px;
    }
    .nti_menu_screen {
        margin-bottom: 16px;
        margin-right: 30vw;
    }
    .nti_header_left {
        width: 100%;
        margin: 6px auto;
        height: 100px;
    }
    .nti_menu_guest_link_label_container_left {
        position: absolute;
        padding-top: 0;
        padding-left: calc(100vw - 250px);
        height: 0;
        margin: 70px auto;
    }
    .nti_menu_guest_link_label_left {
        text-decoration: none;
        color: white;
        font-weight: bold;
        font-size: 30px;
        height: 66px;
        top:10px;
    }

    .nti_header {
        width: 100%;
        padding: 36px 0 0 6px;
    }
    .nti_header > img {
     	padding-left: 5%;
        /*height: 30px;*/
    }
    .nti_header > div {
     	padding-right: 5%;
    }
    .nti_header > div a {
        font-size: 18px;
    }
    .nti_header > div i {
        margin-right: 4px;
    }
    .nti_header > span {
        margin-left: calc(30vw + 17px);
    }
    .nti_lg_display {
        display: none;
    }
    .nti_lg {
        display: none !important;
    }
    .nti_xs {
        display: inline !important;
    }
    .nti_right {
        padding-left: calc(100vw - 320px);
    }
    .serial_number {
        color: #00284d;
        margin-top: -12px;
	    margin-right: 77px;
    }
    .nti_menu_hamburger {
        position: absolute;
        right: 0; /* Pushes it to the far right */
        padding-right: 30px;
    }
}