body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Roboto;
	overflow: hidden;
}

label {
	cursor: pointer;
}
#divRTSkinMain{
	display: none !important;
}
#popupContainer {
	margin-left: 310px;
}

#loadericon {
    width: 100%;
    /* max-width: 1920px; */
	height: auto;
}

#footerControlDesk {
	display: none;
	position: absolute;
	bottom: 20px;
	left: calc((100% + 307px) / 2);
	transform: translateX(calc((-600px) / 2));
	z-index: 1;
}

.popup {
	padding: 23px;
	background: #eeeeee;
	border-radius: 0px;
	position: absolute;
	transition: opacity 0.5s;
	z-index: -9;
	opacity: 0;
	user-select: none;
	display: none;
}

.popup.active {
	z-index: 0;
	opacity: 1;
	margin-top: 0px;
	display: block;
}



.popup h2 {
    margin: 0;
    text-align: left;
    font-size: 22px;
    font-weight: normal;
}
.popup p {
	margin: 0;
    font-size: 12px;
    text-align: left;
    /* width: 250px; */
}

.popup .close {
	padding: 5px;
	border: 1px solid #dbdddf;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: all 200ms;
	text-decoration: none;
	color: #000000;
	height: 17px;
	text-align: center;
	font-weight: lighter;
	display: none;
}

.popup .close:hover {
	color: #45d62c;
}

.popup .content {
    max-height: 30%;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
}

.popup .content ol{
	position: relative;
	right: 24px;
}

.popup .content1 {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    /* width: 175px; */
}
.button_div {
	text-align: center;
	border-top: 1px solid #9a9a9a;
	display: flex;
	margin-top: 16px;
	margin-right: -35px;
	margin-left: -35px;
	margin-bottom: -35px;
}

.button_div div:hover {
	background-color: #d9f5fd;
}

.button_div div {
	-ms-flex: 1;
	flex: 1;
	height: 34px;
	line-height: 33px;
	text-align: center;
	color: #000000;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
}

.button_div div:first-child {
	border-right: 1px solid #9a9a9a;
}

.button_div .active {
	background-color: #d9f5fd;
}

.popup .content ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	margin-top: 10px;
}

/* #ports_popup1 {
	bottom: 2%;
    left: calc(307px + 1%);
    width: 23.6%;
} */

/* #ports_popup2 {
	bottom: 6%;
    left: calc(307px + 1%);
    width: 15%;
    transform-origin: bottom left !important;
} */

/* #ports_popup3 {
	bottom: 12%;
    left: calc(307px + 1%);
    width: max-content;
} */

/* #ports_popup4 {
	bottom: 12%;
    left: calc(307px + 1%);
    width: max-content;
}

#ports_popup5 {
	bottom: 8%;
    left: calc(307px + 1%);
    width: max-content;
} */
/* #ports_popup5 ol li {
	list-style-type: none;
	margin-left: -14px;
} */

.gold {
	width: 50%;
	top: 25;
	margin-top: 25px;
	margin-bottom: 15px;
}

.hotspots_div ol {
	list-style: none;
	padding: 20px 0 20px 0px;
	white-space: normal;
}

.mob_buttons {
	text-align: center;
	border: 1px solid #9a9a9a;
	width: 90.8%;
	display: flex;
}

.mob_buttons div {
	flex: 1;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #000000;
	cursor: pointer;
	user-select: none;
}

.mob_buttons > div:first-child {
	border-right: 1px solid #9a9a9a;
}

.mob_buttons .active {
	background-color: #d9f5fd;
}

.separator {
	display: block;
	border: none;
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(73, 73, 73, 0) 0%,
		rgba(73, 73, 73, 1) 5%,
		rgba(73, 73, 73, 1) 95%,
		rgba(73, 73, 73, 0) 100%
	);
}

#mainload {
	opacity: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
	z-index: 11;
}

#loader {
	position: absolute;
	left: 50%;
	top: 168px;
	transform: translate(-50%, 100%);
	z-index: 1200;
	margin-top: 136px;
	opacity: 1;
	transition: opacity 1s;
}

.loaderimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.loaderimg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	z-index: 11;
}

#exploreButtton {
	position: absolute;
	left: 50%;
	top: 365px;
	transform: translate(-50%, 100%);
	z-index: 1200;
	cursor: pointer;
	height: 74px;
	width: 379px;
	background: #80808057;
	border-radius: 2px;
	align-items: center;
	text-align: center;
	padding: 12px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	border: 0;
}

