@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap";



body {
	background: #fafafa;
	font-family: "Overpass";
}
.page-content {
	width: 100%;
	min-height: 90vh;
	transition: all 0.3s;
	min-height: 300px;
	height: 100%;
}
.page-content-container
{
	justify-self: center;
	background-color:  #fafafa;
}
#hideComments{
	display: none;
}
#allComments{
	display: none;
}
#error{
	 background-color: #EFEFEF;
	  text-align: center;
}

footer {
	/* background-color: #3b3e44;
	color: #fff; */
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.7em;
	color: #5e5e5e;
}

a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}


.flex-container {
	width: 100%;
	display: flex;
	align-items: stretch;
}

.flex-child {
    flex: 1;
    /*border: 2px solid yellow;*/
}  

.flex-child:first-child {
    margin-right: 20px;
} 

.header-nav-bar {
	width: 80vw; 
	justify-content: space-between;
}

.header-nav-bar-container {
	padding: 0px; 
	position: unset; 
	justify-content: end; 
	gap: 20px;
}

.banner-page-name-wrapper {
	width: 80vw; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-right: 0px;
}

.below-banner-page-route-wrapper {
	width: 80vw; 
	height: 100%; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-right: 0px;
}

.below-banner-page-route {
	width: max-content; 
	display: flex;
	gap: 8px;
}

.below-banner-page-route-root {
	height: 100%; 
	position: unset;
    display: flex;
    align-items: center;
}

.below-banner-page-name {
	width: max-content; 
	position: unset; 
	display: flex;
    align-items: center;
}

.burger-menu-container {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.burger-menu-text {
	color: #444;
    font-size: 14px;
    font-weight: 600;
    line-height: 13px;
}

#sidebarCollapse {
    color: #444;
    padding: 10px;
}

#sidebar {
	position: absolute;
	min-width: 350px;
	border: 1px solid;
	
	.close {
		background-color: #FFFFFF;
	}
	
	.menu {
	    width: 100%;
	    padding: 0px 6px;
	}
}


.section {
	/* -webkit-box-shadow: 0 8px 6px -6px #6c757db0;
	   -moz-box-shadow: 0 8px 6px -6px #6c757db0;
	        box-shadow: 0 8px 6px -6px #6c757db0; */
}

.section-header {
	width:80vw;
	padding-top:25px;
	padding-bottom:20px;
}


.section-novafaq{
    justify-content: center;
    display: grid;
    width:25%;
    justify-self: center;
   /* gap: 24px;*/
}

.section-novacmd {
	justify-content: center;
    display: grid;
    width:25%;
    justify-self: center;
    gap: 24px;
}

.section-novahome {
    width:80vw;
    justify-self: center;
}

.novahome-inside-container {
	background-color: #F8F8F8; 
	padding: 48px; 
	margin: 48px auto 40px;
}

.gbHome-header-title {
	font-size: 32px; 
	text-align: center; 
	font-family: Overpass; 
	margin-bottom: 40px; 
	font-weight: 600; 
	color: #444444
}

.gbHome-header-description {
	font-size: 30px; 
	text-align: center; 
	margin: 40px 0px; 
	font-family: Overpass; 
	font-weight: 500; 
	line-height: 38px;
}

.gbHome-description {
	color: #444444; 
	font-family: Overpass; 
	font-weight: 400; 
	font-size: 16px; 
	line-height: 28px; 
	word-wrap: break-word;
}

.gbHome-cmd-dmd-link {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 270px;
}

.gbHome-customer-connect {
	width: 80vw; 
	display: flex;
    flex-direction: column;
    justify-self: center;
}

.novahome-steps-inside-container {
	border: 1px solid var(--Active-green, #0D8912); 
	border-radius: 6px; 
	background: #F3FAF3; 
	margin: 40px auto; 
	padding: 48px; 
	display: flex; 
	flex-direction: column; 
	gap: 40px;
	
	.row {
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
		margin-left: 0px;
    	margin-right: 0px;
	}
}

.gbHome-customer-connect-title {
	font-size: 30px; 
	text-align: center; 
	margin: 48px auto 30px; 
	font-family: Overpass; 
	font-weight: 600;
}

.gbHome-customer-connect-description {
	justify-self: center; 
	font-size: 20px; 
	line-height: 28px; 
	text-align: left; 
	margin-top: 30px; 
	font-family: Overpass; 
	font-weight: 600;
}

.novahome-steps-title {
	font-size: 30px; 
	font-weight: 600; 
	text-align: center; 
	color: #0D8912; 
	margin: 0px; 
	font-family: Overpass;
}

.home-step-number {
	margin: 0px; 
	padding: 12px; 
	background-color: white; 
	font-weight: 700; 
	color: #0D8912; 
	border-bottom: 1px solid #0D8912; 
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15); 
	font-size: 50px; 
	font-family: Overpass; 
	text-align: right; 
	letter-spacing: 9.75px;
}

