/* primary color was: 198754 */
:root {
    --success: #85C240;
    --bs-success: #85C240;
    --bs-green: #85C240;
    --gray-9: #999;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    src: url(../webfonts/TisaSansPro-Regular.ttf);
    font-family: tisa;
}

@font-face {
    src: url(../webfonts/Cairo-Regular.ttf);
    font-family: cairo;
}

@font-face {
    font-family: 'MyFont';
    src: local('MarkSimonsonProximaNova'), url(../webfonts/MarkSimonsonProximaNova.woff2) format("truetype");
}

body {
    font-family: tisa;
}

.editNavbar .dropdown {
    border: 1px solid #e3e2e2;
    border-radius: 8px;
    min-width: 10rem;
}

.dropSport img {
    height: 38px;
}

.editNavbar .nav-item .nav-link {
    color: black;
    font-weight: 400;
}

.editNavbar .nav-item .textGreen {
    color: #85C240;
}

.textG {
    color: #85C240;
    text-decoration: none;
}

.textG:hover {
    color: #85C240;
    text-decoration: underline;
}

.imgPosition {
    width: 30px;
    height: 30px;
}

.editNavbar .nav-item .nav-link.active {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #C2C9D1;
    color: #85C240;
    padding: 0.5rem;
    border-radius: 8px;
}

.editNavbar .dropdown-toggle::after {
    /* display: inline-block; */
    margin-left: 0.255em;
    vertical-align: .255em;
    content: "";
    border-top: 0.3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    float: right;
    border-left: .3em solid transparent;
    margin-top: 13px;
}

.badgeLanguage {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #C2C9D1;
    border: 1px solid #e3e2e2;
    border-radius: 8px;
    color: #85C240;
    padding: 0.75rem;
    font-family: cairo;
    height: 40px;
}