#loading {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 75%;
	transform: translate(-50%, -280%) scale(0.6);
	width: 265px;
	height: 120px;
	color: #ffffff;
}

#loading > div {
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	width: 938px;
}

.desktop {
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 12;
}

#move img {
    margin-top: 40px;
    height: 93px;
    width: 202px;
}

#rotate img {
    margin-top: 40px;
    height: 93px;
    width: 202px;
}

#zoom img {
    margin-top: 40px;
    height: 93px;
    width: 202px;
}

#loader {
	position: absolute;
	background: #ffffff;
}

#loaderbar {
	position: absolute;
	height: 5px;
	overflow: hidden;
	background: #410290;
}

#move_text,
#rotate_text,
#zoom_text {
	color: #ffffff;
}


#softwareContainer {
	position: absolute;
    left: calc(307px/2 + 50%);
    top: 24%;
   	transform:translate(-50%, -50%);
	width: calc(90vw - 307px);
	user-select: none;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#mainHeadingContainer{
	position: absolute;
    width: 100%;
    top: 3%;
    left: calc((100% + 307px) / 2);
    transform: translateX(calc((-100%) / 2));
}
.mainHeading{
	font-size: 32px;
    color: #410290;
    text-align: center;
}
.interiorContainer{
	display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    left: 30% !important;
}
.interiorMainContent{
	width: unset !important;
}
#softwareContainer.interiorContainer .mainContent {
	width: unset !important;
}

@media screen and (min-width: 4000px) {
	/* .popup {
		transform: scale(2.5) !important;
	} */

	.accordionContent {
		background-color: #f5f6f7;
	}
}


@media screen and (min-width: 2499px) and (max-width: 4000px) {
	.loaderimg img {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
		width: 100%;
	}
	.accordionContent {
		background-color: #f5f6f7;
	}

	/* .popup.active {
		transform: scale(1) !important;
	} */
}


@media screen and (max-width: 1441px) {
	/* .popup {
		transform: scale(0.7);
	} */
}

@media screen and (max-width: 1366px) {

	.popup .content {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.popup p {
		margin: 0;
		font-size: 10px;
	}

	#memory_pop {
		left: 24%;
	}

	.button_div {
		margin-bottom: -23px;
		margin-left: -23px;
		margin-right: -23px;
	}

	#howToUSE {
		transform: scale(0.7) !important;
		top: -9.5% !important;
		margin-left: -53px !important;
	}
}

@media screen and (min-width: 1401px) and (max-width: 1610px) {
	.gpuLogo{
		left: 50% !important;
	}
}

@media screen and (min-width: 1270px) and (max-width: 1400px) {
	.gpuLogo{
		left: 50% !important;
	}
	.popup.active {
		/* transform: scale(0.9) !important; */
		transform-origin: left Bottom !important;
	}
}

@media screen and (max-width: 1024px) {
	#root {
		opacity: 0;
		z-index: 0;
	}
	#move_text,
	#rotate_text,
	#zoom_text {
		display: inline-block;
		min-width: 200px;
		text-align: center;
	}
	.loaderimg img {
		margin-top: 26px;
		margin-left: -16px;
		width: calc(100vw - 300px);
	}

	#exploreButtton {
		top: 600px;
	}

	.accordia_icon {
		display: contents;
		letter-spacing: 6px;
	}

	.arrow {
		width: 12px;
		height: 12px;
		background: url("images/Chevron_right.png") center center no-repeat;
		background-size: 15px;
	}

	.subMenuBtn.active .arrow {
		width: 12px;
		height: 12px;
		background: url("images/Expand_accordion.png") center center no-repeat;
		background-size: 15px;
	}

	
}

@media screen and (min-width: 300px) and (max-width: 600px) {
	
	#move_text,
	#rotate_text,
	#zoom_text {
		text-align: center;
	}

	#loading {
		flex-wrap: wrap;
		left: 50%;
		top: 58%;
		transform: translate(-50%, -240%) scale(0.6);
		min-width: 350px;
	}

	#loading > div {
		display: flex;
		justify-content: space-between;
		align-items: end;
		line-height: 80px;
	}

	#loading > #loader {
		width: 379px;
		height: 5px;
		top: 465px;
	}
}

/* media query for Ipad landscape mode */
@media screen and (max-width: 1190px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
		
	#howToUSE {
		/* transform: scale(0.7) !important; */
		top: -8.5% !important;
		/* margin-left: -53px !important; */
	}
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {

	#exploreButtton {
		display: none;
	}

	.loaderimg {
		opacity: 0;
	}

	/* #mainload{
        display: none;
	} */

	#move_text,
	#rotate_text,
	#zoom_text {
		color: #000000;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1024px)and (orientation: landscape) {