.home-step-details {
	font-size: 20px;
}

.cmd-sort-by-container {
	width: 700px;
    display: flex;
    flex-direction: column;
}

.cmd-sort-by-header {
	height: 39px;
    opacity: 0.80;
    color: #005FAA;
    font-size: 20px;
    font-family: Overpass;
    font-weight: 600;
    line-height: 28px;
    word-wrap: break-word;
}

.cmd-sort-by-option-container {
	width: 700px; 
	height: 52px; 
	color: black; 
	font-size: 15px; 
	font-family: Inter; 
	font-weight: 400; 
	line-height: 21px; 
	word-wrap: break-word;
}

.cmd-sort-by-list {
	display: flex;
    justify-content: space-around;
}

.cmd-sort-by-list-item {
	list-style:none; 
	font-weight: 600; 
	font-family: Overpass;
}

.section-novamyapp {
	justify-content: center;
    display: grid;
    width:80vw;
    justify-self: center;
    /*gap: 24px;*/
}

.section-editauth {
	justify-content: center;
    display: grid;
    width:25%;
    justify-self: center;
    gap: 24px;
}

.cmd-edit-auth-app-media {
	flex: 1 1 0; 
	align-self: stretch; 
	padding: 18px; 
	justify-content: center; 
	align-items: center; 
	gap: 10px; 
	display: flex;
}

.cmd-edit-auth-app-image {
	width: 164px;
	height: 164px;
}

.cmd-edit-scope-container {
	display: flex;
    width: 100%;
	gap: 16px;
    justify-content: space-between;
}
.cmd-edit-scope-item {
	border: 1px solid #084272; 
	width: 33%;
}

.cmd-edit-auth-consent {
	text-align: left;
}

.section-headertnc {
	/*width: 1140px;*/
	
}

 .myappHeader {
  	margin-top: 30px; margin-right: 802px; align-self: stretch; color: #444444; font-size: 30px; font-family: Overpass; font-weight: 600; line-height: 36px; word-wrap: break-word;
  }
  
    .dmdHeader {
  	margin-top: 30px; /*margin-right: 802px;*/ align-self: stretch; color: #444444; font-size: 30px; font-family: Overpass; font-weight: 600; line-height: 36px; word-wrap: break-word;
  }

 .nova-myapp-header {
 	 align-self: stretch; 
 	 color: #444444; 
 	 font-size: 30px; 
 	 font-family: Overpass; 
 	 font-weight: 600; 
 	 line-height: 36px; 
 	 word-wrap: break-word;
 }
 
 .nova-myapp-applist-container {
 	width: 80vw;
    display: flex;
    flex-direction: column;
    justify-self: center;
 	height: 100%; 
 	color: #444; 
 	font-size: 30px; 
 	font-family: Overpass; 
 	font-weight: 600; 
 	line-height: 36px; 
 	word-wrap: break-word;
 }
 
 .nova-myapp-applist-description {
 	padding-bottom: 30px;
 	padding-left: 5px; 
 	color: black; 
 	font-size: 20px; 
 	font-family: Overpass; 
 	font-weight: 400; 
 	line-height: 28px; 
 	word-wrap: break-word;
 }
 
 .marketplace-search-section {
    height: 56px;
    padding: 24px;
 }
 
 .myapp-search-icon-wrapper {
 	width: 40px; 
 	position: relative;
 }
 
 .myapp-search-field-wrapper {
 	display: flex;
 	width: -webkit-fill-available; 
 	height: 56px; 
 	border-bottom: 1px #5C5C5C solid;
 	align-items: center;
 }
 
 #searchBar {
 	height: 54px;
    padding: 16px 8px 8px 8px;
 }
 #searchBar-mobile {
 	height: 54px;
    padding: 16px 8px 8px 8px;
    display: none;
 }
 
 .myapp-search-button {
 	width: 140px; 
 	height: 36px;  
 	align-content: center;
 	color: #005FAA; 
 	font-size: 20px; 
 	font-family: Overpass; 
 	font-weight: 600; 
 	line-height: 28px;
 	border-left: 2px #5C5C5C solid;
 	padding-left: 16px;
 }
 
 .marketplace-filter-section {
    justify-self: center;
    width: 80vw;
 }
 
 .myapp-filter-list {
 	display: flex;
    justify-content: space-around;
    gap: 8px;
 }
 
 .myapp-filter-header {
 	display: flex;
    justify-content: space-between;
 }
 
 .myapp-filter-list-item {
 	list-style: none; 
 	font-weight: 600; 
 	text-align: left; 
 	font-size: medium;
 	display: inline-block;
 }

