.freeCredit-area {
    padding: 0rem 0.5rem 3rem;
    display: flex;
    flex-direction: column;
}

.freeCredit-card-wrap{
	display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 20px;
    width: 100%;
    justify-items: center;
    grid-template-columns: repeat(auto-fill,minmax(304px,1fr));
}

.freeCredit-card-wrap .freeCreditList{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 0;
    position: relative;
    flex-grow: 1;
    max-width: 412px;
    min-height: 408px;
    background: var(--cred4_FREECREDIT_CARD_WRAP_LIST_BG);
}

.freeCredit-card-wrap .itemWrap{
	height: 100%;
    display: flex;
    flex-direction: column;
}

.freeCredit-card-wrap .freeCreditList .freeCredit-card-img-wrapper{
/* 	height: 240px; */
    width: 100%;
    margin-top: -0.75rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.freeCredit-card-wrap .freeCreditList .freeCredit-card-img-wrapper img{
    /* width: 379px; */
    width: 100%;
    max-width: none;
}

.freeCredit-card-wrap .freeCreditList .freeCredit-card-body{
	flex-grow: 1;
    margin-bottom: 0.5rem;
    padding: 0 1rem;
}

.freeCredit-card-wrap .freeCreditList .freeCredit-card-body .freeCredit-card-amt-wrap{
	display: flex;
    justify-content: center;
    font-size: var(--HEADER_FONT_SIZE);
    line-height: 1.625rem;
    font-weight: var(--MED_FONT_WEIGHT);
    margin-bottom: 0.5rem;
    text-align: center;
    color: var(--cred4_FREECREDIT_CARD_WRAP_CREDIT_LIST_CARD_BODY_WRAP_TXT);
}

.freeCredit-card-body .freeCredit-card-amt-wrap .currencyCode{
	padding-right: 5px;
}

.freeCredit-card-wrap .freeCreditList .freeCredit-card-body .freeCredit-card-title{
	justify-content: center;
    font-size: var(--BODY_TXT_FONT_SIZE);
    line-height: 1.625rem;
    font-weight: var(--MED_FONT_WEIGHT);
    margin-bottom: 0.5rem;
    text-align: center;
    color: var(--cred4_FREECREDIT_CARD_WRAP_CREDIT_LIST_CARD_BODY_TITLE_TXT);
}

.freeCredit-card-wrap .freeCreditList .freeCredit-card-body .freeCredit-card-description{
	font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 400;
    text-align: center;
    color: var(--cred4_FREECREDIT_CARD_WRAP_CREDIT_LIST0CARD_BODY_CARD_DESCRIPTION_TXT);
}

.freeCredit-card-wrap .freeCreditList .freeCredit-card-body .freeCredit-card-description span{
	font-size: 12px;
}

.freeCredit-card-wrap .freeCreditList .freeCredit-card-button{
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 0.5rem;
  /*   padding: 0 1rem; */
    gap: 10px;
    
}

.freeCredit-card-wrap .freeCreditList .freeCredit-card-button button{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
	font-size: var(--BUTTON_MED_FONT_SIZE);
    line-height: 1rem;
    font-weight: var(--REG_FONT_WEIGHT);
    padding: 0.5rem 1.5rem;
    line-height: 24px;
    position: relative;
    background: var(--cred4_FREECREDIT_CARD_WRAP_CREDIT_LIST_CARD_BUTTON_BG);
    color: var(--cred4_FREECREDIT_CARD_WRAP_CREDIT_LIST_CARD_BUTTON_TXT);
    text-transform: none !important;
}

.freeCredit-detail .freeCredit-detail-card .freeCredit-detail-card-content .freeCredit-detail-button{
	display: flex;
    align-items: center;
    justify-content: center;
}

.freeCredit-detail .freeCredit-detail-card .freeCredit-detail-card-content .freeCredit-detail-button button{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
	font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    line-height: 24px;
    position: relative;
    background: var(--cred4_FREECREDIT_DETAIL_CARD_CONTENT_BUTTON_BG);
    color: var(--cred4_FREECREDIT_DETAIL_CARD_CONTENT_BUTTON_TXT);
}

.freeCredit-card-wrap .freeCreditList .freeCredit-card-button button:hover,
.freeCredit-detail .freeCredit-detail-card .freeCredit-detail-card-content .freeCredit-detail-button button:hover{
	background: var(--cred4_FREECREDIT_CARD_WRAP_LIST_BUTTON_HOVER_BG);
}

.freeCredit-card-wrap .freeCreditList .freeCredit-card-button .claim-btn,
.freeCredit-card-wrap .freeCreditList .freeCredit-card-button .info-btn,
.freeCredit-detail .freeCredit-detail-card .freeCredit-detail-card-content .freeCredit-detail-button .claim-btn{
	box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    appearance: none;
    border: 0;
    cursor: pointer;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 0.25rem;
}

.freeCredit-back-btn{
	top: 40px;
	display: flex;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 599;    
    padding: 2px 0.5rem;
    background: var(--cred4_FREECREDIT_BACK_BTN_BG);
}

.freeCredit-back-btn:after{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px; 
    width: 100%;
    bottom: 0;
    background: var(--cred4_FREECREDIT_BACK_BTN_AFTER_BG);
}

.freeCredit-back-btn .back-btn{
	font-size: .875rem;
    line-height: .875rem;
    font-weight: 500;
    padding: 0.5rem 0;
    line-height: 20px;
    transition: font-size .2s ease-in-out;
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--cred4_FREECREDIT_BACK_BTN_BACK_BG);
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    letter-spacing: 0;
    text-decoration: none;  
    display: flex;
    border-radius: 0.25rem;
    align-items: center;
    color: var(--cred4_FREECREDIT_BACK_BTN_BACK_TXT);
}