.gpuLogo{
	left: 50% !important;
}
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
	#exploreButtton {
		display: block;
	}
	.loaderimg {
		opacity: 1;
	}
	#move_text,
	#rotate_text,
	#zoom_text {
		color: #ffffff;
	}
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
	#exploreButtton {
		display: none;
	}

	.loaderimg {
		opacity: 0;
	}

	#move_text,
	#rotate_text,
	#zoom_text {
		color: #000000;
	}
}


   /* Start SIRT error mesagge CSS */
   #sirtErrorContainer {
	position: absolute;
	background-color: #d8d9e0;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	clear: both;
	box-sizing: border-box;
	z-index: 13;
	/* padding: 30px; */
  }
  
  #errorContent {
	max-width: 545px;
	height: auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
  }
  
  #errorContent h4 {
	font-size: 26px;
	color: #000;
	margin-bottom: 25px;
  }
  
  #errorContent p {
	font-size: 18px;
	color: #000;
  }
  
  #arnotsupport {
	background-color: #ebebeb;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	clear: both;
	box-sizing: border-box;
	padding: 30px;
	position: absolute;
	z-index: 102;
	top: 0;
  }
  
  #arerrorContent {
	background: #fff;
	padding: 40px 20px;
	border-radius: 15px;
	font-size: 16px;
	position: relative;
  }
  #arerrorContent span {
	position: absolute;
	top: 10px;
	right: 14px;
	z-index: 999;
	font-weight: 900;
  }
  
  /* END SIRT error mesagge CSS */

 
#vmware {
	display: flex;
    flex-wrap: wrap;
	width: 100%;
}
#vxrailhci .verticalLine,#vmware .verticalLine, #fastIngest .verticalLine, #cpu .verticalLine, #front .verticalLine,#rear .verticalLine{
	display: none;
}

#vxrailhci {
	display: flex;
	flex-wrap: wrap;
}
#vxrailhci .mainContent {
	width: calc(100% / 3);
}

#vxrailhci .mainHead span {
    max-width: 290px;
	padding: 0 5px;
}
#dataprotection {
	display: flex;
	flex-wrap: wrap;
}
#security {
	display: flex;
    flex-wrap: wrap;
}
#security.mainImg img {
    height: 55px;
}
#security .mainHead span {
    font-size: 18px;
    max-width: 220px;
}
#security .mainContent {
	margin: 10px 0;
}
#security .mainImg img {
    height: 60px;
}
#security .mainText {
	display: none;
}
#dataProtection {
	display: flex;
    flex-wrap: wrap;
}
#dataProtection .mainHead span {
    max-width: 250px;
}
.mainContent {
	width: calc(100%/4);
	display: flex;
    flex-direction: column;
    align-items: center;
	color: #410290;
}
.mainImg {
	margin-bottom: 10px;
}
.mainHead {
	margin: 0;
	display: flex;
    justify-content: center;
}
.mainImg img {
	height: 60px;
}
.mainHead span {
	max-width: 200px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-wrap: balance;
}
.mainText {
	margin: 0;
}
.mainImg, .mainHead, .mainText {
	width: 100%;
	text-align: center;
}

.verticalLine {
	position: absolute;
    height: 165px;
    width: 2px;
    background-color: #410290;
    left: 18vw;
    top: 7vh;
}

.goldLogo{
	content: url("./images/software/goldLogo1.svg");
	position: absolute;
	width: 6% ;
	left: calc((72% + 307px) / 2);
    transform: translateX(calc((40%) / 2));
    bottom: 10%;
}
/* .gpuLogo{
	content: url(./images/gpuHide.png);
    position: absolute;
    width: 40px;
    left: calc((80% + 307px) / 2);
    bottom: 3.5px;
} */

.gpuLogo{
    position: absolute;
	cursor: pointer;
    width: 40px;
    left: calc((80% + 307px) / 2);
	transform: translateX(calc((-40px) / 2));
    bottom: 3.5px;
}