.section-headermyapp {
	padding-left: 270px;	
}

.section-content {
	width: 80vw;
}

.section-content-faq {
	width: 1140px;
}

.section-contentdesc {
		background-color: #F8F9FA;
		width: 59% !important;
		color: #5C5C5C;
		text-align: left;
		color: #5C5C5C;
		font-size: 25px;
		font-family: Overpass;
		font-weight: 500;
		line-height: 27px;
		word-wrap: break-word;
		
}

.section-header-marketcontent {
	/*width: 75% !important;*/
	color: #5C5C5C;
	text-align: left;
	color: #5C5C5C;
	font-size: 25px;
	font-family: Overpass;
	font-weight: 500;
	line-height: 27px;
	word-wrap: break-word;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: flex;
	padding-top: 24px;
}

.page-header {
	
}

.login-area {
	border: 1px solid #EFEFEF;
	padding: 15px;
	-webkit-box-shadow: 0 8px 6px -6px #6c757db0;
	   -moz-box-shadow: 0 8px 6px -6px #6c757db0;
	        box-shadow: 0 8px 6px -6px #6c757db0;
}


.text-area {
	width: 250px;
	height: 40px;
}
#comments.text-area{
	width: 250px;
	height: 25px;
}
.tdComment{
	max-height:72px;
}
.rating-input{
	font-size:14px;
}
#commentSpan{
	 font-size:13px;
}


.table-header {
	padding: 10px;
	background: #dee2e6;
}


/*** Overlay ***/
.overlay {
	display: none;
	position: fixed;
	/* full screen */
	width: 100vw;
	height: 100vh;
	/* transparent black */
	background: rgba(0, 0, 0, 0.7);
	/* middle layer, i.e. appears below the sidebar */
	z-index: 998;
	opacity: 0;
	/* animate the transition */
	transition: all 0.5s ease-in-out;
}

/* display .overlay when it has the .active class */
.overlay.active {
	display: block;
	opacity: .6;
	top: 0px;
	left: 0px;
}

#dismiss {
	font-size: 3rem;
}

/*** Utility ***/
.show {
	display: block;
}

.hide {
	display: none;
}

.fa-bars {
	font-size: 26px;
}



.home-content {
	padding-top: 25px;
	font: 14px/21px Arial, Helvetica, sans-serif;
	color: #565f5f;
}

.home-content a {
    color: #359fcf;
    text-decoration: none;
}

.nav-link {
	font-size: 18px !important;
}

address {
	white-space: normal;
}

.badge {
	background-color: #999 !important;
	color: #fff !important;
	border-radius: 10px;
	font-weight: normal;
	border: none;
}

.badge:hover {
	color: #fff;
}
#dataUsage{
	line-height: .8 !important;
}

#DropdownIcon{
	font-size: 26px; font-weight: bold;
}
#startTime{
	width: 125px;
}
#endTime{
	width: 125px;
}
.inline-edit {
	color: #3088d8;
	margin-left: 5px;
	margin-top: 3px;
	font-size: 18px;
	cursor: pointer;
}

.label {
	border: none;
    padding: 0px;
    background-color: transparent !important;
    width: 100px;
}

.downloadUsageText{
	margin-left: 10px;
	font-weight:bold;
}

#dp3{
	width: 100px;
}
#serviceTerms{
	color: blue;
}
#privacyTerms{
	color: blue;
}

.cmd-box-1 {
	width: 100px; 
	height: 100px; 
	background: white; 
	border-radius: 3px;
}

.cmd-box-2 {
	width: 82.42px; 
	height: 86.98px; 
	left: 8.83px; 
	top: 6.28px;
	position: absolute; 
	/*background-image: url('/assets/static/images/nova/NSpower-logo.png');*/
	/* background: #F5F5F5;  */
	border-radius: 5px;
}

