:root {
  --btn-bg-color: #3a5d6c;
  --btn-hover-bg-color: rgba(0, 0, 0, 0);
  --btn-text-color: #fff;
  --btn-hover-text-color: #000;
  --btn-border-color: #3a5d6c;
  --font-family: "Proxima Nova", sans-serif;
  --color-primary: #3a5d6c;
}

body {
  font-family: var(--font-family);
  font-size: 16px;
  .container {
    padding-right: 15px;
    padding-left: 15px;
    @media screen and (min-width: 768px) {
      padding-right: 0;
      padding-left: 0;
    }
  }
}
.btn.back-to-form{
  background-color: #d9534f;
  box-shadow: none;
  color: var(--btn-text-color);
  border-color: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25rem;
  font-family: var(--font-family);
  border: 2px solid transparent;
  padding: 10px 50px;
  height: 50px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn.ft-btn {
  background-color: var(--btn-bg-color);
  box-shadow: none;
  color: var(--btn-text-color);
  border-color: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25rem;
  font-family: var(--font-family);
  border: 2px solid transparent;
  padding: 10px 50px;
  height: 50px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.ft-btn:hover {
  background-color: var(--btn-hover-bg-color);
  box-shadow: none;
  color: var(--btn-hover-text-color);
  border-color: var(--btn-bg-color);
}

.ft-btn:active, .ft-btn:focus, .ft-btn:focus-visible {
  background-color: var(--btn-hover-bg-color);
  box-shadow: none;
  color: var(--btn-hover-text-color);
  border-color: var(--btn-bg-color);
}

.f-input {
  font-size: 16px;
  line-height: 1.25rem;
  font-weight: 400;
  color: #4a4a4a;
  border: 1px solid rgb(74, 74, 74);
  height: 48px;
  font-family: var(--font-family); /* Added font-family to input fields */
}

.has-error {
  color: #c00;
  border-color: #c00;
  -webkit-text-fill-color: #c00;
}

#header {
  border-bottom: 1px solid #cccccc; 
}

.jumbotron {
  border-radius: 12px; 
  margin-top: 15px;
}

@media screen and (min-width: 960px) {
  .p15 {
    padding: 15px; 
  } 
}

@media screen and (min-width: 960px) {
  .p30 {
    padding: 30px; 
  } 
}

@media screen and (min-width: 960px) {
  .p2 {
    padding: 2px; 
  } 
}

.pt15 {
  padding-top: 15px !important; 
}

.pb15 {
  padding-bottom: 15px !important; 
}

@media screen and (min-width: 960px) {
  .pl15 {
    padding-left: 15px !important; 
  } 
}

@media screen and (min-width: 960px) {
  .pr15 {
    padding-right: 15px !important; 
  } 
}

.pt30 {
  padding-top: 30px; 
}

.pb30 {
  padding-bottom: 30px; 
}

@media screen and (min-width: 960px) {
  .pl30 {
    padding-left: 30px; 
  } 
}

@media screen and (min-width: 960px) {
  .pr30 {
    padding-right: 30px; 
  } 
}

.mt15 {
  margin-top: 15px !important; 
}

.mb15 {
  margin-bottom: 15px !important; 
}

@media screen and (min-width: 960px) {
  .ml15 {
    margin-left: 15px !important; 
  } 
}

@media screen and (min-width: 960px) {
  .mr15 {
    margin-right: 15px !important; 
  } 
}

.mt-15 {
  margin-top: -15px; 
}

.mb-15 {
  margin-bottom: -15px; 
}

@media screen and (min-width: 960px) {
  .ml-15 {
    margin-left: -15px; 
  } 
}

@media screen and (min-width: 960px) {
  .mr-15 {
    margin-right: -15px; 
  } 
}

.mt-30 {
  margin-top: -30px !important; 
}

.mb-30 {
  margin-bottom: -30px !important; 
}

.mt-60 {
  margin-top: -60px; 
}


.mb30 {
  margin-bottom: 30px !important; 
}

@media screen and (min-width: 960px) {
  .ml30 {
    margin-left: 30px !important; 
  } 
}

@media screen and (min-width: 960px) {
  .mr30 {
    margin-right: 30px !important; 
  } 
}

.no-padding {
  padding: 0 !important; 
}

.no-underline {
  text-decoration: none; 
}

.no-margin {
  margin: 0 !important; 
}

.no-pl {
  padding-left: 0 !important; 
}

.no-pr {
  padding-right: 0 !important; 
}

.no-pt {
  padding-top: 0 !important; 
}

.no-pb {
  padding-bottom: 0 !important; 
}

.no-mt {
  margin-top: 0 !important; 
}

.no-mb {
  margin-bottom: 0 !important; 
}

.no-ml {
  margin-left: 0 !important; 
}

.no-mr {
  margin-right: 0 !important; 
}

.no-decoration {
  text-decoration: none !important; 
}
.label-input-checkbox {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  cursor: pointer;
  padding: 10px 0px;
  margin: 10px 0px;
  input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
  }
  
  span {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 120%;
    &::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0px;
      width: 20px;
      height: 20px;
      border: 2px solid #3a5d6c;
      border-radius: 4px;
      background: white;
    }

    &::after {
      content: '';
      position: absolute;
      left: 8px;
      top: 4px;
      width: 5px;
      height: 10px;
      border: solid #3a5d6c;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      opacity: 0; 
    }
  }

  input[type="checkbox"]:checked + span::after {
    opacity: 1;
  }
}

.ft-title{
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}

.ft-text{
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary);
}

