
.ws_entry_popup_co {position:fixed; top:0px; left:0px; width:100%; height:100%; opacity:0; visibility:hidden; display:flex !important; z-index:4; justify-content:center; align-items:center;}
.ws_entry_popup_co.active {visibility:visible; opacity:1;}
.ws_entry_popup_overlay {position:absolute; z-index:4; top:0px; left:0px; width:100%; height:100%; background:#000; opacity:0.5;}
.ws_entry_popup_inner {background:#fff; z-index:5; width:600px; max-width:calc(100% - 50px); padding:10px; height:calc(100% - 50px); overflow:auto; position:relative;}
.admin-bar .ws_entry_popup_inner {margin-top:32px;}
.ws_entry_popup_content {height:calc(100% - 70px); overflow:auto;}
.ws_entry_ticket_table tr td, .ws_entry_ticket_table tr th {padding:3px;}
.ws_entry_ticket_table tr td {text-align:center;}
.ws_entry_popup_inner h3 {margin-top:0px;}
.ws_entry_popup_co .ws_close_popup {position:absolute; width:30px; height:30px; display:flex; justify-content:center; align-items:center; right:0px; top:0px; background:#000; color:#fff; font-weight:700; font-size:20px; cursor:pointer;}



.ws_giveaway_item{
    display:block;
    padding:10px;
    border:1px solid #000;
    border-radius: 10px;
    margin-bottom: 10px;
}
.ws-giveaway-item {margin-bottom:50px; display:flex; flex-wrap:wrap; gap:30px; border:1px solid #000; padding:20px;}
.ws-giveaway-item .ws-giveaway-title {width:100%; margin-bottom:0px;}
.ws-giveaway-item .ws-giveaway-thumbnail {width:100%;}
.ws-giveaway-item-section h3 {margin-top:0px;}
.ws-giveaway-item-section p {margin-bottom:5px;}
.ws-giveaway-item-section:nth-child(2) {width:300px; max-width:100%;}
.ws-giveaway-item-section:nth-child(3) {width:300px; padding-left:20px;}
.ws_giveaway_prizes_list {display:flex; gap:20px; flex-wrap:wrap;}
.ws_giveaway_prize_item_frontend {display:flex; flex-wrap:wrap; gap:10px; width:100%;}
.ws_giveaway_prize_item_frontend .ws_giveaway_prize_image_frontend {width:100px; height:auto;}

.ywsbs-subscription-info-item .ywsbs-change-status-buttons-wrapper{
    display:none !important;
}

.ywsbs_subscription_disable_renewal{
  display:inline-block;
  background: #c0392b !important;
  color: #fff !important;
  padding:.618em 1em;
  cursor:pointer;
}
.ywsbs_subscription_disable_renewal[intend_status="no"]{
  background:#7acfd9 !important;
  color:#000 !Important;
}
.ywsbs_subscription_disable_renewal.loading{
  pointer-events:none;
  background:#999 !Important;;
cursor:progress;
}
.ywsbs_subscription_disable_renewal[intend_status="cancelled"]{
    background:transparent !important;
    color:#c0392b !important;
    pointer-events: none !important;
    padding:0px !important;
}

.ws_giveaway_winner_list {display:flex; flex-wrap:wrap; gap:20px;}
.ws_giveaway_winner_list .ws_giveaway_winner_thumb {width:calc(33.33% - 40px/3);}
.ws_giveaway_winner_thumb_img img {width:100%;}

