/* Sidebar Styles */
.match-card-abs{
   display: none;
}
#sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    left: -250px;
    top: 0;
    transition: 0.3s;
    z-index: 1050;
}

#sidebar.active {
    left: 0;
}

.sidebar-header {
    background: #1abc9c;
    margin-bottom: 0px;
}

.sidebar-header button {
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

#sidebar ul li a:hover,
#sidebar ul li.active a {
    background-color: #1abc9c;
    color: white;
}
#sidebar ul.submenu li a{
color:#555;
background-color: transparent;
padding-left: .85rem !important;
}
#sidebar ul.submenu li a:hover{
color:white;
background-color: #1abc9c;
}

#sidebar ul li a{

    text-decoration: none;
    display: flex;
    align-items: center;
    padding:5px;
    border-radius: 0px;

}
.message>span.success {
    color: white;
    display: block;
    padding: 5px;
    border-radius: 5px;
    background-color: green;
    text-align: center;
}
label{
    font-weight: bolder;
}
.app-usage {
    border-top: 1px solid #ededed;
    padding-top: 5px;
    margin-top: 30px;
}
.app-usage p{
    font-size: 14px;
}
.app-usage h2{
    font-size: 16px;
    font-weight: bolder;
    padding-top:15px;
}


.continent-group {
    border: none;
    margin: 0;
    padding: 0;
}

.note{
    background-color: navajowhite;
    padding: 14px;
}
.note p{
    margin:0;
    padding: 0;
}
.form-field{
    min-height: 48px !important;
}
.checkbox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-height: 220px;
    overflow: scroll;
    border: 1px solid #999;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.checkbox-item {
    display: flex;
    flex-direction: column;
    flex: 1;

    margin-bottom: 10px;
    cursor: pointer;
    background-color: #ededed;
    border-radius: 5px;
    padding: 8px;
    text-align: center;
    font-weight: bolder;
    color: darkblue;
    border: 1px solid #d2d2d2;
    transition: box-shadow 0.3s ease-in-out;
    min-height: 200px;
    max-width: 135px;
}
.checkbox-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


span.odd, td span.odd {
    display: block;
    padding: 4px;
    color: white;
    border-radius: 5px;
    text-align: center;
    background-color: #1abc9c;
}

.pointer {
    cursor: pointer;
}
.text-red {
    color: red;
}

.custom-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.custom-table-header,
.custom-table-row {
    display: flex;
    background: #13b790;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-bottom: 2px solid #222;
}

.custom-table-row {
    background: #f8f9fa;
    color: #000;
    font-weight: normal;
}

.custom-table-header div,
.custom-table-row div {
    flex: 1;
    padding: 8px;
    text-align: center;
    border-right: 1px solid #ccc;
    min-width: 90px;
     /* Prevent text overflow */

   width: fit-content;
    white-space: normal;  /* Allows text to break onto new lines */

}
.td, .th {
    max-width: 100px !important;
    width: 50px !important;
    min-width: initial !important;
}
.td.bookie,.th.bookie{
    max-width: 120px !important;
    width: 50px !important;
    min-width: initial !important;
}
.card-title{
    padding: 10px;
    background-color: #1abc9c;
    color: white;
    border-radius: 5px;
}
.custom-table-header div:last-child,
.custom-table-row div:last-child {
    border-right: none;
}
.timer{
    color:#1abc9c;
}

.custom-table-row:hover {
    background: #e9ecef;
}



/*STARTD FROM HERE*/
table.event-result-tools {
    height: inherit;
    margin: 0;
}
.row-innder {
    position: relative;
}

.result-toolbox {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ededed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}

th, td {
    padding: 10px;
    text-align: left;
}
table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 20px 0;
}

.card-body table{
    width: 100%;

}
.card-body table th,.card-body table td{
    padding: 0 !important;
    margin: 0 !important;
}
.card-body table{
    margin:0 !important;
    padding: 0 !important;
}








