/* _content/ProSport/Pages/Admin/AdminClientDialog.razor.rz.scp.css */
#background[b-hm4aga2k2p] {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.3s all;
  visibility: hidden;
}

.background-visible[b-hm4aga2k2p] {
  visibility: visible !important;
  opacity: 1 !important;
}

#container[b-hm4aga2k2p] {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}

.container-visible[b-hm4aga2k2p] {
  transform: translate(-50%, -50%) !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#cross[b-hm4aga2k2p] {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#content[b-hm4aga2k2p] {
  position: relative;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  padding: 50px;
}

#inputs > input[b-hm4aga2k2p] {
  width: calc(100% - 10px);
  height: 50px;
  color: #000000;
  border: 0;
  padding: 0;
  border-radius: 4px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 10px;
}

p[b-hm4aga2k2p] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 500;
  font-size: 26px;
}

button[b-hm4aga2k2p] {
  width: 100%;
  height: 50px;
  background-color: #EC9D0F;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

#button:hover[b-hm4aga2k2p] {
  opacity: 0.7;
  cursor: pointer;
}

p[b-hm4aga2k2p] {
  margin: 0;
  padding-bottom: 20px;
}

[b-hm4aga2k2p] #team-image {
  display: none;
}

#team-image-picker img[b-hm4aga2k2p] {
  cursor: pointer;
}

.team-image-picker-disabled[b-hm4aga2k2p] {
  opacity: 0.7;
}
.team-image-picker-disabled img[b-hm4aga2k2p] {
  cursor: not-allowed !important;
}

[b-hm4aga2k2p] .validation-message {
  color: #db382c;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter";
}

/*# sourceMappingURL=AdminClientDialog.razor.css.map */
/* _content/ProSport/Pages/Admin/AdminClients.razor.rz.scp.css */
#container[b-mthv8xdoyj] {
  position: relative;
  background-repeat: no-repeat;
  background-color: #110E0E;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

#container-footer[b-mthv8xdoyj] {
  position: absolute;
  width: calc(100% - 190px);
  top: 0;
  padding: 95px;
}

#symbols[b-mthv8xdoyj] {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
}

.symbol-green[b-mthv8xdoyj] {
  position: relative;
  padding-right: 30px;
  width: 125px;
}

#symbols > .symbol-green > p[b-mthv8xdoyj] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
}

#title > input[b-mthv8xdoyj] {
  color: #000000;
  width: 545px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2.5px);
  border-radius: 5px;
  border: 0;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  padding-left: 10px;
  margin-bottom: 20px;
}

#subtitle > textarea[b-mthv8xdoyj] {
  color: #000000;
  height: 75px;
  width: 535px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2.5px);
  border-radius: 5px;
  border: 0;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  padding: 10px;
  margin-bottom: 20px;
}

#adding[b-mthv8xdoyj] {
  cursor: pointer;
  transition: 0.2s all;
}

#adding:hover[b-mthv8xdoyj] {
  opacity: 0.7;
}

.close[b-mthv8xdoyj] {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  transition: 0.2s all;
}

.close:hover[b-mthv8xdoyj] {
  opacity: 0.7;
}

.team-image[b-mthv8xdoyj] {
  max-width: 115px;
  max-height: 115px;
}

#button[b-mthv8xdoyj] {
  width: 20%;
  height: 50px;
  background-color: #EC9D0F;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
  border: 0;
  border-radius: 4px;
  margin-bottom: 40px;
  cursor: pointer;
  transition: 0.2s all;
}

#button:hover[b-mthv8xdoyj] {
  opacity: 0.7;
}

/*# sourceMappingURL=AdminClients.razor.css.map */
/* _content/ProSport/Pages/Admin/AdminHistory.razor.rz.scp.css */
#container[b-yxdr33kkme] {
  position: relative;
  background-image: url("images/History-BG-pc.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
}

#shading[b-yxdr33kkme] {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#container-footer[b-yxdr33kkme] {
  position: absolute;
  width: calc(100% - 190px);
  bottom: 0;
  padding: 95px;
}

#container-footer > #title[b-yxdr33kkme] {
  display: flex;
  justify-content: left;
  gap: 10px;
}

#title > input[b-yxdr33kkme] {
  color: #000000;
  width: 170px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2.5px);
  border-radius: 5px;
  border: 0;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  padding-left: 10px;
  margin-bottom: 20px;
}

textarea[b-yxdr33kkme] {
  color: #000000;
  height: 120px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2.5px);
  border-radius: 5px;
  border: 0;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  padding: 10px;
  margin-bottom: 20px;
  width: calc(100% - 20px);
}

#button[b-yxdr33kkme] {
  width: 20%;
  height: 50px;
  background-color: #EC9D0F;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
  border: 0;
  border-radius: 4px;
}

#button:hover[b-yxdr33kkme] {
  opacity: 0.7;
  cursor: pointer;
}

