:root {
  --primary-color: #1cb9c8;
  --second-color: #1f77d8;
  --accent: ;
  --dark-color: #26272b;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding-left: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.s-padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.m-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-title-wrap {
  text-align: center;
  padding-bottom: 30px;
}

.section-title {
  font: 2.3rem;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 0;
}
input:focus,
button:focus {
  box-shadow: none !important;
}
.form-select:focus {
  box-shadow: none !important;
}
.required {
  color: red;
}

::placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 14px;
}
.sticky-action-btn {
  position: fixed;
  left: 0;
  bottom: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* .sticky-action-btn a img {
  border-radius: 50%;
} */

#quickForm .modal-content {
  background-color: transparent !important;
  border: none !important;
}
#quickForm .modal-header {
  border-bottom: none !important;
}
#quickForm .btn-close {
  background-color: #fff !important;
  opacity: 1 !important;
}