.freeCredit-back-btn .back-btn i{
	display: flex;
    align-items: center;
    justify-content: center;
}

.freeCredit-back-btn .back-btn span{
	text-decoration: none;
    position: relative;
    margin-left: 0.5rem;
}


.freeCredit-back-btn .back-btn span:hover{
	transition: width .2s ease-in-out;
	-webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    
}

.freeCredit-detail{
	padding: 20px 0 3rem;
    display: flex;
    flex-direction: column;
    background: var(--cred4_FREECREDIT_DETAIL_BG);
}

.freeCredit-detail .freeCredit-detail-card{
	margin-bottom: 0;
    border-radius: 0.25rem;
    position: relative;
    display: flex;
    align-items: stretch;
    padding-bottom: 1rem;
}

.freeCredit-detail .freeCredit-detail-card .freeCredit-detail-card-content{
	display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}

.freeCredit-detail .freeCredit-detail-card .freeCredit-detail-card-content .freeCredit-card-img-wrapper{
	height: 240px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-top: -1rem;
}

.freeCredit-detail .freeCredit-detail-card .freeCredit-detail-card-content .freeCredit-card-img-wrapper img{
	height: 240px;
    width: 429px;
    max-width: none;
}

.freeCredit-detail .freeCredit-detail-card .freeCredit-detail-card-content .freeCredit-detail-wrapper{
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
}

.freeCredit-detail-card-content .freeCredit-detail-wrapper .freeCredit-detail-amt-wrap{
	display:flex;
	flex-direction: row;
}

.freeCredit-detail-card-content .freeCredit-detail-wrapper .freeCredit-detail-amt-wrap,
.freeCredit-detail-card-content .freeCredit-detail-wrapper .freeCredit-detail-title{
	font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 400;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.5rem;
    color: var(--cred4_FREECREDIT_DETAIL_CARD_CONTENT_WRAPPER_WRAP_TXT);
}

.freeCredit-detail-card-content .freeCredit-detail-wrapper .freeCredit-detail-description{
	display: none;
    color: var(--cred4_FREECREDIT_DETAIL_CARD_CONTENT_WRAPPER_DESCRIPTION_TXT);
}

.freeCredit-detail-card-content .freeCredit-detail-wrapper:after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--cred4_FREECREDIT_DETAIL_CARD_CONTENT_WRAPPER_AFTER_BG);
    height: 100%;
    right: 0;
}

.freeCredit-detail-content{
	display: flex;
    flex-direction: column;
    padding: 0 1rem;
    color: var(--cred4_FREECREDIT_DETAIL_CONTENT_TXT);
}

.eligible-games-wrapper{
	padding-top: 20px;
}

.eligible-games-wrapper .title-box{
	display: flex;
    flex-direction: row;
    font-weight: 700;
    padding-bottom: 20px;
}

.eligible-games-wrapper .title-box .icon{
	padding-right: 10px;
}

.eligible-games-wrapper .title-box .title{
	font-size: 1rem;
}

.gamesList-wrapper .games-wrapper .games-packet{
	display: grid;
    grid-gap: 2px;
    grid-template-columns: repeat(auto-fill,minmax(80px,1fr));
}

.gamesList-wrapper .games-wrapper .games-packet .angpowGame-wrap{
	position: relative;
    text-align: center;
}

.gamesList-wrapper .games-packet .angpowGame-wrap .title-info{
	position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

#angpowclaimmodal .modal-dialog .modal-content .modal-body .claimList-wrapper .bonus-img .description-title{
	color: var(--cred4_ANGPOW_CLAIM_MODAL_DIALOG_CONTENT_BODY_WRAPPER_BONUS_IMG_TXT);
}

