@font-face {
    font-family: "Protest Strike";
    font-display: swap;
    src: url(../fonts/Protest_Strike/ProtestStrike-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Poppins-Medium";
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Medium.ttf) format("truetype");
}
@font-face {
    font-family: "Poppins-Italic";
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Italic.ttf) format("truetype");
}
@font-face {
    font-family: "Poppins-Light";
    font-display: swap;
    src: url(../fonts/Poppins/Poppins-Light.ttf) format("truetype");
}

@font-face {
    font-family: "DS-DIGI";
    font-display: swap;
    src: url(../fonts/ds_digital/DS-DIGI.TTF) format("truetype");
}


:root {
    --btn-blue: #005192;
    --custom-blue: #00508F;
    --custom-darkblue: #040F18;
}

/* custom checkbox */
.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.custom-checkbox p {
    margin-bottom: 0;
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-checkbox span {
    display: inline-block;
    width: 25px;
    height: 25px;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--btn-blue);
    background-color: #fff;
    margin-right: .5em;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input:checked ~ span {
    background-color: var(--btn-blue);
}

.custom-checkbox span::after {
    display: none;
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.custom-checkbox input:checked ~ span::after {
    display: block;
}
/* end of custom checkbox */

/* navbar */
button.nav-link {
    background-color: transparent;
    border: none;
    outline: none;
}

button.nav-link::after {
    display: none;
}

.navbar .dropdown-menu {
    left: unset;
    right: 30px;
    min-width: 12rem;
    text-align: center;
    border-radius: 0;
}

.navbar .dropdown-menu a {
    color: #000;
    margin: 0 !important;
}

.navbar .dropdown-menu a:hover {
    background-color: transparent;
}
/* end of navbar */

/* static content */
.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-family: "Poppins-Medium", serif;
    text-transform: uppercase;
}

.static-content h1 {
    font-size: 35px;
}
.static-content h2 {
    font-size: 32px;
}
.static-content h3 {
    font-size: 30px;
}
.static-content h4 {
    font-size: 25px;
}
.static-content h5 {
    font-size: 22px;
}
.static-content h6 {
    font-size: 19px;
}

.static-content img {
    max-width: 100%;
}

.static-content ul {
    columns: 2;
    padding: 0;
}

.static-content li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0.6em;
    padding-left: 45px;
    display: inline-block;
}

.static-content li::before {
    content: "";
    background-color: #000;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}
/* end of static content */

/* base stuff */
form label a,
form label a:hover {
    text-decoration: underline;
}

.base_container {
    min-height: 450px;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

.navbar-nav .dropdown-toggle::after,
.hidden {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.navbar-toggler {
    border-color: #8d9aab;
}

form small {
    text-align: left !important;
    color: #f00;
}

a:focus,
a:hover,
a:focus *,
a:hover *{
    text-decoration: none !important;
    color: currentColor;
}
/* end of base stuff*/

/* popup */
.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    /*height: 400px;*/
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.35);
    padding: 1.2em 1em;
    overflow: scroll;
}

/*.popup-modal .popup-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    padding: 1.2em 1em;*/
/*}*/

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}
/* end of popup */

body {
    font-family: "Poppins", serif;
    color: #2b2b2b;
}

a,
a:hover {
    text-decoration: none;
    color: #2b2b2b;
}

.general-padding {
    padding-top: 5em;
    padding-bottom: 5em;
}

/* SPORT VEGAS CSS START */
.black-header {
    background-color: #161819;
    border-bottom: 2px solid #FFCC33;
}

