/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.openMIModal {
color: #fff;
  margin: 10px auto 10px auto;
/*
  border-radius: 5px;
*/
  background-color: #82027e;
  
}
/* The Modal (background) */
.miModalBuyModule {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.miModalBuyModule .modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
  max-width: 500px;
  text-align: center;
}
.miModalBuyModule .modal-content h4 {
  margin-top: -20px;
}

/* The Close Button */
.miModalBuyModule .close {
  color: #aaa;
  text-align: right;
  display: block;
  font-size: 28px;
  font-weight: bold;
}

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

/* Hide the radio button but keep it functional */
.miModalBuyModule input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Style labels to look clickable */
.miModalBuyModule label {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #82027e;
  display: inline-block;
	margin: 10px auto 10px auto;
  border-radius: 5px;
  position: relative; /* Ensure label text is clickable over the input */
  width: 90%;
  color: #000 !important;
}

/* Change the label appearance when the radio button is checked */
.miModalBuyModule input[type="radio"]:checked + label {
  
  background-color: #82027e29;
  border-color: #82027e;
}
.miModalBuyModule label.miBuyActive {
  background-color: #82027e29;
  border-color: #82027e; 
}
.miBuyNowButton {
	color: #fff;
	width: 90%;
	  margin: 10px auto 10px auto;
  border-radius: 5px;
}
.miModalBuyModuleDescription {
	text-align: left;
	font-size: 110%;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.miModalBuyModuleDescription strong {
	margin-top: 8px;
}
.miModalBuyModuleDescription ul {
    list-style: none;
    padding-left: 0;
    margin-top: 12px;
}
.miModalBuyModuleDescription li {
    position: relative;
    padding-left: 35px; /* Increase padding to accommodate the circle */
    margin-bottom: 24px;
    line-height: 24px; /* Adjust line height to vertically center the checkmark in the circle */
    color: #000;
}
.miModalBuyModuleDescription li::before {
    content: '\2713'; /* Unicode character for checkmark */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* Center the checkmark vertically */
    width: 24px;
    height: 24px;
    line-height: 24px; /* Align the checkmark inside the circle */
    text-align: center;
    border-radius: 50%; /* Makes the background a circle */
    background-color: #82027e; /* The color of the circle */
    color: white; /* Color of the checkmark */
    font-size: 14px; /* Adjust the size of the checkmark if needed */
}




.mi-sticky-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #82027e;
    color: white;
    text-align: center;
    padding: 10px 0;
    z-index: 999;
}
.mi-sticky-footer button {
    padding: 5px 20px;
    margin: 0 5px;
    background-color: #82027e;
    color: white;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 5px;
}

.mi-sticky-footer #footerJoinNowBtn {
	background-color: #fff;
	color: #000;
}
.stickyFooterDescription {
font-weight: bold;
margin-bottom: 8px;
}
.mi-sticky-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
}
#joinnowbutton {
    background-color: #fff;
    color: #000;
}