@media (min-width: 1280px){
	.freeCredit-detail{
		padding: 1.5rem 1.5rem 3rem;
	}
	
	.freeCredit-detail .freeCredit-detail-card .freeCredit-detail-card-content .freeCredit-detail-wrapper{
		padding: 2.5rem 1.5rem;
	}
	
	.freeCredit-detail-card-content .freeCredit-detail-wrapper .freeCredit-detail-amt-wrap,
	.freeCredit-detail-card-content .freeCredit-detail-wrapper .freeCredit-detail-title{
		font-size: 1.5rem;
	    line-height: 1.75rem;
	    font-weight: 400;
	    font-weight: 500;
	    margin-bottom: 1rem;
	}
	
	.freeCredit-detail-card-content .freeCredit-detail-wrapper .freeCredit-detail-description{
		font-size: 1rem;
	    line-height: 1.375rem;
	    font-weight: 400;
	}
	
	.gamesList-wrapper .games-wrapper .games-packet{
		grid-template-columns: repeat(auto-fill,minmax(130px,1fr));
	}
}

@media (min-width: 768px){
	.freeCredit-area {
		padding: 0rem 1rem 3rem;
	}
	
	.freeCredit-card-wrap .freeCreditList{
		min-width: 320px;
	}
	
	.freeCredit-detail{
		padding: 1.5rem 1rem 3rem;
	}
	
	.freeCredit-detail .freeCredit-detail-card{
		margin-bottom: 1.5rem;
	    padding: 0;
	    background: var(--cred4_FREECREDIT_DETAIL_CARD_BG);
	}
	
	.freeCredit-detail .freeCredit-detail-card .freeCredit-detail-card-content{
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.freeCredit-detail .freeCredit-detail-card .freeCredit-detail-card-content .freeCredit-card-img-wrapper{
		height: 240px;
	}
	
	.freeCredit-detail .freeCredit-detail-card .freeCredit-detail-card-content .freeCredit-card-img-wrapper img{
		height: 240px;
	    width: 590px;
	}
	
	.freeCredit-detail .freeCredit-detail-card .freeCredit-detail-card-content .freeCredit-detail-wrapper{
		padding: 2rem 1.5rem;
   		position: relative;
	}
	
	.freeCredit-detail-card-content .freeCredit-detail-wrapper .freeCredit-detail-amt-wrap,
	.freeCredit-detail-card-content .freeCredit-detail-wrapper .freeCredit-detail-title{
		font-size: 1rem;
	    line-height: 1.375rem;
	    font-weight: 400;
	    font-weight: 500;
	    text-align: left;
	}
	
	.freeCredit-detail-card-content .freeCredit-detail-wrapper .freeCredit-detail-description{
		font-size: .875rem;
	    line-height: 1.125rem;
	    font-weight: 400;
	    display: block;
	}
	
	.freeCredit-detail-content{
		padding: 0;
	}
	
	.gamesList-wrapper .games-wrapper .games-packet{
		grid-gap: 0.25rem;
	    grid-template-columns: repeat(auto-fill,minmax(80px,1fr));
	}
}

@media (min-width: 375px){
	.freeCredit-card-wrap {
	    grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
	}
}

.freeCredit-detail-content img{
	max-width: 50%;
}

/* Claim All Free Credits */
.freeCredit-area .claimAllContainer {
	background: var(--freeCredit4_CLAIM_ALL_CONTAINER_BG);
    color: var(--freeCredit4_CLAIM_ALL_CONTAINER_COLOR);
    padding: 14px 20px;
    width: 80%;
    margin: auto;
    margin-top: 18px;
    border-radius: var(--freeCredit4_CLAIM_ALL_BORDER_RADIUS);
    text-align: center;
    position: relative;
}

.freeCredit-area .claimAllContainer .claim-all-header {
	display: inline-block;
    font-size: 15px;
    font-weight: var(--MED_FONT_WEIGHT);
    padding: 12px 24px;
    background: var(--freeCredit4_CLAIM_ALL_HEADER_BG);
    color: var(--freeCredit4_CLAIM_ALL_HEADER_COLOR);
    position: relative;
    top: -32px;
    border-radius: var(--freeCredit4_CLAIM_ALL_HEADER_BORDER_RADIUS);
    cursor: default;
}

.freeCredit-area .claimAllContainer .all-card-container {
	display: flex;
    gap: 30px;
    overflow-x: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    margin: 0 30px;
    padding-bottom: 14px;
}

.freeCredit-area .claimAllContainer .all-card-container .claim-all-card {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	background: var(--freeCredit4_CLAIM_ALL_CARD_BG);
    color: var(--freeCredit4_CLAIM_ALL_CARD_COLOR);
    min-width: 180px;
    width: 180px;
    height: 200px;
    padding: 16px;
    border-radius: var(--freeCredit4_CLAIM_ALL_CARD_BORDER_RADIUS);
    text-align: center;
    align-content: center;
}

.freeCredit-area .claimAllContainer .all-card-container .claim-all-card .card-content {
	flex-grow: 1;
	cursor: default;
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.freeCredit-area .claimAllContainer .all-card-container .claim-all-card .card-content .card-title {
	font-weight: var(--MED_FONT_WEIGHT);
	font-size: 15px;
	margin-bottom: 10px;
	white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
}

.freeCredit-area .claimAllContainer .all-card-container .claim-all-card .card-content .card-amount {
  	font-weight: var(--MED_FONT_WEIGHT);
	font-size: var(--HEADER_FONT_SIZE);
	word-wrap: break-word;
	white-space: normal;
	display: flex;
	flex-direction: column;
}

.freeCredit-area .claimAllContainer .all-card-container .claim-all-card .card-content .card-amount .card-currency {
	font-size: 13px;
    margin-right: 2px;
}

.freeCredit-area .claimAllContainer .all-card-container .claim-all-card .card-bottom {
	display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
    font-size: 13px;
}

.freeCredit-area .claimAllContainer .all-card-container .claim-all-card .card-bottom hr {
	border-top: var(--freeCredit4_CLAIM_ALL_CARD_BOTTOM_HR);
    width: 86%;
    margin-top: 12px;
    margin-bottom: 12px;
}

.freeCredit-area .claimAllContainer .all-card-container .claim-all-card .card-bottom .more-info {
	color: var(--freeCredit4_CLAIM_ALL_CARD_BOTTOM_MORE_INFO_COLOR);
	font-weight: var(--MED_FONT_WEIGHT);
	text-decoration: underline;
	cursor: pointer;
	user-select: none;
}

.freeCredit-area .claimAllContainer .claim-btn {
    padding: 8px 18px;
    background: var(--freeCredit4_CLAIM_ALL_CARD_BOTTOM_CLAIM_BTN_BG);
    color: var(--freeCredit4_CLAIM_ALL_CARD_BOTTOM_CLAIM_BTN_COLOR);
    border-radius: var(--freeCredit4_CLAIM_ALL_CARD_BOTTOM_CLAIM_BTN_BORDER_RADIUS);
    border: var(--freeCredit4_CLAIM_ALL_CARD_BOTTOM_CLAIM_BTN_BORDER);
    font-size: var(--BUTTON_MED_FONT_SIZE);
    font-weight: var(--REG_FONT_WEIGHT);
    margin-bottom: 20px;
    user-select: none;
}

.freeCredit-area .claimAllContainer .claim-btn:active, 
.freeCredit-area .claimAllContainer .claim-btn:hover {
	filter: brightness(0.8);
}

.freeCredit-area .claimAllContainer .arrow {
    display: flex;
    align-items: center;
    color: var(--freeCredit4_CLAIM_ALL_ARROW_COLOR);
    font-size: 21px;
    cursor: pointer;
}

.freeCredit-area .claimAllContainer .arrow:active, 
.freeCredit-area .claimAllContainer .arrow:hover {
	color: var(--freeCredit4_CLAIM_ALL_ARROW_ACTIVE_HOVER_COLOR);
}

.freeCredit-area .claimAllContainer .arrow.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

.freeCredit-area .claimAllContainer .arrow.disabled:hover,
.freeCredit-area .claimAllContainer .arrow.disabled:active {
    color: var(--freeCredit4_CLAIM_ALL_ARROW_DISABLED_COLOR);
}

.freeCredit-area .claimAllContainer .arrow.disabled:hover i,
.freeCredit-area .claimAllContainer .arrow.disabled:active i {
    border: var(--freeCredit4_CLAIM_ALL_ARROW_DISABLED_ICON_BORDER);
	background: var(--freeCredit4_CLAIM_ALL_ARROW_DISABLED_ICON_BG);
}

.freeCredit-area .claimAllContainer .arrow i {
	border: var(--freeCredit4_CLAIM_ALL_ARROW_DISABLED_ICON_BORDER);
    border-radius: 50%;
    background: var(--freeCredit4_CLAIM_ALL_ARROW_DISABLED_ICON_BG);
}

.freeCredit-area .claimAllContainer .arrow:active i, 
.freeCredit-area .claimAllContainer .arrow:hover i {
	border: var(--freeCredit4_CLAIM_ALL_ARROW_ACTIVE_HOVER_ICON_BORDER);
	background: var(--freeCredit4_CLAIM_ALL_ARROW_ACTIVE_HOVER_ICON_BG);
}

.or-separator {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--freeCredit4_CLAIM_ALL_OR_SEPARATOR_TXT_COLOR);
    padding: 20px 0;
    font-size: 14px;
    width: 80%;
    margin: auto;
}

.or-separator .line {
    flex-grow: 1;
    height: 1px;
    background-color: var(--freeCredit4_CLAIM_ALL_OR_SEPARATOR_LINE_BG);
}

#angpowclaimmodal {
	top: 10%;
}

