@font-face {
  font-family: "Lato-Heavy";
  src: url("../fonts/Lato-Heavy.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lato-Heavy.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Lato-Heavy.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Lato-Heavy.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Lato-Heavy.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Lato-Heavy.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Lato-Heavy.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family:'Avenir Next';
  src: url('../fonts/AvenirNext-Light.woff2') format('woff2'), 
  url('../fonts/AvenirNext-Light.woff') format('woff');
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Avenir Next';
  src: url('../fonts/AvenirNext-Regular.woff2') format('woff2'), 
  url('../fonts/AvenirNext-Regular.woff') format('woff');
  font-weight:400;
  font-style:normal;
  font-display:swap;
} 
@font-face{
  font-family:'Avenir Next';
  src: url('../fonts/AvenirNext-Medium.woff2') format('woff2'), 
  url('../fonts/AvenirNext-Medium.woff') format('woff');
  font-weight:500;
  font-style:normal;
  font-display:swap;
} 
@font-face{
  font-family:'Avenir Next';
  src: url('../fonts/AvenirNext-Heavy.woff2') format('woff2'), 
  url('../fonts/AvenirNext-Heavy.woff') format('woff');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

* { font-family: 'Avenir Next', 'Lato', sans-serif; }
body, html {
	margin: 0px;
	padding: 0px;
	color: white;
	font-family: 'Avenir Next', 'Lato', sans-serif;
	font-weight: 400;
	background-color: rgb(46,48,107);
}

body {
  background-image: url(../images/bg-premiun.png);
  background-size: 110% 110%;
  width: 100%;
  height: 100%;
  position: fixed;
}

body.blur::before {
  content: ""; /* Important */
  z-index: -1; /* Important */
  position: inherit;
  left: inherit;
  top: inherit;
  width: inherit;
  height: inherit;
  background-image: inherit;
  background-size: 110% 110%;
  filter: blur(8px);
}

a { 
	color: inherit;
	text-decoration: none;
}

.italic { font-style: italic; }

.light { font-weight: 300; }
.regular { font-weight: 400; }
.semi-bold { font-weight: 600; }
.bold { font-weight: 700; }
.black { font-weight: 900; }

.purple { color: rgb(68,76,160); }
.purple-dark { color: rgb(46,48,107); }
.purple-light { color: rgb(101,118,185); }
.orange { color: rgb(209,145,113); }
.skin { color: rgb(239,160,83); /*color: rgb(245,188,159);*/ }
.yellow { color: rgb(255,144,0); }

.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-19 { font-size: 19px; }
.size-20 { font-size: 20px; }
.size-22 { font-size: 22px; }
.size-23 { font-size: 23px; }
.size-24 { font-size: 24px; }
.size-25 { font-size: 25px; }
.size-26 { font-size: 26px; }
.size-29 { font-size: 29px; }
.size-30 { font-size: 30px; }
.size-31 { font-size: 31px; }
.size-32 { font-size: 32px; }
.size-33 { font-size: 33px; }
.size-36 { font-size: 36px; }
.size-38 { font-size: 38px; }
.size-40 { font-size: 40px; }
.size-42 { font-size: 42px; }

.error { color: red; font-weight: bold; }
div#driver-popover-item.popover-settings { margin-top: -15px; }
div#driver-popover-item.popover-settings .driver-popover-tip.top { top: -20px; border-width: 10px; }

nav ul img {
  width: 20px;
  height: 20px;
  color: white;
  filter: invert(1);
  top: 4px;
  position: relative;
  margin-right: 2px;
}
nav ul img.active {
  display: none;
}
nav li:first-child img {
  display: none;
}
nav li:first-child img.active {
  display: inline;
}
audio {
  outline: 0;
}
.hide {
  display: none !important;
}
.full-width {
  width: 100%;
}
.back {
  filter: invert(1);
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 17px);
  left: 20px;
  cursor: pointer;
}
.button {
	border-radius: 30px;
	background: rgb(102,119,185);
	background: linear-gradient(90deg, rgba(102,119,185,1) 0%, rgba(68,74,159,1) 50%);
	color: white;
	border: none;
	padding: 20px 50px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 2px;
	outline: 0;
	cursor: pointer;
}
#login.modal {
  z-index: 4;
}
#loginFirst span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.login-button, .logout-button {
  right: 75px;
}
.login-button, .logout-button {
  position: absolute;
  top: 20px;
  background: none;
  color: white;
  outline: 0;
  border-radius: 30px;
  padding: 20px 30px;
}
.logout-button{
  display: none;
}
.login-button:hover,
.logout-button:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.modal button {
  width: 100%;
  height: 54px;
  padding: 0px;
}
.facebook-button,
.apple-button,
.google-button {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 54px;
  border-radius: 27px;
  border: none;
  text-align: center;
  font-size: 15px;
  color: white;
  cursor: pointer;
  padding: 0px 1.5rem;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 1;
  font-weight: 700;
  letter-spacing: 2px;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
  background-clip: padding-box;
  outline: 0;
}
.facebook-button {
  background-color: rgb(67, 107, 191);
}
.apple-button {
  background-color: rgb(0,0,0);
}
.google-button {
  background-color: red;
}
.facebook-button span,
.apple-button span,
.google-button span {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
.facebook-button svg path,
.apple-button svg path,
.google-button svg path {
  fill: white;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgb(139,142,176);
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(139,142,176);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(139,142,176);
}
#mobileNav {
  display: none;
}
.flex {
	display: flex;
}
.flex > div.flex-child {
  flex-grow: 1;
  width: 50%;
  height: 100%;
}
.main {
	height: 100%;
}
.active {
	font-weight: bold;
}
div.container {
	width: 100%;
	max-width: 1200px;
	text-align: center;
}
nav {
	letter-spacing: 1px;
	padding: 20px;
	width: 260px;
	background: linear-gradient(to right, rgba(0, 0, 20, 0.5) 20%, rgba(0, 0, 20, 0.3) 50%, rgba(0, 0, 20, 0) 100%) rgba(0, 0, 20, 0.4);
}
nav .button {
	margin: 20px 0px 0px 0px;
}
nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
  font-size: 19px;
  overflow: scroll;
}
nav ul li {
	padding: 0px 0px 20px 0px;
}
nav ul li a {
  cursor: pointer;
}
nav ul li i {
  padding: 0px 10px;
}
section {
	min-width: 100%;
}
#app-content {
	width: calc(100% - 260px);
	min-height: 100%;
	overflow: hidden;
}
#audioplayer {
  background-color: rgba(0,0,0,0.4);
  display:flex; 
  flex-direction:row;
  justify-content: center;
  align-items: center;
}
#audioplayer img.thumbnail {
  padding: 0px;
  border-radius: 16px;
  margin-left: 10px;
}
#audioplayer .container { 
  width: 100%;
  max-width: 100%;
  text-align: justify;
}
#app-content.show-audioplayer {
  /*min-height: calc(100vh - 90px);*/
}
#content {
	padding: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 2000;
}
.modal-content {
  background-color: #fefefe;
  width: 80%; /* Could be more or less, depending on screen size */
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: justify;

  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0px 10px 1px 0px;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  max-height: 90%;
}
.modal-header {
  width: calc(100% - 50px);
  padding: 2px 30px;
  background-color: rgb(46,48,107);
  color: white;
}
.modal .fields input:-webkit-autofill,
.modal .fields input:-webkit-autofill:hover, 
.modal .fields input:-webkit-autofill:focus,
.modal .fields input:-webkit-autofill:active,
.modal .fields input:-internal-autofill-selected {
  background: rgba(211,211,211,0.2) !important;
  border: 1px solid rgb(113, 113, 113) !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 0.5 !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(211,211,211,0.2) inset; 
  transition: background-color 5000s ease-in-out 0s !important;
}
.modal .fields input:-webkit-autofill:focus {
  opacity: 1 !important;
  border-width: 2px !important;
  outline: none !important;
}
#user-settings {
  position: absolute;
  right: 10px;
  font-size: 22px;
  border-radius: 30px;
  padding: 20px 30px;
  top: 20px;
  z-index: 3;
  cursor: pointer;
}
#user-settings:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
#settings hr {
  margin:20px auto; 
  opacity: 0.5; 
  width:80%;
}
#settings #volume {
  width:260px; 
  margin:15px auto;
}
#settings #settings_hour,
#settings #setting_minute,
#settings #settings_hour-button,
#settings #settings_minute-button {
  width:100px;
}
#settings i {
  font-size: 22px;
  top: 3px;
  position: relative;
  margin-right: 5px;
}
#transcript, #summary, #sessionAppointment, #profile {
  display: none;
}
.transcript, .summary, .sessionAppointment, .profile {
  width: 96%;
  margin-top: 0px;
  text-align: justify;
}
#items .sessionAppointment h2,
#items .profile h2 {
  font-size: 31px;
}
#items .sessionAppointment span {
  letter-spacing: 1px;
}
#items .sessionAppointment,
#items .profile {
  text-align: center;
  margin-top: 30px;
}
#items .profile {
  margin: 30px auto 0px auto;
  max-width: 600px;
}
.transcript br, .summary br {
  margin-top: 15px;
  display: block;
  content: " ";
}
.testimonials {
  width: 96% !important;
  max-width: 100% !important;
}
.testimonials div p.size-33 { 
  font-size: 29.7px;
} 
nav::-webkit-scrollbar,
nav ul::-webkit-scrollbar {
  display: none;
}
#items::-webkit-scrollbar,
#subscription::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
#items::-webkit-scrollbar-track,
#subscription::-webkit-scrollbar-track {
  margin-bottom: 16px;
}
.home #items::-webkit-scrollbar-track {
  margin-top: 35px;
}
#items::-webkit-scrollbar-thumb,
#subscription::-webkit-scrollbar-thumb {
	/*background: linear-gradient(180deg,rgba(102,119,185,1),rgba(68,74,159,1));
	border-radius: 30px;
	box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25), inset -2px -2px 2px rgba(0,0,0,.25);*/
}
#content #category {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
  padding-left: 70px;
  padding-right: 140px;
}
.category, .home-category {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.home-category {
  margin-top: 20px;
}
body.home #items {
  /*height: 100vh;*/
}
div#audioplayer {
  position: relative;
  bottom: inherit;
  width: 100%;
  right: inherit;
}
#items {
	display: flex;
  flex-grow: 1;
  width: calc(100% - 100px);
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  /*height: 86vh;*/
  overflow-y: scroll;
  align-content: flex-start;
  font-size: 18.4px;
  padding: 0px 30px 0px 70px;
}
.assessment-title {
  margin: 0 auto 0px auto;
  text-align: center;
}
.assessment-subtitle {
  margin: 15px auto 35px auto;
  text-align: center;
}
.assessment {
  text-align: center;
  /*border: 1px solid white;*/
  padding: 20px 30px 20px 30px;
  font-size: 19px;
  font-weight: 500;
  margin-right: 16px;
  margin-left: 0px;
  margin-bottom: 16px;
  width: 18.5%;
  height: 54px;
  background-color: rgba(0,0,0,0.2); /*rgba(255, 255, 255, 0.1);*/
  /*box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 24px 4px;*/
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 16px;
  transition: all 0.2s ease-in-out 0s;
  overflow: hidden;
}
.assessment.active {
  background: linear-gradient(90deg, rgb(195, 202, 252) 0%, rgb(201, 183, 218) 50%);
  font-weight: normal;
}
.item {
	margin-right: 16px;
  margin-left: 0px;
  margin-bottom: 16px;
  width: 250px;
  height: 290px;
  position: relative;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 24px 4px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  cursor: pointer;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 16px;
  transition: all 0.2s ease-in-out 0s;
  overflow: hidden;
}
.item a.downloadAudio {
  position: absolute;
  z-index: 100;
  left: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
}
.item .downloadAudio i {
  font-size: 20px;
  position: absolute;
}
.item span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item img.lock {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  z-index: 100;
  position: absolute;
  left: 20px;
  top: 20px;
}
.item-audio img.lock {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  z-index: 100;
  position: absolute;
  right: 0px;
  top: 16px;
  left: auto;
  cursor: pointer;
}
.item img {
	position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease-out 0s;
  border-radius: 16px;
   position: relative;
  width: 100%;
  display: block;
  text-align: center;
}
.item img:before { 
  content: " ";
  display: block;
  position: absolute;
  height: calc(100% + 10px);
  width: 100%;
  background-color: rgb(230, 230, 230);
}
.item img:after { 
	content: "Broken Image";
	color: rgb(100, 100, 100);
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translateX(-50%) translateY(-50%);
}
.item .title {
	position: absolute;
  padding-left: 12px;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-right: 12px;
  left: 0px;
  bottom: 0px;
  width: -webkit-fill-available;
  background: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
.item-audio {
  background-color: rgba(0,0,0,0.2);
  border-radius: 20px;
  padding: 20px;
  min-width: 296px;
}
.item-audio:last-child {
  margin-bottom: 20px;
}
.item .track {
  width: 100%;
  height: 100%;
}
.item .track i {
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
}
.item .track i.unchecked,
.item .track i.checked {
  margin-right: 20px;
}
.item-audio .track {
  position: relative;
  cursor: pointer;
}
.item-audio .title {
  display: inline-block;
}
.item-audio i,
.item-audio img.not_listened {
  position: absolute;
  right: 0px;
  top: 16px;
  cursor: pointer;
}
.item-audio i.fa-circle {
  right: -6px;
}
.item-audio .time {
  color: rgba(255,255,255,0.3);
}
.item-audio .time img {
  height: 16px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.item-audio .time img.moon {
  height: 17px;
  color: white;
  filter: invert(1);
}
.item-audio .title, 
.item-audio .time {
  padding-right: 50px;
}
.item-audio hr {
  height: 1px;
  border: none;
  background-color: rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.3);
}
.item-audio hr:last-child {
  display: none;
}
.background_sound_stop {
  display: none !important;
  position: relative;
  margin-left: 70px;
  margin-top: -30px;
}
.ui-selectmenu-menu.ui-front.ui-selectmenu-open::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}
div.ui-selectmenu-open {
  /*left: auto !important;
  right: 49px;*/
  height: 200px;
  max-height: 200px;
  overflow: scroll;
}
.ui-selectmenu-menu .ui-menu {
  max-height: 100%;
  overflow: scroll;

}
.background_sound_stop p {
  display: inline-block;
}
#background_sound_time_hour-button {
  width: 95px;
}
#background_sound_time_minute-button {
  width: 70px;
  padding-left: 5px;
}
#background_sound_time_hour-button,
#background_sound_time_minute-button {
  background: transparent;
  color: white;
  border: none;
  outline: 0;
  top: -4px;
  margin-right: 0px;
  padding-right: 0px;
}
div.ui-state-active {
  background: linear-gradient(90deg, rgb(45 56 97) 0%, rgb(25 28 68) 50%) !important;
  border-color: transparent !important;
}
#background_sound_time_hour-menu {
  width: 100px !important;
}
#background_sound_time_minute-menu {
  width: 75px !important;
}
#background_sound_time_hour-menu,
#background_sound_time_minute-menu {
  background: linear-gradient(90deg, rgba(102,119,185,1) 0%, rgba(68,74,159,1) 50%) !important;
  color: white;
  border: none;
}
.background_sound_remove { 
  padding: 20px 20px 20px 40px;
  font-size: 18px;
  margin-right: 16px;
  margin-left: 0px;
  margin-bottom: 16px;
  width: 18.5%;
  height: auto; /* 54px; */
  background-color: rgba(0,0,0,0.2); /*rgba(255, 255, 255, 0.1);*/
  /*box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 24px 4px;*/
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 16px;
  transition: all 0.2s ease-in-out 0s;
  overflow: hidden;
}
.item-audio.background_sound .track {
  width: 100%;
}
.item-audio.background_sound i {
  top: 7px;
  right: 40px;
}
.item-audio.background_sound i.fa-circle {
  right: 15px;
}
.item-audio.background_sound i.fa-check-circle {
  right: 15px;
}
.step {
  padding-bottom: 10px;
  margin-left: 20px;
  margin-top: 20px;
}
.step:first-child {
  margin-top: 0px;
}
.question, .answer {
  width: 95%;
  letter-spacing: 1px;
}
.question {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.answer {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 22px;
}
.fields {
  position: relative;
}
.fields label {
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0.7rem;
  top: 1.5rem;
  transform: translateY(-50%);
}
.fields svg {
  width: 2rem;
  height: 2rem;
}
.fields svg path {
  width: 100%;
  height: 100%;
  fill: white;
}
.modal .fields svg path {
  fill: #000000;
  opacity: 0.5;
}
.fields input {
  width: 100%;
  height: 3rem;
  box-sizing: border-box;
  font-size: 1rem;
  display: inline-block;
  opacity: 1;
  padding: 0px 3rem;
  outline: none;
  /*border-width: 2px;
  border-style: solid;
  border-color: rgb(113, 113, 113);*/
  border-image: initial;
  border-radius: 6px;
  font-weight: 400;
  margin-bottom: 15px;
  border-radius: 30px;
  color: white;
  background: rgba(211,211,211,0.2);
  border: 1px solid rgba(211,211,211,0.2);
  -webkit-text-fill-color: white;
  /*-webkit-box-shadow: 0 0 0px 1000px rgba(211,211,211,0.2) inset;*/
}
.modal .fields input {
  color: #000;
  -webkit-text-fill-color: #000;
  border: 1px solid rgb(113, 113, 113);
  opacity: 0.5;
}
.fields input:focus {
  opacity: 1;
    outline: none;
    border-width: 2px;
}
.fields input::placeholder {
  color: white;
}
.fields input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
.fields input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
.sessionAppointment form,
.share form,
.profile form {
  width: 100%;
  max-width: 630px;
  text-align: center;
}
#share {
  display: none;
}
.share,
.sessionAppointment {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  -webkit-box-pack: start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  font-size: 18.4px;
  padding-bottom: 10px;
}
.share h2 {
  font-size: 31px;
  margin-top: 0px;
  margin-bottom: 4px;
}
.share img {
  width: 45px;
  padding: 5px;
  border: 0;
  box-shadow: 0;
  display: inline;
}
.share img {
  width: 90%;
  max-width: 630px;
}
.share .button,
.sessionAppointment .button,
.profile .button {
  margin-bottom: 20px;
}
.share input,
.sessionAppointment input {
  font-size: 18.4px;
}
.share textarea,
.sessionAppointment textarea {
  width: 100%;
  max-width: 630px;
  height: 305px;
  min-height: 305px;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 18.4px;
  display: inline-block;
  opacity: 1;
  outline: none;
  border-image: initial;
  border-radius: 6px;
  font-weight: 400;
  color: white;
  background: rgba(211,211,211,0.2);
  border: 1px solid rgba(211,211,211,0.2);
  -webkit-text-fill-color: white;
}
.share .socialMedia {
  margin-right: 10px;
}
.share .socialMedia iframe,
.share .socialMedia iframe #widget {
  width: 77px !important;
  height: 28px !important;
}
.share i {
  font-size: 33px;
  padding: 0px 5px;
}
#subscription {
  display: none;
  padding: 0px 30px 0px 70px;
  overflow: scroll;
  flex-grow: 1;
  width: calc(100% - 100px);
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  /*height: 86vh;*/
  overflow-y: scroll;
  align-content: flex-start;
}
#subscription button {
  margin-bottom:20px;
}
.subscription {
  text-align: center;
}
.subscription p {
  margin-top: 62px;
  margin-bottom: 40px;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px 20px 40px 20px;
  border: 1px solid #888;
  width: 390px;
  max-width: 80%;
  border-radius: 15px;
  color: black;
  text-align: center;
}