/* ========================== */
.sectionFirst {
    background: url(../images/bgImage.png);
    background-position: center;
    min-height: 20rem;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sectionFirst .overlay {
    background-color: rgb(0 0 0 / 48%);
    min-height: 20rem;
}

.btnFind {
    background-color: #85C240;
    width: 153px;
    text-transform: uppercase;
    color: white;
    height: 40px;
    border-radius: 8px;
}

.btnFind:hover {
    background-color: #6e9e36;
    color: white;
}

.findForm {
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    border-radius: 8px;
}

.findForm .form-select {
    height: 50px;
}

.imgSportCard {
    width: 25px;
    margin-right: 0.5rem;
}

.fontLg {
    font-size: 29px;
    line-height: 25px;
}

@media screen and (max-width:575px) {
    .btnFind {
        width: 100%;
    }
}

/* =========================== */
.bgImage {
    background: url(../images/bg.png);
    object-fit: cover;
    width: 112px;
    height: 112px;
    position: relative;
    margin: auto;
}

.imageFixedHeight {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.textSmall {
    color: #909192;
    font-size: 16px;
}

.textVsmall {
    font-size: 13px;
}

.imgMedia {
    width: 100px;
    height: 100px;
}

@media screen and (max-width:500px) {
    .imgMedia {
        width: 60px;
        height: 60px;
    }
}

.jumbo {
    margin-top: 14rem;
    margin-bottom: 10rem;
    background: linear-gradient(85.42deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--success);
    min-height: 235px;
}

.imgAbsolute {
    position: absolute;
    margin-top: -7rem;
}

.score {
    background: linear-gradient(85.42deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--success);
}

.bgImg {
    margin-top: -1rem;
}

.facilities {
    border: 1px solid #C2C9D1;
    border-radius: 8px;
    padding: 0.5rem;
    min-width: 140px;
    transition: all linear .2s;
}

.facilities:hover {
    background-color: #97cb5d !important;
    color: white !important;
    cursor: pointer;
}

.imgPich {
    width: 58px;
    height: 40px;
    object-fit: cover;
}

/* ================================================= */
.footer {
    background-color: #f7f6f6;
}

.footer .imgSocial {
    width: 120px;
    height: 40px;
}

.footer h6 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 1rem;
}

.footer p a {
    text-decoration: none;
    color: black;
    font-size: 15px;
}

.cardPlayground {
    /* White/Default */

    background: #FFFFFF;
    /* Elevation - 3 */

    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
}

/* =============================== */
.swiper-container {
    width: 100%;
    padding: 0rem 2.8rem 0rem 2.8rem;
    position: relative;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 480px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination {
    bottom: 0px !important;
}

.swiper-slide img {
    width: 100%;
    height: 205px;
    border-radius: 20px 20px 0px 0px;
    object-fit: cover;
}

.sliderStad img {
    height: 370px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.topStaduims .swiper-button-prev img {
    position: absolute;
    z-index: 99995 !important;
    left: -14px;
}

.topStaduims .swiper-button-next img {
    position: absolute;
    z-index: 99995 !important;
    left: -14;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "";
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "";
}

.cardSwipper {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
}

.cardSwipper h5 {
    font-weight: bold;
    font-size: 20px;
}

.cardSwipper p {
    font-size: 16px;
}

.stars {
    color: #F0803C;
}

.btnBook {
    background-color: #eeeff0;
    margin-top: 1rem;
    font-weight: bold;
}

/* ============================== */
.cardList {
    border-radius: 20px;
}

.cardList .card-img-top {
    height: 190px;
    width: 100%;
    border-radius: 20px 0px 0px 20px;
    object-fit: cover;
}

.btnFilter {
    color: var(--success);
    background-color: #edeeef;
}

.btnNext {
    background-color: #eff0f1;
    color: var(--success);
}

.btnDisable {
    background-color: #eff0f1;
    color: #91a192;
}

.amountDistance {
    border: none;
    color: var(--success);
    font-weight: bold;
}

.btnDay, .btnTime {
    min-width: 5rem;
    border: 1px solid #EBEEF2;
}

.btnActive {
    border: 2px solid #87BE44;
    background-color: #f6ffec;
}

.btnActive p:last-child {
    font-weight: bold;
}

.btnTimeActive {
    border: 2px solid #87BE44;
    color: var(--success);
}

.btnTimeS {
    border: 1px solid #EBEEF2;
    min-width: 104px;
}

.btnTimeS p:last-child {
    color: #767676;
}

.btnTimeSActive {
    border: 2px solid #87BE44;
    color: var(--success);
}

.btnTimeSActive p:last-child {
    color: var(--success);
}

.modalSlot .modal-body {
    overflow: auto;
}

.modalSlot {
    overflow: hidden !important;
}

.modalSlot .modal-content {
    height: 91vh;
}

@media only screen and (max-width: 600px) {
    .modalSlot {
        top: 30px !important;
        left: 0px !important;
        right: 0px !important;
        bottom: 30px !important;
    }
}

.dateSlot {
    border: 1px solid #EBEEF2;
    border-radius: 8px;
}

.dateSlot button {
    font-size: 12px;
    padding-top: 0.7rem;
    color: var(--success);
    font-weight: bold;
}

.availableSlots {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #C2C9D1;
    margin-bottom: 1rem;
    min-width: 15rem;
}

/* .form-check-input:checked{
    background-color:#85C240;
    border-color: #85C240;
} */
.minCard {
    margin-right: 0.4rem;
    min-width: 8rem;
    height: 4.2rem;
}

.minCard .card-header, .minCard .card-body {
    padding: 0;
}

.minCard .card-header p {
    color: #F4AC45;
    text-align: center;
}

/* .overflowSlots{
    max-height: 22rem;
} */
/* ============================= */
.imgCircle {
    height: 48px;
    width: 48px;
    object-fit: cover;
    border-radius: 50%;
}

.txtLarge {
    font-size: 26px;
}

.available {
    border: 1px solid #C2C9D1;
    padding: 0.5rem 0.5rem 0.2rem .5rem;
    border-radius: 8px;
}

.navFootball .nav-item .nav-link.active {
    background: rgba(135, 190, 68, 0.1);
    color: #87BE44;
}


.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 300px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 300px;
}

.gmap_iframe {
    height: 300px !important;
}


.ui-widget.ui-widget-content {
    border: none;
}

.slideRange .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-datepicker td span, .ui-datepicker td a {
    width: 30px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
    border-radius: 50%;
    text-align: center;
    border: 1px solid #DFDFDF;
    background-color: white;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, html .ui-button.ui-state-disabled:active {
    background-color: var(--gray-9);
    color: white;
}

.ui-state-active {
    background-color: var(--success);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: #caf09e;
    border: none;
}

.ui-datepicker .ui-datepicker-header {
    background-color: white;
    border: none;
}

.editPicker {
    padding: 1rem 0.5rem;
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.05);
}

.editPicker .ui-widget.ui-widget-content {
    margin: auto;
}

.minSlot {
    background-color: #eef1f5;
    border-radius: 15px;
    padding: 0.5rem;
    height: 48px;
}

.minSlot span {
    background-color: white;
    width: 67%;
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    padding: 0.2rem 5px 0.2rem 5px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    color: var(--success);
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.form-select:focus {
    border: none;
    box-shadow: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: var(--success);
}

.imgTag {
    width: 63px;
    height: 63px;
}

.bgPayment {
    background-color: #f7f7f7;
}

.specialOffer {
    border: 2px solid #F4AC45;
}

.specialOffer p:first-child {
    background-color: #F4AC45;
    color: white;
}

.specialOfferLower {
    border: 2px solid #87BE44;
}

.specialOfferLower p:first-child {
    background-color: var(--success);
    color: white;
}

.femaleSlot {
    border: 2px solid #7a1c66;
}

.femaleSlot p:first-child {
    background-color: #df69df;
    color: white;
}

.newSpecial {
    border: 1px solid #EBEEF2;
}

.newSpecial p:first-child {
    background-color: #F4AC45 !important;
    color: white;
}

.form-control:focus {
    box-shadow: none;
}

.minSpecial {
    min-width: 7rem;
}

.specialOffer:focus, .btnTimeS:focus, .specialOfferLower:focus,
.btnDay:focus, .btnTime:focus, .newSpecial:focus {
    box-shadow: 0 0 0 0.1rem rgb(71 198 7 / 61%);
}

/* ============================== */
@media screen and (max-width:767px) {
    .cardPlayground .card-body {
        display: flex;
    }

    .imgAbsolute {
        display: none;
        position: relative;
        margin-top: 4rem;
        margin-right: auto;
        margin-left: auto;
        /* display: block; */
    }

    .jumbo {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .textLg {
        font-size: 18px;
    }

    .bgImage {
        margin: unset;
        margin-right: 1rem;
    }

    .willHide {
        display: none;
    }

    .cardList .card-img-top {
        border-radius: 20px 20px 0px 0px;
    }

    .swiper-container {
        width: 100%;
        padding: 0rem 1.5rem 0rem 1.5rem;
        position: relative;
        height: 100%;
    }

    .sliderStad img {
        height: 250px;
        width: 100%;
        border-radius: 20px;
        object-fit: cover;
    }
}

@media screen and (max-width:992px) {
    .paddingTop {
        text-align: center;
    }
}

@media screen and (max-width:400px) {
    .textlarge {
        font-size: 24px;
    }
}





/*---------------------------------Loader---------------------------------*/
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--success);
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*------------------------------------------------------------------------------*/









.clickable {
    cursor: pointer;
}

.ui-datepicker-inline {
    /* width:100%!important */
}

a.ui-state-active {
    background-color: var(--success) !important;
    color: white !important;
    border-color: var(--success) !important;
}

.navFootball .nav-item .nav-link.active {
    background-color: var(--success);
    color: white;
    font-weight: bold;
}

.btnTimeS.active, .newSpecial.active, .specialOfferLower.active {
    background-color: var(--success);
    color: white !important;
    border: 1px solid #000000;
}

.btnTimeS.active p, .newSpecial.active p, .specialOfferLower.active p {
    color: white;
    font-weight: bold;
    background-color: var(--success) !important;
}


.form-check-input.checked[type=radio] {
    background-color: var(--success) !important;
    border-color: var(--success) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input:focus[type=radio] {
    border-color: var(--success);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 25%) !important;
}

input.form-check-input[type=radio] {
    width: 17px !important;
    height: 17px !important;
}

.form-check-input:checked[type=radio] {
    background-color: white;
    border-color: white;
}

.form-check-input:checked[type=checkbox] {
    background-color: var(--success);
    border-color: var(--success);
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #97cb5d !important;
    background: #999 !important;
    color: white !important;
}

.ui-state-highlight.ui-state-active {
    background-color: var(--success) !important;
    border-color: var(--success) !important;
}

#datepicker, .ui-datepicker {
    margin: 0 auto;
}






.paymentWay {
    border: 1px solid #333;
    border-radius: 10px;
    padding-left: 4rem !important;
    border-color: #85c240;
    font-weight: bold;
}


.femaleDays {
    background-color: #c749b7;
    font-size: 90% !important;
    border-radius: 6px;
    font-weight: 400;
    color: white;
}

.hasFemaleDays {
    background-color: #ffcef9;
    border-radius: 20px;
    padding: 30px;
}



.tapsuccess {
    display: none;
    position: relative;
    float: left;
}

/* .btn-outline-success:hover{
    color: var(--success);
    background-color: white;
    border-color: 1px solid var(--success);
} */




#reviews-list {
    max-height: 1000px;
    overflow-y: auto;
    overflow-x: hidden;
}



.sports_icons .btn-outline-success.active {
    border: 3px solid var(--success) !important;
    background-color: white;
}



.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}





