body{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	font-size: 1rem;
	margin: 0;
	padding: 0; 
}
*, *::before, *::after {
	box-sizing: border-box;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	color: inherit;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}


a {
	transition: all .2s ease-in-out;
	line-height: inherit;
	color: #1779ba;
	text-decoration: none;
	cursor: pointer;
}


/* Default Background Color */

html,
body,
#main-content {
	background-color: #f6f6f6;
}

.desktop-menu .main-menu .is-active a:after, .desktop-menu .main-menu .current-page-ancestor a:after {
	border-color: transparent #f6f6f6 transparent transparent;
}

/* Desktop Header */

body.admin-bar #desktop-header {
	margin-top: 32px;
}

#desktop-header {
	box-shadow: none;
	display: none;
	background-color: #0b2241;
	position: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px;
}


#desktop-header .logo-container {
	padding: 1.5rem 1.5rem 0.45rem;
	min-height: 4.8rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

#desktop-header .logo-container #logo {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#desktop-header .logo-container #logo img {
	width: 100%;
	height: auto;
	max-width:55%;
}

#desktop-header .divider {
	height: 0;
	width: auto;
	background: rgba(255,255,255,0.15);
	margin: 0 1.8rem 0.3rem;
}

.title-bar {
	color: #fefefe;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	height: 4.5rem;
	top: 0;
	background-color: #0b2241;
}

.title-bar #logo a img {
	display: block;
	width: auto;
	height: auto;
	max-height: 3.3rem;
	margin: 0;
}
.title-bar button, .title-bar .button {
	height: 4.5rem;
	width: 4.5rem;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	color: rgba(255,255,255,0.5);
	font-size: 1.5rem;
	padding: 1.3rem 1.4rem;
	transition: all .4s ease-in-out;
	cursor: pointer;
	background-color: #0b2241;
}
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #1779ba;
	color: #fefefe;
}

.reveal-mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	margin-left: 0;
	border: 0;
	border-radius: 0;
	background-color: #0b1832;
	z-index: 1006;
	display: none;
}

.mobile-menu-items .profile .profile-name {
	font-size: 1.2rem;
	color: #ffffff;
	padding: 0.6rem 0 0 3.7rem;
	font-weight: 700;
}
.mobile-menu-items .menu li a {
	color: rgba(255,255,255,0.7);
	padding: 1rem 0.375rem;
	font-size: 1.1rem;
	display: block;
}
.mobile-menu-items .menu li a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.mobile-menu-items .menu li a:before {
	font-weight: 400;
	font-family: Font Awesome\ 5 Pro;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f015";
	font-size: 1.35rem;
	float: left;
	width: 2.2rem;
	text-align: center;
	margin: 0.1rem 1.1rem 0 0;
	color: rgba(255,255,255,1);
}


#mobile-footer-menu {
	width: 100%;
	background-color: #0b2241;
}

#mobile-footer-menu .menu > li > a {
	text-align: center;
	display: block;
	width: 100%;
	padding: 1.1rem 0;
	color: rgba(255,255,255,0.7);
	font-size: 0.70rem;
}
#mobile-footer-menu .menu .is-active > a {
	background: #1779ba;
	color: #fefefe;
}

.exercise-box  .item-title {
	margin: 0;
	font-size: 1rem;
	color: #0a0a0a;
}
.exercise-box  .item-type {
	margin: 0;
	color: rgba(0,0,0,0.4);
	font-size: 0.9rem;
}
/* Desktop Footer */



/*boxes*/

.nav_life_tool_form .active {
  color: #212529;
}
.nav_life_tool_form a.active:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 2px;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #212529;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


