/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/
@import "css2-family=Nunito-wght@400;700;900&display=swap.css"
  /*tpa=https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;900&display=swap*/;
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
img {
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
p,
a {
  font-family: nunito, sans-serif;
}
body {
  background-color: #fff;
}
.topMenu {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  width: 100%;
  padding: 1rem;
  min-height: 100px;
  height: auto;
  /* background-color: #335aa4; */
  z-index: 1000;
}
@media screen and (min-width: 900px) {
  .topMenu {
    height: 83px;
    padding-left: 0;
    padding-right: 0;
    /* background-color: #335aa4; */
  background-color: rgba(51, 90, 164, 0.7);
    
  }
}
.topMenu-container {
  width: calc(100% - 30px);
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 524px) {
  .topMenu-container {
    flex-direction: row;
  }
}
.topMenu-container-imgContainer {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
@media (min-width: 524px) {
  .topMenu-container-imgContainer {
    width: 30%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .topMenu-container-imgContainer {
    width: 200px;
    height: auto;
  }
}
.topMenu-container-options {
  width: calc(50%);
}
.topMenu-container-options ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.topMenu-container-options ul li a {
  color: #f3ba40;
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
}
@media (min-width: 1052px) {
  .topMenu-container-options ul li a {
    font-size: 12px;
  }
}
@media (min-width: 1255px) {
  .topMenu-container-options ul li a {
    font-size: 14px;
  }
}
.topMenu-container-buttonContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .topMenu-container-buttonContainer {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .topMenu-container-buttonContainer {
    width: 30%;
  }
}
@media screen and (min-width: 540px) {
  .topMenu-container-buttonContainer {
    flex-wrap: nowrap;
  }
}
.topMenu-container-buttonContainer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  margin: 0 1px;
  width: 60px;
  height: 30px;
  text-decoration: none;
  background-color: #f3ba40;
  font-size: 12px;
  font-weight: 900;
  color: #335aa4;
  border: none;
  border-radius: 10px;
}
@media screen and (min-width: 340px) {
  .topMenu-container-buttonContainer-button {
    margin: 0 3px;
    border: none;
    border-radius: 10px;
  }
}
@media screen and (min-width: 900px) {
  .topMenu-container-buttonContainer-button {
    width: 70px;
    height: 30px;
    border: none;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .topMenu-container-buttonContainer-button {
    padding: 0.5rem 3rem;
    border: none;
    border-radius: 10px;
  }
  .topMenu-container-buttonContainer-button:hover {
    background-color: #eaca77;
  }
}
.topMenu-container-buttonContainer .container-inputs {
  display: flex;
}
.topMenu-container-buttonContainer .container-inputs__errors {
  display: inline-block;
}
.topMenu-container-buttonContainer .form-login__input {
  width: 85px;
  height: 30px;
  margin: 0 2px;
  border: none;
  border-radius: 10px;
}
@media screen and (min-width: 340px) {
  .topMenu-container-buttonContainer .form-login__input {
    margin: 0 3px;
    border: none;
    border-radius: 10px;
  }
}
.betslip {
  color: #fff;
  background-color: #0f3377;
}
.betslip:hover {
  background-color: #009e0f;
}
@media screen and (min-width: 540px) {
  .btn-agent {
    width: 108px !important;
    margin-top: 0 !important;
  }
}
.agent {
  background: 0 0;
  color: #f3ba40;
  border: 2px solid #f3ba40;
}
.agent:hover {
  background-color: #009e0f;
}
.topMenu.position {
  position: static;
}
.topnav-login__form {
  display: flex;
  position: relative;
}
.topnav-login__input {
  margin: 0 0.5rem;
  width: 100px;
  border-radius: 5px;
  border: none;
}
.topnav-login__error {
  position: absolute;
  top: 1.8rem;
  left: 1rem;
}
.topnav-login__btn {
  border: none;
  border-radius: 5px;
  padding: 0.5rem;
  background-color: #f3ba40;
  color: #335aa4;
  font-weight: 600;
}
.modal {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  top: 10%;
}
.modal-header {
  background-color: #335aa4;
  color: #f3ba40;
  font-weight: 600;
}
.btn-close {
  filter: invert(1);
}

/**********************************added for history ******************************/
.primary-button {
    /* width: 250px; */
    color: #fff;
    display: flex;
    padding: 12px 8px;
    font-weight: 700;
    border-radius: 5px;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    transition: 0.1s ease-in;
    border: none;
  }
  .primary-button__classic {
    background-color: #f3ba40;
  }
  .primary-button__classic:hover,
  .primary-button__new {
    background-color: #f3ba40;
  }
  .primary-button__new:hover {
    background-color: #9fc795;
  }
  /**********************************added for history ******************************/

.carousel-item {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .carousel-item:nth-child(1) .carrousel-main img {
    width: 100%;
    max-width: 463px;
  }
}
@media screen and (min-width: 900px) {
  .carousel-item:nth-child(2) .carrousel-main img {
    width: 100%;
    max-width: 661px;
  }
}
@media screen and (min-width: 900px) {
  .carousel-item:nth-child(3) .carrousel-main img {
    width: 100%;
    max-width: 610px;
  }
}
.carriusel-item-container:nth-child(1) {
  background-image: url(slider_sports-imgs.jpg); /*tpa=https://www.playcr.ag/img/home/slider_sports-imgs.jpg*/
}
.carriusel-item-container:nth-child(2) {
  background-image: url(slider_horses-imgs.jpg); /*tpa=https://www.playcr.ag/img/home/slider_horses-imgs.jpg*/
}
.carriusel-item-container:nth-child(2) h2 {
  font-size: 32px;
  margin-top: 65px;
  font-weight: 900;
  color: #3359a0;
}
@media screen and (min-width: 900px) {
  .carriusel-item-container:nth-child(2) h2 {
    margin-top: 0;
    font-size: 75px;
    text-align: left;
  }
}
.carriusel-item-container:nth-child(3) {
  background-image: url(slider_casino-imgs.jpg); /*tpa=https://www.playcr.ag/img/home/slider_casino-imgs.jpg*/
}
.carriusel-item-container:nth-child(3) h2 {
  font-size: 32px;
  margin-top: 60px;
  font-weight: 900;
}
@media screen and (min-width: 350px) {
  .carriusel-item-container:nth-child(3) h2 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 900px) {
  .carriusel-item-container:nth-child(3) h2 {
    margin-top: 0;
    font-size: 75px;
    text-align: left;
  }
}
.carrousel-main {
  height: 375px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .carrousel-main {
    max-width: 1400px;
    height: 440px;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
  }
}
.carrousel-main-containerInfo {
  text-align: center;
  margin-top: 30px;
  margin-left: 41px;
  margin-right: 41px;
}
.carrousel-main-containerInfo h2 {
  font-size: 32px;
  font-weight: 900;
  color: #f3ba40;
}
@media screen and (min-width: 900px) {
  .carrousel-main-containerInfo {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .carrousel-main-containerInfo h2 {
    font-size: 75px;
    text-align: left;
  }
}
@media screen and (min-width: 900px) {
  .carrousel-main-containerImg {
    width: 50%;
  }
}
.carrousel-main-containerImg img {
  width: 263px;
}
.carousel-indicators {
  bottom: -45px;
}
.carousel-indicators button {
  background-color: #335aa4 !important;
  width: 43px !important;
  height: 8px !important;
  border-radius: 11px;
}
.cardsContainer {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 34px;
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
}
.cardsContainer-item {
  width: 33%;
  max-width: 408px;
  height: 234px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #243a7f;
  border-radius: 10px;
  text-decoration: none;
}
.cardsContainer-item-info {
  text-align: center;
  margin-top: 23px;
  font-size: 40px;
  color: #335aa4;
  font-weight: 900;
  height: 40px;
}
.cardsContainer-item-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cardsContainer-item-img img {
  width: 100%;
}
.cardsContainer-item:nth-child(1) {
  background-image: url(sports-Bckgr.jpg)
    /*tpa=https://www.playcr.ag/img/home/sports-Bckgr.jpg*/;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cardsContainer-item:nth-child(1) img {
  max-width: 194px;
}
.cardsContainer-item:nth-child(2) {
  background-image: url(casino-Bckgr.jpg)
    /*tpa=https://www.playcr.ag/img/home/casino-Bckgr.jpg*/;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cardsContainer-item:nth-child(2) img {
  max-width: 296px;
}
.cardsContainer-item:nth-child(3) {
  background-image: url(horses-Bckgr.jpg)
    /*tpa=https://www.playcr.ag/img/home/horses-Bckgr.jpg*/;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cardsContainer-item:nth-child(3) img {
  max-width: 365px;
}
.carrousel-mobile {
  margin-top: 40px;
  margin-bottom: 90px;
}
.cards-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cards-wrapper {
  display: flex;
  gap: 15px;
  width: 100%;
  max-width: 800px;
}
.cards-wrapper .cardsContainer-item {
  width: 50%;
}
.cards-wrapper .sports img {
  max-width: 194px;
}
.cards-wrapper .race img {
  max-width: 365px;
}
.card img {
  max-width: 100%;
  max-height: 100%;
}
.carrousel-mobile .carousel-control-prev,
.carrousel-mobile .carousel-control-next {
  bottom: -351px;
}
.carrousel-mobile .carousel-control-prev {
  left: 35%;
}
.carrousel-mobile .carousel-control-next {
  right: 35%;
}
.carrousel-mobile .carousel-control-next-icon,
.carrousel-mobile .carousel-control-prev-icon {
  filter: hue-rotate(90deg) brightness(0%);
}
.carrousel-cell {
  margin-top: 40px;
  margin-bottom: 90px;
}
.carrousel-cell .cards-wrapper {
  justify-content: center;
}
.carrousel-cell .cards-wrapper .cardsContainer-item {
  width: 100%;
}
.carrousel-cell .carousel-control-prev,
.carrousel-cell .carousel-control-next {
  bottom: -351px;
}
.carrousel-cell .carousel-control-prev {
  left: 35%;
}
.carrousel-cell .carousel-control-next {
  right: 35%;
}
.carrousel-cell .carousel-control-next-icon,
.carrousel-cell .carousel-control-prev-icon {
  filter: hue-rotate(90deg) brightness(0%);
}
.carousel-inner {
  z-index: 100;
}
.main-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 375px;
  background-repeat: no-repeat;
  background-position: center;
}
.main-banner-casino {
  background-image: url(slider-backgr.jpg); /*tpa=https://www.playcr.ag/img/casino/slider-backgr.jpg*/
}
.main-banner-horse {
  background-image: url(slider_horses-imgs.jpg); /*tpa=https://www.playcr.ag/img/home/slider_horses-imgs.jpg*/
}
.main-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .main-banner-content {
    flex-direction: row;
  }
}
.main-banner-content-containerInfo {
  margin-top: 50px;
  text-align: center;
  color: #e4b73f;
}
.main-banner-content-containerInfo h2 {
  font-size: 55px;
  font-weight: 900;
}
.main-banner-content-containerInfo-horse {
  color: #335aa4;
}
@media screen and (min-width: 768px) {
  .main-banner-content-containerInfo {
    margin-top: 0;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.main-banner-content-containerImg {
  display: flex;
  justify-content: center;
}
.main-banner-content-containerImg img {
  max-width: 367px;
}
.main-banner-content-containerImg-horse img {
  max-width: 307px;
}
@media screen and (min-width: 768px) {
  .main-banner-content-containerImg {
    width: 50%;
    flex-direction: column;
    justify-content: end;
  }
  .main-banner-content-containerImg img {
    max-width: 100%;
    max-height: 290px;
  }
}
.casino-information-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #335aa4;
}
.casino-information-container h2 {
  text-align: center;
}
.casino-information-container p {
  margin: 10px;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
}
.casino-games {
  padding: 3rem 0;
  background-color: #f0f1f3;
  max-width: 1280px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.casino-games__h2 {
  color: #335aa4;
}
.casino-games__layout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.casino-games__layout--grid {
  display: flex;
  flex-wrap: wrap;
}
.casino-games__layout--col1 {
  width: 100%;
}
.casino-games__layout--card-img {
  max-width: 200px;
  min-width: 90px;
  width: 100%;
}
.casino-games__layout--col2 {
  width: 100%;
  padding: 0 0 2rem;
  background-color: #05380f;
}
.casino-games__layout--h3 {
  font-size: var(--small-font-size);
  align-items: center;
  text-align: center;
  max-height: 100px;
  height: 100%;
}
.casino-games__layout--card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .casino-games__layout--card {
    width: 20%;
  }
}
.casino-games__layout--title {
  background-color: #4ab75c;
  text-align: center;
  color: #335aa4;
  font-weight: 700;
  padding: 0.5rem 0;
}
.casino-games__layout--imgs {
  padding: 0 1rem;
  row-gap: 2rem;
}
.login-container {
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 1275px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .login-container {
    margin-top: 100px;
    margin-bottom: 200px;
  }
}
.login-container-form {
  width: 100%;
  max-width: 342px;
  border: 1px;
  border-radius: 10px 10px 10px 10px;
  background-color: #335aa4;
  padding: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .login-container-form {
    margin: 0;
    width: 50%;
    max-width: 100%;
    border-radius: 10px 0 0 10px;
  }
}
.login-container-form h2 {
  width: 100%;
  margin-top: 46px;
  color: #f3ba40;
  text-align: center;
}
.login-container-form .signUp {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-container-form .signUp__form {
  width: 100%;
  max-width: 402px;
  height: 307px;
  display: flex;
  margin: 0 auto;
  margin-top: 0;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .login-container-form .signUp__form {
    height: 350px;
    margin-top: 20px;
  }
}
.login-container-form .signUp__form--label {
  color: #fff;
}
.login-container-form .signUp__form--input {
  height: 55px;
  border: 1px solid;
  border-radius: 5px;
}
.login-container-form .signUp__form .btn-login {
  height: 46px;
  border: 1px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 900;
  color: #3359a0;
  background-color: #f3ba40;
}
.login-container-form .signUp__form .btn-login:hover {
  background-color: #eaca77;
}
.login-container-img {
  width: 50%;
  border: 1px;
  border-radius: 0 10px 10px 0;
}
.login-container-img img {
  border: 1px;
  border-radius: 0 10px 10px 0;
}
.house-rules {
  padding: 3rem 0;
  background-color: #f0f1f3;
  max-width: 1280px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.house-information-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #335aa4;
}
.house-information-container h2 {
  text-align: center;
  font-weight: 700;
}
.house-information-container p {
  margin: 10px;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
}
.house-information-container span {
  font-weight: 700;
}
.rules-page {
  padding: 0.5rem;
  max-width: 100%;
}
.hose-rules-list {
  padding-right: 35px;
  padding-left: 35px;
}
.hose-rules-list li {
  margin-top: 10px;
  margin-bottom: 10px;
}
table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  min-width: 500px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
table .colum-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
table .colum-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
table td,
table th {
  min-width: 55px;
  height: 55px;
  padding: 8px 10px;
  box-sizing: border-box;
  border: 1px solid;
}
table td img,
table th img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}
table td.week-group-title,
table th.week-group-title {
  padding: 15px;
  text-align: center !important;
  background-color: #000;
}
table td:nth-child(2),
table th:nth-child(2) {
  text-align: left;
}
table .flag-td {
  width: 100%;
  height: 100%;
}
.max-container {
  max-width: 1280px;
}
.heading__content {
  text-transform: uppercase;
  font-weight: 700;
}
.sport-rules h3 {
  margin: 1rem 0;
}
.sport-rules h4 {
  margin: 1rem 0;
}
.sport-rules li {
  margin-bottom: 1rem;
}
table th {
  min-width: 55px;
  height: 55px;
  padding: 8px 10px;
  box-sizing: border-box;
  border: 1px solid;
}
@media (max-width: 1000px) {
  .tables-sport-rules {
    overflow-x: scroll;
  }
}
.privacy {
  padding: 3rem 0;
  background-color: #f0f1f3;
  min-height: 73vh;
  max-width: 1280px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.privacy-information-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #335aa4;
}
.privacy-information-container h2 {
  text-align: center;
  font-weight: 700;
}
.privacy-information-container p {
  margin: 10px;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
}
.privacy-information-container span {
  font-weight: 700;
}
.privacy-list {
  padding-right: 30px;
  padding-left: 30px;
  list-style: none;
}
.privacy-list li {
  margin-top: 15px;
  margin-bottom: 15px;
}
.rules {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rules__h1 {
  color: #335aa4;
  text-transform: uppercase;
}
.rules__img {
  text-align: center;
  width: 107px;
  height: 30px;
  margin-bottom: 13px;
}
.rules__container {
  padding: 20px;
  background-color: #f0f1f3;
  color: #335aa4;
  text-align: left;
  margin: 0;
  width: 100%;
}
.rules__list {
  color: #335aa4;
  margin: 2rem 0;
}
.rules__list--ul {
  padding: 0;
  gap: 0.7rem;
  display: flex;
  flex-wrap: wrap;
}
.rules__list--li {
  list-style: none;
}
.rules__list--a {
  text-decoration: underline;
  text-transform: uppercase;
}
.rules__container--slider {
  display: flex;
  flex-direction: column;
}
.rules__container--slider-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0.5rem;
}
.rules__container--slider-li1 {
  background-color: #335aa4;
  color: #f3ba40;
  padding: 0.5rem 1rem;
  border: 0.96px solid #335aa4;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .rules__container--slider-li1 {
    width: 20%;
  }
}
.rules__container--slider-li2 {
  padding: 1rem;
  border: 0.96px solid #335aa4;
  color: #335aa4;
  font-weight: 300;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .rules__container--slider-li2 {
    width: 80%;
    text-align: left;
    padding: 0.5rem 1rem;
  }
}
.rules__container-div {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .rules__container--ul {
    display: flex;
    flex-direction: row;
    list-style: none;
  }
}
.sport-rules__table {
  color: #335aa4;
  border-collapse: separate;
  border-spacing: 0 5px;
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.sport-rules__table--col1 {
  border-right: 0.96px solid #335aa4;
}
.sport-rules__table--th {
  font-weight: 500;
  border-bottom: 0.96px solid #335aa4;
  padding: 4px 1rem;
  width: 220px;
}
.sport-rules__table--th-bold {
  border-bottom: 0.96px solid #335aa4;
  font-weight: 800;
  text-align: center;
}
.sport-rules__table--td1 {
  background-color: #f3ba40;
  color: #335aa4;
  padding: 0.5rem 1rem;
  border: 0.96px solid #335aa4;
  width: 220px;
  text-align: center;
  text-transform: uppercase;
}
.sport-rules__table--td2 {
  padding: 0.5rem 1rem;
  border: 0.96px solid #335aa4;
  color: #335aa4;
  font-weight: 300;
}
.display {
  display: none;
}
@media screen and (min-width: 1024px) {
  .display {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .container__slider {
    display: none;
  }
}
.accordion-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
.container h1 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
.container h2 {
  font-weight: 500;
}
.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .accordion {
    width: 100%;
  }
}
.accordion .a-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 5px;
  background-color: #f3ba40;
  border: 1px solid #335aa4;
  margin-bottom: 7px;
}
.accordion .a-container .a-btn {
  margin: 0;
  position: relative;
  padding: 8px 26px;
  color: #335aa4;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  word-break: break-word;
}
.accordion .a-container .a-btn span {
  display: block;
  position: absolute;
  height: 14px;
  width: 14px;
  right: 15px;
  top: 13px;
}
.accordion .a-container .a-btn span:after {
  content: "";
  width: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #3359a0;
  position: absolute;
  top: 6px;
}
.accordion .a-container .a-btn span:before {
  content: "";
  width: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #3359a0;
  position: absolute;
  top: 6px;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.accordion .a-container .a-panel {
  width: 100%;
  color: #335aa4;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
}
.accordion .a-container.active .a-btn {
  color: #335aa4;
  background-color: #f3ba40;
}
.accordion .a-container.active .a-btn span::before {
  transform: rotate(0deg);
}
.accordion .a-container.active .a-panel {
  padding: 15px 10px 10px;
  opacity: 1;
  max-height: 100%;
  background-color: #f0f1f3;
}
.table-sports {
  margin: 0 auto;
  margin: 1rem;
  border-collapse: collapse;
}
.table-sportsth,
.table-sports td,
.table-sports tbody {
  padding: 0.5rem;
  border: 1px solid #000;
}
.accordion .a-container-horse {
  background-color: #f0f1f3;
}
.accordion .a-container-horse.active .a-btn {
  background-color: #fff;
}
.accordion .a-container-horse.active .a-panel {
  background-color: #fff;
}
.accordion .a-container-horse .a-btn span::after {
  top: 15px;
}
.accordion .a-container-horse .a-btn span::before {
  top: 15px;
}
.horse-track-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-img {
  max-width: 41px;
  margin-left: 10px;
  margin-right: 10px;
}
.accordion .a-container .a-btn-horse {
  display: flex;
  align-items: center;
}
.tracks-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.tracks-container-panels {
  width: 100%;
  background-color: #fff;
  border: 1px solid #335aa4;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 689px) {
  .tracks-container-panels {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .tracks-container-panels {
    width: 32%;
  }
}
.tracks-container-panels h2 {
  background-color: #335aa4;
  color: #f3ba40;
  border: 1px solid #335aa4;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tracks-container-panels ul {
  list-style: none;
  padding-top: 20px;
}
footer {
  margin-top: 10px;
  position: relative;
  z-index: 2;
  background-color: #3359a0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  footer {
    margin-bottom: 0;
  }
}
@media screen and (min-height: 1096px) {
  footer {
    margin-bottom: 51px;
    min-height: 40vh;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    margin-bottom: 0;
  }
}
footer a {
  display: flex;
  width: 100%;
  justify-content: center;
}
footer a img {
  margin-top: 20px;
  max-width: 177px;
  height: 50px;
}
footer div {
  width: 100%;
  max-width: 1400px;
}
footer div section {
  list-style: none;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
footer div section ul {
  padding-left: 0;
}
footer div section div {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  footer div section div {
    width: 25%;
    margin-top: 0;
  }
  footer div section div:nth-child(2) {
    order: 5;
  }
  footer div section div:nth-child(3) {
    order: 9;
  }
  footer div section div:nth-child(4) {
    order: 11;
  }
  footer div section div:nth-child(5) {
    order: 2;
  }
  footer div section div:nth-child(6) {
    order: 6;
  }
  footer div section div:nth-child(7) {
    order: 10;
  }
  footer div section div:nth-child(8) {
    order: 3;
  }
  footer div section div:nth-child(9) {
    order: 7;
  }
  footer div section div:nth-child(10) {
    order: 12;
  }
  footer div section div:nth-child(11) {
    order: 4;
  }
  footer div section div:nth-child(12) {
    order: 8;
  }
}
footer div section div a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
footer div section div a:hover {
  color: #eaca77;
}
.footerNav {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 40px;
  background-color: #e4b73f;
  align-items: center;
}
.footerNav .topMenu-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footerNav .topMenu-container .topMenu-container-options {
  width: 100%;
}
.footerNav .topMenu-container .topMenu-container-options ul {
  width: 100%;
  display: flex;
  gap: 0;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: space-around;
  align-items: baseline;
  font-size: 10px;
}
.footerNav .topMenu-container .topMenu-container-options ul li a {
  display: flex;
  flex-direction: column;
  color: #335aa4;
  font-size: 16px;
  justify-content: space-between;
}
.footerNav
  .topMenu-container
  .topMenu-container-options
  ul
  li
  a
  .icon-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footerNav
  .topMenu-container
  .topMenu-container-options
  ul
  li
  a
  .icon-container
  img {
  max-width: 39px;
}
.footerNav .topMenu-container .topMenu-container-options ul li a .horse img {
  max-width: 19px;
}
.footer-list--col {
  text-align: start;
  list-style: none;
}
.footer-list--link {
  text-decoration: none;
  color: #fff;
}

/****************** ADDED FOR DYNAMIC BACKGROUND *****************/
.slideshow {
  list-style-type: none;
}

/** SLIDESHOW **/
.slideshow,
.slideshow:after { 
    top: -16px; /*Not sure why I needed this fix*/
		position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0;
}

.slideshow li span { 
		position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    /* animation: imageAnimation 30s linear infinite 0s;  */
}
@media screen and (min-width: 900px) {

  .slideshow li span { 
		position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    /* background-position: top; */
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    /* animation: imageAnimation 30s linear infinite 0s;  */
}

  }


.slideshow li:nth-child(1) span { 
    background-image: url('../images/final-bg.jpeg'); 
}
/* .slideshow li:nth-child(2) span { 
    background-image: url('/pcr/banners/2.jpeg');
    animation-delay: 6s; 
}
.slideshow li:nth-child(3) span { 
    background-image: url('/pcr/banners/3.jpeg');
    animation-delay: 12s; 
}
.slideshow li:nth-child(4) span { 
    background-image: url('/pcr/banners/4.jpeg');   
    animation-delay: 18s; 
}
.slideshow li:nth-child(5) span { 
    background-image: url('/pcr/banners/5.jpeg');
    animation-delay: 24s; 
} */



@keyframes imageAnimation { 
  0% { opacity: 0.25; animation-timing-function: ease-in; }
  8% { opacity: 1; animation-timing-function: ease-out; }
  17% { opacity: 1 }
  25% { opacity: 0 }
  100% { opacity: 0 }
}



/* @keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
} */


.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}

/*************** ADDED FOR TOP AGENT BUTTON ON MOBILE ****************/
.agentbuttondiv{
  display:none;
}
@media screen and (max-width: 900px) {

.agentbuttondiv{
  display: block !important;
  position: absolute;
  bottom: 100px;
  left: 17%;
  /* justify-self: anchor-center; */
  /* align-items: center; */
  z-index: 1000;
  /* text-align: center; */
}
}
.sitebgnew{
  /* background-image: url("/pcr/TestPCR.png"); */
  background-position: top;
  background-color:#335aa4;
}
.sitebgnew2{
  /* background-image: url("/pcr/final-bg.jpeg"); */
  /* background-image: url("/pcr/banners/5.jpeg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; */
}
/* img.sitebgnew2{
	position: absolute;
	top: 0;
	left: 0;
  width: 100vw;
} */

#loginM {
  /* bottom: 100px; */
  /* position: fixed; */
  /* background-color: rgba(51, 90, 164, 0.5); */
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  /* width: 80%; */
  /* height: 300px; */
  border-radius: 10px;
  opacity: 50;
}
.logoshadow {
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  /* Similar syntax to box-shadow */
}