@font-face {
  font-family: "HansenGrotesque";
  font-style: normal;
  font-weight: 400;
  src: local('HansenGrotesque Regular'), local('HansenGrotesque-Regular'), url(https://ik.imagekit.io/npdfebob7/fonts/HansenGrotesque-Regular.7c880d9a.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: "HansenGrotesque";
  font-style: normal;
  font-weight: 500;
  src: local('HansenGrotesque Medium'), local('HansenGrotesque-Medium'), url(https://ik.imagekit.io/npdfebob7/fonts/HansenGrotesque-Medium.8f3b6176.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: "HansenGrotesque";
  font-style: normal;
  font-weight: 700;
  src: local('HansenGrotesque Bold'), local('HansenGrotesque-Bold'), url(https://ik.imagekit.io/npdfebob7/fonts/HansenGrotesque-Bold.619095f4.woff2) format('woff2');
  font-display: swap;
}


.button-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wrapper-l {
  position: fixed;
  bottom: -50px;
  left: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 8.5px;
  cursor: pointer;
  background: hsl(219, 28%, 80%);
  border-radius: 100%;
  transition: bottom 0.5s ease;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
  z-index: 3;
}
.wrapper-l.show {
  bottom: 20px;
}
.wrapper-l {
    display: flex;
    align-items: center;
    background-color: #4E4F50;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /* column-gap: 15px; */
  }
  .wrapper-l:hover {
    background-color: #FA6742;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.9);
    -webkit-transform: translatey(5px);
            transform: translatey(5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

.modal-header i {
  color: black;
  font-size: 30px;
}
.wrapper-l i {
  color: #fff;
  font-size: 32px;
}

.modal-header h2 {
  font-family: 'HansenGrotesque', sans-serif;
  color: black;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  text-align: center;
}

.modal-body p {
  font-family: 'HansenGrotesque', sans-serif;
  line-height: 1.1 !important;
  font-size: 1em;
  font-weight: 400;
  white-space: pre-line !important;
  color: #000;
  text-align: justify;
}

.buttons{
  font-family: 'HansenGrotesque', sans-serif;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  max-width: 50%;
  margin: 10px;
  border:0;
  background:none;
  transition:all 300ms ease;
  font-weight: bold;
  text-transform: uppercase;
  flex:1;
  height: auto;
}
.buttons .button {
  border: none;
  color: black;
  padding: 8px 0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.f-color {
    color: black;
}

#acceptBtn {
  background: black;
  color: #fff;
  text-decoration: none;
}
#acceptBtn:hover {
  background-color: #234923;
  color: #fff;
}
#declineBtn {
  border:solid 1px #000;
  background-color: #fff;
  color: black;
}
#declineBtn:hover {
  border:solid 1px #888888;
  background-color: #dddddd;
  color: #000;
}

@media (max-width: 1366px) {
  .wrapper-l.show {
      bottom: 20px;
  }
}

@media (max-width: 764px) {
     .wrapper-l.show {
      bottom: 20px;
  }
}
    