/*# sourceMappingURL=AdminHistory.razor.css.map */
/* _content/ProSport/Pages/Admin/AdminHotels.razor.rz.scp.css */
#container[b-xv9pehnasz] {
  width: 100%;
  height: 100%;
  position: relative;
}

#map[b-xv9pehnasz] {
  width: 100%;
  height: 100%;
  position: absolute;
}

#filters[b-xv9pehnasz] {
  left: 50%;
  transform: translateX(-50%);
  top: 36px;
  position: absolute;
  display: flex;
  gap: 10px;
  z-index: 1;
}

#add-region[b-xv9pehnasz] {
  height: 67px;
}
#add-region img[b-xv9pehnasz] {
  height: 80%;
  margin-top: 10%;
  cursor: pointer;
  transition: 0.2s all;
}
#add-region img:hover[b-xv9pehnasz] {
  opacity: 0.7;
}

#regions[b-xv9pehnasz] {
  background-color: #000000;
  border-radius: 10px;
  padding: 15px 20px;
  padding-bottom: 28px;
  display: flex;
  gap: 15px;
}

.region[b-xv9pehnasz] {
  position: relative;
  padding-right: 20px;
}

.region > a[b-xv9pehnasz] {
  position: relative;
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  margin-top: auto;
  cursor: pointer;
}

.active-link[b-xv9pehnasz] {
  margin-bottom: 13px;
}

.active-link[b-xv9pehnasz]::after {
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
  height: 3px;
  background-color: #EC9D0F;
  border-radius: 20px;
  content: "";
}

.region > img[b-xv9pehnasz] {
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s all;
}

.region > img:hover[b-xv9pehnasz] {
  opacity: 0.7;
  cursor: pointer;
}

#hotel-container[b-xv9pehnasz] {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #110E0E;
  width: calc(100% - 331px - 140px);
  overflow: hidden;
  overflow-y: scroll;
  float: right;
  height: calc(100% - 40px);
  padding: 0 70px 40px 70px;
}

#back[b-xv9pehnasz] {
  align-items: center;
}

#back > img[b-xv9pehnasz] {
  margin-right: 15px;
  cursor: pointer;
}

#back > p[b-xv9pehnasz] {
  display: inline-block;
  color: #FFFFFF;
  font-size: 24px;
  font-family: "Inter";
  font-weight: 500;
}

#images-container[b-xv9pehnasz] {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.image-required[b-xv9pehnasz] {
  box-shadow: 0 2px 6px 1px #db382c;
}

#main-image-container[b-xv9pehnasz] {
  padding-bottom: 100%;
  position: relative;
}

#main-image-container img[b-xv9pehnasz] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.2s all;
}

#main-image-container img:hover[b-xv9pehnasz] {
  opacity: 0.7;
}

[b-xv9pehnasz] .hidden-input-file {
  display: none;
}

#gallery-container[b-xv9pehnasz] {
  padding-bottom: 100%;
  position: relative;
}

#gallery-inner-container[b-xv9pehnasz] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#gallery-inner-container > div[b-xv9pehnasz] {
  padding-bottom: 100%;
  position: relative;
}

#gallery-inner-container label[b-xv9pehnasz] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#gallery-inner-container img[b-xv9pehnasz] {
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: 0.2s all;
}

#gallery-inner-container img:hover[b-xv9pehnasz] {
  opacity: 0.7;
}

#hotel-description[b-xv9pehnasz] {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#hotel-description div[b-xv9pehnasz] {
  width: calc(50% - 10px);
}
#hotel-description div input[b-xv9pehnasz] {
  width: calc(100% - 10px);
  height: 50px;
  color: #000000;
  border: 0;
  padding: 0;
  border-radius: 4px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
#hotel-description div textarea[b-xv9pehnasz] {
  width: calc(100% - 20px);
  color: #000000;
  border: 0;
  border-radius: 4px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
#hotel-description div #short-description[b-xv9pehnasz] {
  height: 80px;
}
#hotel-description div #description[b-xv9pehnasz] {
  height: 150px;
}

#save-button-container[b-xv9pehnasz] {
  width: 100%;
  text-align: center;
}
#save-button-container button[b-xv9pehnasz] {
  width: 20%;
  height: 50px;
  background-color: #EC9D0F;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
  border: 0;
  border-radius: 4px;
  margin-bottom: 40px;
  transition: 0.2s all;
}
#save-button-container button:hover[b-xv9pehnasz] {
  opacity: 0.7;
  cursor: pointer;
}

[b-xv9pehnasz] .hotel-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 300px;
  background-color: #FFFFFF;
  margin-left: 2px;
}

[b-xv9pehnasz] .hotel-image-container {
  margin-top: 10px;
  width: 93%;
  padding-bottom: 93%;
  position: relative;
}

[b-xv9pehnasz] .hotel-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

[b-xv9pehnasz] .hotel-title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
}

[b-xv9pehnasz] .hotel-short-description {
  font-family: "Inter";
  font-weight: 300;
  font-size: 12px;
}

[b-xv9pehnasz] .hotel-details-buttons-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}

