@import '_content/SportsConnect.AppLayout/SportsConnect.AppLayout.tyzjz0rmdj.bundle.scp.css';

/* /App.razor.rz.scp.css */
.not-found-image[b-x4sjeeenyx] {
    height: 70vmin;
    width: 70vmin;
    vertical-align: middle;
}

.tshq-not-found[b-x4sjeeenyx] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .tshq-not-found p[b-x4sjeeenyx] {
        font-size: 14pt;
        font-weight: 500;
    }
/* /Pages/ManageTeams/AutoAssignTeam.razor.rz.scp.css */
.autoAssign-Dialog[b-bev8dn8cgy] {
    max-height: 700px;
    width: 639px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.text-grey[b-bev8dn8cgy] {
    color: #6c757d;
}

.heading[b-bev8dn8cgy] {
    font-weight: bold;
    color: #343a40;
}

.bsb-container[b-bev8dn8cgy] {
    margin-bottom: 15px;
}

.no-padding[b-bev8dn8cgy] {
    padding: 0;
}

.v-h-b-margin[b-bev8dn8cgy] {
    margin: 10px 0;
}

.h-l-padding[b-bev8dn8cgy] {
    padding-left: 15px;
}

.bsb-btn[b-bev8dn8cgy] {
    padding: 5px 15px;
    font-size: 14px;
}

.customNumericTextbox[b-bev8dn8cgy] {
    width: 80px;
}

.infoTiptip img[b-bev8dn8cgy] {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.btn-group[b-bev8dn8cgy] {
    display: flex;
    margin-bottom: 10px;
}

    .btn-group button[b-bev8dn8cgy] {
        flex: 1;
        padding: 10px;
        font-size: 14px;
    }
/* /Pages/ManageTeams/EditAutoAssignee.razor.rz.scp.css */
.dialog-content[b-6aojl27t12] {
    padding: 20px;
}

.summary[b-6aojl27t12] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.actions[b-6aojl27t12] {
    margin-bottom: 15px;
}

.telerik-dialog .k-dialog-actions[b-6aojl27t12] {
    justify-content: space-between;
}

.telerik-dialog .k-button[b-6aojl27t12] {
    margin-left: 10px;
}

.seq-number[b-6aojl27t12] {
    border-radius: 30%;
    background-color: #4ec3c8;
    color: #ffffff;
    display:flex;
    justify-content:center;
    align-items:center;
}
}
/* /Pages/ManageTeams/EditTeam.razor.rz.scp.css */
.detail-container[b-gfdxrj3qa7] {
    display: flex;
    gap: 350px;
}

.ml-10[b-gfdxrj3qa7] {
    margin-left: 10px;
}

.mb-10[b-gfdxrj3qa7] {
    margin-bottom: 10px;
}

.mt-10[b-gfdxrj3qa7]{
    margin-top:10px;
}


.team-container[b-gfdxrj3qa7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* /Pages/ManageTeams/EditTeamInfo.razor.rz.scp.css */
.detail-container[b-qdm5hxcnuz] {
    display: flex;
}

.ml-10[b-qdm5hxcnuz] {
    margin-left: 10px;
}

.mb-10[b-qdm5hxcnuz] {
    margin-bottom: 10px;
}

.mt-10[b-qdm5hxcnuz]{
    margin-top:10px;
}


.team-container[b-qdm5hxcnuz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* /Pages/ManageTeams/EmailAllRoster.razor.rz.scp.css */
.container-fluid[b-7ib8s75g9t] {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container-title[b-7ib8s75g9t] {
    text-align: center;
    margin-bottom: 20px;
}

.team-container[b-7ib8s75g9t] {
    flex: 1;
    margin: 10px;
}

.form-group[b-7ib8s75g9t] {
    margin-bottom: 20px;
}

textarea[b-7ib8s75g9t] {
    width: 100%;
}

button[b-7ib8s75g9t] {
    margin-top: 10px;
}

ul[b-7ib8s75g9t] {
    list-style-type: none;
    padding-left: 0;
}

li[b-7ib8s75g9t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
}
/* /Pages/ManageTeams/Manage.razor.rz.scp.css */
/* 
.container-inner {
    padding: 25px 22px;
}

.dropdown-button {
    margin-left: auto;
    align-content: end;
}
.sidebar-content {
    padding: 10px;
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

    .sidebar-menu li {
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 10px 0;
    }

        .sidebar-menu li:hover {
            background-color: #f0f0f0;
        }

        .sidebar-menu li span {
            margin-left: 10px;
        }

.details {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.drawer-toggle {
    position: absolute;
    right: -20px; 
    top: 20px; 
}

.circle-button {
    width: 40px; 
    height: 40px; 
    border-radius: 50%; 
    padding: 0;
    border: 1px solid #ccc; 
    background-color: #f9f9f9;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); 
    display: flex;
    align-items: center;
    justify-content: center;
}

    .circle-button .k-icon {
        font-size: 18px; 
        color: #333;
    }

.no-cursor {
    cursor: auto;
}

.pointer-cursor {
    cursor: pointer;
} */
/* /Pages/ManageTeams/Management.razor.rz.scp.css */
.custom-pager[b-t423og48zt] {
    font-size: 14px;
}

.compact-dropdown[b-t423og48zt] {
    max-width: 110px;
    font-size: 14px;
    padding: 0;
}

.items-range[b-t423og48zt] {
    white-space: nowrap;
    padding: 0 4px;
}

.arrow-btn[b-t423og48zt] {
    width: 26px;
    height: 26px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: none;
    background: transparent;
}

.disable[b-t423og48zt]{
    cursor: not-allowed;
    opacity:0.5;
}
/* /Pages/ManageTeams/ProgramDivisionSelection.razor.rz.scp.css */
.search-section[b-bf1xzk9udm] {
    width: 278px;
}

.dropdown-section[b-bf1xzk9udm] {
    gap: 36px;
}

.dropdown-item[b-bf1xzk9udm] {
    gap: 4px;
}

/* .content-header {
    background-color: #FFFFFF; 
    width: 100%; 
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
} */

/* .title-section {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #001A66;
}

.icon {
    margin-right: 8px;
    color: #001A66;
    font-size: 22px;
}

.dropdown-section {
    display: flex;
    gap: 16px;
    align-items: center;
}

.dropdown-item {
    display: flex;
    flex-direction: column;
}

.dropdown-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.dropdown-input {
    width: 200px;
}

.search-section {
    display: flex;
    align-items: center;
}

.search-box {
    width: 220px;
} */


/* /Pages/ManageTeams/TeamAssignment.razor.rz.scp.css */
.content-card .badge[b-c2xaipq37e] {
    background-color: #DE0D26;
    color: var(--white);
    margin-left: 4px;
    border-radius: 50%;
    padding: 0;
}

.waitlist-player .badge[b-c2xaipq37e] {
    background-color: var(--orange);
}

.content-card .content-header[b-c2xaipq37e] {
    gap: 16px;
}

.content-card-expanded .content-header:has(.waitlist-player)[b-c2xaipq37e] {
    gap: 10px;
}

.checkbox-container .checkbox-label[b-c2xaipq37e] {
    font-family: var(--f-barlow);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    color: var(--gray-900);
    line-height: normal;
    margin-left: 4px;
}

.close-button[b-c2xaipq37e] {
    position: absolute;
    right: 8px;
    top: 8px;
}

.team-id-wrapper[b-c2xaipq37e] {
    margin-bottom: 4px;
}

.team-id-wrapper span[b-c2xaipq37e] {
    font-size: 9px;
}

.count-wrapper[b-c2xaipq37e] {
    gap: 2px;
}

.team-code-space[b-c2xaipq37e] {
    margin-right: 20.5px;
}

.playerAssociation a[b-c2xaipq37e] {
    font-size: 12px;
    font-weight: 500;
    color: var(--gray-900);
    line-height: 18px;
}

.context-menu-popup[b-c2xaipq37e] {
    min-width: 150px;
    padding: 8px;
}

.nested-popup-menu[b-c2xaipq37e] {
    min-width: 200px;
    padding: 8px;
}
/* /Shared/EmptyLayout.razor.rz.scp.css */
.page[b-y5zfg4xhil] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y5zfg4xhil] {
    flex: 1;
    background-color: #e5ebf2;
}


@media (min-width: 992px) {
    content[b-y5zfg4xhil] {
        padding: 0px 125px;
    }
}

@media (min-width: 641px) {
    .page[b-y5zfg4xhil] {
        flex-direction: row;
    }

    .top-row[b-y5zfg4xhil] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
/* /Shared/EnvironmentalAwareness.razor.rz.scp.css */
.environment-name[b-z4k0vutfpp] {
    color: white;
    font-weight: bold;
    margin: auto;
}
/* /Shared/Loader.razor.rz.scp.css */
.lds-dual-ring[b-5wbxlkc1gm] {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring[b-5wbxlkc1gm]: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-5wbxlkc1gm 1.2s linear infinite;
    }

@keyframes lds-dual-ring-b-5wbxlkc1gm {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.demo-container[b-5wbxlkc1gm] {
    position: relative;
    height: 300px;
    width: 75%;
    margin: 0 auto;
}

.loader-container-heading[b-5wbxlkc1gm] {
    padding-top: 25px;
}

.order-summary-row[b-5wbxlkc1gm] {
    line-height: 2;
}

.kd-demo-heading[b-5wbxlkc1gm] {
    text-transform: none;
    width: 200px;
    margin: 0 auto;
    font-size: 17px;
    color: #555;
    padding-bottom: 0.5em;
}

.k-loader-container[b-5wbxlkc1gm] {
    z-index: 1;
}
/* /Shared/MainLayout.razor.rz.scp.css */


.profile-header[b-ld66osx9e5] {
    padding: 12.5px 0 13.5px 0;
    border-bottom: 1px solid var(--gray-200);
    margin: 0 7px;
    color: var(--gray-900);
    cursor: pointer;
}


.info-label[b-ld66osx9e5] {
    font-size: 10px;
    font-weight: 500;
    color: var(--gray-500);
    width: 70px;
    display: inline-block;
}

.info-description[b-ld66osx9e5] {
    font-size: 10px;
    font-weight: 500;
    color: var(--gray-900);
    text-align: right;
}

.email-description[b-ld66osx9e5] {
    width: calc(100% - 77px);
}

/* .page {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: Barlow;
}

main {
    flex: 1;
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
} */
/* /Shared/ModalDialog.razor.rz.scp.css */
body[b-x6bsi80s20] {
}
/* /Shared/Notification.razor.rz.scp.css */
.demo-notification[b-ua4pkn3k1r] {
    position: absolute;
}

.demo-notification .k-notification[b-ua4pkn3k1r] {
    width: 530px;
}

.notification-parent[b-ua4pkn3k1r] {
    position: relative;
    height: 270px;
}

.k-notification-container[b-ua4pkn3k1r] {
    margin: 6px 0;
}

#demo-runner[b-ua4pkn3k1r] {
    height: 320px;
}

/* /Shared/Toast.razor.rz.scp.css */
.cs-toast[b-iuuwuteqfy] {
    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-iuuwuteqfy] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.cs-toast-body[b-iuuwuteqfy] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .cs-toast-body p[b-iuuwuteqfy] {
        margin-bottom: 0;
    }

.cs-toast-visible[b-iuuwuteqfy] {
    display: flex;
    flex-direction: row;
    animation: fadein-b-iuuwuteqfy 1.5s;
}

.success-snack[b-iuuwuteqfy] {
    background-color: #000C66;
    position: fixed;
    right: 33vw;
    top: 50vh;
}

@keyframes fadein-b-iuuwuteqfy {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}
