body.info .info-pages .casino-title {
  color: #0d0d2a;
  font-size: 1.2em;
  font-weight: bold;
}

body.info .info-pages h1 {
  color: #0d0d2a;
  font-size: 1.2em;
  font-weight: bold;
}

body.info .info-pages hr {
  border: 1px solid #969bb4;
  opacity: 0.25;
  margin-bottom: 10px;

  /* border: solid 1.5px #000000;
  font-weight: bold;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px; */
  /* border: none;
    border-top: 1px solid black;
    height: 1px;
    Set the hr color */
  /* color: #333;  /* old IE */
  /* background-color: #333;  Modern Browsers  */
}

body.info .info-pages .casino-subtitle {
  color: #0d0d2a;
  font-size: 0.9em;
  font-weight: bold;
}

body.info .info-pages h2,
body.info .info-pages h3 {
  color: #0d0d2a;
  font-size: 14px;
  font-weight: bold;
}

body.info .info-pages .casino-text {
  color: black;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

body.info .info-pages p {
  color: black;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

/* body.info .info-pages p a {
  color: #3D64F2;
  font-weight: bold;
  text-decoration: none;
} */

body.info .info-pages a {
  color: #3d64f2;
  font-weight: 800;
  text-decoration: none;
}

body.info .info-pages a:hover {
  color: #1bb96b;
  text-decoration: underline;
}

body.info .info-pages .accordion-body p {
  color: black;
  font-size: 0.8em;
  font-weight: normal;
  text-align: left;
}

body.info .info-pages .casino-accordion-title {
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

body.info .info-pages .casino-accordion-title:hover {
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

/* Fixing accordion styles */
body.info .info-pages .accordion-button:not(.collapsed) {
  color: #1bb96b;
  background-color: transparent;
  font-weight: bold;
  /* border: 0.3em solid #1BB96B; */
  /* box-shadow: 0 0 20px rgb(27,185,107);  */
}
body.info .info-pages .accordion-button::after {
  font-weight: bold;
  background: url("../../assets/img/arrow_accordion.svg") 0 0 no-repeat !important;
  background-size: var(--bs-accordion-btn-icon-width);
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
}
body.info .info-pages .accordion-button:not(.collapsed)::after {
  font-weight: bold;
  background-image: url("data:image/svg+xml,<svg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2 2L8 8L14 2' stroke='%231BB96B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
}

/* body.info .info-pages .accordion-button.collapse{
  border:none;
}  */
body.info .info-pages .accordion-button:focus {
  border: none;
  box-shadow: none;
}
body.info .info-pages .accordion-button:not(.collapsed) {
  box-shadow: none;
  /* border: #1bb96b 0.3em solid; */
}

.accordion-collapse {
  /*transition: width 0.2s, height 0.2s, transform 2s;*/
  transition: none;
}

body.info .info-pages .accordion-button.collapsed {
  border-bottom: 1px solid #969bb4;
}

body.info .info-pages .accordion-item .accordion-header {
  /*border: 0.3em solid #1BB96B;*/
  border: none;
}

body.info .info-pages #accordion3D .accordion-body {
  border-bottom: none;
}

body.info .info-pages .accordion-body {
  border-bottom: 1px solid #969bb4;
}

/* Menu */
body.info .info-pages .menu_tabs {
  border-radius: 5px;
  background-color: #5d6ba7;
  position: relative;
  display: flex;
  justify-content: center;
}
body.info .info-pages .menu_tabs .tab {
  padding: 10px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
body.info .info-pages .menu_tabs .tab:hover {
  background: #1d1d49;
}
body.info .info-pages .menu_tabs a {
  text-align: center;
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
body.info .info-pages .menu_tabs .tab:hover a {
  background: url(../../assets/img/line.png) bottom left repeat-x;
  color: #1bb96b;
  text-decoration: none;
}

body.info .info-pages .casino-accordion-text {
  color: black;
  font-size: 0.8em;
  font-weight: normal;
  text-align: left;
}

/* Fix the border en card footer */
body.info .info-pages .card {
  border: none;
}

body.info .info-pages .card .card-footer {
  border: none;
}

body.info .info-pages .casino-list-text {
  color: black;
  font-size: 0.8em;
  font-weight: 600;
}

body.info .info-pages li {
  color: black;
  font-size: 0.8em;
  /* font-weight: 600; */
}

body.info .info-pages .accordion-body img {
  max-width: 100%;
}

/* Revisar este tema en fase 2 */
body.info .info-pages .menu_tabs .tab:not(:last-child) {
  border-bottom: #b9bcce thin solid;
}

@media screen and (min-width: 1980px) {
  /* body.info .info-pages img {
    max-width: 50% !important;
    margin: 0 auto 2em;
    display: block;
  } */

  body.info .info-pages .ultimate-img {
    max-width: 35% !important;
  }

  body.info .info-pages .props-img {
    max-width: 30% !important;
  }
}

@media screen and (max-width: 1980px) {
  /* body.info .info-pages img {
    max-width: 50% !important;
    margin: 0 auto 2em;
    display: block;
  } */

  body.info .info-pages .ultimate-img {
    max-width: 35% !important;
  }

  body.info .info-pages .props-img {
    max-width: 30% !important;
  }
}

@media screen and (max-width: 1366px) {
  /* body.info .info-pages img {
    max-width: 80% !important;
    margin: 0 auto 2em;
    display: block;
  } */

  body.info .info-pages .ultimate-img {
    max-width: 65% !important;
  }

  body.info .info-pages .props-img {
    max-width: 60% !important;
  }
}

@media screen and (max-width: 990px) {
  body.info .info-pages .menu_tabs .tab:not(:last-child) {
    border-bottom: #b9bcce thin solid;
  }
}

@media screen and (max-width: 640px) {
  /* body.info .info-pages img {
    max-width: 100% !important;
    margin: 0 auto 2em;
    display: block;
  } */

  body.info .info-pages .ultimate-img {
    max-width: 100% !important;
  }

  body.info .info-pages .props-img {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 390px) {
  body.info .info-pages .casino-img-desktop {
    display: none;
  }
  body.info .info-pages .casino-img-mobile {
    width: 334px !important;
    height: 414px !important;
  }
}
body.info .info-pages table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
body.info .info-pages table thead {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

body.info .info-pages #pick tr {
  --bs-table-bg: white;
}

body.info .info-pages .bg-white {
  background-color: white;
}

body.info .info-pages table > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
body.info .info-pages table > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
body.info .info-pages table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(
    --bs-table-color-state,
    var(--bs-table-color-type, var(--bs-table-color))
  );
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px
    var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
body.info .info-pages table th,
body.info .info-pages table td {
  font-size: 0.8em;
}

body.info footer h2,
body.info footer p,
body.info footer li,
body.info footer a {
  color: var(--bs-white);
  font-weight: 400;
}
body.info footer li {
  color: var(--bs-white);
  font-weight: 400;
}
body.info footer h2 {
  font-weight: bold;
}
body .info img {
  background-image: url("/public/assets/img/dotline3.gif");
  background-repeat: repeat-y;
}
/*body.info .navbar.navbar-expand-lg h2,
body.info .navbar.navbar-expand-lg p,
body.info .navbar.navbar-expand-lg li,
body.info .navbar.navbar-expand-lg a {
  color: var(--bs-white);
  font-weight: 400;
}
*/

/* Center menubar */
@media only screen and (min-width:1201px) and (max-width:1279px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
    width: 87%;
    float: center;
  }
}

@media only screen and (min-width:1280px) and (max-width:1310px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
    width: 89%;
    float: center;
  }
}

@media only screen and (min-width:1311px) and (max-width:1434px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
    width: 87%;
    float: center;
  }
}

@media only screen and (min-width:1435px){
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
    width: 80%;
    float: center;
  }
}

/* End Center menubar */