@charset "UTF-8";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.auth-container{align-items:center;display:flex;font-family:Inter,Segoe UI,sans-serif;justify-content:center;margin:0;min-height:100vh;padding:1rem;position:relative}.auth-container:before{background-attachment:fixed;background-image:url(/static/media/background.c90ce69bab904efad1da.jpg);background-position:50%;background-size:cover;content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:-1}.auth-admin-container{max-width:450px;width:100%}.auth-admin-card{animation:fadeInUp .6s ease;-webkit-backdrop-filter:blur(var(--card-blur));backdrop-filter:blur(var(--card-blur));background:var(--card-glass-bg);border:1px solid #ffffff4d;border-radius:var(--radius);box-shadow:var(--shadow);padding:3rem 2.5rem;transition:transform .2s ease}.auth-admin-card:hover{transform:translateY(-2px)}.auth-logo{display:block;margin:0 auto 1.5rem;max-width:120px}.auth-admin-title{color:var(--primary-color);font-family:title;font-size:1.8rem;font-weight:700;margin:0 0 .5rem;text-align:center;text-transform:uppercase}.auth-admin-subtitle{color:#555;font-family:body;font-size:.9rem;margin-bottom:2rem;text-align:center}.auth-admin-card input{background-color:#fff;border:1px solid #ccc;border-radius:var(--radius);font-size:1rem;margin-bottom:1.25rem;padding:.75rem 1rem;transition:border .2s;width:-webkit-fill-available}.auth-admin-card input:focus{border-color:var(--primary-color);outline:none}.admin-button-primary{align-items:center;background-color:var(--primary-color);border:none;border-radius:var(--radius);color:#fff;cursor:pointer;display:flex;font-family:body;font-size:1rem;justify-content:center;padding:.75rem;transition:background-color .3s,transform .2s;width:100%}.admin-button-primary:disabled{cursor:not-allowed;opacity:.8}.admin-button-primary:hover:not(:disabled){background-color:#003a89;transform:scale(1.01)}.spinner{animation:spin .8s linear infinite;border:3px solid #fff;border-radius:50%;border-top:3px solid var(--accent-color);height:20px;width:20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.sidebar{background-color:#002c68;border-right:1px solid #f0f0f0;box-shadow:0 2px 10px #00000008;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:space-between;left:0;padding:16px;position:sticky;top:0;transition:all .3s ease;z-index:100}.sidebar.collapsed{align-items:center;padding:40px 8px 16px}.sidebar.collapsed .logout-btn span,.sidebar.collapsed .sidebar-header .subtitle,.sidebar.collapsed .sidebar-header h2,.sidebar.collapsed .sidebar-nav a span{display:none}.sidebar.collapsed .sidebar-nav a{justify-content:center;padding:12px}.sidebar.collapsed .sidebar-nav{align-items:center}.sidebar.collapsed .logout-btn{justify-content:center;padding:12px}.sidebar-header{cursor:pointer;margin-bottom:1.5rem;padding:0 .5rem;position:relative}.sidebar-header h2{font-family:title;font-size:28px;font-weight:400;line-height:28px}.sidebar-header .subtitle,.sidebar-header h2{color:#fff;margin:0;text-transform:uppercase;transition:all .3s ease}.sidebar-header .subtitle{font-family:nunito;font-size:12px;font-weight:700;line-height:16px}.collapse-toggle{align-items:center;background:#fff;border:2px solid #002c68;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;position:absolute;right:-30px;top:50%;transform:translateY(-85%);transition:all .3s cubic-bezier(.4,0,.2,1);width:32px;z-index:101}.collapse-toggle:hover{background:#f8f8f8;box-shadow:0 4px 12px #0003;transform:translateY(-85%) scale(1.05)}.collapse-toggle:active{transform:translateY(-85%) scale(.95)}.collapse-toggle .toggle-icon{stroke-width:2.5px;color:#002c68;transition:transform .3s ease}.sidebar.collapsed .collapse-toggle:hover .toggle-icon{animation:pulse 1.5s infinite}.sidebar-nav{gap:8px}.sidebar-nav,.sidebar-nav .details{display:flex;flex-direction:column}.sidebar-nav .details .create-new{color:#99b7de;font-family:inter;font-size:12px;font-weight:600;margin:0;padding:0 8px;text-transform:uppercase}.sidebar-nav .details .tournament-name{color:#ccdbef;font-family:roboto;font-size:15px;font-weight:600;margin:0 0 16px;max-width:220px;padding:0 8px;text-transform:uppercase}.sidebar-nav .steps-list{padding:0 8px}.sidebar-nav .steps-list .step-container{align-items:center;cursor:pointer;display:flex;gap:8px;opacity:.5;padding:8px 0}.sidebar-nav .steps-list .step-container:hover{opacity:.6}.sidebar-nav .steps-list .step-container .circle{align-items:center;background-color:#0000;border:1px solid #ccdbef;border-radius:50%;display:flex;height:24px;justify-content:center;width:24px}.sidebar-nav .steps-list .step-container .circle p{color:#e7effa;font-family:inter;font-size:12px;font-weight:600;margin:0}.sidebar-nav .steps-list .step-container .label{color:#e7effa;font-family:inter;font-size:14px;font-weight:500;margin:0}.sidebar-nav .steps-list .step-container.active{opacity:1}.sidebar-nav .steps-list .step-container.active .circle{background-color:#ccdbef}.sidebar-nav .steps-list .step-container.active .circle.completed{background-color:#2aab0a;border:1px solid #2aab0a}.sidebar-nav .steps-list .step-container.active .circle p{color:#000f23}.sidebar-nav .steps-list .step-container.active .label.underline{text-decoration-color:#fafafa;text-decoration-line:underline}.sidebar-nav .steps-list .step-container.active:hover{opacity:.9}.sidebar-nav .steps-list .step-container.disabled{cursor:not-allowed}.sidebar-nav a{align-items:center;border-radius:4px;color:#fff;display:flex;font-size:14px;gap:8px;line-height:22px;padding:8px 12px;text-decoration:none;transition:all .3s ease}.sidebar-nav a.active,.sidebar-nav a:hover{background-color:#003b8a}.sidebar-nav a.active svg{stroke:#fff}.sidebar-nav a span{flex:1 1;transition:all .3s ease}.sidebar-footer{border-top:1px solid #ffffff1a;margin-top:auto;padding-top:1rem;transition:all .3s ease}.logout-btn{align-items:center;background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:8px;line-height:22px;padding:8px 12px;transition:all .3s ease;width:100%}.logout-btn:hover{background-color:#003b8a}.logout-btn svg{stroke:#fff}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.mobile-menu-toggle{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;margin-left:auto;padding:8px}.mobile-menu-overlay{animation:fadeInOverlay .3s cubic-bezier(.4,0,.2,1) forwards;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background-color:#0000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.mobile-menu{animation:slideInMenu .35s cubic-bezier(.4,0,.2,1) forwards;background-color:#002c68;box-shadow:2px 0 20px #0006;color:#fff;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);width:280px;will-change:transform;z-index:1001}.mobile-menu-header{align-items:center;animation:slideInHeader .3s cubic-bezier(.4,0,.2,1) .1s both;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:16px}.mobile-menu-header h2{color:#fff;font-family:title;font-size:24px;font-weight:400;line-height:24px;margin:0;text-transform:uppercase}.mobile-menu-header .mobile-menu-close{align-items:center;background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:transform .2s cubic-bezier(.4,0,.2,1)}.mobile-menu-header .mobile-menu-close:hover{background-color:#ffffff1a;transform:rotate(90deg)}.mobile-menu-header .mobile-menu-close:active{transform:rotate(90deg) scale(.9)}.mobile-menu-nav{display:flex;flex:1 1;flex-direction:column;gap:4px;overflow-y:auto;padding:16px 0}.mobile-menu-nav a{align-items:center;animation:slideInMenuItem .3s cubic-bezier(.4,0,.2,1) forwards;color:#fff;display:flex;font-size:14px;gap:12px;opacity:0;padding:12px 16px;text-decoration:none;transform:translateX(-20px);transition:all .2s cubic-bezier(.4,0,.2,1)}.mobile-menu-nav a:first-child{animation-delay:.08s}.mobile-menu-nav a:nth-child(2){animation-delay:.11s}.mobile-menu-nav a:nth-child(3){animation-delay:.14s}.mobile-menu-nav a:nth-child(4){animation-delay:.17s}.mobile-menu-nav a:nth-child(5){animation-delay:.2s}.mobile-menu-nav a:nth-child(6){animation-delay:.23s}.mobile-menu-nav a:nth-child(7){animation-delay:.26s}.mobile-menu-nav a:nth-child(8){animation-delay:.29s}.mobile-menu-nav a:nth-child(9){animation-delay:.32s}.mobile-menu-nav a:nth-child(10){animation-delay:.35s}.mobile-menu-nav a:hover{background-color:#003b8a;transform:translateX(4px)}.mobile-menu-nav a.active{background-color:#003b8a;transform:translateX(0)}.mobile-menu-nav a svg{flex-shrink:0;transition:transform .2s cubic-bezier(.4,0,.2,1)}.mobile-menu-nav a:hover svg{transform:scale(1.1)}.mobile-menu-nav a span{flex:1 1}.mobile-menu-footer{animation:slideInFooter .3s cubic-bezier(.4,0,.2,1) .2s both;border-top:1px solid #ffffff1a;padding:16px}.mobile-logout-btn{align-items:center;animation:slideInFooter .3s cubic-bezier(.4,0,.2,1) .25s forwards;background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:12px;opacity:0;padding:12px 16px;transform:translateY(10px);transition:all .2s cubic-bezier(.4,0,.2,1);width:100%}.mobile-logout-btn:hover{background-color:#003b8a;transform:translateY(0) scale(1.02)}.mobile-logout-btn:active{transform:translateY(0) scale(.98)}.mobile-logout-btn svg{flex-shrink:0;transition:transform .2s cubic-bezier(.4,0,.2,1)}.mobile-logout-btn:hover svg{transform:translateX(-2px)}.mobile-logout-btn span{flex:1 1}@keyframes fadeInOverlay{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0}to{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:1}}@keyframes slideInMenu{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInMenuItem{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInHeader{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFooter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.collapse-toggle,.steps-list{display:none}.sidebar{flex-direction:row;height:60px;justify-content:space-between;padding:8px 16px}.sidebar,.sidebar-header{align-items:center;width:100%}.sidebar-header{display:flex;margin-bottom:0;padding:0}.sidebar-header h2{font-size:20px;line-height:20px}.sidebar-footer,.sidebar-header .subtitle,.sidebar-nav{display:none}.sidebar.collapsed{padding:8px 16px}}.navbar{align-items:center;display:flex;height:60px;margin-top:1rem;padding:0 1.5rem}.navbar .user-container{align-items:center;display:flex;flex:1 1;gap:12px;justify-content:flex-end;padding-right:.5rem}.navbar .user-container .avatar-container{align-items:center;background-color:#e7effa;border-radius:50%;color:#004aad;display:flex;font-family:nunito;font-size:12px;font-weight:500;height:32px;justify-content:center;line-height:20px;width:32px}.navbar .user-container .name,.navbar .user-container .role{font-family:nunito;font-size:12px;font-weight:500;margin:0}.navbar .user-container .role{color:gray;text-transform:capitalize}@media(max-width:768px){.navbar{display:none}}.dashboard-layout{display:flex;flex:1 1;min-height:100vh;overflow:hidden;width:100%}.dashboard-main{display:flex;flex:1 1;flex-direction:column;height:100vh;min-width:0;overflow-y:auto}.dashboard-content{box-sizing:border-box;flex:1 1;padding:1rem 2rem;width:100%}.sidebar{flex:0 0 auto;transition:width .3s ease;width:270px}.sidebar.collapsed{width:70px}@media(max-width:768px){.dashboard-layout{flex-direction:column}.dashboard-content{padding:1rem}.sidebar.collapsed{width:100%}}.table-header,.table-header .table-search-container{align-items:flex-end;display:flex;justify-content:space-between}.table-header .table-search-container{width:100%}.table-header .table-search-container .search-input{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:4px;display:flex;gap:8px;padding:8px;width:50%}.table-header .table-search-container .search-input input{border:none;font-family:inter;font-size:12px;line-height:16px;outline:none;width:100%}.table-header .table-search-container .showing-container{align-items:center;color:#5d5d5d;display:flex;gap:12px;justify-content:flex-end;width:100%}.table-header .table-search-container .showing-container p{font-family:roboto;font-size:12px;line-height:16px;margin:0}.table-header .table-search-container .showing-container .table-options{align-items:center;display:flex;gap:8px}.table-header .table-search-container .showing-container .table-options .option{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:8px;padding:8px}.table-header .table-search-container .showing-container .table-options .option.selected{background-color:#e7effa}.table-header .table-search-container .showing-container .table-options .option:hover{opacity:.9}.table-header .table-search-container .showing-container .table-options .option p{color:#020618;font-family:inter;font-family:600;font-size:14px;line-height:20px;margin:0}.table-header .table-search-container .showing-container .edit-columns-btn{align-items:center;background-color:#e7effa;border:none;border-radius:6px;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:6px;line-height:20px;padding:4px 12px}.data-table-container{border:1px solid #99b7de;border-radius:10px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;height:70vh;margin:.75rem 0 1.5rem;overflow:hidden;overflow:visible;position:relative;width:100%}.data-table-container .empty-state{align-items:center;display:flex;flex-direction:column;height:65vh;justify-content:center}.data-table-container .empty-state .empty-title{color:#000;font-family:roboto;font-size:16px;font-weight:700;margin:16px 0 4px}.data-table-container .empty-state .empty-subtitle{color:#000;font-family:roboto;font-size:14px;margin:0}.data-table{-webkit-overflow-scrolling:touch;display:block;flex:1 1;overflow-x:auto;overflow-y:auto;position:relative;z-index:1}.data-table,.data-table table{background-color:#fff;width:100%}.data-table table{border-collapse:initial;border-spacing:0}.data-table td,.data-table th{border-bottom:1px solid #99b7de;font-family:inter;overflow:hidden;padding:12px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.data-table th{background-color:#f5f5f5;color:var(--primary-color);font-size:14px;font-weight:500;line-height:20px;position:sticky;top:0;z-index:3}.data-table td.sticky-dots,.data-table th.sticky-header{max-width:50px;min-width:50px;position:sticky;right:0;text-align:center}.data-table td.sticky-dots{background-color:#fff;cursor:pointer;overflow:visible;padding:0}.data-table td.sticky-dots.active-menu{z-index:4}.data-table .menu-container{background:#fff;border-radius:4px;box-shadow:0 4px 12px #0000001a;position:absolute;right:0;width:240px;z-index:10}.data-table .menu-container .menu-name-container{align-items:center;border-bottom:1px solid #f0f0f0;border-radius:2px;display:flex;gap:8px;padding:10px 8px}.data-table .menu-container .menu-name-container .name{color:var(--primary-color);font-family:inter;font-size:13px;font-weight:500;line-height:16px;margin:0;overflow:hidden;text-overflow:ellipsis}.data-table .menu-container .menu-item{align-items:center;border-radius:2px;cursor:pointer;display:flex;gap:8px;padding:6px 8px}.data-table .menu-container .menu-item p{color:#020618;font-family:inter;font-size:13px;line-height:20px;margin:0}.data-table .menu-container .menu-item:hover{background-color:#f5f5f5}.data-table th.sortable:hover{background-color:#f0f0f0;cursor:pointer}.header-content{align-items:center;display:flex;gap:6px}.sort-icons{color:#0003;display:inline-flex;flex-direction:column;margin-left:8px}.sort-arrow{font-size:12px;line-height:.8;transition:all .2s ease}.sort-arrow.active{color:var(--primary-color);color:var(--accent-color,var(--primary-color));font-weight:700}.data-table th[aria-sort=ascending] .sort-arrow:first-child,.data-table th[aria-sort=descending] .sort-arrow:last-child{color:var(--primary-color);color:var(--primary-color,var(--primary-color));font-weight:700}.data-table td{background-color:#fff;color:#333;font-size:14px;font-weight:400;position:relative;transition:background-color .2s ease;z-index:2}.data-table tr:hover td{background-color:#e7effa}.data-table td.center{text-align:center}.data-table td.upper{text-transform:uppercase}.data-table tr:not(:last-child) td{border-bottom:1px solid #99b7de}.data-table td a{color:#004aad;color:var(--primary-color,#004aad);font-weight:500;text-decoration:none;transition:color .2s ease}.data-table td:first-child,.data-table th:first-child{left:0;max-width:250px;min-width:250px;position:sticky;z-index:3}.data-table th:first-child{z-index:4}.data-table td:first-child:after,.data-table th:first-child:after{background:linear-gradient(90deg,#0000001a,#0000);content:"";height:100%;pointer-events:none;position:absolute;right:-4px;top:0;width:4px}.pagination{align-items:center;background-color:#fff;border-top:1px solid #eaeef2;display:flex;gap:12px;justify-content:center;padding:20px}.pagination .total-pages{color:#000;font-family:inter;font-size:13px;font-weight:400;line-height:22px}.pagination .page-number-container{background-color:#e7effa;border:1px solid #99b7de;border-radius:6px;gap:8px;padding:6px 8px;width:48px}.pagination .page-number-container.inactive{opacity:.5}.pagination .page-number-container p{color:#020618;font-family:inter;font-size:12px;font-weight:400;line-height:16px;margin:0}.pagination .pagination-icon:hover{cursor:pointer;opacity:.9}.pagination .pagination-icon.disabled{color:#a0a0a0;cursor:not-allowed;transform:none}.data-grid-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.data-grid-container .grid-item{background-color:#f3f3f3;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:12px;padding:16px;width:49%}.data-grid-container .grid-item:hover{opacity:.9}.data-grid-container .grid-item .top-row{align-items:flex-start;display:flex;justify-content:space-between}.data-grid-container .grid-item .top-row .cover-container{align-items:center;background-color:#ccdbef;border-radius:50%;display:flex;height:40px;justify-content:center;overflow:hidden;width:40px}.data-grid-container .grid-item .top-row .cover-container img{height:100%;width:100%}.data-grid-container .grid-item .top-row .status-container{background-color:#e8e8e8;border-radius:1000px;gap:8px;padding:2px 10px}.data-grid-container .grid-item .top-row .status-container.open{background-color:#d1f3f0}.data-grid-container .grid-item .top-row .status-container.active{background-color:#d4eece}.data-grid-container .grid-item .top-row .status-container.closed{background-color:#f8d7da}.data-grid-container .grid-item .top-row .status-container.not-open{background-color:#f8edd0}.data-grid-container .grid-item .top-row .status-container p{color:#121212;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0}.data-grid-container .grid-item .top-row .status-container p.open{color:#055c52}.data-grid-container .grid-item .top-row .status-container p.active{color:#114404}.data-grid-container .grid-item .top-row .status-container p.closed{color:#842029}.data-grid-container .grid-item .top-row .status-container p.not-open{color:#584107}.data-grid-container .grid-item .grid-data{display:flex;flex-direction:column;gap:4px}.data-grid-container .grid-item .grid-data .name{color:#000;font-family:roboto;font-size:16px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-grid-container .grid-item .grid-data .tournament-data-row{align-items:center;display:flex;gap:8px}.data-grid-container .grid-item .grid-data .tournament-data-row .separator{background-color:#5d5d5d;border-radius:50%;height:4px;width:4px}.data-grid-container .grid-item .grid-data .tournament-data-row p{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.table-header .table-search-container{align-items:flex-start;flex-direction:column}.table-header .table-search-container .showing-container{justify-content:space-between}.table-header .table-search-container .search-input{margin-bottom:10px;width:100%}.data-table td,.data-table th{padding:10px 12px}.data-table td:first-child,.data-table th:first-child{max-width:150px;min-width:150px;width:150px}.data-grid-container .grid-item{width:100%}}.loading-row{height:400px}.loading-cell{border:none;height:100%;padding:0;text-align:center;vertical-align:middle}.table-loader{align-items:center;border-radius:8px;display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:center;margin:1rem;min-height:400px}.table-loader .spinner{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top-color:#3b82f6;border-top:3px solid var(--primary-color,#3b82f6);height:3rem;width:3rem}.table-loader p{color:#5d5d5d;font-family:roboto;font-size:16px;font-weight:500;margin:0}.filter-overlay{background-color:#00000080;left:0;z-index:100}.filter-dialog,.filter-overlay{bottom:0;position:fixed;right:0;top:0}.filter-dialog{animation:slideIn .3s ease-out forwards;transform:translateX(100%);width:320px;z-index:101}.filter-dialog.slide-out{animation:slideOut .3s ease-in forwards}.filter-dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow-y:auto}.filter-header{background-color:#fff;padding:24px;position:sticky;top:0}.filter-header h3{color:#121212;font-family:roboto;font-size:20px;font-weight:700;line-height:28px;margin:0}.filter-header .filter-status{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin:0}.filter-header .filter-status.applied{color:var(--primary-color)}.filter-sections{padding:0 24px}.filter-sections .filter-container{border-bottom:1px solid #99b7de}.filter-sections .filter-container .filter-label-container{align-items:center;display:flex;justify-content:space-between;padding:16px 12px}.filter-sections .filter-container .filter-label-container.disabled:hover{opacity:1}.filter-sections .filter-container .filter-label-container:hover{opacity:.9}.filter-sections .filter-container .filter-label-container .filter-label{color:#020618;font-family:inter;font-size:14px;line-height:20px;margin:0}.filter-sections .filter-container .filter-label-container .row{align-items:center;display:flex;gap:8px}.filter-sections .filter-container .filter-label-container .filter-checkbox{align-items:center;background-color:#fff;border:1px solid #a1a1a1;border-radius:4px;display:flex;height:16px;justify-content:center;width:16px}.filter-sections .filter-container .filter-label-container .filter-checkbox.checked{background-color:var(--primary-color)}.filter-sections .filter-container .filter-label-container .filters-num-container{align-items:center;background-color:var(--primary-color);border:1px solid var(--primary-color);border-radius:12px;display:flex;gap:8px;justify-content:center;padding:2px 10px}.filter-sections .filter-container .filter-label-container .filters-num-container p{color:#e7effa;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0}.filter-sections .filter-container .filter-options-container{margin-bottom:12px}.filter-sections .filter-container .filter-options-container .option-container{align-items:center;display:flex;gap:8px;padding:6px 12px}.filter-sections .filter-container .filter-options-container .option-container .radio-button{align-items:center;border:1px solid #a1a1a1;border-radius:50%;display:flex;height:16px;justify-content:center;width:16px}.filter-sections .filter-container .filter-options-container .option-container .radio-button .radio-inner{background-color:var(--primary-color);border-radius:50%;height:12px;width:12px}.filter-sections .filter-container .filter-options-container .option-container .option-checkbox{align-items:center;background-color:#fff;border:1px solid #a1a1a1;border-radius:4px;cursor:pointer;display:flex;height:16px;justify-content:center;width:16px}.filter-sections .filter-container .filter-options-container .option-container .option-checkbox.checked{background-color:var(--primary-color);border:1px solid var(--primary-color)}.filter-sections .filter-container .filter-options-container .option-container .option-label{color:#121212;font-family:roboto;font-size:14px;line-height:18px}.filter-sections .filter-container .filter-options-container .show-more-container{align-items:center;cursor:pointer;display:flex;gap:8px;padding:0 10px}.filter-sections .filter-container .filter-options-container .show-more-container p{color:#004aad;font-family:inter;font-size:14px;font-weight:500;line-height:20px}.filter-sections .filter-container .filter-options-container .show-more-container:hover{opacity:.9}.dialog-actions{align-items:center;background-color:#fff;bottom:0;display:flex;gap:8px;margin-top:auto;padding:12px 24px;position:sticky;width:100%}.dialog-actions button{border-radius:6px;cursor:pointer;flex:1 1;font-family:inter;font-size:13px;font-weight:500;gap:6px;padding:8px 16px}.cancel-button{background-color:#fff;border:1px solid #99b7de}.cancel-button:hover{background-color:#e2e8f0}.confirm-button{background-color:var(--primary-color);border:1px solid var(--primary-color);color:#fff}.confirm-button:hover{opacity:.9}.confirm-button.disabled{cursor:not-allowed;opacity:.5}.confirm-button.disabled:hover{opacity:.5}@media(max-width:768px){.filter-dialog{right:-35px}.filter-header{padding:12px}.filter-sections{padding:0 12px}.dialog-actions{padding:12px}}.player-detail .back-btn-container{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:6px;margin-bottom:16px;padding:4px;width:fit-content}.player-detail .back-btn-container:hover{background-color:#e7effa}.player-detail .back-btn-container .back-btn-text{color:var(--primary-color);font-family:inter;font-size:14px;font-weight:500;line-height:20px;margin:0}.player-detail .player-detail-header{align-items:center;display:flex;justify-content:space-between}.player-detail .player-detail-header .avatar-name-container{align-items:center;display:flex;gap:12px}.player-detail .player-detail-header .avatar-name-container .avatar-container{align-items:center;background-color:#f5f5f5;border-radius:50%;display:flex;height:80px;justify-content:center;overflow:hidden;width:80px}.player-detail .player-detail-header .avatar-name-container .avatar-container img{height:100%;object-fit:cover;width:100%}.player-detail .player-detail-header .avatar-name-container .name-verified-container{align-items:center;display:flex;gap:8px}.player-detail .player-detail-header .avatar-name-container .name-verified-container .player-name{color:#121212;font-family:roboto;font-size:28px;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.player-detail .player-detail-header .avatar-name-container .name-verified-container .verified-container{background-color:#fcc353;border-radius:20px;gap:8px;padding:2px 10px;width:fit-content}.player-detail .player-detail-header .avatar-name-container .name-verified-container .verified-container.verified{background-color:#d4eece}.player-detail .player-detail-header .avatar-name-container .name-verified-container .verified-container .verified-txt{color:#7a5200;font-family:inter;font-size:12px;font-weight:600;margin:0}.player-detail .player-detail-header .avatar-name-container .name-verified-container .verified-container .verified-txt.verified{color:#114404}.player-detail .player-detail-header .avatar-name-container .player-detail-container{align-items:center;display:flex;gap:8px;margin-top:4px}.player-detail .player-detail-header .avatar-name-container .player-detail-container .separator{background-color:#5d5d5d;border-radius:50%;height:4px;width:4px}.player-detail .player-detail-header .avatar-name-container .player-detail-container p{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;line-height:18px;margin:0}.player-detail .player-additional-info{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.player-detail .player-additional-info .additional-info-container{align-items:center;background-color:#f3f3f3;border-radius:1024px;display:flex;gap:8px;padding:4px 12px}.player-detail .player-additional-info .additional-info-container p{color:#121212;font-family:roboto;font-size:14px;line-height:18px;margin:0}.player-detail .player-additional-info .additional-info-container .instagram{cursor:pointer;text-decoration-line:underline}.player-detail .player-additional-info .additional-info-container .instagram:hover{opacity:.9}.player-detail .player-info-container{align-items:center;border:1px solid #e8e8e8;border-radius:12px;display:flex;flex-wrap:wrap;gap:16px;padding:16px}.player-detail .player-info-container .info-container{align-items:center;display:flex;gap:8px}.player-detail .player-info-container .info-container p{color:#121212;font-family:roboto;font-size:14px;line-height:18px;margin:0}.player-detail .player-data .tabs-container{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;margin-top:16px;overflow-x:auto}.player-detail .player-data .tabs-container .tab{cursor:pointer;padding:12px 24px}.player-detail .player-data .tabs-container .tab:hover{opacity:.8}.player-detail .player-data .tabs-container .tab.active{border-bottom:2px solid #5d5d5d}.player-detail .player-data .tabs-container .tab p{color:#121212;font-family:roboto;font-size:14px;line-height:18px;margin:0}.player-detail .player-data .tab-content{display:flex;flex:1 1;flex-direction:column}.player-detail .player-data .tab-content .table-container{overflow-x:auto;padding:24px 0;width:100%}.player-detail .player-data .tab-content .table-container table{border-collapse:collapse;width:100%}.player-detail .player-data .tab-content .table-container table th{background-color:#fafafa;color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:700;gap:8px;line-height:18px;padding:12px;text-align:left;text-transform:uppercase;white-space:nowrap}.player-detail .player-data .tab-content .table-container table td{border-bottom:1px solid #99b7de;color:#020618;font-family:inter;font-size:14px;font-weight:400;gap:8px;line-height:20px;padding:12px;white-space:nowrap}.player-detail .player-data .tab-content .table-container table td:last-child,.player-detail .player-data .tab-content .table-container table th:last-child{background-color:#fff;position:sticky;right:-2px}.player-detail .player-data .tab-content .table-container table th:last-child{background-color:#fafafa}.player-detail .player-data .tab-content .table-container table tbody tr:hover{background-color:#e7effa;cursor:pointer}.player-detail .player-data .tab-content .table-container table tbody tr:hover td,.player-detail .player-data .tab-content .table-container table tbody tr:hover th{background-color:#e7effa}.player-detail .player-data .tab-content .empty-state{align-items:center;display:flex;flex-direction:column;height:40vh;justify-content:center}.player-detail .player-data .tab-content .empty-state .title{color:#000;font-family:roboto;font-size:16px;font-weight:700;line-height:20px;margin:0 0 4px}.player-detail .player-data .tab-content .empty-state .subtitle{color:#000;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin:0}@media(max-width:768px){.player-detail .player-detail-header .avatar-name-container .avatar-container{height:50px;width:50px}.player-detail .player-detail-header .avatar-name-container .avatar-container svg{width:32px}.player-detail .player-detail-header .avatar-name-container .name-verified-container .player-name{font-size:20px}}.clickable-category{color:var(--primary-color);cursor:pointer;margin-right:8px;text-decoration:underline;transition:all .2s ease}.clickable-category:last-child{margin-right:0}.clickable-category:hover{color:#00347a;text-decoration:none}.clickable-category:active{transform:scale(.98)}tr{transition:background-color .2s ease}tr:hover{background-color:#f8f9fa}.coach-detail .back-btn-container{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:6px;margin-bottom:16px;padding:4px;width:fit-content}.coach-detail .back-btn-container:hover{background-color:#e7effa}.coach-detail .back-btn-container .back-btn-text{color:var(--primary-color);font-family:inter;font-size:14px;font-weight:500;line-height:20px;margin:0}.coach-detail .coach-detail-header{align-items:center;display:flex;justify-content:space-between}.coach-detail .coach-detail-header .avatar-name-container{align-items:center;display:flex;gap:12px}.coach-detail .coach-detail-header .avatar-name-container .avatar-container{align-items:center;background-color:#f5f5f5;border-radius:50%;display:flex;height:80px;justify-content:center;overflow:hidden;width:80px}.coach-detail .coach-detail-header .avatar-name-container .avatar-container img{height:100%;object-fit:cover;width:100%}.coach-detail .coach-detail-header .avatar-name-container .name-verified-container{align-items:center;display:flex;gap:8px}.coach-detail .coach-detail-header .avatar-name-container .name-verified-container .coach-name{color:#121212;font-family:roboto;font-size:28px;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.coach-detail .coach-detail-header .avatar-name-container .name-verified-container .verified-container{background-color:#fcc353;border-radius:20px;gap:8px;padding:2px 10px;width:fit-content}.coach-detail .coach-detail-header .avatar-name-container .name-verified-container .verified-container.verified{background-color:#d4eece}.coach-detail .coach-detail-header .avatar-name-container .name-verified-container .verified-container .verified-txt{color:#7a5200;font-family:inter;font-size:12px;font-weight:600;margin:0}.coach-detail .coach-detail-header .avatar-name-container .name-verified-container .verified-container .verified-txt.verified{color:#114404}.coach-detail .coach-detail-header .avatar-name-container .coach-detail-container{align-items:center;display:flex;gap:8px}.coach-detail .coach-detail-header .avatar-name-container .coach-detail-container .separator{background-color:#5d5d5d;border-radius:50%;height:4px;width:4px}.coach-detail .coach-detail-header .avatar-name-container .coach-detail-container p{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;line-height:18px;margin:0}.coach-detail .coach-additional-info{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.coach-detail .coach-additional-info .additional-info-container{align-items:center;background-color:#f3f3f3;border-radius:1024px;display:flex;gap:8px;padding:4px 12px}.coach-detail .coach-additional-info .additional-info-container p{color:#121212;font-family:roboto;font-size:14px;line-height:18px;margin:0}.coach-detail .coach-additional-info .additional-info-container .instagram{cursor:pointer;text-decoration-line:underline}.coach-detail .coach-additional-info .additional-info-container .instagram:hover{opacity:.9}.coach-detail .coach-info-container{align-items:center;border:1px solid #e8e8e8;border-radius:12px;display:flex;flex-wrap:wrap;gap:16px;padding:16px}.coach-detail .coach-info-container .info-container{align-items:center;display:flex;gap:8px}.coach-detail .coach-info-container .info-container p{color:#121212;font-family:roboto;font-size:14px;line-height:18px;margin:0}.coach-detail .coach-data .tabs-container{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;margin-top:16px}.coach-detail .coach-data .tabs-container .tab{cursor:pointer;padding:12px 24px}.coach-detail .coach-data .tabs-container .tab:hover{opacity:.8}.coach-detail .coach-data .tabs-container .tab.active{border-bottom:2px solid #5d5d5d}.coach-detail .coach-data .tabs-container .tab p{color:#121212;font-family:roboto;font-size:14px;line-height:18px;margin:0}.coach-detail .coach-data .tab-content{display:flex;flex:1 1;flex-direction:column}.coach-detail .coach-data .tab-content .table-container{overflow-x:auto;padding:24px 0;width:100%}.coach-detail .coach-data .tab-content .table-container table{border-collapse:collapse;width:100%}.coach-detail .coach-data .tab-content .table-container table th{background-color:#fafafa;color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:700;gap:8px;line-height:18px;padding:12px;text-align:left;text-transform:uppercase;white-space:nowrap}.coach-detail .coach-data .tab-content .table-container table td{border-bottom:1px solid #99b7de;color:#020618;font-family:inter;font-size:14px;font-weight:400;gap:8px;line-height:20px;padding:12px;white-space:nowrap}.coach-detail .coach-data .tab-content .table-container table td:last-child,.coach-detail .coach-data .tab-content .table-container table th:last-child{background-color:#fff;position:sticky;right:-2px}.coach-detail .coach-data .tab-content .table-container table th:last-child{background-color:#fafafa}.coach-detail .coach-data .tab-content .table-container table tbody tr:hover{background-color:#e7effa;cursor:pointer}.coach-detail .coach-data .tab-content .table-container table tbody tr:hover td,.coach-detail .coach-data .tab-content .table-container table tbody tr:hover th{background-color:#e7effa}.coach-detail .coach-data .tab-content .empty-state{align-items:center;display:flex;flex-direction:column;height:40vh;justify-content:center}.coach-detail .coach-data .tab-content .empty-state .title{color:#000;font-family:roboto;font-size:16px;font-weight:700;line-height:20px;margin:0 0 4px}.coach-detail .coach-data .tab-content .empty-state .subtitle{color:#000;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin:0}@media(max-width:768px){.coach-detail .coach-detail-header .avatar-name-container .avatar-container{height:50px;width:50px}.coach-detail .coach-detail-header .avatar-name-container .avatar-container svg{width:32px}.coach-detail .coach-detail-header .avatar-name-container .name-verified-container .coach-name{font-size:20px}}.demographics-container{display:flex;flex-direction:column;gap:12px}.demographics-container .demographics-bar{border:1px solid #dcdcdc;border-radius:9999px;display:flex;height:14px;overflow:hidden}.demographics-container .demographics-bar .bar-segment{height:100%}.demographics-container .legend{display:flex;flex-wrap:wrap;gap:12px}.demographics-container .legend .legend-item{align-items:center;background-color:#f3f3f3;border-radius:8px;display:flex;font-size:14px;gap:8px;padding:8px 12px}.demographics-container .legend .legend-item .legend-dot{border-radius:50%;height:11px;width:11px}.demographics-container .legend .legend-item .legend-label{color:#121212;font-family:roboto;font-size:12px;font-weight:500;line-height:16px}.demographics-container .legend .legend-item .legend-percent{color:#121212;font-family:roboto;font-size:12px;font-weight:700;line-height:16px}.tournament-edit-dialog-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.tournament-edit-dialog-overlay .tournament-edit-dialog{animation:slideIn .3s ease-out forwards;bottom:0;position:fixed;right:0;top:0;transform:translateX(100%);width:375px;z-index:101}.tournament-edit-dialog-overlay .tournament-edit-dialog.slide-out{animation:slideOut .3s ease-in forwards}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow-y:auto}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-header{background-color:#f3f3f3;border:none;min-height:200px;position:relative}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-header .close-btn{color:#d3d3d3;cursor:pointer;position:absolute;right:16px;top:16px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-header .close-btn:hover{opacity:.8}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-header .change-cover-btn{align-items:center;background-color:#e7effa;border:none;border-radius:6px;bottom:16px;color:#000f23;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:32px;padding:0 12px;position:absolute;right:16px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-header .change-cover-btn:hover{opacity:.9}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-header .cover{height:100%;width:100%}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body{display:flex;flex-direction:column;padding:24px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body label{color:#121212;font-family:inter;font-size:13px;font-weight:600;margin-bottom:4px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body input{background-color:#fff;border:1px solid #99b7de;border-radius:6px;font-family:inter;font-size:14px;gap:8px;height:40px;padding:8px 12px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #99b7de;border-radius:6px;color:#000f23;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;outline:none;padding:0 12px;width:100%}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body textarea{background-color:#fff;border:1px solid #99b7de;border-radius:6px;font-family:inter;font-size:14px;gap:8px;min-height:100px;padding:8px 12px;resize:vertical}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body p{margin:0}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .details-container{display:flex;flex-direction:column}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .details-container .input-container{display:flex;flex-direction:column;margin-bottom:12px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .details-container .title{color:#121212;font-family:roboto;font-size:28px;font-weight:700;margin-bottom:4px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .details-container .description{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin-bottom:4px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .dialog-action-buttons{align-items:center;display:flex;gap:6px;margin-top:6px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .dialog-action-buttons button{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;display:flex;flex:1 1;height:36px;justify-content:center;padding:0 12px;position:relative;width:fit-content}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .dialog-action-buttons button .loader{animation:spin 1s linear infinite;border:2px solid #99b7de;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .dialog-action-buttons button:hover{background-color:#e2e8f0;cursor:pointer}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .dialog-action-buttons .edit-btn.save{background-color:var(--primary-color);border:1px solid var(--primary-color);color:#fff}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .dialog-action-buttons .edit-btn.save:hover{opacity:.9}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .logistics-container{border:1px solid #e8e8e8;border-radius:12px;display:flex;flex-direction:column;gap:12px;margin-bottom:12px;margin-top:24px;padding:16px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .logistics-container .logistic-item{align-items:center;display:flex;gap:8px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .logistics-container .logistic-item .input-container{display:flex;flex-direction:column}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .logistics-container .logistic-item .input-container input,.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .logistics-container .logistic-item .input-container select,.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .logistics-container .logistic-item .input-container textarea{width:290px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .logistics-container .logistic-item p{color:#121212;font-family:roboto;font-size:14px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .logistics-container .logistic-item p.link{color:var(--primary-color);cursor:pointer;overflow:hidden;text-decoration-line:underline;text-overflow:ellipsis}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .logistics-container .logistic-item p.link:hover{opacity:.8}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .logistics-container .logistic-item p.not-set{color:#adb5bd;font-family:inter;font-style:italic;font-weight:500;text-transform:uppercase}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .status-dropdown{-webkit-appearance:none;appearance:none;background-color:#f8edd0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:none;border-radius:6px;color:#584107;font-family:inter;font-size:13px;font-weight:500;gap:6px;height:40px;outline:none;padding:8px 16px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .status-dropdown.open{background-color:#d4eece;color:#114404}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-body .status-dropdown.closed{background-color:#f8d7da;color:#842029}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-footer{align-items:flex-end;background-color:#fff;bottom:0;display:flex;flex:1 1;gap:8px;padding:24px;position:sticky}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-footer button{border-radius:6px;color:#000f23;cursor:pointer;flex:1 1;font-family:inter;font-size:13px;font-weight:500;gap:6px;height:36px;padding:8px 16px}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-footer .cancel-button{background-color:#fff;border:1px solid #99b7de}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-footer .cancel-button:hover{background-color:#e2e8f0}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-footer .confirm-button{background-color:var(--primary-color);border:1px solid var(--primary-color);color:#fff}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-footer .confirm-button:hover{opacity:.9}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-footer .confirm-button.disabled{cursor:not-allowed;opacity:.5}.tournament-edit-dialog-overlay .tournament-edit-dialog .dialog-content .dialog-footer .confirm-button.disabled:hover{opacity:.5}@media(max-width:768px){.tournament-edit-dialog-overlay .tournament-edit-dialog{width:390px}}.tournament-detail .back-btn-container{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:6px;margin-bottom:16px;padding:4px;width:fit-content}.tournament-detail .back-btn-container:hover{background-color:#e7effa}.tournament-detail .back-btn-container .back-btn-text{color:var(--primary-color);font-family:inter;font-size:14px;font-weight:500;line-height:20px;margin:0}.tournament-detail .tournament-detail-header{align-items:center;display:flex;gap:24px;justify-content:space-between;margin-bottom:16px}.tournament-detail .tournament-detail-header select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #99b7de;border-radius:6px;color:#000f23;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;outline:none;padding:0 12px}.tournament-detail .tournament-detail-header .status{border:none;width:200px}.tournament-detail .tournament-detail-header .status.open{background-color:#d4eece;color:#114404}.tournament-detail .tournament-detail-header .status.closed{background-color:#f8d7da;color:#842029}.tournament-detail .tournament-detail-header .status.not-open{background-color:#f8edd0;color:#584107}.tournament-detail .tournament-detail-header .status-display{align-items:center;border-radius:6px;display:flex;font-family:inter;font-size:14px;font-weight:500;height:40px;justify-content:center;padding:0 12px;width:200px}.tournament-detail .tournament-detail-header .status-display.open{background-color:#d4eece;color:#114404}.tournament-detail .tournament-detail-header .status-display.closed{background-color:#f8d7da;color:#842029}.tournament-detail .tournament-detail-header .status-display.not-open{background-color:#f8edd0;color:#584107}.tournament-detail .tournament-detail-header .avatar-name-container{align-items:center;display:flex;gap:12px}.tournament-detail .tournament-detail-header .avatar-name-container .avatar-container{align-items:center;background-color:#f5f5f5;border-radius:50%;display:flex;flex-shrink:0;height:72px;justify-content:center;overflow:hidden;width:72px}.tournament-detail .tournament-detail-header .avatar-name-container .avatar-container img{height:100%;object-fit:cover;width:100%}.tournament-detail .tournament-detail-header .avatar-name-container .name-main-container{display:flex;flex-direction:column;gap:4px}.tournament-detail .tournament-detail-header .avatar-name-container .name-main-container .name-status-container{align-items:center;display:flex;gap:8px}.tournament-detail .tournament-detail-header .avatar-name-container .name-main-container .name-status-container .tournament-name{color:#121212;font-family:roboto;font-size:28px;font-weight:700;line-height:36px;margin:0}.tournament-detail .tournament-detail-header .avatar-name-container .name-main-container .name-status-container .status-container{background-color:#e8e8e8;border-radius:20px;gap:8px;padding:4px 12px;width:fit-content}.tournament-detail .tournament-detail-header .avatar-name-container .name-main-container .name-status-container .status-container.published{background-color:#d4eece}.tournament-detail .tournament-detail-header .avatar-name-container .name-main-container .name-status-container .status-container .status-txt{color:#121212;font-family:inter;font-size:12px;font-weight:600;margin:0}.tournament-detail .tournament-detail-header .avatar-name-container .name-main-container .name-status-container .status-container .status-txt.published{color:#114404}.tournament-detail .tournament-detail-header .avatar-name-container .name-main-container .description{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin:0}.tournament-detail .tournament-detail-header .avatar-name-container .name-main-container .description .read-more-text{color:#004aad;cursor:pointer;font-family:inter;font-size:14px;font-weight:500}.tournament-detail .tournament-detail-header .avatar-name-container .tournament-detail-container{align-items:center;display:flex;gap:8px;margin-top:4px}.tournament-detail .tournament-detail-header .avatar-name-container .tournament-detail-container .separator{background-color:#5d5d5d;border-radius:50%;height:4px;width:4px}.tournament-detail .tournament-detail-header .avatar-name-container .tournament-detail-container p{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;line-height:18px;margin:0}.tournament-detail .tournament-detail-header .header-buttons{align-items:center;display:flex;gap:8px}.tournament-detail .tournament-detail-header .header-buttons .publish-btn{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;cursor:pointer;display:flex;gap:6px;height:40px;justify-content:center;padding:8px 16px;width:120px}.tournament-detail .tournament-detail-header .header-buttons .publish-btn:hover{opacity:.9}.tournament-detail .tournament-detail-header .header-buttons .edit-btn{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;cursor:pointer;display:flex;flex:1 1;gap:6px;justify-content:center;padding:8px 16px;width:84px}.tournament-detail .tournament-detail-header .header-buttons .edit-btn:hover{background-color:#e7effa}.tournament-detail .tournament-detail-header .header-buttons .share-btn{background-color:#fff;border:1px solid #99b7de;border-radius:6px;cursor:pointer;display:flex;padding:8px}.tournament-detail .tournament-detail-header .header-buttons .share-btn:hover{background-color:#e7effa}.tournament-detail .tournament-info-container{align-items:center;border:1px solid #e8e8e8;border-radius:12px;display:flex;flex-wrap:wrap;gap:16px;padding:16px}.tournament-detail .tournament-info-container .info-container{align-items:center;display:flex;gap:8px}.tournament-detail .tournament-info-container .info-container p{color:#121212;font-family:roboto;font-size:14px;line-height:18px;margin:0}.tournament-detail .tournament-data{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin:12px 0}.tournament-detail .tournament-data .card{border:1px solid #e8e8e8;border-radius:8px;display:flex;flex:1 1;flex-direction:column;gap:16px;padding:20px}.tournament-detail .tournament-data .first-row,.tournament-detail .tournament-data .second-row{align-items:stretch;display:flex;gap:16px;width:100%}.tournament-detail .tournament-data .first-row .accommodations-card,.tournament-detail .tournament-data .first-row .categories-card,.tournament-detail .tournament-data .first-row .payment-accounts-card,.tournament-detail .tournament-data .first-row .promo-codes-card,.tournament-detail .tournament-data .first-row .registration-trends-card,.tournament-detail .tournament-data .second-row .accommodations-card,.tournament-detail .tournament-data .second-row .categories-card,.tournament-detail .tournament-data .second-row .payment-accounts-card,.tournament-detail .tournament-data .second-row .promo-codes-card,.tournament-detail .tournament-data .second-row .registration-trends-card{display:flex;flex:1 1;flex-direction:column;gap:20px;min-width:0}.tournament-detail .tournament-data .first-row .accommodations-card .empty-container,.tournament-detail .tournament-data .first-row .categories-card .empty-container,.tournament-detail .tournament-data .first-row .payment-accounts-card .empty-container,.tournament-detail .tournament-data .first-row .promo-codes-card .empty-container,.tournament-detail .tournament-data .first-row .registration-trends-card .empty-container,.tournament-detail .tournament-data .second-row .accommodations-card .empty-container,.tournament-detail .tournament-data .second-row .categories-card .empty-container,.tournament-detail .tournament-data .second-row .payment-accounts-card .empty-container,.tournament-detail .tournament-data .second-row .promo-codes-card .empty-container,.tournament-detail .tournament-data .second-row .registration-trends-card .empty-container{align-items:center;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center}.tournament-detail .tournament-data .first-row .accommodations-card .empty-container .title-container,.tournament-detail .tournament-data .first-row .categories-card .empty-container .title-container,.tournament-detail .tournament-data .first-row .payment-accounts-card .empty-container .title-container,.tournament-detail .tournament-data .first-row .promo-codes-card .empty-container .title-container,.tournament-detail .tournament-data .first-row .registration-trends-card .empty-container .title-container,.tournament-detail .tournament-data .second-row .accommodations-card .empty-container .title-container,.tournament-detail .tournament-data .second-row .categories-card .empty-container .title-container,.tournament-detail .tournament-data .second-row .payment-accounts-card .empty-container .title-container,.tournament-detail .tournament-data .second-row .promo-codes-card .empty-container .title-container,.tournament-detail .tournament-data .second-row .registration-trends-card .empty-container .title-container{align-items:center;display:flex;flex-direction:column;gap:2px;justify-content:center}.tournament-detail .tournament-data .first-row .accommodations-card .empty-container .title-container .empty-title,.tournament-detail .tournament-data .first-row .categories-card .empty-container .title-container .empty-title,.tournament-detail .tournament-data .first-row .payment-accounts-card .empty-container .title-container .empty-title,.tournament-detail .tournament-data .first-row .promo-codes-card .empty-container .title-container .empty-title,.tournament-detail .tournament-data .first-row .registration-trends-card .empty-container .title-container .empty-title,.tournament-detail .tournament-data .second-row .accommodations-card .empty-container .title-container .empty-title,.tournament-detail .tournament-data .second-row .categories-card .empty-container .title-container .empty-title,.tournament-detail .tournament-data .second-row .payment-accounts-card .empty-container .title-container .empty-title,.tournament-detail .tournament-data .second-row .promo-codes-card .empty-container .title-container .empty-title,.tournament-detail .tournament-data .second-row .registration-trends-card .empty-container .title-container .empty-title{color:#000;font-family:roboto;font-size:14px;font-weight:600;margin:0}.tournament-detail .tournament-data .first-row .accommodations-card .empty-container .title-container .empty-subtitle,.tournament-detail .tournament-data .first-row .categories-card .empty-container .title-container .empty-subtitle,.tournament-detail .tournament-data .first-row .payment-accounts-card .empty-container .title-container .empty-subtitle,.tournament-detail .tournament-data .first-row .promo-codes-card .empty-container .title-container .empty-subtitle,.tournament-detail .tournament-data .first-row .registration-trends-card .empty-container .title-container .empty-subtitle,.tournament-detail .tournament-data .second-row .accommodations-card .empty-container .title-container .empty-subtitle,.tournament-detail .tournament-data .second-row .categories-card .empty-container .title-container .empty-subtitle,.tournament-detail .tournament-data .second-row .payment-accounts-card .empty-container .title-container .empty-subtitle,.tournament-detail .tournament-data .second-row .promo-codes-card .empty-container .title-container .empty-subtitle,.tournament-detail .tournament-data .second-row .registration-trends-card .empty-container .title-container .empty-subtitle{color:#000;font-family:roboto;font-size:12px;font-weight:400;margin:0;text-align:center}.tournament-detail .tournament-data .first-row .accommodations-card .empty-container .add-category,.tournament-detail .tournament-data .first-row .categories-card .empty-container .add-category,.tournament-detail .tournament-data .first-row .payment-accounts-card .empty-container .add-category,.tournament-detail .tournament-data .first-row .promo-codes-card .empty-container .add-category,.tournament-detail .tournament-data .first-row .registration-trends-card .empty-container .add-category,.tournament-detail .tournament-data .second-row .accommodations-card .empty-container .add-category,.tournament-detail .tournament-data .second-row .categories-card .empty-container .add-category,.tournament-detail .tournament-data .second-row .payment-accounts-card .empty-container .add-category,.tournament-detail .tournament-data .second-row .promo-codes-card .empty-container .add-category,.tournament-detail .tournament-data .second-row .registration-trends-card .empty-container .add-category{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;gap:6px;height:32px;padding:8px 16px}.tournament-detail .tournament-data .first-row .accommodations-card .empty-container .add-category:hover,.tournament-detail .tournament-data .first-row .categories-card .empty-container .add-category:hover,.tournament-detail .tournament-data .first-row .payment-accounts-card .empty-container .add-category:hover,.tournament-detail .tournament-data .first-row .promo-codes-card .empty-container .add-category:hover,.tournament-detail .tournament-data .first-row .registration-trends-card .empty-container .add-category:hover,.tournament-detail .tournament-data .second-row .accommodations-card .empty-container .add-category:hover,.tournament-detail .tournament-data .second-row .categories-card .empty-container .add-category:hover,.tournament-detail .tournament-data .second-row .payment-accounts-card .empty-container .add-category:hover,.tournament-detail .tournament-data .second-row .promo-codes-card .empty-container .add-category:hover,.tournament-detail .tournament-data .second-row .registration-trends-card .empty-container .add-category:hover{opacity:.8}.tournament-detail .tournament-data .first-row .accommodations-card .header,.tournament-detail .tournament-data .first-row .categories-card .header,.tournament-detail .tournament-data .first-row .payment-accounts-card .header,.tournament-detail .tournament-data .first-row .promo-codes-card .header,.tournament-detail .tournament-data .first-row .registration-trends-card .header,.tournament-detail .tournament-data .second-row .accommodations-card .header,.tournament-detail .tournament-data .second-row .categories-card .header,.tournament-detail .tournament-data .second-row .payment-accounts-card .header,.tournament-detail .tournament-data .second-row .promo-codes-card .header,.tournament-detail .tournament-data .second-row .registration-trends-card .header{align-items:center;display:flex;justify-content:space-between}.tournament-detail .tournament-data .first-row .accommodations-card .header .title-container,.tournament-detail .tournament-data .first-row .categories-card .header .title-container,.tournament-detail .tournament-data .first-row .payment-accounts-card .header .title-container,.tournament-detail .tournament-data .first-row .promo-codes-card .header .title-container,.tournament-detail .tournament-data .first-row .registration-trends-card .header .title-container,.tournament-detail .tournament-data .second-row .accommodations-card .header .title-container,.tournament-detail .tournament-data .second-row .categories-card .header .title-container,.tournament-detail .tournament-data .second-row .payment-accounts-card .header .title-container,.tournament-detail .tournament-data .second-row .promo-codes-card .header .title-container,.tournament-detail .tournament-data .second-row .registration-trends-card .header .title-container{align-items:center;display:flex;gap:6px}.tournament-detail .tournament-data .first-row .accommodations-card .header .title-container .title,.tournament-detail .tournament-data .first-row .categories-card .header .title-container .title,.tournament-detail .tournament-data .first-row .payment-accounts-card .header .title-container .title,.tournament-detail .tournament-data .first-row .promo-codes-card .header .title-container .title,.tournament-detail .tournament-data .first-row .registration-trends-card .header .title-container .title,.tournament-detail .tournament-data .second-row .accommodations-card .header .title-container .title,.tournament-detail .tournament-data .second-row .categories-card .header .title-container .title,.tournament-detail .tournament-data .second-row .payment-accounts-card .header .title-container .title,.tournament-detail .tournament-data .second-row .promo-codes-card .header .title-container .title,.tournament-detail .tournament-data .second-row .registration-trends-card .header .title-container .title{color:#5d5d5d;font-family:roboto;font-size:13px;font-weight:600;margin:0;text-transform:uppercase}.tournament-detail .tournament-data .first-row .accommodations-card .header .title-container .categories-count,.tournament-detail .tournament-data .first-row .categories-card .header .title-container .categories-count,.tournament-detail .tournament-data .first-row .payment-accounts-card .header .title-container .categories-count,.tournament-detail .tournament-data .first-row .promo-codes-card .header .title-container .categories-count,.tournament-detail .tournament-data .first-row .registration-trends-card .header .title-container .categories-count,.tournament-detail .tournament-data .second-row .accommodations-card .header .title-container .categories-count,.tournament-detail .tournament-data .second-row .categories-card .header .title-container .categories-count,.tournament-detail .tournament-data .second-row .payment-accounts-card .header .title-container .categories-count,.tournament-detail .tournament-data .second-row .promo-codes-card .header .title-container .categories-count,.tournament-detail .tournament-data .second-row .registration-trends-card .header .title-container .categories-count{align-items:center;background-color:var(--primary-color);border-radius:10px;display:flex;justify-content:center;padding:2px 0;width:28px}.tournament-detail .tournament-data .first-row .accommodations-card .header .title-container .categories-count p,.tournament-detail .tournament-data .first-row .categories-card .header .title-container .categories-count p,.tournament-detail .tournament-data .first-row .payment-accounts-card .header .title-container .categories-count p,.tournament-detail .tournament-data .first-row .promo-codes-card .header .title-container .categories-count p,.tournament-detail .tournament-data .first-row .registration-trends-card .header .title-container .categories-count p,.tournament-detail .tournament-data .second-row .accommodations-card .header .title-container .categories-count p,.tournament-detail .tournament-data .second-row .categories-card .header .title-container .categories-count p,.tournament-detail .tournament-data .second-row .payment-accounts-card .header .title-container .categories-count p,.tournament-detail .tournament-data .second-row .promo-codes-card .header .title-container .categories-count p,.tournament-detail .tournament-data .second-row .registration-trends-card .header .title-container .categories-count p{color:#fff;font-family:inter;font-size:12px;font-weight:600;margin:0}.tournament-detail .tournament-data .first-row .accommodations-card .header .view-all,.tournament-detail .tournament-data .first-row .categories-card .header .view-all,.tournament-detail .tournament-data .first-row .payment-accounts-card .header .view-all,.tournament-detail .tournament-data .first-row .promo-codes-card .header .view-all,.tournament-detail .tournament-data .first-row .registration-trends-card .header .view-all,.tournament-detail .tournament-data .second-row .accommodations-card .header .view-all,.tournament-detail .tournament-data .second-row .categories-card .header .view-all,.tournament-detail .tournament-data .second-row .payment-accounts-card .header .view-all,.tournament-detail .tournament-data .second-row .promo-codes-card .header .view-all,.tournament-detail .tournament-data .second-row .registration-trends-card .header .view-all{background-color:#fff;border:none;color:var(--primary-color);cursor:pointer;font-family:roboto;font-size:14px;font-weight:500}.tournament-detail .tournament-data .first-row .accommodations-card .header .view-all:hover,.tournament-detail .tournament-data .first-row .categories-card .header .view-all:hover,.tournament-detail .tournament-data .first-row .payment-accounts-card .header .view-all:hover,.tournament-detail .tournament-data .first-row .promo-codes-card .header .view-all:hover,.tournament-detail .tournament-data .first-row .registration-trends-card .header .view-all:hover,.tournament-detail .tournament-data .second-row .accommodations-card .header .view-all:hover,.tournament-detail .tournament-data .second-row .categories-card .header .view-all:hover,.tournament-detail .tournament-data .second-row .payment-accounts-card .header .view-all:hover,.tournament-detail .tournament-data .second-row .promo-codes-card .header .view-all:hover,.tournament-detail .tournament-data .second-row .registration-trends-card .header .view-all:hover{opacity:.8}.tournament-detail .tournament-data .first-row .accommodations-card .category-item,.tournament-detail .tournament-data .first-row .categories-card .category-item,.tournament-detail .tournament-data .first-row .payment-accounts-card .category-item,.tournament-detail .tournament-data .first-row .promo-codes-card .category-item,.tournament-detail .tournament-data .first-row .registration-trends-card .category-item,.tournament-detail .tournament-data .second-row .accommodations-card .category-item,.tournament-detail .tournament-data .second-row .categories-card .category-item,.tournament-detail .tournament-data .second-row .payment-accounts-card .category-item,.tournament-detail .tournament-data .second-row .promo-codes-card .category-item,.tournament-detail .tournament-data .second-row .registration-trends-card .category-item{align-items:center;background-color:#f3f3f3;border-radius:8px;cursor:pointer;display:flex;gap:16px;padding:12px 16px}.tournament-detail .tournament-data .first-row .accommodations-card .category-item:hover,.tournament-detail .tournament-data .first-row .categories-card .category-item:hover,.tournament-detail .tournament-data .first-row .payment-accounts-card .category-item:hover,.tournament-detail .tournament-data .first-row .promo-codes-card .category-item:hover,.tournament-detail .tournament-data .first-row .registration-trends-card .category-item:hover,.tournament-detail .tournament-data .second-row .accommodations-card .category-item:hover,.tournament-detail .tournament-data .second-row .categories-card .category-item:hover,.tournament-detail .tournament-data .second-row .payment-accounts-card .category-item:hover,.tournament-detail .tournament-data .second-row .promo-codes-card .category-item:hover,.tournament-detail .tournament-data .second-row .registration-trends-card .category-item:hover{opacity:.9}.tournament-detail .tournament-data .first-row .accommodations-card .category-item .left-section,.tournament-detail .tournament-data .first-row .categories-card .category-item .left-section,.tournament-detail .tournament-data .first-row .payment-accounts-card .category-item .left-section,.tournament-detail .tournament-data .first-row .promo-codes-card .category-item .left-section,.tournament-detail .tournament-data .first-row .registration-trends-card .category-item .left-section,.tournament-detail .tournament-data .second-row .accommodations-card .category-item .left-section,.tournament-detail .tournament-data .second-row .categories-card .category-item .left-section,.tournament-detail .tournament-data .second-row .payment-accounts-card .category-item .left-section,.tournament-detail .tournament-data .second-row .promo-codes-card .category-item .left-section,.tournament-detail .tournament-data .second-row .registration-trends-card .category-item .left-section{border-right:1px solid #d1d1d1;padding-right:16px}.tournament-detail .tournament-data .first-row .accommodations-card .category-item .right-section,.tournament-detail .tournament-data .first-row .categories-card .category-item .right-section,.tournament-detail .tournament-data .first-row .payment-accounts-card .category-item .right-section,.tournament-detail .tournament-data .first-row .promo-codes-card .category-item .right-section,.tournament-detail .tournament-data .first-row .registration-trends-card .category-item .right-section,.tournament-detail .tournament-data .second-row .accommodations-card .category-item .right-section,.tournament-detail .tournament-data .second-row .categories-card .category-item .right-section,.tournament-detail .tournament-data .second-row .payment-accounts-card .category-item .right-section,.tournament-detail .tournament-data .second-row .promo-codes-card .category-item .right-section,.tournament-detail .tournament-data .second-row .registration-trends-card .category-item .right-section{display:flex;flex-direction:column;gap:2px}.tournament-detail .tournament-data .first-row .accommodations-card .category-item .right-section .name,.tournament-detail .tournament-data .first-row .categories-card .category-item .right-section .name,.tournament-detail .tournament-data .first-row .payment-accounts-card .category-item .right-section .name,.tournament-detail .tournament-data .first-row .promo-codes-card .category-item .right-section .name,.tournament-detail .tournament-data .first-row .registration-trends-card .category-item .right-section .name,.tournament-detail .tournament-data .second-row .accommodations-card .category-item .right-section .name,.tournament-detail .tournament-data .second-row .categories-card .category-item .right-section .name,.tournament-detail .tournament-data .second-row .payment-accounts-card .category-item .right-section .name,.tournament-detail .tournament-data .second-row .promo-codes-card .category-item .right-section .name,.tournament-detail .tournament-data .second-row .registration-trends-card .category-item .right-section .name{color:#000;font-family:roboto;font-size:16px;font-weight:600;margin:0}.tournament-detail .tournament-data .first-row .accommodations-card .category-item .right-section .category-data,.tournament-detail .tournament-data .first-row .categories-card .category-item .right-section .category-data,.tournament-detail .tournament-data .first-row .payment-accounts-card .category-item .right-section .category-data,.tournament-detail .tournament-data .first-row .promo-codes-card .category-item .right-section .category-data,.tournament-detail .tournament-data .first-row .registration-trends-card .category-item .right-section .category-data,.tournament-detail .tournament-data .second-row .accommodations-card .category-item .right-section .category-data,.tournament-detail .tournament-data .second-row .categories-card .category-item .right-section .category-data,.tournament-detail .tournament-data .second-row .payment-accounts-card .category-item .right-section .category-data,.tournament-detail .tournament-data .second-row .promo-codes-card .category-item .right-section .category-data,.tournament-detail .tournament-data .second-row .registration-trends-card .category-item .right-section .category-data{align-items:center;display:flex;gap:8px}.tournament-detail .tournament-data .first-row .accommodations-card .category-item .right-section .category-data p,.tournament-detail .tournament-data .first-row .categories-card .category-item .right-section .category-data p,.tournament-detail .tournament-data .first-row .payment-accounts-card .category-item .right-section .category-data p,.tournament-detail .tournament-data .first-row .promo-codes-card .category-item .right-section .category-data p,.tournament-detail .tournament-data .first-row .registration-trends-card .category-item .right-section .category-data p,.tournament-detail .tournament-data .second-row .accommodations-card .category-item .right-section .category-data p,.tournament-detail .tournament-data .second-row .categories-card .category-item .right-section .category-data p,.tournament-detail .tournament-data .second-row .payment-accounts-card .category-item .right-section .category-data p,.tournament-detail .tournament-data .second-row .promo-codes-card .category-item .right-section .category-data p,.tournament-detail .tournament-data .second-row .registration-trends-card .category-item .right-section .category-data p{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;margin:0}.tournament-detail .tournament-data .first-row .accommodations-card .category-item .right-section .category-data .separator,.tournament-detail .tournament-data .first-row .categories-card .category-item .right-section .category-data .separator,.tournament-detail .tournament-data .first-row .payment-accounts-card .category-item .right-section .category-data .separator,.tournament-detail .tournament-data .first-row .promo-codes-card .category-item .right-section .category-data .separator,.tournament-detail .tournament-data .first-row .registration-trends-card .category-item .right-section .category-data .separator,.tournament-detail .tournament-data .second-row .accommodations-card .category-item .right-section .category-data .separator,.tournament-detail .tournament-data .second-row .categories-card .category-item .right-section .category-data .separator,.tournament-detail .tournament-data .second-row .payment-accounts-card .category-item .right-section .category-data .separator,.tournament-detail .tournament-data .second-row .promo-codes-card .category-item .right-section .category-data .separator,.tournament-detail .tournament-data .second-row .registration-trends-card .category-item .right-section .category-data .separator{background-color:#5d5d5d;border-radius:50%;height:4px;width:4px}.tournament-detail .tournament-data .first-row .accommodations-card .create-category-btn,.tournament-detail .tournament-data .first-row .categories-card .create-category-btn,.tournament-detail .tournament-data .first-row .payment-accounts-card .create-category-btn,.tournament-detail .tournament-data .first-row .promo-codes-card .create-category-btn,.tournament-detail .tournament-data .first-row .registration-trends-card .create-category-btn,.tournament-detail .tournament-data .second-row .accommodations-card .create-category-btn,.tournament-detail .tournament-data .second-row .categories-card .create-category-btn,.tournament-detail .tournament-data .second-row .payment-accounts-card .create-category-btn,.tournament-detail .tournament-data .second-row .promo-codes-card .create-category-btn,.tournament-detail .tournament-data .second-row .registration-trends-card .create-category-btn{align-items:center;background-color:#fff;border:none;border-radius:6px;color:#020618;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;justify-content:center;padding:8px 16px}.tournament-detail .tournament-data .first-row .accommodations-card .create-category-btn:hover,.tournament-detail .tournament-data .first-row .categories-card .create-category-btn:hover,.tournament-detail .tournament-data .first-row .payment-accounts-card .create-category-btn:hover,.tournament-detail .tournament-data .first-row .promo-codes-card .create-category-btn:hover,.tournament-detail .tournament-data .first-row .registration-trends-card .create-category-btn:hover,.tournament-detail .tournament-data .second-row .accommodations-card .create-category-btn:hover,.tournament-detail .tournament-data .second-row .categories-card .create-category-btn:hover,.tournament-detail .tournament-data .second-row .payment-accounts-card .create-category-btn:hover,.tournament-detail .tournament-data .second-row .promo-codes-card .create-category-btn:hover,.tournament-detail .tournament-data .second-row .registration-trends-card .create-category-btn:hover{background-color:#e7effa}.tournament-detail .tournament-data .first-row .categories-card,.tournament-detail .tournament-data .second-row .categories-card{flex:.5 1}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-count,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-count{align-items:center;background-color:var(--primary-color);border-radius:10px;display:flex;justify-content:center;padding:2px 0;width:28px}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-count p,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-count p{color:#fff;font-family:inter;font-size:12px;font-weight:600;margin:0}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-loading-container,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-loading-container{align-items:center;display:flex;justify-content:center;padding:60px 20px}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-loading-container .payment-spinner,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-loading-container .payment-spinner{animation:spin 1s linear infinite;border:3px solid #e8e8e8;border-radius:50%;border-top:3px solid var(--primary-color);height:32px;width:32px}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-account-item,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-account-item{align-items:center;background-color:#f3f3f3;border-radius:8px;display:flex;gap:16px;padding:12px 16px}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-account-item .payment-icon-section,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-account-item .payment-icon-section{border-right:1px solid #d1d1d1;padding-right:16px}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-account-item .payment-info-section,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-account-item .payment-info-section{display:flex;flex-direction:column;gap:2px;width:100%}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-account-item .payment-info-section .payment-name,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-account-item .payment-info-section .payment-name{color:#000;font-family:roboto;font-size:16px;font-weight:600;margin:0}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-account-item .payment-info-section .payment-metadata,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-account-item .payment-info-section .payment-metadata{align-items:center;display:flex;gap:8px}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-account-item .payment-info-section .payment-metadata p,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-account-item .payment-info-section .payment-metadata p{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;margin:0}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-account-item .payment-info-section .payment-metadata .payment-status.active,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-account-item .payment-info-section .payment-metadata .payment-status.active{color:#059669;font-weight:600}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-account-item .payment-info-section .payment-metadata .payment-status.inactive,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-account-item .payment-info-section .payment-metadata .payment-status.inactive{color:#dc2626;font-weight:600}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-account-item .payment-info-section .payment-metadata .payment-separator,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-account-item .payment-info-section .payment-metadata .payment-separator{background-color:#5d5d5d;border-radius:50%;height:4px;width:4px}.tournament-detail .tournament-data .first-row .payment-accounts-card .manage-payment-btn,.tournament-detail .tournament-data .second-row .payment-accounts-card .manage-payment-btn{align-items:center;background-color:#fff;border:none;border-radius:6px;color:#020618;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;justify-content:center;padding:8px 16px}.tournament-detail .tournament-data .first-row .payment-accounts-card .manage-payment-btn:hover,.tournament-detail .tournament-data .second-row .payment-accounts-card .manage-payment-btn:hover{background-color:#e7effa}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-empty-container,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-empty-container{align-items:center;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-empty-container .payment-empty-content,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-empty-container .payment-empty-content{align-items:center;display:flex;flex-direction:column;gap:2px;justify-content:center}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-empty-container .payment-empty-content .payment-empty-title,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-empty-container .payment-empty-content .payment-empty-title{color:#000;font-family:roboto;font-size:14px;font-weight:600;margin:0}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-empty-container .payment-empty-content .payment-empty-subtitle,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-empty-container .payment-empty-content .payment-empty-subtitle{color:#000;font-family:roboto;font-size:12px;font-weight:400;margin:0;text-align:center}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-empty-container .add-payment-btn,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-empty-container .add-payment-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;gap:6px;height:32px;padding:8px 16px}.tournament-detail .tournament-data .first-row .payment-accounts-card .payment-empty-container .add-payment-btn:hover,.tournament-detail .tournament-data .second-row .payment-accounts-card .payment-empty-container .add-payment-btn:hover{opacity:.8}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-count,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-count{align-items:center;background-color:var(--primary-color);border-radius:10px;display:flex;justify-content:center;padding:2px 0;width:28px}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-count p,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-count p{color:#fff;font-family:inter;font-size:12px;font-weight:600;margin:0}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-loading-container,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-loading-container{align-items:center;display:flex;justify-content:center;padding:60px 20px}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-loading-container .promo-spinner,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-loading-container .promo-spinner{animation:spin 1s linear infinite;border:3px solid #e8e8e8;border-radius:50%;border-top:3px solid var(--primary-color);height:32px;width:32px}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-code-item,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-code-item{align-items:center;background-color:#f3f3f3;border-radius:8px;display:flex;gap:16px;padding:12px 16px}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-code-item .promo-icon-section,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-code-item .promo-icon-section{border-right:1px solid #d1d1d1;padding-right:16px}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-code-item .promo-info-section,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-code-item .promo-info-section{display:flex;flex-direction:column;gap:2px;width:100%}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-code-item .promo-info-section .promo-name,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-code-item .promo-info-section .promo-name{color:#000;font-family:roboto;font-size:16px;font-weight:600;letter-spacing:.5px;margin:0}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-code-item .promo-info-section .promo-metadata,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-code-item .promo-info-section .promo-metadata{align-items:center;display:flex;gap:8px}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-code-item .promo-info-section .promo-metadata p,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-code-item .promo-info-section .promo-metadata p{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;margin:0}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-code-item .promo-info-section .promo-metadata .promo-status.active,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-code-item .promo-info-section .promo-metadata .promo-status.active{color:#059669;font-weight:600}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-code-item .promo-info-section .promo-metadata .promo-status.inactive,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-code-item .promo-info-section .promo-metadata .promo-status.inactive{color:#dc2626;font-weight:600}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-code-item .promo-info-section .promo-metadata .promo-separator,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-code-item .promo-info-section .promo-metadata .promo-separator{background-color:#5d5d5d;border-radius:50%;height:4px;width:4px}.tournament-detail .tournament-data .first-row .promo-codes-card .manage-promo-btn,.tournament-detail .tournament-data .second-row .promo-codes-card .manage-promo-btn{align-items:center;background-color:#fff;border:none;border-radius:6px;color:#020618;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;justify-content:center;padding:8px 16px}.tournament-detail .tournament-data .first-row .promo-codes-card .manage-promo-btn:hover,.tournament-detail .tournament-data .second-row .promo-codes-card .manage-promo-btn:hover{background-color:#e7effa}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-empty-container,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-empty-container{align-items:center;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-empty-container .promo-empty-content,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-empty-container .promo-empty-content{align-items:center;display:flex;flex-direction:column;gap:2px;justify-content:center}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-empty-container .promo-empty-content .promo-empty-title,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-empty-container .promo-empty-content .promo-empty-title{color:#000;font-family:roboto;font-size:14px;font-weight:600;margin:0}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-empty-container .promo-empty-content .promo-empty-subtitle,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-empty-container .promo-empty-content .promo-empty-subtitle{color:#000;font-family:roboto;font-size:12px;font-weight:400;margin:0;text-align:center}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-empty-container .add-promo-btn,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-empty-container .add-promo-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;gap:6px;height:32px;padding:8px 16px}.tournament-detail .tournament-data .first-row .promo-codes-card .promo-empty-container .add-promo-btn:hover,.tournament-detail .tournament-data .second-row .promo-codes-card .promo-empty-container .add-promo-btn:hover{opacity:.8}.tournament-detail .tournament-data .first-row .accommodations-card .header,.tournament-detail .tournament-data .second-row .accommodations-card .header{align-items:center;display:flex;justify-content:space-between}.tournament-detail .tournament-data .first-row .accommodations-card .header .title-container,.tournament-detail .tournament-data .second-row .accommodations-card .header .title-container{align-items:center;display:flex;gap:6px}.tournament-detail .tournament-data .first-row .accommodations-card .header .title-container .title,.tournament-detail .tournament-data .second-row .accommodations-card .header .title-container .title{color:#5d5d5d;font-family:roboto;font-size:13px;font-weight:600;margin:0;text-transform:uppercase}.tournament-detail .tournament-data .first-row .accommodations-card .header .view-all,.tournament-detail .tournament-data .second-row .accommodations-card .header .view-all{background-color:#0000;border:1px solid #d1d1d1;border-radius:6px;color:#020618;cursor:pointer;font-family:inter;font-size:12px;font-weight:500;padding:4px 8px}.tournament-detail .tournament-data .first-row .accommodations-card .header .view-all:hover,.tournament-detail .tournament-data .second-row .accommodations-card .header .view-all:hover{background-color:#f8f8f8}.tournament-detail .tournament-data .first-row .accommodations-card .accommodations-count,.tournament-detail .tournament-data .second-row .accommodations-card .accommodations-count{align-items:center;background-color:var(--primary-color);border-radius:10px;display:flex;justify-content:center;padding:2px 0;width:28px}.tournament-detail .tournament-data .first-row .accommodations-card .accommodations-count p,.tournament-detail .tournament-data .second-row .accommodations-card .accommodations-count p{color:#fff;font-family:inter;font-size:12px;font-weight:600;margin:0}.tournament-detail .tournament-data .first-row .accommodations-card .accommodations-loading-container,.tournament-detail .tournament-data .second-row .accommodations-card .accommodations-loading-container{align-items:center;display:flex;justify-content:center;padding:60px 20px}.tournament-detail .tournament-data .first-row .accommodations-card .accommodations-loading-container .accommodations-spinner,.tournament-detail .tournament-data .second-row .accommodations-card .accommodations-loading-container .accommodations-spinner{animation:spin 1s linear infinite;border:3px solid #e8e8e8;border-radius:50%;border-top:3px solid var(--primary-color);height:32px;width:32px}.tournament-detail .tournament-data .first-row .accommodations-card .accommodations-insights,.tournament-detail .tournament-data .second-row .accommodations-card .accommodations-insights{display:flex;flex-direction:column;gap:16px}.tournament-detail .tournament-data .first-row .accommodations-card .accommodations-insights .insight-item,.tournament-detail .tournament-data .second-row .accommodations-card .accommodations-insights .insight-item{align-items:center;background-color:#f3f3f3;border-radius:8px;display:flex;gap:16px;padding:12px 16px}.tournament-detail .tournament-data .first-row .accommodations-card .accommodations-insights .insight-item .insight-content,.tournament-detail .tournament-data .second-row .accommodations-card .accommodations-insights .insight-item .insight-content{display:flex;flex-direction:column;gap:4px}.tournament-detail .tournament-data .first-row .accommodations-card .accommodations-insights .insight-item .insight-content .insight-label,.tournament-detail .tournament-data .second-row .accommodations-card .accommodations-insights .insight-item .insight-content .insight-label{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;margin:0}.tournament-detail .tournament-data .first-row .accommodations-card .accommodations-insights .insight-item .insight-content .insight-value,.tournament-detail .tournament-data .second-row .accommodations-card .accommodations-insights .insight-item .insight-content .insight-value{color:#000;font-family:roboto;font-size:18px;font-weight:600;margin:0}.tournament-detail .tournament-data .first-row .accommodations-card .manage-accommodations-btn,.tournament-detail .tournament-data .second-row .accommodations-card .manage-accommodations-btn{align-items:center;background-color:#fff;border:1px solid #d1d1d1;border-radius:6px;color:#020618;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:4px;height:36px;justify-content:center}.tournament-detail .tournament-data .first-row .accommodations-card .manage-accommodations-btn:hover,.tournament-detail .tournament-data .second-row .accommodations-card .manage-accommodations-btn:hover{background-color:#f8f8f8}.tournament-detail .tournament-data .first-row .accommodations-card .accommodations-empty-container,.tournament-detail .tournament-data .second-row .accommodations-card .accommodations-empty-container{align-items:center;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center;padding:40px 20px}.tournament-detail .tournament-data .first-row .accommodations-card .accommodations-empty-container .accommodations-empty-content,.tournament-detail .tournament-data .second-row .accommodations-card .accommodations-empty-container .accommodations-empty-content{align-items:center;display:flex;flex-direction:column;gap:2px;justify-content:center}.tournament-detail .tournament-data .first-row .accommodations-card .accommodations-empty-container .accommodations-empty-content .accommodations-empty-title,.tournament-detail .tournament-data .second-row .accommodations-card .accommodations-empty-container .accommodations-empty-content .accommodations-empty-title{color:#000;font-family:roboto;font-size:14px;font-weight:600;margin:0}.tournament-detail .tournament-data .first-row .accommodations-card .accommodations-empty-container .accommodations-empty-content .accommodations-empty-subtitle,.tournament-detail .tournament-data .second-row .accommodations-card .accommodations-empty-container .accommodations-empty-content .accommodations-empty-subtitle{color:#000;font-family:roboto;font-size:12px;font-weight:400;margin:0;text-align:center}.tournament-detail .tournament-data .first-row .registration-trends-card,.tournament-detail .tournament-data .second-row .registration-trends-card{flex:1.3 1}.tournament-detail .tournament-data .first-row .registration-trends-card .header,.tournament-detail .tournament-data .second-row .registration-trends-card .header{align-items:center;display:flex;gap:8px;justify-content:space-between}.tournament-detail .tournament-data .first-row .registration-trends-card .header .title,.tournament-detail .tournament-data .second-row .registration-trends-card .header .title{color:#5d5d5d;font-family:roboto;font-size:13px;font-weight:600;margin:0;text-transform:uppercase}.tournament-detail .tournament-data .first-row .registration-trends-card select,.tournament-detail .tournament-data .second-row .registration-trends-card select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #99b7de;border-radius:6px;color:#000f23;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:32px;outline:none;padding:0 12px;width:130px}.tournament-detail .tournament-data .first-row .registration-trends-card .xaxis,.tournament-detail .tournament-data .second-row .registration-trends-card .xaxis{color:#000;font-family:roboto;font-size:12px;font-weight:400}.tournament-detail .tournament-data .first-row .registration-trends-card .yaxis,.tournament-detail .tournament-data .second-row .registration-trends-card .yaxis{color:#8c8c8c;font-family:roboto;font-size:10px;font-weight:600;line-height:14px}.tournament-detail .tournament-data .bottom-row{align-items:stretch;display:flex;flex-wrap:wrap;gap:16px;width:100%}.tournament-detail .tournament-data .bottom-row .players-teams-card{display:flex;flex-direction:column;gap:16px;width:30%}.tournament-detail .tournament-data .bottom-row .players-teams-card .players-card,.tournament-detail .tournament-data .bottom-row .players-teams-card .teams-card{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.tournament-detail .tournament-data .bottom-row .players-teams-card .players-card .left-container,.tournament-detail .tournament-data .bottom-row .players-teams-card .teams-card .left-container{display:flex;flex-direction:column;gap:4px}.tournament-detail .tournament-data .bottom-row .players-teams-card .players-card .left-container .title,.tournament-detail .tournament-data .bottom-row .players-teams-card .teams-card .left-container .title{color:#5d5d5d;font-family:roboto;font-size:13px;font-weight:600;margin:0}.tournament-detail .tournament-data .bottom-row .players-teams-card .players-card .left-container .value,.tournament-detail .tournament-data .bottom-row .players-teams-card .teams-card .left-container .value{color:#121212;font-family:roboto;font-size:24px;font-weight:600;margin:0}.tournament-detail .tournament-data .bottom-row .players-teams-card .players-card .view-all-btn,.tournament-detail .tournament-data .bottom-row .players-teams-card .teams-card .view-all-btn{background-color:#fff;border:none;border-radius:6px;color:var(--primary-color);cursor:pointer;font-family:roboto;font-size:14px;font-weight:500;gap:6px;padding:2px}.tournament-detail .tournament-data .bottom-row .players-teams-card .players-card .view-all-btn:hover,.tournament-detail .tournament-data .bottom-row .players-teams-card .teams-card .view-all-btn:hover{opacity:.8}.tournament-detail .tournament-data .bottom-row .player-demographics-card{max-width:70%}.tournament-detail .tournament-data .bottom-row .player-demographics-card .title{color:#5d5d5d;font-family:roboto;font-size:13px;font-weight:600;margin:0;text-transform:uppercase}.tournament-detail .tournament-data .bottom-row .player-demographics-card .group-by-container{align-items:center;display:flex;gap:16px}.tournament-detail .tournament-data .bottom-row .player-demographics-card .group-by-container p{color:#5d5d5d;font-family:roboto;font-size:16px;font-weight:400;margin:0}.tournament-detail .tournament-data .bottom-row .player-demographics-card .group-by-container select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #99b7de;border-radius:6px;color:#000f23;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:32px;outline:none;padding:0 12px;width:130px}.tournament-detail .tournament-data .bottom-row .player-demographics-card .empty-container{align-items:center;display:flex;height:100%;justify-content:center}.tournament-detail .tournament-data .bottom-row .player-demographics-card .empty-container p{color:#5d5d5d;font-family:inter;font-size:12px;margin:0}@media(max-width:768px){.tournament-detail .tournament-detail-header{align-items:flex-start;flex-direction:column;gap:12px}.tournament-detail .tournament-detail-header select{flex:1 1}.tournament-detail .tournament-detail-header .avatar-name-container{align-items:flex-start;flex-direction:column}.tournament-detail .tournament-detail-header .avatar-name-container .name-main-container{gap:12px}.tournament-detail .tournament-detail-header .avatar-name-container .name-main-container .name-status-container{align-items:flex-start!important;flex-direction:column;gap:4px!important}.tournament-detail .tournament-detail-header .avatar-name-container .name-main-container .description,.tournament-detail .tournament-detail-header .avatar-name-container .name-main-container .name-status-container .tournament-name{text-align:left}.tournament-detail .tournament-detail-header .header-buttons{flex-wrap:wrap;justify-content:space-between;width:100%}.tournament-detail .tournament-detail-header .header-buttons .status,.tournament-detail .tournament-detail-header .header-buttons .status-display{flex:1 1;min-width:0;width:auto}.tournament-detail .tournament-data .first-row,.tournament-detail .tournament-data .second-row{flex-direction:column}.tournament-detail .tournament-data .first-row .accommodations-card,.tournament-detail .tournament-data .first-row .categories-card,.tournament-detail .tournament-data .first-row .payment-accounts-card,.tournament-detail .tournament-data .first-row .promo-codes-card,.tournament-detail .tournament-data .first-row .registration-trends-card,.tournament-detail .tournament-data .second-row .accommodations-card,.tournament-detail .tournament-data .second-row .categories-card,.tournament-detail .tournament-data .second-row .payment-accounts-card,.tournament-detail .tournament-data .second-row .promo-codes-card,.tournament-detail .tournament-data .second-row .registration-trends-card{min-width:100%;width:100%}.tournament-detail .tournament-data .bottom-row{flex-direction:column}.tournament-detail .tournament-data .bottom-row .player-demographics-card,.tournament-detail .tournament-data .bottom-row .players-teams-card{min-width:100%}}@media(max-width:1340px){.tournament-data .first-row,.tournament-data .second-row{flex-wrap:wrap}.tournament-data .first-row .accommodations-card,.tournament-data .first-row .categories-card,.tournament-data .first-row .payment-accounts-card,.tournament-data .first-row .promo-codes-card,.tournament-data .first-row .registration-trends-card,.tournament-data .second-row .accommodations-card,.tournament-data .second-row .categories-card,.tournament-data .second-row .payment-accounts-card,.tournament-data .second-row .promo-codes-card,.tournament-data .second-row .registration-trends-card{flex:1 1 45%;min-width:45%}.tournament-data .bottom-row .player-demographics-card,.tournament-data .bottom-row .players-teams-card{min-width:40%}}.player-status-dialog-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.player-status-dialog-overlay .player-status-dialog{animation:slideIn .3s ease-out forwards;bottom:0;position:fixed;right:0;top:0;transform:translateX(100%);width:320px;z-index:101}.player-status-dialog-overlay .player-status-dialog.slide-out{animation:slideOut .3s ease-in forwards}.player-status-dialog-overlay .player-status-dialog .dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow-y:auto}.player-status-dialog-overlay .player-status-dialog .dialog-content .dialog-header{align-items:center;background-color:#fff;display:flex;gap:8px;justify-content:space-between;padding:24px 24px 0;position:sticky;top:0}.player-status-dialog-overlay .player-status-dialog .dialog-content .dialog-header h3{color:#121212;font-family:roboto;font-size:20px;font-weight:700;line-height:28px;margin:0;text-transform:capitalize}.player-status-dialog-overlay .player-status-dialog .dialog-content .dialog-header h3 span{color:#8c8c8c;font-size:16px;text-transform:uppercase}.player-status-dialog-overlay .player-status-dialog .dialog-content .dialog-header .edit-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:8px;line-height:20px;padding:4px 16px}.player-status-dialog-overlay .player-status-dialog .dialog-content .dialog-header .edit-btn:hover{opacity:.9}.player-status-dialog-overlay .player-status-dialog .dialog-content .content{display:flex;flex-direction:column;gap:16px;padding:24px}.player-status-dialog-overlay .player-status-dialog .dialog-content .content .detail-item-container{display:flex;flex-direction:column;gap:4px}.player-status-dialog-overlay .player-status-dialog .dialog-content .content .detail-item-container .status-container{background-color:#e8e8e8;border-radius:1000px;gap:8px;padding:2px 10px;width:fit-content}.player-status-dialog-overlay .player-status-dialog .dialog-content .content .detail-item-container .status-container.pending{background-color:#f8edd0}.player-status-dialog-overlay .player-status-dialog .dialog-content .content .detail-item-container .status-container.canceled{background-color:#ffe0e0}.player-status-dialog-overlay .player-status-dialog .dialog-content .content .detail-item-container .status-container.confirmed{background-color:#d4eece}.player-status-dialog-overlay .player-status-dialog .dialog-content .content .detail-item-container .status-container p{color:#121212;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0}.player-status-dialog-overlay .player-status-dialog .dialog-content .content .detail-item-container .status-container p.pending{color:#584107}.player-status-dialog-overlay .player-status-dialog .dialog-content .content .detail-item-container .status-container p.canceled{color:#a10000}.player-status-dialog-overlay .player-status-dialog .dialog-content .content .detail-item-container .status-container p.confirmed{color:#114404}.player-status-dialog-overlay .player-status-dialog .dialog-content .content .detail-item-container select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #99b7de;border-radius:6px;color:#000f23;font-family:inter;font-size:12px;font-weight:500;gap:6px;height:32px;margin-top:2px;outline:none;padding:0 12px;width:100%}.player-status-dialog-overlay .player-status-dialog .dialog-content .content .detail-item-container textarea{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;font-family:inter;font-size:13px;font-weight:500;gap:6px;margin-top:2px;min-height:100px;outline:none;padding:12px;resize:vertical;width:100%}.player-status-dialog-overlay .player-status-dialog .dialog-content .content .detail-item-container label{color:#5d5d5d;font-family:roboto;font-size:11px;font-weight:400}.player-status-dialog-overlay .player-status-dialog .dialog-content .content .detail-item-container .row-item{align-items:center;display:flex;gap:4px}.player-status-dialog-overlay .player-status-dialog .dialog-content .content .detail-item-container p{color:#121212;font-family:roboto;font-size:13px;font-weight:600;margin:0}.player-status-dialog-overlay .player-status-dialog .dialog-content .dialog-footer{align-items:flex-end;background-color:#fff;bottom:0;display:flex;flex:1 1;gap:8px;padding:24px;position:sticky}.player-status-dialog-overlay .player-status-dialog .dialog-content .dialog-footer button{border-radius:6px;cursor:pointer;flex:1 1;font-family:inter;font-size:13px;font-weight:500;gap:6px;padding:8px 16px}.player-status-dialog-overlay .player-status-dialog .dialog-content .dialog-footer .cancel-button{background-color:#fff;border:1px solid #99b7de}.player-status-dialog-overlay .player-status-dialog .dialog-content .dialog-footer .cancel-button:hover{background-color:#e2e8f0}.player-status-dialog-overlay .player-status-dialog .dialog-content .dialog-footer .confirm-button{background-color:var(--primary-color);border:1px solid var(--primary-color);color:#fff}.player-status-dialog-overlay .player-status-dialog .dialog-content .dialog-footer .confirm-button:hover{opacity:.9}.player-status-dialog-overlay .player-status-dialog .dialog-content .dialog-footer .confirm-button.disabled{cursor:not-allowed;opacity:.5}.player-status-dialog-overlay .player-status-dialog .dialog-content .dialog-footer .confirm-button.disabled:hover{opacity:.5}@media(max-width:768px){.player-status-dialog{right:-35px}}.create-voting-session-dialog-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.create-voting-session-dialog-overlay .create-voting-session-dialog{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;height:70vh;max-height:70vh;max-width:90vw;overflow:hidden;transform:scale(1);transition:transform .3s ease;width:500px}@media(max-width:768px){.create-voting-session-dialog-overlay .create-voting-session-dialog{border-radius:8px;height:80vh;max-height:80vh;width:95vw}}.create-voting-session-dialog-overlay .create-voting-session-dialog.slide-out{transform:scale(.95)}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-content{display:flex;flex-direction:column;height:100%}.create-voting-session-dialog-overlay .create-voting-session-dialog .header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:24px;padding:24px 24px 0}@media(max-width:768px){.create-voting-session-dialog-overlay .create-voting-session-dialog .header{margin-bottom:20px;padding:20px 20px 0}}.create-voting-session-dialog-overlay .create-voting-session-dialog .header .title{color:#111827;font-size:20px;font-weight:600;margin:0 0 4px}@media(max-width:768px){.create-voting-session-dialog-overlay .create-voting-session-dialog .header .title{font-size:18px}}.create-voting-session-dialog-overlay .create-voting-session-dialog .header .subtitle{color:#6b7280;font-size:14px;margin:0}@media(max-width:768px){.create-voting-session-dialog-overlay .create-voting-session-dialog .header .subtitle{font-size:13px}}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body{flex:1 1;min-height:0;overflow-y:auto;padding:0 24px}@media(max-width:768px){.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body{padding:0 20px}}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .input-container{margin-bottom:20px}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .input-container label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .input-container select{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:12px;transition:border-color .2s ease;width:100%}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .input-container select:focus{border-color:#004aad;box-shadow:0 0 0 3px #004aad1a;outline:none}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .checkbox-container{margin-bottom:20px}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .checkbox-container .checkbox-label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;margin-bottom:4px}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .checkbox-container .checkbox-label input[type=checkbox]{display:none}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .checkbox-container .checkbox-label .checkmark{align-items:center;background-color:#fff;border:1px solid #a1a1a1;border-radius:4px;display:flex;height:16px;justify-content:center;margin-right:12px;transition:all .2s ease;width:16px}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .checkbox-container .checkbox-label .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:8px;opacity:0;transform:rotate(45deg);transition:opacity .2s ease;width:4px}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .checkbox-container .checkbox-label input[type=checkbox]:checked+.checkmark{background-color:#004aad;border-color:#004aad}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .checkbox-container .checkbox-label input[type=checkbox]:checked+.checkmark:after{opacity:1}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .checkbox-container .checkbox-description{color:#6b7280;font-size:12px;margin:0 0 0 30px}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px;padding:16px}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .awards-label{color:#374151;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .awards-description{color:#6b7280;font-size:12px;margin:0 0 16px}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .awards-list{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .award-item{border-bottom:1px solid #f3f4f6}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .award-item:last-child{border-bottom:none}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label{align-items:center;cursor:pointer;display:flex;padding:12px 16px;transition:background-color .2s ease}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label:hover{background-color:#f9fafb}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label input[type=checkbox]{display:none}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label .checkmark{align-items:center;background-color:#fff;border:1px solid #a1a1a1;border-radius:4px;display:flex;height:16px;justify-content:center;margin-right:12px;transition:all .2s ease;width:16px}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:8px;opacity:0;transform:rotate(45deg);transition:opacity .2s ease;width:4px}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label input[type=checkbox]:checked+.checkmark{background-color:#004aad;border-color:#004aad}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label input[type=checkbox]:checked+.checkmark:after{opacity:1}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label .award-info{display:flex;flex-direction:column;gap:2px}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label .award-info .award-name{color:#374151;font-size:14px;font-weight:500}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label .award-info .award-points{color:#6b7280;font-size:12px;font-weight:400}.create-voting-session-dialog-overlay .create-voting-session-dialog .error-container{margin-bottom:16px;padding:0 24px}.create-voting-session-dialog-overlay .create-voting-session-dialog .error-container .error-message{color:#dc2626;font-size:14px;margin:0;text-align:center}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:8px;justify-content:flex-end;padding:16px 24px}@media(max-width:768px){.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-footer{flex-direction:column;gap:6px;padding:16px 20px}}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-footer button{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}@media(max-width:768px){.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-footer button{font-size:16px;padding:12px 20px;width:100%}}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-footer button:hover{background-color:#f3f4f6}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-footer button.confirm-btn{background-color:#004aad;border-color:#004aad;color:#fff}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-footer button.confirm-btn:hover:not(:disabled){background-color:#003d8f}.create-voting-session-dialog-overlay .create-voting-session-dialog .dialog-footer button.confirm-btn:disabled{cursor:not-allowed;opacity:.6}.create-voting-session-dialog-overlay .create-voting-session-dialog .loader{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;display:inline-block;height:16px;margin-right:8px;width:16px}.edit-voting-session-dialog-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.edit-voting-session-dialog-overlay .edit-voting-session-dialog{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;height:70vh;max-height:70vh;max-width:90vw;overflow:hidden;transform:scale(1);transition:transform .3s ease;width:500px}@media(max-width:768px){.edit-voting-session-dialog-overlay .edit-voting-session-dialog{border-radius:8px;height:80vh;max-height:80vh;width:95vw}}.edit-voting-session-dialog-overlay .edit-voting-session-dialog.slide-out{transform:scale(.95)}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-content{display:flex;flex-direction:column;height:100%}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:24px;padding:24px 24px 0}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .header .title{color:#111827;font-size:20px;font-weight:600;margin:0 0 4px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .header .subtitle{color:#6b7280;font-size:14px;margin:0}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body{flex:1 1;min-height:0;overflow-y:auto;padding:0 24px}@media(max-width:768px){.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body{padding:0 20px}}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .session-info{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px;padding:16px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .session-info .info-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .session-info .info-item:last-child{margin-bottom:0}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .session-info .info-item .label{color:#374151;font-size:14px;font-weight:500}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .session-info .info-item .value{color:#6b7280;font-size:14px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .session-info .info-item .status{border-radius:4px;font-size:14px;font-weight:500;padding:4px 8px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .session-info .info-item .status.open{background-color:#dcfce7;color:#166534}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .session-info .info-item .status.closed{background-color:#fee2e2;color:#dc2626}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .input-container{margin-bottom:20px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .input-container label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .input-container select{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:12px;transition:border-color .2s ease;width:100%}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .input-container select:focus{border-color:#004aad;box-shadow:0 0 0 3px #004aad1a;outline:none}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .checkbox-container{margin-bottom:20px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .checkbox-container .checkbox-label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;margin-bottom:4px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .checkbox-container .checkbox-label input[type=checkbox]{display:none}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .checkbox-container .checkbox-label .checkmark{align-items:center;background-color:#fff;border:1px solid #a1a1a1;border-radius:4px;display:flex;height:16px;justify-content:center;margin-right:12px;transition:all .2s ease;width:16px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .checkbox-container .checkbox-label .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:8px;opacity:0;transform:rotate(45deg);transition:opacity .2s ease;width:4px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .checkbox-container .checkbox-label input[type=checkbox]:checked+.checkmark{background-color:#004aad;border-color:#004aad}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .checkbox-container .checkbox-label input[type=checkbox]:checked+.checkmark:after{opacity:1}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .checkbox-container .checkbox-description{color:#6b7280;font-size:12px;margin:0 0 0 30px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px;padding:16px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .awards-label{color:#374151;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .awards-description{color:#6b7280;font-size:12px;margin:0 0 16px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .awards-list{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .award-item{border-bottom:1px solid #f3f4f6}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .award-item:last-child{border-bottom:none}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label{align-items:center;cursor:pointer;display:flex;padding:12px 16px;transition:background-color .2s ease}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label:hover{background-color:#f9fafb}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label input[type=checkbox]{display:none}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label .checkmark{align-items:center;background-color:#fff;border:1px solid #a1a1a1;border-radius:4px;display:flex;height:16px;justify-content:center;margin-right:12px;transition:all .2s ease;width:16px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:8px;opacity:0;transform:rotate(45deg);transition:opacity .2s ease;width:4px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label input[type=checkbox]:checked+.checkmark{background-color:#004aad;border-color:#004aad}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label input[type=checkbox]:checked+.checkmark:after{opacity:1}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label .award-info{display:flex;flex-direction:column;gap:2px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label .award-info .award-name{color:#374151;font-size:14px;font-weight:500}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-body .awards-selection-container .award-item .award-checkbox-label .award-info .award-points{color:#6b7280;font-size:12px;font-weight:400}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .error-container{margin-bottom:16px;padding:0 24px}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .error-container .error-message{color:#dc2626;font-size:14px;margin:0;text-align:center}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:8px;justify-content:flex-end;padding:16px 24px}@media(max-width:768px){.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-footer{flex-direction:column;gap:6px;padding:16px 20px}}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-footer button{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}@media(max-width:768px){.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-footer button{font-size:16px;padding:12px 20px;width:100%}}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-footer button:hover{background-color:#f3f4f6}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-footer button.toggle-btn{background-color:#f59e0b;border-color:#f59e0b;color:#fff}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-footer button.toggle-btn:hover:not(:disabled){background-color:#d97706}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-footer button.toggle-btn:disabled{cursor:not-allowed;opacity:.6}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-footer button.confirm-btn{background-color:#004aad;border-color:#004aad;color:#fff}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-footer button.confirm-btn:hover:not(:disabled){background-color:#003d8f}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .dialog-footer button.confirm-btn:disabled{cursor:not-allowed;opacity:.6}.edit-voting-session-dialog-overlay .edit-voting-session-dialog .loader{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;display:inline-block;height:16px;margin-right:8px;width:16px}.delete-voting-session-dialog-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.delete-voting-session-dialog-overlay .delete-voting-session-dialog{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:90vw;overflow:hidden;transform:scale(1);transition:transform .3s ease;width:450px}@media(max-width:768px){.delete-voting-session-dialog-overlay .delete-voting-session-dialog{border-radius:8px;width:95vw}}.delete-voting-session-dialog-overlay .delete-voting-session-dialog.slide-out{transform:scale(.95)}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-content{display:flex;flex-direction:column}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-body{padding:24px}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-body .title{color:#111827;font-size:20px;font-weight:600;margin:0 0 12px}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-body .subtitle{color:#6b7280;font-size:14px;line-height:1.5;margin:0 0 20px}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-body .session-details{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-body .session-details .detail-label{color:#374151;font-size:14px;font-weight:600;margin:0 0 12px}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-body .session-details .detail-item{align-items:center;display:flex;font-size:14px;justify-content:space-between;margin-bottom:8px}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-body .session-details .detail-item:last-child{margin-bottom:0}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-body .session-details .detail-item span:first-child{color:#6b7280;font-weight:500}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-body .session-details .detail-item span:last-child{color:#111827;font-weight:500}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-body .session-details .detail-item .status{border-radius:4px;font-size:12px;font-weight:500;padding:4px 8px}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-body .session-details .detail-item .status.open{background-color:#dcfce7;color:#166534}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-body .session-details .detail-item .status.closed{background-color:#fee2e2;color:#dc2626}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:24px}@media(max-width:768px){.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-footer{flex-direction:column;gap:8px;padding:20px}}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-footer button{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}@media(max-width:768px){.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-footer button{font-size:16px;padding:12px 20px;width:100%}}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-footer button:hover{background-color:#f3f4f6}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-footer button.delete-btn{background-color:#dc2626;border-color:#dc2626;color:#fff}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-footer button.delete-btn:hover:not(:disabled){background-color:#b91c1c}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .dialog-footer button.delete-btn:disabled{cursor:not-allowed;opacity:.6}.delete-voting-session-dialog-overlay .delete-voting-session-dialog .loader{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;display:inline-block;height:16px;margin-right:8px;width:16px}.complete-bracket-dialog-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.complete-bracket-dialog-overlay .complete-bracket-dialog{animation:slideIn .3s ease-out forwards;bottom:0;position:fixed;right:0;top:0;transform:translateX(100%);width:400px;z-index:101}.complete-bracket-dialog-overlay .complete-bracket-dialog.slide-out{animation:slideOut .3s ease-in forwards}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:20px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:20px;padding:0!important}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .title{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0 0 8px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;margin:0}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-section{display:flex;flex-direction:column;gap:16px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-section .preview-text{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;margin:0}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-section .loading-text{color:#004aad;font-family:roboto;font-size:13px;font-style:italic;font-weight:500;margin:0}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-section .preview-btn{align-items:center;background-color:#004aad;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 24px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-section .preview-btn:disabled{cursor:not-allowed;opacity:.5}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results{display:flex;flex-direction:column;gap:16px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .preview-title{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .position-controls{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:12px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .position-controls .controls-label{color:#121212;font-family:roboto;font-size:14px;font-weight:600;margin:0 0 12px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .position-controls .position-inputs{display:flex;gap:12px;margin-bottom:8px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .position-controls .position-inputs .input-group{display:flex;flex:1 1;flex-direction:column;gap:6px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .position-controls .position-inputs .input-group label{color:#5d5d5d;font-family:roboto;font-size:13px;font-weight:500}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .position-controls .position-inputs .input-group input{border:1px solid #99b7de;border-radius:4px;box-sizing:border-box;color:#121212;font-family:roboto;font-size:14px;padding:8px 12px;width:100%}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .position-controls .position-inputs .input-group input:focus{border-color:#004aad;outline:none}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .position-controls .position-inputs .input-group input::-webkit-inner-spin-button,.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .position-controls .position-inputs .input-group input::-webkit-outer-spin-button{opacity:1}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .position-controls .teams-count{color:#004aad;font-family:roboto;font-size:13px;font-weight:500;margin:0;text-align:center}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .ranked-teams .teams-label{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:500;margin:0 0 8px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .ranked-teams .teams-list{display:flex;flex-direction:column;gap:8px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .ranked-teams .teams-list .team-item{align-items:center;background-color:#f8f9fa;border-radius:4px;display:flex;font-size:14px;gap:8px;padding:8px 12px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .ranked-teams .teams-list .team-item .position{color:#004aad;font-weight:600;min-width:20px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .ranked-teams .teams-list .team-item .team-name{color:#121212;flex:1 1;font-weight:500}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .ranked-teams .teams-list .team-item .group{color:#5d5d5d;font-size:12px;font-style:italic}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .ranked-teams .teams-list .more-teams{color:#5d5d5d;font-size:12px;font-style:italic;padding:8px;text-align:center}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .ranked-teams .teams-list .no-teams{background-color:#f8f9fa;border-radius:4px;color:#999;font-size:13px;font-style:italic;padding:16px;text-align:center}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-body .preview-results .matches-preview .matches-label{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:500;margin:0 0 12px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-footer{align-items:center;border-top:1px solid #e0e0e0;display:flex;gap:8px;margin-top:auto;padding-top:16px;width:100%}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-footer button{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;cursor:pointer;display:flex;flex:1 1;font-family:inter;font-size:14px;font-weight:600;gap:8px;height:40px;justify-content:center;padding:8px 16px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-footer button:disabled{cursor:not-allowed;opacity:.5}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-footer .preview-btn-footer{background-color:#004aad;border:none;color:#fff}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-footer .preview-btn-footer .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-footer .complete-btn{background-color:var(--primary-color);border:none;color:#fff}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-footer .complete-btn .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.complete-bracket-dialog-overlay .complete-bracket-dialog .dialog-content .dialog-footer .complete-btn.disabled{opacity:.5}.delete-player-dialog-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.delete-player-dialog-overlay .delete-player-dialog{animation:slideIn .3s ease-out forwards;bottom:0;position:fixed;right:0;top:0;transform:translateX(100%);width:320px;z-index:101}.delete-player-dialog-overlay .delete-player-dialog.slide-out{animation:slideOut .3s ease-in forwards}.delete-player-dialog-overlay .delete-player-dialog .dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:24px}.delete-player-dialog-overlay .delete-player-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:24px}.delete-player-dialog-overlay .delete-player-dialog .dialog-content .dialog-body .title{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0 0 8px}.delete-player-dialog-overlay .delete-player-dialog .dialog-content .dialog-body .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;margin:0}.delete-player-dialog-overlay .delete-player-dialog .dialog-content .dialog-body input{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#121212;font-family:inter;font-size:14px;font-weight:400;height:40px;padding:8px 12px;width:100%}.delete-player-dialog-overlay .delete-player-dialog .dialog-content .dialog-footer{align-items:center;display:flex;gap:8px;width:100%}.delete-player-dialog-overlay .delete-player-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;flex:1 1;font-family:inter;font-size:14px;font-weight:600;height:40px;padding:8px 16px}.delete-player-dialog-overlay .delete-player-dialog .dialog-content .dialog-footer .delete-btn{align-items:center;background-color:#e7000b;border:none;color:#fff;display:flex;justify-content:center}.delete-player-dialog-overlay .delete-player-dialog .dialog-content .dialog-footer .delete-btn .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.delete-player-dialog-overlay .delete-player-dialog .dialog-content .dialog-footer .delete-btn.disabled{opacity:.5}.delete-team-dialog-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.delete-team-dialog-overlay .delete-team-dialog{animation:slideIn .3s ease-out forwards;bottom:0;position:fixed;right:0;top:0;transform:translateX(100%);width:320px;z-index:101}.delete-team-dialog-overlay .delete-team-dialog.slide-out{animation:slideOut .3s ease-in forwards}.delete-team-dialog-overlay .delete-team-dialog .dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:24px}.delete-team-dialog-overlay .delete-team-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:24px}.delete-team-dialog-overlay .delete-team-dialog .dialog-content .dialog-body .title{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0 0 8px}.delete-team-dialog-overlay .delete-team-dialog .dialog-content .dialog-body .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;margin:0}.delete-team-dialog-overlay .delete-team-dialog .dialog-content .dialog-body input{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#121212;font-family:inter;font-size:14px;font-weight:400;height:40px;padding:8px 12px;width:100%}.delete-team-dialog-overlay .delete-team-dialog .dialog-content .dialog-footer{align-items:center;display:flex;gap:8px;width:100%}.delete-team-dialog-overlay .delete-team-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;flex:1 1;font-family:inter;font-size:14px;font-weight:600;height:40px;padding:8px 16px}.delete-team-dialog-overlay .delete-team-dialog .dialog-content .dialog-footer .delete-btn{align-items:center;background-color:#e7000b;border:none;color:#fff;display:flex;justify-content:center}.delete-team-dialog-overlay .delete-team-dialog .dialog-content .dialog-footer .delete-btn .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.delete-team-dialog-overlay .delete-team-dialog .dialog-content .dialog-footer .delete-btn.disabled{opacity:.5}.confirm-all-team-members-dialog-overlay{align-items:center;animation:fadeIn .3s ease;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog{animation:slideIn .3s ease;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:480px;width:90%}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog.slide-out{animation:slideOut .3s ease}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content{display:flex;flex-direction:column}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-header{display:flex;justify-content:center;padding:24px 24px 16px}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-header .icon-container{align-items:center;background-color:#d4eece;border-radius:50%;display:flex;height:80px;justify-content:center;width:80px}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-body{padding:0 24px 24px;text-align:center}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-body .title{color:#121212;font-family:roboto;font-size:20px;font-weight:600;line-height:28px;margin:0 0 12px}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-body .subtitle{color:#5d5d5d;font-family:inter;font-size:15px;font-weight:400;line-height:22px;margin:0 0 8px}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-body .subtitle strong{color:#121212;font-weight:600}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-body .description{color:#6b7280;font-family:inter;font-size:13px;font-weight:400;line-height:20px;margin:0}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;padding:20px 24px}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-footer button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-family:inter;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:12px 20px;transition:all .2s ease}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-footer button:disabled{cursor:not-allowed;opacity:.6}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-footer button.cancel-btn{background-color:#f3f4f6;color:#374151}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-footer button.cancel-btn:hover:not(:disabled){background-color:#e5e7eb}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-footer button.confirm-btn{background-color:#10b981;color:#fff}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-footer button.confirm-btn:hover:not(:disabled){background-color:#059669}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-footer button.confirm-btn.disabled{background-color:#10b981;opacity:.7}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-footer button.confirm-btn .loader{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@media(max-width:768px){.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-header{padding:20px 20px 12px}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-header .icon-container{height:64px;width:64px}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-header .icon-container svg{height:40px;width:40px}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-body{padding:0 20px 20px}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-body .title{font-size:18px;line-height:24px}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-body .subtitle{font-size:14px;line-height:20px}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-body .description{font-size:12px}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-footer{flex-direction:column-reverse;padding:16px 20px}.confirm-all-team-members-dialog-overlay .confirm-all-team-members-dialog .dialog-content .dialog-footer button{width:100%}}.dialog-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.add-user-role-dialog{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:600px;width:90%}.add-user-role-dialog .dialog-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.add-user-role-dialog .dialog-header h3{color:#121212;font-family:roboto;font-size:1.25rem;font-weight:600;margin:0}.add-user-role-dialog .dialog-header .close-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s}.add-user-role-dialog .dialog-header .close-btn:hover{background:#f3f4f6;color:#121212}.add-user-role-dialog .dialog-content{flex:1 1;overflow-y:auto;padding:1.5rem}.add-user-role-dialog .dialog-content .instruction{color:#6b7280;font-family:inter;font-size:.875rem;margin:0 0 1rem}.add-user-role-dialog .dialog-content .search-container{align-items:center;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;display:flex;margin-bottom:1rem;padding:.75rem 1rem;position:relative;transition:all .2s}.add-user-role-dialog .dialog-content .search-container:focus-within{background:#fff;border-color:var(--primary-color)}.add-user-role-dialog .dialog-content .search-container .search-icon{color:#9ca3af;flex-shrink:0;margin-right:.75rem}.add-user-role-dialog .dialog-content .search-container .search-input{background:#0000;border:none;color:#121212;flex:1 1;font-family:inter;font-size:.95rem;outline:none}.add-user-role-dialog .dialog-content .search-container .search-input::placeholder{color:#9ca3af}.add-user-role-dialog .dialog-content .search-container .search-loader{animation:spin .6s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top:2px solid var(--primary-color);flex-shrink:0;height:18px;width:18px}.add-user-role-dialog .dialog-content .search-results{border:1px solid #e5e7eb;border-radius:8px;max-height:300px;overflow-y:auto}.add-user-role-dialog .dialog-content .search-results .user-result{border-bottom:1px solid #f3f4f6;cursor:pointer;padding:1rem;transition:background-color .2s}.add-user-role-dialog .dialog-content .search-results .user-result:last-child{border-bottom:none}.add-user-role-dialog .dialog-content .search-results .user-result:hover{background-color:#f9fafb}.add-user-role-dialog .dialog-content .search-results .user-result .user-info .user-name-row{align-items:center;display:flex;gap:.5rem;margin-bottom:.25rem}.add-user-role-dialog .dialog-content .search-results .user-result .user-info .user-name-row .user-name{color:#121212;font-family:inter;font-size:.95rem;font-weight:500;margin:0}.add-user-role-dialog .dialog-content .search-results .user-result .user-info .user-email{color:#6b7280;font-family:inter;font-size:.85rem;margin:0 0 .5rem}.add-user-role-dialog .dialog-content .search-results .user-result .user-info .existing-roles{display:flex;flex-wrap:wrap;gap:.25rem}.add-user-role-dialog .dialog-content .search-results .user-result .user-info .existing-roles .role-tag{background:#fef3c7;border-radius:4px;color:#92400e;font-family:inter;font-size:.75rem;font-weight:500;padding:2px 8px}.add-user-role-dialog .dialog-content .no-results{color:#9ca3af;font-family:inter;font-size:.875rem;font-style:italic;padding:2rem;text-align:center}.add-user-role-dialog .dialog-content .selected-user-info{align-items:flex-start;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.add-user-role-dialog .dialog-content .selected-user-info .user-details{flex:1 1}.add-user-role-dialog .dialog-content .selected-user-info .user-details .label{color:#6b7280;font-family:inter;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase}.add-user-role-dialog .dialog-content .selected-user-info .user-details .user-name-row{align-items:center;display:flex;gap:.5rem;margin-bottom:.25rem}.add-user-role-dialog .dialog-content .selected-user-info .user-details .user-name-row h4{color:#121212;font-family:roboto;font-size:1rem;font-weight:600;margin:0}.add-user-role-dialog .dialog-content .selected-user-info .user-details .email{color:#6b7280;font-family:inter;font-size:.875rem;margin:0}.add-user-role-dialog .dialog-content .selected-user-info .change-btn{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-family:inter;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.add-user-role-dialog .dialog-content .selected-user-info .change-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.add-user-role-dialog .dialog-content .role-selection .label{color:#374151;font-family:inter;font-size:.875rem;font-weight:600;margin:0 0 .75rem}.add-user-role-dialog .dialog-content .role-selection .role-options{display:flex;flex-direction:column;gap:.75rem}.add-user-role-dialog .dialog-content .role-selection .role-options .role-option{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;font-family:inter;gap:.75rem;padding:1rem;transition:all .2s}.add-user-role-dialog .dialog-content .role-selection .role-options .role-option.selected,.add-user-role-dialog .dialog-content .role-selection .role-options .role-option:hover{background:#f0f7ff;border-color:var(--primary-color)}.add-user-role-dialog .dialog-content .role-selection .role-options .role-option.selected .checkbox{background:var(--primary-color);border-color:var(--primary-color)}.add-user-role-dialog .dialog-content .role-selection .role-options .role-option .checkbox{align-items:center;background:#fff;border:2px solid #d1d5db;border-radius:4px;display:flex;flex-shrink:0;height:20px;justify-content:center;transition:all .2s;width:20px}.add-user-role-dialog .dialog-content .role-selection .role-options .role-option .checkbox span{color:#fff;font-size:.75rem;font-weight:700}.add-user-role-dialog .dialog-content .role-selection .role-options .role-option span{color:#374151;font-size:.95rem;font-weight:500}.add-user-role-dialog .dialog-footer{border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem}.add-user-role-dialog .dialog-footer button{border-radius:6px;cursor:pointer;font-family:inter;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s}.add-user-role-dialog .dialog-footer button:disabled{cursor:not-allowed;opacity:.5}.add-user-role-dialog .dialog-footer .cancel-btn{background:#fff;border:1px solid #e5e7eb;color:#374151}.add-user-role-dialog .dialog-footer .cancel-btn:hover:not(:disabled){background:#f9fafb}.add-user-role-dialog .dialog-footer .assign-btn{background:var(--primary-color);border:none;color:#fff;min-width:120px}.add-user-role-dialog .dialog-footer .assign-btn:hover:not(:disabled){opacity:.9}@media(max-width:640px){.add-user-role-dialog{max-height:95vh;width:95%}.add-user-role-dialog .dialog-header{padding:1rem}.add-user-role-dialog .dialog-header h3{font-size:1.125rem}.add-user-role-dialog .dialog-content{padding:1rem}.add-user-role-dialog .dialog-footer{flex-direction:column;padding:1rem}.add-user-role-dialog .dialog-footer button{width:100%}}.payment-account-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.payment-account-dialog-overlay .payment-account-dialog{animation:fadeIn .3s ease-out forwards;max-height:90vh;max-width:600px;opacity:0;position:relative;transform:scale(.9);width:90%;z-index:101}.payment-account-dialog-overlay .payment-account-dialog.slide-out{animation:fadeOut .3s ease-in forwards}.payment-account-dialog-overlay .payment-account-dialog .dialog-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-header{border-bottom:1px solid #e5e7eb;padding:24px}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-header h2{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:20px;overflow-y:auto;padding:24px}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .error-message{background-color:#fee;border:1px solid #fcc;border-radius:6px;color:#c00;font-family:inter;font-size:14px;padding:12px}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group{display:flex;flex-direction:column;gap:8px}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group label{color:#374151;font-family:inter;font-size:14px;font-weight:600}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group input,.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group select,.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group textarea{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#121212;font-family:inter;font-size:14px;font-weight:400;padding:10px 12px;width:100%}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group input:focus,.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group select:focus,.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group textarea:focus{border-color:#3b82f6;outline:none}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group input::placeholder,.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group select::placeholder,.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group textarea::placeholder{color:#9ca3af}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group textarea{min-height:80px;resize:vertical}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group.checkbox-group{align-items:center;flex-direction:row}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group.checkbox-group label{align-items:center;cursor:pointer;display:flex;gap:8px}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-group.checkbox-group label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media(max-width:640px){.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-body .form-row{grid-template-columns:1fr}}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-family:inter;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-footer button:hover:not(:disabled){background-color:#f9fafb}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-footer button:disabled{cursor:not-allowed;opacity:.5}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-footer .primary-btn{align-items:center;background-color:#000f23;border:none;color:#fff;display:flex;justify-content:center;min-width:100px}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-footer .primary-btn:hover:not(:disabled){background-color:#1a2942}.payment-account-dialog-overlay .payment-account-dialog .dialog-content .dialog-footer .primary-btn .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.delete-payment-account-dialog-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.delete-payment-account-dialog-overlay .delete-payment-account-dialog{animation:slideIn .3s ease-out forwards;bottom:0;position:fixed;right:0;top:0;transform:translateX(100%);width:320px;z-index:101}.delete-payment-account-dialog-overlay .delete-payment-account-dialog.slide-out{animation:slideOut .3s ease-in forwards}.delete-payment-account-dialog-overlay .delete-payment-account-dialog .dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:24px}.delete-payment-account-dialog-overlay .delete-payment-account-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:24px}.delete-payment-account-dialog-overlay .delete-payment-account-dialog .dialog-content .dialog-body .title{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0 0 8px}.delete-payment-account-dialog-overlay .delete-payment-account-dialog .dialog-content .dialog-body .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;margin:0}.delete-payment-account-dialog-overlay .delete-payment-account-dialog .dialog-content .dialog-body input{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#121212;font-family:inter;font-size:14px;font-weight:400;height:40px;padding:8px 12px;width:100%}.delete-payment-account-dialog-overlay .delete-payment-account-dialog .dialog-content .dialog-footer{align-items:center;display:flex;gap:8px;width:100%}.delete-payment-account-dialog-overlay .delete-payment-account-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;cursor:pointer;flex:1 1;font-family:inter;font-size:14px;font-weight:600;height:40px;padding:8px 16px}.delete-payment-account-dialog-overlay .delete-payment-account-dialog .dialog-content .dialog-footer button:hover{background-color:#f9fafb}.delete-payment-account-dialog-overlay .delete-payment-account-dialog .dialog-content .dialog-footer .delete-btn{align-items:center;background-color:#e7000b;border:none;color:#fff;display:flex;justify-content:center}.delete-payment-account-dialog-overlay .delete-payment-account-dialog .dialog-content .dialog-footer .delete-btn:hover:not(.disabled){background-color:#c5000a}.delete-payment-account-dialog-overlay .delete-payment-account-dialog .dialog-content .dialog-footer .delete-btn .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.delete-payment-account-dialog-overlay .delete-payment-account-dialog .dialog-content .dialog-footer .delete-btn.disabled{cursor:not-allowed;opacity:.5}.add-team-member-dialog-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;padding:16px;position:fixed;top:0;width:100%;z-index:1000}.add-team-member-dialog{animation:slideIn .3s ease-out;background:#fff;border-radius:12px;display:flex;flex-direction:column;max-height:90vh;max-width:600px;width:100%}.add-team-member-dialog.slide-out{animation:slideOut .3s ease-out}.add-team-member-dialog .dialog-content{display:flex;flex-direction:column;height:100%;max-height:90vh}.add-team-member-dialog .dialog-header{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;padding:20px 24px}.add-team-member-dialog .dialog-header h3{color:#121212;font-family:roboto;font-size:20px;font-weight:600;line-height:24px;margin:0}.add-team-member-dialog .dialog-header .close-btn{align-items:center;background:none;border:none;border-radius:4px;color:#5d5d5d;cursor:pointer;display:flex;justify-content:center;padding:4px}.add-team-member-dialog .dialog-header .close-btn:hover{background-color:#f5f5f5}.add-team-member-dialog .search-container{border-bottom:1px solid #e8e8e8;padding:16px 24px;position:relative}.add-team-member-dialog .search-container .search-icon{color:#5d5d5d;left:36px;position:absolute;top:50%;transform:translateY(-50%)}.add-team-member-dialog .search-container .search-input{border:1px solid #e8e8e8;border-radius:8px;color:#121212;font-family:inter;font-size:14px;padding:10px 12px 10px 40px;width:100%}.add-team-member-dialog .search-container .search-input:focus{border-color:var(--primary-color);outline:none}.add-team-member-dialog .search-container .search-input::placeholder{color:#9ca3af}.add-team-member-dialog .search-container .search-loader{color:#9ca3af;font-family:inter;font-size:12px;position:absolute;right:36px;top:50%;transform:translateY(-50%)}.add-team-member-dialog .content{flex:1 1;min-height:0;overflow-y:auto;padding:16px 24px}.add-team-member-dialog .content .selected-section{border-bottom:2px solid #e8e8e8;margin-bottom:24px;padding-bottom:16px}.add-team-member-dialog .content .selected-section .selected-header{margin-bottom:12px}.add-team-member-dialog .content .selected-section .selected-header .selected-title{color:var(--primary-color);font-family:inter;font-size:14px;font-weight:600;line-height:20px;margin:0}.add-team-member-dialog .content .selected-section .selected-players-list{display:flex;flex-direction:column;gap:8px}.add-team-member-dialog .content .selected-section .selected-players-list .selected-player-item{align-items:center;background-color:#e7f3ff;border:1px solid var(--primary-color);border-radius:8px;display:flex;gap:12px;justify-content:space-between;padding:10px 12px}.add-team-member-dialog .content .selected-section .selected-players-list .selected-player-item .player-info{flex:1 1;min-width:0}.add-team-member-dialog .content .selected-section .selected-players-list .selected-player-item .player-info .player-name{color:#121212;font-family:inter;font-size:14px;font-weight:500;margin:0 0 4px;text-transform:capitalize}.add-team-member-dialog .content .selected-section .selected-players-list .selected-player-item .player-info .player-details{align-items:center;display:flex;gap:6px}.add-team-member-dialog .content .selected-section .selected-players-list .selected-player-item .player-info .player-details .detail{color:#6b7280;font-family:inter;font-size:12px}.add-team-member-dialog .content .selected-section .selected-players-list .selected-player-item .player-info .player-details .detail.captain{color:var(--primary-color);font-weight:600}.add-team-member-dialog .content .selected-section .selected-players-list .selected-player-item .player-info .player-details .separator{color:#d1d5db;font-size:10px}.add-team-member-dialog .content .selected-section .selected-players-list .selected-player-item .remove-btn{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:4px;transition:all .2s ease}.add-team-member-dialog .content .selected-section .selected-players-list .selected-player-item .remove-btn:hover{background-color:#0000000d;color:#e7000b}.add-team-member-dialog .content .search-results-section .results-header{margin-bottom:12px}.add-team-member-dialog .content .search-results-section .results-header .results-title{color:#5d5d5d;font-family:inter;font-size:13px;font-weight:600;line-height:18px;margin:0;text-transform:uppercase}.add-team-member-dialog .content .no-search{padding:60px 20px;text-align:center}.add-team-member-dialog .content .no-search p{color:#6b7280;font-family:inter;font-size:14px;line-height:20px;margin:0}.add-team-member-dialog .content .loader-container{align-items:center;display:flex;justify-content:center;padding:40px 0}.add-team-member-dialog .content .loader-container .loader{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:2rem;width:2rem}.add-team-member-dialog .content .players-list{display:flex;flex-direction:column;gap:8px}.add-team-member-dialog .content .players-list .no-players{padding:40px 20px;text-align:center}.add-team-member-dialog .content .players-list .no-players p{color:#9ca3af;font-family:inter;font-size:14px;margin:0}.add-team-member-dialog .content .players-list .player-item{align-items:center;border:1px solid #e8e8e8;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px;transition:all .2s ease}.add-team-member-dialog .content .players-list .player-item:hover{background-color:#f9fafb;border-color:var(--primary-color)}.add-team-member-dialog .content .players-list .player-item .player-info{flex:1 1;min-width:0}.add-team-member-dialog .content .players-list .player-item .player-info .player-name{color:#121212;font-family:inter;font-size:15px;font-weight:500;margin:0 0 4px;text-transform:capitalize}.add-team-member-dialog .content .players-list .player-item .player-info .player-details{align-items:center;display:flex;gap:6px}.add-team-member-dialog .content .players-list .player-item .player-info .player-details .detail{color:#6b7280;font-family:inter;font-size:13px}.add-team-member-dialog .content .players-list .player-item .player-info .player-details .detail.captain{color:var(--primary-color);font-weight:600}.add-team-member-dialog .content .players-list .player-item .player-info .player-details .separator{color:#d1d5db;font-size:12px}.add-team-member-dialog .dialog-footer{align-items:center;border-top:1px solid #e8e8e8;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.add-team-member-dialog .dialog-footer button{border-radius:6px;cursor:pointer;font-family:inter;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s ease}.add-team-member-dialog .dialog-footer button:disabled{cursor:not-allowed;opacity:.5}.add-team-member-dialog .dialog-footer .cancel-button{background-color:#f3f4f6;border:none;color:#374151}.add-team-member-dialog .dialog-footer .cancel-button:hover:not(:disabled){background-color:#e5e7eb}.add-team-member-dialog .dialog-footer .confirm-button{background-color:var(--primary-color);border:none;color:#fff}.add-team-member-dialog .dialog-footer .confirm-button:hover:not(:disabled){opacity:.9}@media(max-width:768px){.add-team-member-dialog{border-radius:0;max-height:100vh;max-width:100%}.add-team-member-dialog .dialog-content{max-height:100vh}}.promo-code-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.promo-code-dialog-overlay .promo-code-dialog{animation:fadeIn .3s ease-out forwards;max-height:90vh;max-width:600px;opacity:0;position:relative;transform:scale(.9);width:90%;z-index:101}.promo-code-dialog-overlay .promo-code-dialog.slide-out{animation:fadeOut .3s ease-in forwards}.promo-code-dialog-overlay .promo-code-dialog .dialog-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-header{border-bottom:1px solid #e5e7eb;padding:24px}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-header h2{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:20px;overflow-y:auto;padding:24px}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .error-message{background-color:#fee;border:1px solid #fcc;border-radius:6px;color:#c00;font-family:inter;font-size:14px;padding:12px}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group{display:flex;flex-direction:column;gap:8px}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group label{color:#374151;font-family:inter;font-size:14px;font-weight:600}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group input,.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group select,.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group textarea{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#121212;font-family:inter;font-size:14px;font-weight:400;padding:10px 12px;width:100%}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group input:focus,.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group select:focus,.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group textarea:focus{border-color:#3b82f6;outline:none}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group input::placeholder,.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group select::placeholder,.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group textarea::placeholder{color:#9ca3af}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group input:disabled,.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group select:disabled,.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group textarea{min-height:80px;resize:vertical}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group.checkbox-group{align-items:center;flex-direction:row}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group.checkbox-group label{align-items:center;cursor:pointer;display:flex;gap:8px}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-group.checkbox-group label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media(max-width:640px){.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-body .form-row{grid-template-columns:1fr}}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-family:inter;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-footer button:hover:not(:disabled){background-color:#f9fafb}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-footer button:disabled{cursor:not-allowed;opacity:.5}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-footer .primary-btn{align-items:center;background-color:#000f23;border:none;color:#fff;display:flex;justify-content:center;min-width:100px}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-footer .primary-btn:hover:not(:disabled){background-color:#1a2942}.promo-code-dialog-overlay .promo-code-dialog .dialog-content .dialog-footer .primary-btn .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.delete-promo-code-dialog-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.delete-promo-code-dialog-overlay .delete-promo-code-dialog{animation:slideIn .3s ease-out forwards;bottom:0;position:fixed;right:0;top:0;transform:translateX(100%);width:320px;z-index:101}.delete-promo-code-dialog-overlay .delete-promo-code-dialog.slide-out{animation:slideOut .3s ease-in forwards}.delete-promo-code-dialog-overlay .delete-promo-code-dialog .dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:24px}.delete-promo-code-dialog-overlay .delete-promo-code-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:24px}.delete-promo-code-dialog-overlay .delete-promo-code-dialog .dialog-content .dialog-body .title{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0 0 8px}.delete-promo-code-dialog-overlay .delete-promo-code-dialog .dialog-content .dialog-body .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;margin:0}.delete-promo-code-dialog-overlay .delete-promo-code-dialog .dialog-content .dialog-body input{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#121212;font-family:inter;font-size:14px;font-weight:400;height:40px;padding:8px 12px;width:100%}.delete-promo-code-dialog-overlay .delete-promo-code-dialog .dialog-content .dialog-footer{align-items:center;display:flex;gap:8px;width:100%}.delete-promo-code-dialog-overlay .delete-promo-code-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;cursor:pointer;flex:1 1;font-family:inter;font-size:14px;font-weight:600;height:40px;padding:8px 16px}.delete-promo-code-dialog-overlay .delete-promo-code-dialog .dialog-content .dialog-footer button:hover{background-color:#f9fafb}.delete-promo-code-dialog-overlay .delete-promo-code-dialog .dialog-content .dialog-footer .delete-btn{align-items:center;background-color:#e7000b;border:none;color:#fff;display:flex;justify-content:center}.delete-promo-code-dialog-overlay .delete-promo-code-dialog .dialog-content .dialog-footer .delete-btn:hover:not(.disabled){background-color:#c5000a}.delete-promo-code-dialog-overlay .delete-promo-code-dialog .dialog-content .dialog-footer .delete-btn .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.delete-promo-code-dialog-overlay .delete-promo-code-dialog .dialog-content .dialog-footer .delete-btn.disabled{cursor:not-allowed;opacity:.5}.court-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.court-dialog-overlay .court-dialog{animation:fadeIn .3s ease-out forwards;max-height:90vh;max-width:600px;opacity:0;position:relative;transform:scale(.9);width:90%;z-index:101}.court-dialog-overlay .court-dialog.slide-out{animation:fadeOut .3s ease-in forwards}.court-dialog-overlay .court-dialog .dialog-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.court-dialog-overlay .court-dialog .dialog-content .dialog-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px}.court-dialog-overlay .court-dialog .dialog-content .dialog-header h2{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0}.court-dialog-overlay .court-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:20px;overflow-y:auto;padding:24px}.court-dialog-overlay .court-dialog .dialog-content .dialog-body .error-message{background-color:#fee;border:1px solid #fcc;border-radius:6px;color:#c00;font-family:inter;font-size:14px;padding:12px}.court-dialog-overlay .court-dialog .dialog-content .dialog-body .form-group{display:flex;flex-direction:column;gap:8px}.court-dialog-overlay .court-dialog .dialog-content .dialog-body .form-group label{color:#374151;font-family:inter;font-size:14px;font-weight:600}.court-dialog-overlay .court-dialog .dialog-content .dialog-body .form-group input,.court-dialog-overlay .court-dialog .dialog-content .dialog-body .form-group textarea{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#121212;font-family:inter;font-size:14px;font-weight:400;padding:10px 12px;width:100%}.court-dialog-overlay .court-dialog .dialog-content .dialog-body .form-group input:focus,.court-dialog-overlay .court-dialog .dialog-content .dialog-body .form-group textarea:focus{border-color:#3b82f6;outline:none}.court-dialog-overlay .court-dialog .dialog-content .dialog-body .form-group input::placeholder,.court-dialog-overlay .court-dialog .dialog-content .dialog-body .form-group textarea::placeholder{color:#9ca3af}.court-dialog-overlay .court-dialog .dialog-content .dialog-body .form-group input:disabled,.court-dialog-overlay .court-dialog .dialog-content .dialog-body .form-group textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.court-dialog-overlay .court-dialog .dialog-content .dialog-body .form-group textarea{min-height:80px;resize:vertical}.court-dialog-overlay .court-dialog .dialog-content .dialog-body .form-group.checkbox-group{align-items:center;flex-direction:row}.court-dialog-overlay .court-dialog .dialog-content .dialog-body .form-group.checkbox-group label{align-items:center;cursor:pointer;display:flex;gap:8px}.court-dialog-overlay .court-dialog .dialog-content .dialog-body .form-group.checkbox-group label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.court-dialog-overlay .court-dialog .dialog-content .dialog-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.court-dialog-overlay .court-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-family:inter;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.court-dialog-overlay .court-dialog .dialog-content .dialog-footer button:hover:not(:disabled){background-color:#f9fafb}.court-dialog-overlay .court-dialog .dialog-content .dialog-footer button:disabled{cursor:not-allowed;opacity:.5}.court-dialog-overlay .court-dialog .dialog-content .dialog-footer .primary-btn{align-items:center;background-color:var(--primary-color);border:none;color:#fff;display:flex;justify-content:center;min-width:100px}.court-dialog-overlay .court-dialog .dialog-content .dialog-footer .primary-btn:hover:not(:disabled){background-color:#1a2942}.court-dialog-overlay .court-dialog .dialog-content .dialog-footer .primary-btn .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.delete-court-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.delete-court-dialog-overlay .delete-court-dialog{animation:fadeIn .3s ease-out forwards;max-width:500px;opacity:0;position:relative;transform:scale(.9);width:90%;z-index:101}.delete-court-dialog-overlay .delete-court-dialog.slide-out{animation:fadeOut .3s ease-in forwards}.delete-court-dialog-overlay .delete-court-dialog .dialog-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;overflow:hidden}.delete-court-dialog-overlay .delete-court-dialog .dialog-content .dialog-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px}.delete-court-dialog-overlay .delete-court-dialog .dialog-content .dialog-header h2{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0}.delete-court-dialog-overlay .delete-court-dialog .dialog-content .dialog-body{padding:24px}.delete-court-dialog-overlay .delete-court-dialog .dialog-content .dialog-body .title{color:#121212;font-family:roboto;font-size:18px;font-weight:700;margin:0 0 8px}.delete-court-dialog-overlay .delete-court-dialog .dialog-content .dialog-body .subtitle{color:#6b7280;font-family:inter;font-size:14px;font-weight:400;line-height:1.5;margin:0}.delete-court-dialog-overlay .delete-court-dialog .dialog-content .dialog-body .subtitle strong{color:#121212}.delete-court-dialog-overlay .delete-court-dialog .dialog-content .dialog-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.delete-court-dialog-overlay .delete-court-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-family:inter;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.delete-court-dialog-overlay .delete-court-dialog .dialog-content .dialog-footer button:hover:not(:disabled){background-color:#f9fafb}.delete-court-dialog-overlay .delete-court-dialog .dialog-content .dialog-footer button:disabled{cursor:not-allowed;opacity:.5}.delete-court-dialog-overlay .delete-court-dialog .dialog-content .dialog-footer button.delete-btn{align-items:center;background-color:#dc2626;border:none;color:#fff;display:flex;justify-content:center;min-width:100px}.delete-court-dialog-overlay .delete-court-dialog .dialog-content .dialog-footer button.delete-btn:hover:not(:disabled){background-color:#b91c1c}.delete-court-dialog-overlay .delete-court-dialog .dialog-content .dialog-footer button.delete-btn .loader{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;line-height:normal;position:relative}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{line-height:0;z-index:1}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}h2.react-datepicker__current-month{margin:0;padding:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{margin-bottom:-8px;white-space:nowrap}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{background-color:#333;border-radius:4px;bottom:70%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:initial;padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{background-color:#ccc;cursor:default}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.season-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.season-dialog-overlay .season-dialog{animation:fadeIn .3s ease-out forwards;max-height:90vh;max-width:600px;opacity:0;position:relative;transform:scale(.9);width:90%;z-index:101}.season-dialog-overlay .season-dialog.slide-out{animation:fadeOut .3s ease-in forwards}.season-dialog-overlay .season-dialog .dialog-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.season-dialog-overlay .season-dialog .dialog-content .dialog-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px}.season-dialog-overlay .season-dialog .dialog-content .dialog-header h2{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0}.season-dialog-overlay .season-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:20px;overflow-y:auto;padding:24px}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .error-message{background-color:#fee;border:1px solid #fcc;border-radius:6px;color:#c00;font-family:inter;font-size:14px;padding:12px}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group{display:flex;flex-direction:column;gap:8px}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group label{color:#374151;font-family:inter;font-size:14px;font-weight:600}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group input,.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group select{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#121212;font-family:inter;font-size:14px;font-weight:400;padding:10px 12px;width:100%}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group input:focus,.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group select:focus{border-color:#3b82f6;outline:none}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group input::placeholder,.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group select::placeholder{color:#9ca3af}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group input:disabled,.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group select:disabled{background-color:#f3f4f6;cursor:not-allowed}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group .react-datepicker-wrapper,.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group .react-datepicker-wrapper .react-datepicker__input-container{width:100%}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group .react-datepicker-wrapper .react-datepicker__input-container input{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#121212;font-family:inter;font-size:14px;font-weight:400;padding:10px 12px;width:100%}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group .react-datepicker-wrapper .react-datepicker__input-container input:focus{border-color:#3b82f6;outline:none}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group .react-datepicker-wrapper .react-datepicker__input-container input::placeholder{color:#9ca3af}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group .react-datepicker-wrapper .react-datepicker__input-container input:disabled{background-color:#f3f4f6;cursor:not-allowed}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group.checkbox-group{align-items:center;flex-direction:row}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group.checkbox-group label{align-items:center;cursor:pointer;display:flex;gap:8px}.season-dialog-overlay .season-dialog .dialog-content .dialog-body .form-group.checkbox-group label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.season-dialog-overlay .season-dialog .dialog-content .dialog-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.season-dialog-overlay .season-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-family:inter;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.season-dialog-overlay .season-dialog .dialog-content .dialog-footer button:hover:not(:disabled){background-color:#f9fafb}.season-dialog-overlay .season-dialog .dialog-content .dialog-footer button:disabled{cursor:not-allowed;opacity:.5}.season-dialog-overlay .season-dialog .dialog-content .dialog-footer .primary-btn{align-items:center;background-color:var(--primary-color);border:none;color:#fff;display:flex;justify-content:center;min-width:100px}.season-dialog-overlay .season-dialog .dialog-content .dialog-footer .primary-btn:hover:not(:disabled){background-color:#1a2942}.season-dialog-overlay .season-dialog .dialog-content .dialog-footer .primary-btn .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.delete-season-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.delete-season-dialog-overlay .delete-season-dialog{animation:fadeIn .3s ease-out forwards;max-width:500px;opacity:0;position:relative;transform:scale(.9);width:90%;z-index:101}.delete-season-dialog-overlay .delete-season-dialog.slide-out{animation:fadeOut .3s ease-in forwards}.delete-season-dialog-overlay .delete-season-dialog .dialog-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;overflow:hidden}.delete-season-dialog-overlay .delete-season-dialog .dialog-content .dialog-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px}.delete-season-dialog-overlay .delete-season-dialog .dialog-content .dialog-header h2{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0}.delete-season-dialog-overlay .delete-season-dialog .dialog-content .dialog-body{padding:24px}.delete-season-dialog-overlay .delete-season-dialog .dialog-content .dialog-body .title{color:#121212;font-family:roboto;font-size:18px;font-weight:700;margin:0 0 8px}.delete-season-dialog-overlay .delete-season-dialog .dialog-content .dialog-body .subtitle{color:#6b7280;font-family:inter;font-size:14px;font-weight:400;line-height:1.5;margin:0}.delete-season-dialog-overlay .delete-season-dialog .dialog-content .dialog-body .subtitle strong{color:#121212}.delete-season-dialog-overlay .delete-season-dialog .dialog-content .dialog-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.delete-season-dialog-overlay .delete-season-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-family:inter;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.delete-season-dialog-overlay .delete-season-dialog .dialog-content .dialog-footer button:hover:not(:disabled){background-color:#f9fafb}.delete-season-dialog-overlay .delete-season-dialog .dialog-content .dialog-footer button:disabled{cursor:not-allowed;opacity:.5}.delete-season-dialog-overlay .delete-season-dialog .dialog-content .dialog-footer button.delete-btn{align-items:center;background-color:#dc2626;border:none;color:#fff;display:flex;justify-content:center;min-width:100px}.delete-season-dialog-overlay .delete-season-dialog .dialog-content .dialog-footer button.delete-btn:hover:not(:disabled){background-color:#b91c1c}.delete-season-dialog-overlay .delete-season-dialog .dialog-content .dialog-footer button.delete-btn.disabled{background-color:#9ca3af;cursor:not-allowed}.delete-season-dialog-overlay .delete-season-dialog .dialog-content .dialog-footer button.delete-btn .loader{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.home-page{display:flex;flex-direction:column;gap:16px}.home-page .loader-container{align-items:center;display:flex;height:300px;justify-content:center}.home-page .loader-container .loader{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.home-page .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.home-page .header .left{display:flex;flex-direction:column;gap:0}.home-page .header .left .welcome-message{color:#121212;font-family:roboto;font-size:28px;font-weight:400;line-height:36px;margin:0}.home-page .header .left .welcome-message span{font-weight:700}.home-page .header .left .pending-actions{color:#5d5d5d;font-family:roboto;font-size:16px;font-weight:400;margin:0}.home-page .header .referee-portal-button{align-items:center;background-color:#004aad;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:roboto;font-size:14px;font-weight:600;gap:6px;padding:8px 16px;transition:background-color .2s ease}.home-page .header .referee-portal-button:hover{background-color:#003d8f}.home-page .header .referee-portal-button:active{background-color:#00357a}.home-page .header .referee-portal-button .button-text{display:inline}@media(max-width:768px){.home-page .header .referee-portal-button{padding:8px}.home-page .header .referee-portal-button .button-text{display:none}}.home-page .overview-cards{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.home-page .overview-cards .card{border:1px solid #e8e8e8;border-radius:8px;flex:1 1;gap:8px;padding:16px}.home-page .overview-cards .card .title{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:600;margin:0;text-transform:uppercase}.home-page .overview-cards .card .value{color:#121212;font-family:roboto;font-size:28px;font-weight:600;line-height:36px;margin:4px 0}.home-page .overview-cards .card .link{align-items:center;cursor:pointer;display:flex;gap:6px;padding:2px}.home-page .overview-cards .card .link:hover{opacity:.8}.home-page .overview-cards .card .link p{color:#004aad;font-family:roboto;font-size:12px;font-weight:600;margin:0;white-space:nowrap}.home-page .content{align-items:flex-start;display:flex;gap:16px}.home-page .content .card{border:1px solid #e8e8e8;border-radius:8px;gap:8px;padding:16px}.home-page .content .card .title{color:#5d5d5d;font-family:roboto;font-size:13px;font-weight:600;margin:0;text-transform:uppercase}.home-page .content .left{display:flex;flex-direction:column;gap:16px;width:60%}.home-page .content .left .registration-trend-card{display:flex;flex-direction:column;gap:20px}.home-page .content .left .registration-trend-card .header{align-items:flex-start;display:flex;gap:8px;justify-content:space-between}.home-page .content .left .registration-trend-card select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #99b7de;border-radius:6px;color:#000f23;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:32px;outline:none;padding:0 12px;width:130px}.home-page .content .left .registration-trend-card .xaxis{color:#000;font-family:roboto;font-size:12px;font-weight:400}.home-page .content .left .registration-trend-card .yaxis{color:#8c8c8c;font-family:roboto;font-size:10px;font-weight:600;line-height:14px}.home-page .content .left .player-demographic-card .group-by-container{align-items:center;display:flex;gap:16px;margin:16px 0}.home-page .content .left .player-demographic-card .group-by-container p{color:#5d5d5d;font-family:roboto;font-size:16px;font-weight:400;margin:0}.home-page .content .left .player-demographic-card .group-by-container select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #99b7de;border-radius:6px;color:#000f23;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:32px;outline:none;padding:0 12px;width:130px}.home-page .content .right{display:flex;flex-direction:column;gap:16px;width:40%}.home-page .content .right .pending-action-card{display:flex;flex-direction:column;gap:12px;min-height:120px}.home-page .content .right .pending-action-card .title-container{align-items:center;display:flex;gap:8px}.home-page .content .right .pending-action-card .title-container .count{align-items:center;background-color:var(--primary-color);border:1px solid var(--primary-color);border-radius:12px;display:flex;gap:8px;justify-content:center;padding:0 10px}.home-page .content .right .pending-action-card .title-container .count p{color:#e7effa;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0}.home-page .content .right .pending-action-card .pending-action-item{align-items:center;background-color:#f3f3f3;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;padding:16px}.home-page .content .right .pending-action-card .pending-action-item:hover{opacity:.8}.home-page .content .right .pending-action-card .pending-action-item .name-container{align-items:center;display:flex;gap:8px;margin-bottom:12px}.home-page .content .right .pending-action-card .pending-action-item .name-container .name{color:#121212;font-family:roboto;font-size:15px;font-weight:600;margin:0}.home-page .content .right .pending-action-card .pending-action-item .name-container .name span{color:#8c8c8c;font-size:13px;text-transform:uppercase}.home-page .content .right .pending-action-card .pending-action-item .name-container .status-container{align-items:center;background-color:#f8edd0;border-radius:1000px;display:flex;gap:8px;justify-content:center;padding:2px 10px}.home-page .content .right .pending-action-card .pending-action-item .name-container .status-container p{color:#584107;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0;text-align:center}.home-page .content .right .pending-action-card .pending-action-item .tournament-info-container{display:flex;flex-direction:column;gap:4px}.home-page .content .right .pending-action-card .pending-action-item .tournament-info-container .tournament-name{font-family:roboto;font-size:15px;font-weight:400;margin:0}.home-page .content .right .pending-action-card .pending-action-item .tournament-info-container .info{align-items:center;display:flex;gap:8px}.home-page .content .right .pending-action-card .pending-action-item .tournament-info-container .info p{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;margin:0}.home-page .content .right .pending-action-card .pending-action-item .tournament-info-container .info .separator{background-color:#5d5d5d;border-radius:50%;height:4px;width:4px}.home-page .content .right .pending-action-card .empty-state{align-items:center;display:flex;flex:1 1;height:100%;justify-content:center}.home-page .content .right .pending-action-card .empty-state p{color:#121212;font-family:roboto;font-size:14px;font-weight:500;margin:0}.home-page .content .right .upcoming-tournaments{display:flex;flex-direction:column;gap:8px}.home-page .content .right .upcoming-tournaments .title{margin-bottom:8px}.home-page .content .right .upcoming-tournaments .tournament-item{align-items:center;background-color:#f3f3f3;border-radius:8px;cursor:pointer;display:flex;gap:16px;padding:16px}.home-page .content .right .upcoming-tournaments .tournament-item.add{background-color:#fff;gap:6px;justify-content:center}.home-page .content .right .upcoming-tournaments .tournament-item.add:hover{background-color:#e7effa;opacity:1}.home-page .content .right .upcoming-tournaments .tournament-item .create-tournament{color:#020618;font-family:inter;font-size:14;font-weight:500;margin:0}.home-page .content .right .upcoming-tournaments .tournament-item:hover{opacity:.8}.home-page .content .right .upcoming-tournaments .tournament-item .date-container{align-items:center;border-right:1px solid #d1d1d1;display:flex;flex-direction:column;padding-right:16px;width:20%}.home-page .content .right .upcoming-tournaments .tournament-item .date-container .day{color:#000;font-family:roboto;font-size:24px;font-weight:900;line-height:32px;margin:0}.home-page .content .right .upcoming-tournaments .tournament-item .date-container .month{color:#000;font-family:roboto;font-size:12px;font-weight:600;line-height:16px;margin:0;text-align:center;text-transform:uppercase}.home-page .content .right .upcoming-tournaments .tournament-item .detail-container{width:75%}.home-page .content .right .upcoming-tournaments .tournament-item .detail-container .name{color:#000;font-family:roboto;font-size:16px;font-weight:500;line-height:20px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-page .content .right .upcoming-tournaments .tournament-item .detail-container .details-row{align-items:center;display:flex;gap:8px}.home-page .content .right .upcoming-tournaments .tournament-item .detail-container .details-row p{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;line-height:16px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-page .content .right .upcoming-tournaments .tournament-item .detail-container .details-row .separator{background-color:#5d5d5d;border-radius:50%;height:4px;width:4px}@media(max-width:768px){.content{flex-direction:column}.content .left,.content .right{width:100%!important}}.players-page{color:#2d3748;margin:0 auto}.players-page .header{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.players-page .header h2{color:#121212;font-family:roboto;font-size:24px;font-weight:700;line-height:32px;margin:0}.players-page .header .count{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin:0}.players-page .header .header-buttons{align-items:center;display:flex;gap:8px;min-width:fit-content}.players-page .header .filter-button{align-items:center;background-color:#fff;border:none;border-radius:6px;color:#020618;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:6px;line-height:18px;padding:8px 16px}.players-page .header .filter-button .filter-count{align-items:center;background-color:var(--primary-color);border:1px solid var(--primary-color);border-radius:12px;display:flex;gap:8px;justify-content:center;padding:2px 10px}.players-page .header .filter-button .filter-count p{color:#e7effa;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0}.players-page .header .export-button{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:8px;justify-content:center;line-height:20px;min-width:90px;padding:8px 16px}.players-page .header .export-button .button-loader{animation:buttonSpin .6s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.players-page .header .export-button:hover{cursor:pointer;opacity:.9}.players-page .header .export-button.disabled{cursor:not-allowed;opacity:.6}.players-page .header .filter-button:hover{background-color:#e6e6e6;cursor:pointer}.players-page .name-column{align-items:center;display:flex;justify-content:space-between}.players-loader-container{align-items:center;display:flex;height:300px;justify-content:center}.players-loader-container .spinner{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}@media(max-width:768px){.players-page .header{flex-direction:column}.players-page .header .header-buttons,.players-page .header .search-input{width:100%}.players-page .header .export-button,.players-page .header .filter-button{width:50%}.filter-dialog-content{padding:1.25rem;width:90%}}.coaches-page{color:#2d3748;margin:0 auto}.coaches-page .header{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.coaches-page .header h2{color:#121212;font-family:roboto;font-size:24px;font-weight:700;line-height:32px;margin:0}.coaches-page .header .count{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin:0}.coaches-page .header .header-buttons{align-items:center;display:flex;gap:8px;min-width:fit-content}.coaches-page .header .filter-button{align-items:center;background-color:#fff;border:none;border-radius:6px;color:#020618;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:6px;line-height:18px;padding:8px 16px}.coaches-page .header .filter-button .filter-count{align-items:center;background-color:var(--primary-color);border:1px solid var(--primary-color);border-radius:12px;display:flex;gap:8px;justify-content:center;padding:2px 10px}.coaches-page .header .filter-button .filter-count p{color:#e7effa;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0}.coaches-page .header .export-button{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:8px;justify-content:center;line-height:20px;min-width:90px;padding:8px 16px}.coaches-page .header .export-button .button-loader{animation:buttonSpin .6s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.coaches-page .header .export-button:hover{cursor:pointer;opacity:.9}.coaches-page .header .export-button.disabled{cursor:not-allowed;opacity:.6}.coaches-page .header .filter-button:hover{background-color:#e6e6e6;cursor:pointer}.coaches-page .name-column{align-items:center;display:flex;justify-content:space-between}.coaches-loader-container{align-items:center;display:flex;height:300px;justify-content:center}.coaches-loader-container .spinner{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}@media(max-width:768px){.coaches-page .header{flex-direction:column}.coaches-page .header .header-buttons,.coaches-page .header .search-input{width:100%}.coaches-page .header .export-button,.coaches-page .header .filter-button{width:50%}.filter-dialog-content{padding:1.25rem;width:90%}}@keyframes buttonSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fast-tournament-dialog-overlay{align-items:center;animation:fadeIn .2s ease-in-out;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.fast-tournament-dialog-overlay .fast-tournament-dialog{animation:slideUp .3s ease-out;background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:600px;width:90%}.fast-tournament-dialog-overlay .dialog-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.fast-tournament-dialog-overlay .dialog-header h2{color:#121212;font-family:roboto;font-size:20px;font-weight:600;margin:0}.fast-tournament-dialog-overlay .dialog-body{flex:1 1;overflow-y:auto;padding:24px}.fast-tournament-dialog-overlay .dialog-body .error-message{background-color:#fee2e2;border-radius:6px;color:#dc2626;font-family:inter;font-size:14px;margin-bottom:16px;padding:12px 16px}.fast-tournament-dialog-overlay .dialog-body .form-group{margin-bottom:24px}.fast-tournament-dialog-overlay .dialog-body .form-group label{color:#374151;display:block;font-family:roboto;font-size:14px;font-weight:500;margin-bottom:8px}.fast-tournament-dialog-overlay .dialog-body .form-group select{background-color:#fff;border:1px solid #99b7de;border-radius:6px;cursor:pointer;font-family:inter;font-size:14px;height:40px;padding:8px 12px;width:100%}.fast-tournament-dialog-overlay .dialog-body .form-group select:focus{border-color:#004aad;outline:none}.fast-tournament-dialog-overlay .dialog-body .form-group .teams-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.fast-tournament-dialog-overlay .dialog-body .form-group .teams-list .team-input-row{align-items:center;display:flex;gap:8px}.fast-tournament-dialog-overlay .dialog-body .form-group .teams-list .team-input-row input{border:1px solid #99b7de;border-radius:6px;flex:1 1;font-family:inter;font-size:14px;height:40px;padding:8px 12px}.fast-tournament-dialog-overlay .dialog-body .form-group .teams-list .team-input-row input:focus{border-color:#004aad;outline:none}.fast-tournament-dialog-overlay .dialog-body .form-group .teams-list .team-input-row .remove-team-btn{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#dc2626;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s;width:40px}.fast-tournament-dialog-overlay .dialog-body .form-group .teams-list .team-input-row .remove-team-btn:hover{background-color:#fee2e2;border-color:#dc2626}.fast-tournament-dialog-overlay .dialog-body .form-group .add-team-btn{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#004aad;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;transition:all .2s}.fast-tournament-dialog-overlay .dialog-body .form-group .add-team-btn:hover{background-color:#e7effa;border-color:#004aad}.fast-tournament-dialog-overlay .dialog-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.fast-tournament-dialog-overlay .dialog-footer button{border-radius:6px;cursor:pointer;font-family:inter;font-size:14px;font-weight:500;height:40px;padding:8px 16px;transition:opacity .2s}.fast-tournament-dialog-overlay .dialog-footer button:hover{opacity:.9}.fast-tournament-dialog-overlay .dialog-footer .cancel-btn{background-color:#fff;border:1px solid #99b7de;color:#020618}.fast-tournament-dialog-overlay .dialog-footer .generate-btn{background-color:#004aad;border:none;color:#fff}.create-from-existing-dialog-overlay{align-items:center;animation:fadeIn .2s ease-in-out;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.create-from-existing-dialog-overlay .create-from-existing-dialog{animation:slideUp .3s ease-out;background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:600px;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.create-from-existing-dialog-overlay .dialog-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.create-from-existing-dialog-overlay .dialog-header h2{color:#121212;font-family:roboto;font-size:20px;font-weight:600;margin:0}.create-from-existing-dialog-overlay .dialog-body{flex:1 1;max-height:500px;min-height:200px;overflow-y:auto;padding:24px}.create-from-existing-dialog-overlay .dialog-body .search-container{margin-bottom:20px}.create-from-existing-dialog-overlay .dialog-body .search-container .search-input-wrapper{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;display:flex;gap:12px;padding:12px 16px;transition:border-color .2s}.create-from-existing-dialog-overlay .dialog-body .search-container .search-input-wrapper:focus-within{border-color:#004aad;border-color:var(--primary-color,#004aad);outline:none}.create-from-existing-dialog-overlay .dialog-body .search-container .search-input-wrapper .search-input{background:#0000;border:none;color:#121212;flex:1 1;font-family:inter;font-size:14px;outline:none}.create-from-existing-dialog-overlay .dialog-body .search-container .search-input-wrapper .search-input::placeholder{color:#9ca3af}.create-from-existing-dialog-overlay .dialog-body .loading-container{align-items:center;display:flex;justify-content:center;padding:40px}.create-from-existing-dialog-overlay .dialog-body .loading-container .spinner{animation:spin .8s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top:3px solid var(--primary-color,#004aad);height:32px;width:32px}.create-from-existing-dialog-overlay .dialog-body .empty-state{color:#6b7280;font-family:inter;font-size:14px;padding:40px 20px;text-align:center}.create-from-existing-dialog-overlay .dialog-body .tournaments-list{display:flex;flex-direction:column;gap:8px}.create-from-existing-dialog-overlay .dialog-body .tournaments-list .tournament-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:16px;transition:all .2s}.create-from-existing-dialog-overlay .dialog-body .tournaments-list .tournament-item:hover{background-color:#f9fafb;border-color:#004aad;border-color:var(--primary-color,#004aad)}.create-from-existing-dialog-overlay .dialog-body .tournaments-list .tournament-item.selected{background-color:#eff6ff;border-color:#004aad;border-color:var(--primary-color,#004aad)}.create-from-existing-dialog-overlay .dialog-body .tournaments-list .tournament-item .tournament-info .tournament-name{color:#121212;font-family:roboto;font-size:16px;font-weight:500;margin:0 0 4px}.create-from-existing-dialog-overlay .dialog-body .tournaments-list .tournament-item .tournament-info .tournament-details{color:#6b7280;font-family:inter;font-size:14px;margin:0}.create-from-existing-dialog-overlay .dialog-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.create-from-existing-dialog-overlay .dialog-footer button{border:none;border-radius:6px;cursor:pointer;font-family:inter;font-size:14px;font-weight:500;padding:10px 20px;transition:opacity .2s}.create-from-existing-dialog-overlay .dialog-footer button:hover:not(:disabled){opacity:.9}.create-from-existing-dialog-overlay .dialog-footer button:disabled{cursor:not-allowed;opacity:.5}.create-from-existing-dialog-overlay .dialog-footer .cancel-btn{background-color:#f3f4f6;color:#374151}.create-from-existing-dialog-overlay .dialog-footer .cancel-btn:hover:not(:disabled){background-color:#e5e7eb}.create-from-existing-dialog-overlay .dialog-footer .submit-btn{background-color:#004aad;background-color:var(--primary-color,#004aad);color:#fff}.tournament-page p{margin:0}.tournament-page .tournaments-loader-container{align-items:center;display:flex;height:300px;justify-content:center}.tournament-page .tournaments-loader-container .spinner{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.tournament-page .header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.tournament-page .header h2{color:#121212;font-family:roboto;font-size:24px;font-weight:700;line-height:32px;margin:0}.tournament-page .header .count{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin:0}.tournament-page .header .header-buttons{align-items:center;display:flex;gap:8px;min-width:fit-content}.tournament-page .header .header-buttons button{align-items:center;border:none;border-radius:6px;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:8px;height:40px;justify-content:center;line-height:20px;padding:8px 16px}.tournament-page .header .header-buttons button:hover{cursor:pointer;opacity:.9}.tournament-page .header .header-buttons .create-button-group{align-items:center;display:flex;gap:0}.tournament-page .header .header-buttons .create-button{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px 0 0 6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:8px;height:40px;justify-content:center;line-height:20px;padding:8px 16px;transition:opacity .2s}.tournament-page .header .header-buttons .create-button:hover{cursor:pointer;opacity:.9}.tournament-page .header .header-buttons .create-menu-container{position:relative;z-index:100}.tournament-page .header .header-buttons .create-menu-button{align-items:center;background-color:var(--primary-color);border:none;border-left:1px solid #fff3;border-radius:0 6px 6px 0;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;padding:8px;transition:opacity .2s;width:40px}.tournament-page .header .header-buttons .create-menu-button:hover{cursor:pointer;opacity:.9}.tournament-page .header .header-buttons .create-menu-dropdown{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:200px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}.tournament-page .header .header-buttons .create-menu-dropdown .create-menu-item{align-items:center;background-color:#fff;border:none;color:#374151;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:12px;padding:12px 16px;text-align:left;transition:background-color .2s;white-space:nowrap;width:100%}.tournament-page .header .header-buttons .create-menu-dropdown .create-menu-item:hover{background-color:#f9fafb}.tournament-page .header .header-buttons .create-menu-dropdown .create-menu-item:first-child{border-top:none}.tournament-page .header .header-buttons .create-menu-dropdown .create-menu-item:not(:last-child){border-bottom:1px solid #f3f4f6}.tournament-page .header .header-buttons .filter-button{background-color:#fff;border:1px solid #99b7de;color:#020618}.tournament-page .header .header-buttons .filter-button .filter-count{align-items:center;background-color:var(--primary-color);border:1px solid #fff;border-radius:12px;color:#000f23;display:flex;gap:8px;justify-content:center;padding:2px 10px}.tournament-page .header .header-buttons .filter-button .filter-count p{color:#fff;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0}.tournament-page .registration-status{background-color:#e8e8e8;border-radius:1000px;gap:8px;padding:2px 10px;width:fit-content}.tournament-page .registration-status.open{background-color:#d1f3f0}.tournament-page .registration-status.active{background-color:#d4eece}.tournament-page .registration-status.closed{background-color:#f8d7da}.tournament-page .registration-status.not-open{background-color:#f8edd0}.tournament-page .registration-status p{color:#121212;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0}.tournament-page .registration-status p.open{color:#055c52}.tournament-page .registration-status p.active{color:#114404}.tournament-page .registration-status p.closed{color:#842029}.tournament-page .registration-status p.not-open{color:#584107}.tournament-page .publish-status{background-color:#e8e8e8;border-radius:1000px;gap:8px;padding:2px 10px;width:fit-content}.tournament-page .publish-status.published{background-color:#d4eece}.tournament-page .publish-status.published p{color:#114404}.tournament-page .publish-status p{color:#121212;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0}@media(max-width:768px){.tournament-page .header .header-buttons{width:100%}.tournament-page .header .header-buttons .create-button{flex:4 1}.tournament-page .header .header-buttons .filter-button{flex:1 1}}.representer-detail-page .loader-container{align-items:center;display:flex;height:300px;justify-content:center}.representer-detail-page .loader-container .loader{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.player-detail-page .loader-container{align-items:center;display:flex;height:300px;justify-content:center}.player-detail-page .loader-container .loader{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.tournament-detail-page .loader-container{align-items:center;display:flex;height:300px;justify-content:center}.tournament-detail-page .loader-container .loader{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.delete-category-dialog-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.delete-category-dialog-overlay .delete-category-dialog{animation:slideIn .3s ease-out forwards;bottom:0;position:fixed;right:0;top:0;transform:translateX(100%);width:320px;z-index:101}.delete-category-dialog-overlay .delete-category-dialog.slide-out{animation:slideOut .3s ease-in forwards}.delete-category-dialog-overlay .delete-category-dialog .dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:24px}.delete-category-dialog-overlay .delete-category-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:24px}.delete-category-dialog-overlay .delete-category-dialog .dialog-content .dialog-body .title{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0 0 8px}.delete-category-dialog-overlay .delete-category-dialog .dialog-content .dialog-body .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;margin:0}.delete-category-dialog-overlay .delete-category-dialog .dialog-content .dialog-body input{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#121212;font-family:inter;font-size:14px;font-weight:400;height:40px;padding:8px 12px;width:100%}.delete-category-dialog-overlay .delete-category-dialog .dialog-content .dialog-footer{align-items:center;display:flex;gap:8px;width:100%}.delete-category-dialog-overlay .delete-category-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;flex:1 1;font-family:inter;font-size:14px;font-weight:600;height:40px;padding:8px 16px}.delete-category-dialog-overlay .delete-category-dialog .dialog-content .dialog-footer .delete-btn{align-items:center;background-color:#e7000b;border:none;color:#fff;display:flex;justify-content:center}.delete-category-dialog-overlay .delete-category-dialog .dialog-content .dialog-footer .delete-btn .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.delete-category-dialog-overlay .delete-category-dialog .dialog-content .dialog-footer .delete-btn.disabled{opacity:.5}.edit-category-dialog-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.edit-category-dialog-overlay .edit-category-dialog{animation:slideIn .3s ease-out forwards;bottom:0;position:fixed;right:0;top:0;transform:translateX(100%);width:375px;z-index:101}.edit-category-dialog-overlay .edit-category-dialog.slide-out{animation:slideOut .3s ease-in forwards}.edit-category-dialog-overlay .edit-category-dialog .dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:24px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .header{align-items:flex-start;display:flex;gap:4px;justify-content:space-between}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .header .title{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .header .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;margin:0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:24px;margin:24px 0;overflow-y:none}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body input{background-color:#fff;border:1px solid #99b7de;border-radius:6px;font-family:inter;font-size:14px;gap:8px;height:40px;padding:8px 12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #99b7de;border-radius:6px;color:#000f23;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;outline:none;padding:0 12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body textarea{background-color:#fff;border:1px solid #99b7de;border-radius:6px;font-family:inter;font-size:14px;gap:8px;min-height:150px;padding:8px 12px;resize:vertical}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .details-container{display:flex;flex-direction:column;gap:8px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .details-container .input-container{align-items:center;display:flex;gap:4px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .details-container .input-container .date,.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .details-container .input-container input{height:32px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .details-container .input-container label{color:#121212;font-family:roboto;font-size:12px;font-weight:400;width:120px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .details-container .input-container.checkbox-container{margin-top:8px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .details-container .input-container.checkbox-container input[type=checkbox]{cursor:pointer;height:18px;width:18px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .details-container .input-container.checkbox-container label{cursor:pointer;font-size:14px;width:auto}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-options{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-options .format-item{align-items:center;border:1px solid #bababa;border-radius:6px;cursor:pointer;display:flex;height:80px;justify-content:center;padding:20px 16px;width:48%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-options .format-item:hover{opacity:.9}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-options .format-item.selected{background-color:#e7effa;border:1.5px solid #004aad}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-options .format-item.selected .label{font-weight:600}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-options .format-item .label{color:#121212;font-family:roboto;font-size:12px;margin:0;text-align:center}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body{display:flex;flex-direction:column;gap:8px;margin:16px 0;width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .rules-title{font-family:roboto;font-size:14px;font-weight:700;margin:10px 0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .input-container{align-items:center;display:flex;gap:4px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .input-container .date,.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .input-container input,.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .input-container select{font-size:12px;height:32px;width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .input-container label{color:#121212;font-family:roboto;font-size:12px;font-weight:400;width:180px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .custom-format-container{display:flex;flex-direction:column;gap:12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .custom-format-container .custom-add-btn{align-items:center;background-color:#fff;border:none;border-radius:6px;color:var(--primary-color);display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;padding:8px;width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .custom-format-container .custom-add-btn:hover{cursor:pointer;opacity:.8}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .custom-format-container .custom-block-item{background-color:#f3f3f3;border-radius:6px;display:flex;flex-direction:column;gap:8px;padding:12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .custom-format-container .custom-block-item .header-container{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .custom-format-container .custom-block-item .header-container .row{align-items:center;display:flex;gap:6px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .custom-format-container .custom-block-item .header-container .row .delete-btn:hover,.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .custom-format-container .custom-block-item .header-container:hover{opacity:.8}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .custom-format-container .custom-block-item .header-container .custom-block-title{font-family:inter;font-size:14px;font-weight:600;margin:0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .custom-format-container .custom-block-item select{font-size:12px;width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .custom-format-container .custom-block-item .input-container.checkbox-container input[type=checkbox]{cursor:pointer;height:16px;margin:0;width:16px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .format-container .format-body .custom-format-container .custom-block-item .input-container.checkbox-container label{cursor:pointer;font-size:12px;margin:0;width:auto}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .team-container{display:flex;flex-direction:column;gap:12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .team-container .section-title{color:#121212;font-family:inter;font-size:14px;font-weight:700;margin:12px 0 0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .team-container .input-container{align-items:center;display:flex;gap:4px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .team-container .input-container input,.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .team-container .input-container select{font-size:12px;height:32px;width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .team-container .input-container label{color:#121212;font-family:roboto;font-size:12px;font-weight:400;width:400px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .team-container .gender-options{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .team-container .gender-options .gender-item{align-items:center;border:1px solid #bababa;border-radius:6px;cursor:pointer;display:flex;flex:1 1;justify-content:center;padding:20px 0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .team-container .gender-options .gender-item:hover{opacity:.8}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .team-container .gender-options .gender-item.selected{background-color:#e7effa;border:1.5px solid var(--primary-color)}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .team-container .gender-options .gender-item.selected p{font-weight:600}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .team-container .gender-options .gender-item p{color:#121212;font-family:inter;font-size:12px;margin:0;text-transform:capitalize}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container{display:flex;flex-direction:column;gap:16px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container p{margin:0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .section-title{color:#121212;font-family:inter;font-size:14px;font-weight:700;margin:12px 0 0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .action-buttons{align-items:center;display:flex;gap:8px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .action-buttons .edit-btn{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;cursor:pointer;display:flex;gap:6px;height:32px;justify-content:center;padding:0 12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .action-buttons .edit-btn:hover{opacity:.8}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .action-buttons .cancel-btn{align-items:center;background-color:#bababa;border:none;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .action-buttons .cancel-btn:hover{opacity:.8}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .add-btn{align-items:center;background-color:#fff;border:none;border-radius:6px;color:var(--primary-color);cursor:pointer;display:flex;gap:6px;padding:8px 12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .add-btn:hover{background-color:#e7effa}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .prize-item{align-items:center;display:flex;gap:8px;justify-content:space-between}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .prize-item.edit{align-items:flex-start;background-color:#f3f3f3;border-radius:6px;flex-direction:column;padding:12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .prize-item.edit .rank-txt{margin-bottom:10px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .prize-item.edit .action-buttons{width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .prize-item.edit .action-buttons .edit-btn{flex:1 1}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .prize-item .left-section{align-items:center;display:flex;gap:8px;width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .prize-item .left-section .rank-container{align-items:center;border-radius:10px;display:flex;height:20px;justify-content:center;width:28px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .prize-item .left-section .rank-container .rank{color:#fff;font-family:inter;font-size:12px;font-weight:600}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .prize-item .left-section .rank-txt{color:#000f23;font-family:roboto;font-size:14px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .prize-item .left-section .prize-display .prize-detail{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:500;margin:0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .prize-item .left-section .prize-display .ranking-points{color:#6b7280;font-family:roboto;font-size:11px;font-weight:500;margin:4px 0 0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .prize-item .left-section .prize-inputs{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin:6px 0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .prize-item .left-section input,.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .prize-item .left-section select{width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item{align-items:center;display:flex;gap:8px;justify-content:space-between}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item.edit{align-items:flex-start;background-color:#f3f3f3;border-radius:6px;flex-direction:column;padding:12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item.edit .action-buttons{width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item.edit .action-buttons .edit-btn{flex:1 1}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-inputs{display:flex;flex-direction:column;gap:8px;width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-inputs .name-points-row{align-items:center;display:flex;gap:8px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-inputs .name-points-row input[type=text]{flex:1 1;height:32px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-inputs .name-points-row input[type=number]{height:32px;text-align:center;width:80px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-inputs .checkbox-container{align-items:center;display:flex;gap:8px;margin-top:4px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-inputs .checkbox-container input[type=checkbox]{cursor:pointer;height:16px;margin:0;width:16px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-inputs .checkbox-container label{color:#5d5d5d;cursor:pointer;font-family:inter;font-size:12px;margin:0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-display{display:flex;flex-direction:column;gap:4px;width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-display .name{color:#000f23;font-family:roboto;font-size:14px;font-weight:600;margin:0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-display .ranking-points{color:#5d5d5d;font-family:roboto;font-size:12px;margin:0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-display .voting-status{color:#004aad;font-family:roboto;font-size:12px;font-weight:500;margin:0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .name{color:#000f23;font-family:roboto;font-size:14px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item input{height:32px;width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container{display:flex;flex-direction:column;gap:12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container p{margin:0}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .add-btn{align-items:center;background-color:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;gap:6px;padding:8px 12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .add-btn:hover{background-color:#e7effa}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item{align-items:center;display:flex;gap:8px;justify-content:space-between}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item.edit{align-items:flex-start;background-color:#f3f3f3;border-radius:6px;flex-direction:column;padding:12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item.edit .action-buttons{width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item.edit .action-buttons .edit-btn{flex:1 1}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item .fee-data{display:flex;flex-direction:column;gap:2px;width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item .fee-data .inputs{display:flex;flex-direction:column;gap:8px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item .fee-data .inputs .row{align-items:center;display:flex;gap:8px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item .fee-data .inputs input,.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item .fee-data .inputs select{width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item .fee-data .description{color:#000f23;font-family:roboto;font-size:14px;font-weight:600}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item .fee-data .details{color:#5d5d5d;font-family:roboto;font-size:13px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item .action-buttons{align-items:center;display:flex;gap:8px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item .action-buttons .edit-btn{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;cursor:pointer;display:flex;gap:6px;height:32px;justify-content:center;padding:0 12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item .action-buttons .edit-btn:hover{opacity:.8}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item .action-buttons .cancel-btn{align-items:center;background-color:#bababa;border:none;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .fees-container .fee-item .action-buttons .cancel-btn:hover{opacity:.8}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .error-container{align-items:center;display:flex;justify-content:center}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .error-container .error-message{color:red;font-family:inter;font-size:14px;font-weight:500}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-footer{align-items:center;display:flex;gap:8px;width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;cursor:pointer;flex:1 1;font-family:inter;font-size:12px;font-weight:500;height:36px;padding:8px 16px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-footer button:hover{opacity:.9}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-footer .confirm-btn{align-items:center;background-color:var(--primary-color);border:none;color:#fff;display:flex;justify-content:center}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-footer .confirm-btn .loader{animation:spin 1s linear infinite;border:2px solid #99b7de;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-footer .confirm-btn.disabled{opacity:.5}@media(max-width:768px){.edit-category-dialog-overlay .edit-category-dialog{max-width:100vw;width:100%}.edit-category-dialog-overlay .edit-category-dialog .dialog-content{padding:16px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item.edit .award-inputs,.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item.edit .award-inputs .name-points-row{gap:12px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item.edit .award-inputs .name-points-row input[type=text]{font-size:14px;height:36px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item.edit .award-inputs .name-points-row input[type=number]{font-size:14px;height:36px;width:90px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item.edit .award-inputs .checkbox-container{margin-top:8px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item.edit .award-inputs .checkbox-container label{font-size:13px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-display{gap:6px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-display .name{font-size:15px}.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-display .ranking-points,.edit-category-dialog-overlay .edit-category-dialog .dialog-content .dialog-body .prizes-award-container .award-item .award-display .voting-status{font-size:13px}}.match-card{align-items:center;border:1px solid #e8e8e8;border-radius:8px;cursor:pointer;display:flex;gap:16px;height:fit-content;justify-content:space-between;padding:16px}.match-card:hover{border:1px solid var(--primary-color);opacity:.8}.match-card p{margin:0}.match-card .teams-container{border-right:1px solid #d1d1d1;display:flex;flex-direction:column;gap:8px;padding:12px 24px 12px 0;width:60%}.match-card .teams-container .team-container{align-items:center;display:flex;gap:8px;justify-content:space-between}.match-card .teams-container .team-container .team-name{color:#121212;font-family:roboto;font-size:13px;font-weight:600;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-card .teams-container .team-container .team-name.bold{color:#121212}.match-card .teams-container .team-container .team-name.light{color:#99a1af}.match-card .teams-container .team-container .row{align-items:center;display:flex;gap:18px}.match-card .teams-container .team-container .row .game-scores{align-items:center;display:flex;gap:8px}.match-card .teams-container .team-container .row .game-scores .game-score{color:#99a1af;font-family:inter;font-size:12px;text-align:center;width:12px}.match-card .teams-container .team-container .row .game-scores .game-score.bold{color:#121212;font-weight:600}.match-card .teams-container .team-container .row .team-score{color:#121212;font-family:roboto;font-size:14px;font-weight:600}.match-card .teams-container .team-container .row .team-score.bold{font-weight:700}.match-card .teams-container .team-container .row .team-score.light{color:#99a1af}.match-card .match-details{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:center;width:40%}.match-card .match-details .date{color:#121212}.match-card .match-details .date,.match-card .match-details .round{font-family:roboto;font-size:11px;font-weight:700;text-align:center}.match-card .match-details .round{color:var(--primary-color)}.match-card .match-details .venue{color:#8c8c8c;font-family:roboto;font-size:11px;font-weight:600;text-align:center}@media(max-width:768px){.match-card .teams-container .team-container .row .game-scores{display:none}}@media(min-width:769px){.match-card{height:fit-content;width:100%}.match-card .teams-container .team-container .team-name{max-width:120px}.match-card .match-details .date,.match-card .match-details .round,.match-card .match-details .venue{font-size:12px}}.tournament-category-detail .loader-container{align-items:center;display:flex;height:300px;justify-content:center}.tournament-category-detail .loader-container .loader{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.tournament-category-detail .main-content .back-btn-container{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:6px;margin-bottom:16px;padding:4px;width:fit-content}.tournament-category-detail .main-content .back-btn-container:hover{background-color:#e7effa}.tournament-category-detail .main-content .back-btn-container .back-btn-text{color:var(--primary-color);font-family:inter;font-size:14px;font-weight:500;line-height:20px;margin:0}.tournament-category-detail .main-content .title-container{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.tournament-category-detail .main-content .title-container .category-details-container{align-items:center;display:flex;gap:8px}.tournament-category-detail .main-content .title-container .category-details-container p{color:#5d5d5d;font-family:inter;font-size:14px;font-weight:500;margin:0;text-overflow:ellipsis;white-space:nowrap;width:fit-content}.tournament-category-detail .main-content .title-container .category-details-container .separator{background-color:#5d5d5d;border-radius:50%;height:4px;width:4px}.tournament-category-detail .main-content .title-container .category-name{color:#121212;font-family:roboto;font-size:28px;font-weight:600;margin:0}.tournament-category-detail .main-content .title-container .action-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:6px;position:relative}.tournament-category-detail .main-content .title-container .action-buttons select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #99b7de;border-radius:6px;color:#000f23;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;outline:none;padding:0 12px}.tournament-category-detail .main-content .title-container .action-buttons .status{border:none;width:200px}.tournament-category-detail .main-content .title-container .action-buttons .status.open{background-color:#d4eece;color:#114404}.tournament-category-detail .main-content .title-container .action-buttons .status.closed{background-color:#f8d7da;color:#842029}.tournament-category-detail .main-content .title-container .action-buttons .status.not-open{background-color:#f8edd0;color:#584107}.tournament-category-detail .main-content .title-container .action-buttons .status-display{align-items:center;border-radius:6px;display:flex;font-family:inter;font-size:14px;font-weight:500;height:40px;justify-content:center;padding:0 12px;width:200px}.tournament-category-detail .main-content .title-container .action-buttons .status-display.open{background-color:#d4eece;color:#114404}.tournament-category-detail .main-content .title-container .action-buttons .status-display.closed{background-color:#f8d7da;color:#842029}.tournament-category-detail .main-content .title-container .action-buttons .status-display.not-open{background-color:#f8edd0;color:#584107}.tournament-category-detail .main-content .title-container .action-buttons .edit-menu-container,.tournament-category-detail .main-content .title-container .action-buttons .options-menu-container{background-color:#fff;border:1px solid #99b7de;border-radius:6px;padding:6px 4px;position:absolute;right:0;top:42px;width:200px;z-index:3}.tournament-category-detail .main-content .title-container .action-buttons .edit-menu-container .menu-title,.tournament-category-detail .main-content .title-container .action-buttons .options-menu-container .menu-title{color:#020618;font-family:inter;font-size:12px;font-weight:600;margin:0 0 6px;padding:0 8px}.tournament-category-detail .main-content .title-container .action-buttons .edit-menu-container .menu-item,.tournament-category-detail .main-content .title-container .action-buttons .options-menu-container .menu-item{align-items:center;border-radius:6px;display:flex;gap:6px;padding:6px 8px}.tournament-category-detail .main-content .title-container .action-buttons .edit-menu-container .menu-item:hover,.tournament-category-detail .main-content .title-container .action-buttons .options-menu-container .menu-item:hover{background-color:#e7effa;cursor:pointer}.tournament-category-detail .main-content .title-container .action-buttons .edit-menu-container .menu-item p,.tournament-category-detail .main-content .title-container .action-buttons .options-menu-container .menu-item p{color:#020618;font-family:inter;font-size:12px;font-weight:400;margin:0}.tournament-category-detail .main-content .title-container .action-buttons .edit-menu-container{right:46px}.tournament-category-detail .main-content .title-container .action-buttons .options-button{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#020618;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.tournament-category-detail .main-content .title-container .action-buttons .options-button:hover{background-color:#e7effa}.tournament-category-detail .main-content .title-container .action-buttons .edit-button{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#020618;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:6px;height:40px;justify-content:center;padding:8px 16px}.tournament-category-detail .main-content .title-container .action-buttons .edit-button:hover{background-color:#e7effa}.tournament-category-detail .main-content .title-container .action-buttons .export-button{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;display:flex;flex:1 1;font-family:inter;font-size:13px;font-weight:500;gap:8px;height:40px;justify-content:center;padding:8px 16px}.tournament-category-detail .main-content .title-container .action-buttons .export-button:hover{cursor:pointer;opacity:.9}.tournament-category-detail .main-content .title-container .action-buttons .publish-arena-button{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#020618;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:6px;height:40px;justify-content:center;padding:8px 24px}.tournament-category-detail .main-content .title-container .action-buttons .publish-arena-button:hover{background-color:#e7effa}.tournament-category-detail .main-content .category-info-container{align-items:center;border:1px solid #e8e8e8;border-radius:12px;display:flex;flex-wrap:wrap;gap:16px;padding:16px}.tournament-category-detail .main-content .category-info-container .info-container{align-items:center;display:flex;gap:8px}.tournament-category-detail .main-content .category-info-container .info-container p{color:#121212;font-family:roboto;font-size:14px;line-height:18px;margin:0}.tournament-category-detail .main-content .tournament-category-data .tabs-container{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;margin-top:12px;overflow-x:auto;white-space:nowrap}.tournament-category-detail .main-content .tournament-category-data .tabs-container .tab{cursor:pointer;display:flex;flex:0 0 auto;gap:8px;padding:12px 16px}.tournament-category-detail .main-content .tournament-category-data .tabs-container .tab:hover{opacity:.8}.tournament-category-detail .main-content .tournament-category-data .tabs-container .tab.active{border-bottom:2px solid #5d5d5d}.tournament-category-detail .main-content .tournament-category-data .tabs-container .tab p{color:#121212;font-family:roboto;font-size:14px;line-height:18px;margin:0}.tournament-category-detail .main-content .tournament-category-data .tabs-container .tab .count-container{background-color:#e8e8e8;border-radius:1000px;gap:8px;padding:0 10px}.tournament-category-detail .main-content .tournament-category-data .tabs-container .tab .count-container p{color:#5d5d5d;font-family:inter;font-size:12px;font-weight:600;margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content{display:flex;flex:1 1;flex-direction:column}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container{align-items:center;display:flex;gap:8px;justify-content:space-between;margin:12px 0}@media(max-width:768px){.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container{align-items:stretch;flex-direction:column;gap:12px}}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .selected-count{text-wrap:nowrap;color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .showing-text{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .table-header-left{display:flex;flex:1 1;flex-direction:column;gap:12px}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .selection-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .filter-section{align-items:center;display:flex;gap:8px}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .table-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:6px}@media(max-width:768px){.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .table-buttons{align-items:stretch;flex-direction:column;gap:8px;width:100%}}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .table-buttons .cancel-button{align-items:center;background-color:#e8e8e8;border:none;border-radius:6px;color:#121212;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:600;gap:6px;line-height:18px;padding:8px 16px;white-space:nowrap}@media(max-width:768px){.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .table-buttons .cancel-button{font-size:14px;justify-content:center;padding:12px 16px}}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .table-buttons .cancel-button:hover{opacity:.9}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .table-buttons .contacts-button{align-items:center;background-color:#e7f3ff;border:none;border-radius:6px;color:#1e40af;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:600;gap:6px;line-height:18px;padding:8px 16px;transition:all .2s ease;white-space:nowrap}@media(max-width:768px){.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .table-buttons .contacts-button{font-size:14px;justify-content:center;padding:12px 16px}}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .table-buttons .contacts-button:hover{background-color:#dbeafe;opacity:.9}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .table-buttons .confirm-button{text-wrap:nowrap;align-items:center;background-color:#d4eece;border:none;border-radius:6px;color:#114404;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:600;gap:6px;line-height:18px;padding:8px 16px}@media(max-width:768px){.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .table-buttons .confirm-button{font-size:14px;justify-content:center;padding:12px 16px}}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .table-buttons .confirm-button:hover{opacity:.9}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .filter-button{align-items:center;background-color:#fff;border:none;border-radius:6px;color:#020618;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:6px;line-height:18px;padding:8px 16px}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .filter-button .filter-count{align-items:center;background-color:var(--primary-color);border:1px solid var(--primary-color);border-radius:12px;display:flex;gap:8px;justify-content:center;padding:2px 10px}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .filter-button .filter-count p{color:#e7effa;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-header-container .filter-button:hover{background-color:#e6e6e6;cursor:pointer}.tournament-category-detail .main-content .tournament-category-data .tab-content .search-container{margin-bottom:32px}.tournament-category-detail .main-content .tournament-category-data .tab-content .search-container .search-input-wrapper{max-width:600px;position:relative;width:100%}@media(max-width:768px){.tournament-category-detail .main-content .tournament-category-data .tab-content .search-container .search-input-wrapper{max-width:100%}}.tournament-category-detail .main-content .tournament-category-data .tab-content .search-container .search-input-wrapper .search-input{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-family:inter;font-size:14px;height:44px;padding:12px 44px;transition:border-color .2s ease;width:100%}.tournament-category-detail .main-content .tournament-category-data .tab-content .search-container .search-input-wrapper .search-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.tournament-category-detail .main-content .tournament-category-data .tab-content .search-container .search-input-wrapper .search-input::placeholder{color:#64748b}.tournament-category-detail .main-content .tournament-category-data .tab-content .search-container .search-input-wrapper svg:first-child{left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.tournament-category-detail .main-content .tournament-category-data .tab-content .search-container .search-input-wrapper .clear-search{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:32px;top:50%;transform:translateY(-50%)}.tournament-category-detail .main-content .tournament-category-data .tab-content .search-container .search-input-wrapper .clear-search:hover{background-color:#f1f5f9}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container{height:70vh;overflow-x:auto;position:relative;width:100%;z-index:1}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container .players-table td:nth-child(2),.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container .players-table th:nth-child(2){background:#fff;left:40px;min-width:150px;position:sticky;z-index:2}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container .players-table th:nth-child(2){background:#fafafa;top:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table{border-collapse:collapse;width:100%}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table .status-container{background-color:#e8e8e8;border-radius:1000px;gap:8px;padding:2px 10px;width:fit-content}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table .status-container.pending{background-color:#f8edd0}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table .status-container.canceled{background-color:#ffe0e0}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table .status-container.confirmed{background-color:#d4eece}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table .status-container p{color:#121212;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table .status-container p.pending{color:#584107}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table .status-container p.canceled{color:#a10000}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table .status-container p.confirmed{color:#114404}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table .checkbox-container{align-items:center;border:1px solid gray;border-radius:4px;cursor:pointer;display:flex;height:16px;justify-content:center;width:16px}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table .checkbox-container .checkbox{background-color:var(--primary-color);border-radius:2px;height:11px;width:11px}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table thead{left:0;position:sticky;top:0;z-index:3}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table th{background-color:#fafafa;color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:700;gap:8px;line-height:18px;padding:12px;text-align:left;text-transform:uppercase;white-space:nowrap}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table td{border-bottom:1px solid #99b7de;color:#020618;font-family:inter;font-size:14px;font-weight:400;gap:8px;line-height:20px;padding:12px;white-space:nowrap}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table td.sticky-dots,.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table th.sticky-header{max-width:50px;min-width:50px;position:sticky;right:0;text-align:center}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table td.sticky-dots{background-color:#fff;cursor:pointer;overflow:visible;padding:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table td.sticky-dots.active-menu{z-index:4}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table td.sticky-dots .menu-container{background:#fff;border-radius:4px;box-shadow:0 4px 12px #0000001a;position:absolute;right:0;width:240px;z-index:10}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table td.sticky-dots .menu-container .menu-name-container{align-items:center;border-bottom:1px solid #f0f0f0;border-radius:2px;display:flex;gap:8px;padding:10px 8px}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table td.sticky-dots .menu-container .menu-name-container .name{color:var(--primary-color);font-family:inter;font-size:13px;font-weight:500;line-height:16px;margin:0;text-transform:capitalize}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table td.sticky-dots .menu-container .menu-item{align-items:center;border-radius:2px;cursor:pointer;display:flex;gap:8px;padding:6px 8px}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table td.sticky-dots .menu-container .menu-item p{color:#020618;font-family:inter;font-size:13px;line-height:20px;margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table td.sticky-dots .menu-container .menu-item:hover{background-color:#f5f5f5}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table td:first-child,.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table th:first-child{background:#fff;left:0;min-width:40px;position:sticky;z-index:2}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table td:last-child,.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table th:last-child{background:#fff;position:sticky;right:0;z-index:1}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table th:first-child,.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table th:last-child{background:#fafafa;top:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table tbody tr:hover{cursor:pointer}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .card{background-color:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:20px}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .format-detail-container{align-items:center;display:flex;flex-wrap:wrap;gap:16px;width:100%}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .format-detail-container .format-detail-item{width:30%}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .format-detail-container .format-detail-item label{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .format-detail-container .format-detail-item .value{color:#121212;font-family:roboto;font-size:13px;font-weight:600;margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .team-restrictions-container{align-items:center;display:flex;flex-wrap:wrap;gap:16px;width:100%}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .team-restrictions-container .team-restriction-item{width:30%}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .team-restrictions-container .team-restriction-item label{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .team-restrictions-container .team-restriction-item .value{color:#121212;font-family:roboto;font-size:13px;font-weight:600;margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container{display:flex;flex-wrap:wrap;gap:12px;width:100%}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .prizes-container{display:flex;flex:1 1;flex-direction:column;gap:16px}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .prizes-container p{margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .prizes-container .card-title{color:#121212;font-family:roboto;font-size:12px;font-weight:700;text-transform:uppercase}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .prizes-container .prize-item{align-items:center;display:flex;gap:8px}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .prizes-container .prize-item .prize-data .rank{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .prizes-container .prize-item .prize-data .value{color:#121212;font-family:roboto;font-size:14px;font-weight:600}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .prizes-container .prize-item .prize-data .ranking-points{color:#6b7280;font-family:roboto;font-size:12px;font-weight:500;margin-top:4px}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .prizes-container .prize-item .prize-data .ranking-points-badge{background-color:#e7effa;border:1px solid var(--primary-color);border-radius:6px;color:var(--primary-color);display:inline-block;font-family:inter;font-size:11px;font-weight:600;margin-left:8px;padding:4px 10px;transition:all .2s ease}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .prizes-container .prize-item .prize-data .ranking-points-badge:hover{background-color:var(--primary-color);box-shadow:0 2px 4px #004aad33;color:#fff;transform:translateY(-1px)}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .fees-container{display:flex;flex:1 1;flex-direction:column;flex-shrink:0;gap:16px}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .fees-container .card-title{color:#121212;font-family:roboto;font-size:12px;font-weight:700;text-transform:uppercase}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .fees-container p{margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .fees-container .fee-item{align-items:center;display:flex;justify-content:space-between}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .fees-container .fee-item label{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .fees-container .fee-item .value{color:#121212;font-family:roboto;font-size:14px;font-weight:600}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container{display:flex;flex:1 1;flex-direction:column;gap:16px}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-loading{align-items:center;animation:spin 1s linear infinite;display:flex;height:100%;justify-content:center}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container p{margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .card-title{color:#121212;font-family:roboto;font-size:12px;font-weight:700;text-transform:uppercase}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-item{align-items:center;display:flex;gap:6px;position:relative}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-item .award-content{display:flex;flex-direction:column;gap:12px;width:100%}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-item .award-content .award-header{align-items:center;display:flex;justify-content:space-between}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-item .award-content .award-header .award-name-container{display:flex;flex-direction:column;gap:4px}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-item .award-content .award-header .award-name-container .name{color:#5d5d5d;font-family:inter;font-size:12px;font-weight:400}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-item .award-content .award-header .award-name-container .player-name{color:#121212;font-family:inter;font-size:14px;font-weight:600}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-item .award-content .award-header .input-wrapper{align-items:center;display:flex;gap:8px;position:relative}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-item .award-content .award-header .input-wrapper .award-input{background-color:#fff;border:1px solid #99b7de;border-radius:6px;font-family:inter;font-size:14px;gap:8px;height:40px;padding:8px 12px}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-item .award-content .award-header .input-wrapper .player-suggestions{background:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 4px 10px #0000000d;left:0;margin-top:4px;max-height:160px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:5}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-item .award-content .award-header .input-wrapper .player-suggestions .suggestion{color:#333;cursor:pointer;font-size:13px;padding:8px 12px}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-item .award-content .award-header .input-wrapper .player-suggestions .suggestion:hover{background:#f2f2f2}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-item .award-content .award-header .input-wrapper .player-suggestions .no-results{color:#999;font-size:13px;font-style:italic;padding:8px 12px}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-item .award-content .award-header .edit-btn{background-color:#e8e8e8;border:none;border-radius:6px;color:#121212;cursor:pointer;padding:8px 12px}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .awards-container .award-item .award-content .award-header .edit-btn:hover{opacity:.9}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container{display:flex;gap:16px;margin-top:16px;min-height:400px}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .card{border:1px solid #e8e8e8;border-radius:8px;gap:24px;height:100%}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-left{display:flex;flex:1 1;flex-direction:column;gap:16px}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-left select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #99b7de;border-radius:6px;color:#000f23;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;outline:none;padding:0 12px;width:100%}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-left .stage-details-card{display:flex;flex-direction:column;gap:16px;padding:12px 16px}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-left .stage-details-card .title{color:#121212;font-family:roboto;font-size:16px;font-weight:700}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-left .stage-details-card p{margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-left .stage-details-card .stage-details-content{display:flex;flex-direction:column;gap:16px;padding:8px 0}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-left .stage-details-card .stage-details-content .value-container{display:flex;flex-direction:column;gap:4px}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-left .stage-details-card .stage-details-content .value-container label{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-left .stage-details-card .stage-details-content .value-container .value{color:#121212;font-family:roboto;font-size:13px;font-weight:600}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-left .round-overview-button{align-items:center;background-color:#e7effa;border:none;border-radius:6px;color:#000f23;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:600;gap:6px;height:40px;justify-content:center;padding:8px 16px}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-left .round-overview-button.disabled{cursor:default;opacity:.5}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-left .round-overview-button:hover:not(.disabled){opacity:.9}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right{flex:2.5 1}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container{max-height:450px;overflow:auto;padding:0 24px}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .loading-container{align-items:center;display:flex;height:40vh;justify-content:center}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .loading-container .loading-spinner{animation:spin 1s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:2.5rem;width:2.5rem}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-header{align-items:center;background-color:#fff;display:flex;gap:8px;padding:16px 0;position:sticky;top:0;z-index:2}@media(max-width:768px){.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-header{align-items:stretch;display:flex!important;flex-direction:column!important;gap:8px;padding:16px 0}}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-header .matches-header-button{background-color:#fff;border:1px solid #e8e8e8;border-radius:6px;color:#020618;cursor:pointer;flex:1 1;font-family:inter;font-size:12px;font-weight:500;gap:8px;padding:10px 24px}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-header .matches-header-button:hover{opacity:.9}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-header .matches-header-button.active{background-color:#e7effa;border:1.5px solid #99b7de;font-weight:600}@media(max-width:768px){.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-header .matches-header-button{align-items:center;border-radius:8px;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;min-height:48px;padding:12px 16px;width:100%!important}}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-header .complete-bracket-button{align-items:center;background-color:#004aad;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:12px;font-weight:500;gap:6px;padding:10px 16px;white-space:nowrap}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-header .complete-bracket-button:hover{background-color:#003d8f}@media(max-width:768px){.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-header .complete-bracket-button{align-items:center;border-radius:8px;display:flex;font-size:12px;font-weight:600;gap:8px;justify-content:center;min-height:48px;padding:12px 16px;width:100%!important}}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-content{display:flex;flex-wrap:wrap;gap:16px;overflow-y:scroll;padding-bottom:16px}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-content .match-card{width:49%}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-content .empty-state{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:center;padding:150px 0;width:100%}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-content .empty-state p{margin:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-content .empty-state .title{color:#121212;font-family:roboto;font-size:16px;font-weight:600}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .empty-state{align-items:center;display:flex;flex-direction:column;gap:8px;height:100%;justify-content:center;padding:24px;text-align:center}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .empty-state .title{color:#121212;font-family:roboto;font-size:20px;font-weight:600;margin:0 0 4px}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .empty-state .subtitle{color:#121212;font-family:roboto;font-size:14px;margin:0 0 16px;max-width:500px;text-align:center}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .empty-state .create-schedule-button{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:600;gap:6px;height:40px;justify-content:center;margin-top:8px;padding:8px 16px}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .empty-state .create-schedule-button:hover{opacity:.9}.tournament-category-detail .main-content .tournament-category-data .tab-content .empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}@media(max-width:768px){.tournament-category-detail .main-content .tournament-category-data .tab-content .empty-state{padding:40px 16px}}.tournament-category-detail .main-content .tournament-category-data .tab-content .empty-state .title{color:#121212;font-family:roboto;font-size:20px;font-weight:600;line-height:24px;margin:0 0 8px}@media(max-width:768px){.tournament-category-detail .main-content .tournament-category-data .tab-content .empty-state .title{font-size:18px}}.tournament-category-detail .main-content .tournament-category-data .tab-content .empty-state .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;line-height:20px;margin:0;max-width:400px}@media(max-width:768px){.tournament-category-detail .main-content .tournament-category-data .tab-content .empty-state .subtitle{font-size:13px}}.payment-status-btn{align-items:center!important;background:none!important;border:1px solid #d1d5db!important;border-radius:6px!important;box-sizing:border-box!important;color:inherit!important;cursor:pointer!important;display:flex!important;font-family:inter!important;font-size:13px!important;font-weight:500!important;gap:6px!important;justify-content:center!important;margin:0!important;min-width:120px!important;outline:none!important;padding:8px 16px!important;text-decoration:none!important;transition:all .2s ease!important}.payment-status-btn:hover{background-color:#f9fafb!important;box-shadow:0 2px 4px #0000001a!important;transform:translateY(-1px)!important}.payment-status-btn:active{transform:translateY(0)!important}.payment-status-btn:disabled{box-shadow:none!important;cursor:not-allowed!important;opacity:.6!important;transform:none!important}.payment-status-btn.paid{background-color:#f0fdf4!important;border-color:#10b981!important;color:#10b981!important}.payment-status-btn.paid:hover{background-color:#dcfce7!important;border-color:#16a34a!important}.payment-status-btn.unpaid{background-color:#fffbeb!important;border-color:#f59e0b!important;color:#f59e0b!important}.payment-status-btn.unpaid:hover{background-color:#fef3c7!important;border-color:#d97706!important}.payment-status-btn .spinning{animation:spin 1s linear infinite!important}.payment-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.payment-modal-overlay .payment-modal{background:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}.payment-modal-overlay .payment-modal .payment-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.payment-modal-overlay .payment-modal .payment-modal-header h3{color:#121212;font-family:roboto;font-size:18px;font-weight:600;margin:0}.payment-modal-overlay .payment-modal .payment-modal-header .close-btn{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:all .2s ease}.payment-modal-overlay .payment-modal .payment-modal-header .close-btn:hover{background-color:#f3f4f6}.payment-modal-overlay .payment-modal .payment-modal-content{padding:24px}.payment-modal-overlay .payment-modal .payment-modal-content .bulk-payment-info{background-color:#f0f9ff;border:1px solid #0ea5e9;border-radius:6px;margin-bottom:20px;padding:12px}.payment-modal-overlay .payment-modal .payment-modal-content .bulk-payment-info p{color:#0369a1;font-family:inter;font-size:14px;line-height:1.5;margin:0}.payment-modal-overlay .payment-modal .payment-modal-content .bulk-payment-info p strong{color:#0c4a6e}.payment-modal-overlay .payment-modal .payment-modal-content .form-group{margin-bottom:20px}.payment-modal-overlay .payment-modal .payment-modal-content .form-group label{color:#374151;display:block;font-family:inter;font-size:14px;font-weight:500;margin-bottom:8px}.payment-modal-overlay .payment-modal .payment-modal-content .form-group input,.payment-modal-overlay .payment-modal .payment-modal-content .form-group select,.payment-modal-overlay .payment-modal .payment-modal-content .form-group textarea{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-family:inter;font-size:14px;padding:10px 12px;transition:border-color .2s ease;width:100%}.payment-modal-overlay .payment-modal .payment-modal-content .form-group input:focus,.payment-modal-overlay .payment-modal .payment-modal-content .form-group select:focus,.payment-modal-overlay .payment-modal .payment-modal-content .form-group textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #004aad1a;outline:none}.payment-modal-overlay .payment-modal .payment-modal-content .form-group input::placeholder,.payment-modal-overlay .payment-modal .payment-modal-content .form-group select::placeholder,.payment-modal-overlay .payment-modal .payment-modal-content .form-group textarea::placeholder{color:#9ca3af}.payment-modal-overlay .payment-modal .payment-modal-content .form-group textarea{min-height:80px;resize:vertical}.payment-modal-overlay .payment-modal .payment-modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.payment-modal-overlay .payment-modal .payment-modal-footer .cancel-btn{background:none;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-family:inter;font-size:14px;font-weight:500;padding:10px 16px;transition:all .2s ease}.payment-modal-overlay .payment-modal .payment-modal-footer .cancel-btn:hover{background-color:#f9fafb}.payment-modal-overlay .payment-modal .payment-modal-footer .confirm-btn{align-items:center;background-color:var(--primary-color);border:1px solid var(--primary-color);border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s ease}.payment-modal-overlay .payment-modal .payment-modal-footer .confirm-btn:hover{background-color:#003d8f}.payment-modal-overlay .payment-modal .payment-modal-footer .confirm-btn:disabled{cursor:not-allowed;opacity:.6}.payment-modal-overlay .payment-modal .payment-modal-footer .confirm-btn .spinning{animation:spin 1s linear infinite}@media(max-width:768px){.tournament-category-detail .main-content .winners-content{padding:0 10px}.tournament-category-detail .main-content .winners-content .winners-list{gap:16px}.tournament-category-detail .main-content .winners-content .winners-list .winner-card{padding:16px}.tournament-category-detail .main-content .winners-content .winners-list .winner-card .winner-details{flex-direction:column;gap:12px}.tournament-category-detail .main-content .winners-content .winners-list .winner-card .winner-details .prize-awarded .awarded-prize{text-align:left}.tournament-category-detail .main-content .title-container{flex-direction:column;gap:10px}.tournament-category-detail .main-content .title-container .action-buttons,.tournament-category-detail .main-content .title-container .action-buttons .status{width:100%}.tournament-category-detail .main-content .title-container .action-buttons .status-display{flex:1 1;min-width:0;width:auto}.tournament-category-detail .main-content .title-container .action-buttons .edit-button{flex:1 1;justify-content:center}.tournament-category-detail .main-content .title-container .action-buttons .edit-menu-container{left:0}.tournament-category-detail .main-content .title-container .category-name{font-size:20px}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right{flex:2 1}.tournament-category-detail .main-content .tournament-category-data .tab-content .arena-container .arena-right .matches-container .matches-header .matches-header-button{font-size:10px}.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table td:first-child,.tournament-category-detail .main-content .tournament-category-data .tab-content .table-container table th:first-child{min-width:0}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .format-detail-container .format-detail-item,.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .team-restrictions-container .team-restriction-item{width:45%}.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .fees-container,.tournament-category-detail .main-content .tournament-category-data .tab-content .category-details .logistics-container .prizes-container{flex:none;width:100%}}@media(max-width:600px){.tournament-category-detail .tournament-category-data .tab-content .arena-container{flex-direction:column}}@media(max-width:1000px){.tournament-category-detail .tournament-category-data .tab-content .arena-container .arena-right .matches-container .match-card{width:100%!important}}.winners-content{margin:20px 0;padding:0 20px}.winners-content .winners-filters{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.winners-content .winners-filters .filter-buttons{display:flex;flex-wrap:wrap;gap:12px}.winners-content .winners-filters .filter-btn{background:none;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;font-family:inter;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.winners-content .winners-filters .filter-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.winners-content .winners-filters .filter-btn.active{background-color:#e0f2fe;border-color:var(--primary-color);color:var(--primary-color);font-weight:600}.winners-content .winners-filters .filter-btn.active:hover{background-color:#b3e5fc}.winners-content .winners-filters .bulk-payment-btn{align-items:center;background-color:var(--primary-color);border:1px solid var(--primary-color);border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s ease}.winners-content .winners-filters .bulk-payment-btn:hover:not(:disabled){background-color:#003d8f;border-color:#003d8f}.winners-content .winners-filters .bulk-payment-btn:active:not(:disabled){background-color:#002d6b}.winners-content .winners-filters .bulk-payment-btn:disabled{cursor:not-allowed;opacity:.6}.winners-content .winners-filters .bulk-payment-btn svg{height:16px;width:16px}@media(max-width:768px){.winners-content .winners-filters{align-items:stretch;flex-direction:column;gap:12px}.winners-content .winners-filters .filter-buttons{display:flex;flex-direction:column;gap:8px;width:100%}.winners-content .winners-filters .bulk-payment-btn,.winners-content .winners-filters .filter-buttons .filter-btn{font-size:15px;justify-content:center;padding:12px 16px;width:100%}}.winners-content .winners-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}@media(max-width:768px){.winners-content .winners-list{gap:16px;grid-template-columns:1fr}}.winners-content .winners-list .winner-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:20px}.winners-content .winners-list .winner-card .winner-header{align-items:center;display:flex;gap:16px}.winners-content .winners-list .winner-card .winner-header .winner-rank{width:100%}.winners-content .winners-list .winner-card .winner-header .winner-rank h3{color:#121212;font-family:roboto;font-size:20px;font-weight:600;margin:0 0 4px}.winners-content .winners-list .winner-card .winner-header .winner-rank .prize-info{color:#5d5d5d;font-family:inter;font-size:14px;font-weight:500;margin:0}.winners-content .winners-list .winner-card .winner-details{align-items:flex-start;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding-top:16px}.winners-content .winners-list .winner-card .winner-details .winner-info h4{color:#121212;font-family:roboto;font-size:18px;font-weight:600;margin:0 0 8px}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info{display:flex;flex-direction:column;gap:4px}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p{color:#5d5d5d;font-family:inter;font-size:14px;font-weight:400;margin:0}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p strong{color:#121212}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p.phone-number-container{align-items:center;display:flex;gap:8px}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p.phone-number-container .copy-phone-btn{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:all .2s ease}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p.phone-number-container .copy-phone-btn:hover{background-color:#f3f4f6}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p.phone-number-container .copy-phone-btn:active{transform:scale(.95)}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-top:12px;padding:12px}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-info{margin-bottom:12px}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-info .payment-status-text{align-items:center;color:#374151;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:8px;margin:0 0 12px}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-info .payment-status-text .status{align-items:center;border-radius:20px;display:inline-flex;font-size:11px;font-weight:600;gap:4px;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-info .payment-status-text .status:before{border-radius:50%;content:"";display:inline-block;height:6px;width:6px}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-info .payment-status-text .status.paid{background-color:#dcfce7;border:1px solid #bbf7d0;color:#166534}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-info .payment-status-text .status.paid:before{background-color:#16a34a}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-info .payment-status-text .status.unpaid{background-color:#fef3c7;border:1px solid #fde68a;color:#92400e}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-info .payment-status-text .status.unpaid:before{background-color:#f59e0b}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-info .payment-detail{align-items:center;color:#64748b;display:flex;font-family:inter;font-size:13px;font-weight:400;gap:6px;margin:0 0 6px}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-info .payment-detail strong{color:#374151;min-width:60px}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-info .payment-detail:last-child{margin-bottom:0}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-status-btn{align-items:center!important;background:none!important;border:1px solid #d1d5db!important;border-radius:6px!important;box-sizing:border-box!important;color:inherit!important;cursor:pointer!important;display:flex!important;font-family:inter!important;font-size:13px!important;font-weight:500!important;gap:6px!important;justify-content:center!important;margin:0!important;min-width:120px!important;outline:none!important;padding:8px 16px!important;text-decoration:none!important;transition:all .2s ease!important}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-status-btn:hover{background-color:#f9fafb!important;box-shadow:0 2px 4px #0000001a!important;transform:translateY(-1px)!important}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-status-btn:active{transform:translateY(0)!important}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-status-btn:disabled{box-shadow:none!important;cursor:not-allowed!important;opacity:.6!important;transform:none!important}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-status-btn.paid{background-color:#f0fdf4!important;border-color:#10b981!important;color:#10b981!important}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-status-btn.paid:hover{background-color:#dcfce7!important;border-color:#16a34a!important}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-status-btn.unpaid{background-color:#fffbeb!important;border-color:#f59e0b!important;color:#f59e0b!important}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-status-btn.unpaid:hover{background-color:#fef3c7!important;border-color:#d97706!important}.winners-content .winners-list .winner-card .winner-details .winner-info .captain-info p .payment-status .payment-status-btn .spinning{animation:spin 1s linear infinite!important}.winners-content .winners-list .winner-card .winner-details .prize-awarded .awarded-prize{color:var(--primary-color);font-family:roboto;font-size:16px;font-weight:600;margin:0;text-align:right}.winners-content .empty-winners{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.winners-content .empty-winners p{color:#9ca3af;font-family:inter;font-size:16px;font-weight:500;margin:16px 0 0}.tournament-category-detail .voting-content{padding:24px 0 0}@media(max-width:768px){.tournament-category-detail .voting-content{padding:16px 0 0}}.tournament-category-detail .voting-content .voting-header{align-items:flex-start;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-header{flex-direction:column;gap:12px;margin-bottom:16px}}.tournament-category-detail .voting-content .voting-header .voting-title h3{color:#121212;font-family:roboto;font-size:20px;font-weight:600;margin:0 0 4px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-header .voting-title h3{font-size:18px}}.tournament-category-detail .voting-content .voting-header .voting-title p{color:#5d5d5d;font-family:inter;font-size:14px;margin:0}.tournament-category-detail .voting-content .voting-header .create-voting-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s ease}@media(max-width:768px){.tournament-category-detail .voting-content .voting-header .create-voting-btn{font-size:14px;justify-content:center;padding:12px 16px;width:100%}}.tournament-category-detail .voting-content .voting-header .create-voting-btn:hover{background-color:#003d8f;opacity:.9}.tournament-category-detail .voting-content .voting-sessions-list{display:flex;flex-direction:column;gap:12px}.tournament-category-detail .voting-content .voting-session-card{background-color:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:16px;transition:all .2s ease}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card{padding:12px}}.tournament-category-detail .voting-content .voting-session-card:hover{border-color:#99b7de}.tournament-category-detail .voting-content .voting-session-card .session-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .session-header{flex-direction:column;gap:12px}}.tournament-category-detail .voting-content .voting-session-card .session-header .session-info{flex:1 1}.tournament-category-detail .voting-content .voting-session-card .session-header .session-info h4{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0 0 6px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .session-header .session-info h4{font-size:14px}}.tournament-category-detail .voting-content .voting-session-card .session-header .session-info .session-details{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .session-header .session-info .session-details{gap:6px}}.tournament-category-detail .voting-content .voting-session-card .session-header .session-info .session-details .status{border-radius:1000px;font-family:inter;font-size:12px;font-weight:600;padding:2px 8px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .session-header .session-info .session-details .status{font-size:11px;padding:2px 6px}}.tournament-category-detail .voting-content .voting-session-card .session-header .session-info .session-details .status.open{background-color:#d4eece;color:#114404}.tournament-category-detail .voting-content .voting-session-card .session-header .session-info .session-details .status.closed{background-color:#f8d7da;color:#842029}.tournament-category-detail .voting-content .voting-session-card .session-header .session-info .session-details .voter-type{background-color:#e8e8e8;border-radius:1000px;color:#5d5d5d;font-family:inter;font-size:12px;padding:2px 8px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .session-header .session-info .session-details .voter-type{font-size:11px;padding:2px 6px}}.tournament-category-detail .voting-content .voting-session-card .session-header .session-info .session-details .created-date{color:#5d5d5d;font-family:inter;font-size:12px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .session-header .session-info .session-details .created-date{font-size:11px}}.tournament-category-detail .voting-content .voting-session-card .session-header .session-actions{display:flex;gap:6px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .session-header .session-actions{gap:4px;justify-content:space-between;width:100%}}.tournament-category-detail .voting-content .voting-session-card .session-header .session-actions button{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#020618;cursor:pointer;display:flex;font-family:inter;font-size:12px;font-weight:500;gap:4px;padding:6px 12px;transition:all .2s ease}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .session-header .session-actions button{flex:1 1;font-size:11px;justify-content:center;min-height:36px;padding:8px 6px}}.tournament-category-detail .voting-content .voting-session-card .session-header .session-actions button:hover{background-color:#e7effa;opacity:.9}.tournament-category-detail .voting-content .voting-session-card .session-header .session-actions button.toggle-btn.open{background-color:#d4eece;border-color:#d4eece;color:#114404}.tournament-category-detail .voting-content .voting-session-card .session-header .session-actions button.toggle-btn.open:hover{background-color:#c4e6c4}.tournament-category-detail .voting-content .voting-session-card .session-header .session-actions button.toggle-btn.close{background-color:#f8d7da;border-color:#f8d7da;color:#842029}.tournament-category-detail .voting-content .voting-session-card .session-header .session-actions button.toggle-btn.close:hover{background-color:#f5c6c6}.tournament-category-detail .voting-content .voting-session-card .session-header .session-actions button.edit-btn:hover{background-color:#e7effa;border-color:var(--primary-color);color:var(--primary-color)}.tournament-category-detail .voting-content .voting-session-card .session-header .session-actions button.delete-btn:hover{background-color:#f8d7da;border-color:#f8d7da;color:#842029}.tournament-category-detail .voting-content .voting-session-card .session-rules{border-top:1px solid #e8e8e8;display:flex;gap:16px;padding-top:12px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .session-rules{flex-direction:column;gap:8px}}.tournament-category-detail .voting-content .voting-session-card .session-rules .rule-item{align-items:center;display:flex;gap:6px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .session-rules .rule-item{justify-content:space-between}}.tournament-category-detail .voting-content .voting-session-card .session-rules .rule-item .rule-label{color:#5d5d5d;font-family:inter;font-size:12px;font-weight:500}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .session-rules .rule-item .rule-label{font-size:11px}}.tournament-category-detail .voting-content .voting-session-card .session-rules .rule-item .rule-value{font-family:inter;font-size:12px;font-weight:600}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .session-rules .rule-item .rule-value{font-size:11px}}.tournament-category-detail .voting-content .voting-session-card .session-rules .rule-item .rule-value.allowed{color:#114404}.tournament-category-detail .voting-content .voting-session-card .session-rules .rule-item .rule-value.not-allowed{color:#842029}.tournament-category-detail .voting-content .voting-session-card .voting-results{border-top:1px solid #e8e8e8;margin-top:16px;padding-top:16px}.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header{align-items:flex-start;flex-direction:column;gap:8px}}.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header .results-title-section{align-items:center;display:flex;gap:8px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header .results-title-section{align-items:flex-start;flex-direction:column;gap:6px}}.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header .results-title-section h4{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header .results-title-section h4{font-size:14px}}.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header .results-actions{align-items:center;display:flex;gap:6px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header .results-actions{flex-direction:column;gap:4px;width:100%}}.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header .results-actions .assign-awards-btn{align-items:center;background-color:var(--primary-color);border:1px solid var(--primary-color);border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:12px;font-weight:500;gap:4px;padding:6px 12px;transition:all .2s ease}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header .results-actions .assign-awards-btn{font-size:13px;justify-content:center;padding:8px 12px;width:100%}}.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header .results-actions .assign-awards-btn:hover:not(:disabled){background-color:#003d8f;border-color:#003d8f;opacity:.9}.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header .results-actions .assign-awards-btn:disabled{cursor:not-allowed;opacity:.6}.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header .results-actions .refresh-results-btn{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#020618;cursor:pointer;display:flex;font-family:inter;font-size:12px;font-weight:500;gap:4px;padding:6px 12px;transition:all .2s ease}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header .results-actions .refresh-results-btn{font-size:13px;justify-content:center;padding:8px 12px;width:100%}}.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header .results-actions .refresh-results-btn:hover:not(:disabled){background-color:#e7effa;opacity:.9}.tournament-category-detail .voting-content .voting-session-card .voting-results .results-header .results-actions .refresh-results-btn:disabled{cursor:not-allowed;opacity:.6}.tournament-category-detail .voting-content .voting-session-card .voting-results .results-loading{align-items:center;display:flex;flex-direction:column;gap:12px;padding:20px;text-align:center}.tournament-category-detail .voting-content .voting-session-card .voting-results .results-loading p{color:#6b7280;font-size:14px;margin:0}.tournament-category-detail .voting-content .voting-session-card .voting-results .results-list{display:flex;flex-direction:column;gap:12px}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;padding:20px;transition:all .2s ease}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card:hover{background-color:#f3f4f6;border-color:#d1d5db}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .award-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .award-header{align-items:flex-start;flex-direction:column;gap:8px}}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .award-header h5{color:#004aad;font-family:Inter,sans-serif;font-size:18px;font-weight:700;letter-spacing:.025em;margin:0}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .award-header h5{font-size:16px}}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .award-header .total-votes{background-color:#e5e7eb;border-radius:6px;color:#6b7280;font-size:14px;font-weight:500;padding:6px 12px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .award-header .total-votes{font-size:13px}}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .award-results{display:flex;flex-direction:column;gap:12px}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .result-item{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;justify-content:space-between;padding:8px 12px;transition:all .2s ease}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .result-item:hover{background-color:#f9fafb;border-color:#d1d5db}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .result-item{padding:6px 10px}}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .result-item .result-info{align-items:center;display:flex;flex:1 1;gap:12px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .result-item .result-info{gap:8px}}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .result-item .result-info .player-rank{background-color:#f3f4f6;border-radius:3px;color:#6b7280;font-size:12px;font-weight:600;min-width:24px;padding:2px 6px;text-align:center}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .result-item .result-info .player-rank{font-size:11px;min-width:20px;padding:1px 4px}}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .result-item .result-info .winner-name{color:#1f2937;flex:1 1;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;letter-spacing:.01em}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .result-item .result-info .winner-name{font-size:13px}}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .result-item .result-info .vote-count{background-color:#f3f4f6;border-radius:3px;color:#6b7280;font-size:12px;font-weight:500;padding:3px 6px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .result-item .result-info .vote-count{font-size:11px;padding:2px 4px}}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .result-item .winner-badge{background-color:#dcfce7;border-radius:3px;color:#10b981;font-size:10px;font-weight:600;margin-left:8px;padding:3px 6px}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .result-item .winner-badge{font-size:9px;margin-left:4px;padding:2px 4px}}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .more-results{align-items:center;background-color:#f9fafb;border:1px dashed #d1d5db;border-radius:6px;display:flex;justify-content:center;margin-top:8px;padding:8px}.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .more-results .more-count{color:#6b7280;font-size:12px;font-weight:500}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .award-card .more-results .more-count{font-size:11px}}.tournament-category-detail .voting-content .voting-session-card .voting-results .no-results{color:#6b7280;padding:20px;text-align:center}.tournament-category-detail .voting-content .voting-session-card .voting-results .no-results p{font-size:14px;margin:0}@media(max-width:768px){.tournament-category-detail .voting-content .voting-session-card .voting-results .no-results p{font-size:13px}}.tournament-category-detail .voting-content .empty-voting{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}@media(max-width:768px){.tournament-category-detail .voting-content .empty-voting{padding:40px 16px}}.tournament-category-detail .voting-content .empty-voting .empty-icon{margin-bottom:16px}.tournament-category-detail .voting-content .empty-voting h4{color:#111827;font-size:20px;font-weight:600;margin:0 0 8px}@media(max-width:768px){.tournament-category-detail .voting-content .empty-voting h4{font-size:18px}}.tournament-category-detail .voting-content .empty-voting p{color:#6b7280;font-size:14px;margin:0 0 24px}@media(max-width:768px){.tournament-category-detail .voting-content .empty-voting p{font-size:13px;margin:0 0 20px}}.tournament-category-detail .voting-content .empty-voting .create-first-voting-btn{align-items:center;background-color:#004aad;border:none;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 20px;transition:all .2s ease}@media(max-width:768px){.tournament-category-detail .voting-content .empty-voting .create-first-voting-btn{font-size:16px;justify-content:center;padding:14px 20px;width:100%}}.tournament-category-detail .voting-content .empty-voting .create-first-voting-btn:hover{background-color:#003d8f;box-shadow:0 4px 8px #004aad4d;transform:translateY(-1px)}.tournament-category-detail .voting-content .empty-voting .create-first-voting-btn:active{box-shadow:0 1px 3px #0000001a;transform:translateY(0)}.team-detail .loader-container{align-items:center;display:flex;height:300px;justify-content:center}.team-detail .loader-container .loader{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.team-detail .main-content .back-btn-container{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:6px;margin-bottom:16px;padding:4px;width:fit-content}.team-detail .main-content .back-btn-container:hover{background-color:#e7effa}.team-detail .main-content .back-btn-container .back-btn-text{color:var(--primary-color);font-family:inter;font-size:14px;font-weight:500;line-height:20px;margin:0}.team-detail .main-content .header{align-items:center;display:flex;justify-content:space-between}.team-detail .main-content .header .title-container,.team-detail .main-content .header .title-container .team-name-display-container{align-items:center;display:flex;gap:8px}.team-detail .main-content .header .title-container .team-name-display-container .team-name{color:#121212;font-family:roboto;font-size:28px;font-weight:600;line-height:36px;margin:0}.team-detail .main-content .header .title-container .team-name-display-container .edit-team-name-btn{align-items:center;background-color:#0000;border:none;border-radius:4px;color:#5d5d5d;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:all .2s ease}.team-detail .main-content .header .title-container .team-name-display-container .edit-team-name-btn:hover{background-color:#e7effa;color:var(--primary-color)}.team-detail .main-content .header .title-container .team-name-display-container .edit-team-name-btn:active{transform:scale(.95)}.team-detail .main-content .header .title-container .team-name-edit-container{align-items:center;display:flex;flex:1 1;gap:8px}.team-detail .main-content .header .title-container .team-name-edit-container .team-name-input{background-color:#fff;border:2px solid var(--primary-color);border-radius:6px;color:#121212;font-family:roboto;font-size:28px;font-weight:600;line-height:36px;margin:0;max-width:500px;min-width:200px;outline:none;padding:4px 8px}.team-detail .main-content .header .title-container .team-name-edit-container .team-name-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #004aad1a}.team-detail .main-content .header .title-container .team-name-edit-container .team-name-input:disabled{cursor:not-allowed;opacity:.6}.team-detail .main-content .header .title-container .team-name-edit-container .team-name-edit-actions{align-items:center;display:flex;gap:4px}.team-detail .main-content .header .title-container .team-name-edit-container .team-name-edit-actions .cancel-btn,.team-detail .main-content .header .title-container .team-name-edit-container .team-name-edit-actions .save-btn{align-items:center;background-color:#0000;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:all .2s ease}.team-detail .main-content .header .title-container .team-name-edit-container .team-name-edit-actions .cancel-btn:disabled,.team-detail .main-content .header .title-container .team-name-edit-container .team-name-edit-actions .save-btn:disabled{cursor:not-allowed;opacity:.5}.team-detail .main-content .header .title-container .team-name-edit-container .team-name-edit-actions .save-btn{color:#2aab0a}.team-detail .main-content .header .title-container .team-name-edit-container .team-name-edit-actions .save-btn:hover:not(:disabled){background-color:#d4eece}.team-detail .main-content .header .title-container .team-name-edit-container .team-name-edit-actions .cancel-btn{color:#e7000b}.team-detail .main-content .header .title-container .team-name-edit-container .team-name-edit-actions .cancel-btn:hover:not(:disabled){background-color:#ffe0e0}.team-detail .main-content .header .title-container .status-container{background-color:#e8e8e8;border-radius:1000px;gap:8px;padding:2px 10px;width:fit-content}.team-detail .main-content .header .title-container .status-container.pending{background-color:#f8edd0}.team-detail .main-content .header .title-container .status-container.canceled{background-color:#ffe0e0}.team-detail .main-content .header .title-container .status-container.confirmed{background-color:#d4eece}.team-detail .main-content .header .title-container .status-container p{color:#121212;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0}.team-detail .main-content .header .title-container .status-container p.pending{color:#584107}.team-detail .main-content .header .title-container .status-container p.canceled{color:#a10000}.team-detail .main-content .header .title-container .status-container p.confirmed{color:#114404}.team-detail .main-content .header .action-buttons button{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#020618;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:6px;line-height:18px;padding:8px 16px}.team-detail .main-content .header .action-buttons .delete-btn{background-color:#e7000b;border:none;color:#fff}.team-detail .main-content .team-detail-container{align-items:center;display:flex;gap:8px;margin-top:4px}.team-detail .main-content .team-detail-container .separator{background-color:#5d5d5d;border-radius:50%;height:4px;width:4px}.team-detail .main-content .team-detail-container p{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;line-height:18px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-detail .main-content .team-info-container{align-items:center;border:1px solid #e8e8e8;border-radius:12px;display:flex;flex-wrap:wrap;gap:16px;margin:16px 0;padding:16px}.team-detail .main-content .team-info-container .info-container{align-items:center;display:flex;gap:8px}.team-detail .main-content .team-info-container .info-container p{color:#121212;font-family:roboto;font-size:14px;line-height:18px;margin:0}.team-detail .main-content .tabs-container{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;margin-top:12px;overflow-x:auto;white-space:nowrap}.team-detail .main-content .tabs-container .tab{cursor:pointer;display:flex;flex:0 0 auto;gap:8px;padding:12px 16px}.team-detail .main-content .tabs-container .tab:hover{opacity:.8}.team-detail .main-content .tabs-container .tab.active{border-bottom:2px solid #5d5d5d}.team-detail .main-content .tabs-container .tab p{color:#121212;font-family:roboto;font-size:14px;line-height:18px;margin:0}.team-detail .main-content .tabs-container .tab .count-container{background-color:#e8e8e8;border-radius:1000px;gap:8px;padding:0 10px}.team-detail .main-content .tabs-container .tab .count-container p{color:#5d5d5d;font-family:inter;font-size:12px;font-weight:600;margin:0}.team-detail .main-content .team-data{padding:12px 0}.team-detail .main-content .team-data .table-header-container{align-items:center;display:flex;gap:16px;justify-content:space-between;margin:12px 0}@media(max-width:768px){.team-detail .main-content .team-data .table-header-container{align-items:stretch;flex-direction:column;gap:12px}}.team-detail .main-content .team-data .table-header-container .selected-count{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;margin:0}.team-detail .main-content .team-data .table-header-container .table-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:8px}@media(max-width:768px){.team-detail .main-content .team-data .table-header-container .table-buttons{align-items:stretch;flex-direction:column;gap:8px;width:100%}}.team-detail .main-content .team-data .table-header-container .table-buttons .cancel-button{align-items:center;background-color:#e8e8e8;border:none;border-radius:6px;color:#121212;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:600;gap:6px;line-height:18px;padding:8px 16px;white-space:nowrap}@media(max-width:768px){.team-detail .main-content .team-data .table-header-container .table-buttons .cancel-button{font-size:12px;justify-content:center;padding:12px 16px}}.team-detail .main-content .team-data .table-header-container .table-buttons .cancel-button:hover{opacity:.9}.team-detail .main-content .team-data .table-header-container .table-buttons .contacts-button{align-items:center;background-color:#e7f3ff;border:none;border-radius:6px;color:#1e40af;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:600;gap:6px;line-height:18px;padding:8px 16px;transition:all .2s ease;white-space:nowrap}@media(max-width:768px){.team-detail .main-content .team-data .table-header-container .table-buttons .contacts-button{font-size:12px;justify-content:center;padding:12px 16px}}.team-detail .main-content .team-data .table-header-container .table-buttons .contacts-button:hover{background-color:#dbeafe;opacity:.9}.team-detail .main-content .team-data .table-header-container .table-buttons .confirm-button{align-items:center;background-color:#d4eece;border:none;border-radius:6px;color:#114404;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:600;gap:6px;line-height:18px;padding:8px 16px;white-space:nowrap}@media(max-width:768px){.team-detail .main-content .team-data .table-header-container .table-buttons .confirm-button{font-size:12px;justify-content:center;padding:12px 16px}}.team-detail .main-content .team-data .table-header-container .table-buttons .confirm-button:hover{opacity:.9}.team-detail .main-content .team-data .table-header-container .table-buttons .add-member-button{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:600;gap:6px;line-height:18px;padding:8px 16px;transition:opacity .2s ease;white-space:nowrap}@media(max-width:768px){.team-detail .main-content .team-data .table-header-container .table-buttons .add-member-button{font-size:14px;justify-content:center;padding:12px 16px}}.team-detail .main-content .team-data .table-header-container .table-buttons .add-member-button:hover{opacity:.9}.team-detail .main-content .team-data .table-header-container .table-buttons .filter-button{align-items:center;background-color:#fff;border:none;border-radius:6px;color:#020618;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:6px;line-height:18px;padding:8px 16px}.team-detail .main-content .team-data .table-header-container .table-buttons .filter-button .filter-count{align-items:center;background-color:var(--primary-color);border:1px solid var(--primary-color);border-radius:12px;display:flex;gap:8px;justify-content:center;padding:2px 10px}.team-detail .main-content .team-data .table-header-container .table-buttons .filter-button .filter-count p{color:#e7effa;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0}.team-detail .main-content .team-data .table-header-container .table-buttons .filter-button:hover{background-color:#e6e6e6;cursor:pointer}.team-detail .main-content .team-data .table-container{height:70vh;overflow-x:auto;position:relative;width:100%}.team-detail .main-content .team-data .table-container table{border-collapse:collapse;width:100%}.team-detail .main-content .team-data .table-container table thead{left:0;position:sticky;top:0;z-index:3}.team-detail .main-content .team-data .table-container table .checkbox-container{align-items:center;border:1px solid gray;border-radius:4px;cursor:pointer;display:flex;height:16px;justify-content:center;width:16px}.team-detail .main-content .team-data .table-container table .checkbox-container .checkbox{background-color:var(--primary-color);border-radius:2px;height:11px;width:11px}.team-detail .main-content .team-data .table-container table .status-container{background-color:#e8e8e8;border-radius:1000px;gap:8px;padding:2px 10px;width:fit-content}.team-detail .main-content .team-data .table-container table .status-container.pending{background-color:#f8edd0}.team-detail .main-content .team-data .table-container table .status-container.confirmed{background-color:#d4eece}.team-detail .main-content .team-data .table-container table .status-container.canceled{background-color:#ffe0e0}.team-detail .main-content .team-data .table-container table .status-container p{color:#121212;font-family:inter;font-size:12px;font-weight:600;line-height:16px;margin:0}.team-detail .main-content .team-data .table-container table .status-container p.pending{color:#584107}.team-detail .main-content .team-data .table-container table .status-container p.canceled{color:#a10000}.team-detail .main-content .team-data .table-container table .status-container p.confirmed{color:#114404}.team-detail .main-content .team-data .table-container table th{background-color:#fafafa;color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:700;gap:8px;line-height:18px;padding:12px;text-align:left;text-transform:uppercase;white-space:nowrap}.team-detail .main-content .team-data .table-container table td{border-bottom:1px solid #99b7de;color:#020618;font-family:inter;font-size:14px;font-weight:400;gap:8px;line-height:20px;padding:12px;white-space:nowrap}.team-detail .main-content .team-data .table-container table td.sticky-dots,.team-detail .main-content .team-data .table-container table th.sticky-header{max-width:50px;min-width:50px;position:sticky;right:0;text-align:center}.team-detail .main-content .team-data .table-container table td.sticky-dots{background-color:#fff;cursor:pointer;overflow:visible;padding:0}.team-detail .main-content .team-data .table-container table td.sticky-dots.active-menu{z-index:4}.team-detail .main-content .team-data .table-container table td.sticky-dots .menu-container{background:#fff;border-radius:4px;box-shadow:0 4px 12px #0000001a;position:absolute;right:0;width:240px;z-index:10}.team-detail .main-content .team-data .table-container table td.sticky-dots .menu-container .menu-name-container{align-items:center;border-bottom:1px solid #f0f0f0;border-radius:2px;display:flex;gap:8px;padding:10px 8px}.team-detail .main-content .team-data .table-container table td.sticky-dots .menu-container .menu-name-container .name{color:var(--primary-color);font-family:inter;font-size:13px;font-weight:500;line-height:16px;margin:0;text-transform:capitalize}.team-detail .main-content .team-data .table-container table td.sticky-dots .menu-container .menu-item{align-items:center;border-radius:2px;cursor:pointer;display:flex;gap:8px;padding:6px 8px}.team-detail .main-content .team-data .table-container table td.sticky-dots .menu-container .menu-item p{color:#020618;font-family:inter;font-size:13px;line-height:20px;margin:0}.team-detail .main-content .team-data .table-container table td.sticky-dots .menu-container .menu-item:hover{background-color:#f5f5f5}.team-detail .main-content .team-data .table-container table td:first-child,.team-detail .main-content .team-data .table-container table th:first-child{background:#fff;left:0;min-width:40px;position:sticky;z-index:2}.team-detail .main-content .team-data .table-container table td:nth-child(2),.team-detail .main-content .team-data .table-container table th:nth-child(2){background:#fff;left:40px;min-width:200px;position:sticky;z-index:2}.team-detail .main-content .team-data .table-container table td:last-child,.team-detail .main-content .team-data .table-container table th:last-child{background:#fff;position:sticky;right:0;z-index:1}.team-detail .main-content .team-data .table-container table th:first-child,.team-detail .main-content .team-data .table-container table th:last-child,.team-detail .main-content .team-data .table-container table th:nth-child(2){background:#fafafa}.team-detail .main-content .team-data .table-container table tbody tr:hover{cursor:pointer}@media(max-width:768px){.team-detail .main-content .header{align-items:flex-start;flex-direction:column;gap:12px}.team-detail .main-content .header .title-container{align-items:flex-start;flex-direction:column;gap:8px;width:100%}.team-detail .main-content .header .title-container .team-name-display-container{flex-wrap:wrap;gap:6px;width:100%}.team-detail .main-content .header .title-container .team-name-display-container .team-name{flex:1 1;font-size:22px;line-height:28px;min-width:0;word-break:break-word}.team-detail .main-content .header .title-container .team-name-display-container .edit-team-name-btn{flex-shrink:0;padding:6px}.team-detail .main-content .header .title-container .team-name-edit-container{align-items:stretch;flex-direction:column;gap:8px;width:100%}.team-detail .main-content .header .title-container .team-name-edit-container .team-name-input{font-size:22px;line-height:28px;max-width:100%;min-width:0;padding:8px 12px;width:100%}.team-detail .main-content .header .title-container .team-name-edit-container .team-name-edit-actions{gap:8px;justify-content:flex-end}.team-detail .main-content .header .title-container .team-name-edit-container .team-name-edit-actions .cancel-btn,.team-detail .main-content .header .title-container .team-name-edit-container .team-name-edit-actions .save-btn{min-height:44px;min-width:44px;padding:8px 12px}.team-detail .main-content .header .title-container .status-container{align-self:flex-start}.team-detail .main-content .table-container table td:first-child,.team-detail .main-content .table-container table th:first-child{min-width:0}}.matches-data{padding:12px 0}.matches-data .no-matches{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:48px 24px;text-align:center}.matches-data .no-matches p{color:#6b7280;font-family:inter;font-size:16px;font-weight:500;margin:16px 0 0}.matches-data .matches-sections{display:flex;flex-direction:column;gap:32px;width:100%}.matches-data .matches-sections .format-section .format-header{align-items:center;border-bottom:2px solid #e8e8e8;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:8px}.matches-data .matches-sections .format-section .format-header .format-title{color:#121212;font-family:roboto;font-size:20px;font-weight:600;line-height:24px;margin:0}.matches-data .matches-sections .format-section .format-header .format-count{background-color:#f3f4f6;border-radius:1000px;color:#6b7280;font-family:inter;font-size:14px;font-weight:500;padding:4px 12px}.matches-data .matches-sections .format-section .matches-list{display:flex;flex-wrap:wrap;gap:16px;width:100%}.matches-data .matches-sections .format-section .matches-list .match-card{flex-basis:calc(50% - 8px);flex-grow:0;flex-shrink:0;min-width:300px}@media(min-width:769px){.matches-data .matches-sections .format-section .matches-list{gap:20px}.matches-data .matches-sections .format-section .matches-list .match-card{flex-basis:calc(50% - 10px);flex-grow:0;flex-shrink:0}}@media(min-width:1024px){.matches-data .matches-sections .format-section .matches-list{gap:24px}.matches-data .matches-sections .format-section .matches-list .match-card{flex-basis:calc(50% - 12px);flex-grow:0;flex-shrink:0}}@media(max-width:768px){.matches-data .matches-sections .format-section .format-header{gap:8px}.matches-data .matches-sections .format-section .matches-list .match-card{flex:1 1 100%;min-width:auto}}.add-tournament-page{height:100%}.add-tournament-page p{margin:0}.add-tournament-page .header .title{color:#121212;font-family:roboto;font-size:28px;font-weight:700;margin-bottom:8px}.add-tournament-page .header .description{color:#5d5d5d;font-family:roboto;font-size:16px;font-weight:400}.add-tournament-page .content{height:75%;margin:24px 0;overflow:auto}.add-tournament-page .content .loader-container{align-items:center;display:flex;height:300px;justify-content:center}.add-tournament-page .content .loader-container .loader{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.add-tournament-page .content input{height:40px}.add-tournament-page .content input,.add-tournament-page .content textarea{background-color:#fff;border:1px solid #99b7de;border-radius:6px;font-family:inter;font-size:14px;gap:8px;padding:8px 12px}.add-tournament-page .content textarea{min-height:150px;resize:vertical}.add-tournament-page .content .tournament-created-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:80px}.add-tournament-page .content .tournament-created-container .content{align-items:center;display:flex;flex-direction:column;gap:4px}.add-tournament-page .content .tournament-created-container .content .title{color:#000;font-family:roboto;font-size:24px;font-weight:600;text-align:center}.add-tournament-page .content .tournament-created-container .content .subtitle{color:#000;font-family:roboto;font-size:16px;text-align:center}.add-tournament-page .content .tournament-created-container .buttons{display:flex;flex-direction:column;gap:8px}.add-tournament-page .content .tournament-created-container .buttons button{background-color:#fff;border:none;border-radius:6px;color:#020618;font-family:inter;font-size:14px;font-weight:500;height:40px;padding:8px 16px}.add-tournament-page .content .tournament-created-container .buttons button:hover{cursor:pointer;opacity:.8}.add-tournament-page .content .tournament-created-container .buttons .go-to{background-color:#004aad;color:#fafafa}.add-tournament-page .content .tournament-name-section{display:flex;flex-direction:column;gap:12px}.add-tournament-page .content .tournament-name-section input,.add-tournament-page .content .tournament-name-section textarea{max-width:450px}.add-tournament-page .content .tournament-type-section{align-items:center;display:flex;gap:24px}.add-tournament-page .content .tournament-type-section .tournament-type{align-items:center;border:1px solid #bababa;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:8px;height:200px;justify-content:center;width:50%}.add-tournament-page .content .tournament-type-section .tournament-type:hover{opacity:.8}.add-tournament-page .content .tournament-type-section .tournament-type.selected{background-color:#e7effa;border:1.5px solid #004aad}.add-tournament-page .content .tournament-type-section .tournament-type.selected p{font-weight:600}.add-tournament-page .content .tournament-type-section .tournament-type p{color:#121212;font-family:roboto;font-size:20px;font-weight:400}.add-tournament-page .content .tournament-dates-section{display:flex;flex-direction:column;gap:16px}.add-tournament-page .content .tournament-dates-section .field-container{align-items:center;display:flex;gap:8px}.add-tournament-page .content .tournament-dates-section .field-container label{color:#000;font-family:roboto;font-size:14px;min-width:150px}.add-tournament-page .content .tournament-dates-section .field-container label .required{color:red}.add-tournament-page .content .tournament-dates-section .field-container .date,.add-tournament-page .content .tournament-dates-section .field-container input{width:400px}.add-tournament-page .content .final-touches-section .cover-photo-container{background-color:#f3f3f3;border-radius:12px;height:300px;overflow:hidden;position:relative}.add-tournament-page .content .final-touches-section .cover-photo-container .cover{height:100%;width:100%}.add-tournament-page .content .final-touches-section .cover-photo-container .add-cover-btn{align-items:center;background-color:#e7effa;border:none;border-radius:6px;bottom:24px;color:#000f23;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:8px;height:32px;padding:0 12px;position:absolute;right:24px}.add-tournament-page .content .final-touches-section .cover-photo-container .add-cover-btn:hover{opacity:.8}.add-tournament-page .content .final-touches-section .tournament-details{display:flex;flex-direction:column;margin-top:24px;padding:0 24px}.add-tournament-page .content .final-touches-section .tournament-details .name{color:#121212;font-family:roboto;font-size:28px;font-weight:bolder;margin-bottom:4px}.add-tournament-page .content .final-touches-section .tournament-details .details-container{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.add-tournament-page .content .final-touches-section .tournament-details .details-container .detail{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400}.add-tournament-page .content .final-touches-section .tournament-details .details-container .separator{background-color:#5d5d5d;border-radius:50%;height:4px;width:4px}.add-tournament-page .content .final-touches-section .tournament-details .description{color:#121212;font-family:roboto;font-size:14px;font-weight:400;margin-bottom:12px}.add-tournament-page .content .final-touches-section .tournament-details .add-feature-btn{align-items:center;background-color:#fff;border:none;border-radius:6px;color:#004aad;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;padding:8px 0;width:fit-content}.add-tournament-page .content .final-touches-section .tournament-details .add-feature-btn:hover{opacity:.9}.add-tournament-page .footer{align-items:center;display:flex;justify-content:space-between}.add-tournament-page .footer .buttons-container{align-items:center;display:flex;gap:8px}.add-tournament-page .footer .buttons-container button{align-items:center;border-radius:6px;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;padding:8px 16px}.add-tournament-page .footer .buttons-container button:hover{opacity:.8}.add-tournament-page .footer .buttons-container .back-btn{background-color:#fff;border:1px solid #99b7de;color:#000f23}.add-tournament-page .footer .buttons-container .next-btn{background-color:#004aad;border:none;color:#fafafa}.add-tournament-page .footer .buttons-container .next-btn.disabled{cursor:not-allowed;opacity:.5}@media(max-width:768px){.add-tournament-page .content .tournament-dates-section .field-container .date,.add-tournament-page .content .tournament-dates-section .field-container input{width:200px}.add-tournament-page .content .final-touches-section .tournament-details{padding:0}}.add-category-page p{margin:0}.add-category-page .header .title{color:#121212;font-family:roboto;font-size:28px;font-weight:700;margin-bottom:8px}.add-category-page .header .description{color:#5d5d5d;font-family:roboto;font-size:16px;font-weight:400}.add-category-page .content{margin:24px 0}.add-category-page .content .category-created-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:80px}.add-category-page .content .category-created-container .content{align-items:center;display:flex;flex-direction:column;gap:4px}.add-category-page .content .category-created-container .content .title{color:#000;font-family:roboto;font-size:24px;font-weight:600;text-align:center}.add-category-page .content .category-created-container .content .subtitle{color:#000;font-family:roboto;font-size:16px;text-align:center}.add-category-page .content .category-created-container .buttons{display:flex;flex-direction:column;gap:8px}.add-category-page .content .category-created-container .buttons button{background-color:#fff;border:none;border-radius:6px;color:#020618;font-family:inter;font-size:14px;font-weight:500;height:40px;padding:8px 16px}.add-category-page .content .category-created-container .buttons button:hover{cursor:pointer;opacity:.8}.add-category-page .content .category-created-container .buttons .go-to{background-color:#004aad;color:#fafafa}.add-category-page .content .loader-container{align-items:center;display:flex;height:300px;justify-content:center}.add-category-page .content .loader-container .loader{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.add-category-page .content input{background-color:#fff;border:1px solid #99b7de;border-radius:6px;font-family:inter;font-size:14px;gap:8px;height:40px;padding:8px 12px}.add-category-page .content .error-input{border:1px solid red}.add-category-page .content select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border-radius:6px;color:#000f23;font-weight:500;gap:6px;height:40px;outline:none;padding:0 12px}.add-category-page .content select,.add-category-page .content textarea{background-color:#fff;border:1px solid #99b7de;font-family:inter;font-size:14px}.add-category-page .content textarea{border-radius:6px;gap:8px;min-height:150px;padding:8px 12px;resize:vertical}.add-category-page .content .category-name-section{display:flex;flex-direction:column;gap:12px}.add-category-page .content .category-name-section .name-container{flex-direction:column}.add-category-page .content .category-name-section .field-container{align-items:center;display:flex;gap:8px}.add-category-page .content .category-name-section .field-container label{color:#000;font-family:roboto;font-size:14px;min-width:150px}.add-category-page .content .category-name-section .field-container label .required{color:red}.add-category-page .content .category-name-section .field-container .date,.add-category-page .content .category-name-section .field-container input{width:400px}.add-category-page .content .category-name-section .field-container.checkbox-field{margin-top:8px}.add-category-page .content .category-name-section .field-container.checkbox-field input[type=checkbox]{cursor:pointer;height:18px;width:18px}.add-category-page .content .category-name-section .field-container.checkbox-field label{cursor:pointer;font-size:15px;min-width:auto}.add-category-page .content .category-name-section .suggestions-list{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-left:160px;max-width:400px}.add-category-page .content .category-name-section .suggestions-list .suggestion-title{color:#004aad;font-family:inter;font-size:12px;font-weight:500}.add-category-page .content .category-name-section .suggestions-list .suggestion-item{border:1px dashed #e7effa;border-radius:6px;cursor:pointer;padding:6px 10px}.add-category-page .content .category-name-section .suggestions-list .suggestion-item:hover{background-color:#e7effa}.add-category-page .content .category-name-section .suggestions-list .suggestion-item p{font-family:inter;font-size:12px}.add-category-page .content .format-section .formats-list{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.add-category-page .content .format-section .formats-list .tournament-format{align-items:center;border:1px solid #bababa;border-radius:8px;cursor:pointer;display:flex;flex:1 1;gap:16px;justify-content:center;min-width:200px;padding:20px 0}.add-category-page .content .format-section .formats-list .tournament-format:hover{opacity:.8}.add-category-page .content .format-section .formats-list .tournament-format.selected{background-color:#e7effa;border:1.5px solid #004aad}.add-category-page .content .format-section .formats-list .tournament-format.selected p{font-weight:600}.add-category-page .content .format-section .formats-list .tournament-format p{color:#121212;font-family:roboto;font-size:15px}.add-category-page .content .format-section .inputs{display:flex;flex-direction:column;gap:12px;margin-top:24px}.add-category-page .content .format-section .inputs .custom-format-container{display:flex;flex-direction:column;gap:12px}.add-category-page .content .format-section .inputs .custom-format-container .custom-add-btn{align-items:center;background-color:#fff;border:none;border-radius:6px;color:var(--primary-color);display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;padding:8px;width:100%}.add-category-page .content .format-section .inputs .custom-format-container .custom-add-btn:hover{cursor:pointer;opacity:.8}.add-category-page .content .format-section .inputs .custom-format-container .custom-block-item{background-color:#f3f3f3;border-radius:6px;display:flex;flex-direction:column;gap:8px;padding:12px}.add-category-page .content .format-section .inputs .custom-format-container .custom-block-item .header-container{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.add-category-page .content .format-section .inputs .custom-format-container .custom-block-item .header-container .row{align-items:center;display:flex;gap:6px}.add-category-page .content .format-section .inputs .custom-format-container .custom-block-item .header-container .row .delete-btn:hover,.add-category-page .content .format-section .inputs .custom-format-container .custom-block-item .header-container:hover{opacity:.8}.add-category-page .content .format-section .inputs .custom-format-container .custom-block-item .header-container .custom-block-title{font-family:inter;font-size:14px;font-weight:600;margin:0}.add-category-page .content .format-section .inputs .custom-format-container .custom-block-item select{font-size:12px;width:100%}.add-category-page .content .format-section .inputs .custom-format-container .custom-block-item .input-container.checkbox-field input[type=checkbox]{cursor:pointer;height:16px;margin:0;width:16px}.add-category-page .content .format-section .inputs .custom-format-container .custom-block-item .input-container.checkbox-field label{cursor:pointer;font-size:14px;margin:0;min-width:auto}.add-category-page .content .format-section .inputs .section-header{border-bottom:2px solid var(--primary-color);margin-bottom:6px;padding-bottom:4px;width:fit-content}.add-category-page .content .format-section .inputs .section-header p{color:#121212;font-family:inter;font-size:16px;font-weight:600}.add-category-page .content .format-section .inputs .input-container{align-items:center;display:flex;gap:8px;justify-content:space-between}.add-category-page .content .format-section .inputs .input-container label{color:#000;font-family:roboto;font-size:14px;min-width:150px}.add-category-page .content .format-section .inputs .input-container input,.add-category-page .content .format-section .inputs .input-container select{color:#000f23;font-family:inter;font-size:14px;font-weight:500;width:150px}.add-category-page .content .team-restrictions-section{display:flex;flex-direction:column;gap:32px}.add-category-page .content .team-restrictions-section .general-inputs{display:flex;flex-direction:column;gap:12px}.add-category-page .content .team-restrictions-section .input-container{align-items:center;display:flex;gap:8px}.add-category-page .content .team-restrictions-section .input-container label{color:#000;font-family:roboto;font-size:14px;min-width:200px}.add-category-page .content .team-restrictions-section .input-container input,.add-category-page .content .team-restrictions-section .input-container select{color:#000f23;font-family:inter;font-size:14px;font-weight:500;max-width:300px;width:100%}.add-category-page .content .team-restrictions-section .gender-options{align-items:center;display:flex;gap:16px}.add-category-page .content .team-restrictions-section .gender-options .gender-card{align-items:center;border:1px solid #bababa;border-radius:8px;display:flex;flex:1 1;height:80px;justify-content:center}.add-category-page .content .team-restrictions-section .gender-options .gender-card:hover{cursor:pointer;opacity:.8}.add-category-page .content .team-restrictions-section .gender-options .gender-card.selected{background-color:#e7effa;border:1.5px solid #004aad}.add-category-page .content .team-restrictions-section .gender-options .gender-card.selected p{font-weight:600}.add-category-page .content .team-restrictions-section .gender-options .gender-card p{color:#121212;font-family:roboto;font-size:15}.add-category-page .content .team-restrictions-section .separator{border:.5px solid #e8e8e8}.add-category-page .content .team-restrictions-section .restrictions{display:flex;flex-direction:column}.add-category-page .content .team-restrictions-section .restrictions .rules{display:flex;flex-direction:column;gap:12px}.add-category-page .content .team-restrictions-section .restrictions .header{border-bottom:2px solid var(--primary-color);margin-bottom:6px;padding-bottom:4px;width:fit-content}.add-category-page .content .team-restrictions-section .restrictions .header p{color:#121212;font-family:inter;font-size:16px;font-weight:600}.add-category-page .content .prizes-awards-section{display:flex;flex-direction:column;gap:16px}.add-category-page .content .prizes-awards-section .header{border-bottom:2px solid var(--primary-color);margin-bottom:6px;padding-bottom:4px;width:fit-content}.add-category-page .content .prizes-awards-section .header .section-title{color:#121212;font-family:inter;font-size:16px;font-weight:600;margin-bottom:4px}.add-category-page .content .prizes-awards-section .header .section-subtitle{color:#5d5d5d;font-family:inter;font-size:13px;font-style:italic;font-weight:400}.add-category-page .content .prizes-awards-section .row{align-items:center;display:flex;gap:6px}.add-category-page .content .prizes-awards-section .prizes-section{display:flex;flex-direction:column;gap:16px}.add-category-page .content .prizes-awards-section .prizes-section .prize-item{align-items:center;background-color:#f3f3f3;border-radius:8px;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:8px 16px;width:100%}.add-category-page .content .prizes-awards-section .prizes-section .prize-item.medal-prize{background-color:#fff8e1;border:1px solid #ffd54f}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .rank-container{align-items:center;display:flex;gap:8px}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .rank-container .rank{color:#121212;font-family:roboto;font-size:15px;font-weight:500}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .rank-container .rank .medal-indicator{font-size:16px;margin-left:4px}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .rank-container .rank-circle{align-items:center;background-color:#2f2f2f;border-radius:10px;display:flex;gap:8px;height:20px;justify-content:center;width:28px}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .rank-container .rank-circle p{color:#fafafa;font-family:inter;font-size:12px;font-weight:600}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data .delete-btn-container{align-items:center;background-color:#bababa;border-radius:6px;display:flex;height:40px;justify-content:center;width:50px}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data .delete-btn-container .delete-btn:hover{cursor:pointer;opacity:.7}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data select{width:120px}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data .prize-display .detail-text{color:#5d5d5d;font-family:roboto;font-size:15px;font-weight:500;margin:0;width:fit-content}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data .prize-display .ranking-points{color:#6b7280;font-family:roboto;font-size:12px;font-weight:500;margin:4px 0 0}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data .edit-btn{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;cursor:pointer;display:flex;gap:6px;height:32px;padding:0 12px}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data .edit-btn:hover{opacity:.8}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data .add-prize-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;padding:8px 16px}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data .add-prize-btn:hover{opacity:.8}.add-category-page .content .prizes-awards-section .awards-section{display:flex;flex-direction:column;gap:16px}.add-category-page .content .prizes-awards-section .awards-section .award-item{align-items:center;background-color:#f3f3f3;border-radius:8px;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:8px 16px;width:100%}.add-category-page .content .prizes-awards-section .awards-section .award-item p{color:#121212;font-family:roboto;font-size:15px;font-weight:500;margin:0}.add-category-page .content .prizes-awards-section .awards-section .award-item .edit-btn{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;cursor:pointer;display:flex;gap:6px;height:32px;padding:0 12px}.add-category-page .content .prizes-awards-section .awards-section .award-item .edit-btn:hover{opacity:.8}.add-category-page .content .prizes-awards-section .awards-section .award-item .delete-btn-container{align-items:center;background-color:#bababa;border-radius:6px;display:flex;height:40px;justify-content:center;width:50px}.add-category-page .content .prizes-awards-section .awards-section .award-item .delete-btn-container .delete-btn:hover{cursor:pointer;opacity:.7}.add-category-page .content .prizes-awards-section .awards-section .award-item .name-points-row{align-items:center;display:flex;gap:8px;margin-bottom:8px}.add-category-page .content .prizes-awards-section .awards-section .award-item .name-points-row input[type=text]{border:1px solid #99b7de;border-radius:6px;flex:1 1;font-family:inter;font-size:14px;height:36px;padding:8px 12px}.add-category-page .content .prizes-awards-section .awards-section .award-item .name-points-row input[type=number]{border:1px solid #99b7de;border-radius:6px;font-family:inter;font-size:14px;height:36px;padding:8px 12px;text-align:center;width:80px}.add-category-page .content .prizes-awards-section .awards-section .award-item .checkbox-container{align-items:center;display:flex;gap:8px;margin-bottom:8px;width:100%}.add-category-page .content .prizes-awards-section .awards-section .award-item .checkbox-container input[type=checkbox]{cursor:pointer;height:16px;margin:0;width:16px}.add-category-page .content .prizes-awards-section .awards-section .award-item .checkbox-container label{color:#5d5d5d;cursor:pointer;font-family:inter;font-size:13px;margin:0}.add-category-page .content .prizes-awards-section .awards-section .award-item .add-award-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;padding:8px 16px}.add-category-page .content .prizes-awards-section .awards-section .award-item .add-award-btn:hover{opacity:.8}.add-category-page .content .prizes-awards-section .add-btn{align-items:center;background-color:#0000;border:none;color:var(--primary-color);cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;width:fit-content}.add-category-page .content .prizes-awards-section .add-btn:hover{opacity:.8}.add-category-page .content .fees-section{display:flex;flex-direction:column;gap:16px}.add-category-page .content .fees-section .add-btn{align-items:center;background-color:#0000;border:none;color:var(--primary-color);cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;width:fit-content}.add-category-page .content .fees-section .add-btn:hover{opacity:.8}.add-category-page .content .fees-section .fee-container{align-items:center;background-color:#f3f3f3;border-radius:8px;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:12px 16px;width:100%}.add-category-page .content .fees-section .fee-container .description{width:250px}.add-category-page .content .fees-section .fee-container .fee-title{color:#121212;font-family:roboto;font-size:15px;font-weight:500}.add-category-page .content .fees-section .fee-container .fee-data{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.add-category-page .content .fees-section .fee-container .fee-data .row{align-items:center;display:flex;gap:6px}.add-category-page .content .fees-section .fee-container .fee-data .delete-btn:hover{cursor:pointer;opacity:.7}.add-category-page .content .fees-section .fee-container .fee-data select{width:120px}.add-category-page .content .fees-section .fee-container .fee-data .prize-display .detail-text{color:#5d5d5d;font-family:roboto;font-size:15px;font-weight:500;margin:0;width:fit-content}.add-category-page .content .fees-section .fee-container .fee-data .prize-display .ranking-points{color:#6b7280;font-family:roboto;font-size:12px;font-weight:500;margin:4px 0 0}.add-category-page .content .fees-section .fee-container .fee-data .edit-btn{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;cursor:pointer;display:flex;gap:6px;height:32px;padding:0 12px}.add-category-page .content .fees-section .fee-container .fee-data .edit-btn:hover{opacity:.8}.add-category-page .content .fees-section .fee-container .fee-data .add-fee-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;padding:8px 16px}.add-category-page .content .fees-section .fee-container .fee-data .add-fee-btn:hover{opacity:.8}.add-category-page .content .fees-section .fee-container .fee-data .delete-btn-container{align-items:center;background-color:#bababa;border-radius:6px;display:flex;height:40px;justify-content:center;width:50px}.add-category-page .content .fees-section .fee-container .fee-data .delete-btn-container .delete-btn:hover{cursor:pointer;opacity:.8}.add-category-page .footer{align-items:center;display:flex;justify-content:space-between}.add-category-page .footer .buttons-container{align-items:center;display:flex;gap:8px}.add-category-page .footer .buttons-container button{align-items:center;border-radius:6px;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;padding:8px 16px}.add-category-page .footer .buttons-container button:hover{opacity:.8}.add-category-page .footer .buttons-container .back-btn{background-color:#fff;border:1px solid #99b7de;color:#000f23}.add-category-page .footer .buttons-container .next-btn{background-color:#004aad;border:none;color:#fafafa}.add-category-page .footer .buttons-container .next-btn.disabled{cursor:not-allowed;opacity:.5}.react-datepicker{border:none;border-radius:16px;box-shadow:0 8px 24px #0000001f;font-family:inherit;z-index:1000}.react-datepicker__current-month{font-size:14px;font-weight:600}@media(max-width:768px){.react-datepicker{margin:0;max-height:90vh;width:100%}.react-datepicker__navigation{height:44px;top:1rem;width:44px}.react-datepicker__navigation--previous{left:1rem}.react-datepicker__navigation--next{right:1rem}.react-datepicker__current-month{font-size:14px;padding:0 3.5rem}}@media(max-width:400px){.react-datepicker__navigation{height:40px;top:.8rem;width:40px}.react-datepicker__navigation--previous{left:.8rem}.react-datepicker__navigation--next{right:.8rem}.react-datepicker__current-month{font-size:13px;padding:0 3rem}}@media(max-width:768px){.add-category-page .content .category-name-section .field-container .date,.add-category-page .content .category-name-section .field-container input{width:200px}.add-category-page .content .prizes-awards-section .prizes-section .prize-item{padding:16px}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data,.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data .row{width:100%}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data input,.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data select{flex:1 1}.add-category-page .content .prizes-awards-section .prizes-section .prize-item .prize-data .add-prize-btn{flex:1 1;justify-content:center}.add-category-page .content .prizes-awards-section .awards-section .award-item{padding:16px}.add-category-page .content .prizes-awards-section .awards-section .award-item .name-points-row{gap:12px;margin-bottom:12px}.add-category-page .content .prizes-awards-section .awards-section .award-item .name-points-row input[type=text]{flex:1 1;font-size:15px;height:40px}.add-category-page .content .prizes-awards-section .awards-section .award-item .name-points-row input[type=number]{font-size:15px;height:40px;width:90px}.add-category-page .content .prizes-awards-section .awards-section .award-item .checkbox-container{margin-bottom:12px}.add-category-page .content .prizes-awards-section .awards-section .award-item .checkbox-container label{font-size:14px}.add-category-page .content .prizes-awards-section .awards-section .award-item .add-award-btn{flex:1 1;font-size:15px;height:44px;justify-content:center}.add-category-page .content .fees-section .fee-container{padding:16px}.add-category-page .content .fees-section .fee-container input,.add-category-page .content .fees-section .fee-container select{flex:1 1}.add-category-page .content .fees-section .fee-container .row{width:100%}.add-category-page .content .fees-section .fee-container .row .add-fee-btn{flex:1 1;justify-content:center}}.tournament-categories-page{color:#2d3748;margin:0 auto}.tournament-categories-page .back-btn-container{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:6px;margin-bottom:16px;padding:4px;width:fit-content}.tournament-categories-page .back-btn-container:hover{background-color:#e7effa}.tournament-categories-page .back-btn-container .back-btn-text{color:var(--primary-color);font-family:inter;font-size:14px;font-weight:500;line-height:20px;margin:0}.tournament-categories-page .header{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.tournament-categories-page .header h1{color:#8c8c8c;font-family:roboto;font-size:15px;font-weight:600;margin:0}.tournament-categories-page .header h2{color:#121212;font-family:roboto;font-size:24px;font-weight:700;line-height:32px;margin:0}.tournament-categories-page .header .count{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin:0}.tournament-categories-page .header .header-buttons{align-items:center;display:flex;gap:8px;min-width:fit-content}.tournament-categories-page .header .header-buttons .create-category-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:6px;height:40px;line-height:18px;padding:8px 16px}.tournament-categories-page .header .header-buttons .create-category-btn:hover{opacity:.9}.standings-table-container{overflow-x:auto;width:100%}.standings-table-container .standings-table{border-collapse:collapse;border-radius:6px;border-spacing:0;min-width:max-content;width:100%}.standings-table-container .standings-table td,.standings-table-container .standings-table th{padding:10px;text-align:left}.standings-table-container .standings-table td:not(:nth-child(2)),.standings-table-container .standings-table th:not(:nth-child(2)){text-align:center;white-space:nowrap;width:50px}.standings-table-container .standings-table th{background-color:#f5f5f5;border-bottom:1px solid #99b7de;color:var(--primary-color);font-family:inter;font-size:13px;font-weight:600}.standings-table-container .standings-table td{text-wrap:nowrap;color:#121212;font-family:roboto;font-size:13px;text-overflow:ellipsis}.standings-table-container .standings-table td:first-child,.standings-table-container .standings-table th:first-child{background-color:#fff;background-color:#e7effa;left:0;position:sticky;z-index:1}.standings-table-container .standings-table th:first-child{background-color:#f5f5f5}.standings-table-container .standings-table td:nth-child(2),.standings-table-container .standings-table th:nth-child(2){background-color:#fff;left:50px;position:sticky;z-index:1}.standings-table-container .standings-table th:nth-child(2){background-color:#f5f5f5}.standings-table-container .standings-table tbody tr{border-bottom:1px solid #e5e7eb}.bracket-container.two-sided{align-items:flex-start;box-sizing:border-box;display:flex;gap:40px;justify-content:flex-start;overflow-x:auto;padding:20px;width:100%}.bracket-container.two-sided .bracket-side{display:flex;flex-direction:row;gap:32px}.bracket-container.two-sided .bracket-side.left{flex-direction:row-reverse}.bracket-container.two-sided .bracket-side.right{flex-direction:row}.bracket-container.two-sided .bracket-side .bracket-round{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:16px;justify-content:center;min-width:220px}.bracket-container.two-sided .bracket-middle{align-items:center;display:flex;flex-direction:column;margin:auto 0}.bracket-container.two-sided .bracket-middle .bracket-round{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center}.stage-detail-dialog-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.stage-detail-dialog-overlay .stage-detail-dialog{animation:slideIn .3s ease-out forwards;bottom:0;position:fixed;right:0;top:0;transform:translateX(100%);width:375px;z-index:101}.stage-detail-dialog-overlay .stage-detail-dialog p{margin:0}.stage-detail-dialog-overlay .stage-detail-dialog.slide-out{animation:slideOut .3s ease-in forwards}.stage-detail-dialog-overlay .stage-detail-dialog .dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;gap:24px;height:100%;overflow-y:auto;padding:24px}.stage-detail-dialog-overlay .stage-detail-dialog .dialog-content .stage-detail-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.stage-detail-dialog-overlay .stage-detail-dialog .dialog-content .stage-detail-header .title{color:#121212;font-family:roboto;font-size:20px;margin-bottom:4px}.stage-detail-dialog-overlay .stage-detail-dialog .dialog-content .stage-detail-header .title .bold{font-weight:700}.stage-detail-dialog-overlay .stage-detail-dialog .dialog-content .stage-detail-header .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400}.stage-detail-dialog-overlay .stage-detail-dialog .dialog-content .round-details-container{border:1px solid #e8e8e8;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:8px 16px}.stage-detail-dialog-overlay .stage-detail-dialog .dialog-content .round-details-container .title{color:#121212;font-family:roboto;font-size:14px;font-weight:600;margin:6px 0}.stage-detail-dialog-overlay .stage-detail-dialog .dialog-content .round-details-container .value-container{display:flex;flex-direction:column;gap:4px}.stage-detail-dialog-overlay .stage-detail-dialog .dialog-content .round-details-container .value-container label{color:#5d5d5d;font-family:roboto;font-size:12px}.stage-detail-dialog-overlay .stage-detail-dialog .dialog-content .round-details-container .value-container .value{color:#121212;font-family:roboto;font-size:14px;font-weight:700}.stage-detail-dialog-overlay .stage-detail-dialog .dialog-content .footer{align-items:flex-end;display:flex;height:100%;justify-content:center}.stage-detail-dialog-overlay .stage-detail-dialog .dialog-content .footer button{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;cursor:pointer;display:flex;font-family:inter;font-size:14px;gap:6px;height:40px;justify-content:center;padding:8px 16px;width:100%}.stage-detail-dialog-overlay .stage-detail-dialog .dialog-content .footer button:hover{background-color:#e7effa}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.delete-stage-dialog-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.delete-stage-dialog-overlay .delete-stage-dialog{animation:slideIn .3s ease-out forwards;bottom:0;position:fixed;right:0;top:0;transform:translateX(100%);width:320px;z-index:101}.delete-stage-dialog-overlay .delete-stage-dialog.slide-out{animation:slideOut .3s ease-in forwards}.delete-stage-dialog-overlay .delete-stage-dialog .dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:24px}.delete-stage-dialog-overlay .delete-stage-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:24px}.delete-stage-dialog-overlay .delete-stage-dialog .dialog-content .dialog-body .title{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0 0 8px}.delete-stage-dialog-overlay .delete-stage-dialog .dialog-content .dialog-body .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;margin:0}.delete-stage-dialog-overlay .delete-stage-dialog .dialog-content .dialog-body input{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#121212;font-family:inter;font-size:14px;font-weight:400;height:40px;padding:8px 12px;width:100%}.delete-stage-dialog-overlay .delete-stage-dialog .dialog-content .dialog-footer{align-items:center;display:flex;gap:8px;width:100%}.delete-stage-dialog-overlay .delete-stage-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;flex:1 1;font-family:inter;font-size:14px;font-weight:600;height:40px;padding:8px 16px}.delete-stage-dialog-overlay .delete-stage-dialog .dialog-content .dialog-footer .delete-btn{align-items:center;background-color:#e7000b;border:none;color:#fff;display:flex;justify-content:center}.delete-stage-dialog-overlay .delete-stage-dialog .dialog-content .dialog-footer .delete-btn .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.delete-stage-dialog-overlay .delete-stage-dialog .dialog-content .dialog-footer .delete-btn.disabled{opacity:.5}.delete-schedule-dialog-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.delete-schedule-dialog-overlay .delete-schedule-dialog{animation:slideIn .3s ease-out forwards;bottom:0;position:fixed;right:0;top:0;transform:translateX(100%);width:320px;z-index:101}.delete-schedule-dialog-overlay .delete-schedule-dialog.slide-out{animation:slideOut .3s ease-in forwards}.delete-schedule-dialog-overlay .delete-schedule-dialog .dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:24px}.delete-schedule-dialog-overlay .delete-schedule-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:24px}.delete-schedule-dialog-overlay .delete-schedule-dialog .dialog-content .dialog-body .title{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0 0 8px}.delete-schedule-dialog-overlay .delete-schedule-dialog .dialog-content .dialog-body .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;margin:0}.delete-schedule-dialog-overlay .delete-schedule-dialog .dialog-content .dialog-body input{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#121212;font-family:inter;font-size:14px;font-weight:400;height:40px;padding:8px 12px;width:100%}.delete-schedule-dialog-overlay .delete-schedule-dialog .dialog-content .dialog-footer{align-items:center;display:flex;gap:8px;width:100%}.delete-schedule-dialog-overlay .delete-schedule-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;flex:1 1;font-family:inter;font-size:14px;font-weight:600;height:40px;padding:8px 16px}.delete-schedule-dialog-overlay .delete-schedule-dialog .dialog-content .dialog-footer .delete-btn{align-items:center;background-color:#e7000b;border:none;color:#fff;display:flex;justify-content:center}.delete-schedule-dialog-overlay .delete-schedule-dialog .dialog-content .dialog-footer .delete-btn .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.delete-schedule-dialog-overlay .delete-schedule-dialog .dialog-content .dialog-footer .delete-btn.disabled{opacity:.5}.tournament-stage-overview p{margin:0}.tournament-stage-overview .main-loading-container{align-items:center;display:flex;height:80vh;justify-content:center}.tournament-stage-overview .main-loading-container .main-spinner{animation:spin 1s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.tournament-stage-overview .header{display:flex;flex-direction:column;gap:12px}.tournament-stage-overview .header .back-button{align-items:center;align-self:flex-start;background-color:#0000;border:none;border-radius:6px;color:var(--primary-color);display:flex;gap:6px;padding:6px 8px}.tournament-stage-overview .header .back-button:hover{background-color:rgba(0,74,173,.102);cursor:pointer}.tournament-stage-overview .header .row{align-items:center;display:flex;gap:16px;justify-content:space-between}.tournament-stage-overview .header .row .title{color:#121212;font-family:roboto;font-size:22px}.tournament-stage-overview .header .row .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px}.tournament-stage-overview .header .row .action-buttons{align-items:center;display:flex;gap:6px;position:relative}.tournament-stage-overview .header .row .action-buttons button{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#020618;cursor:pointer;display:flex;font-family:roboto;font-size:14px;font-weight:500;gap:6px;height:40px;justify-content:center;padding:8px 16px}.tournament-stage-overview .header .row .action-buttons button:hover{background-color:#e7effa}.tournament-stage-overview .header .row .action-buttons .fill-teams-btn{background-color:#16a34a;border:1px solid #15803d;color:#fff}.tournament-stage-overview .header .row .action-buttons .fill-teams-btn:hover{background-color:#15803d}.tournament-stage-overview .header .row .action-buttons .fill-teams-btn:disabled{cursor:not-allowed;opacity:.6}.tournament-stage-overview .header .row .action-buttons .complete-bracket-btn{background-color:#004aad;border:1px solid #003d8f;color:#fff;flex:1 1}.tournament-stage-overview .header .row .action-buttons .complete-bracket-btn:hover{background-color:#003d8f}.tournament-stage-overview .header .row .action-buttons .options-button{padding:0;width:40px}.tournament-stage-overview .header .row .action-buttons .options-menu-container{background-color:#fff;border:1px solid #99b7de;border-radius:6px;padding:6px 4px;position:absolute;right:0;top:42px;width:200px;z-index:4}.tournament-stage-overview .header .row .action-buttons .options-menu-container .menu-title{color:#020618;font-family:inter;font-size:12px;font-weight:600;margin:0 0 6px;padding:0 8px}.tournament-stage-overview .header .row .action-buttons .options-menu-container .menu-item{align-items:center;border-radius:6px;display:flex;gap:6px;padding:6px 8px}.tournament-stage-overview .header .row .action-buttons .options-menu-container .menu-item:hover{background-color:#e7effa;cursor:pointer}.tournament-stage-overview .header .row .action-buttons .options-menu-container .menu-item p{color:#020618;font-family:inter;font-size:12px;font-weight:400;margin:0}.tournament-stage-overview .header .row .action-buttons:not(:has(.complete-bracket-btn)) .details-btn{flex:1 1}.tournament-stage-overview .tabs-container{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;margin-top:12px;overflow-x:auto;white-space:nowrap}.tournament-stage-overview .tabs-container .tab{cursor:pointer;display:flex;flex:0 0 auto;gap:8px;padding:12px 24px}.tournament-stage-overview .tabs-container .tab:hover{opacity:.8}.tournament-stage-overview .tabs-container .tab p{color:#8c8c8c;font-family:roboto;font-size:14px;line-height:18px}.tournament-stage-overview .tabs-container .tab.active{border-bottom:2px solid #5d5d5d}.tournament-stage-overview .tabs-container .tab.active p{color:#121212}.tournament-stage-overview .tabs-container .tab.disabled{cursor:default;opacity:.5}.tournament-stage-overview .tabs-container .tab.disabled:hover{opacity:.5}.tournament-stage-overview .main-content{margin:16px 0}.tournament-stage-overview .main-content .loading-container{align-items:center;display:flex;height:70vh;justify-content:center}.tournament-stage-overview .main-content .loading-container .spinner{animation:spin 1s linear infinite;border:2px solid var(--primary-color);border-radius:50%;border-top:2px solid #fff;height:32px;width:32px}.tournament-stage-overview .main-content .overview-container{display:flex;flex-direction:column;gap:12px}.tournament-stage-overview .main-content .overview-container .empty-state{align-items:center;border:1px solid #e8e8e8;border-radius:6px;display:flex;flex-direction:column;gap:8px;height:70vh;justify-content:center}.tournament-stage-overview .main-content .overview-container .empty-state .title{color:#121212;font-family:roboto;font-size:20px;font-weight:600}.tournament-stage-overview .main-content .overview-container .empty-state .subtitle{color:#121212;font-family:roboto;font-size:14px;margin-bottom:12px;text-align:center;width:30%}.tournament-stage-overview .main-content .overview-container .empty-state .create-schedule-button{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:600;gap:6px;height:40px;padding:8px 16px}.tournament-stage-overview .main-content .overview-container .empty-state .create-schedule-button:hover{opacity:.9}.tournament-stage-overview .main-content .overview-container .empty-state .create-schedule-anyway-button{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:600;gap:6px;height:40px;margin-top:12px;padding:8px 16px}.tournament-stage-overview .main-content .overview-container .empty-state .create-schedule-anyway-button:hover{opacity:.9}.tournament-stage-overview .main-content .overview-container .winner-team-container{display:flex;gap:16px;margin-bottom:12px;width:100%}.tournament-stage-overview .main-content .overview-container .winner-team-container .group-winner,.tournament-stage-overview .main-content .overview-container .winner-team-container .winner-card{align-items:center;background-color:#f8f9fa;border:1px solid #e8e8e8;border-radius:6px;display:flex;flex:1 1;flex-direction:column;gap:2px;padding:16px}.tournament-stage-overview .main-content .overview-container .winner-team-container .group-winner .winner-label,.tournament-stage-overview .main-content .overview-container .winner-team-container .winner-card .winner-label{color:var(--primary-color);font-family:inter;font-size:12px;font-weight:600;margin-top:10px;text-align:center;text-transform:uppercase;white-space:nowrap}.tournament-stage-overview .main-content .overview-container .winner-team-container .group-winner .winner-name,.tournament-stage-overview .main-content .overview-container .winner-team-container .winner-card .winner-name{color:#121212;font-family:roboto;font-size:16px;font-weight:700;text-align:center;white-space:nowrap}.tournament-stage-overview .main-content .overview-container .winner-team-container .group-winners{align-items:center;display:flex;flex-wrap:wrap;gap:8px;width:100%}.tournament-stage-overview .main-content .overview-container .overview-content{align-items:stretch;display:flex;gap:10px}.tournament-stage-overview .main-content .overview-container .overview-content .card{border:1px solid #e8e8e8;border-radius:6px;height:100%;padding:16px}.tournament-stage-overview .main-content .overview-container .overview-content .card .card-title{color:#121212;font-family:roboto;font-size:18px;font-weight:600;margin-bottom:16px}.tournament-stage-overview .main-content .overview-container .overview-content .left-section{flex:2 1;width:50%}.tournament-stage-overview .main-content .overview-container .overview-content .left-section .group-standings{display:flex;flex-direction:column;gap:30px}.tournament-stage-overview .main-content .overview-container .overview-content .left-section .group-standings .group-standing{display:flex;flex-direction:column;gap:8px}.tournament-stage-overview .main-content .overview-container .overview-content .left-section .group-standings .group-standing .group-title{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:600}.tournament-stage-overview .main-content .overview-container .overview-content .left-section .group-standings .view-all-standings-button{align-items:center;background-color:#0000;border:none;border-radius:6px;color:#020618;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;justify-content:center;padding:8px}.tournament-stage-overview .main-content .overview-container .overview-content .left-section .group-standings .view-all-standings-button:hover{background-color:rgba(0,74,173,.102)}.tournament-stage-overview .main-content .overview-container .overview-content .left-section .bracket-main-container{overflow-x:auto;padding:12px 0;width:100%}.tournament-stage-overview .main-content .overview-container .overview-content .left-section .bracket-main-container .match-card{width:450px}.tournament-stage-overview .main-content .overview-container .overview-content .right-section{flex:1 1}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .match-tabs-list{display:flex;gap:12px;margin-bottom:12px;width:100%}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .match-tabs-list .match-tab{background-color:#fff;border:1px solid #e8e8e8;border-radius:6px;color:#020618;cursor:pointer;flex:1 1;font-family:inter;font-size:12px;font-weight:500;gap:8px;padding:10px 12px}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .match-tabs-list .match-tab:hover{opacity:.9}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .match-tabs-list .match-tab.active{background-color:#e7effa;border:1.5px solid #99b7de;font-weight:600}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list{display:flex;flex-direction:column;gap:12px}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item{align-items:center;border-bottom:1px solid #e8e8e8;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;gap:12px;padding:16px}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item:hover{border:1.5px solid var(--primary-color)}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .time-round-container{align-items:center;display:flex;flex-direction:column;gap:4px}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .time-round-container .time{color:#121212;font-family:roboto;font-size:12px;font-weight:700;text-align:center}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .time-round-container .round{color:var(--primary-color);font-family:roboto;font-size:12px;font-weight:700;text-align:center}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .score{align-items:center;display:flex;gap:16px;justify-content:center;width:100%}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .score .score-left-section{align-items:center;display:flex;flex:1 1;justify-content:center}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .score .score-left-section .team-name{color:#121212;font-family:roboto;font-size:14px;font-weight:600;text-align:center}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .score .score-left-section .team-name.bold{font-weight:700}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .score .score-left-section .team-name.light{color:#99a1af}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .score .middle-section{align-items:center;display:flex;flex:1.5 1;gap:12px;justify-content:center}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .score .middle-section .home-team-score{color:#99a1af;font-family:roboto;font-size:24px;font-weight:600}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .score .middle-section .home-team-score.bold{color:#121212}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .score .middle-section .vs{color:#8c8c8c;font-family:roboto;font-size:16px;font-weight:500}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .score .middle-section .away-team-score{color:#99a1af;font-family:roboto;font-size:24px;font-weight:600}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .score .middle-section .away-team-score.bold{color:#121212}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .score .score-right-section{align-items:center;color:#121212;display:flex;flex:1 1;font-family:roboto;font-size:14px;font-weight:600;justify-content:center;text-align:center}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .score .score-right-section.bold{font-weight:700}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .score .score-right-section.light{color:#99a1af}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .match-item .venue{color:#8c8c8c;font-family:roboto;font-size:12px;font-weight:600;text-align:center}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .no-matches-container{align-items:center;display:flex;flex-direction:column;gap:8px;height:50vh;justify-content:center}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .no-matches-container .no-matches-title{color:#121212;font-family:roboto;font-size:16px;font-weight:600}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .matches-list .no-matches-container .no-matches-subtitle{color:#121212;font-family:roboto;font-size:14px}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .view-all-matches-button{align-items:center;background-color:#0000;border:none;border-radius:6px;color:#020618;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;justify-content:center;margin-top:16px;padding:8px;width:100%}.tournament-stage-overview .main-content .overview-container .overview-content .right-section .view-all-matches-button:hover{background-color:rgba(0,74,173,.102)}.tournament-stage-overview .main-content .matches-container{display:flex;flex-direction:column;flex-wrap:wrap;gap:12px}.tournament-stage-overview .main-content .matches-container .filters-list{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.tournament-stage-overview .main-content .matches-container .filters-list select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #99b7de;border-radius:6px;color:#000f23;flex:1 1;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;min-width:150px;outline:none;padding:0 12px}.tournament-stage-overview .main-content .matches-container .filters-list .reset-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-family:roboto;font-size:14px;font-weight:500;gap:6px;height:40px;justify-content:center;max-width:200px;padding:8px 16px}.tournament-stage-overview .main-content .matches-container .filters-list .reset-btn:hover{opacity:.9}.tournament-stage-overview .main-content .matches-container .no-matches-title{color:#121212;font-family:roboto;font-size:14px;margin-bottom:20px}.tournament-stage-overview .main-content .matches-container .latest-results-title,.tournament-stage-overview .main-content .matches-container .upcoming-matches-title{color:#121212;font-family:roboto;font-size:14px;font-weight:600}.tournament-stage-overview .main-content .matches-container .matches-list{display:flex;flex-wrap:wrap;gap:14px}.tournament-stage-overview .main-content .matches-container .matches-list .match-card{width:49%}.tournament-stage-overview .main-content .table-container{display:flex;flex-direction:column;gap:12px}.tournament-stage-overview .main-content .table-container .group-standings{display:flex;flex-direction:column;gap:30px}.tournament-stage-overview .main-content .table-container .group-standings .standings-table{width:100%}.tournament-stage-overview .main-content .table-container .group-standings .group-standing{display:flex;flex-direction:column;gap:10px}.tournament-stage-overview .main-content .table-container .group-standings .group-title{color:#121212;font-family:roboto;font-size:16px;font-weight:600}.tournament-stage-overview .main-content .table-container .bracket-main-container{overflow-x:auto;padding:12px 0;width:100%}.tournament-stage-overview .main-content .table-container .bracket-main-container .match-card{width:450px}@media(max-width:1024px){.tournament-stage-overview .main-content .matches-container .matches-list .match-card{width:100%}}@media(max-width:768px){.tournament-stage-overview .header .row{align-items:flex-start;flex-direction:column;gap:16px}.tournament-stage-overview .header .row .action-buttons{width:100%}.tournament-stage-overview .main-content .overview-container .overview-content{flex-direction:column}.tournament-stage-overview .main-content .overview-container .overview-content .left-section{width:100%}.tournament-stage-overview .main-content .overview-container .overview-content .left-section .bracket-main-container .match-card{width:350px}.tournament-stage-overview .main-content .overview-container .overview-content .right-section{width:100%}.tournament-stage-overview .main-content .overview-container .empty-state .subtitle{width:80%}.tournament-stage-overview .main-content .matches-container .matches-list .match-card{width:100%}.tournament-stage-overview .main-content .table-container .bracket-main-container .match-card{width:350px}}.create-schedule-container{display:flex;flex-direction:column;gap:16px}.create-schedule-container p{margin:0}.create-schedule-container .react-datepicker__input-container input,.create-schedule-container input{font-size:16px!important}@media(max-width:768px){.create-schedule-container .remove-btn,.create-schedule-container .remove-date-btn,.create-schedule-container button{min-height:44px;min-width:44px}.create-schedule-container .match-frequency-container .body{padding:0 4px}.create-schedule-container .match-frequency-container .body .config-card,.create-schedule-container .match-frequency-container .body .group-config-card,.create-schedule-container .match-frequency-container .body .option-card{border-radius:8px}.create-schedule-container .match-frequency-container .body .config-card:hover,.create-schedule-container .match-frequency-container .body .group-config-card:hover,.create-schedule-container .match-frequency-container .body .option-card:hover{transform:none}.create-schedule-container .match-frequency-container .body .react-datepicker__input-container input{font-size:16px;height:44px;padding:12px}.create-schedule-container .match-frequency-container .body .action-buttons .action-btn{font-size:16px;min-height:48px}.create-schedule-container .match-frequency-container .body .field-group .time-input,.create-schedule-container .match-frequency-container .body .field-group input,.create-schedule-container .match-frequency-container .body .setting-row .time-input,.create-schedule-container .match-frequency-container .body .setting-row input{font-size:16px;min-height:44px;padding:12px}}.create-schedule-container select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #99b7de;border-radius:6px;color:#000f23;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;outline:none;padding:0 12px}.create-schedule-container .loader-container{align-items:center;display:flex;height:300px;justify-content:center}.create-schedule-container .loader-container .loader{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.create-schedule-container .back-btn-container{align-items:center;background-color:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;gap:6px;padding:4px;width:fit-content}.create-schedule-container .back-btn-container:hover{background-color:#e7effa}.create-schedule-container .back-btn-container .back-btn-text{color:var(--primary-color);font-family:inter;font-size:14px;font-weight:500;line-height:20px;margin:0}.create-schedule-container .create-schedule-header{align-items:center;background-color:#e7effa;border-radius:6px;display:flex;gap:12px;margin-bottom:16px;padding:12px 24px;width:40%}.create-schedule-container .create-schedule-header .title{font-family:roboto;font-size:18px;font-weight:700}.create-schedule-container .create-schedule-header .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:500}.create-schedule-container .create-schedule-body{display:flex;margin:0 auto;width:100%}.create-schedule-container .create-schedule-body .step-container{width:100%}.create-schedule-container .create-schedule-body .step-container .header{display:flex;flex-direction:column;gap:6px}.create-schedule-container .create-schedule-body .step-container .header .title{color:#121212;font-family:roboto;font-size:24px;font-weight:700}.create-schedule-container .create-schedule-body .step-container .header .subtitle{color:#5d5d5d;font-family:roboto;font-size:15px;font-weight:400}.create-schedule-container .create-schedule-body .step-container .step-title{color:#121212;font-family:roboto;font-size:26px;font-weight:700;margin-bottom:4px}.create-schedule-container .create-schedule-body .step-container .step-subtitle{color:#5d5d5d;font-family:roboto;font-size:16px}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container{display:flex;flex-direction:column;gap:24px}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container{display:flex;flex-direction:column;gap:8px}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .action-buttons{align-items:center;display:flex;gap:6px}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .action-buttons button{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#121212;cursor:pointer;gap:6px;height:40px;padding:8px 16px}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .action-buttons button:hover{background-color:#e7effa}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .teams-count{color:#020618;font-family:roboto;font-size:14px;font-weight:600;margin-bottom:6px;margin-top:12px}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .question{color:#121212;font-family:roboto;font-size:16px;font-weight:600}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .options{align-items:center;display:flex;flex-wrap:wrap;gap:16px;width:100%}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .options button{background-color:#0000;border:1px solid #bababa;border-radius:8px;color:#121212;cursor:pointer;flex:1 1;font-family:inter;font-size:14px;font-weight:500;gap:8px;padding:12px 0}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .options button:hover{background-color:#e7effa}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .options button.inactive{background-color:#fff;cursor:default;opacity:.3}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .options button.active{background-color:#e7effa;border:1.5px solid var(--primary-color);font-weight:600}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .preceding-stages{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .preceding-stages .preceding-stage-container{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:8px;cursor:pointer;display:flex;flex:1 1;gap:8px;max-width:200px;padding:12px}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .preceding-stages .preceding-stage-container:hover{opacity:.8}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .preceding-stages .preceding-stage-container.active{border:2.5px solid var(--primary-color)}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .preceding-stages .preceding-stage-container.active .checkbox-container{background-color:var(--primary-color);border:1px solid var(--primary-color)}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .preceding-stages .preceding-stage-container .checkbox-container{align-items:center;border:1px solid #a1a1a1;border-radius:4px;display:flex;height:16px;justify-content:center;width:16px}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .preceding-stages .preceding-stage-container .preceding-stage-title{color:#020618;font-family:inter;font-size:14px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .teams-list{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .teams-list .team-container{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:8px;cursor:pointer;display:flex;flex:1 1;gap:8px;max-width:250px;padding:12px}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .teams-list .team-container:hover{opacity:.8}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .teams-list .team-container.active{border:2.5px solid var(--primary-color)}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .teams-list .team-container.active .checkbox-container{background-color:var(--primary-color);border:1px solid var(--primary-color)}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .teams-list .team-container .checkbox-container{align-items:center;border:1px solid #a1a1a1;border-radius:4px;display:flex;height:16px;justify-content:center;width:16px}.create-schedule-container .create-schedule-body .step-container .dependent-stages-container .question-container .teams-list .team-container .team-title{color:#020618;font-family:inter;font-size:14px;font-weight:500;white-space:nowrap}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container{display:flex;flex-direction:column;gap:16px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .qualifying-teams-count{align-items:center;background-color:#f3f3f3;border-radius:8px;display:flex;gap:8px;justify-content:space-between;padding:12px 16px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .qualifying-teams-count .total-teams{color:#121212;font-family:roboto;font-size:14px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .qualifying-teams-count .total-value{color:#121212;font-family:roboto;font-size:14px;font-weight:600}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stages-tabs-list{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;gap:8px;overflow-x:auto;width:100%}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stages-tabs-list .stage-tab{cursor:pointer;padding:12px 24px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stages-tabs-list .stage-tab:hover{opacity:.9}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stages-tabs-list .stage-tab p{color:#8c8c8c;font-family:inter;font-size:16px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stages-tabs-list .stage-tab.active{border-bottom:2px solid #5d5d5d}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stages-tabs-list .stage-tab.active p{color:#121212;font-weight:600}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stage-details-container{border:1px solid #e8e8e8;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:16px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stage-details-container .stage-details-title{color:#121212;font-family:roboto;font-size:14px;font-weight:600}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stage-details-container .values-container{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stage-details-container .values-container .value-container{display:flex;flex-direction:column;gap:4px;width:30%}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stage-details-container .values-container .value-container label{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stage-details-container .values-container .value-container .value{color:#121212;font-family:roboto;font-size:14px;font-weight:600}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container{align-items:center;display:flex;gap:24px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container .dropdown-text{color:#121212;font-family:roboto;font-size:14px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container select{width:200px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container .position-range-selectors{display:flex;flex:1 1;flex-direction:column;gap:16px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container .position-range-selectors .position-selector{align-items:center;display:flex;gap:12px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container .position-range-selectors .position-selector label{color:#5d5d5d;font-family:inter;font-size:13px;font-weight:500;min-width:110px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container .position-range-selectors .position-selector select{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#121212;cursor:pointer;flex:1 1;font-family:inter;font-size:14px;height:40px;max-width:200px;padding:8px 12px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container .position-range-selectors .position-selector select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.1);outline:none}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container .position-range-selectors .position-info{background-color:#e7f3ff;border-left:3px solid var(--primary-color);border-radius:6px;padding:12px 16px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container .position-range-selectors .position-info .info-text{color:#1e40af;font-family:inter;font-size:13px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .empty-teams-option{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;margin-top:16px;padding:16px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .empty-teams-option .checkbox-label{align-items:flex-start;cursor:pointer;display:flex;gap:12px;-webkit-user-select:none;user-select:none}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .empty-teams-option .checkbox-label input[type=checkbox]{cursor:pointer;height:18px;margin-top:4px;width:18px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .empty-teams-option .checkbox-label .checkbox-text{color:#121212;font-family:inter;font-size:14px;line-height:1.5}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .empty-teams-info-banner{align-items:center;background-color:#eff6ff;border:1px solid #93c5fd;border-radius:8px;display:flex;gap:12px;margin-top:16px;padding:16px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .empty-teams-info-banner svg{flex-shrink:0}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .empty-teams-info-banner p{color:#1e40af;font-family:inter;font-size:14px;line-height:1.6;margin:0}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-loading{align-items:center;background-color:#f8f9fa;border:1px solid #e8e8e8;border-radius:8px;display:flex;flex-direction:column;gap:16px;justify-content:center;margin-top:24px;padding:40px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-loading .loader{animation:spin .8s linear infinite;border:4px solid #e8e8e8;border-radius:50%;border-top-color:#2563eb;height:40px;width:40px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-loading p{color:#5d5d5d;font-family:inter;font-size:14px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display{border:1px solid #e8e8e8;border-radius:8px;margin-top:24px;overflow:hidden}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-header{background-color:#f8f9fa;border-bottom:1px solid #e8e8e8;padding:16px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-header .header-title{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin-bottom:4px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-header .header-subtitle{color:#5d5d5d;font-family:inter;font-size:13px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list{max-height:400px;overflow-y:auto}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:16px;padding:12px 16px;transition:all .2s ease}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item:last-child{border-bottom:none}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item:hover{background-color:#f8f9fa}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item.qualifying{background-color:#d4eece;border-left:3px solid #22c55e}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item.qualifying:hover{background-color:#c4e4be}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item .team-rank{align-items:center;display:flex;gap:8px;min-width:80px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item .team-rank .rank-number{color:#5d5d5d;font-family:roboto;font-size:18px;font-weight:700}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item .team-rank .qualifying-badge{align-items:center;background-color:#22c55e;border-radius:50%;color:#fff;display:flex;font-size:14px;font-weight:700;height:24px;justify-content:center;width:24px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item .team-info{flex:1 1}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item .team-info .team-name{color:#121212;font-family:roboto;font-size:15px;font-weight:600;margin-bottom:4px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item .team-info .team-details{color:#6b7280;font-family:inter;font-size:13px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item .team-stats{display:flex;gap:16px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item .team-stats .stat{color:#5d5d5d;font-family:inter;font-size:13px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item .team-stats .stat strong{color:#121212;font-weight:600}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .warning-msg-container{background-color:#f3f3f3;border-radius:6px;display:flex;flex-direction:column;gap:16px;padding:24px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .warning-msg-container .warning-msg{color:#5d5d5d;font-family:roboto;font-size:14px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .warning-msg-container .tip{color:var(--primary-color);font-family:roboto;font-size:14px;font-style:italic}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container{display:flex;flex-direction:column;gap:24px}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container .scheduling-types{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container .scheduling-types .type-container{align-items:center;border:1px solid #bababa;border-radius:8px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:8px;height:200px;justify-content:center;padding:20px}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container .scheduling-types .type-container:hover{opacity:.8}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container .scheduling-types .type-container.active{background-color:#e7effa;border:1.5px solid var(--primary-color)}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container .scheduling-types .type-container.active .type-title{font-weight:600}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container .scheduling-types .type-container .type-title{color:#121212;font-family:roboto;font-size:18px;text-align:center}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container .scheduling-types .type-container .type-subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;text-align:center}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container .dropdown-container{align-items:center;display:flex;gap:40px}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container .dropdown-container .dropdown-text{color:#121212;font-family:roboto;font-size:14px}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container .dropdown-container select{width:100px}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container .group-container{align-items:center;background-color:#e8e8e8;border-radius:6px;display:flex;gap:2px;justify-content:space-between;padding:12px}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container .group-container label{color:#121212;font-family:roboto;font-size:14px;font-weight:200}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container .group-container .teams-per-group{color:#121212;font-family:roboto;font-size:16px;font-weight:600}.create-schedule-container .create-schedule-body .step-container .manage-groups-container{display:flex;flex-direction:column;gap:24px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:20px;padding:20px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .dropdown-container{align-items:center;display:flex;gap:40px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .dropdown-container .dropdown-text{color:#121212;font-family:roboto;font-size:14px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .dropdown-container select{width:100px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .groups-overview .overview-text{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin-bottom:12px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .groups-overview .groups-summary{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .groups-overview .groups-summary .group-summary-card{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:8px;padding:12px;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .groups-overview .groups-summary .group-summary-card:hover{border-color:var(--primary-color);box-shadow:0 2px 4px #004aad1a}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .groups-overview .groups-summary .group-summary-card .group-header{align-items:center;border-bottom:1px solid #f1f3f4;display:flex;justify-content:space-between;padding-bottom:8px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .groups-overview .groups-summary .group-summary-card .group-header .group-name{color:#121212;font-family:roboto;font-size:14px;font-weight:600}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .groups-overview .groups-summary .group-summary-card .group-header .team-count{background-color:#e7effa;border-radius:4px;color:var(--primary-color);font-family:inter;font-size:11px;font-weight:500;padding:2px 6px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .groups-overview .groups-summary .group-summary-card .group-teams-preview{display:flex;flex-direction:column;gap:4px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .groups-overview .groups-summary .group-summary-card .group-teams-preview .team-preview{background-color:#f8f9fa;border-radius:4px;color:#5d5d5d;font-family:inter;font-size:12px;overflow:hidden;padding:2px 6px;text-overflow:ellipsis;white-space:nowrap}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .groups-overview .groups-summary .group-summary-card .group-teams-preview .empty-group{color:#9ca3af;font-family:inter;font-size:12px;font-style:italic}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .groups-overview .groups-summary .group-summary-card .group-teams-preview .more-teams{color:var(--primary-color);font-family:inter;font-size:11px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section{display:flex;flex-direction:column;gap:16px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .section-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding-bottom:12px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .section-header .section-title-wrapper{display:flex;flex-direction:column;gap:4px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .section-header .section-title-wrapper .section-title{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .section-header .section-title-wrapper .teams-count{color:#6b7280;font-family:inter;font-size:13px;margin:0}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .section-header .quick-actions{display:flex;gap:8px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .section-header .quick-actions .quick-action-btn{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;font-family:inter;font-size:12px;font-weight:500;height:32px;padding:4px 12px;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .section-header .quick-actions .quick-action-btn:hover:not(:disabled){background-color:#f3f4f6;border-color:var(--primary-color);color:var(--primary-color)}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .section-header .quick-actions .quick-action-btn:active:not(:disabled){background-color:#e7effa}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .section-header .quick-actions .quick-action-btn:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.5}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container{align-items:center;background-color:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:16px;justify-content:space-between;padding:16px;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container:hover{border-color:var(--primary-color);box-shadow:0 2px 4px #004aad1a}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container.unassigned{background-color:#fffbeb;border:2px solid #fbbf24}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container.unassigned:hover{border-color:#f59e0b;box-shadow:0 2px 8px #fbbf2433}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details{display:flex;flex:1 1;flex-direction:column;gap:8px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details .team-info .name{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details .team-info .captain{color:#5d5d5d;font-family:roboto;font-size:13px;margin:0}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details .current-group{align-items:center;display:flex;gap:8px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details .current-group .group-label{color:#6b7280;font-family:inter;font-size:12px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details .current-group .group-badge{border-radius:4px;font-family:inter;font-size:11px;font-weight:600;padding:2px 8px;text-transform:uppercase}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details .current-group .group-badge.group-a{background-color:#fef3c7;color:#92400e}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details .current-group .group-badge.group-b{background-color:#dbeafe;color:#1e40af}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details .current-group .group-badge.group-c{background-color:#d1fae5;color:#065f46}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details .current-group .group-badge.group-d{background-color:#fce7f3;color:#be185d}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details .current-group .group-badge.group-e{background-color:#e0e7ff;color:#3730a3}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details .current-group .group-badge.group-f{background-color:#fef2f2;color:#991b1b}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details .current-group .group-badge.group-g{background-color:#f0fdf4;color:#166534}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details .current-group .group-badge.group-h{background-color:#fefce8;color:#a16207}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .team-details .current-group .group-badge.no-group{background-color:#f3f4f6;color:#6b7280}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .group-selector{display:flex;flex-direction:column;gap:4px;min-width:140px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .group-selector label{color:#6b7280;font-family:inter;font-size:12px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .group-selector select{font-size:13px;height:36px;width:100%}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container{display:flex;flex-direction:column;gap:24px}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .preview-loader-container{align-items:center;display:flex;height:300px;justify-content:center}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .preview-loader-container .loader{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .qualifying-teams{color:#121212;font-family:roboto;font-size:12px;font-weight:700;text-transform:uppercase}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .tabs-list{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;gap:8px;overflow-x:auto;width:100%}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .tabs-list .tab{cursor:pointer;padding:12px 24px;white-space:nowrap}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .tabs-list .tab:hover{opacity:.9}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .tabs-list .tab p{color:#8c8c8c;font-family:inter;font-size:16px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .tabs-list .tab.active{border-bottom:2px solid #5d5d5d}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .tabs-list .tab.active p{color:#121212;font-weight:600}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .action-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .action-buttons button{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;cursor:pointer;display:flex;gap:6px;height:40px;padding:8px 16px}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .action-buttons button:hover{background-color:#e7effa}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .bracket-matches-list{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .bracket-matches-list .bracket-match-item{align-items:center;background-color:#f3f3f3;border-radius:8px;display:flex;gap:16px;justify-content:space-around;padding:8px 16px;width:100%}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .bracket-matches-list .bracket-match-item p{color:#8c8c8c;font-family:roboto;font-size:14px;font-weight:600;text-align:center;text-transform:uppercase}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .bracket-matches-list .bracket-match-item select{width:250px}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container{display:flex;flex-direction:column;gap:24px}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .preview-loader-container{align-items:center;display:flex;height:300px;justify-content:center}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .preview-loader-container .loader{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .tabs-list{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;gap:8px;overflow-x:auto;width:100%}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .tabs-list .tab{cursor:pointer;padding:12px 24px;white-space:nowrap}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .tabs-list .tab:hover{opacity:.9}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .tabs-list .tab p{color:#8c8c8c;font-family:inter;font-size:16px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .tabs-list .tab.active{border-bottom:2px solid #5d5d5d}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .tabs-list .tab.active p{color:#121212;font-weight:600}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .scheduled-matches-list{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .scheduled-matches-list .scheduled-match-item{align-items:center;border:1px solid #e8e8e8;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:16px}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .scheduled-matches-list .scheduled-match-item .match-details{display:flex;flex-direction:column;gap:4px}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .scheduled-matches-list .scheduled-match-item .match-details .group{color:var(--primary-color);font-family:roboto;font-size:14px;font-weight:700;text-transform:uppercase}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .scheduled-matches-list .scheduled-match-item .match-details .match-num{color:#8c8c8c;font-family:roboto;font-size:12px;font-weight:600;text-align:center;text-transform:uppercase}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .scheduled-matches-list .scheduled-match-item .teams-container{align-items:center;display:flex;gap:24px}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .scheduled-matches-list .scheduled-match-item .teams-container .team{color:#121212;font-family:roboto;font-size:16px;font-weight:700;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:120px}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .scheduled-matches-list .scheduled-match-item .teams-container .versus{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:700}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .scheduled-matches-list .scheduled-match-item .actions-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .scheduled-matches-list .scheduled-match-item .actions-container input{background-color:#fff;border:1px solid #99b7de;border-radius:6px;flex:1 1;font-family:inter;font-size:14px;gap:8px;height:40px;padding:8px 12px}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .scheduled-matches-list .scheduled-match-item .actions-container .date{flex:1 1}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .scheduled-matches-list .scheduled-match-item .actions-container select{flex:1 1;min-width:120px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container{display:flex;flex-direction:column;gap:32px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .header{display:flex;flex-direction:column;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .header .title{color:#121212;font-family:roboto;font-size:24px;font-weight:700;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .header .subtitle{color:#5d5d5d;font-family:roboto;font-size:16px;line-height:1.5;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .header .empty-teams-info-banner{align-items:center;background-color:#eff6ff;border:1px solid #93c5fd;border-radius:8px;display:flex;gap:12px;margin-top:16px;padding:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .header .empty-teams-info-banner svg{flex-shrink:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .header .empty-teams-info-banner p{color:#1e40af;font-family:inter;font-size:14px;line-height:1.6;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body{display:flex;flex-direction:column;gap:32px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .tournament-overview .overview-card{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:24px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .tournament-overview .overview-card h3{color:#121212;font-family:roboto;font-size:18px;font-weight:600;margin:0 0 16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .tournament-overview .overview-card .overview-stats{display:flex;gap:32px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .tournament-overview .overview-card .overview-stats .stat-item{display:flex;flex-direction:column;gap:4px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .tournament-overview .overview-card .overview-stats .stat-item .stat-label{color:#6b7280;font-family:inter;font-size:14px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .tournament-overview .overview-card .overview-stats .stat-item .stat-value{color:var(--primary-color);font-family:roboto;font-size:24px;font-weight:700}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options h3{color:#121212;font-family:roboto;font-size:20px;font-weight:600;margin:0 0 20px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card{background-color:#fff;border:2px solid #e9ecef;border-radius:12px;padding:24px;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #004aad1a}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-header{margin-bottom:20px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-header h4{color:#121212;font-family:roboto;font-size:18px;font-weight:600;margin:0 0 8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-header p{color:#6b7280;font-family:inter;font-size:14px;line-height:1.4;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .date-selection{margin-bottom:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .date-selection label{color:#374151;display:block;font-family:inter;font-size:14px;font-weight:500;margin-bottom:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .date-selection .date{border:1px solid #99b7de;border-radius:6px;font-size:14px;height:40px;padding:8px 12px;width:100%}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .selected-dates h5{color:#121212;font-family:roboto;font-size:14px;font-weight:600;margin:0 0 12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .selected-dates .dates-list{display:flex;flex-direction:column;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .selected-dates .dates-list .date-item{align-items:center;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;justify-content:space-between;padding:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .selected-dates .dates-list .date-item .date-info{display:flex;flex-direction:column;gap:2px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .selected-dates .dates-list .date-item .date-info .date-text{color:#121212;font-family:roboto;font-size:14px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .selected-dates .dates-list .date-item .date-info .matches-count{color:#6b7280;font-family:inter;font-size:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .selected-dates .dates-list .date-item .remove-date-btn{background:#0000;border:none;border-radius:4px;color:#6b7280;cursor:pointer;padding:4px;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .selected-dates .dates-list .date-item .remove-date-btn:hover{background-color:#fee2e2;color:#dc2626}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview h5{color:#121212;font-family:roboto;font-size:14px;font-weight:600;margin:0 0 12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview .groups-list{display:flex;flex-direction:column;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview .groups-list .group-item{align-items:center;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;justify-content:space-between;padding:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview .groups-list .group-item .group-info{display:flex;flex-direction:column;gap:2px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview .groups-list .group-item .group-info .group-name{color:#121212;font-family:roboto;font-size:14px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview .groups-list .group-item .group-info .group-teams{color:#6b7280;font-family:inter;font-size:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview .groups-list .group-item .group-dates .dates-count{color:var(--primary-color);font-family:inter;font-size:12px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview .groups-list .group-item .group-dates .no-dates{color:#9ca3af;font-family:inter;font-size:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .quick-actions-section{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:24px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .quick-actions-section .actions-header{margin-bottom:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .quick-actions-section .actions-header h3{color:#121212;font-family:roboto;font-size:18px;font-weight:600;margin:0 0 8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .quick-actions-section .actions-header p{color:#6b7280;font-family:inter;font-size:14px;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .quick-actions-section .action-buttons{display:flex;gap:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .quick-actions-section .action-buttons .action-btn{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;font-family:inter;font-size:14px;font-weight:500;padding:12px 20px;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .quick-actions-section .action-buttons .action-btn:hover{background-color:#f3f4f6;border-color:var(--primary-color);color:var(--primary-color)}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .quick-actions-section .action-buttons .action-btn.secondary{background-color:#f9fafb;border-color:#e5e7eb}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration h3{color:#121212;font-family:roboto;font-size:20px;font-weight:600;margin:0 0 20px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card{background-color:#fff;border:1px solid #e9ecef;border-radius:12px;padding:20px;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #004aad1a}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-header{align-items:center;border-bottom:1px solid #f1f3f4;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-header h4{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-header .remove-btn{background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;padding:6px;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-header .remove-btn:hover{background-color:#fee2e2;color:#dc2626}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-fields{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-fields .field-group{display:flex;flex-direction:column;gap:6px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-fields .field-group label{color:#374151;font-family:inter;font-size:12px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-fields .field-group .time-input,.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-fields .field-group input{border:1px solid #99b7de;border-radius:6px;font-family:roboto;font-size:14px;height:36px;padding:8px 12px;transition:border-color .2s;width:100%}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-fields .field-group .time-input:focus,.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-fields .field-group input:focus{border-color:var(--primary-color);outline:none}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config h3{color:#121212;font-family:roboto;font-size:20px;font-weight:600;margin:0 0 8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .section-description{color:#6b7280;font-family:inter;font-size:14px;line-height:1.5;margin:0 0 24px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card{background-color:#fff;border:1px solid #e9ecef;border-radius:12px;padding:20px;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #004aad1a}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-header{align-items:center;border-bottom:1px solid #f1f3f4;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-header h4{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-header .group-meta{display:flex;gap:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-header .group-meta .date-count,.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-header .group-meta .team-count{border-radius:4px;font-family:inter;font-size:12px;font-weight:500;padding:4px 8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-header .group-meta .team-count{background-color:#e7effa;color:var(--primary-color)}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-header .group-meta .date-count{background-color:#f0f9ff;color:#0369a1}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .add-date-section{margin-bottom:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .add-date-section label{color:#374151;display:block;font-family:inter;font-size:14px;font-weight:500;margin-bottom:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .add-date-section .date-select{background-color:#fff;border:1px solid #99b7de;border-radius:6px;cursor:pointer;font-family:roboto;font-size:14px;height:40px;padding:8px 12px;transition:border-color .2s;width:100%}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .add-date-section .date-select:focus{border-color:var(--primary-color);outline:none}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .add-date-section .date-select:hover{border-color:var(--primary-color)}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-list h5{color:#121212;font-family:roboto;font-size:14px;font-weight:600;margin:0 0 12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-list .dates-list{display:flex;flex-direction:column;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-list .dates-list .date-item{align-items:center;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;justify-content:space-between;padding:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-list .dates-list .date-item .date-info{display:flex;flex-direction:column;gap:2px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-list .dates-list .date-item .date-info .date-text{color:#121212;font-family:roboto;font-size:14px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-list .dates-list .date-item .date-info .matches-count{color:#6b7280;font-family:inter;font-size:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-list .dates-list .date-item .remove-date-btn{background:#0000;border:none;border-radius:4px;color:#6b7280;cursor:pointer;padding:6px;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-list .dates-list .date-item .remove-date-btn:hover{background-color:#fee2e2;color:#dc2626}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .total-container{align-items:center;background-color:#f3f3f3;border-radius:6px;display:flex;gap:2px;justify-content:space-between;padding:12px;width:50%}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .total-container label{color:#121212;font-family:roboto;font-size:14px;font-weight:200}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .total-container p{color:#121212;font-family:roboto;font-size:16px;font-weight:600}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .main-config-section{display:flex;flex-direction:column;gap:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .main-config-section h3{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .main-config-section .section-description{color:#6b7280;font-family:inter;font-size:14px;line-height:1.4;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-summary{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;flex-direction:column;gap:8px;padding:16px;width:50%}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-summary .summary-item{align-items:center;display:flex;gap:12px;justify-content:space-between}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-summary .summary-item label{color:#374151;font-family:inter;font-size:14px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-summary .summary-item p{font-family:inter;font-size:14px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-summary .summary-item p.status-ok{color:#059669}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-summary .summary-item p.status-warning{color:#dc2626}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .manual-config-section{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;flex-direction:column;gap:8px;padding:16px;width:50%}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .manual-config-section .manual-note{color:#6b7280;font-family:inter;font-size:13px;line-height:1.4;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .manual-config-section .manual-btn{align-self:flex-start;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;font-family:inter;font-size:13px;font-weight:500;height:36px;padding:6px 16px;transition:all .2s;width:fit-content}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .manual-config-section .manual-btn:hover{background-color:#f3f4f6;border-color:#9ca3af;color:#374151}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .manual-config-section .manual-btn.secondary{background-color:#f9fafb;border-color:#e5e7eb;color:#6b7280}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body h2{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:600;margin:0 0 6px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;line-height:1.4;margin:0 0 12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .date{border:1px solid #99b7de;border-radius:6px;height:40px;max-width:300px;padding:8px 16px;width:100%}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:20px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .assignment-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .assignment-header div{flex:1 1}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .assignment-header div h2{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .assignment-header div .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;margin:4px 0 0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:16px;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #004aad1a}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .group-header{border-bottom:1px solid #f1f3f4;display:flex;flex-direction:column;gap:8px;padding-bottom:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .group-header .group-title-section{align-items:center;display:flex;justify-content:space-between}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .group-header .group-title-section h3{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .group-header .group-title-section .group-stats{display:flex;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .group-header .group-title-section .group-stats .team-count{background-color:#e7effa;border-radius:4px;color:var(--primary-color);font-family:inter;font-size:12px;font-weight:500;padding:4px 8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .group-header .group-title-section .group-stats .match-count{background-color:#f0f9ff;border-radius:4px;color:#0369a1;font-family:inter;font-size:12px;font-weight:500;padding:4px 8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .group-header .group-teams-preview{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .group-header .group-teams-preview .team-preview{background-color:#f8f9fa;border-radius:4px;color:#5d5d5d;font-family:inter;font-size:11px;max-width:80px;overflow:hidden;padding:2px 6px;text-overflow:ellipsis;white-space:nowrap}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .group-header .group-teams-preview .empty-group{color:#9ca3af;font-family:inter;font-size:11px;font-style:italic}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .group-header .group-teams-preview .more-teams{color:var(--primary-color);font-family:inter;font-size:10px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection{display:flex;flex-direction:column;gap:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .date-picker-section{display:flex;flex-direction:column;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .date-picker-section label{color:#374151;font-family:inter;font-size:14px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .date-picker-section .date{border:1px solid #99b7de;border-radius:6px;height:40px;max-width:300px;padding:8px 16px;width:100%}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .group-dates-list{display:flex;flex-direction:column;gap:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .group-dates-list h4{color:#121212;font-family:roboto;font-size:14px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .group-dates-list .group-date-config-card{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;flex-direction:column;gap:8px;padding:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .group-dates-list .group-date-config-card .date-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding-bottom:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .group-dates-list .group-date-config-card .date-header strong{color:#121212;font-family:roboto;font-size:14px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .group-dates-list .group-date-config-card .date-header .remove-btn{background:#0000;border:none;cursor:pointer;padding:4px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .group-dates-list .group-date-config-card .date-header .remove-btn svg{color:#888;height:16px;transition:color .2s ease;width:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .group-dates-list .group-date-config-card .date-header .remove-btn svg:hover{color:#d00}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .group-dates-list .group-date-config-card .date-config-content{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .group-dates-list .group-date-config-card .date-config-content .input-container{display:flex;flex-direction:column;gap:4px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .group-dates-list .group-date-config-card .date-config-content .input-container label{color:#6b7280;font-family:inter;font-size:12px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .group-dates-list .group-date-config-card .date-config-content .input-container input{border:1px solid #99b7de;border-radius:4px;color:#121212;font-family:roboto;font-size:12px;height:32px;padding:4px 8px;width:100%}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-date-assignment .group-date-grid .group-date-card .date-selection .group-dates-list .group-date-config-card .date-config-content .input-container .time{font-size:12px;height:32px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:20px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header div{flex:1 1}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header div h2{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header div .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;margin:4px 0 0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header div .venue-range-config{margin-top:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header div .venue-range-config label{color:#121212;display:block;font-family:roboto;font-size:14px;font-weight:500;margin-bottom:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header div .venue-range-config .venue-range-info{margin-bottom:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header div .venue-range-config .venue-range-info .auto-calculated{background-color:#f0f9ff;border:1px solid #0ea5e9;border-radius:6px;display:flex;flex-direction:column;gap:4px;padding:8px 12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header div .venue-range-config .venue-range-info .auto-calculated .auto-label{color:#0369a1;font-family:inter;font-size:12px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header div .venue-range-config .venue-range-info .auto-calculated .venue-count{color:#0c4a6e;font-family:roboto;font-size:13px;font-weight:600}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header div .venue-range-config .venue-range-inputs{align-items:center;display:flex;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header div .venue-range-config .venue-range-inputs input{border:1px solid #99b7de;border-radius:4px;font-family:roboto;font-size:14px;height:32px;padding:0 8px;text-align:center;width:60px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header div .venue-range-config .venue-range-inputs span{color:#5d5d5d;font-family:roboto;font-size:14px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header .auto-assign-btn{background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:inter;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s;white-space:nowrap}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header .auto-assign-btn:hover{background-color:#1d4ed8}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header .auto-assign-btn:active{background-color:#1e40af}@media(max-width:768px){.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header{align-items:stretch;flex-direction:column;gap:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .assignment-header .auto-assign-btn{align-self:flex-start}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid{gap:12px;grid-template-columns:1fr}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-card{padding:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-card .venue-options{flex-direction:column}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-card .venue-options .venue-option{min-width:auto;width:100%}}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:16px;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #004aad1a}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .group-header{border-bottom:1px solid #f1f3f4;display:flex;flex-direction:column;gap:8px;padding-bottom:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .group-header .group-title-section{align-items:center;display:flex;justify-content:space-between}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .group-header .group-title-section h3{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .group-header .group-title-section .group-stats{display:flex;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .group-header .group-title-section .group-stats .team-count{background-color:#e7effa;border-radius:4px;color:var(--primary-color);font-family:inter;font-size:12px;font-weight:500;padding:4px 8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .group-header .group-title-section .group-stats .match-count{background-color:#f0f9ff;border-radius:4px;color:#0369a1;font-family:inter;font-size:12px;font-weight:500;padding:4px 8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .group-header .group-teams-preview{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .group-header .group-teams-preview .team-preview{background-color:#f8f9fa;border-radius:4px;color:#5d5d5d;font-family:inter;font-size:11px;max-width:80px;overflow:hidden;padding:2px 6px;text-overflow:ellipsis;white-space:nowrap}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .group-header .group-teams-preview .empty-group{color:#9ca3af;font-family:inter;font-size:11px;font-style:italic}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .group-header .group-teams-preview .more-teams{color:var(--primary-color);font-family:inter;font-size:10px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .venue-selection{display:flex;flex-direction:column;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .venue-selection label{color:#374151;font-family:inter;font-size:14px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .venue-selection .venue-options{display:flex;flex-wrap:wrap;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .venue-selection .venue-options .venue-option{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-family:inter;font-size:13px;font-weight:500;min-width:80px;padding:8px 12px;position:relative;text-align:center;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .venue-selection .venue-options .venue-option:hover{background-color:#f8fafc;border-color:var(--primary-color)}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .venue-selection .venue-options .venue-option.assigned{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .venue-selection .venue-options .venue-option.assigned .checkmark{align-items:center;background-color:#059669;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:18px;justify-content:center;position:absolute;right:-4px;top:-4px;width:18px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .venue-info{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;flex-direction:column;gap:8px;padding:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .venue-info .venue-assignment-summary p{color:#5d5d5d;font-family:inter;font-size:13px;margin:0 0 4px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .venue-info .venue-assignment-summary p:last-child{margin-bottom:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .venue-info .venue-assignment-summary p strong{color:#374151}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .venue-info .scheduling-preview{border-top:1px solid #e5e7eb;padding-top:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .group-venue-grid .group-venue-card .venue-info .scheduling-preview .scheduling-note{color:#6b7280;font-family:inter;font-size:12px;font-style:italic;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .optional-note{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;margin-top:16px;padding:12px 16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .optional-note p{color:#856404;font-family:inter;font-size:14px;line-height:1.4;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-venue-assignment .optional-note p strong{font-weight:600}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:20px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header div{flex:1 1}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header div h2{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header div .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;margin:4px 0 0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header div .venue-range-config{margin-top:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header div .venue-range-config label{color:#121212;display:block;font-family:roboto;font-size:14px;font-weight:500;margin-bottom:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header div .venue-range-config .venue-range-info{margin-bottom:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header div .venue-range-config .venue-range-info .auto-calculated{background-color:#f0f9ff;border:1px solid #0ea5e9;border-radius:6px;display:flex;flex-direction:column;gap:4px;padding:8px 12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header div .venue-range-config .venue-range-info .auto-calculated .auto-label{color:#0369a1;font-family:inter;font-size:12px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header div .venue-range-config .venue-range-info .auto-calculated .venue-count{color:#0c4a6e;font-family:roboto;font-size:13px;font-weight:600}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header div .venue-range-config .venue-range-inputs{align-items:center;display:flex;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header div .venue-range-config .venue-range-inputs input{border:1px solid #99b7de;border-radius:4px;font-family:roboto;font-size:14px;height:32px;padding:0 8px;text-align:center;width:60px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header div .venue-range-config .venue-range-inputs span{color:#5d5d5d;font-family:roboto;font-size:14px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header .auto-assign-btn{background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:inter;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s;white-space:nowrap}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header .auto-assign-btn:hover{background-color:#1d4ed8}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header .auto-assign-btn:active{background-color:#1e40af}@media(max-width:768px){.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header{align-items:stretch;flex-direction:column;gap:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .assignment-header .auto-assign-btn{align-self:flex-start}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid{gap:12px;grid-template-columns:1fr}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-card{padding:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-card .venue-options{flex-direction:column}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-card .venue-options .venue-option{min-width:auto;width:100%}}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:16px;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #004aad1a}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .round-header{border-bottom:1px solid #f1f3f4;display:flex;flex-direction:column;gap:8px;padding-bottom:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .round-header .round-title-section{align-items:center;display:flex;justify-content:space-between}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .round-header .round-title-section h3{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .round-header .round-title-section .round-stats{display:flex;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .round-header .round-title-section .round-stats .match-count{background-color:#f0f9ff;border-radius:4px;color:#0369a1;font-family:inter;font-size:12px;font-weight:500;padding:4px 8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .round-header .round-matches-preview{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .round-header .round-matches-preview .match-preview{background-color:#f8f9fa;border-radius:4px;color:#5d5d5d;font-family:inter;font-size:11px;max-width:120px;overflow:hidden;padding:2px 6px;text-overflow:ellipsis;white-space:nowrap}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .round-header .round-matches-preview .empty-round{color:#9ca3af;font-family:inter;font-size:11px;font-style:italic}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .round-header .round-matches-preview .more-matches{color:var(--primary-color);font-family:inter;font-size:10px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .venue-selection{display:flex;flex-direction:column;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .venue-selection label{color:#374151;font-family:inter;font-size:14px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .venue-selection .venue-options{display:flex;flex-wrap:wrap;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .venue-selection .venue-options .venue-option{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-family:inter;font-size:13px;font-weight:500;min-width:80px;padding:8px 12px;position:relative;text-align:center;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .venue-selection .venue-options .venue-option:hover{background-color:#f8fafc;border-color:var(--primary-color)}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .venue-selection .venue-options .venue-option.assigned{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .venue-selection .venue-options .venue-option.assigned .checkmark{align-items:center;background-color:#059669;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:18px;justify-content:center;position:absolute;right:-4px;top:-4px;width:18px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .venue-info{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;flex-direction:column;gap:8px;padding:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .venue-info .venue-assignment-summary p{color:#5d5d5d;font-family:inter;font-size:13px;margin:0 0 4px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .venue-info .venue-assignment-summary p:last-child{margin-bottom:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .venue-info .venue-assignment-summary p strong{color:#374151}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .venue-info .scheduling-preview{border-top:1px solid #e5e7eb;padding-top:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .round-venue-grid .round-venue-card .venue-info .scheduling-preview .scheduling-note{color:#6b7280;font-family:inter;font-size:12px;font-style:italic;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .optional-note{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;margin-top:16px;padding:12px 16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .optional-note p{color:#856404;font-family:inter;font-size:14px;line-height:1.4;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .knockout-venue-assignment .optional-note p strong{font-weight:600}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:20px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header div{flex:1 1}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header div h2{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header div .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;margin:4px 0 0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header div .venue-range-config{margin-top:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header div .venue-range-config label{color:#121212;display:block;font-family:roboto;font-size:14px;font-weight:500;margin-bottom:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header div .venue-range-config .venue-range-info{margin-bottom:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header div .venue-range-config .venue-range-info .auto-calculated{background-color:#f0f9ff;border:1px solid #0ea5e9;border-radius:6px;display:flex;flex-direction:column;gap:4px;padding:8px 12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header div .venue-range-config .venue-range-info .auto-calculated .auto-label{color:#0369a1;font-family:inter;font-size:12px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header div .venue-range-config .venue-range-info .auto-calculated .venue-count{color:#0c4a6e;font-family:roboto;font-size:13px;font-weight:600}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header div .venue-range-config .venue-range-inputs{align-items:center;display:flex;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header div .venue-range-config .venue-range-inputs input{border:1px solid #99b7de;border-radius:4px;font-family:roboto;font-size:14px;height:32px;padding:0 8px;text-align:center;width:60px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header div .venue-range-config .venue-range-inputs span{color:#5d5d5d;font-family:roboto;font-size:14px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header .auto-assign-btn{background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:inter;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s;white-space:nowrap}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header .auto-assign-btn:hover{background-color:#1d4ed8}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header .auto-assign-btn:active{background-color:#1e40af}@media(max-width:768px){.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header{align-items:stretch;flex-direction:column;gap:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .assignment-header .auto-assign-btn{align-self:flex-start}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .league-venue-selection .venue-options{flex-direction:column}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .league-venue-selection .venue-options .venue-option{min-width:auto;width:100%}}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .league-venue-selection{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:16px;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .league-venue-selection:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #004aad1a}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .league-venue-selection label{color:#374151;font-family:inter;font-size:14px;font-weight:500}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .league-venue-selection .venue-options{display:flex;flex-wrap:wrap;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .league-venue-selection .venue-options .venue-option{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-family:inter;font-size:13px;font-weight:500;min-width:80px;padding:8px 12px;position:relative;text-align:center;transition:all .2s}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .league-venue-selection .venue-options .venue-option:hover{background-color:#f8fafc;border-color:var(--primary-color)}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .league-venue-selection .venue-options .venue-option.assigned{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .league-venue-selection .venue-options .venue-option.assigned .checkmark{align-items:center;background-color:#059669;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:18px;justify-content:center;position:absolute;right:-4px;top:-4px;width:18px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .venue-info{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;flex-direction:column;gap:8px;padding:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .venue-info .venue-assignment-summary p{color:#5d5d5d;font-family:inter;font-size:13px;margin:0 0 4px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .venue-info .venue-assignment-summary p:last-child{margin-bottom:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .venue-info .venue-assignment-summary p strong{color:#374151}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .venue-info .scheduling-preview{border-top:1px solid #e5e7eb;padding-top:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .venue-info .scheduling-preview .scheduling-note{color:#6b7280;font-family:inter;font-size:12px;font-style:italic;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .optional-note{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;margin-top:16px;padding:12px 16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .optional-note p{color:#856404;font-family:inter;font-size:14px;line-height:1.4;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .league-venue-assignment .optional-note p strong{font-weight:600}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section{display:flex;flex-direction:column;gap:6px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section h3{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:600;margin:0}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section .match-configurations{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section .match-configurations .config-card{border:1px solid #e7effa;border-radius:8px;display:flex;flex-direction:column;width:49%}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section .match-configurations .config-card .top-row{align-items:center;background-color:#e8e8e8;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;justify-content:space-between;padding:4px 12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section .match-configurations .config-card .top-row strong{color:#121212;font-family:roboto;font-size:14px;font-weight:700}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section .match-configurations .config-card .top-row .remove-btn{background:#0000;border:none;cursor:pointer;padding:4px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section .match-configurations .config-card .top-row .remove-btn svg{color:#888;height:20px;transition:color .2s ease;width:20px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section .match-configurations .config-card .top-row .remove-btn svg:hover{color:#d00}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section .match-configurations .config-card .card-content{display:flex;flex-direction:column;gap:12px;padding:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section .match-configurations .config-card .card-content .input-container{align-items:center;display:flex;gap:24px;justify-content:space-between}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section .match-configurations .config-card .card-content .input-container label{color:#121212;font-family:roboto;font-size:14px;width:300px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section .match-configurations .config-card .card-content .input-container input{border:1px solid #99b7de;border-radius:6px;color:#121212;font-family:roboto;font-size:14px;height:36px;padding:4px 8px;width:100px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section .match-configurations .config-card .card-content .input-container .time{width:100px}.create-schedule-container .create-schedule-footer{align-items:center;background-color:#fff;bottom:0;display:flex;gap:8px;justify-content:flex-end;margin:0 auto;padding:16px 0;position:sticky;width:100%}.create-schedule-container .create-schedule-footer .footer-btn{border:none;border-radius:6px;color:#000f23;cursor:pointer;font-family:inter;font-size:14px;font-weight:600;height:40px;min-width:100px;padding:8px 16px}.create-schedule-container .create-schedule-footer .footer-btn .loader{animation:spin .6s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;display:inline-block;height:16px;vertical-align:middle;width:16px}.create-schedule-container .create-schedule-footer .footer-btn:hover{opacity:.9}.create-schedule-container .create-schedule-footer .footer-btn.disabled{cursor:default;opacity:.5}.create-schedule-container .create-schedule-footer .footer-btn.next{background-color:var(--primary-color);color:#fff}.create-schedule-container .create-schedule-footer .footer-btn.back{background-color:#e7effa}.create-schedule-container .create-schedule-overlay-loader{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#000f234d;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.create-schedule-container .create-schedule-overlay-loader .create-schedule-loader{animation:spin .8s linear infinite;border:4px solid var(--primary-color);border-radius:50%;border-top:4px solid #e7effa;height:32px;width:32px}.create-schedule-container .create-schedule-overlay-loader .loading-text{color:var(--primary-color);font-family:roboto;font-size:16px;font-weight:600;margin-top:12px}@media(max-width:768px){.create-schedule-container{height:90vh;padding:0 8px}.create-schedule-container .create-schedule-header{padding:12px 16px;width:100%}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .dropdown-container{justify-content:space-between}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .groups-configuration .groups-summary{grid-template-columns:1fr}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .section-header{align-items:stretch;flex-direction:column;gap:12px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .section-header .section-title-wrapper{text-align:center}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .section-header .section-title-wrapper .teams-count{font-size:12px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .section-header .quick-actions{justify-content:center}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list{grid-template-columns:1fr}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container{align-items:stretch;flex-direction:column;gap:12px}.create-schedule-container .create-schedule-body .step-container .manage-groups-container .teams-assignment-section .teams-list .team-container .group-selector{min-width:auto}.create-schedule-container .create-schedule-body .step-container .scheduling-type-container .dropdown-container{justify-content:space-between}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stages-tabs-list{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stages-tabs-list::-webkit-scrollbar{display:none}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stages-tabs-list .stage-tab{flex-shrink:0;padding:8px 16px;white-space:nowrap}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stages-tabs-list .stage-tab p{font-size:14px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stage-details-container{padding:12px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stage-details-container .values-container{flex-direction:column;gap:12px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stage-details-container .values-container .value-container{align-items:center;border-bottom:1px solid #f0f0f0;flex-direction:row;justify-content:space-between;padding:8px 0;width:100%}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stage-details-container .values-container .value-container:last-child{border-bottom:none}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stage-details-container .values-container .value-container label{font-size:13px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .stage-details-container .values-container .value-container .value{font-size:14px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container{align-items:stretch;flex-direction:column;gap:16px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container .dropdown-text{font-size:13px;text-align:center}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container .position-range-selectors .position-selector{align-items:stretch;flex-direction:column;gap:8px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container .position-range-selectors .position-selector label{font-size:12px;min-width:auto;text-align:center}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container .position-range-selectors .position-selector select{font-size:16px;height:44px;max-width:none;width:100%}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container .position-range-selectors .position-info{margin-top:8px;padding:10px 12px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .dropdown-container .position-range-selectors .position-info .info-text{font-size:12px;text-align:center}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-header{padding:12px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-header .header-title{font-size:14px;text-align:center}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-header .header-subtitle{font-size:12px;margin-top:4px;text-align:center}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list{max-height:300px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item{align-items:stretch;flex-direction:column;gap:8px;padding:10px 12px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item .team-info{align-items:center;flex-direction:row;justify-content:space-between}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item .team-info .team-name{font-size:13px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item .team-info .team-position{font-size:12px}.create-schedule-container .create-schedule-body .step-container .qualification-rules-container .ranked-teams-display .ranked-teams-list .ranked-team-item .team-details{align-items:center;flex-direction:row;font-size:11px;justify-content:space-between}.create-schedule-container .create-schedule-body .step-container .match-scheduling-container .scheduled-matches-list{grid-template-columns:repeat(1,1fr)}.create-schedule-container .create-schedule-body .step-container .manage-bracket-container .bracket-matches-list select{max-width:120px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body{gap:24px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .tournament-overview .overview-card{padding:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .tournament-overview .overview-card h3{font-size:16px;margin-bottom:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .tournament-overview .overview-card .overview-stats{flex-direction:column;gap:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .tournament-overview .overview-card .overview-stats .stat-item .stat-label{font-size:13px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .tournament-overview .overview-card .overview-stats .stat-item .stat-value{font-size:20px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options h3{font-size:18px;margin-bottom:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid{gap:16px;grid-template-columns:1fr}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card{padding:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-header{margin-bottom:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-header h4{font-size:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-header p{font-size:13px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .date-selection{margin-bottom:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .date-selection label{font-size:13px;margin-bottom:6px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .date-selection .date{font-size:16px;height:44px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .selected-dates h5{font-size:13px;margin-bottom:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .selected-dates .dates-list{gap:6px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .selected-dates .dates-list .date-item{padding:10px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .selected-dates .dates-list .date-item .date-info .date-text{font-size:13px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .selected-dates .dates-list .date-item .date-info .matches-count{font-size:11px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .selected-dates .dates-list .date-item .remove-date-btn{padding:6px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview h5{font-size:13px;margin-bottom:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview .groups-list{gap:6px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview .groups-list .group-item{padding:10px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview .groups-list .group-item .group-info .group-name{font-size:13px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview .groups-list .group-item .group-dates .dates-count,.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview .groups-list .group-item .group-dates .no-dates,.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-options .options-grid .option-card .option-content .groups-preview .groups-list .group-item .group-info .group-teams{font-size:11px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .quick-actions-section{padding:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .quick-actions-section .actions-header{margin-bottom:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .quick-actions-section .actions-header h3{font-size:16px;margin-bottom:6px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .quick-actions-section .actions-header p{font-size:13px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .quick-actions-section .action-buttons{flex-direction:column;gap:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .quick-actions-section .action-buttons .action-btn{font-size:15px;height:48px;padding:14px 20px;width:100%}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration h3{font-size:18px;margin-bottom:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards{gap:16px;grid-template-columns:1fr}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card{padding:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-header{margin-bottom:12px;padding-bottom:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-header h4{font-size:14px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-header .remove-btn{padding:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-fields{gap:12px;grid-template-columns:1fr}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-fields .field-group{gap:4px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-fields .field-group label{font-size:11px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-fields .field-group .time-input,.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .detailed-configuration .config-cards .config-card .config-fields .field-group input{font-size:16px;height:44px;padding:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config h3{font-size:18px;margin-bottom:6px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .section-description{font-size:13px;margin-bottom:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid{gap:16px;grid-template-columns:1fr}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card{padding:16px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-header{margin-bottom:12px;padding-bottom:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-header h4{font-size:14px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-header .group-meta{align-items:flex-end;flex-direction:column;gap:4px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-header .group-meta .date-count,.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-header .group-meta .team-count{font-size:10px;padding:2px 6px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .add-date-section{margin-bottom:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .add-date-section label{font-size:13px;margin-bottom:6px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .add-date-section .date-select{font-size:16px;height:44px;padding:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-config h5{font-size:13px;margin-bottom:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-config .date-config-item{margin-bottom:8px;padding:12px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-config .date-config-item .date-header{margin-bottom:8px;padding-bottom:6px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-config .date-config-item .date-header .date-text{font-size:13px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-config .date-config-item .date-header .remove-date-btn{padding:6px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-config .date-config-item .date-settings{gap:8px;grid-template-columns:1fr}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-config .date-config-item .date-settings .setting-row{gap:3px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-config .date-config-item .date-settings .setting-row label{font-size:10px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-config .date-config-item .date-settings .setting-row .time-input,.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .group-specific-config .groups-config-grid .group-config-card .group-content .group-dates-config .date-config-item .date-settings .setting-row input{font-size:14px;height:40px;padding:8px}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .manual-config-section,.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .scheduling-summary{width:100%}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .date{max-width:100%}.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .configurations-section .match-configurations .config-card,.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .manual-btn,.create-schedule-container .create-schedule-body .step-container .match-frequency-container .body .total-container{width:100%}.create-schedule-container .create-schedule-footer{align-items:flex-end;bottom:0;height:100%;padding:16px 8px;width:100%}.create-schedule-container .create-schedule-footer .footer-btn{flex:1 1;font-size:16px;min-height:48px}}.match-edit-dialog-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100;.match-edit-dialog{animation:slideIn .3s ease-out forwards;bottom:0;position:fixed;right:0;top:0;transform:translateX(100%);width:375px;z-index:101;&.slide-out{animation:slideOut .3s ease-in forwards}.dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;gap:24px;height:100%;overflow-y:auto;padding:24px;.header{align-items:flex-start;display:flex;gap:4px;justify-content:space-between;.title{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0}}.body{display:flex;flex:1 1;flex-direction:column;gap:8px;overflow-y:none;.datetime-container{display:flex;flex-direction:column;gap:8px;.input-container{align-items:center;display:flex;gap:16px;justify-content:space-between;label{font-weight:400}.datepicker,label{color:#121212;font-family:roboto;font-size:14px}.datepicker{border:1px solid #99b7de;border-radius:6px;height:40px;padding:8px 16px}}}.venue-container{display:flex;flex-direction:column;gap:8px;.input-container{align-items:center;display:flex;gap:16px;justify-content:space-between;label{font-weight:400}.input,label{color:#121212;font-family:roboto;font-size:14px}.input{border:1px solid #99b7de;border-radius:6px;height:40px;padding:8px 16px}}}.bestof-container{.input-container{align-items:center;display:flex;gap:16px;justify-content:space-between;label{color:#121212;font-family:roboto;font-weight:400}label,select{font-size:14px}select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #99b7de;border-radius:6px;color:#000f23;font-family:inter;font-weight:500;gap:6px;height:40px;outline:none;padding:0 12px;width:55%}}}}.dialog-footer{align-items:center;display:flex;gap:8px;width:100%;button{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;cursor:pointer;flex:1 1;font-family:inter;font-size:12px;font-weight:500;height:36px;padding:8px 16px;&:hover{opacity:.9}}.confirm-btn{align-items:center;background-color:var(--primary-color);border:none;color:#fff;display:flex;justify-content:center;.loader{animation:spin 1s linear infinite;border:2px solid #99b7de;border-radius:50%;border-top-color:#0000;height:16px;width:16px}&.disabled{opacity:.5}}}}}}.delete-match-dialog-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.delete-match-dialog-overlay .delete-match-dialog{animation:slideIn .3s ease-out forwards;bottom:0;position:fixed;right:0;top:0;transform:translateX(100%);width:320px;z-index:101}.delete-match-dialog-overlay .delete-match-dialog.slide-out{animation:slideOut .3s ease-in forwards}.delete-match-dialog-overlay .delete-match-dialog .dialog-content{background:#fff;box-shadow:-4px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:24px}.delete-match-dialog-overlay .delete-match-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:24px}.delete-match-dialog-overlay .delete-match-dialog .dialog-content .dialog-body .title{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0 0 8px}.delete-match-dialog-overlay .delete-match-dialog .dialog-content .dialog-body .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;margin:0}.delete-match-dialog-overlay .delete-match-dialog .dialog-content .dialog-body input{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#121212;font-family:inter;font-size:14px;font-weight:400;height:40px;padding:8px 12px;width:100%}.delete-match-dialog-overlay .delete-match-dialog .dialog-content .dialog-footer{align-items:center;display:flex;gap:8px;width:100%}.delete-match-dialog-overlay .delete-match-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;flex:1 1;font-family:inter;font-size:14px;font-weight:600;height:40px;padding:8px 16px}.delete-match-dialog-overlay .delete-match-dialog .dialog-content .dialog-footer .delete-btn{align-items:center;background-color:#e7000b;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center}.delete-match-dialog-overlay .delete-match-dialog .dialog-content .dialog-footer .delete-btn .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}.delete-match-dialog-overlay .delete-match-dialog .dialog-content .dialog-footer .delete-btn:hover{opacity:.8}.delete-match-dialog-overlay .delete-match-dialog .dialog-content .dialog-footer .delete-btn.disabled{cursor:default;opacity:.5}.delete-match-dialog-overlay .delete-match-dialog .dialog-content .dialog-footer .delete-btn.disabled:hover{opacity:.5}.match-detail-page{display:flex;flex-direction:column;p{margin:0}.back-btn-container{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:6px;margin-bottom:16px;padding:4px;width:fit-content;&:hover{background-color:#e7effa}.back-btn-text{color:var(--primary-color);font-family:inter;font-size:14px;font-weight:500;line-height:20px;margin:0}}.loader-container{align-items:center;display:flex;height:300px;justify-content:center;.loader{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}}.match-detail-container{align-items:stretch;display:flex;gap:16px;.match-card-container{align-items:center;background-color:#fff;border:1px solid #e8e8e8;border-radius:8px;display:flex;flex:3 1;flex-direction:column;gap:24px;padding:24px 16px;.round-venue-container{display:flex;flex-direction:column;gap:4px;.round{color:var(--primary-color);font-size:14px}.round,.venue{font-family:roboto;font-weight:600;text-align:center}.venue{color:#8c8c8c;font-size:16px}}.teams-container{align-items:center;display:flex;gap:8px;justify-content:center;width:100%;.team{color:#8c8c8c;flex:1 1;font-family:roboto;font-size:24px;text-align:center;&.bold{color:#121212;font-weight:700}}.score-container{align-items:center;display:flex;gap:8px;.score{color:#8c8c8c;font-family:roboto;font-size:32px;&.bold{color:#121212;font-weight:700}}.versus{color:#8c8c8c;font-family:roboto;font-size:24px;font-weight:600}}}.datetime-container{display:flex;flex-direction:column;gap:4px;.best,.date,.time{color:#121212;font-family:roboto;font-size:14px;font-weight:600;text-align:center}}}.match-actions-container{display:flex;flex:1 1;flex-direction:column;gap:12px;height:100%;button{align-items:center;background-color:#e7effa;border:none;border-radius:6px;color:#020618;cursor:pointer;display:flex;gap:6px;height:40px;justify-content:center;padding:8px 16px;&:hover{opacity:.8}}}}.tabs-container{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;margin-top:12px;overflow-x:auto;white-space:nowrap;.tab{cursor:pointer;display:flex;flex:0 0 auto;gap:8px;padding:12px 24px;&:hover{opacity:.8}p{color:#8c8c8c;font-family:roboto;font-size:14px;line-height:18px}&.active{border-bottom:2px solid #5d5d5d;p{color:#121212}}}}.tab-content{margin-top:20px;.games-container{display:flex;flex-direction:column;gap:8px;.game-container{align-items:center;background-color:#f3f3f3;border-radius:8px;display:flex;gap:8px;justify-content:space-between;padding:12px 16px;width:100%;.game-num{color:#121212;font-family:roboto;font-size:16px;font-weight:600}.score-container{align-items:center;display:flex;gap:24px;.team{color:#121212;font-family:roboto;font-size:16px;font-weight:600;text-align:center}.versus-txt{font-size:12;font-weight:400}.score-value,.versus-txt{color:#8c8c8c;font-family:roboto}.score-value{font-size:16px;font-weight:600;&.bold{color:#121212}}.score-input{background-color:#fff;border:1px solid #99b7de;border-radius:6px;gap:8px;height:40px;padding:8px 12px;width:80px}}.actions{align-items:center;display:flex;gap:8px;button{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#000f23;cursor:pointer;display:flex;font-family:roboto;font-size:14px;font-weight:500;gap:6px;height:32px;padding:0 12px;&:hover{background-color:#e7effa}}.delete-btn:hover{cursor:pointer;opacity:.8}}}.add-game-button-container{display:flex;justify-content:center;width:100%;button{align-items:center;background-color:#fff;border:none;border-radius:6px;color:var(--primary-color);cursor:pointer;display:flex;font-family:roboto;font-size:14px;gap:6px;height:40px;padding:8px 16px;&:hover{opacity:.8}}}.empty-state{align-items:center;display:flex;flex-direction:column;gap:16px;height:25vh;justify-content:center;p{color:#121212;font-size:20px;font-weight:600}button,p{font-family:roboto}button{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;height:40px;padding:8px 16px;&:hover{opacity:.9}}}}.team-players-table{background-color:#fff;border-collapse:initial;border-spacing:0;width:100%;td,th{font-family:inter;font-size:14px;font-weight:400;padding:12px;text-align:left}th{background-color:#fafafa;color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:700;text-transform:uppercase}tr{&:hover{background-color:#f3f3f3;cursor:pointer}}td{text-wrap:nowrap;border-bottom:1px solid #e5e7eb;color:#020618}.action-cell{text-align:right}}}}@media (max-width:768px){.match-detail-page{.match-detail-container{flex-direction:column;width:100%;.match-card-container{width:100%;.teams-container{.team{font-size:16px}.score-container{.score{font-size:24px}}}}.match-actions-container{width:100%}}.tab-content{.games-container{.game-container{align-items:center;flex-direction:column;gap:12px;.score-container{gap:12px;justify-content:center;width:100%;.team{text-overflow:ellipsis;width:100px}.score-value,.team{font-size:15px}.score-input{width:40px}}.actions{width:100%;button{align-items:center;flex:1 1;justify-content:center}}}}}}}.user-management-page{color:#2d3748;margin:0 auto}.user-management-page .header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.user-management-page .header .header-left h2{color:#121212;font-family:roboto;font-size:24px;font-weight:700;line-height:32px;margin:0}.user-management-page .header .header-left .count{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin:0}.user-management-page .header .add-user-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:6px;line-height:20px;padding:8px 16px;transition:opacity .2s}.user-management-page .header .add-user-btn:hover{opacity:.9}.user-management-page .loading-container{align-items:center;background:#fff;border-radius:8px;display:flex;height:400px;justify-content:center}.user-management-page .loading-container .spinner{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.user-management-page .empty-state-container{background:#fff;border-radius:8px;padding:3rem 2rem;text-align:center}.user-management-page .empty-state-container svg{color:#d1d5db;margin-bottom:1rem}.user-management-page .empty-state-container h3{color:#121212;font-family:roboto;font-size:18px;font-weight:600;margin:0 0 .5rem}.user-management-page .empty-state-container p{color:#6b7280;font-family:inter;font-size:14px;margin:0 0 1.5rem}.user-management-page .empty-state-container .empty-add-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-family:inter;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;transition:opacity .2s}.user-management-page .empty-state-container .empty-add-btn:hover{opacity:.9}.user-management-page .users-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.user-management-page .users-grid .user-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}.user-management-page .users-grid .user-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.user-management-page .users-grid .user-card .card-header{border-bottom:1px solid #f3f4f6;padding:1rem 1.25rem}.user-management-page .users-grid .user-card .card-header .user-info{align-items:flex-start;display:flex;gap:.75rem}.user-management-page .users-grid .user-card .card-header .user-info .avatar{align-items:center;background:#f3f4f6;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;overflow:hidden;width:48px}.user-management-page .users-grid .user-card .card-header .user-info .avatar img{height:100%;object-fit:cover;width:100%}.user-management-page .users-grid .user-card .card-header .user-info .avatar .avatar-placeholder{align-items:center;color:var(--primary-color);display:flex;font-family:roboto;font-size:1.125rem;font-weight:600;height:100%;justify-content:center;width:100%}.user-management-page .users-grid .user-card .card-header .user-info .user-details{flex:1 1;min-width:0}.user-management-page .users-grid .user-card .card-header .user-info .user-details .name-row{align-items:center;display:flex;gap:.5rem;margin-bottom:.25rem}.user-management-page .users-grid .user-card .card-header .user-info .user-details .name-row h3{color:#121212;font-family:roboto;font-size:15px;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-management-page .users-grid .user-card .card-header .user-info .user-details .email-row{color:#6b7280;font-family:inter;font-size:13px;margin-bottom:.375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-management-page .users-grid .user-card .card-header .user-info .user-details .meta-row{align-items:center;color:#9ca3af;display:flex;flex-wrap:wrap;font-family:inter;font-size:12px;gap:.375rem}.user-management-page .users-grid .user-card .card-header .user-info .user-details .meta-row .verified-badge{align-items:center;display:flex;gap:.25rem}.user-management-page .users-grid .user-card .card-header .user-info .user-details .meta-row .divider{margin:0 .125rem}.user-management-page .users-grid .user-card .card-header .user-info .user-details .meta-row .user-type{text-transform:capitalize}.user-management-page .users-grid .user-card .card-body{padding:1rem 1.25rem}.user-management-page .users-grid .user-card .card-body .roles-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.user-management-page .users-grid .user-card .card-body .roles-header .roles-label{color:#6b7280;font-family:inter;font-size:11px;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.user-management-page .users-grid .user-card .card-body .roles-header .add-role-btn{align-items:center;background:var(--primary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;height:22px;justify-content:center;transition:opacity .2s;width:22px}.user-management-page .users-grid .user-card .card-body .roles-header .add-role-btn:hover:not(:disabled){opacity:.9}.user-management-page .users-grid .user-card .card-body .roles-header .add-role-btn:disabled{cursor:not-allowed;opacity:.5}.user-management-page .users-grid .user-card .card-body .roles-list{display:flex;flex-wrap:wrap;gap:.5rem}.user-management-page .users-grid .user-card .card-body .roles-list .role-badge{align-items:center;background:#e8f4ff;border-radius:4px;color:#1976d2;display:flex;font-family:inter;font-size:12px;font-weight:500;gap:.5rem;padding:4px 10px}.user-management-page .users-grid .user-card .card-body .roles-list .role-badge span{line-height:1}.user-management-page .users-grid .user-card .card-body .roles-list .role-badge .remove-role-btn{align-items:center;background:#0000;border:none;border-radius:2px;color:currentColor;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:2px;transition:all .2s}.user-management-page .users-grid .user-card .card-body .roles-list .role-badge .remove-role-btn:hover:not(:disabled){background:#0000001a;opacity:1}.user-management-page .users-grid .user-card .card-body .roles-list .role-badge .remove-role-btn:disabled{cursor:not-allowed;opacity:.3}.user-management-page .users-grid .user-card .card-body .add-role-dropdown{border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;padding-top:.75rem}.user-management-page .users-grid .user-card .card-body .add-role-dropdown .role-option{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:4px;color:#374151;cursor:pointer;display:flex;font-family:inter;font-size:12px;font-weight:500;gap:.5rem;padding:.5rem .75rem;text-align:left;transition:all .2s}.user-management-page .users-grid .user-card .card-body .add-role-dropdown .role-option:hover:not(:disabled){background:#f0f7ff;border-color:var(--primary-color);color:var(--primary-color)}.user-management-page .users-grid .user-card .card-body .add-role-dropdown .role-option:disabled{cursor:not-allowed;opacity:.5}.user-management-page .users-grid .user-card .card-footer{background:#f9fafb;border-top:1px solid #f3f4f6;display:flex;font-family:inter;font-size:12px;gap:.5rem;padding:.75rem 1.25rem}.user-management-page .users-grid .user-card .card-footer .footer-label{color:#6b7280}.user-management-page .users-grid .user-card .card-footer .footer-value{color:#374151;font-weight:500}@media(max-width:768px){.user-management-page .header{align-items:flex-start;flex-direction:column}.user-management-page .header .add-user-btn{justify-content:center;width:100%}.user-management-page .users-grid{grid-template-columns:1fr}}.tournament-payment-accounts-page{color:#2d3748;margin:0 auto}.tournament-payment-accounts-page .back-btn-container{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:6px;margin-bottom:16px;padding:4px;width:fit-content}.tournament-payment-accounts-page .back-btn-container:hover{background-color:#e7effa}.tournament-payment-accounts-page .back-btn-container .back-btn-text{color:var(--primary-color);font-family:inter;font-size:14px;font-weight:500;line-height:20px;margin:0}.tournament-payment-accounts-page .header{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.tournament-payment-accounts-page .header h1{color:#8c8c8c;font-family:roboto;font-size:15px;font-weight:600;margin:0}.tournament-payment-accounts-page .header h2{color:#121212;font-family:roboto;font-size:24px;font-weight:700;line-height:32px;margin:0}.tournament-payment-accounts-page .header .count{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin:0}.tournament-payment-accounts-page .header .header-buttons{align-items:center;display:flex;gap:8px;min-width:fit-content}.tournament-payment-accounts-page .header .header-buttons .add-payment-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:6px;height:40px;line-height:18px;padding:8px 16px}.tournament-payment-accounts-page .header .header-buttons .add-payment-btn:hover{opacity:.9}.tournament-payment-accounts-page .loader-container{align-items:center;display:flex;height:400px;justify-content:center;width:100%}.tournament-payment-accounts-page .loader-container .spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top:4px solid var(--primary-color);height:40px;width:40px}.tournament-payment-accounts-page .empty-state{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:8px;display:flex;flex-direction:column;justify-content:center;padding:80px 32px}.tournament-payment-accounts-page .empty-state h3{color:#121212;font-family:roboto;font-size:18px;font-weight:600;margin:16px 0 8px}.tournament-payment-accounts-page .empty-state p{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;margin:0 0 24px}.tournament-payment-accounts-page .empty-state .primary-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;padding:8px 16px}.tournament-payment-accounts-page .empty-state .primary-btn:hover{opacity:.9}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}@media(max-width:768px){.tournament-payment-accounts-page .payment-accounts-container .accounts-grid{grid-template-columns:1fr}}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:20px;transition:all .2s}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card:hover{border-color:#d1d1d1}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card.inactive{background-color:#fafafa;opacity:.65}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-header{align-items:flex-start;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-header .account-info{align-items:flex-start;display:flex;gap:12px}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-header .account-info h3{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0 0 4px}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-header .account-info .account-type{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;margin:0}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-header .card-actions{display:flex;gap:8px}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-header .card-actions .icon-btn{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:6px;color:#5d5d5d;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-header .card-actions .icon-btn:hover{background-color:#f3f3f3;border-color:#d1d1d1}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-header .card-actions .icon-btn.delete:hover{background-color:#fee;border-color:#fcc;color:#dc2626}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-body{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-body .info-row{display:flex;flex-direction:column;gap:4px}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-body .info-row .label{color:#8c8c8c;font-family:roboto;font-size:11px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-body .info-row .value{color:#121212;font-family:roboto;font-size:13px;font-weight:400;word-break:break-word}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-body .info-row .value.link{color:var(--primary-color);text-decoration:none}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-body .info-row .value.link:hover{text-decoration:underline}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-footer{border-top:1px solid #e8e8e8;padding-top:12px}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-footer .status-badge{align-items:center;display:flex;justify-content:space-between}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-footer .status-badge .badge{border-radius:10px;font-family:roboto;font-size:11px;font-weight:500;padding:2px 10px}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-footer .status-badge .badge.active{background-color:#d1fae5;color:#047857}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-footer .status-badge .badge.inactive{background-color:#f3f3f3;color:#8c8c8c}.tournament-payment-accounts-page .payment-accounts-container .accounts-grid .account-card .card-footer .status-badge .display-order{color:#8c8c8c;font-family:roboto;font-size:11px;font-weight:400}.tournament-promo-codes-page{color:#2d3748;margin:0 auto}.tournament-promo-codes-page .back-btn-container{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:6px;margin-bottom:16px;padding:4px;width:fit-content}.tournament-promo-codes-page .back-btn-container:hover{background-color:#e7effa}.tournament-promo-codes-page .back-btn-container .back-btn-text{color:var(--primary-color);font-family:inter;font-size:14px;font-weight:500;line-height:20px;margin:0}.tournament-promo-codes-page .header{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.tournament-promo-codes-page .header h1{color:#8c8c8c;font-family:roboto;font-size:15px;font-weight:600;margin:0}.tournament-promo-codes-page .header h2{color:#121212;font-family:roboto;font-size:24px;font-weight:700;line-height:32px;margin:0}.tournament-promo-codes-page .header .count{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin:0}.tournament-promo-codes-page .header .header-buttons{align-items:center;display:flex;gap:8px;min-width:fit-content}.tournament-promo-codes-page .header .header-buttons .add-promo-code-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:6px;height:40px;line-height:18px;padding:8px 16px}.tournament-promo-codes-page .header .header-buttons .add-promo-code-btn:hover{opacity:.9}.tournament-promo-codes-page .loader-container{align-items:center;display:flex;height:400px;justify-content:center;width:100%}.tournament-promo-codes-page .loader-container .spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top:4px solid var(--primary-color);height:40px;width:40px}.tournament-promo-codes-page .empty-state{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:8px;display:flex;flex-direction:column;justify-content:center;padding:80px 32px}.tournament-promo-codes-page .empty-state h3{color:#121212;font-family:roboto;font-size:18px;font-weight:600;margin:16px 0 8px}.tournament-promo-codes-page .empty-state p{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;margin:0 0 24px}.tournament-promo-codes-page .empty-state .primary-btn{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;height:40px;padding:8px 16px}.tournament-promo-codes-page .empty-state .primary-btn:hover{opacity:.9}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}@media(max-width:768px){.tournament-promo-codes-page .promo-codes-container .promo-codes-grid{grid-template-columns:1fr}}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:20px;transition:all .2s}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card:hover{border-color:#d1d1d1}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card.inactive{background-color:#fafafa;opacity:.65}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-header{align-items:flex-start;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-header .promo-code-info{align-items:flex-start;display:flex;gap:12px}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-header .promo-code-info h3{color:#121212;font-family:roboto;font-size:18px;font-weight:700;letter-spacing:1px;margin:0 0 4px}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-header .promo-code-info .description{color:#5d5d5d;font-family:roboto;font-size:12px;font-weight:400;margin:0}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-header .card-actions{display:flex;gap:8px}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-header .card-actions .icon-btn{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:6px;color:#5d5d5d;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-header .card-actions .icon-btn:hover{background-color:#f3f3f3;border-color:#d1d1d1}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-header .card-actions .icon-btn.delete:hover{background-color:#fee;border-color:#fcc;color:#dc2626}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-body{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-body .info-row{display:flex;flex-direction:column;gap:4px}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-body .info-row .label{color:#8c8c8c;font-family:roboto;font-size:11px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-body .info-row .value{color:#121212;font-family:roboto;font-size:13px;font-weight:400;word-break:break-word}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-body .info-row .value.discount{color:#047857;font-size:16px;font-weight:600}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-body .progress-bar{background-color:#e8e8e8;border-radius:3px;height:6px;margin-top:8px;overflow:hidden;width:100%}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-body .progress-bar .progress-fill{background:linear-gradient(90deg,#10b981,#047857);border-radius:3px;height:100%;transition:width .3s ease}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-footer{border-top:1px solid #e8e8e8;padding-top:12px}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-footer .status-badge{align-items:center;display:flex;justify-content:space-between}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-footer .status-badge .badge{border-radius:10px;font-family:roboto;font-size:11px;font-weight:500;padding:2px 10px}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-footer .status-badge .badge.active{background-color:#d1fae5;color:#047857}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-footer .status-badge .badge.inactive{background-color:#f3f3f3;color:#8c8c8c}.tournament-promo-codes-page .promo-codes-container .promo-codes-grid .promo-code-card .card-footer .status-badge .created-date{color:#8c8c8c;font-family:roboto;font-size:11px;font-weight:400}.tournament-accommodations-page{margin:0 auto;max-width:1400px;padding:24px}.tournament-accommodations-page .back-btn-container{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:6px;margin-bottom:24px;padding:4px;width:fit-content}.tournament-accommodations-page .back-btn-container:hover{background-color:#e7effa}.tournament-accommodations-page .back-btn-container .back-btn-text{color:var(--primary-color);font-family:inter;font-size:14px;font-weight:500;line-height:20px;margin:0}.tournament-accommodations-page .header{margin-bottom:32px}.tournament-accommodations-page .header .title-section{align-items:center;display:flex;gap:16px;margin-bottom:24px}.tournament-accommodations-page .header .title-section h1{color:#000f23;font-family:roboto;font-size:32px;font-weight:600;margin:0}.tournament-accommodations-page .header .title-section .subtitle{color:#5d5d5d;font-family:inter;font-size:14px;font-weight:400;margin:4px 0 0}.tournament-accommodations-page .header .stats-section{display:flex;gap:16px}.tournament-accommodations-page .header .stats-section .stat-card{background-color:#f8f9fa;border:1px solid #e8e8e8;border-radius:8px;flex:1 1;padding:20px}.tournament-accommodations-page .header .stats-section .stat-card .stat-label{color:#5d5d5d;font-family:inter;font-size:12px;font-weight:500;margin:0 0 8px;text-transform:uppercase}.tournament-accommodations-page .header .stats-section .stat-card .stat-value{color:#000f23;font-family:roboto;font-size:24px;font-weight:600;margin:0}.tournament-accommodations-page .search-section{margin-bottom:24px}.tournament-accommodations-page .search-section .search-input{border:1px solid #d1d1d1;border-radius:8px;font-family:inter;font-size:14px;outline:none;padding:12px 16px;width:100%}.tournament-accommodations-page .search-section .search-input:focus{border-color:var(--primary-color)}.tournament-accommodations-page .search-section .search-input::placeholder{color:#8c8c8c}.tournament-accommodations-page .room-type-filters{background-color:#f8f9fa;border:1px solid #e8e8e8;border-radius:8px;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px;padding:16px}.tournament-accommodations-page .room-type-filters .filter-btn{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;transition:all .2s ease}.tournament-accommodations-page .room-type-filters .filter-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.tournament-accommodations-page .room-type-filters .filter-btn.active{background-color:#e0f2fe;border-color:var(--primary-color);color:var(--primary-color);font-weight:600}.tournament-accommodations-page .room-type-filters .filter-btn.active:hover{background-color:#b3e5fc}.tournament-accommodations-page .room-type-filters .filter-btn.active .filter-count{background-color:var(--primary-color);color:#fff}.tournament-accommodations-page .room-type-filters .filter-btn .filter-count{align-items:center;background-color:#e5e7eb;border-radius:12px;color:#6b7280;display:inline-flex;font-family:inter;font-size:12px;font-weight:600;height:24px;justify-content:center;min-width:24px;padding:0 8px;transition:all .2s ease}.tournament-accommodations-page .loader-container{align-items:center;display:flex;justify-content:center;padding:100px 20px}.tournament-accommodations-page .loader-container .loader{animation:spin 1s linear infinite;border:4px solid #e8e8e8;border-radius:50%;border-top:4px solid var(--primary-color);height:48px;width:48px}.tournament-accommodations-page .empty-container{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:100px 20px}.tournament-accommodations-page .empty-container .empty-title{color:#000f23;font-family:roboto;font-size:18px;font-weight:600;margin:0}.tournament-accommodations-page .empty-container .empty-subtitle{color:#5d5d5d;font-family:inter;font-size:14px;font-weight:400;margin:0;text-align:center}.tournament-accommodations-page .accommodations-list{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.tournament-accommodations-page .accommodations-list .accommodation-card{background-color:#fff;border:1px solid #e8e8e8;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,box-shadow .2s}.tournament-accommodations-page .accommodations-list .accommodation-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header{background-color:#f8f9fa;border-bottom:1px solid #e8e8e8;padding:16px;transition:background-color .2s}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header:hover{background-color:#f0f4f8}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .header-content{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .header-content .player-info{align-items:center;display:flex;flex:1 1;gap:10px}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .header-content .player-info .player-name{color:#000f23;font-family:roboto;font-size:15px;font-weight:600;line-height:1.3;margin:0}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .header-content .player-info .player-details{color:#5d5d5d;font-family:inter;font-size:12px;font-weight:400;margin:2px 0 0}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .header-content .header-right{align-items:center;display:flex;gap:12px}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .header-content .header-right .status-badge .status{border-radius:16px;font-family:inter;font-size:11px;font-weight:600;margin:0;padding:4px 12px;text-transform:uppercase;white-space:nowrap}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .header-content .header-right .status-badge .status.paid{background-color:#d4eece;color:#114404}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .header-content .header-right .status-badge .status.pending{background-color:#f8edd0;color:#584107}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .header-content .header-right .status-badge .status.failed{background-color:#f8d7da;color:#842029}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .essential-info{border-top:1px solid #e8e8e8;display:flex;flex-wrap:wrap;gap:16px;padding-top:12px}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .essential-info .info-item{align-items:center;display:flex;font-size:12px;gap:6px}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .essential-info .info-item .info-label{color:#8c8c8c;font-family:inter;font-size:11px;font-weight:500}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .essential-info .info-item .info-value{color:#000f23;font-family:roboto;font-size:12px;font-weight:500}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .essential-info .info-item .info-value.total-amount{color:var(--primary-color);font-weight:600}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-footer{background-color:#f8f9fa;border-top:1px solid #e8e8e8;margin-top:auto;padding:10px 16px}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-footer .booking-date{color:#8c8c8c;font-family:inter;font-size:11px;font-weight:400;margin:0}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:2000px;opacity:1}}.accommodation-dialog-overlay{align-items:center;animation:fadeIn .2s ease-in-out;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.accommodation-dialog{animation:fadeInDialog .3s ease-out forwards;max-height:90vh;max-width:800px;opacity:0;position:relative;transform:scale(.9);width:90%;z-index:101}.accommodation-dialog.slide-out{animation:fadeOutDialog .3s ease-in forwards}.accommodation-dialog .dialog-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.accommodation-dialog .dialog-content .dialog-header{align-items:flex-start;background-color:#f8f9fa;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px}.accommodation-dialog .dialog-content .dialog-header h2{color:#121212;font-family:roboto;font-size:24px;font-weight:700;margin:0 0 4px}.accommodation-dialog .dialog-content .dialog-header .dialog-subtitle{color:#5d5d5d;font-family:inter;font-size:14px;font-weight:400;margin:0}.accommodation-dialog .dialog-content .dialog-body{flex:1 1;overflow-y:auto;padding:24px}.accommodation-dialog .dialog-content .dialog-body .dialog-section{margin-bottom:32px}.accommodation-dialog .dialog-content .dialog-body .dialog-section:last-child{margin-bottom:0}.accommodation-dialog .dialog-content .dialog-body .dialog-section .section-title{border-bottom:2px solid #e8e8e8;color:#000f23;font-family:roboto;font-size:16px;font-weight:600;letter-spacing:.5px;margin:0 0 16px;padding-bottom:8px;text-transform:uppercase}.accommodation-dialog .dialog-content .dialog-body .dialog-section .info-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.accommodation-dialog .dialog-content .dialog-body .dialog-section .info-grid .info-item{display:flex;flex-direction:column;gap:4px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .info-grid .info-item .info-label{color:#8c8c8c;font-family:inter;font-size:11px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.accommodation-dialog .dialog-content .dialog-body .dialog-section .info-grid .info-item .info-value{color:#000f23;font-family:roboto;font-size:14px;font-weight:500}.accommodation-dialog .dialog-content .dialog-body .dialog-section .info-grid .info-item .status-badge{border-radius:16px;display:inline-block;font-family:inter;font-size:11px;font-weight:600;padding:4px 12px;text-transform:uppercase;width:fit-content}.accommodation-dialog .dialog-content .dialog-body .dialog-section .info-grid .info-item .status-badge.paid{background-color:#d4eece;color:#114404}.accommodation-dialog .dialog-content .dialog-body .dialog-section .info-grid .info-item .status-badge.pending{background-color:#f8edd0;color:#584107}.accommodation-dialog .dialog-content .dialog-body .dialog-section .info-grid .info-item .status-badge.failed{background-color:#f8d7da;color:#842029}.accommodation-dialog .dialog-content .dialog-body .dialog-section .rooms-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.accommodation-dialog .dialog-content .dialog-body .dialog-section .rooms-grid .room-card{background-color:#f8f9fa;border:1px solid #e8e8e8;border-radius:8px;padding:12px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .rooms-grid .room-card .room-number{color:#5d5d5d;font-family:inter;font-size:12px;font-weight:600;margin:0 0 4px;text-transform:uppercase}.accommodation-dialog .dialog-content .dialog-body .dialog-section .rooms-grid .room-card .room-type{color:#000f23;font-family:roboto;font-size:14px;font-weight:600;margin:0}.accommodation-dialog .dialog-content .dialog-body .dialog-section .rooms-grid .room-card .room-features{display:flex;flex-wrap:wrap;gap:6px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .rooms-grid .room-card .room-features .feature-tag{background-color:#e7effa;border-radius:4px;color:var(--primary-color);font-family:inter;font-size:10px;font-weight:500;padding:2px 8px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .special-requests-text{background-color:#f8f9fa;border-radius:8px;color:#000f23;font-family:roboto;font-size:14px;font-weight:400;line-height:1.6;margin:0;padding:12px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid{display:flex;flex-direction:column;gap:8px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid .pricing-row{align-items:center;background-color:#f8f9fa;border-radius:6px;display:flex;justify-content:space-between;padding:12px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid .pricing-row.promo{background-color:#d4eece}.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid .pricing-row.promo .promo-info{align-items:center;display:flex;gap:8px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid .pricing-row.total{background-color:var(--primary-color)}.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid .pricing-row.total .pricing-label,.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid .pricing-row.total .pricing-value{color:#fff;font-weight:700}.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid .pricing-row .pricing-label{color:#5d5d5d;font-family:inter;font-size:13px;font-weight:500;margin:0}.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid .pricing-row .pricing-value{color:#000f23;font-family:roboto;font-size:14px;font-weight:600;margin:0}.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid .pricing-row .pricing-value.discount{color:#059669}.accommodation-dialog .dialog-content .dialog-body .dialog-section .registration-details{background-color:#f8f9fa;border-radius:8px;padding:16px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .registration-details .fee-row{align-items:center;display:flex;justify-content:space-between}.accommodation-dialog .dialog-content .dialog-body .dialog-section .registration-details .fee-row .fee-label{color:#000f23;font-family:inter;font-size:14px;font-weight:500;margin:0}.accommodation-dialog .dialog-content .dialog-body .dialog-section .registration-details .fee-row .fee-value{color:var(--primary-color);font-family:roboto;font-size:16px;font-weight:600;margin:0}.accommodation-dialog .dialog-content .dialog-body .dialog-section .registration-details .fee-details .fee-details-label{color:#5d5d5d;font-family:inter;font-size:12px;font-weight:600;margin:0 0 8px;text-transform:uppercase}.accommodation-dialog .dialog-content .dialog-body .dialog-section .registration-details .fee-details ul{margin:0;padding-left:20px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .registration-details .fee-details ul li{color:#5d5d5d;font-family:inter;font-size:13px;font-weight:400;margin-bottom:4px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .booking-date{border-top:1px solid #e8e8e8;color:#8c8c8c;font-family:inter;font-size:12px;font-weight:400;margin:0;padding-top:16px;text-align:center}@keyframes fadeInDialog{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeOutDialog{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@media(max-width:768px){.accommodation-dialog{max-width:95%;width:95%}.accommodation-dialog .dialog-content .dialog-header{padding:20px}.accommodation-dialog .dialog-content .dialog-header h2{font-size:20px}.accommodation-dialog .dialog-content .dialog-body{padding:20px}.accommodation-dialog .dialog-content .dialog-body .dialog-section{margin-bottom:24px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .section-title{font-size:14px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .info-grid{gap:12px;grid-template-columns:1fr}.accommodation-dialog .dialog-content .dialog-body .dialog-section .rooms-grid{grid-template-columns:1fr}.accommodation-dialog .dialog-content .dialog-body .dialog-section .registration-details{padding:12px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .registration-details .fee-row{align-items:flex-start;flex-direction:column;gap:8px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .registration-details .fee-row .fee-label{font-size:13px;line-height:1.4}.accommodation-dialog .dialog-content .dialog-body .dialog-section .registration-details .fee-row .fee-value{font-size:14px;white-space:normal;word-break:break-word}.accommodation-dialog .dialog-content .dialog-body .dialog-section .registration-details .fee-details .fee-details-label{font-size:11px;margin-bottom:6px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .registration-details .fee-details ul{padding-left:18px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .registration-details .fee-details ul li{font-size:12px;margin-bottom:3px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid .pricing-row{flex-wrap:wrap;gap:8px;padding:10px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid .pricing-row .pricing-label{flex:1 1;font-size:12px;min-width:100%}.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid .pricing-row .pricing-value{font-size:13px}.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid .pricing-row.total .pricing-label,.accommodation-dialog .dialog-content .dialog-body .dialog-section .pricing-grid .pricing-row.total .pricing-value{font-size:14px}.tournament-accommodations-page{padding:12px}.tournament-accommodations-page .search-section{margin-bottom:16px}.tournament-accommodations-page .search-section .search-input{font-size:13px;padding:10px 12px}.tournament-accommodations-page .room-type-filters{gap:8px;margin-bottom:16px;padding:12px}.tournament-accommodations-page .room-type-filters .filter-btn{font-size:13px;padding:6px 12px}.tournament-accommodations-page .room-type-filters .filter-btn .filter-count{font-size:11px;height:20px;min-width:20px;padding:0 6px}.tournament-accommodations-page .header{margin-bottom:24px}.tournament-accommodations-page .header .title-section{margin-bottom:16px}.tournament-accommodations-page .header .title-section h1{font-size:24px}.tournament-accommodations-page .header .stats-section{flex-direction:column;gap:12px}.tournament-accommodations-page .header .stats-section .stat-card{padding:16px}.tournament-accommodations-page .accommodations-list{gap:12px;grid-template-columns:1fr}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header{padding:14px}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .header-content{margin-bottom:10px}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .header-content .player-info .player-name{font-size:14px}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .header-content .player-info .player-details{font-size:11px}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .header-content .header-right .status-badge .status{font-size:10px;padding:3px 10px}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .essential-info{flex-direction:column;gap:8px;padding-top:10px}.tournament-accommodations-page .accommodations-list .accommodation-card .accommodation-header .essential-info .info-item{font-size:11px}.tournament-accommodations-page .accommodations-list .accommodation-card .info-row{gap:12px}.tournament-accommodations-page .accommodations-list .accommodation-card .info-row:first-of-type{flex-direction:column}.tournament-accommodations-page .accommodations-list .accommodation-card .info-row:first-of-type .info-group{gap:4px;min-width:100%}.tournament-accommodations-page .accommodations-list .accommodation-card .info-row:first-of-type .info-group .info-label{font-size:10px;margin:0}.tournament-accommodations-page .accommodations-list .accommodation-card .info-row:first-of-type .info-group .info-value{font-size:12px}.tournament-accommodations-page .accommodations-list .accommodation-card .info-row:nth-of-type(2){flex-direction:column}.tournament-accommodations-page .accommodations-list .accommodation-card .info-row:nth-of-type(2) .info-group{gap:4px;min-width:100%}.tournament-accommodations-page .accommodations-list .accommodation-card .info-row:nth-of-type(3){flex-direction:row;flex-wrap:wrap}.tournament-accommodations-page .accommodations-list .accommodation-card .info-row:nth-of-type(3) .info-group{flex:1 1;gap:4px;min-width:calc(50% - 6px)}.tournament-accommodations-page .accommodations-list .accommodation-card .rooms-section .rooms-grid{grid-template-columns:1fr}.tournament-accommodations-page .accommodations-list .accommodation-card .pricing-section .section-title,.tournament-accommodations-page .accommodations-list .accommodation-card .registration-section .section-title{font-size:12px;margin-bottom:8px}.tournament-accommodations-page .accommodations-list .accommodation-card .registration-section .registration-details{padding:12px}.tournament-accommodations-page .accommodations-list .accommodation-card .registration-section .registration-details .fee-row{align-items:flex-start;flex-direction:column;gap:8px}.tournament-accommodations-page .accommodations-list .accommodation-card .registration-section .registration-details .fee-row .fee-label{margin-right:0}.tournament-accommodations-page .accommodations-list .accommodation-card .registration-section .registration-details .fee-row .fee-value{white-space:normal}.tournament-accommodations-page .accommodations-list .accommodation-footer{padding:10px 16px}}.delete-reservation-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.delete-reservation-dialog-overlay .delete-reservation-dialog{animation:fadeIn .3s ease-out forwards;max-width:500px;opacity:0;position:relative;transform:scale(.9);width:90%;z-index:101}.delete-reservation-dialog-overlay .delete-reservation-dialog.slide-out{animation:fadeOut .3s ease-in forwards}.delete-reservation-dialog-overlay .delete-reservation-dialog .dialog-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;overflow:hidden}.delete-reservation-dialog-overlay .delete-reservation-dialog .dialog-content .dialog-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px}.delete-reservation-dialog-overlay .delete-reservation-dialog .dialog-content .dialog-header h2{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0}.delete-reservation-dialog-overlay .delete-reservation-dialog .dialog-content .dialog-body{padding:24px}.delete-reservation-dialog-overlay .delete-reservation-dialog .dialog-content .dialog-body .title{color:#121212;font-family:roboto;font-size:18px;font-weight:700;margin:0 0 8px}.delete-reservation-dialog-overlay .delete-reservation-dialog .dialog-content .dialog-body .subtitle{color:#6b7280;font-family:inter;font-size:14px;font-weight:400;line-height:1.5;margin:0}.delete-reservation-dialog-overlay .delete-reservation-dialog .dialog-content .dialog-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.delete-reservation-dialog-overlay .delete-reservation-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-family:inter;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.delete-reservation-dialog-overlay .delete-reservation-dialog .dialog-content .dialog-footer button:hover:not(:disabled){background-color:#f9fafb}.delete-reservation-dialog-overlay .delete-reservation-dialog .dialog-content .dialog-footer button:disabled{cursor:not-allowed;opacity:.5}.delete-reservation-dialog-overlay .delete-reservation-dialog .dialog-content .dialog-footer button.delete-btn{align-items:center;background-color:#dc2626;border:none;color:#fff;display:flex;justify-content:center;min-width:100px}.delete-reservation-dialog-overlay .delete-reservation-dialog .dialog-content .dialog-footer button.delete-btn:hover:not(:disabled){background-color:#b91c1c}.delete-reservation-dialog-overlay .delete-reservation-dialog .dialog-content .dialog-footer button.delete-btn .loader{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@media(max-width:768px){.reservation-dialog-overlay .reservation-dialog{max-height:85vh;width:95%}.reservation-dialog-overlay .reservation-dialog .dialog-content{max-height:85vh}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-header{padding:16px 20px}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-header h2{font-size:18px}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body{gap:16px;padding:16px 20px}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-footer{flex-wrap:wrap;padding:12px 20px}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-footer button{font-size:13px;padding:8px 16px}}@media(max-width:480px){.reservation-dialog-overlay .reservation-dialog,.reservation-dialog-overlay .reservation-dialog .dialog-content{max-height:80vh}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-header{padding:12px 16px}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-header h2{font-size:16px}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body{gap:12px;padding:12px 16px}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-footer{flex-direction:column;padding:10px 16px}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-footer button{padding:10px 16px;width:100%}}.reservation-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.reservation-dialog-overlay .reservation-dialog{animation:fadeIn .3s ease-out forwards;max-height:90vh;max-width:600px;opacity:0;position:relative;transform:scale(.9);width:90%;z-index:101}.reservation-dialog-overlay .reservation-dialog.slide-out{animation:fadeOut .3s ease-in forwards}.reservation-dialog-overlay .reservation-dialog .dialog-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-header h2{color:#121212;font-family:roboto;font-size:20px;font-weight:700;margin:0}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body{display:flex;flex:1 1;flex-direction:column;gap:20px;overflow-y:auto;padding:24px}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .error-message{background-color:#fee;border:1px solid #fcc;border-radius:6px;color:#c00;font-family:inter;font-size:14px;padding:12px}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group{display:flex;flex-direction:column;gap:8px}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group label{color:#374151;font-family:inter;font-size:14px;font-weight:600}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group input,.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group select,.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group textarea{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#121212;font-family:inter;font-size:14px;font-weight:400;padding:10px 12px;width:100%}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group input:focus,.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group select:focus,.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group textarea:focus{border-color:#3b82f6;outline:none}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group input::placeholder,.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group select::placeholder,.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group textarea::placeholder{color:#9ca3af}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group input:disabled,.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group select:disabled,.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group textarea{min-height:80px;resize:vertical}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-group .datepicker{width:100%}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media(max-width:640px){.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-body .form-row{grid-template-columns:1fr}}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-footer button{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-family:inter;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-footer button:hover:not(:disabled){background-color:#f9fafb}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-footer button:disabled{cursor:not-allowed;opacity:.5}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-footer .primary-btn{align-items:center;background-color:var(--primary-color);border:none;color:#fff;display:flex;justify-content:center;min-width:100px}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-footer .primary-btn:hover:not(:disabled){background-color:#1a2942}.reservation-dialog-overlay .reservation-dialog .dialog-content .dialog-footer .primary-btn .loader{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;height:16px;width:16px}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.bulk-dialog-content{max-height:90vh;max-width:800px}.bulk-dialog-body{max-height:calc(90vh - 200px);overflow-y:auto;padding-right:8px}.bulk-dialog-body::-webkit-scrollbar{width:6px}.bulk-dialog-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.bulk-dialog-body::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.bulk-dialog-body::-webkit-scrollbar-thumb:hover{background:#555}.form-section{margin-bottom:24px}.form-section .section-title{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0 0 16px}.courts-selection .courts-selection-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.courts-selection .courts-selection-header .selected-count{color:#6b7280;font-family:inter;font-size:14px;font-weight:500}.courts-selection .courts-selection-header .clear-selection-btn{background-color:#fff;border:1px solid #d1d5db;border-radius:4px;color:#374151;cursor:pointer;font-family:inter;font-size:12px;font-weight:500;padding:4px 12px;transition:all .2s}.courts-selection .courts-selection-header .clear-selection-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.courts-selection .courts-selection-header .clear-selection-btn:disabled{cursor:not-allowed;opacity:.5}.courts-selection .courts-checkbox-list{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto;padding:12px}.courts-selection .courts-checkbox-list::-webkit-scrollbar{width:6px}.courts-selection .courts-checkbox-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.courts-selection .courts-checkbox-list::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.courts-selection .courts-checkbox-list::-webkit-scrollbar-thumb:hover{background:#555}.courts-selection .courts-checkbox-list .court-checkbox-item{align-items:center;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:400;gap:10px;padding:10px;transition:background-color .2s}.courts-selection .courts-checkbox-list .court-checkbox-item:hover{background-color:#f0f7ff}.courts-selection .courts-checkbox-list .court-checkbox-item input[type=checkbox]{accent-color:var(--primary-color);cursor:pointer;height:18px;width:18px}.courts-selection .courts-checkbox-list .court-checkbox-item span{flex:1 1}.courts-selection .no-courts-message{color:#6b7280;font-family:inter;font-size:14px;margin:0;padding:20px;text-align:center}.court-reservations-page{display:flex;flex-direction:column;gap:16px;height:100vh;overflow:hidden;padding:24px}.court-reservations-page .loader-container{align-items:center;display:flex;height:400px;justify-content:center}.court-reservations-page .loader-container .spinner{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.court-reservations-page .header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:.75rem;position:relative;z-index:10}.court-reservations-page .header h2{color:#121212;font-family:roboto;font-size:24px;font-weight:700;line-height:32px;margin:0}.court-reservations-page .header .subtitle{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin:0}.court-reservations-page .header .header-buttons{align-items:center;display:flex;gap:0;position:relative}.court-reservations-page .header .create-button{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px 0 0 6px;color:#fff;cursor:pointer;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:8px;height:40px;justify-content:center;line-height:20px;padding:8px 16px;transition:opacity .2s}.court-reservations-page .header .create-button:hover{cursor:pointer;opacity:.9}.court-reservations-page .header .create-menu-container{position:relative;z-index:100}.court-reservations-page .header .create-menu-button{align-items:center;background-color:var(--primary-color);border:none;border-left:1px solid #fff3;border-radius:0 6px 6px 0;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;padding:8px;transition:opacity .2s;width:40px}.court-reservations-page .header .create-menu-button:hover{cursor:pointer;opacity:.9}.court-reservations-page .header .create-menu-dropdown{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:200px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}.court-reservations-page .header .create-menu-dropdown .create-menu-item{align-items:center;background-color:#fff;border:none;color:#374151;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:12px;padding:12px 16px;text-align:left;transition:background-color .2s;white-space:nowrap;width:100%}.court-reservations-page .header .create-menu-dropdown .create-menu-item:hover{background-color:#f9fafb}.court-reservations-page .header .create-menu-dropdown .create-menu-item:first-child{border-top:none}.court-reservations-page .header .create-menu-dropdown .create-menu-item:not(:last-child){border-bottom:1px solid #f3f4f6}.court-reservations-page .calendar-controls{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;gap:16px;padding:12px 16px}.court-reservations-page .calendar-controls .court-filter{align-items:center;display:flex;gap:8px}.court-reservations-page .calendar-controls .court-filter label{color:#374151;font-family:inter;font-size:14px;font-weight:500;white-space:nowrap}.court-reservations-page .calendar-controls .court-filter .court-select{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#121212;cursor:pointer;font-family:inter;font-size:14px;font-weight:400;min-width:150px;padding:8px 12px;transition:all .2s}.court-reservations-page .calendar-controls .court-filter .court-select:hover{border-color:#9ca3af}.court-reservations-page .calendar-controls .court-filter .court-select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #004aad1a;outline:none}.court-reservations-page .calendar-controls .nav-button{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s;width:36px}.court-reservations-page .calendar-controls .nav-button:hover{background-color:#f9fafb;border-color:#9ca3af;cursor:pointer;opacity:.9}.court-reservations-page .calendar-controls .today-button{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s}.court-reservations-page .calendar-controls .today-button:hover{background-color:#f9fafb;border-color:#9ca3af;cursor:pointer;opacity:.9}.court-reservations-page .calendar-controls .day-range{color:#121212;flex:1 1;font-family:inter;font-size:16px;font-weight:600;text-align:center}.court-reservations-page .calendar-container{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;flex:1 1;flex-direction:column;max-height:calc(100vh - 250px);min-height:0;overflow:auto;position:relative}.court-reservations-page .calendar-container .calendar-loader-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#fffc;display:flex;height:100%;justify-content:center;left:0;min-height:calc(100vh - 250px);pointer-events:all;position:sticky;right:0;top:0;width:100%;z-index:50}.court-reservations-page .calendar-container .calendar-loader-overlay .spinner{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}.court-reservations-page .calendar-container .calendar-header{background-color:#f9fafb;border-bottom:2px solid #e5e7eb;display:grid;flex-shrink:0;grid-template-columns:80px repeat(auto-fit,minmax(150px,1fr));position:sticky;top:0;width:100%;z-index:15}.court-reservations-page .calendar-container .calendar-header .time-column-header{background-color:#f9fafb;border-right:1px solid #e5e7eb;left:0;padding:12px;position:sticky;top:0;z-index:21}.court-reservations-page .calendar-container .calendar-header .court-header{border-right:1px solid #e5e7eb;padding:12px;text-align:center}.court-reservations-page .calendar-container .calendar-header .court-header:last-child{border-right:none}.court-reservations-page .calendar-container .calendar-header .court-header .court-name{color:#121212;font-family:roboto;font-size:16px;font-weight:700;margin-bottom:4px}.court-reservations-page .calendar-container .calendar-header .court-header .court-status{color:#6b7280;font-family:inter;font-size:11px;font-style:italic;font-weight:400}.court-reservations-page .calendar-container .calendar-body{align-items:flex-start;background-color:#fff;display:flex;flex-shrink:0;min-width:max-content;overflow:visible;position:relative;width:100%}.court-reservations-page .calendar-container .calendar-body .time-column{align-self:flex-start;background-color:#f9fafb;border-right:1px solid #e5e7eb;flex-shrink:0;left:0;min-height:100%;position:sticky;top:0;width:80px;z-index:12}.court-reservations-page .calendar-container .calendar-body .time-column .time-slot-label{align-items:flex-start;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-family:inter;font-size:12px;font-weight:400;height:60px;padding:8px}.court-reservations-page .calendar-container .calendar-body .time-column .time-slot-label.current-time{background-color:#eff6ff;color:var(--primary-color);font-weight:600}.court-reservations-page .calendar-container .calendar-body .calendar-grid{align-self:flex-start;display:grid;flex:1 1;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));position:relative;z-index:1}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column{border-right:1px solid #e5e7eb;overflow:visible;position:relative}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column:last-child{border-right:none}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot{background-color:#fff;border-bottom:1px solid #e5e7eb;height:60px;overflow:visible;position:relative}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot:hover{background-color:#f9fafb}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot.current-time-slot{background-color:#dbeafe;border-left:3px solid var(--primary-color)}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot.clickable-slot{cursor:pointer;transition:background-color .2s}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot.clickable-slot:hover{background-color:#eff6ff;border-left:2px solid var(--primary-color)}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block{border-radius:4px;box-shadow:0 1px 3px #0003;box-sizing:border-box;color:#fff;cursor:pointer;font-family:inter;font-size:11px;min-height:30px;overflow:hidden;padding:4px 8px;position:absolute;transition:all .2s;z-index:1}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block.pending{cursor:pointer}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block.pending:hover{box-shadow:0 2px 6px #0000004d;transform:scale(1.02)}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block.grayed-out{background-color:#9ca3af!important;cursor:default}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block.grayed-out .reservation-content{display:none}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block.grayed-out:hover{box-shadow:0 1px 3px #0003;transform:none}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content{display:flex;flex-direction:column;gap:2px;height:100%}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .reservation-court{word-wrap:break-word;font-size:10px;font-weight:700;letter-spacing:.5px;line-height:1.2;opacity:.95;overflow:visible;text-transform:uppercase;white-space:normal}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .reservation-time{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .reservation-user{font-weight:400;opacity:.9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .reservation-notes{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:10px;font-weight:400;line-height:1.3;margin-top:2px;max-height:2.6em;opacity:.85;overflow:hidden}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .delete-reservation-btn{align-items:center;background:#0000004d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:20px;justify-content:center;line-height:1;position:absolute;right:4px;top:2px;transition:all .2s;width:20px}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .delete-reservation-btn:hover{background:#00000080;transform:scale(1.1)}.court-reservations-page .legend{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;gap:24px;padding:12px 16px}.court-reservations-page .legend .legend-item{align-items:center;display:flex;gap:8px}.court-reservations-page .legend .legend-item .legend-color{border-radius:4px;height:16px;width:16px}.court-reservations-page .legend .legend-item span{color:#374151;font-family:inter;font-size:14px;font-weight:400}@media(max-width:1200px){.court-reservations-page .calendar-container .calendar-body .time-column{width:60px}.court-reservations-page .calendar-container .calendar-body .time-column .time-slot-label{font-size:11px}}@media(max-width:768px){.court-reservations-page{gap:16px;padding:12px}.court-reservations-page .header{align-items:flex-start;flex-direction:column;gap:12px}.court-reservations-page .header h2{font-size:20px}.court-reservations-page .header .subtitle{font-size:13px}.court-reservations-page .header .header-buttons{display:flex;gap:0;position:relative;width:100%}.court-reservations-page .header .create-button{border-radius:6px 0 0 6px;flex:1 1;font-size:14px;height:48px;justify-content:center;padding:12px 16px}.court-reservations-page .header .create-menu-container{flex:1 1;position:relative;width:100%;z-index:100}.court-reservations-page .header .create-menu-container:has(.create-button:only-child) .create-button{border-radius:6px;width:100%}.court-reservations-page .header .create-menu-button{border-radius:0 6px 6px 0;flex-shrink:0;height:48px;width:48px}.court-reservations-page .header .create-menu-dropdown{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;left:auto;max-width:calc(100vw - 16px);min-width:300px;overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);width:100%;z-index:1000}.court-reservations-page .calendar-controls{flex-wrap:wrap;gap:12px;padding:10px 12px}.court-reservations-page .calendar-controls .nav-button{height:32px;width:32px}.court-reservations-page .calendar-controls .today-button{font-size:13px;gap:4px;padding:6px 12px}.court-reservations-page .calendar-controls .today-button svg{height:14px;width:14px}.court-reservations-page .calendar-controls .day-range{flex:1 1 100%;font-size:14px;margin-bottom:4px;order:-1;text-align:center}.court-reservations-page .calendar-container{border-radius:6px;display:flex;flex-direction:column;max-height:calc(100vh - 220px);min-height:0;overflow:auto}.court-reservations-page .calendar-container .calendar-header{align-items:stretch;display:grid;grid-template-columns:70px repeat(auto-fit,minmax(120px,1fr));min-width:770px;position:sticky;top:0;width:100%;z-index:15}.court-reservations-page .calendar-container .calendar-header .time-column-header{background-color:#f9fafb;left:0;padding:10px 8px;position:sticky;top:0;z-index:21}.court-reservations-page .calendar-container .calendar-header .court-header{flex-shrink:0;min-width:120px;padding:10px 8px;width:100%}.court-reservations-page .calendar-container .calendar-header .court-header .court-name{font-size:14px}.court-reservations-page .calendar-container .calendar-header .court-header .court-status{font-size:10px}.court-reservations-page .calendar-container .calendar-body{align-items:flex-start;background-color:#fff;display:flex;flex-shrink:0;min-width:770px;overflow:visible;position:relative;width:100%}.court-reservations-page .calendar-container .calendar-body .time-column{align-self:flex-start;background-color:#f9fafb;border-right:1px solid #e5e7eb;flex-shrink:0;left:0;min-height:100%;position:sticky;top:0;width:70px;z-index:12}.court-reservations-page .calendar-container .calendar-body .time-column .time-slot-label{align-items:flex-start;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-family:inter;font-size:11px;font-weight:400;height:60px;padding:8px 6px}.court-reservations-page .calendar-container .calendar-body .time-column .time-slot-label.current-time{background-color:#eff6ff;color:var(--primary-color);font-weight:600}.court-reservations-page .calendar-container .calendar-body .calendar-grid{align-self:flex-start;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));min-width:700px;position:relative;width:100%;z-index:1}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column{min-width:120px}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot{height:60px}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot.current-time-slot{background-color:#dbeafe;border-left:3px solid var(--primary-color)}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block{font-size:10px;min-height:35px;padding:6px 8px}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content{gap:3px}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .reservation-court{word-wrap:break-word;font-size:9px;font-weight:700;line-height:1.2;overflow:visible;white-space:normal}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .reservation-time{font-size:11px!important;font-weight:700}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .reservation-user{font-size:9px}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .reservation-notes{-webkit-line-clamp:2;font-size:8px;margin-top:1px;max-height:2.4em}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .delete-reservation-btn{font-size:18px;height:22px;right:4px;top:4px;width:22px}.court-reservations-page .legend{flex-wrap:wrap;gap:12px;padding:10px 12px}.court-reservations-page .legend .legend-item{gap:6px}.court-reservations-page .legend .legend-item .legend-color{height:14px;width:14px}.court-reservations-page .legend .legend-item span{font-size:12px}}@media(max-width:480px){.court-reservations-page{gap:12px;padding:8px}.court-reservations-page .header h2{font-size:18px}.court-reservations-page .header .subtitle{font-size:12px}.court-reservations-page .header .header-buttons{position:relative;width:100%}.court-reservations-page .header .create-menu-container{flex:1 1;position:relative;width:100%;z-index:100}.court-reservations-page .header .create-menu-container:has(.create-button:only-child) .create-button{border-radius:6px;width:100%}.court-reservations-page .header .create-button{font-size:13px;height:44px;padding:10px 12px}.court-reservations-page .header .create-menu-button{height:44px;width:44px}.court-reservations-page .header .create-menu-dropdown{left:auto;max-width:calc(100vw - 16px);min-width:300px;position:absolute;right:0;top:calc(100% + 4px);width:100%;z-index:1000}.court-reservations-page .calendar-controls{flex-wrap:wrap;gap:8px;padding:8px 10px}.court-reservations-page .calendar-controls .day-range{font-size:13px;margin-bottom:4px;order:-1;text-align:center;width:100%}.court-reservations-page .calendar-controls .nav-button{flex:1 1;height:44px;min-width:0}.court-reservations-page .calendar-controls .today-button{flex:1 1;height:44px;justify-content:center;min-width:0}.court-reservations-page .calendar-container{display:flex;flex-direction:column;max-height:calc(100vh - 200px);min-height:0;overflow:auto}.court-reservations-page .calendar-container .calendar-header{align-items:stretch;display:grid;grid-template-columns:60px repeat(auto-fit,minmax(100px,1fr));min-width:690px;position:sticky;top:0;width:100%;z-index:15}.court-reservations-page .calendar-container .calendar-header .time-column-header{background-color:#f9fafb;left:0;padding:8px 6px;position:sticky;top:0;z-index:21}.court-reservations-page .calendar-container .calendar-header .court-header{flex-shrink:0;min-width:100px;padding:8px 6px;width:100%}.court-reservations-page .calendar-container .calendar-header .court-header .court-name{font-size:12px}.court-reservations-page .calendar-container .calendar-header .court-header .court-status{font-size:9px}.court-reservations-page .calendar-container .calendar-body{align-items:flex-start;background-color:#fff;display:flex;flex-shrink:0;min-width:690px;overflow:visible;position:relative;width:100%}.court-reservations-page .calendar-container .calendar-body .time-column{align-self:flex-start;background-color:#f9fafb;border-right:2px solid #e5e7eb;box-shadow:2px 0 4px #0000000d;flex-shrink:0;left:0;min-height:100%;position:sticky;top:0;width:60px;z-index:12}.court-reservations-page .calendar-container .calendar-body .time-column .time-slot-label{align-items:flex-start;border-bottom:1px solid #e5e7eb;color:#6b7280;display:flex;font-family:inter;font-size:10px;font-weight:400;height:55px;padding:6px 4px}.court-reservations-page .calendar-container .calendar-body .time-column .time-slot-label.current-time{background-color:#eff6ff;color:var(--primary-color);font-weight:600}.court-reservations-page .calendar-container .calendar-body .calendar-grid{align-self:flex-start;background-color:#0000;display:grid;flex-shrink:0;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));min-width:630px;position:relative;width:100%;z-index:1}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column{min-width:100px}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot{height:55px}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot.current-time-slot{background-color:#dbeafe;border-left:3px solid var(--primary-color)}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block{min-height:32px;padding:5px 6px}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .reservation-court{word-wrap:break-word;font-size:8px;line-height:1.2;overflow:visible;white-space:normal}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .reservation-time{font-size:10px!important}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .reservation-user{font-size:8px}.court-reservations-page .calendar-container .calendar-body .calendar-grid .court-column .time-slot .reservation-block .reservation-content .reservation-notes{-webkit-line-clamp:1;font-size:7px;margin-top:1px;max-height:1.3em}.court-reservations-page .legend{gap:10px;padding:8px 10px}.court-reservations-page .legend .legend-item .legend-color{height:12px;width:12px}.court-reservations-page .legend .legend-item span{font-size:11px}}.courts-page{color:#2d3748;margin:0 auto}.courts-page .data-table td:first-child,.courts-page .data-table th:first-child{word-wrap:break-word;max-width:none;min-width:200px;overflow:visible;text-overflow:clip;white-space:normal}.courts-page .header{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.courts-page .header h2{color:#121212;font-family:roboto;font-size:24px;font-weight:700;line-height:32px;margin:0}.courts-page .header .count{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin:0}.courts-page .header .header-buttons{align-items:center;display:flex;gap:8px;min-width:fit-content}.courts-page .header .create-button{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:8px;justify-content:center;line-height:20px;min-width:90px;padding:8px 16px}.courts-page .header .create-button:hover{cursor:pointer;opacity:.9}.courts-loader-container{align-items:center;display:flex;height:300px;justify-content:center}.courts-loader-container .spinner{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}@media(max-width:768px){.courts-page .header{flex-direction:column}.courts-page .header .create-button,.courts-page .header .header-buttons{width:100%}}.fast-tournament-page{margin:0 auto;max-width:1400px;padding:16px}@media(min-width:768px){.fast-tournament-page{padding:24px}}.fast-tournament-page .loader-container{align-items:center;display:flex;justify-content:center;min-height:400px}.fast-tournament-page .page-header{margin-bottom:24px}@media(min-width:768px){.fast-tournament-page .page-header{margin-bottom:32px}}.fast-tournament-page .page-header .back-button{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#020618;cursor:pointer;display:flex;font-family:inter;font-size:14px;gap:8px;margin-bottom:16px;padding:8px 16px;transition:all .2s;width:fit-content}.fast-tournament-page .page-header .back-button:hover{background-color:#e7effa;border-color:#004aad}.fast-tournament-page .page-header .fast-header-content h1{color:#121212;font-family:roboto;font-size:24px;font-weight:600;margin:0 0 8px}@media(min-width:768px){.fast-tournament-page .page-header .fast-header-content h1{font-size:28px}}.fast-tournament-page .page-header .fast-header-content .subtitle{color:#6b7280;font-family:inter;font-size:14px;margin:0}.fast-tournament-page .tournament-info{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}@media(min-width:768px){.fast-tournament-page .tournament-info{flex-direction:row;gap:16px;margin-bottom:32px}}.fast-tournament-page .tournament-info .info-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}@media(min-width:768px){.fast-tournament-page .tournament-info .info-card{flex:1 1;min-width:200px;padding:20px}}.fast-tournament-page .tournament-info .info-card h3{color:#6b7280;font-family:roboto;font-size:14px;font-weight:500;margin:0 0 8px}.fast-tournament-page .tournament-info .info-card .format-badge{color:#004aad;font-family:inter;font-size:18px;font-weight:600;margin:0}.fast-tournament-page .tournament-info .info-card .count{color:#121212;font-family:inter;font-size:24px;font-weight:600;margin:0}.fast-tournament-page .standings-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:24px;overflow-x:auto;padding:16px}@media(min-width:768px){.fast-tournament-page .standings-section{padding:24px}}.fast-tournament-page .standings-section h2{color:#121212;font-family:roboto;font-size:18px;font-weight:600;margin:0 0 16px}@media(min-width:768px){.fast-tournament-page .standings-section h2{font-size:20px;margin:0 0 20px}}.fast-tournament-page .standings-section .group-standings-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}@media(min-width:768px){.fast-tournament-page .standings-section .group-standings-container{gap:24px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}}.fast-tournament-page .standings-section .group-standings-container .group-standings-card h3{color:#121212;font-family:roboto;font-size:16px;font-weight:600;margin:0 0 12px}@media(min-width:768px){.fast-tournament-page .standings-section .group-standings-container .group-standings-card h3{font-size:18px;margin:0 0 16px}}.fast-tournament-page .matches-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}@media(min-width:768px){.fast-tournament-page .matches-section{padding:24px}}.fast-tournament-page .matches-section .matches-header{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}@media(min-width:768px){.fast-tournament-page .matches-section .matches-header{align-items:center;flex-direction:row;gap:0;justify-content:space-between;margin-bottom:20px}}.fast-tournament-page .matches-section .matches-header h2{color:#121212;font-family:roboto;font-size:18px;font-weight:600;margin:0}@media(min-width:768px){.fast-tournament-page .matches-section .matches-header h2{font-size:20px}}.fast-tournament-page .matches-section .matches-header .filter-toggle-btn{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#020618;cursor:pointer;display:flex;font-family:inter;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:8px 16px;transition:all .2s;width:100%}@media(min-width:768px){.fast-tournament-page .matches-section .matches-header .filter-toggle-btn{width:auto}}.fast-tournament-page .matches-section .matches-header .filter-toggle-btn:hover{background-color:#e7effa;border-color:#004aad}.fast-tournament-page .matches-section .filters-panel{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex-direction:column;gap:12px;margin-bottom:20px;padding:16px}@media(min-width:768px){.fast-tournament-page .matches-section .filters-panel{align-items:flex-end;flex-direction:row;gap:16px}}.fast-tournament-page .matches-section .filters-panel .filter-group{display:flex;flex-direction:column;gap:8px;width:100%}@media(min-width:768px){.fast-tournament-page .matches-section .filters-panel .filter-group{min-width:200px;width:auto}}.fast-tournament-page .matches-section .filters-panel .filter-group label{color:#374151;font-family:roboto;font-size:14px;font-weight:500}.fast-tournament-page .matches-section .filters-panel .filter-group select{background-color:#fff;border:1px solid #99b7de;border-radius:6px;cursor:pointer;font-family:inter;font-size:14px;height:40px;padding:8px 12px;width:100%}.fast-tournament-page .matches-section .filters-panel .filter-group select:focus{border-color:#004aad;outline:none}.fast-tournament-page .matches-section .filters-panel .clear-filters-btn{background-color:#fff;border:1px solid #99b7de;border-radius:6px;color:#020618;cursor:pointer;font-family:inter;font-size:14px;font-weight:500;height:40px;padding:8px 16px;transition:all .2s;width:100%}@media(min-width:768px){.fast-tournament-page .matches-section .filters-panel .clear-filters-btn{width:auto}}.fast-tournament-page .matches-section .filters-panel .clear-filters-btn:hover{background-color:#e7effa;border-color:#004aad}.fast-tournament-page .matches-section .matches-container{display:flex;flex-direction:column;gap:12px;max-height:800px;overflow-y:auto}@media(min-width:768px){.fast-tournament-page .matches-section .matches-container{gap:16px}}.fast-tournament-page .matches-section .matches-container .fast-match-card{align-items:center;background-color:#fff;border:1px solid #e8e8e8;border-radius:8px;display:flex;gap:16px;height:fit-content;justify-content:space-between;padding:16px;transition:all .2s;width:100%}.fast-tournament-page .matches-section .matches-container .fast-match-card:hover{border:1px solid var(--primary-color);opacity:.8}.fast-tournament-page .matches-section .matches-container .fast-match-card p{margin:0}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container{border-right:1px solid #d1d1d1;display:flex;flex-direction:column;gap:8px;min-width:0;padding:12px 24px 12px 0;width:60%}@media(max-width:768px){.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container{padding-right:16px;width:70%}}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container{align-items:center;display:flex;gap:8px;justify-content:space-between;min-width:0}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .team-name{color:#121212;flex:0 0 auto;font-family:roboto;font-size:13px;font-weight:600;max-width:120px;min-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:769px){.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .team-name{max-width:150px;min-width:100px}}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row{align-items:center;display:flex;flex:1 1;gap:18px;justify-content:flex-end;min-width:0}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .game-scores{align-items:center;display:flex;flex-wrap:nowrap;gap:6px;max-width:200px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .game-scores::-webkit-scrollbar{height:4px}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .game-scores::-webkit-scrollbar-thumb{background-color:#d1d1d1;border-radius:2px}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .game-scores .set-input-group{align-items:center;display:flex;flex-shrink:0;gap:2px;position:relative}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .game-scores .set-input-group .game-score-input{background-color:#0000;border:none;border-bottom:1px solid #d1d1d1;color:#99a1af;font-family:inter;font-size:12px;padding:2px;text-align:center;transition:all .2s;width:20px}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .game-scores .set-input-group .game-score-input:hover{border-bottom-color:#99b7de}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .game-scores .set-input-group .game-score-input:focus{border-bottom-color:var(--primary-color);color:#121212;outline:none;width:28px}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .game-scores .set-input-group .game-score-input::-webkit-inner-spin-button,.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .game-scores .set-input-group .game-score-input::-webkit-outer-spin-button{opacity:0;width:0}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .game-scores .set-input-group .game-score-input::placeholder{color:#d1d1d1}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .game-scores .set-input-group .remove-set-btn{align-items:center;background-color:#0000;border:none;border-radius:50%;color:#dc2626;cursor:pointer;display:none;flex-shrink:0;height:14px;justify-content:center;opacity:0;padding:0;transition:all .2s;width:14px}.set-input-group:hover .fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .game-scores .set-input-group .remove-set-btn{display:flex;opacity:1}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .game-scores .set-input-group .remove-set-btn:hover{background-color:#fee2e2}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .team-score{color:#121212;flex-shrink:0;font-family:roboto;font-size:14px;font-weight:600;min-width:16px;text-align:center}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .team-score.bold{font-weight:700}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .team-score.light{color:#99a1af}.fast-tournament-page .matches-section .matches-container .fast-match-card .match-actions{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:4px;justify-content:center;width:40%}@media(max-width:768px){.fast-tournament-page .matches-section .matches-container .fast-match-card .match-actions{width:30%}}.fast-tournament-page .matches-section .matches-container .fast-match-card .match-actions .add-set-btn{align-items:center;background-color:#fff;border:1px solid #99b7de;border-radius:50%;color:#004aad;cursor:pointer;display:flex;height:24px;justify-content:center;opacity:.6;padding:0;transition:all .2s;width:24px}.fast-tournament-page .matches-section .matches-container .fast-match-card .match-actions .add-set-btn:hover{background-color:#e7effa;border-color:#004aad;opacity:1}@media(max-width:768px){.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .row .game-scores{max-width:120px}}@media(min-width:769px){.fast-tournament-page .matches-section .matches-container .fast-match-card{height:fit-content;width:100%}.fast-tournament-page .matches-section .matches-container .fast-match-card .teams-container .team-container .team-name{max-width:150px}}.fast-tournament-page .matches-section .matches-container .no-matches{color:#6b7280;font-family:inter;font-size:14px;padding:40px;text-align:center}.seasons-page{color:#2d3748;margin:0 auto}.seasons-page .data-table td:first-child,.seasons-page .data-table th:first-child{word-wrap:break-word;max-width:none;min-width:200px;overflow:visible;text-overflow:clip;white-space:normal}.seasons-page .header{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.seasons-page .header h2{color:#121212;font-family:roboto;font-size:24px;font-weight:700;line-height:32px;margin:0}.seasons-page .header .count{color:#5d5d5d;font-family:roboto;font-size:14px;font-weight:400;line-height:18px;margin:0}.seasons-page .header .header-buttons{align-items:center;display:flex;gap:8px;min-width:fit-content}.seasons-page .header .create-button{align-items:center;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;display:flex;font-family:inter;font-size:13px;font-weight:500;gap:8px;justify-content:center;line-height:20px;min-width:90px;padding:8px 16px}.seasons-page .header .create-button:hover{cursor:pointer;opacity:.9}.seasons-loader-container{align-items:center;display:flex;height:300px;justify-content:center}.seasons-loader-container .spinner{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top:3px solid var(--primary-color);height:3rem;width:3rem}@media(max-width:768px){.seasons-page .header{flex-direction:column}.seasons-page .header .create-button,.seasons-page .header .header-buttons{width:100%}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */.fa{font-family:Font Awesome\ 6 Free;font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:900;font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-feature-settings:normal;display:inline-block;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:Font Awesome\ 6 Free}.fa-brands,.fab{font-family:Font Awesome\ 6 Brands}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;left:calc(var(--fa-li-width, 2em)*-1);line-height:inherit;position:absolute;text-align:center;width:2em;width:var(--fa-li-width,2em)}.fa-border{border:.08em solid #eee;border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);border-radius:.1em;border-radius:var(--fa-border-radius,.1em);padding:.2em .25em .15em;padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:.3em;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:.3em;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat;animation-timing-function:ease-in-out;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-bounce;animation-timing-function:cubic-bezier(.28,.84,.42,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-fade;animation-timing-function:cubic-bezier(.4,0,.6,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat-fade;animation-timing-function:cubic-bezier(.4,0,.6,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-flip;animation-timing-function:ease-in-out;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-shake;animation-timing-function:linear;animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-duration:2s;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:linear;animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:steps(8);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(1.25);transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(.9,1.1) translateY(-.5em);transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(1.05,.95) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(-.125em);transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:.4;opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:.4;opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(1.125);transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotateY(-180deg);transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(0);transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:auto;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff;color:var(--fa-inverse,#fff)}.fa-0{--fa:"\30"}.fa-1{--fa:"\31"}.fa-2{--fa:"\32"}.fa-3{--fa:"\33"}.fa-4{--fa:"\34"}.fa-5{--fa:"\35"}.fa-6{--fa:"\36"}.fa-7{--fa:"\37"}.fa-8{--fa:"\38"}.fa-9{--fa:"\39"}.fa-fill-drip{--fa:"\f576"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-at{--fa:"\40"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-text-height{--fa:"\f034"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-stethoscope{--fa:"\f0f1"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-info{--fa:"\f129"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-explosion{--fa:"\e4e9"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-wave-square{--fa:"\f83e"}.fa-ring{--fa:"\f70b"}.fa-building-un{--fa:"\e4d9"}.fa-dice-three{--fa:"\f527"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-door-open{--fa:"\f52b"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-atom{--fa:"\f5d2"}.fa-soap{--fa:"\e06e"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-pump-medical{--fa:"\e06a"}.fa-fingerprint{--fa:"\f577"}.fa-hand-point-right{--fa:"\f0a4"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-flag-checkered{--fa:"\f11e"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-crop{--fa:"\f125"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-users-rectangle{--fa:"\e594"}.fa-people-roof{--fa:"\e537"}.fa-people-line{--fa:"\e534"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-diagram-predecessor{--fa:"\e477"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-male,.fa-person{--fa:"\f183"}.fa-laptop{--fa:"\f109"}.fa-file-csv{--fa:"\f6dd"}.fa-menorah{--fa:"\f676"}.fa-truck-plane{--fa:"\e58f"}.fa-record-vinyl{--fa:"\f8d9"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-bong{--fa:"\f55c"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-jar-wheat{--fa:"\e517"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-pager{--fa:"\f815"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-strikethrough{--fa:"\f0cc"}.fa-k{--fa:"\4b"}.fa-landmark-flag{--fa:"\e51c"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-backward{--fa:"\f04a"}.fa-caret-right{--fa:"\f0da"}.fa-comments{--fa:"\f086"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-code-pull-request{--fa:"\e13c"}.fa-clipboard-list{--fa:"\f46d"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-user-check{--fa:"\f4fc"}.fa-vial-virus{--fa:"\e597"}.fa-sheet-plastic{--fa:"\e571"}.fa-blog{--fa:"\f781"}.fa-user-ninja{--fa:"\f504"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-toggle-off{--fa:"\f204"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-person-drowning{--fa:"\e545"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-spray-can{--fa:"\f5bd"}.fa-truck-monster{--fa:"\f63b"}.fa-w{--fa:"\57"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-rainbow{--fa:"\f75b"}.fa-circle-notch{--fa:"\f1ce"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-paw{--fa:"\f1b0"}.fa-cloud{--fa:"\f0c2"}.fa-trowel-bricks{--fa:"\e58a"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-hospital-user{--fa:"\f80d"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-binoculars{--fa:"\f1e5"}.fa-microphone-slash{--fa:"\f131"}.fa-box-tissue{--fa:"\e05b"}.fa-motorcycle{--fa:"\f21c"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-toilets-portable{--fa:"\e584"}.fa-hockey-puck{--fa:"\f453"}.fa-table{--fa:"\f0ce"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-users-slash{--fa:"\e073"}.fa-clover{--fa:"\e139"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-star-and-crescent{--fa:"\f699"}.fa-house-fire{--fa:"\e50c"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-helicopter{--fa:"\f533"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-file-circle-question{--fa:"\e4ef"}.fa-laptop-code{--fa:"\f5fc"}.fa-swatchbook{--fa:"\f5c3"}.fa-prescription-bottle{--fa:"\f485"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-people-group{--fa:"\e533"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-film{--fa:"\f008"}.fa-ruler-horizontal{--fa:"\f547"}.fa-people-robbery{--fa:"\e536"}.fa-lightbulb{--fa:"\f0eb"}.fa-caret-left{--fa:"\f0d9"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-headphones-alt,.fa-headphones-simple{--fa:"\f58f"}.fa-sitemap{--fa:"\f0e8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-memory{--fa:"\f538"}.fa-road-spikes{--fa:"\e568"}.fa-fire-burner{--fa:"\e4f1"}.fa-flag{--fa:"\f024"}.fa-hanukiah{--fa:"\f6e6"}.fa-feather{--fa:"\f52d"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-comment-slash{--fa:"\f4b3"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-compress{--fa:"\f066"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-ankh{--fa:"\f644"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-asterisk{--fa:"\2a"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-peseta-sign{--fa:"\e221"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-ghost{--fa:"\f6e2"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-cart-plus{--fa:"\f217"}.fa-gamepad{--fa:"\f11b"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-egg{--fa:"\f7fb"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-campground{--fa:"\f6bb"}.fa-folder-plus{--fa:"\f65e"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-lock{--fa:"\f023"}.fa-gas-pump{--fa:"\f52f"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-house-flood-water{--fa:"\e50e"}.fa-tree{--fa:"\f1bb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-sack-dollar{--fa:"\f81d"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-car-side{--fa:"\f5e4"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-microscope{--fa:"\f610"}.fa-sink{--fa:"\e06d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-mitten{--fa:"\f7b5"}.fa-person-rays{--fa:"\e54d"}.fa-users{--fa:"\f0c0"}.fa-eye-slash{--fa:"\f070"}.fa-flask-vial{--fa:"\e4f3"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-om{--fa:"\f679"}.fa-worm{--fa:"\e599"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-plug{--fa:"\f1e6"}.fa-chevron-up{--fa:"\f077"}.fa-hand-spock{--fa:"\f259"}.fa-stopwatch{--fa:"\f2f2"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-chess-bishop{--fa:"\f43a"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-road-circle-check{--fa:"\e564"}.fa-dice-five{--fa:"\f523"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-land-mine-on{--fa:"\e51b"}.fa-i-cursor{--fa:"\f246"}.fa-stamp{--fa:"\f5bf"}.fa-stairs{--fa:"\e289"}.fa-i{--fa:"\49"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-pills{--fa:"\f484"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-tooth{--fa:"\f5c9"}.fa-v{--fa:"\56"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bicycle{--fa:"\f206"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-snowman{--fa:"\f7d0"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-road-barrier{--fa:"\e562"}.fa-school{--fa:"\f549"}.fa-igloo{--fa:"\f7ae"}.fa-joint{--fa:"\f595"}.fa-angle-right{--fa:"\f105"}.fa-horse{--fa:"\f6f0"}.fa-q{--fa:"\51"}.fa-g{--fa:"\47"}.fa-notes-medical{--fa:"\f481"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-dong-sign{--fa:"\e169"}.fa-capsules{--fa:"\f46b"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-hand-point-up{--fa:"\f0a6"}.fa-money-bill{--fa:"\f0d6"}.fa-bookmark{--fa:"\f02e"}.fa-align-justify{--fa:"\f039"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-helmet-un{--fa:"\e503"}.fa-bullseye{--fa:"\f140"}.fa-bacon{--fa:"\f7e5"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-radiation{--fa:"\f7b9"}.fa-chart-simple{--fa:"\e473"}.fa-mars-stroke{--fa:"\f229"}.fa-vial{--fa:"\f492"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-e{--fa:"\45"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-user{--fa:"\f007"}.fa-school-circle-check{--fa:"\e56b"}.fa-dumpster{--fa:"\f793"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-building-user{--fa:"\e4da"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-highlighter{--fa:"\f591"}.fa-key{--fa:"\f084"}.fa-bullhorn{--fa:"\f0a1"}.fa-globe{--fa:"\f0ac"}.fa-synagogue{--fa:"\f69b"}.fa-person-half-dress{--fa:"\e548"}.fa-road-bridge{--fa:"\e563"}.fa-location-arrow{--fa:"\f124"}.fa-c{--fa:"\43"}.fa-tablet-button{--fa:"\f10a"}.fa-building-lock{--fa:"\e4d6"}.fa-pizza-slice{--fa:"\f818"}.fa-money-bill-wave{--fa:"\f53a"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-house-flag{--fa:"\e50d"}.fa-person-circle-minus{--fa:"\e540"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-camera-rotate{--fa:"\e0d8"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-star{--fa:"\f005"}.fa-repeat{--fa:"\f363"}.fa-cross{--fa:"\f654"}.fa-box{--fa:"\f466"}.fa-venus-mars{--fa:"\f228"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-charging-station{--fa:"\f5e7"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-mobile-retro{--fa:"\e527"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-spider{--fa:"\f717"}.fa-hands-bound{--fa:"\e4f9"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-x-ray{--fa:"\f497"}.fa-spell-check{--fa:"\f891"}.fa-slash{--fa:"\f715"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-server{--fa:"\f233"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-shop-lock{--fa:"\e4a5"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-blender-phone{--fa:"\f6b6"}.fa-building-wheat{--fa:"\e4db"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-venus{--fa:"\f221"}.fa-passport{--fa:"\f5ab"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-temperature-high{--fa:"\f769"}.fa-microchip{--fa:"\f2db"}.fa-crown{--fa:"\f521"}.fa-weight-hanging{--fa:"\f5cd"}.fa-xmarks-lines{--fa:"\e59a"}.fa-file-prescription{--fa:"\f572"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-chess-knight{--fa:"\f441"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-wheelchair{--fa:"\f193"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-toggle-on{--fa:"\f205"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-l{--fa:"\4c"}.fa-fire{--fa:"\f06d"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-folder-open{--fa:"\f07c"}.fa-heart-circle-plus{--fa:"\e500"}.fa-code-fork{--fa:"\e13b"}.fa-city{--fa:"\f64f"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-pepper-hot{--fa:"\f816"}.fa-unlock{--fa:"\f09c"}.fa-colon-sign{--fa:"\e140"}.fa-headset{--fa:"\f590"}.fa-store-slash{--fa:"\e071"}.fa-road-circle-xmark{--fa:"\e566"}.fa-user-minus{--fa:"\f503"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-clipboard{--fa:"\f328"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-underline{--fa:"\f0cd"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-signature{--fa:"\f5b7"}.fa-stroopwafel{--fa:"\f551"}.fa-bold{--fa:"\f032"}.fa-anchor-lock{--fa:"\e4ad"}.fa-building-ngo{--fa:"\e4d7"}.fa-manat-sign{--fa:"\e1d5"}.fa-not-equal{--fa:"\f53e"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-jedi{--fa:"\f669"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-mug-hot{--fa:"\f7b6"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-gift{--fa:"\f06b"}.fa-dice-two{--fa:"\f528"}.fa-chess-queen{--fa:"\f445"}.fa-glasses{--fa:"\f530"}.fa-chess-board{--fa:"\f43c"}.fa-building-circle-check{--fa:"\e4d2"}.fa-person-chalkboard{--fa:"\e53d"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-less-than-equal{--fa:"\f537"}.fa-train{--fa:"\f238"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-crow{--fa:"\f520"}.fa-sailboat{--fa:"\e445"}.fa-window-restore{--fa:"\f2d2"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-torii-gate{--fa:"\f6a1"}.fa-frog{--fa:"\f52e"}.fa-bucket{--fa:"\e4cf"}.fa-image{--fa:"\f03e"}.fa-microphone{--fa:"\f130"}.fa-cow{--fa:"\f6c8"}.fa-caret-up{--fa:"\f0d8"}.fa-screwdriver{--fa:"\f54a"}.fa-folder-closed{--fa:"\e185"}.fa-house-tsunami{--fa:"\e515"}.fa-square-nfi{--fa:"\e576"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-square-binary{--fa:"\e69b"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-lemon{--fa:"\f094"}.fa-head-side-mask{--fa:"\e063"}.fa-handshake{--fa:"\f2b5"}.fa-gem{--fa:"\f3a5"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-smoking{--fa:"\f48d"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-monument{--fa:"\f5a6"}.fa-snowplow{--fa:"\f7d2"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-cannabis{--fa:"\f55f"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-tablets{--fa:"\f490"}.fa-ethernet{--fa:"\f796"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-chair{--fa:"\f6c0"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-plate-wheat{--fa:"\e55a"}.fa-icicles{--fa:"\f7ad"}.fa-person-shelter{--fa:"\e54f"}.fa-neuter{--fa:"\f22c"}.fa-id-badge{--fa:"\f2c1"}.fa-marker{--fa:"\f5a1"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-helicopter-symbol{--fa:"\e502"}.fa-universal-access{--fa:"\f29a"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-lari-sign{--fa:"\e1c8"}.fa-volcano{--fa:"\f770"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-viruses{--fa:"\e076"}.fa-square-person-confined{--fa:"\e577"}.fa-user-tie{--fa:"\f508"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-certificate{--fa:"\f0a3"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-suitcase{--fa:"\f0f2"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-camera-retro{--fa:"\f083"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-box-open{--fa:"\f49e"}.fa-scroll{--fa:"\f70e"}.fa-spa{--fa:"\f5bb"}.fa-location-pin-lock{--fa:"\e51f"}.fa-pause{--fa:"\f04c"}.fa-hill-avalanche{--fa:"\e507"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-bomb{--fa:"\f1e2"}.fa-registered{--fa:"\f25d"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-subscript{--fa:"\f12c"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-burst{--fa:"\e4dc"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-money-bills{--fa:"\e1f3"}.fa-smog{--fa:"\f75f"}.fa-crutch{--fa:"\f7f7"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-palette{--fa:"\f53f"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-vest{--fa:"\e085"}.fa-ferry{--fa:"\e4ea"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-boxes-packing{--fa:"\e4c7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-bowl-food{--fa:"\e4c6"}.fa-candy-cane{--fa:"\f786"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-file-word{--fa:"\f1c2"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-house-lock{--fa:"\e510"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-children{--fa:"\e4e1"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-user-alt-slash,.fa-user-large-slash{--fa:"\f4fa"}.fa-envelope-open{--fa:"\f2b6"}.fa-handshake-alt-slash,.fa-handshake-simple-slash{--fa:"\e05f"}.fa-mattress-pillow{--fa:"\e525"}.fa-guarani-sign{--fa:"\e19a"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-fire-extinguisher{--fa:"\f134"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-greater-than-equal{--fa:"\f532"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-virus{--fa:"\e074"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-layer-group{--fa:"\f5fd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-archway{--fa:"\f557"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-square{--fa:"\f0c8"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-couch{--fa:"\f4b8"}.fa-cedi-sign{--fa:"\e0df"}.fa-italic{--fa:"\f033"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-church{--fa:"\f51d"}.fa-comments-dollar{--fa:"\f653"}.fa-democrat{--fa:"\f747"}.fa-z{--fa:"\5a"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-road-lock{--fa:"\e567"}.fa-a{--fa:"\41"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-p{--fa:"\50"}.fa-snowflake{--fa:"\f2dc"}.fa-newspaper{--fa:"\f1ea"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-locust{--fa:"\e520"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-person-dress-burst{--fa:"\e544"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-vector-square{--fa:"\f5cb"}.fa-bread-slice{--fa:"\f7ec"}.fa-language{--fa:"\f1ab"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-filter{--fa:"\f0b0"}.fa-question{--fa:"\3f"}.fa-file-signature{--fa:"\f573"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-house-chimney-user{--fa:"\e065"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-puzzle-piece{--fa:"\f12e"}.fa-money-check{--fa:"\f53c"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-code{--fa:"\f121"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-virus-covid{--fa:"\e4a8"}.fa-austral-sign{--fa:"\e0a9"}.fa-f{--fa:"\46"}.fa-leaf{--fa:"\f06c"}.fa-road{--fa:"\f018"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-person-circle-plus{--fa:"\e541"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-sack-xmark{--fa:"\e56a"}.fa-file-excel{--fa:"\f1c3"}.fa-file-contract{--fa:"\f56c"}.fa-fish-fins{--fa:"\e4f2"}.fa-building-flag{--fa:"\e4d5"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-object-ungroup{--fa:"\f248"}.fa-poop{--fa:"\f619"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-kaaba{--fa:"\f66b"}.fa-toilet-paper{--fa:"\f71e"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-eject{--fa:"\f052"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-plane-circle-check{--fa:"\e555"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-object-group{--fa:"\f247"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-mask-ventilator{--fa:"\e524"}.fa-arrow-right{--fa:"\f061"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-cash-register{--fa:"\f788"}.fa-person-circle-question{--fa:"\e542"}.fa-h{--fa:"\48"}.fa-tarp{--fa:"\e57b"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-heart{--fa:"\f004"}.fa-mars-and-venus{--fa:"\f224"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-dumpster-fire{--fa:"\f794"}.fa-house-crack{--fa:"\e3b1"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-bottle-water{--fa:"\e4c5"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-kitchen-set{--fa:"\e51a"}.fa-r{--fa:"\52"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-cube{--fa:"\f1b2"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-shield-dog{--fa:"\e573"}.fa-solar-panel{--fa:"\f5ba"}.fa-lock-open{--fa:"\f3c1"}.fa-elevator{--fa:"\e16d"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-circle{--fa:"\f111"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-recycle{--fa:"\f1b8"}.fa-user-astronaut{--fa:"\f4fb"}.fa-plane-slash{--fa:"\e069"}.fa-trademark{--fa:"\f25c"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-satellite-dish{--fa:"\f7c0"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-users-rays{--fa:"\e593"}.fa-wallet{--fa:"\f555"}.fa-clipboard-check{--fa:"\f46c"}.fa-file-audio{--fa:"\f1c7"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-wrench{--fa:"\f0ad"}.fa-bugs{--fa:"\e4d0"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-file-image{--fa:"\f1c5"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-plane-departure{--fa:"\f5b0"}.fa-handshake-slash{--fa:"\e060"}.fa-book-bookmark{--fa:"\e0bb"}.fa-code-branch{--fa:"\f126"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-bridge{--fa:"\e4c8"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-truck-front{--fa:"\e2b7"}.fa-cat{--fa:"\f6be"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-truck-field{--fa:"\e58d"}.fa-route{--fa:"\f4d7"}.fa-clipboard-question{--fa:"\e4e3"}.fa-panorama{--fa:"\e209"}.fa-comment-medical{--fa:"\f7f5"}.fa-teeth-open{--fa:"\f62f"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-tags{--fa:"\f02c"}.fa-wine-glass{--fa:"\f4e3"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-house-signal{--fa:"\e012"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-faucet-drip{--fa:"\e006"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-terminal{--fa:"\f120"}.fa-mobile-button{--fa:"\f10b"}.fa-house-medical-flag{--fa:"\e514"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-tape{--fa:"\f4db"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-eye{--fa:"\f06e"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-audio-description{--fa:"\f29e"}.fa-person-military-to-person{--fa:"\e54c"}.fa-file-shield{--fa:"\e4f0"}.fa-user-slash{--fa:"\f506"}.fa-pen{--fa:"\f304"}.fa-tower-observation{--fa:"\e586"}.fa-file-code{--fa:"\f1c9"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-bus{--fa:"\f207"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-window-maximize{--fa:"\f2d0"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-prescription{--fa:"\f5b1"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-vihara{--fa:"\f6a7"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-plant-wilt{--fa:"\e5aa"}.fa-diamond{--fa:"\f219"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-chart-diagram{--fa:"\e695"}.fa-bacterium{--fa:"\e05a"}.fa-hand-pointer{--fa:"\f25a"}.fa-drum-steelpan{--fa:"\f56a"}.fa-hand-scissors{--fa:"\f257"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-biohazard{--fa:"\f780"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-mars-double{--fa:"\f227"}.fa-child-dress{--fa:"\e59c"}.fa-users-between-lines{--fa:"\e591"}.fa-lungs-virus{--fa:"\e067"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-phone{--fa:"\f095"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-child-reaching{--fa:"\e59d"}.fa-head-side-virus{--fa:"\e064"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-door-closed{--fa:"\f52a"}.fa-shield-virus{--fa:"\e06c"}.fa-dice-six{--fa:"\f526"}.fa-mosquito-net{--fa:"\e52c"}.fa-file-fragment{--fa:"\e697"}.fa-bridge-water{--fa:"\e4ce"}.fa-person-booth{--fa:"\f756"}.fa-text-width{--fa:"\f035"}.fa-hat-wizard{--fa:"\f6e8"}.fa-pen-fancy{--fa:"\f5ac"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-trash{--fa:"\f1f8"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-book-medical{--fa:"\f7e6"}.fa-poo{--fa:"\f2fe"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-cubes{--fa:"\f1b3"}.fa-divide{--fa:"\f529"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-headphones{--fa:"\f025"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-clapping{--fa:"\e1a8"}.fa-republican{--fa:"\f75e"}.fa-arrow-left{--fa:"\f060"}.fa-person-circle-xmark{--fa:"\e543"}.fa-ruler{--fa:"\f545"}.fa-align-left{--fa:"\f036"}.fa-dice-d6{--fa:"\f6d1"}.fa-restroom{--fa:"\f7bd"}.fa-j{--fa:"\4a"}.fa-users-viewfinder{--fa:"\e595"}.fa-file-video{--fa:"\f1c8"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-file-pdf{--fa:"\f1c1"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-o{--fa:"\4f"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-user-secret{--fa:"\f21b"}.fa-otter{--fa:"\f700"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-comment-dollar{--fa:"\f651"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-clipboard-user{--fa:"\f7f3"}.fa-child{--fa:"\f1ae"}.fa-lira-sign{--fa:"\f195"}.fa-satellite{--fa:"\f7bf"}.fa-plane-lock{--fa:"\e558"}.fa-tag{--fa:"\f02b"}.fa-comment{--fa:"\f075"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-envelope{--fa:"\f0e0"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-paperclip{--fa:"\f0c6"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-ribbon{--fa:"\f4d6"}.fa-lungs{--fa:"\f604"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-border-none{--fa:"\f850"}.fa-circle-nodes{--fa:"\e4e2"}.fa-parachute-box{--fa:"\f4cd"}.fa-indent{--fa:"\f03c"}.fa-truck-field-un{--fa:"\e58e"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-mountain{--fa:"\f6fc"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-cloud-meatball{--fa:"\f73b"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-square-virus{--fa:"\e578"}.fa-meteor{--fa:"\f753"}.fa-car-on{--fa:"\e4dd"}.fa-sleigh{--fa:"\f7cc"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-water{--fa:"\f773"}.fa-calendar-check{--fa:"\f274"}.fa-braille{--fa:"\f2a1"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-landmark{--fa:"\f66f"}.fa-truck{--fa:"\f0d1"}.fa-crosshairs{--fa:"\f05b"}.fa-person-cane{--fa:"\e53c"}.fa-tent{--fa:"\e57d"}.fa-vest-patches{--fa:"\e086"}.fa-check-double{--fa:"\f560"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-cookie{--fa:"\f563"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-dumbbell{--fa:"\f44b"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-tarp-droplet{--fa:"\e57c"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-calendar-plus{--fa:"\f271"}.fa-plane-arrival{--fa:"\f5af"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-chart-gantt{--fa:"\e0e4"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-dna{--fa:"\f471"}.fa-virus-slash{--fa:"\e075"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-chess{--fa:"\f439"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-plug-circle-check{--fa:"\e55c"}.fa-street-view{--fa:"\f21d"}.fa-franc-sign{--fa:"\e18f"}.fa-volume-off{--fa:"\f026"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-mosque{--fa:"\f678"}.fa-mosquito{--fa:"\e52b"}.fa-star-of-david{--fa:"\f69a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-vials{--fa:"\f493"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-place-of-worship{--fa:"\f67f"}.fa-grip-vertical{--fa:"\f58e"}.fa-hexagon-nodes{--fa:"\e699"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-u{--fa:"\55"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-pallet{--fa:"\f482"}.fa-faucet{--fa:"\e005"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-s{--fa:"\53"}.fa-timeline{--fa:"\e29c"}.fa-keyboard{--fa:"\f11c"}.fa-caret-down{--fa:"\f0d7"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-plane-up{--fa:"\e22d"}.fa-piggy-bank{--fa:"\f4d3"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-mountain-city{--fa:"\e52e"}.fa-coins{--fa:"\f51e"}.fa-khanda{--fa:"\f66d"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-folder-tree{--fa:"\f802"}.fa-network-wired{--fa:"\f6ff"}.fa-map-pin{--fa:"\f276"}.fa-hamsa{--fa:"\f665"}.fa-cent-sign{--fa:"\e3f5"}.fa-flask{--fa:"\f0c3"}.fa-person-pregnant{--fa:"\e31e"}.fa-wand-sparkles{--fa:"\f72b"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-ticket{--fa:"\f145"}.fa-power-off{--fa:"\f011"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-flag-usa{--fa:"\f74d"}.fa-laptop-file{--fa:"\e51d"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-diagram-next{--fa:"\e476"}.fa-person-rifle{--fa:"\e54e"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-closed-captioning{--fa:"\f20a"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-venus-double{--fa:"\f226"}.fa-images{--fa:"\f302"}.fa-calculator{--fa:"\f1ec"}.fa-people-pulling{--fa:"\e535"}.fa-n{--fa:"\4e"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-cloud-rain{--fa:"\f73d"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-ship{--fa:"\f21a"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-download{--fa:"\f019"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-file-circle-check{--fa:"\e5a0"}.fa-forward{--fa:"\f04e"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-align-center{--fa:"\f037"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-calendar-week{--fa:"\f784"}.fa-laptop-medical{--fa:"\f812"}.fa-b{--fa:"\42"}.fa-file-medical{--fa:"\f477"}.fa-dice-one{--fa:"\f525"}.fa-kiwi-bird{--fa:"\f535"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-mill-sign{--fa:"\e1ed"}.fa-bowl-rice{--fa:"\e2eb"}.fa-skull{--fa:"\f54c"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-truck-pickup{--fa:"\f63c"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-stop{--fa:"\f04d"}.fa-code-merge{--fa:"\f387"}.fa-upload{--fa:"\f093"}.fa-hurricane{--fa:"\f751"}.fa-mound{--fa:"\e52d"}.fa-toilet-portable{--fa:"\e583"}.fa-compact-disc{--fa:"\f51f"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-caravan{--fa:"\f8ff"}.fa-shield-cat{--fa:"\e572"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-glass-water{--fa:"\e4f4"}.fa-oil-well{--fa:"\e532"}.fa-vault{--fa:"\e2c5"}.fa-mars{--fa:"\f222"}.fa-toilet{--fa:"\f7d8"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-sun{--fa:"\f185"}.fa-guitar{--fa:"\f7a6"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-horse-head{--fa:"\f7ab"}.fa-bore-hole{--fa:"\e4c3"}.fa-industry{--fa:"\f275"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-florin-sign{--fa:"\e184"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-less-than{--fa:"\3c"}.fa-angle-down{--fa:"\f107"}.fa-car-tunnel{--fa:"\e4de"}.fa-head-side-cough{--fa:"\e061"}.fa-grip-lines{--fa:"\f7a4"}.fa-thumbs-down{--fa:"\f165"}.fa-user-lock{--fa:"\f502"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-chess-pawn{--fa:"\f443"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-person-through-window{--fa:"\e5a9"}.fa-toolbox{--fa:"\f552"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-bug{--fa:"\f188"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-mountain-sun{--fa:"\e52f"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-dice-d20{--fa:"\f6cf"}.fa-truck-droplet{--fa:"\e58c"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-medal{--fa:"\f5a2"}.fa-bed{--fa:"\f236"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-podcast{--fa:"\f2ce"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-bell{--fa:"\f0f3"}.fa-superscript{--fa:"\f12b"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-star-of-life{--fa:"\f621"}.fa-phone-slash{--fa:"\f3dd"}.fa-paint-roller{--fa:"\f5aa"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-file{--fa:"\f15b"}.fa-greater-than{--fa:"\3e"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-arrow-down{--fa:"\f063"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-eraser{--fa:"\f12d"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-person-burst{--fa:"\e53b"}.fa-dove{--fa:"\f4ba"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-socks{--fa:"\f696"}.fa-inbox{--fa:"\f01c"}.fa-section{--fa:"\e447"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-envelope-open-text{--fa:"\f658"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-wine-bottle{--fa:"\f72f"}.fa-chess-rook{--fa:"\f447"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-dharmachakra{--fa:"\f655"}.fa-hotdog{--fa:"\f80f"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-drum{--fa:"\f569"}.fa-ice-cream{--fa:"\f810"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-fax{--fa:"\f1ac"}.fa-paragraph{--fa:"\f1dd"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-star-half{--fa:"\f089"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-tree-city{--fa:"\e587"}.fa-play{--fa:"\f04b"}.fa-font{--fa:"\f031"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-rupiah-sign{--fa:"\e23d"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-naira-sign{--fa:"\e1f6"}.fa-cart-arrow-down{--fa:"\f218"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-receipt{--fa:"\f543"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-chevron-down{--fa:"\f078"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-skull-crossbones{--fa:"\f714"}.fa-code-compare{--fa:"\e13a"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-school-lock{--fa:"\e56f"}.fa-tower-cell{--fa:"\e585"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-ranking-star{--fa:"\e561"}.fa-chess-king{--fa:"\f43f"}.fa-person-harassing{--fa:"\e549"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-arrow-up{--fa:"\f062"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-shrimp{--fa:"\e448"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-jug-detergent{--fa:"\e519"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-user-shield{--fa:"\f505"}.fa-wind{--fa:"\f72e"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-y{--fa:"\59"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-fish{--fa:"\f578"}.fa-user-graduate{--fa:"\f501"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-clapperboard{--fa:"\e131"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-jet-fighter-up{--fa:"\e518"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-copy{--fa:"\f0c5"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-hand-sparkles{--fa:"\e05d"}.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-gun{--fa:"\e19b"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-add,.fa-plus{--fa:"\2b"}.fa-expand{--fa:"\f065"}.fa-computer{--fa:"\e4e5"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-peso-sign{--fa:"\e222"}.fa-building-shield{--fa:"\e4d8"}.fa-baby{--fa:"\f77c"}.fa-users-line{--fa:"\e592"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-tractor{--fa:"\f722"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-lines-leaning{--fa:"\e51e"}.fa-ruler-combined{--fa:"\f546"}.fa-copyright{--fa:"\f1f9"}.fa-equals{--fa:"\3d"}.fa-blender{--fa:"\f517"}.fa-teeth{--fa:"\f62e"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-map{--fa:"\f279"}.fa-rocket{--fa:"\f135"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-folder-minus{--fa:"\f65d"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-store{--fa:"\f54e"}.fa-arrow-trend-up{--fa:"\e098"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-bezier-curve{--fa:"\f55b"}.fa-bell-slash{--fa:"\f1f6"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-school-flag{--fa:"\e56e"}.fa-fill{--fa:"\f575"}.fa-angle-up{--fa:"\f106"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-holly-berry{--fa:"\f7aa"}.fa-chevron-left{--fa:"\f053"}.fa-bacteria{--fa:"\e059"}.fa-hand-lizard{--fa:"\f258"}.fa-notdef{--fa:"\e1fe"}.fa-disease{--fa:"\f7fa"}.fa-briefcase-medical{--fa:"\f469"}.fa-genderless{--fa:"\f22d"}.fa-chevron-right{--fa:"\f054"}.fa-retweet{--fa:"\f079"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-pump-soap{--fa:"\e06b"}.fa-video-slash{--fa:"\f4e2"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-radio{--fa:"\f8d7"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-traffic-light{--fa:"\f637"}.fa-thermometer{--fa:"\f491"}.fa-vr-cardboard{--fa:"\f729"}.fa-hand-middle-finger{--fa:"\f806"}.fa-percent,.fa-percentage{--fa:"\25"}.fa-truck-moving{--fa:"\f4df"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-display{--fa:"\e163"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-trophy{--fa:"\f091"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hammer{--fa:"\f6e3"}.fa-hand-peace{--fa:"\f25b"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-spinner{--fa:"\f110"}.fa-robot{--fa:"\f544"}.fa-peace{--fa:"\f67c"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-warehouse{--fa:"\f494"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-splotch{--fa:"\f5bc"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-dice-four{--fa:"\f524"}.fa-sim-card{--fa:"\f7c4"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-mercury{--fa:"\f223"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-person-falling-burst{--fa:"\e547"}.fa-award{--fa:"\f559"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-building{--fa:"\f1ad"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-qrcode{--fa:"\f029"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-comment-nodes{--fa:"\e696"}.fa-house-medical{--fa:"\e3b2"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-house-chimney-window{--fa:"\e00d"}.fa-pen-nib{--fa:"\f5ad"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tents{--fa:"\e582"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-dog{--fa:"\f6d3"}.fa-carrot{--fa:"\f787"}.fa-moon{--fa:"\f186"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-cheese{--fa:"\f7ef"}.fa-yin-yang{--fa:"\f6ad"}.fa-music{--fa:"\f001"}.fa-code-commit{--fa:"\f386"}.fa-temperature-low{--fa:"\f76b"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-broom{--fa:"\f51a"}.fa-shield-heart{--fa:"\e574"}.fa-gopuram{--fa:"\f664"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-hashtag{--fa:"\23"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-oil-can{--fa:"\f613"}.fa-t{--fa:"\54"}.fa-hippo{--fa:"\f6ed"}.fa-chart-column{--fa:"\e0e3"}.fa-infinity{--fa:"\f534"}.fa-vial-circle-check{--fa:"\e596"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-voicemail{--fa:"\f897"}.fa-fan{--fa:"\f863"}.fa-person-walking-luggage{--fa:"\e554"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-calendar{--fa:"\f133"}.fa-trailer{--fa:"\e041"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-sd-card{--fa:"\f7c2"}.fa-dragon{--fa:"\f6d5"}.fa-shoe-prints{--fa:"\f54b"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-hand-holding{--fa:"\f4bd"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-clone{--fa:"\f24d"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-tornado{--fa:"\f76f"}.fa-file-circle-plus{--fa:"\e494"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-anchor{--fa:"\f13d"}.fa-border-all{--fa:"\f84c"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-cookie-bite{--fa:"\f564"}.fa-arrow-trend-down{--fa:"\e097"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-draw-polygon{--fa:"\f5ee"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-shower{--fa:"\f2cc"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-m{--fa:"\4d"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-book{--fa:"\f02d"}.fa-user-plus{--fa:"\f234"}.fa-check{--fa:"\f00c"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-house-circle-check{--fa:"\e509"}.fa-angle-left{--fa:"\f104"}.fa-diagram-successor{--fa:"\e47a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-cloud-moon{--fa:"\f6c3"}.fa-briefcase{--fa:"\f0b1"}.fa-person-falling{--fa:"\e546"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-user-tag{--fa:"\f507"}.fa-rug{--fa:"\e569"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-baht-sign{--fa:"\e0ac"}.fa-book-open{--fa:"\f518"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-handcuffs{--fa:"\e4f8"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-database{--fa:"\f1c0"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-mask-face{--fa:"\e1d7"}.fa-hill-rockslide{--fa:"\e508"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-paper-plane{--fa:"\f1d8"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-dungeon{--fa:"\f6d9"}.fa-align-right{--fa:"\f038"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-life-ring{--fa:"\f1cd"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-calendar-day{--fa:"\f783"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-dice{--fa:"\f522"}.fa-bowling-ball{--fa:"\f436"}.fa-brain{--fa:"\f5dc"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-calendar-minus{--fa:"\f272"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-gifts{--fa:"\f79c"}.fa-hotel{--fa:"\f594"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-thumbs-up{--fa:"\f164"}.fa-user-clock{--fa:"\f4fd"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-file-invoice{--fa:"\f570"}.fa-window-minimize{--fa:"\f2d1"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-brush{--fa:"\f55d"}.fa-file-half-dashed{--fa:"\e698"}.fa-mask{--fa:"\f6fa"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-ruler-vertical{--fa:"\f548"}.fa-user-alt,.fa-user-large{--fa:"\f406"}.fa-train-tram{--fa:"\e5b4"}.fa-user-nurse{--fa:"\f82f"}.fa-syringe{--fa:"\f48e"}.fa-cloud-sun{--fa:"\f6c4"}.fa-stopwatch-20{--fa:"\e06f"}.fa-square-full{--fa:"\f45c"}.fa-magnet{--fa:"\f076"}.fa-jar{--fa:"\e516"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-bug-slash{--fa:"\e490"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-bone{--fa:"\f5d7"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-user-injured{--fa:"\f728"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-plane{--fa:"\f072"}.fa-tent-arrows-down{--fa:"\e581"}.fa-exclamation{--fa:"\21"}.fa-arrows-spin{--fa:"\e4bb"}.fa-print{--fa:"\f02f"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\24"}.fa-x{--fa:"\58"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-person-military-pointing{--fa:"\e54a"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-umbrella{--fa:"\f0e9"}.fa-trowel{--fa:"\e589"}.fa-d{--fa:"\44"}.fa-stapler{--fa:"\e5af"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-kip-sign{--fa:"\e1c4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-handshake-alt,.fa-handshake-simple{--fa:"\f4c6"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-barcode{--fa:"\f02a"}.fa-plus-minus{--fa:"\e43c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-person-circle-check{--fa:"\e53e"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-display:block;font-family:Font Awesome\ 6 Brands;font-style:normal;font-weight:400;src:url(/static/media/fa-brands-400.c210719e60948b211a12.woff2) format("woff2"),url(/static/media/fa-brands-400.1815e00441357e01619e.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero{--fa:"\f3d0"}.fa-hooli{--fa:"\f427"}.fa-yelp{--fa:"\f1e9"}.fa-cc-visa{--fa:"\f1f0"}.fa-lastfm{--fa:"\f202"}.fa-shopware{--fa:"\f5b5"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-aws{--fa:"\f375"}.fa-redhat{--fa:"\f7bc"}.fa-yoast{--fa:"\f2b1"}.fa-cloudflare{--fa:"\e07d"}.fa-ups{--fa:"\f7e0"}.fa-pixiv{--fa:"\e640"}.fa-wpexplorer{--fa:"\f2de"}.fa-dyalog{--fa:"\f399"}.fa-bity{--fa:"\f37a"}.fa-stackpath{--fa:"\f842"}.fa-buysellads{--fa:"\f20d"}.fa-first-order{--fa:"\f2b0"}.fa-modx{--fa:"\f285"}.fa-guilded{--fa:"\e07e"}.fa-vnv{--fa:"\f40b"}.fa-js-square,.fa-square-js{--fa:"\f3b9"}.fa-microsoft{--fa:"\f3ca"}.fa-qq{--fa:"\f1d6"}.fa-orcid{--fa:"\f8d2"}.fa-java{--fa:"\f4e4"}.fa-invision{--fa:"\f7b0"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-centercode{--fa:"\f380"}.fa-glide-g{--fa:"\f2a6"}.fa-drupal{--fa:"\f1a9"}.fa-jxl{--fa:"\e67b"}.fa-dart-lang{--fa:"\e693"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-unity{--fa:"\e049"}.fa-whmcs{--fa:"\f40d"}.fa-rocketchat{--fa:"\f3e8"}.fa-vk{--fa:"\f189"}.fa-untappd{--fa:"\f405"}.fa-mailchimp{--fa:"\f59e"}.fa-css3-alt{--fa:"\f38b"}.fa-reddit-square,.fa-square-reddit{--fa:"\f1a2"}.fa-vimeo-v{--fa:"\f27d"}.fa-contao{--fa:"\f26d"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-deskpro{--fa:"\f38f"}.fa-brave{--fa:"\e63c"}.fa-sistrix{--fa:"\f3ee"}.fa-instagram-square,.fa-square-instagram{--fa:"\e055"}.fa-battle-net{--fa:"\f835"}.fa-the-red-yeti{--fa:"\f69d"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\f3af"}.fa-edge{--fa:"\f282"}.fa-threads{--fa:"\e618"}.fa-napster{--fa:"\f3d2"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\f2ad"}.fa-google-plus-g{--fa:"\f0d5"}.fa-artstation{--fa:"\f77a"}.fa-markdown{--fa:"\f60f"}.fa-sourcetree{--fa:"\f7d3"}.fa-google-plus{--fa:"\f2b3"}.fa-diaspora{--fa:"\f791"}.fa-foursquare{--fa:"\f180"}.fa-stack-overflow{--fa:"\f16c"}.fa-github-alt{--fa:"\f113"}.fa-phoenix-squadron{--fa:"\f511"}.fa-pagelines{--fa:"\f18c"}.fa-algolia{--fa:"\f36c"}.fa-red-river{--fa:"\f3e3"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-safari{--fa:"\f267"}.fa-google{--fa:"\f1a0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-atlassian{--fa:"\f77b"}.fa-linkedin-in{--fa:"\f0e1"}.fa-digital-ocean{--fa:"\f391"}.fa-nimblr{--fa:"\f5a8"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-hacker-news{--fa:"\f1d4"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-adversal{--fa:"\f36a"}.fa-creative-commons{--fa:"\f25e"}.fa-watchman-monitoring{--fa:"\e087"}.fa-fonticons{--fa:"\f280"}.fa-weixin{--fa:"\f1d7"}.fa-shirtsinbulk{--fa:"\f214"}.fa-codepen{--fa:"\f1cb"}.fa-git-alt{--fa:"\f841"}.fa-lyft{--fa:"\f3c3"}.fa-rev{--fa:"\f5b2"}.fa-windows{--fa:"\f17a"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\f2aa"}.fa-meetup{--fa:"\f2e0"}.fa-centos{--fa:"\f789"}.fa-adn{--fa:"\f170"}.fa-cloudsmith{--fa:"\f384"}.fa-opensuse{--fa:"\e62b"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\f397"}.fa-codiepie{--fa:"\f284"}.fa-node{--fa:"\f419"}.fa-mix{--fa:"\f3cb"}.fa-steam{--fa:"\f1b6"}.fa-cc-apple-pay{--fa:"\f416"}.fa-scribd{--fa:"\f28a"}.fa-debian{--fa:"\e60b"}.fa-openid{--fa:"\f19b"}.fa-instalod{--fa:"\e081"}.fa-files-pinwheel{--fa:"\e69f"}.fa-expeditedssl{--fa:"\f23e"}.fa-sellcast{--fa:"\f2da"}.fa-square-twitter,.fa-twitter-square{--fa:"\f081"}.fa-r-project{--fa:"\f4f7"}.fa-delicious{--fa:"\f1a5"}.fa-freebsd{--fa:"\f3a4"}.fa-vuejs{--fa:"\f41f"}.fa-accusoft{--fa:"\f369"}.fa-ioxhost{--fa:"\f208"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-app-store{--fa:"\f36f"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-itunes-note{--fa:"\f3b5"}.fa-golang{--fa:"\e40f"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\f3bb"}.fa-grav{--fa:"\f2d6"}.fa-weibo{--fa:"\f18a"}.fa-uncharted{--fa:"\e084"}.fa-firstdraft{--fa:"\f3a1"}.fa-square-youtube,.fa-youtube-square{--fa:"\f431"}.fa-wikipedia-w{--fa:"\f266"}.fa-rendact,.fa-wpressr{--fa:"\f3e4"}.fa-angellist{--fa:"\f209"}.fa-galactic-republic{--fa:"\f50c"}.fa-nfc-directional{--fa:"\e530"}.fa-skype{--fa:"\f17e"}.fa-joget{--fa:"\f3b7"}.fa-fedora{--fa:"\f798"}.fa-stripe-s{--fa:"\f42a"}.fa-meta{--fa:"\e49b"}.fa-laravel{--fa:"\f3bd"}.fa-hotjar{--fa:"\f3b1"}.fa-bluetooth-b{--fa:"\f294"}.fa-square-letterboxd{--fa:"\e62e"}.fa-sticker-mule{--fa:"\f3f7"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-hips{--fa:"\f452"}.fa-css{--fa:"\e6a2"}.fa-behance{--fa:"\f1b4"}.fa-reddit{--fa:"\f1a1"}.fa-discord{--fa:"\f392"}.fa-chrome{--fa:"\f268"}.fa-app-store-ios{--fa:"\f370"}.fa-cc-discover{--fa:"\f1f2"}.fa-wpbeginner{--fa:"\f297"}.fa-confluence{--fa:"\f78d"}.fa-shoelace{--fa:"\e60c"}.fa-mdb{--fa:"\f8ca"}.fa-dochub{--fa:"\f394"}.fa-accessible-icon{--fa:"\f368"}.fa-ebay{--fa:"\f4f4"}.fa-amazon{--fa:"\f270"}.fa-unsplash{--fa:"\e07c"}.fa-yarn{--fa:"\f7e3"}.fa-square-steam,.fa-steam-square{--fa:"\f1b7"}.fa-500px{--fa:"\f26e"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\f194"}.fa-asymmetrik{--fa:"\f372"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-gratipay{--fa:"\f184"}.fa-apple{--fa:"\f179"}.fa-hive{--fa:"\e07f"}.fa-gitkraken{--fa:"\f3a6"}.fa-keybase{--fa:"\f4f5"}.fa-apple-pay{--fa:"\f415"}.fa-padlet{--fa:"\e4a0"}.fa-amazon-pay{--fa:"\f42c"}.fa-github-square,.fa-square-github{--fa:"\f092"}.fa-stumbleupon{--fa:"\f1a4"}.fa-fedex{--fa:"\f797"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-shopify{--fa:"\e057"}.fa-neos{--fa:"\f612"}.fa-square-threads{--fa:"\e619"}.fa-hackerrank{--fa:"\f5f7"}.fa-researchgate{--fa:"\f4f8"}.fa-swift{--fa:"\f8e1"}.fa-angular{--fa:"\f420"}.fa-speakap{--fa:"\f3f3"}.fa-angrycreative{--fa:"\f36e"}.fa-y-combinator{--fa:"\f23b"}.fa-empire{--fa:"\f1d1"}.fa-envira{--fa:"\f299"}.fa-google-scholar{--fa:"\e63b"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\e5ae"}.fa-studiovinari{--fa:"\f3f8"}.fa-pied-piper{--fa:"\f2ae"}.fa-wordpress{--fa:"\f19a"}.fa-product-hunt{--fa:"\f288"}.fa-firefox{--fa:"\f269"}.fa-linode{--fa:"\f2b8"}.fa-goodreads{--fa:"\f3a8"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\f264"}.fa-jsfiddle{--fa:"\f1cc"}.fa-sith{--fa:"\f512"}.fa-themeisle{--fa:"\f2b2"}.fa-page4{--fa:"\f3d7"}.fa-hashnode{--fa:"\e499"}.fa-react{--fa:"\f41b"}.fa-cc-paypal{--fa:"\f1f4"}.fa-squarespace{--fa:"\f5be"}.fa-cc-stripe{--fa:"\f1f5"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-bitcoin{--fa:"\f379"}.fa-keycdn{--fa:"\f3ba"}.fa-opera{--fa:"\f26a"}.fa-itch-io{--fa:"\f83a"}.fa-umbraco{--fa:"\f8e8"}.fa-galactic-senate{--fa:"\f50d"}.fa-ubuntu{--fa:"\f7df"}.fa-draft2digital{--fa:"\f396"}.fa-stripe{--fa:"\f429"}.fa-houzz{--fa:"\f27c"}.fa-gg{--fa:"\f260"}.fa-dhl{--fa:"\f790"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\f0d3"}.fa-xing{--fa:"\f168"}.fa-blackberry{--fa:"\f37b"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-playstation{--fa:"\f3df"}.fa-quinscape{--fa:"\f459"}.fa-less{--fa:"\f41d"}.fa-blogger-b{--fa:"\f37d"}.fa-opencart{--fa:"\f23d"}.fa-vine{--fa:"\f1ca"}.fa-signal-messenger{--fa:"\e663"}.fa-paypal{--fa:"\f1ed"}.fa-gitlab{--fa:"\f296"}.fa-typo3{--fa:"\f42b"}.fa-reddit-alien{--fa:"\f281"}.fa-yahoo{--fa:"\f19e"}.fa-dailymotion{--fa:"\e052"}.fa-affiliatetheme{--fa:"\f36b"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-bootstrap{--fa:"\f836"}.fa-odnoklassniki{--fa:"\f263"}.fa-nfc-symbol{--fa:"\e531"}.fa-mintbit{--fa:"\e62f"}.fa-ethereum{--fa:"\f42e"}.fa-speaker-deck{--fa:"\f83c"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-patreon{--fa:"\f3d9"}.fa-avianex{--fa:"\f374"}.fa-ello{--fa:"\f5f1"}.fa-gofore{--fa:"\f3a7"}.fa-bimobject{--fa:"\f378"}.fa-brave-reverse{--fa:"\e63d"}.fa-facebook-f{--fa:"\f39e"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\f0d4"}.fa-web-awesome{--fa:"\e682"}.fa-mandalorian{--fa:"\f50f"}.fa-first-order-alt{--fa:"\f50a"}.fa-osi{--fa:"\f41a"}.fa-google-wallet{--fa:"\f1ee"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-periscope{--fa:"\f3da"}.fa-fulcrum{--fa:"\f50b"}.fa-cloudscale{--fa:"\f383"}.fa-forumbee{--fa:"\f211"}.fa-mizuni{--fa:"\f3cc"}.fa-schlix{--fa:"\f3ea"}.fa-square-xing,.fa-xing-square{--fa:"\f169"}.fa-bandcamp{--fa:"\f2d5"}.fa-wpforms{--fa:"\f298"}.fa-cloudversify{--fa:"\f385"}.fa-usps{--fa:"\f7e1"}.fa-megaport{--fa:"\f5a3"}.fa-magento{--fa:"\f3c4"}.fa-spotify{--fa:"\f1bc"}.fa-optin-monster{--fa:"\f23c"}.fa-fly{--fa:"\f417"}.fa-square-bluesky{--fa:"\e6a3"}.fa-aviato{--fa:"\f421"}.fa-itunes{--fa:"\f3b4"}.fa-cuttlefish{--fa:"\f38c"}.fa-blogger{--fa:"\f37c"}.fa-flickr{--fa:"\f16e"}.fa-viber{--fa:"\f409"}.fa-soundcloud{--fa:"\f1be"}.fa-digg{--fa:"\f1a6"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-letterboxd{--fa:"\e62d"}.fa-symfony{--fa:"\f83d"}.fa-maxcdn{--fa:"\f136"}.fa-etsy{--fa:"\f2d7"}.fa-facebook-messenger{--fa:"\f39f"}.fa-audible{--fa:"\f373"}.fa-think-peaks{--fa:"\f731"}.fa-bilibili{--fa:"\e3d9"}.fa-erlang{--fa:"\f39d"}.fa-x-twitter{--fa:"\e61b"}.fa-cotton-bureau{--fa:"\f89e"}.fa-dashcube{--fa:"\f210"}.fa-42-group,.fa-innosoft{--fa:"\e080"}.fa-stack-exchange{--fa:"\f18d"}.fa-elementor{--fa:"\f430"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\e01e"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-palfed{--fa:"\f3d8"}.fa-superpowers{--fa:"\f2dd"}.fa-resolving{--fa:"\f3e7"}.fa-xbox{--fa:"\f412"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-searchengin{--fa:"\f3eb"}.fa-tiktok{--fa:"\e07b"}.fa-facebook-square,.fa-square-facebook{--fa:"\f082"}.fa-renren{--fa:"\f18b"}.fa-linux{--fa:"\f17c"}.fa-glide{--fa:"\f2a5"}.fa-linkedin{--fa:"\f08c"}.fa-hubspot{--fa:"\f3b2"}.fa-deploydog{--fa:"\f38e"}.fa-twitch{--fa:"\f1e8"}.fa-flutter{--fa:"\e694"}.fa-ravelry{--fa:"\f2d9"}.fa-mixer{--fa:"\e056"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\f203"}.fa-vimeo{--fa:"\f40a"}.fa-mendeley{--fa:"\f7b3"}.fa-uniregistry{--fa:"\f404"}.fa-figma{--fa:"\f799"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-dropbox{--fa:"\f16b"}.fa-instagram{--fa:"\f16d"}.fa-cmplid{--fa:"\e360"}.fa-upwork{--fa:"\e641"}.fa-facebook{--fa:"\f09a"}.fa-gripfire{--fa:"\f3ac"}.fa-jedi-order{--fa:"\f50e"}.fa-uikit{--fa:"\f403"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-phabricator{--fa:"\f3db"}.fa-ussunnah{--fa:"\f407"}.fa-earlybirds{--fa:"\f39a"}.fa-trade-federation{--fa:"\f513"}.fa-autoprefixer{--fa:"\f41c"}.fa-whatsapp{--fa:"\f232"}.fa-square-upwork{--fa:"\e67c"}.fa-slideshare{--fa:"\f1e7"}.fa-google-play{--fa:"\f3ab"}.fa-viadeo{--fa:"\f2a9"}.fa-line{--fa:"\f3c0"}.fa-google-drive{--fa:"\f3aa"}.fa-servicestack{--fa:"\f3ec"}.fa-simplybuilt{--fa:"\f215"}.fa-bitbucket{--fa:"\f171"}.fa-imdb{--fa:"\f2d8"}.fa-deezer{--fa:"\e077"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-jira{--fa:"\f7b1"}.fa-docker{--fa:"\f395"}.fa-screenpal{--fa:"\e570"}.fa-bluetooth{--fa:"\f293"}.fa-gitter{--fa:"\f426"}.fa-d-and-d{--fa:"\f38d"}.fa-microblog{--fa:"\e01a"}.fa-cc-diners-club{--fa:"\f24c"}.fa-gg-circle{--fa:"\f261"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-yandex{--fa:"\f413"}.fa-readme{--fa:"\f4d5"}.fa-html5{--fa:"\f13b"}.fa-sellsy{--fa:"\f213"}.fa-square-web-awesome{--fa:"\e683"}.fa-sass{--fa:"\f41e"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\e2d0"}.fa-buromobelexperte{--fa:"\f37f"}.fa-salesforce{--fa:"\f83b"}.fa-octopus-deploy{--fa:"\e082"}.fa-medapps{--fa:"\f3c6"}.fa-ns8{--fa:"\f3d5"}.fa-pinterest-p{--fa:"\f231"}.fa-apper{--fa:"\f371"}.fa-fort-awesome{--fa:"\f286"}.fa-waze{--fa:"\f83f"}.fa-bluesky{--fa:"\e671"}.fa-cc-jcb{--fa:"\f24b"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\f2ab"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-rust{--fa:"\e07a"}.fa-wix{--fa:"\f5cf"}.fa-behance-square,.fa-square-behance{--fa:"\f1b5"}.fa-supple{--fa:"\f3f9"}.fa-webflow{--fa:"\e65c"}.fa-rebel{--fa:"\f1d0"}.fa-css3{--fa:"\f13c"}.fa-staylinked{--fa:"\f3f5"}.fa-kaggle{--fa:"\f5fa"}.fa-space-awesome{--fa:"\e5ac"}.fa-deviantart{--fa:"\f1bd"}.fa-cpanel{--fa:"\f388"}.fa-goodreads-g{--fa:"\f3a9"}.fa-git-square,.fa-square-git{--fa:"\f1d2"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\f174"}.fa-trello{--fa:"\f181"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-get-pocket{--fa:"\f265"}.fa-perbyte{--fa:"\e083"}.fa-grunt{--fa:"\f3ad"}.fa-weebly{--fa:"\f5cc"}.fa-connectdevelop{--fa:"\f20e"}.fa-leanpub{--fa:"\f212"}.fa-black-tie{--fa:"\f27e"}.fa-themeco{--fa:"\f5c6"}.fa-python{--fa:"\f3e2"}.fa-android{--fa:"\f17b"}.fa-bots{--fa:"\e340"}.fa-free-code-camp{--fa:"\f2c5"}.fa-hornbill{--fa:"\f592"}.fa-js{--fa:"\f3b8"}.fa-ideal{--fa:"\e013"}.fa-git{--fa:"\f1d3"}.fa-dev{--fa:"\f6cc"}.fa-sketch{--fa:"\f7c6"}.fa-yandex-international{--fa:"\f414"}.fa-cc-amex{--fa:"\f1f3"}.fa-uber{--fa:"\f402"}.fa-github{--fa:"\f09b"}.fa-php{--fa:"\f457"}.fa-alipay{--fa:"\f642"}.fa-youtube{--fa:"\f167"}.fa-skyatlas{--fa:"\f216"}.fa-firefox-browser{--fa:"\e007"}.fa-replyd{--fa:"\f3e6"}.fa-suse{--fa:"\f7d6"}.fa-jenkins{--fa:"\f3b6"}.fa-twitter{--fa:"\f099"}.fa-rockrms{--fa:"\f3e9"}.fa-pinterest{--fa:"\f0d2"}.fa-buffer{--fa:"\f837"}.fa-npm{--fa:"\f3d4"}.fa-yammer{--fa:"\f840"}.fa-btc{--fa:"\f15a"}.fa-dribbble{--fa:"\f17d"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-internet-explorer{--fa:"\f26b"}.fa-stubber{--fa:"\e5c7"}.fa-telegram,.fa-telegram-plane{--fa:"\f2c6"}.fa-old-republic{--fa:"\f510"}.fa-odysee{--fa:"\e5c6"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\f40c"}.fa-node-js{--fa:"\f3d3"}.fa-edge-legacy{--fa:"\e078"}.fa-slack,.fa-slack-hash{--fa:"\f198"}.fa-medrt{--fa:"\f3c8"}.fa-usb{--fa:"\f287"}.fa-tumblr{--fa:"\f173"}.fa-vaadin{--fa:"\f408"}.fa-quora{--fa:"\f2c4"}.fa-square-x-twitter{--fa:"\e61a"}.fa-reacteurope{--fa:"\f75d"}.fa-medium,.fa-medium-m{--fa:"\f23a"}.fa-amilia{--fa:"\f36d"}.fa-mixcloud{--fa:"\f289"}.fa-flipboard{--fa:"\f44d"}.fa-viacoin{--fa:"\f237"}.fa-critical-role{--fa:"\f6c9"}.fa-sitrox{--fa:"\e44a"}.fa-discourse{--fa:"\f393"}.fa-joomla{--fa:"\f1aa"}.fa-mastodon{--fa:"\f4f6"}.fa-airbnb{--fa:"\f834"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-buy-n-large{--fa:"\f8a6"}.fa-gulp{--fa:"\f3ae"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-strava{--fa:"\f428"}.fa-ember{--fa:"\f423"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-teamspeak{--fa:"\f4f9"}.fa-pushed{--fa:"\f3e1"}.fa-wordpress-simple{--fa:"\f411"}.fa-nutritionix{--fa:"\f3d6"}.fa-wodu{--fa:"\e088"}.fa-google-pay{--fa:"\e079"}.fa-intercom{--fa:"\f7af"}.fa-zhihu{--fa:"\f63f"}.fa-korvue{--fa:"\f42f"}.fa-pix{--fa:"\e43a"}.fa-steam-symbol{--fa:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:400;src:url(/static/media/fa-regular-400.89999bdf5d835c012025.woff2) format("woff2"),url(/static/media/fa-regular-400.914997e1bdfc990d0897.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;src:url(/static/media/fa-solid-900.2463b90d9a316e4e5294.woff2) format("woff2"),url(/static/media/fa-solid-900.2582b0e4bcf85eceead0.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-display:block;font-family:Font Awesome\ 5 Brands;font-weight:400;src:url(/static/media/fa-brands-400.c210719e60948b211a12.woff2) format("woff2"),url(/static/media/fa-brands-400.1815e00441357e01619e.ttf) format("truetype")}@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-weight:900;src:url(/static/media/fa-solid-900.2463b90d9a316e4e5294.woff2) format("woff2"),url(/static/media/fa-solid-900.2582b0e4bcf85eceead0.ttf) format("truetype")}@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-weight:400;src:url(/static/media/fa-regular-400.89999bdf5d835c012025.woff2) format("woff2"),url(/static/media/fa-regular-400.914997e1bdfc990d0897.ttf) format("truetype")}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-solid-900.2463b90d9a316e4e5294.woff2) format("woff2"),url(/static/media/fa-solid-900.2582b0e4bcf85eceead0.ttf) format("truetype")}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-brands-400.c210719e60948b211a12.woff2) format("woff2"),url(/static/media/fa-brands-400.1815e00441357e01619e.ttf) format("truetype")}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-regular-400.89999bdf5d835c012025.woff2) format("woff2"),url(/static/media/fa-regular-400.914997e1bdfc990d0897.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-v4compatibility.ea8f94e1d22e0d35ccd4.woff2) format("woff2"),url(/static/media/fa-v4compatibility.da94ef451f4969af06e6.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:title;font-style:normal;font-weight:400;src:url(/static/media/Sports-World-Regular.2a6f6e196f0003898080.ttf) format("truetype")}@font-face{font-family:body;font-style:normal;font-weight:400;src:url(/static/media/norwester.696306af41a3a74048f6.otf) format("truetype")}@font-face{font-family:nunito;font-style:normal;font-weight:400;src:url(/static/media/Nunito-Sans.61b71ee93d55d9bddead.ttf) format("truetype")}@font-face{font-family:roboto;font-style:normal;font-weight:400;src:url(/static/media/Roboto.3c9d0f6513f7cfe91016.ttf) format("truetype")}@font-face{font-family:inter;font-style:normal;font-weight:400;src:url(/static/media/Inter.e05c5f3d1fa6a3893d84.ttf) format("truetype")}:root{--primary-color:#004aad;--accent-color:#fcc353;--title-color:#495057;--background-gradient:linear-gradient(135deg,#e3ebf7,#fef8f3);--card-glass-bg:#ffffffe6;--card-blur:10px;--text-color:#1a1a1a;--radius:8px;--shadow:0 8px 32px #00000014}.Toastify__toast{font-family:body!important;font-size:16px!important;font-weight:500!important}@media (max-width:768px){.Toastify__toast{margin:auto;width:90%}}*{box-sizing:border-box}.app-loader-container{align-items:center;background-color:#fafafa;display:flex;height:100vh;justify-content:center}.app-loader{animation:spin .8s linear infinite;border:3px solid #3b82f61a;border-radius:50%;border-top-color:#004aad;border-top:3px solid var(--primary-color);height:3rem;width:3rem}@keyframes spin{to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.d75a493f.css.map*/