/* Front End Css */
.wc-deal-list .wc-deal-action a,.wc-deal-list .wc-deal-action button{
	display: inline-block;
	padding: 5px 5px 0px;
}
.daily-deal-wrap input{
	width: 100%;
	display: inline-block;
	height: 40px;
	padding: 0px 10px;
}
.daily-deal-wrap select{
	display: inline-block;
	width: 100%;
	line-height: normal;
	height: 40px;
	padding: 0px 10px;
}

.daily-deal-wrap .options_group{
	margin-bottom: 25px;
}
.daily-deal-wrap label{
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;

}
.daily-deal-wrap .select2-container .select2-search--inline .select2-search__field{
	margin-top: 0px;
}
.daily-deal-wrap .select2-selection{
	line-height: normal;
}
.daily-deal-wrap input[type="submit"]{
	width: auto;
}

.notice-success{
	background: #1dbc62;
    padding: 10px 10px;
    margin-bottom: 12px;
    border-left: 5px solid #0b7d1e;
}

.notice p{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0px;
}
.notice-error {
	background: #bc1d2c;
    padding: 10px 10px;
    margin-bottom: 12px;
    border-left: 5px solid #7d0b0b;
}
.preorder-countdown {
	font-size: 14px;
	margin-top: 5px;
}
.preorder-countdown span {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.preorder-countdown-timer {
	font-size: 18px;
    background-color: #2293E8;
    padding: 3px 12px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
}
.preorder-timer-colon {
	font-size: 28px;
    position: relative;
    bottom: 12px;
    margin: 0 8px;
}

#main_container {
  width: 100%;
}



.wc-deal-action {
  display: flex;
  justify-content: space-between;
  padding: 1em 12px;
}
.action-btn {
  background: transparent;
  text-decoration: none !important;
  border: 1px solid #7f54b3;
  padding: 6px 12px;
  transition: all 0.5s;
}

.action-btn:hover {
  background: #7f54b3;
  color: #fff;
}

/* Form Customization */

.seller-deal-form .form-field.form-group {
  display: flex;
  flex-direction: column;
}

.seller-deal-form .submitter {
  margin-top: 40px;
}

#ui-datepicker-div{
  z-index: 9999 !important;
}


/* Seller Deal Template */

#seller_daily_deal_list_wrapper {
  border: 1px solid #ccc;
  padding: 20px 10px;
  border-radius: 0px 0px 3px 3px;
}

.action-control {
  background: #ccc;
  padding: 10px;
  border-radius: 3px 3px 0px 0px;
}

.action-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#mpdld-seller-apply-bulk {
  padding: 4px 25px;
}

#mpdld-seller-bulk-action {
  height: 36px;
}

#seller_daily_deal_list_filter {
  margin-bottom: 25px;
}