.header-content {
    height: 37px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.nav-link {
    color: #fff;
    font-family: "Protest Strike";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
}

.nav-link.active {
    border-bottom: 4px solid #FFCC33;
}

.end-part {
    position: relative;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.nav-link:hover,
.nav-link:focus {
    background-color: #FFFFFF1A;
    color: #fff;
}

.search-btn {
    cursor: pointer;
    border-bottom: 4px solid transparent;
    display: flex;
    width: 40px;
    height: 37px;
    align-items: center;
    justify-content: center;
}

.search-btn:focus,
.search-btn:hover {
    background-color: #FFFFFF1A;
}
.search-btn.active {
    border-bottom: 4px solid #FFCC33;
}

.middle-part {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.middle-part a {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #fff;
}

.middle-part span {
    color: #FFCC33;
}

.one-big-blog {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.big-image-index {
    width: 100%;
    height: auto;
    max-height: 675px;
    object-fit: cover;
}

.image-part {
    position: relative;
    width: 100%;
    margin-bottom: 21.5px;
}

.category-icon {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    height: 27px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    background: #FFCC33;
    border: 2px solid  #FFFFFF;
    position: absolute;
    bottom: -15.5px;
    left: 0px; right: 0px;
    margin: 0 auto;
    font-family: "Protest Strike";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #161819;
}

.big-blog-title {
    font-family: "Protest Strike";
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #161819;
    width: fit-content;
    display: flex;
}

.big-blog-desc {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #838485;
    min-width: 130px;
    flex-direction: row;
}

.big-blog-desc a,
.big-blog-desc a:hover {
    color: #838485;
}

.big-blog-desc span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.big-blog-desc svg {
    fill: #838485;
    height: 12px;
    margin-right: 5px;
}

.big-blog-shortDesc {
    font-family: "Poppins";
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #161819;
}

.next-big-blog-btn {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #FFCC33;
    text-decoration-style: solid;
    text-decoration-thickness: 20%;
    text-decoration-skip-ink: auto;
    color: #161819;
}

.hr-line {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 24px;
    margin-top: 24px;
}

.banner-image {
    height: 200px;
    width: 100%;
}

.banner-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.list-blog-img {
    width: 50%;
}
.list-blog-img img {
    height: 158px;
    width: 100%;
    object-fit: cover;
}

.list-one-blog{
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.list-blog-content {
    padding-left: 27px;
    padding-right: 27px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 50%;
    gap: 6px;
}

.list-blog-content .category-icon {
    border: 0px;
    position: inherit;
    margin: 0px;
}
.list-blog-content .big-blog-title {
    font-size: 24px;
    line-height: 100%;
    width: 100%;
    text-align: left;
}

.blog-list-row .col-sm-6:nth-last-child(-n+2) .list-one-blog{
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.iframe-container {
    width: 100%;
    height: 564px;
    overflow: hidden;
    background-color: #838485;
    margin-top: 24px;
    margin-bottom: 24px;
}

.one-page {
    width: 32px;
    height: 32px;
    gap: 8px;
    border-radius: 8px;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border: 1px solid #161819;
    font-family: "Poppins-Medium";
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #161819;
}

.one-page:focus,
.one-page:hover {
    background-color: #F1F1F1;
}

.one-page.active {
    background-color: #FFCC33;
    border: 1px solid #FFCC33;
}

.one-page.pager {
    background-color: #161819;
    border: 1px solid #161819;
}

.one-page svg {
    height: 12px;
    width: 12px;
    fill: #FFCC33;
}

.one-page.pager:focus,
.one-page.pager:hover {
    background-color: #373839;
    border: 1px solid #373839;
}

.one-page.pager.disabled {
    background-color: #838485;
    border: 1px solid #838485;
    cursor: not-allowed;
}

.one-page.pager.disabled svg {
    fill: #D0D1D1;
}



.pagination-cw {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

footer {
    background-color: #4C4E4F;
    padding-top: 1em;
    padding-bottom: 4em;
    margin-top: 24px;
}

.footer-social-icons {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    flex-direction: row;
    gap: 24px;
}

.one-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #161819;
}

.one-social-icon:hover,
.one-social-icon:focus {
    background-color: #FFCC33;
}
.one-social-icon:hover svg,
.one-social-icon:focus svg {
    fill: #161819;
}

.one-social-icon svg {
    height: 30px;
    fill: #fff;
}

.footer-links {
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.footer-links a {
    font-family: "Poppins-Medium";
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    width: max-content;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #FFCC33;
}

.category-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-family: "Protest Strike";
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #161819;
    text-transform: uppercase;
    margin-top: 24px;
}

.category-title svg {
    height: 38px;
    margin-right: 10px;
}

.more-category-row {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.blog-content {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #161819;
}

.blog-content strong,
.blog-content b {
    font-family: "Poppins-Medium";
}

.blog-content i {
    font-family: "Poppins-Italic";
}

.blog-content a {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 20%;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FFCC33;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
    font-family: "Protest Strike";
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #161819;
}

.blog-content blockquote {
    font-family: "Poppins-Light";
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.02em;
    padding-left: 2em;
    border-left: 4px solid #FFCC33;
}

.blog-content img {
    max-width: 100%;
}

.labels-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.labels-row a {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #161819;
}

.labels-row a span {
    color: #FFCC33;
}

.search-form {
    position: absolute;
    top: 45px;
    right: 0px;
    display: none;
    z-index: 30000;
}

.search-form input {
    border: 1px solid #838485;
    height: 33px;
    border-radius: 8px;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #161819;
    padding-left: 30px;
    width: 200px;
}

.search-form svg path {
    fill: #161819;
}

.search-form svg {
    height: 14px;
    width: 14px;
}

.search-form button {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
}

.search-row form {
    width: fit-content;
    display: flex;
    position: relative;
}

.search-row input {
    border: 1px solid #D0D1D1;
    height: 48px;
    border-radius: 8px;
    font-family: "Poppins";
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    color: #161819;
    padding-left: 35px;
    width: 176px;
}

.search-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.search-row svg path {
    fill: #161819;
}

.search-row button {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    outline: none;
    background-color: transparent;
    height: 18px;
    width: 18px;
}

.search-row svg {
    height: 18px;
    width: 18px;
}

.nav-link .dropdown-toggle {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    background-color: transparent;
    color: #fff;
    font-family: "Protest Strike";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    box-shadow: none;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu.show {
    display: flex !important;
    flex-direction: row;
    right: 0px !important;
    width: fit-content;
    left: auto !important;
    background-color: #fff;
    border: 0px;
    top: 36px !important;
    transform: none !important;
}

.dropdown-item {
    font-family: "Protest Strike";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #161819;
    border-left: 3px solid #FFCC33;
    padding-left: 11px;
    padding-right: 11px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    outline: 0px;
    background-color: transparent;
}

.share-link {
    display: flex;
    align-items: center;
    gap: 0.5em;
    cursor: pointer;
}

.share-link p {
    margin-bottom: 0;
}

.countdown-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    width: fit-content;
    background-color: #212324;
    gap: 2px;
    height: auto;
    padding: 3px 10px; 
    margin: 0 auto;
    color: #FFCC33;
    font-size: 20px;
    font-weight: 400;
    border-radius: 2px;
    font-family: "DS-DIGI";
    letter-spacing: 2px;
}

.countdown-container svg {
    margin-right: 5px;
    height: 18px;
    width: 17px;
}

.countdown-container.black {background-color: #212324; color: #FFCC33;}
.countdown-container.black svg path {fill: #FFCC33;}

.countdown-container.yellow {background-color: #FFCC33; color: #212324;}
.countdown-container.yellow svg path {fill: #212324;}

.countdown-container.nobg {background-color: transparent; color: #212324;}
.countdown-container.nobg svg path {fill: #212324;}

iframe {
    max-width: 100%;
}

.carousel-indicators {
    bottom: unset;
    top: 100%;
    gap: 5px;
    margin-top: 0.5rem;
}

.carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #4C4E4F;
    transition: .2s;
    background-clip: unset;
    border-top: none;
    border-bottom: none;
    margin: 0px;
}

.carousel-indicators li.active {
    width: 30px;
    border-radius: 3px;
    background-color: #FFCC33;
}
/* SPORT VEGAS CSS END */