[b-xv9pehnasz] .hotel-details-button {
  height: 32px;
  background-color: #EC9D0F;
  border-radius: 5px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 12px;
  margin-top: 6px;
  border: 0;
  cursor: pointer;
}

[b-xv9pehnasz] div.cluster > div > span {
  color: #FFFFFF;
  font-size: 17px;
}

[b-xv9pehnasz] .validation-message {
  color: #db382c;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter";
  display: inline-block;
}

/*# sourceMappingURL=AdminHotels.razor.css.map */
/* _content/ProSport/Pages/Admin/AdminIndex.razor.rz.scp.css */
#container[b-3p1j1jer4c] {
  position: relative;
  background-image: url("images/Index-BG-pc.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
}

#shading[b-3p1j1jer4c] {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#container-footer[b-3p1j1jer4c] {
  position: absolute;
  width: calc(100% - 190px);
  bottom: 0;
  padding: 95px;
}

#title[b-3p1j1jer4c] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

#title input[b-3p1j1jer4c] {
  color: #000000;
  height: 60px;
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2.5px);
  border-radius: 5px;
  border: 0;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  padding-left: 10px;
  margin-bottom: 20px;
}

#subtitle input[b-3p1j1jer4c] {
  color: #000000;
  height: 60px;
  width: calc(100% - 12px);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2.5px);
  border-radius: 5px;
  border: 0;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  padding-left: 10px;
  margin-top: 10px;
}

#rates[b-3p1j1jer4c] {
  margin-top: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

#rates > div[b-3p1j1jer4c] {
  text-align: left;
  width: 100%;
}

#rates > div > input[b-3p1j1jer4c] {
  color: #000000;
  width: calc(100% - 12px);
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2.5px);
  border-radius: 5px;
  border: 0;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  padding-left: 10px;
  margin-bottom: 20px;
}

#button[b-3p1j1jer4c] {
  width: 20%;
  height: 50px;
  background-color: #EC9D0F;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
  border: 0;
  border-radius: 4px;
}

#button:hover[b-3p1j1jer4c] {
  opacity: 0.7;
  cursor: pointer;
}

/*# sourceMappingURL=AdminIndex.razor.css.map */
/* _content/ProSport/Pages/Admin/AdminLogin.razor.rz.scp.css */
#page-background[b-3zfs2kgbjm] {
  width: 100vw;
  height: 100vh;
  background: black;
}

#token-container[b-3zfs2kgbjm] {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#background[b-3zfs2kgbjm] {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 50%;
  backdrop-filter: blur(20);
  border-radius: 20px;
  z-index: -1;
}

#content[b-3zfs2kgbjm] {
  position: relative;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  padding: 30px 40px;
}

#token[b-3zfs2kgbjm] {
  width: calc(100% - 10px);
  height: 40px;
  border: 0;
  padding: 0;
  border-radius: 4px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
}

#title[b-3zfs2kgbjm] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 500;
  font-size: 26px;
  margin: 0 0 15px;
}

button[b-3zfs2kgbjm] {
  width: 100%;
  height: 40px;
  background-color: #EC9D0F;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  margin-top: 15px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

.validation-message[b-3zfs2kgbjm] {
  color: #C53227;
  font-size: 16px;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 1px;
  font-family: "Inter";
}

/*# sourceMappingURL=AdminLogin.razor.css.map */
/* _content/ProSport/Pages/Admin/AdminRegionDialog.razor.rz.scp.css */
#background[b-24hma64mu9] {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.3s all;
  visibility: hidden;
}

.background-visible[b-24hma64mu9] {
  visibility: visible !important;
  opacity: 1 !important;
}

#container[b-24hma64mu9] {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}

.container-visible[b-24hma64mu9] {
  transform: translate(-50%, -50%) !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#cross[b-24hma64mu9] {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#content[b-24hma64mu9] {
  position: relative;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  padding: 50px;
}

#inputs > input[b-24hma64mu9] {
  width: calc(100% - 10px);
  height: 50px;
  color: #000000;
  border: 0;
  padding: 0;
  border-radius: 4px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 10px;
}

p[b-24hma64mu9] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 500;
  font-size: 26px;
}

button[b-24hma64mu9] {
  width: 100%;
  height: 50px;
  background-color: #EC9D0F;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

#button:hover[b-24hma64mu9] {
  opacity: 0.7;
  cursor: pointer;
}

p[b-24hma64mu9] {
  margin: 0;
  padding-bottom: 20px;
}

[b-24hma64mu9] .validation-message {
  color: #db382c;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter";
}

/*# sourceMappingURL=AdminRegionDialog.razor.css.map */
/* _content/ProSport/Pages/Clients.razor.rz.scp.css */
#container[b-iwgdke8ehh] {
  height: calc(100% - 135px);
  position: relative;
  width: auto;
  padding: 95px;
  padding-top: 40px;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #000000;
}

#shading[b-iwgdke8ehh] {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#container > #title[b-iwgdke8ehh] {
  width: 100%;
}