#angpowclaimmodal .modal-header {
	font-size: 16px;
	justify-content: center;
}

#angpowclaimmodal .modal-content {
	width: 80%;
    margin: auto;
    border-radius: var(--freeCredit4_CLAIM_ALL_MODAL_BORDER_RADIUS);
    color: var(--freeCredit4_CLAIM_ALL_MODAL_COLOR);
}

#angpowclaimmodal .claimList-wrapper .dstg-bonus-img {
	width: 100%;
    height: 340px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

#angpowclaimmodal .modal-content .claimList-wrapper .failed-img {
	width: 40%;
    display: flex;
    margin: auto;
    margin-bottom: 20px;
}

#angpowclaimmodal .modal-content .claimList-wrapper .collapsible {
	background-color: inherit;
	color: var(--freeCredit4_CLAIM_ALL_MODAL_SHOW_DETAILS_COLOR);
	cursor: pointer;
	padding: 8px;
	width: 100%;
	border: none;
	text-align: center;
	font-size: 13px;
	display: block;
	text-decoration: underline;
}

#angpowclaimmodal .modal-content .claimList-wrapper .error-msg-list {
	padding: 0 20px;
	height: 0;
	max-height: 120px;
	overflow: auto;
	transition: height 0.2s ease-out;
	background-color: var(--freeCredit4_CLAIM_ALL_MODAL_ERROR_LIST_BG);
	color: var(--freeCredit4_CLAIM_ALL_MODAL_ERROR_LIST_COLOR);
	text-align: left;
	align-content: center;
	border-radius: var(--freeCredit4_CLAIM_ALL_MODAL_ERROR_LIST_BORDER_RADIUS);
}