.orange-text {
  color: #ff8367!important;
}
.blue-text {
  color: #1f6c9e!important;
}
.light-blue-text {
  color: #659cd4!important;
}
.btn-green {
  background-color: #31a536;
  border-color: #31a536;
  color: #FFFFFF;
}
.green-text {
  color: #31a536;
}
.red-text {
  color: #dd5c45 !important;
}
.btn-red {
  background-color: #dd5c45;
  border-color: #dd5c45;
  color: #FFFFFF;
}
.teal-text {
  color: #23aeae!important;
}
.pink-text {
  color: #e23586!important;
}
.btn-pink {
  background-color: #e23586;
  border-color: #e23586;
  color: #FFFFFF;
}
.gold-text {
  color: #df9d2a!important;
}
.amber-text {
  color: #cc9618!important;
}
.orange-text {
  color: #f57453!important;
}
.purple-text {
  color: #8a49aa!important;
}
.btn-purple {
  background-color: #8a49aa;
  border-color: #8a49aa;
  color: #FFFFFF;
}
.brown-text {
  color: rgba(114, 89, 8, 1);
}
.btn-brown {
  background-color: rgba(114, 89, 8, 1);
  border-color: rgba(114, 89, 8, 1);
  color: #FFFFFF;
}
.dark-text {
  color: #212529!important;
}
.deep-blue-text {
  color: #4628c4!important;
}
.dark-blue-text {
  color: #005cb8 !important;
}
.btn-dark-blue {
  background-color: #005cb8;
  border-color: #005cb8;
  color: #FFFFFF;
}
.indigo-text {
  color: #5b4ff9!important;
}

.btn[class*=btn-outline-].btn-sm {
  border-width: 1px!important;
}
.btn.btn-sm .fas,
.btn.btn-sm .far,
.btn.btn-sm .fa {
  font-size: 13px;
}

.btn-light {
  background-color: #f3f3f3!important;
  color: #212529!important;
}
.btn-white {
  -moz-box-shadow: 0 0 5px 0 rgba(33, 37, 41, 0.15);
	-webkit-box-shadow: 0 0 5px 0 rgba(33, 37, 41, 0.15);
	box-shadow: 0 0 5px 0 rgba(33, 37, 41, 0.15);
	color: #212529!important;
}
.btn-outline-green {
  border: 2px solid #3065ae!important;
  background-color: transparent!important;
  color: #3065ae!important;
}
.btn-outline-green.active, .btn-outline-green:active, .btn-outline-green:active:focus, .btn-outline-green:focus, .btn-outline-green:hover {
  border-color: #3065ae!important;
  background-color: #3065ae!important;
  color: #fff!important;
}
.btn-outline-white {
	border: 2px solid #fff!important;
}
.btn-outline-white.active, .btn-outline-white:active, .btn-outline-white:active:focus, .btn-outline-white:focus, .btn-outline-white:hover {
  border-color: #fff!important;
  background-color: #fff!important;
  color: #212529!important;
}
.btn-outline-blue {
  border: 2px solid #3b5998!important;
  color: #3b5998!important;
}
.btn-outline-blue.active, .btn-outline-blue:active, .btn-outline-blue:active:focus, .btn-outline-blue:focus, .btn-outline-blue:hover {
  border-color: #3b5998!important;
  background-color: #3b5998!important;
  color: #fff!important;
}
.btn-outline-light-blue {
  border: 2px solid #1aa7cd!important;
  color: #1aa7cd!important;
}
.btn-outline-light-blue.active, .btn-outline-light-blue:active, .btn-outline-light-blue:active:focus, .btn-outline-light-blue:focus, .btn-outline-light-blue:hover {
  border-color: #1aa7cd!important;
  background-color: #1aa7cd!important;
  color: #fff!important;
}
.btn-outline-red {
  border: 2px solid #cc3f1b!important;
  color: #cc3f1b!important;
}
.btn-outline-red.active, .btn-outline-red:active, .btn-outline-red:active:focus, .btn-outline-red-blue:focus, .btn-outline-red:hover {
  border-color: #cc3f1b!important;
  background-color: #cc3f1b!important;
  color: #fff!important;
}
.btn-outline-black {
  border: 2px solid #757575!important;
  background-color: transparent!important;
  color: #757575!important;
}
.btn-outline-black.active, .btn-outline-black:active, .btn-outline-black:active:focus, .btn-outline-black:focus, .btn-outline-black:hover {
  border-color: #757575!important;
  background-color: #757575!important;
  color: #fff!important;
}
.btn-rounded {
  border: 2px solid transparent;
}
.btn.btn-link.text-white {
  color: #fff!important;
}
.login_content {
	background-image: url(/member/templates/foodshield/images/bg.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	color: #fff;
}



.storage_items .profile_item_title {
  color: #757575;
}
.storage_items .profile_item {
  padding: 40px 25px;
  align-items: center;
  color: #757575;
  border: 0;
}
.storage_items .profile_item + .profile_item {
  border-left: 2px solid #f6f6f6;
}
/*NAVIGATION*/

.nav > li.active > a {
  /* color: #ffffff; */
  color: #a7b1c2;
  font-weight: 600;
}
.nav > li.active {
  border-left: 4px solid #ffffff;
  background: #ffffff;
}


/*  APP STORE BUTTONS */
.btn-appstore {
	border: 0px !important;
	background-color: #ffffff;
	color: #6fb3e0;
}
.drawio-container {
	position: relative !important;
	min-height: calc(105vh - 75px) !important;
}
/** Chat box style **/
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 57%;}
.sent_msg p {
  background: #0b2241 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:5px 0 5px;}
.sent_msg {
  float: right;
  width: 46%;
}

.messaging { padding: 0 0 50px 0;}
.msg_history {
  overflow-y: auto;
}

form#Addconfigform .form-control {
	z-index: 1;
}