#container > #title > p[b-iwgdke8ehh] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 700;
  font-size: 48px;
  text-align: left;
  margin-bottom: 30px;
}

#container > #title > p > span[b-iwgdke8ehh] {
  color: #EC9D0F;
}

#container > #subtitle > p[b-iwgdke8ehh] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 300;
  font-size: 18px;
  text-align: left;
}

#teams-container-pc[b-iwgdke8ehh], #teams-container-tablet[b-iwgdke8ehh], #teams-container-mobile[b-iwgdke8ehh] {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-right: 0;
  margin-left: 0;
}

#teams-container-tablet[b-iwgdke8ehh], #teams-container-mobile[b-iwgdke8ehh] {
  display: none;
}

.team-container[b-iwgdke8ehh] {
  width: 130px;
}

.team-container > img[b-iwgdke8ehh] {
  max-width: 115px;
  max-height: 115px;
}

.team-container > p[b-iwgdke8ehh] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
}

@media only screen and (min-width: 630px) and (max-width: 821px) {
  #container[b-iwgdke8ehh] {
    padding: 40px;
    height: calc(100% - 80px);
  }
  #container > #title > p[b-iwgdke8ehh] {
    font-size: 32px;
    margin-bottom: 0;
  }
  #container > #subtitle > p[b-iwgdke8ehh] {
    font-size: 18px;
  }
  #teams-container-pc[b-iwgdke8ehh], #teams-container-mobile[b-iwgdke8ehh] {
    display: none;
  }
  #teams-container-tablet[b-iwgdke8ehh] {
    display: flex;
  }
  .team-container[b-iwgdke8ehh] {
    width: 120px;
  }
}
@media only screen and (max-width: 630px) {
  #container[b-iwgdke8ehh] {
    padding: 40px;
    height: calc(100% - 80px);
  }
  #container > #title > p[b-iwgdke8ehh] {
    font-size: 32px;
    margin: 0;
  }
  #container > #subtitle > p[b-iwgdke8ehh] {
    font-size: 16px;
    margin-bottom: 40px;
  }
  #teams-container-pc[b-iwgdke8ehh], #teams-container-tablet[b-iwgdke8ehh] {
    display: none;
  }
  #teams-container-mobile[b-iwgdke8ehh] {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
  }
  .team-container[b-iwgdke8ehh] {
    width: 120px;
  }
}

/*# sourceMappingURL=Clients.razor.css.map */
/* _content/ProSport/Pages/History.razor.rz.scp.css */
#background[b-u3qyn2sksb] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/History-BG-pc.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#shading[b-u3qyn2sksb] {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#container[b-u3qyn2sksb] {
  width: 100%;
  height: 100%;
  position: relative;
}

#container-footer[b-u3qyn2sksb] {
  position: absolute;
  width: calc(100% - 190px);
  bottom: 0;
  padding: 95px;
}

#container-footer > #title[b-u3qyn2sksb] {
  width: 100%;
}

#container-footer > #title > p[b-u3qyn2sksb] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 700;
  font-size: 48px;
  text-align: left;
  margin-bottom: 30px;
}

#container-footer > #title > p > span[b-u3qyn2sksb] {
  color: #EC9D0F;
}

#container-footer > #subtitle > p[b-u3qyn2sksb] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 300;
  font-size: 18px;
  text-align: left;
}

@media only screen and (min-width: 630px) and (max-width: 821px) {
  #container-footer[b-u3qyn2sksb] {
    position: absolute;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px;
    bottom: auto;
  }
  #background[b-u3qyn2sksb] {
    background-size: auto 100%;
    background-image: url("images/History-BG-tablet.jpg");
  }
  #shading[b-u3qyn2sksb] {
    display: none;
  }
  #container-footer > #title > p[b-u3qyn2sksb] {
    text-align: center;
    font-size: 35px;
    margin-bottom: 0;
  }
  #container-footer > #subtitle > p[b-u3qyn2sksb] {
    text-align: center;
    font-size: 18px;
  }
}
@media only screen and (max-width: 630px) {
  #background[b-u3qyn2sksb] {
    background-size: auto 100%;
    background-image: url("images/History-BG-mobile.png");
  }
  #container-footer[b-u3qyn2sksb] {
    padding: 40px;
    position: absolute;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
  #shading[b-u3qyn2sksb] {
    display: none;
  }
  #container-footer > #title > p[b-u3qyn2sksb] {
    font-size: 32px;
    margin-bottom: 0;
  }
  #container-footer > #subtitle > p[b-u3qyn2sksb] {
    font-size: 16px;
  }
}

/*# sourceMappingURL=History.razor.css.map */
/* _content/ProSport/Pages/Hotels.razor.rz.scp.css */
#container[b-f9uzcx0687] {
  width: 100%;
  height: 100%;
  position: relative;
}

#map[b-f9uzcx0687] {
  width: 100%;
  height: 100%;
  position: absolute;
}