.cmd-logo-box {
	/*width: 100px; 
	height: 26px; 
	left: 23.04px; 
	top: 37px; */
	position: absolute; 
	top: 0px;
	left: 0px;
	/*text-align: center; */
	color: white; 
	font-size: 20px; 
	font-family: Overpass; 
	font-weight: 600; 
	line-height: 28px; 
	word-wrap: break-word;
}

.cmd-info-section {
	flex: 1 1 0; 
	align-self: stretch; 
	flex-direction: column; 
	justify-content: flex-start; 
	align-items: flex-start; 
	gap: 15px; 
	display: inline-flex;
	/*margin-left: 25px;*/
}

.cmd-info-content {
	font-size: 16px; 
	font-family: Overpass; 
	font-weight: 400; 
	line-height: 24px; 
	word-wrap: break-word;
}

img.img-rounded-3 {
	max-width:100px;
	max-height: 80px;
	object-fit: contain;
	position: absolute;
	left: 11px;
	top:11px;
     }

 .cmd-about-wrap {
    position: relative;
    font-size: 14px; 
	font-family: Overpass; 
	font-weight: 400; 
	line-height: 18px; 
	word-wrap: break-word;
}
.cmd-about-overflow {
    color: #838385;
    font-size: 14px;
    font-family: Overpass; 
    font-weight: 400; 
    line-height: 24px; 
    display: -webkit-box; 
    -webkit-line-clamp:2; 
    -webkit-box-orient:vertical; 
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: pre-wrap;
    pointer-events:none;
}

.cmd-about-overflow:after {
    content:"";
    display: block;
    position: absolute;
    top: 0px;
    left: -4px;
    width: 700px;
    height: 40px;
    border: 1px black; /* for visualization only */
    pointer-events:initial;

}

.cmd-about-overflow:hover{
    cursor: pointer;
}

.cmd-about-tooltip {
  /* visibility: hidden; */
    display: none;
    position: absolute;
    font-family: Overpass;
    top: 0;
    left: 5;
    min-width:150px;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.5s ease;
}


.cmd-about-overflow:hover + .cmd-about-tooltip {
  /*visibility: visible; */
    display: initial;
    transition: opacity 0.5s ease;
    opacity: 1;
}

.cmdHeader {
	width:80vw;
	justify-self:center;
	margin-top: 30px;
    align-self: stretch;
    color: #444444;
    font-size: 30px;
    font-family: Overpass;
    font-weight: 600;
    line-height: 36px;
    word-wrap: break-word;
}

.section-header-content {
	width:80vw;
	justify-self:center;
}

.tncHeader {
	margin-top: 30px;
	align-self: stretch;
    color: #444444;
    font-size: 30px;
    font-family: Overpass;
    font-weight: 600;
    line-height: 36px;
    word-wrap: break-word;
    width: 100%;
	
}

.faqHeader {
	margin-left:58px !important;
    font-size: 30px !important;
}

.marketplaceHeader {
	margin-top: 30px;
		color: #444444;
		font-size: 30px;
		font-family: Overpass;
		font-weight: 600;
		line-height: 36px;
		word-wrap: break-word;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 24px;
		flex: 1 0 0;
		align-self: stretch;
}

.cmd-outer-box {
	width: 80vw; 
	height: 161px;
	/* height: 190px; */	 
	justify-content: center; 
	align-items: center; 
	display: inline-flex;
	/* margin-bottom: 10px; */
}

.cmd-authorized-app {
	width:100%;
	height: 170px;
	gap:8px;
	padding: 12px;
}

.cmd-authorized-app-name {
	width: 100%; 
}

.cmd-authorized-app-details {
	width: 100%;
    height: unset;
}

.cmd-authorized-app-action-section {
	width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: end;
}

.radio-text {
	font-size: 1.1em;
    line-height: 1.7em;
    color: #5e5e5e;
    margin-right: 12px;
}

.radio-button {
	height: 16px;
    width: 16px;
    border-radius: 50%;
    transition: 0.2s all linear;
    position: relative;
    top: 3px;
}


.edit-button {
	width: 135px; 
	height: 39px; 
	padding-left: 14px; 
	padding-right: 14px; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	background: #005FAA; 
	border-radius: 2px; 
	overflow: hidden; 
	flex-direction: column; 
	justify-content: center; 
	align-items: flex-start; 
	gap: 14px; 
	display: inline-flex
}

.edit-text {
	align-self: stretch; 
	text-align: center; 
	color: white; 
	font-size: 16px; 
	font-family: Overpass; 
	font-weight: 600; 
	line-height: 24px; 
	word-wrap: break-word
}

