.shp-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.shp-modal-content {
	background: #fff;
	padding: 25px;
	border-radius: 6px;
	max-width: 700px;
	width: 100%;
	position: relative;
	border: 2px solid #d3b574;
}

.shp-close {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	font-size: 22px;
}

.shp-field {
	margin-bottom: 15px;
}

.shp-field input,
.shp-field textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.above-not-rq {
    display: flex;
    gap: 10px;
}
.above-not-rq .shp-field{
    width: calc(50% - 5px);
}
.shp-modal-content .email-status.success, 
.shp-modal-content .email-status.sending {
    text-align: center;
    border: 1px solid #d3b574;
    background: rgba(211, 181, 116, 0.1);
    color: #000;
    line-height: normal;
    padding: 10px;
    margin-top: 20px;
}  
.shp-modal-content .email-status.error {
    text-align: center;
    border: 1px solid #CA3C08;
    background: rgba(202, 60, 8, 0.1);
    color: #000;
    line-height: normal;
    padding: 10px;
    margin-top: 20px;
} 

@media(max-width:600px) {

	.shp-modal-content{
		max-width:95%;
		padding:18px;
	}

}
.actions-row{
    display: flex;
    gap: 10px;
}
.shp-data-history table {
    width: 100%;
}
.table_responsive {
    overflow-x: auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
} 
.table_responsive table thead {
    background: #7a7676;
    color: #fff;
}
.table_responsive table thead tr th:last-child, .table_responsive table tbody tr td:last-child {
    text-align: center;
    justify-content: center;
}
.table_responsive table thead tr th { line-height: normal; }
.table_responsive table tbody tr.odd {
    background-color: #fff;
}
.table_responsive table tbody tr.even {
    background-color: #f1f1f1;
}
.table_responsive table tbody tr td {
    border-color: #eee;
    border-top: none;
    border-bottom: none;
}
.table_responsive table tbody tr {
    border-color: #eee;
    border-bottom: none;
    border-top: none;
}
.shp-communications .paging_simple_numbers>span, .shp-data-history .paging_simple_numbers>span {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
}
.shp-communications .paging_simple_numbers>span a.paginate_button, 
.shp-data-history .paging_simple_numbers>span a.paginate_button {
    max-width: 45px !important;
    height: 45px;
    width: 100% !important;
    display: inline-flex;
    flex-direction: column;
    padding: 10px;
    flex: 0 0 48px;
    background-color: #7a7676;
    color: #fff !important;
    transition: 0.5s;
	justify-content: center;
}
.shp-communications .paging_simple_numbers>span a.paginate_button.current, 
.shp-data-history .paging_simple_numbers>span a.paginate_button.current  {
    background-color: #000000;
	color: #fff !important;
}
.shp-communications button.button.bulk-email, .shp-communications button.button.bulk-sms, 
.shp-data-history button.button.bulk-email, .shp-data-history button.button.bulk-sms {
    background: #d3b574;
    border: none;
    color: #fff;
    min-height: 45px;
}
.table_responsive table tbody tr td:last-child button.button {
    background: #d3b574;
    color: #fff;
    border: none;
    min-height: 35px;
    padding: 10px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.members-main-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.sms-counter-box {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    background: rgba(211, 181, 116, 0.3);
    color: #000;
    padding: 0 15px;
    border: 1px solid #d3b574;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.sms-value-container {
    line-height: normal;
}
.shp-modal-content form#emailForm input, 
.shp-modal-content form#emailForm textarea {
    min-height: 45px;
    padding: 5px 10px;
    border-radius: 0;
    border-color: #eee;
}
.shp-modal-content form#emailForm button.button.button-primary {
    min-height: 45px;
    background-color: #d3b574;
    border: none;
    color: #fff;
    line-height: normal;
    padding: 0 20px;
    transition: 0.5s;
} 
.shp-modal-content form#emailForm button.button.button-primary:hover {
    background-color: #000;
    color: #fff;
}
.shp-modal-content span.shp-close {
    max-width: 35px;
    height: 35px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3b574;
    font-size: 26px;
    background: rgba(211, 181, 116, 0.15);
}

@media only screen and (max-width:991px){
.sms-counter-box {
    color: #000;
    padding: 10px 15px;
    width: 100%;
    max-width: 220px;
}
.members-main-block {
    flex-wrap: wrap;
}
}
@media only screen and (max-width:767px){
.page-id-93445 .elementor-element-3c88a48.elementor-widget-image[data-id="3c88a48"] .elementor-widget-container {
    padding: 0;
}
} 