#filters[b-f9uzcx0687] {
  left: 50%;
  top: 36px;
  transform: translateX(-50%);
  position: absolute;
  background-color: #000000;
  border-radius: 10px;
  padding: 15px 20px;
  z-index: 1;
  display: flex;
  gap: 15px;
}

#filters > a[b-f9uzcx0687] {
  position: relative;
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
}

#filters-mobile-container[b-f9uzcx0687] {
  top: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}

#filters-mobile-content[b-f9uzcx0687] {
  width: 100%;
  position: relative;
}

#current-filter-mobile[b-f9uzcx0687] {
  padding: 25px;
  background-color: #000000;
  border-radius: 10px;
  word-spacing: 15px;
  text-align: center;
}

#current-filter-mobile > a[b-f9uzcx0687] {
  position: relative;
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  margin-top: auto;
}

#current-filter-mobile > img[b-f9uzcx0687] {
  margin-bottom: 1px;
}

#filters-mobile[b-f9uzcx0687] {
  visibility: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  padding: 25px;
  background-color: #000000;
  border-radius: 10px;
  margin-top: 3px;
  text-align: center;
  opacity: 0;
  height: 0;
  transition-duration: 0.3s, 0.3s, 0s;
  transition-delay: 0s, 0s, 0s;
  transition-property: visibility, opacity, height;
}

.filters-mobile-visible[b-f9uzcx0687] {
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}

#filters-mobile > a[b-f9uzcx0687] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  margin-top: auto;
}

#filters-mobile > hr[b-f9uzcx0687] {
  width: 100%;
  border: 0;
  background: none;
  border-bottom: 2px solid #EC9D0F;
  margin: 0;
  opacity: 0.7;
}

.active-link[b-f9uzcx0687] {
  margin-bottom: 13px;
}

.active-link[b-f9uzcx0687]::after {
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
  height: 3px;
  background-color: #EC9D0F;
  border-radius: 20px;
  content: "";
}

#hotel-container[b-f9uzcx0687] {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #110E0E;
  width: calc(100% - 331px - 140px);
  overflow: hidden;
  overflow-y: scroll;
  float: right;
  height: calc(100% - 40px);
  padding: 0 70px 40px 70px;
}

#title > p[b-f9uzcx0687] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 500;
  font-size: 32px;
  text-align: left;
}

#subtitle > p[b-f9uzcx0687] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 300;
  font-size: 18px;
  text-align: left;
}

#back[b-f9uzcx0687] {
  align-items: center;
}

#back > img[b-f9uzcx0687] {
  margin-right: 15px;
  cursor: pointer;
}

#back > p[b-f9uzcx0687] {
  display: inline-block;
  color: #FFFFFF;
  font-size: 24px;
  font-family: "Inter";
  font-weight: 500;
}

#images-container[b-f9uzcx0687] {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

#main-image-container[b-f9uzcx0687] {
  padding-bottom: 100%;
  position: relative;
}

#main-image-container > img[b-f9uzcx0687] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gallery-container[b-f9uzcx0687] {
  padding-bottom: 100%;
  position: relative;
}

#gallery-inner-container[b-f9uzcx0687] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#gallery-inner-container > div[b-f9uzcx0687] {
  padding-bottom: 100%;
  position: relative;
}

#gallery-inner-container > div > img[b-f9uzcx0687] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#book-place-container[b-f9uzcx0687] {
  width: 100%;
  text-align: left;
}

#book-place-container > button[b-f9uzcx0687] {
  background-color: #EC9D0F;
  border-radius: 4px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  padding: 10px 20px;
}

[b-f9uzcx0687] .hotel-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 300px;
  background-color: #FFFFFF;
  margin-left: 2px;
}

[b-f9uzcx0687] .hotel-image-container {
  margin-top: 10px;
  width: 93%;
  padding-bottom: 93%;
  position: relative;
}

[b-f9uzcx0687] .hotel-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

[b-f9uzcx0687] .hotel-title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
}

[b-f9uzcx0687] .hotel-short-description {
  font-family: "Inter";
  font-weight: 300;
  font-size: 12px;
}

[b-f9uzcx0687] .hotel-details-button {
  width: 85%;
  height: 32px;
  background-color: #EC9D0F;
  border-radius: 5px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 12px;
  margin-top: 6px;
  border: 0;
  cursor: pointer;
}

[b-f9uzcx0687] div.cluster > div > span {
  color: #FFFFFF;
  font-size: 17px;
}

