/* CSS Document */

/*
  ************************ CSS table of content ************************

  1.   buttons
  2.   thumbs
  3.   icons
  4.   accordion
  5.   error messages
  6.   topography
  7.   lists
  8.   language select
  9. Select input styles
  100. keyframes
  101. load elements
  102. override vendor elements
  **************************************************************** */

/*------------------------------------------------
1. buttons
--------------------------------------------------*/
#faq-close {
	padding-top: 2px;
	color:#8f3df5;
}
#faq-close:hover {
	padding-top: 2px;
	color:#F4D2FD/*#d73df5*/;
}
#btn-faq {
	cursor: pointer;
}
#btn-faq:hover {
	color: azure;
	border-color: azure;
}
#btn-play-select {
	cursor: pointer;
}
#btn-play-select:hover {
	color: azure;
	border-color: azure;
}
.cart-pulse:hover {
	animation: pulsate-mag 2s infinite;
}
.login-btn-module {
	min-height: 60px;
}
.logout__btn {
	padding-top: 1px;
    margin-left: 38px;
    width: 40px;
    height: 40px;
    background-color:orangered;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 48px;
}
.logout__btn:hover {
	padding-top: 0px;
	border: solid 2px white;
	animation: border-pulsate-mag 2s infinite;
}
@media (max-width: 1199px) {
    .header__top .right .logout__btn {
        width: 30px;
        height: 30px;
        line-height: 36px;
    }
}

.header__top .right .logout__btn i {
    font-size: 24px;
}

@media (max-width: 1199px) {
    .header__top .right .logout__btn i {
        font-size: 20px;
    }
}
/*
 ************************* Video Button Red *************************** */
.video-btn-red {
    margin-left: 80px;
}

