﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@charset "UTF-8";

html,
body {
    font-family: Inter, Poppins, sans-serif !important;
}

/*Common Style Start */

.custom-grid-row {
    display: flex;
    flex-wrap: wrap;
}

.cursor {
    cursor: pointer;
}

.save-btn,
.save-btn:hover {
    color: #fff !important;
    text-align: center;
    font-family: Poppins !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    border-radius: 8px;
    gap: 10px;
    height: 50px;
    padding: 18px 78px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

    .save-btn.disabled {
        background: #d9d9d9 !important;
    }

.cancel-btn,
.cancel-btn:hover {
    color: #012169 !important;
    text-align: center;
    font-family: Poppins !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    border-radius: 8px;
    gap: 10px;
    height: 50px;
    padding: 23px 78px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #012169;
    background: transparent !important;
    text-transform: uppercase;
}

    .cancel-btn.disabled {
        color: rgba(0, 0, 0, 0.24) !important;
        border: 1px solid #d9d9d9 !important;
    }


/* Small screens (phones) */
@media only screen and (max-width: 400px) {
    .save-btn, .cancel-btn {
        padding: 23px 20px;
        font-size: 13px !important;
    }
}

.common-heading-title {
    color: #000;
    font-family: Poppins !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -1.44px;
}

/* Desktops, extra-large screens Starts */
@media (min-width: 1201px) and (max-width: 2560px) {
}

/* Desktops, large screens Starts */
@media (min-width: 1025px) and (max-width: 1280px) {
    .custom-container {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* Small screens, laptops Starts */
@media (min-width: 768px) and (max-width: 1024px) {
    .custom-container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    header.masthead {
        height: 400px !important;
        margin-top: 7rem !important;
    }

    .navbar-mobile {
        justify-content: end !important;
    }
}

/* Mobile devices Starts*/
@media (max-width: 767px) {
    .top-nav-bar {
        padding: 15px 0px 15px 0px !important;
    }

    .navbar-mobile {
        justify-content: end !important;
    }

    .top-nav-bar .navbar-brand {
        width: 160px !important;
        /*   height: 50px !important;*/
    }

    .top-nav-bar .race-admin-login-btn {
        color: #fff;
        font-size: 14px !important;
        padding: 0.4rem 1rem 0.4rem 1rem !important;
    }

    .custom-container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .header {
        font-size: 30px !important;
    }
}

.top-nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 31px 0px 31px 0px;
}

    .top-nav-bar .navbar-brand {
        width: 276px;
        height: 59px;
    }

        .top-nav-bar .navbar-brand img {
            width: 100%;
            height: 100%;
        }

.race-admin-login-btn {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 165%;
    letter-spacing: -0.48px;
    border-radius: 6px;
    background: #012169;
    padding: 0.7rem 1rem 0.7rem 1rem;
}

    .race-admin-login-btn:hover {
        border-radius: 6px;
        background: #012169;
        color: #fff;
    }

.btn:focus {
    box-shadow: none;
}

header.masthead {
    height: 594px;
}

.font-family-futura {
    font-family: Inter !important;
}

.font-size-47 {
    font-size: 47px !important;
}

.margin-top-200 {
    margin-top: 200px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.custom-container {
    max-width: 1280px;
    margin: auto;
    font-family: Inter, Arial, Helvetica, sans-serif !important;
}

.custom-container-pagination {
    position: relative;
    max-width: 1280px;
    margin: auto;
    font-family: Inter, Arial, Helvetica, sans-serif !important;
}

.primary-color {
    color: #012169 !important;
}

.primary-bg,
.primary-bg:hover {
    background: #012169 !important;
}

.font-weight-700 {
    font-weight: 700;
}

.page {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .page .header-section {
        text-align: center;
    }

        .page .header-section .sub-header {
            color: #212529;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 30.4px;
            opacity: 0.5;
        }

        .page .header-section .header {
            color: #012169;
            text-align: center;
            font-family: Inter;
            font-size: 64px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .page .header {
        color: #012169;
        text-align: center;
        font-family: Inter;
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.content-section {
}

    .content-section .small-heading {
        color: #111;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 16.8px;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: 0.5;
    }

    .content-section p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    span {
        font-family: Inter;
    }

    .content-section .p-text,
    .content-section p,
    p {
        color: #484848;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30.4px;
    }

    .content-section .big-heading {
        color: #111;
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 46px;
    }

    .content-section .big-text {
        color: #111;
        text-align: center;
        font-family: Inter;
        font-size: 119px;
        font-style: normal;
        font-weight: 400;
        line-height: 84px;
    }

    .content-section .banner-heading-text {
        color: #111;
        text-align: center;
        font-family: Inter;
        font-size: 47px;
        font-style: normal;
        font-weight: 400;
        line-height: 67.2px;
        margin-bottom: 30px;
    }

    .content-section .banner-img {
        width: 100%;
        background-color: #c4c4c4;
        background-repeat: no-repeat, repeat;
        background-size: cover;
        background-position: center;
        object-fit: cover;
    }

/*Loader*/

.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-default div {
        position: absolute;
        width: 6px;
        height: 6px;
        background: #111;
        border-radius: 50%;
        animation: lds-default 1.2s linear infinite;
    }

        .lds-default div:nth-child(1) {
            animation-delay: 0s;
            top: 37px;
            left: 66px;
        }

        .lds-default div:nth-child(2) {
            animation-delay: -0.1s;
            top: 22px;
            left: 62px;
        }

        .lds-default div:nth-child(3) {
            animation-delay: -0.2s;
            top: 11px;
            left: 52px;
        }

        .lds-default div:nth-child(4) {
            animation-delay: -0.3s;
            top: 7px;
            left: 37px;
        }

        .lds-default div:nth-child(5) {
            animation-delay: -0.4s;
            top: 11px;
            left: 22px;
        }

        .lds-default div:nth-child(6) {
            animation-delay: -0.5s;
            top: 22px;
            left: 11px;
        }

        .lds-default div:nth-child(7) {
            animation-delay: -0.6s;
            top: 37px;
            left: 7px;
        }

        .lds-default div:nth-child(8) {
            animation-delay: -0.7s;
            top: 52px;
            left: 11px;
        }

        .lds-default div:nth-child(9) {
            animation-delay: -0.8s;
            top: 62px;
            left: 22px;
        }

        .lds-default div:nth-child(10) {
            animation-delay: -0.9s;
            top: 66px;
            left: 37px;
        }

        .lds-default div:nth-child(11) {
            animation-delay: -1s;
            top: 62px;
            left: 52px;
        }

        .lds-default div:nth-child(12) {
            animation-delay: -1.1s;
            top: 52px;
            left: 62px;
        }

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

/*---------PAGINATION START-------*/

.active > .page-link,
.page-link.active {
    color: #fff !important;
    background-color: #012169 !important;
    border-color: #012169 !important;
}

.page-link:focus {
    box-shadow: none;
}

.page-item .next-btn,
.page-item .previous-btn {
    padding: 9px 10px !important;
    background: transparent !important;
    border: 0px !important;
}

.page-item .disabled img,
.page-item .disabled img {
    filter: invert(90%) sepia(0%) saturate(312%) hue-rotate(3deg) brightness(94%) contrast(97%) !important;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-item .page-link {
    font-size: 14px;
    color: #1e272f;
    background-color: #eaedf6;
    background: #eaedf6;
    border-radius: 4px !important;
    padding: 9px 16px;
}

.pagination .page-item {
    margin-right: 16px;
}

    .pagination .page-item:last-child {
        margin-right: 0;
    }

/*---------PAGINATION END-------*/



/*---------FORM INPUT TEXTAREA TEXT LABEL  START-------*/
.label-text {
    color: #000;
    font-family: Poppins !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0.5rem;
}

.text-input:focus,
.textarea-input :focus {
    outline: none;
}

.text-input {
    border-radius: 0px !important;
    border: 1px solid #D7DEEC;
    background: #FFF;
    box-shadow: none !important;
    height: 36px;
    padding:0 10px 0 10px;
    width: 100%;
    position: relative;
}

.textarea-input {
    border-radius: 0px !important;
    border: 1px solid #D7DEEC;
    background: #FFF;
    box-shadow: none !important;
    resize: none;
    padding: 10px;
}

.select-box-custom {
    background: #FFF;
    border: 1px solid #D7DEEC;
    border-radius: 0px !important;
    box-shadow: none !important;
    height: 36px;
    width: 100%;
    position: relative;
}


::placeholder {
    color: #858585;
    font-family: Poppins !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

input[type='date']::-webkit-calendar-picker-indicator,
input[type='datetime-local']::-webkit-calendar-picker-indicator {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/clarity_date-line.svg);
    background-repeat: no-repeat;
    background-position: right center;
}

/*---------FORM INPUT TEXTAREA TEXT LABEL  END-------*/







/*News section Start*/

.news-section {
}

.news-section-bg {
    background: #f3f2f2;
}

.news-section .each-news {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.29);
    background: #fff;
    padding: 5px;
}

    .news-section .each-news .date-title-section {
        display: flex;
        align-items: center;
    }

    .news-section .each-news .date-section {
        border-radius: 5px;
        background: #232323;
        padding: 10px 6px 10px 6px;
    }

        .news-section .each-news .date-section .date-month {
            color: #fff;
            text-align: center;
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            line-height: 165%;
            letter-spacing: -0.36px;
            margin-bottom: 0;
        }

        .news-section .each-news .date-section .year {
            color: #fff;
            text-align: center;
            font-family: Inter;
            font-size: 15px;
            font-style: normal;
            font-weight: 600;
            line-height: 165%;
            margin-bottom: 0;
            letter-spacing: 2.1px;
        }

    .news-section .each-news .title {
        color: #000;
        font-family: Inter !important;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 165%;
        letter-spacing: -0.39px;
        padding-left: 8px;
        width: 100%;
        display: -webkit-box;
        overflow: hidden;
        white-space: initial;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .news-section .each-news .description-section {
        padding: 5px 18px 5px 18px;
    }

    .news-section .each-news .description,
    .news-section .each-news .description p {
        color: rgba(0, 0, 0, 0.66);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 165%;
        letter-spacing: -0.36px;
        height: 160px;
        width: 100%;
        display: -webkit-box;
        overflow: hidden;
        white-space: initial;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        margin-bottom: 0;
    }

    .news-section .each-news .read-more-btn {
        color: #000;
        text-align: right;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 165%;
        letter-spacing: -0.39px;
        margin-bottom: 0;
    }

    .news-section .each-news .right-arrow {
        flex: 0 0 auto;
        width: 30px;
        height: 30px;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        border-radius: 26px;
        flex-direction: column;
        justify-content: center;
        margin-left: 12px;
    }

        .news-section .each-news .right-arrow .svg-icon {
            flex: 0 0 auto;
            color: #ffffff;
            width: 18px;
            height: 18px;
            display: flex;
            box-sizing: border-box;
        }

.news-section .view-all-btn {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 165%;
    letter-spacing: -0.48px;
    border-radius: 6px;
    background: #012169;
    gap: 10px;
    height: 48px;
    padding: 16px;
    align-items: center;
    display: flex;
}

/*News section End*/




/* Gallery  page  Start */

.gallery-page .video-section {
    border: 1px solid #d9d9d9;
    padding: 10px;
}

    .gallery-page .video-section .custom-container {
        position: relative;
        text-align: center;
        cursor: pointer;
    }

    .gallery-page .video-section .icon-section {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
    }

    .gallery-page .video-section .content-section {
        margin-top: 20px;
    }

        .gallery-page .video-section .content-section .title {
            color: #18191f;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 30px;
            min-height: 30px;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            overflow: hidden;
        }

        .gallery-page .video-section .content-section .description {
            color: #333;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            margin: 1rem 0rem 0rem 0rem;
            min-height: 50px;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            overflow: hidden;
        }

.video-popup {
    display: none;
    margin-top: 0;
    opacity: 1;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    position: fixed;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    z-index: 1201;
}

    .video-popup .video-container {
        position: relative;
    }

        .video-popup .video-container iframe {
            width: 1200px;
            height: 645px;
        }

    .video-popup .close-button {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: -48px;
    }

/* Small screens (phones) */
@media only screen and (max-width: 400px) {
    .video-popup .video-container iframe {
        width: 100%;
        height: 260px;
    }
}

/* Small screens (phones) */
@media only screen and (min-width: 400px) and (max-width: 600px) {
    .video-popup .video-container iframe {
        width: 400px;
        height: 260px;
    }
}

/* Medium screens (tablets) */
@media only screen and (min-width: 601px) and (max-width: 1200px) {
    .video-popup .video-container iframe {
        width: 800px;
        height: 645px;
    }
}

/* Gallery  page  End */



/* Custom Modal Start */

.custom-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1201;
}


.custom-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem 2.5rem;
    /*  width: 30em;*/
    border-radius: 0.5rem;
    overflow-y: auto;
    max-height: 100%;
}

    .custom-modal-content.width-30 {
        width: 30em;
    }

    .custom-modal-content.width-1250 {
        width: 1250px;
    }

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.custom-modal .custom-modal-content .heading {
    color: #000;
    font-family: Poppins !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.custom-modal .custom-modal-content .modal-info-text {
    color: #000;
    font-family: Poppins !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
}



/* Small screens (phones) */
@media only screen and (max-width: 400px) {
    .custom-modal-content.width-1250 {
        width: 100%;
        padding: 1rem 1.5rem;
    }

    .custom-modal-content.width-30 {
        width: 100%;
    }

    .custom-modal .custom-modal-content .modal-info-text {
        font-size: 18px !important
    }

    .custom-modal-content .btn-section .cancel-btn, .custom-modal-content .btn-section .save-btn {
        padding: 23px 20px;
        font-size: 13px !important;
    }
}

/* Small screens (phones) */
@media only screen and (min-width: 400px) and (max-width: 600px) {
    .custom-modal-content.width-1250 {
        width: 100%;
    }
}

/* Medium screens (tablets) */
@media only screen and (min-width: 601px) and (max-width: 1200px) {
    .custom-modal-content.width-1250 {
        width: 100%;
    }
}


/* Custom Modal End */



/* Files  page  Start */
.files-section {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

    .files-section .each-file-section {
        width: 420px;
        margin: 0 0px 22px 0;
    }

    .files-section .heading-section {
        background: #012169;
        padding: 14px 6px 8px 14px;
        width: 80%;
        clip-path: polygon(0% 0%, 88% 0%, 100% 100%, 0% 100%);
    }

    .files-section .heading-border {
        content: "";
        width: 100%;
        background: #012169;
        height: 2px;
        display: block;
        margin-bottom: 20px;
    }

    .files-section .heading-section .title {
        color: #fff;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 165%;
        letter-spacing: -0.54px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .files-section .each-file {
        margin-bottom: 20px;
    }

        /*.files-section .each-file::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(35, 35, 35, 0.19);
  display: block;
  margin-top: 20px;
}*/

        .files-section .each-file .date-title-section {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            border-bottom: 1px solid rgba(35, 35, 35, 0.19);
            padding-bottom: 20px;
        }

            .files-section .each-file .date-title-section:last-child {
                border-bottom: none;
            }


        .files-section .each-file .date-section {
            border-radius: 5px;
            background: #232323;
            padding: 6px 14px 6px 14px;
            width: 56px;
            height: 62px;
        }

            .files-section .each-file .date-section .date {
                color: #fff;
                text-align: center;
                font-size: 18px;
                font-style: normal;
                font-weight: 600;
                line-height: 165%;
                letter-spacing: -0.54px;
                margin-bottom: 0;
            }

            .files-section .each-file .date-section .month {
                color: #fff;
                text-align: center;
                font-family: Inter;
                font-size: 15px;
                font-style: normal;
                font-weight: 600;
                line-height: 165%;
                margin-bottom: 0;
                letter-spacing: -0.45px;
                width: 28px;
            }

        .files-section .each-file .title {
            color: #232323;
            font-family: Inter !important;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 165%;
            letter-spacing: -0.54px;
            padding-left: 15px;
            width: 100%;
            display: -webkit-box;
            overflow: hidden;
            white-space: initial;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

        .files-section .each-file .svg-icon {
            cursor: pointer !important;
            margin-right: 20px;
        }

        .files-section .each-file .file-link {
            cursor: pointer;
        }

/* Files  page  End */





/* Race Entries  page  Start */

.race-entries-page {
}

    .race-entries-page .add-horses-btn-section {
        display: flex;
        justify-content: end;
    }

        .race-entries-page .add-horses-btn-section .add-btn,
        .race-entries-page .add-horses-btn-section .add-btn:hover {
            color: #fff !important;
            text-align: center;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 140%;
            letter-spacing: -0.2px;
            border-radius: 8px;
            gap: 10px;
            height: 50px;
            padding: 14px 30px;
            align-items: center;
            display: flex;
            justify-content: center;
            margin-right: 15px;
        }

        .race-entries-page .add-horses-btn-section .horses-added-cart-btn,
        .race-entries-page .add-horses-btn-section .horses-added-cart-btn:hover {
            color: #012169 !important;
            text-align: center;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 140%;
            letter-spacing: -0.2px;
            border-radius: 8px;
            gap: 10px;
            height: 50px;
            padding: 14px 24px 14px 24px;
            align-items: center;
            display: flex;
            justify-content: center;
            border: 1px solid #012169;
            background: transparent !important;
        }

/* Small screens (phones) */
@media only screen and (max-width: 400px) {
    .race-entries-page .add-horses-btn-section .add-btn,
    .race-entries-page .add-horses-btn-section .add-btn:hover {
        padding: 23px 20px;
        font-size: 13px !important;
    }

    .race-entries-page .add-horses-btn-section .horses-added-cart-btn,
    .race-entries-page .add-horses-btn-section .horses-added-cart-btn:hover {
        padding: 23px 20px;
        font-size: 13px !important;
    }
}



.race-entries-page .race-entries-table-section {
    border-radius: 12px;
    border: 1px solid #012169;
    margin-top: 35px;
}

    .race-entries-page .race-entries-table-section .race-entries-table-wrapper {
        padding: 30px 25px 30px 25px;
    }

    .race-entries-page .race-entries-table-section .race-entries-table {
        margin-bottom: 0 !important;
        border: none !important;
    }

        .race-entries-page .race-entries-table-section .race-entries-table thead th,
        .race-entries-page .race-entries-table-section .race-entries-table tbody tr,
        .race-entries-page .race-entries-table-section .race-entries-table tbody tr td {
            border: none !important;
        }

            .race-entries-page
            .race-entries-table-section
            .race-entries-table
            tbody
            tr:nth-child(odd) {
                background: #f3f2f2;
            }

        .race-entries-page .race-entries-table-section .race-entries-table thead tr th {
            color: #000;
            font-family: Poppins !important;
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%;
        }

        .race-entries-page .race-entries-table-section .race-entries-table tbody tr td {
            padding: 0.4rem 0.4rem !important;
            color: #000;
            font-family: Poppins !important;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 230%;
        }

        .race-entries-page
        .race-entries-table-section
        .race-entries-table
        .action-icon {
            border-radius: 8px;
            border: 1px solid #e4e9ee;
            display: inline-flex;
            padding: 6px;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            cursor: pointer;
        }

            .race-entries-page
            .race-entries-table-section
            .race-entries-table
            .action-icon:nth-child(odd) {
                margin-right: 12px;
            }

    .race-entries-page .race-entries-table-section .no-horses-added {
        margin: 80px 0px 80px 0px;
    }

        .race-entries-page .race-entries-table-section .no-horses-added p {
            color: #adadad;
            font-family: Poppins !important;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 100%;
            margin-bottom: 0;
            text-align: center;
        }


.invalid {
    border: 1px solid darkred !important;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #fff !important;
    font-family: Poppins !important;
}

.error {
    color: darkred;
    font-family: Poppins !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    display: inherit;
}


/* Race Entries  page  End */



/*Payment Succesfull Page Start*/

.payment-succesfull-page {
    display: flex;
    justify-content: center;
    margin: 100px 0px 100px 0px;
}

    .payment-succesfull-page .payment-succesfull-section {
        width: 721px;
        display: flex;
        justify-content: center;
    }

        .payment-succesfull-page .payment-succesfull-section .title-text {
            color: #0B0F0E;
            text-align: center;
            font-family: Poppins;
            font-size: 32px;
            font-style: normal;
            font-weight: 600;
            line-height: 140%;
            letter-spacing: -0.2px;
        }

        .payment-succesfull-page .payment-succesfull-section .info-text {
            color: #818B9C;
            text-align: center;
            font-family: Poppins;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 160%;
        }


        .payment-succesfull-page .payment-succesfull-section .back-to-home-btn {
            color: #fff !important;
            text-align: center;
            font-family: Poppins !important;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 140%;
            letter-spacing: -0.2px;
            border-radius: 8px;
            gap: 10px;
            height: 50px;
            padding: 14px 30px;
            align-items: center;
            display: flex;
            justify-content: center;
            margin-right: 15px;
        }

        .payment-succesfull-page .payment-succesfull-section .check-detail-btn {
            color: #0B0F0E !important;
            text-align: center;
            font-family: Poppins !important;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 140%;
            letter-spacing: -0.2px;
            border-radius: 8px;
            gap: 10px;
            height: 50px;
            padding: 14px 30px;
            align-items: center;
            display: flex;
            justify-content: center;
            background: #E4E9EE !important;
        }


/*Payment Succesfull Page Start*/




/* Checkout  Page Start*/

.checkout-page {
}

    .checkout-page .checkout-card {
        border-radius: 12px;
        border: 1px solid #E4E9EE;
        background: #FFF;
        padding: 32px 24px;
        width: 580px;
        margin: 0 32px 32px 0;
    }

        .checkout-page .checkout-card .heading-text {
            color: #0B0F0E;
            font-family: Poppins !important;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 140%;
            letter-spacing: -0.2px;
        }

        .checkout-page .checkout-card .checkout-btn {
            color: #fff !important;
            text-align: center;
            font-family: Poppins !important;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 140%;
            letter-spacing: -0.2px;
            border-radius: 8px;
            gap: 10px;
            height: 42px;
            padding: 14px 65px;
            align-items: center;
            display: flex;
            justify-content: center;
            margin-right: 15px;
        }



        .checkout-page .checkout-card .checkout-cancel-btn {
            color: #fff;
            text-align: center;
            font-family: Poppins !important;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 140%;
            letter-spacing: -0.2px;
            border-radius: 8px;
            gap: 10px;
            height: 42px;
            padding: 14px 40px;
            align-items: center;
            display: flex;
            justify-content: center;
            margin-right: 15px;
            background: #ADADAD;
        }


    .checkout-page .cart-summary-table-wrapper {
    }

    .checkout-page .cart-summary-table {
        margin-bottom: 0 !important;
        border: none !important;
    }

        .checkout-page .cart-summary-table thead th,
        .checkout-page .cart-summary-table tbody tr,
        .checkout-page .cart-summary-table tbody tr td {
            border: none !important;
        }


        .checkout-page .cart-summary-table thead tr th {
            color: #000;
            font-family: Poppins !important;
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%;
        }

        .checkout-page .cart-summary-table tbody tr td {
            padding: 0.4rem 0.4rem !important;
            color: #000;
            font-family: Poppins !important;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 230%;
        }

        .checkout-page

        .cart-summary-table
        .action-icon {
            border-radius: 8px;
            border: 1px solid #e4e9ee;
            display: inline-flex;
            padding: 6px;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            cursor: pointer;
        }

            .checkout-page
            .cart-summary-table
            .action-icon:nth-child(odd) {
                margin-right: 12px;
            }

        .checkout-page .cart-summary-table .total-price-amount {
            color: #0B0F0E;
            font-family: Poppins !important;
            font-size: 16px !important;
            font-style: normal;
            font-weight: 600 !important;
            line-height: 140%;
            letter-spacing: -0.2px;
        }


/* Checkout  Page End*/




/* KO PAINATION CSS*/
.page-jump-wrapper {
    display: flex;
    align-items: center;
}

    .page-jump-wrapper .page-button {
        cursor: pointer;
    }

.pagination .page-button {
    cursor: pointer;
}

.pagination {
    display: flex;
    align-items: center;
}

/* KO PAINATION CSS*/


/********D-Tooltip********/

/* <div class="d-tooltip-head">
            <div class="d-tooltip">  HEAD-hover
                        <div class="d-tooltip-body">
                              CONTENT
                        </div>
                    </div>
             </div>
     </div>*/

.d-tooltip-head {
    position: relative;
}

    .d-tooltip-head:hover .d-tooltip {
        visibility: visible;
    }

.d-tooltip {
    visibility: hidden;
    position: absolute;
    top: 24px;
    left: 60%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #ebebeb;
    border-radius: 2px;
    box-shadow: 1px 12px 33px -16px rgba(0,0,0,0.43);
    padding: 5px 8px;
    width: max-content;
}

    .d-tooltip::after {
        content: "";
        width: 8px;
        height: 8px;
        transform: rotate(-45deg) translateX(-50%);
        background-color: #ebebeb;
        position: absolute;
        left: 50%;
        top: -7px;
    }

.d-tooltip-child .d-tooltip-body {
    width: 100%;
    height: 100%;
}

/********END D-Tooltip********/

.page-title {
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.96px;
    margin-top: 40px;
    margin-bottom: 22px;
}

.filter-container input {
    width: 274px;
    height: 36px;
    padding-left: 9px;
    color: #858585;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}


/* ************** responsive table section ************** */

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table caption {
        margin: .5em 0 .75em;
    }

    table tr {
        padding: .35em;
    }

    table th,
    table td {
        padding: .625em;
        text-align: center;
    }

    table th {
    }

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

        table caption {
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            display: block;
            margin-bottom: .625em;
        }

        table td {
            display: block;
            text-align: right;
        }

            table td::before {
                content: attr(data-label);
                float: left;
                text-transform: uppercase;
            }

            table td:last-child {
                border-bottom: 0;
            }
}

/* ************** responsive table section ************** */

.page-subtitle {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.42px;
    margin-bottom: 20px;
}



/*************** Footer section Start ***************/

.footer-section {
    background: #fff;
}


    .footer-section .footer-inside-section {
        padding: 16px 0px;
    }

    .footer-section .footer-navbar-logo {
    }

    .footer-section .footer-logo-section {
        width: 281px;
        height: 60px;
    }

        .footer-section .footer-logo-section .logo-img {
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

    .footer-section .footer-payment-logo-section {
        width: 227px;
    }

        .footer-section .footer-payment-logo-section .logo-img {
            width: 100%;
            height: 100%;
        }

.each-footer-item {
    width: 362px;
    margin: 0 22px 22px 0;
}

.footer-section .footer-border {
    width: 100%;
    margin: 15px 0px;
    height: 2px;
    background: #EFB656;
}

.heading-section .title {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 165%;
    letter-spacing: -0.6px;
    margin-bottom: 18px;
}

.each-footer-item p,
.each-footer-item span {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    letter-spacing: -0.48px;
}

.footer-section .content-section .p-text,
.footer-section .content-section p,
.footer-section p {
    margin: 0;
    margin-bottom: 0 !important
}

.footer-section .copy-right-section {
    margin-top: 15px
}


    .footer-section .copy-right-section .copy-right-text {
        color: #000;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 185%;
        letter-spacing: -0.42px;
        margin-bottom: 0;
        margin: 0;
    }

/*************** Footer section End ***************/


@media (max-width: 700px) {
    .page-title {
        font-size: 28px;
    }
}

.site-loading {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background: url(/images/loading/Loading.svg) no-repeat center center;
    background-size: 42px 42px;
    background-color: rgba(0,0,0,0.6);
}
