#flashify-edit-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; 
}
#flashify-edit-modal .modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin: 10%; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
}

.modal {
  display: none;
  position: fixed; 
  z-index: 1000001; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #fefefe;
	margin-top : 10%;
    margin-left : 40%;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

.close {
  margin-right: 5px;
  color: #aaa;
  float: right;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

.labeled_input_group {
	width:100%;
    margin-bottom: 20px;
    position: relative;
}


	
.labeled_input_group label {
    color: #555;
    pointer-events: none;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all 0.3s ease;
    padding: 0 5px;
}

.labeled_input_group input {
    width: 100%;
    padding: 15px 10px;
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: border-color 0.3s ease;
}

.next-tab {
	width:100%;
	Height:40px;
	font-size: 20px;
    background-color: #FF8200!important;
    color: #FFF;
    border-radius: 5px;
	border:none;
    cursor: pointer;
}

.next-tab:hover {
    background-color: #2C9261!important;
	color: #000;
}

p.product-price {
	margin: 5px 0; color: #5e6e83;			
}			
p.product-short-description {
	margin: 5px 0; color: #5e6e83;			
}			
.product-title {
		font-weight: bold; font-size: 18px;		
}			
#flashify-product-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}


.flashify-product-card {
    display: flex; 
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    border: 1px solid #15296B; 
    padding: 20px; 
    border-radius: 8px; 
    background-color: #f9fafb; 
    cursor: pointer; 
    align-items: flex-start; 
    gap: 15px; 
    flex-direction: row;
    margin-bottom: 20px; 
    margin-right: 20px; 
}

@media (max-width: 768px) {
    .flashify-product-card {
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
    }
}

.woocommerce-page.woocommerce-checkout form #order_review td.product-name, .woocommerce.woocommerce-checkout form #order_review td.product-name {
	font-weight: 800!important;
    display: block!important;
}
.woo
#flashify-product-cards .flashify-product-card:nth-child(3n) {
    margin-right: 0;
}
.product-details.loading .product-title,
.product-details.loading .product-subtitle,
.product-details.loading .product-price,
.product-details.loading .product-short-description {
    background-color: #e0e0e0;
    color: transparent;
    border-radius: 4px;
    animation: pulse 0.75s infinite;
}

.product-details.loading .product-title {
    height: 20px;
    margin-bottom: 10px;
    width: 80%;
}

.product-details.loading .product-subtitle {
    height: 16px;
    margin-bottom: 8px;
    width: 70%;
}

.product-details.loading .product-short-description {
    height: 16px;
    margin-bottom: 8px;
    width: 80%;
}
			
.product-details.loading .product-price {
    height: 14px;
    width: 40%;
}

@keyframes pulse {
    0% {
        background-color: #f0f0f0;
    }
    50% {
        background-color: #e0e0e0;
    }
    100% {
        background-color: #f0f0f0;
    }
}	

#manage-domains-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; 
}

#manage-domains-modal .modal-content {
    max-width: 500px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin: 10%; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
	width:30%;
	min-width:380px;
}

#domain-fields label {
    display: block;
    margin-bottom: 10px;
}

#domain-fields {
	max-height:80vh;
	overflow-y:scroll;
}