/* Modal speed */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.1s linear !important;
    -moz-transition: opacity 0.1s linear !important;
    -ms-transition: opacity 0.1s linear !important;
    -o-transition: opacity 0.1s linear !important;
    transition: opacity 0.1s linear !important;
}

/* WooCommerce */
.woocommerce .avada-myaccount-user-column:last-child {
    display: none !important;
}
.woocommerce .avada-myaccount-user-column:first-child {
    border-left: 1px solid;
    padding-left: 10px
}

.ftb-thankyou-tickets-list {
    margin-top: 20px;
}

.ftb-thankyou-tickets-list th {
    font-weight: bold;
}
.ftb-thankyou-tickets-list th,
.ftb-thankyou-tickets-list td {
    text-align: center !important;
    padding: 5px 15px 5px 15px !important
}

.wc-text-small-red {
    font-size: 13px;
    color: red;
}

img {
    -webkit-user-select:none;
    -webkit-touch-callout:none;
}

.flashes-block {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.sprite-block {
	opacity: 1;
	width: 300px;
	height: 300px;
	position: absolute;
	overflow: hidden;
}

.sprite-img{
	max-width: unset !important;
	position: relative;
	top: 0;
	left: 0;
}

.woocommerce-NoticeGroup-checkout {
    display: none;
}

.custom-header-welcome-message {
    color: white;
    font-size: 19px;
    position: absolute;
    right: 35px;
    top: -10px;
}


.ftb-aff-report {
	padding-top: 15px;
}
.ftb-aff-report .form-table.header td,
.ftb-aff-report .form-table.header td {
    width: 50%;
}
.ftb-aff-report .form-table.header p {
    font-weight: 600;
}
.ftb-aff-report .form-table td,
.ftb-aff-report .form-table th
{
    border: 1px solid #c3c4c7;
    padding: 3px;
}
.ftb-aff-report .form-table th {
    width: 300px;
}

.dashboard-section {
    min-height: 300px;
}
.dashboard-section button,
.dashboard-section .button
{
    cursor: pointer;
    padding: 5px;
}

.dashboard-section #copy-to-clipboard-source {
    width: 500px;
    height: 75px;
}




.affiliates-dashboard .ftb-affiliate-banner-container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.affiliates-dashboard .ftb-affiliate-banner-container .ftb-affiliate-banner-box {
	width: 100%;
	justify-content: center;
}
.affiliates-dashboard .ftb-affiliate-banner-container .ftb-affiliate-banner-label {
	color: red;
}

.affiliates-dashboard .ftb-affiliate-banner-container .affiliate-url {
	width: 350px;
	height: 100px;
	margin-top: 5px;

}

.affiliates-dashboard .ftb-affiliate-banner-container .copy-to-clipboard-trigger {
	position: absolute;
    display: block;
    font-size: 12px;
}


/* fix game tickets swiper for all games */
.swiper-navigation-icon {
	display: none;
}



/* Move to blog-8 CSS */

/*
.swiper-tickets-select .swiper-slide {
	border: 1px solid #cccccc;
	text-align: center;
	-webkit-box-shadow: 0px 5px 10px #c4c4c4;
    box-shadow: 0px 5px 10px #c4c4c4;
}

.swiper-tickets-select .swiper-tickets-select__title {
	padding-top: 7px;
	font-size: 18px;
}

.swiper-tickets-select .swiper-pagination {
	display: none;
}

.swiper-tickets-select .swiper-pagination-custom {
	padding-top: 18px;
	margin-bottom: -30px;
	text-align: center;
}

.swiper-tickets-select .swiper-pagination-custom .game-select-ticket {
	border: 1px solid #cccccc;
	text-align: center;
	display: inline-block;
	width: 22px;
	height: 22px;
    margin: 0 2px;
}
.swiper-tickets-select .swiper-pagination-custom .game-select-ticket.active {
    background-color: #b7ffb7;
}
.swiper-tickets-select .swiper-pagination-custom .game-select-ticket:hover {
	color: unset;
	border-color: grey;
	background-color: #e4e4e4;
}

.swiper-tickets .swiper-slide {
	-webkit-box-shadow: 0px 5px 10px #c4c4c4;
    box-shadow: 0px 5px 10px #c4c4c4;
	border: 1px solid #cccccc;
	text-align: center;
}

.swiper-tickets .swiper-tickets__title {
	padding-top: 7px;
	font-size: 18px;
}

.swiper-tickets .swiper-slide.played {
    border: 1px solid #fdbf2d;
}

.swiper-tickets .swiper-slide.played .swiper-tickets__coord {
    font-weight: bold;
    color: #fdbf2d;
}

.game-widget .reload-cross {
    color: #009926 !important;
    font-size: 18px;
    margin-top: 7px;
}
.game-widget .swiper-add-cross {
    color: #fdbf2d !important;
    cursor: pointer;
    font-size: 20px;
    margin-top: 7px;
    margin-left: 7px;
}
.game-widget .ticket-loading {
    color: #009926 !important;
    font-size: 18px;
    margin-top: 7px;
}
*/