@media only screen and (min-width: 630px) and (max-width: 821px) {
  #hotel-container[b-f9uzcx0687] {
    top: 60px;
    left: 0;
    height: calc(100% - 90px);
    width: calc(100% - 60px);
    padding: 30px;
    padding-top: 0;
  }
  #title > p[b-f9uzcx0687] {
    margin: 20px 0;
  }
  #images-container[b-f9uzcx0687] {
    gap: 10px;
  }
}
@media only screen and (max-width: 630px) {
  #hotel-container[b-f9uzcx0687] {
    width: calc(100% - 30px);
    left: 0;
    top: 60px;
    height: calc(100% - 80px);
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  #back > p[b-f9uzcx0687] {
    font-size: 18px;
  }
  #title > p[b-f9uzcx0687] {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  #images-container[b-f9uzcx0687] {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  #gallery-container[b-f9uzcx0687] {
    padding-bottom: 25%;
  }
  #gallery-inner-container[b-f9uzcx0687] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #book-place-container[b-f9uzcx0687] {
    text-align: center;
  }
  #filters[b-f9uzcx0687] {
    display: none;
  }
  #filters-mobile-container[b-f9uzcx0687] {
    display: block;
  }
  [b-f9uzcx0687] .hotel-container {
    width: 200px;
    grid-template-columns: 1fr;
  }
  [b-f9uzcx0687] .hotel-image-container {
    width: 80%;
    margin: auto;
  }
  [b-f9uzcx0687] .hotel-details-button {
    width: 100%;
  }
}

/*# sourceMappingURL=Hotels.razor.css.map */
/* _content/ProSport/Pages/Index.razor.rz.scp.css */
body[b-gge7rfuwsi] {
  background: red;
}

#background[b-gge7rfuwsi] {
  position: absolute;
  top: 0;
  left: 331px;
  width: calc(100% - 331px);
  height: 100%;
  background-image: url("images/Index-BG-pc.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

#container[b-gge7rfuwsi] {
  position: relative;
  width: 100%;
  height: 100%;
}

#shading[b-gge7rfuwsi] {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#container-footer[b-gge7rfuwsi] {
  position: absolute;
  width: calc(100% - 190px);
  bottom: 0;
  padding: 95px;
}

#container-footer > #title[b-gge7rfuwsi] {
  width: 100%;
}

#container-footer > #title > p[b-gge7rfuwsi] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 700;
  font-size: 48px;
  text-align: left;
  margin-bottom: 30px;
}

#container-footer > #title > p > span[b-gge7rfuwsi] {
  color: #EC9D0F;
}

#container-footer > #subtitle > p[b-gge7rfuwsi] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 300;
  font-size: 18px;
  text-align: left;
}

#rates[b-gge7rfuwsi] {
  margin-top: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#rates > div[b-gge7rfuwsi] {
  text-align: center;
}

#rates > div > .numbers[b-gge7rfuwsi] {
  color: #EC9D0F;
  font-family: "Inter";
  font-weight: 800;
  font-size: 32px;
  margin: 0;
}

#rates > div > .description[b-gge7rfuwsi] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}

@media only screen and (min-width: 630px) and (max-width: 821px) {
  #background[b-gge7rfuwsi] {
    background-size: auto 100%;
    left: 0;
    width: 100%;
  }
  #shading[b-gge7rfuwsi] {
    height: 70%;
  }
  #container-footer[b-gge7rfuwsi] {
    bottom: 20%;
    padding: 80px;
  }
  #container-footer > #title > p[b-gge7rfuwsi] {
    font-size: 35px;
    text-align: center;
  }
  #container-footer > #subtitle > p[b-gge7rfuwsi] {
    font-size: 18px;
    text-align: center;
  }
}
@media only screen and (max-width: 630px) {
  #shading[b-gge7rfuwsi] {
    height: 90%;
  }
  br[b-gge7rfuwsi] {
    display: none;
  }
  #background[b-gge7rfuwsi] {
    background-size: auto 100%;
    left: 0;
    width: 100%;
    background-image: url("images/Index-BG-mobile.png");
  }
  #container-footer[b-gge7rfuwsi] {
    bottom: 0;
    padding: 40px;
    width: calc(100% - 80px);
  }
  #container-footer > #title > p[b-gge7rfuwsi] {
    font-size: 26px;
    text-align: left;
  }
  #container-footer > #subtitle > p[b-gge7rfuwsi] {
    font-size: 16px;
    text-align: left;
  }
  #rates[b-gge7rfuwsi] {
    display: grid;
    gap: 50px;
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
  #rates > div[b-gge7rfuwsi] {
    text-align: center;
  }
  #rates > div > .numbers[b-gge7rfuwsi] {
    font-size: 27px;
  }
  #rates > div > .description[b-gge7rfuwsi] {
    font-size: 20px;
  }
}

/*# sourceMappingURL=Index.razor.css.map */
/* _content/ProSport/Shared/Admin/AdminLayout.razor.rz.scp.css */
body[b-nz3uemw0f6] {
  margin: 0 !important;
}

#menu-container[b-nz3uemw0f6] {
  width: 331px;
  height: 100%;
  float: left;
}

#content-container[b-nz3uemw0f6] {
  width: calc(100% - 331px);
  height: 100%;
  float: right;
}

/*# sourceMappingURL=AdminLayout.razor.css.map */
/* _content/ProSport/Shared/Admin/AdminNavMenu.razor.rz.scp.css */
#container[b-e1m0v9bg5g] {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
  background-color: #000000;
}

