  .author-link {
    font-size: 12px;
    background-color: #dd602d;
    border-width: 4px!important;
    border-color: #dd602d;
    border-radius: 10px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    padding: 4px;
}
.game-link {
	float:right;
	padding-right:38px;
}
.split-div {
	float:right;
	padding-right: 2px;
}
.share-div {
	float:right;
	padding-left: 2px;
}
.split-link {
	font-size: 14px;
    background-color: #0B6623;
    border-width: 4px!important;
    border-color: #dd602d;
    border-radius: 10px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    padding: 4px 10px;
    display: inline-block;
}
.share-link {
	font-size: 7px;
    background-color: #367588;
    border-width: 4px!important;
    border-color: #dd602d;
    border-radius: 10px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    padding: 4px;
}
#myModal {
	margin-top: 90px;
}

.ui-dialog-content {
    overflow: unset !important;   
}

.shareLinkcls:hover {
    cursor: pointer;
}

.share_link_brdr {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0px 0px 0px 5px !important;
	position: relative;
}

/* 30-Jan-2024 */
/* for loader on split items and share link acitons */
@keyframes slidedown {
	from {top: -10px;}
	to {top: 100px;}
}

/* For scroller on the order detail page */
.main_order_detail_content {
	overflow-x: auto;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.main_order_detail_content::-webkit-scrollbar {
	width: 12px;
}

.main_order_detail_content::-webkit-scrollbar-track {
	/* background: #dd602d; */
	border-radius: 10px;
	box-shadow: inset 0 0 5px #dd602d;
}

.main_order_detail_content::-webkit-scrollbar-thumb {
	background-color: #3bb76a;
	border-radius: 10px;
	/* border: 3px solid #dd602d; */
}
::-webkit-scrollbar-thumb:hover {
	background: #24864a; 
}

@media (max-width: 570px){
	.dsk-view-ordr-tbl {
		display: none !important;
	}
	.mbl-view-ordr-tbl {
		display: block !important;
	}

	.main_order_detail_content th {
		border: 1px solid #aaa8a8;
	}
	.main_order_detail_content td {
		border-left: 1px solid #eee;
		text-align: center;

	}
	.main_order_detail_content tbody {
		border: 1px solid #aaa8a8;
		border-top: 1px solid #aaa8a8 !important;
	}
	.main_order_detail_content tr td {
		padding: 6px 6px !important;
	}
	/* for extra borders in the table */
	.entry-content table:not(.variations) {
		border: none !important;
	}
	.entry-content tr td {
		border-top: 1px solid #aaa8a8 !important;
	}
}

@media (max-width: 570px) {
	.customAjaxLoader {
		top: 39.4% !important;
	}
	/*===============15-07-2024 new css =============================*/
	table.custmMobile-view {
	    width:100% !important;
	}
	table.custmMobile-view thead{
	    display:none;
	}
	table.custmMobile-view tr{
	            display: block;
        margin-bottom: 24px;
        border: 1px solid #c1c1c1;
        border-top: 0;
	}
	table.custmMobile-view tr td{
	    position:relative;
	    display: block;
	    text-align:right !important;
	}
	
	table.custmMobile-view tr td:nth-child(1)::before{
	    content: 'G-ID';
	    white-space: nowrap;
	    float:left;
	}
	table.custmMobile-view tr td:nth-child(2)::before{
	    content: 'Game Name';
	    white-space: nowrap;
	    float:left;
	}
	table.custmMobile-view tr td:nth-child(3)::before{
	    content: 'Date & Time';
	    white-space: nowrap;
	    float:left;
	}
	table.custmMobile-view tr td:nth-child(4)::before{
	    content: 'Day';
	    white-space: nowrap;
	    float:left;
	}
	table.custmMobile-view tr td:nth-child(5)::before{
	    content: 'No of Pages';
	    white-space: nowrap;
	    float:left;
	}
	table.custmMobile-view tr td:nth-child(6)::before{
	    content: 'Status';
	    white-space: nowrap;
	    float:left;
	}
	table.custmMobile-view tr td:nth-child(7)::before{
	    content: 'Winner List';
	    white-space: nowrap;
	    float:left;
	}
	body .ui-dialog{
	    width:90% !important;
	}
		/*===============15-07-2024 new css end =============================*/
}

/* for plp page qty css */
.input-text.custom_sso_qty.text {
    line-height: 1;
    background: none;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 35px;
    width: 45px;
    min-height: initial;
    min-width: initial;
    max-height: initial;
    max-width: initial;
    box-shadow: none;
    font-size: 15px;
    border-style: solid;
    border-color: #cac9c9;
    border-width: 1px 0;
    border-radius: 0;
}

.plp_qty_container.qib-container:not(#qib_id):not(#qib_id){
	top:11.5px !important;
	padding-right: 2px;
}

/* Custom model for no split items on order detail page */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-button {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

.modal-button:hover {
    background-color: #45a049;
}

/*.woocommerce-MyAccount-content{*/
/*     position:relative;*/
/*     left:45px;*/
/* }*/
/*     .col-sm-3 {*/
/*    border: 1px solid;*/
/*    border-radius: 15px;*/
/*}*/

.row.mb-3 {
    /*gap: 19px;*/
    margin-left:0px;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}
/*14-06-2024 new css */

.row {
   
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(1.5rem* -.5);
    margin-right: calc(1.5rem* -.5);
    margin-top: calc(0rem* -1);
}
.img-boxdash{
    width:33.33333333%;
    text-align:center;
    /*padding-left:12px;*/
    /*padding-right:12px;*/
}
.custmCard-Content{
    width: 66.66666667%;
    padding-left:12px;
    /*padding-right:12px;*/
}
.custmTopCard .content-area{
    padding: 1rem;
    border: 1px solid;
    border-radius: 15px;
    height:100%;
}
.custm-mb3{
    margin-bottom: 1rem;
}
.custmCard-Content p{
    line-height: normal;
}
.woocommerce .img-boxdash img{
    height: 50px; 
    width: auto; 
    object-fit: contain;
    max-width:48px;
}
.table-headcustmFlex{
    display:flex;
    justify-content: space-between;
        padding: 0 10px;
        padding-bottom: 10px;
    border-bottom: 1px solid #c1c1c1;
}
.custmFull-w{
    width: 100%;
    padding:0 12px;
}
.table-contentCard{
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
}
.custmPl12{
    padding-left:12px;
   
}
.b-flex{
    display:flex;
}
.custmSeacrh-Label{
    font-size: 16px;
}
.table-contentCard .card-body h5{
    padding-bottom:0;
}
.custmSeacrh-Label{
    padding-right:10px;
}
.table-contentCard .woocommerce-orders-table tr th:nth-child(5){
    width:50px;
}
.woocommerce .table-contentCard table.my_account_orders td{
    padding: 10px 8px;
}
.table-contentCard .woocommerce-orders-table tr td:last-child{
    text-align:center;
}
.et_button_no_icon.woocommerce-page button.button.custmViewBtn:hover,
.et_button_no_icon.woocommerce-page button.button.custmViewBtn{
    padding: .1rem .5rem !important;
}

.modalGameDetails{
    margin-bottom:15px;
}
.loaderImg{
    transform: translate(-50%, -50%); 
    height: 146px !important;
    position: fixed;
    top: 50%; 
    left:50%;
    z-index: 100000; 
    display: flex;
    align-items: center; 
}
.ui-dialog-buttonset .ui-button{
    background:#dd602d !important;
  
  color: #fff !important;
}
.ui-dialog-buttonset .ui-button:hover{
    background:#48BC74 !important;
    color:#fff !important;
}
.woocommerce table.shop_table .custmNo-btn td{
    line-height:1.6rem;
}
.custmTopCard .col-sm-3{
    padding-left: 12px;
        padding-right: 12px;
        flex: 0 0 auto;
        width: 20%;
}
.woocommerce table.shop_table .custmNo-btn td.win-count{
    text-align:left;
}
.col-sm-12.custmCard-Content{
    width:100%;
    padding: 0 6px;
}
#customer_game_details_wrapper tr th{
    font-size:14.6px;
    line-height: normal;
    color:#555;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}#customer_game_details_wrapper .dataTable thead tr th:nth-child(1),
#customer_game_details_wrapper .dataTable thead tr th:nth-child(2),
#customer_game_details_wrapper .dataTable thead tr th:nth-child(3){
    min-width:120px;
}
#customer_game_details_wrapper .dataTable tbody tr td:nth-child(3){
    white-space:nowrap;
}
.table-contentCard .dataTables_filter{
    margin-bottom: 15px;
}
.table-contentCard table thead tr th{
    font-size:14.6px;
    line-height: normal;
    color:#555;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}
/*15-07-2024 new css*/
a.back-button.custmContu-btn{
	background-color:#f15822 !important;
	color:#fff !important;
	border-radius:6px !important;
	border-color:#f15822 !important;
}
a.back-button.custmContu-btn:hover{
	background-color:#48bc74 !important;
	border-color:#48bc74 !important;
}

.popupModel {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        height: 25%;
        width : 20%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 20px;
        border: 1px solid black;
        z-index: 1000;
    }
    
    /* Popup CSS */
.share-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.share-popup-content {
    position: relative;
    text-align: center;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
}

#player-table {
    width: 100%;
    border-collapse: collapse;
}