.hidden{
    display: none;
}
.league-title{
    color: #343a40;
}
.result-toolbox{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ededed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    z-index: 4;

}
div.row-innder:hover .result-toolbox{
    display: block;
    cursor: pointer;
}
div.row-innder{
    position: relative;
    min-height: 150px;
    padding-top: 50px;

}
th {
    background-color: #2c3d50;
    color: white;
    font-weight: bold;
    border: 0;
}
.flex{
    display: flex;
}
.predictor-tools{
    text-align: center;
    margin-right: 5px;
    display: flex;
}
.predictor-tools span{
    font-size: 16px;
}
.predictor-tools input{
    width: 34px;
    height: 24px;
    cursor: pointer;
}
table.event-result-tools{
    height: inherit;
    margin: 0;
}
table.event-result-tools td{
    width: 33%;
}
input.home_team_goals,input.away_team_goals{
    margin-top: 5px;
}
.save-match-result{
    font-weight: bolder;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    max-width: 100px;
    margin: auto;
    background-color: #1abc9c;
}
.prediction-won{
    font-size: 34px;
    color: green;
}
.result-toolbox form{
    background-color: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 15px;
}
span.prediction-won{
    font-size: 34px !important;color: white !important;background: green !important;border-radius: 50px !important;
}

.shadow-light {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* Soft shadow */
    transition: box-shadow 0.3s ease-in-out; /* Smooth transition */
}

.shadow-light:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15); /* Slightly deeper shadow on hover */
}

/* Mobile (max-width: 576px) */
@media (max-width: 576px) {

#usersContainer.grid-view .user-card {
    display: block;
    width: 100%;
}

.match-cell.text-arrange{
    text-align: left;
}
    .hide-on-mobile{
        display: none !important;
    }

}

label.form-check-label{
margin-top: 24px;
font-size: 16px;
}
label.form-check-label.on{
    color:#1abc9c;
}
label.form-check-label.off{
    color:#888;
}
.form-check-input:checked {
    background-color: #1abc9c;
    border-color: #1abc9c;
}
/* Hide default checkbox */

.toggle-setting {
    margin-top: 28px;
}

.card.product-item{
    border-top: 4px solid #1abc9c;
}
/* For the label immediately following the toggle */
.toggle-setting + label {
    margin-top: 24px;
}


