/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 @-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#exito_loader {
	margin: 20px 0px;
}

#exito_loader .loader-icon {
	height: 32px;
    width: 32px;
    margin: 0 auto;
    border-bottom: 3px solid #0C121C;
    border-left: 3px solid #0C121C;
    border-right: 3px solid #CCC;
    border-top: 3px solid #0C121C;
    border-radius: 100%;
    -webkit-animation: spin .4s linear infinite !important;
    animation: spin .4s linear infinite !important;
}
 
.popupbg {
	background: rgba(0,0,0,0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.makepopupscroll {
	overflow-y: scroll;
}

.popupcontent {
	background-color: #ffffff;
	width: 380px;
	margin: 40px auto 0;
	z-index: 9999999;
	color: #333333 !important;
}

.popupcontentcontainer {
	padding: 30px;
	color: #333333 !important;
}

.popupcontentcontainer p, .popupcontentcontainer h3 {
	text-align: center;
}

.popupcontentcontainer h3 {
	font-family: 'Fredoka One',display;
    font-size: 36px;
    color: #0C71C3!important;
    line-height: 1.2em;
}

.popupcontentcontainer p.chrome span {
	font-family: 'Fredoka One',display;
    font-size: 16px;
    color: #fe4934!important;
    line-height: 1.2em;
}

.popupcontentcontainer p.safari span {
	font-family: 'Fredoka One',display;
    font-size: 16px;
    color: #0C71C3!important;
    line-height: 1.2em;
}

.popupcontentcontainer p.samsung span {
	font-family: 'Fredoka One',display;
    font-size: 16px;
    color: #7882ff!important;
    line-height: 1.2em;
}

.popupcontentcontainer p.other span {
	font-family: 'Fredoka One',display;
    font-size: 16px;
    color: #429343!important;
    line-height: 1.2em;
}

.popupcontentcontainer p img {
	border-radius: 15px;
	border: solid 1px #cecece;
	width: 100px;
}

.hidepopup {
	background-color: #fe4934;
    color: #ffffff;
    padding: 15px 30px;
    cursor: pointer;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    border-radius: 30px;
	margin-top: 30px;
}

.noscroll {
	overflow: hidden !important;
}

.makepopupscroll {
	overflow-y: scroll;
}

.customform .formfield {
    margin: 10px 0px;  
}
.customform input[type=text], .customform input[type=email], .customform input[type=password], .customform input[type=date], .customform select, .customform input[type=month] {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #666;
    border-radius: 5px;
}

.container {
    width: 100%;
}
.et_right_sidebar #main-content .container::before {
    right: 0% !important;
}
#main-content .container::before {
    background-color: transparent;
}

.customform label {
    display: block;
    font-weight: 800;
    margin-bottom: 5px;
    color: #000;
}
.customform input[type=submit], .netcashForm input[type=submit] {
    margin-bottom: 20px;
    margin-top: 20px;
}
.customform input[type=button], .customform input[type=submit], .netcashForm input[type=submit], .customform input[type=reset], .exito-option-tabs button  {
    background-color: #2775b2;
    color: white;
    padding: 15px 30px;
    cursor: pointer;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    border-radius: 30px;
}
.customform input[type=button]:hover, .customform input[type=submit]:hover, .customform input[type=reset]:hover, .exito-option-tabs button:hover {
    opacity: 0.5;
}
.customform .button {
    float: right;
    margin-bottom: 20px;
}
.section-heading {
    font-size: 30px;
    font-weight: bold;
}
.customform td, .customformtd th {
    border: 1px solid #ddd;
    padding: 5px 20px !important;
    /*text-align: left;*/
}
.customform tr:nth-child(even) {
    background-color: #f2f2f2;
}
.customform tr:hover {
    background-color: #ddd;
}
.customform th {
    /*background-color: #04AA6D;*/
    background-color: #000;
    color: #FFF !important;
}
.page-id-169 article.children {
    display: none;
}
.deletechild {
    cursor: pointer;
    color: #ff0000;
}

/* Alerts */
.alert-danger {
    padding: 20px;
    background-color: #f44336;
    color: white;
    margin-bottom: 25px;
}

