body {
  font-family: Arial, sans-serif;
  background-color: #f5f8fa;
  margin: 0;
  padding: 0;
  background-image: url('../assets/sky.jpg');
}

.container {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  text-align: center;
  color: #1da1f2;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

input[type="text"],
input[type="number"],
input[type="date"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccd0d5;
  border-radius: 5px;
  box-sizing: border-box;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  line-height: 1.5;
}

button {
  padding: 10px 20px;
  background-color: #1da1f2;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.result {
  margin-top: 20px;
  border-top: 1px solid #ccd0d5;
  padding-top: 20px;
}

.result p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

#allNumbers {
  margin: 0 0 20px 0;

  >span {
    padding: 5px;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 10px;
  }
}

.c1,
.c10,
.c19,
.c28 {
  border-color: #f44336 !important;
}

.c2,
.c20 {
  border-color: #ff9800 !important;
}

.c3,
.c12,
.c21,
.c30 {
  border-color: #ffeb3b !important;
}

.c4,
.c13,
.c31 {
  border-color: #4caf50 !important;
}

.c5,
.c14,
.c23 {
  border-color: #48d1cc !important;
}

.c6,
.c15,
.c24 {
  border-color: #2196f3 !important;
}

.c7,
.c16,
.c25 {
  border-color: #6a0dad !important;
}

.c8,
.c17,
.c26 {
  border-color: #d000d0 !important;
}

.c9,
.c18,
.c27 {
  border-color: #ffc107 !important;
}

.c11,
.c29 {
  border-color: #9c27b0 !important;
}

.c22 {
  border-color: #3f51b5 !important;
}

.k1,
.k10,
.k19,
.k28 {
  border-bottom-color: #f44336 !important;
}

.k2,
.k20 {
  border-bottom-color: #ff9800 !important;
}

.k3,
.k12,
.k21,
.k30 {
  border-bottom-color: #ffeb3b !important;
}

.k4,
.k13,
.k31 {
  border-bottom-color: #4caf50 !important;
}

.k5,
.k14,
.k23 {
  border-bottom-color: #48d1cc !important;
}

.k6,
.k15,
.k24 {
  border-bottom-color: #2196f3 !important;
}

.k7,
.k16,
.k25 {
  border-bottom-color: #6a0dad !important;
}

.k8,
.k17,
.k26 {
  border-bottom-color: #d000d0 !important;
}

.k9,
.k18,
.k27 {
  border-bottom-color: #ffc107 !important;
}

.k11,
.k29 {
  border-bottom-color: #9c27b0 !important;
}

.k22 {
  border-bottom-color: #3f51b5 !important;
}

.t100 {
  border-left-color: #000fff !important;
  border-right-color: #000fff !important;
  border-bottom-color: #000fff !important;
  border-top-color: #000fff !important;
  color: red;


}

.num {
  display: inline-block;
  border: 4px solid grey;
  background-color: white;
  line-height: 18px;
  height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 50%;
}



/* Basic styles for the modal */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  /* Black background with opacity */
}

/* Modal content */
.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 700px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

/* Bullet points */
.bullet-points {
  list-style-type: disc;
  padding-left: 20px;
}

/* Style the form group */
.form-group {
  margin-bottom: 15px;
}

/* Style the date of birth row */
.dob-row {
  display: flex;
  flex-wrap: wrap;
  /* Allow items to wrap to the next line */
}

/* Style the label for the date of birth */
.dob-row label {
  margin-right: 10px;
  flex: 0 0 100%;
  /* Set label to full width on small screens */
}

/* Style the select elements */
/*select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: calc(33.33% - 10px); 
  font-size: 16px;
  margin-right: 10px;
}


select:last-child {
  margin-right: 0;
}


@media screen and (max-width: 768px) {
  .dob-row label {
    flex: 0 0 100%; 
    margin-bottom: 5px; 
  }

  select {
    width: 100%;
    margin-right: 0; 
    margin-bottom: 10px; 
  }
}*/


/* Style the select element */
select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}

/* Style the options within the select element */
select option {
  padding: 8px;
}

/* Style for beautiful hyperlink */
.beautiful-link {
  color: #ff6600;
  /* Set link color */
  text-decoration: none;
  /* Remove underline */
  transition: color 0.3s ease;
  /* Smooth color transition on hover */
}

.beautiful-link:hover {
  color: #0056b3;
  /* Change color on hover */
}

.profile-container {
  width: 300px;
  /* Adjust container width as needed */
  height: 200px;
  /* Adjust container height as needed */
  display: flex;
  justify-content: space-between;
  /* Align items with space between */
  align-items: center;
  /* Center vertically */
  border: 1px solid #ccc;
  /* Optional: Add a border for better visualization */
}

.profile-picture-container {
  display: flex;
  align-items: center;
  /* Center vertically */
}

.profile-picture {
  width: 100px;
  /* Adjust profile picture size as needed */
  height: 100px;
  /* Adjust profile picture size as needed */
  border-radius: 50%;
  /* Make the image round */
  object-fit: cover;
  /* Ensure the image fills the container without stretching */
}

