﻿.umbraco-forms-hidden {
  display: none !important;
}

.field-validation-error {
  color: #c21e39;
}

.form-control {
  padding: 1rem;
  border: 1px solid #cacaca !important;
}

.form-select {
  display: inline-block;
  padding: 1rem 16px;
}

.form-label {
  font-weight: 600;
  font-size: 16px;
}

label {
  font-weight: 600;
  font-size: 16px;
}

.mandatory > label::after {
  content: " *";
  color: red;
}

.titleanddescription .form-control {
  padding: 0 !important;
  border: none !important;
}

.btn {
  padding: 1rem 1.5rem;
}

.btn-blue {
  color: white !important;
  height: 60px;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-blue:hover {
  background-color: #008C95;
}

.h-tag {
  font-weight: 700;
  margin-bottom: 1.75rem;
  color: #004B87;
}

.btn-light-blue {
  float: left;
  background-color: #1b80c4;
  color: white !important;
  border-radius: var(--bs-border-radius);
  height: 60px;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-light-blue:hover {
  background-color: #004B87;
}

.read-on {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