#angpowclaimmodal .modal-content .claimList-wrapper .error-msg-list p {
	margin-bottom: 3px;
}

#angpowclaimmodal .modal-content .claimList-wrapper .freeCreditBtn {
	text-align: center;
    margin-top: 30px;
}

#angpowclaimmodal .modal-content .claimList-wrapper .freeCreditBtn button {
	padding: 8px 40px;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 10px;
    border: none;
    color: var(--color2);
    background: #36a5d9;
}

#angpowclaimmodal .modal-content .claimList-wrapper .freeCreditBtn .freeCreditLater {
	background: var(--color4);
}

.red-text {
	color: var(--freeCredit4_CLAIM_ALL_MODAL_RED_TXT_COLOR);
}

.green-text {
	color: var(--freeCredit4_CLAIM_ALL_MODAL_GREEN_TXT_COLOR);
}

.grey-text {
	color: var(--freeCredit4_CLAIM_ALL_MODAL_GREY_TXT_COLOR);
}

.success-text {
	font-size: 15px;
	margin-bottom: 8px;
	text-shadow: var(--freeCredit4_CLAIM_ALL_MODAL_SUCCESS_TXT_SHADOW);
}

.failed-text {
	font-size: 15px;
	margin-bottom: 4px;
	text-shadow: var(--freeCredit4_CLAIM_ALL_MODAL_FAIL_TXT_SHADOW);
}

.loading-icon {
	display: none;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: var(--freeCredit4_CLAIM_ALL_LOADING_CONTAINER_BG);
    border-radius: var(--freeCredit4_CLAIM_ALL_LOADING_CONTAINER_BORDER_RADIUS);
    width: 16%;
}

.loading-icon .spinner {
    border: var(--freeCredit4_CLAIM_ALL_LOADING_SPINNER_BORDER);
    border-left-color: var(--freeCredit4_CLAIM_ALL_LOADING_SPINNER_BORDER_LEFT_COLOR);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.loading-icon .loadingMessage {
	font-weight: 700;
    text-shadow: var(--freeCredit4_CLAIM_ALL_LOADING_MSG_TXT_SHADOW);
    font-size: 14px;
    margin-top: 10px;
    color: var(--color2);
}