@import '_content/SportsConnect.AppLayout/SportsConnect.AppLayout.tyzjz0rmdj.bundle.scp.css';

/* /App.razor.rz.scp.css */
.tshq-not-found__container[b-5a2b334xye] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .tshq-not-found__container img[b-5a2b334xye] {
        height: 70vmin;
        width: 70vmin;
    }

    .tshq-not-found__container p[b-5a2b334xye] {
        font-size: 14pt;
        max-width: 80%;
    }

    .tshq-not-found__container button[b-5a2b334xye] {
        margin-top: 2rem;
        padding: 0.75rem 2.5rem;
        color: #fff;
        background: #0565d9;
    }
/* /Pages/ManageProductNews/Add.razor.rz.scp.css */
.add-manage-page[b-kabx41d9lw] {
    padding: 0;
    border-radius: 10px;
    background: #F8F9FA;
}

.add-manage-page:not(:empty)[b-kabx41d9lw] {
    padding: 17px 15px;
}

.container[b-kabx41d9lw], .container-fluid[b-kabx41d9lw], .container-lg[b-kabx41d9lw], .container-md[b-kabx41d9lw], .container-sm[b-kabx41d9lw], .container-xl[b-kabx41d9lw], .container-xxl[b-kabx41d9lw] {
    padding: 0;
    height: 100%;
}

.container-inner[b-kabx41d9lw] {
    padding: 20px 145px;
    min-height: 100vh;
    background-color: #E5EBF2;
}

.image-preview-container[b-kabx41d9lw] {
    margin-top: 20px;
}

