.cursor-pointer {
    cursor: pointer;
}

#loaders {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

#loaders.show {
    opacity: 1;
    visibility: visible;
}
.spinner-border {
    width: 4rem; /* Increase width */
    height: 4rem; /* Increase height */
}

.tournament-info img {
    height:36px;
    float:left;
}

    .tournament-info h4 {
        color: rgba(255, 255, 255, 0.75)
    }

    .nav-button {
        text-align: center;
    }

    .card {
        margin-bottom:0px;
    }

    .logo-lg img {
        height:36px;
    }

    .btn-navy {
        background-color: #2e4f7c;
        color:#fff;
    }

    .button-icon {
        margin-right:10px;
    }

    .form-control, .form-control:focus {
        color: #323232;
    }

    .page-title-box {
        padding: 12px 16px 12px 26px;
        margin: 0 -24px 24px -24px;
    }

    .game-type-quarter { padding-bottom:3px; padding-top:3px; color: #ffffff; font-weight: 500; background-color: #795548 !important; }
    .game-type-semi { padding-bottom:3px; padding-top:3px; color: #ffffff; background-color: #607D8B  !important; }
    .game-type-final { padding-bottom:3px; padding-top:3px; color: #ffffff; background-color: #009252 !important; }
    .game-type-quarter { padding-bottom:3px; padding-top:3px; color: #ffffff; font-weight: 500; background-color: #795548 !important; }
    .game-type-semi { padding-bottom:3px; padding-top:3px; color: #ffffff; background-color: #607D8B  !important; }
    .game-type-final { padding-bottom:3px; padding-top:3px; color: #ffffff; background-color: #009252 !important; }
    .game-row-odd { padding-bottom:3px; padding-top:3px; background-color: #f3f3f3; }
    .game-row-even { padding-bottom:3px; padding-top:3px; background-color: #ffffff; }

    .game-type-quarter a { color: #ffffff !important; }
    .game-type-semi a { color: #ffffff !important; }
    .game-type-final a { color: #ffffff !important; }

    .game-type-quarter > div:nth-child(3),
    .game-type-semi > div:nth-child(3),
    .game-type-final > div:nth-child(3) {
        font-weight: 600;
        background-color: rgb(0 0 0 / 10%);
        padding: 10px;
    }

    .game-type-quarter a { color: #ffffff !important; }
    .game-type-semi a { color: #ffffff !important; }
    .game-type-final a { color: #ffffff !important; }

    .game-type-quarter > div:nth-child(3),
    .game-type-semi > div:nth-child(3),
    .game-type-final > div:nth-child(3) {
        font-weight: 600;
        background-color: rgb(0 0 0 / 10%);
        padding: 10px;
    }

.table-outer-border {
        border: 1px solid #e2e2e2;
    }

    .larger-badge {
        font-weight: 400;
        font-size: 13px;
    }

    .first-in-division td { border-top:2px solid #858585; }
    .am td { background-color: #ffffe9; }
    .pm td { background-color: #e2f3ff; }

    .tournament-status {
        padding: 5px 20px;
        background-color: #e8e8e8;
        color:#fff;
        border-radius: 20px;
    }

    .status-draft { background-color: #fff2dd; color: #9f670a; }
    .status-open { background-color: #e1f8fc; color: #2cb3c8;}
    .status-open a { color: #2cb3c8;}
    .status-closed { background-color: #ffddfa; color: #bb009f;}
    .status-live { background-color: #e8f6f3; color: #55a796;}
    .status-completed { background-color: #e8e8e8; color: #5c5c5c;}
    .status-cancelled { background-color: #fee9ea; color: #d45a63;}

    .dotg { display:block; width: 15px; height: 15px; background-color: #e8e8e8; border-radius: 50%; float: left; margin: 2px; }

    .dot {
        display: block;
        width: 15px;
        height: 15px;
        background-color: #e8e8e8;
        border-radius: 50%;
        float: left;
        margin: 2px;
        font-size: 9px;
        text-align: center;
        padding: 0px;
        line-height: 14px;
        font-weight: 600;
    }

    .dot-win { background-color: #64c5b1; }
    .dot-draw { background-color: #ffa91c; }
    .dot-lose { background-color: #f96a74;}

    .dot-points { background-color: #e3e3e3;
        width: 35px;
        height: 35px;
        text-align: center;
        padding: 5px;
        font-size: 15px;
        border-radius: 20%;
        line-height: 24px;
    }

    /* Area, Schedule & Referee Games Blade CSS */

    .border {
        border: 1px solid #ccc;
        padding: 5px;
        width: 40px;
        display: inline-block;
    }

    .form-control {
        height: 35px;
    }

    .mx-2 {
        margin-left: 10px;
        margin-right: 10px;
    }

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

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    /* Area Games Blade CSS */

    /* Game Calendar Blade CSS */
    .btn-unpitched-knockout-toggle {
        background-color: #8ed9d2;
        border: none;
        color: #fff;
        border-radius: 0.35rem;
        padding: 0.35rem 0.65rem;
        font-weight: 500;
    }

    .btn-unpitched-knockout-toggle:hover,
    .btn-unpitched-knockout-toggle:focus {
        background-color: #6bc9c0;
        color: #fff;
    }

    .btn-unpitched-knockout-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgb(142 217 210 / 45%);
    }

    .ec-toolbar {
        display: none;
    }
    .ec-event-title, .ec-event-time {
        color:rgb(32, 28, 28);
        font-size: 0.7rem;
    }
    .ec-time-grid .ec-time, .ec-time-grid .ec-line {
        height: 30px;  /* override this value */
    }
    /* Game Calendar Blade CSS */


    /* Game Generate Blade CSS */
    .pitch-list-container {
        max-height: 300px;
        /* Enables scroll if list is long */
        overflow-y: auto;
    }
    .clickable {
        cursor: pointer;
    }

    .disabled-pitch {
        background-color: #f8f9fa;
        pointer-events: none;
    }
    /* Game Generate Blade CSS */

    /**
    Tournament Invite CSS
    */

    /* Team Reordering Buttons */
    .btn.disabled {
        opacity: 0.5;
        cursor: not-allowed !important;
        pointer-events: none;
    }

    .btn.disabled:hover {
        opacity: 0.5;
    }

    .moveTeamUp.disabled,
    .moveTeamDown.disabled {
        background-color: #e9ecef !important;
        border-color: #dee2e6 !important;
        color: #6c757d !important;
    }

    /**
    Tournament Invite CSS
    */


    /**
    Payment Reminder CSS
    */
    #payment-reminder tbody tr {
        cursor: pointer;
    }
    /**
    Payment Reminder CSS
    */

    /**
    Invite Email Preview CSS
    */
    .email-container {
        background-color: #ffffff;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        overflow: hidden;
        text-align: center;
    }

    .email-header {
        background-color: #4ebda6;
        padding: 20px;
        color: #ffffff;
    }

    .email-body {
        padding: 20px;
        color: #4a4a4a;
    }

    .user-name {
        font-weight: bold;
    }

    .accept-button {
        display: inline-block;
        background-color: #4ebda6;
        color: #ffffff;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 5px;
        margin-top: 20px;
        font-size: 16px;
    }

    .accept-button:hover {
        background-color: #5db6a4;
    }

    .email-footer {
        background-color: #f4f5f7;
        padding: 10px 20px;
        text-align: center;
        color: #777;
        font-size: 12px;
    }
    /**
    Invite Email Preview CSS
    */

    .spectator-simple-table td {
        font-size: 12px;
        padding: 2px;
    }
    .spectator .card-header {
        padding: 10px;
        margin-bottom: 0px;
    }
    .spectator .card-body {
        padding: 10px !important;
        margin-top:0px;
    }

    .spectator .table>:not(caption)>*>* {
        padding:3px;
    }

    .spectator .league-table th.center, .spectator .league-table td.center {
        text-align: center;
    }

    .open-team-entry-btn.sn-menu,
    .close-entry-btn.sn-menu,
    .reopen-team-entry-btn.sn-menu,
    .pause-tournament-btn.sn-menu,
    .start-tournament-btn.sn-menu,
    .end-tournament-btn.sn-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: start ! important;
        gap: var(--bs-menu-link-item-gap);
        position: relative;
        white-space: nowrap;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        line-height: var(--bs-menu-item-font-size);
        font-size: 14.4px;
        padding: var(--bs-menu-item-padding-y) var(--bs-menu-item-padding-x) ! important;
        font-weight: 400;
    }

    i.fa-mr-2 {
        margin-right: 20px;
    }

    i.fa-color-secondary {
        color: #aaa;
    }

    i.fa-color-warning {
        color: #ffa91c;
    }

    .standings {
        padding: 60px 20px;
        border: 1px solid #ccc;
        margin-bottom: 60px;
    }

    .finalists {
        padding: 60px 20px;
        border: 1px solid #ccc;
        background-color: #f8f8f8;
    }

    #generate-games ul {
        margin: 0;
        padding: 0;
    }

    #generate-games li {
        list-style: none;
    }

.share-card-cta {
    position: relative;
    overflow: hidden;
}

.share-card-cta::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/tourneypro-shield-white.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
}

.share-card-cta .card-body {
    position: relative;
    z-index: 1;
}

.share-card-cta {
    background-color: #01103d;
}

.text-pink-emphasis {
    color: #cd507b;
}

.text-purple-emphasis {
    color: #4341a5;
}

.page-content.share {
    margin: auto !important;
    padding: 0px 30px;
}

img.max-h-100 {
    max-height: 100px;
    height: auto;
}

@media screen and (max-width: 1023px) {
    .page-content {
        margin: 0 ! important;
    }
}

.puslse-finalise-btn {
    animation: pulse-finalise 3s infinite;
}
@keyframes pulse-finalise {
    0% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(100, 197, 177, 0.8);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(100, 197, 177, 0);
    }

    100% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(100, 197, 177, 0);
    }
}