body {
  background-color: #f5f5f5;
  font-size: 18px;
}
body, select,option, button {
  font-family:'El Messiri';
  font-size: 22px;
  font-weight: bold;
}
.container1 {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
select {
  width: 80%;
  text-align: center
}
h1 {
  font-size: 20px;
  text-align: center;
}
.new {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}
.new2 {
  width: 50%;
}
.main {
  background: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  padding: 15px;
}
#total {
  color: #cd153f;
}
#total2 {
  color: #cd153f;
}
#total4 {
  color: #cd153f;
}
.mark {
  background-color: #f7fc82;
  padding: 0px 15px;
  width: 50%;
}
.share-whatsapp {
  display: block;
  background: #25D366;
  color: #fff;
  padding: 12px;
  text-align: center;
  margin: 0 auto;
  border-radius: 8px;
  font-size: 18px;
  font-family: 'El Messiri';
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  transition: .2s;
}
.box2 {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin: auto;
  width: 90%;
  text-align: center;
  font-size: 16px;
}
.custom-select-container {
  position: relative !important;
  width: 100% !important;
  font-family: 'El Messiri', sans-serif;
  direction: rtl !important;
  margin-top: 5px;
  text-align: right;
  box-sizing: border-box;
}
.custom-select-trigger {
  width: 96% !important;
  background: #ffffff !important;
  border: 1px solid #ccc !important;
  padding: 10px 15px !important;
  border-radius: 6px !important;
  cursor: pointer;
  font-size: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 45px !important;
  box-sizing: border-box;
}
.custom-select-trigger::after {
  content: '▼';
  font-size: 10px;
  color: #666;
  margin-right: 10px;
}
.custom-options-container {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: #ffffff !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  margin-top: 4px !important;
  max-height: 180px !important;
  overflow-y: auto !important;
  z-index: 99999 !important;
  display: none !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}
.custom-options-container.open {
  display: block !important;
}
.custom-option {
  padding: 10px 15px !important;
  cursor: pointer !important;
  text-align: right !important;
  font-size: 15px !important;
  transition: background 0.2s;
  border-bottom: 1px solid #f9f9f9 !important;
  color: #333 !important;
  width: 100% !important;
  box-sizing: border-box;
}
.custom-option:last-child {
  border-bottom: none !important;
}
.custom-option:hover {
  background: #f5f7f8 !important;
  color: #00BCD4 !important;
}
@media (max-width: 480px) {
  .mark {
    background-color: #f7fc82;
    padding: 0px 15px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .new {
    display: block !important;
    width: 95% !important;
    margin: 0 auto !important;
    padding: 10px 0;
  }
  .new2 {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    margin-bottom: 20px !important;
    height: auto !important;
  }
  .new2 p {
    font-size: 15px !important;
    margin: 0 0 5px 0 !important;
    text-align: right !important;
    font-weight: bold !important;
    display: block !important;
  }
  .custom-select-container {
    width: 100% !important;
  }
}