.alert-success {
    padding: 20px;
    background-color: green;
    color: white;
    margin-bottom: 25px;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.facebook-msg {
	background: #1877f2 url(../img/Facebook_Logo.png) !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    cursor: pointer;
    display: block;
    padding: 90px 30px 30px !important;
}

.logged_in_social {
	background: #2b2b2b;
	border-radius: 50px;
	padding: 30px;
	margin-top: 15px;
	color: white;
}

.logged_in_app_download {
    background: #2b2b2b;
	border-radius: 50px;
	padding: 30px;
	margin-top: 15px;
    text-align: center;
}

.logged_in_social h3.accountpage {
	color: white !important;
}

.logged_in_social .et_pb_social_media_follow li a.icon {
	width: 50px;
	height: 50px;
}

.logged_in_social .et_pb_social_media_follow li a.icon:before {
	line-height: 50px;
	width: 50px;
	height: 50px;
}

.signed_in {
	background-position: center top;
    background-image: linear-gradient(180deg,rgba(37,118,188,0.9) 0%,rgba(12,113,195,0.57) 100%),url(../img/online-classroom-56.jpg);
    padding: 50px 30px;
	border-radius: 30px;
	color: white;
}

.activity_data h3 {
	background-position: center top;
    background-image: linear-gradient(180deg,rgba(37,118,188,0.9) 0%,rgba(12,113,195,0.57) 100%),url(../img/online-classroom-56.jpg);
    padding: 50px 30px;
	border-radius: 30px;
	font-family: 'Fredoka One',display;
	font-size: 24px;
	color: #fde44d;
	margin-bottom: 20px;
}

.activity_data h4 {
	font-family: 'Fredoka One',display;
	font-size: 24px;
	color: #3881bf;
	margin: 20px 0px;
}

.activity_content {
	padding: 0px 30px;
}

.activity_video {
	padding: 30px 0px;
}

.activity_link {
	background-color: #2775b2;
    color: #ffffff;
    padding: 15px 30px;
    cursor: pointer;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    border-radius: 30px;
	display: inline-block;
    margin: 15px 0px;
}

.account_logout {
	float: right;
	background-color: #ffffff;
    color: #2775b2;
    padding: 15px 30px;
    cursor: pointer;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    border-radius: 30px;
	position: relative;
    top: -13px;
}

h3.accountpage {
	font-family: 'Fredoka One',display;
    font-size: 42px;
    color: #000000!important;
    line-height: 1.2em;
	margin: 20px 0px;
	text-align: center;
}

.kids {
	background-position: center top;
    background-image: url(../img/online-classroom-18.jpg);
    padding: 50px 30px !important;
	border-radius: 30px;
	color: white;
	background-repeat: repeat-y;
}

.kids h3.accountpage {
	color: #ffffff !important;
	padding: 0px 30px;
}

.kids input[type=button] {
	/*position: absolute;
    right: 0px;*/
	background-color: #ffffff;
    color: #fe4934;
	margin: 20px 20px 0px 0px;
}

.kids .col {
	background: white;
    color: black;
    line-height: 35px;
	border: none;
}

.kids .col:nth-child(1) {
	border-top: solid 10px #0c71c3;
}

.kids .col:nth-child(2) {
	border-top: solid 10px #429343;
}

.kids .col:nth-child(3) {
	border-top: solid 10px #fde44d;
}

.kids .col:nth-child(4) {
	border-top: solid 10px #0c71c3;
}

.kids h4.childname {
	margin-top: 10px;
}

a.childactivities, a.childactivities_new, a.renewchild {
	background-color: #FDE44D;
    color: #2775b2;
    padding: 15px 30px;
    cursor: pointer;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    border-radius: 30px;
    display: block;
    width: 150px;
    margin: 15px auto;
}

a.renewchild {
	background-color: #fe4934;
	color: white;
}

.daychallenge {
	display: block;
	margin: 15px 0px;
	background: #fde44d;
	padding: 50px 30px !important;
	border-radius: 30px;
	font-family: 'Fredoka One',display;
    font-size: 36px;
	color: #3881bf;
}

a.account_articles {
	display: block;
	margin: 15px 0px;
	background-position: center top;
    background-image: url(../img/online-classroom-56.jpg);
	padding: 50px 30px;
	border-radius: 30px;
	font-family: 'Fredoka One',display;
    font-size: 36px;
	color: #fe4934;
	text-align: center;
}

.modalcontainer {
	width: 80%;
    max-width: 1080px;
    margin: auto;
}

ul.exito_activity_list {
	margin: 0px;
	padding: 0px !important;
}

ul.exito_activity_list li {
	list-style-type: none;
	cursor: pointer;
	margin-bottom: 5px;
}

ul.exito_activity_list li h3 {
	font-family: 'Fredoka One',display;
	font-size: 20px;
	color: #fde44d;
	padding: 15px 15px;
	border-radius: 15px;
	text-align: center;
}

ul.exito_activity_list li h3 span {
	font-size: 12px;
}

ul.exito_activity_list li.now h3 {
	background-color: #3881bf;
}

ul.exito_activity_list li.old h3 {
	background-color: #fe4934;
}

ul.exito_activity_list li.now.active h3 {
	background-color: #165182;
}

ul.exito_activity_list li.old.active h3 {
	background-color: #bd0000;
}

.activity_items p {
	padding: 10px 15px !important;
    font-family: Open Sans,Arial,sans-serif;
    font-size: 16px;
}

.activity_menu {
	width: 14%;
	float: left;
	margin-right: 15px;
}

.activity_body {
	width: 84%;
	float: left;
}

.activity_body_full {
	width: 100%;
}

.activity_complete, .activity_uncomplete {
	background-color: #ffffff;
    color: #2775b2;
    padding: 15px 30px;
    cursor: pointer;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    border-radius: 30px;
    display: initial;
    margin: 0px !important;
    font-family: 'Open Sans';
    float: right;
    position: relative;
    top: -15px;
}

ul.exercise_star_rating {
	padding: 0px !important;
	margin: 0px;
}

ul.exercise_star_rating li {
	display: inline;
	float: left;
	color: transparent;
	height: 30px;
    width: 30px;
	cursor: pointer;
}

ul.exercise_star_rating li.empty {
	background: url(../img/star_empty.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul.exercise_star_rating li.full {
	background: url(../img/star_full.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

span.full_star {
	background: url(../img/star_w_full.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 20px;
	color: transparent;
	display: inline-block;
}

span.empty_star {
	background: url(../img/star_w_empty.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 20px;
	color: transparent;
	display: inline-block;
}

p.exercise_stars {
	text-align: center;
}

ul.activity_options {
	padding: 0px !important;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal-width columns */
    gap: 1%; /* Adds space between items */
}

ul.activity_options li {
	list-style-type: none;
    background: #ff0000;
    text-align: center;
    padding: 15px;
    font-family: 'Fredoka One', display;
    font-size: 20px;
    color: white;
    border-radius: 30px;
    margin: 0 0 15px 0; /* Remove extra margins */
}

ul.activity_options li.active {
	background: #bd0000;
}

ul.activity_options li.completed {
	text-decoration: line-through;
}

.filter-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.filter-select-wrapper::after {
  content: "▼";
  font-size: 12px;
  color: white;
  position: absolute;
  top: 42%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}

select.filter {
	background: #ff0000;
    text-align: center;
    padding: 15px;
    font-family: 'Fredoka One', display;
    font-size: 20px;
    color: white;
    border-radius: 30px;
    margin: 0 0 15px 0;
	border: none;
	appearance: none; /* Remove default arrow styling (some browsers) */
	-webkit-appearance: none;
	-moz-appearance: none;
}

select.filter:focus {
	color: white;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.grid-item {
  color: white;
  text-align: center;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  font-size: 1.2em;
}

#filter_activities .grid-item input[type=submit] {
	margin: 0px;
	font-family: 'Fredoka One', display;
    font-size: 20px;
	width: 100%;
}

/* Responsive breakpoints */
@media (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}


@media screen and (max-width: 1070px) {
	.span_1_of_3 {
		width: 49% !important;
	}
}

@media screen and (max-width: 900px) {
	.kids input[type=button] {
		float: none;
		margin: 20px auto 0px;
		display: block;
		position: relative;
	}
}

@media screen and (max-width: 955px) {
	.activity_body {
		float: none;
		width: 100%;
	}
	
	.activity_menu {
		width: 100%;
		float: none;
		margin-right: 0px;
	}
	
	ul.exito_activity_list li h3 {
		padding: 10px 15px;
	}
	
	.daychallenge {
		line-height: 48px;
	}
}

@media screen and (max-width: 600px) {
	.activity_data h3 {
		margin-top: 30px;
	}
}

@media screen and (max-width: 700px) {
	.span_1_of_3 {
		width: 100% !important;
	}
}

@media screen and (max-width: 550px) {
	.activity_complete, .activity_uncomplete {
		float: none;
		margin-bottom: 15px !important;
		display: block;
	}
	
	.activity_data h3 {
		text-align: center;
	}
	
	ul.activity_options {
		grid-template-columns: repeat(2, 1fr);
	}
}