#player-table th, #player-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.popup-buttons {
    margin-top: 20px;
}

.button {
    background-color: #3bb76a;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin: 5px;
    border-radius: 5px;
}

.cancel-button {
    background-color: #ccc;
}

.button:hover {
    background-color: #34a853;
}



/*30-7-2024 new css */
.customShare-popup{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    background: #00000038;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.customShare-popup .share-popup{
    display:block;
    overflow: unset;
    max-height: unset;
}
.custmSplit-table{
    overflow-y:auto;
    max-height:calc(100vh - 390px);
}
.custmNum-w-split{
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    width: 100%;
    max-width: 200px;
    min-height: 22px;
    text-align:center;
}
.custmNum-w-split::-webkit-outer-spin-button,
.custmNum-w-split::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 768px) {
    .custmTopCard .col-sm-3 {
        flex: 0 0 auto;
        width: 33%;
        
    }
}  


@media (max-width: 576px) {
    .custmTopCard .col-sm-3 {
        flex: 0 0 auto;
        width: 50%;
    }
    .share-popup{
        max-width:90%;
    }
}

/*disabled order view button after 5 days of game date time*/
.disabled-view-button {
    background-color: rgb(24, 23, 23) !important; 
    color: #666666 !important;           
    pointer-events: none !important;                  
    cursor: not-allowed !important;        
    opacity: 0.6 !important;                          
}