/* Create a custom checkbox */
.predictor-tools {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-weight: bold;
    padding: 1px 11px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

/* Default background */
.predictor-tools {
    background-color: #f3f3f3; /* Light gray */
    border: 1px solid #ccc;
    margin-top: 5px;
}
.ml-1{
    margin-left: 5px;
}

/* Change background color when checkbox is checked */
.predict-check:checked + span {
    background-color: #28a745; /* Green for "Won" */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Styling for Lost */
.predict-check[value="lost"]:checked + span {
    background-color: #dc3545; /* Red for "Lost" */
    color: white;
}


.header-line{

    padding:2px;
    background-color: #1abc9c;
    color: white;
 }

.sports-header-style{
    background-image: url("images/header_bg.png");
    background-origin: center;
    background-size: cover;
    background-repeat: no-repeat;
}




















@media (max-width: 768px) {
.navbar{
    display: block;
}
}

/* Desktop (min-width: 992px) */
@media (min-width: 992px) {
    .grid-view .user-card {
        flex: 1 1 calc(33.333% - 1rem);
    }
    .show-on-mobile{
       visibility: hidden;
    }

    .show-on-desktop{
        display:block;
    }
}
/* Make table scrollable on small screens */
@media (max-width: 768px) {
 .show-on-desktop{
        display:none;
    }
    .navbar{
        position: sticky;
    top: 0;
    width: 100%;
    background: #fff; /* Change to match your design */
    z-index: 1000; /* Ensures it stays on top */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds a slight shadow */
    }

    /* Custom Table Styling */
.custom-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

/* Table Header */
.custom-table-header {
    display: flex;
    font-weight: bold;
    background: #333;
    color: #fff;
    padding: 10px;
    border-bottom: 2px solid #555;
}

/* Table Row */
.custom-table-row {
    display: flex;
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
    transition: background 0.3s ease;
}

.custom-table-row:nth-child(even) {
    background: #eee;
}

.custom-table-row:hover {
    background: #ddd;
}

/* Table Cells */
.custom-table-cell {
    flex: 1;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
}

.custom-table-cell:last-child {
    border-right: none;
}

/* Responsive for Small Screens */
@media (max-width: 768px) {
    .custom-table {
        min-width: 100%;
        width: 100%;
        overflow-x: auto;
        display: block;
    }

    .custom-table-header,
    .custom-table-row {
        display: flex;
        min-width: 900px; /* Adjust based on content */
        flex-wrap: nowrap;
    }

    .custom-table-cell {
        font-size: 14px;
        padding: 8px;
    }
}

/* Improve Clickable Links */
.custom-table-cell a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.custom-table-cell a:hover {
    text-decoration: underline;
    color: #0056b3;
}



}

div.tr{
    margin-top: 10px !important;
}
div.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.exit-scrapper:hover span{
    text-decoration: underline;
    cursor: pointer;
}
.display-odds h3{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
a.bookmaker-link{
    list-style: none;
    text-decoration: none;
    padding:10px;

}
a.bookmaker-link span{
    display: block;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
}
a.bookmaker-link:hover span {
    text-decoration: underline;
}
.container-prediction{
    background-color: #ededed;
    margin-bottom: 15px !important;
    border:1px solid ;
}

.bookmaker-SportyBet {
    background-color: red;
    color: white;
    display: block;
    text-align: center;
    font-weight: bolder;
}

.bookmaker-BangBet {
    background-color: yellow;
    color: #000;
    display: block;
    text-align: center;
    font-weight: bolder;
}

#scrape-odds-auto.scraping-in-progress {
    background-color: #999;
    cursor: not-allowed;
    pointer-events: none;
    border:0px none;
}

.bookmaker-Msport {
    background-color: black;
    color: yellow;
    display: block;
    font-weight: bolder;
    text-align: center;
}

.bookmaker-SoccaBet {
    background-color: green;
    color: yellow;
    display: block;
    font-style: italic;
    text-align: center;
    font-weight: bolder;
}























.components {
    padding-left: 0;
}

.components li {
    padding: 5px 0px;
}

.components li a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.components li a:hover,.components li:hover {
    background: inherit;
}

.components li i {
    margin-right: 10px;
    margin-left: 0px;
    margin-right: 23px !important;
}

/* Content */
#content {
    margin-left: 0;
    width: 100%;
    transition: 0.3s;
}

@media screen and (min-width: 992px) {
    #sidebar {
        left: 0;
    }

    #content {
        margin-left: 250px;
    }
    .navbar{
        display: none;
    }

}


.billings-area .card {
    border-radius: 1rem;
    transition: box-shadow 0.3s ease;
    min-height: 200px;
}
.billings-area .card:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}




/*Calculator CSS --START*

/* Container */
.calcus-container {
    width: 90%;
    max-width: 500px;
    background: #ffffff;
    margin: 30px auto;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Heading */
.calcus-container h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

/* Form Labels */
.calcus-container label {
    display: block;
    font-weight: bold;
    margin: 10px 0 5px;
    color: #555;
}

/* Input Fields */
.calcus-container input,
.calcus-container select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: border 0.3s ease-in-out;
}

.calcus-result.display-overlay {
    position: absolute;
    background: white;
    width: 100%;
    padding: 15px;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}


.calcus-container input:focus,
.calcus-container select:focus {
    border: 1px solid #007bff;
}

/* Buttons */
.calcus-container button {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    color: #fff;
    background: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.3s;
}

.calcus-container button:hover {
    background: #0056b3;
}

.calcus-container button:nth-child(2) {
    background: #28a745;
}

.calcus-container button:nth-child(2):hover {
    background: #1e7e34;
}

/* Results */
#stakeResults, #profitResult, #arbitrageResults {
    margin-top: 20px;
    padding: 10px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
}

/* Show/Hide for 3-Way Bet */
.hidden {
    display: none;
}

.show {
    display: block;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .show-on-mobile{
        visibility: visible;
    }
    .calcus-container {
        width: 95%;
        padding: 15px;
        position: relative;
    }
    .ss-display-none{
        display: none;
    }
}

/******CACULATOR CSS END**/


.logo-image{
    width: 80px;
    height: 80px;
    margin:auto;
    overflow: hidden;
    border-radius: 40px;
}
.logo-image img{
    width: 100%;
}