.dmd-header {
	display: flex;
	align-items: flex-start;
	width: 80vw;
	/*padding-left: 16px;*/
}

.dmd-filter-container {
	width: 80%;
	max-width: 800px;
	place-self: center; 
	padding-top: 30px; 
	padding-bottom: 30px;
}

.dmd-group-by-header-wrapper {
	display: flex;
    justify-content: space-between;
}

.dmd-search-container {
	display: flex;
}

.dmd-btn-search {
	background-color: #0d6efd; 
	margin-left: 50px; 
	font-weight: 500; 
	font-family: Overpass; 
	width: 95px; 
	height: 39px; 
	border-radius: 6px;
	border: 2px #D9D9D9 solid; 
	color: #FFF;
}

.dmd-btn-reset {
	background-color: #FFF; 
	font-weight: 500; 
	width: 95px; 
	height: 39px; 
	margin-left: 7px; 
	border: 2px #D9D9D9 solid; 
	border-radius: 6px;
	font-family: Overpass;
}
	
.no-edit-btn-msg {
	text-align: left;
    font-size: 16px;
    font-style: italic;
    color: red;
    margin-bottom: 0px !important;
}

#billing .row {
	gap: 24px;
    justify-content: space-evenly;
}

.myapp-row {
	width: 31%;
	padding-left: 0px;
	padding-right: 0px;
}

.footer-top-section-container {
	width:100%;
	padding-bottom: 24px;
}

@media screen and (min-width: 992px) {
	#sidebar {
		display: none !important;
	}
}

@media screen and (max-width: 1199.98px) {
	.header-nav-bar {
		width: 90vw; 
	}
	.banner-page-name-wrapper {
		width: 90vw; 
	}
	.below-banner-page-route-wrapper {
		width: 90vw;
	}
	
	.gbHome-header-title {
		font-size: 30px; 		
	}
	
  	.section-novahome {
	    width:90vw;
	}
	.gbHome-customer-connect {
		width: 90vw; 
	}
	.home-step-details {
		padding: 36px !important;
	}

   	.section-content {
	   	width: 90vw;
   	}
   	.section-header{
      	width: 90vw;
    }
    .section-novamyapp {
    	width:90vw;
    }
    
    .cmdHeader {
		width:90vw;
	}
	.section-header-content {
		width:90vw;
	}
	.dmd-header {
		width: 90vw;
	}
	.nova-myapp-applist-container {
 		width: 90vw;
	}
	.marketplace-filter-section {
	    width: 90vw;
	 }
	 .cmd-outer-box {
	 	width: 90vw;
	 }
}

@media screen and (max-width: 991.98px) {
	.header-nav-bar {
		width: 100vw; 
		padding-left: 24px;
		padding-right:24px;
	}
	.header-nav-bar-container {
		display: none;
	}
	.banner-page-name-wrapper {
		width: 100vw; 
		padding-left: 24px;
		padding-right:24px;
	}
	.below-banner-page-route-wrapper {
		width: 100vw; 
		padding-left: 24px;
		padding-right:24px;
	}
	.gbHome-header-description {
		margin-bottom: -40px;
	}
	.gbHome-description {
		text-align: center;
		font-size: 20px;
	}
	.gbHome-cmd-dmd-link {
    	justify-self: center;
	}
  	.section-novahome {
	    width: 100vw; 
		padding-left: 24px;
		padding-right:24px;
	}
	
	.novahome-inside-container {
		padding: 24px;
	}
	
	.gbHome-customer-connect {
		width: 100vw; 
		padding-left: 24px;
		padding-right:24px;
	}
	
	.novahome-steps-inside-container {
		padding: 24px;
	}
	
  	.section-content {
    	width: 100vw;
    	padding-left:24px;
    	padding-right:24px;
  	}
  	.section-header{
    	width: 100vw;
    	padding-left:24px;
    	padding-right:24px;
  	}
  	
  	.section-novamyapp {
    	width: 100vw;
    	padding-left:24px;
    	padding-right:24px;
    }
  	
  	.section-novatnc .page-content-container {
  		margin: 0px 24px;
  	}
  	
  	.cmdHeader {
		width: 100vw;
    	padding-left:24px;
    	padding-right:24px;
	}
	.section-header-content {
		width: 100vw;
    	padding-left:24px !important;
    	padding-right:24px !important;
	}
	.dmd-header {
		width: 100vw;
    	padding-left:24px;
    	padding-right:24px;
	}
	.dmd-filter-container {
		width: 100%;
	}
	.myapp-search-button {
    	width: 148px;
	}
	.nova-myapp-applist-container {
 		width: 100vw;
    	padding-left:24px;
    	padding-right:24px;
	}
	.marketplace-filter-section {
	    width: 100vw;
    	padding-left:24px;
    	padding-right:24px;
	 }
	 .cmd-outer-box {
	 	width: 100%;
	 }
	 .cmd-authorized-app-action-section {
    	width: 150px;
	 }
	 #UpId {
		white-space: break-spaces;
	}
}

