@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.notif {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10002 !important;
  font-family: 'Poppins', sans-serif !important;
}

.notifUser {
  position: fixed;
  height: 100%;
  width: 100%;
  margin-top: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10002 !important;
  font-family: 'Poppins', sans-serif !important;
}

.notifTPC {
  position: fixed;
  height: 100%;
  width: 100%;
  margin-top: 77px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10002 !important;
  font-family: 'Poppins', sans-serif !important;
}

.modalAuth {
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  width: 500px;
  margin-top: 100px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.253);
}

.notif .modalAuth .modalAuthHeader h4,
.notifUser .modalAuth .modalAuthHeader h4,
.notifTPC .modalAuth .modalAuthHeader h4 {
  color: #fe9a2c;
  padding: 0px;
  margin: 0px;
  font-weight: 500 !important;
}

.notif .modalAuth .modalAuthBody h4,
.notifUser .modalAuth .modalAuthBody h4,
.notifTPC .modalAuth .modalAuthBody h4 {
  color: black;
  padding: 0px;
  margin: 15px 0px;
  font-weight: 500 !important;
}

.notif .modalAuth .modalAuthBody p,
.notifUser .modalAuth .modalAuthBody p,
.notifTPC .modalAuth .modalAuthBody p {
  margin-bottom: 0px;
}

.notif .modalAuth .modalAuthBody,
.notifUser .modalAuth .modalAuthBody,
.notifTPC .modalAuth .modalAuthBody {
  padding: 25px 15px;
  border-bottom: #c4c4c4 solid 1px;
}

.modalAuthHeader {
  padding: 8px 15px;
  border-bottom: #c4c4c4 solid 1px;
}

.modalAuthHeader .closeButton {
  float: right;
  margin-top: 3px;
  margin-right: 3px;
  color: #c4c4c4;
  cursor: pointer;
}

.modalAuthFooter {
  padding: 8px 15px;
  display: flex;
  flex-direction: row-reverse;
}

.modalAuthFooter .button .logOff {
  background-color: #c4c4c4;
  border: none;
  padding: 5px 15px;
  border-radius: 3px;
  color: #fff;
}

.modalAuthFooter .button .logOff:hover,
.modalAuthFooter .button .logOff:focus {
  background-color: #b3b3b3;
}

.modalAuthFooter .button .stayLoggedIn {
  margin-left: 10px;
  background-color: #fe9a2c;
  border: none;
  padding: 5px 15px;
  border-radius: 3px;
  color: #fff;
}

.modalAuthFooter .button .stayLoggedIn:hover,
.modalAuthFooter .button .stayLoggedIn:focus {
  background-color: #dd7d17;
}