/* The Close Button */
.modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -15px;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.cross {
    position: relative;
    display: inline-block;
}
.cross::before, .cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.cross::before {
    border-bottom: 3px solid red;
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg);
}
.cross::after {
    border-bottom: 3px solid red;
    -webkit-transform: skewY(20deg);
    transform: skewY(20deg);
}
@media screen and (max-width: 1500px) {
  .assessment {
    width: 35%;
  }
}
@media screen and (max-width: 992px) {
  #login-button, #logout-button {
    display: none !important;
  }
  body {
    overflow: hidden;
  }
  #mobileNav { 
    display: block; 
    cursor: pointer;
    position: absolute;
    /*right: 0px;*/
    top: 5px ;
    padding: 0px;
    font-size: 30px;
    outline: 0;
  }
  .main.flex {
    flex-direction: column;
  }
  nav {
    padding: 20px 0px;
    overflow: scroll;
    min-height: 55px;
  }
  nav ul {
    display: none;
    margin-top: 20px;
    overflow: scroll;
  }
  nav #back {
    margin-left: 14px;
  }
  nav, #app-content {
    width: 100%;
    height: 100%;
  }
  nav .logoContainer {
    position: relative;
  }
  nav .logo {
    display: inline-block;
    margin-left: 60px;
  }
  nav .logo img {
    max-width: 170px;
  }
  nav .button {
    /*font-size: 14px;
    padding: 15px 40px;
    position: absolute;
    right: 50px;
    top: -10px;*/
    margin: 0px;
  }
  nav > div, nav > ul, nav > a {
    margin-left: 20px;
    margin-right: 20px;
  }
  #content {
    padding: 0px;
    align-items: center;
  }
  #content #category {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 45px;
  }
  #items {
    /*height: 74vh;*/
    justify-content: flex-start;
    padding: 0px;
    width: 90%;
    padding-bottom: 95px;
  }
  #subscription {
    padding: 0px;
    padding-bottom: 95px;
  }
  .show-audioplayer #items {
    padding-bottom: 0px;
  }
  .item {
    width: 180px;
    height: 220px;
  }
  .assessment {
    width: 30%;
  }
  .home-category {
    text-align: center;
  }
  .category {
    padding-right: 70px !important;
    padding-left: 70px !important;
    text-align: center;
  }
  #audioplayer {
    flex-flow: wrap-reverse;
  }
  #audioplayer img.thumbnail {
    /*display: none !important;*/
  }
  .background_sound_remove {
    width: calc(100% - 60px);
  }
  .background_sound_stop {
    margin: -20px auto 0 auto;
  }
  div.ui-selectmenu-open {
    /*left: calc(50% - -70px) !important;*/
  }
  .login-button, .logout-button {
    top: 50px;
    right: 10px;
    padding: 10px 5px
  }
  .login-button:hover, .logout-button:hover {
    background-color: transparent;
  }
  #user-settings:hover {
    background-color: transparent;
  }
  #user-settings {
    top: 12px;
    right: 0px;
    font-size: 28px;
    padding: 0px;
    border-radius: 0px;
  }
}

@media screen and (max-width: 873px) {
  .item {
    width: 154px;
    height: 196px;
  }
  .assessment {
    width: 70%;
    width: calc(100% - 60px);
    margin-right: 0px;
  }
  .home-category {
    font-size: 32px;
  }
  #content #category {
    font-size: 22px;
    line-height: 32px;
  }
  .item-audio {
    min-width: inherit;
  }
}
@media screen and (max-width: 584px) {
  #category {
    text-align: center;
  }
  ::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE and Edge */
  .items {
    -ms-overflow-style: none;
  }
}
@media screen and (max-width: 500px) {
  #content {
    padding: 0px;
  }
  .item {
    margin: 8px 8px;
  }
  nav img {
    width: 140px;
  }
  nav .button {
    /*padding: 15px;*/
  }
}
@media screen and (max-width: 1175px) {}
@media screen and (max-width: 1100px) {}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 800px) {}
@media screen and (max-width: 730px) {}
@media screen and (max-width: 600px) {}