#logo[b-e1m0v9bg5g] {
  width: 212px;
  margin: auto;
  padding-top: 36px;
}

#logo > img[b-e1m0v9bg5g] {
  width: 100%;
}

#logo > p[b-e1m0v9bg5g] {
  text-align: right;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Inter";
  font-weight: 300;
  margin: 0;
}

#center-container[b-e1m0v9bg5g] {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#menu-links[b-e1m0v9bg5g] {
  margin-bottom: 30px;
}

#menu-links > div[b-e1m0v9bg5g] {
  width: 100%;
}

#menu-links > div > div[b-e1m0v9bg5g] {
  display: inline-block;
}

#menu-links > div > div > a[b-e1m0v9bg5g] {
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  margin-top: 30px;
  display: block;
  position: relative;
}

.active-link[b-e1m0v9bg5g] {
  margin-bottom: 13px;
}

.active-link[b-e1m0v9bg5g]::after {
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #EC9D0F;
  border-radius: 20px;
  content: "";
}

#menu-contact-us > button[b-e1m0v9bg5g] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  background-color: black;
  border-radius: 46px;
  padding: 15px 30px;
  border: 2px solid #EC9D0F;
  cursor: pointer;
}

.menu-footer[b-e1m0v9bg5g] {
  width: 100%;
  position: absolute;
  bottom: 0;
}

#languages-container[b-e1m0v9bg5g] {
  text-align: center;
}

.language[b-e1m0v9bg5g] {
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  color: #FFFFFF;
  width: 100px;
  opacity: 50%;
  cursor: pointer;
}

.active-language[b-e1m0v9bg5g] {
  opacity: 100%;
}

#gap[b-e1m0v9bg5g] {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  top: 4px;
}

.icons[b-e1m0v9bg5g] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 38px;
  margin-top: 40px;
  margin-right: 57px;
  margin-left: 57px;
}
.icons a img[b-e1m0v9bg5g] {
  cursor: pointer;
}

/*# sourceMappingURL=AdminNavMenu.razor.css.map */
/* _content/ProSport/Shared/Admin/AdminSocialLinkDialog.razor.rz.scp.css */
#background[b-iotniwncdx] {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.3s all;
  visibility: hidden;
}

.background-visible[b-iotniwncdx] {
  visibility: visible !important;
  opacity: 1 !important;
}

#container[b-iotniwncdx] {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}

.container-visible[b-iotniwncdx] {
  transform: translate(-50%, -50%) !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#cross[b-iotniwncdx] {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#content[b-iotniwncdx] {
  position: relative;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  padding: 50px;
}

#inputs > input[b-iotniwncdx] {
  width: calc(100% - 10px);
  height: 50px;
  color: #000000;
  border: 0;
  padding: 0;
  border-radius: 4px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 10px;
}

p[b-iotniwncdx] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 500;
  font-size: 26px;
}

button[b-iotniwncdx] {
  width: 100%;
  height: 50px;
  background-color: #EC9D0F;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

#button:hover[b-iotniwncdx] {
  opacity: 0.7;
  cursor: pointer;
}

p[b-iotniwncdx] {
  margin: 0;
  padding-bottom: 20px;
}

[b-iotniwncdx] .validation-message {
  color: #db382c;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter";
}

/*# sourceMappingURL=AdminSocialLinkDialog.razor.css.map */
/* _content/ProSport/Shared/ClientLayout.razor.rz.scp.css */
body[b-2gwl709u6u] {
  margin: 0 !important;
}

#open-menu[b-2gwl709u6u] {
  display: none;
  position: absolute;
  top: 21px;
  left: 21px;
  z-index: 2;
  cursor: pointer;
}

#navbar-container[b-2gwl709u6u] {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 1;
  top: 0;
  display: none;
}

#menu-container[b-2gwl709u6u] {
  width: 331px;
  height: 100%;
  float: left;
}

#content-container[b-2gwl709u6u] {
  width: calc(100% - 331px);
  height: 100%;
  float: right;
}

@media only screen and (max-width: 821px) {
  #open-menu[b-2gwl709u6u] {
    display: block;
  }
  #close-menu[b-2gwl709u6u] {
    display: block;
  }
  #mobile-menu-button[b-2gwl709u6u] {
    display: block;
    opacity: 1;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
  }
  #navbar-container[b-2gwl709u6u] {
    display: block;
  }
  .menu-container-visible[b-2gwl709u6u] {
    opacity: 1 !important;
    left: 0 !important;
    visibility: visible !important;
  }
  #menu-container[b-2gwl709u6u] {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: -30%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
  }
  #content-container[b-2gwl709u6u] {
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 60px;
  }
}

/*# sourceMappingURL=ClientLayout.razor.css.map */
/* _content/ProSport/Shared/ContactUsDialog.razor.rz.scp.css */
#contact-window-background[b-24es69a254] {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.5s all;
  visibility: hidden;
}

.visible[b-24es69a254] {
  visibility: visible !important;
  opacity: 1 !important;
}