/*Polls Module Css*/
.row.inline {
    margin: 0;
    width: 100%;
}
table.table.poll-entires {
    margin: 0;
}
table.table.poll-entires td {
    vertical-align: middle;
    padding: 8px 20px;
    font-size: 15px;
}
.poll-entries-box {
    border: 1px solid #ddd;
}
.poll-entries-box h4 {
    background-color: #fff;
    padding: 10px 20px;
    margin: 0;
    font-size: 20px;
}
table.table.poll-entires tr td:first-child {
    padding: 0 5px 0 20px;
}

/*Hands-On Table Css*/
.select2-container {
    z-index:100000;
}
.datepicker {
	z-index: 100000 !important; /* has to be larger than 1050 */
}
.ht_master .wtHolder {
	overflow: auto;
	width: 100% !important;
	height: auto !important;
}
#page-header-wrapper .sticky {
	z-index: 999!important;
}
.ht_clone_left.handsontable {
	z-index: 1!important;
}
.col-md-12.msg-pull div#message {
    color: #8ae437d6 !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
    padding: 6px 8px 0;
}
.col-md-12.msg-pull {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
select .coltype {
	background: transparent;
	border: 0;
	width: 100% !important;
}
.msg-pull form#edit_spread_sheet {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.msg-pull form#edit_spread_sheet .select-box {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.msg-pull span.pull-right {
    width: 100%;
}
.msg-pull form#edit_spread_sheet .form-group {
    margin: 0;
    width: 100%;
    max-width: 148px;
    padding: 0 5px;
}
.msg-pull form#edit_spread_sheet .form-group select {
    height: 32px;
}
.msg-pull form#edit_spread_sheet .form-group label {
    display: none;
}
.msg-pull form#edit_spread_sheet button {
    margin: 0 2px !important;
}
.msg-pull form#edit_spread_sheet label {
    margin-bottom: 0;
    padding: 0 4px;
}
.custom-footer {
	position: inherit !important;
	opacity: 1 !important;
	height: auto !important;
}
.showApps{
	display: inline !important;
    word-break: break-all;
    white-space: normal;
    color: #7f7f7f !important;
}
.viewLessShow{
	display: inline !important;
}
.hideApp{
	display: none !important;
}
.contact-footer.custom-footer{
	height: auto !important;
}
.group-block:hover .showApps{
   color: #000 !important;
}
/* Side Bar Hider*/
.side_btn {
	position: absolute;
	top: 0;
	right:0;
	z-index: 10;
	background: none;
	border: 0;
}
.expanded #desktop-header {width: 70px;}
.expanded .desktop-menu .main-menu a {
	font-size: 0;
	padding: 1.2rem 1.2rem;
}
.expanded #desktop-header .logo-container {padding: 2.5rem 0 0.45rem;}
#desktop-header {transition: width .3s;}
.desktop-menu .main-menu a .svg-inline--fa {font-size: 1.3rem;}
.desktop-menu .main-menu a .label {
	transition: margin-left .3s;
}
.expanded .desktop-menu .main-menu a .label {margin-left: 15px;}
body #page-container {transition: all .3s;}
.expanded #page-container {margin-left: 70px;}
.page-header-wrapper .sticky, .desktop_footer {transition: width .3s;}
.expanded .page-header-wrapper .sticky, .expanded .desktop_footer {width: calc(100% - 70px);}