.favorite_stadium {
    border: 3px solid #85c240;
}


.stadium_listing_offer {
    position: absolute;
    bottom: 0px;
    color: white;
    text-align: center;
    z-index: 1000 !important;
    background-color: rgb(36 36 36 / 57%);
    width: 100%;
    padding: 3px
}

#search_icon {
    /* color:#bbb; */
    color: #fff;
    margin: auto auto;
}

#search_text {
    min-width: 213px;
}

.nl2br {
    white-space: pre-line;
}





/*---------------------------------Coloring Input Range---------------------------------*/
/*Chrome*/
input[type=range] {
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    width: 100%;
    /* Specific width is required for Firefox. */
    background: transparent;
    /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none;
    /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;

    /* Hides the slider so custom styles can be added */
    background: transparent;
    border-color: transparent;
    color: transparent;
}



/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    margin-top: -14px;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    /* Add cool effects to your sliders! */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px var(--success);
    background: #6e9e36;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: var(--success);
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px var(--success);
    background: #6e9e36;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: var(--success);
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px var(--success);
}

input[type=range]:focus::-ms-fill-lower {
    background: #6e9e36;
}

input[type=range]::-ms-fill-upper {
    background: #6e9e36;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px var(--success);
}

input[type=range]:focus::-ms-fill-upper {
    background: var(--success);
}

/*------------------------------------------------------------------------------*/




.modal {
    overflow: auto !important;
}

.shadow {
    color: white;
    background-color: rgb(36 36 36 / 40%);
}




/* .betItem{
    max-width: 400px;
} */
/* .betItem img{
    max-height: 400px;
} */


.betItem .card-body {
    position: absolute;
    bottom: 0px;
    color: white;
    text-align: center;
    z-index: 1000 !important;
    /* background-color: rgb(36 36 36 / 30%);     */
    width: 100%;
    padding: 3px
}

.betsNum {
    font-size: 300%;
}

.store-item img {
    max-width: 200px;
}

.store-list-item p {
    color: #111;
    font-weight: bold;
}