.image-grid[b-kabx41d9lw] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.image-thumbnail[b-kabx41d9lw] {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-thumbnail img[b-kabx41d9lw] {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.close-button[b-kabx41d9lw] {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    color: black;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-button:hover[b-kabx41d9lw] {
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
}

.left-preview-section[b-kabx41d9lw] {
    display: block;
    width: 400px;
    border: 1px solid #748899;
    border-radius: 10px;
    color: #0E398D;
    font-family: 'Barlow', sans-serif;
    padding: 30px;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    max-height: 800px;
    overflow-y: auto;
    height: auto;
}

.right-preview-section[b-kabx41d9lw] {
    display: flex;
    width: calc(100% - 400px);
    flex-direction: column;
}

.right-preview-section .feature-title[b-kabx41d9lw] {
    color: #0E398D;
    font-family: 'Barlow', sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin: 4px 0 10px 0;
}

.right-preview-section .k-invalid #title-input[b-kabx41d9lw] {
    border: none;
}

.startdate-label[b-kabx41d9lw],
.enddate-label[b-kabx41d9lw] {
    color: #748899;
    font-family: 'Barlow', sans-serif;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    z-index: 99;
    top: -8px;
    left: 12px;
    background: #F8F9FA;
    padding: 0 2px;
}

.supported-text[b-kabx41d9lw] {
    font-family: Barlow;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    color: #909EB2;
    margin-top: 8px;
}

.choose-text[b-kabx41d9lw] {
    font-family: Barlow;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.6px;
    color: #404A5F;
    margin-top: 8px;
}

.archieve-container[b-kabx41d9lw] {
    cursor: not-allowed;
}

.date-picker-validation[b-kabx41d9lw] {
    position: absolute;
    bottom: -25px
}

.validation-message[b-kabx41d9lw] {
    color: #f31700;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    margin-top: 0.25rem;
}

@media screen and (max-width: 1300px) {
    .container-inner[b-kabx41d9lw] {
        padding: 20px 50px;
    }

    .left-preview-section[b-kabx41d9lw] {
        width: 40%;
    }

    .right-preview-section[b-kabx41d9lw] {
        width: calc(100% - 40%);
    }
}

    @media screen and (max-width: 1150px) {
        .date-picker-validation[b-kabx41d9lw] {
            position: unset;
        }

        .date-select-container[b-kabx41d9lw] {
            margin-top: 20px !important;
        }

    }

    @media screen and (max-width: 769px) {
        .left-preview-section[b-kabx41d9lw], .right-preview-section[b-kabx41d9lw] {
            width: 100%;
        }

        .left-preview-section[b-kabx41d9lw] {
            padding: 16px;
        }

        .add-manage-page:not(:empty)[b-kabx41d9lw] {
            padding: 18px;
        }

        .container-inner[b-kabx41d9lw] {
            padding: 20px;
            height: 100%;
        }
    }

    @media screen and (max-width: 575px) {
        .archieve-container .primary-button[b-kabx41d9lw] {
            width: 100%
        }
    }
/* /Pages/ManageProductNews/AllArchivePost.razor.rz.scp.css */
.container-title[b-dwql98rq9h] {
    padding: 10px 20px;
    background: #132367;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.container-title > span[b-dwql98rq9h] {
    font-size: 1.5rem;
    color: #fff;
    font-family: Barlow Condensed,sans-serif;
    font-weight: 600;
    line-height: 29px;
}

.container[b-dwql98rq9h], .container-fluid[b-dwql98rq9h], .container-lg[b-dwql98rq9h], .container-md[b-dwql98rq9h], .container-sm[b-dwql98rq9h], .container-xl[b-dwql98rq9h], .container-xxl[b-dwql98rq9h] {
    padding: 0;
    height: 100%;
}

.container-main[b-dwql98rq9h] {
    background-color: #E5EBF2;
    height: 100%;
}

.container-inner[b-dwql98rq9h] {
    padding: 20px 145px;
    height: 100%;
}

.container-white[b-dwql98rq9h] {
    background-color: white;
    padding: 20px;
    border-radius: 6px;
    height: 100%;
}

@media (max-width: 768px) {
    .container-inner[b-dwql98rq9h] {
        padding: 20px;
        height: 100%;
    }
}
/* /Pages/ManageProductNews/Delete.razor.rz.scp.css */
.modal-title[b-wds11hpqho] {
    text-align: left;
    font: normal normal medium 14px/20px Barlow;
    letter-spacing: 0.25px;
    color: #48749B;
}

.modal-footer[b-wds11hpqho] {
    border-top: 0;
}

.modal-body[b-wds11hpqho] {
    text-align: left;
    font: normal normal normal 16px/19px Barlow;
    letter-spacing: 0px;
    color: #7B7B7B;
}
/* /Pages/ManageProductNews/List.razor.rz.scp.css */
.button-wrapper[b-hlvf0mkur6] {
    display: flex;
    padding: 5px 0;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .button-wrapper[b-hlvf0mkur6] {
        display: block;
        padding: 5px 0;
    }
}
/* /Pages/ManageProductNews/ListItem.razor.rz.scp.css */
table[b-ilgg13s5n0] {
    margin-bottom: 0;
}

td[b-ilgg13s5n0] {
    padding: 15px !important;
}

.fa-pencil[b-ilgg13s5n0] {
    cursor: pointer;
}
/* /Pages/ManageProductNews/Manage.razor.rz.scp.css */
#manage-offical-assignors .form-group[b-cwjp7hd929] {
    padding: 10px;
}

.error-message[b-cwjp7hd929] {
    color: red;
    font-weight: 700;
}

.container-title[b-cwjp7hd929] {
    padding: 10px 20px;
    background: #132367;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.container-title > span[b-cwjp7hd929] {
    font-size: 1.5rem;
    color: #fff;
    font-family: Barlow Condensed,sans-serif;
    font-weight: 600;
    line-height: 29px;
}

.container[b-cwjp7hd929], .container-fluid[b-cwjp7hd929], .container-lg[b-cwjp7hd929], .container-md[b-cwjp7hd929], .container-sm[b-cwjp7hd929], .container-xl[b-cwjp7hd929], .container-xxl[b-cwjp7hd929] {
    padding: 0;
    height: 100%;
}

.container-main[b-cwjp7hd929] {
    background-color: #E5EBF2;
    height: 100%;
}

.container-inner[b-cwjp7hd929] {
    padding: 20px 145px;
    height: 100%;
}

.container-white[b-cwjp7hd929] {
    background-color: white;
    padding: 20px;
    border-radius: 6px;
    height: 100%;
}

@media (max-width: 768px) {
    .container-inner[b-cwjp7hd929] {
        padding: 20px;
        height: 100%;
    }
}
/* /Pages/ManageProductNews/Preview.razor.rz.scp.css */
.left-preview-section .preview-title[b-nh5f3eor6v] {
    color: #0E398D;
    font-family: 'Barlow', sans-serif;
    font-size: 15.87px;
    font-weight: 500;
    display: block;
    word-break: break-word;
}

.left-preview-section .preview-description[b-nh5f3eor6v] {
    color: #748899;
    font-family: 'Barlow', sans-serif;
    font-size: 13.6px;
    font-weight: 400;
    display: block;
    margin-top: 11.33px;
    word-break: break-word;
}

.left-preview-section .preview-container[b-nh5f3eor6v] {
    padding: 0;
    border-radius: 13.6px;
    background: #f5f7f9;
    max-width: 300px;
    overflow: auto;
}

.preview-container:has(.image-preview:not(:empty)) .preview-title[b-nh5f3eor6v] {
    margin-top: 11.33px;
}

.preview-container:has(.preview-title:not(.empty))[b-nh5f3eor6v],
.preview-container:has(.preview-description:not(.empty))[b-nh5f3eor6v],
.preview-container:has(.image-preview:not(:empty))[b-nh5f3eor6v] {
    padding: 20px;
    margin: 10px 30px 0 30px;
}

.image-preview[b-nh5f3eor6v] {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    align-items: center;
}

.left-preview-section .image-preview img[b-nh5f3eor6v] {
    width: 260px;
    height: 260px;
    max-width: 100%;
    object-fit: cover;
    border: none;
    border-radius: 13.6px;
    pointer-events: none;
}

@media screen and (max-width: 991px) {

    .preview-container:has(.preview-title:not(.empty))[b-nh5f3eor6v],
    .preview-container:has(.preview-description:not(.empty))[b-nh5f3eor6v],
    .preview-container:has(.image-preview:not(:empty))[b-nh5f3eor6v] {
        margin: 0;
    }
}

@media screen and (max-width: 500px) {

    .left-preview-section .preview-container[b-nh5f3eor6v] {
        max-width: 100%;
    }

    .left-preview-section .image-preview img[b-nh5f3eor6v] {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}
/* /Pages/ManageProductNews/ProductNews.razor.rz.scp.css */
.container[b-6upk8jie3y], .container-fluid[b-6upk8jie3y], .container-lg[b-6upk8jie3y], .container-md[b-6upk8jie3y], .container-sm[b-6upk8jie3y], .container-xl[b-6upk8jie3y], .container-xxl[b-6upk8jie3y] {
    padding: 0;
    height: 100%;
}

.container-main[b-6upk8jie3y] {
    background-color: #E5EBF2;
    height: 100%;
}

.container-inner[b-6upk8jie3y] {
    padding: 20px 145px;
    height: 100%;
}

.container-white[b-6upk8jie3y] {
    background-color: white;
    padding: 20px;
    border-radius: 6px;
    height: 100%;
}

@media (max-width: 768px) {
    .container-inner[b-6upk8jie3y] {
        padding: 20px;
        height: 100%;
    }
}

.k-loader-container.k-loader-top[b-6upk8jie3y] {
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.k-loader-container-overlay[b-6upk8jie3y] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.k-button.k-button-solid-base[b-6upk8jie3y] {
    border-color: #0072EB;
    border-radius: 50px;
    background: #fff;
    color: #0072EB;
    font-weight: 500;
    font-family: 'Barlow';
    font-size: 16px;
    line-height: 19.2px;
}

.btn.cancel-subtitle[b-6upk8jie3y] {
    border-color: #0072EB;
    color: #0072EB;
    background-color: transparent;
    border-radius: 50px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 600;
    padding: 8px 16px;
}
/* /Shared/EmptyLayout.razor.rz.scp.css */
.page[b-vr6da9q97h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vr6da9q97h] {
    flex: 1;
    background-color: #e5ebf2;
}


@media (min-width: 992px) {
    content[b-vr6da9q97h] {
        padding: 0px 125px;
    }
}

@media (min-width: 641px) {
    .page[b-vr6da9q97h] {
        flex-direction: row;
    }

    .top-row[b-vr6da9q97h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
/* /Shared/EnvironmentalAwareness.razor.rz.scp.css */
.environment-name[b-60u84ye7ds] {
    color: white;
    font-weight: bold;
    margin: auto;
}
/* /Shared/Loader.razor.rz.scp.css */
.lds-dual-ring[b-mehsh3dbn7] {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring[b-mehsh3dbn7]:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring-b-mehsh3dbn7 1.2s linear infinite;
    }

@keyframes lds-dual-ring-b-mehsh3dbn7 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.demo-container[b-mehsh3dbn7] {
    position: relative;
    height: 300px;
    width: 75%;
    margin: 0 auto;
}

.loader-container-heading[b-mehsh3dbn7] {
    padding-top: 25px;
}

.order-summary-row[b-mehsh3dbn7] {
    line-height: 2;
}

.kd-demo-heading[b-mehsh3dbn7] {
    text-transform: none;
    width: 200px;
    margin: 0 auto;
    font-size: 17px;
    color: #555;
    padding-bottom: 0.5em;
}

.k-loader-container[b-mehsh3dbn7] {
    z-index: 1;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-gwasyfku75] {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: Barlow;
}

main[b-gwasyfku75] {
    flex: 1;
}

.top-row[b-gwasyfku75] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gwasyfku75]  a, .top-row[b-gwasyfku75]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gwasyfku75]  a:hover, .top-row[b-gwasyfku75]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gwasyfku75]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-gwasyfku75] {
        display: none;
    }

    .top-row.auth[b-gwasyfku75] {
        justify-content: space-between;
    }

    .top-row[b-gwasyfku75]  a, .top-row[b-gwasyfku75]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gwasyfku75] {
        flex-direction: row;
    }

    .top-row[b-gwasyfku75] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gwasyfku75]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}