@media (max-width: 480px) {
	.video-btn-red {
        margin: 0 auto;
    }
}
.video-btn-red {
    width: 37px;
    height: 37px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background-image: -moz-linear-gradient(45deg, #f53d7a 0%, #f53d57 100%);
    background-image: -webkit-linear-gradient(45deg, #f53d7a 0%, #f53d57 100%);
    background-image: -ms-linear-gradient(45deg, #f53d7a 0%, #f53d57 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    z-index: 1;
}

.video-btn-red::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 57px;
    height: 54px;
    background-image: -moz-linear-gradient(45deg, #f53d7a 0%, #f53d57 100%);
    background-image: -webkit-linear-gradient(45deg, #f53d7a 0%, #f53d57 100%);
    background-image: -ms-linear-gradient(45deg, #f53d7a 0%, #f53d57 100%);
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -webkit-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -moz-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -ms-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -o-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    animation: flowRubber 5s infinite linear;
    animation-delay: 0.5s;
}

.video-btn-red::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 73px;
    height: 74px;
    background-image: -moz-linear-gradient(45deg, #f53d7a 0%, #f53d57 100%);
    background-image: -webkit-linear-gradient(45deg, #f53d7a 0%, #f53d57 100%);
    background-image: -ms-linear-gradient(45deg, #f53d7a 0%, #f53d57 100%);
    opacity: 0.4;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    animation: flowRubber 5s infinite linear;
}

/*
 ************************* Profile Yellow *************************** */


.header__top .right .profile__btn {
    margin-left: 38px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 48px;
}
.profile__btn .avatar {
	margin-top: -10px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
}
.profile__btn .avatar:hover {
	border: solid 2px white;
	animation: border-pulsate-trq 2s infinite;
}
@media (max-width: 1199px) {
    .header__top .right .profile__btn {
        width: 30px;
        height: 30px;
        line-height: 36px;
    }
}

.header__top .right .profile__btn i {
    font-size: 24px;
}

@media (max-width: 1199px) {
    .header__top .right .profile__btn i {
        font-size: 20px;
    }
}
/*
 ************************* Close Button Yellow *************************** */
.close-btn-yellow {
    margin-left: 80px;
}

@media (max-width: 480px) {
	.close-btn-yellow {
        margin: 0 auto;
    }
}
.close-btn-yellow {
    width: 37px;
    height: 37px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background-image: -moz-linear-gradient(45deg, #f5c83d 0%, #f53d57 100%);
    background-image: -webkit-linear-gradient(45deg, #f5c83d 0%, #f53d57 100%);
    background-image: -ms-linear-gradient(45deg, #f5c83d 0%, #f53d57 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    z-index: 1;
}

.close-btn-yellow::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 57px;
    height: 54px;
    background-image: -moz-linear-gradient(45deg, #f5c83d 0%, #f53d57 100%);
    background-image: -webkit-linear-gradient(45deg, #f5c83d 0%, #f53d57 100%);
    background-image: -ms-linear-gradient(45deg, #f5c83d 0%, #f53d57 100%);
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -webkit-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -moz-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -ms-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -o-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    animation: flowRubber 5s infinite linear;
    animation-delay: 0.5s;
}

.close-btn-yellow::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 73px;
    height: 74px;
    background-image: -moz-linear-gradient(45deg, #f5c83d 0%, #f53d57 100%);
    background-image: -webkit-linear-gradient(45deg, #f5c83d 0%, #f53d57 100%);
    background-image: -ms-linear-gradient(45deg, #f5c83d 0%, #f53d57 100%);
    opacity: 0.4;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    animation: flowRubber 5s infinite linear;
}
/*
 ************************* Misc Button Blue *************************** */
.close-btn-blue {
    margin-left: 80px;
}

@media (max-width: 480px) {
	.close-btn-blue {
        margin: 0 auto;
    }
}
.close-btn-blue {
    width: 37px;
    height: 37px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background-image: -moz-linear-gradient(45deg, #f5c83d 0%, #0078ff 100%);
    background-image: -webkit-linear-gradient(45deg, #f5c83d 0%, #0078ff 100%);
    background-image: -ms-linear-gradient(45deg, #f5c83d 0%, #0078ff 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    z-index: 1;
}

.close-btn-blue::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 57px;
    height: 54px;
    background-image: -moz-linear-gradient(45deg, #f5c83d 0%, #0078ff 100%);
    background-image: -webkit-linear-gradient(45deg, #f5c83d 0%, #0078ff 100%);
    background-image: -ms-linear-gradient(45deg, #f5c83d 0%, #0078ff 100%);
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -webkit-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -moz-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -ms-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -o-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    animation: flowRubber 5s infinite linear;
    animation-delay: 0.5s;
}

.close-btn-blue::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 73px;
    height: 74px;
    background-image: -moz-linear-gradient(45deg, #f5c83d 0%, #0078ff 100%);
    background-image: -webkit-linear-gradient(45deg, #f5c83d 0%, #0078ff 100%);
    background-image: -ms-linear-gradient(45deg, #f5c83d 0%, #0078ff 100%);
    opacity: 0.4;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    animation: flowRubber 5s infinite linear;
}
/*------------------------------------------------
2. thumbs
--------------------------------------------------*/
.category-thumb {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background-color: rgba(75, 61, 186, 0.8);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: -50px;
    margin-left: -50px;
	padding-top: 10px;
}
.category-thumb:hover {
	background-color: rgba(75, 61, 186, 0.3);
}
.winner-thumb {
    width: 86px;
    height: 108px !important;
}
/*------------------------------------------------
3. icons
--------------------------------------------------*/
.category-icon {
	height: 60px;
	width: 60px;
	max-height: 60px;
	max-width: 60px;
}
/*------------------------------------------------
4. accordion
--------------------------------------------------*/
/* faq-accordion */
#faq-section {
	display: none;
	margin-top: 20px;
}
#faq-caret:hover {
	color: coral;
}
#faq-close {
	margin-right: -30px;
}
.faq-card {
	
	margin-bottom: 5px;
}
.faq-card {
    padding: 5px 25px;
    background-image: -moz-linear-gradient(135deg, #5496ff 0%, #8739e6 100%);
    background-image: -webkit-linear-gradient(135deg, #5496ff 0%, #8739e6 100%);
    background-image: -ms-linear-gradient(135deg, #5496ff 0%, #8739e6 100%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.faq-card .card-header {
	padding: 10px;
	background-color:rgba(0,0,0,0.00);
	cursor: pointer;
	color: azure;
	width: 100%
}
.faq-card .card-body{
	
	color: ghostwhite;
}
.faq-card .left {
    width: 50%;
}
.faq-card .left .subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #ffb200;
    /*margin-bottom: 10px;*/
}
.faq-card .left .title {
    color: #ffffff;
    font-size: 32px;
}
.faq-card .right {
    width: 50%;
}

/* play-select-accordion */
#play-select-section {
	display: none;
	margin-top: 20px;
}
#play-select-caret:hover {
	color: coral;
}
#play-select-close {
	margin-right: -30px;
}
.play-select-card {
	
	margin-bottom: 5px;
}
.play-select-card {
    padding: 5px 25px;
    background-image: -moz-linear-gradient(135deg, #5496ff 0%, #8739e6 100%);
    background-image: -webkit-linear-gradient(135deg, #5496ff 0%, #8739e6 100%);
    background-image: -ms-linear-gradient(135deg, #5496ff 0%, #8739e6 100%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.play-select-card .card-header {
	padding: 10px;
	background-color:rgba(0,0,0,0.00);
	cursor: pointer;
	color: azure;
	width: 100%
}
.play-select-card .card-body{
	
	color: ghostwhite;
}
.play-select-card .left {
    width: 50%;
}
.play-select-card .left .subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #ffb200;
    /*margin-bottom: 10px;*/
}
.play-select-card .left .title {
    color: #ffffff;
    font-size: 32px;
}
.play-select-card .right {
    width: 50%;
}
/* join-select-accordion */
#join-select-section {
	display: none;
	margin-top: 20px;
}
#join-select-caret:hover {
	color: coral;
}
#join-select-close {
	margin-right: -30px;
}
.join-select-card {
	
	margin-bottom: 5px;
}
.join-select-card {
    padding: 5px 25px;
    background-image: -moz-linear-gradient(135deg, #5496ff 0%, #8739e6 100%);
    background-image: -webkit-linear-gradient(135deg, #5496ff 0%, #8739e6 100%);
    background-image: -ms-linear-gradient(135deg, #5496ff 0%, #8739e6 100%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.join-select-card .card-header {
	padding: 10px;
	background-color:rgba(0,0,0,0.00);
	cursor: pointer;
	color: azure;
	width: 100%
}
.join-select-card .card-body{
	
	color: ghostwhite;
}
.join-select-card .left {
    width: 50%;
}
.join-select-card .left .subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #ffb200;
    /*margin-bottom: 10px;*/
}
.join-select-card .left .title {
    color: #ffffff;
    font-size: 32px;
}
.join-select-card .right {
    width: 50%;
}
@media (max-width: 480px) {
    .faq-card {
        /*padding: 30px;*/
    }
	.play-select-card {
        /*padding: 30px;*/
    }
	.join-select-card {
        /*padding: 30px;*/
    }
	
}

@media (max-width: 991px) {
    .faq-card .left {
        width: 100%;
        text-align: center;
    }
	.play-select-card .left {
        width: 100%;
        text-align: center;
    }
	.join-select-card .left {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 460px) {
    .faq-card .left .subtitle {
        font-size: 18px;
    }
	.play-select-card .left .subtitle {
        font-size: 18px;
    }
	.join-select-card .left .subtitle {
        font-size: 18px;
    }
}

@media (max-width: 460px) {
    .faq-card .left .title {
        font-size: 24px;
    }
	.play-select-card .left .title {
        font-size: 24px;
    }
	.join-select-card .left .title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .faq-card .right {
        width: 100%;
        /*margin-top: 30px;*/
    }
	.play-select-card .right {
        width: 100%;
        /*margin-top: 30px;*/
    }
	.join-select-card .right {
        width: 100%;
        /*margin-top: 30px;*/
    }
}
/*------------------------------------------------
5. Error Messages
--------------------------------------------------*/
.login-error-message {
	display: none;
	color:orange;
	padding: 7px 15px 5px 15px;
	border: dotted thin orangered ;
	border-radius: 5px;
}
.registration-error-message {
	display: none;
	color:yellow;
	padding: 7px 15px 5px 15px;
	border: dotted thin yellow ;
	border-radius: 5px;
}
.has-error {
	color:hotpink !important;
}
/*------------------------------------------------
6. Topography
--------------------------------------------------*/
.space-maker-h50 {
	min-height: 50px;
}
.category-grid {
	margin: 0px auto;
	width: 90%;
}
.category-card-row {
    display: flex;
}
.category-card {
    display: flex;
}
.category-play-card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.category-play-card__content {
    flex-grow: 1;
    display: flex center;
    align-items: flex-end; /* Align content to the bottom */
}

/*------------------------------------------------
8. Language Select Style
--------------------------------------------------*/
/* Container to mimic select size */
.language-select {
    position: relative;
    display: inline-block;
    width: 200px;
    font-family: inherit;
}

/* Selected area */
.language-select .selected {
    display: flex;
    align-items: center;
    padding: 6px 30px 6px 8px;
    /*
    border: 1px solid #ccc;
    background-color: #fff;
    */
    cursor: pointer;
    user-select: none;
    height: 34px;
}

/* Flag in selected */
.language-select .selected img {
    width: 20px;
    height: 14px;
    margin-right: 8px;
}

/* Dropdown arrow (like native) */
.language-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    transform: translateY(-50%);
}

/* Options list */
.language-select .options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: transparent;
    background-image: -moz-linear-gradient(7deg, #ec1379 0%, #6c0092 100%);
    background-image: -webkit-linear-gradient(7deg, #ec1379 0%, #6c0092 100%);
    border-radius: 7px;
    /*
    border: 1px solid #ccc;
    background-color: #fff;
    */
    display: none;
    z-index: 1000;
}

/* Each option */
.language-select .options div {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    cursor: pointer;
}

.language-select .options div:hover {
    background-color:rgba(238,238,238,.5);
    border-radius: 7px;
}

.language-select .options img {
    width: 20px;
    height: 14px;
    margin-right: 8px;
}

/* Open state */
.language-select.open .options {
    display: block;
}
/*------------------------------------------------
9. Select input styles
--------------------------------------------------*/
#contact-form .nice-select {
    padding: 0px 20px;
    margin: 0 0 20px 0;
    border: 1px solid #6472d9;
    width: 100%;
    background-color: transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #c4cbf9;
}
#contact-form li.option.selected.focus {
    color:darkslategrey;
    font-weight: bold;
}

/* Only the plain .option (without .selected or .focus) */
#contact-form li.option {
    color: slateblue;
    font-style: italic;
}

/* Prevent double styling: reset "plain option" rule when it's selected */
#contact-form li.option.selected.focus {
    color:  darkslategrey;  /* overrides the green from .option */
}
/*------------------------------------------------
100. Lists
--------------------------------------------------*/


.category-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; /* Center the list items */
    margin: 0 auto;
    width: max-content;
}

@media (max-width: 575px) {
    .category-list {
        padding-left: 15px;
    }
}

.category-list li {
    padding: 5px 15px;
    position: relative;
    text-transform: capitalize;
    color: #ffffff;
}

.category-list li:first-child::before {
    display: none;
}

.category-list li::before {
    position: absolute;
    content: "\2605";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #ffffff;
    left: -8px;
}

.category-list li a {
    text-transform: capitalize;
}


/*------------------------------------------------
100. Keyframes
--------------------------------------------------*/
@keyframes border-pulsate-trq {
    0%   { border-color: rgba(0, 255, 255, 1); }
    50%  { border-color: rgba(0, 255, 255, 0); }
    100% { border-color: rgba(0, 255, 255, 1); }
}
@keyframes border-pulsate-mag {
    0%   { border-color:gold; }
    50%  { border-color: rgba(0, 255, 255, 0); }
    100% { border-color: gold; }
}
@keyframes pulsate-mag {
    0%   { color: white; }
    50%  { color: rgba(255, 0, 255, 1); }
    100% { color: white; }
	
}
/*------------------------------------------------
101. Load Elements
--------------------------------------------------*/
#play-prize-form {
	display: none;
}
/*------------------------------------------------
101. Override vendor elements
--------------------------------------------------*/
.slick-slide {
    height: auto !important;
}