@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
@font-face {
  font-family: Times New Roman;
  src: local("Times New Roman"),
    url(/assets/times-new-roman-CYGYEXiF.woff2) format("woff2"),
    url(/assets/times-new-roman-qDDAruru.woff) format("woff"),
    url(/assets/times-new-roman-mDKLSILa.ttf) format("truetype");
}
body,
html {
  margin: 0;
  color: #fff;
  font-family: Times New Roman, Times, serif !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #4caf50;
}
.clicked {
  background: #fff !important;
  color: #000 !important;
}
.MuiOutlinedInput-input {
  padding: 5px 35px !important;
}
@media (max-width: 600px) {
  .MuiOutlinedInput-input {
    padding: 5px 35px !important;
  }
}
input::placeholder,
textarea::placeholder {
  color: #fff;
}
.MuiAccordionSummary-expandIconWrapper {
  display: none !important;
}
.MuiPaginationItem-root {
  color: #fff !important;
}
.Mui-selected {
  color: #000 !important;
  background-color: #19ff85 !important;
}
