@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
font-family: 'Figtree', sans-serif;
font-family: 'Work Sans', sans-serif;
*/

:root {
	
	--qx-dark-blue: #002061;
	--qx-blue: #0070C0;
	--qx-white: #F2F2F2;
	
	--dark-blue: #192f3f;
	--white: #f2f2f2;
	--white-bright: #FFFFFF; 

	--primary-color: var(--qx-dark-blue);
	--secondary-color: var(--qx-blue);
	--accent-color: var(--qx-dark-blue);
	--background-color: var(--white);

	--text-color: var(--white);
	--text-color-alt: #000000;
	--text-gray: #404040;

	--speech-bubble-bg: var(--white-bright);

	--side-bar-bg: var(--qx-dark-blue);
	--side-bar-bg-bar: var(--qx-blue);
	--side-bar-txt-color: var(--white);

	
	--sitefont: 'Work Sans', sans-serif;
	--brandfont: 'Work Sans', sans-serif;
}


/* Reset some default styles */
	body, h1, h2, p {
	margin: 0;
	padding: 0;
	color: var(--text-color);
}

/* Apply a background color to the entire body */
html, body {
	box-sizing: border-box;
	font-family: var(--sitefont);
	-webkit-font-smoothing: antialiased;
	background-color: var(--white);
	
	overflow-y: auto;
	overflow-x: hidden;
}

body a {
	text-decoration: none;
}

body a:link a:active a:hover a:visited {
	text-decoration: none;
}


/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

