﻿@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
/* Modal styles */
.modal {
  display: none; /* Initially hidden */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
/* Modal content box */
.open-modal-btn {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #337344;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.open-modal-btn:hover {
  background-color: #337344;
}

/* Modal styles */
.modal {
  display: none; /* Initially hidden */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal content box */
.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #333;
  width: 50%;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close button styling */
.close-btn {
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.close-btn:hover {
  color: #f00;
}

/* Label and data styling */
.form-group {
  margin-bottom: 15px;
}
.label {
  font-weight: bold;
  display: block;
  color: #005350 !important;
  margin-bottom: 5px;
  font-size: 15px !important;
}
.data {
  font-size: 16px;
  color: #333;
}