@media screen and (max-width: 767.98px) {
	.section-header{
		text-align: center;
	}
	.home-step-number {
        letter-spacing: 5px;
	}
	
	.banner-image-container {
		display: none;
	}
	.below-banner-page-route-container {
		display: none;
	}
	.novahome-inside-container {
		margin: 0px;
	}
	.section-novahome {
		padding-left: 0px;
		padding-right:0px;
	}
	.novahome-inside-container {
        padding-top: 48px
	}
	.novahome-steps-inside-container {
	    border-left: none;
	    border-right: none;
	    padding-top: 48px;
	    border-radius: 0px;
	}
	.gbHome-header-title {
		font-size: 20px; 		
	}
	.gbHome-description {
		font-size: 16px;
	}
	
	.gbHome-header-description {
		font-size: 20px; 
	}
	.gbHome-customer-connect-title {
		font-size: 20px; 
	}
	.gbHome-customer-connect-description {
		font-size: 16px;
	}
	.novahome-steps-title {
		font-size: 20px;
	}
	.nova-myapp-header {
		font-size: 20px;
		text-align: center;
	}
	.nova-myapp-header-description {
		text-align: center;
	}
	.nova-myapp-applist-header {
		font-size: 20px;
		text-align: center;
	}
	.nova-myapp-applist-description {
		font-size: 16px;
		text-align: center;
	}
	.myapp-row {
    	width: 100%;
	}
	.myapp-search-button {
		font-size: 18px;
		padding-left: 8px;
	}
	.marketplace-search-section {
    	padding-left: 8px;
    	padding-right: 8px;
	}
	.myapp-filter-list {
		flex-direction: column;
	}
	#searchBar {
	 	display: none;
	 }
	 #searchBar-mobile {
	 	display: block;
	 }
	 .cmdHeader {
	 	text-align: center;
	 	font-size: 20px;
	 }
	 .cmd-header-paragraph {
	 	text-align: center;
	 }
	 .cmd-sort-by-container {
    	width: 100%;
	 }
	 .cmd-sort-by-option-container {
	 	width: 100%;
	 	height: unset;
	 }
	 .cmd-sort-by-list {
	    flex-direction: column;
	 }
	 .cmd-outer-box {
	 	height: unset;
	 }
	 .cmd-authorized-app {
	    flex-direction: column;
	    height: unset;
	}	
	.cmd-app-logo-container {
		width: 100%; 
	}
	.cmd-app-auth-status-mobile {
		display: unset;
		right: 0px !important;
    	left: unset !important;
	}
	.cmd-authorized-app-details {
		height: unset;
	}
	.cmd-about-container {
		height: 200px;
	}
	.cmd-about-overflow {
		height: -webkit-fill-available;
	}
	.cmd-authorized-app-action-section {	
		align-items: start;
		
		.auth-status {
			display: none;
		}
	}
	.cmd-edit-auth-header {
		font-size: 20px !important;
	}
	.cmd-edit-auth-app-media {
		padding: 0px; 
	}
	.cmd-edit-auth-app-image {
		width: 100px;
		height: 100px;
	}
	.cmd-edit-scope-container {
		flex-direction: column;
	}
	.cmd-edit-scope-item { 
		width: unset;
	}
	.cmd-edit-auth-consent {
		text-align: center;
	}
	.cmd-edit-auth-confirm {
		text-align: center;
	}
	.dmdHeader {
		font-size: 20px;
    	line-height: 20px;
    	margin-top: 25px;
	}
	.dmd-search-container {
	    flex-direction: column;
	    gap: 8px;
	}
	.search-input {
		margin-left: 30px;
    	width: 200px;
	}
	.dmd-btn-search {
		margin-left: 30px;
	}
}

@media screen and (max-width: 575.98px) {
	
	.home-step-number {
		width: 33.33%;
        font-size: 40px;
	}
	.home-step-details {
		width: 66.67%;
		padding: 24px !important;
	}
}