/* /Shared/ModalDialog.razor.rz.scp.css */
body[b-5ri47k99l7] {
}
/* /Shared/Notification.razor.rz.scp.css */
.demo-notification[b-cnvlzumfq2] {
    position: absolute;
}

.demo-notification .k-notification[b-cnvlzumfq2] {
    width: 530px;
}

.notification-parent[b-cnvlzumfq2] {
    position: relative;
    height: 270px;
}

.k-notification-container[b-cnvlzumfq2] {
    margin: 6px 0;
}

#demo-runner[b-cnvlzumfq2] {
    height: 320px;
}

/* /Shared/Toast.razor.rz.scp.css */
.cs-toast[b-g7171y1uhr] {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 25rem;
    top: 2rem;
    border-radius: 1rem;
    right: 2rem;
}

.cs-toast-icon[b-g7171y1uhr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.cs-toast-body[b-g7171y1uhr] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .cs-toast-body p[b-g7171y1uhr] {
        margin-bottom: 0;
    }

.cs-toast-visible[b-g7171y1uhr] {
    display: flex;
    flex-direction: row;
    animation: fadein-b-g7171y1uhr 1.5s;
}

.success-snack[b-g7171y1uhr] {
    background-color: #000C66;
    position: fixed;
    right: 33vw;
    top: 50vh;
}

@keyframes fadein-b-g7171y1uhr {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}