/* style for ipad portrait to only software section hotspots */
@media screen and (min-width: 700px) and (max-width: 1070px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	#vxrailhci.softwarePopUp {
		left: 50%;
		top: 15%;
		width: 90vw;
	}
	.vxrailhciText {
		padding: 0 15px;
	}
	.vxrailhciText span {
		max-width: 255px;
		
		font-size: 14px;
	}
	#security.softwarePopUp {
		left: 50%;
		width: 90vw;
		top: 13%;
	}
	.securityText {
		margin: 10px 0;
		padding: 0 30px;
	}
	.securityText span {
		font-size: 14px;
	}
	#dataProtection.softwarePopUp {
		left: 50%;
		top: 12%;
		width: 90vw;
	}
	.dataProtectionText {
		margin: 20px 0;
    	padding: 0 15px;
	}
	.dataProtectionText .headingText {
		font-size: 14px;
	}
	.dataProtectionText .detailsText {
		font-size: 13px;
	}
	#softwareContainer {
		display: block;
		left: 50%;
		top: 14%;
		width: 90vw;
	}
	.mainImg img {
		height: 35px;
	}
	#security .mainImg img {
		height: 35px;
	}
	.mainImg,.mainHead,.mainText {
		padding: 0 32px;
	}
	
	#security .mainHead span {
		font-size: 14px;
		padding: 0 20px;
	}
	.mainHead span {
		font-size: 14px;
		padding: 0 25px;
	}
	
	.mainText p {
		font-size: 13px;
		padding: 0 30px;
		margin-top: 2px;
		margin-bottom: 5px;
	}
	#security .mainImg {
		margin-bottom: 5px;
	}
	#security .mainContent {
		margin: 5px 0;
	}
	.mainHeading{
		font-size: 19px;
		margin-bottom: 1px;
		width: 100%;
	}
	.softwareDiv{
		scale: 0.7;
	}
	.verticalLine {
		height: 131px;
		width: 2px;
		left: 23vw;
		top: 3vh;
	}
	.interiorContainer {
		left: 15%!important;
	}
	.gpuLogo{
		left: 50% !important;
		top: 43% !important;
	}
	.goldLogo{
		left: 10% !important;
		top: 33% !important;
	}
	#mainHeadingContainer {
		left: 50% !important;
	}
}
/* style for ipad landscape to only software section hotspots  */
@media screen and (min-width: 1024px) and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.gpuLogo{
		left: 50% !important;
	}
	#vxrailhci.softwarePopUp {
		left: calc(307px/2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.vxrailhciText {
		padding: 0 15px;
	}
	.vxrailhciText span {
		max-width: 255px;
		
		font-size: 14px;
	}
	#security.softwarePopUp {
		left: calc(307px/2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.securityText {
		margin: 10px 0;
		padding: 0 30px;
	}
	.securityText span {
		font-size: 14px;
	}
	#dataProtection.softwarePopUp {
		left: calc(307px/2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.dataProtectionText {
		margin: 20px 0;
    	padding: 0 5px;
	}
	.dataProtectionText .headingText {
		font-size: 14px;
	}
	.dataProtectionText .detailsText {
		font-size: 13px;
	}
	#softwareContainer {
		display: block;
		left: calc(307px/2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.mainImg img {
		height: 35px;
	}
	#security .mainImg img {
		height: 35px;
	}
	.mainImg,.mainHead,.mainText {
		padding: 0 20px;
	}
	.mainHead span {
		/* font-size: 14px; */
		font-size: 12px;
		padding: 0 30px;
	}
	#security .mainHead span {
		font-size: 14px;
		padding: 0 10px;
	}
	.mainText p {
		font-size: 13px;
		padding: 0 20px;
	}
	.mainHeading{
		font-size: 17px;
		width: 100%;
	}
	
	.softwareDiv{
		scale: 0.9;
	}
	.verticalLine {
		height: 116px;
		width: 2px;
		left: 15vw;
		top: 5vh;
	}
	.interiorContainer {
		left: 40%!important;
	}

}
/* style for mobile portrait to only software section hotspots */
@media screen and (min-width: 300px) and (max-width: 600px) and (orientation: portrait) {
	#vxrailhci.softwarePopUp {
		left: 50%;
		top: 12%;
		width: 90vw;
	}
	.vxrailhciText {
		padding: 0 7px;
	}
	.vxrailhciText span {
		max-width: 255px;
		font-size: 10px;
    	text-align: left;
	}
	#security.softwarePopUp {
		left: 50%;
		width: 90vw;
		top: 13%;
	}
	.securityText {
		margin: 6px 0;
		padding: 0 5px;
	}
	.securityText span {
		font-size: 10px;
	}
	
	#dataProtection.softwarePopUp {
		left: 50%;
		top: 12%;
		width: 90vw;
	}
	.dataProtectionText {
		margin: 8px 0;
    	padding: 0 5px;
	}
	.dataProtectionText .headingText {
		font-size: 10px;
		margin-bottom: 4px;
	}
	.dataProtectionText .detailsText {
		font-size: 9px;
	}
	#softwareContainer {
		display: block;
		left: 50%;
		top: 16%;
		/* top: 14%; */
		width: 90vw;
	}
	#mainHeadingContainer{
		left: 50% !important;
	}
	.mainImg img {
		height: 25px;
	}
	#security .mainImg img {
		height: 25px;
	}
	.mainImg {
		padding: 0;
		margin-bottom: 5px;
	}
	#security .mainImg {
		margin-bottom: 5px;
	}
	#security .mainContent {
		margin: 5px 0;
	}
	.mainHead span {
		font-size: 7px;
	}
	#security .mainHead span {
		font-size: 7px;
	}
	.mainText p {
		font-size: 7px;
		padding: 0 7px;
		margin-top: 5px;
	}
	.mainHeading{
		font-size: 13px ;
		width: 100% ;
	}
	.verticalLine{
		height: 73px;
		left: 22vw;
		top: 3vh;
		width: 1px;
	}
	.interiorContainer {
		left: 14% !important;
	}
	.gpuLogo{
		left: 50% !important;
		top: 40% !important;
	}
	.goldLogo{
		left: 10% !important;
		top: 37%;
	}
}
/* style for mobile landscape to only software section hotspots */
@media screen and (max-height: 500px) and (orientation: landscape) {
#softwareContainer, #vxrailhci, #security, #dataProtection {
	display: none;
}
}
@media screen and (min-width: 1270px) and (max-width: 1600px) {
	#vxrailhci.softwarePopUp {
		left: calc(307px/2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.vxrailhciText {
		padding: 0 15px;
	}
	.vxrailhciText span {
		max-width: 255px;
		
		font-size: 14px;
	}
	#security.softwarePopUp {
		left: calc(307px/2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.securityText {
		margin: 10px 0;
		padding: 0 30px;
	}
	.securityText span {
		font-size: 14px;
	}
	#dataProtection.softwarePopUp {
		left: calc(307px/2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.dataProtectionText {
		margin: 20px 0;
    	padding: 0 5px;
	}
	.dataProtectionText .headingText {
		font-size: 14px;
	}
	.dataProtectionText .detailsText {
		font-size: 13px;
	}
	#softwareContainer {
		display: block;
		left: calc(307px/2 + 50%);
		top: 22%;
		width: calc(90vw - 307px);
	}
	.mainImg img {
		height: 35px;
	}
	#security .mainImg img {
		height: 35px;
	}
	.mainImg,.mainHead,.mainText {
		padding: 0 20px;
	}
	.mainHead span {
		font-size: 13px;
		padding: 0 30px;
	}
	#security .mainHead span {
		font-size: 14px;
		padding: 0 10px;
	}
	.mainText p {
		font-size: 13px;
		padding: 0 20px;
	}
	#security .mainContent {
		margin: 5px 0;
	}
	.mainHeading{
		font-size: 20px;
	}
	/* .softwareDiv {
		scale: 0.8;
	} */
	/* .verticalLine {
		height: 123px;
		width: 1px;
		left: 17vw;
		top: 8vh;
	} */
	.interiorContainer {
		left: 35% !important;
	}
}


