@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.transparent-white-button {
  color: white;
  border: 1px solid white;
  background: #0C0A09;
  font-family: "Open Sans", sans-serif;
  transition: 300ms;
  border-radius: 6px;
}

.transparent-white-button:hover {
  color: #0C0A09;
  background: white;
}

.gradient-button {
  position: relative;
  padding: 2px;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, #CA1D6E, #F2164D, #FE9A00);
}

.gradient-button .inner {
  background: linear-gradient(90deg, #CA1D6E, #F2164D, #FE9A00);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: white;
  transition: all 0.3s ease;
}

.gradient-button .inner:hover {
  background: #f9f9f9;
  color: black;
}

.main {
  padding-inline: 60px;
  position: relative;
}

.divBg {
  background-color: #1C1917;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.HomePage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  padding: 100px 30px;
}
.HomePage .gridH1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.HomePage .gridH1 h1 {
  font-size: 56px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: white;
}
.HomePage .gridH1 p {
  color: white;
  font-size: 16px;
}
.HomePage .gridH1 .gradient-button {
  width: 7rem;
}
.HomePage .secondDivH1 {
  position: relative;
  width: 100%;
}
.HomePage .secondDivH1 img {
  position: absolute;
  right: -30px;
  bottom: -102px;
  box-shadow: 54px 16px 182px #FE9A00;
  border-top-left-radius: 18px;
}

.bannerSponsor {
  padding: 50px;
  position: absolute;
  width: 100%;
  left: -50px;
}
.bannerSponsor img {
  width: 100%;
  position: absolute;
}

.secondDivHome {
  padding-top: 240px;
}
.secondDivHome .gridSecondDivhome {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-block: 20px;
}
.secondDivHome .gridSecondDivhome .sponsordiv {
  display: grid;
  justify-items: center;
  padding: 40px;
  align-self: start;
}
.secondDivHome .gridSecondDivhome .sponsordiv h3 {
  font-size: 20px;
  text-align: center;
  color: white;
  padding-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.secondDivHome .gridSecondDivhome .sponsordiv button {
  width: 100%;
  cursor: pointer;
}

.arrow {
  transition: transform 0.3s ease;
}

.arrow.open {
  transform: rotate(180deg);
}

.dropdown-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
  border-radius: 8px;
  width: 100%;
  padding: 0 1rem;
}
.dropdown-content p {
  color: #A6A09B;
  font-size: 14px;
}
.dropdown-content form {
  margin-top: 10px;
}
.dropdown-content input[type=text],
.dropdown-content input[type=email],
.dropdown-content input[type=password] {
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 12px;
  background: #252424;
  color: #fff;
}
.dropdown-content .checkbox-container {
  font-size: 12px;
  margin-bottom: 1rem;
  color: #A6A09B;
}
.dropdown-content .checkbox-container a {
  color: #A6A09B;
  text-decoration: underline;
}

.dropdown-content.show {
  max-height: 1000px;
  opacity: 1;
  padding: 1rem;
  margin-top: 20px;
}

h2 {
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: white;
  margin-bottom: 20px;
}

.blogHome {
  margin-top: 50px;
}
.blogHome .blogHomegrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.blogHome .blogHomegrid img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.cardblog {
  padding: 20px;
}
.cardblog .cateblog {
  color: #D08700;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.cardblog .titleblog {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.cardblog .descriptionblog {
  margin-top: 10px;
  color: #A6A09B;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.whyHome {
  margin-top: 50px;
  margin-bottom: 30px;
}

.whybigdiv {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
.whybigdiv .whyfourdiv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.whybigdiv .whyfourdiv .whycard {
  height: 250px;
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.whybigdiv .whyfourdiv .whycard .offreimg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 14px;
  z-index: 0;
}
.whybigdiv .whyfourdiv .whycard .otros {
  position: absolute;
  bottom: 0;
  border-radius: 14px;
  z-index: 0;
  box-shadow: 10px 13px 36px #f9f7f3;
  right: -4px;
  width: 75%;
}
.whybigdiv .whyfourdiv .whycard h3 {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.whybigdiv .whyfourdiv .whycard p {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  color: #A6A09B;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.whybigdiv .whytgradient {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 40px;
  gap: 10px;
}
.whybigdiv .whytgradient h3 {
  color: white;
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.whybigdiv .whytgradient p {
  color: white;
  font-size: 14px;
  font-family: "Open sans", sans-serif;
  font-weight: 500;
}
.whybigdiv .whytgradient a {
  color: white;
  padding: 10px 20px;
  border: solid 1px white;
  cursor: pointer;
  border-radius: 12px;
  font-size: 16px;
  text-decoration: none;
  width: fit-content;
  transition: 300ms;
}
.whybigdiv .whytgradient a:hover {
  color: black;
  background-color: white;
}

@media (max-width: 1150px) {
  .whybigdiv {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .whybigdiv .whytgradient {
    padding-block: 20px;
  }
  .HomePage .gridH1 h1 {
    font-size: 40px;
  }
  .HomePage .gridH1 p {
    color: white;
    font-size: 14px;
  }
  .secondDivHome .gridSecondDivhome .sponsordiv {
    display: grid;
    justify-items: center;
    padding: 20px;
    align-self: start;
  }
  .secondDivHome .gridSecondDivhome .sponsordiv h3 {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .HomePage {
    margin-top: 50px;
  }
}
@media (max-width: 730px) {
  .secondDivHome .gridSecondDivhome {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-block: 20px;
  }
  .HomePage {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 25px;
  }
  .HomePage .secondDivH1 {
    position: relative;
    width: 100%;
    height: 260px;
  }
}
@media (max-width: 500px) {
  .whybigdiv .whyfourdiv {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .secondDivHome .gridSecondDivhome {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px;
    padding-block: 20px;
  }
  .whybigdiv .whytgradient h3 {
    color: white;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
}
@media (max-width: 390px) {
  .HomePage .secondDivH1 img {
    position: absolute;
    right: -30px;
    bottom: -23px;
    box-shadow: 54px 16px 182px #FE9A00;
  }
}
.authPage {
  display: grid;
  margin-top: 150px;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
  flex: 1;
}
.authPage h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 48px;
  margin-top: 10px;
}
.authPage p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #A6A09B;
}
.authPage .undertitleauth {
  font-size: 18px;
  margin-bottom: 35px;
  margin-top: 5px;
}
.authPage form .inputauth {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #A6A09B;
  border-radius: 12px;
  background-color: #252424 !important;
  font-family: "Open Sans", sans-serif !important;
  color: #A6A09B;
}
.authPage form .inputauth:-webkit-autofill {
  background-color: #252424 !important;
  color: #fff !important;
  box-shadow: 0 0 0px 1000px #252424 inset !important;
  -webkit-text-fill-color: #fff !important;
  font-family: "Open Sans", sans-serif !important;
  transition: background-color 5000s ease-in-out 0s;
}
.authPage form input[type=checkbox] {
  zoom: 1.5;
}
.authPage .authsocial {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.authPage .authsocial .logoauth {
  background-color: #252424;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.authPage .authsocial .logoauth i {
  padding: 18px 9px 17px 10px;
}
.authPage .checkbox-container {
  font-size: 12px;
  margin-bottom: 1rem;
  color: #A6A09B;
}
.authPage .checkbox-container a {
  color: #A6A09B;
  text-decoration: underline;
}
.authPage .sublogin {
  display: grid;
  margin-top: 35px;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 2px;
  align-items: center;
}
.authPage .sublogin .traitgray {
  border: 0.5px solid rgba(255, 255, 255, 0.25);
  width: 100%;
  height: 1px;
}
.authPage .sublogin span {
  text-align: center;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #A6A09B;
}
.authPage .affilateauth {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.authPage .affilateauth .divauthaffilate {
  padding-inline: 15px;
}
.authPage .affilateauth .sponsordiv {
  display: grid;
  justify-items: center;
  padding-inline: 40px;
  padding-bottom: 50px;
  align-self: start;
}
.authPage .affilateauth .sponsordiv h3 {
  font-size: 20px;
  text-align: center;
  color: white;
  padding-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.authPage .authquestion {
  color: #99A1AF;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.authPage .authquestion .authlink {
  color: #FE9A00;
  text-decoration: underline;
}

.copyright {
  text-align: left;
  margin-left: 155px;
  margin-top: 40px;
}
.copyright p {
  color: #99A1AF;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.logout {
  color: white;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  transition: 300ms;
}

.logout:hover {
  color: #99A1AF;
}

@media (max-width: 1200px) {
  .authPage {
    display: grid;
    margin-top: 12px;
    grid-template-columns: 1fr 2fr;
    gap: 70px;
    flex: 1;
    align-items: center;
  }
  .authPage .affilateauth .sponsordiv {
    display: grid;
    justify-items: center;
    padding-inline: 20px;
    padding-bottom: 6px;
    align-self: start;
  }
}
@media (max-width: 990px) {
  .copyright {
    text-align: left;
    margin-left: 0;
    margin-top: 40px;
  }
  .authPage {
    display: grid;
    margin-top: 12px;
    grid-template-columns: 1fr;
    align-items: center;
  }
}
@media (max-width: 580px) {
  .authPage .affilateauth {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .authPage .affilateauth .divauthaffilate {
    padding-inline: 15px;
    margin-top: 30px !important;
  }
}
.tablePages {
  padding-top: 80px;
  padding-inline: 50px;
  border: solid 1px rgba(255, 255, 255, 0.1490196078);
}
.tablePages .titleTables {
  margin-left: 20px;
}
.tablePages .titleTables h1 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
}
.tablePages table th {
  font-weight: 400;
  color: #A6A09B;
}
.tablePages .pagination-custom nav {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.tablePages .pagination-custom .pagination {
  display: flex;
  gap: 0.5rem;
}
.tablePages .pagination-custom .page-link,
.tablePages .pagination-custom .page-item > span,
.tablePages .pagination-custom .page-item > a {
  background: #242220;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: none;
  margin: 0 0.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}
.tablePages .pagination-custom .page-item.active .page-link,
.tablePages .pagination-custom .page-item.active > span {
  background: #37322e;
  color: #fff;
}
.tablePages .pagination-custom .page-link:hover {
  background: #37322e;
  color: #fff;
}
.tablePages .pagination-custom .page-item.disabled .page-link,
.tablePages .pagination-custom .page-item.disabled > span {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 700px) {
  .tablePages {
    padding-top: 20px;
    padding-inline: 20px;
    border: solid 1px rgba(255, 255, 255, 0.1490196078);
  }
  .tablePages .titleTables {
    margin-left: 0;
  }
  .blogfirstcard h2 {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .blogfirstcard p {
    font-size: 12px;
  }
  .blogfirstcard span {
    font-size: 12px;
  }
  .blogfirstcard {
    margin-bottom: 40px;
  }
  .blogHome .blogHomegrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .blogfirstcard {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (max-width: 450px) {
  .blogHome .blogHomegrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.affilateuser {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 50px;
}
.affilateuser .divuseraffilate {
  padding-inline: 15px;
}
.affilateuser .sponsordiv {
  display: grid;
  justify-items: center;
  padding-inline: 40px;
  padding-bottom: 50px;
  align-self: start;
}
.affilateuser .sponsordiv h3 {
  font-size: 20px;
  text-align: center;
  color: white;
  padding-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.affilateuser .sponsordiv form {
  display: contents;
}

.titleoffers h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 56px;
  text-align: center;
}
.titleoffers p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #A6A09B;
  font-size: 16px;
  margin-bottom: 70px;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 1150px) {
  .affilateuser .sponsordiv {
    padding-inline: 20px;
    padding-bottom: 30px;
  }
  .affilateuser .sponsordiv h3 {
    font-size: 15px;
    padding-bottom: 30px;
  }
  .gradient-button .inner {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .affilateuser {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
    gap: 30px;
  }
  .mt-20 {
    margin-top: 0 !important;
  }
  .affilateuser .sponsordiv img {
    height: 130px;
  }
  .titleoffers h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 45px;
    text-align: left;
  }
  .titleoffers p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #A6A09B;
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 10px;
    text-align: left;
  }
}
.secdash {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.dashboardUserTop {
  display: grid;
  grid-template-columns: 0.98fr 2fr;
  gap: 20px;
}

.dashboardUserBottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dashboardUserTop h3, .dashboardUserBottom h3 {
  font-size: 20px;
  color: #D6D3D1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.dashboardUserTop h4, .dashboardUserBottom h4 {
  font-size: 40px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-top: 50px;
}
.dashboardUserTop p, .dashboardUserBottom p {
  color: #A6A09B;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 7px;
}

.dashboardCard {
  padding: 20px;
}

canvas {
  max-height: 200px;
  width: 100% !important;
}

@media (max-width: 990px) {
  .dashboardUserTop {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .dashboardUserBottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .main {
    padding-inline: 15px !important;
  }
  .dashboardUserTop h3, .dashboardUserBottom h3 {
    font-size: 15px;
  }
  .dashboardUserTop h4, .dashboardUserBottom h4 {
    margin-top: 19px;
    font-size: 20px !important;
  }
}
@media (max-width: 400px) {
  .dashboardUserBottom {
    grid-template-columns: repeat(1, 1fr);
  }
  .dashboardCard {
    padding: 10px;
  }
}
.blogfirstcard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 30px;
}
.blogfirstcard img {
  width: 100%;
}
.blogfirstcard span {
  color: rgb(225, 113, 0);
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.blogfirstcard h2 {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.blogfirstcard p {
  color: rgb(166, 160, 155);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.catebuttonactive {
  background: rgba(255, 255, 255, 0.15);
  color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 50px;
}

.catebutton {
  color: rgb(166, 160, 155);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 50px;
}

.catebutton:hover {
  background: rgba(255, 255, 255, 0.15);
  color: rgb(255, 255, 255);
}

.blogshow {
  padding-inline: 40px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 100px;
}
.blogshow h1 {
  font-size: 64px;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 50px;
  color: white;
}
.blogshow h2, .blogshow h3 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blogshow p {
  color: rgb(166, 160, 155);
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blogshow strong {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.blogshow img {
  width: 100%;
  margin-top: 110px;
}
.blogshow .caption {
  text-align: center;
  margin-bottom: 110px;
}
.blogshow .infoblog {
  border-top: solid 2px rgba(255, 255, 255, 0.5);
  border-bottom: solid 2px rgba(255, 255, 255, 0.5);
  padding: 25px;
  margin-bottom: 80px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.blogshow .infoblog span {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.blogshow .infoblog p {
  font-size: 14px;
}

.logoshare {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
}
.logoshare .logo {
  background-color: #252424;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.logoshare .logo i {
  padding: 8px 9px 7px 9px;
}
.logoshare .logonav {
  background-color: rgba(254, 154, 0, 0.3019607843);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.logoshare .logonav i {
  padding: 9px 9px 9px 9px;
  color: #FE9A00;
}

body {
  background: #0C0A09;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

header {
  background: #0C0A09;
}

nav .linknav {
  color: #A6A09B;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
nav .linknav:hover {
  background: rgba(255, 255, 255, 0.1490196078);
  color: #FE9A00;
}
nav .linknav.active {
  background: rgba(255, 255, 255, 0.1490196078);
  color: #FE9A00;
}

.appname {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.flexsite {
  display: flex;
  gap: 15px;
}

.bodycustom {
  display: grid;
  grid-template-columns: 1fr 6fr;
}

.copy-block {
  display: inline-block;
  padding: 10px 15px;
  background-color: rgba(254, 154, 0, 0.3019607843);
  font-family: "Open Sans", sans-serif;
  color: #FE9A00;
  font-weight: 500;
  border: 1px solid rgba(254, 154, 0, 0.3019607843);
  font-size: 14px;
  border-radius: 0.375rem;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
}

.copy-block:hover {
  background-color: #e5e7eb;
}

.tooltip {
  position: absolute;
  background: #111827;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-120%);
  transition: opacity 0.2s;
  white-space: nowrap;
}

.tooltip.visible {
  opacity: 1;
}

#closeModal {
  background: #252424;
  border-radius: 50%;
  padding: 0 10px;
  color: white;
  cursor: pointer;
}

.modalcontact {
  background: #191715;
  width: 55%;
  padding: 60px;
  border: solid 1px rgba(255, 255, 255, 0.1);
}
.modalcontact input[type=text],
.modalcontact input[type=email],
.modalcontact textarea,
.modalcontact input[type=password] {
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 12px;
  background: #252424;
  color: #fff;
}
.modalcontact .formflex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  font-family: "Open Sans", sans-serif;
}
.modalcontact p {
  color: rgb(166, 160, 155);
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
}
.modalcontact h2 {
  margin-bottom: 10px;
}
.modalcontact .buttoncontact {
  display: flex;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

footer {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  margin-top: 100px;
  padding: 60px 60px 10px;
}
footer .gridFooter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  justify-items: center;
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  padding-bottom: 60px;
}
footer .gridFooter p {
  color: white;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
}
footer .gridFooter li {
  margin-bottom: 10px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
footer .gridFooter a {
  color: rgb(166, 160, 155);
  text-decoration: none;
  display: flex;
  gap: 10px;
}
footer .gridFooter a .logofooter {
  background-color: #252424;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
footer .gridFooter a .logofooter i {
  padding: 4px 4px 3px 4px;
}

#headerresponsive {
  display: none;
}

#lolppl {
  display: none;
}

.boxresponsive {
  display: none;
}

@media (max-width: 1300px) {
  .main {
    padding-inline: 30px;
  }
  .w-80 {
    width: calc(var(--spacing) * 65);
  }
  .dashboardUserTop h4, .dashboardUserBottom h4 {
    font-size: 25px;
  }
  .dashboardUserTop p, .dashboardUserBottom p {
    margin-top: 7px;
  }
}
@media (min-width: 990px) {
  #headerresponsive {
    display: none !important;
  }
}
@media (max-width: 990px) {
  .bodycustom {
    display: flex;
    flex-direction: column;
  }
  header {
    display: none;
  }
  aside {
    width: 100% !important;
  }
  #menu-toggle {
    display: block !important;
  }
  .respons {
    display: flex;
    justify-content: space-between;
  }
  #logoutdash {
    display: none;
    margin-top: 56px;
  }
  #headerresponsive {
    display: none;
  }
  .boxresponsive {
    display: flex;
  }
  .navsite {
    display: none;
  }
  .modalcontact {
    background: #191715;
    width: 95%;
    padding: 60px;
  }
  .absolutenav {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 443px) {
  .modalcontact .formflex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    font-family: "Open Sans", sans-serif;
  }
  .modalcontact {
    padding: 24px;
  }
}
@media (max-width: 750px) {
  footer .gridFooter {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    justify-items: left;
    align-items: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 60px;
  }
  .gridFooter .logofooter {
    order: 3;
  }
  .confi {
    display: grid;
    gap: 10px;
    justify-content: center !important;
  }
  .confi p {
    text-align: center;
  }
}
@media (max-width: 600px) {
  footer {
    padding: 60px 10px 10px;
  }
}

/*# sourceMappingURL=app.css.map */