@media only screen and (max-width:640px){
	
.shp-communications .dataTables_length, .shp-data-history .dataTables_length {
    float: left;
    width: 100%;
    text-align: left;
}
.shp-communications .dataTables_filter, .shp-data-history .dataTables_filter {
    text-align: right;
}

.eael-advance-tabs .eael-tabs-content>div.active {
    padding: 1em 0;
}
div#email-and-sms-tab {
    padding-left: 0;
    padding-right: 0;
}
div#history-tab {
    padding-left: 0;
    padding-right: 0;
}
.bulk-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}	
}	
@media only screen and (max-width:575px){
.members-main-block {
    flex-direction: column;
}
.sms-counter-box {
    margin-bottom: 20px;
}
}
.sms-counter-box {
    position: relative; /* Required for absolute positioning of child */
    padding-right: 120px; /* Make room so the button doesn't overlap text */
}

.add-sms-btn {
    position: absolute;
    top: 5px;
    right: 4px;
    background-color: #0073aa;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    transition: background 0.2s ease;
}

.add-sms-btn:hover {
    background-color: #005177;
    color: #fff;
}


.shp-modal-content h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #002b5c; 
    font-size: 24px;
}

/* Radio Option Grid */
#sms-variation-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.variation-radio {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border: 2px solid #eee;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.variation-radio:hover {
    border-color: #d1d1d1;
    background-color: #f9f9f9;
}

/* Hide default radio circle */
.variation-radio input[type="radio"] {
    margin-right: 15px;
    transform: scale(1.2);
    accent-color: #002b5c; /* Modern browser support for color */
}


/* Text Styling inside labels */
.variation-title {
    font-weight: 700;
    color: #333;
    flex-grow: 1;
}

.variation-price {
    color: #002b5c;
    font-weight: bold;
}

/* Remove the dash if you kept it in HTML, 
   or style it specifically */
.variation-price ins {
    text-decoration: none;
}

/* Submit Button */
#buy-now-submit {
    margin-top: 15px;
    width: 100%;
    padding: 15px;
    background-color: #002b5c;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.2s;
}

#buy-now-submit:hover {
    opacity: 0.9;
}

.variation-radio:has(input:checked) {
    border-color: #002b5c;
    background-color: #f0f4f8;
    box-shadow: 0 4px 8px rgba(0, 43, 92, 0.1);
}

.variation-radio input[type="radio"]:checked {
    accent-color: #002b5c;
}

.variation-radio:has(input:checked) .variation-title {
    color: #002b5c;
}



/*Checkout */


.woocommerce-checkout .content-area.section-padding{
padding: 60px 0px;
}

.woocommerce-checkout .fix {
    overflow: hidden;
    max-width: 600px;
    margin: auto;
}


.woocommerce-checkout .woocommerce {
    border: 1px solid #e2d9d9;
    padding: 32px;
    border-radius: 15px;
   background: #f1eaea82;
}


#wc-stripe-express-checkout-element,
#wc-stripe-express-checkout-button-separator {
  display: none !important;
}


.woocommerce-checkout .col2-set {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  width: 100%;
  float: none;
}

/* Labels */
.woocommerce-checkout label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  display: block;
}

/* Input fields */
.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #f9f9f9;
}

/* Focus effect */
.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus {
  border-color: #0f2b46;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(15, 43, 70, 0.1);
}

.woocommerce-checkout #payment div.form-row {
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
.woocommerce-checkout .woocommerce-SavedPaymentMethods {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.woocommerce-checkout .woocommerce-SavedPaymentMethods li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

.woocommerce-checkout .place_order{
   width:100%;
}


.woocommerce-checkout .checkout_coupon {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.woocommerce-checkout .checkout_coupon .form-row {
    float: none !important;
    width: 70% !important;
    margin: 0 !important;
}


.woocommerce-checkout .checkout_coupon input.input-text {
    flex: 1;
    height: 44px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.woocommerce-checkout  .checkout_coupon button.button {
    height: 44px;
    padding: 0 18px;
    white-space: nowrap;
    border-radius: 8px;
  
}
.woocommerce-checkout .checkout_coupon .form-row-last {
    display: flex;
    align-items: center;
	width: 30% !important;
}