.logout-link {
  margin-right: 10px;
  /* Adjust margin as needed */
}

.payment-instructions {
  border: 2px solid #ffcc00;
  /* Yellow border */
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff9e5;
  /* Light yellow background */
  border-radius: 5px;
}

.payment-instructions h2 {
  color: #333;
  /* Dark text color */
}

.payment-instructions p {
  margin: 10px 0;
}

.payment-instructions strong {
  color: #ff6600;
  /* Orange text color */
}

.payment-instructions em {
  font-style: italic;
  color: #cc0000;
  /* Red text color */
}



/* Custom CSS for Coupon Code input */
#coupon-code-input {
  width: calc(100% - 120px);
  /* Adjust width as needed */
  margin-right: 10px;
  /* Adjust margin as needed */
  padding: 10px;
  /* Adjust padding as needed */
  border: 1px solid #ccc;
  /* Adjust border properties as needed */
  border-radius: 5px;
  /* Adjust border radius as needed */
}

/* Custom CSS for Apply Coupon button */
#apply-coupon-button {
  width: 120px;
  /* Adjust width as needed */
  padding: 10px;
  /* Adjust padding as needed */
  border: none;
  border-radius: 5px;
  /* Adjust border radius as needed */
  background-color: #007bff;
  /* Adjust background color as needed */
  color: #fff;
  /* Adjust text color as needed */
  cursor: pointer;
}

/* Clearfix to ensure both elements are in the same row */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* WRAPPER */
#wrapper {
  background: $(
    posts.background.color
  );
max-width: 1000px;
margin: 0 auto;
padding: 70px 30px 30px;
overflow: unset;
}

/* Share button Ala Igniplex */
.faizalltmShare {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #f9f9f9;
  margin-top: 30px;
  padding: 10px 0 0;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  z-index: 1
}

.faizalltmShare svg {
  width: 17px;
  height: 17px;
  vertical-align: -4px
}

.faizalltmShare svg path {
  fill: #757575;
  transition: all .3s ease
}

.faizalltmShare .total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #009688;
  padding: 10px 0;
  border-top: 3px solid #009688;
  cursor: not-allowed
}

.faizalltmShare .total i {
  font-style: normal;
  white-space: nowrap
}

.faizalltmShare .total svg {
  margin-right: 15px
}

.faizalltmShare .total svg path {
  fill: #009688
}

.faizalltmShare a {
  width: 100%;
  padding: 10px 0;
  border-top-width: 3px;
  border-top-style: solid;
  text-align: center;
  box-shadow: none;
  transition: all .3s ease
}

.faizalltmShare a:hover svg path {
  fill: #fff !important
}

.faizalltmShare a.facebook {
  border-color: #3a579a
}

.faizalltmShare a.facebook:hover {
  background-color: #3a579a
}

.faizalltmShare a.facebook svg path {
  fill: #3a579a
}

.faizalltmShare a.twitter {
  border-color: #00abf0
}

.faizalltmShare a.twitter:hover {
  background-color: #00abf0
}

.jejakpintarShare a.twitter svg path {
  fill: #00abf0
}

.faizalltmShare a.pinterest {
  border-color: #cd1c1f
}

.faizalltmShare a.pinterest:hover {
  background-color: #cd1c1f
}

.faizalltmShare a.pinterest svg path {
  fill: #cd1c1f
}

.faizalltmShare a.linkedin {
  border-color: #2554BF
}

.faizalltmShare a.linkedin:hover {
  background-color: #2554BF
}

.faizalltmShare a.linkedin svg path {
  fill: #2554BF
}

.faizalltmShare a.tumblr {
  border-color: #314358
}

.faizalltmShare a.tumblr:hover {
  background-color: #314358
}

.faizalltmShare a.tumblr svg path {
  fill: #314358
}

.faizalltmShare a.whatsapp {
  border-color: #4dc247
}

.faizalltmShare a.whatsapp:hover {
  background-color: #4dc247
}

.faizalltmShare a.whatsapp svg path {
  fill: #4dc247
}

.faizalltmShare a.messenger {
  border-color: #448AFF
}

.faizalltmShare a.messenger:hover {
  background-color: #448AFF
}

.faizalltmShare a.messenger svg path {
  fill: #448AFF
}

.faizalltmShare a.telegram {
  border-color: #448AFF
}

.faizalltmShare a.telegram:hover {
  background-color: #4B97D1
}

.faizalltmShare a.telegram svg path {
  fill: #54A9EB
}

.faizalltmShare a.gmail {
  border-color: #d93025
}

.faizalltmShare a.gmail:hover {
  background-color: #d93025
}

.faizalltmShare a.gmail svg path {
  fill: #d93025
}

.faizalltmShare a.line {
  border-color: #25D366
}

.faizalltmShare a.line:hover {
  background-color: #25D366
}

.faizalltmShare a.line svg path {
  fill: #25D366
}

@media only screen and (max-width:480px) {
  .faizalltmShare .total {
    display: block;
    text-align: center
  }

  .faizalltmShare .total svg {
    margin-right: 0
  }

  .faizalltmShare .total i {
    display: none
  }
}