/**ADMIN LOGIN PAGE CSS**//

.administrative-login {
  max-width: 400px;
  margin: 60px auto;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.administrative-login h2 {
  font-size: 24px;
  margin-bottom: 1rem;
  text-align: center;
  color: #333;
}

.administrative-login .note p {
  font-size: 14px;
  color: #6c757d;
  text-align: center;
}

.administrative-login .form-control {
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 16px;
}

.administrative-login .btn {
  border-radius: 8px;
  font-weight: 600;
}

.message {
  text-align: center;
  padding: 10px;
  margin-bottom: 1rem;
  color: green;
  font-weight: 500;
}
.scrapper-area .message{
    padding: 0;
}
.text-success{
    font-weight: small;
}
.filter-graysale-1{
    filter: grayscale(88%);
}
.text-amigos{
    color:#1abc9c;
}

.bg-active-grey{
    background-color: #ededed;
}
.image-logo a{
    opacity: 1;
    display: block;
}
.scrapper-area .success span{
    margin-top: 10px;
}
.swal-custom-btnn{
    background: #2fa58a !important ;
}
.btn-success,.btn-primary,.swal-custom-btnn{
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #1abc9c !important;
    --bs-btn-border-color: #1abc9c !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #2b8770 !important;
    --bs-btn-hover-border-color: #2fa58a !important;
    --bs-btn-focus-shadow-rgb: 60,153,110 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #146c43 !important;
    --bs-btn-active-border-color: #13653f !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #198754 !important;
    --bs-btn-disabled-border-color: #198754 !important;
}
.navbar.bg-green{
    background: #1ABC9C;
    color: white;
background: linear-gradient(90deg, rgba(26, 188, 156, 1) 0%, rgba(23, 156, 129, 1) 50%, rgba(26, 188, 156, 1) 100%);
}
.navbar.bg-green a,.sidebar-header h4{
    color: white;
    font-weight: bolder;
    letter-spacing: 5px;
}
span.d-flex i {
    margin-right: 0px;
}





/**********FILTER SIDE BAR START****////



/* Desktop (min-width: 992px) */
@media (min-width: 992px) {
    #filterSidebar {
    width: 400px;
  }
}


/* Mobile (max-width: 576px) */
@media (max-width: 576px) {

#filterSidebar {
    width: 100%;
  }
}


#filterSidebar.open {
  right: 0;
}

#filterSidebarClose {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1060;
  background-color: #ededed;
  border-radius: 50px;
  padding: 10px;
}

#filterTrigger{
    bottom: 0;
    right: 0;
    margin-right: 20px;
    z-index: 1050;

}
#filterSidebar {
  position: fixed;
  min-width: 400px;
  right: -100%;
  height: 100vh;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.15);
  transition: right 0.3s ease-in-out;
  z-index: 1055;
  overflow-y: auto;
  top: 0; right: 0;
  display: none;
}

button.filter-trigger {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    text-align: center;
    text-align: center;
}

button.filter-trigger i{
     font-size: 36px !important;
}


.match-loading-placeholder {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: .5rem;
}

.match-loading-placeholder .loader {
  height: 100px;
  border-radius: 12px;
  background: linear-gradient(-90deg, #eeeeee 0%, #dddddd 50%, #eeeeee 100%);
  background-size: 400% 400%;
  animation: shimmer 1.2s ease-in-out infinite;
}

@keyframes shimmer {
  0% { background-position: 100% 0 }
  100% { background-position: -100% 0 }
}


/* Mobile Devices (Portrait & Landscape, up to 767px) */
@media only screen and (max-width: 767px) {
  /* Mobile-specific styles go here */

  .matchLoading:nth-child(2), .matchLoading:nth-child(3){
        display: none;
    }
}

/* Tablet Devices (768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Tablet-specific styles go here */
  .matchLoading:nth-child(3){
    display: none;
  }
}

/* Desktop Devices (1025px and above) */
@media only screen and (min-width: 1025px) {
  /* Desktop-specific styles go here */
}




/*********FILTER SIDE BAR ENDS HERE***///






/**DISPLAY USERS ACCOUT BOXES ADMIN AREA**/
.form-check .form-check-input {
    float: left;
    margin-left: 0;
}

