@media only screen and (min-width: 768px) {

    .py-5{
     padding-top: 5rem !important;
     padding-bottom: 5rem !important;
    }
}


body {
  font-family: "Poppins", sans-serif;
}

.nav-link:hover{
    color: rgb(66, 96, 184) !important;
}
.nav-link.active{
    color: rgb(66, 96, 184) !important;
}
a:active {
  color: rgb(66, 96, 184) !important;
}

/*
*
*
* Background Images
*
*/

.bg-banner-feeling-lucky {
  background-image: url(../img/football-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-banner-footer {
  /*background-image: url(../img/banner-footer.webp);*/
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-banner-popular {
  /*background-image: url(../img/dark-bg.webp);*/
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-mp-gradient {
  /*background-image: url(../img/gradient-bg.webp);*/
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-main {
  /*background-image: url(../img/main-banner-2.avif);*/
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-match-preview {
  /*background-image: url(../img/match-preview-banner.webp);*/
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-signin-page {
  background-image: url(../img/signin-bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-mp-transparent {
  background: transparent !important;
}

.rounded-bottom-4 {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.px-2-5 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/*
*
  Extra Margins
*
*/
.my-6 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-7 {
  margin-top: 5.875rem;
  margin-bottom: 5.875rem;
}

.mt-7 {
  margin-top: 5.875rem;
}

/*
*
  Typography
*
*/
.text-lg {
  font-size: 3rem;
}
.text-m-lg {
  font-size: 2rem;
}
.text-md {
  font-size: 1.5rem;
}

.text-sm {
  font-size: 1.125rem;
}

.text-xs {
  font-size: 0.9rem;
}

.text-xxs {
  font-size: 0.875rem;
}

.text-mp-justify {
  text-align: justify !important;
}

.heading {
  font-size: 2.25rem !important;
}

/*
*
  Color
* 
*/

.vip-bg {
  background: #515151;
}

.premium-bg {
  background: #3d3d3d;
}

.basic-bg {
  background: #212121;
}

.light-gray {
  background-color: #8e8e8e !important;
}

.dark-gray {
  background-color: #d7d7d7 !important;
}

.bg-mp-blue {
  background-color: #455dbd;
}

.bg-black {
  background: #000;
}

.table-link .active {
  color: #fff !important;
}

.table-link .nav-link {
  color: #fff !important;
}

.width-inherit {
  width: inherit;
}

/*
*
* Rounded
*
*/

.rounded-4 {
  border-radius: 30px;
}

.rounded-20px {
  border-radius: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.split-background {
  background-color: #000000;
  background-image: -webkit-linear-gradient(
    180eg,
    #ffffff 0%,
    #ffffff 60%,
    #292423 60%,
    #292423 60%
  );
  background-image: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 60%,
    #292423 60%,
    #292423 60%
  );
}

.nav-item .active {
  border: solid 2px #000 !important;
  border-radius: 30px !important;
  background-color: transparent !important;
  color: rgb(175, 175, 175) !important;
}

.btn-fill-blue {
  background-color: #3e4c84 !important;
}

.py-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-10 {
  padding-top: 10em;
  padding-bottom: 10rem;
}

.wi-50 {
  width: 200px;
  background: #fff;
  height: 1px;
}

/*
*
*
* Table CSS
*
*/

.table-max-width-800px {
  max-width: 800px;
}

.table-max-width-1200px {
  max-width: 1200px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 350px;
  margin: 0px auto;
}

table tr th:last-child,
table tr td:last-child {
  border-right: 1px solid #bbb;
}

table tr th,
table tr td {
  border-bottom: 1px solid #bbb;
  padding: 5px;
  text-align: left;
}
table tr th:first-child,
table tr td:first-child {
  border-left: 1px solid #bbb;
}
table tr th {
  background: #eee;
  border-top: 1px solid #bbb;
  text-align: left;
}

/* top-left border-radius */
table tr:first-child th:first-child {
  border-top-left-radius: 15px;
}

/* top-right border-radius */
table tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.h-10px {
  height: 10px;
}

.h-20px {
  height: 20px;
}

/*
* 
* Slider Settings
*
*/

.slick-prev {
  width: 40px;
  height: 40px;
  background: #000;
  margin-right: 50px;
}

.slick-next {
  width: 40px;
  height: 40px;
  background: #000;
  margin-right: 50px;
}
.slick-next:hover {
  width: 40px;
  height: 40px;
  background: #000;
  margin-right: 50px;
}

.slick-next::before,
.slick-prev::before {
  font-size: 30px;
  color: #fff;
}

/*
*
*
* CSS Switch
*
*/
.toggle {
  --width: 290px;
  --height: calc(var(--width) / 4);

  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--height);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: var(--height);
  cursor: pointer;
}

.toggle input {
  display: none;
}

.toggle .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--height);
  background-color: #ccc;
  transition: all 0.4s ease-in-out;
}

.toggle .slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--height));
  height: calc(var(--height));
  border-radius: calc(var(--height) / 2);
  background-color: #000;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}

.toggle input:checked + .slider {
  background-color: transparent;
  border: solid 2px #000;
}

.toggle input:checked + .slider::before {
  transform: translateX(calc(var(--width) - var(--height)));
}

.toggle .labels {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-family: sans-serif;
  transition: all 0.4s ease-in-out;
}

.toggle .labels::after {
  content: attr(data-off);
  position: absolute;
  right: 20px;
  top: 10px;
  color: #4d4d4d;
  opacity: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
}

.toggle .labels::before {
  content: attr(data-on);
  position: absolute;
  left: 20px;
  top: 10px;
  color: #000;
  opacity: 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease-in-out;
}

.toggle input:checked ~ .labels::after {
  opacity: 0;
}

.toggle input:checked ~ .labels::before {
  opacity: 1;
}
.border-bottom {
     display: flex;
    justify-content: center;
}
.border-bottom > picture{
    display: flex;
    justify-content: center;
}



.row:before, .row:after {
    display: inline-block;
}
