
a:focus,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

body {
    font-family: "Poppins";
    font-display: swap;
}

*:focus {
    outline: none;
}

blockquote {
    padding: 0;
    margin: 0;
}

button {
    background-color: #fff;
}

button,
button:active {
    border: none;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input,
button,
select,
textarea {
    outline: none;
}

label {
    margin-bottom: 0;
}

p {
    margin: 0;
}

i {
    font-style: normal;
}

i.fa-star,
i.fa-star-o {
    font-size: 25px;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-lightgray {
    color: var(--lightgray);
}

body {
    font-family: Roboto, sans-serif !important;
    font-display: swap;
    background-color: #fff;
    padding-bottom: 75px;
    padding-top: 60px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

body::-webkit-scrollbar {
    display: none;
}

.page {
    max-width: 100vw;
    overflow-x: hidden;
}

.text-orange {
    color: var(--orange_color);
}

.bg-orange {
    background-color: var(--orange_color) !important;
}

.border-orange {
    border-color: var(--orange_color);
}

.text-poppins {
    font-family: "Poppins", sans-serif;
    font-display: swap;
}

.cursor-pointer {
    cursor: pointer;
}

.button-active:active {
    transform: translateY(2px);
}

.text-roboto {
    font-family: "Roboto", sans-serif;
    font-display: swap;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}


/* bet slip loader */

.ball-loader-container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 20;
}

.ball-loader-container img {
    width: 70px;
    height: 70px;
}

.inplay_container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.router-link-active {
    background-color: var(--orange_color) !important;
    color: var(--link_active_color);
}

#main_nav_tabs .nav-link:hover {
    background-color: var(--orange_color);
    color: var(--link_active_color) !important;
}

.open-bets-nav.active {
    border-bottom: 2px solid var(--header_color);
}

.white-space-nowrap {
    white-space: nowrap;
}

.bbt-2 {
    border-bottom: 2px solid white;
}

.bets-select-option {
    border: 2px solid !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination-sm li:first-child a {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    margin-left: 0;
}

.pagination-sm li:first-child a {
    display: flex;
    padding-left: 10px;
    list-style: none;
}

.pagination .disabled a {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-sm a {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination .active a {
    color: var(--link_active_color);
    background-color: var(--orange_color);
    border: none;
    z-index: 3;
}

.width-140 {
    width: 140px !important;
}

.width-420 {
    width: 420px !important;
}

@media only screen and (max-width: 767px) {
    .width-420 {
        width: 140px !important;
    }
}

.tv-iframe {
    height: 235px !important;
    width: 100%;
}