@media screen and (min-width: 300px) and (max-width: 600px) and (orientation: portrait) {
		/* CSS specific to iOS devices */ 
		@supports (-webkit-touch-callout: none) {
	#security {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 23px;
	}
}
/* CSS for other than iOS devices */ 
@supports not (-webkit-touch-callout: none) {
	#security, #dataProtection {
		margin-bottom: 13px;
	}
  }
}

  /*Edit Popup*/
  .draggable{
	resize :both;
	overflow: auto;
  }
  .draggable:hover{cursor: move;}
  .popupAttribute{
	right: 10px; top: 10px;
	position: absolute; z-index: 99; background-color: #f1f1f1; font-size: 12px; padding: 10px; min-height: 30px; min-width: 200px; max-width: 500px;
}
  /*Edit Popup End*/


  /*Popup buttons */
  .buttonContent {
    display: flex;
    justify-content: space-between;
}
.buttonContentMob{
	display: flex;
    justify-content: space-evenly;
}
.popupButton {
    height: 40.01px;
    width: calc(95% / 2);
    cursor: pointer;
    color: black;
	border-radius: 1px;
	border: 1px solid;
}

.buttonContentMob button.clicked {
	background-color: #fff;
	color: #410290;
	border: 2px solid black;
}
.buttonContent button.clicked {
	background-color: #f1e4ff;
	border: 2px solid black;
}

/*Popup buttons end*/