/*18-10-2024 new css*/

.ui-dialog.share_purchaser_modal {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}
.ui-dialog.share_purchaser_modal .ui-dialog-titlebar-close{
    top:7px !important;
}
.ui-dialog.share_purchaser_modal .ui-dialog-titlebar-close:focus{
    box-shadow:unset !important;
}
.ui-dialog.share_purchaser_modal .ui-widget-content .mb-3 input{
    width:100% !important;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    min-height: 34px;
    text-align: left;
    margin-bottom:14px;
}
.ui-dialog.share_purchaser_modal .ui-widget-content .mb-3 input::placeholder{
    position:relative;
    top:1px;
    left:3px;
    color:#949494;
}
.ui-dialog.share_purchaser_modal .modal-footer input[type='button']{
    padding: 3px 10px !important;
    font-size: 14px;
    background-color: #dd602d !important;
    border-width: 4px !important;
    border-color: #dd602d;
    border-radius: 10px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
        height: 34px !important;
    width: auto !important;
}
.ui-dialog.share_purchaser_modal .modal-footer input[type='button']:hover{
    background-color:#3bb76a !important;
}
/*18-10-2024 new css end=====*/

.dsk-view-ordr-tbl tr td {
    padding: 6px 7px !important;
}

.dsk-view-ordr-tbl .button {
	margin :0px !important;
	text-transform : capitalize !important;
}

.mbl-view-ordr-tbl .button {
	margin :0px !important;
	text-transform : capitalize !important;
}
.share-buttons .button {
	text-transform : capitalize !important;
}
.custmBtn-Join{
	font-size:12px;
	white-space:nowrap;
	display:block;
	width:auto;
}	
.custmBtn-JoinPackage{
	font-size:12px;
	white-space:nowrap;
	display:block;
	width:auto;
	text-align : right;
}


body.woocommerce-page .share-buttons .custmBtnWidth{
    font-size: 15px;
    border-radius: 10px;
    margin: 0 5px !important;
    line-height: 1.2 !important;
}
	