.site-menu-placement {
	font-family: var(--sitefont);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	z-index: 1050;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */


.site-logo-placement {
	font-family: var(--sitefont);
	position: fixed;
	top: 0;
	left: 75px;
	right: 0;
	height: 80px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	z-index: 1050;
}


.logo-area {
  font-family: var(--sitefont);
  height: 80px;
  display: flex;
  gap: 20px;
  background-color: none;
  float: left;
  text-align: center;
  padding-top: 10px;
}


.logo {
  font-size: 24px;
}



/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

.nav-spacer-area {
  font-family: var(--sitefont);
  height: 80px;
  display: flex;
  gap: 20px;
  background-color: none;
  float: left;
  text-align: center;
  padding-top: 10px;
}



.navbar {
  font-family: var(--sitefont);
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 800;
}


.nav-buttons {
  font-family: var(--sitefont);
  display: flex;
  gap: 20px;
  background-color: none;
  float: left;
  text-align: center;
}

.nav-buttons a {
  text-decoration: none;
  font-weight: bold;
}

.nav-buttons a:link {
  text-decoration: none;
  font-weight: bold;
}

.nav-buttons a:visited {
  text-decoration: none;
  font-weight: bold;
}

.nav-buttons a:active {
  text-decoration: none;
  font-weight: bold;
}

.nav-buttons a:hover {
  text-decoration: none;
  font-weight: bold;
}

.nav-main-button {
  background-color: #FFB11B;
  color: #000041;
  font-size: 18px;
  font-weight: bold;
  width: 110px auto;
  border: 4px solid #FFB11B;
  padding: 4px 4px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  text-align: center;
}

.nav-main-button:hover {
  background-color: #e8a400;
}

.nav-button-link a {
  text-decoration: none;
  font-weight: bold;
}

.nav-button-link a:active {
  text-decoration: none;
  font-weight: bold;
}

.nav-forgotpw-button {
  color: #f2f2f2;
  border: 4px solid #FFB11B;
  width: 175px auto;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 5px;
  cursor: pointer;
  background-color: none;
  text-align: center;
  white-space: nowrap;
}

.nav-forgotpw-button:hover {
  background-color: #FFB11B;
}

.nav-button-support {
  
  color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
   width: 110px auto;
  padding: 4px 4px;
  cursor: pointer;
  border: none;
  text-align: center;
}

.nav-button {
  color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
   width: 110px auto;
  padding: 4px 4px;
  cursor: pointer;
  border: none;
  text-align: center;
}


/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */


.sidebar-bg {
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
  width: 295px;
  height: 100vh;
  background-color: var(--background-color); 
  border-right: solid 15px var(--background-color);
  z-index: -1;
}

.sidebar-left {
  margin: 0;
  position: absolute;
  display: float;
  top: 0;
  left: 0;
  width: 295px;
  height: 100vh;
  background-color: var(--side-bar-bg); /* Dark blue sidebar */
  color: var(--side-bar-txt-color);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-right: solid 15px var(--side-bar-bg-bar);
  font-weight: bold;
  font-family: var(--sitefont);
  font-size: 24px;
}

.sidebar-left ul {
  list-style-type: none;
  padding: 0;
}

.sidebar-left li {
  padding: 10px;
}

.sidebar-current {
  padding: 10px;
  color: var(--side-bar-txt-color);
}

.sidebar-tablet-only {
	display: none;
}

.sidebar-bonus-tix {
  display: inline-block;
  padding: 10px;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 400;
}

.sidebar-left a {
  color: #f2f2f2;
  text-decoration: none;
}

.sidebar-left a:hover {
  text-decoration: underline;
}



.sidebar-left-bottom {
	position: absolute;
	display: flex;
	bottom: 25px;
	left: 0;
	width: 295px;

	font-weight: bold;
	font-family: var(--sitefont);
	font-size: 16px;
	text-align: center;

	justify-content: center; 
	align-items: center;
	
	/* Debug */
	/* border: solid 1px #fff; */

}

.sidebar-login {
  padding: 10px;
  color: #FFFFFF;
  font-size: inherit;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  font-family: var(--sitefont);
  font-size: 16px;
}

.sidebar-login a {
  text-decoration: none;
  font-weight: bold;
}

.sidebar-login a:link {
  text-decoration: none;
  font-weight: bold;
}

.sidebar-login a:visited {
  text-decoration: none;
  font-weight: bold;
}

.sidebar-login a:active {
  text-decoration: none;
  font-weight: bold;
}

.sidebar-login a:hover {
  text-decoration: none;
  font-weight: bold;
}



.side-login-button {

  display: inline-block;
  background-color: #FFB11B;
  border: 4px solid #FFB11B;
  padding: 4px 4px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;

  text-decoration: none;
  text-align: center;
  text-decoration: none;
  
  color: #000041;
  font-family: var(--sitefont);
  font-size: 18px;
  font-weight: 600;

  transition: box-shadow 0.3s;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  transition: transform 0.2s, background-color 0.2s
}

.side-login-button a {
  text-decoration: none;
  font-weight: 600;
}

.side-login-button a:link {
  text-decoration: none;
  font-weight: 600;
}

.side-login-button a:visited {
  text-decoration: none;
  font-weight: 600;
}

.side-login-button a:active {
  text-decoration: none;
  font-weight: 600;
}

.side-login-button a:hover {
  text-decoration: none;
  font-weight: 600;
}



.side-login-button:hover {
  background-color: #e8a400;
}

.side-login-button:active {
  transform: translateX(1px) translateY(1px);
}


/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */


.bottom-back {
  font-family: var(--sitefont);
  position: fixed;
  bottom: 0;
  left: 325px;
  height: 80px;
  width: auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: right;
  padding: 0 20px;
  z-index: 800;
}


.bottom-next {
  font-family: var(--sitefont);
  position: fixed;
  bottom: 0;
  right: 50px;
  height: 80px;
  width: auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: right;
  padding: 0 20px;
  z-index: 800;
}


.bottom-skip {
  font-family: var(--sitefont);
  position: fixed;
  bottom: 0;
  right: 250px;
  height: 80px;
  width: auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: right;
  padding: 0 20px;
  z-index: 800;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */


.content {
	font-family: var(--sitefont);
	position: absolute;
	display: inline-block;
	left: 300px;
	width: auto;
	color: #f2f2f2;
}


.avatar {
	display: inline-block;
	width: 300px;
	height: 300px;
	border: 10px solid #002061;
	background: #0070C0;
	border-radius: 180px;

	background-image: url("../images/VOA_B.png");
	background-size: 425px; /* Adjust the background image size */
	background-repeat: no-repeat; /* Prevent the image from repeating */
	background-position: center center; /* Center the image horizontally and vertically */
}



/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */


.speech-bubble {
	position: absolute;
	display: inline-block;
	left: 340px;


	width: 500px;
	min-height: 150px;


	background-color: var(--speech-bubble-bg);
	padding: 20px;
	border-radius: 30px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	color: #404040;
	font-size: 24px;

	white-space: wrap;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.speech-bubble::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 100%; /* Change the arrow position to the left side */
	margin-top: 80px;
	border-width: 30px;
	border-style: solid;
	border-color: transparent var(--speech-bubble-bg) transparent transparent; /* Change the arrow direction to face left */
}



.speech-bubble-single {
	position: absolute;
	display: inline-block;
	top: 75px;
	left: 340px;
	width: 500px;
	min-height: 75px;

	background-color: var(--speech-bubble-bg);
	padding: 20px;
	border-radius: 30px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;

	white-space: wrap;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	align-items: center;

	color: #404040;
	font-size: 24px;
}

.speech-bubble-single::before {
	content: '';
	position: absolute;
	top: 40px;
	right: 100%; /* Change the arrow position to the left side */
	margin-top: 0px;
	border-width: 20px;
	border-style: solid;
	border-color: transparent var(--speech-bubble-bg) transparent transparent; /* Change the arrow direction to face left */
}



















/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */


.input-label {
	font-family: var(--sitefont);
	color: #FFB11B;
	font-size: 22px;
	font-weight: 600;

}

.optional {
	font-family: var(--sitefont);
	color: #f2f2f2;
	font-size: 22px;
	font-weight: 400;
}

.response-area {
	position: absolute;
	top: 200px;
	left: 340px;
	width: 500px;
	margin: 20px;
	font-size: 22px;
	white-space: wrap;
}

.response-area-b {
	position: absolute;
	top: 475px;
	left: 340px;
	width: 500px;
	margin: 20px;
	font-size: 22px;
	white-space: wrap;
}


.response-area-c {
	position: absolute;
	top: 350px;
	left: 340px;
	width: 500px;
	margin: 20px;
	font-size: 22px;
	white-space: wrap;
}

.response-area-d {
	position: absolute;
	top: 385px;
	left: 340px;
	width: 500px;
	margin: 20px;
	font-size: 22px;
	white-space: wrap;
}

.response-area-e {
	position: absolute;
	top: 260px;
	left: 340px;
	width: 500px;
	margin: 20px;
	font-size: 22px;
	white-space: wrap;
}

.response-area-r {
	position: absolute;
	top: 550px;
	left: 340px;
	width: 500px;
	margin: 20px;
	font-size: 22px;
	white-space: wrap;
}


.alt-response {
	position: absolute;
	padding: 15px 15px;
	white-space: wrap;
	border-radius: 20px;
	border: 5px solid #000041;
}

.alt-response-red {
	position: absolute;
	width: 100%;
	padding: 15px 15px;
	white-space: wrap;
	border-radius: 20px;
	border: 5px solid #8B0000;
	background: #8B0000;
}


.input-box {
	border: 3px solid #f2f2f2;
	background-color: #3E4C76;
	color: #f2f2f2;
	padding: 10px;
	margin-bottom: 15px;
	width: 90%;
	border-radius: 15px;
	font-family: var(--sitefont);
	font-size: 22px;
	//  font-weight: bold;
}

.first-name-style {
	display: inline-block;
	font-family: var(--sitefont);
	color: #000;
	font-size: inherit;
	font-weight: 1100;
	text-shadow: 2px 1px #FFB11B;
	white-space: nowrap;
}


.email-style {
	display: inline-block;
	font-family: var(--sitefont);
	color: #000;
	font-size: inherit;
	font-weight: 1100;
	text-shadow: 2px 1px #FFB11B;
	white-space: nowrap;
}



/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */


/* iPad Mini screen (768x1024) */
/* iPad Screen  810x1080 */
/* Kindle 800x1280 */
@media screen and (min-width: 768px) and (max-width: 810px) {
	.sidebar-bg {
	  width: 200px;
	}

	.sidebar-left {
	  width: 200px;
	  font-size: 16px;
	}

	.sidebar-bonus-tix {
	  font-size: 12px;
	  font-weight: 400;
	}

	.sidebar-left-bottom {
		width: 200px;
		font-size: 14px;
	}

	.sidebar-login {
	  font-size: 12px;
	}
	
	.sidebar-tablet-only {
		display: inline-block;
	}

	.side-login-button {
		border: 4px solid #FFB11B;
		padding: 2px 4px;
		margin: 3px;
		font-size: 14px;
	}



	.bottom-back {
	  bottom: 0;
	  left: 220px;
	  height: 80px;
	  padding: 0 20px;
	}

	.content {
		left: 190px;
		width: auto;
	}


	.avatar {
		width: 250px;
		height: 250px;
		border: 10px solid #000041;
	}


	.speech-bubble {
		left: 290px;
		width: 240px;
		min-height: 150px;
		font-size: 18px;
	}



	.speech-bubble-single {
		top: 100px;
		left: 280px;
		width: 250px;
		min-height: 50px;
		font-size: 18px;
	}

	.speech-bubble::before {
		top: 30px;
		border-width: 20px;
	}

	.speech-bubble-single::before {
		top: 30px;
		border-width: 15px;
	}


	.response-area {
		left: 230px;
		width: 325px;
		font-size: 18px;
	}

	.response-area-b {
		left: 230px;
		width: 325px;
		font-size: 18px;
	}


	.response-area-c {
		left: 230px;
		width: 325px;
		font-size: 18px;
	}

	.response-area-d {
		left: 230px;
		width: 325px;
		font-size: 18px;
	}

	.response-area-e {
		left: 230px;
		width: 325px;
		font-size: 18px;
	}

	.response-area-r {
		left: 230px;
		width: 325px;
		font-size: 18px;
	}

	.alt-response-red {
		width: 90%;
		padding: 5px 5px;
	}


}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */



/* iPhone Max screen (428x926) */
@media screen and (min-height: 813px) and (max-height: 926px) {
	
}

/* iPhone Mini screen (375x812) */
@media screen and (min-height: 668px) and (max-height: 812px) {
	
}


/* iPhone SE screen (375x667) */
@media screen and (min-height: 1px) and (max-height: 667px) {
	
}




/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */




.green-button-SMALL {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  background: linear-gradient(to bottom, #97D160, #02AD4D, #02AD4D, #02AD4D, #02AD4D, #428856);
  border-top-color: #97D160;
  border-bottom-color: #000041;
  border: 1px solid #000041;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: var(--sitefont);
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  transition: box-shadow 0.3s;
  -webkit-font-smoothing: antialiased;
   font-weight: 400;
   transition: transform 0.2s, background-color 0.2s
}

.green-button-SMALL:active {
  transform: translateX(1px) translateY(1px);
}


.green-button {
  display: inline-block;
  padding: 5px 25px;
  margin: 5px;
  background: linear-gradient(to bottom, #97D160, #02AD4D, #02AD4D, #02AD4D, #02AD4D, #428856);
  border-top-color: #97D160;
  border-bottom-color: #000041;
  border: 1px solid #000041;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: var(--sitefont);
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 36px;
  transition: box-shadow 0.3s;
  -webkit-font-smoothing: antialiased;
   font-weight: 400;
   transition: transform 0.2s, background-color 0.2s
}

.green-button:active {
  transform: translateX(1px) translateY(1px);
}



.green-button-block {
  padding: 5px 25px;
  margin: 5px;
  background: linear-gradient(to bottom, #97D160, #02AD4D, #02AD4D, #02AD4D, #02AD4D, #428856);
  border-top-color: #97D160;
  border-bottom-color: #000041;
  border: 1px solid #000041;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: var(--sitefont);
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 36px;
  transition: box-shadow 0.3s;
  -webkit-font-smoothing: antialiased;
   font-weight: 400;
   transition: transform 0.2s, background-color 0.2s
}

.green-button-block:active {
  transform: translateX(1px) translateY(1px);
}



.red-button {
  display: inline-block;
  padding: 5px 25px;
  margin: 5px;
  background: linear-gradient(to bottom, #FAA0A0, #FF0000, #FF0000, #FF0000, #FF0000, #4A0404);
  border-top-color: #FAA0A0;
  border-bottom-color: #000041;
  border: 1px solid #000041;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: var(--sitefont);
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 36px;
  transition: box-shadow 0.3s;
  -webkit-font-smoothing: antialiased;
   font-weight: 400;
   transition: transform 0.2s, background-color 0.2s
}

.red-button:active {
  transform: translateX(1px) translateY(1px);
}





.blue-button {
//  display: inline-block;
  padding: 5px 25px;
  margin: 5px;
  background: linear-gradient(to bottom, #50B6E6, #2B77B5, #2B77B5, #2B77B5, #2B77B5, #2B77B5);
  border-top-color: #97D160;
  border-bottom-color: #000041;
  border: 1px solid #000041;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: var(--sitefont);
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 36px;
  transition: box-shadow 0.3s;
  -webkit-font-smoothing: antialiased;
   font-weight: 400;
   transition: transform 0.2s, background-color 0.2s
}


.blue-button-inline {
  display: inline-block;
  padding: 5px 25px;
  margin: 5px;
  background: linear-gradient(to bottom, #50B6E6, #2B77B5, #2B77B5, #2B77B5, #2B77B5, #2B77B5);
  border-top-color: #97D160;
  border-bottom-color: #000041;
  border: 1px solid #000041;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: var(--sitefont);
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 36px;
  transition: box-shadow 0.3s;
  -webkit-font-smoothing: antialiased;
   font-weight: 400;
   transition: transform 0.2s, background-color 0.2s
}



.blue-button:active {
  transform: translateX(1px) translateY(1px);
}





.avatar-bonus {
	display: inline-block;
  width: 300px;
  height: 300px;
   border: 10px solid #000041;
    background: #000041;
   border-radius: 180px;
 
    background-image: url("images/avatar_001.png");
  background-size: cover; /* Adjust the background image size */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  background-position: center center; /* Center the image horizontally and vertically */
}





.speech-bubble-name {
	font-family: var(--sitefont);
	color: #000;
	font-size: inherit;
	font-weight: 1100;
	text-shadow: 2px 1px #FFB11B;
}


.speech-bubble-3bx-3 {
	color: #FFB11B;
	font-size: 28px;
	font-weight: 1100;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #FFB11B;
	text-shadow:
	-3px -3px 0 #000041,
	 0   -3px 0 #000041,
	 3px -3px 0 #000041,
	 3px  0   0 #000041,
	 3px  3px 0 #000041,
	 0    3px 0 #000041,
	-3px  3px 0 #000041,
	-3px  0   0 #000041;
}

.speech-bubble-3bx-b {
	color: #000041;
	font-size: 32px;
	font-weight: 1100;
	text-shadow: 2px 1px #FFB11B;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #000041;
	text-shadow:
	-3px -3px 0 #FFB11B,
	 0   -3px 0 #FFB11B,
	 3px -3px 0 #FFB11B,
	 3px  0   0 #FFB11B,
	 3px  3px 0 #FFB11B,
	 0    3px 0 #FFB11B,
	-3px  3px 0 #FFB11B,
	-3px  0   0 #FFB11B;					
}

.speech-bubble-3bx-x {
	color: #FFB11B;
	font-size: 28px;
	font-weight: 1100;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #FFB11B;
	text-shadow:
	-3px -3px 0 #000041,
	 0   -3px 0 #000041,
	 3px -3px 0 #000041,
	 3px  0   0 #000041,
	 3px  3px 0 #000041,
	 0    3px 0 #000041,
	-3px  3px 0 #000041,
	-3px  0   0 #000041;
}



.speech-3bx-logo {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("images/logo.webp");
	background-size: 25px; 
	background-repeat: no-repeat; 
	background-position: center center; 

}



.speech-bubble-next {
	position: absolute;
	bottom: 0;
	width: 90%;
	margin-bottom: 10px;
	text-align: right;
}




.bonus-total-style {
	display: inline-block;
	font-family: var(--sitefont);
	color: #000;
	font-size: inherit;
	font-weight: 1100;
	text-shadow: 2px 1px #FFB11B;
	white-space: nowrap;
}

.bonus-completed-style {
	display: inline-block;
	font-family: var(--sitefont);
	color: #000;
	font-size: inherit;
	font-weight: 1100;
	text-shadow: 2px 1px #FFB11B;
	white-space: nowrap;
}

.option-x {
	display: inline-block;
	width: 50px;
	height: 50px;
	align-items: center;
	border: 5px solid #FF0000;
	background: #8B0000;
	border-radius: 180px;

	background-image: url("images/x-icon.png");
	background-size: 45px; 
	background-repeat: no-repeat; 
	background-position: center center; 
}

.option-check {
	display: inline-block;
	width: 50px;
	height: 50px;
	align-items: center;
	border: 5px solid #00FF00;
	background: #006400;
	border-radius: 180px;
	background-image: url("images/check_icon.png");
	background-size: 48px; 
	background-repeat: no-repeat; 
	background-position: center center; 
}


.triangle-down {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image:
	linear-gradient(to bottom right, transparent 50%, black 0),
	linear-gradient(to top right, black 50%, transparent 0);
	background-size: 50% 100%;
	background-repeat: no-repeat;
	background-position: left, right;
	transform: rotate(180deg); 
	animation: blinker 2s linear infinite;
}


.triangle-next {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image:
	linear-gradient(to bottom right, transparent 50%, white 0),
	linear-gradient(to top right, white 50%, transparent 0);
	background-size: 50% 100%;
	background-repeat: no-repeat;
	background-position: left, right;
	transform: rotate(90deg); 
	animation: blinker 2s linear infinite;
}


.triangle-back {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image:
	linear-gradient(to bottom right, transparent 50%, white 0),
	linear-gradient(to top right, white 50%, transparent 0);
	background-size: 50% 100%;
	background-repeat: no-repeat;
	background-position: left, right;
	transform: rotate(270deg); 
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