/* FERN-FY21-D6-Modernization-of-LabDIR Placeholder for custom CSS  */
input[type='radio'].radio-highlight {
	width: initial;
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translate(0, -50%);
	left: 14px;
	margin-top: 0;
}

.radio-label {
	border: 1px solid #dae0e7;
	padding: 0.4rem 4.2rem;
	margin-bottom: 0;
	margin-right: 0.8rem;
	cursor: pointer;
	border-radius: 3px !important;
}

.radio-sm {
	padding: 0.4rem 2.3rem;
	margin-right: 0;
}

input[type='radio']:checked ~ label {
	border: 1px solid #33a9ff;
	border-radius: 3px;
}

.select-control, select.form-control, .input-control, input.form-control, textarea.form-control, .textarea-control {
	border: 1px solid #dae0e7 !important;
	box-shadow: none !important;
	background: #ffffff;
	border-radius: 3px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.select-control:focus, .select-control:active, 
.input-control:focus, .input-control:active,
.textarea-control:focus, .textarea-control:active {
	border: 1px solid #33a9ff;
	box-shadow: none;
}

.select-control, select.form-control {
	padding: 6px 32px;
	width: 100%;
	min-width: 20rem;
	max-width: 20rem;
}

.textarea-control {
	width: 100%;
	resize: none;
	padding: 1rem;
	max-width: 36rem;
}

.ibox-item {
	display: flex;
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: rgba(250, 250, 250, 0.4);
    position: relative;
    margin-bottom: 0.8rem;
    margin-right: 2rem;
    flex-direction: row;
    width: 100%;
    padding: 0.3rem 1rem;
    word-break: break-word;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
}

.m-t-auto {
	margin-top: auto;
}

.m-h-447 {
	max-height: 447px !important;
}

.z-1 {
	z-index: 1;
}

.d-inline {
	display: inline-block;
}

.justify-content-between {
	justify-content: space-between;
}

.progress-container {
	background: #fff;
	margin-bottom: 24px;
	position: relative;
}

.progress-gradient-incomplete {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #C4C4C4;
	z-index: 1;
}

.progress-gradient-complete {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(to right, rgba(9, 126, 252, 1), rgba(9, 126, 252, 0.5), rgba(9, 126, 252, 0.3));
	z-index: 2;
}

.progress-gradient-markers {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	z-index: 3;
	display: flex;
	justify-content: space-evenly;
	background: transparent;
}

.gradient-marker {
	width: 4px;
	height: 3px;
	background: #fff;
}

.progress-heading {
	margin: 0 0 8px 0;
	font-size: 24px;
}

.progress-text {
	font-size: 16px;
	color: #969494;
}

.progress-bg {
	background: rgba(9, 126, 252, 0.1);
	margin: 0;
}

.progress-btn {
	background: rgba(9, 126, 252, .66);
	color: #fff;
	padding: 6px 18px;
	border-radius: 20px;
	font-size: 14px;
}

.circular{
	height:100px;
	width: 100px;
	position: relative;
	transform: scale(.66);
}

.circular .inner{
	position: absolute;
	z-index: 6;
	top: 50%;
	left: 50%;
	height: 80px;
	width: 80px;
	margin: -40px 0 0 -40px;
	background: #fff;
	border-radius: 100%;
}

.circular .number{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index:10;
	font-size: 20px;
	font-weight:700;
	color:#097efc;
}

.circular .bar{
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(9, 126, 252, 0.33);
	border-radius: 100%;
	clip: rect(0px, 100px, 100px, 50px);
}

.circle .bar .progress{
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	clip: rect(0px, 50px, 100px, 0px);
	background: #097efc;
	opacity: 1;
	z-index: 99;
}

.circle .left .progress{
	z-index:1;
}

.circle .right {
transform: rotate(180deg);
	z-index:3;
}

.circle .right .progress{
	animation-delay:4s;
}

/* Overrides */
.cursor-pointer {
	cursor: pointer;
}

.fs-10px {
	font-size: 10px;
}

.font-weight-light {
	font-weight: 400;
}

.font-weight-bold {
	font-weight: 700;
}

.alert-info {
    color: rgba(9, 126, 252, 1);
    background-color: rgba(9, 126, 252, 0.13);
    border-color: rgba(9, 126, 252, 0.15);
}

.text-grey {
	color: rgb(215, 215, 230);
}

.blue {
	color: rgba(9, 126, 252, 1) !important;
}

.btn-success {
	background-color: rgba(9, 126, 252, 1);
	border-color: rgba(9, 126, 252, 1);
}

a {
	color: rgba(9, 126, 252, 1);
}

.qq-upload-button {
	margin-bottom: 80px;
	background: #c4c4c4;
	border-color: #c4c4c4;
	box-shadow: none;
}

.qq-uploader {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.border-bottom-lighter {
	border-bottom: 1px solid rgb(231, 234, 236);
}

.border-top-lighter {
	border-top: 1px solid rgb(231, 234, 236);
}

.rounded-5 {
	border-radius: 20px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.badge {
    padding: 8px 16px 8px 16px;
	border-radius: 1px;
	font-size: 12px;
	min-width: 100px;
}

.badge-analogous-green {
	background-color: #1cc6b2;
	color: #FFFFFF;
}

.badge-analogous-blue {
	background-color: #1c30c6;
	color: #FFFFFF;
}

.badge-triadic-purple {
	background-color: #5d1cc6;
	color: #FFFFFF;
}

.rTable { display: table; }
.rTableRow { display: table-row; }
.rTableHeading { display: table-header-group; }
.rTableBody { display: table-row-group; }
.rTableFoot { display: table-footer-group; }
.rTableCell, .rTableHead { display: table-cell; }

.rTable {
   display: table;
   width: 100%;
}
.rTableRow {
   display: table-row;
}

.rTableRow:hover {
	background: rgba(231, 234, 236, 0.3);
}

.rTableHeading {
   display: table-header-group;
   background-color: #ddd;
}
.rTableCell, .rTableHead {
   display: table-cell;
   padding: 12px 10px;
   border-top: 1px solid rgb(231, 234, 236);
}
.rTableHeading {
   display: table-header-group;
   background-color: #ddd;
   font-weight: bold;
}
.rTableFoot {
   display: table-footer-group;
   font-weight: bold;
   background-color: #ddd;
}
.rTableBody {
   display: table-row-group;
}

.border-none {
	border: none;
}

.heading-border {
	border-bottom: 1px solid #e7eaec !important;
}

.border-danger {
	border-color: rgb(237, 85, 101) !important;
}

.shadow-sm {
	box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, .15) !important;
} 

.fs-28px {
	font-size: 28px !important;
}

.rounded-md {
	border-radius: 10px !important;
}

.radius-t-none {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.radius-b-none {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.radius-tl-none {
	border-top-left-radius: 0 !important;
}

.radius-tr-none {
	border-top-right-radius: 0 !important;
}

.radius-bl-none {
	border-bottom-left-radius: 0 !important;
}

.radius-br-none {
	border-bottom-right-radius: 0 !important;
}

.heading-icon {
	width: 36px !important;
	font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(215, 215, 230);
    border-radius: 9px;
    padding: 7px;
}

.checkbox-status {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
	cursor: pointer;
}

.checkbox-status input {
	z-index: 2;
	margin: 0;
}

.checkbox-status span {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px solid rgb(215, 215, 230);
	border-radius: 3px;
}

.checkbox-status input:checked + span {
	border-color: rgba(0, 123, 255, 0.5);
}

.overflow-item-sm {
	text-overflow: ellipsis;
	overflow: hidden; 
	width: 100%;
	max-width: 480px; 
	white-space: nowrap;
}

.lh-0 {
	line-height: 0;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.bg-none {
	background: none !important;
}

.menu-vertical-scroll {
	overflow-y: auto !important;
    max-height: 80vh;
}