#contact-window[b-24es69a254] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 860px;
  height: 560px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}

.contact-window-visible[b-24es69a254] {
  transform: translate(-50%, -50%) !important;
}

#image[b-24es69a254] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#image > img[b-24es69a254] {
  width: 100%;
  height: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

#contacts[b-24es69a254] {
  padding: 20px;
  background-color: #000000;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

#title[b-24es69a254] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
}

#subtitle[b-24es69a254] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
}

#cross[b-24es69a254] {
  position: absolute;
  text-align: right;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.input[b-24es69a254] {
  width: calc(100% - 20px);
  height: 44px;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Inter";
  border: 0;
  outline: none;
}

#inputs[b-24es69a254] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

#inputs > div[b-24es69a254] {
  width: 100%;
}

[b-24es69a254] #inputs > div > input {
  width: calc(100% - 20px);
  height: 44px;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Inter";
  border: 0;
  outline: none;
}

[b-24es69a254] #inputs > div > textarea {
  width: calc(100% - 20px);
  height: 108px;
  padding: 10px;
  border: 0;
  background-color: #FFFFFF;
  border-radius: 5px;
  font-family: "Inter";
  outline: none;
}

#inputs > button[b-24es69a254] {
  height: 39px;
  background-color: #EC9D0F;
  border-radius: 4px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}

[b-24es69a254] .validation-message {
  color: #db382c;
  margin-top: 2px;
  font-size: 12px;
  font-family: "Inter";
}

@media only screen and (max-width: 821px) {
  #contact-window[b-24es69a254] {
    height: auto;
  }
  #contacts[b-24es69a254] {
    background-color: #110E0E;
    border-radius: 15px;
  }
  #contact-window[b-24es69a254] {
    width: 400px;
    grid-template-columns: 1fr;
  }
  #image[b-24es69a254] {
    display: none;
  }
}

/*# sourceMappingURL=ContactUsDialog.razor.css.map */
/* _content/ProSport/Shared/MobileNavBar.razor.rz.scp.css */
#container[b-zpox1k8p9q] {
  background-color: #000000;
  width: 100%;
  height: 100%;
}

#logo[b-zpox1k8p9q] {
  width: 177px;
  margin: auto;
  padding-top: 15px;
}

#logo > img[b-zpox1k8p9q] {
  width: 100%;
}

#logo > p[b-zpox1k8p9q] {
  text-align: right;
  color: #FFFFFF;
  font-size: 10px;
  font-family: "Inter";
  font-weight: 300;
  margin: 0;
}

/*# sourceMappingURL=MobileNavBar.razor.css.map */
/* _content/ProSport/Shared/NavMenu.razor.rz.scp.css */
#close-menu[b-lac61ginyb] {
  display: none;
  position: absolute;
  top: 21px;
  right: 21px;
  z-index: 3;
  cursor: pointer;
}

#container[b-lac61ginyb] {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
  background-color: #000000;
}

#logo[b-lac61ginyb] {
  width: 212px;
  margin: auto;
  padding-top: 36px;
}

#logo > img[b-lac61ginyb] {
  width: 100%;
}

#logo > p[b-lac61ginyb] {
  text-align: right;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Inter";
  font-weight: 300;
  margin: 0;
}

#center-container[b-lac61ginyb] {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#menu-links[b-lac61ginyb] {
  margin-bottom: 30px;
}

#menu-links > div[b-lac61ginyb] {
  width: 100%;
}

#menu-links > div > div[b-lac61ginyb] {
  display: inline-block;
}

#menu-links > div > div > a[b-lac61ginyb] {
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  margin-top: 30px;
  display: block;
  position: relative;
}

.active-link[b-lac61ginyb] {
  margin-bottom: 13px;
}

.active-link[b-lac61ginyb]::after {
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #EC9D0F;
  border-radius: 20px;
  content: "";
}

#menu-contact-us > button[b-lac61ginyb] {
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  background-color: black;
  border-radius: 46px;
  padding: 15px 30px;
  border: 2px solid #EC9D0F;
  cursor: pointer;
}

.menu-footer[b-lac61ginyb] {
  width: 100%;
  position: absolute;
  bottom: 0;
}

#languages-container[b-lac61ginyb] {
  text-align: center;
}

.language[b-lac61ginyb] {
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  color: #FFFFFF;
  width: 100px;
  opacity: 50%;
  cursor: pointer;
}

.active-language[b-lac61ginyb] {
  opacity: 100%;
}

#gap[b-lac61ginyb] {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  top: 4px;
}

.icons[b-lac61ginyb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 38px;
  margin-top: 40px;
  margin-right: 57px;
  margin-left: 57px;
}
.icons a[b-lac61ginyb] {
  cursor: pointer;
}

@media only screen and (max-width: 821px) {
  #close-menu[b-lac61ginyb] {
    display: block;
  }
  .icons[b-lac61ginyb] {
    grid-gap: 30px;
    justify-content: center;
  }
}

/*# sourceMappingURL=NavMenu.razor.css.map */