.form-switch {
    padding-left: 0;
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
    margin-right: 10px;
}
.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: 0;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
#usersContainer .user-card {
    display: none;
}
.reset-toolbox-settings{
    padding: 3px 10px;
}
#usersContainer.grid-view .user-card {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}
.user-info p{
    margin-bottom: 0;
}

#usersContainer.list-view .user-card {
    display: block;
    width: 100%;
}
.stylist-border-top{
    border-top: 4px solid #1abc9c;
}
.stylist-border-bottom{
    border-bottom: 4px solid #1abc9c;
}
.dropdown-item{
    cursor: pointer;
}
.user-info label{
    min-width: 120px;
}
.users-container,#usersContainer{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.user-card {
    background: #fff;
    border: 1px solid #ccc;
    padding: 1rem;
    flex: 1 1 300px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}




.list-view .user-card {
    flex: 1 1 100%;
}

.user-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-actions {
    margin-top: 0.5rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}




.sidebar-header h4 {
  margin-bottom: 10px;
}



.nav-link {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #333;
}

.nav-link i.material-icons {
  font-size: 20px;
  margin-right: 8px;
}

.nav-link.active {
  background: #007bff;
  color: white;
}

.has-submenu > .submenu {
  display: none;
  padding-left: 10px;
}

.has-submenu.open > .submenu {
  display: block;
}
.has-submenu.open > .submenu a{
background-color:transparent;
color: #f3f3f3;
}

.submenu-icon {
  transition: transform 0.3s ease;
}

.has-submenu.open .submenu-icon {
  transform: rotate(180deg);
}

.slip-tools{

}
.row {
    align-items: flex-start;
}

.match-list .slip-match-item:last-child {
    margin-bottom: 102px !important;
}
.match-list .slip-match-item:last-child>hr{
visibility: hidden;
}
.markets.details .odd{
    margin-right: 5px;
    color: white;
    border-radius: 25px;
    height: 40px;
    min-width: 40px;
    text-align: center;
    padding-top: 8px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.markets.details .odd:nth-child(1){
    background-color: #26bc9e;

}
.markets.details .odd:nth-child(2){
    background-color: #26bc9e;
}


.amigos-alert {
    background-color: #f0f9ff;
    border: 1px solid #90cdf4;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    position: relative;
}

.amigos-alert .alert-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.amigos-alert strong {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.amigos-footer{
    padding-top: 15px; text-align: center; font-size: 14px; color: #666;
}


.amigos-slip-footer .amigos-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 8px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #2c3e50;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 20px;
}

.amigos-slip-footer .amigos-footer a:hover {
    background-color: #fff;
    border:1px solid #2c3e50;
    color: white;
    transform: scale(1.1);
}
.amigos-slip-footer .amigos-footer a:hover  *{
    color: white ;


}

img.icon.twitter, img.icon.facebook,img.icon.linkedin,img.icon.whatsapp{
    width: 24px;
    margin-top:-2px;
}




.list-matches.grid-view .match-card {
  display: inline-block;
  width: 48%;
  margin: 1%;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  min-height: 200px;
}
.list-matches .match-card *{
cursor: pointer;
}

.list-matches.list-view .match-card {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.match-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
}

.match-info {
  margin-left: 10px;
}

.team-logo {
  width: 20px;
  height: 20px;
}

.page-btn {
  margin: 2px;
  padding: 5px 10px;
  border: none;
  background: #eee;
  cursor: pointer;
}

.page-btn.active {
  background: #007bff;
  color: white;
}




.filter-sort-controls select,
.filter-sort-controls input[type="search"],
.filter-sort-controls input[type="date"] {
  width: 32.55%;
  min-width: 180px;
}

.filter-sort-controls input[type="range"] {
  width: 100%;
}


@media (max-width: 768px) {
  .filter-sort-controls select,
  .filter-sort-controls input[type="search"],
  .filter-sort-controls input[type="date"] {
    width: 100% !important;
    min-width: unset;
  }

  .filter-sort-controls {
    gap: 1rem;
  }
}


.widget-title {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
}


.user-info{
  display: none;
}
