*{box-sizing:border-box}html{font-size:12px;--blue-main:#13a0fa;--blue-darkest:#046caf;--blue-darker:#058ee6;--blue-lighter:#78c9fc;--blue-lightest:#b9e3fe;--blue-subtle:#ebf7ff;--blue-subtlest:#f9fafb;--blue-shadow:#78c9fc;--primary-gradient:linear-gradient(75.26deg,#78c9fc 18.6%,#63ea47);--green-main:#63ea47;--green-darker:#37ce18;--green-lighter:#a1f291;--green-subtle:#effded;--green-shadow:#a1f291;--red-main:#ec4c4c;--red-darker:#de1717;--red-lighter:#f28282;--red-subtle:#fef6f6;--red-shadow:#f28282;--orange-main:#ffaa2b;--orange-darker:#e58a00;--orange-lighter:#ffc46b;--orange-subtle:#fff7eb;--purple-main:#8951ff;--purple-darker:#8861d9;--purple-lighter:#a880ff;--purple-subtle:#e3d6ff;--yellow-main:#fbff2b;--yellow-darker:#ebf000;--yellow-lighter:#fdff9e;--yellow-subtle:#feffe0;--dark-1:#2e3438;--dark-2:#434c51;--dark-3:#5a666d;--dark-4:#818f97;--light-1:#fff;--light-2:#f6f8f9;--light-3:#dae2e7;--light-4:#bbcad3;--elevation-1:0px 0.5px 2px 0px rgba(96,97,112,0.1);--elevation-2:0px 2px 4px 0px rgba(96,97,112,0.1);--elevation-3:0px 4px 8px 0px rgba(96,97,112,0.1);--elevation-4:0px 8px 16px 0px rgba(96,97,112,0.1);--elevation-5:0px 16px 24px 0px rgba(96,97,112,0.1);--elevation-6:0px 20px 32px 0px rgba(96,97,112,0.1);--elevation-primary:0px 2px 4px rgba(120,201,252,0.16);--elevation-mobile:0px 0px 3px rgba(40,41,61,0.08);--spacing-4:4px;--spacing-8:8px;--spacing-16:16px;--spacing-24:24px;--spacing-32:32px;--spacing-40:40px;--spacing-56:56px;--spacing-64:64px;--din:din-2014,sans-serif;--din-narrow:din-2014-narrow,sans-serif;--nhg:neue-haas-grotesk-text,sans-serif;--nhg-display:neue-haas-grotesk-display,sans-serif}body,html{height:100%;width:100%;overflow:hidden;box-sizing:border-box}body{margin:0;font-family:neue-haas-grotesk-text,sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue";font-family:var(--nhg),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}#root{height:100%;width:100%;overflow:hidden;box-sizing:border-box}.hover-pointer:hover{cursor:pointer}.hover-underline:hover{text-decoration:underline}a{text-decoration:none;color:#2e3438;color:var(--dark-1)}.input-required-indicator{color:#f28282;color:var(--red-lighter)}.ql-container{border:none!important;font-size:12px!important}.ql-snow .ql-editor a{color:#046caf;color:var(--blue-darkest);text-decoration:none!important}.App-mobile-layout{height:100%;width:100%;overflow:hidden;position:relative;display:flex;flex-direction:column;background:var(--light-2)}.App-mobile-layout__header{position:absolute;top:0;width:100%;height:48px;background:#fff;box-shadow:0 0 4px 1px rgba(40,41,61,.08);padding-left:16px;padding-right:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px;z-index:2;transition:all .2s ease-out;will-change:transform}.App-mobile-layout.hide-nav .App-mobile-layout__header{-webkit-transform:translateY(-50px);transform:translateY(-50px)}.App-mobile-layout__header__left-content{grid-column-start:1;grid-column-end:2;height:100%;display:flex;flex-direction:row;align-items:center}.App-mobile-layout__back-btn{height:48px;display:flex;align-items:center;justify-content:center}.App-mobile-layout__header__search-wrapper{grid-column-start:2;grid-column-end:4;height:100%;display:flex;align-items:center;justify-content:center}.App-mobile-layout__header__search{width:100%;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;border:1px solid var(--light-4);border-radius:8px;height:24px}.App-mobile-layout__header__search__icon{position:absolute;left:0;top:5px}.App-mobile-layout__header__search__text{font-family:var(--nhg-display);font-weight:400;font-size:12px;color:var(--light-4)}.App-mobile-layout__header__right-content{grid-column-start:4;grid-column-end:5;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.App-mobile-layout__header__profile-icon{height:24px;width:24px;border-radius:100%;background:var(--blue-subtle);overflow:hidden;display:flex;align-items:center;justify-content:center}.App-mobile-layout__header__profile-icon img{max-width:100%;max-height:100%;width:auto;height:auto}.App-mobile-layout__body{height:100%;width:100%;padding-top:48px;padding-bottom:64px;overflow-x:hidden;overflow-y:auto}.App-mobile-layout.hide-nav .App-mobile-layout__body{padding-top:0;padding-bottom:0}.App-mobile-layout__nav{height:64px;width:100%;background:var(--light-1);box-shadow:0 0 4px 1px rgba(40,41,61,.08);position:absolute;bottom:0;color:var(--dark-3);stroke:var(--dark-3);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));z-index:4;transition:all .2s ease-out;will-change:transform}.App-mobile-layout.hide-nav .App-mobile-layout__nav{-webkit-transform:translateY(70px);transform:translateY(70px)}.App-mobile-layout__nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center}.App-mobile-layout__nav__item__icon{margin-bottom:4px}.App-mobile-layout__nav__item__text{font-family:var(--nhg-display);font-weight:600;font-size:6px;letter-spacing:1%;color:var(--dark-3)}.App-mobile-layout__nav__item.active{stroke:var(--blue-main)}.App-mobile-layout__nav__item.active .App-mobile-layout__nav__item__text{color:var(--blue-main)}.App-mobile-layout__nav__item__btn{height:36px;width:36px;background:var(--green-main);box-shadow:0 0 9px -2px var(--green-main);border-radius:8px;display:flex;align-items:center;justify-content:center;stroke:#fff}.App-mobile-layout__action-sheet-overlay{height:100%;width:100%;background:rgba(46,52,56,.88);position:absolute;z-index:2;opacity:0;pointer-events:none;will-change:opacity;transition:all .2s ease-out}.App-mobile-layout__action-sheet{position:absolute;bottom:0;width:100%;background:var(--light-1);box-shadow:0 0 4px 1px rgba(40,41,61,.08);padding-bottom:64px;z-index:3;-webkit-transform:translateY(100%);transform:translateY(100%);transition:all .2s ease-out;will-change:transform;border-radius:4px}.App-mobile-layout__action-sheet.show{-webkit-transform:translateY(0);transform:translateY(0)}.App-mobile-layout__action-sheet-overlay.show{opacity:.88;pointer-events:all}.App-mobile-layout__action-sheet__item{padding:16px;border-bottom:1px solid var(--light-2);display:-ms-flex;display:flex;flex-direction:row}.App-mobile-layout__action-sheet__item__icon{height:56px;width:56px;background:var(--blue-subtle);flex-shrink:0;margin-right:16px}.App-mobile-layout__action-sheet__item__text__primary{font-weight:700;color:var(--dark-1)}.App-mobile-layout__action-sheet__item__text__secondary{font-size:10px;line-height:16px;margin-top:4px;color:var(--dark-4)}.App-mobile-layout__action-sheet__dismiss-wrapper{position:absolute;top:-8px;width:100%;display:flex;align-items:center;justify-content:center}.App-mobile-layout__action-sheet__dismiss-wrapper__btn{background:#fff;height:16px;width:16px;display:flex;align-items:center;justify-content:center;border-radius:4px;box-shadow:var(--mobile-elevation)}.App-mobile-layout .no-data{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-column-start:1;grid-column-end:4;font-size:12px;color:var(--dark-4);line-height:20px;height:120px;text-align:center}.App-mobile-layout .no-data .link{color:var(--blue-lighter)}.App-mobile-layout__modal{height:100%;width:100%;position:absolute;z-index:10;opacity:0;pointer-events:none;will-change:opacity;transition:all .2s ease-out;overflow:hidden}.App-mobile-layout__modal.open{pointer-events:all;opacity:1}.App-mobile-layout__modal__background{height:100%;width:100%;overflow:hidden;background:rgba(46,52,56,.88);will-change:opacity;transition:all .2s ease-out}.spinner{display:flex;align-items:center;justify-content:center;-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mobile-auth-page__wrapper{height:100%;width:100%;overflow:hidden;position:relative}.mobile-auth-page{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-left:24px;padding-right:24px}.mobile-auth-page__logo{grid-column-start:1;grid-column-end:5;margin-top:24px}.mobile-auth-page__graphic{position:absolute;bottom:-4px;left:0;width:100%}.mobile-auth-page__graphic img{width:100%}.mobile-auth-page__logo-bottom{position:absolute;bottom:16px;left:0;width:100%;display:flex;align-items:center;justify-content:center}.mobile-auth-form{grid-column-start:1;grid-column-end:5}.mobile-auth-form__header{font-family:var(--nhg-display);font-weight:700;font-size:5.55vw;margin-top:32px;margin-bottom:24px;color:var(--dark-1)}.mobile-auth-form__header__secondary{font-family:var(--nhg-display);font-weight:600;color:var(--dark-4);margin-top:8px;font-size:12px}.mobile-auth-form__form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:16px}.mobile-auth-form__form__group,.mobile-auth-form__form__row__column{margin-bottom:24px}.mobile-auth-form__form__group__label{font-family:var(--nhg-display);font-weight:600;font-size:10px;letter-spacing:.2px;color:var(--dark-4);margin-bottom:8px}.mobile-auth-form__form__group__field{height:36px;width:100%;border-radius:8px;border:1px solid var(--light-3);display:flex;flex-direction:row;align-items:center;overflow:hidden;position:relative;flex-wrap:nowrap}.mobile-auth-form__form__group__field:focus-within{border-color:var(--blue-main)}.mobile-auth-form__form__group__field.error{border-color:var(--red-main)}.mobile-auth-form__form__group__field__icon{flex-shrink:0;width:32px;height:24px;display:flex;align-items:center;justify-content:center}.mobile-auth-form__form__group__field__input{height:100%;flex-grow:1;font-family:var(--nhg);font-weight:500;font-size:12px;color:var(--dark-2);border:none;outline:none;min-width:0}.mobile-auth-form__form__group:last-child{margin-bottom:0}.mobile-auth-form__form__error{border-radius:8px;padding:8px 8px 8px 12px;color:var(--red-main);font-weight:700;font-family:var(--nhg)}.mobile-auth-form__form__group__assistive{display:flex;flex-direction:row;align-items:center;margin-top:8px}.mobile-auth-form__form__group__assistive-icon{display:flex;align-items:center;justify-content:center}.mobile-auth-form__form__group__assistive-text{font-size:10px;color:var(--red-main);font-weight:600;margin-left:4px}.mobile-auth-form__form__submit{margin-top:8px;margin-bottom:24px;height:36px;width:100%;display:flex;align-items:center;justify-content:center;background:var(--blue-main);border-radius:8px;outline:none;border:none;font-family:var(--nhg-display);font-style:normal;font-weight:700;font-size:12px;color:var(--light-1);box-shadow:var(--elevation-primary)}.mobile-auth-form__footer__statement{margin-top:16px;font-family:var(--nhg);color:var(--dark-3)}.mobile-auth-form__footer__statement__link{text-decoration:underline;color:var(--dark-3)}.dot-flashing{position:relative;width:8px;height:8px;border-radius:4px;background-color:#fff;color:#9880ff;-webkit-animation:dotFlashing .6s infinite alternate;animation:dotFlashing .6s infinite alternate;-webkit-animation-delay:.25s;animation-delay:.25s}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-12px;-webkit-animation:dotFlashing .6s infinite alternate;animation:dotFlashing .6s infinite alternate;-webkit-animation-delay:0s;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:8px;height:8px;border-radius:4px;background-color:#fff;color:#9880ff}.dot-flashing:after{left:12px;-webkit-animation:dotFlashing .6s infinite alternate;animation:dotFlashing .6s infinite alternate;-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes dotFlashing{0%{background-color:#fff}50%,to{background-color:hsla(0,0%,100%,.615686274509804)}}@keyframes dotFlashing{0%{background-color:#fff}50%,to{background-color:hsla(0,0%,100%,.615686274509804)}}@-webkit-keyframes dotFlashingBlue{0%{background-color:var(--blue-lighter)}50%,to{background-color:var(--light-2)}}@keyframes dotFlashingBlue{0%{background-color:var(--blue-lighter)}50%,to{background-color:var(--light-2)}}@-webkit-keyframes dotFlashingRed{0%{background-color:var(--red-lighter)}50%,to{background-color:var(--light-2)}}@keyframes dotFlashingRed{0%{background-color:var(--red-lighter)}50%,to{background-color:var(--light-2)}}@-webkit-keyframes dotFlashingGrey{0%{background-color:var(--light-4)}50%,to{background-color:var(--light-2)}}@keyframes dotFlashingGrey{0%{background-color:var(--light-4)}50%,to{background-color:var(--light-2)}}.dot-flashing.blue{-webkit-animation:dotFlashingBlue .6s infinite alternate;animation:dotFlashingBlue .6s infinite alternate;-webkit-animation-delay:.25s;animation-delay:.25s}.dot-flashing.blue:before{-webkit-animation:dotFlashingBlue .6s infinite alternate;animation:dotFlashingBlue .6s infinite alternate;-webkit-animation-delay:0s;animation-delay:0s}.dot-flashing.blue:after{-webkit-animation:dotFlashingBlue .6s infinite alternate;animation:dotFlashingBlue .6s infinite alternate;-webkit-animation-delay:.5s;animation-delay:.5s}.dot-flashing.red{-webkit-animation:dotFlashingRed .6s infinite alternate;animation:dotFlashingRed .6s infinite alternate;-webkit-animation-delay:.25s;animation-delay:.25s}.dot-flashing.red:before{-webkit-animation:dotFlashingRed .6s infinite alternate;animation:dotFlashingRed .6s infinite alternate;-webkit-animation-delay:0s;animation-delay:0s}.dot-flashing.red:after{-webkit-animation:dotFlashingRed .6s infinite alternate;animation:dotFlashingRed .6s infinite alternate;-webkit-animation-delay:.5s;animation-delay:.5s}.dot-flashing.grey{-webkit-animation:dotFlashingGrey .6s infinite alternate;animation:dotFlashingGrey .6s infinite alternate;-webkit-animation-delay:.25s;animation-delay:.25s}.dot-flashing.grey:before{-webkit-animation:dotFlashingGrey .6s infinite alternate;animation:dotFlashingGrey .6s infinite alternate;-webkit-animation-delay:0s;animation-delay:0s}.dot-flashing.grey:after{-webkit-animation:dotFlashingGrey .6s infinite alternate;animation:dotFlashingGrey .6s infinite alternate;-webkit-animation-delay:.5s;animation-delay:.5s}.dot-flashing.small,.dot-flashing.small:after,.dot-flashing.small:before{width:4px;height:4px;border-radius:2px}.dot-flashing.small:before{left:-8px}.dot-flashing.small:after{left:8px}.app-button{background:#fff;font-weight:700;font-family:var(--nhg);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;justify-content:center;box-sizing:border-box;transition:all .2s ease-out;border:none}.app-button:hover{cursor:pointer}.app-button.blue{background:var(--blue-main);color:var(--blue-main);border-color:var(--blue-main)}.app-button.blue:hover{background:var(--blue-lighter);border-color:var(--blue-lighter)}.app-button.blue:active{background:var(--blue-darker);border-color:var(--blue-darker)}.app-button.green{background:var(--green-main);color:var(--green-main);border-color:var(--green-main)}.app-button.green:hover{background:var(--green-lighter);border-color:var(--green-lighter)}.app-button.green:active{background:var(--green-darker);border-color:var(--green-darker)}.app-button.red{background:var(--red-main);color:var(--red-main);border-color:var(--red-main)}.app-button.red:hover{background:var(--red-lighter);border-color:var(--red-lighter)}.app-button.red:active{background:var(--red-darker);border-color:var(--red-darker)}.app-button.orange{background:var(--orange-main);color:var(--orange-main);border-color:var(--orange-main)}.app-button.orange:hover{background:var(--orange-lighter);border-color:var(--orange-lighter)}.app-button.orange:active{background:var(--orange-darker);border-color:var(--orange-darker)}.app-button.small{height:24px;padding-left:16px;padding-right:16px;border-radius:8px;font-size:10px}.app-button.medium{height:32px;padding-left:20px;padding-right:20px;border-radius:8px;font-size:12px}.app-button.large{height:40px;padding-left:32px;padding-right:32px;border-radius:8px;font-size:14px}.app-button.primary{color:#fff}.app-button.secondary{background:#fff!important;border:1px solid #dae2e7}.app-button.tertiary{background:#fff!important;border-radius:16px}.app-button.tertiary.large{border-radius:20px}.app-button.round{background:#fff!important;padding:0}.app-button.round.small{border-radius:24px;width:24px}.app-button.round.medium{border-radius:32px;width:32px}.app-button.round.large{border-radius:40px;width:40px}.app-button.neutral{background:#fff;border:1px solid var(--light-3);color:var(--dark-2)}.app-button.disabled{background:var(--light-2);color:var(--light-4);pointer-events:none}.app-button:disabled{opacity:.5;pointer-events:none}.directory-page-mobile{height:100%;width:100%;overflow:hidden;position:relative}.directory-page-mobile__filters{position:absolute;width:100%;height:40px;background:var(--light-1);box-shadow:var(--elevation-mobile);z-index:1}.directory-page-mobile__list{padding-top:40px;overflow-x:hidden;overflow-y:auto;height:100%;width:100%}.directory-page-mobile .show-more-container{padding-top:40px;padding-bottom:40px;display:flex;align-items:center;justify-content:center;font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.directory-page-mobile__filters{display:flex;flex-direction:row;align-items:center;overflow-y:hidden;overflow-x:auto;padding-left:16px}.directory-page-mobile__filters__item{border:1px solid var(--light-2);box-shadow:var(--elevation-mobile);height:24px;border-radius:8px;color:var(--dark-3);font-family:var(--nhg-display);font-weight:600;font-size:10px;display:flex;align-items:center;justify-content:center;padding-left:8px;padding-right:8px;flex-shrink:0;margin-right:12px}.directory-page-mobile__filters__item.selected{background:var(--blue-main);color:var(--light-2)}.directory-page-mobile__list__item{background:#fff;padding:16px;display:flex;flex-direction:row;margin-top:12px;box-shadow:var(--elevation-mobile)}.directory-page-mobile__list__item__image{height:60px;width:60px;border-radius:8px;background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.directory-page-mobile__list__item__image img{width:100%}.directory-page-mobile__list__item__image.black{background:var(--dark-1)}.directory-page-mobile__list__item__text{padding-left:16px}.directory-page-mobile__list__item__text__primary{font-family:var(--nhg-display);font-weight:700;font-size:14px;color:var(--dark-1)}.directory-page-mobile__list__item__text__secondary{font-family:var(--nhg);font-weight:400;font-size:10px;color:var(--dark-4);display:flex;flex-direction:row;align-items:flex-start;margin-top:6px}.directory-page-mobile__list__item__text__secondary .meta-icon{height:12px;width:12px;stroke:var(--dark-4);margin-top:1px;flex-shrink:0;margin-right:8px}.app-avatar{position:relative;height:100%;width:100%;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:50%;filter:blur(1px);-webkit-filter:blur(1px)}.app-avatar:before{content:"";position:absolute;inset:0;-webkit-animation:pulse 2.5s infinite;animation:pulse 2.5s infinite;background-color:hsla(0,0%,100%,.1)}.app-avatar img{width:100%;display:block;object-position:center;object-fit:cover;opacity:0;transition:opacity .2s ease-in-out}.app-avatar.loaded{filter:none;-webkit-filter:none}.app-avatar.loaded img{opacity:1}.app-avatar.loaded:before{content:none;-webkit-animation:none;animation:none}.app-placeholder.pulse{-webkit-animation:pulse 1s ease-in-out infinite;animation:pulse 1s ease-in-out infinite;min-height:10px;background:var(--light-3)}@-webkit-keyframes pulse{0%{opacity:.2}50%{opacity:.4}to{opacity:.2}}@keyframes pulse{0%{opacity:.2}50%{opacity:.4}to{opacity:.2}}.app-filters-mobile{width:100%;height:100%;overflow:hidden;padding:24px;position:relative}.app-filters-mobile__content{position:absolute;width:100%;bottom:0;left:0;background:#fff;box-shadow:var(--elevation-mobile);border-radius:8px;height:50%;display:flex;flex-direction:column}.app-filters-mobile__content__title{font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:12px;border-bottom:1px solid var(--light-2);box-shadow:var(--elevation-mobile);z-index:2}.app-filters-mobile__content__body{flex-grow:1;display:flex;flex-direction:row;overflow:hidden}.app-filters-mobile__content__body__categories{border-right:1px solid var(--light-2);background:var(--light-2);width:30%;flex-shrink:0;height:100%}.app-filters-mobile__content__body__categories__item{height:40px;background:#fff;border-bottom:1px solid var(--light-2);padding-left:12px;display:flex;flex-direction:row;align-items:center;font-size:10px;font-weight:600;color:var(--dark-4)}.app-filters-mobile__content__body__categories__item.selected{color:var(--light-2);background:var(--blue-darkest)}.app-filters-mobile__content__body__items{box-shadow:var(--elevation-mobile);z-index:1;width:70%;height:100%;overflow-x:hidden;overflow-y:auto;flex-shrink:0}.app-filters-mobile__content__body__items__item{height:40px;background:#fff;border-bottom:1px solid var(--light-2);padding-left:12px;display:flex;flex-direction:row;align-items:center;font-size:12px;color:var(--dark-2);padding-right:16px}.app-filters-mobile__content__body__items__item__check{margin-left:auto;height:16px;width:16px;border-radius:100%;background:var(--green-main);display:flex;align-items:center;justify-content:center}.app-filters-mobile__dismiss{position:absolute;height:40px;width:40px;top:-40px;right:0}.app-filters-mobile__dismiss,.location-search-mobile{display:flex;align-items:center;justify-content:center}.location-search-mobile{height:100%;width:100%}.location-search-mobile__content{background:#fff;box-shadow:var(--elevation-mobile);border-radius:8px;height:70%;width:90%;overflow:hidden}.location-search-mobile__content__search{display:flex;flex-direction:row;align-items:center;height:40px;border-bottom:1px solid var(--light-2)}.location-search-mobile__content__search__back-btn{height:36px;width:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.location-search-mobile__content__search__input{flex-grow:1;height:100%}.location-search-mobile__content__search__input input{height:100%;width:100%;font-family:var(--nhg);border:none;outline:none;font-size:12px}.location-search-mobile__content__selected{background:var(--light-2);display:flex;flex-direction:row;flex-wrap:wrap;padding:16px 16px 4px}.location-search-mobile__content__selected__item{background:var(--blue-main);color:#fff;display:flex;flex-direction:row;align-items:center;padding-left:12px;font-family:var(--nhg-display);font-size:10px;font-weight:600;height:20px;border-radius:8px;margin-right:12px;margin-bottom:12px}.location-search-mobile__content__items__item{height:40px;padding-left:16px;border-bottom:1px solid var(--light-2);display:flex;flex-direction:row;align-items:center;font-size:12px;font-family:var(--nhg)}.event-page-mobile{height:100%;width:100%;overflow-x:hidden;overflow-y:auto;position:relative;padding-top:48px}.event-page-mobile__nav{position:fixed;top:0;width:100%;height:48px;background:#fff;box-shadow:0 0 4px 1px rgba(40,41,61,.08);padding-right:16px;z-index:3;display:flex;flex-direction:row;align-items:center}.event-page-mobile__nav__back-btn{height:48px;width:48px;display:flex;align-items:center;justify-content:center}.event-page-mobile__nav__content{font-weight:600;color:var(--dark-1);font-family:var(--nhg-display);display:flex;flex-direction:row;align-items:center}.event-page-mobile__nav__content__img{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);margin-right:12px;overflow:hidden}.event-page-mobile__cover{height:16.66vw;background:var(--blue-subtle);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.event-page-mobile__cover img{width:100%;max-height:100%}.event-page-mobile__header{background:#fff;padding:16px;display:flex;flex-direction:row;align-items:center;z-index:2;position:relative}.event-page-mobile__header__image{height:72px;width:72px;background:var(--blue-subtle);border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.event-page-mobile__header__image img{height:100%}.event-page-mobile__header__desc{padding-left:16px}.event-page-mobile__header__desc__primary{font-family:var(--nhg-display);font-weight:700;font-size:14px;color:var(--dark-2)}.event-page-mobile__header__desc__secondary{font-family:var(--nhg);font-weight:400;font-size:12px;color:var(--dark-4);margin-top:2px}.event-page-mobile__header .register-button{height:24px!important;margin-top:8px;font-size:10px!important;width:100px}.event-page-mobile__tabs{display:flex;flex-direction:row;height:40px;background:var(--light-1);border-top:1px solid var(--light-2);overflow-x:auto;overflow-y:hidden;padding-left:16px;box-shadow:var(--elevation-mobile);z-index:1;position:relative;position:-webkit-sticky;position:sticky;top:-2px}.event-page-mobile__tabs__tab{height:100%;display:flex;flex-direction:row;align-items:center;color:var(--dark-4);margin-right:24px;font-size:10px}.event-page-mobile__tabs__tab.active{font-weight:600;color:var(--dark-2);border-bottom:2px solid var(--blue-main)}.event-overview-mobile{padding-left:16px;padding-right:16px;padding-bottom:40px}.event-overview-mobile__about-wrapper,.event-overview-mobile__awards-wrapper,.event-overview-mobile__highlights-wrapper,.event-overview-mobile__placements-wrapper,.event-overview-mobile__results-wrapper,.event-overview-mobile__roles-wrapper,.event-overview-mobile__standings-wrapper{margin-top:12px}.event-roles-mobile{padding:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.event-roles-mobile__item{display:flex;flex-direction:row;align-items:center;margin-bottom:12px}.event-roles-mobile__item__image{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.event-roles-mobile__item__image img{max-height:100%;max-width:100%}.event-roles-mobile__item__text{padding-left:16px}.event-roles-mobile__item__text__primary{font-family:var(--nhg-display);font-weight:700;color:var(--dark-2);margin-bottom:4px}.event-roles-mobile__item__text__secondary{font-family:var(--nhg);color:var(--dark-4)}.event-overview__about{padding:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.event-overview__about__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.event-overview__about__desc{margin-top:10px;font-family:var(--nhg);font-weight:400;font-size:12px;line-height:18px;color:var(--dark-2);border-bottom:1px solid var(--light-2)}.event-overview__about__dates{padding-bottom:10px}.event-overview__about__dates__group{display:flex;flex-direction:row;margin-top:12px}.event-overview__about__dates__group__key{font-weight:600;color:var(--dark-2);font-family:var(--nhg-display)}.event-overview__about__dates__group__value{margin-left:auto}.event-overview__about__venue{margin-top:10px}.event-overview__about__venue__map{background:var(--blue-subtle);height:160px}.event-overview__about__venue__org{display:flex;flex-direction:row;align-items:center}.event-overview__about__venue__org__image{height:40px;width:40px;border-radius:8px;background:var(--blue-subtle);margin-right:16px}.event-overview__about__venue__org__desc{margin-top:12px}.event-overview__about__venue__org__desc__primary{font-weight:600;color:var(--dark-2)}.event-overview__about__venue__org__desc__secondary{color:var(--dark-4);margin-top:4px}.app-map-marker{display:flex;flex-direction:column;align-items:center}.app-map-marker .app-map-marker__icon{stroke:var(--blue-main);height:24px}.app-map-marker .app-map-marker__label{background:var(--blue-main);border:4px solid var(--blue-main);margin-top:4px;border-radius:8px;font-size:10px;padding:0 4px;color:#fff;font-weight:700;letter-spacing:.4px;text-align:center}.event-latest-highlights-mobile{padding:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.event-latest-highlights-mobile__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.event-latest-highlights-mobile__video-wrapper{margin-top:12px;margin-bottom:12px}.event-latest-highlights-mobile__video-container{background:var(--dark-1)}.event-latest-highlights-mobile__video-container video{width:100%}.event-latest-highlights-mobile__footer{border-top:1px solid var(--light-2);display:flex;align-items:center;justify-content:center;padding:12px 12px 0;color:var(--dark-4);font-weight:600}.youtube-video{overflow:hidden;position:relative;height:100%;width:100%}.youtube-video iframe{left:0;top:0;height:100%;width:100%;position:absolute}.event-results-summary-mobile{background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.event-results-summary-mobile__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);padding:12px}.event-results-summary-mobile__footer{justify-content:center;padding:8px;font-weight:600;color:var(--dark-4)}.event-results-summary-mobile__footer,.fixture-list-item-mobile{display:flex;align-items:center;border-top:1px solid var(--light-2)}.fixture-list-item-mobile{flex-direction:row}.fixture-list-item-mobile__teams{flex-grow:1;padding-top:16px;padding-bottom:16px;border-right:1px solid var(--light-2)}.fixture-list-item-mobile__teams__item{display:flex;flex-direction:row;align-items:center;padding-left:16px;padding-right:16px}.fixture-list-item-mobile__teams__item:first-child{margin-bottom:12px}.fixture-list-item-mobile__teams__item__image{height:20px;width:20px;border-radius:4px;background:var(--blue-subtle);overflow:hidden;display:flex;align-items:center;justify-content:center}.fixture-list-item-mobile__teams__item__image img{max-width:100%;max-height:100%}.fixture-list-item-mobile__teams__item__name{flex-grow:1;padding-left:16px;font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-1)}.fixture-list-item-mobile__teams__item__score{font-family:var(--nhg-display);font-style:normal;font-weight:700;font-size:12px;color:var(--dark-3)}.fixture-list-item-mobile__time{width:22.22vw;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;font-family:var(--nhg-display);font-weight:700;font-size:12px;color:var(--light-4)}.event-standings-summary-mobile{background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.event-standings-summary-mobile__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;padding:12px;color:var(--dark-4)}.event-standings-summary-mobile__table .row{display:-ms-flex;display:flex;flex-direction:row;border-bottom:1px solid var(--light-2);padding-left:12px;padding-right:12px;height:32px}.event-standings-summary-mobile__table__list .td{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.event-standings-summary-mobile__table__list .td .logo{height:16px;width:16px;border-radius:4px;background:var(--blue-subtle);margin-right:8px;overflow:hidden}.event-standings-summary-mobile__table__list .td .logo img{max-height:100%;max-width:100%;height:auto;width:auto}.event-standings-summary-mobile__table__list .td.number{justify-content:flex-end}.event-standings-summary-mobile__table__list__header{font-family:var(--nhg-display);font-weight:700;color:var(--dark-2)}.event-standings-summary-mobile__footer{display:flex;align-items:center;justify-content:center;padding:8px;font-weight:600;color:var(--dark-4)}.event-awards-mobile{padding:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.event-awards-mobile__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.event-placements-mobile{background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);padding:12px 12px 16px}.event-placements-mobile__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.event-placements-mobile__item{display:flex;flex-direction:row;align-items:center;cursor:pointer;margin-top:12px}.event-placements-mobile__item__img{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;overflow:hidden}.event-placements-mobile__item__img img{width:100%}.event-placements-mobile__item__text{padding-left:16px}.event-placements-mobile__item__text__primary{font-weight:700;margin-bottom:4px}.event-placements-mobile__item__text__secondary{color:var(--dark-4);font-weight:100}.event-placements-mobile__item__icon{margin-left:auto}.manage-event-prompt-mobile{border-radius:8px;background:#fff;box-shadow:var(--elevation-mobile);margin-top:16px;padding:16px}.manage-event-prompt-mobile__text{line-height:1.5em}.manage-event-prompt-mobile__text__primary{font-family:var(--nhg-display);color:var(--dark-1);font-weight:700}.manage-event-prompt-mobile__text__secondary{color:var(--dark-2)}.manage-event-prompt-mobile__action{display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--orange-main);color:#fff;height:36px;font-weight:700;font-family:var(--nhg-display);font-size:12px;margin-top:12px}.create-event-registration-invite__qr-container{display:flex;align-items:center;justify-content:center;padding-top:16px;padding-bottom:16px}.create-event-registration-invite__link-container{background-color:var(--light-2);border-radius:8px;margin-right:16px;margin-left:16px;display:flex;flex-direction:row;align-items:center;padding:8px}.create-event-registration-invite__link-container__value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:12px}.create-event-registration-invite__link-container__copy-btn{flex-shrink:0;font-weight:700;color:var(--blue-main);cursor:pointer;transition:color .2s ease}.create-event-registration-invite__link-container__copy-btn:hover{color:var(--blue-darker)}.create-event-registration-invite__options-container{margin-top:12px;margin-bottom:24px}.create-event-registration-invite__options-container__option{display:flex;align-items:center;justify-content:center;height:40px;font-weight:700;color:var(--dark-2)}.modal-form-mobile-wrapper{height:100%;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.modal-form-mobile{width:90%;background:#fff;border-radius:8px;overflow:hidden;max-height:90%;display:flex;flex-direction:column}.modal-form-mobile__title{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-2);padding-left:16px}.modal-form-mobile__title__icon-left{height:32px;width:32px;display:flex;align-items:center;justify-content:center;margin-right:8px}.modal-form-mobile__title__text{font-family:var(--nhg-display);font-weight:700;font-size:14px;margin-top:16px;margin-bottom:16px;color:var(--dark-1)}.modal-form-mobile__title__dismiss-btn{height:40px;width:40px;display:flex;align-items:center;justify-content:center;margin-left:auto}.modal-form-mobile__secondary-text{padding:16px 16px 0}.modal-form-mobile__form{height:100%}.modal-form-mobile__form__group{padding:16px 16px 8px}.modal-form-mobile__form__group__label{font-family:var(--nhg-display);font-weight:600;font-size:10px;letter-spacing:.2px;color:var(--dark-4);margin-bottom:8px;display:flex;flex-direction:row;align-items:center}.modal-form-mobile__form__group__label .char-count{margin-left:auto}.modal-form-mobile__form__group__input{height:36px;width:100%;border-radius:8px;border:1px solid var(--light-3);display:flex;flex-direction:row;align-items:center;overflow:hidden;position:relative;flex-wrap:nowrap}.modal-form-mobile__form__group__input:focus-within{border-color:var(--blue-main)}.modal-form-mobile__form__group__input.error{border-color:var(--red-main)}.modal-form-mobile__form__group__input input{height:100%;flex-grow:1;font-family:var(--nhg);font-weight:500;font-size:12px;color:var(--dark-2);border:none;outline:none;min-width:0;padding-left:8px;padding-right:8px}.modal-form-mobile__form__group__textarea{min-height:160px;max-height:320px;width:100%;border-radius:8px;border:1px solid var(--light-3);position:relative;flex-wrap:nowrap}.modal-form-mobile__form__group__textarea textarea{height:auto;width:100%;min-height:160px;max-height:320px;padding:8px;font-family:var(--nhg);outline:none;border:none}.modal-form-mobile__form__group__input__select{display:flex;flex-direction:row;align-items:center;padding-left:8px;padding-right:8px;width:100%}.modal-form-mobile__form__group__input__select__icon{margin-left:auto}.modal-form-mobile__form__options{padding:16px}.modal-form-mobile__form__options__submit{background:var(--blue-main);color:var(--light-1);box-shadow:var(--elevation-primary)}.modal-form-mobile__form__options__cancel,.modal-form-mobile__form__options__submit{height:36px;width:100%;display:flex;align-items:center;justify-content:center;border-radius:8px;outline:none;border:none;font-family:var(--nhg-display);font-style:normal;font-weight:700;font-size:12px}.modal-form-mobile__form__options__cancel{color:var(--dark-3);margin-top:16px}.modal-form-mobile__body{flex-grow:1;overflow:hidden;display:flex;flex-direction:column}.modal-form-mobile__body__interests-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:16px;padding-bottom:24px;padding-left:16px;padding-right:16px}.modal-form-mobile__body__interests-grid .interest{display:flex;flex-direction:row;align-items:center;margin-top:24px;box-shadow:var(--elevation-2);border-radius:4px;overflow:hidden}.modal-form-mobile__body__interests-grid .interest .icon{height:24px;width:24px;background:var(--blue-main);flex-shrink:0;display:flex;align-items:center;justify-content:center}.modal-form-mobile__body__interests-grid .interest.inactive .icon{background:var(--light-3)}.modal-form-mobile__body__interests-grid .interest .icon .sports-icon-svg{fill:var(--light-2);height:16px}.modal-form-mobile__body__interests-grid .interest .desc{flex-grow:1;text-align:center;font-size:10px;font-weight:600;color:var(--dark-3)}.modal-form-mobile__body__location-search{display:flex;flex-direction:column;height:100%}.modal-form-mobile__body__location-search__input{background:var(--light-2);padding:16px}.modal-form-mobile__body__location-search__input input{height:36px;width:100%;flex-grow:1;font-family:var(--nhg);font-weight:500;font-size:12px;color:var(--dark-2);border:none;outline:none;min-width:0;padding-left:8px;padding-right:8px;border:1px solid var(--light-3);border-radius:4px}.modal-form-mobile__body__location-search__results{flex-grow:1;background:var(--light-2)}.modal-form-mobile__body__select-img__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:16px;padding:16px}.modal-form-mobile__body__select-img__list__item{display:flex;align-items:center;justify-content:center;background:#000;position:relative}.modal-form-mobile__body__select-img__list__item img{max-width:100%;max-height:100%;width:auto;height:auto}.modal-form-mobile__body__select-img__list__item__select{position:absolute;top:4px;right:4px;background:var(--blue-main);border-radius:100%;display:flex;align-items:center;justify-content:center;height:16px;width:16px;opacity:0;transition:all .2s ease-out}.modal-form-mobile__body__select-img__list__item__select.selected{opacity:1}.modal-form-mobile__body__select-img__list__item__select__icon{height:12px;fill:#fff;position:absolute}.modal-form-mobile__body__select-img__footer{padding:8px;text-align:center;font-weight:700;color:var(--blue-main);border-top:1px solid var(--light-2)}.modal-form-mobile__form__select{overflow:auto;flex-grow:1}.modal-form-mobile__form__select__option{display:flex;flex-direction:row;align-items:center;padding:16px;border-bottom:1px solid var(--light-2)}.modal-form-mobile__form__select__option__icon-wrapper{margin-left:auto;height:16px;width:16px;border-radius:100%;border:1px solid var(--light-3);display:flex;align-items:center;justify-content:center}.modal-form-mobile__form__select__option__icon-wrapper__icon{height:12px;fill:#fff}.modal-form-mobile__form__select__option.selected .modal-form-mobile__form__select__option__icon-wrapper{border:none;background:var(--green-main)}.event-fixtures-mobile{padding:16px}.event-part-mobile{background:#fff;box-shadow:var(--elevation-mobile);border-radius:8px;margin-bottom:16px}.event-part-mobile__title{padding:8px;font-weight:700;color:var(--dark-4);font-family:var(--nhg-display)}.event-photos-mobile{padding-left:16px;padding-right:16px}.albums-card-mobile{background:var(--light-1);margin-top:12px;border-radius:12px;box-shadow:var(--elevation-2);padding:12px}.albums-card-mobile__header{display:flex;flex-direction:row;align-items:center}.albums-card-mobile__header__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.albums-card-mobile__header__btn{margin-left:auto;color:var(--blue-main);cursor:pointer;font-weight:600}.albums-card-mobile__gallery__item{display:flex;flex-direction:row;margin-top:12px}.albums-card-mobile__gallery__item__image{height:48px;width:48px;border-radius:4px;background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;overflow:hidden}.albums-card-mobile__gallery__item__image img{max-height:100%;width:auto}.albums-card-mobile__gallery__item__desc{padding-left:12px}.albums-card-mobile__gallery__item__desc__primary{font-weight:600;font-family:var(--nhg-display);color:var(--dark-2)}.albums-card-mobile__footer{margin-top:12px;padding-top:8px;display:flex;align-items:center;justify-content:center;border-top:1px solid var(--light-2);font-size:10px;font-weight:600;color:var(--dark-4)}.photos-card-mobile{background:var(--light-1);margin-top:12px;border-radius:12px;box-shadow:var(--elevation-2);padding:12px 12px 8px}.photos-card-mobile__header{margin-bottom:12px;display:flex;flex-direction:row;align-items:center}.photos-card-mobile__header__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.photos-card-mobile__header__btn{margin-left:auto;color:var(--blue-main);cursor:pointer;font-weight:600}.photos-card-mobile__gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:4px;margin-bottom:12px}.photos-card-mobile__gallery__item{margin-bottom:4px;display:flex;align-items:center;justify-content:center;background:var(--blue-subtle);overflow:hidden}.photos-card-mobile__gallery__item img{max-height:100%;width:auto}.photos-card-mobile__footer{margin-top:12px;padding-top:8px;display:flex;align-items:center;justify-content:center;border-top:1px solid var(--light-2);font-size:10px;font-weight:600;color:var(--dark-4)}.photo-browser-mobile{height:100%;width:100%;background:#000}.photo-browser-mobile__image{background:#000;position:relative;height:100%;display:flex;align-items:center;justify-content:center;box-shadow:var(--elevation-6);overflow:hidden}.photo-browser-mobile__image__close{position:absolute;top:12px;left:12px;stroke:#fff;cursor:pointer;background:rgba(0,0,0,.5);border-radius:100%;height:32px;width:32px;z-index:2}.photo-browser-mobile__image__prev{left:0;z-index:1}.photo-browser-mobile__image__next,.photo-browser-mobile__image__prev{position:absolute;height:100%;width:32px;display:flex;align-items:center;justify-content:center;top:0;stroke:var(--dark-1);cursor:pointer}.photo-browser-mobile__image__next{right:0}.photo-browser-mobile__image img{max-width:100%;max-height:100%;width:auto;height:auto}.photo-browser-mobile__image video{width:100%}.photo-browser-mobile__sidebar{background:rgba(0,0,0,.9);position:absolute;width:100%;bottom:0;display:flex;flex-direction:column;overflow:hidden;color:var(--light-2)}.photo-browser-mobile__sidebar__source{height:40px}.photo-browser-mobile__sidebar__source__fixture{display:grid;grid-template-columns:45% 10% 45%;padding-top:8px;padding-bottom:8px;width:100%}.photo-browser-mobile__sidebar__source__fixture__team{display:flex;flex-direction:row;align-items:center}.photo-browser-mobile__sidebar__source__fixture__team.away{justify-content:flex-end}.photo-browser-mobile__sidebar__source__fixture__team__image{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);flex-shrink:0;margin-right:12px;margin-left:12px;display:flex;align-items:center;justify-content:center}.photo-browser-mobile__sidebar__source__fixture__team__image img{max-height:100%;max-width:100%;height:auto;width:auto}.photo-browser-mobile__sidebar__source__fixture__team__name{font-weight:700;flex-grow:1;font-size:10px}.photo-browser-mobile__sidebar__source__fixture__team.away .photo-browser-mobile__sidebar__source__fixture__team__name{text-align:right}.photo-browser-mobile__sidebar__source__fixture__team__score{font-weight:700}.photo-browser-mobile__sidebar__source__fixture__seperator{display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:var(--dark-4);letter-spacing:1px}.photo-browser-mobile__sidebar__source__row{display:flex;flex-direction:row;align-items:center;padding-top:8px;padding-bottom:8px}.photo-browser-mobile__sidebar__source__row__image{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);flex-shrink:0;margin-right:12px;margin-left:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.photo-browser-mobile__sidebar__source__row__image img{max-height:100%;max-width:100%;height:auto;width:auto}.photo-browser-mobile__sidebar__source__row__text{flex-grow:1;font-size:10px}.photo-browser-mobile__sidebar__source__row__text__primary{font-weight:700}.photo-browser-mobile__sidebar__source__row__text__secondary{color:var(--light-4)}.photo-browser-mobile__sidebar__description{height:120px;overflow:hidden;padding:8px 12px;transition:all .2s ease-out}.photo-browser-mobile__sidebar__description.expanded{height:160px;overflow-x:hidden;overflow-y:auto;padding-bottom:16px}.photo-browser-mobile__sidebar__description .truncate-button{cursor:pointer;color:var(--blue-main);margin-top:4px;margin-bottom:4px}.photo-browser-mobile__sidebar__description .ql-editor{padding:0;font-size:12px;font-family:var(--nhg)}.photo-browser-mobile__sidebar__options{height:40px;flex-shrink:0;display:flex;flex-direction:row;align-items:center;padding-left:8px}.photo-browser-mobile__sidebar__options__option.right{margin-left:auto;font-size:10px}.photo-browser-mobile__sidebar__options__option{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;cursor:pointer}.photo-browser-mobile__sidebar__options__option .value{margin-left:0;font-weight:700;color:var(--dark-4)}.photo-browser-mobile__sidebar__options__option__text{text-align:right}.photo-browser-mobile__sidebar__options__option__text__primary{font-weight:700}.photo-browser-mobile__sidebar__options__option__text__secondary{color:var(--dark-4)}.photo-browser-mobile__sidebar__options__option__image{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);margin-left:12px;overflow:hidden}.photo-browser-mobile__sidebar__options__option__image img{width:100%}.photo-browser-mobile__sidebar__options__option__more{height:32px;width:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.app-card{background:#fff;box-shadow:var(--elevation-2);border-radius:8px}.app-uploader .files-list{flex-grow:1;overflow:auto}.app-uploader .files-list .file-item{display:flex;flex-direction:row;margin-top:24px;width:100%}.app-uploader .files-list .file-item .preview{display:flex;align-items:center;justify-content:center;height:48px;width:48px;border-radius:8px;overflow:hidden;flex-shrink:0}.app-uploader .files-list .file-item .preview img{height:100%}.app-uploader .files-list .file-item .meta{flex-grow:1;padding-left:16px}.app-uploader .files-list .file-item .meta .desc{display:flex;flex-direction:row}.app-uploader .files-list .file-item .meta .desc .file-name{font-weight:700;margin-right:auto;flex-wrap:wrap;text-overflow:ellipsis}.app-uploader .files-list .file-item .meta .desc .file-size{font-weight:700;color:var(--dark-4);flex-shrink:0}.app-uploader .files-list .file-item .meta .error-container{color:var(--red-main);margin-top:8px}.app-uploader .files-list .file-item .meta .progress-container .progress-bar{height:8px;background:var(--light-2);border-radius:8px;margin-top:16px}.app-uploader .files-list .file-item .meta .progress-container .progress-bar .progress-amount{height:100%;border-radius:8px;background:var(--blue-main);transition:all .2s ease-out}.app-uploader .files-list .file-item .meta .progress-container .progress-bar .progress-amount.complete{background:var(--green-main)}.app-uploader .files-list .file-item .meta .progress-container .progress-bar .progress-amount.error{background:var(--red-main)}.app-uploader .files-list .file-item .options{padding-left:16px;flex-shrink:0;width:40px}.app-uploader .upload-btn{margin-top:24px}.app-album-container-mobile__head{margin-top:16px;padding:16px;border-bottom:1px solid var(--light-3)}.app-album-container-mobile__head__link{margin-bottom:12px;color:var(--dark-4);cursor:pointer;display:flex;flex-direction:row;align-items:center;margin-left:-8px;font-size:10px}.app-album-container-mobile__head__title{display:flex;flex-direction:row;align-items:center;font-weight:700;font-size:14px;color:var(--dark-2)}.app-album-container-mobile__head__title__icon{stroke:var(--dark-4);height:32px;width:32px;display:flex;align-items:center;justify-content:center}.app-album-container-mobile__head__title__text{font-weight:700;margin-bottom:12px}.app-album-container-mobile__head__meta{display:flex;flex-direction:row;align-items:center}.app-album-container-mobile__head__timestamp{color:var(--dark-4);font-size:10px}.app-album-container-mobile__head__add-photos-btn{color:var(--dark-4);margin-left:auto;cursor:pointer;color:var(--blue-main);font-weight:700}.app-album-container-mobile__body{padding:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:8px}.app-album-container-mobile__body__item{margin-bottom:8px;position:relative}.app-album-container-mobile__body__item__image{height:160px;background:#000;height:100%;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.app-album-container-mobile__body__item__image img{width:100%}.app-album-container-mobile__body__item__image .overlay{height:100%;width:100%;position:absolute;left:0;top:0;background:#022e4b;z-index:0;opacity:.1}.video-card-mobile{background:#fff;margin-top:12px;border-radius:4px;padding:0 16px 12px}.video-card-mobile__description{padding-top:12px;padding-bottom:12px}.video-card-mobile__description .ql-container{border:none!important;font-family:var(--nhg)}.video-card-mobile__description .ql-editor{padding:0}.video-card-mobile__description .truncate-button{cursor:pointer;color:var(--blue-main)}.video-card-mobile__video video{max-width:100%;max-height:100%;height:auto;width:auto}.video-card-mobile-fixture-source .fixture-list-item-mobile__teams{border:none}.video-card-mobile-fixture-source .fixture-list-item-mobile__teams .fixture-list-item-mobile__teams__item{padding-left:0;padding-right:0}.add-video-mobile{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.add-video-mobile-sources{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:16px;padding:16px}.add-video-mobile-sources__item{height:80px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:var(--light-2);border-radius:8px}.event-standings-mobile__tables__table{background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);margin-top:12px;padding-left:16px;padding-right:16px;padding-bottom:12px}.event-standings-mobile__tables__table__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);padding-top:12px;padding-bottom:12px;display:flex;flex-direction:row;align-items:center}.event-standings-mobile__tables__table__columns{display:flex;flex-direction:row}.event-standings-mobile__tables__table .row{display:-ms-flex;display:flex;flex-direction:row;height:36px}.event-standings-mobile__tables__table .logo{height:16px;width:16px;border-radius:4px;background:var(--blue-subtle);margin-right:8px;overflow:hidden}.event-standings-mobile__tables__table .logo img{max-width:100%;max-height:100%;height:auto;width:auto}.event-standings-mobile__tables__table__columns-fixed{width:60%;flex-shrink:0}.event-standings-mobile__tables__table__columns-scroll{width:40%;flex-shrink:0;overflow-x:auto}.event-standings-mobile__tables__table__columns-scroll.inset{box-shadow:inset 2px 0 9px -7px rgba(0,0,0,.4)}.event-standings-mobile__tables__table .td{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.event-standings-mobile__tables__table .td.number{justify-content:flex-end}.event-standings-mobile__tables__table__header .td{font-weight:700}.event-standings-mobile__tables__table__legend{display:flex;flex-direction:row;flex-wrap:wrap;padding-top:8px}.event-standings-mobile__tables__table__legend__item{font-size:10px;font-weight:500;color:var(--dark-4);margin-right:16px;margin-top:8px}.event-standings-mobile__tables__table__body__reorder{height:32px;width:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.event-team-stats-mobile{background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);margin-top:12px;padding-bottom:24px}.event-team-stats-mobile__header{display:flex;flex-direction:row;align-items:center;padding:12px;border-bottom:1px solid var(--light-2)}.event-team-stats-mobile__header__title{font-family:var(--nhg-display);font-weight:700;font-size:12px;color:var(--dark-3)}.event-team-stats-mobile__header__stat-type-selector{margin-left:auto}.event-team-stats-mobile__header__stat-type-selector__target{font-family:var(--nhg-display);height:20px;display:flex;align-items:center;justify-content:center;padding-left:12px;padding-right:0;border-radius:4px;font-weight:600}.event-team-stats-mobile__header__stat-type-selector__target__icon{fill:var(--light-3);height:10px;margin-left:8px}.event-team-stats-mobile__header__stat-type-selector__menu{background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.event-team-stats-mobile__header__stat-type-selector__menu__item{padding:12px;border-bottom:1px solid var(--light-2)}.event-team-stats-mobile__items__item{padding:16px;display:flex;flex-direction:row}.event-team-stats-mobile__items__item__image{height:36px;width:36px;background:var(--blue-subtle);border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.event-team-stats-mobile__items__item__image img{max-width:100%;max-height:100%;width:auto;height:auto}.event-team-stats-mobile__items__item__meta{flex-grow:1}.event-team-stats-mobile__items__item__meta__text{display:flex;flex-direction:row;align-items:center;font-weight:400}.event-team-stats-mobile__items__item__meta__participant{font-weight:600}.event-team-stats-mobile__items__item__meta__participant__secondary{font-weight:400;color:var(--dark-4);margin-top:2px}.event-team-stats-mobile__items__item__meta__value{margin-left:auto;font-size:14px;font-weight:700;font-family:var(--nhg-display);color:var(--dark-3);padding-right:8px}.event-team-stats-mobile__items__item__meta__graph{opacity:.6}.event-team-stats-mobile__items__item__meta__graph__track{height:8px;border-radius:4px;background:var(--light-3);margin-top:8px}.event-team-stats-mobile__items__item__meta__graph__track__fill{height:8px;border-radius:4px;background:linear-gradient(75.26deg,#78c9fc 18.6%,#63ea47);margin-top:8px}.mobile-upload-display-photo__input-container{position:relative;height:160px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.mobile-upload-display-photo__input-container .input-icon{margin-top:-16px}.mobile-upload-display-photo__input-container input{display:block;width:100%;border:none;text-transform:none;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0}.mobile-upload-display-photo .profile-image-cropper{margin-top:0;height:auto}.profile-image-cropper{height:300px;margin-top:16px}.profile-image-cropper .upload-btn{position:relative;overflow:hidden}.profile-image-cropper .upload-btn .upload-btn-progress{background:rgba(0,0,0,.1);position:absolute;left:0;height:100%;transition:all .2s ease-out}.croppie-container{width:100%;height:100%}.croppie-container .cr-image{z-index:-1;position:absolute;top:0;left:0;-webkit-transform-origin:0 0;transform-origin:0 0;max-height:none;max-width:none}.croppie-container .cr-boundary{position:relative;overflow:hidden;margin:0 auto;z-index:1;width:100%;height:100%}.croppie-container .cr-resizer,.croppie-container .cr-viewport{position:absolute;border:2px solid #fff;margin:auto;top:0;bottom:0;right:0;left:0;box-shadow:0 0 2000px 2000px rgba(0,0,0,.5);z-index:0}.croppie-container .cr-resizer{z-index:2;box-shadow:none;pointer-events:none}.croppie-container .cr-resizer-horisontal,.croppie-container .cr-resizer-vertical{position:absolute;pointer-events:all}.croppie-container .cr-resizer-horisontal:after,.croppie-container .cr-resizer-vertical:after{display:block;position:absolute;box-sizing:border-box;border:1px solid #000;background:#fff;width:10px;height:10px;content:""}.croppie-container .cr-resizer-vertical{bottom:-5px;cursor:row-resize;width:100%;height:10px}.croppie-container .cr-resizer-vertical:after{left:50%;margin-left:-5px}.croppie-container .cr-resizer-horisontal{right:-5px;cursor:col-resize;width:10px;height:100%}.croppie-container .cr-resizer-horisontal:after{top:50%;margin-top:-5px}.croppie-container .cr-original-image{display:none}.croppie-container .cr-vp-circle{border-radius:50%}.croppie-container .cr-overlay{z-index:1;position:absolute;cursor:move;touch-action:none}.croppie-container .cr-slider-wrap{width:75%;margin:15px auto;text-align:center}.croppie-result{position:relative;overflow:hidden}.croppie-result img{position:absolute}.croppie-container .cr-image,.croppie-container .cr-overlay,.croppie-container .cr-viewport{-webkit-transform:translateZ(0);transform:translateZ(0)}.cr-slider{-webkit-appearance:none;width:300px;max-width:100%;padding-top:8px;padding-bottom:8px;background-color:transparent}.cr-slider::-webkit-slider-runnable-track{width:100%;height:3px;background:rgba(0,0,0,.5);border:0;border-radius:3px}.cr-slider::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:focus{outline:none}.cr-slider::-moz-range-track{width:100%;height:3px;background:rgba(0,0,0,.5);border:0;border-radius:3px}.cr-slider::-moz-range-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}.cr-slider::-ms-track{width:100%;height:5px;background:transparent;border-color:transparent;border-width:6px 0;color:transparent}.cr-slider::-ms-fill-lower,.cr-slider::-ms-fill-upper{background:rgba(0,0,0,.5);border-radius:10px}.cr-slider::-ms-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:1px}.cr-slider:focus::-ms-fill-lower,.cr-slider:focus::-ms-fill-upper{background:rgba(0,0,0,.5)}.cr-rotate-controls{position:absolute;bottom:5px;left:5px;z-index:1}.cr-rotate-controls button{border:0;background:none}.cr-rotate-controls i:before{display:inline-block;font-style:normal;font-weight:900;font-size:22px}.cr-rotate-l i:before{content:"↺"}.cr-rotate-r i:before{content:"↻"}.events-page-mobile{height:100%;width:100%;overflow:hidden;position:relative}.events-page-mobile__filters{position:absolute;width:100%;height:40px;background:var(--light-1);box-shadow:var(--elevation-mobile);z-index:1}.events-page-mobile__list{padding-top:40px;overflow-x:hidden;overflow-y:auto;height:100%;width:100%;padding-left:16px;padding-right:16px}.events-page-mobile .show-more-container{padding-top:40px;padding-bottom:40px;display:flex;align-items:center;justify-content:center;font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.events-page-mobile__filters{display:flex;flex-direction:row;align-items:center;overflow-y:hidden;overflow-x:auto;padding-left:16px}.events-page-mobile__filters__item{border:1px solid var(--light-2);box-shadow:var(--elevation-mobile);height:24px;border-radius:8px;color:var(--dark-3);font-family:var(--nhg-display);font-weight:600;font-size:10px;display:flex;align-items:center;justify-content:center;padding-left:8px;padding-right:8px;flex-shrink:0;margin-right:12px}.events-page-mobile__list__item{background:var(--light-1);margin-top:16px;box-shadow:var(--elevation-mobile);border-radius:8px;overflow:hidden;display:block}.events-page-mobile__list__item__cover{height:16.66vw;background:var(--blue-subtle);overflow:hidden;display:flex;align-items:center;justify-content:center}.events-page-mobile__list__item__cover img{width:100%}.events-page-mobile__list__item__text{padding:12px}.events-page-mobile__list__item__text__primary{font-family:var(--nhg-display);font-weight:700;font-size:14px;color:var(--dark-1)}.events-page-mobile__list__item__text__secondary{margin-top:6px;font-family:var(--nhg);font-weight:400;font-size:10px;display:flex;flex-direction:row;align-items:flex-start;color:var(--dark-4)}.events-page-mobile__list__item__text__secondary__icon{height:12px;width:12px;stroke:var(--dark-4);margin-top:1px;flex-shrink:0;margin-right:8px}.fixture-page-mobile{height:100%;width:100%;overflow-x:hidden;overflow-y:auto;position:relative;padding-top:48px}.fixture-page-mobile__nav{position:fixed;top:0;width:100%;height:48px;background:#fff;box-shadow:0 0 4px 1px rgba(40,41,61,.08);padding-right:16px;z-index:10;display:flex;flex-direction:row;align-items:center}.fixture-page-mobile__nav__back-btn{height:48px;width:48px;display:flex;align-items:center;justify-content:center}.fixture-page-mobile__event{background:#fff;height:28px;display:flex;align-items:center;justify-content:center;font-family:var(--nhg-display);color:var(--dark-4);font-size:10px;font-weight:600;border-bottom:1px solid var(--light-2)}.fixture-page-mobile__header{background:var(--light-1);padding:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:8px;z-index:5;position:relative}.fixture-page-mobile__header__participant{display:flex;align-items:center}.fixture-page-mobile__header__participant.home{flex-direction:row}.fixture-page-mobile__header__participant.away{flex-direction:row-reverse}.fixture-page-mobile__header__participant__meta{flex-grow:1;display:flex;flex-direction:column}.fixture-page-mobile__header__participant.away .fixture-page-mobile__header__participant__meta{align-items:flex-end}.fixture-page-mobile__header__participant__meta__image{height:44px;width:44px;border-radius:8px;background:var(--blue-subtle);overflow:hidden}.fixture-page-mobile__header__participant__meta__image img{max-width:100%;max-height:100%;height:auto;width:auto}.fixture-page-mobile__header__participant__meta__name{margin-top:12px;font-family:var(--nhg-display);font-weight:700;color:var(--dark-2)}.fixture-page-mobile__header__participant__result{font-family:var(--nhg-display);font-weight:700;color:var(--dark-2);font-size:20px;margin-bottom:25px}.fixture-page-mobile__header__seperator{display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:var(--dark-4);margin-bottom:25px}.fixture-page-mobile__highlights{padding:16px;background:var(--light-1);border-top:1px solid var(--light-2);z-index:3;position:relative}.fixture-page-mobile__highlights__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:8px;margin-bottom:4px}.fixture-page-mobile__highlights__row__meta{display:flex;flex-direction:row;align-items:center}.fixture-page-mobile__highlights__row__meta.away{flex-direction:row-reverse}.fixture-page-mobile__highlights__row__meta__icon{height:14px;width:14px;display:flex;align-items:center;justify-content:center}.fixture-page-mobile__highlights__row__meta.home .fixture-page-mobile__highlights__row__meta__icon{margin-right:8px}.fixture-page-mobile__highlights__row__meta.away .fixture-page-mobile__highlights__row__meta__icon{margin-left:8px}.fixture-page-mobile__highlights__row__meta__icon__svg{fill:var(--dark-4);height:14px}.fixture-page-mobile__highlights__row__meta__name{font-size:8px}.fixture-page-mobile__highlights__row__timestamp{display:flex;align-items:center;justify-content:center;font-family:var(--nhg-display);font-weight:600;font-size:8px;color:var(--dark-4)}.fixture-page-mobile__tabs{display:flex;flex-direction:row;height:40px;background:var(--light-1);border-top:1px solid var(--light-2);overflow-x:auto;overflow-y:hidden;padding-left:16px;box-shadow:0 0 4px 1px rgba(40,41,61,.08);z-index:2;position:relative;position:-webkit-sticky;position:sticky;top:-2px}.fixture-page-mobile__tabs__tab{height:100%;display:flex;flex-direction:row;align-items:center;color:var(--dark-4);margin-right:24px;font-size:10px}.fixture-page-mobile__tabs__tab.active{font-weight:600;color:var(--dark-2);border-bottom:2px solid var(--blue-main)}.fixture-lineups-mobile__header{background:var(--light-1);position:-webkit-sticky;position:sticky;top:40px;display:flex;flex-direction:row;align-items:center;height:40px;box-shadow:var(--elevation-mobile)}.fixture-lineups-mobile__header__team-selector{display:flex;flex-direction:row;align-items:center;height:100%;flex-grow:1;padding-left:16px;padding-right:16px}.fixture-lineups-mobile__header__team-selector__team{flex-grow:1;font-family:var(--nhg-display);font-weight:600;display:flex;flex-direction:row;align-items:center;color:var(--dark-2)}.fixture-lineups-mobile__header__team-selector__team__logo{height:20px;width:20px;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--blue-subtle);margin-right:8px}.fixture-lineups-mobile__header__view-selector{display:flex;flex-direction:row;border-left:1px solid var(--light-3)}.fixture-lineups-mobile__header__view-selector__option{height:40px;width:40px;display:flex;align-items:center;justify-content:center}.fixture-lineups-mobile__content-wrapper{padding-left:16px;padding-right:16px}.fixture-lineups-mobile__content{margin-top:12px;background:var(--light-1);box-shadow:var(--elevation-mobile);border-radius:8px}.fixture-lineups-mobile__content__section__header{border-bottom:1px solid var(--light-2);display:flex;flex-direction:row;align-items:center;padding:8px 12px}.fixture-lineups-mobile__content__section__header__title{flex-grow:1;font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.fixture-lineups-mobile__content__section__header__formation{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);display:flex;flex-direction:row;align-items:center}.fixture-lineups-mobile__content__section__header__formation__icon{height:12px;stroke:var(--dark-4);width:12px;margin-left:8px}.fixture-lineups-mobile__content__section__list__item{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-2);padding:8px 12px}.fixture-lineups-mobile__content__section__list__item__image{height:20px;width:20px;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--blue-subtle);margin-right:8px}.fixture-lineups-mobile__content__section__list__item__name{flex-grow:1}.fixture-lineups-mobile__content__section__list__item__options{display:flex;flex-direction:row;align-items:center}.fixture-lineups-mobile__content__section__list__item__options__option{font-size:10px;color:var(--dark-4);width:32px;text-align:right}.fixture-lineups-mobile__content__section__list__item__options__num{font-size:10px;color:var(--dark-4);padding-left:2px;padding-right:2px;text-align:center}.fixture-lineups-mobile__content__section__list__item__options__num.editable{border-bottom:1px dashed var(--dark-4)}.fixture-lineups-mobile__content__section__list__item__options__delete{display:flex;flex-direction:row;justify-content:flex-end}.fixture-lineups-mobile__content__section__list__item__options__delete__icon{stroke:var(--red-lighter);height:14px;margin-left:16px}.fixture-lineups-mobile__select-formation-menu{width:140px;max-height:300px;overflow:auto}.fixture-lineups-mobile__select-formation-menu__list__item{display:flex;align-items:center;justify-content:center;height:32px;cursor:pointer}.fixture-lineups-mobile__select-formation-menu__list__item:hover{background:var(--light-2)}.app-link{color:inherit}.marker-img{max-height:100%;max-width:100%;height:auto;width:auto}.fixture-photos-mobile{padding-left:16px;padding-right:16px}.fixture-report-mobile{padding-top:12px}.app-post-card{position:relative;overflow:hidden}.app-post-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,24,39,.7);z-index:1}.app-post-card .post-menu__item{border-bottom:1px solid var(--light-3);height:32px;padding-left:12px;padding-right:12px;display:flex;align-items:center;justify-content:center;cursor:pointer}.app-post-card .post-menu__item:hover{background:var(--light-2)}.app-post-card .head{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;border-bottom:1px solid var(--light-2);padding:8px 8px 8px 16px}.app-post-card .head .avatar{height:36px;width:36px;background:var(--blue-subtle);margin-right:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.app-post-card .head .avatar img{width:100%}.app-post-card .head .meta{flex-grow:1}.app-post-card .head .meta .primary{font-weight:700;color:var(--dark-1)}.app-post-card .head .meta .secondary{color:var(--dark-4)}.app-post-card .text{line-height:19px;padding:16px 16px 0}.app-post-card .text .truncate-button{cursor:pointer;color:var(--blue-main)}.app-post-card .text .ql-container{border:none}.app-post-card .text .ql-editor{padding:0;font-family:var(--nhg);line-height:20px;font-size:12px;color:var(--dark-2)}.app-post-card__media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:160px 160px;grid-column-gap:8px;grid-row-gap:8px;padding-left:16px;padding-right:16px}.app-post-card__media__item{background:var(--blue-subtle);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.app-post-card__media__item img,.app-post-card__media__item video{width:100%}.app-post-card__media__item__overlay{position:absolute;height:100%;width:100%;top:0;left:0;background:rgba(2,46,75,.21176470588235294)}.app-post-card .foot{border-top:1px solid var(--light-2);margin-top:16px;padding:8px 16px}.app-post-card .foot,.app-post-card .foot .option{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.app-post-card .foot .option{justify-content:center;cursor:pointer;transition:all .2s ease-out}.app-post-card .foot .option.disabled{pointer-events:none;opacity:.4}.app-post-card .foot .option .value{margin-left:0;font-weight:700;color:var(--dark-4)}.app-post-card .foot .options-right{margin-left:auto;display:flex;flex-direction:row;align-items:center}.app-post-card .foot .options-right .option{margin-left:8px}.app-post-card .media .image-placeholder{width:100%;height:400px;background:var(--blue-subtle);border-radius:8px}.app-post-card__options-menu__item{height:32px;padding-left:12px;padding-right:12px;display:flex;flex-direction:row;align-items:center;cursor:pointer;transition:all .2s ease-out}.app-post-card__options-menu__item:hover{background:var(--light-2)}.delete-app-post__text{font-size:14px;color:#fff;font-weight:700}.delete-app-post__options{display:flex;flex-direction:row;margin-top:16px}.delete-app-post__options .app-button.primary{margin-left:auto;cursor:pointer}.edit-media-description .character-count{position:absolute;right:6px;top:-6px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;letter-spacing:.4px;font-weight:700;color:var(--dark-3);font-size:10px;background:#fff;padding-left:4px;padding-right:4px}.edit-media-description .character-count.red{color:var(--red-lighter)}.edit-media-description .custom-toolbar-wrapper{position:relative;display:flex;flex-direction:row}.edit-media-description #custom-toolbar{border:none;z-index:0}.edit-media-description #custom-toolbar .ql-formats{margin-left:-14px}.edit-media-description #edit-media-description-editor .ql-container{border:none}.edit-media-description .input-wrapper{padding:8px 12px;position:relative;border:1px solid var(--light-3);border-radius:8px}.edit-media-description #edit-media-description-editor .ql-editor{min-height:120px;padding:0}.edit-media-description #edit-media-description-editor .ql-toolbar{border:none;padding-left:0;padding-bottom:0}.edit-media-description #custom-toolbar svg .ql-stroke{stroke:var(--dark-4)}.edit-media-description #custom-toolbar .ql-active svg .ql-stroke{stroke:var(--blue-main)}.edit-media-description #custom-toolbar svg .ql-fill{fill:var(--dark-4)}.edit-media-description #custom-toolbar .ql-active svg .ql-fill{fill:var(--blue-main)}.edit-media-description .ql-mention-list-container{background:#fff;border-radius:8px;box-shadow:var(--elevation-4);z-index:1}.edit-media-description .ql-mention-list-container .ql-mention-list{list-style-type:none;padding-left:0;margin:0}.edit-media-description .mention-item{display:flex;flex-direction:row;align-items:center;padding:8px;cursor:pointer}.edit-media-description .mention-item:hover{background:var(--light-2)}.edit-media-description .mention-item__image{height:24px;width:24px;background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;margin-right:12px}.edit-media-description .mention-item__image img{width:100%}.edit-media-description .mention-item__text{font-size:12px;font-family:var(--nhg)}.edit-media-description .mention-item__text__primary{font-weight:600;color:var(--dark-1)}.edit-media-description .mention-item__text__secondary{font-size:10px;color:var(--dark-3)}.edit-media-description .custom-toolbar-wrapper__options-right{display:flex;flex-direction:row;align-items:center;margin-left:auto}.edit-media-description .custom-toolbar-wrapper__options-right__option{cursor:pointer;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-weight:700;color:var(--dark-4);margin-left:16px}.edit-media-description .custom-toolbar-wrapper__options-right__option.save{background:var(--green-main);color:#fff;padding-left:8px;padding-right:8px}.media-description .ql-container{border:none}.media-description .ql-editor{padding:0;font-family:var(--nhg)}.media-description .truncate-button{cursor:pointer;color:var(--blue-main)}.media-description .edit-btn{color:var(--orange-main);font-weight:700;cursor:pointer}.media-description .delete-btn{color:var(--red-main);font-weight:700;cursor:pointer;margin-top:8px}.create-support-ticket{width:40%}.create-support-ticket__header{padding:16px;display:flex;flex-direction:row;align-items:center}.create-support-ticket__header__title{font-size:20px;font-weight:700;color:var(--dark-2);font-family:var(--nhg-display)}.create-support-ticket__header__dismiss{margin-left:auto;cursor:pointer}.create-support-ticket__header__dismiss__icon{stroke:var(--light-4)}.create-support-ticket__body__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.create-support-ticket__body__group{padding-left:16px;padding-right:16px;margin-bottom:16px}.create-support-ticket__body__group__label{color:var(--dark-3);margin-bottom:4px;font-size:10px}.create-support-ticket__body__group__label .required{color:var(--red-main)}.create-support-ticket__body__group__input input{width:100%;height:32px;border:1px solid var(--light-3);border-radius:4px;outline:none;padding-left:8px;font-family:var(--nhg)}.create-support-ticket__body__group__input input:focus{border-color:var(--blue-main)}.create-support-ticket__body__group__input textarea{width:100%;height:32px;border:1px solid var(--light-3);border-radius:4px;outline:none;padding:8px;height:280px;font-family:var(--nhg);resize:none}.create-support-ticket__body__group__input textarea:focus{border-color:var(--blue-main)}.create-support-ticket__footer{padding:16px}.create-support-ticket__error{font-size:10px;font-weight:600;color:var(--red-darker);background:var(--red-subtle);border-radius:4px;margin:16px;padding:8px}.ticket-submitted{padding:16px}.ticket-submitted__title{display:flex;flex-direction:row;align-items:center;margin-bottom:8px}.ticket-submitted__title__text{font-weight:600;font-size:16px}.ticket-submitted__title__dismiss{cursor:pointer;margin-left:auto}.ticket-submitted__title__dismiss__icon{stroke:var(--dark-4);height:14px}.ticket-submitted__desc{color:var(--dark-3)}.create-post-card .input-wrapper #custom-toolbar svg .ql-stroke{stroke:var(--light-4)}.create-post-card .input-wrapper #custom-toolbar svg .ql-fill{fill:var(--light-4)}.create-post-card .mention-item__text{font-size:12px}.select-media-wrapper{width:40%;max-height:80%;overflow:hidden;display:flex}.select-media{display:flex;flex-grow:1;height:inherit;flex-direction:column;border-radius:8px;overflow:hidden}.select-media__primary-header{height:48px;flex-shrink:0;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-3);padding-left:24px;padding-right:24px;font-size:14px;font-family:var(--nhg-display);font-weight:700;color:var(--dark-3)}.select-media__primary-header__dismiss{margin-left:auto;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.select-media__header{height:48px;flex-shrink:0;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-3);padding-left:24px;padding-right:16px;font-size:12px;font-family:var(--nhg-display);font-weight:700}.select-media__header__tabs{display:flex;flex-direction:row;align-items:center;height:100%;width:100%}.select-media__header__tabs .upload-new-btn{margin-left:auto}.select-media__header__tabs__tab{margin-right:16px;color:var(--dark-3);height:100%;display:flex;align-items:center;font-weight:600;cursor:pointer;transition:all .2s ease-out}.select-media__header__tabs__tab.selected{color:var(--blue-main);border-bottom:2px solid var(--blue-main)}.select-media__header__link{color:var(--blue-main);margin-left:auto}.select-media__images{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:8px;flex-grow:1;overflow:auto;padding:16px 24px 24px}.select-media__images__item{display:flex;align-items:center;justify-content:center;background:#000;position:relative;cursor:pointer;height:80px;overflow:hidden;margin-top:8px}.select-media__images__item__select{position:absolute;top:4px;right:4px;background:var(--blue-main);border-radius:100%;display:flex;align-items:center;justify-content:center;height:16px;width:16px;opacity:0;transition:all .2s ease-out}.select-media__images__item:hover .select-media__images__item__select,.select-media__images__item__select.selected{opacity:1}.select-media__images__item__select__icon{height:12px;fill:#fff;position:absolute}.select-media__images__item__select__icon-delete{height:12px;stroke:#fff;position:absolute;display:none}.select-media__images__item:hover .select-media__images__item__select.selected{background:var(--red-main)}.select-media__images__item:hover .select-media__images__item__select.selected .select-media__images__item__select__icon{display:none}.select-media__images__item:hover .select-media__images__item__select.selected .select-media__images__item__select__icon-delete{display:block}.select-media__images__item img{width:100%}.select-media__show-more{grid-column-start:1;grid-column-end:5;display:flex;align-items:center;justify-content:center;height:40px;margin-top:16px;border:1px solid var(--light-2);border-radius:8px;box-shadow:var(--elevation-3);font-size:12px;font-weight:700;color:var(--blue-lighter);cursor:pointer;transition:all .2s ease-out}.select-media__show-more:hover{color:var(--blue-main);box-shadow:var(--elevation-4)}.select-media__videos{flex-grow:1;overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:8px;padding:16px 24px 24px}.select-media__videos__item{position:relative;display:flex;align-items:center;justify-content:center;background:#000;margin-top:8px;height:160px}.select-media__videos__item .video{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.select-media__videos__item .video video{width:100%}.select-media__videos__item__overlay{position:absolute;width:100%;height:100%;background:rgba(2,46,75,.21176470588235294);cursor:pointer}.select-media__videos__item__select{position:absolute;top:4px;right:4px;background:var(--blue-main);border-radius:100%;display:flex;align-items:center;justify-content:center;height:16px;width:16px;opacity:0;transition:all .2s ease-out}.select-media__videos__item:hover .select-media__videos__item__select,.select-media__videos__item__select.selected{opacity:1}.select-media__videos__item__select__icon{height:12px;fill:#fff;position:absolute}.select-media__videos__item__select__icon-delete{height:12px;stroke:#fff;position:absolute;display:none}.select-media__videos__item:hover .select-media__videos__item__select.selected{background:var(--red-main)}.select-media__videos__item:hover .select-media__videos__item__select.selected .select-media__videos__item__select__icon{display:none}.select-media__videos__item:hover .select-media__videos__item__select.selected .select-media__videos__item__select__icon-delete{display:block}.select-media__albums{flex-grow:1;overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:8px;padding:16px 24px 24px}.select-media__albums__item{position:relative;margin-top:8px}.select-media__albums__item__image{height:160px;width:100%;display:flex;align-items:center;justify-content:center;background:var(--blue-subtle)}.select-media__albums__item__image img{width:100%}.select-media__albums__item__image.has-image{background:#000}.select-media__albums__item__desc{margin-top:4px;font-weight:700;font-size:10px}.select-media__albums__item__overlay{position:absolute;left:0;top:0;height:100%;width:100%;cursor:pointer}.select-media__albums__item__select{position:absolute;top:4px;right:4px;background:var(--blue-main);border-radius:100%;display:flex;align-items:center;justify-content:center;height:16px;width:16px;opacity:0;transition:all .2s ease-out}.select-media__albums__item:hover .select-media__albums__item__select,.select-media__albums__item__select.selected{opacity:1}.select-media__albums__item__select__icon{height:12px;fill:#fff;position:absolute}.select-media__albums__item__select__icon-delete{height:12px;stroke:#fff;position:absolute;display:none}.select-media__albums__item:hover .select-media__albums__item__select.selected{background:var(--red-main)}.select-media__albums__item:hover .select-media__albums__item__select.selected .select-media__albums__item__select__icon{display:none}.select-media__albums__item:hover .select-media__albums__item__select.selected .select-media__albums__item__select__icon-delete{display:block}.select-media__footer{height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-top:1px solid var(--light-3);font-size:14px;color:var(--blue-main);font-weight:700;cursor:pointer}.create-post-card-body-mobile{flex-grow:1;overflow-x:hidden;overflow-y:auto}.create-post-card-footer-mobile{height:64px}.app-match-report{background:#fff;margin-bottom:32px;overflow:hidden;border-top-left-radius:0}.app-match-report__header{display:flex;flex-direction:row;align-items:center;padding-left:16px;padding-right:16px;height:24px;font-family:var(--nhg-display);font-size:10px;font-weight:600;color:var(--dark-4);border-bottom:1px solid var(--light-2);position:relative}.app-match-report__header__title{z-index:1;color:#fff}.app-match-report__header__highlight{position:absolute;left:0;top:0;height:24px;width:104px;z-index:0;-webkit-transform:scaleY(-1);transform:scaleY(-1)}.app-match-report__header__highlight__item{height:100%;position:absolute;left:0;top:0;border-bottom:24px solid;border-right:8px solid transparent;height:0}.app-match-report__header__highlight__item.blue{border-bottom-color:var(--blue-darker);width:92%}.app-match-report__header__highlight__item.green{width:100%;border-bottom-color:var(--green-main)}.app-match-report__header__options{display:flex;flex-direction:row;align-items:center;margin-left:auto}.app-match-report__header__options__option{color:var(--dark-4);margin-left:16px;cursor:pointer}.app-match-report__header__options__option.edit{color:var(--orange-main)}.app-match-report__header__options__option.delete{color:var(--red-main)}.app-match-report__fixture{display:flex;flex-direction:row;align-items:center;padding-top:24px;padding-bottom:24px;border-bottom:1px solid var(--light-2)}.app-match-report__fixture__team{width:47.5%;padding-left:16px;padding-right:16px;display:flex;flex-direction:row;align-items:center;flex-shrink:0}.app-match-report__fixture__team__image{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;flex-shrink:0;overflow:hidden}.app-match-report__fixture__team__name{margin-left:12px;margin-right:12px;font-family:var(--nhg-display);font-size:14px;font-weight:600;color:var(--dark-1)}.app-match-report__fixture__team__score{font-family:var(--nhg-display);font-size:14px;font-weight:700;color:var(--dark-1)}.app-match-report__fixture__team.home .app-match-report__fixture__team__score{margin-left:auto}.app-match-report__fixture__seperator{width:5%;font-family:var(--nhg-display);font-size:8px;font-weight:600;color:var(--dark-4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-match-report__fixture__team.away .app-match-report__fixture__team__name{margin-left:auto;text-align:right}.app-match-report__headline{font-family:var(--nhg-display);font-size:20px;font-weight:700;color:var(--dark-1);padding:16px 16px 8px}.app-match-report__content{color:var(--dark-2)}.app-match-report__content__truncate-btn{padding-left:16px;padding-right:16px;font-family:var(--nhg-display);font-weight:600;color:var(--blue-darker)}.app-match-report__footer{border-top:1px solid var(--light-2);margin-top:16px;padding:8px 16px}.app-match-report__footer,.app-match-report__footer__option{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.app-match-report__footer__option{justify-content:center;cursor:pointer;transition:all .2s ease-out}.app-match-report__footer__options.right{margin-left:auto;display:flex;flex-direction:row;align-items:center}.app-match-report__footer__options.right .app-match-report__footer__option{margin-left:8px}.app-match-report__footer__option .clap-count{margin-left:0;font-weight:700;color:var(--dark-4)}.app-match-report .ql-editor{font-family:var(--nhg);line-height:20px;font-size:12px}.app-uploader-wrapper{width:32%;max-height:90%}.app-uploader{padding:24px;overflow:hidden;display:flex;flex-direction:column}.app-uploader .title{text-align:center;font-family:var(--nhg-display);font-size:24px;font-weight:700}.app-uploader .input-container{position:relative;height:200px;border:1px dashed var(--blue-lighter);border-radius:8px;margin-top:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.app-uploader .input-container .input-placeholder{margin-top:8px}.app-uploader .input-container .input-placeholder,.app-uploader .input-container .input-seperator{color:var(--dark-4);font-weight:700;margin-bottom:8px}.app-uploader .input-container .browse-files-btn{margin-top:8px;margin-bottom:8px}.app-uploader .input-container input{display:block;width:100%;border:none;text-transform:none;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0}.app-uploader .input-container input:focus{outline:none}.app-uploader-size-error{text-align:center;margin-top:8px;color:var(--red-main);font-weight:700}.app-uploader .upload-btn{margin-top:48px;flex-shrink:0}.fixture-stats-mobile__football{padding-bottom:528px}.fixture-stats-mobile__football__match-stats{padding:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);margin-top:12px}.fixture-stats-mobile__football__match-stats__title{font-family:var(--nhg-display);font-weight:700;font-size:12px;color:var(--dark-4);text-align:center}.fixture-stats-mobile__football__match-stats__items{border:1px solid var(--light-3);border-radius:8px;margin-top:8px;padding-bottom:12px}.fixture-stats-mobile__football__match-stats__possession-graph{background:var(--light-2);margin:4px;padding:4px 4px 12px}.fixture-stats-mobile__football__match-stats__possession-graph__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:8px}.fixture-stats-mobile__football__match-stats__possession-graph__meta__team{display:flex;flex-direction:row}.fixture-stats-mobile__football__match-stats__possession-graph__meta__team__logo{height:24px;width:24px;background:var(--blue-subtle)}.fixture-stats-mobile__football__match-stats__possession-graph__meta__team__logo img{height:auto;width:auto;max-height:100%;min-height:100%}.fixture-stats-mobile__football__match-stats__possession-graph__meta__label{text-align:center;font-weight:700;font-family:var(--nhg-display);display:flex;align-items:center;justify-content:center;color:var(--dark-2)}.fixture-stats-mobile__football__match-stats__possession-graph__meta__team.away{justify-content:flex-end}.fixture-stats-mobile__football__match-stats__possession-graph__graph{height:24px;background:var(--light-3);border-radius:24px;display:flex;flex-direction:row;align-items:center;position:relative;overflow:hidden}.fixture-stats-mobile__football__match-stats__possession-graph__graph__value{height:20px;width:32px;border-radius:20px;background:#fff;position:absolute;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:10px;z-index:1}.fixture-stats-mobile__football__match-stats__possession-graph__graph__value.home{left:2px;color:var(--blue-main)}.fixture-stats-mobile__football__match-stats__possession-graph__graph__value.away{right:2px;color:var(--green-darker)}.fixture-stats-mobile__football__match-stats__possession-graph__graph__track{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));position:relative;height:24px}.fixture-stats-mobile__football__match-stats__possession-graph__graph__track__section{display:flex;flex-direction:row}.fixture-stats-mobile__football__match-stats__possession-graph__graph__track__section.home{border-right:1px solid var(--light-1);justify-content:flex-end}.fixture-stats-mobile__football__match-stats__possession-graph__graph__track__section.away{border-left:1px solid var(--light-1)}.fixture-stats-mobile__football__match-stats__possession-graph__graph__track__icon{position:absolute;height:20px;width:20px;border-radius:100%;background:#fff;top:2px;left:calc(50% - 10px);display:flex;align-items:center;justify-content:center}.fixture-stats-mobile__football__match-stats__possession-graph__graph__track__section__fill{height:24px}.fixture-stats-mobile__football__match-stats__possession-graph__graph__track__section.home .fixture-stats-mobile__football__match-stats__possession-graph__graph__track__section__fill{background:var(--blue-main);border-top-left-radius:4px;border-bottom-left-radius:4px}.fixture-stats-mobile__football__match-stats__possession-graph__graph__track__section.away .fixture-stats-mobile__football__match-stats__possession-graph__graph__track__section__fill{background:var(--green-main);border-top-right-radius:4px;border-bottom-right-radius:4px}.match-stats-item-mobile{padding:12px}.match-stats-item-mobile__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:8px}.match-stats-item-mobile__meta__value{font-weight:700;color:var(--dark-2)}.match-stats-item-mobile__meta__value.away{text-align:right}.match-stats-item-mobile__meta__label{display:flex;align-items:center;justify-content:center;font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.match-stats-item-mobile__graph{width:100%;height:8px;background-color:var(--light-2);border-radius:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden}.match-stats-item-mobile__graph__section{display:flex;flex-direction:row}.match-stats-item-mobile__graph__section.home{justify-content:flex-end}.match-stats-item-mobile__graph__section__fill{height:8px}.match-stats-item-mobile__graph__section.home .match-stats-item-mobile__graph__section__fill{background:var(--blue-main)}.match-stats-item-mobile__graph__section.away .match-stats-item-mobile__graph__section__fill{background:var(--green-main)}.match-player-stats-mobile{background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);margin-top:12px}.match-player-stats-mobile__header{font-family:var(--nhg-display);font-weight:700;font-size:12px;position:-webkit-sticky;position:sticky;top:40px;z-index:3;background:#fff;color:var(--dark-1);text-align:center;border-bottom:1px solid var(--green-main);box-shadow:var(--elevation-mobile)}.match-player-stats-mobile__header__wrapper{height:48px;padding-left:12px;padding-right:12px;display:flex;flex-direction:row;align-items:center;border-bottom:2px solid var(--blue-main)}.match-player-stats-mobile__header__team-selector{display:flex;flex-direction:row;align-items:center;color:var(--dark-1)}.match-player-stats-mobile__header__team-selector__image{height:20px;width:20px;background:var(--blue-subtle);border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-right:8px}.match-player-stats-mobile__header__team-selector__image img{max-width:100%;max-height:100%;height:auto;width:auto}.match-player-stats-mobile__header__category-selector{margin-left:auto}.match-player-stats-mobile__table{display:flex;flex-direction:row;position:relative}.match-player-stats-mobile__table__fixed-columns{width:50%;display:flex;flex-direction:row;z-index:1;border-right:1px solid var(--light-2)}.match-player-stats-mobile__table__scroll-columns{width:50%;display:flex;flex-direction:row;overflow-x:auto;background:#fff}.match-player-stats-mobile__table__scroll-columns.inset{box-shadow:inset 2px 0 9px -7px rgba(0,0,0,.4)}.match-player-stats-mobile__table__fixed-columns.inset{border-color:var(--light-3)}.match-player-stats-mobile__table__column{min-width:42%;flex-shrink:0;border-right:1px solid var(--light-2)}.match-player-stats-mobile__table__fixed-columns .match-player-stats-mobile__table__column{width:100%}.match-player-stats-mobile__table__header{padding-left:12px;padding-right:12px;font-size:8px;font-family:var(--nhg-display);letter-spacing:.4px;height:24px;display:flex;align-items:center;color:var(--dark-4);background:#fff;z-index:2;font-weight:600}.match-player-stats-mobile__table__header.fixed{position:fixed;top:136px}.match-player-stats-mobile__table__rows__row{display:flex;flex-direction:row}.match-player-stats-mobile__table__rows__row__td{padding-left:12px;padding-right:12px;display:flex;align-items:center;height:40px;width:100%;font-weight:600}.match-player-stats-mobile__table__rows__row__td.odd{background:var(--light-2)}.match-player-stats-mobile__table__rows__row__td.even{background:var(--light-1)}.match-player-stats-mobile__table__scroll-columns .match-player-stats-mobile__table__header,.match-player-stats-mobile__table__scroll-columns .match-player-stats-mobile__table__rows__row__td{justify-content:flex-end}.match-player-stats-mobile__table__rows__row__td__image{height:20px;width:20px;border-radius:100%;background:var(--blue-subtle);margin-right:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.match-player-stats-mobile__table__rows__row__td__image img{max-width:100%;max-height:100%;height:auto;width:auto}.fixture-stats-scorecard-mobile{background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);margin-top:12px;padding-bottom:24px}.fixture-stats-scorecard-mobile__title{display:flex;flex-direction:row;align-items:center;padding:8px 12px}.fixture-stats-scorecard-mobile__title__image{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);overflow:hidden;display:flex;align-items:center;justify-content:center;margin-right:8px}.fixture-stats-scorecard-mobile__title__image img{max-height:100%;max-width:100%;width:auto;height:auto}.fixture-stats-scorecard-mobile__title__text{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-2)}.fixture-stats-scorecard-mobile__table__header{background:var(--light-2)}.fixture-stats-scorecard-mobile__table__row{display:flex;flex-direction:row;align-items:center}.fixture-stats-scorecard-mobile__table__td{padding-left:12px;padding-right:12px;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;height:44px;border-bottom:1px solid var(--light-2)}.fixture-stats-scorecard-mobile__table__td:first-child{align-items:flex-start}.fixture-stats-scorecard-mobile__table__td__line{font-size:10px}.fixture-stats-scorecard-mobile__table__header .fixture-stats-scorecard-mobile__table__td{height:24px;font-size:10px;font-family:var(--nhg-display);letter-spacing:1px}.fixture-stats-scorecard-mobile__info{padding:12px;font-size:10px}.fixture-stats-scorecard-mobile__info__item .bold{font-weight:600}.fixture-stats-scorecard-mobile__legend{display:flex;flex-direction:row;flex-wrap:wrap;padding-top:8px;padding-bottom:16px}.fixture-stats-scorecard-mobile__legend__item{font-size:10px;font-weight:500;color:var(--dark-4);margin-left:16px;margin-top:8px}.badminton-box-score-mobile{display:flex;flex-direction:row;padding:16px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);margin-top:12px}.badminton-box-score-mobile__column__label{font-size:8px;font-family:var(--nhg-display);font-weight:700;color:var(--light-4);margin-bottom:8px}.badminton-box-score-mobile__column__value{display:flex;flex-direction:row;align-items:center;height:40px}.badminton-box-score-mobile__column__value.bold{font-weight:700}.badminton-box-score-mobile__column__value__image{height:24px;width:24px;background:var(--blue-subtle);border-radius:4px;margin-right:16px}.badminton-box-score-mobile__column.players{flex-grow:1}.badminton-box-score-mobile__column.period{display:flex;flex-direction:column;align-items:center;margin-left:24px}.fixture-points-timeline-mobile{margin-top:12px;padding:16px}.fixture-points-timeline-mobile__header{display:flex;flex-direction:row;align-items:center;margin-bottom:16px}.fixture-points-timeline-mobile__header__title{margin-right:auto;font-weight:700;color:var(--dark-4)}.fixture-points-timeline-mobile__header__select-period{display:flex;flex-direction:row;align-items:center}.fixture-points-timeline-mobile__select-period-menu__item{padding:8px 16px;cursor:pointer}.fixture-points-timeline-mobile__select-period-menu__item:hover{background:var(--light-2)}.fixture-points-timeline-mobile__body{height:320px}.fixture-summary-mobile{padding-left:16px;padding-right:16px;padding-bottom:40px}.fixture-summary-mobile__details{padding:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);margin-top:12px}.fixture-summary-mobile__details__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.fixture-summary-mobile__details__location{margin-top:12px}.fixture-summary-mobile__details__location__map{height:160px;border-radius:8px;background:var(--blue-subtle);flex-shrink:0;overflow:hidden}.fixture-summary-mobile__details__location__text{margin-top:12px}.fixture-summary-mobile__details__location__text__primary{font-family:var(--nhg-display);font-weight:600;color:var(--dark-2)}.fixture-summary-mobile__details__location__text__secondary{margin-top:4px;color:var(--dark-4)}.fixture-summary-mobile__details__location__text__datetime__wrapper{margin-top:12px}.fixture-summary-mobile__details__location__text__datetime{margin-top:8px;display:flex;flex-direction:row;align-items:center}.fixture-summary-mobile__details__location__text__datetime__label{font-family:var(--nhg-display);font-weight:600;color:var(--dark-2)}.fixture-summary-mobile__details__location__text__datetime__icon{display:flex;align-items:center;justify-content:center;width:14px;margin-right:8px}.fixture-summary-mobile__details__location__text__datetime__value{font-family:var(--nhg-display);font-weight:600;color:var(--dark-2)}.fixture-timeline__mobile{grid-column-start:1;grid-column-end:13;margin-top:12px;padding-top:12px;padding-bottom:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.fixture-timeline__mobile__home{display:flex;flex-direction:row;align-items:center;padding-left:12px}.fixture-timeline__mobile__home .logo{height:24px;width:24px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.fixture-timeline__mobile__home .logo img{max-width:100%;max-height:100%;height:auto;width:auto}.fixture-timeline__mobile__home .desc{font-weight:700;color:var(--dark-2)}.fixture-timeline__mobile__away{display:flex;flex-direction:row;align-items:center;padding-left:12px}.fixture-timeline__mobile__away .logo{height:24px;width:24px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.fixture-timeline__mobile__away .logo img{max-width:100%;max-height:100%;height:auto;width:auto}.fixture-timeline__mobile__away .desc{font-weight:700;color:var(--dark-2)}.fixture-timeline__mobile__timeline-wrapper{width:100%;overflow-x:auto;overflow-y:hidden;padding-left:12px;padding-right:12px}.fixture-timeline__mobile__timeline{margin-top:24px;margin-bottom:24px;width:400%}.fixture-timeline__mobile__timeline__timestamps{border-radius:8px;display:flex;flex-direction:row;position:relative}.fixture-timeline__mobile__timeline__timestamps__period{height:14px;background:var(--green-main);display:flex;flex-direction:row;justify-content:flex-end}.fixture-timeline__mobile__timeline__timestamps__period .period-end-marker{background:var(--green-darker);color:#fff;border-radius:100%;font-size:8px;width:14px;height:14px;display:flex;align-items:center;justify-content:center}.fixture-timeline__mobile__timeline__timestamps .stamp{flex-direction:row;top:0;height:14px;font-size:8px;color:#fff}.fixture-timeline__mobile__timeline__timestamps .stamp,.fixture-timeline__mobile__timeline__timestamps .stamp .stamp-icon{position:absolute;display:flex;align-items:center;justify-content:center}.fixture-timeline__mobile .tooltip-stats{width:128px;overflow:hidden}.fixture-timeline__mobile .tooltip-stats__item{padding:8px 16px}.fixture-timeline__mobile .tooltip-stats__item__meta{display:flex;flex-direction:row;align-items:center}.fixture-timeline__mobile .tooltip-stats__item__meta__timestamp{color:var(--dark-4);margin-right:8px}.fixture-timeline__mobile .tooltip-stats__item__player{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fixture-timeline__mobile__items{border-top:1px solid var(--light-2);margin-top:12px}.fixture-timeline__mobile__items__item{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:12px;font-size:10px;font-family:var(--nhg-display)}.fixture-timeline__mobile__items__item__timestamp{font-weight:700;color:var(--dark-4);margin-right:8px}.fixture-timeline__mobile__items__item__statement{color:var(--dark-2)}.fixture-timeline__mobile__items__item__statement .bold{font-weight:700}.fixture-latest-highlights-mobile{padding:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);margin-top:12px}.fixture-latest-highlights-mobile__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.fixture-latest-highlights-mobile__video-wrapper{margin-top:12px;margin-bottom:12px}.fixture-latest-highlights-mobile__video-container{background:var(--dark-1)}.fixture-latest-highlights-mobile__video-container video{width:100%}.fixture-latest-highlights-mobile__footer{border-top:1px solid var(--light-2);display:flex;align-items:center;justify-content:center;padding:12px 12px 0;color:var(--dark-4);font-weight:600}.fixture-events-summary.mobile{margin-top:12px}.fixture-events-summary .card-title{padding:16px;font-weight:700;color:var(--dark-2);border-bottom:1px solid var(--light-3)}.fixture-events-summary.mobile .card-title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.fixture-events-summary__list__period{background:var(--light-2);padding:4px}.fixture-events-summary__list__period,.fixture-events-summary__list__show-more{color:var(--light-4);display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700}.fixture-events-summary__list__show-more{padding:8px;cursor:pointer}.fixture-events-summary__list__item{display:flex;flex-direction:row;padding:16px;border-bottom:1px solid var(--light-2)}.fixture-events-summary__list__item:last-child{border:none}.fixture-events-summary__list__item .timestamp{color:var(--dark-4);width:40px;font-family:var(--nhg-display);flex-shrink:0}.fixture-events-summary__list__item .desc{flex-grow:1}.fixture-events-summary__list__item .desc__title{display:flex;flex-direction:row;align-items:center}.fixture-events-summary__list__item .desc__title__icon{margin-right:4px;height:15px}.fixture-events-summary__list__item .desc__title__text{color:var(--dark-4);font-weight:600}.fixture-events-summary__list__item .profile-image{height:24px;width:24px;border-radius:100%;background:var(--blue-subtle);margin-right:16px;overflow:hidden}.fixture-events-summary__list__item .profile-image img{max-height:100%;max-width:100%;height:auto;width:auto}.fixture-events-summary.mobile .fixture-events-summary__list__item .profile-image{display:none}.fixture-events-summary__list__item .desc-text{margin-bottom:4px}.fixture-events-summary__list__item .team-image{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);overflow:hidden}.fixture-events-summary__list__item .team-image img{max-height:100%;max-width:100%;height:auto;width:auto}.fixture-events-summary.mobile .fixture-events-summary__list__item .team-image{display:none}.fixture-events-summary__footer{border-top:1px solid var(--light-3);text-align:center;font-weight:700;color:var(--dark-4);padding-top:8px;padding-bottom:8px}.fixture-events-summary__list__item.cricket{display:flex;flex-direction:row}.fixture-events-summary__list__item.cricket .ball{height:32px;width:48px;display:flex;flex-direction:row;align-items:center;color:var(--dark-4)}.fixture-events-summary__list__item.cricket .runs{height:32px;width:32px;background:var(--light-2);border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--dark-3);margin-right:32px}.fixture-events-summary__list__item.cricket .runs.green{background:var(--green-darker);color:var(--light-1)}.fixture-events-summary__list__item.cricket .runs.red{background:var(--red-main);color:var(--light-1)}.fixture-events-summary__list__item.cricket .desc{padding-top:9px}.fixture-events-summary-over__header{padding:8px 16px;background:var(--blue-subtle);font-family:var(--nhg-display)}.fixture-events-summary-over__header__primary{display:flex;flex-direction:row;align-items:center;font-weight:600;margin-bottom:4px}.fixture-events-summary-over__header__secondary{display:flex;flex-direction:row;align-items:center}.app-input .label{margin-bottom:4px}.app-input .assistive,.app-input .label{font-weight:500;color:var(--dark-3);font-size:10px;line-height:14px;padding-left:12px}.app-input .assistive{display:-ms-flex;display:flex;flex-direction:row;margin-top:4px}.app-input .assistive .assistive-icon{margin-right:8px}.app-input .input-wrapper{height:32px;box-sizing:border-box;border-radius:8px;box-shadow:inset 0 .5px 4px var(--light-3);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;border:1px solid transparent}.app-input .input-wrapper .input-icon-left{margin-left:12px;margin-right:8px;margin-top:2px}.app-input .input-wrapper .input-icon-right{margin-right:12px;margin-left:8px}.app-input .input-wrapper input{border:none;height:100%;box-sizing:border-box;padding:0;background:transparent;flex:1 1;outline:none;font-size:12px;font-family:var(--nhg)}.app-input div.input-wrapper.focused{border:1px solid var(--blue-main)}.app-input div.input-wrapper.error{border:1px solid var(--red-main)}.app-input div.input-wrapper.valid{border:1px solid var(--green-main)}.app-input div.input-wrapper.disabled{background:var(--light-2);color:var(--light-4);pointer-events:none}.app-input div.input-wrapper.disabled input{color:var(--dark-4)}.home-page-mobile__posts-list .app-post-card{margin-top:16px}.home-page-mobile .app-match-report{margin-top:16px;margin-bottom:0}.home-page-mobile .app-match-report .app-match-report__fixture__team__name{font-size:12px}.home-page-mobile .app-match-report .app-match-report__headline{font-size:16px}.home-page-mobile__posts-list .show-more-container{display:flex;align-items:center;justify-content:center;padding-top:32px;padding-bottom:32px}.home-page-mobile__profile-card__profile-requests{border-left:4px solid var(--orange-main);background:var(--orange-subtle);display:flex;flex-direction:row;align-items:center;height:40px;margin-top:16px;padding-left:16px;padding-right:8px}.home-page-mobile__profile-card__profile-requests__text{font-family:var(--nhg-display);color:var(--orange-darker);font-weight:700}.home-page-mobile__profile-card__profile-requests__link{height:24px;display:flex;align-items:center;justify-content:center;color:var(--orange-main);border:1px solid var(--orange-main);border-radius:8px;margin-left:auto;font-family:var(--nhg-display);font-weight:600;padding-left:24px;padding-right:24px}.home-page-mobile__profile-card{background:var(--light-1);box-shadow:var(--elevation-mobile);padding-left:16px;padding-right:16px;padding-bottom:16px}.home-page-mobile__profile-card__profile-info{display:flex;flex-direction:row;align-items:center;padding-top:16px}.home-page-mobile__profile-card__profile-info__image{height:48px;width:48px;border-radius:100%;background:var(--blue-subtle);overflow:hidden;display:flex;align-items:center;justify-content:center}.home-page-mobile__profile-card__profile-info__image img{max-width:100%;max-height:100%;height:auto;width:auto}.home-page-mobile__profile-card__profile-info__text{padding-left:12px}.home-page-mobile__profile-card__profile-info__text__primary{font-family:var(--nhg-display);font-weight:700;font-size:16px;color:var(--dark-1);margin-bottom:2px}.home-page-mobile__profile-card__profile-info__text__secondary{font-family:var(--nhg);font-weight:400;font-size:12px;color:var(--dark-4)}.home-page-mobile__profile-pages-card{background:var(--light-1);box-shadow:var(--elevation-mobile);margin-top:12px}.home-page-mobile__profile-pages-card__title{padding:16px;font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.home-page-mobile__profile-pages-card__list{display:flex;flex-direction:row;padding-left:16px;overflow-y:hidden;overflow-x:auto;padding-bottom:24px}.home-page-mobile__profile-pages-card__list__item{width:72px;margin-right:12px}.home-page-mobile__profile-pages-card__list__item__image{height:72px;width:72px;flex-shrink:0;border-radius:8px;background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;overflow:hidden}.home-page-mobile__profile-pages-card__list__item__image img{max-width:100%;max-height:100%;height:auto;width:auto}.home-page-mobile__profile-pages-card__list__item__name{font-family:var(--nhg-display);font-size:10px;color:var(--dark-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:8px;font-weight:600}.home-page-mobile__upcoming-events-card{background:var(--light-1);box-shadow:var(--elevation-mobile);margin-top:12px;padding-bottom:24px}.home-page-mobile__upcoming-events-card__header{display:flex;flex-direction:row;align-items:center;padding:16px}.home-page-mobile__upcoming-events-card__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.home-page-mobile__upcoming-events-card__month-selector{margin-left:auto;display:flex;flex-direction:row;align-items:center}.home-page-mobile__upcoming-events-card__month-selector__option{stroke:var(--blue-main);display:flex;align-items:center;justify-content:center}.home-page-mobile__upcoming-events-card__month-selector__current{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-2);padding-left:12px;padding-right:12px}.home-page-mobile__upcoming-events-card__days{display:flex;flex-direction:row;align-items:center;padding-left:16px;overflow-y:hidden;overflow-x:auto;padding-bottom:24px;padding-top:8px}.home-page-mobile__upcoming-events-card__days__item{display:flex;flex-direction:column;align-items:center;border:1px solid var(--light-2);border-radius:8px;width:calc(25% - 17px);margin-right:12px;overflow:hidden;flex-shrink:0}.home-page-mobile__upcoming-events-card__days__item.active{border-color:var(--blue-main)}.home-page-mobile__upcoming-events-card__days__item__month{font-family:var(--nhg-display);font-weight:400;font-size:8px;color:var(--dark-4);margin-top:6px;letter-spacing:1px}.home-page-mobile__upcoming-events-card__days__item.active .home-page-mobile__upcoming-events-card__days__item__month{color:var(--dark-3)}.home-page-mobile__upcoming-events-card__days__item__date{font-family:var(--nhg-display);font-weight:600;font-size:16px;color:var(--light-4)}.home-page-mobile__upcoming-events-card__days__item.active .home-page-mobile__upcoming-events-card__days__item__date{color:var(--dark-2)}.home-page-mobile__upcoming-events-card__days__item__day{font-family:var(--nhg-display);font-weight:600;font-size:8px;color:var(--light-4);margin-top:4px;width:100%;display:flex;align-items:center;justify-content:center;letter-spacing:.5px;padding-top:2px;padding-bottom:2px;background:var(--light-2)}.home-page-mobile__upcoming-events-card__days__item.active .home-page-mobile__upcoming-events-card__days__item__day{background:var(--blue-main);color:var(--light-1)}.home-page-mobile__upcoming-events-card__fixtures__item{display:flex;flex-direction:row;align-items:center;border-top:1px solid var(--light-2)}.home-page-mobile__upcoming-events-card__fixtures__item__teams{flex-grow:1;padding-top:12px;padding-bottom:12px;border-right:1px solid var(--light-2)}.home-page-mobile__upcoming-events-card__fixtures__item__teams__item{display:flex;flex-direction:row;align-items:center;padding-left:16px;padding-right:16px}.home-page-mobile__upcoming-events-card__fixtures__item__teams__item:first-child{margin-bottom:12px}.home-page-mobile__upcoming-events-card__fixtures__item__teams__item__image{height:20px;width:20px;border-radius:4px;background:var(--blue-subtle)}.home-page-mobile__upcoming-events-card__fixtures__item__teams__item__name{flex-grow:1;padding-left:16px;font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-1)}.home-page-mobile__upcoming-events-card__fixtures__item__teams__item__score{font-family:var(--nhg-display);font-style:normal;font-weight:700;font-size:12px;color:var(--dark-3)}.home-page-mobile__upcoming-events-card__fixtures__item__time{width:22.22vw;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;font-family:var(--nhg-display);font-weight:700;font-size:12px;color:var(--light-4)}.home-profile-card{padding:0}.home-profile-card__header{display:flex;flex-direction:row;align-items:center;padding:16px}.home-profile-card__header__image{height:48px;width:48px;border-radius:100%;background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid var(--light-2);box-shadow:var(--elevation-3);margin-right:16px}.home-profile-card__header__image img{height:100%}.home-profile-card__header__meta .primary{font-weight:700;margin-bottom:4px;font-size:16px;font-family:var(--nhg-display)}.home-profile-card__header__meta .secondary{color:var(--dark-2);font-family:var(--nhg);font-weight:400}.home-profile-card__desc{padding:0 16px 16px;margin:0;line-height:19px;color:var(--dark-3)}.home-profile-card .profile-link{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;padding-left:16px;padding-right:16px;margin-bottom:16px;color:var(--dark-1);flex-direction:column}.home-profile-card .image{height:98px;width:98px;border-radius:100%;background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:16px;border:2px solid var(--light-2);box-shadow:var(--elevation-3)}.home-profile-card .image img{height:100%}.home-profile-card .meta{display:-ms-flex;display:flex;flex-direction:column;justify-content:center;text-align:center}.home-profile-card .meta .primary{font-weight:700;margin-bottom:4px;font-size:16px;font-family:var(--nhg-display)}.home-profile-card .meta .secondary{color:var(--dark-2);font-family:var(--nhg);font-weight:400}.home-profile-card .links{display:-ms-flex;display:flex;flex-direction:row;padding-top:16px;padding-bottom:16px;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5}.home-profile-card .links .link{flex:1 1;flex-direction:column}.home-profile-card .links .link,.home-profile-card .links .link .icon{display:-ms-flex;display:flex;-ms-align-items:center;align-items:center}.home-profile-card .links .link .icon{height:32px;justify-content:center;margin-bottom:4px;stroke:var(--dark-4)}.home-profile-card .links .link .icon img{height:20px}.home-profile-card .links .link .desc{font-size:8px;letter-spacing:1px;color:var(--dark-1);font-family:var(--din)}.home-profile-card .links .link.active .icon{stroke:var(--blue-main)}.home-profile-card .links .link.active .desc{font-weight:700;color:var(--blue-main)}.home-profile-card .links .link:hover .icon{stroke:var(--blue-lighter)}.home-profile-card .links .link:hover .desc{color:var(--blue-lighter)}.home-followers-summary{padding:16px 16px 12px;margin-top:32px}.home-followers-summary .connections-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,auto);grid-column-gap:32px;grid-row-gap:24px;margin-top:24px}.home-followers-summary .connections-list .connection .avatar{height:64px;border-radius:8px;background:var(--blue-subtle);margin-bottom:8px;display:flex;align-items:center;justify-content:center;border:1px solid var(--light-2);overflow:hidden}.home-followers-summary .connections-list .connection .avatar img{width:100%}.home-followers-summary .connections-list .connection .name{font-family:var(--nhg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--dark-1)}.home-followers-summary .connections-card-footer{text-align:center;border-top:1px solid var(--light-2);padding-top:8px;font-family:var(--nhg-display);font-weight:700;color:var(--dark-3);margin-top:24px;cursor:pointer}.app-tab-selector{height:32px;display:-ms-flex;display:flex;flex-direction:row;border:1px solid var(--blue-subtle);border-radius:8px;overflow:hidden}.app-tab-selector .tab-selector-option{width:50%;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;justify-content:center;color:var(--dark-4);height:100%;font-family:var(--nhg-display);font-weight:700;transition:all .2s ease-out}.app-tab-selector .tab-selector-option.selected{background:var(--blue-main);color:#fff}.app-party-list{background:#fff;width:480px;border-radius:8px;height:70%;display:flex;flex-direction:column}.app-party-list__header{display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid var(--light-3);flex-shrink:0}.app-party-list__header__title{font-weight:600;font-family:var(--nhg-display);font-size:16px;padding-top:16px;padding-bottom:16px;color:var(--dark-2)}.app-party-list__header__dismiss{position:absolute;right:8px;stroke:var(--dark-4);cursor:pointer}.app-party-list__header__dismiss__icon{height:14px}.app-party-list__body{flex-grow:1;overflow:auto}.app-party-list__body__item{display:flex;flex-direction:row;align-items:center;padding:16px;border-bottom:1px solid var(--light-2)}.app-party-list__body__item__image{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;margin-right:16px;display:flex;align-items:center;justify-content:center;border:1px solid var(--light-2);overflow:hidden}.app-party-list__body__item__image img{width:100%}.app-party-list__body__item__desc{margin-right:auto;color:var(--dark-2)}.app-party-list__body__item__desc__primary{font-weight:600}.app-party-list__body__item__desc__secondary{color:var(--dark-4)}.app-party-list__body__item--show-more{display:flex;align-items:center;justify-content:center;height:32px;font-family:var(--nhg-display);font-weight:700;color:var(--dark-3);cursor:pointer}.home-request-card{margin-bottom:24px;padding:16px;position:relative}.home-request-card .dismiss-btn{position:absolute;right:4px;top:4px;cursor:pointer}.home-request-card .meta{display:-ms-flex;display:flex;flex-direction:row;line-height:19px}.home-request-card .meta .avatar{height:40px;width:40px;background:var(--blue-subtle);margin-right:16px;flex-shrink:0;border-radius:8px;overflow:hidden}.home-request-card .request-actions{display:-ms-flex;display:flex;flex-direction:row;margin-top:16px}.home-request-card .request-actions .action{flex:1 1}.home-request-card .request-actions .action:first-child{margin-right:8px}.home-request-card .request-actions .action:last-child{margin-left:8px}.home-upcoming-events-card__calendar{padding:16px 16px 0}.home-upcoming-events-card .home-upcoming-events-card__fixture-list-item{box-shadow:none;border-bottom:1px solid var(--light-2);margin-top:0}.home-upcoming-events-card .calendar-fixture-list .calendar-fixture-list-item{display:-ms-flex;display:flex;flex-direction:row}.home-upcoming-events-card .calendar-fixture-list .calendar-fixture-list-item .participants{flex-grow:1;padding-bottom:16px}.home-upcoming-events-card .calendar-fixture-list .calendar-fixture-list-item .participants .participant{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;padding:16px 16px 0}.home-upcoming-events-card .calendar-fixture-list .calendar-fixture-list-item .participants .participant .image{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);flex-shrink:0;margin-right:16px}.home-upcoming-events-card .calendar-fixture-list .calendar-fixture-list-item .participants .participant .name{flex-grow:1;color:var(--dark-1)}.home-upcoming-events-card .calendar-fixture-list .calendar-fixture-list-item .participants .participant .score{font-weight:600;color:var(--dark-2)}.home-upcoming-events-card .calendar-fixture-list .calendar-fixture-list-item .datetime{width:25%;display:-ms-flex;display:flex;flex-direction:column;-ms-align-items:center;align-items:center;justify-content:center;border-left:1px solid var(--light-2);font-family:var(--nhg-display);font-weight:700;color:var(--dark-4);letter-spacing:.4px}.home-upcoming-events-card .calendar-fixture-list .calendar-fixture-list-item .datetime .date{margin-bottom:4px}.app-events-calendar-header{display:-ms-flex;display:flex;flex-direction:row;margin-bottom:16px;border-bottom:1px solid var(--light-2);padding-bottom:16px;-ms-align-items:center;align-items:center;font-family:var(--nhg-display)}.app-events-calendar-header .app-events-calendar-title{font-weight:700;color:var(--dark-4)}.app-events-calendar-header .app-events-calendar-scroll{margin-left:auto;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.app-events-calendar-header .app-events-calendar-scroll .prev{display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}.app-events-calendar-header .app-events-calendar-scroll .current{font-weight:700;margin-left:8px;margin-right:8px}.app-events-calendar-header .app-events-calendar-scroll .next{display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}.app-events-calendar-calendar{border-bottom:1px solid var(--light-2)}.app-events-calendar-calendar .calendar-header{display:-ms-flex;display:flex;flex-direction:row;margin-bottom:16px}.app-events-calendar-calendar .calendar-header .calendar-header-item{width:14.2%;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;color:var(--dark-4)}.app-events-calendar-calendar .calendar-body .calendar-row{display:-ms-flex;display:flex;flex-direction:row;margin-bottom:12px}.app-events-calendar-calendar .calendar-body .calendar-row .calendar-row-item{width:14.2%;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}.app-events-calendar-calendar .calendar-body .calendar-row .calendar-row-item .calendar-row-item-data{height:24px;width:24px;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;position:relative;border-radius:8px}.app-events-calendar-calendar .calendar-body .calendar-row .calendar-row-item .calendar-row-item-data.highlighted{background:var(--green-subtle)}.app-events-calendar-calendar .calendar-body .calendar-row .calendar-row-item .calendar-row-item-data.selected{background:var(--blue-main);border-radius:8px;color:#fff;font-weight:700}.app-events-calendar-calendar .calendar-body .calendar-row .calendar-row-item .calendar-row-item-data .event-indicator{position:absolute;top:-1.5px;right:-1.5px;width:0;height:0;height:3px;width:3px;border-radius:100%;background:var(--green-main)}.fixture-list-item{display:-ms-flex;display:flex;flex-direction:row;margin-top:16px}.fixture-list-item .participants{flex-grow:1;padding:8px}.fixture-list-item .participants .participant{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;padding:8px 16px 8px 8px}.fixture-list-item .participants .participant .image{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);flex-shrink:0;margin-right:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.fixture-list-item .participants .participant .image img{max-height:100%;max-width:100%;height:auto;width:auto}.fixture-list-item .participants .participant .name{flex-grow:1;color:var(--dark-1)}.fixture-list-item .score{font-weight:600;color:var(--dark-2);display:flex;flex-direction:row;align-items:center;padding:0 8px}.fixture-list-item .score__box-score-period{height:100%;display:flex;flex-direction:column;align-items:center}.fixture-list-item .score__box-score-period__item{flex-grow:1;padding:8px;display:flex;align-items:center;justify-content:center;font-weight:400}.fixture-list-item .score__box-score-period__item.bold{font-weight:600}.fixture-list-item .datetime{width:25%;flex-shrink:0;display:-ms-flex;display:flex;flex-direction:column;-ms-align-items:center;align-items:center;justify-content:center;border-left:1px solid var(--light-2);font-family:var(--nhg-display);font-weight:700;color:var(--dark-4);letter-spacing:.4px}.fixture-list-item .datetime .date{margin-bottom:4px}.home-page .show-more-container{display:flex;align-items:center;justify-content:center;padding-bottom:32px}.home-page .show-more-container .show-more-button{width:88px}.app-notification{height:16px;padding-left:8px;padding-right:8px;border-radius:8px;background:var(--red-main);color:var(--light-1);display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;font-size:10px}.mobile-landing-page__wrapper{height:100%;width:100%;overflow:hidden;position:relative}.mobile-landing-page{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-left:24px;padding-right:24px}.mobile-landing-page__logo{padding-top:24px;grid-column-start:1;grid-column-end:5}.mobile-landing-page__logo img{height:4.44vw}.mobile-landing-page__primary{grid-column-start:1;grid-column-end:5;font-size:5.55vw;margin-top:32px;font-weight:700;font-family:var(--nhg-display);color:var(--dark-1)}.mobile-landing-page__secondary{grid-column-start:1;grid-column-end:5;font-family:var(--nhg);font-weight:400;font-size:3.33vw;color:var(--dark-4);line-height:1.5em}.mobile-landing-page__secondary__p{margin-top:24px}.mobile-landing-page__cta{height:8.88vw;background:var(--blue-main);border-radius:2px;margin-top:40px;display:flex;align-items:center;font-family:var(--nhg-display);font-weight:700;color:var(--light-1);padding-left:4.44vw;padding-right:4.44vw;width:29.72vw;box-shadow:var(--elevation-primary);-webkit-clip-path:polygon(0 0,100% 0,89.458% 100%,0 100%);clip-path:polygon(0 0,100% 0,89.458% 100%,0 100%);font-size:3.33vw}.mobile-landing-page__graphic{position:absolute;top:30vh;right:0;width:200%;-webkit-transform:rotate(-66.37deg);transform:rotate(-66.37deg);-webkit-transform-origin:top right;transform-origin:top right;pointer-events:none}.mobile-landing-page__graphic__blue{background:var(--blue-darker);height:40vh;box-shadow:0 0 3px rgba(5,142,230,.4);z-index:3}.mobile-landing-page__graphic__dark-green{background:var(--green-darker);height:16px;box-shadow:0 0 3px rgba(55,206,24,.4);z-index:2}.mobile-landing-page__graphic__green{background:var(--green-main);height:16px;box-shadow:0 0 3px rgba(99,234,71,.4);z-index:1}.mobile-landing-page__logo-bottom{position:absolute;bottom:40px;right:24px;height:4.44vw;z-index:4}.organization-page-mobile{height:100%;width:100%;overflow-x:hidden;overflow-y:auto;position:relative;padding-top:48px}.organization-page-mobile__nav{position:fixed;top:0;width:100%;height:48px;background:#fff;box-shadow:0 0 4px 1px rgba(40,41,61,.08);padding-right:16px;z-index:4;display:flex;flex-direction:row;align-items:center}.organization-page-mobile__nav__back-btn{height:48px;width:48px;display:flex;align-items:center;justify-content:center}.organization-page-mobile__nav__content{font-weight:600;color:var(--dark-1);font-family:var(--nhg-display);display:flex;flex-direction:row;align-items:center}.organization-page-mobile__nav__content__img{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);margin-right:12px;overflow:hidden}.organization-page-mobile__cover{height:16.66vw;background:var(--blue-subtle);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.organization-page-mobile__cover img{width:100%;max-height:100%}.organization-page-mobile__header{background:#fff;padding:16px;display:flex;flex-direction:row;align-items:center;z-index:3;position:relative}.organization-page-mobile__header__image{height:72px;width:72px;background:var(--blue-subtle);border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.organization-page-mobile__header__image img{height:100%}.organization-page-mobile__header__desc{padding-left:16px}.organization-page-mobile__header__desc__primary{font-family:var(--nhg-display);font-weight:700;font-size:14px;color:var(--dark-2)}.organization-page-mobile__header__desc__secondary{font-family:var(--nhg);font-weight:400;font-size:12px;color:var(--dark-4);margin-top:2px}.organization-page-mobile__header .follow-button{height:24px;margin-top:8px;font-size:10px;width:100px}.organization-page-mobile__tabs{display:flex;flex-direction:row;height:40px;background:var(--light-1);border-top:1px solid var(--light-2);overflow-x:auto;overflow-y:hidden;padding-left:16px;box-shadow:var(--elevation-mobile);z-index:2;position:relative;position:-webkit-sticky;position:sticky;top:-2px}.organization-page-mobile__tabs__tab{height:100%;display:flex;flex-direction:row;align-items:center;color:var(--dark-4);margin-right:24px;font-size:10px}.organization-page-mobile__tabs__tab.active{font-weight:600;color:var(--dark-2);border-bottom:2px solid var(--blue-main)}.follow-button .show-on-hover,.follow-button:hover .hide-on-hover{display:none}.follow-button.secondary:hover{border-color:var(--red-main)}.follow-button:hover .show-on-hover{display:block;color:var(--red-main)}.edit-profile-name__wrapper{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.edit-profile-name{width:320px}.edit-profile-name__header{font-weight:600;font-family:var(--nhg-display);font-size:16px;color:var(--dark-2);display:flex;flex-direction:row;border-bottom:1px solid var(--light-2);padding:12px 16px}.edit-profile-name__header__dismiss{stroke:var(--dark-4);cursor:pointer;margin-left:auto}.edit-profile-name__header__dismiss__icon{height:14px}.edit-profile-name__form__group{padding:8px 16px}.edit-profile-name__form__group__label{font-size:10px;font-family:var(--nhg-display);font-weight:600;color:var(--dark-2);margin-bottom:4px}.edit-profile-name__form__group__input{height:32px;width:100%;outline:none;border:1px solid var(--light-3);border-radius:4px;padding-left:8px}.edit-profile-name__form__group__input:focus{border-color:var(--blue-main)}.edit-profile-name__form__submit{padding:12px 16px 16px}.edit-profile-name__form__submit__btn{border:none;width:100%}.photos-summary-mobile{padding:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.photos-summary-mobile__header{display:flex;flex-direction:row}.photos-summary-mobile__header__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.photos-summary-mobile__header__link{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--blue-main);margin-left:auto}.photos-summary-mobile__body{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:4px;margin-top:12px}.photos-summary-mobile__body__image{background:var(--dark-1);margin-bottom:4px;display:flex;align-items:center;justify-content:center;overflow:hidden}.photos-summary-mobile__body__image img{max-width:100%;max-height:100%;width:auto;height:auto}.videos-summary-mobile{padding:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.videos-summary-mobile__header{display:flex;flex-direction:row}.videos-summary-mobile__header__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.videos-summary-mobile__header__link{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--blue-main);margin-left:auto}.videos-summary-mobile__body{margin-top:12px;background:var(--dark-1);position:relative}.videos-summary-mobile__body .video{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.videos-summary-mobile__body .video video{height:100%}.organization-overview__about{padding:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.organization-overview__about__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-2);display:flex;flex-direction:row;align-items:center}.organization-overview__about__desc{margin-top:10px;font-family:var(--nhg);font-weight:400;font-size:12px;line-height:18px;color:var(--dark-2)}.organization-overview__about__tags{margin-top:12px;display:flex;flex-direction:row;flex-wrap:wrap}.organization-overview__about__tags__tag{height:20px;border-radius:4px;background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;padding-left:8px;padding-right:8px;margin-right:12px;margin-bottom:8px;font-family:var(--nhg-display);font-weight:600;font-size:10px;letter-spacing:.2px;color:var(--blue-main)}.organization-overview__about__tags__tag.edit{background:var(--orange-subtle);color:var(--orange-main)}.modal-form-mobile__body__categories-list{display:flex;flex-direction:row;padding:16px;flex-wrap:wrap}.modal-form-mobile__body__categories-list__item{height:20px;border-radius:4px;background:var(--light-2);display:flex;align-items:center;justify-content:center;padding-left:8px;padding-right:8px;margin-right:16px;margin-bottom:16px;font-family:var(--nhg-display);font-weight:600;font-size:10px;letter-spacing:.2px;color:var(--dark-4)}.modal-form-mobile__body__categories-list__item.selected{background:var(--blue-main);color:var(--light-2)}.organization-overview__interaction{background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);display:flex;flex-direction:row;height:56px}.organization-overview__interaction__item{width:33.33%;flex-shrink:0;border-right:1px solid var(--light-2);display:flex;flex-direction:column;align-items:center;justify-content:center}.organization-overview__interaction__item:last-child{border-right:none}.organization-overview__interaction__item__value{font-family:var(--nhg-display);font-weight:700;font-size:16px;color:var(--dark-2)}.organization-overview__interaction__item__label{font-family:var(--nhg-display);font-weight:500;font-size:12px;color:var(--dark-4);margin-top:2px}.app-party-list-mobile-container{display:flex;align-items:center;justify-content:center;height:100%;width:100%;overflow:hidden}.app-party-list-mobile{background:#fff;width:90%;border-radius:8px;height:90%;display:flex;flex-direction:column}.app-party-list-mobile__header{display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid var(--light-3);flex-shrink:0}.app-party-list-mobile__header__title{font-weight:600;font-family:var(--nhg-display);font-size:16px;padding-top:16px;padding-bottom:16px;color:var(--dark-2)}.app-party-list-mobile__header__dismiss{position:absolute;right:8px;stroke:var(--dark-4);cursor:pointer}.app-party-list-mobile__header__dismiss__icon{height:14px}.app-party-list-mobile__body{flex-grow:1;overflow:auto}.app-party-list-mobile__body__item{display:flex;flex-direction:row;align-items:center;padding:16px;border-bottom:1px solid var(--light-2)}.app-party-list-mobile__body__item__image{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;margin-right:16px;display:flex;align-items:center;justify-content:center;border:1px solid var(--light-2);overflow:hidden}.app-party-list-mobile__body__item__image img{width:100%}.app-party-list-mobile__body__item__desc{margin-right:auto;color:var(--dark-2)}.app-party-list-mobile__body__item__desc__primary{font-weight:600}.app-party-list-mobile__body__item__desc__secondary{color:var(--dark-4)}.app-party-list-mobile__body__item--show-more{display:flex;align-items:center;justify-content:center;height:32px;font-family:var(--nhg-display);font-weight:700;color:var(--dark-3);cursor:pointer}.organization-overview-mobile{padding-left:16px;padding-right:16px}.organization-overview-mobile__about-wrapper,.organization-overview-mobile__events-wrapper,.organization-overview-mobile__interaction-wrapper,.organization-overview-mobile__photos-wrapper,.organization-overview-mobile__videos-wrapper{margin-top:12px}.organization-events-mobile{padding-left:16px;padding-right:16px}.organization-events-mobile .show-more-container{padding-top:40px;padding-bottom:40px;display:flex;align-items:center;justify-content:center}.organization-photos-mobile{padding-left:16px;padding-right:16px}.organization-videos-mobile .show-more-container{padding-top:40px;padding-bottom:40px;display:flex;align-items:center;justify-content:center}.organization-posts-mobile .app-post-card{margin-top:12px}.organization-posts-mobile .show-more-container{padding-top:40px;padding-bottom:40px;display:flex;align-items:center;justify-content:center}.organization-record-mobile{margin:16px;display:flex;flex-direction:row;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.organization-record-mobile__meta{width:50%;display:flex;flex-direction:column;border-right:1px solid var(--light-2)}.organization-record-mobile__meta__title{font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.organization-record-mobile__meta__highlight{padding:16px;margin-top:auto}.organization-record-mobile__meta__highlight__value{font-family:var(--nhg-display);font-weight:700;font-size:24px;color:var(--dark-1)}.organization-record-mobile__meta__highlight__label{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);margin-top:8px}.organization-record-mobile__items{width:50%;padding:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:16px}.organization-record-mobile__items__item{display:flex;flex-direction:column;align-items:center}.organization-record-mobile__items__item__value{font-family:var(--nhg-display);font-weight:700;color:var(--dark-1);margin-bottom:8px}.organization-record-mobile__items__item__graph{height:120px}.organization-record-mobile__items__item__graph__track{height:100%;width:8px;background:var(--light-3);border-radius:4px;overflow:hidden;display:flex;flex-direction:row;align-items:flex-end}.organization-record-mobile__items__item__graph__fill{width:8px;height:50%;border-radius:4px;background:linear-gradient(75.26deg,#78c9fc 18.6%,#63ea47)}.organization-record-mobile__items__item__label{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);margin-top:8px}.organization-form-mobile{margin:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.organization-form-mobile__title{font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.organization-form-mobile__items,.organization-form-mobile__title{grid-column-start:1;grid-column-end:5}.organization-form-mobile__items__item{display:flex;flex-direction:row;align-items:center;margin-bottom:16px}.organization-form-mobile__items__item__meta{display:flex;flex-direction:row;align-items:center;flex-grow:1;padding-left:16px}.organization-form-mobile__items__item__meta__image{height:40px;width:40px;border-radius:8px;background:var(--blue-subtle);margin-right:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.organization-form-mobile__items__item__meta__image img{max-width:100%;max-height:100%;height:auto;width:auto}.organization-form-mobile__items__item__meta__text__primary{font-weight:700;color:var(--dark-1)}.organization-form-mobile__items__item__meta__text__secondary{font-weight:400;color:var(--dark-4);font-size:10px;margin-top:2px}.organization-form-mobile__items__item__result{width:25%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--nhg-display)}.organization-form-mobile__items__item__result__text{font-weight:700}.organization-form-mobile__items__item__result__text.green{color:var(--green-main)}.organization-form-mobile__items__item__result__text.orange{color:var(--orange-main)}.organization-form-mobile__items__item__result__text.red{color:var(--red-main)}.vertical-text-container{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);justify-content:flex-start}.vertical-text-container,.vertical-text-container__text{position:absolute;display:flex;flex-direction:row;align-items:flex-end}.vertical-text-container__text{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:0}.vertical-text-container__text.blue{color:rgba(19,160,250,.48);margin-bottom:6px;margin-left:4px}.vertical-text-container__text.green{color:rgba(99,234,71,.24)}.profile-page-mobile{height:100%;width:100%;overflow-x:hidden;overflow-y:auto;position:relative;padding-top:48px}.profile-page-mobile__nav{position:fixed;top:0;width:100%;height:48px;background:#fff;box-shadow:0 0 4px 1px rgba(40,41,61,.08);z-index:4;display:flex;flex-direction:row;align-items:center}.profile-page-mobile__nav__back-btn{height:48px;width:48px;display:flex;align-items:center;justify-content:center}.profile-page-mobile__nav__align-right{margin-left:auto}.profile-page-mobile__nav__content{font-weight:600;color:var(--dark-1);font-family:var(--nhg-display);display:flex;flex-direction:row;align-items:center}.profile-page-mobile__nav__content__img{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);margin-right:12px;overflow:hidden}.profile-page-mobile__cover{background:var(--blue-subtle)}.profile-page-mobile__cover,.profile-page-mobile__cover__pressable{height:16.66vw;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.profile-page-mobile__cover img{width:100%;max-height:100%}.profile-page-mobile__cover__edit-btn{position:absolute;right:6px;bottom:6px;height:20px;width:20px;display:flex;align-items:center;justify-content:center;fill:var(--orange-main);margin-left:16px;background:var(--orange-subtle);border-radius:4px}.profile-page-mobile__cover__edit-btn .icon{height:10px}.profile-page-mobile__header{background:#fff;padding:16px;display:flex;flex-direction:row;align-items:center;z-index:3;position:relative}.profile-page-mobile__header__image{background:var(--blue-subtle)}.profile-page-mobile__header__image,.profile-page-mobile__header__image__pressable{height:72px;width:72px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.profile-page-mobile__header__image img{height:100%}.profile-page-mobile__header__desc{padding-left:16px}.profile-page-mobile__header__desc__primary{font-family:var(--nhg-display);font-weight:700;font-size:14px;color:var(--dark-2)}.profile-page-mobile__header__desc__secondary{font-family:var(--nhg);font-weight:400;font-size:12px;color:var(--dark-4);margin-top:2px}.profile-page-mobile__header .follow-button{height:24px;margin-top:8px;font-size:10px;min-width:100px}.profile-page-mobile__tabs{display:flex;flex-direction:row;height:40px;background:var(--light-1);border-top:1px solid var(--light-2);overflow-x:auto;overflow-y:hidden;padding-left:16px;box-shadow:0 0 4px 1px rgba(40,41,61,.08);z-index:2;position:relative;position:-webkit-sticky;position:sticky;top:-2px}.profile-page-mobile__tabs__tab{height:100%;display:flex;flex-direction:row;align-items:center;color:var(--dark-4);margin-right:24px;font-size:10px;flex-shrink:0}.profile-page-mobile__tabs__tab.active{font-weight:600;color:var(--dark-2);border-bottom:2px solid var(--blue-main)}.profile-page-mobile__nav .account-button-menu{background:#fff;box-shadow:var(--elevation-6);margin-top:10px;border-radius:8px;overflow:hidden;z-index:5;position:relative}.profile-page-mobile__nav .account-button-menu-item{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-3);padding:8px 12px;cursor:pointer;transition:all .2s ease-out}.profile-page-mobile__nav .account-button-menu-item .icon{margin-right:12px}.profile-page-mobile__nav .account-button-menu-icon{stroke:var(--light-4);height:20px;margin-top:2px}.profile-overview-mobile__about{padding:12px 12px 24px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.profile-overview-mobile__about__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.profile-overview-mobile__about__groups__group{margin-top:12px}.profile-overview-mobile__about__groups__group.row{display:flex;flex-direction:row;align-items:center}.profile-overview-mobile__about__groups__group__key{font-weight:600;color:var(--dark-2);font-family:var(--nhg-display);display:flex;flex-direction:row;align-items:center}.profile-overview-mobile__about__groups__group.row .profile-overview-mobile__about__groups__group__value{margin-left:auto}.profile-overview-mobile__about__groups__group__value.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:16px}.profile-overview-mobile__about__groups__group__value .chip{display:flex;flex-direction:row;align-items:center;margin-top:16px;box-shadow:var(--elevation-2);border-radius:4px;overflow:hidden}.profile-overview-mobile__about__groups__group__value .chip .icon{height:24px;width:24px;background:var(--blue-main);flex-shrink:0;display:flex;align-items:center;justify-content:center}.profile-overview-mobile__about__groups__group__value .chip .icon .sports-icon-svg{fill:#fff;height:16px}.profile-overview-mobile__about__groups__group__value .chip .desc{flex-grow:1;text-align:center;font-size:10px;font-weight:600;color:var(--dark-3)}.profile-overview-mobile__about__groups__group__edit-btn{height:20px;width:20px;display:flex;align-items:center;justify-content:center;fill:var(--orange-main);margin-left:16px;background:var(--orange-subtle);border-radius:4px}.profile-overview-mobile__about__groups__group__edit-btn__icon{height:10px}.profile-overview-mobile__events{padding:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.profile-overview-mobile__events__header{display:flex;flex-direction:row;align-items:center}.profile-overview-mobile__events__header__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.profile-overview-mobile__events__header__link{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--blue-main);margin-left:auto}.profile-overview-mobile__events__list__item{margin-top:16px;display:flex;flex-direction:row}.profile-overview-mobile__events__list__item__image{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;margin-right:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-overview-mobile__events__list__item__image img{max-width:100%;max-height:100%;height:auto;width:auto}.profile-overview-mobile__events__list__item__desc__primary{font-weight:600;line-height:20px;color:var(--dark-1)}.profile-overview-mobile__events__list__item__desc__secondary{color:var(--dark-4)}.profile-overview__interaction{background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);display:flex;flex-direction:row;height:56px}.profile-overview__interaction__item{width:33.33%;flex-shrink:0;border-right:1px solid var(--light-2);display:flex;flex-direction:column;align-items:center;justify-content:center}.profile-overview__interaction__item:last-child{border-right:none}.profile-overview__interaction__item__value{font-family:var(--nhg-display);font-weight:700;font-size:16px;color:var(--dark-2)}.profile-overview__interaction__item__label{font-family:var(--nhg-display);font-weight:500;font-size:12px;color:var(--dark-4);margin-top:2px}.profile-overview-mobile__pages{padding:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.profile-overview-mobile__pages__header{display:flex;flex-direction:row;align-items:center}.profile-overview-mobile__pages__header__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.profile-overview-mobile__pages__header__link{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--blue-main);margin-left:auto}.profile-overview-mobile__pages__list__item{margin-top:16px;display:flex;flex-direction:row}.profile-overview-mobile__pages__list__item__image{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;margin-right:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-overview-mobile__pages__list__item__image img{max-width:100%;max-height:100%;height:auto;width:auto}.profile-overview-mobile__pages__list__item__desc__primary{font-weight:600;line-height:20px;color:var(--dark-1)}.profile-overview-mobile__pages__list__item__desc__secondary{color:var(--dark-4)}.profile-overview-mobile{padding-left:16px;padding-right:16px}.profile-overview-mobile__about-wrapper,.profile-overview-mobile__claim-wrapper,.profile-overview-mobile__events-wrapper,.profile-overview-mobile__interaction-wrapper,.profile-overview-mobile__pages-wrapper,.profile-overview-mobile__photos-wrapper,.profile-overview-mobile__videos-wrapper{margin-top:12px}.profile-overview{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px;padding-bottom:54px}.profile-overview .left-column{grid-column-start:1;grid-column-end:9}.profile-overview .profile-activity-card{margin-top:32px;padding:16px}.profile-overview .profile-posts{margin-top:32px}.profile-overview .profile-overview-posts .feed-item-card{margin-top:24px}.profile-overview .feed-item-card{font-family:"Inter",sans-serif;padding:16px}.profile-overview .feed-item-card .head{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;margin-bottom:16px}.profile-overview .feed-item-card .head .avatar{height:36px;width:36px;background:var(--blue-subtle);margin-right:16px;border-radius:8px}.profile-overview .feed-item-card .head .meta{flex-grow:1}.profile-overview .feed-item-card .head .meta .primary{font-weight:700;color:var(--dark-1)}.profile-overview .feed-item-card .head .meta .secondary{color:var(--dark-4)}.profile-overview .feed-item-card .text{line-height:19px}.profile-overview .feed-item-card .media{margin-top:16px}.profile-overview .feed-item-card .foot{border-top:1px solid var(--light-2);margin-top:16px;padding-top:16px}.profile-overview .feed-item-card .foot,.profile-overview .feed-item-card .foot .option{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.profile-overview .feed-item-card .foot .option{justify-content:center}.profile-overview .feed-item-card .foot .option .value{margin-left:8px}.profile-overview .feed-item-card .foot .options-right{margin-left:auto}.profile-overview .feed-item-card .media .image-placeholder{width:100%;height:400px;background:var(--blue-subtle);border-radius:8px}.profile-overview .right-column{grid-column-start:9;grid-column-end:13}.profile-overview .right-column .app-card{margin-top:32px}.app-activity-container{display:-ms-flex;display:flex;flex-direction:row}.app-activity-container .days{padding-top:16px;width:24px;font-size:8px}.app-activity-container .days .day{height:8px;margin-bottom:4px}.app-activity-container .weeks{flex-grow:1;display:-ms-flex;display:flex;flex-direction:row;overflow:auto}.app-activity-container .weeks .column{margin-right:4px}.app-activity-container .weeks .column .month{height:16px;font-size:8px;width:8px;overflow:visible}.app-activity-container .weeks .column .cell{height:8px;width:8px;background:var(--blue-subtlest);margin-bottom:4px}.profile-overview-organizations-card{padding:16px}.profile-overview-organizations-card .card-title{font-weight:600;color:var(--dark-4);display:flex;align-items:center}.profile-overview-organizations-card .card-title .card-title-link{margin-left:auto;color:var(--blue-main);cursor:pointer}.profile-overview-organizations-card .profile-orgs-summary-list .profile-orgs-summary-list-item{margin-top:16px;display:flex;flex-direction:row}.profile-overview-organizations-card .profile-orgs-summary-list .profile-orgs-summary-list-item .image{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;margin-right:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-overview-organizations-card .profile-orgs-summary-list .profile-orgs-summary-list-item .image img{width:100%}.profile-overview-organizations-card .profile-orgs-summary-list-item .desc .primary-text{font-weight:600;line-height:20px;color:var(--dark-1)}.profile-overview-organizations-card .profile-orgs-summary-list-item .desc .secondary-text{color:var(--dark-4)}.profile-overview-gallery-card{margin-top:32px}.profile-overview-gallery-card .card-title{font-weight:600;color:var(--dark-4);display:flex;flex-direction:row;align-items:center;padding:16px 16px 0}.profile-overview-gallery-card .card-title .card-title-link{margin-left:auto;color:var(--blue-main);cursor:pointer}.profile-overview-gallery-card .gallery-grid{grid-column-gap:8px;grid-template-rows:repeat(2,72px);grid-row-gap:8px}.profile-overview-gallery-card .profile-overview-gallery-card-footer{cursor:pointer}.profile-overview-participation-card{padding:16px}.profile-overview-participation-card .card-title{font-weight:600;color:var(--dark-4);display:flex;flex-direction:row;align-items:center}.profile-overview-participation-card .profile-overview-participation-card-list .profile-overview-participation-card-list-item{margin-top:16px;display:flex;flex-direction:row}.profile-overview-participation-card .profile-overview-participation-card-list .profile-overview-participation-card-list-item .image{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;margin-right:16px;display:flex;align-items:center;justify-content:center}.profile-overview-participation-card .profile-overview-participation-card-list .profile-overview-participation-card-list-item .image img{width:100%}.profile-overview-participation-card .profile-overview-participation-card-list .profile-overview-participation-card-list-item .desc .primary-text{font-weight:600;line-height:20px;color:var(--dark-1)}.profile-overview-participation-card .profile-overview-participation-card-list .profile-overview-participation-card-list-item .desc .secondary-text{color:var(--dark-4)}.profile-overview-participation-card .card-title .card-title-link{color:var(--blue-main);margin-left:auto;cursor:pointer}.profile-overview-posts{margin-top:32px}.profile-overview-posts .app-post-card{margin-bottom:32px}.profile-overview-posts .show-more-container{display:flex;align-items:center;justify-content:center;padding-bottom:32px}.profile-overview-posts .show-more-container .show-more-button{width:104px}.profile-posts{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px}.profile-posts .app-post-card{margin-bottom:32px}.profile-posts .card-section{margin-top:32px}.profile-posts .card-section .card-section-title{padding-left:16px;padding-right:16px;margin-bottom:12px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.profile-posts .left-column{grid-column-start:1;grid-column-end:9}.profile-posts .profile-activity-card{margin-top:32px;padding:16px}.profile-posts .profile-posts-list{margin-top:32px}.profile-posts .profile-posts-list .feed-item-card{margin-top:24px}.profile-posts .feed-item-card{font-family:"Inter",sans-serif;padding:16px}.profile-posts .feed-item-card .head{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;margin-bottom:16px}.profile-posts .feed-item-card .head .avatar{height:36px;width:36px;background:var(--blue-subtle);margin-right:16px;border-radius:8px}.profile-posts .feed-item-card .head .meta{flex-grow:1}.profile-posts .feed-item-card .head .meta .primary{font-weight:700;color:var(--dark-1)}.profile-posts .feed-item-card .head .meta .secondary{color:var(--dark-4)}.profile-posts .feed-item-card .text{line-height:19px}.profile-posts .feed-item-card .media{margin-top:16px}.profile-posts .feed-item-card .foot{border-top:1px solid var(--light-2);margin-top:16px;padding-top:16px}.profile-posts .feed-item-card .foot,.profile-posts .feed-item-card .foot .option{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.profile-posts .feed-item-card .foot .option{justify-content:center}.profile-posts .feed-item-card .foot .option .value{margin-left:8px}.profile-posts .feed-item-card .foot .options-right{margin-left:auto}.profile-posts .feed-item-card .media .image-placeholder{width:100%;height:400px;background:var(--blue-subtle);border-radius:8px}.profile-posts .right-column{grid-column-start:9;grid-column-end:13}.profile-posts .right-column .app-card{margin-top:32px;padding:16px}.profile-posts .no-posts-container{display:flex;flex-direction:column;width:50%;padding-top:32px}.profile-posts .no-posts-container .text{font-size:16px;color:var(--dark-4)}.profile-posts .show-more-container{display:flex;align-items:center;justify-content:center;padding-bottom:32px}.profile-posts .show-more-container .show-more-button{width:104px}.profile-events{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px}.profile-events .card-section{margin-top:32px}.profile-events .card-section .card-section-title{margin-bottom:16px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;border-bottom:1px solid var(--light-4);padding-bottom:12px}.profile-events .card-section .card-section-title .reset{margin-left:auto;color:var(--red-lighter)}.profile-events .left-column{grid-column-start:1;grid-column-end:9}.profile-events .right-column{grid-column-start:9;grid-column-end:13}.profile-events .right-column .app-card{margin-top:32px;padding:16px}.profile-events .profile-events-list{margin-top:32px}.profile-events .filter-group{margin-bottom:24px}.profile-events.filter-group .filter-group-title{font-weight:700;color:var(--dark-2);margin-bottom:8px}.profile-events .filter-group .filter-group-input .app-input .input-wrapper{background:#fff}.profile-events .filter-group .filter-group-applied{display:flex;flex-direction:row;flex-wrap:wrap}.profile-events .filter-group .filter-group-applied .app-chip{margin-right:12px;margin-top:12px;cursor:pointer;background:var(--blue-main);color:var(--light-1);padding-right:4px}.profile-events .no-events-container{display:flex;flex-direction:column;width:50%;padding-top:32px}.profile-events .no-events-container .text{font-size:16px;color:var(--dark-4)}.profile-events .no-events-container .link{font-size:16px;color:var(--blue-main);margin-top:8px;cursor:pointer}.profile-events .show-more-container{display:flex;align-items:center;justify-content:center;padding-bottom:32px}.profile-events .show-more-container .show-more-button{width:104px}.events-card{padding:0;overflow:hidden}.events-card .header{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;padding:16px 16px 12px 24px}.events-card .header .text{font-size:20px;font-weight:700;font-family:var(--nhg-display);color:var(--dark-2);margin-left:16px}.events-card .info{margin-left:24px;margin-right:40px;color:var(--dark-3)}.events-card .info p{margin:0 0 16px;line-height:19px}.events-card .user-events{padding-top:16px;padding-bottom:24px;border-top:1px solid var(--light-2)}.events-card .user-events .app-events-calendar-header{padding-left:24px;padding-right:24px}.events-card .user-events .app-events-calendar-calendar{padding-left:12px;padding-right:12px}.events-card .calendar-fixture-list{padding-left:16px;padding-right:16px}.events-card .calendar-fixture-list .calendar-fixture-list-item{display:-ms-flex;display:flex;flex-direction:row;margin-top:16px}.events-card .calendar-fixture-list .calendar-fixture-list-item .participants{flex-grow:1}.events-card .calendar-fixture-list .calendar-fixture-list-item .participants .participant{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;padding:8px 16px 8px 8px}.events-card .calendar-fixture-list .calendar-fixture-list-item .participants .participant .image{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);flex-shrink:0;margin-right:16px;overflow:hidden}.events-card .calendar-fixture-list .calendar-fixture-list-item .participants .participant .name{flex-grow:1;color:var(--dark-1)}.events-card .calendar-fixture-list .calendar-fixture-list-item .participants .participant .score{font-weight:600;color:var(--dark-2)}.events-card .calendar-fixture-list .calendar-fixture-list-item .datetime{width:25%;display:-ms-flex;display:flex;flex-direction:column;-ms-align-items:center;align-items:center;justify-content:center;border-left:1px solid var(--light-2);font-family:var(--nhg-display);font-weight:700;color:var(--dark-4);letter-spacing:.4px}.events-card .calendar-fixture-list .calendar-fixture-list-item .datetime .date{margin-bottom:4px}.event-item-card{padding:16px;margin-bottom:24px}.event-item-card .head{display:-ms-flex;display:flex;flex-direction:row}.event-item-card .head .image{height:44px;width:44px;border-radius:8px;background:var(--blue-subtle);display:-ms-flex;display:flex;flex-direction:column;-ms-align-items:center;align-items:center;justify-content:center;overflow:hidden}.event-item-card .head .image.black{background:#000}.event-item-card .head .image img{width:100%}.event-item-card .head .date-wrapper{margin-left:auto;display:flex;flex-direction:row;border-radius:4px;background:var(--blue-subtle);height:44px}.event-item-card .head .date{height:44px;width:32px;display:-ms-flex;display:flex;flex-direction:column;-ms-align-items:center;align-items:center;justify-content:center;margin-left:auto}.event-item-card .head .date .month{font-weight:400;letter-spacing:.6px;font-size:8px;line-height:10px;color:var(--blue-lighter)}.event-item-card .head .date .calendar-placeholder-icon{stroke:var(--light-4);height:14px;margin-top:4px}.event-item-card .head .date .day{font-size:14px;font-weight:600;line-height:16px;margin-top:2px;color:var(--blue-lighter)}.event-item-card .head .date .day.placeholder{color:var(--light-4);font-size:8px}.event-item-card .head .meta{padding-left:16px}.event-item-card .head .meta .primary{font-size:16px;font-weight:700;color:var(--dark-2);line-height:22px;font-family:var(--nhg-display)}.event-item-card .head .options{margin-left:auto}.event-item-card .head .meta .secondary{font-size:12px;font-weight:400;color:var(--dark-4);display:flex;flex-direction:row;align-items:center;margin-top:4px}.event-item-card .head .meta .secondary .icon{display:flex;align-items:center;justify-content:center;width:12px;margin-right:4px}.event-item-card .head .meta .secondary .icon .meta-icon{stroke:var(--light-4);height:14px}.event-item-card .event-item-card-body{display:-ms-flex;display:flex;flex-direction:column}.event-item-card .event-item-card-body .image{height:160px;background:var(--blue-subtle);border-radius:8px;margin-top:16px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.event-item-card .event-item-card-body .image img{width:100%}.event-item-card .event-item-card-body .image .overlay{height:100%;width:100%;position:absolute;left:0;top:0;background:#022e4b;z-index:0;opacity:.01}.event-item-card .event-item-card-body .blurb{margin-top:16px}.event-item-card .foot{margin-top:16px;padding-top:16px;border-top:1px solid var(--light-2);display:-ms-flex;display:flex;flex-direction:row}.event-item-card .foot .followers{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.event-item-card .foot .followers .follower{width:32px;margin-right:8px;color:var(--blue-darkest);color:var(--blue-lighter);overflow:hidden}.event-item-card .foot .followers .follower,.event-item-card .foot .followers .more{height:32px;border-radius:4px;background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:10px;cursor:pointer}.event-item-card .foot .followers .more{padding-left:12px;padding-right:12px;margin-right:16px;color:var(--blue-lighter)}.event-item-card .foot .organizedBy{display:-ms-flex;display:flex;flex-direction:row;margin-left:auto;height:32px;-ms-align-items:center;align-items:center;cursor:pointer}.event-item-card .foot .organizedBy .desc{text-align:right;color:var(--dark-3);font-size:10px}.event-item-card .foot .organizedBy .desc .primary{font-weight:700}.event-item-card .foot .organizedBy .desc .secondary{font-weight:100}.event-item-card .foot .organizedBy .image{height:32px;width:32px;border-radius:4px;background:var(--blue-subtle);margin-left:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.event-item-card .foot .organizedBy .image.black{background:#000}.event-item-card .foot .organizedBy .image img{width:100%}.events-page .create-prompt{background:var(--blue-darker);padding:24px;color:var(--light-1);border-radius:8px;margin-bottom:32px}.events-page .create-prompt .illustration{display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;margin-bottom:16px;height:184px}.events-page .create-prompt .blurb{margin-bottom:16px;font-weight:700;text-align:center}.filter-input-menu .filter-input-menu-list-item{padding:8px 16px}.filter-input-menu .filter-input-menu-list-item:hover{cursor:pointer;background:var(--blue-subtle)}.dropdown-menu-wrapper{z-index:5}.app-chip{min-height:20px;border-radius:20px;box-shadow:var(--elevation-2);display:flex;flex-direction:row;align-items:center;justify-content:center;padding-left:12px;padding-right:12px;font-weight:600;font-size:10px}.profile-photos{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px;padding-bottom:48px;min-height:100%}.profile-photos .app-albums-card,.profile-photos .card-section,.profile-photos .photos-card{margin-top:32px}.profile-photos .card-section .card-section-title{margin-bottom:16px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;border-bottom:1px solid var(--light-4);padding-bottom:12px}.profile-photos .card-section .card-section-title .reset{margin-left:auto;color:var(--red-lighter)}.profile-photos .left-column{grid-column-start:1;grid-column-end:9}.profile-photos .right-column{grid-column-start:9;grid-column-end:13}.profile-photos .right-column .app-card{margin-top:32px;padding:16px}.profile-photos .profile-photos-gallery{margin-top:32px;display:-ms-flex;display:flex;flex-direction:row;flex-wrap:wrap}.profile-photos .profile-photos-gallery .profile-photos-gallery-item{width:33%;padding-right:24px}.profile-photos .profile-photos-gallery .profile-photos-gallery-item .profile-photos-gallery-image{height:200px;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;background:var(--blue-subtle);margin-bottom:24px;border-radius:8px;overflow:hidden}.profile-photos-gallery-image img{width:100%}.profile-photos .show-more-container{display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;padding-right:24px;margin-top:16px}.profile-photos .filter-group{margin-bottom:24px}.profile-photos .filter-group .filter-group-title{font-weight:700;color:var(--dark-2);margin-bottom:8px}.profile-photos .filter-group .filter-group-input .app-input .input-wrapper{background:#fff}.profile-photos .filter-group .filter-group-applied{display:flex;flex-direction:row;flex-wrap:wrap}.profile-photos .filter-group .filter-group-applied .app-chip{margin-right:12px;margin-top:12px;cursor:pointer;background:var(--blue-main);color:var(--light-1);padding-right:4px}.app-album-container__head{margin-top:32px;padding:16px;border-bottom:1px solid var(--light-3)}.app-album-container__head__link{margin-bottom:12px;color:var(--dark-4);cursor:pointer;display:flex;flex-direction:row;align-items:center;margin-left:-8px}.app-album-container__head__title{display:flex;flex-direction:row;align-items:center;font-weight:700;font-size:20px;color:var(--dark-2)}.app-album-container__head__title__icon{stroke:var(--dark-4);height:32px;width:32px;display:flex;align-items:center;justify-content:center}.app-album-container__head__title__text{font-weight:700;margin-bottom:12px}.app-album-container__head__meta{display:flex;flex-direction:row;align-items:center}.app-album-container__head__timestamp{color:var(--dark-4)}.app-album-container__head__add-photos-btn{margin-left:auto;cursor:pointer;color:var(--blue-main);font-weight:700}.app-album-container__head__delete-photos-btn{color:var(--red-lighter);margin-left:16px;cursor:pointer;font-weight:700}.app-album-container__body{padding:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:8px}.app-album-container__body__item{margin-bottom:8px;position:relative}.app-album-container__body__item__image{height:160px;background:#000;height:100%;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.app-album-container__body__item__image img{width:100%}.app-album-container__body__item__image .overlay{height:100%;width:100%;position:absolute;left:0;top:0;z-index:0}.app-album-container__body__item__image__options{position:absolute;top:4px;right:4px}.app-album-container__body__item__image__options__option{height:16px;width:16px;display:flex;align-items:center;justify-content:center;background:var(--red-main);border-radius:2px;cursor:pointer}.app-photo-browser{height:100%;width:100%;background:#fff;display:grid;grid-template-columns:repeat(24,minmax(0,1fr));grid-template-rows:100%}.app-photo-browser__image{grid-column-start:1;grid-column-end:18;background:#000;position:relative;height:100%;display:flex;align-items:center;justify-content:center;box-shadow:var(--elevation-6);overflow:hidden}.app-photo-browser__image__close{position:absolute;top:24px;left:24px;stroke:#fff;cursor:pointer;background:var(--dark-1);height:32px;width:32px;border-radius:100%;display:flex;align-items:center;justify-content:center}.app-photo-browser__image__close .icon{height:14px}.app-photo-browser__image__prev{position:absolute;height:32px;width:32px;border-radius:100%;display:flex;align-items:center;justify-content:center;background:var(--dark-1);top:calc(50% - 16px);left:24px;stroke:var(--dark-1);cursor:pointer}.app-photo-browser__image__prev .icon{stroke:#fff;height:16px}.app-photo-browser__image__next{position:absolute;height:32px;width:32px;border-radius:100%;display:flex;align-items:center;justify-content:center;background:var(--dark-1);top:calc(50% - 16px);right:24px;stroke:var(--dark-1);cursor:pointer}.app-photo-browser__image__next .icon{stroke:#fff;height:16px}.app-photo-browser__image img{max-width:100%;max-height:100%;width:auto;height:auto}.app-photo-browser__image video{width:100%}.app-photo-browser__info{grid-column-start:18;grid-column-end:25;display:flex;flex-direction:column;position:relative}.app-photo-browser__info__source{padding-bottom:16px;border-bottom:1px solid var(--light-3);flex-shrink:0;display:flex;flex-direction:row;padding-top:16px}.app-photo-browser__info__source img{width:100%}.app-photo-browser__info__source__image{height:32px;width:32px;border-radius:4px;background:var(--blue-subtle);flex-shrink:0;margin-right:16px;margin-left:16px;overflow:hidden}.app-photo-browser__info__source__text{display:flex;flex-direction:column;justify-content:center}.app-photo-browser__info__source__text__primary{font-weight:700}.app-photo-browser__info__source__text__secondary{color:var(--dark-4)}.app-photo-browser__info__source__fixture{display:grid;grid-template-columns:45% 10% 45%;width:100%}.app-photo-browser__info__source__fixture__team{display:flex;flex-direction:row;align-items:center}.app-photo-browser__info__source__fixture__team.away{justify-content:flex-end}.app-photo-browser__info__source__fixture__team__image{height:32px;width:32px;border-radius:4px;background:var(--blue-subtle);flex-shrink:0;margin-right:16px;margin-left:16px}.app-photo-browser__info__source__fixture__team__title{font-weight:700;flex-grow:1}.app-photo-browser__info__source__fixture__team.away .app-photo-browser__info__source__fixture__team__title{text-align:right}.app-photo-browser__info__source__fixture__team__score{font-weight:700}.app-photo-browser__info__source__fixture__seperator{display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:var(--dark-4);letter-spacing:1px}.app-photo-browser__info__description{padding:16px;flex-grow:1}.app-photo-browser__info__tags{border-top:1px solid var(--light-3);position:absolute;width:100%;bottom:48px;background:#fff;transition:all .2s ease-out;height:32px}.app-photo-browser__info__tags__summary{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%;cursor:pointer;background:var(--light-2)}.app-photo-browser__info__tags__summary .no-data-placeholder{font-weight:100;color:var(--dark-4)}.app-photo-browser__info__tags.expanded{height:calc(100% - 48px)}.app-photo-browser__info__tags__heading{display:flex;flex-direction:row;align-items:center;height:48px;padding-left:12px;padding-right:16px}.app-photo-browser__info__tags__heading__text{font-weight:700;display:flex;align-items:center;color:var(--dark-4)}.app-photo-browser__info__tags__heading__option{margin-left:auto;height:40px;width:40px;display:flex;align-items:center;justify-content:center}.app-photo-browser__info__tags__items{display:flex;flex-direction:row}.app-photo-browser__info__tags__items__item{font-weight:700;color:var(--blue-main);padding-left:4px}.app-photo-browser__info__tags__items__item:hover{text-decoration:underline}.app-photo-browser__info__tags__tabs{display:flex;flex-direction:row;border-bottom:1px solid var(--light-3)}.app-photo-browser__info__tags__tabs__tab{padding-left:16px;padding-right:16px;display:flex;justify-content:center;align-items:center;height:32px;font-weight:700;color:var(--dark-3)}.app-photo-browser__info__tags__list__item{display:flex;flex-direction:row;align-items:center;padding:16px;border-bottom:1px solid var(--light-2)}.app-photo-browser__info__tags__list__item__image{height:40px;width:40px;border-radius:4px;background:var(--blue-subtle);margin-right:16px}.app-photo-browser__info__tags__list__item__text__primary{font-weight:700;margin-bottom:2px}.app-photo-browser__info__tags__list__item__text__secondary{color:var(--dark-4);margin-bottom:2px}.app-photo-browser__info__tags__tabs__tab.selected{color:var(--blue-main);border-bottom:2px solid var(--blue-main)}.app-photo-browser__info__timestamp{padding-left:16px;padding-right:16px;color:var(--dark-4);display:flex;flex-direction:row;align-items:center}.app-photo-browser__info__options{height:48px;border-top:1px solid var(--light-3);display:flex;flex-direction:row;align-items:center;padding-left:16px}.app-photo-browser__info__options__option.right{margin-left:auto;font-size:10px}.app-photo-browser__info__options__option{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;cursor:pointer}.app-photo-browser__info__options__option .value{margin-left:0;font-weight:700;color:var(--dark-4)}.app-photo-browser__info__options__option__text{text-align:right}.app-photo-browser__info__options__option__text__primary{font-weight:700}.app-photo-browser__info__options__option__text__secondary{color:var(--dark-4)}.app-photo-browser__info__options__option__image{height:32px;width:32px;border-radius:4px;background:var(--blue-subtle);margin-left:16px;overflow:hidden}.app-photo-browser__info__options__option__image img{width:100%}.app-photo-browser__info__options__option__more{height:32px;width:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.photo-browser-fixture-source{margin-top:0}.photos-card__card-title{font-size:14px;font-weight:600;color:var(--dark-4);display:flex;flex-direction:row;padding-left:16px;padding-top:16px;padding-right:16px;align-items:center}.photos-card__card-title .add-photo-btn{margin-left:auto;color:var(--blue-main);cursor:pointer}.photos-card__gallery{margin-top:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:4px;padding-bottom:16px}.photos-card__gallery__gallery-item{margin-bottom:4px;cursor:pointer;position:relative}.photos-card__gallery__gallery-item__image{height:120px;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;background:#000;overflow:hidden;position:relative}.photos-card__gallery__gallery-item__image img{width:100%}.photos-card__gallery__gallery-item__image-options{position:absolute;top:4px;right:4px;opacity:0;pointer-events:none}.photos-card__gallery__gallery-item__image-options__option{height:16px;width:16px;display:flex;align-items:center;justify-content:center}.photos-card__gallery__gallery-item__image-options__option.delete{background:var(--red-main);border-radius:2px}.photos-card__gallery__gallery-item:hover .photos-card__gallery__gallery-item__image-options{opacity:1;pointer-events:all}.photos-card__show-more-container{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--dark-4);border-top:1px solid var(--light-2);padding-top:12px;padding-bottom:16px;cursor:pointer;height:48px}.app-albums-card__card-title{font-size:14px;font-weight:600;color:var(--dark-4);display:flex;flex-direction:row;padding:16px}.app-albums-card__card-title .add-album-btn{margin-left:auto;color:var(--blue-main);cursor:pointer}.app-albums-card__gallery{padding-left:16px;padding-right:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:16px}.app-albums-card__gallery__gallery-item{cursor:pointer;margin-bottom:16px}.app-albums-card__gallery__gallery-item__image{border-radius:4px;height:160px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--blue-subtle)}.app-albums-card__gallery__gallery-item__image.has-image{background:#000}.app-albums-card__gallery__gallery-item__image img{width:100%}.app-albums-card__gallery__gallery-item__desc{margin-top:8px;font-weight:700;font-size:14px}.add-album-form{display:flex;flex-direction:row;align-items:center;margin-left:auto}.add-album-form__input{height:16px;outline:none;border:none;border-bottom:1px solid var(--light-4);font-size:12px;padding-bottom:4px;width:200px}.add-album-form__option{height:16px;width:16px;display:flex;align-items:center;justify-content:center;margin-left:8px;cursor:pointer}.add-album-form__option__icon{height:14px}.add-album-form__option.success .add-album-form__option__icon{fill:var(--green-main)}.add-album-form__option.cancel .add-album-form__option__icon{stroke:var(--red-main)}.profile-videos{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px;padding-bottom:48px}.profile-videos .card-section{margin-top:32px}.profile-videos .card-section .card-section-title{margin-bottom:16px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;border-bottom:1px solid var(--light-4);padding-bottom:12px}.profile-videos .card-section .card-section-title .reset{margin-left:auto;color:var(--red-lighter)}.profile-videos .left-column{grid-column-start:1;grid-column-end:9}.profile-videos .right-column{grid-column-start:9;grid-column-end:13}.profile-videos .right-column .app-card{margin-top:32px;padding:16px}.profile-videos .profile-videos-gallery{margin-top:32px;display:-ms-flex;display:flex;flex-direction:row;flex-wrap:wrap}.profile-videos .profile-videos-gallery .profile-videos-gallery-item{width:33%;padding-right:24px}.profile-videos .profile-videos-gallery .profile-videos-gallery-item .profile-videos-gallery-image{height:200px;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;background:var(--blue-subtle);margin-bottom:24px;border-radius:8px;overflow:hidden}.profile-videos-gallery-image img{width:100%}.profile-videos .show-more-container{display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;padding-right:24px;background:var(--light-1);height:32px;border-radius:8px;font-weight:700;color:var(--dark-4);cursor:pointer}.profile-videos .filter-group{margin-bottom:24px}.profile-videos .filter-group .filter-group-title{font-weight:700;color:var(--dark-2);margin-bottom:8px}.profile-videos .filter-group .filter-group-input .app-input .input-wrapper{background:#fff}.profile-videos .filter-group .filter-group-applied{display:flex;flex-direction:row;flex-wrap:wrap}.profile-videos .filter-group .filter-group-applied .app-chip{margin-right:12px;margin-top:12px;cursor:pointer;background:var(--blue-main);color:var(--light-1);padding-right:4px}.profile-videos .no-videos-container{display:flex;flex-direction:column;width:50%;padding-top:32px}.profile-videos .no-videos-container .text{font-size:16px;color:var(--dark-4)}.profile-videos-gallery__section{margin-bottom:16px}.profile-videos-gallery__section__title{font-size:14px;font-weight:600;color:var(--dark-2);margin-bottom:16px}.video-list-item{display:grid;grid-template-columns:repeat(12,1fr);margin-bottom:24px}.video-list-item .video-wrapper{grid-column-start:1;grid-column-end:9;padding:16px}.video-list-item .video-wrapper .video{background:#000;display:flex;align-items:center;justify-content:center}.video-list-item .video-wrapper .video video{max-width:100%;max-height:100%;height:auto;width:auto}.video-list-item .video-info{grid-column-start:9;grid-column-end:13}.video-list-item .video-info__src{padding-left:0;padding-right:0;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-3)}.video-list-item .video-info__src__img{height:36px;width:36px;border-radius:8px;background:var(--blue-subtle);flex-shrink:0;margin-right:16px;display:flex;align-items:center;justify-content:center}.video-list-item .video-info__src__img img{width:100%}.video-list-item .video-info__src__text{flex-grow:1}.video-list-item .video-info__src__text__primary{font-weight:700;margin-bottom:4px}.video-list-item .video-info__src__text__secondary{color:var(--dark-4)}.video-list-item .video-info__desc{padding-top:16px;padding-right:16px;line-height:18px}.video-info .edit-description-btn{font-weight:700;color:var(--orange-main);margin-top:8px}.video-info .delete-video-btn{font-weight:700;color:var(--red-main);margin-top:4px}.video-info__source{padding-bottom:16px;border-bottom:1px solid var(--light-3);flex-shrink:0;display:flex;flex-direction:row;padding-top:16px;margin-right:16px;color:var(--dark-1)}.video-info__source__image{height:32px;width:32px;border-radius:4px;background:var(--blue-subtle);flex-shrink:0;margin-right:16px}.video-info__source__text{display:flex;flex-direction:column;justify-content:center}.video-info__source__text__primary{font-weight:700}.video-info__source__text__secondary{color:var(--dark-4)}.video-info__source__fixture{width:100%}.video-info__source__fixture__team{display:flex;flex-direction:row;align-items:center}.video-info__source__fixture__team.away{justify-content:flex-end}.video-info__source__fixture__team__image{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);flex-shrink:0;margin-right:16px;overflow:hidden}.video-info__source__fixture__team__image img{max-height:100%;max-width:100%;height:auto;width:auto}.video-info__source__fixture__team__title{font-weight:700;flex-grow:1}.video-info__source__fixture__team.away .video-info__source__fixture__team__title{text-align:right}.video-info__source__fixture__team__score{font-weight:700}.video-info__source__fixture__seperator{display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:var(--dark-4);letter-spacing:1px}.video-card-fixture-source{margin-top:0;width:100%;box-shadow:none}.video-card-fixture-source .participants{padding:0}.video-card-fixture-source .participants .participant{padding:0;margin-bottom:12px}.video-card-fixture-source .participants .participant:last-child{margin-bottom:0}.video-card-fixture-source .score{padding:0}.video-card-fixture-source .score__box-score-period__item{padding:0;margin-bottom:12px;margin-left:12px}.video-card-fixture-source .score__box-score-period__item:last-child{margin-bottom:0}.video-info__desc .ql-container{border:none;font-family:var(--nhg)}.video-info__desc .ql-editor{padding:0}.video-info__desc .truncate-button{cursor:pointer;color:var(--blue-main)}.video-info__desc .edit-btn{color:var(--orange-main);font-weight:700;cursor:pointer}.video-info__desc .delete-btn{color:var(--red-main);font-weight:700;cursor:pointer;margin-top:8px}.edit-video-desc-wrapper{padding-right:16px;margin-top:16px}.delete-video-form__options{display:flex;flex-direction:row;margin-top:16px}.delete-video-form__options__option{margin-right:16px;font-weight:700;font-size:10px;background:var(--light-2);border-radius:4px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}.delete-video-form__options__option.delete{padding-left:8px;padding-right:8px;background:var(--red-main);color:#fff}.profile-timeline{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px}.profile-timeline .card-section{margin-top:32px}.profile-timeline .card-section .card-section-title{padding-left:16px;padding-right:16px;margin-bottom:12px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.profile-timeline .left-column{grid-column-start:1;grid-column-end:9}.profile-timeline .right-column{grid-column-start:9;grid-column-end:13}.profile-timeline .right-column .app-card{margin-top:32px;padding:16px}.profile-timeline .profile-timeline-list{margin-top:32px}.profile-timeline .profile-timeline-list .profile-timeline-item{display:-ms-flex;display:flex;flex-direction:row}.profile-timeline .profile-timeline-list .profile-timeline-item .profile-timeline-item-progress-bar{position:relative;width:40px;flex-shrink:0}.profile-timeline .profile-timeline-list .profile-timeline-item .profile-timeline-item-progress-bar .marker{position:absolute;height:16px;width:16px;border-radius:100%;background:var(--blue-lighter)}.profile-timeline .profile-timeline-list .profile-timeline-item .profile-timeline-item-progress-bar .bar{position:absolute;top:0;bottom:0;left:4px;background:var(--blue-subtle);width:8px}.profile-timeline .profile-timeline-list .profile-timeline-item .profile-timeline-item-content{padding-bottom:32px;width:100%}.profile-timeline .profile-timeline-list .profile-timeline-item .profile-timeline-item-content .profile-timeline-item-date{color:var(--dark-4);font-weight:400}.profile-timeline .profile-timeline-list .profile-timeline-item .profile-timeline-item-content .profile-timeline-item-card{padding:16px;margin-top:16px}.profile-stats{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px}.profile-stats .card-section{margin-top:32px}.profile-stats .card-section .card-section-title{padding-left:16px;padding-right:16px;margin-bottom:12px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.profile-stats .left-column{grid-column-start:1;grid-column-end:9}.profile-stats .right-column{grid-column-start:9;grid-column-end:13}.profile-stats .right-column .app-card{margin-top:32px;padding:16px}.profile-stats .filter-item{margin-top:32px;padding-left:16px}.profile-stats .filter-item__input__label{font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;margin-bottom:12px}.profile-stats .filter-item__input{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.profile-stats .filter-item__input__button-filter{height:30px;background:#fff;display:flex;align-items:center;justify-content:center;margin-right:16px;border-radius:8px;box-shadow:var(--elevation-2);cursor:pointer;transition:all .2s ease-out;padding-left:12px;padding-right:12px;margin-bottom:16px;font-size:10px;font-weight:600;color:var(--dark-3)}.profile-stats .filter-item__input__button-filter.selected{background:var(--blue-main);color:var(--light-2)}.profile-stats .filter-item__input__button-filter:hover{box-shadow:var(--elevation-4)}.profile-stats .filter-item__input .filter-input-dropdown{width:100%;background:#fff;margin-right:16px}.profile-stats .filter-item__applied{display:flex;flex-direction:row;flex-wrap:wrap}.profile-stats .filter-item__applied .app-chip{margin-right:12px;margin-top:12px;cursor:pointer;background:var(--blue-main);color:var(--light-1);padding-right:4px}.stats-page .participation-history .participation-table .table .td .text{color:var(--dark-3)}.stats-page .participation-history .participation-table .table .td .table-row-image img{max-width:100%;max-height:100%;height:auto;width:auto}.stats-page .pitch-position-container .marker{opacity:.5}.stats-page .shots-summary{grid-column-start:1;grid-column-end:4;margin-top:32px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:16px}.stats-page .summary-blocks-defense__football{margin-top:32px;grid-column-start:1;grid-column-end:3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.stats-page .summary-blocks-defense__football .summary-blocks-defense-label{background:var(--blue-subtle);display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;color:var(--blue-darker);border-radius:4px;position:relative;height:24px;padding-left:8px;font-size:10px;letter-spacing:1px;font-family:var(--nhg-display);font-weight:700;grid-column-start:1;grid-column-end:3}.stats-page .summary-blocks-defense__football .summary-block{padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:1px solid var(--light-2)}.stats-page .summary-blocks-defense__football .summary-block .value{font-family:var(--din);font-size:32px;font-weight:700;color:var(--dark-2)}.stats-page .summary-blocks-defense__football .summary-block .label{font-family:var(--nhg-display);color:var(--blue-lighter);font-weight:600}.stats-page .passing-summary{display:flex;flex-direction:row;grid-column-start:1;grid-column-end:5;margin-top:32px}.stats-page .passing-summary__summary{width:75%;padding:16px;border-right:1px solid var(--light-2)}.stats-page .passing-summary__summary__title{font-family:var(--nhg-display);color:var(--dark-2);font-weight:700;font-size:16px}.stats-page .passing-summary__summary__graph{height:16px;margin-top:12px;margin-bottom:12px;background:var(--light-3);border-radius:8px;display:flex;flex-direction:row}.stats-page .passing-summary__summary__graph__fill{min-width:1%;background:var(--blue-main);height:100%;border-radius:8px}.stats-page .passing-summary__summary__values{display:flex;flex-direction:row;font-family:var(--nhg-display);font-weight:600;color:var(--blue-lighter)}.stats-page .passing-summary__summary__values__item:last-child{margin-left:auto}.stats-page .passing-summary__summary__values__item__num{font-weight:700;color:var(--dark-2)}.stats-page .passing-summary__accuracy{width:25%;display:flex;flex-direction:column;align-items:center;justify-content:center}.stats-page .passing-summary__accuracy__value{font-size:44px;font-family:var(--din);font-weight:700;color:var(--dark-2)}.stats-page .passing-summary__accuracy__label{font-family:var(--nhg-display);font-weight:600;color:var(--blue-lighter)}.profile-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px}.profile-attack-stats{margin-top:32px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-column-gap:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.profile-attack-stats.no-margin{margin-top:12px}.profile-attack-stats__title{grid-column-start:1;grid-column-end:5;font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.profile-attack-stats__items{grid-column-start:1;grid-column-end:5;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-left:16px;padding-right:16px;padding-bottom:32px}.profile-attack-stats__items__item{display:flex;flex-direction:column;align-items:center;justify-content:center}.profile-attack-stats__items__item__value{font-family:var(--nhg-display);font-weight:700;font-size:24px;color:var(--dark-1)}.profile-attack-stats__items__item__label{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);margin-top:8px;text-align:center}.profile-attack-stats__graphic{grid-column-start:5;grid-column-end:6;position:relative}.profile-attack-stats__graphic__blue{color:rgba(19,160,250,.48);left:69px;bottom:8px}.profile-attack-stats__graphic__blue,.profile-attack-stats__graphic__green{height:76px;position:absolute;-webkit-transform-origin:0 76px;transform-origin:0 76px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.profile-attack-stats__graphic__green{color:rgba(99,234,71,.24);left:73px;bottom:5px}.profile-shooting-stats{margin-top:32px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);padding-bottom:16px}.profile-shooting-stats__title{grid-column-start:1;grid-column-end:5;font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.profile-shooting-stats__items{padding-left:16px;padding-right:16px;grid-column-start:1;grid-column-end:3}.profile-shooting-stats__items__item{margin-bottom:24px}.profile-shooting-stats__items__item__meta{display:flex;flex-direction:row;font-family:var(--nhg-display)}.profile-shooting-stats__items__item__meta__key{font-weight:600;color:var(--dark-4)}.profile-shooting-stats__items__item__meta__value{font-weight:700;color:var(--dark-1);margin-left:auto;margin-right:8px}.profile-shooting-stats__items__item__graph{margin-top:12px}.profile-shooting-stats__items__item__graph__track{height:8px;border-radius:4px;background:var(--light-3);overflow:hidden}.profile-shooting-stats__items__item__graph__fill{height:100%;border-radius:4px;background:linear-gradient(75.26deg,#78c9fc 18.6%,#63ea47)}.profile-shooting-stats__doughnut{grid-column:span 1;display:flex;align-items:center;justify-content:center;position:relative;padding:0 16px 16px}.profile-shooting-stats__doughnut__meta{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:10px}.profile-shooting-stats__doughnut__meta__value{font-family:var(--nhg-display);font-weight:700;font-size:24px;color:var(--dark-1)}.profile-shooting-stats__doughnut__meta__key{font-weight:600;color:var(--dark-4);font-size:10px;text-align:center}.profile-shooting-stats__doughnut__bg{height:100%;width:100%;position:absolute;left:3px;top:3px;display:flex;align-items:center;justify-content:center;padding:0 16px 16px;z-index:0}.profile-passing-stats{margin-top:32px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);grid-column-start:1;grid-column-end:3}.profile-passing-stats__title{grid-column-start:1;grid-column-end:5;font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.profile-passing-stats__items{padding-left:16px;padding-right:16px;grid-column-start:1;grid-column-end:5}.profile-passing-stats__items__item__meta{display:flex;flex-direction:row;font-family:var(--nhg-display)}.profile-passing-stats__items__item__meta__key{font-weight:600;color:var(--dark-4)}.profile-passing-stats__items__item__meta__value{font-weight:700;color:var(--dark-1);margin-left:auto;margin-right:8px}.profile-passing-stats__items__item__graph{margin-top:12px;margin-bottom:12px}.profile-passing-stats__items__item__graph__track{height:8px;border-radius:4px;background:var(--light-3);overflow:hidden}.profile-passing-stats__items__item__graph__fill{height:100%;border-radius:4px;background:linear-gradient(75.26deg,#78c9fc 18.6%,#63ea47)}.profile-passing-stats__doughnut{grid-column:span 3;position:relative;margin-top:32px;margin-bottom:32px}.profile-passing-stats__doughnut,.profile-passing-stats__doughnut__bg{display:flex;align-items:center;justify-content:center;padding:0 16px 16px}.profile-passing-stats__doughnut__bg{height:100%;width:100%;position:absolute;left:3px;top:3px;z-index:0}.profile-passing-stats__doughnut__meta{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:10px}.profile-passing-stats__doughnut__meta__value{font-family:var(--nhg-display);font-weight:700;font-size:24px;color:var(--dark-1)}.profile-passing-stats__doughnut__meta__key{font-weight:600;color:var(--dark-4);font-size:10px;text-align:center}.profile-passing-stats__graphic{grid-column-start:4;grid-column-end:5;position:relative}.profile-passing-stats__graphic__blue{color:rgba(19,160,250,.48);left:36px;bottom:-32px}.profile-passing-stats__graphic__blue,.profile-passing-stats__graphic__green{height:64px;position:absolute;-webkit-transform-origin:0 32px;transform-origin:0 32px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.profile-passing-stats__graphic__green{color:rgba(99,234,71,.24);left:40px;bottom:-40px}.profile-positions-played{margin-top:32px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);padding-bottom:16px;grid-column-start:3;grid-column-end:5}.profile-positions-played__title{grid-column-start:1;grid-column-end:5;font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.profile-positions-played__pitch{padding-left:16px;padding-right:16px;grid-column-start:1;grid-column-end:5}.profile-participation-stats{margin-top:32px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);margin-left:0;margin-right:0}.profile-participation-stats__title{grid-column-start:1;grid-column-end:5;font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.profile-participation-stats__table{grid-column-start:1;grid-column-end:5;display:flex;flex-direction:row}.profile-participation-stats__table__column__header{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;border-top:1px solid var(--light-2);border-bottom:1px solid var(--light-2);height:24px;font-size:10px;font-family:var(--nhg-display);font-weight:600;color:var(--dark-4);padding-right:12px}.profile-participation-stats__table__column__header.with-image{justify-content:flex-start;padding-left:16px}.profile-participation-stats__table__td{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;height:44px;padding-right:12px;color:var(--dark-1)}.profile-participation-stats__table__td.even{background:var(--light-2)}.profile-participation-stats__table__td.with-image{justify-content:flex-start;padding-left:16px}.profile-participation-stats__table__td__image{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);margin-right:4px;flex-shrink:0}.profile-participation-stats__table__td__meta{font-size:10px;flex-grow:1;overflow:hidden}.profile-participation-stats__table__td__meta__primary{font-weight:700;color:var(--dark-1);width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-participation-stats__table__td__meta__secondary{font-weight:400;color:var(--dark-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-awards-stats{margin-top:32px;margin-bottom:40px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.profile-awards-stats__title{grid-column-start:1;grid-column-end:5;font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px 16px 0}.profile-awards-stats__items{grid-column-start:1;grid-column-end:5;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:16px}.profile-awards-stats__items__item{display:flex;flex-direction:row;align-items:center;margin:16px}.profile-awards-stats__items__item__img{height:40px;width:40px;background-color:var(--blue-subtle);border-radius:4px;display:flex;align-items:center;justify-content:center}.profile-awards-stats__items__item__desc{padding-left:16px}.profile-awards-stats__items__item__desc__primary{font-weight:700;margin-bottom:4px;color:var(--dark-1)}.profile-awards-stats__items__item__desc__secondary{color:var(--dark-3)}.profile-stats-sync-container{margin-top:32px;display:flex;flex-direction:row;font-size:10px;color:var(--dark-4)}.profile-stats-sync-container__status{margin-right:auto;display:flex;flex-direction:row;align-items:center}.stats-page .pitch-position-container{grid-column-start:3;grid-column-end:5;margin-top:32px;padding:16px;display:-ms-flex;display:flex;flex-direction:column}.stats-page .pitch-position-container .card-title{font-weight:700;color:var(--dark-4)}.stats-page .pitch-position-container .pitch{flex-grow:1;background:var(--green-subtle);margin-top:8px}.stats-page .rebounds{display:flex;flex-direction:row;align-items:center;height:100%;border-top:1px solid var(--light-2)}.stats-page .rebounds__section{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.stats-page .rebounds__section__value{font-family:var(--din);font-size:32px;font-weight:700;color:var(--dark-2)}.stats-page .rebounds__section__label{font-family:var(--nhg-display);font-weight:600;display:flex;flex-direction:column;align-items:center}.stats-page .rebounds__section__label__primary{color:var(--blue-lighter)}.stats-page .rebounds__section__label__secondary{color:var(--dark-2)}.stats-page .summary-blocks{grid-column-start:1;grid-column-end:5;display:grid;grid-template-columns:24px repeat(5,minmax(0,1fr));grid-column-gap:16px;margin-top:32px}.stats-page .summary-blocks .summary-blocks-label{background:var(--dark-4);display:-ms-flex;display:flex;align-items:flex-end;color:#fff;border-radius:4px;position:relative}.stats-page .summary-blocks .summary-blocks-label .vertical-text{-webkit-transform-origin:0 0;transform-origin:0 0;font-size:10px;letter-spacing:1px;font-family:var(--nhg);font-weight:700;-webkit-transform:rotate(270deg);transform:rotate(270deg);margin:0 0 -4px 5px}.stats-page .summary-blocks .summary-block{padding:16px}.stats-page .summary-blocks .summary-block .value{font-family:var(--din);font-size:32px;font-weight:700;color:var(--dark-2)}.stats-page .summary-blocks .summary-block .label{font-family:var(--nhg-display);color:var(--blue-lighter);font-weight:600}.stats-page .participation-history{grid-column-start:1;grid-column-end:5;margin-top:32px;display:-ms-flex;display:flex;flex-direction:row}.stats-page .participation-history .title{font-weight:700;color:var(--dark-4);padding-top:16px;padding-left:16px;padding-right:16px}.stats-page .participation-history .participation-table{flex-grow:1}.stats-page .participation-history .participation-table .table{margin-top:8px;width:100%;font-size:12px}.stats-page .participation-history .participation-table .table .tr{display:-ms-flex;display:flex;flex-direction:row;padding:12px 8px}.stats-page .participation-history .participation-table .table .tr.even{background:var(--blue-subtlest)}.stats-page .participation-history .participation-table .table .tr.header-row{border-bottom:2px solid var(--light-2)}.stats-page .participation-history .participation-table .table .th{text-align:left;font-family:var(--nhg);font-weight:600;color:var(--dark-1);padding-right:8px;padding-left:8px}.stats-page .participation-history .participation-table .table .td{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;padding-right:8px;padding-left:8px}.stats-page .participation-history .participation-table .table .td .text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-page .participation-history .participation-table .table .td .table-row-image{height:20px;width:20px;background:var(--blue-subtle);border-radius:100%;margin-right:8px;flex-shrink:0;display:inline-block}.stats-page .participation-history .participation-table .table .td.num-data{justify-content:flex-end}.stats-page .participation-history .participation-table .table table th.num-data{text-align:right}.stats-page .participation-history .participation-table .table .tfoot{border-top:2px solid var(--light-2);display:-ms-flex;display:flex;flex-direction:row;padding:12px 16px}.stats-page .participation-history .participation-table .table .tfoot .filter .team-selector{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;padding-left:8px;padding-right:4px;width:160px;border:1px solid var(--light-3);stroke:var(--dark-3);border-radius:4px;height:24px;font-family:var(--nhg-display);font-weight:700;color:var(--dark-4)}.stats-page .participation-history .participation-table .table .tfoot .filter .team-selector .icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin-left:auto}.stats-page .participation-history .participation-table .table .tfoot .pagination{display:-ms-flex;display:flex;flex-direction:row;stroke:var(--blue-main);margin-left:auto}.stats-page .participation-history .participation-table .table .tfoot .pagination .page-nums{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;font-weight:700;color:var(--light-4)}.stats-page .participation-history .participation-table .table .tfoot .pagination .page-nums .page-num{margin-left:8px;margin-right:8px;margin-top:-4px}.stats-page .participation-history .participation-table .table .tfoot .pagination .page-nums .page-num.active{color:var(--dark-1)}.stats-page .wickets-taken-container{grid-column-start:3;grid-column-end:5;margin-top:32px;display:-ms-flex;display:flex;flex-direction:column}.stats-page .wickets-taken-container .graphic{margin-bottom:8px}.stats-page .wickets-taken-container .wickets-taken-item{display:flex;flex-direction:row;align-items:flex-end;flex-grow:1;border-bottom:1px solid var(--light-2);padding:16px}.stats-page .wickets-taken-container .wickets-taken-item .value{font-family:var(--din);font-size:32px;line-height:32px;font-weight:700;color:var(--dark-2)}.stats-page .wickets-taken-container .wickets-taken-item .label{font-family:var(--nhg-display);color:var(--blue-lighter);font-weight:600;margin-bottom:2px;margin-left:8px}.stats-page .radar-chart{grid-column-start:1;grid-column-end:3;margin-top:32px}.stats-page .basketball-shots-summary{grid-column-start:1;grid-column-end:5;margin-top:32px;display:block;padding:16px}.stats-page .shots-summary .graphic{position:relative;grid-column-start:1;grid-column-end:3;padding:16px 0 16px 16px}.stats-page .shots-summary .graphic .total-shots{height:100%;width:100%;background:var(--green-subtle);border-radius:8px}.stats-page .shots-summary .graphic .shots-on-target{position:absolute;right:0;bottom:16px;width:40%;height:50%;background:var(--green-lighter);border-radius:8px}.stats-page .shots-summary .numbers{grid-column-start:3;grid-column-end:4;padding-left:16px;padding-right:16px;border-left:1px solid var(--light-2);padding-top:16px}.stats-page .shots-summary .numbers .number-item{margin-bottom:32px}.stats-page .shots-summary .numbers .number-item .value{font-family:var(--din);font-size:32px;font-weight:700;color:var(--dark-2)}.stats-page .shots-summary .numbers .number-item .label{font-family:var(--nhg-display);color:var(--blue-lighter);font-weight:600}.stats-page .summary-blocks-defense{margin-top:32px;grid-column-start:1;grid-column-end:3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:16px}.stats-page .summary-blocks-defense .summary-blocks-defense-label{background:var(--dark-4);display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;color:#fff;border-radius:4px;position:relative;height:24px;padding-left:8px;font-size:10px;letter-spacing:1px;font-family:var(--nhg);font-weight:700;grid-column-start:1;grid-column-end:3}.stats-page .summary-blocks-defense .summary-block{margin-top:16px;padding:16px}.stats-page .summary-blocks-defense .summary-block .value{font-family:var(--din);font-size:32px;font-weight:700;color:var(--dark-2)}.stats-page .summary-blocks-defense .summary-block .label{font-family:var(--nhg-display);color:var(--blue-lighter);font-weight:600}.stats-page .conversion-summary{grid-column-start:4;grid-column-end:5;margin-top:32px;display:-ms-flex;display:flex;flex-direction:column}.stats-page .conversion-summary .conversion-summary-item{flex-grow:1;padding-bottom:16px;padding-top:8px}.stats-page .conversion-summary .conversion-summary-item .graphic{padding:0 32px 8px;position:relative;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}.stats-page .conversion-summary .conversion-summary-item .graphic .value{position:absolute;font-size:16px;font-weight:700;margin-top:9px;margin-left:5px}.stats-page .conversion-summary .conversion-summary-item .label{font-family:var(--nhg-display);color:var(--dark-2);font-weight:600;text-align:center}.stats-page .awards{grid-column-start:1;grid-column-end:5;margin-top:32px;height:140px;padding:16px}.stats-page .card-title{font-weight:700;color:var(--dark-4)}.stats-page .line-chart-container{margin-bottom:16px}.stats-page .line-chart-container .text{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;font-size:14px;color:var(--dark-3)}.stats-page .line-chart-container .text .right{margin-left:auto}.stats-page .line-chart-container .text{font-family:var(--din);font-weight:700;color:var(--dark-2);padding-left:4px}.stats-page .line-chart-container .text.top .left{font-family:var(--nhg-display);color:var(--blue-lighter);font-weight:600;font-size:12px}.stats-page .line-chart-container .line-chart{height:12px;background:var(--light-2);border-radius:8px;overflow:hidden;margin-top:12px;margin-bottom:12px}.stats-page .line-chart-container .line-chart .fill{height:100%;background:var(--blue-main)}.stats-page .summary-blocks .fielding-block{grid-column-start:6;grid-column-end:7;display:flex;flex-direction:column;margin-top:16px}.stats-page .summary-blocks .fielding-block .fielding-block-items{display:flex;flex-direction:column;padding-left:16px;padding-right:16px;flex-grow:1}.stats-page .summary-blocks .fielding-block .fielding-block-items .fielding-block-item{display:flex;flex-direction:column;align-items:center;justify-content:center;height:33%}.stats-page .summary-blocks .fielding-block .fielding-block-items .fielding-block-item .label{font-family:var(--nhg-display);color:var(--blue-lighter);font-weight:600}.stats-page .summary-blocks .fielding-block .fielding-block-items .fielding-block-item .value{font-family:var(--din);font-size:12px;font-weight:700;color:var(--dark-2)}.stats-page .summary-blocks .fielding-block .summary-blocks-fielding-label{background:var(--dark-4);display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;color:#fff;border-radius:4px;position:relative;height:24px;font-size:10px;letter-spacing:1px;font-family:var(--nhg);font-weight:700}.stats-page .summary-blocks .dismissals-block{grid-column-start:1;grid-column-end:6;margin-top:16px;display:grid;grid-template-columns:24px repeat(4,minmax(0,1fr));grid-column-gap:16px}.stats-page .summary-blocks .dismissals-block .dismissals-block-label{border-right:1px solid var(--light-2);display:-ms-flex;display:flex;align-items:flex-end;color:var(--light-4);border-radius:4px;position:relative}.stats-page .summary-blocks .dismissals-block .dismissals-block-label .vertical-text{-webkit-transform-origin:0 0;transform-origin:0 0;font-size:10px;letter-spacing:1px;font-family:var(--nhg);font-weight:700;-webkit-transform:rotate(270deg);transform:rotate(270deg);margin:0 0 -4px 5px}.stats-page .summary-blocks .dismissals-block .dismissals-block-items{grid-column-start:2;grid-column-end:6;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:16px}.stats-page .summary-blocks .dismissals-block .dismissals-block-items .dismissals-block-item{display:flex;flex-direction:column;justify-content:center;padding:16px}.stats-page .summary-blocks .dismissals-block .dismissals-block-items .dismissals-block-item .label{font-family:var(--nhg-display);color:var(--blue-lighter);font-weight:600}.stats-page .summary-blocks .dismissals-block .dismissals-block-items .dismissals-block-item .value{font-family:var(--din);font-size:32px;font-weight:700;color:var(--dark-2)}.profile-fielding-stats{margin-top:32px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.profile-fielding-stats__title{font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px;text-align:center}.profile-fielding-stats__items{padding-left:16px;padding-right:16px;padding-bottom:24px}.profile-fielding-stats__items__item{display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid var(--light-2)}.profile-fielding-stats__items__item:last-child{border:none}.profile-fielding-stats__items__item__value{font-family:var(--nhg-display);font-weight:700;font-size:24px;color:var(--dark-1)}.profile-fielding-stats__items__item__key{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);margin-top:8px;text-align:center}.profile-fielding-stats__graphic{position:relative;height:40px}.profile-fielding-stats__graphic__text{position:absolute;right:0;bottom:0;font-size:56px;letter-spacing:-6px;font-weight:700;font-style:italic;line-height:40px}.profile-fielding-stats__graphic__text.green{color:rgba(99,234,71,.24)}.profile-fielding-stats__graphic__text.blue{color:rgba(19,160,250,.48);margin-bottom:4px;margin-right:8px}.profile-wickets-taken{margin-top:32px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.profile-wickets-taken__highlight{padding:16px}.profile-wickets-taken__highlight__value{font-family:var(--nhg-display);font-weight:700;font-size:24px;color:var(--dark-1)}.profile-wickets-taken__highlight__label{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);margin-top:8px}.profile-wickets-taken__highlight__graph{padding:12px}.organization-record__wrapper{margin-top:32px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.profile-shooting-stats__doughnut__wrapper{border-top:1px solid var(--light-2)}.claim-profile-card{padding:24px;background:var(--blue-darker)}.claim-profile-card .desc{text-align:center;color:#fff}.claim-profile-card .desc.primary{font-weight:700;font-size:16px;margin-bottom:4px}.claim-profile-card .desc.secondary{font-weight:100;font-size:10px}.claim-profile-card .app-button{margin-top:16px}.organization-posts-mobile .app-match-report{margin-top:16px;margin-bottom:0}.organization-posts-mobile .app-match-report .app-match-report__fixture__team__name{font-size:12px}.organization-posts-mobile .app-match-report .app-match-report__headline{font-size:16px}.profile-stats-mobile__filters{height:40px;background:#fff;box-shadow:var(--elevation-mobile);display:flex;flex-direction:row}.profile-stats-mobile__filters__sport{flex-grow:1;border-right:1px solid var(--light-3);display:flex;flex-direction:row;align-items:center;padding-left:16px}.profile-stats-mobile__filters__sport__name{font-family:var(--nhg-display);color:var(--dark-3);flex-grow:1}.profile-stats-mobile__filters__sport__icon{height:40px;width:40px;display:flex;align-items:center;justify-content:center}.profile-stats-mobile__filters__sport__icon .sports-icon-svg{height:14px;fill:var(--blue-main)}.profile-stats-mobile__filters__sport__icon__svg{height:12px;fill:var(--light-3)}.profile-stats-mobile__filters__filters-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-left:16px;padding-right:16px;height:100%;font-family:var(--nhg-display);color:var(--dark-3);font-size:12px}.profile-stats-mobile__filters__filters-btn__icon{margin-right:12px}.profile-attack-stats-mobile{margin:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.profile-attack-stats-mobile__title{grid-column-start:1;grid-column-end:5;font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.profile-attack-stats-mobile__items{grid-column-start:1;grid-column-end:4;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding-left:16px;padding-right:16px;padding-bottom:32px}.profile-attack-stats-mobile__items__item{display:flex;flex-direction:column;align-items:center;justify-content:center}.profile-attack-stats-mobile__items__item__value{font-family:var(--nhg-display);font-weight:700;font-size:24px;color:var(--dark-1)}.profile-attack-stats-mobile__items__item__label{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);margin-top:8px;text-align:center}.profile-attack-stats-mobile__graphic{grid-column-start:4;grid-column-end:5;position:relative}.profile-attack-stats-mobile__graphic__blue{color:rgba(19,160,250,.48);left:69px;bottom:8px}.profile-attack-stats-mobile__graphic__blue,.profile-attack-stats-mobile__graphic__green{height:76px;position:absolute;-webkit-transform-origin:0 76px;transform-origin:0 76px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.profile-attack-stats-mobile__graphic__green{color:rgba(99,234,71,.24);left:73px;bottom:5px}.profile-shooting-stats-mobile{margin:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);padding-bottom:16px}.profile-shooting-stats-mobile__title{grid-column-start:1;grid-column-end:5;font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.profile-shooting-stats-mobile__items{padding-left:16px;padding-right:16px;grid-column-start:1;grid-column-end:5}.profile-shooting-stats-mobile__items__item{margin-bottom:24px}.profile-shooting-stats-mobile__items__item__meta{display:flex;flex-direction:row;font-family:var(--nhg-display)}.profile-shooting-stats-mobile__items__item__meta__key{font-weight:600;color:var(--dark-4)}.profile-shooting-stats-mobile__items__item__meta__value{font-weight:700;color:var(--dark-1);margin-left:auto;margin-right:8px}.profile-shooting-stats-mobile__items__item__graph{margin-top:12px}.profile-shooting-stats-mobile__items__item__graph__track{height:8px;border-radius:4px;background:var(--light-3);overflow:hidden}.profile-shooting-stats-mobile__items__item__graph__fill{height:100%;border-radius:4px;background:linear-gradient(75.26deg,#78c9fc 18.6%,#63ea47)}.profile-shooting-stats-mobile__doughnut{grid-column:span 2;display:flex;align-items:center;justify-content:center;position:relative;padding:0 16px 16px}.profile-shooting-stats-mobile__doughnut__meta{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:10px}.profile-shooting-stats-mobile__doughnut__meta__value{font-family:var(--nhg-display);font-weight:700;font-size:24px;color:var(--dark-1)}.profile-shooting-stats-mobile__doughnut__meta__key{font-weight:600;color:var(--dark-4);font-size:10px;text-align:center}.profile-shooting-stats-mobile__doughnut__bg{height:100%;width:100%;position:absolute;left:3px;top:3px;display:flex;align-items:center;justify-content:center;padding:0 16px 16px;z-index:0}.profile-passing-stats-mobile{margin:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.profile-passing-stats-mobile__title{grid-column-start:1;grid-column-end:5;font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.profile-passing-stats-mobile__items{padding-left:16px;padding-right:16px;grid-column-start:1;grid-column-end:5}.profile-passing-stats-mobile__items__item__meta{display:flex;flex-direction:row;font-family:var(--nhg-display)}.profile-passing-stats-mobile__items__item__meta__key{font-weight:600;color:var(--dark-4)}.profile-passing-stats-mobile__items__item__meta__value{font-weight:700;color:var(--dark-1);margin-left:auto;margin-right:8px}.profile-passing-stats-mobile__items__item__graph{margin-top:12px;margin-bottom:12px}.profile-passing-stats-mobile__items__item__graph__track{height:8px;border-radius:4px;background:var(--light-3);overflow:hidden}.profile-passing-stats-mobile__items__item__graph__fill{height:100%;border-radius:4px;background:linear-gradient(75.26deg,#78c9fc 18.6%,#63ea47)}.profile-passing-stats-mobile__doughnut{grid-column:span 3;display:flex;align-items:center;justify-content:center;position:relative;padding:0 16px 16px;margin-top:32px;margin-bottom:32px}.profile-passing-stats-mobile__doughnut__bg{height:100%;width:100%;position:absolute;left:3px;top:3px;display:flex;align-items:center;justify-content:center;padding:0 16px 16px;z-index:0}.profile-passing-stats-mobile__doughnut__meta{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:10px}.profile-passing-stats-mobile__doughnut__meta__value{font-family:var(--nhg-display);font-weight:700;font-size:24px;color:var(--dark-1)}.profile-passing-stats-mobile__doughnut__meta__key{font-weight:600;color:var(--dark-4);font-size:10px;text-align:center}.profile-passing-stats-mobile__graphic{grid-column-start:4;grid-column-end:5;position:relative}.profile-passing-stats-mobile__graphic__blue{color:rgba(19,160,250,.48);left:36px;bottom:-32px}.profile-passing-stats-mobile__graphic__blue,.profile-passing-stats-mobile__graphic__green{height:64px;position:absolute;-webkit-transform-origin:0 32px;transform-origin:0 32px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.profile-passing-stats-mobile__graphic__green{color:rgba(99,234,71,.24);left:40px;bottom:-40px}.profile-positions-played-mobile{margin:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);padding-bottom:16px}.profile-positions-played-mobile__title{grid-column-start:1;grid-column-end:5;font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.profile-positions-played-mobile__pitch{padding-left:16px;padding-right:16px;grid-column-start:1;grid-column-end:5}.profile-participation-stats-mobile{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);margin:16px 0}.profile-participation-stats-mobile__title{grid-column-start:1;grid-column-end:5;font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.profile-participation-stats-mobile__table{grid-column-start:1;grid-column-end:5;display:flex;flex-direction:row}.profile-participation-stats-mobile__table__column__header{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;border-top:1px solid var(--light-2);border-bottom:1px solid var(--light-2);height:24px;font-size:10px;font-family:var(--nhg-display);font-weight:600;color:var(--dark-4);padding-right:12px}.profile-participation-stats-mobile__table__column__header.with-image{justify-content:flex-start;padding-left:16px}.profile-participation-stats-mobile__table__td{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;height:44px;padding-right:12px;color:var(--dark-1)}.profile-participation-stats-mobile__table__td.even{background:var(--light-2)}.profile-participation-stats-mobile__table__td.with-image{justify-content:flex-start;padding-left:16px}.profile-participation-stats-mobile__table__td__image{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);margin-right:4px;flex-shrink:0}.profile-participation-stats-mobile__table__td__meta{font-size:10px;flex-grow:1;overflow:hidden}.profile-participation-stats-mobile__table__td__meta__primary{font-weight:700;color:var(--dark-1);width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-participation-stats-mobile__table__td__meta__secondary{font-weight:400;color:var(--dark-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-awards-stats-mobile{margin:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.profile-awards-stats-mobile__title{font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px 16px 0}.profile-awards-stats-mobile__items,.profile-awards-stats-mobile__title{grid-column-start:1;grid-column-end:5}.profile-awards-stats-mobile__items__item{display:flex;flex-direction:row;align-items:center;margin:16px}.profile-awards-stats-mobile__items__item__img{height:40px;width:40px;background-color:var(--blue-subtle);border-radius:4px;display:flex;align-items:center;justify-content:center}.profile-awards-stats-mobile__items__item__desc{padding-left:16px}.profile-awards-stats-mobile__items__item__desc__primary{font-weight:700;margin-bottom:4px;color:var(--dark-1)}.profile-awards-stats-mobile__items__item__desc__secondary{color:var(--dark-3)}.profile-wickets-taken-mobile{margin:16px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.profile-wickets-taken-mobile__highlight{padding:16px}.profile-wickets-taken-mobile__highlight__value{font-family:var(--nhg-display);font-weight:700;font-size:24px;color:var(--dark-1)}.profile-wickets-taken-mobile__highlight__label{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);margin-top:8px}.profile-wickets-taken-mobile__highlight__graph{padding:12px}.profile-fielding-stats-mobile{margin:16px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.profile-fielding-stats-mobile__title{font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.profile-fielding-stats-mobile__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-left:16px;padding-right:16px;padding-bottom:24px}.profile-fielding-stats-mobile__items__item{display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid var(--light-2)}.profile-fielding-stats-mobile__items__item:last-child{border:none}.profile-fielding-stats-mobile__items__item__value{font-family:var(--nhg-display);font-weight:700;font-size:24px;color:var(--dark-1)}.profile-fielding-stats-mobile__items__item__key{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);margin-top:8px;text-align:center}.profile-fielding-stats-mobile__graphic{position:relative;height:40px}.profile-fielding-stats-mobile__graphic__text{position:absolute;right:0;bottom:0;font-size:56px;letter-spacing:-6px;font-weight:700;font-style:italic;line-height:40px}.profile-fielding-stats-mobile__graphic__text.green{color:rgba(99,234,71,.24)}.profile-fielding-stats-mobile__graphic__text.blue{color:rgba(19,160,250,.48);margin-bottom:4px;margin-right:8px}.organization-record-mobile__wrapper{margin:16px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.profile-shooting-stats-mobile__doughnut__wrapper{border-top:1px solid var(--light-2)}.search-page-mobile{height:100%;width:100%;overflow-x:hidden;overflow-y:auto;position:relative;padding-top:88px;padding-bottom:24px}.search-page-mobile__header{position:fixed;top:0;width:100%;height:48px;background:#fff;padding-right:16px;z-index:3;display:flex;flex-direction:row;align-items:center}.search-page-mobile__header__back-btn{height:48px;width:48px;display:flex;align-items:center;justify-content:center}.search-page-mobile__header__input-wrapper{height:28px;flex-grow:1;position:relative}.search-page-mobile__header__input-wrapper input{height:100%;width:100%;outline:none;padding-left:8px;border-radius:8px;border:none;background:var(--light-2);font-family:var(--nhg);font-size:12px}.search-page-mobile__header__input-wrapper__loading{position:absolute;right:8px;top:8px}.search-page-mobile__tabs{display:flex;flex-direction:row;height:40px;background:var(--light-1);overflow-x:auto;overflow-y:hidden;padding-left:16px;box-shadow:0 0 4px 1px rgba(40,41,61,.08);z-index:2;position:fixed;top:48px;width:100%}.search-page-mobile__tabs__tab{height:100%;display:flex;flex-direction:row;align-items:center;color:var(--dark-4);margin-right:24px;font-size:10px;flex-shrink:0}.search-page-mobile__tabs__tab.active{font-weight:600;color:var(--dark-2);border-bottom:2px solid var(--blue-main)}.search-page-mobile__section{background:var(--light-1);box-shadow:var(--elevation-mobile);padding-top:12px;margin-top:12px;padding-bottom:12px}.search-page-mobile__section__title{font-size:8px;font-weight:700;letter-spacing:.4px;color:var(--dark-4);padding-left:16px;padding-right:16px;margin-bottom:8px;display:flex;flex-direction:row;align-items:center}.search-page-mobile__section__title__show-more{color:var(--blue-lighter);margin-left:auto;cursor:pointer}.search-page-mobile__section__items__item{display:flex;flex-direction:row;align-items:center;transition:all .2s ease-out;padding:8px 16px;cursor:pointer;color:var(--dark-1)}.search-page-mobile__section__items__item__image{height:32px;width:32px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.search-page-mobile__section__items__item__image img{max-height:100%;max-width:100%;height:auto;width:auto}.search-page-mobile__section__items__item__desc__primary{font-weight:600;color:var(--dark-2)}.search-page-mobile__section__items__item__desc__secondary{color:var(--dark-3);font-size:10px;margin-top:2px}.search-page-mobile__section__show-more{display:flex;align-items:center;justify-content:center;font-size:10px;font-family:var(--nhg-display);margin-top:16px;color:var(--dark-4)}.create-page-mobile{height:100%;width:100%;overflow:hidden;position:relative;padding-top:48px;background:#fff}.create-page-mobile__nav{position:fixed;top:0;width:100%;height:48px;background:#fff;box-shadow:0 0 4px 1px rgba(40,41,61,.08);padding-right:16px;z-index:3;display:flex;flex-direction:row;align-items:center}.create-page-mobile__nav__back-btn{height:48px;width:48px;display:flex;align-items:center;justify-content:center}.onboarding-form-mobile__wrapper{padding-left:20px;padding-right:20px}.onboarding-form-mobile__title{color:var(--dark-1);margin-bottom:24px}.onboarding-form-mobile__title__primary{font-family:var(--nhg-display);font-weight:700;font-size:5.55vw;margin-top:32px;color:var(--dark-1)}.onboarding-form-mobile__title__secondary{font-family:var(--nhg-display);font-weight:600;color:var(--dark-4);margin-top:8px}.onboarding-form-mobile__group{margin-bottom:24px;position:relative}.onboarding-form-mobile__group__label{font-family:var(--nhg-display);font-weight:600;font-size:10px;letter-spacing:.2px;color:var(--dark-4);margin-bottom:8px}.onboarding-form-mobile__dropdown-input-wrapper{width:100%;position:relative}.onboarding-form-mobile__group__field{height:36px;width:100%;border-radius:8px;border:1px solid var(--light-3);display:flex;flex-direction:row;align-items:center;overflow:hidden}.onboarding-form-mobile__group__field.multi{height:auto;min-height:36px}.onboarding-form-mobile__group__field:focus-within{border-color:var(--blue-main)}.onboarding-form-mobile__group__field.error{border-color:var(--red-main)}.onboarding-form-mobile__group__field__icon{margin-left:4px;margin-right:4px}.onboarding-form-mobile__group__field__multi-select-wrapper{min-height:100%;flex-grow:1;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.onboarding-form-mobile__group__field__multi-select-wrapper .app-chip{background:var(--blue-main);color:var(--light-1);padding-right:0;padding-left:8px;margin-right:8px}.onboarding-form-mobile__group__field__dropdown-menu{width:100%}.onboarding-form-mobile__group__field__dropdown-menu__item{height:40px;display:flex;align-items:center;padding-left:12px;padding-right:12px}.onboarding-form-mobile__group__field__input{height:100%;flex-grow:1;font-family:var(--nhg);font-weight:500;font-size:12px;color:var(--dark-2);border:none;outline:none}.onboarding-form-mobile__group__field__input.select:disabled{background:var(--light-1);pointer-events:none}.onboarding-form-mobile__error{border-radius:8px;padding:8px 8px 8px 12px;color:var(--red-main);font-weight:700;font-family:var(--nhg);background:var(--red-subtle)}.onboarding-form-mobile__submit{margin-top:32px;margin-bottom:24px;height:36px;width:100%;display:flex;align-items:center;justify-content:center;background:var(--blue-main);border-radius:8px;outline:none;border:none;font-family:var(--nhg-display);font-style:normal;font-weight:700;font-size:12px;color:var(--light-1);box-shadow:var(--elevation-primary)}.onboarding-form-mobile__graphic{position:absolute;bottom:-4px;left:0;width:100%}.onboarding-form-mobile__graphic img{width:100%}.onboarding-form-mobile__logo-bottom{position:absolute;bottom:16px;left:0;width:100%;display:flex;align-items:center;justify-content:center}.onboarding-form-mobile__radio{display:flex;flex-direction:row}.onboarding-form-mobile__radio__btn{height:28px;display:flex;align-items:center;justify-content:center;font-family:var(--nhg-display);font-weight:600;color:var(--dark-4);background:var(--light-2);margin-right:16px;padding-left:24px;padding-right:24px;margin-top:12px;border-radius:8px}.onboarding-form-mobile__radio__btn.selected{background:var(--blue-main);color:#fff}.create-page-mobile .auth-alert-link{text-decoration:underline;cursor:pointer;color:var(--dark-3);display:inline-block;margin-top:8px}.app-alert{min-height:40px;background:var(--blue-subtle);border-left:4px solid var(--blue-main);display:-ms-flex;display:flex;flex-direction:row;padding-left:24px}.app-alert.green{background:var(--green-subtle);border-color:var(--green-main)}.app-alert.orange{background:var(--orange-subtle);border-color:var(--orange-main)}.app-alert.red{background:var(--red-subtle);border-color:var(--red-main)}.app-alert .alert-indicator{margin-right:24px;height:40px;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;flex-shrink:0}.app-alert .alert-indicator img{height:14px;width:14px}.app-alert .alert-content{flex-grow:1}.app-alert .alert-content .alert-head{font-size:12px;font-weight:700;height:40px;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.app-alert .alert-content .alert-head .alert-head-label{color:var(--dark-3);margin-right:16px}.app-alert .alert-content .alert-head .alert-head-right{margin-right:16px;margin-left:auto}.app-alert .alert-content .alert-head .alert-head-right img{height:14px;width:14px}.app-alert .alert-content .alert-body{font-size:12px;font-family:"Inter",sans-serif;font-weight:400;padding-right:32px;padding-bottom:16px;color:var(--dark-3);line-height:19px;display:-ms-flex;display:flex;flex-direction:row}.app-alert .alert-content .alert-foot{display:-ms-flex;display:flex;flex-direction:row;justify-content:flex-end;padding-right:16px;padding-bottom:16px}.app-alert.red .alert-content .alert-head .alert-head-label{color:var(--red-darker)}.app-alert .dismiss-button{cursor:pointer}.onboard-page-mobile{height:100%;width:100%;overflow:hidden;position:relative;padding-top:48px;background:#fff}.onboard-page-mobile__nav{position:fixed;top:0;width:100%;height:48px;background:#fff;box-shadow:0 0 4px 1px rgba(40,41,61,.08);padding-right:16px;z-index:3;display:flex;flex-direction:row;align-items:center}.onboard-page-mobile__nav__back-btn{height:48px;width:48px;display:flex;align-items:center;justify-content:center}.onboard-page-mobile__categories__subtitle{font-family:var(--nhg-display);font-weight:600;color:var(--dark-3)}.onboard-page-mobile__categories__list{display:flex;flex-direction:row;flex-wrap:wrap}.onboard-page-mobile__categories__list__item{box-shadow:var(--elevation-2);display:flex;align-items:center;justify-content:center;height:24px;font-size:10px;color:var(--dark-4);padding-left:8px;padding-right:8px;margin-top:16px;margin-right:8px;border-radius:8px;font-weight:600}.onboard-page-mobile__categories__list__item.selected{background:var(--blue-main);color:#fff}.onboard-page-mobile__sports__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:16px}.onboard-page-mobile__sports__list__item{margin-top:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--elevation-2);color:var(--dark-2);font-family:var(--nhg-display);font-weight:600;border-radius:8px}.onboard-page-mobile__sports__list__item.selected{background:var(--blue-main);color:#fff}.onboard-page-mobile__sports__list__item .sports-icon-svg{fill:var(--blue-lightest);height:32px}.notifications-page-mobile{background:#fff;box-shadow:var(--elevation-mobile);height:100%;width:100%;overflow-x:hidden;overflow-y:auto;position:relative}.notifications-page-mobile .notifications-menu-header{padding:12px 16px;font-family:var(--nhg-display);font-weight:700;color:var(--dark-2);border-bottom:1px solid var(--light-2)}.notifications-page-mobile .notifications-list{padding-left:16px;padding-right:16px;padding-top:16px}.notifications-page-mobile .notifications-menu-footer{border-top:1px solid var(--light-2);padding:12px;font-family:var(--nhg-display);font-weight:700;font-size:12px;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}.notifications-page-mobile .notifications-menu-footer a{color:var(--blue-lighter)}.notifications-page-mobile .notifications-list-item{padding:16px}.requests-list-mobile{height:100%;width:100%;overflow-x:hidden;overflow-y:auto;position:relative;padding-top:48px}.requests-list-mobile__nav{position:fixed;top:0;width:100%;height:48px;background:#fff;box-shadow:0 0 4px 1px rgba(40,41,61,.08);padding-right:16px;z-index:3;display:flex;flex-direction:row;align-items:center}.requests-list-mobile__nav__back-btn{height:48px;width:48px;display:flex;align-items:center;justify-content:center}.requests-list-mobile__nav__content{font-weight:600;color:var(--dark-1);font-family:var(--nhg-display);display:flex;flex-direction:row;align-items:center}.requests-list-mobile__nav__content__img{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);margin-right:12px}.requests-list-mobile__nav__indicator{margin-left:auto}.requests-list-mobile__body{padding:12px}.requests-list-mobile .home-request-card{margin-bottom:12px;box-shadow:var(--elevation-mobile)}.requests-list-mobile .home-request-card .bold{font-weight:700}.event-registration-mobile{height:100%;width:100%;overflow:hidden;position:relative;background:var(--blue-darker);display:flex;flex-direction:column}.event-registration-mobile__header__nav{height:48px;background:#fff;box-shadow:0 0 4px 1px rgba(40,41,61,.08);padding-right:16px;z-index:3;display:flex;flex-direction:row;align-items:center;background:var(--blue-darkest)}.event-registration-mobile__header__nav__back-btn{height:48px;width:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.event-registration-mobile__header__nav__title{padding-right:48px;display:flex;align-items:center;justify-content:center;flex-grow:1;font-family:var(--nhg-display);font-size:10px;color:var(--light-2);letter-spacing:1px}.event-registration-mobile__header__content{display:flex;flex-direction:row;align-items:center;padding:24px 16px}.event-registration-mobile__header__content__img{background:var(--blue-subtle);height:80px;width:80px;border-radius:8px}.event-registration-mobile__header__title{padding-left:16px;font-family:var(--nhg-display)}.event-registration-mobile__header__title__primary{font-weight:700;font-size:16px;color:var(--light-1);margin-bottom:4px}.event-registration-mobile__header__title__secondary{margin-bottom:4px;color:var(--light-1);font-size:10px;display:flex;flex-direction:row;align-items:center;letter-spacing:.4px}.event-registration-mobile__body{flex-grow:1;background:#fff;border-top-right-radius:16px;border-top-left-radius:16px;display:flex;flex-direction:column;overflow:hidden}.event-registration-mobile__body__title{padding:16px;border-bottom:1px solid var(--light-2)}.event-registration-mobile__body__title__primary{font-weight:700;font-size:14px;color:var(--dark-2);font-family:var(--nhg-display)}.event-registration-mobile__body__list{padding:16px;flex-grow:1;overflow-x:hidden;overflow-y:auto}.event-registration-mobile__body__list__desc{color:var(--dark-3);line-height:1.5em}.event-registration-mobile__body__list__item{display:flex;flex-direction:row;align-items:center;padding:8px;border-radius:8px;border:1px solid var(--light-2);margin-top:16px}.event-registration-mobile__body__list__item__img{height:36px;width:36px;border-radius:8px;background:var(--blue-subtle)}.event-registration-mobile__body__list__item__desc{padding-left:8px;font-family:var(--nhg-display);flex-grow:1}.event-registration-mobile__body__list__item__desc__primary{font-weight:700;color:var(--dark-2);margin-bottom:4px}.event-registration-mobile__body__list__item__desc__secondary{color:var(--dark-3)}.event-registration-mobile__body__list__item__indicator{height:100%;width:52px;display:flex;align-items:center;justify-content:center}.event-registration-mobile__body__list__item__indicator__icon{height:16px;width:16px;background:var(--green-main);border-radius:100%;display:flex;align-items:center;justify-content:center}.event-registration-mobile__footer{background:#fff;border-top:1px solid var(--light-2);flex-shrink:0;padding:16px;box-shadow:var(--elevation-mobile)}.event-registration-mobile__footer__btn{background:var(--blue-main);display:flex;flex-direction:row;align-items:center;justify-content:center;height:48px;border-radius:8px;box-shadow:var(--elevation-primary);padding-left:12px;padding-right:16px}.event-registration-mobile__footer__btn__right{margin-left:auto;font-family:var(--nhg-display);font-size:16px;font-weight:700;color:var(--light-1);display:flex;align-items:center;justify-content:center}.event-registration-mobile__footer__btn__left__primary{font-size:12px;font-family:var(--nhg-display);color:var(--light-2);font-weight:600;display:flex;flex-direction:row;align-items:center;margin-top:4px}.event-registration-mobile__footer__btn__left__secondary{font-family:var(--nhg-display);font-size:6px;color:var(--light-2);font-weight:600;letter-spacing:1px}.event-registration-mobile__invoice{padding-left:16px;padding-right:16px;padding-bottom:16px;flex-grow:1}.event-registration-mobile__invoice__content{background:#fff;border-radius:8px;height:100%;display:flex;flex-direction:column}.event-registration-mobile__invoice__content__header{text-align:center;font-family:var(--nhg-display);font-weight:700;font-size:20px;color:var(--dark-2);padding:16px;border-bottom:1px solid var(--light-2)}.event-registration-mobile__invoice__content__body{display:flex;flex-direction:row;flex-wrap:wrap}.event-registration-mobile__invoice__content__body__group{width:50%;padding:16px}.event-registration-mobile__invoice__content__body__group__label{font-family:var(--nhg-display);color:var(--dark-3);font-size:8px;letter-spacing:1px;margin-bottom:8px}.event-registration-mobile__invoice__content__body__group__value{display:flex;flex-direction:row;align-items:center}.event-registration-mobile__invoice__content__body__group__value__img{height:24px;width:24px;background:var(--blue-subtle);border-radius:4px;margin-right:12px}.event-registration-mobile__invoice__content__body__group__value__img img{height:auto;width:auto;max-height:100%;max-width:100%}.event-registration-mobile__invoice__content__footer{text-align:center;padding:8px;font-weight:600;color:var(--dark-4);font-family:var(--nhg-display);border-top:1px solid var(--light-2)}.event-registration-mobile__invoice__content__barcode{margin-top:auto;border-top:1px solid var(--light-2);display:flex;align-items:center;justify-content:center;padding-left:16px;padding-right:16px}.manage-event-awards-mobile__section{background:#fff;margin-top:16px;box-shadow:var(--elevation-mobile);padding:16px}.manage-event-awards-mobile__section__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);margin-bottom:12px;display:flex;flex-direction:row;align-items:center}.manage-event-awards-mobile__section__title__edit-btn{color:var(--blue-main);margin-left:auto}.manage-event-awards-mobile__section__items__item{margin-top:16px}.manage-event-awards-mobile__section__items__item__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);margin-bottom:12px;display:flex;flex-direction:row}.manage-event-awards-mobile__section__items__item__title__edit-btn{margin-left:auto;color:var(--blue-main)}.manage-event-awards-mobile .delete-event-placement{display:flex;flex-direction:row;align-items:center;margin-top:16px}.manage-event-awards-mobile .delete-event-placement__image{height:32px;width:32px;border-radius:4px;background:var(--blue-subtle);overflow:hidden}.manage-event-awards-mobile .delete-event-placement__image img{width:100%}.manage-event-awards-mobile .delete-event-placement__text{padding-left:16px}.manage-event-awards-mobile .delete-event-placement__text__primary{font-weight:700}.manage-event-awards-mobile.delete-event-placement__text__secondary{color:var(--dark-3)}.manage-event-awards-mobile .delete-event-placement__option{margin-left:auto;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.manage-award-type-mobile{margin-top:24px}.manage-award-type-mobile__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-1);display:flex;flex-direction:row;align-items:center}.manage-award-type-mobile__title__delete-btn{margin-left:auto}.manage-award-type-mobile__title__delete-btn__icon{stroke:var(--red-main);height:14px}.manage-award-type-mobile__section{margin-bottom:24px}.manage-award-type-mobile__section__title{font-size:10px;color:var(--dark-4);margin-top:8px;display:flex;flex-direction:row}.manage-award-type-mobile__section__title__link{margin-left:auto;color:var(--blue-main);font-weight:600}.manage-award-type-mobile__section__list__item{display:flex;flex-direction:row;align-items:center;margin-bottom:16px;margin-top:8px}.manage-award-type-mobile__section__list__item__image{height:36px;width:36px;background:var(--blue-subtle);border-radius:4px;flex-shrink:0;overflow:hidden}.manage-award-type-mobile__section__list__item__image img{max-width:100%;max-height:100%;width:auto;height:auto}.manage-award-type-mobile__section__list__item__desc{flex-grow:1;padding-right:8px;padding-left:8px;font-size:12px}.manage-award-type-mobile__section__list__item__desc__secondary{font-weight:100;color:var(--dark-4)}.manage-award-type-mobile__section__list__item__options__option__icon{stroke:var(--red-main);height:14px}.search-participants-wrapper{padding:12px;height:100%;display:flex;flex-direction:column}.search-participants-wrapper__suggestions{overflow:hidden}.search-participants-wrapper__suggestions__list{height:100%;padding-top:8px;overflow-y:auto}.search-participants-wrapper__suggestions__list__item{padding-top:8px;padding-bottom:8px;display:flex;flex-direction:row;align-items:center}.search-participants-wrapper__suggestions__list__item__image{height:36px;width:36px;background:var(--blue-subtle);border-radius:4px;flex-shrink:0;overflow:hidden}.search-participants-wrapper__suggestions__list__item__image img{max-width:100%;max-height:100%;width:auto;height:auto}.search-participants-wrapper__suggestions__list__item__desc{padding-left:12px}.search-participants-wrapper__suggestions__list__item__desc__secondary{font-weight:100;color:var(--dark-4)}.manage-event-details-mobile{padding:16px}.manage-event-details-mobile__info{background:#fff;border-radius:8px;box-shadow:var(--elevation-mobile);padding:12px;margin-bottom:16px}.manage-event-details-mobile__info__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.manage-event-details-mobile__info__fields__group{margin-top:12px;display:flex;flex-direction:row;align-items:center}.manage-event-details-mobile__info__fields__group.column{flex-direction:column;align-items:flex-start}.manage-event-details-mobile__info__fields__group__key{font-weight:600;color:var(--dark-2);font-family:var(--nhg-display);display:flex;flex-direction:row}.manage-event-details-mobile__info__fields__group.column .manage-event-details-mobile__info__fields__group__key{width:100%}.manage-event-details-mobile__info__fields__group__value{margin-left:auto}.manage-event-details-mobile__info__fields__group.column .manage-event-details-mobile__info__fields__group__value{margin-top:8px}.manage-event-details-mobile__info__fields__group__edit-btn{height:20px;width:20px;display:flex;align-items:center;justify-content:center;fill:var(--orange-main);margin-left:16px;background:var(--orange-subtle);border-radius:4px}.manage-event-details-mobile__location{background:#fff;border-radius:8px;box-shadow:var(--elevation-mobile);padding:12px}.manage-event-details-mobile__location__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.manage-event-details-mobile__location__map{height:150px;margin-top:12px}.manage-event-details-mobile__location__value{margin-top:12px;display:flex;flex-direction:row}.manage-event-details-mobile__location__value__text{padding-right:16px}.manage-event-details-mobile__location__value__text__primary{font-weight:700}.manage-event-details-mobile__location__value__edit-btn{margin-left:auto;height:20px;width:20px;display:flex;align-items:center;justify-content:center;fill:var(--orange-main);background:var(--orange-subtle);border-radius:4px}.manage-event-details-mobile__location__options{display:flex;flex-direction:row;align-items:center;margin-top:16px}.manage-event-details-mobile__location__options__option{margin-right:32px;color:var(--orange-main);display:flex;flex-direction:row;align-items:center}.manage-event-details-mobile__location__options__option__icon{height:12px}.manage-event-details-mobile__location__options__option.delete{color:var(--red-main)}.manage-event-details-mobile__location__options__option.edit .manage-event-details-mobile__location__options__option__icon{fill:var(--orange-main)}.manage-event-details-mobile__location__options__option.delete .manage-event-details-mobile__location__options__option__icon{stroke:var(--red-main)}.manage-event-details-mobile__location__options__option.delete.disabled{opacity:.6;pointer-events:none}.manage-event-fixtures-mobile__index__item{transition:all .2s ease-out}.manage-event-fixtures-mobile__index__item.root{background:#fff;box-shadow:var(--elevation-mobile);border-radius:8px;margin-top:16px}.manage-event-fixtures-mobile__index__item__header{display:flex;flex-direction:row;align-items:center;height:40px}.manage-event-fixtures-mobile__index__item__header__collapse{height:40px;width:40px;display:flex;align-items:center;justify-content:center}.manage-event-fixtures-mobile__index__item__header__collapse .icon{fill:var(--dark-4);height:14px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:all .2s ease-out}.manage-event-fixtures-mobile__index__item__header__collapse.open .icon{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.manage-event-fixtures-mobile__index__item__header__title{font-weight:700;font-family:var(--nhg-display);color:var(--dark-2)}.manage-event-fixtures-mobile__index__item__header__options{display:flex;flex-direction:row;margin-left:auto}.manage-event-fixtures-mobile__index__item__header__options__option{height:40px;width:40px;display:flex;align-items:center;justify-content:center}.manage-event-fixtures-mobile__index__item__header__options__option .view-icon{fill:var(--light-4);height:12px}.manage-event-fixtures-mobile__index__item__header__options__option .arrow-up{stroke:var(--light-4);height:12px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.manage-event-fixtures-mobile__index__item__header__options__option .arrow-down{stroke:var(--light-4);height:12px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.manage-event-fixtures-mobile__index__item__header__options__option .icon.disabled{stroke:var(--light-2)}.manage-event-fixtures-mobile__index__item__subparts{padding-left:16px}.manage-event-fixtures-mobile__event-part{background:#fff;box-shadow:var(--elevation-mobile);border-radius:8px;margin-top:16px}.manage-event-fixtures-mobile__event-part__title{display:flex;flex-direction:row;align-items:center}.manage-event-fixtures-mobile__event-part__title__back{height:40px;width:40px;display:flex;align-items:center;justify-content:center}.manage-event-fixtures-mobile__event-part__title__back .icon{stroke:var(--dark-4);height:14px;transition:all .2s ease-out}.manage-event-fixtures-mobile__event-part__title__text{font-weight:700;font-family:var(--nhg-display);color:var(--dark-2)}.manage-event-fixtures-mobile__event-part__title__links{margin-left:auto;display:flex;flex-direction:row;align-items:center}.manage-event-fixtures-mobile__event-part__title__links__link{font-weight:700;font-family:var(--nhg-display);color:var(--blue-main);margin-right:16px}.manage-event-teams-mobile{padding:16px}.manage-event-teams-mobile__card{background:#fff;border-radius:8px;box-shadow:var(--elevation-mobile);padding:12px;margin-bottom:16px}.manage-event-teams-mobile__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4)}.manage-event-teams-mobile__list__item{display:flex;flex-direction:row;align-items:center;margin-top:16px}.manage-event-teams-mobile__list__item__image{height:36px;width:36px;border-radius:8px;background:var(--blue-subtle);margin-right:16px;overflow:hidden}.manage-event-teams-mobile__list__item__image img{max-height:100%;max-width:100%;height:auto;width:auto}.manage-event-teams-mobile__list__item__text{flex-grow:1}.manage-event-teams-mobile__list__item__text__primary{font-weight:600;margin-bottom:4px}.manage-event-teams-mobile__list__item__text__secondary{color:var(--green-darker);font-size:10px}.manage-event-teams-mobile__list__item__text__secondary.orange{color:var(--orange-main)}.manage-event-teams-mobile__list__item__action{background:var(--light-2);height:24px;border-radius:4px;padding-left:12px;padding-right:12px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:var(--dark-4);cursor:pointer}.manage-event-teams-mobile__list__item__action.confirm{background:var(--green-main);color:#fff}.filter-input-dropdown.disable-without-background .app-input .input-wrapper{background:#fff}.filter-input-dropdown.disable-without-background .app-input .input-wrapper input{color:var(--dark-1)}.add-event-org-roles{width:400px}.add-event-org-roles__title{display:flex;flex-direction:row;align-items:center;padding:12px 16px;border-bottom:1px solid var(--light-2)}.add-event-org-roles__title__text{font-weight:600;font-family:var(--nhg-display);font-size:14px}.add-event-org-roles__title__dismiss-btn{margin-left:auto;cursor:pointer}.add-event-org-roles__title__dismiss-btn__icon{stroke:var(--dark-4);height:14px}.add-event-org-roles__form{padding:16px}.add-event-org-roles__form__group{margin-bottom:16px}.add-event-org-roles__form__group__label{font-size:10px;font-family:var(--nhg-display);font-weight:600;color:var(--dark-4);margin-bottom:8px}.add-event-org-roles__form__group__input{position:relative}.add-event-org-roles__submit{padding:0 16px 16px}.add-event-org-roles .app-search-menu{margin-top:0;padding:16px 0 0}.add-event-org-roles .app-search-menu .search-results-section__title{font-size:8px;font-weight:700;letter-spacing:.4px;color:var(--dark-4);padding-left:16px;padding-right:16px;margin-bottom:8px}.add-event-org-roles .app-search-menu .search-results-section__items__item{display:flex;flex-direction:row;align-items:center;transition:all .2s ease-out;padding:8px 16px;cursor:pointer;color:var(--dark-1)}.add-event-org-roles .app-search-menu .search-results-section__items__item:hover{background:var(--light-2)}.add-event-org-roles .app-search-menu .search-results-section__items__item__image{height:32px;width:32px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.add-event-org-roles .app-search-menu .search-results-section__items__item__image img{max-height:100%;max-width:100%;height:auto;width:auto}.add-event-org-roles .app-search-menu .search-results-section__items__item__desc__primary{font-weight:600;color:var(--dark-2)}.add-event-org-roles .app-search-menu .search-results-section__items__item__desc__secondary{color:var(--dark-3);font-size:10px}.manage-event-standings-mobile__header{height:44px;display:flex;flex-direction:row;align-items:center;padding-right:16px}.manage-event-standings-mobile__header__option{margin-left:auto;color:var(--blue-main);font-family:var(--nhg-display);font-weight:700}.recalculate-event-standings-mobile__periods{display:flex;flex-direction:row;align-items:center;margin-bottom:8px;flex-wrap:wrap}.recalculate-event-standings-mobile__periods__item{border:1px solid var(--blue-main);color:var(--blue-main);margin-right:12px;margin-bottom:12px;height:24px;padding-right:4px;cursor:pointer}.recalculate-event-standings-mobile__periods__item__icon{height:14px;stroke:var(--light-4)}.manage-event-registrations-mobile__header{background:#fff;box-shadow:var(--elevation-mobile);margin-bottom:12px;height:36px;display:flex;flex-direction:row;color:var(--dark-3)}.manage-event-registrations-mobile__header__selector{height:100%;display:flex;flex-direction:row;align-items:center;padding-left:16px;padding-right:16px;flex-grow:1;border-right:1px solid var(--light-3)}.manage-event-registrations-mobile__header__selector__text{font-family:var(--nhg-display)}.manage-event-registrations-mobile__header__selector__icon{margin-left:auto}.manage-event-registrations-mobile__header__search{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-left:16px;padding-right:16px;font-family:var(--nhg-display)}.manage-event-registrations-mobile__list__item{margin-bottom:12px;display:flex;flex-direction:row;align-items:center;background:#fff;box-shadow:var(--elevation-mobile);padding:12px 16px}.manage-event-registrations-mobile__list__item__image{height:48px;width:48px;border-radius:4px;background:var(--blue-subtle)}.manage-event-registrations-mobile__list__item__text{padding-left:16px;font-family:var(--nhg-display);flex-grow:1}.manage-event-registrations-mobile__list__item__text__primary{font-weight:700;color:var(--dark-2)}.manage-event-registrations-mobile__list__item__text__secondary{color:var(--dark-3);margin-top:2px}.manage-event-registrations-mobile__list__item__text__tertiary{font-size:10px;color:var(--dark-4);margin-top:2px}.manage-event-registrations-mobile__list__item__edit-btn{height:20px;width:20px;display:flex;align-items:center;justify-content:center;fill:var(--orange-main);margin-left:16px;background:var(--orange-subtle);border-radius:4px}.edit-event-registration-mobile__team-selection-items{overflow:auto}.edit-event-registration-mobile__team-selection-item{display:flex;flex-direction:row;align-items:center;padding:16px;border-bottom:1px solid var(--light-2)}.edit-event-registration-mobile__team-selection-item__img{height:40px;width:40px;border-radius:4px;background:var(--blue-subtle)}.edit-event-registration-mobile__team-selection-item__text{padding-left:16px;font-family:var(--nhg-display);flex-grow:1}.edit-event-registration-mobile__team-selection-item__text__primary{font-weight:700;color:var(--dark-2)}.edit-event-registration-mobile__team-selection-item__text__secondary{color:var(--dark-3);margin-top:2px}.manage-event-partners-mobile{padding-bottom:16px}.manage-event-partners-mobile__section{margin-top:16px;box-shadow:var(--elevation-mobile);background:#fff;padding:16px}.manage-event-partners-mobile__section__title{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);display:flex;flex-direction:row;align-items:center;margin-bottom:16px}.manage-event-partners-mobile__section__title__option{color:var(--blue-main);margin-left:auto}.manage-event-partners-mobile__section__list__item{margin-top:16px;display:flex;flex-direction:row;align-items:center}.manage-event-partners-mobile__section__list__item__image{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;margin-right:16px;overflow:hidden}.manage-event-partners-mobile__section__list__item__image img{max-height:100%;max-width:100%;height:auto;width:auto}.manage-event-partners-mobile__section__list__item__desc__primary{font-weight:600;margin-bottom:4px}.manage-event-partners-mobile__section__list__item__desc__secondary{color:var(--dark-4);margin-bottom:4px;font-size:10px}.manage-event-partners-mobile__section__list__item__option{margin-left:auto}.mobile-auth-form__secondary-header{font-size:12px;line-height:20px;color:var(--dark-2)}.mobile-auth-form__form__group__key{font-weight:600;font-size:14px;color:var(--dark-4);margin-bottom:4px}.mobile-auth-form__form__group__value{font-weight:400;font-size:14px;color:var(--dark-1)}.landing-layout{height:100%;width:100%;overflow:hidden}.landing-page{height:100%;width:100%;overflow-x:hidden;overflow-y:auto}.landing-page .landing-page-header{display:flex;flex-direction:row;padding-left:8.33%;padding-right:8.33%;align-items:center;margin-top:64px;margin-bottom:64px}.landing-page .landing-page-header .logo{margin-right:auto}.landing-page .landing-page-header .logo img{height:32px}.landing-page .hero-section{height:50%;padding-left:8.33%;padding-right:8.33%}.landing-page .hero-section .content{height:100%;width:50%;display:flex;flex-direction:column;justify-content:flex-end}.landing-page .hero-section .content .primary-text{font-family:var(--nhg-display);font-weight:700;font-size:32px;margin-bottom:24px}.landing-page .hero-section .content .secondary-text{font-size:16px;color:var(--dark-3);line-height:24px;margin-bottom:32px}.landing-page .hero-section .content .cta{width:240px;height:48px}.badge{height:20px;padding-left:8px;padding-right:8px;border-radius:8px;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;box-sizing:border-box}.badge .badge-label{font-size:10px;font-family:"Inter",sans-serif;font-weight:800;letter-spacing:.2px}.badge.info{background:var(--blue-subtle);color:var(--blue-darker)}.badge.success{background:var(--green-subtle);color:var(--green-darker)}.badge.warning{background:var(--orange-subtle);color:var(--orange-darker)}.badge.danger{background:var(--red-subtle);color:var(--red-darker)}.badge.reminder{background:var(--yellow-subtle);color:var(--yellow-darker)}.badge.misc{background:var(--purple-subtle);color:var(--purple-darker)}.badge.unavailable{background:var(--light-2);color:var(--dark-4)}.badge.offline{background:var(--light-1);border:1px solid var(--light-4);color:var(--dark-2)}.badge.primary{background:var(--blue-subtle);color:var(--blue-main)}.app-header{height:48px;background:#fff;box-shadow:var(--elevation-2);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-left:48px;padding-right:48px;position:absolute;top:0;width:100%;left:0;box-sizing:border-box;z-index:5}.App.onboarding .app-header{box-shadow:var(--elevation-1);border-bottom:1px solid var(--light-2)}.app-header .logo{grid-column-start:1;grid-column-end:2}.app-header .logo,.app-header .options{height:100%;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center}.app-header .options{grid-column-start:3;grid-column-end:4;flex-direction:row;justify-content:flex-end}.app-header .options .option{margin-left:16px;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;flex-direction:column;position:relative;height:100%;width:28px;border-bottom:2px solid transparent;stroke:var(--dark-4);transition:all .2s ease-out;height:48px}.app-header .options .option:hover{cursor:pointer;stroke:var(--blue-lighter)}.app-header .options .option.active{border-bottom:2px solid var(--blue-main);stroke:var(--blue-main)}.app-header .primary.create-button{box-shadow:none;padding-left:8px;padding-right:12px;margin-left:16px;z-index:5;position:relative}.app-header .primary.create-button .icon{margin-right:4px;height:100%;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;stroke:var(--light-1)}.app-header .primary.create-button .icon img{height:14px}.notifications-menu{background:#fff;margin-top:2px;box-shadow:var(--elevation-5);border-radius:8px;overflow:hidden;width:400px;z-index:5;position:relative}.notifications-menu .notifications-menu-header{padding:12px 16px;font-family:var(--nhg-display);font-weight:700;color:var(--dark-2);border-bottom:1px solid var(--light-2)}.notifications-menu .notifications-list{padding-left:16px;padding-right:16px;padding-top:16px}.notifications-menu .notifications-list .notifications-list-item{display:-ms-flex;display:flex;flex-direction:row;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--light-2)}.notifications-menu .notifications-list .notifications-list-item:last-child{border-bottom:none;padding-bottom:0}.notifications-menu .notifications-list .notifications-list-item .image{height:40px;width:40px;border-radius:8px;background:var(--blue-subtle);margin-right:16px;flex-shrink:0;overflow:hidden}.notifications-menu .notifications-list .notifications-list-item .text .primary-text{line-height:16px}.notifications-menu .notifications-list .notifications-list-item .text .date{font-size:10px;color:var(--dark-4)}.notifications-menu .notifications-menu-footer{border-top:1px solid var(--light-2);padding:12px;font-family:var(--nhg-display);font-weight:700;font-size:12px;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}.notifications-menu .notifications-menu-footer a{color:var(--blue-lighter)}.create-menu{background:#fff;margin-top:10px;box-shadow:var(--elevation-6);border-radius:8px;overflow:hidden;width:400px;z-index:5;position:relative}.create-menu .create-menu-item{padding:16px;border-bottom:1px solid var(--light-2);display:-ms-flex;display:flex;flex-direction:row}.create-menu .create-menu-item .icon{height:56px;width:56px;background:var(--blue-subtle);flex-shrink:0;margin-right:16px}.create-menu .create-menu-item .text .primary{font-weight:700;color:var(--dark-1)}.create-menu .create-menu-item .text .secondary{font-size:12px;line-height:16px;margin-top:4px;color:var(--dark-2)}.app-header .search{grid-column-start:2;grid-column-end:3;position:relative}.app-header .search .search-wrapper{height:100%;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;justify-content:center;position:relative}.app-header .search .search-wrapper .app-input{width:100%;border-radius:8px}.search .input-wrapper{box-shadow:none;border:1px solid var(--light-3);height:32px}.app-header .search .app-search-menu{width:100%;box-shadow:var(--elevation-5);margin-top:-4px;font-size:12px;max-height:640px;overflow-y:auto;z-index:20;position:relative}.app-header .search .app-search-menu .search-results-section{padding-top:8px}.app-header .search .app-search-menu .search-results-section__title{font-size:8px;font-weight:700;letter-spacing:.4px;color:var(--dark-4);padding-left:16px;padding-right:16px;margin-bottom:8px;display:flex;flex-direction:row;align-items:center}.app-header .search .app-search-menu .search-results-section__title .search-results-section__title__show-more{color:var(--blue-lighter);margin-left:auto;cursor:pointer}.app-header .search .app-search-menu .search-results-section__items__item{display:flex;flex-direction:row;align-items:center;transition:all .2s ease-out;padding:8px 16px;cursor:pointer;color:var(--dark-1)}.app-header .search .app-search-menu .search-results-section__items__item:hover{background:var(--light-2)}.app-header .search .app-search-menu .search-results-section__items__item__image{height:32px;width:32px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.app-header .search .app-search-menu .search-results-section__items__item__image img{max-height:100%;max-width:100%;height:auto;width:auto}.app-header .search .app-search-menu .search-results-section__items__item__desc__primary{font-weight:600;color:var(--dark-2)}.app-header .search .app-search-menu .search-results-section__items__item__desc__secondary{color:var(--dark-3);font-size:10px}.app-header .search .app-search-menu .paged-view-wrapper__tabs{display:flex;flex-direction:row;align-items:center;padding:8px 8px 8px 16px}.app-header .search .app-search-menu .paged-view-wrapper__tabs__tab{height:24px;margin-right:16px;font-size:8px;font-weight:700;letter-spacing:.4px;color:var(--dark-4);display:flex;align-items:center;flex-direction:row;cursor:pointer}.app-header .search .app-search-menu .paged-view-wrapper__tabs__tab:hover{color:var(--dark-3)}.app-header .search .app-search-menu .paged-view-wrapper__tabs__tab.active{color:var(--blue-main);border-bottom:1px solid var(--blue-main)}.app-header .search .app-search-menu .search-results-section__footer__show-more{display:flex;flex-direction:row;align-items:center;justify-content:center;height:32px;border-top:1px solid var(--light-2);font-size:10px;font-weight:700;color:var(--light-4);cursor:pointer}.app-header .search .app-search-menu .search-results-section__footer__show-more:hover{color:var(--dark-4)}.es-search-placeholder-text{font-size:12px;font-family:var(--nhg);color:var(--dark-4)}.es-app-search-menu-wrapper{margin-top:-40px}.app-header .account{height:32px;width:32px;border-radius:8px;background:var(--blue-subtle);margin-left:16px;z-index:5;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;color:var(--blue-main)}.app-header .account img{width:100%}.app-header .account-button-menu{background:#fff;box-shadow:var(--elevation-6);margin-top:10px;border-radius:8px;overflow:hidden;z-index:5;position:relative}.app-header .account-button-menu .account-button-menu-item{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-3);padding:8px 12px;cursor:pointer;transition:all .2s ease-out}.app-header .account-button-menu .account-button-menu-item:hover{background:var(--light-2)}.app-header .account-button-menu .account-button-menu-item .icon{margin-right:12px}.app-header .account-button-menu .account-button-menu-item .icon .account-button-menu-icon{stroke:var(--light-4);height:20px;margin-top:2px}.app-header .account-button-menu .account-button-menu-item.disabled{background:var(--light-2);color:var(--light-4);pointer-events:none}.app-radio .radio-item{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;margin-bottom:8px;cursor:pointer}.app-radio .radio-item .radio-indicator{height:16px;width:16px;border-radius:100%;border:1px solid var(--blue-main);background:#fff;box-sizing:border-box}.app-radio .radio-item.selected .radio-indicator{border-width:4px}.app-radio .radio-item .radio-label{margin-left:16px;font-size:12px;font-weight:400}.app-slider input{-webkit-appearance:none;appearance:none;width:100%;height:4px;background:var(--blue-subtle);outline:none;opacity:.7;transition:opacity .2s}.app-slider input:hover{opacity:1}.app-slider input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:100%;background:#fff;cursor:pointer;box-shadow:var(--elevation-3)}.app-slider input::-moz-range-thumb{width:12px;height:12px;background:#fff;cursor:pointer;box-shadow:var(--elevation-3)}.toggle-wrapper{cursor:pointer}.app-toggle,.toggle-wrapper{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.app-toggle{height:16px;width:24px;box-sizing:border-box;background:var(--light-3);border:1px solid var(--light-4);border-radius:16px;padding-left:1px;padding-right:1px;transition:all .2s ease-out}.app-toggle.selected{background:var(--blue-main);border-color:var(--blue-main);justify-content:flex-end}.app-toggle .toggle-handle{background:#fff;height:12px;width:12px;border-radius:100%;transition:all .2s ease-out;box-shadow:var(--elevation-1)}.toggle-wrapper .toggle-label{font-size:12px;margin-left:12px}.landing-page-new{height:100%;width:100%;overflow:hidden;position:relative;display:grid;grid-template-columns:repeat(32,minmax(0,1fr));grid-column-gap:12px}.landing-page-new__bg{height:100%;width:100%;position:fixed;top:0;left:0;z-index:1}.landing-page-new__bg img{height:100%;width:auto}.landing-page-new__blur{position:absolute;left:-200px;top:-200px;z-index:2}.landing-page-new__logo{position:absolute;top:8.33%;left:6.25%;width:6.25%;z-index:3}.landing-page-new__logo img{width:100%}.landing-page-new__banner{grid-column-start:21;grid-column-end:33;height:100%;overflow:hidden;display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;position:absolute;z-index:3}.landing-page-new__banner img{width:100%}.landing-page-new__hero{grid-column-start:15;grid-column-end:28;height:100%;overflow:hidden;display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;position:absolute;z-index:4}.landing-page-new__hero img{width:100%}.landing-page-new__text{grid-column-start:3;grid-column-end:14;position:absolute;bottom:9.33%;z-index:3;color:#333}.landing-page-new__text__secondary{font-size:4.5vw}.landing-page-new__text__primary,.landing-page-new__text__secondary{line-height:1em;font-family:allotrope,sans-serif;font-weight:900;font-style:normal}.landing-page-new__text__primary{font-size:8vw}.landing-page-new__text__tertiary{font-weight:400;margin-top:12px;color:#626161;line-height:1.5em}.landing-page-new__text__link,.landing-page-new__text__tertiary{font-size:16px;font-family:allotrope,sans-serif;font-style:normal}.landing-page-new__text__link{font-weight:700;color:var(--blue-main);display:flex;flex-direction:row;align-items:center;margin-top:16px;cursor:pointer}.landing-page-new__text__link__icon{fill:var(--blue-main);height:16px}.landing-page-new__text__link:hover{text-decoration:underline}.landing-page-new__cta{flex-direction:row;background:#ffd23f;color:#333;height:40px;position:absolute;right:6.25%;top:8.33%;z-index:5;padding-left:4px;padding-right:4px;border-radius:8px;box-shadow:0 8px 16px -4px rgba(255,210,63,.58)}.landing-page-new__cta,.landing-page-new__cta__section{display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.landing-page-new__cta__section{width:71px;height:100%;background:none;padding:0}.landing-page-new__cta__section,.landing-page-new__cta__seperator{font-family:allotrope,sans-serif;font-weight:700;font-style:normal;font-size:14px}.landing-page-new__cta__seperator{width:2px;margin-left:-3px}.auth-page{height:100%;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background:#fff;overflow:auto}.auth-page .form-container{grid-column-start:1;grid-column-end:2;height:100%;padding:48px 16.66%}.auth-page .form-container .logo{height:32px}.auth-page .form-container .logo img{height:100%}.auth-page .form-container .auth-page-title{font-family:var(--nhg-display);font-weight:700;font-size:32px;display:flex;flex-direction:row;align-items:center}.auth-page .form-container .auth-page-title .logo{height:24px;margin-right:20px;display:flex;align-items:center;justify-content:center}.auth-page .form-container .auth-page-title .logo img{height:24px}.auth-page .form-container .auth-page-secondary-title{font-size:16px;line-height:24px;margin-top:12px;color:var(--dark-4)}.auth-page .text-link{text-decoration:underline}.auth-page .text-link:hover{color:var(--blue-main)}.auth-page .auth-carousel{grid-column-start:2;grid-column-end:3;height:100%}.auth-page .auth-carousel .carousel-content-wrapper{height:100%;background:var(--blue-lighter)}.auth-form{width:100%;padding-right:16.33%}.auth-form .form-group{margin-top:40px;position:relative}.auth-form .form-group .input{height:40px;font-size:16px;border:none;border-bottom:2px solid var(--light-4);width:100%;outline:none;padding-left:32px}.auth-form .form-group .input:focus{border-bottom-color:var(--blue-main)}.auth-form .form-group label{position:absolute;left:32px;bottom:12px;font-size:16px;color:var(--dark-4);transition:all .2s ease-out;pointer-events:none}.auth-form .form-group .input.hasValue+label,.auth-form .form-group .input:active+label,.auth-form .form-group .input:focus+label{font-size:10px;bottom:38px;left:2px}.auth-form .form-group .input.invalid{border-bottom-color:var(--red-main)}.auth-form .form-group .static-icon{left:0;pointer-events:none}.auth-form .form-group .static-icon,.auth-form .form-group .static-icon-right{position:absolute;bottom:11px;color:var(--dark-4);-webkit-transform:all .4s ease-out;transform:all .4s ease-out}.auth-form .form-group .static-icon-right{right:0;cursor:pointer}.auth-form .form-group .assistive{position:absolute;left:0;top:44px;display:flex;flex-direction:row;align-items:center}.auth-form .form-group .assistive .assistive-icon{display:flex;align-items:center;justify-content:center}.auth-form .form-group .assistive .assistive-text{font-size:10px;color:var(--red-main);font-weight:600;margin-left:8px}.auth-form .submit{border:none;margin-top:40px;width:100%;transition:all .2s ease-out}.auth-form .terms{margin-top:40px;font-size:14px;color:var(--dark-4)}.onboarding-page{height:100%;width:100%;background:#fff;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.onboarding-page .link-text{color:var(--blue-main)}.onboarding-page .text-link{text-decoration:underline}.onboarding-page .text-link:hover{color:var(--blue-main)}.onboarding-page .form-container{grid-column-start:1;grid-column-end:2;height:100%;padding-left:16.66%;padding-right:16.66%;padding-top:48px}.onboarding-page .form-container .logo{height:32px}.onboarding-page .form-container .logo img{height:100%}.onboarding-page .form-container .onboarding-primary-text{font-family:var(--nhg-display);font-weight:700;font-size:32px;margin-top:48px}.onboarding-page .form-container .onboarding-secondary-text{font-size:16px;margin-top:12px;color:var(--dark-4)}.onboarding-page .graphic{grid-column-start:2;grid-column-end:3;height:100%;background:var(--blue-lighter)}.onboarding-form{width:100%;padding-right:8.33%;position:relative}.onboarding-form .row{display:grid}.onboarding-form .form-group{margin-top:40px;position:relative;display:flex;flex-direction:row}.onboarding-form .form-group .assistive{position:absolute;left:0;top:44px;display:flex;flex-direction:row;align-items:center}.onboarding-form .form-group .assistive .assistive-icon{display:flex;align-items:center;justify-content:center}.onboarding-form .form-group .assistive .assistive-text{font-size:10px;color:var(--red-main);font-weight:600;margin-left:8px}.onboarding-form .form-group.vertical{flex-direction:column}.onboarding-form .form-group .static-label{font-family:var(--nhg-display);font-weight:600;color:var(--dark-3);letter-spacing:.2px}.onboarding-form .form-group .preference-options .preference-options-item{margin-top:16px;padding:8px;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;color:var(--dark-2)}.onboarding-form .form-group .preference-options .preference-options-item.selected{background:var(--green-main);color:#fff}.onboarding-form .form-group .preference-options .preference-options-item .icon{height:40px;width:40px;background:var(--blue-subtle);flex-shrink:0;margin-right:16px;border-radius:4px}.onboarding-form .form-group .preference-options .preference-options-item .text{flex-grow:1}.onboarding-form .form-group .preference-options .preference-options-item .primary{font-weight:600}.onboarding-form .form-group .dropdown-input-wrapper{width:100%;position:relative}.onboarding-form .form-group .dropdown-input-wrapper__multi-select-container{display:flex;flex-direction:row;padding-left:32px;padding-right:32px;box-sizing:border-box;position:relative;border-bottom:2px solid var(--light-4);flex-wrap:wrap}.onboarding-form .form-group .dropdown-input-wrapper__multi-select-container.invalid{border-bottom-color:var(--red-main)}.onboarding-form .form-group .dropdown-input-wrapper__multi-select-container__inputs-wrapper{display:flex;flex-direction:row;align-items:center;flex-grow:1;flex-wrap:wrap}.onboarding-form .form-group .dropdown-input-wrapper__multi-select-container__inputs-wrapper input{padding-left:0;width:inherit;flex-grow:1;min-width:80px;border-bottom:none}.onboarding-form .form-group .dropdown-input-wrapper__multi-select-container__inputs-wrapper input:disabled{background:none}.onboarding-form .form-group .dropdown-input-wrapper__multi-select-container__inputs-wrapper .multi-select-item{margin-top:8px;margin-right:8px;margin-bottom:8px;height:24px;padding-right:4px;background:var(--blue-main);color:#fff}.onboarding-form .form-group .dropdown-input-wrapper__multi-select-container__inputs-wrapper .multi-select-item__text{pointer-events:none}.onboarding-form .dropdown-input-wrapper-menu{width:100%;max-height:220px;overflow:auto;background:#fff}.onboarding-form .dropdown-input-wrapper-menu .city-item{padding:16px;border-bottom:1px solid var(--light-2);transition:all .2s ease-out}.onboarding-form .dropdown-input-wrapper-menu .city-item:hover{cursor:pointer;background:var(--blue-subtle)}.onboarding-form .dropdown-input-wrapper-menu .city-item .state{color:var(--dark-4)}.onboarding-form .form-group .input{height:40px;font-size:16px;border:none;border-bottom:2px solid var(--light-4);width:100%;outline:none;font-family:var(--nhg);padding-left:32px}.onboarding-form .form-group .input:focus{border-bottom-color:var(--blue-main)}.onboarding-form .form-group .input.invalid{border-bottom-color:var(--red-main)}.onboarding-form .form-group .input[type=date]::-webkit-calendar-picker-indicator{display:block;width:14px;height:14px;-webkit-filter:brightness(50%);filter:brightness(50%)}.onboarding-form .form-group label{position:absolute;left:32px;bottom:12px;font-size:16px;color:var(--dark-4);transition:all .2s ease-out;pointer-events:none}.onboarding-form .form-group .static-icon{position:absolute;left:0;bottom:11px;color:var(--dark-4);-webkit-transform:all .4s ease-out;transform:all .4s ease-out;pointer-events:none}.onboarding-form .form-group .dropdown-input-wrapper__multi-select-container .static-icon{top:12px}.onboarding-form .form-group .input:focus+label{font-size:10px;bottom:38px;left:2px}.onboarding-form .form-group .input.hide-label-on-active+label{font-size:12px}.onboarding-form .form-group .input.hide-label-on-active:focus+label{display:none}.onboarding-form .form-group .input.hasValue+label,.onboarding-form .form-group .input:active+label{font-size:10px;bottom:38px;left:2px}.onboarding-form .form-group .dropdown-input-wrapper__multi-select-container .input.hasValue+label,.onboarding-form .form-group .dropdown-input-wrapper__multi-select-container .input:active+label{font-size:10px;top:-16px;left:2px}.onboarding-form .options-group{margin-top:56px;display:-ms-flex;display:flex;flex-direction:row;justify-content:flex-end;-ms-align-items:center;align-items:center}.onboarding-form .options-group .submit-button{width:160px;border:none}.onboarding-form .options-group .skip-button{margin-right:32px;color:var(--blue-lighter);font-weight:700;font-size:14px}.onboarding-form .form-group .sports-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:32px;margin-top:8px}.onboarding-form .form-group .sports-selector .sports-selector-item{display:flex;flex-direction:row;align-items:center;margin-top:16px;cursor:pointer;overflow:hidden}.onboarding-form .form-group .sports-selector .sport-icon{height:40px;width:40px;background:var(--light-1);flex-shrink:0;border-radius:4px;display:flex;align-items:center;justify-content:center;pointer-events:none}.onboarding-form .form-group .sports-selector .sport-text{flex-grow:1;font-weight:700;color:var(--dark-2);pointer-events:none;text-align:center}.onboarding-form .form-group .sports-selector .sport-icon .sports-icon-svg{height:24px;fill:var(--blue-lighter)}.onboarding-form .form-group .sports-selector .sport-icon.selected .sports-icon-svg{fill:#fff}.onboarding-form .form-group .sports-selector .sports-selector-item.selected{background:var(--green-main)}.onboarding-form .form-group .sports-selector .sports-selector-item.selected .sport-icon{background:var(--green-darker)}.onboarding-form .form-group .sports-selector .sports-selector-item.selected .sports-icon-svg{fill:#fff}.onboarding-form .form-group .sports-selector .sports-selector-item.selected .sport-text{color:#fff}.onboarding-form .form-group .sports-selector .input-wrapper{position:relative;margin-top:16px}.onboarding-form .form-group .sports-selector .input-wrapper label{left:0}.onboarding-form .form-group .sports-selector .input-wrapper .input{padding-left:0}.onboarding-form .sports-preference-input-menu{width:200px;height:200px;overflow-y:auto}.onboarding-form .sports-preference-input-menu .other-sports-selector-item{display:flex;flex-direction:row;align-items:center;height:36px;border-bottom:1px solid var(--light-3);padding-left:16px;padding-right:16px}.onboarding-form .sports-preference-input-menu .other-sports-selector-item .other-sports-selector-item-text{flex-grow:1}.app-layout-row{display:grid}.auth-page .app-alert{margin-top:24px}.App{background:var(--blue-subtlest);height:100%;width:100%;overflow:hidden;box-sizing:border-box;padding-top:48px;position:relative}.App.onboarding{padding-top:168px}.App .App-content{height:100%;width:100%;overflow:auto}.App .bold{font-weight:700}.App .App-modal{position:absolute;height:100%;width:100%;top:0;left:0;pointer-events:none}.App .App-modal .App-modal-background{height:100%;width:100%;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;overflow-x:hidden;overflow-y:auto}.App .App-modal.open{pointer-events:all;z-index:10}.App .App-modal.open .App-modal-background{background:rgba(0,24,39,.9)}.App .no-data{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-column-start:1;grid-column-end:4;font-size:12px;color:var(--dark-4);line-height:20px;height:120px;text-align:center}.App .no-data .link{color:var(--blue-lighter);cursor:pointer}.onboarding-prompt{height:120px;background:var(--light-1);border-bottom:1px solid var(--light-2);position:absolute;top:48px;left:0;width:100%;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;font-size:12px;box-shadow:var(--elevation-2);padding-left:48px;padding-right:48px;z-index:4}.onboarding-prompt__options{margin-left:auto;display:flex;flex-direction:column;align-items:center}.onboarding-prompt__title{font-weight:700;margin-bottom:8px;font-size:20px;font-family:var(--nhg-display);display:flex;flex-direction:row;align-items:center;color:var(--dark-2)}.onboarding-prompt__title__progress{margin-top:auto}.onboarding-prompt__title__progress__container{width:320px;background:var(--light-3);height:4px;position:relative;overflow:hidden}.onboarding-prompt__title__progress__container__fill{position:absolute;height:100%;left:0;width:90%;background:var(--green-main)}.onboarding-prompt__title__progress__container__text{font-size:8px;position:absolute;left:0;height:100%;width:100%;flex-direction:row;color:var(--light-1);display:flex;align-items:center;justify-content:center}.onboarding-prompt__desc{margin-top:4px;display:flex;flex-direction:row;align-items:center}.onboarding-prompt__desc__line{margin-bottom:4px}.onboarding-prompt__desc__line__link{color:var(--blue-main)}.onboarding-prompt__cta{background:var(--blue-main);border-radius:8px;margin-left:auto;height:40px;width:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:10px;overflow:hidden;position:relative}.onboarding-prompt__cta.disabled{opacity:.3;pointer-events:none}.onboarding-prompt__cta__progress{position:absolute;height:100%;left:0;background:var(--blue-darker);transition:all 1.5s ease-out}.onboarding-prompt__cta__text{position:relative;flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.onboarding-prompt__cta__primary{font-weight:700;font-family:var(--nhg-display);letter-spacing:.4px;display:flex;flex-direction:row;align-items:center}.onboarding-prompt__cta__secondary{letter-spacing:.4px;font-size:8px;font-weight:400;font-family:var(--nhg);margin-top:4px}.onboarding-prompt__estimate{margin-top:12px;font-size:10px;color:var(--dark-3)}.onboarding-prompt__title__icon{stroke:var(--blue-main);height:26px;margin-right:12px}.home-page{display:grid;padding-left:48px;padding-right:48px;grid-template-columns:repeat(12,1fr);grid-gap:32px;padding-top:32px}.home-page .sticky-wrapper{position:-webkit-sticky;position:sticky}.home-page .sticky-wrapper.sticky-top{top:32px}.home-page .sticky-wrapper.sticky-bottom{bottom:32px}.home-page .left-column{grid-column-start:1;grid-column-end:4}.home-page .left-column.sticky-bottom{display:flex;flex-direction:column-reverse}.home-page .middle-column{grid-column-start:4;grid-column-end:10}.home-page .right-column{grid-column-start:10;grid-column-end:13}.home-page .right-column.sticky-bottom{display:flex;flex-direction:column-reverse}.home-page .card-section{margin-bottom:32px}.home-page .card-section .card-section-title{padding-left:16px;padding-right:16px;margin-bottom:16px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;font-family:var(--nhg-display)}.home-page .card-section .card-section-title .app-notification{margin-left:auto}.home-page .card-label{padding-left:16px;padding-right:16px;margin-bottom:12px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.home-page .card-label .app-notification{margin-left:auto}.home-page .create-post-card{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;padding-top:12px;padding-bottom:12px}.home-page .create-post-card .avatar{height:36px;width:36px;background:var(--blue-subtle);border-radius:8px;margin-right:16px}.home-page .create-post-card .input{flex-grow:1;color:var(--dark-4)}.home-page .page-card{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;margin-bottom:16px}.home-page .page-card .image{height:48px;width:48px;border-radius:8px;background:var(--blue-subtle);margin-right:16px}.home-page .page-card .meta{display:-ms-flex;display:flex;flex-direction:column;justify-content:center;font-family:"Inter",sans-serif}.home-page .page-card .meta .primary{font-weight:700;margin-bottom:4px}.home-page .page-card .meta .secondary{color:var(--dark-2)}.home-page .summary-calendar{display:-ms-flex;display:flex;flex-direction:column;-ms-align-items:center;align-items:center;width:100%}.home-page .summary-calendar .week{font-size:10px;margin-bottom:16px}.home-page .summary-calendar .day-pager,.home-page .summary-calendar .week{display:-ms-flex;display:flex;flex-direction:row;width:100%;-ms-align-items:center;align-items:center}.home-page .summary-calendar .week .prev{margin-right:16px}.home-page .summary-calendar .week .next,.home-page .summary-calendar .week .prev{width:24px;height:24px;border-radius:8px;stroke:var(--blue-lighter);display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}.home-page .summary-calendar .week .next{margin-left:16px}.home-page .summary-calendar .week .label{flex-grow:1;text-align:center}.home-page .summary-calendar .days{display:-ms-flex;display:flex;flex-direction:row;flex-grow:1}.home-page .summary-calendar .days .day{width:20%;display:-ms-flex;display:flex;flex-direction:column;-ms-align-items:center;align-items:center;padding-top:8px;padding-bottom:8px;border-radius:8px}.home-page .summary-calendar .days .day.selected{background:var(--blue-subtle)}.home-page .summary-calendar .days .day .value{font-weight:600}.home-page .summary-calendar .days .day .label{font-size:10px;color:var(--dark-4)}.home-page .summary-calendar .user-events{width:100%}.home-page .summary-calendar .user-events .event-card-small{padding-left:0;padding-right:0}.directory-page{display:grid;padding-left:48px;padding-right:48px;grid-template-columns:repeat(12,1fr);grid-gap:32px;padding-top:32px}.directory-page .sticky-wrapper{position:-webkit-sticky;position:sticky;padding-bottom:32px}.directory-page .sticky-wrapper.sticky-top{top:32px}.directory-page .sticky-wrapper.sticky-bottom{bottom:0}.directory-page .left-column{grid-column-start:1;grid-column-end:4}.directory-page .left-column.sticky-bottom{display:flex;flex-direction:column-reverse}.directory-page .middle-column{grid-column-start:4;grid-column-end:10}.directory-page .right-column{grid-column-start:10;grid-column-end:13;border-left:1px solid var(--light-3);padding-left:28px}.directory-page .right-column.sticky-bottom{display:flex;flex-direction:column-reverse}.directory-page .card-section .card-section-title{margin-bottom:16px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;border-bottom:1px solid var(--light-4);padding-bottom:12px}.directory-page .card-section .card-section-title .reset{margin-left:auto;color:var(--red-lighter)}.directory-page .card-section .app-card:last-child{margin-bottom:0}.directory-page .profile-card{padding-left:0;padding-right:0}.directory-page .profile-card .profile-link{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;padding-left:16px;padding-right:16px}.directory-page .profile-card .image{height:48px;width:48px;border-radius:8px;background:var(--blue-subtle);margin-right:16px}.directory-page .profile-card .meta{display:-ms-flex;display:flex;flex-direction:column;justify-content:center;font-family:"Inter",sans-serif}.directory-page .profile-card .meta .primary{font-weight:700;margin-bottom:4px}.directory-page .profile-card .meta .secondary{color:var(--dark-2)}.directory-page .search-card{padding:0 16px;height:40px;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;margin-bottom:20px}.directory-page .filter-group{margin-bottom:24px}.directory-page .filter-group .filter-group-title{font-weight:700;color:var(--dark-2);margin-bottom:8px}.directory-page .filter-group .filter-group-input .app-input .input-wrapper{background:#fff}.directory-page .filter-group .filter-group-applied{display:flex;flex-direction:row;flex-wrap:wrap}.directory-page .filter-group .filter-group-applied .app-chip{margin-right:12px;margin-top:12px;cursor:pointer;background:var(--blue-main);color:var(--light-1);padding-right:4px}.directory-page .show-more-container{display:flex;align-items:center;justify-content:center;padding:32px}.directory-page .location-input-wrapper .input-wrapper{height:32px;box-shadow:var(--elevation-1);border:1px solid var(--light-2);background:#fff}.directory-page .location-input-wrapper .input-wrapper input{padding-left:16px}.directory-card{padding:0;overflow:hidden}.directory-card .header{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;padding:16px 16px 12px 24px}.directory-card .header .text{font-size:20px;font-weight:700;font-family:var(--nhg-display);color:var(--dark-2);margin-left:16px}.directory-card .info{margin-left:24px;margin-right:40px;color:var(--dark-3)}.directory-card .info p{margin:0 0 16px;line-height:19px}.directory-card .user-pages{padding-top:16px;padding-bottom:24px;border-top:1px solid var(--light-2)}.directory-card .user-pages .user-pages-title{padding-left:24px;padding-right:24px;font-weight:700;color:var(--dark-4);font-family:var(--nhg-display)}.directory-card .user-pages .user-page{padding-left:24px;padding-right:24px;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;margin-top:16px}.directory-card .user-pages .user-page .image{height:48px;width:48px;border-radius:8px;background:var(--blue-subtle);margin-right:16px;display:flex;justify-content:center;align-items:center;overflow:hidden;flex-shrink:0}.directory-card .user-pages .user-page .image.black{background:#000}.directory-card .user-pages .user-page .image img{width:100%}.directory-card .user-pages .user-page .meta{display:-ms-flex;display:flex;flex-direction:column;justify-content:center}.directory-card .user-pages .user-page .meta .primary{font-weight:700;margin-bottom:4px;color:var(--dark-1)}.directory-card .user-pages .user-page .meta .secondary{color:var(--dark-2)}.directory-page-card{display:-ms-flex;display:flex;flex-direction:row;padding:16px;margin-bottom:24px}.directory-page-card .image{height:80px;width:80px;border-radius:8px;background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;overflow:hidden}.directory-page-card .image.black{background:#000}.directory-page-card .image img{width:100%}.directory-page-card .meta{padding-left:16px;display:-ms-flex;display:flex;flex-direction:column;flex-grow:1}.directory-page-card .meta .head{display:-ms-flex;display:flex;flex-direction:row}.directory-page-card .meta .head .page-follow-button{margin-left:auto}.directory-page-card .meta .head .page-follow-button.submitting{padding-left:20px;padding-right:20px}.directory-page-card .meta .head .page-follow-button.neutral{color:var(--dark-4)}.directory-page-card .meta .head .page-follow-button .show-on-hover,.directory-page-card .meta .head .page-follow-button:hover .hide-on-hover{display:none}.directory-page-card .meta .head .page-follow-button:hover .show-on-hover{display:inline-block}.directory-page-card .meta .head .page-follow-button.neutral:hover{color:var(--red-lighter);border-color:var(--red-lighter)}.directory-page-card .meta .head .follow-icon{height:36px;width:36px;border-radius:100%;border:2px solid var(--blue-lighter);margin-left:auto;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}.directory-page-card .meta .h6{font-size:16px;font-weight:700;font-family:var(--nhg-display);color:var(--dark-2);line-height:28px;display:block;margin-bottom:4px}.directory-page-card .meta .secondary-text{color:var(--dark-4);margin-bottom:8px;display:flex;flex-direction:row;align-items:center}.directory-page-card .meta .meta-icon{stroke:var(--light-4);height:12px;width:12px;margin-right:8px}.directory-page-card .meta .description{flex-grow:1}.directory-page .create-prompt{background:var(--blue-darker);padding:24px;color:var(--light-1);border-radius:8px;margin-bottom:32px}.directory-page .create-prompt .illustration{display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;margin-bottom:16px;height:184px}.directory-page .create-prompt .blurb{margin-bottom:16px;font-weight:700;text-align:center}.directory-categories{display:flex;flex-direction:row;align-items:center;overflow-x:auto;flex-wrap:nowrap;padding-top:4px;padding-bottom:24px}.directory-categories .directory-category{margin-right:16px;padding:12px 16px;font-size:12px;border-radius:24px;color:var(--dark-4);height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:100}.directory-categories .directory-category.selected{background:var(--blue-darker);color:#fff;font-weight:600}.page-search-bar{padding:0 4px 0 16px;height:40px;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;margin-bottom:20px}.page-search-bar.disabled{opacity:.4;pointer-events:none}.page-search-bar .page-search-bar-form{flex-grow:1;display:flex;flex-direction:row;height:100%;align-items:center}.page-search-bar .page-search-bar-input{flex-grow:1;height:100%;outline:none;border:none;padding:0 16px 0 8px;font-size:12px}.page-search-bar .page-search-bar-input:disabled{background:#fff}.page-search-bar .submit-page-search-btn{width:32px;padding:0;border-radius:5px}.page-search-bar .submit-page-search-btn.submit-disabled{opacity:.3}.events-page{display:grid;padding-left:48px;padding-right:48px;grid-template-columns:repeat(12,1fr);grid-gap:32px;padding-top:32px}.events-page .sticky-wrapper{position:-webkit-sticky;position:sticky;padding-bottom:32px}.events-page .sticky-wrapper.sticky-top{top:32px}.events-page .sticky-wrapper.sticky-bottom{bottom:0}.events-page .left-column{grid-column-start:1;grid-column-end:4}.events-page .left-column.sticky-bottom{display:flex;flex-direction:column-reverse}.events-page .middle-column{grid-column-start:4;grid-column-end:10}.events-page .right-column{grid-column-start:10;grid-column-end:13;border-left:1px solid var(--light-3);padding-left:28px}.events-page .right-column.sticky-bottom{display:flex;flex-direction:column-reverse}.events-page .card-section .card-section-title{padding-right:16px;margin-bottom:12px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;border-bottom:1px solid var(--light-4);padding-bottom:12px}.events-page .card-section .card-section-title .reset{margin-left:auto;color:var(--red-lighter)}.event-card-small{padding-left:24px;padding-right:24px;margin-top:16px}.event-card-small .head{display:-ms-flex;display:flex;flex-direction:row}.event-card-small .head .date{height:24px;border-radius:4px;padding-left:8px;padding-right:8px;background:var(--blue-subtlest);display:-ms-flex;display:flex;flex-direction:column;-ms-align-items:center;align-items:center;justify-content:center;margin-bottom:8px;font-size:10px}.event-card-small .head .date .month{font-weight:400;letter-spacing:.6px;font-size:10px;line-height:10px}.event-card-small .head .date .day{font-size:16px;font-weight:600;color:var(--dark-1);line-height:16px;margin-top:2px}.event-card-small .head .meta{padding-left:16px}.event-card-small .body .primary{font-size:16px;font-weight:600;color:var(--dark-1);line-height:22px}.event-card-small .head .options{margin-left:auto}.event-card-small .body .secondary{font-size:12px;font-weight:400;color:var(--dark-4)}.event-card-small .body .image{height:160px;background:var(--blue-subtle);border-radius:8px;margin-top:16px}.event-card-small .body .blurb{margin-top:16px;font-family:"Inter",sans-serif}.event-card-small .foot{margin-top:16px;padding-top:16px;border-top:1px solid var(--light-3);display:-ms-flex;display:flex;flex-direction:row}.event-card-small .foot .followers{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.event-card-small .foot .followers .follower{height:32px;width:32px;border-radius:4px;background:var(--blue-subtle);margin-right:8px}.event-card-small .foot .stats{margin-left:auto;height:32px}.event-card-small .foot .stats,.event-card-small .foot .stats .stat-item,.events-page .search-card{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.events-page .search-card{padding:0 16px;height:40px;margin-bottom:24px}.events-page .filter-group{margin-bottom:24px}.events-page .filter-group .filter-group-title{font-weight:700;color:var(--dark-2);margin-bottom:8px}.events-page .filter-group .filter-group-input .app-input .input-wrapper{background:#fff}.events-page .filter-group .filter-group-options{display:grid;grid-template-columns:repeat(3,auto);grid-column-gap:12px}.events-page .filter-group .filter-group-option-item{flex:1 1;background:#fff;display:flex;align-items:center;justify-content:center;height:32px;border-radius:8px;box-shadow:var(--elevation-1);color:var(--dark-4);cursor:pointer;margin-top:8px}.events-page .filter-group .filter-group-option-item.selected{background:var(--blue-main);color:#fff;font-weight:700}.events-page .filter-group .filter-group-applied{display:flex;flex-direction:row;flex-wrap:wrap}.events-page .filter-group .filter-group-applied .app-chip{margin-right:12px;margin-top:12px;cursor:pointer;background:var(--blue-main);color:var(--light-1);padding-right:4px}.events-page .show-more-container{display:flex;align-items:center;justify-content:center;padding:16px 32px 32px}.events-page .show-more-container .show-more-button{width:88px}.events-page .location-input-wrapper .input-wrapper{height:32px;box-shadow:var(--elevation-1);border:1px solid var(--light-2);background:#fff}.events-page .location-input-wrapper .input-wrapper input{padding-left:16px}.profile-page .cover{height:240px;background:var(--blue-subtle);background:var(--blue-main);background:#b9e3fe;background:linear-gradient(90deg,#b9e3fe,#ebf7ff);display:-ms-flex;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:0;overflow:hidden}.profile-page .cover img{width:100%;z-index:-1;position:relative}.profile-page .cover .overlay{height:100%;width:100%;position:absolute;left:0;top:0;background:#022e4b;z-index:0;opacity:.01;cursor:pointer}.profile-page .cover .edit-cover-btn{height:24px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--orange-lighter);fill:var(--light-2);position:absolute;right:48px;top:24px;cursor:pointer;padding-left:4px;padding-right:12px;font-size:10px;color:#fff;font-weight:700;transition:all .2s ease-out}.profile-page .cover .edit-cover-btn:hover{background:var(--orange-main)}.profile-page .edit-profile-photo-btn{height:24px;width:24px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--orange-lighter);fill:var(--light-2);position:absolute;bottom:10px;right:16px;cursor:pointer;transition:all .2s ease-out}.profile-page .edit-profile-photo-btn:hover{background:var(--orange-main)}.profile-page .edit-profile-photo-btn .icon{height:14px}.profile-page .cover .edit-cover-btn .icon{height:12px}.profile-page .profile-name{font-size:28px;line-height:28px;font-weight:600;color:var(--dark-2);display:flex;align-items:center;border-bottom:1px solid var(--light-2);height:72px}.profile-page .profile-name,.profile-page .tabs{padding-left:368px;flex-direction:row;background:#fff}.profile-page .tabs{height:40px;display:-ms-flex;display:flex}.profile-page .tabs .tab-item{height:100%;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;margin-right:32px;color:var(--dark-4);font-weight:400;border-bottom:2px solid transparent;padding-top:2px}.profile-page .tabs .tab-item.active{color:var(--dark-2);border-bottom:2px solid var(--blue-main)}.profile-page .body{padding-left:48px;padding-right:48px;display:grid;grid-template-columns:320px 1fr}.profile-page .body .sidebar{padding-right:48px}.profile-page .profile-summary-card{margin-top:-176px;padding:24px;display:-ms-flex;display:flex;flex-direction:column;-ms-align-items:center;align-items:center;position:relative}.profile-page .profile-summary-card__image-wrapper{position:relative}.profile-page .profile-summary-card__handle{font-size:16px;font-family:var(--nhg-display);font-weight:100;margin-top:16px;color:var(--dark-2)}.profile-page .profile-summary-card .image{height:160px;width:160px;background:var(--blue-subtle);border-radius:100%;border:4px solid var(--blue-subtlest);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.profile-page .profile-summary-card .image img{height:100%}.profile-page .profile-summary-card .image .overlay{height:100%;width:100%;position:absolute;left:0;top:0;background:#022e4b;z-index:0;opacity:0;cursor:pointer}.profile-page .profile-summary-card .stats{margin-top:16px;margin-bottom:24px;display:-ms-flex;display:flex;flex-direction:row;width:100%}.profile-page .profile-summary-card .stats .stat-item{width:33%;display:-ms-flex;display:flex;flex-direction:column;-ms-align-items:center;align-items:center;border-right:1px solid var(--light-2);cursor:pointer}.profile-page .profile-summary-card .stats .stat-item .value{font-size:16px;font-weight:600}.profile-page .profile-summary-card .stats .stat-item .key{color:var(--dark-4);font-size:10px;margin-top:4px;letter-spacing:.4px}.profile-page .profile-summary-card .stats .stat-item:last-child{border:none}.profile-page .profile-summary-card .follow-button{width:100%}.profile-page .user-bio-card{margin-top:32px;margin-bottom:32px;padding:24px}.profile-page .user-bio-card .location-search-input{width:100%;margin-top:12px;font-family:var(--nhg);font-size:12px;height:24px;border-radius:4px;border:1px solid var(--light-4);padding-left:8px;outline:none}.profile-page .user-bio-card .autocomplete-dropdown-container .suggestion-item,.profile-page .user-bio-card .autocomplete-dropdown-container .suggestion-item--active{height:24px;display:flex;flex-direction:row;align-items:center}.profile-page .user-bio-card .location-search-input:focus{border-color:var(--blue-lighter)}.profile-page .user-bio-card .edit-bio-btn{height:20px;width:20px;display:flex;align-items:center;justify-content:center;fill:var(--orange-main);margin-left:16px;background:var(--orange-subtle);border-radius:4px;transition:all .2s ease-out}.profile-page .user-bio-card .edit-bio-btn .icon{height:10px}.profile-page .user-bio-card .edit-bio-btn:hover{cursor:pointer;background:var(--orange-main);fill:#fff}.profile-page .user-bio-card .edit-bio-form{margin-bottom:16px}.profile-page .user-bio-card .edit-bio-form .edit-bio-form-label{margin-bottom:4px;font-size:10px;font-weight:600;color:var(--dark-4)}.profile-page .user-bio-card .edit-bio-form .edit-bio-form-body{display:flex;flex-direction:row}.profile-page .user-bio-card .edit-bio-form input{height:24px;flex-grow:1;border:1px solid var(--light-3);padding-left:8px;border-radius:4px;outline:none}.profile-page .user-bio-card .edit-bio-form input:focus{border-color:var(--blue-main)}.profile-page .user-bio-card .edit-bio-form button{height:24px;width:24px;display:flex;align-items:center;justify-content:center;margin-left:8px;cursor:pointer}.profile-page .user-bio-card .edit-bio-form button.submit{background:var(--green-main);border:none;fill:#fff;border-radius:4px}.profile-page .user-bio-card .edit-bio-form button.submit.disabled{background:var(--light-2)}.profile-page .user-bio-card .edit-bio-form button.cancel{border:none;stroke:var(--dark-4);background:var(--light-2);border-radius:4px}.profile-page .user-bio-card .info-group{display:-ms-flex;display:flex;flex-direction:row;margin-bottom:16px}.profile-page .user-bio-card .info-group:last-child{margin-bottom:0}.profile-page .user-bio-card .info-group.row{align-items:center}.profile-page .user-bio-card .info-group.vertical{flex-direction:column}.profile-page .user-bio-card .info-group .key{font-size:12px;color:var(--dark-2);font-weight:600}.profile-page .user-bio-card .info-group.vertical .key{display:flex;flex-direction:row;align-items:center}.profile-page .user-bio-card .info-group.vertical .key .edit-bio-btn{margin-left:auto}.profile-page .user-bio-card .info-group.vertical .key .edit-bio-form{display:flex;flex-direction:row;align-items:center;margin-left:auto;margin-bottom:0}.profile-page .user-bio-card .info-group .map{height:120px;background:var(--blue-subtle);margin-top:12px}.profile-page .user-bio-card .info-group .value{margin-left:auto}.profile-page .user-bio-card .info-group.vertical .value{margin-left:0}.profile-page .user-bio-card .info-group .value.row{display:-ms-flex;display:flex;flex-direction:row;flex-wrap:wrap}.profile-page .user-bio-card .info-group .value.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:16px}.profile-page .user-bio-card .info-group .value .interest{display:flex;flex-direction:row;align-items:center;margin-top:16px;box-shadow:var(--elevation-2);border-radius:4px;overflow:hidden}.profile-page .user-bio-card .info-group .value .interest.inactive{border:1px solid var(--blue-subtle);box-shadow:var(--elevation-3)}.profile-page .user-bio-card .info-group .value .interest .icon{height:24px;width:24px;background:var(--blue-main);flex-shrink:0;display:flex;align-items:center;justify-content:center}.profile-page .user-bio-card .info-group .value .interest.inactive .icon{background:none;border-right:1px solid var(--blue-subtle)}.profile-page .user-bio-card .info-group .value .interest .icon .sports-icon-svg{fill:#fff;height:16px}.profile-page .user-bio-card .info-group .value .interest.inactive .icon .sports-icon-svg{fill:var(--dark-4)}.profile-page .user-bio-card .info-group .value .interest .desc{flex-grow:1;text-align:center;font-size:10px;font-weight:600;color:var(--dark-3)}.profile-page .user-bio-card .info-group .value .interest.inactive .desc{color:var(--dark-4)}.profile-page .user-bio-card .info-group .value .icon-value{height:56px;width:100%;border-radius:8px;background:var(--blue-subtle);margin-right:16px;margin-top:16px}.profile-page .user-bio-card .user-page{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;margin-top:16px}.profile-page .user-bio-card .user-page .image{height:48px;width:48px;border-radius:8px;background:var(--blue-subtle);margin-right:16px}.profile-page .user-bio-card .user-page .meta{display:-ms-flex;display:flex;flex-direction:column;justify-content:center}.profile-page .user-bio-card .user-page .meta .primary{font-weight:700;margin-bottom:4px}.profile-page .user-bio-card .user-page .meta .secondary{color:var(--dark-2)}.select-profile-photo-wrapper{width:40%;max-height:80%}.select-profile-photo{display:flex;flex-direction:column}.select-profile-photo__header{height:40px;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-2);padding-left:24px;padding-right:24px;font-size:16px;font-family:var(--nhg-display);font-weight:700}.select-profile-photo__header__link{color:var(--blue-main);margin-left:auto}.select-profile-photo__images{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:8px;flex-grow:1;overflow:auto;padding-left:24px;padding-right:24px;padding-bottom:24px}.select-profile-photo-list-options{padding:16px 24px 24px}.select-profile-photo__images__item{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--light-2);margin-top:24px;position:relative;cursor:pointer}.select-profile-photo__images__item__select{position:absolute;top:4px;right:4px;background:var(--blue-main);border-radius:100%;display:flex;align-items:center;justify-content:center;height:16px;width:16px;opacity:0;transition:all .2s ease-out}.select-profile-photo__images__item__select.selected,.select-profile-photo__images__item__wrapper:hover .select-profile-photo__images__item__select{opacity:1}.select-profile-photo__images__item__select__icon{height:12px;fill:#fff;position:absolute}.select-profile-photo__images__item__select__icon-delete{height:12px;stroke:#fff;position:absolute;display:none}.select-profile-photo__images__item__wrapper:hover .select-profile-photo__images__item__select.selected{background:var(--red-main)}.select-profile-photo__images__item__wrapper:hover .select-profile-photo__images__item__select.selected .select-profile-photo__images__item__select__icon{display:none}.select-profile-photo__images__item__wrapper:hover .select-profile-photo__images__item__select.selected .select-profile-photo__images__item__select__icon-delete{display:block}.select-profile-photo__images__item img{width:100%}.profile-page .user-bio-card .edit-bio-form button.submit.disabled{pointer-events:none;background:var(--light-3)}.select-profile-photo__images__item__options{height:24px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;width:100%}.select-profile-photo__images__item__options__icon__delete{stroke:var(--red-main);height:14px}.app-img-wrapper{position:relative}.app-img-wrapper img{transition:all .2s ease-out}.app-img-wrapper img.hidden{opacity:0}.app-img-wrapper .overlay{height:100%;width:100%;position:absolute;left:0;top:0;background:#022e4b;z-index:0;opacity:.1}.info-group .value.address{display:flex;flex-direction:row}.info-group .value.address .text{flex-grow:1}.organization-address-input{margin-top:0!important}.organization-overview{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px}.organization-overview .left-column{grid-column-start:1;grid-column-end:9}.organization-overview .profile-activity-card{margin-top:32px;padding:16px}.organization-overview .right-column{grid-column-start:9;grid-column-end:13}.organization-overview .right-column .app-card{margin-top:32px}.profile-overview-gallery-card{padding:0}.profile-overview-gallery-card .gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:120px 120px;grid-column-gap:4px;grid-row-gap:4px;padding-bottom:16px;margin-top:16px}.profile-overview-gallery-card .gallery-grid .gallery-grid-item{background:#000;display:flex;align-items:center;justify-content:center;height:120px;overflow:hidden}.profile-overview-gallery-card .gallery-grid .gallery-grid-item img{width:100%}.profile-overview-gallery-card .profile-overview-gallery-card-footer{padding:8px;border-top:1px solid var(--light-2);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--dark-4)}.organization-overview-members-card{overflow:hidden}.organization-overview-members-card .card-title{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;background:var(--blue-main);padding:4px 8px}.organization-overview-members-card .admins-list{border-bottom:1px solid var(--light-2);padding:16px 16px 0}.organization-overview-members-card .admins-list .app-button{margin-bottom:16px}.organization-overview-members-card .admins-list .admin-list-item{display:flex;flex-direction:row;margin-bottom:16px}.organization-overview-members-card .admins-list .admin-list-item .image{height:32px;width:32px;background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:4px}.organization-overview-members-card .admins-list .admin-list-item .image.has-image{background:#000}.organization-overview-members-card .admins-list .admin-list-item .image img{width:100%}.organization-overview-members-card .admins-list .admin-list-item .text{padding-left:16px}.organization-overview-members-card .admins-list .admin-list-item .text .primary{font-weight:600;color:var(--dark-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.organization-overview-members-card .admins-list .admin-list-item .text .secondary{color:var(--dark-4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.organization-overview-members-card .members-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:16px;padding:16px 16px 0}.organization-overview-members-card .members-list .members-list-item{display:flex;flex-direction:column;margin-bottom:16px}.organization-overview-members-card .members-list .members-list-item .image{width:100%;background:var(--blue-subtle);height:64px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:4px}.organization-overview-members-card .members-list .members-list-item .image.has-image{background:#000}.organization-overview-members-card .members-list .members-list-item .image img{width:100%}.organization-overview-members-card .members-list .members-list-item .text{text-align:center}.organization-overview-members-card .members-list .members-list-item .text .primary{font-weight:600;color:var(--dark-2);margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.organization-overview-members-card .members-list .members-list-item .text .secondary{color:var(--dark-4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:2px}.organization-overview-members-card .foot{padding:8px;border-top:1px solid var(--light-2);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--dark-4);cursor:pointer}.app-party-list__body__item__options__admin-option{display:flex;flex-direction:row;align-items:center}.app-party-list__body__item__options__admin-option .label{margin-right:8px;font-size:10px;color:var(--dark-4)}.app-party-list__header__back{position:absolute;left:16px;top:16px;stroke:var(--dark-4);cursor:pointer}.app-party-list__body__input,.app-party-list__footer{padding:16px}.app-party-list__body__input .search{grid-column-start:2;grid-column-end:3;position:relative}.app-party-list__body__input .search .search-wrapper{height:100%;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;justify-content:center;position:relative}.app-party-list__body__input .search .search-wrapper .app-input{width:100%;border-radius:8px}.app-party-list__body__input .input-wrapper{box-shadow:none;border:1px solid var(--light-3);height:32px}.app-party-list__body__input .search .app-search-menu{width:100%;box-shadow:var(--elevation-5);margin-top:4px}.app-party-list__body__input .search .app-search-menu .search-results-section{padding-top:8px}.app-party-list__body__input .search .app-search-menu .search-results-section__title{font-size:8px;font-weight:700;letter-spacing:.4px;color:var(--dark-4);padding-left:16px;padding-right:16px;margin-bottom:8px}.app-party-list__body__input .search .app-search-menu .search-results-section__items__item{display:flex;flex-direction:row;align-items:center;transition:all .2s ease-out;padding:8px 16px;cursor:pointer;color:var(--dark-1)}.app-party-list__body__input .search .app-search-menu .search-results-section__items__item:hover{background:var(--light-2)}.app-party-list__body__input .search .app-search-menu .search-results-section__items__item__image{height:32px;width:32px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.app-party-list__body__input .search .app-search-menu .search-results-section__items__item__desc__primary{font-weight:600;color:var(--dark-2)}.app-party-list__body__input .search .app-search-menu .search-results-section__items__item__desc__secondary{color:var(--dark-3);font-size:10px}.app-party-list .role-selection-wrapper .selected-role{display:flex;flex-direction:row;align-items:center;margin-top:4px}.app-party-list .role-selection-wrapper .role-selection-menu{margin-top:-12px}.app-party-list .role-selection-wrapper .role-selection-menu .role-selection-menu-item{padding:8px;display:flex;align-items:center;cursor:pointer}.app-party-list .role-selection-wrapper .role-selection-menu .role-selection-menu-item:hover{background:var(--light-2)}.app-party-list__body__item__options{display:flex;flex-direction:row;align-items:center}.app-party-list__body__item__options__delete-option{display:flex;align-items:center;justify-content:center;margin-left:16px;cursor:pointer}.delete-org-member-menu{padding:8px;display:flex;flex-direction:column;align-items:center}.delete-org-member-menu .desc{margin-bottom:8px}.organization-overview .organization-overview-posts{margin-top:32px}.organization-overview .organization-overview-posts .app-post-card{margin-bottom:32px}.organization-overview-posts .show-more-container{display:flex;align-items:center;justify-content:center;padding-bottom:32px}.organization-overview-posts .show-more-container .show-more-button{width:104px}.organization-overview .description-card{margin-top:32px;padding:16px}.organization-overview .description-card .description-card-title{font-weight:600;color:var(--dark-3);margin-bottom:16px}.organization-overview .description-card .description-card-types{display:flex;flex-direction:row;flex-wrap:wrap}.organization-overview .description-card .description-card-types .app-chip{margin-right:12px;background:var(--blue-subtle);color:var(--blue-main);margin-bottom:12px}.organization-overview .description-card .description-card-types .app-chip.editable{padding-right:0;cursor:pointer}.organization-overview .description-card .description-card-types .app-chip.edit-type{background:var(--orange-subtle);color:var(--orange-main)}.organization-overview .description-card .description-card-types .app-chip.add-type{background:#fff;color:var(--blue-main);border:1px solid var(--blue-main)}.organization-overview .description-card .edit-wrapper{display:flex;flex-direction:row;margin-top:16px}.organization-overview .description-card .edit-org-button{height:24px;background:var(--orange-subtle);color:var(--orange-main);border-radius:4px;padding-left:12px;padding-right:12px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:10px}.organization-overview .description-card .description-card-content{line-height:19px;font-weight:400;margin-top:8px}.organization-overview .description-card .update-organization-description-form textarea{width:100%;font-family:var(--nhg);height:80px;border:1px solid var(--light-3);border-radius:8px;padding:8px;outline:none;font-size:12px}.organization-overview .description-card .update-organization-description-form textarea:focus{border:1px solid var(--blue-main)}.organization-overview .description-card .update-organization-description-form .options{margin-top:8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.organization-overview .description-card .update-organization-description-form .options .char-count{margin-right:auto;font-size:10px;font-weight:700;color:var(--dark-4)}.organization-overview .description-card .update-organization-description-form .options .char-count.error{color:var(--red-main)}.organization-overview .description-card .update-types-container{margin-bottom:16px}.organization-overview .description-card .update-types-container .update-types-form{display:flex;flex-direction:row}.update-types-form .dismiss-btn{margin-left:16px}.organization-overview-services-card{padding:16px 16px 0}.organization-overview-services-card .card-title{font-weight:600;color:var(--dark-4)}.organization-overview-services-card .organization-overview-services-list{margin-top:16px}.organization-overview-services-card .organization-overview-services-list .organization-overview-service-card{display:flex;flex-direction:row;margin-bottom:16px}.organization-overview-services-card .organization-overview-services-list .organization-overview-service-card .image{height:32px;width:32px;border-radius:8px;background:var(--blue-subtle);margin-right:16px;flex-shrink:0}.organization-overview-services-card .organization-overview-services-list .organization-overview-service-card .text .primary-text{font-weight:600}.organization-overview-services-card .organization-overview-services-list .organization-overview-service-card .text .secondary-text{color:var(--dark-4)}.organization-overview-services-card .organization-overview-services-card-footer{padding:8px;border-top:1px solid var(--light-2);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--dark-4);cursor:pointer}.organization-services .no-services-container{display:flex;flex-direction:column;width:50%;padding-top:32px}.organization-services .no-services-container .text{font-size:16px;color:var(--dark-4)}.organization-services .no-services-container .app-button{width:240px;margin-top:32px}.organization-services .organization-services-header{display:flex;flex-direction:row;justify-content:flex-end;margin-top:32px}.organization-services .organization-services-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:32px}.organization-services .organization-service-card{margin-top:32px;padding:16px;display:flex;flex-direction:column}.organization-services .organization-service-card .image{height:160px;background:var(--blue-subtle);border-radius:8px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.organization-services .organization-service-card .overlay{height:100%;width:100%;position:absolute;left:0;top:0;background:#022e4b;z-index:0;opacity:.4}.organization-services .organization-service-card .image img{width:100%}.organization-services .organization-service-card .primary-text{font-size:16px;font-weight:600;margin-top:16px;position:relative;margin-bottom:16px}.organization-services .organization-service-card .primary-text input{height:32px;border:1px solid var(--light-4);width:100%;border-radius:4px;padding-left:8px;font-size:12px;outline:none}.organization-services .organization-service-card .primary-text input:focus{border:1px solid var(--blue-main)}.organization-services .organization-service-card .secondary-text{color:var(--dark-4);position:relative;margin-bottom:16px}.organization-services .organization-service-card .secondary-text.link{color:var(--blue-lighter);cursor:pointer}.organization-services .organization-service-card .secondary-text textarea{width:100%;height:80px;border:1px solid var(--light-4);border-radius:4px;padding-left:8px;padding-top:8px;font-size:12px;font-family:var(--nhg);outline:none}.organization-services .organization-service-card .secondary-text textarea:focus{border:1px solid var(--blue-main)}.organization-services .organization-service-card .character-count-label{position:absolute;font-size:8px;color:var(--dark-4);background:#fff;top:-4px;right:4px;font-weight:700;padding-left:4px;padding-right:4px}.organization-services .organization-service-card .character-count-label.error{color:var(--red-lighter)}.organization-services .organization-service-card .enquire-button{margin-top:16px}.organization-services .organization-service-card .submit-button{width:100%;outline:none;border:none;margin-bottom:16px}.organization-services .organization-service-card .delete-button{margin-bottom:16px;margin-top:16px;width:100%;outline:none;border:none}.organization-service-card__options{margin-top:auto}.organization-service-card__options__option{cursor:pointer;margin-top:8px;font-weight:700}.organization-service-card__options__option.edit{color:var(--blue-lighter)}.organization-service-card__options__option.delete{color:var(--red-lighter)}.organization-service-card__image__edit-btn{height:32px;width:32px;background:var(--orange-subtle);border-radius:8px;display:flex;align-items:center;justify-content:center;position:absolute;right:8px;bottom:8px;cursor:pointer}.organization-events{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px}.organization-events .card-section{margin-top:32px}.organization-events .card-section .card-section-title{margin-bottom:12px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;border-bottom:1px solid var(--light-4);padding-bottom:12px}.organization-events .card-section .card-section-title .reset{margin-left:auto;color:var(--red-lighter)}.organization-events .left-column{grid-column-start:1;grid-column-end:9}.organization-events .right-column{grid-column-start:9;grid-column-end:13}.organization-events .right-column .app-card{margin-top:32px;padding:16px}.organization-events .organization-events-list{margin-top:32px}.organization-events .filter-group{margin-bottom:24px}.organization-events.filter-group .filter-group-title{font-weight:700;color:var(--dark-2);margin-bottom:8px}.organization-events .filter-group .filter-group-input .app-input .input-wrapper{background:#fff}.organization-events .filter-group .filter-group-applied{display:flex;flex-direction:row;flex-wrap:wrap}.organization-events .filter-group .filter-group-applied .app-chip{margin-right:12px;margin-top:12px;cursor:pointer;background:var(--blue-main);color:var(--light-1);padding-right:4px}.organization-events .no-events-container{display:flex;flex-direction:column;width:50%;padding-top:32px}.organization-events .no-events-container .text{font-size:16px;color:var(--dark-4)}.organization-events .show-more-container{display:flex;align-items:center;justify-content:center;padding-bottom:32px}.organization-events .show-more-container .show-more-button{width:104px}.organization-posts{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px}.organization-posts .card-section{margin-top:32px}.organization-posts .card-section .card-section-title{padding-left:16px;padding-right:16px;margin-bottom:12px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.organization-posts .left-column{grid-column-start:1;grid-column-end:9}.organization-posts .profile-activity-card{margin-top:32px;padding:16px}.organization-posts .organization-posts-list{margin-top:32px}.organization-posts .organization-posts-list .feed-item-card{margin-top:24px}.organization-posts .organization-posts-list .app-post-card,.organization-posts .organization-posts-list .create-post-card{margin-top:32px}.organization-posts .feed-item-card{font-family:"Inter",sans-serif;padding:16px}.organization-posts .feed-item-card .head{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;margin-bottom:16px}.organization-posts .feed-item-card .head .avatar{height:36px;width:36px;background:var(--blue-subtle);margin-right:16px;border-radius:8px}.organization-posts .feed-item-card .head .meta{flex-grow:1}.organization-posts .feed-item-card .head .meta .primary{font-weight:700;color:var(--dark-1)}.organization-posts .feed-item-card .head .meta .secondary{color:var(--dark-4)}.organization-posts .feed-item-card .text{line-height:19px}.organization-posts .feed-item-card .media{margin-top:16px}.organization-posts .feed-item-card .foot{border-top:1px solid var(--light-2);margin-top:16px;padding-top:16px;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.organization-posts .feed-item-card .foot .option{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;justify-content:center}.organization-posts .feed-item-card .foot .option .value{margin-left:8px}.organization-posts .feed-item-card .foot .options-right{margin-left:auto}.organization-posts .feed-item-card .media .image-placeholder{width:100%;height:400px;background:var(--blue-subtle);border-radius:8px}.organization-posts .right-column{grid-column-start:9;grid-column-end:13}.organization-posts .right-column .app-card{margin-top:32px;padding:16px}.organization-posts .show-more-container{display:flex;align-items:center;justify-content:center;padding:32px}.organization-posts .show-more-container .show-more-button{width:104px}.create-post-card{display:-ms-flex;display:flex;flex-direction:row;padding:16px}.create-post-card .submit-post-btn{flex-shrink:0}.create-post-card .avatar{height:32px;width:32px;background:var(--blue-subtle);border-radius:8px;flex-shrink:0}.create-post-card .input-toggle{flex-grow:1;color:var(--dark-4);height:32px;display:flex;align-items:center;padding-left:16px}.create-post-card .input-wrapper{flex-grow:1;padding-right:24px;padding-left:24px;position:relative}.create-post-card .input-wrapper .media-options{left:136px;bottom:12px}.create-post-card .input-wrapper .character-count,.create-post-card .input-wrapper .media-options{position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;letter-spacing:.4px}.create-post-card .input-wrapper .character-count{right:24px;bottom:17px;font-weight:700;color:var(--dark-3);font-size:10px}.create-post-card .input-wrapper .character-count.red{color:var(--red-lighter)}.create-post-card .input-wrapper .attach-image-btn{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:10px;color:var(--dark-4);margin-right:24px;margin-left:24px;cursor:pointer}.create-post-card .input-wrapper .attach-video-btn{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:10px;color:var(--light-4)}.create-post-card .input-wrapper .media-selector{position:absolute;bottom:0;right:24px;height:20px;border:1px solid var(--light-3);display:flex;align-items:center;justify-content:center;padding-right:8px;border-radius:4px;font-size:10px;color:var(--dark-3)}.create-post-card .input-wrapper .media-selector:hover{background:var(--blue-subtle)}.create-post-card .input-wrapper #create-post-editor{display:flex;flex-direction:column-reverse;border:none}.create-post-card .input-wrapper #custom-toolbar{border:none;position:relative;z-index:0}.create-post-card .input-wrapper #custom-toolbar .ql-formats{margin-left:-14px}.create-post-card .input-wrapper #create-post-editor .ql-container{border:none}.quill>.ql-container>.ql-editor.ql-blank:before{font-size:12px;font-style:normal;font-family:var(--nhg);padding-left:0;left:0}.quill>.ql-container>.ql-editor.ql-blank br{display:none}.create-post-card .input-wrapper #create-post-editor .ql-editor{min-height:80px;border-bottom:1px solid var(--light-3);padding:8px 0 0}.create-post-card .input-wrapper #create-post-editor .ql-toolbar{border:none;padding-left:0;padding-bottom:0}.create-post-card .input-wrapper #custom-toolbar svg .ql-stroke{stroke:var(--dark-4)}.create-post-card .input-wrapper #custom-toolbar .ql-active svg .ql-stroke{stroke:var(--blue-main)}.create-post-card .input-wrapper #custom-toolbar svg .ql-fill{fill:var(--dark-4)}.create-post-card .input-wrapper #custom-toolbar .ql-active svg .ql-fill{fill:var(--blue-main)}.create-post-card .ql-mention-list-container{background:#fff;border-radius:8px;box-shadow:var(--elevation-4);z-index:1}.create-post-card .ql-mention-list-container .ql-mention-list{list-style-type:none;padding-left:0;margin:0}.create-post-card .mention-item{display:flex;flex-direction:row;align-items:center;padding:8px;cursor:pointer}.create-post-card .mention-item:hover{background:var(--light-2)}.create-post-card .mention-item__image{height:24px;width:24px;background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;margin-right:12px}.create-post-card .mention-item__image img{width:100%}.create-post-card .mention-item__text{font-size:10px;font-family:var(--nhg)}.create-post-card .mention-item__text__primary{font-weight:600;color:var(--dark-1)}.create-post-card .mention-item__text__secondary{font-size:10px;color:var(--dark-3)}.create-post-card .input-wrapper .selected-media-container{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-column-gap:8px;border-bottom:1px solid var(--light-3);padding-bottom:8px}.create-post-card .input-wrapper .selected-media-container__preview{height:64px;margin-top:8px;display:flex;align-items:center;justify-content:center;background:#000;position:relative}.create-post-card .input-wrapper .selected-media-container__preview img{width:100%}.create-post-card .input-wrapper .selected-media-container__preview .video{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.create-post-card .input-wrapper .selected-media-container__preview .video video{width:100%}.create-post-card .input-wrapper .selected-media-container__preview__overlay{position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(2,46,75,.21176470588235294);cursor:pointer}.create-post-card .input-wrapper .selected-media-container__preview__overlay .media-type{position:absolute;left:4px;top:4px}.create-post-card .input-wrapper .selected-media-container__preview__overlay .media-type .media-type__icon{stroke:#fff;height:14px;width:14px}.create-post-card .input-wrapper .selected-media-container__preview__overlay .deselect{height:14px;width:14px;border-radius:100%;background:var(--red-main);display:flex;align-items:center;justify-content:center;position:absolute;top:4px;right:4px}.create-post-card .input-wrapper .selected-media-container__preview__overlay .deselect .deselect-icon{stroke:#fff;height:12px}.organization-photos{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px;padding-bottom:48px}.organization-photos .app-albums-card,.organization-photos .card-section,.organization-photos .photos-card{margin-top:32px}.organization-photos .card-section .card-section-title{margin-bottom:16px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;border-bottom:1px solid var(--light-4);padding-bottom:12px}.organization-photos .card-section .card-section-title .reset{margin-left:auto;color:var(--red-lighter)}.organization-photos .left-column{grid-column-start:1;grid-column-end:9}.organization-photos .right-column{grid-column-start:9;grid-column-end:13}.organization-photos .organization-photos-gallery-item{margin-bottom:16px;cursor:pointer}.organization-photos .organization-photos-gallery-item__desc{margin-top:8px;font-weight:700}.organization-photos .organization-photos-gallery-item .placeholder-icon{stroke:#fff}.organization-photos-gallery-image{height:120px;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;background:var(--blue-subtle);border-radius:8px;overflow:hidden;position:relative}.organization-photos-gallery-image.has-image{background:#000}.organization-photos-gallery-image .overlay{height:100%;width:100%;position:absolute;left:0;top:0;background:#022e4b;z-index:0;opacity:.1}.organization-photos-gallery-image img{width:100%}.organization-photos_albums,.organization-photos_all-photos{margin-top:32px}.organization-photos_gallery{margin-top:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:16px;padding-left:16px;padding-right:16px}.organization-photos .card-title{font-size:14px;font-weight:600;color:var(--dark-4);display:flex;flex-direction:row;padding-left:16px;padding-top:16px;padding-right:16px}.organization-photos .card-title .btn{margin-left:auto;color:var(--blue-main)}.organization-photos .show-more-container{display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--dark-4);border-top:1px solid var(--light-2);padding-top:8px;padding-bottom:8px;cursor:pointer}.organization-photos .filter-group{margin-bottom:24px}.organization-photos .filter-group .filter-group-title{font-weight:700;color:var(--dark-2);margin-bottom:8px}.organization-photos .filter-group .filter-group-input .app-input .input-wrapper{background:#fff}.organization-photos .filter-group .filter-group-applied{display:flex;flex-direction:row;flex-wrap:wrap}.organization-photos .filter-group .filter-group-applied .app-chip{margin-right:12px;margin-top:12px;cursor:pointer;background:var(--blue-main);color:var(--light-1);padding-right:4px}.organization-videos{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px}.organization-videos .upload-btn-container{grid-column-start:3;grid-column-end:11;margin-top:32px;display:flex;flex-direction:row;justify-content:flex-end}.organization-videos .card-section{margin-top:32px}.organization-videos .card-section .card-section-title{margin-bottom:16px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;border-bottom:1px solid var(--light-4);padding-bottom:12px}.organization-videos .card-section .card-section-title .reset{margin-left:auto;color:var(--red-lighter)}.organization-videos .left-column{grid-column-start:1;grid-column-end:9}.organization-videos .right-column{grid-column-start:9;grid-column-end:13}.organization-videos .right-column .app-card{margin-top:32px;padding:16px}.organization-videos .organization-videos-gallery{margin-top:32px;display:-ms-flex;display:flex;flex-direction:row;flex-wrap:wrap}.organization-videos .organization-videos-gallery .organization-videos-gallery-item{width:33%;padding-right:24px}.organization-videos .organization-videos-gallery .organization-videos-gallery-item .organization-videos-gallery-image{height:200px;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;background:var(--blue-subtle);margin-bottom:24px;border-radius:8px;overflow:hidden}.organization-videos-gallery-image img,.organization-videos .organization-videos-gallery .video-list-item{width:100%}.organization-videos .show-more-container{display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;padding-right:24px;background:var(--light-1);height:32px;border-radius:8px;font-weight:700;color:var(--dark-4);cursor:pointer}.organization-videos .filter-group{margin-bottom:24px}.organization-videos .filter-group .filter-group-title{font-weight:700;color:var(--dark-2);margin-bottom:8px}.organization-videos .filter-group .filter-group-input .app-input .input-wrapper{background:#fff}.organization-videos .filter-group .filter-group-applied{display:flex;flex-direction:row;flex-wrap:wrap}.organization-videos .filter-group .filter-group-applied .app-chip{margin-right:12px;margin-top:12px;cursor:pointer;background:var(--blue-main);color:var(--light-1);padding-right:4px}.organization-videos .no-videos-container{display:flex;flex-direction:column;width:50%;padding-top:32px}.organization-videos .no-videos-container .text{font-size:16px;color:var(--dark-4)}.organization-timeline{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px}.organization-timeline .card-section{margin-top:32px}.organization-timeline .card-section .card-section-title{padding-left:16px;padding-right:16px;margin-bottom:12px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.organization-timeline .left-column{grid-column-start:1;grid-column-end:9}.organization-timeline .right-column{grid-column-start:9;grid-column-end:13}.organization-timeline .right-column .app-card{margin-top:32px;padding:16px}.organization-timeline .organization-timeline-list{margin-top:32px}.organization-timeline .organization-timeline-list .organization-timeline-item{display:-ms-flex;display:flex;flex-direction:row}.organization-timeline .organization-timeline-list .organization-timeline-item .organization-timeline-item-progress-bar{position:relative;width:40px;flex-shrink:0}.organization-timeline .organization-timeline-list .organization-timeline-item .organization-timeline-item-progress-bar .marker{position:absolute;height:16px;width:16px;border-radius:100%;background:var(--blue-lighter)}.organization-timeline .organization-timeline-list .organization-timeline-item .organization-timeline-item-progress-bar .bar{position:absolute;top:0;bottom:0;left:4px;background:var(--blue-subtle);width:8px}.organization-timeline .organization-timeline-list .organization-timeline-item .organization-timeline-item-content{padding-bottom:32px;width:100%}.organization-timeline .organization-timeline-list .organization-timeline-item .organization-timeline-item-content .organization-timeline-item-date{color:var(--dark-4);font-weight:400}.organization-timeline .organization-timeline-list .organization-timeline-item .organization-timeline-item-content .organization-timeline-item-card{padding:16px;margin-top:16px}.stats-page{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:16px;padding-bottom:48px}.stats-page .success-record{margin-top:40px;grid-column-start:1;grid-column-end:5;display:-ms-flex;display:flex;flex-direction:row}.stats-page .success-record .total-games-card{height:160px;width:160px;color:var(--blue-main)}.stats-page .success-record .total-games-card .label{font-family:var(--nhg-display);color:var(--blue-lighter);font-weight:600}.stats-page .success-record .total-games-card .value{font-size:32px;font-weight:700;color:var(--dark-2)}.stats-page .success-record .record-items{flex-grow:1;padding-left:48px}.stats-page .success-record .record-items .record-item{margin-bottom:16px}.stats-page .success-record .record-items .record-item .text{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;font-size:14px;color:var(--dark-3);font-weight:700;padding-left:8px;padding-right:8px;margin-bottom:8px}.stats-page .success-record .record-items .record-item .label{flex-grow:1;font-size:12px}.stats-page .success-record .record-items .record-item .value{font-family:var(--nhg-display);font-weight:700}.stats-page .success-record .record-items .record-item.won .value{color:var(--green-main)}.stats-page .success-record .record-items .record-item.drawn .value{color:var(--dark-4)}.stats-page .success-record .record-items .record-item.lost .value{color:var(--red-main)}.stats-page .success-record .record-items .record-item .line-chart{height:12px;background:var(--light-1);border-radius:8px;overflow:hidden}.stats-page .success-record .record-items .record-item .line-chart .fill{height:100%}.stats-page .success-record .record-items .record-item.won .line-chart .fill{background:var(--green-lighter)}.stats-page .success-record .record-items .record-item.drawn .line-chart .fill{background:var(--light-4)}.stats-page .success-record .record-items .record-item.lost .line-chart .fill{background:var(--red-lighter)}.stats-page .success-record .total-games-card{padding:16px;position:relative}.stats-page .success-record .total-games-card .label{font-weight:700}.stats-page .success-record .total-games-card .value{position:absolute;left:16px;bottom:16px;font-family:var(--din);font-size:48px;font-weight:600}.stats-page .shots-summary-new{display:-ms-flex;display:flex;flex-direction:row;grid-column-start:1;grid-column-end:5;margin-top:32px}.stats-page .shots-summary-new .graphic{display:flex;flex-direction:row;flex-grow:1;padding:24px}.stats-page .shots-summary-new .shots-summary-list{margin-left:48px;flex-grow:1}.stats-page .shots-summary-new .shots-summary-list .summary-item{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;margin-bottom:16px}.stats-page .shots-summary-new .shots-summary-list .summary-item:last-child{margin-bottom:0}.stats-page .shots-summary-new .shots-summary-list .summary-item .legend{height:24px;width:24px;border-radius:100%;margin-right:16px}.stats-page .shots-summary-new .shots-summary-list .summary-item .label{color:var(--dark-3);font-weight:700}.stats-page .shots-summary-new .shots-summary-list .summary-item .value{margin-left:auto;font-weight:700}.stats-page .shots-summary-new .concentric-chart{display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;position:relative;grid-column-start:1;grid-column-end:5;height:112px;width:112px}.stats-page .shots-summary-new .concentric-chart .circle{position:absolute;border-radius:100%}.stats-page .shots-summary-new .shot-rates{margin-left:32px;width:184px}.shot-rates__item{height:70px;display:flex;flex-direction:row;align-items:center;padding:16px}.shot-rates__item__value{font-size:32px;font-family:var(--din);font-weight:600;margin-right:16px}.shot-rates__item:first-child{margin-bottom:20px}.shot-rates__item__label{font-size:10px;flex-grow:1;padding-right:16px}.stats-page .shots-summary-new .shot-rates .vertical-bar-chart{display:-ms-flex;display:flex;flex-direction:column;-ms-align-items:center;align-items:center}.stats-page .shots-summary-new .shot-rates .vertical-bar-chart .value{font-weight:700}.stats-page .shots-summary-new .shot-rates .vertical-bar-chart .bar{height:24px;width:4px;background:var(--light-2);margin-bottom:12px;margin-top:12px;border-radius:8px;position:relative}.stats-page .shots-summary-new .shot-rates .vertical-bar-chart .bar .fill{position:absolute;bottom:0;width:100%;border-radius:8px}.stats-page .shots-summary-new .shot-rates .vertical-bar-chart .label{text-align:center;font-size:10px;padding-left:16px;padding-right:16px;font-weight:700;color:var(--dark-2);letter-spacing:.4px}.stats-page .team-form{grid-column-start:1;grid-column-end:5;margin-top:32px;overflow:hidden}.stats-page .team-form .section-title{font-family:var(--nhg-display);color:var(--dark-2);font-weight:700;padding:8px 16px;display:-ms-flex;display:flex;flex-direction:row}.stats-page .team-form .section-title .text-form{display:-ms-flex;display:flex;flex-direction:row;margin-left:auto}.stats-page .team-form .section-title .text-form .text-form-item{margin-left:8px}.stats-page .team-form .section-title .text-form .text-form-item.win{color:var(--green-main)}.stats-page .team-form .section-title .text-form .text-form-item.draw{color:var(--dark-4)}.stats-page .team-form .section-title .text-form .text-form-item.loss{color:var(--red-darker)}.stats-page .team-form .card-content{display:-ms-flex;display:flex;flex-direction:row}.stats-page .team-form .card-content .card-chart{flex-grow:1;display:flex;flex-direction:column}.stats-page .team-form .card-content .card-chart .line-chart{padding-left:10px;padding-right:10px;padding-bottom:10px;flex-grow:1}.stats-page .team-form .card-content .card-chart .line-chart canvas{height:100%;width:100%}.stats-page .team-form .card-content .prev-next{width:36%;flex-shrink:0;background:var(--blue-subtle)}.organization-record{margin-top:32px;display:flex;flex-direction:row;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile)}.organization-record__meta{width:25%;display:flex;flex-direction:column;border-right:1px solid var(--light-2)}.organization-record__meta__title{font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.organization-record__meta__highlight{padding:16px;margin-top:auto}.organization-record__meta__highlight__value{font-family:var(--nhg-display);font-weight:700;font-size:24px;color:var(--dark-1)}.organization-record__meta__highlight__label{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);margin-top:8px}.organization-record__items{width:75%;padding:16px;display:flex;flex-direction:column}.organization-record__items__item{display:flex;flex-direction:row;align-items:center}.organization-record__items__item__value{font-family:var(--nhg-display);font-weight:700;color:var(--dark-1);width:54px;display:flex;flex-direction:row;justify-content:flex-end}.organization-record__items__item__graph{width:100%;flex-grow:1}.organization-record__items__item__graph__track{height:8px;width:100%;background:var(--light-3);border-radius:4px;overflow:hidden;display:flex;flex-direction:row;align-items:flex-end}.organization-record__items__item__graph__fill{width:50%;height:8px;border-radius:4px;background:linear-gradient(75.26deg,#78c9fc 18.6%,#63ea47)}.organization-record__items__item__label{font-family:var(--nhg-display);font-weight:600;font-size:12px;color:var(--dark-4);width:54px}.organization-form{margin-top:32px;grid-column-gap:12px;background:var(--light-1);border-radius:8px;box-shadow:var(--elevation-mobile);grid-column-start:3;grid-column-end:5}.organization-form__title{font-family:var(--nhg-display);font-weight:400;letter-spacing:3px;color:var(--dark-4);font-size:10px;padding:16px}.organization-form__items,.organization-form__title{grid-column-start:1;grid-column-end:5}.organization-form__items__item{display:flex;flex-direction:row;align-items:center;margin-bottom:16px}.organization-form__items__item__meta{display:flex;flex-direction:row;align-items:center;flex-grow:1;padding-left:16px}.organization-form__items__item__meta__image{height:40px;width:40px;border-radius:8px;background:var(--blue-subtle);margin-right:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.organization-form__items__item__meta__image img{max-width:100%;max-height:100%;height:auto;width:auto}.organization-form__items__item__meta__text__primary{font-weight:700;color:var(--dark-1)}.organization-form__items__item__meta__text__secondary{font-weight:400;color:var(--dark-4);font-size:10px;margin-top:2px}.organization-form__items__item__result{width:25%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--nhg-display)}.organization-form__items__item__result__text{font-weight:700}.organization-form__items__item__result__text.green{color:var(--green-main)}.organization-form__items__item__result__text.orange{color:var(--orange-main)}.organization-form__items__item__result__text.red{color:var(--red-main)}.profile-stat-percentage-summary{grid-column-start:1;grid-column-end:5;margin-top:32px}.profile-stat-percentage-summary__row{display:flex;flex-direction:row;border-bottom:1px solid var(--light-2)}.profile-stat-percentage-summary__row__section{flex-shrink:0;box-sizing:border-box;width:33%;display:flex;flex-direction:row;align-items:flex-end;padding:16px}.profile-stat-percentage-summary__row__section:last-child{border:none}.profile-stat-percentage-summary__row__section__value{font-size:24px;line-height:20px;font-family:var(--din);font-weight:600;color:var(--dark-2);margin-right:8px}.profile-stat-percentage-summary__row__section__label{font-family:var(--nhg-display);color:var(--blue-lighter);font-weight:700}.stats-page-badminton__success-record{grid-column-start:1;grid-column-end:5;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:24px;margin-top:32px}.stats-page-badminton__success-record__games-played{position:relative;grid-column-start:1;grid-column-end:2;padding:16px;border-right:1px solid var(--light-2)}.stats-page-badminton__success-record__games-played__label{font-family:var(--nhg-display);color:var(--blue-lighter);font-weight:700;position:absolute;left:16px;bottom:28px}.stats-page-badminton__success-record__games-played__value{font-family:var(--din);font-size:48px;font-weight:600;line-height:48px}.stats-page__badminton__grid{grid-column-start:1;grid-column-end:5;margin-top:32px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:32px}.stats-page__badminton__grid__left__column{grid-column-start:1;grid-column-end:4}.stats-page__badminton__grid__right__column{grid-column-start:4;grid-column-end:5}.stats-page__badminton__grid__left__column .points-record{width:100%}.stats-page__badminton__grid__left__column .service-record{width:100%;margin-top:24px}.stats-page__badminton__grid__right__column .percentages-record{height:100%}.stats-page-badminton__success-record__bar-chart{flex-grow:1;grid-column-start:2;grid-column-end:4}.stats-page-badminton__success-record__bar-chart__item{margin-top:24px}.stats-page-badminton__success-record__bar-chart__item__labels{-ms-align-items:center;align-items:center;font-size:12px;color:var(--dark-3);font-weight:700;padding-left:8px;padding-right:8px;margin-bottom:8px;display:flex;flex-direction:row}.stats-page-badminton__success-record__bar-chart__item__labels__right{margin-left:auto}.stats-page-badminton__success-record__bar-chart__bar-container{height:12px;background:var(--light-2);border-radius:8px;overflow:hidden}.stats-page-badminton__success-record__bar-chart__bar-container__fill{height:100%;border-radius:8px}.stats-page-badminton__success-record__games-won{grid-column-start:4;grid-column-end:5;position:relative;border-left:1px solid var(--light-2);display:flex;align-items:center;justify-content:center;overflow:hidden}.stats-page-badminton__success-record__games-won__graphic{padding:16px;width:100%}.stats-page-badminton__success-record__games-won__label{position:absolute;display:flex;flex-direction:column;align-items:center}.stats-page-badminton__success-record__games-won__label__num{font-family:var(--din);font-size:16px;font-weight:600;line-height:16px;margin-top:8px}.stats-page-badminton__success-record__games-won__label__text{font-size:8px;margin-top:4px;font-family:var(--nhg-display);color:var(--blue-lighter);font-weight:700}.event-page .cover{height:240px;background:var(--blue-subtle);background:var(--blue-main);background:#b9e3fe;background:linear-gradient(90deg,#b9e3fe,#ebf7ff);display:-ms-flex;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:0;overflow:hidden}.event-page .cover img{width:100%;z-index:-1;position:relative}.event-page .cover .overlay{height:100%;width:100%;position:absolute;left:0;top:0;background:#022e4b;z-index:0;opacity:.01}.event-page .cover .edit-cover-btn{height:24px;border-radius:8px;right:48px;top:24px;padding-left:4px;padding-right:12px;font-size:10px;color:#fff;font-weight:700}.event-page .cover .edit-cover-btn,.event-page .edit-profile-photo-btn{display:flex;align-items:center;justify-content:center;background:var(--orange-lighter);fill:var(--light-2);position:absolute;cursor:pointer;transition:all .2s ease-out}.event-page .edit-profile-photo-btn{height:16px;width:16px;border-radius:4px;bottom:0;right:0}.event-page .cover .edit-cover-btn .icon{height:14px}.event-page .head{background:#fff;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;padding:24px 48px}.event-page .head .organizer{height:56px;width:56px;background:var(--blue-subtle);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.event-page .head .organizer img{width:100%}.event-page .head .meta{padding-left:24px}.event-page .head .meta .title{font-size:28px;line-height:28px;font-weight:600;margin-bottom:8px;color:var(--dark-2)}.event-page .head .meta .secondary{color:var(--dark-4)}.event-page .head .options{margin-left:auto;display:-ms-flex;display:flex;flex-direction:row}.event-page .head .options .option{margin-left:24px}.event-page .head .options .option.follow{width:40px;padding:0}.event-page .tabs{background:#fff;border-top:1px solid var(--light-2);border-bottom:1px solid var(--light-2);height:40px;padding-left:48px;padding-right:48px}.event-page .tabs,.event-page .tabs .tab-item{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.event-page .tabs .tab-item{height:100%;margin-right:32px;color:var(--dark-4);font-weight:500;border-bottom:2px solid transparent;padding-top:2px}.event-page .tabs .tab-item.active{color:var(--dark-2);border-bottom:2px solid var(--blue-main)}.event-page .body{padding-left:48px;padding-right:48px;padding-bottom:48px}.event-registration-form-wrapper{height:80%;width:40%}.event-registration-form{height:100%;overflow:hidden;display:flex;flex-direction:column;position:relative}.event-registration-form .dismiss-icon{position:absolute;top:10px;right:4px;cursor:pointer}.event-registration-form__form-type{background:var(--blue-darkest);color:#fff;font-weight:700;height:36px;display:flex;align-items:center;justify-content:center;font-size:10px;letter-spacing:.4px;box-shadow:var(--elevation-3)}.event-registration-form__cover{height:80px;background:var(--blue-subtle);box-shadow:var(--elevation-2);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.event-registration-form__cover .overlay{height:100%;width:100%;position:absolute;left:0;top:0;background:#022e4b;z-index:0;opacity:.4}.event-registration-form__cover img{width:100%}.event-registration-form__header{display:flex;flex-direction:row;align-items:center;box-shadow:var(--elevation-1);padding:16px;background:var(--blue-darker);color:#fff}.event-registration-form__header__image{height:40px;width:40px;background:var(--blue-subtle);margin-right:16px;border-radius:8px}.event-registration-form__header__title__primary{font-size:16px;font-weight:700;margin-bottom:4px}.event-registration-form__header__title__secondary{color:var(--light-2);font-size:10px}.event-registration-form__header__amount{margin-left:auto;font-size:28px;font-weight:700;color:var(--light-1)}.event-registration-form__body{padding:16px;background:var(--light-2);flex-grow:1;overflow:auto}.event-registration-form__body__label{font-weight:700;color:var(--red-lighter);margin-bottom:16px;line-height:20px}.event-registration-form__body__select-team{height:32px;background:#fff;border-radius:8px;box-shadow:var(--elevation-1)}.event-registration-form__body__form-group.profile .image{height:32px;width:32px;background:var(--blue-subtle)}.event-registration-form__footer{padding:16px;background:#fff}.event-registration-form__body__team-selector__description{margin-bottom:16px}.event-registration-form__body__team-selector__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:16px}.event-registration-form__body__team-selector__item{display:flex;flex-direction:row;align-items:center;padding:8px 16px 8px 8px;margin-bottom:16px;cursor:pointer}.event-registration-form__body__team-selector__item.selected{background:var(--blue-darkest);color:#fff;font-weight:700}.event-registration-form__body__team-selector__item__image{height:32px;width:32px;background:var(--blue-subtle);margin-right:16px;border-radius:4px;overflow:hidden}.event-registration-form__body__team-selector__item__image img{width:100%}.event-registration-form__body .app-alert{padding-top:8px;padding-bottom:8px;margin-bottom:16px}.event-registration-complete{background:#fff;height:40%;width:40%;border-radius:8px;display:flex;flex-direction:column;padding:24px;position:relative}.event-registration-complete .dismiss-icon{position:absolute;top:16px;right:16px;cursor:pointer}.event-registration-complete .icon{flex-grow:1;display:flex;align-items:center;justify-content:center}.event-registration-complete .description{font-weight:100;font-size:16px;text-align:center}.event-registration-complete .description .blue-txt{color:var(--blue-main);margin-bottom:8px;font-weight:700}.event-overview{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px}.event-overview .left-column{grid-column-start:1;grid-column-end:8}.event-overview .left-column .sub-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px;margin-top:32px}.event-overview .right-column{grid-column-start:8;grid-column-end:13}.event-overview .event-details-card{margin-top:32px;padding:16px}.event-overview .event-details-card .event-organizer{display:flex;flex-direction:row;margin-bottom:16px;padding-top:8px}.event-overview .event-details-card .event-organizer .image{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px}.event-overview .event-details-card .event-organizer .text{padding-left:16px}.event-overview .event-details-card .event-organizer .text .primary{font-weight:600}.event-overview .event-details-card .event-organizer .text .secondary{color:var(--dark-4)}.event-overview .event-details-card .event-details-card-title{font-weight:600;color:var(--dark-1);margin-bottom:8px}.event-overview .event-details-card .blurb{font-family:"Inter",sans-serif;font-size:12px;line-height:19px}.event-overview .event-details-card .dates{margin-top:16px;margin-bottom:16px;padding-top:16px;padding-bottom:16px;border:1px solid var(--light-2)}.event-overview .event-details-card .dates .date-group{display:-ms-flex;display:flex;flex-direction:row;align-items:center;margin-bottom:8px}.event-overview .event-details-card .dates .date-group:last-child{margin-bottom:0}.event-overview .event-details-card .dates .date-group .date-group-key{font-weight:600;color:var(--dark-1);margin-bottom:8px}.event-overview .event-details-card .dates .date-group .date-group-value{margin-left:auto}.event-overview .event-details-card .dates .date-group .edit-date-btn{height:20px;width:20px;display:flex;align-items:center;justify-content:center;fill:var(--orange-main);margin-left:16px;background:var(--orange-subtle);border-radius:4px;transition:all .2s ease-out;cursor:pointer}.event-overview .event-details-card .dates .date-group .edit-date-btn .icon{height:10px}.event-overview .event-location-card{margin-top:32px;padding:16px}.event-overview .event-location-card .map{height:280px;border-radius:8px;background:var(--blue-subtle)}.event-overview .event-location-card .venue{display:flex;flex-direction:row;margin-top:16px}.event-overview .event-location-card .venue .image{height:32px;width:32px;border-radius:8px;background:var(--blue-subtle)}.event-overview .event-location-card .venue .desc{padding-left:16px;flex-grow:1}.event-overview .event-location-card .venue .desc .primary{font-weight:600;color:var(--dark-2)}.event-overview .event-organizers-card{margin-top:32px}.event-organizers-card .card-title{font-weight:600;color:var(--dark-4);padding:16px 16px 0}.event-overview .event-organizers-card__list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:24px;padding:16px}.event-overview .event-organizers-card .role-wrapper{margin-bottom:16px}.event-overview .event-organizers-card .role-wrapper .image{height:88px;background:var(--blue-subtle);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.event-overview .event-organizers-card .role-wrapper .image img{width:100%}.event-overview .event-organizers-card .role-wrapper .text{display:flex;flex-direction:column;align-items:center;padding-top:8px;overflow:hidden}.event-overview .event-organizers-card .role-wrapper .text .primary{font-weight:600;text-align:center;overflow:hidden;text-overflow:ellipsis;color:var(--dark-2);width:100%}.event-overview .event-organizers-card .role-wrapper .text .secondary{color:var(--dark-4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}.event-description-card{grid-column-start:1;grid-column-end:8;margin-top:32px;display:flex;flex-direction:column}.event-description-card .meta{display:flex}.event-description-card .event-details{width:60%;padding:16px}.event-description-card .event-details .blurb{margin-bottom:24px}.event-description-card .event-details .info-group{display:flex;flex-direction:row;margin-bottom:24px}.event-description-card .event-details .info-group .info-group-key{margin-right:auto;font-weight:600}.event-description-card .event-venue{border-left:1px solid var(--light-2);display:flex;flex-direction:column;width:40%;padding:16px}.event-description-card .event-venue .map{flex-grow:1;background:var(--blue-subtle);border-radius:8px;margin-bottom:16px}.event-description-card .event-venue .org{display:flex;flex-direction:row;align-items:center}.event-description-card .event-venue .org .image{height:40px;width:40px;border-radius:8px;background:var(--blue-subtle);margin-right:16px}.event-description-card .event-venue .org .desc .primary-text{font-weight:600}.event-description-card .event-venue .org .desc .secondary-text{color:var(--dark-4)}.event-description-card .event-roles{height:104px;background:var(--blue-subtle)}.latest-highlights-card{grid-column-start:8;grid-column-end:13;margin-top:32px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.latest-highlights-card .card-title{font-weight:600;color:var(--dark-4);padding:16px 16px 0}.latest-highlights-card .video-wrapper{padding:16px}.latest-highlights-card .video-wrapper .video-container{background:var(--dark-2)}.latest-highlights-card .video-wrapper .video-container video{width:100%;max-height:100%}.latest-highlights-card .latest-highlights-card-footer{border-top:1px solid var(--light-2);display:flex;align-items:center;justify-content:center;padding:8px;color:var(--dark-4);font-weight:600}.event-results-summary{padding:16px 16px 0;grid-column-start:1;grid-column-end:7}.event-results-summary .card-title{font-weight:600;color:var(--dark-4)}.event-results-summary .event-results-summary-footer{display:flex;align-items:center;justify-content:center;padding:8px;font-weight:600;color:var(--dark-4);margin-top:8px;cursor:pointer}.event-standings-summary{grid-column-start:7;grid-column-end:13;height:inherit}.event-standings-summary .card-title{font-weight:600;color:var(--dark-4);padding:16px}.event-standings-summary .standings-table .standings-list{padding-bottom:16px}.event-standings-summary .standings-table .standings-list .row{display:-ms-flex;display:flex;flex-direction:row;height:32px;padding-left:8px;padding-right:8px}.event-standings-summary .standings-table .standings-list .table-header{border-bottom:2px solid var(--light-2)}.event-standings-summary .standings-table .standings-list .table-body .row{height:40px;border-bottom:1px solid var(--light-2)}.event-standings-summary .standings-table .standings-list .table-body .row.even{background:var(--blue-subtlest)}.event-standings-summary .standings-table .standings-list .td{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;padding-right:8px;padding-left:8px}.event-standings-summary .standings-table .standings-list .td .logo{height:16px;width:16px;border-radius:4px;background:var(--blue-subtle);margin-right:8px;overflow:hidden}.event-standings-summary .standings-table .standings-list .td .logo img{max-height:100%;max-width:100%;height:auto;width:auto}.event-standings-summary .standings-table .standings-list .td.number{justify-content:flex-end}.event-standings-summary .standings-table .standings-list .table-header .td{font-family:var(--nhg-display);font-weight:700;color:var(--dark-2)}.event-standings-summary .event-standings-summary-footer{display:flex;align-items:center;justify-content:center;padding:8px;font-weight:600;color:var(--dark-4)}.fixture-awards-card{margin-top:32px}.event-placements-card{margin-top:32px;position:relative;padding:16px}.event-placements-card__title{font-weight:600;color:var(--dark-4)}.event-placements-card__item{display:flex;flex-direction:row;align-items:center;cursor:pointer;margin-top:16px;margin-bottom:8px}.event-placements-card__item .event-placements-card__item__img{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;overflow:hidden}.event-placements-card__item .event-placements-card__item__img img{width:100%}.event-placements-card__item__text{padding-left:16px}.event-placements-card__item .event-placements-card__item__text__primary{font-weight:700;font-size:12px;margin-bottom:4px}.event-placements-card__item .event-placements-card__item__text__secondary{color:var(--dark-4);font-weight:100}.event-placements-card__item .event-placements-card__item__icon{margin-left:auto}.event-fixtures{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px}.event-fixtures .left-column{grid-column-start:1;grid-column-end:9}.event-fixtures .left-column .event-fixtures-header{margin-top:32px;display:flex;flex-direction:row;justify-content:flex-end;padding-right:32px;margin-bottom:16px}.event-fixtures .left-column .event-fixtures-list{display:-ms-flex;display:flex;flex-direction:row;flex-wrap:wrap}.event-fixtures .left-column .event-fixtures-list .event-fixture-card-container{width:50%;padding-right:32px}.event-fixtures .left-column .event-fixtures-list .event-fixture-card{padding:16px;margin-top:32px}.event-fixtures .right-column{grid-column-start:9;grid-column-end:13}.event-fixtures .card-section{margin-top:32px}.event-fixtures .card-section .card-section-title{margin-bottom:16px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;border-bottom:1px solid var(--light-4);padding-bottom:12px}.event-fixtures .card-section .card-section-title .reset{margin-left:auto;color:var(--red-lighter)}.event-fixtures .event-fixture-card,.event-fixtures .event-fixture-card .container{display:-ms-flex;display:flex;flex-direction:row}.event-fixtures .event-fixture-card .container{-ms-align-items:center;align-items:center}.event-fixtures .event-fixture-card .container .logo{height:24px;width:24px;border-radius:8px;background:var(--blue-subtle)}.event-fixtures .event-fixture-card .container .score{font-size:16px}.event-fixtures .event-fixture-card .container .desc{padding-left:8px;padding-right:8px;color:var(--dark-1)}.event-fixtures .event-fixture-card .container.left{justify-content:flex-start;width:45%}.event-fixtures .event-fixture-card .container.left .score{margin-left:auto;margin-right:8px}.event-fixtures .event-fixture-card .container.right .score{margin-right:auto;margin-left:8px}.event-fixtures .event-fixture-card .container.middle{width:10%;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;font-size:10px;color:var(--dark-3);font-weight:600;letter-spacing:.2px}.event-fixtures .event-fixture-card .container.right{width:45%;justify-content:flex-end}.event-fixtures .event-parts-list .event-part{margin-bottom:32px}.event-fixtures .event-part-title{margin-right:32px;font-weight:600;background:var(--blue-subtle);color:var(--light-1);margin-top:32px;height:24px;border-radius:8px;color:var(--blue-darker);display:flex;align-items:center;justify-content:center;font-size:10px}.event-fixtures .filter-group{margin-bottom:24px}.event-fixtures .filter-group .filter-group-title{font-weight:700;color:var(--dark-2);margin-bottom:8px}.event-fixtures .filter-group .filter-group-input .app-input .input-wrapper{background:#fff}.event-fixtures .filter-group .filter-group-applied{display:flex;flex-direction:row;flex-wrap:wrap}.event-fixtures .filter-group .filter-group-applied .app-chip{margin-right:12px;margin-top:12px;cursor:pointer;background:var(--blue-main);color:var(--light-1);padding-right:4px}.event-photos{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px}.event-photos .app-albums-card,.event-photos .card-section,.event-photos .photos-card{margin-top:32px}.event-photos .card-section .card-section-title{margin-bottom:16px;font-weight:700;color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;border-bottom:1px solid var(--light-4);padding-bottom:12px}.event-photos .card-section .card-section-title .reset{margin-left:auto;color:var(--red-lighter)}.event-photos .left-column{grid-column-start:1;grid-column-end:9}.event-photos .right-column{grid-column-start:9;grid-column-end:13}.event-photos .event-photos-gallery-item{margin-bottom:16px;cursor:pointer}.event-photos .event-photos-gallery-item__desc{margin-top:8px;font-weight:700}.event-photos .event-photos-gallery-item .placeholder-icon{stroke:#fff}.event-photos-gallery-image{height:160px;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;background:var(--blue-subtle);border-radius:8px;overflow:hidden;position:relative}.event-photos-gallery-image .overlay{height:100%;width:100%;position:absolute;left:0;top:0;background:#022e4b;z-index:0;opacity:.1}.event-photos-gallery-image img{width:100%}.event-photos_albums,.event-photos_all-photos{margin-top:32px;padding:16px}.event-photos_gallery{margin-top:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:16px}.event-photos .card-title{font-size:14px;font-weight:600;color:var(--dark-4);display:flex;flex-direction:row}.event-photos .card-title .btn{margin-left:auto;color:var(--blue-main)}.event-photos .show-more-container{display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;padding-right:24px;margin-top:16px}.event-photos .filter-group{margin-bottom:24px}.event-photos .filter-group .filter-group-title{font-weight:700;color:var(--dark-2);margin-bottom:8px}.event-photos .filter-group .filter-group-input .app-input .input-wrapper{background:#fff}.event-photos .filter-group .filter-group-applied{display:flex;flex-direction:row;flex-wrap:wrap}.event-photos .filter-group .filter-group-applied .app-chip{margin-right:12px;margin-top:12px;cursor:pointer;background:var(--blue-main);color:var(--light-1);padding-right:4px}.profile-videos .upload-btn-container{grid-column-start:3;grid-column-end:11;margin-top:32px;display:flex;flex-direction:row;justify-content:flex-end}.profile-videos .profile-videos-gallery .video-list-item{width:100%}.event-standings{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-column-gap:32px}.event-standings__tables{grid-column-start:1;grid-column-end:8}.event-standings .standings-table{margin-top:32px;padding:16px;width:100%}.event-standings .standings-table .card-title{font-family:var(--nhg-display);font-weight:700;color:var(--dark-4)}.event-standings .standings-table .standings-list{margin-top:16px}.event-standings .standings-table .standings-list .row{display:-ms-flex;display:flex;flex-direction:row;height:32px;padding-left:8px;padding-right:8px}.event-standings .standings-table .standings-list .table-header{border-bottom:2px solid var(--light-2)}.event-standings .standings-table .standings-list .table-body .row{height:40px;border-bottom:1px solid var(--light-2)}.event-standings .standings-table .standings-list .table-body .row.even{background:var(--blue-subtlest)}.event-standings .standings-table .standings-list .td{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;padding-right:8px;padding-left:8px}.event-standings .standings-table .standings-list .td .logo{height:16px;width:16px;border-radius:4px;background:var(--blue-subtle);margin-right:8px;overflow:hidden}.event-standings .standings-table .standings-list .td .logo img{max-width:100%;max-height:100%;height:auto;width:auto}.event-standings .standings-table .standings-list .td.number{justify-content:flex-end}.event-standings .standings-table .standings-list .table-header .td{font-family:var(--nhg-display);font-weight:700;color:var(--dark-2);white-space:nowrap}.event-standings .standings-evolution{grid-column-start:8;grid-column-end:13;margin-top:32px}.event-standings .standings-table__legend{display:flex;flex-direction:row;flex-wrap:wrap;padding-top:8px}.event-standings .standings-table__legend__item{font-size:10px;font-weight:500;color:var(--dark-4);margin-left:16px;margin-top:8px}.event-stats-page{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-column-gap:32px;padding-bottom:48px}.event-stats-page .left-column{grid-column-start:1;grid-column-end:9}.event-stats-page .right-column{grid-column-start:9;grid-column-end:13}.event-stats-page .top-teams{margin-top:32px;padding:16px}.event-stats-page .top-teams .card-title{font-family:var(--nhg-display);display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;color:var(--dark-4)}.event-stats-page .top-teams .card-title .text{margin-right:auto;font-weight:700}.event-stats-page .top-teams .card-title .app-button{margin-left:auto;padding-right:8px;border-radius:4px}.event-stats-page .top-teams .card-title .app-button .icon{stroke:var(--dark-3);height:14px}.event-stats-page .top-teams .card-chart{margin-top:16px}.event-stats-page .top-players{margin-top:32px;padding:16px}.event-stats-page .top-players .card-title{font-family:var(--nhg-display);display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;color:var(--dark-4)}.event-stats-page .top-players .card-title .text{margin-right:auto;font-weight:700}.event-stats-page .top-players .card-title .app-button{margin-left:auto;padding-right:8px;border-radius:4px}.event-stats-page .top-players .card-title .app-button .icon{stroke:var(--dark-3);height:14px}.event-stats-page .top-players .top-players-list{padding-top:16px}.event-stats-page .top-players .top-players-list .top-players-list-item{display:-ms-flex;display:flex;flex-direction:row;margin-top:16px;padding-bottom:16px;border-bottom:1px solid var(--light-2)}.event-stats-page .top-players .top-players-list .top-players-list-item .player-image{height:32px;width:32px;border-radius:4px;background:var(--blue-subtle);margin-right:16px;position:relative}.event-stats-page .top-players .top-players-list .top-players-list-item .player-image .player-image__img{max-height:100%;max-width:100%;height:auto;width:auto}.event-stats-page .top-players .top-players-list .top-players-list-item .player-meta .primary-text{font-weight:600;color:var(--dark-2)}.event-stats-page .top-players .top-players-list .top-players-list-item .player-meta .primary-text a{color:var(--dark-2)}.event-stats-page .top-players .top-players-list .top-players-list-item .player-meta .secondary-text{color:var(--dark-4);display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.event-stats-page .top-players .top-players-list .top-players-list-item .player-meta .secondary-text a{color:var(--dark-4)}.event-stats-page .top-players .top-players-list .top-players-list-item .player-image .team-logo{height:12px;width:12px;background:var(--blue-darker);border-radius:4px;position:absolute;right:-2px;bottom:-2px}.event-stats-page .top-players .top-players-list .top-players-list-item .player-image .team-logo .team-logo__img{max-height:100%;max-width:100%;height:auto;width:auto}.event-stats-page .top-players .top-players-list .top-players-list-item .value{margin-left:auto;font-size:24px;font-family:var(--nhg-display);font-weight:700;color:var(--dark-2)}.event-stats-page .stat-type-selection-menu{background:#fff;box-shadow:var(--elevation-3);border-radius:8px;height:240px;overflow:auto}.event-stats-page .stat-type-selection-item{padding-left:24px;padding-right:24px;height:40px;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-2);cursor:pointer}.event-stats-page .stat-type-selection-item:hover{background:var(--light-2)}.fixture-page .event-head{display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid var(--light-2);padding-top:8px;padding-bottom:8px;font-weight:600;color:var(--dark-4);cursor:pointer}.fixture-page .event-head:hover{color:var(--blue-main)}.fixture-page .head{display:-ms-flex;display:flex;flex-direction:row;padding:32px 48px;background:#fff}.fixture-page .head .fixture-org{width:42.5%}.fixture-page .head .fixture-org .meta .logo-large{height:64px;width:64px;background:var(--blue-subtle);border-radius:8px;overflow:hidden}.fixture-page .head .fixture-org .meta .logo-large img{max-height:100%;max-width:100%;height:auto;width:auto}.fixture-page .head .fixture-org .meta .logo-small{height:24px;width:24px;background:var(--blue-subtle);border-radius:8px;overflow:hidden}.fixture-page .head .fixture-org .meta .logo-small img{max-height:100%;max-width:100%;height:auto;width:auto}.fixture-page .head .fixture-org .meta .org-name,.fixture-page .head .fixture-org .meta .result{font-size:20px;line-height:20px;font-weight:600;color:var(--dark-2)}.fixture-page .head .home-org .meta .result{margin-left:64px}.fixture-page .head .away-org .meta .result{margin-right:64px}.fixture-page .head .home-org .meta{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center}.fixture-page .head .home-org .meta .logo-large{margin-right:auto}.fixture-page .head .home-org .meta .logo-small{margin-right:64px;margin-left:24px}.fixture-page .head .away-org .meta{display:-ms-flex;display:flex;flex-direction:row-reverse;-ms-align-items:center;align-items:center}.fixture-page .head .away-org .meta .logo-large{margin-left:auto}.fixture-page .head .away-org .meta .logo-small{margin-left:64px;margin-right:24px}.fixture-page .head .seperator{width:15%;display:-ms-flex;display:flex;flex-direction:column;align-items:center;color:var(--dark-4);font-weight:600;padding-top:24px}.fixture-page .head .seperator .live-indicator{font-size:8px;border:1px solid var(--red-lighter);color:var(--red-lighter);padding:2px 8px;border-radius:4px}.fixture-page .tabs{height:40px;background:#fff;padding-left:48px;justify-content:center;border-top:1px solid var(--light-2);border-bottom:1px solid var(--light-2);position:relative}.fixture-page .tabs,.fixture-page .tabs .tab{display:-ms-flex;display:flex;flex-direction:row}.fixture-page .tabs .tab{height:100%;-ms-align-items:center;align-items:center;margin-right:32px;color:var(--dark-4);font-weight:500;border-bottom:2px solid transparent;padding-top:2px}.fixture-page .tabs .score-fixture-button{position:absolute;right:48px;top:10px;color:var(--orange-main);font-weight:600;cursor:pointer}.fixture-page .tabs .tab.active{color:var(--dark-2);border-bottom:2px solid var(--blue-main)}.fixture-page .can-manage-fixture{height:24px;background:var(--orange-darker);background:var(--red-main);width:100%;color:var(--light-1);font-weight:600;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;justify-content:center;font-size:12px;cursor:pointer}.fixture-page .body{padding-left:48px;padding-right:48px;padding-bottom:48px}.fixture-page .head .highlights{font-size:10px;display:flex;flex-direction:column}.fixture-page .head .home-org .highlights{align-items:flex-end}.fixture-page .head .away-org .highlights{align-items:flex-start}.fixture-page .head .highlights__item{display:flex;flex-direction:row;color:var(--dark-3);margin-top:8px;position:relative;padding-left:32px;padding-right:32px;flex-wrap:wrap}.fixture-page .head .home-org .highlights__item{justify-content:flex-end}.fixture-page .head .highlights__item__icon{fill:var(--dark-4);height:14px;position:absolute}.fixture-page .head .highlights__item__icon.home{margin-right:-4px;margin-left:8px;right:0}.fixture-page .head .highlights__item__icon.away{margin-left:-4px;margin-right:8px;left:0}.fixture-summary{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:32px}.fixture-summary .left-column{grid-column-start:1;grid-column-end:4}.fixture-summary .middle-column{grid-column-start:4;grid-column-end:10}.fixture-summary .right-column{grid-column-start:10;grid-column-end:13}.fixture-summary .match-details-card{padding:16px}.fixture-summary .match-details-card .title{font-weight:700;color:var(--dark-4);margin-bottom:16px;text-align:center}.fixture-summary .match-details-card .info-map{height:160px}.fixture-summary .match-details-card .info-item{display:-ms-flex;display:flex;flex-direction:row;padding-top:16px;padding-bottom:16px;border-bottom:1px solid var(--light-2)}.match-details-card__info-item__label{margin-top:16px;font-size:10px;font-weight:700;color:var(--dark-4)}.fixture-summary .match-details-card .info-item:last-child{border-bottom:none;padding-bottom:8px}.fixture-summary .match-details-card .info-item .icon{height:16px;width:16px;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;margin-right:12px}.fixture-summary .match-details-card .info-item .info-item-text{font-size:12px}.fixture-summary .match-details-card .info-item .info-item-text.link{color:var(--blue-main)}.fixture-summary .match-details-card .info-item .info-item-edit-btn{margin-left:auto;height:24px;width:24px;background:var(--orange-subtle);border-radius:8px;box-shadow:var(--elevation-1);display:flex;align-items:center;justify-content:center;cursor:pointer}.fixture-summary .match-details-card .info-item .info-item-edit-btn .info-item-edit-btn__icon{fill:var(--orange-main);height:14px}.fixture-summary .match-details-card .info-item .info-item-confirm-btn{margin-left:12px;height:24px;width:24px;background:var(--green-main);border-radius:8px;box-shadow:var(--elevation-1);display:flex;align-items:center;justify-content:center;cursor:pointer}.fixture-summary .match-details-card .info-item .info-item-confirm-btn .info-item-confirm-btn__icon{fill:var(--light-1);height:14px}.fixture-summary .match-details-card .info-item .info-item-cancel-btn{margin-left:12px;height:24px;width:24px;background:var(--light-3);border-radius:8px;box-shadow:var(--elevation-1);display:flex;align-items:center;justify-content:center;cursor:pointer}.fixture-summary .match-details-card .info-item .info-item-cancel-btn .info-item-cancel-btn__icon{stroke:var(--dark-4);height:14px}.fixture-summary .match-details-card .info-item .info-item-loader{width:72px;display:flex;align-items:center;justify-content:center}.fixture-summary .match-highlights-card{padding:16px;margin-bottom:32px}.fixture-summary .match-highlights-card .video{min-height:320px;background:var(--dark-1);display:flex;align-items:center;justify-content:center}.fixture-summary .match-highlights-card .video video{width:100%;max-height:100%;height:auto}.fixture-summary .match-lineups-card{padding:16px 16px 0}.fixture-summary .match-lineups-card .card-title{font-weight:700;color:var(--dark-4);text-align:center;margin-bottom:16px}.fixture-summary .match-lineups-card .tab-selector{height:28px;display:-ms-flex;display:flex;flex-direction:row;border:1px solid var(--blue-lighter);border-radius:8px;margin-bottom:16px}.fixture-summary .match-lineups-card .tab-selector .tab-selector-option{width:50%;display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;justify-content:center;color:var(--dark-3);cursor:pointer}.fixture-summary .match-lineups-card .tab-selector .tab-selector-option.selected{background:var(--blue-main);color:#fff}.fixture-summary .match-lineups-card .tab-selector .tab-selector-option .logo{height:16px;width:16px;border-radius:4px;background:var(--blue-subtle);overflow:hidden}.fixture-summary .match-lineups-card .tab-selector .tab-selector-option .logo img{max-width:100%;max-height:100%;height:auto;width:auto}.fixture-summary .match-lineups-card .tab-selector .tab-selector-option .formation{margin-left:8px;font-weight:600;font-size:10px}.fixture-summary .match-lineups-card .pitch{height:340px;background:var(--blue-subtle);margin-bottom:16px}.fixture-summary .match-lineups-card .lineup-list .section .section-title{background:var(--blue-subtlest);border-radius:8px;font-weight:700;color:var(--dark-3);padding:4px 8px}.fixture-summary .match-lineups-card .lineup-list .lineup-list-item{display:-ms-flex;display:flex;flex-direction:row;border-bottom:1px solid var(--blue-subtlest);padding:8px;font-family:"Inter",sans-serif;font-size:12px}.fixture-summary .match-lineups-card .lineup-list .lineup-list-item .number{width:32px}.fixture-summary .match-lineups-card .lineup-list .lineup-list-item .profile-pic{height:16px;width:16px;border-radius:4px;background:var(--blue-subtle);margin-right:8px;overflow:hidden}.fixture-summary .match-lineups-card .lineup-list .lineup-list-item .profile-pic img{max-width:100%;max-height:100%;height:auto;width:auto}.fixture-summary .match-lineups-card .lineup-list .lineup-list-item .name{margin-right:auto}.fixture-summary .match-lineups-card .fixture-lineups-summary-footer{display:flex;align-items:center;justify-content:center;padding:8px;font-weight:600;color:var(--dark-4);margin-top:16px}.fixture-timeline{padding:16px;grid-column-start:1;grid-column-end:13;margin-top:32px}.fixture-timeline__home{display:flex;flex-direction:row;align-items:center}.fixture-timeline__home .logo{height:24px;width:24px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.fixture-timeline__home .logo img{max-width:100%;max-height:100%;height:auto;width:auto}.fixture-timeline__home .desc{font-weight:700;color:var(--dark-2)}.fixture-timeline__away{display:flex;flex-direction:row;align-items:center}.fixture-timeline__away .logo{height:24px;width:24px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.fixture-timeline__away .logo img{max-width:100%;max-height:100%;height:auto;width:auto}.fixture-timeline__away .desc{font-weight:700;color:var(--dark-2)}.fixture-timeline__timeline{margin-top:32px;margin-bottom:32px}.fixture-timeline__timeline__timestamps{border-radius:8px;display:flex;flex-direction:row;position:relative}.fixture-timeline__timeline__timestamps__period{height:14px;background:var(--green-main);display:flex;flex-direction:row;justify-content:flex-end}.fixture-timeline__timeline__timestamps__period .period-end-marker{background:var(--green-darker);color:#fff;border-radius:100%;font-size:8px;width:14px;height:14px;display:flex;align-items:center;justify-content:center}.fixture-timeline__timeline__timestamps .stamp{flex-direction:row;top:0;height:14px;font-size:8px;color:#fff}.fixture-timeline__timeline__timestamps .stamp,.fixture-timeline__timeline__timestamps .stamp .stamp-icon{position:absolute;display:flex;align-items:center;justify-content:center}.fixture-timeline .tooltip-stats{width:128px;overflow:hidden}.fixture-timeline .tooltip-stats__item{padding:8px 16px}.fixture-timeline .tooltip-stats__item__meta{display:flex;flex-direction:row;align-items:center}.fixture-timeline .tooltip-stats__item__meta__timestamp{color:var(--dark-4);margin-right:8px}.fixture-timeline .tooltip-stats__item__player{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-tooltip{padding:4px;font-size:10px;background:var(--blue-darkest);margin:4px;color:#fff;border-radius:4px;font-weight:700}.fixture-awards-card{padding:16px}.fixture-awards-card__title{font-weight:700;color:var(--dark-2)}.fixture-awards-card__award-type{display:flex;flex-direction:row;align-items:center;margin-top:16px}.fixture-awards-card__award-type__img{height:48px;width:48px;background:var(--blue-subtle);border-radius:4px;overflow:hidden}.fixture-awards-card__award-type__img img{max-height:100%;max-width:100%;height:auto;width:auto}.fixture-awards-card__award-type__desc{padding-left:16px;flex-grow:1}.fixture-awards-card__award-type__desc__primary{margin-bottom:2px;font-size:10px;font-family:var(--nhg-display);font-weight:700;color:var(--dark-4)}.fixture-awards-card__award-type__desc__secondary{font-weight:700;color:var(--dark-2)}.fixture-awards-card__award-type__desc__tertiary{color:var(--dark-4)}.fixture-awards-card__award-type__option__icon{stroke:var(--red-main);height:14px}.fixture-awards-card .add-event-award-form{margin-bottom:0}.head-to-head .card-title{padding:16px;font-weight:700;color:var(--dark-2);border-bottom:1px solid var(--light-3)}.cricket-box-score{margin-bottom:24px}.cricket-box-score__main{display:flex;flex-direction:row;align-items:center;padding-top:32px;padding-bottom:32px}.cricket-box-score__main__section{width:50%;display:flex;flex-direction:row;align-items:center}.cricket-box-score__main__section.away{justify-content:flex-end}.cricket-box-score__main__section__team{margin-left:40px;margin-right:40px;display:flex;flex-direction:column;align-items:center}.cricket-box-score__main__section__team__logo{height:48px;width:48px;background:var(--blue-subtle);border-radius:4px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cricket-box-score__main__section__team__logo img{width:100%;height:auto}.cricket-box-score__main__section__team__name{font-weight:700;color:var(--dark-4)}.cricket-box-score__main__section__score{margin-bottom:16px;display:flex;flex-direction:column;align-items:center;font-family:var(--nhg-display)}.cricket-box-score__main__section__score__runs{font-size:16px;font-weight:700;color:var(--dark-2);margin-bottom:4px}.cricket-box-score__footer{display:flex;align-items:center;justify-content:center;background:var(--light-2);padding-top:8px;padding-bottom:8px}.cricket-box-score__footer__statement{font-size:10px;font-weight:700;color:var(--dark-4)}.fixture-points-timeline__header__legend{display:flex;flex-direction:row}.fixture-points-timeline__header__legend__item{display:flex;flex-direction:row;align-items:center;margin-left:24px}.fixture-points-timeline__header__legend__item__color{height:14px;width:14px;border-radius:4px;margin-right:4px;opacity:.8}.fixture-points-timeline__header__legend__item__label{font-size:10px;color:var(--dark-3)}.football-penalty-shootout{margin-bottom:32px}.football-penalty-shootout__title{font-weight:700;color:var(--dark-4);text-align:center;padding:16px;border-bottom:1px solid var(--light-2)}.football-penalty-shootout__header{display:flex;flex-direction:row;height:40px;border-bottom:1px solid var(--light-2)}.football-penalty-shootout__header__section{width:50%;display:flex;flex-direction:row;align-items:center}.football-penalty-shootout__header__team{display:flex;flex-direction:row;align-items:center;flex-grow:1}.football-penalty-shootout__header__team__image{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);overflow:hidden;margin-right:16px;margin-left:16px}.football-penalty-shootout__header__team__image img{width:100%}.football-penalty-shootout__header__team__name{font-weight:700;color:var(--dark-3)}.football-penalty-shootout__header__team.away{flex-direction:row-reverse}.football-penalty-shootout__header__score{height:40px;width:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700;color:var(--dark-3)}.football-penalty-shootout__rows__row{display:flex;flex-direction:row;border-bottom:1px solid var(--light-2);height:40px}.football-penalty-shootout__rows__row__section{display:flex;flex-direction:row;align-items:center;width:50%}.football-penalty-shootout__rows__row__section.away{flex-direction:row-reverse}.football-penalty-shootout__rows__row__section__img{height:24px;width:24px;background:var(--blue-subtle);border-radius:4px;overflow:hidden;margin-left:16px;margin-right:16px;flex-shrink:0}.football-penalty-shootout__rows__row__section__img img{width:100%}.football-penalty-shootout__rows__row__section__name{flex-grow:1}.football-penalty-shootout__rows__row__section.away .football-penalty-shootout__rows__row__section__name{text-align:right}.football-penalty-shootout__rows__row__section__indicator{border-left:1px solid var(--light-2);border-right:1px solid var(--light-2);height:40px;width:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.football-penalty-shootout__rows__row__section__indicator__icon{height:16px;width:16px;border-radius:100%;background:var(--light-2)}.football-penalty-shootout__rows__row__section__indicator__icon.red{background:var(--red-lighter)}.football-penalty-shootout__rows__row__section__indicator__icon.green{background:var(--green-lighter)}.fixture-referees{margin-top:32px}.fixture-referees__title{margin-bottom:16px;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:16px 16px 0}.fixture-referees__title__text{font-weight:700;color:var(--dark-4)}.fixture-referees__title__add{margin-left:auto;cursor:pointer;color:var(--blue-main);font-weight:700}.fixture-referees__list__item{display:flex;flex-direction:row;align-items:center;padding:0 16px 16px}.fixture-referees__list__item__image{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;margin-right:16px;overflow:hidden}.fixture-referees__list__item__desc{flex-grow:1}.fixture-referees__list__item__desc__primary{font-weight:600;margin-bottom:4px}.fixture-referees__list__item__desc__secondary{color:var(--dark-4);margin-bottom:4px;font-size:10px}.fixture-referees__list__item__options__option{height:40px;width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.fixture-referees__list__item__options__option__icon{height:14px;stroke:var(--red-main)}.fixture-referees__list__item__options__option:hover{background:var(--light-2);border-radius:4px}.add-fixture-referee{width:400px}.add-fixture-referee__title{display:flex;flex-direction:row;align-items:center;padding:12px 16px;border-bottom:1px solid var(--light-2)}.add-fixture-referee__title__text{font-weight:600;font-family:var(--nhg-display);font-size:14px}.add-fixture-referee__title__dismiss-btn{margin-left:auto;cursor:pointer}.add-fixture-referee__title__dismiss-btn__icon{stroke:var(--dark-4);height:14px}.add-fixture-referee__form{padding:16px}.add-fixture-referee__form__group{margin-bottom:16px}.add-fixture-referee__form__group__label{font-size:10px;font-family:var(--nhg-display);font-weight:600;color:var(--dark-4);margin-bottom:8px}.add-fixture-referee__form__group__input{position:relative}.add-fixture-referee__form__group__input__selected-profile{display:flex;flex-direction:row;align-items:center;border:1px solid var(--light-2);height:32px;box-sizing:border-box;background:transparent;flex:1 1;outline:none;font-size:12px;font-family:var(--nhg);padding:0 8px 0 16px;border-radius:8px;box-shadow:inset 0 .5px 4px var(--light-3)}.add-fixture-referee__form__group__input__selected-profile__dismiss{margin-left:auto;height:32px;width:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.add-fixture-referee__form__group__input__selected-profile__dismiss__icon{height:14px;stroke:var(--red-main)}.add-fixture-referee .app-search-menu{margin-top:0;padding:16px 0 0}.add-fixture-referee .app-search-menu .search-results-section__title{font-size:8px;font-weight:700;letter-spacing:.4px;color:var(--dark-4);padding-left:16px;padding-right:16px;margin-bottom:8px}.add-fixture-referee .app-search-menu .search-results-section__items__item{display:flex;flex-direction:row;align-items:center;transition:all .2s ease-out;padding:8px 16px;cursor:pointer;color:var(--dark-1)}.add-fixture-referee .app-search-menu .search-results-section__items__item:hover{background:var(--light-2)}.add-fixture-referee .app-search-menu .search-results-section__items__item__image{height:32px;width:32px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.add-fixture-referee .app-search-menu .search-results-section__items__item__image img{max-height:100%;max-width:100%;height:auto;width:auto}.add-fixture-referee .app-search-menu .search-results-section__items__item__desc__primary{font-weight:600;color:var(--dark-2)}.add-fixture-referee .app-search-menu .search-results-section__items__item__desc__secondary{color:var(--dark-3);font-size:10px}.fixture-report{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}.fixture-report__container{grid-column-start:4;grid-column-end:10;padding-top:48px}.fixture-report__container .ql-container{border:none}.fixture-report #create-report-editor .ql-container{border:none}.fixture-report #create-report-editor .ql-toolbar{border:none;background:var(--blue-subtle)}.fixture-report #create-report-editor .ql-editor{min-height:400px;background:#fff}#create-report-editor.quill>.ql-container>.ql-editor.ql-blank:before{left:16px}.save-report-wrapper{display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:16px}.save-report-wrapper .submit-btn{margin-left:16px}#create-report-editor .ql-mention-list-container{background:#fff;border-radius:8px;box-shadow:var(--elevation-4);z-index:1}#create-report-editor .ql-mention-list-container .ql-mention-list{list-style-type:none;padding-left:0;margin:0}#create-report-editor .mention-item{display:flex;flex-direction:row;align-items:center;padding:8px;cursor:pointer}#create-report-editor .mention-item:hover{background:var(--light-2)}#create-report-editor .mention-item__image{height:24px;width:24px;background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;margin-right:12px}#create-report-editor .mention-item__image img{width:100%}#create-report-editor .mention-item__text{font-size:12px;font-family:var(--nhg)}#create-report-editor .mention-item__text__primary{font-weight:600;color:var(--dark-1)}#create-report-editor .mention-item__text__secondary{font-size:10px;color:var(--dark-3)}.fixture-report__edit-button-container{display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:16px}.match-report-form{border-radius:4px;box-shadow:var(--elevation-3);background:#fff;overflow:hidden}.match-report-form__header{display:flex;flex-direction:row;align-items:center;height:24px;padding-left:16px;padding-right:16px;font-size:10px;font-family:var(--nhg-display);font-weight:600;color:var(--dark-2)}.match-report-form__header__dismiss{margin-left:auto;height:24px;width:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}.match-report-form__header__dismiss__icon{height:16px;stroke:var(--dark-3)}.match-report-form__image-uploader{background:var(--blue-subtle);display:flex;flex-direction:column;align-items:center;justify-content:center}.match-report-form__image-uploader__preview{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative}.match-report-form__image-uploader__preview__dismiss{position:absolute;display:flex;align-items:center;justify-content:center;height:20px;width:20px;background:var(--light-2);border-radius:100%;top:16px;right:16px;cursor:pointer}.match-report-form__image-uploader__preview__dismiss__icon{stroke:var(--dark-4);height:14px}.match-report-form__image-uploader__preview img{width:100%;height:auto}.match-report-form__headline-editor{padding:16px}.match-report-form__headline-editor__label{font-size:10px;font-family:var(--nhg-display);font-weight:600;color:var(--dark-4);display:flex;flex-direction:row;align-items:center}.match-report-form__headline-editor__label__character-count{margin-left:auto}.match-report-form__headline-editor__input{margin-top:8px}.match-report-form__headline-editor__input textarea{border:1px solid var(--light-3);width:100%;resize:none;border-radius:4px;padding:8px;font-family:var(--nhg-display);font-weight:700;font-size:20px;height:64px}.match-report-form__content-editor{padding-left:16px;padding-right:16px}.match-report-form__content-editor__label{font-size:10px;font-family:var(--nhg-display);font-weight:600;color:var(--dark-4);display:flex;flex-direction:row;align-items:center}.match-report-form__content-editor__label__character-count{margin-left:auto}.match-report-form__content-editor__input #match-report-editor{border:1px solid var(--light-3);border-radius:4px;display:flex;flex-direction:column-reverse;margin-top:8px}.match-report-form__content-editor #custom-toolbar{border:none;position:relative;z-index:0}.match-report-form__content-editor #custom-toolbar .ql-formats{margin-left:-14px}.match-report-form__content-editor #match-report-editor .ql-container{border:none}.match-report-form__content-editor .quill>.ql-container>.ql-editor.ql-blank:before{font-size:12px;font-style:normal;font-family:var(--nhg);padding-left:8px;left:0}.match-report-form__content-editor #match-report-editor .ql-editor{min-height:80px;padding:8px}.match-report-form__content-editor #match-report-editor .ql-toolbar{border:none;padding-left:0;padding-bottom:0}.match-report-form__content-editor #custom-toolbar svg .ql-stroke{stroke:var(--dark-4)}.match-report-form__content-editor #custom-toolbar .ql-active svg .ql-stroke{stroke:var(--blue-main)}.match-report-form__content-editor #custom-toolbar svg .ql-fill{fill:var(--dark-4)}.match-report-form__content-editor #custom-toolbar .ql-active svg .ql-fill{fill:var(--blue-main)}.match-report-form .ql-mention-list-container{background:#fff;border-radius:8px;box-shadow:var(--elevation-4);z-index:1}.match-report-form .ql-mention-list-container .ql-mention-list{list-style-type:none;padding-left:0;margin:0}.match-report-form .mention-item{display:flex;flex-direction:row;align-items:center;padding:8px;cursor:pointer}.match-report-form .mention-item:hover{background:var(--light-2)}.match-report-form .mention-item__image{height:24px;width:24px;background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;margin-right:12px}.match-report-form .mention-item__image img{width:100%}.match-report-form .mention-item__text{font-size:10px;font-family:var(--nhg)}.match-report-form .mention-item__text__primary{font-weight:600;color:var(--dark-1)}.match-report-form .mention-item__text__secondary{font-size:10px;color:var(--dark-3)}.match-report-form__content-editor__footer{display:flex;flex-direction:row;align-items:center;padding-top:8px;padding-bottom:8px}.match-report-form__content-editor__footer__submit{margin-left:auto}.delete-match-report{padding:16px;display:flex;flex-direction:row;align-items:center}.delete-match-report__options{display:flex;flex-direction:row;align-items:center;margin-left:auto}.delete-match-report__options__loading{height:32px;display:flex;align-items:center;justify-content:center;margin-right:16px}.delete-match-report__options__option{background:var(--light-2);margin-left:16px}.fixture-photos{display:grid;grid-template-columns:repeat(12,1fr)}.fixture-photos .upload-btn-container{grid-column-start:3;grid-column-end:11;margin-top:32px;display:flex;flex-direction:row;justify-content:flex-end}.fixture-photos .fixture-photos__gallery{grid-column-start:3;grid-column-end:11;display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:8px;margin-top:32px;padding:24px}.fixture-photos .fixture-photos__gallery .fixture-photos__gallery__column .fixture-photos__gallery__column__item{background:var(--light-1);margin-top:8px}.fixture-photos .fixture-photos__gallery .fixture-photos__gallery__column .fixture-photos__gallery__column__item img{width:100%}.fixture-videos{display:grid;grid-template-columns:repeat(12,1fr)}.fixture-videos .upload-btn-container{display:flex;flex-direction:row;justify-content:flex-end}.fixture-videos .upload-btn-container,.fixture-videos .video-list{grid-column-start:3;grid-column-end:11;margin-top:32px}.add-video-wrapper{width:32%;max-height:90%}.add-video-wrapper .add-video-container{padding:24px;overflow:hidden;display:flex;flex-direction:column}.add-video-wrapper .add-video-container__title{text-align:center;font-family:var(--nhg-display);font-size:24px;font-weight:700}.add-video-wrapper .add-video-container__secondary-title{text-align:center;font-size:14px;margin-top:16px;line-height:20px;color:var(--dark-3)}.add-video-wrapper .add-video-container__is-live-stream{display:flex;flex-direction:row;margin-bottom:24px}.add-video-wrapper .add-video-container__is-live-stream__label{font-size:14px;color:var(--dark-3)}.add-video-wrapper .add-video-container__is-live-stream__input{margin-left:auto}.add-video-wrapper .add-video-container__options{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:24px}.add-video-wrapper .add-video-container__option{display:flex;flex-direction:row;padding:16px;align-items:center;box-shadow:var(--elevation-3);cursor:pointer;transition:all .2s ease-out}.add-video-wrapper .add-video-container__option:hover{background:var(--blue-main);color:#fff}.add-video-wrapper .add-video-container__option .icon{stroke:var(--dark-4);width:40px}.add-video-wrapper .add-video-container__option .desc{flex-grow:1;text-align:center;font-weight:700}.add-video-wrapper .add-video-container__link-input{margin-top:24px;height:32px;margin-bottom:24px;border:1px solid var(--light-4);padding-left:12px;border-radius:8px;outline:none}.add-video-wrapper .add-video-container__link-input:focus{border:1px solid var(--blue-main)}.fixture-videos__pinner{display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:4px}.fixture-videos__pinner__btn{font-size:10px;font-weight:600;color:var(--light-4);cursor:pointer}.fixture-lineups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:32px}.fixture-lineups .left-column{grid-column-start:1;grid-column-end:2;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-column-gap:32px;padding-top:32px}.fixture-lineups .left-column .meta-column{grid-column-start:1;grid-column-end:6}.fixture-lineups .left-column .starters{grid-column-start:6;grid-column-end:13}.fixture-lineups .right-column{grid-column-start:2;grid-column-end:3;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-column-gap:32px;padding-top:32px}.fixture-lineups .right-column .meta-column{grid-column-start:8;grid-column-end:13}.fixture-lineups .right-column .starters{grid-column-start:1;grid-column-end:8}.fixture-lineups .details-card{background:var(--blue-darker);padding:16px}.fixture-lineups .details-card .formation{display:-ms-flex;display:flex;flex-direction:row;align-items:center}.fixture-lineups .details-card .formation .logo{background:var(--blue-lighter);height:24px;width:24px;border-radius:4px}.fixture-lineups .details-card .formation .text{color:#fff;font-size:16px;font-weight:600}.fixture-lineups .left-column .details-card .formation .text{margin-left:auto}.fixture-lineups .right-column .details-card .formation .text{margin-right:auto}.fixture-lineups .details-card .key-individuals{margin-top:16px}.fixture-lineups .details-card .key-individuals .key-individual{border-radius:4px;padding:12px;display:flex;flex-direction:row}.fixture-lineups .details-card .key-individuals .key-individual .image{height:48px;width:48px;background:var(--blue-subtle);border-radius:4px}.fixture-lineups .details-card .key-individuals .key-individual__info{padding-left:12px}.fixture-lineups .details-card .key-individuals .key-individual .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;margin-top:8px}.fixture-lineups .details-card .key-individuals .key-individual .desc{font-family:var(--din);font-size:10px;color:var(--dark-4);margin-top:4px}.fixture-lineups .starters{display:flex;flex-direction:column}.fixture-lineups .starters .card-title{border-bottom:1px solid var(--light-3);width:100%;padding:8px 16px;text-align:center;font-weight:700;color:var(--dark-3)}.fixture-lineups .starters__title{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-3);width:100%;padding:8px 16px;background:var(--light-2);height:32px}.fixture-lineups .starters__title__text{font-weight:700;color:var(--dark-4);display:flex;flex-direction:row}.fixture-lineups .starters__title__text__icon{stroke:var(--dark-4);height:14px}.fixture-lineups .starters__title__selection{display:flex;flex-direction:row;align-items:center;margin-left:auto}.fixture-lineups .starters__title__selection__option{display:flex;flex-direction:row;align-items:center;margin-left:16px;cursor:pointer}.fixture-lineups .starters__title__selection__option__icon{fill:var(--dark-4)}.fixture-lineups .starters__title__selection__option.selected .starters__title__selection__option__icon{fill:var(--blue-main)}.fixture-lineups .select-formation-menu{width:140px;max-height:300px;overflow:auto}.fixture-lineups .select-formation-menu__list__item{display:flex;align-items:center;justify-content:center;height:32px;cursor:pointer}.fixture-lineups .select-formation-menu__list__item:hover{background:var(--light-2)}.starters__body{flex-grow:1;min-height:548px}.subs__body{flex-grow:1;min-height:248px}.starters__body__list{height:100%;display:flex;flex-direction:column;flex-grow:1}.starters__body__list__items{flex-grow:1;overflow:auto}.starters__body__list__item{display:flex;flex-direction:row;align-items:center;padding:8px 16px;border-bottom:1px solid var(--light-2)}.starters__body__list__item__image{height:24px;width:24px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.starters__body__list__item__image img{max-height:100%;max-width:100%;height:auto;width:auto}.starters__body__list__item__options{display:flex;flex-direction:row;align-items:center;margin-left:auto}.starters__body__list__item__option{font-size:10px;cursor:pointer;margin-left:8px;text-align:right}.starters__body__list__item__option.placeholder{border-bottom:1px dashed var(--light-3);color:var(--dark-4)}input.starters__body__list__item__option{border:1px dashed var(--light-3);width:32px;outline:none;height:20px}.starters__body__list__item__option.error{border-color:var(--red-main)}.starters__body__list__item__option__icon{stroke:var(--red-lighter);height:14px}.starters__body__list__footer{padding:16px;border-top:1px solid var(--light-3)}.fixture-lineups-list-container{background:var(--light-2);max-height:80%;width:32%;overflow:hidden;border-radius:8px;display:flex;flex-direction:column}.fixture-lineups-list-container__header{background:var(--blue-darker);display:flex;flex-direction:row;align-items:center;padding:8px 16px;color:#fff;font-weight:700}.fixture-lineups-list-container__header .dismiss-btn{margin-left:auto;cursor:pointer}.fixture-lineups-list-container .lineup-list{flex-grow:1;overflow:auto;background:#fff}.fixture-lineups-list-container .lineup-list .lineup-list-item{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-3);position:relative;cursor:pointer;padding:8px 16px}.fixture-lineups-list-container .lineup-list .lineup-list-item:hover{background:var(--light-2)}.fixture-lineups-list-container .lineup-list .lineup-list-item .disabled{position:absolute;left:0;right:0;bottom:0;top:0;background:var(--light-1);opacity:.3;z-index:2;pointer-events:none}.fixture-lineups-list-container .lineup-list .lineup-list-item.disabled{pointer-events:none}.fixture-lineups-list-container .lineup-list .lineup-list-item.disabled:hover{background:none}.fixture-lineups-list-container .lineup-list .lineup-list-item .image{height:40px;width:40px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.fixture-lineups-list-container .lineup-list .lineup-list-item .image img{width:100%}.fixture-lineups-list-container .lineup-list .lineup-list-item .name__primary{font-weight:700}.fixture-lineups-list-container .lineup-list .lineup-list-item .name__secondary{color:var(--dark-3)}.fixture-lineups-list-container .lineup-list .lineup-list-item .num{margin-left:auto}.fixture-lineups-list-container .lineup-list .lineup-list-item.disabled .name{opacity:.4}.fixture-lineups-list-container .lineup-list .lineup-list-item.disabled .checkbox{opacity:.1}.fixture-stats-page{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-column-gap:32px;padding-bottom:48px}.fixture-stats-page .left-column{grid-column-start:1;grid-column-end:7}.fixture-stats-page .right-column{grid-column-start:7;grid-column-end:13}.fixture-stats-page .team-details{margin-top:32px;padding:16px}.fixture-stats-page .team-details__meta{display:-ms-flex;display:flex;flex-direction:row}.fixture-stats-page .team-details .logo{height:32px;width:32px;background:var(--blue-subtle);border-radius:8px;overflow:hidden}.fixture-stats-page .team-details .logo img{max-height:100%;max-width:100%;height:auto;width:auto}.fixture-stats-page .team-details .team-name{font-size:16px;font-family:var(--nhg-display);font-weight:700;color:var(--dark-2);flex-grow:1}.fixture-stats-page .left-column .team-details .logo{margin-left:16px}.fixture-stats-page .right-column .team-details .logo{margin-right:16px}.fixture-stats-page .right-column .team-details .team-name{text-align:right}.fixture-stats-page .shots-summary-new{margin-top:32px}.fixture-stats-page .shots-summary-new .shots-summary-list .summary-item{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;margin-bottom:32px}.fixture-stats-page .shots-summary-new .shots-summary-list .summary-item:last-child{margin-bottom:0}.fixture-stats-page .shots-summary-new .shots-summary-list .summary-item .legend{height:32px;width:32px;border-radius:100%}.fixture-stats-page .shots-summary-new .shots-summary-list .summary-item .label{color:var(--dark-3);font-weight:700;padding-left:16px;padding-right:16px;flex-grow:1}.fixture-stats-page .right-column .shots-summary-new .shots-summary-list .summary-item .label{text-align:right}.fixture-stats-page .shots-summary-new .shots-summary-list .summary-item .value{font-weight:700;padding-left:12px;padding-right:12px}.fixture-stats-page .shots-summary-new .concentric-chart{display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;position:relative;grid-column-start:6;grid-column-end:10;height:160px;margin-top:32px}.fixture-stats-page .shots-summary-new .concentric-chart .circle{position:absolute;border-radius:100%}.fixture-stats-page .key-players{margin-top:32px;padding:16px}.fixture-stats-page .key-players .card-title{font-family:var(--nhg-display);font-weight:700;color:var(--dark-2)}.fixture-stats-page .key-players .key-players-list{margin-top:16px}.fixture-stats-page .key-players .key-players-list .key-players-list-item{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--light-2)}.fixture-stats-page .key-players .key-players-list .key-players-list-item .player-image{background:var(--blue-subtle);height:48px;width:48px;border-radius:4px}.fixture-stats-page .key-players .key-players-list .key-players-list-item .player-info{flex-grow:1;padding-left:16px;padding-right:16px}.fixture-stats-page .key-players .key-players-list .key-players-list-item .player-name{font-size:14px;font-weight:600;margin-bottom:8px}.fixture-stats-page .key-players .key-players-list .key-players-list-item .player-pos{color:var(--dark-3)}.fixture-stats-page .key-players .key-players-list .key-players-list-item .stat-value{font-size:16px;font-family:var(--din)}.fixture-stats-page .key-players .key-players-list .key-players-list-item .highlighted-stat{display:-ms-flex;display:flex;flex-direction:column;-ms-align-items:center;align-items:center;justify-content:center;background:var(--blue-darker);width:48px;height:48px;border-radius:8px;color:#fff}.fixture-stats-page .key-players .key-players-list .key-players-list-item .stat-label{font-family:var(--din-narrow)}.fixture-stats-page .match-stats{margin-top:32px;padding:16px}.fixture-stats-page .match-stats .card-title{text-align:center;font-family:var(--nhg-display);font-weight:700;color:var(--dark-2);border-bottom:1px solid var(--light-2);padding-bottom:16px}.fixture-stats-page .match-stats .match-stats-list{padding-top:0}.fixture-stats-page .match-stats .match-stats-list .match-stats-list-item{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));margin-top:16px}.fixture-stats-page .match-stats .match-stats-list .match-stats-list-item .home-value{grid-column-start:1;grid-column-end:3}.fixture-stats-page .match-stats .match-stats-list .match-stats-list-item .home-bar{grid-column-start:3;grid-column-end:5;display:-ms-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center}.fixture-stats-page .match-stats .match-stats-list .match-stats-list-item .home-bar .fill{background:var(--blue-lighter)}.fixture-stats-page .match-stats .match-stats-list .match-stats-list-item .away-bar .fill{background:var(--orange-lighter)}.fixture-stats-page .match-stats .match-stats-list .match-stats-list-item .home-bar .bar-container{height:8px;background:var(--light-2);width:100%;display:-ms-flex;display:flex;justify-content:flex-end}.fixture-stats-page .match-stats .match-stats-list .match-stats-list-item .away-value{grid-column-start:11;grid-column-end:13;text-align:right}.fixture-stats-page .match-stats .match-stats-list .match-stats-list-item .away-bar{grid-column-start:9;grid-column-end:11;display:-ms-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center}.fixture-stats-page .match-stats .match-stats-list .match-stats-list-item .away-bar .bar-container{height:8px;background:var(--light-2);width:100%}.fixture-stats-page .match-stats .match-stats-list .match-stats-list-item .away-bar .bar-container .fill,.fixture-stats-page .match-stats .match-stats-list .match-stats-list-item .home-bar .bar-container .fill{height:100%}.fixture-stats-page .match-stats .match-stats-list .match-stats-list-item .desc{grid-column-start:5;grid-column-end:9;text-align:center;font-family:var(--nhg-display);font-weight:700;color:var(--dark-2)}.fixture-stats-page .match-form{margin-top:32px;padding:16px}.fixture-stats-page .match-form .card-title{font-family:var(--nhg-display);font-weight:700;color:var(--dark-4);display:grid;grid-template-columns:40% auto 40%}.fixture-stats-page .match-form .home-form{border-left:2px solid #8951ff;padding-left:16px;display:-ms-flex;display:flex;flex-direction:row}.fixture-stats-page .match-form .away-form{border-right:2px solid #ffaa2b;padding-right:16px;display:-ms-flex;display:flex;flex-direction:row;justify-content:flex-end}.fixture-stats-page .match-form .card-title .text{grid-column-start:2;grid-column-end:3;text-align:center}.fixture-stats-page .match-form .card-chart{margin-top:16px}.fixture-stats-page .head-to-head{margin-top:32px;padding:16px}.fixture-stats-page .head-to-head .card-title{font-family:var(--nhg-display);font-weight:700;color:var(--dark-4)}.fixture-stats-page .table-stats{grid-column-start:1;grid-column-end:13;margin-top:32px;overflow:hidden}.fixture-stats-page .table-stats__header{background:var(--blue-darker);font-weight:700;font-size:10px;color:#fff}.fixture-stats-page .table-stats__row{display:flex;flex-direction:row;align-items:center;height:40px;border-bottom:1px solid var(--light-2);width:100%}.fixture-stats-page .table-stats__header .table-stats__row{height:24px}.fixture-stats-page .table-stats__body__seperator{padding-left:16px;padding-right:16px;height:40px;display:flex;flex-direction:row;align-items:center;font-weight:700;background:var(--light-3)}.fixture-stats-page .table-stats__body__seperator__img{height:24px;width:24px;background-color:var(--light-2);border-radius:4px;margin-right:16px;overflow:hidden}.fixture-stats-page .table-stats__body__seperator__img img{max-width:100%;max-height:100%;height:auto;width:auto}.fixture-stats-page__football__match-stats{grid-column-start:1;grid-column-end:7}.fixture-stats-page__football__player-stats{grid-column-start:7;grid-column-end:13}.fixture-stats-page .match-stats__teams{display:flex;flex-direction:row;padding-top:12px;padding-bottom:12px;border-bottom:1px solid var(--light-2)}.fixture-stats-page .match-stats__teams__team{display:flex;flex-direction:row;align-items:center}.fixture-stats-page .match-stats__teams__team.away{margin-left:auto}.fixture-stats-page .match-stats__teams__team__image{height:24px;width:24px;background:var(--blue-subtle);border-radius:4px}.fixture-stats-page .match-stats__teams__team__image img{max-height:100%;max-width:100%;height:auto;width:auto}.fixture-stats-page .match-stats__teams__team__name{margin-left:16px;margin-right:16px}.fixture-stats-page .match-stats__shots{padding-top:16px;border-top:1px solid var(--light-2);margin-top:16px}.fixture-stats-page .shots-summary{grid-column-start:1;grid-column-end:7;margin-top:32px;padding:16px}.fixture-stats-page .shots-summary .card-title{display:flex;flex-direction:row;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--light-2)}.fixture-stats-page .shots-summary .card-title__team{display:flex;flex-direction:row;align-items:center;width:40%}.fixture-stats-page .shots-summary .card-title__team.away{justify-content:flex-end}.fixture-stats-page .shots-summary .card-title__team__image{height:24px;width:24px;background-color:var(--blue-subtle);border-radius:4px}.fixture-stats-page .shots-summary .card-title__team__image img{max-height:100%;max-width:100%;height:auto;width:auto}.fixture-stats-page .shots-summary .card-title__team__name{margin-left:16px;margin-right:16px}.fixture-stats-page .shots-summary .card-title__label{display:flex;flex-direction:row;align-items:center;justify-content:center;font-family:var(--nhg-display);font-weight:700;color:var(--dark-2);width:20%}.fixture-stats-page .shots-summary .shots-summary__body{display:flex;flex-direction:row;padding-top:16px}.fixture-stats-page .shots-summary .shots-summary__body__section{width:50%}.fixture-stats-page .shots-summary .shots-summary__body__section.home{border-right:1px solid var(--light-2);padding-right:16px}.fixture-stats-page .shots-summary .shots-summary__body__section.away{padding-left:16px}.fixture-stats-page .shots-summary .shots-summary__body__section__title{display:flex;flex-direction:row;align-items:center}.fixture-stats-page .shots-summary .shots-summary__body__section__title__value{font-size:24px;font-weight:100;font-family:var(--nhg-display)}.fixture-stats-page .shots-summary .shots-summary__body__section.away .shots-summary__body__section__title__value{margin-left:auto}.fixture-stats-page .shots-summary__body__section__graphic{height:160px;margin-top:16px;position:relative}.shots-summary__body__section__graphic__total-shots{background:var(--blue-subtle);position:absolute;bottom:0}.shots-summary__body__section__graphic__shots-on-goal{background:var(--blue-main);position:absolute;bottom:0}.fixture-stats-page .shots-summary .shots-summary__body__section.home .shots-summary__body__section__graphic__shots-on-goal,.fixture-stats-page .shots-summary .shots-summary__body__section.home .shots-summary__body__section__graphic__total-shots{left:0}.fixture-stats-page .shots-summary .shots-summary__body__section.away .shots-summary__body__section__graphic__shots-on-goal,.fixture-stats-page .shots-summary .shots-summary__body__section.away .shots-summary__body__section__graphic__total-shots{right:0}.fixture-stats-page__player-stats{margin-top:32px;grid-column-start:7;grid-column-end:13}.fixture-stats-page__player-stats__header{padding:12px 16px;border-bottom:1px solid var(--light-2)}.fixture-stats-page__player-stats__header,.fixture-stats-page__player-stats__header__team{display:flex;flex-direction:row;align-items:center}.fixture-stats-page__player-stats__header__team__image{height:24px;width:24px;border-radius:4px;overflow:hidden;background:var(--blue-subtle)}.fixture-stats-page__player-stats__header__team__image img{max-height:100%;max-width:100%;height:auto;width:auto}.fixture-stats-page__player-stats__header__team__name{margin-left:16px;margin-right:16px;font-weight:700;color:var(--dark-2)}.fixture-stats-page__player-stats__header__category__menu__item,.fixture-stats-page__player-stats__header__team__menu__item{padding:8px 16px;border-bottom:1px solid var(--light-2);cursor:pointer}.fixture-stats-page__player-stats__header__team__menu__item:hover{background:var(--light-2)}.fixture-stats-page__player-stats__header__category__wrapper{margin-left:auto}.fixture-stats-page__player-stats__header__category{display:flex;flex-direction:row;align-items:center;font-weight:700;color:var(--dark-2)}.fixture-stats-page .fixture-stats-page__player-stats__table__header{background:var(--blue-subtle);font-weight:700;font-size:10px;color:var(--blue-lighter)}.fixture-stats-page .fixture-stats-page__player-stats__table__header .table-stats__row{height:24px}.fixture-stats-page .table-stats__row__data{padding-left:16px;padding-right:16px;color:var(--dark-2);flex-shrink:0}.fixture-stats-page .table-stats__row__data,.fixture-stats-page .table-stats__row__data .text-clamp{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-line-clamp:1;-webkit-box-orient:vertical}.fixture-stats-page .fixture-stats-page__player-stats__table__header .table-stats__row__data{color:var(--blue-lighter)}.basketball-shots-summary{margin-top:32px;padding:16px}.left-column .basketball-shots-summary{padding-right:8px}.right-column .basketball-shots-summary{padding-left:8px}.basketball-shots-summary__item{display:flex;flex-direction:row;align-items:center;margin-bottom:16px}.basketball-shots-summary__item:last-child{margin-bottom:8px}.basketball-shots-summary__item__graph{height:60px;width:60px;position:relative;display:flex;align-items:center;justify-content:center}.basketball-shots-summary__item__graph .percentage{position:absolute;font-size:10px;font-weight:700;margin-top:0}.basketball-shots-summary__item__graph canvas{margin-top:-8px}.basketball-shots-summary__item__values{margin-right:auto;display:flex;flex-direction:row}.right-column .basketball-shots-summary__item__values{margin-left:auto;margin-right:0;display:flex;flex-direction:row}.basketball-shots-summary__item__values__value{font-family:var(--nhg-display);font-weight:700;height:24px;display:flex;flex-direction:column;justify-content:center;margin-right:24px;color:var(--dark-2)}.right-column .basketball-shots-summary__item__values__value{align-items:flex-end;margin-right:0;margin-left:24px}.basketball-shots-summary__item__values__value__number{font-size:20px}.basketball-shots-summary__item__values__value__label{color:var(--blue-lighter)}.basketball-shots-summary .horizontal-stacked-bar-summary{height:24px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;font-weight:700;font-family:var(--nhg-display);margin-right:8px;margin-top:8px}.right-column .basketball-shots-summary .horizontal-stacked-bar-summary{margin-right:0;margin-left:8px}.basketball-shots-summary .horizontal-stacked-bar-summary .fill{flex-shrink:0;background:var(--blue-lighter);height:100%;display:flex;align-items:center;padding-left:8px;color:#fff}.right-column .basketball-shots-summary .horizontal-stacked-bar-summary .fill{justify-content:flex-end;padding-right:8px}.basketball-shots-summary .horizontal-stacked-bar-summary .background{flex-shrink:0;background:var(--light-3);height:100%;display:flex;align-items:center;justify-content:flex-end;padding-right:8px}.right-column .basketball-shots-summary .horizontal-stacked-bar-summary .background{justify-content:flex-start;padding-left:8px}.fixture-stats-page-cricket{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:48px;padding-top:32px}.fixture-stats-page-cricket .batting-scorecard .title{display:flex;align-items:center;justify-content:center;height:48px}.fixture-stats-page-cricket .batting-scorecard .secondary-title{display:flex;align-items:center;justify-content:center;height:24px;background:var(--blue-darkest);font-size:10px;font-weight:700;letter-spacing:.4px;color:#fff}.fixture-stats-page-cricket .scorecard-table__header{background:var(--blue-subtle);font-weight:700;font-size:10px;color:var(--blue-darker)}.fixture-stats-page-cricket .scorecard-table__row{display:flex;flex-direction:row;align-items:center;height:40px;border-bottom:1px solid var(--light-2)}.fixture-stats-page-cricket .scorecard-table__header .scorecard-table__row{height:24px}.fixture-stats-page-cricket .scorecard-table__row__data{padding-left:16px;padding-right:16px}.fixture-stats-page-cricket .bowling-scorecard{margin-top:32px}.fixture-badminton-stats__box-score__column__value__image{overflow:hidden}.fixture-badminton-stats__summary__header__player__image{border-radius:4px;overflow:hidden}.fixture-badminton-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:32px}.fixture-badminton-stats__box-score{margin-top:32px;display:flex;flex-direction:row;padding:16px}.fixture-badminton-stats__box-score__column__label{font-size:8px;font-family:var(--nhg-display);font-weight:700;color:var(--light-4);margin-bottom:8px}.fixture-badminton-stats__box-score__column__value{display:flex;flex-direction:row;align-items:center;height:48px}.fixture-badminton-stats__box-score__column__value.bold{font-weight:700}.fixture-badminton-stats__box-score__column__value__image{height:32px;width:32px;background:var(--blue-subtle);border-radius:4px;margin-right:16px}.fixture-badminton-stats__box-score__column.players{flex-grow:1}.fixture-badminton-stats__box-score__column.period{display:flex;flex-direction:column;align-items:center;margin-left:24px}.fixture-badminton-stats__summary{padding:16px;margin-top:32px}.fixture-badminton-stats__summary__header,.fixture-badminton-stats__summary__header__player{display:flex;flex-direction:row;align-items:center}.fixture-badminton-stats__summary__header__player{width:40%}.fixture-badminton-stats__summary__header__player.away{justify-content:flex-end}.fixture-badminton-stats__summary__header__title{width:20%;display:flex;align-items:center;justify-content:center;font-family:var(--nhg-display);font-weight:700;color:var(--dark-4)}.fixture-badminton-stats__summary__header__player__image{background:var(--blue-subtle);height:24px;width:24px}.fixture-badminton-stats__summary__header__player.home .fixture-badminton-stats__summary__header__player__image{margin-right:16px}.fixture-badminton-stats__summary__header__player.away .fixture-badminton-stats__summary__header__player__image{margin-left:16px}.match-stats-list-item{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));margin-top:16px}.match-stats-list-item .home-value{grid-column-start:1;grid-column-end:2;margin-left:8px}.match-stats-list-item .home-bar{grid-column-start:2;grid-column-end:5;display:-ms-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center}.match-stats-list-item .home-bar .bar-container{height:8px;background:var(--light-2);width:100%;display:-ms-flex;display:flex;justify-content:flex-end}.match-stats-list-item .home-bar .bar-container .fill{height:100%;background:var(--blue-main)}.match-stats-list-item .desc{grid-column-start:5;grid-column-end:9;text-align:center;font-family:var(--nhg-display);font-weight:700;color:var(--dark-2)}.match-stats-list-item .away-value{grid-column-start:12;grid-column-end:13;text-align:right;margin-right:8px}.match-stats-list-item .away-bar{grid-column-start:9;grid-column-end:12;display:-ms-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center}.match-stats-list-item .away-bar .bar-container{height:8px;background:var(--light-2);width:100%}.match-stats-list-item .away-bar .bar-container .fill{height:100%;background:var(--orange-main)}.fixture-points-timeline{margin-top:32px;padding:16px}.fixture-points-timeline__header{display:flex;flex-direction:row;align-items:center;margin-bottom:16px}.fixture-points-timeline__header__title{margin-right:auto;font-weight:700;color:var(--dark-4)}.fixture-points-timeline__header__select-period{display:flex;flex-direction:row;align-items:center}.fixture-points-timeline__select-period-menu__item{padding:8px 16px;cursor:pointer}.fixture-points-timeline__select-period-menu__item:hover{background:var(--light-2)}.fixture-points-timeline__body{height:320px}.fixture-stats-cricket-wrapper{padding:40px 8%}.fixture-stats-cricket__header{display:flex;flex-direction:row;align-items:center;padding:16px}.fixture-stats-cricket__header__title{font-size:16px;font-weight:700;font-family:var(--nhg-display)}.fixture-stats-cricket__header__options{display:flex;flex-direction:row;align-items:center;margin-left:auto}.fixture-stats-cricket__header__options__option{margin-left:12px;height:24px;border:1px solid var(--light-3);border-radius:4px;display:flex;align-items:center;justify-content:center;padding-left:12px;padding-right:12px;color:var(--dark-3);font-size:10px;cursor:pointer}.fixture-stats-cricket__header__options__option:hover{background:var(--light-2)}.fixture-stats-cricket__header__options__option.selected{background:var(--blue-darker);font-weight:600;color:var(--light-1);border:none}.fixture-stats-cricket__table__header{height:24px;background:var(--light-2);font-size:10px;font-family:var(--nhg-display);font-weight:600;color:var(--dark-2)}.fixture-stats-cricket__table__header,.fixture-stats-cricket__table__row{display:flex;flex-direction:row;align-items:center;padding-left:16px;padding-right:16px}.fixture-stats-cricket__table__row{height:40px;border-bottom:1px solid var(--light-2)}.fixture-stats-cricket__table__row__td{flex-shrink:0}.fixture-stats-cricket__table__row__td__img{height:24px;width:24px;border-radius:4px;overflow:hidden;background:var(--blue-subtle);margin-right:12px}.fixture-stats-cricket__table__legend{display:flex;flex-direction:row;flex-wrap:wrap;padding-top:8px;padding-bottom:8px}.fixture-stats-cricket__table__legend__item{font-size:10px;font-weight:500;color:var(--dark-4);margin-left:16px;margin-top:8px}.score-fixture{height:100%;width:100%;overflow:hidden}.score-football{height:100%;width:100%;position:relative}.score-football .header{height:48px;position:absolute;top:0;width:100%;background:var(--blue-darker);box-shadow:var(--elevation-4);z-index:3;display:grid;grid-template-columns:24% 52% 24%;grid-template-rows:100%}.score-football .header .close-scoring-btn{height:100%;display:flex;flex-direction:row;align-items:center;color:#fff;padding-left:16px;cursor:pointer}.score-football .header .close-scoring-btn .icon{display:flex;align-items:center;justify-content:center}.score-football .header .close-scoring-btn .text{margin-left:8px;font-weight:700}.score-football .header .time{display:flex;flex-direction:row;align-items:center;justify-content:center}.score-football .header .time .start{display:flex;flex-direction:row;align-items:center;color:#fff;font-weight:700;height:32px;background:var(--blue-darkest);border-radius:8px;padding-left:8px;padding-right:8px;margin-left:16px;cursor:pointer}.score-football .header .time .start .icon{display:flex;align-items:center;justify-content:center}.score-football .header .time .pause{display:flex;flex-direction:row;align-items:center;color:#fff;font-weight:700;height:32px;background:var(--blue-darkest);border-radius:8px;padding-left:8px;padding-right:8px;margin-left:16px;cursor:pointer}.score-football .header .time .pause .icon{display:flex;align-items:center;justify-content:center}.score-football .header .time .end-of-period{display:flex;flex-direction:row;align-items:center;color:#fff;font-weight:700;background:var(--blue-darkest);height:32px;border-radius:8px;padding-left:8px;padding-right:8px;margin-left:16px}.score-football .header .time .end-of-period .icon{display:flex;align-items:center;justify-content:center}.score-football .header .time .selected-period-selector{height:32px;display:flex;align-items:center;justify-content:center;background:var(--blue-darkest);padding-left:16px;padding-right:8px;border-radius:8px;color:#fff;font-weight:700;margin-left:16px;cursor:pointer}.score-football .header .time .selected-period-selector-menu{background:var(--light-1);width:100%;margin-top:4px;border-radius:8px;box-shadow:var(--elevation-5);position:relative;overflow:hidden;z-index:5}.score-football .header .time .selected-period-selector-menu__item{text-align:center;padding:8px 16px;border-bottom:1px solid var(--light-2);cursor:pointer}.score-football .header .time .selected-period-selector-menu__item:hover{background:var(--light-2)}.score-football .header .time .selected-period-selector-menu__item:last-child{border:none}.score-football .header .time .selected-period-selector .selected-period-selector__icon{stroke:#fff;height:14px;margin-left:8px}.score-football .header .time .current-time{height:32px;display:flex;align-items:center;justify-content:center;background:var(--blue-darkest);border-radius:8px;color:#fff;font-weight:700;margin-left:16px}.score-football .header .time .current-time .option{height:32px;width:32px;display:flex;align-items:center;justify-content:center;stroke:#fff;cursor:pointer}.score-football .header .time .current-time .time{padding-left:8px;padding-right:8px}.score-football .header .settings{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding-right:16px;cursor:pointer}.score-football .header .settings .edit-lineups-btn{padding-left:8px;padding-right:8px;border-radius:8px;border:1px solid #fff}.score-football .header .settings .edit-lineups-btn,.score-football .header .settings .publish-stats-btn{height:28px;margin-right:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.score-football .header .settings .publish-stats-btn{background:var(--green-darker);padding-left:16px;padding-right:16px;border-radius:8px}.score-football .header.expanded{height:100%}.score-football .body{display:grid;grid-template-columns:24% 52% 24%;grid-template-rows:100%;background:var(--light-2);height:100%;padding-top:48px;position:relative}.score-football .select-period-overlay{position:absolute;width:100%;height:100%;left:0;top:48px;z-index:2;background:#fff;transition:all .2s ease-out;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--light-1)}.score-football .left-column{grid-column-start:1;grid-column-end:2;height:100%;overflow:auto;z-index:1}.score-football .middle-column{grid-column-start:2;grid-column-end:3;height:100%;background:#fff;box-shadow:var(--elevation-3);display:flex;flex-direction:column;z-index:2}.score-football .middle-column .match-participants{display:flex;flex-direction:row;height:88px;flex-shrink:0;width:100%;padding-left:24px;padding-right:24px;background:var(--blue-darkest);color:var(--light-2);box-shadow:var(--elevation-1);z-index:3}.score-football .middle-column .match-participants .home-participant{display:flex;flex-direction:row;width:33.33%;align-items:center}.score-football .middle-column .match-participants .away-participant{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:33.33%;text-align:right}.score-football .middle-column .match-participants .logo{height:32px;width:32px;background:var(--blue-subtle);border-radius:8px;overflow:hidden}.score-football .middle-column .match-participants .logo img{max-height:100%;max-width:100%;height:auto;width:auto}.score-football .middle-column .match-participants .home-participant .logo{margin-right:16px}.score-football .middle-column .match-participants .away-participant .logo{margin-left:16px}.score-football .middle-column .match-participants .name{font-size:16px;line-height:20px;font-weight:700;font-family:var(--nhg-display)}.score-football .middle-column .match-participants .score{font-size:20px;line-height:20px;font-weight:600;width:33.33%;display:flex;align-items:center;justify-content:center}.score-football .right-column{grid-column-start:3;grid-column-end:4;height:100%;overflow:auto;z-index:1}.score-football .stat-type-group{padding:0;margin-bottom:24px}.score-football .stat-type-group .title{font-weight:700;background:var(--blue-subtle);color:var(--blue-darkest);height:28px;display:flex;align-items:center;justify-content:center;font-size:10px;letter-spacing:.4px}.score-football .stat-type-group .items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:16px;padding-left:16px;padding-right:16px}.score-football .stat-type-group .stat-type-item{margin-top:16px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:10px;height:40px;background:#fff;cursor:pointer;transition:all .2s ease-out;font-weight:600;color:var(--dark-4)}.score-football .stat-type-group .stat-type-item.disabled{cursor:default}.score-football .stat-type-group .stat-type-item:hover{box-shadow:var(--elevation-3)}.score-football .stat-overlay{height:100%;width:100%;z-index:6;background:rgba(46,52,56,.84);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center}.score-football .stat-input-form{background:#fff;width:32%;height:80%;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.score-football .stat-input-form__title{height:32px;display:flex;flex-direction:row;align-items:center;background:var(--blue-darker);color:#fff;font-weight:600;padding-left:16px;padding-right:16px;flex-shrink:0}.score-football .stat-input-form__title .dismiss-btn{margin-left:auto;cursor:pointer}.score-football .stat-input-form .timestamp-editor{height:40px;border-bottom:1px solid var(--light-2);display:flex;align-items:center;flex-direction:row;padding-left:16px;padding-right:16px;flex-shrink:0}.score-football .stat-input-form .timestamp-editor .label{font-weight:600;color:var(--dark-4)}.score-football .stat-input-form .timestamp-editor .input{height:24px;display:flex;align-items:center;justify-content:center;border:1px solid var(--light-4);border-radius:4px;margin-left:auto;overflow:hidden}.score-football .stat-input-form .timestamp-editor .input .icon{width:24px;display:flex;align-items:center;justify-content:center;background:var(--light-2);height:100%;cursor:pointer}.score-football .stat-input-form .timestamp-editor .input .value{width:32px;border-left:1px solid var(--light-4);border-right:1px solid var(--light-4);height:100%;display:flex;align-items:center;justify-content:center}.score-football .stat-input-form .timestamp-editor .input select{border:none;padding-left:4px;padding-right:4px;outline:none}.score-football .stat-input-form .select-player{border-top:1px solid var(--light-2)}.score-football .stat-input-form .select-player .select-player__title{padding:16px 16px 8px;font-weight:600;color:var(--dark-4)}.score-football .stat-input-form .player-list .select-player__item{padding:8px 16px;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-2);cursor:pointer;transition:all .2s ease-out}.score-football .stat-input-form .player-list{flex-grow:1;overflow:auto}.score-football .stat-input-form .player-list .select-player__item:hover{background:var(--blue-subtlest)}.score-football .stat-input-form .player-list .select-player__item .img{height:32px;width:32px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.score-football .stat-input-form .player-list .select-player__item .img img{max-height:100%;max-width:100%;height:auto;width:auto}.score-football .stat-input-form .player-list .select-player__item .name__primary{font-weight:700;color:var(--dark-2)}.score-football .stat-input-form .player-list .select-player__item .name__secondary{color:var(--dark-4)}.score-football .stat-input-form .player-list .select-player__item .num-container{margin-left:auto;position:relative;display:flex;align-items:center;justify-content:center;height:24px;width:24px}.score-football .stat-input-form .player-list .select-player__item .num-container .num-val{font-size:12px;color:var(--dark-4)}.score-football .stat-input-form .select-player .team-selector{display:flex;flex-direction:row;background:var(--light-2)}.score-football .stat-input-form .select-player .team-selector .team-selector__item{width:50%;display:flex;align-items:center;justify-content:center;height:40px;cursor:pointer}.score-football .stat-input-form .select-player .team-selector .team-selector__item.active{border-bottom:2px solid var(--blue-main)}.score-football .stat-input-form .saved-stats{padding-left:16px;padding-right:16px}.score-football .stat-input-form .saved-stats .saved-stat-item{border:1px dashed var(--blue-lighter);border-radius:4px;margin-top:16px;padding:8px;display:flex;flex-direction:row;align-items:center}.score-football .stat-input-form .saved-stats .saved-stat-item .timestamp{margin-right:8px}.score-football .stat-input-form .saved-stats .saved-stat-item .edit-btn{margin-left:auto;font-weight:600;color:var(--orange-lighter);cursor:pointer}.score-football .stat-input-form .associated-stat-title{background:var(--light-2);padding:8px 16px;margin-top:16px;color:var(--dark-4);font-weight:600;display:flex;flex-direction:row;align-items:center}.score-football .stat-input-form .associated-stat-title .skip-associated-btn{margin-left:auto;cursor:pointer}.score-football .stats-list{flex-grow:1;overflow:auto;padding:16px 16px 48px;background:var(--light-2)}.score-football .stats-list .stats-list__period{background:var(--blue-subtle);color:var(--blue-darkest);font-weight:600;font-size:10px;display:flex;align-items:center;justify-content:center;padding:4px;margin-top:16px}.score-football .stats-list .stat-item-container.away{justify-content:flex-end}.score-football .stats-list .stat-item-container .stat-item{display:flex;flex-direction:row;align-items:center;border:1px solid var(--light-2);border-radius:4px;overflow:hidden}.score-football .stats-list .stat-item-container .stat-item.away{justify-content:flex-end}.score-football .stats-list .stat-item-container .stat-item .img{height:32px;width:32px;background:var(--blue-subtle)}.score-football .stats-list .stat-item-container .stat-item .timestamp{height:32px;width:48px;border:1px solid var(--light-2);display:flex;align-items:center;justify-content:center}.score-football .stats-list .stat-item-container .stat-item .statement{margin-left:16px;margin-right:16px}.score-football .stats-list .stat-item-container .stat-item.home .statement{margin-right:32px}.score-football .stats-list .stat-item-container .stat-item.away .statement{margin-left:32px}.score-football .stats-list .stat-item-container .stat-item .options{display:flex;flex-direction:row}.score-football .stats-list .stat-item-container .stat-item .options .option{height:32px;width:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--light-2)}.score-football .football-settings{position:absolute;padding-top:48px;top:0;left:0;width:100%;height:100%;background:var(--blue-darkest);z-index:3;display:flex;flex-direction:column;align-items:center}.score-football .football-settings .football-settings-header{position:absolute;height:48px;width:100%;top:0;left:0;background:var(--blue-darker);display:grid;grid-template-columns:24% 52% 24%;grid-template-rows:100%}.score-football .football-settings .football-settings-header .dismiss{font-weight:700;text-align:right;display:flex;align-items:center;justify-content:flex-end;color:#fff;margin-right:24px}.score-football .football-settings .football-settings-header__btn-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding-right:24px}.score-football .football-settings .football-settings-header .close-scoring-btn{height:100%;display:flex;flex-direction:row;align-items:center;color:#fff;padding-left:16px;cursor:pointer}.score-football .football-settings .football-settings-header .close-scoring-btn .icon{display:flex;align-items:center;justify-content:center}.score-football .football-settings .football-settings-header .close-scoring-btn .text{margin-left:8px;font-weight:700}.score-football .football-settings .settings-title{color:#fff;font-size:16px;font-weight:700;font-family:var(--nhg-display);display:flex;align-items:center;justify-content:center}.score-football .football-settings .settings-form{margin-top:48px;width:400px}.score-football .football-settings .settings-form .form-group{background:#044c7c;border-radius:8px;margin-bottom:32px;padding:16px 24px 24px}.score-football .football-settings .settings-form .form-group.row{display:flex;flex-direction:row;align-items:center}.score-football .football-settings .settings-form .form-group .label{color:#fff;font-weight:700;text-align:center;display:flex;flex-direction:row}.score-football .football-settings .settings-form .form-group .label .primary-label{flex-grow:1;text-align:center}.score-football .football-settings .settings-form .form-group .value .innings-selector{display:flex;flex-direction:row;align-items:center;justify-content:center;color:#fff;height:32px;border:1px solid var(--light-2);border-radius:8px;overflow:hidden}.score-football .football-settings .settings-form .form-group .value .innings-selector .minus{height:32px;width:32px;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--light-2)}.score-football .football-settings .settings-form .form-group .value .innings-selector .plus{height:32px;width:32px;display:flex;align-items:center;justify-content:center;border-left:1px solid var(--light-2)}.score-football .football-settings .settings-form .form-group .value .innings-selector .num{height:32px;width:32px;display:flex;align-items:center;justify-content:center;background:var(--light-2);font-weight:700}.score-football .football-settings .settings-form .form-group .value .settings-dropdown-container{position:relative}.score-football .football-settings .settings-form .form-group .value .dropdown-input{height:32px;border:1px solid var(--light-2);display:flex;flex-direction:row;align-items:center;border-radius:8px;padding-left:16px;margin-top:12px;padding-right:8px;color:#fff}.score-football .football-settings .settings-form .form-group .value .dropdown-menu{background:var(--light-2);border-radius:8px;margin-top:8px;margin-bottom:8px}.score-football .football-settings .settings-form .form-group .value .dropdown-menu .menu-item{padding:16px 24px;border-bottom:1px solid var(--light-3)}.score-football .football-settings .settings-form .form-group .value .dropdown-menu .menu-item:last-child{border:none}.score-football .football-settings .settings-form .form-group .value .innings-list .inning-wrapper{display:flex;flex-direction:row;align-items:center;margin-top:16px}.score-football .period__options{display:flex;flex-direction:row}.score-football .period__options__option{flex-direction:row;height:32px;width:32px;display:flex;align-items:center;justify-content:center;margin-left:8px}.score-football .period__options__option__icon{height:14px}.score-football .period__options__option__icon.delete{stroke:#fff}.score-football .period__options__option__icon.edit{fill:#fff}.score-football .football-settings .settings-form .form-group .value .innings-list .inning{height:32px;font-size:12px;border:1px solid var(--light-2);color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-grow:1;border-radius:8px}.score-football .football-settings .settings-form .form-group .value .innings-list .add-inning{display:flex;align-items:center;justify-content:center;color:var(--green-lighter);font-size:10px;font-weight:700;margin-top:16px;cursor:pointer}.score-football .lineups-page{height:100%;background:var(--blue-darkest);z-index:3;flex-direction:column;overflow:auto;padding-top:48px}.score-football .lineups-page,.score-football .lineups-page .lineups-header{position:absolute;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:center}.score-football .lineups-page .lineups-header{flex-direction:row;color:#fff;font-size:14px;font-weight:700;height:48px;background:var(--blue-darker)}.score-football .lineups-page .lineups-header .dismiss-btn{position:absolute;right:24px;cursor:pointer}.score-football .lineups-page .lineup-editor{width:400px;height:80%;background:#044c7c;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.score-football .lineups-page .lineup-editor .team-selector{display:flex;flex-direction:row;align-items:center;color:var(--light-2);font-weight:700;height:40px;flex-shrink:0}.score-football .lineups-page .lineup-editor .team-selector .team-selector-item{height:40px;width:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.score-football .lineups-page .lineup-editor .team-selector .team-selector-item.active{border-bottom:1px solid var(--green-main);color:var(--green-main)}.score-football .lineups-page .lineup-editor .lineup-list{background:var(--light-2);flex-grow:1;overflow:auto}.score-football .lineups-page .lineup-editor .lineup-list .lineup-list-item{display:flex;flex-direction:row;align-items:center;padding-left:16px;padding-right:16px;height:40px;border-bottom:1px solid var(--light-3)}.score-football .lineups-page .lineup-editor .lineup-list .lineup-list-item .image{height:24px;width:24px;background:var(--blue-subtle);border-radius:100%;margin-right:16px}.score-football .lineups-page .lineup-editor .lineup-list .lineup-list-item .checkbox{margin-left:auto}.score-football .period-form{display:flex;flex-direction:row}.score-football .period-row{display:grid;grid-template-columns:160px 96px 80px;grid-template-rows:32px;grid-column-gap:16px;margin-top:16px}.score-football .period-row .th{color:#fff;font-weight:700;text-align:center}.score-football .period-row__options{display:flex;flex-direction:row}.score-football .period-row__options__option{height:32px;width:50%;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.score-football .period-row__options__option.disabled{opacity:.4;pointer-events:none}.score-football .period-row__options__option .icon{height:14px}.score-football .period-row__options__option.submit .icon{fill:var(--green-main)}.score-football .period-row__options__option.cancel .icon{stroke:var(--red-main)}.score-football .period-form input.submit-input{padding:0;background:none;color:var(--green-main);font-weight:700}.score-football .stats-list .stat-item-container{margin-top:16px;display:grid;grid-template-columns:45% 1fr 45%;grid-column-gap:16px}.score-football .stats-list .stat-item-container .home-stat-item{display:flex;flex-direction:row}.score-football .stats-list .stat-item-container .statements{flex-grow:1;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff;padding-left:8px;padding-right:8px}.score-football .stats-list .stat-item-container .statements .statement{height:36px;display:flex;align-items:center;justify-content:center;text-align:center}.score-football .stats-list .stat-item-container .options{display:flex;flex-direction:row}.score-football .stats-list .stat-item-container .home-stat-item .options{margin-right:8px}.score-football .stats-list .stat-item-container .away-stat-item .options{margin-left:8px}.score-football .stats-list .stat-item-container .options .option{height:36px;width:36px;display:flex;align-items:center;justify-content:center;cursor:pointer}.score-football .stats-list .stat-item-container .timestamp{background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;border-radius:8px;height:36px;font-weight:700;color:var(--blue-darkest)}.score-football .stats-list .stat-item-container .away-stat-item{display:flex;flex-direction:row}.score-football .publish-stats{position:absolute;padding-top:48px;top:0;left:0;width:100%;height:100%;background:var(--blue-darkest);z-index:3;display:flex;flex-direction:column;align-items:center}.score-football .publish-stats__header{position:absolute;height:48px;width:100%;top:0;left:0;background:var(--blue-darker);display:grid;grid-template-columns:24% 52% 24%;grid-template-rows:100%}.score-football .publish-stats__header .close-scoring-btn{height:100%;display:flex;flex-direction:row;align-items:center;color:#fff;padding-left:16px;cursor:pointer}.score-football .publish-stats__header .close-scoring-btn .icon{display:flex;align-items:center;justify-content:center}.score-football .publish-stats__header .close-scoring-btn .text{margin-left:8px;font-weight:700}.score-football .publish-stats__header .publish-stats-title{color:#fff;font-size:16px;font-weight:700;font-family:var(--nhg-display);display:flex;align-items:center;justify-content:center}.score-football .publish-stats__header .publish-stats-btn-wrapper{display:flex;flex-direction:row;align-items:center;cursor:pointer}.score-football .publish-stats__header .publish-stats-btn{background:var(--green-darker);height:28px;padding-left:16px;padding-right:16px;border-radius:8px;margin-right:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;margin-left:auto}.score-football .publish-stats__body{width:100%;flex-grow:1;overflow:auto;display:grid;grid-template-columns:repeat(2,50%)}.score-football .publish-stats__body .stats-table-container{padding:24px}.score-football .publish-stats__body .stats-table{background:var(--blue-darker);border-radius:8px;overflow:hidden}.score-football .publish-stats__body .stats-table__header{display:flex;flex-direction:row;align-items:center;padding:16px 24px}.score-football .publish-stats__body .stats-table__header__title{display:flex;flex-direction:row;align-items:center}.score-football .publish-stats__body .stats-table__header__title__logo{height:32px;width:32px;background:var(--blue-main);border-radius:8px;overflow:hidden}.score-football .publish-stats__body .stats-table__header__title__logo img{width:100%}.score-football .publish-stats__body .stats-table__header__title__text{margin-left:12px;color:#fff;font-size:14px;font-weight:700}.score-football .publish-stats__body .stats-table__header__value-selector{margin-left:auto;display:flex;flex-direction:row;align-items:center;border-radius:4px;overflow:hidden}.score-football .publish-stats__body .stats-table__header__value-selector__icon{height:32px;width:32px;display:flex;align-items:center;justify-content:center;background:var(--blue-main);cursor:pointer}.score-football .publish-stats__body .stats-table__header__value-selector__icon .icon{stroke:#fff;height:14px}.score-football .publish-stats__body .stats-table__header__value-selector__val{height:32px;min-width:32px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.score-football .publish-stats__body .stats-table__body{background:#fff;display:grid;grid-template-columns:168px 1fr;position:relative}.score-football .publish-stats__body .stats-table__body__overlay{background:hsla(0,0%,100%,.8);position:absolute;height:100%;width:100%;left:0;top:0;display:flex;justify-content:center;text-align:center;padding-left:30%;padding-right:30%;padding-top:64px}.score-football .publish-stats__body .stats-table__body .column{border-right:1px solid var(--light-3)}.score-football .publish-stats__body .stats-table__body .column.stats{overflow-x:auto}.score-football .publish-stats__body .stats-table__body .column__row{display:flex;flex-direction:row}.score-football .publish-stats__body .stats-table__body .column__row__data{height:32px;width:144px;display:flex;flex-direction:row;align-items:center;border-right:1px solid var(--light-2);border-bottom:1px solid var(--light-2);flex-shrink:0}.score-football .publish-stats__body .stats-table__body .column__row__data__value{width:100%;padding-left:24px;height:100%;display:flex;flex-direction:row;align-items:center}.score-football .publish-stats__body .stats-table__body .column__row__data__value.hover:hover{background:var(--light-2);cursor:pointer}.score-football .publish-stats__body .stats-table__body .column__row__data.highlight{background:var(--blue-subtle)}.score-football .publish-stats__body .stats-table__body .column__row__data__form{width:100%;display:flex;flex-direction:row;overflow:hidden;position:relative;min-width:0}.score-football .publish-stats__body .stats-table__body .column__row__data__form__input{flex-grow:1;width:calc(100% - 64px)}.score-football .publish-stats__body .stats-table__body .column__row__data__form__input input{height:100%;border:none;width:100%;padding-left:24px;outline:none}.score-football .publish-stats__body .stats-table__body .column__row__data__form button{height:32px;width:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.score-football .publish-stats__body .stats-table__body .column__row__data__form button .icon{height:14px;fill:#000}.score-football .publish-stats__body .stats-table__body .column__row__data__form button .icon.submit{fill:var(--green-main)}.score-football .publish-stats__body .stats-table__body .column__row__data__form button .icon.cancel{stroke:var(--light-4)}.score-football .publish-stats__body .stats-table__body .column__row__data.bold{font-weight:700}.score-football .publish-stats__body .stats-table__body .column__row__data.light{color:var(--light-4)}.score-football .publish-stats__body .stats-table__body .column.players .column__row,.score-football .publish-stats__body .stats-table__body .column.players .column__row__data{width:100%}.score-football .publish-stats__body .stats-table__body .column .column__header .column__row__data{font-weight:700}.score-football .publish-stats .confirm-publish-stats{position:absolute;height:100%;width:100%;top:0;left:0;background:rgba(46,52,56,.88);display:flex;align-items:center;justify-content:center}.score-football .publish-stats .confirm-publish-stats__form{background:#fff;width:30%;border-radius:8px;overflow:hidden}.score-football .publish-stats .confirm-publish-stats__form__text{padding:0 16px 16px}.score-football .publish-stats .confirm-publish-stats__form__header{background:var(--blue-darker);font-weight:700;height:32px;display:flex;align-items:center;color:#fff;padding:16px}.score-football .publish-stats .confirm-publish-stats__form__options{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:8px 16px 16px}.score-football .publish-stats .confirm-publish-stats__form__options .app-button{margin-left:16px}.score-football .confirm-delete-stats{position:absolute;height:100%;width:100%;top:0;left:0;background:rgba(46,52,56,.88);display:flex;align-items:center;justify-content:center;z-index:6}.score-football .confirm-delete-stats__form{background:#fff;width:30%;border-radius:8px;overflow:hidden}.score-football .confirm-delete-stats__form__text{padding:16px;display:flex;flex-direction:row}.score-football .confirm-delete-stats__form__text__timestamp{background:var(--blue-subtle);width:36px;min-height:36px;color:var(--blue-darker);font-weight:700;display:flex;justify-content:center;padding-top:11px;border-radius:8px}.score-football .confirm-delete-stats__form__text__statements .statement{height:36px;display:flex;align-items:center;padding-left:16px}.score-football .confirm-delete-stats__form__header{background:var(--blue-darker);font-weight:700;height:32px;display:flex;align-items:center;color:#fff;padding:16px}.score-football .confirm-delete-stats__form__options{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:16px;border-top:1px solid var(--light-2)}.score-football .confirm-delete-stats__form__options .app-button{margin-left:16px}.score-football .penalty-shootout-card__rows__row{display:flex;flex-direction:row;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid var(--light-2);height:40px}.score-football .penalty-shootout-card__rows__row__section{display:flex;flex-direction:row}.score-football .penalty-shootout-card__rows__row__section.away{flex-direction:row-reverse}.score-football .penalty-shootout-card__rows__row__options{border-right:1px solid var(--light-2);border-left:1px solid var(--light-2);width:40px}.score-football .penalty-shootout-card__rows__row__options__option{height:40px;width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.score-football .penalty-shootout-card__rows__row__options__option:hover{background:var(--light-2)}.score-football .penalty-shootout-card__rows__row__body{flex-grow:1;display:flex;align-items:center;justify-content:center}.score-football .penalty-shootout-card__rows__row__body__option{width:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;letter-spacing:.2px;color:var(--light-4);cursor:pointer}.score-football .penalty-shootout-card__rows__row__body__option:hover{color:var(--blue-lighter)}.score-football .penalty-shootout-card__rows__row__body__statement{font-weight:700}.score-football .penalty-shootout-card__rows__row__indicator{height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--light-2);border-left:1px solid var(--light-2)}.score-football .penalty-shootout-card__rows__row__indicator__icon{height:20px;width:20px;border-radius:100%;background:var(--light-2)}.score-football .penalty-shootout-card__rows__row__indicator__icon.green{background:var(--green-main)}.score-football .penalty-shootout-card__rows__row__indicator__icon.red{background:var(--red-main)}.period-settings-card__body__item__options__option.delete.disabled:hover{background:var(--red-subtle)}.period-form__input:focus{outline:solid 1px var(--blue-main)}.period-form__options__option.submit.disabled:hover{background:var(--green-subtle)}.period-settings-card__body__action-wrapper{display:flex;flex-direction:row;align-items:center}.period-settings-card__body__blurb{padding:16px;flex-grow:1}.period-settings-card__body__action{padding:16px}.score-basketball{height:100%;width:100%;position:relative}.score-basketball .body{display:grid;grid-template-columns:24% 52% 24%;grid-template-rows:100%;background:var(--light-2);height:100%;padding-top:48px}.score-basketball .left-column{grid-column-start:1;grid-column-end:2;height:100%;overflow:auto}.score-basketball .middle-column{grid-column-start:2;grid-column-end:3;height:100%;background:#fff;box-shadow:var(--elevation-3);padding-left:24px;padding-right:24px;display:flex;flex-direction:column}.score-basketball .middle-column .match-participants{display:flex;flex-direction:row;height:128px;border-bottom:1px solid var(--light-2);flex-shrink:0}.score-basketball .middle-column .match-participants .home-participant{display:flex;flex-direction:row;width:33%;align-items:center}.score-basketball .middle-column .match-participants .away-participant{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:33%}.score-basketball .middle-column .match-participants .logo{height:32px;width:32px;background:var(--blue-subtle);margin-right:16px;margin-left:16px}.score-basketball .middle-column .match-participants .name,.score-basketball .middle-column .match-participants .score{font-size:20px;line-height:20px;font-weight:600;color:var(--dark-2)}.score-basketball .middle-column .match-participants .score{width:33%;display:flex;align-items:center;justify-content:center}.score-basketball .right-column{grid-column-start:3;grid-column-end:4;height:100%;overflow:auto}.score-basketball .stat-type-group{padding:16px;border-bottom:1px solid var(--light-3)}.score-basketball .stat-type-group .title{font-weight:600;color:var(--dark-3)}.score-basketball .stat-type-group .items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:16px}.score-basketball .stat-type-group .stat-type-item{margin-top:16px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:10px;height:40px;background:#fff;cursor:pointer;transition:all .2s ease-out}.score-basketball .stat-type-group .stat-type-item:hover{box-shadow:var(--elevation-3)}.score-basketball .stat-overlay{height:100%;width:100%;z-index:6;background:rgba(46,52,56,.84);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center}.score-basketball .stat-input-form{background:#fff;width:32%;height:80%;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.score-basketball .stat-input-form__title{height:32px;display:flex;flex-direction:row;align-items:center;background:var(--blue-darker);color:#fff;font-weight:600;padding-left:16px;padding-right:16px;flex-shrink:0}.score-basketball .stat-input-form__title .dismiss-btn{margin-left:auto;cursor:pointer}.score-basketball .stat-input-form .timestamp-editor{height:40px;border-bottom:1px solid var(--light-2);display:flex;align-items:center;flex-direction:row;padding-left:16px;padding-right:16px;flex-shrink:0}.score-basketball .stat-input-form .timestamp-editor .label{font-weight:600;color:var(--dark-4)}.score-basketball .stat-input-form .timestamp-editor .input{height:24px;display:flex;align-items:center;justify-content:center;border:1px solid var(--light-4);border-radius:4px;margin-left:auto;overflow:hidden}.score-basketball .stat-input-form .timestamp-editor .input .icon{width:24px;display:flex;align-items:center;justify-content:center;background:var(--light-2);height:100%;cursor:pointer}.score-basketball .stat-input-form .timestamp-editor .input .value{width:32px;border-left:1px solid var(--light-4);border-right:1px solid var(--light-4);height:100%;display:flex;align-items:center;justify-content:center}.score-basketball .stat-input-form .select-player{border-top:1px solid var(--light-2)}.score-basketball .stat-input-form .select-player .select-player__title{padding:16px 16px 8px;font-weight:600;color:var(--dark-4)}.score-basketball .stat-input-form .player-list .select-player__item{padding:8px 16px;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-2);cursor:pointer;transition:all .2s ease-out}.score-basketball .stat-input-form .player-list{flex-grow:1;overflow:auto}.score-basketball .stat-input-form .player-list .select-player__item:hover{background:var(--blue-subtlest)}.score-basketball .stat-input-form .player-list .select-player__item .img{height:32px;width:32px;background:var(--blue-subtle);border-radius:4px;margin-right:16px}.score-basketball .stat-input-form .player-list .select-player__item .img img{width:100%}.score-basketball .stat-input-form .player-list .select-player__item .name__primary{font-weight:700}.score-basketball .stat-input-form .player-list .select-player__item .name__secondary{color:var(--dark-4)}.score-basketball .stat-input-form .player-list .select-player__item .num-container{margin-left:auto;position:relative;display:flex;align-items:center;justify-content:center;height:24px;width:24px}.score-basketball .stat-input-form .player-list .select-player__item .num-container .num-val{font-size:12px;color:var(--dark-4)}.score-basketball .stat-input-form .select-player .team-selector{display:flex;flex-direction:row;background:var(--light-2)}.score-basketball .stat-input-form .select-player .team-selector .team-selector__item{width:50%;display:flex;align-items:center;justify-content:center;height:40px;cursor:pointer}.score-basketball .stat-input-form .select-player .team-selector .team-selector__item.active{border-bottom:2px solid var(--blue-main)}.score-basketball .stat-input-form .saved-stats{padding-left:16px;padding-right:16px}.score-basketball .stat-input-form .saved-stats .saved-stat-item{border:1px dashed var(--blue-lighter);border-radius:4px;margin-top:16px;padding:8px;display:flex;flex-direction:row;align-items:center}.score-basketball .stat-input-form .saved-stats .saved-stat-item .timestamp{margin-right:8px}.score-basketball .stat-input-form .saved-stats .saved-stat-item .edit-btn{margin-left:auto;font-weight:600;color:var(--orange-lighter);cursor:pointer}.score-basketball .stat-input-form .associated-stat-title{background:var(--light-2);padding:8px 16px;margin-top:16px;color:var(--dark-4);font-weight:600}.score-basketball .stats-list{flex-grow:1;overflow:auto;padding:16px 24px 48px}.score-basketball .stats-list .stat-item-container{margin-top:16px;display:flex;flex-direction:row}.score-basketball .stats-list .stat-item-container.away{justify-content:flex-end}.score-basketball .stats-list .stat-item-container .stat-item{display:flex;flex-direction:row;align-items:center;border:1px solid var(--light-2);border-radius:4px;overflow:hidden}.score-basketball .stats-list .stat-item-container .stat-item.away{justify-content:flex-end}.score-basketball .stats-list .stat-item-container .stat-item .img{height:32px;width:32px;background:var(--blue-subtle)}.score-basketball .stats-list .stat-item-container .stat-item .timestamp{height:32px;width:48px;border:1px solid var(--light-2);display:flex;align-items:center;justify-content:center}.score-basketball .stats-list .stat-item-container .stat-item .statement{margin-left:16px;margin-right:16px}.score-basketball .stats-list .stat-item-container .stat-item.home .statement{margin-right:32px}.score-basketball .stats-list .stat-item-container .stat-item.away .statement{margin-left:32px}.score-basketball .stats-list .stat-item-container .stat-item .options{display:flex;flex-direction:row}.score-basketball .stats-list .stat-item-container .stat-item .options .option{height:32px;width:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--light-2)}.app-checkbox{flex-direction:row;cursor:pointer}.app-checkbox,.app-checkbox .checkbox-indicator{display:-ms-flex;display:flex;-ms-align-items:center;align-items:center}.app-checkbox .checkbox-indicator{height:16px;width:16px;border:1px solid var(--blue-main);border-radius:4px;box-sizing:border-box;justify-content:center;transition:all .2s ease-out;background:#fff}.app-checkbox.checked .checkbox-indicator{background:var(--blue-main)}.app-checkbox .checkbox-label{margin-left:16px;font-size:12px;font-weight:400}.score-cricket{height:100%;width:100%;position:relative;background:#fff}.score-cricket .header{height:48px;position:absolute;top:0;width:100%;background:var(--blue-darker);box-shadow:var(--elevation-4);z-index:3;display:grid;grid-template-columns:24% 52% 24%;grid-template-rows:100%}.score-cricket .header .close-scoring-btn{height:100%;display:flex;flex-direction:row;align-items:center;color:#fff;padding-left:16px;cursor:pointer}.score-cricket .header .close-scoring-btn .icon{display:flex;align-items:center;justify-content:center}.score-cricket .header .close-scoring-btn .text{margin-left:8px;font-weight:700}.score-cricket .header .time .end-of-period,.score-cricket .header .time .start{padding-right:12px}.score-cricket .header .time .current-time{height:32px;display:flex;align-items:center;justify-content:center;background:var(--blue-darkest);padding-left:16px;padding-right:16px;border-radius:8px;color:#fff;font-weight:700;margin-left:16px}.score-cricket .header .settings{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding-right:16px;cursor:pointer}.score-cricket .header .settings .publish-stats-btn{background:var(--green-darker);height:28px;padding-left:16px;padding-right:16px;border-radius:8px;margin-right:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.score-cricket .header .page-heading{display:flex;flex-direction:row;align-items:center;justify-content:center}.score-cricket .header .page-heading .innings{background:var(--blue-darkest);color:#fff;display:flex;align-items:center;justify-content:center;height:24px;border-radius:8px;padding:4px 16px;font-size:10px;font-weight:700;margin-left:8px;margin-right:8px;cursor:pointer}.score-cricket .header .page-heading .innings.current{background:#fff;color:var(--blue-main)}.score-cricket .header.expanded{height:100%}.score-cricket .body{display:grid;grid-template-columns:75% 25%;grid-template-rows:100%;background:var(--light-2);height:100%;padding-top:48px}.score-cricket .left-column{background:#fff;display:flex;flex-direction:column;box-shadow:var(--elevation-4);z-index:2}.score-cricket .left-column .summary{flex-grow:1;overflow:auto}.score-cricket .left-column .actions{background:var(--light-2)}.score-cricket .left-column .summary .batting-summary .head{display:flex;flex-direction:row;align-items:center;padding:24px 24px 8px;width:100%;color:var(--dark-4);font-weight:600}.score-cricket .left-column .summary .batting-summary .head .section-title{margin-right:auto;display:flex;flex-direction:row;align-items:center}.score-cricket .left-column .summary .section-title{font-size:10px;color:var(--dark-4);letter-spacing:1px;display:flex;flex-direction:row;align-items:center}.score-cricket .left-column .summary .batting-summary .score{font-size:16px;font-weight:700;padding-left:24px;padding-right:24px;padding-bottom:16px;border-bottom:1px solid var(--light-2);display:flex;flex-direction:row;align-items:center}.score-cricket .left-column .summary .batting-summary .score .app-button,.score-cricket .left-column .summary .batting-summary .section-title .team{margin-left:auto}.score-cricket .left-column .summary .batting-summary .on-strike .fields{background:var(--light-2);display:flex;flex-direction:row;align-items:center;padding-left:24px;padding-right:24px;height:24px;font-size:10px;color:var(--dark-4);font-weight:600}.score-cricket .left-column .summary .batting-summary .on-strike .row{border-bottom:1px solid var(--light-2);height:40px;display:flex;flex-direction:row;align-items:center;padding-left:24px;padding-right:24px}.score-cricket .left-column .summary .batting-summary .on-strike .row .input{height:32px;border-radius:4px;border:1px solid var(--light-3);display:flex;align-items:center;padding-left:8px;width:240px;color:var(--dark-4);cursor:pointer}.score-cricket .left-column .summary .batting-summary .on-strike .row .batsman{display:flex;flex-direction:row;align-items:center}.score-cricket .left-column .summary .batting-summary .on-strike .row .batsman .batsman-profile{cursor:pointer;display:flex;flex-direction:row;align-items:center}.score-cricket .left-column .summary .batting-summary .on-strike .row .batsman .batsman-profile .profile-pic{height:24px;width:24px;border-radius:100%;background:var(--blue-subtle);margin-right:8px}.score-cricket .left-column .summary .batting-summary .on-strike .row .batsman .icon{margin-right:8px;cursor:pointer}.score-cricket .left-column .summary .bowling-summary .head{display:flex;flex-direction:row;align-items:center;padding:24px 24px 16px;width:100%;color:var(--dark-4);font-weight:600}.score-cricket .left-column .summary .bowling-summary .fields{background:var(--light-2);display:flex;flex-direction:row;align-items:center;padding-left:24px;padding-right:24px;height:24px;font-size:10px;color:var(--dark-4);font-weight:600}.score-cricket .left-column .summary .bowling-summary .row{border-bottom:1px solid var(--light-2);height:40px;display:flex;flex-direction:row;align-items:center;padding-left:24px;padding-right:24px}.score-cricket .left-column .summary .bowling-summary .row .bowler{cursor:pointer;display:flex;flex-direction:row;align-items:center}.score-cricket .left-column .summary .bowling-summary .row .bowler .profile-pic{height:24px;width:24px;border-radius:100%;background:var(--blue-subtle);margin-right:8px}.score-cricket .left-column .summary .bowling-summary .row .input{height:32px;border-radius:4px;border:1px solid var(--light-3);display:flex;align-items:center;padding-left:8px;width:240px;color:var(--dark-4);cursor:pointer}.score-cricket .left-column .current-over{display:flex;flex-direction:row;align-items:center;padding-left:24px;background:#fff;box-shadow:var(--elevation-1);border-top:1px solid var(--light-3);z-index:4;border-bottom:1px solid var(--light-3);width:100%;height:78px;flex-shrink:0}.score-cricket .left-column .current-over .label{padding-right:16px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--light-2);flex-shrink:0}.score-cricket .left-column .current-over .label .primary{font-size:16px;font-weight:700;display:flex;flex-direction:row;align-items:center}.score-cricket .left-column .current-over .label .primary .icon{stroke:var(--light-4);margin-left:auto}.score-cricket .left-column .current-over .label .secondary{font-size:10px;color:var(--dark-4);letter-spacing:1px;font-weight:700;margin-bottom:4px}.score-cricket .left-column .current-over .current-over__menu{box-shadow:var(--elevation-6);z-index:5;position:relative;overflow:hidden}.score-cricket .left-column .current-over .current-over__menu__item{height:32px;display:flex;flex-direction:row;align-items:center;padding-left:8px;padding-right:8px;border-bottom:1px solid var(--light-2);font-weight:700;color:var(--dark-4);cursor:pointer;width:64px}.score-cricket .left-column .current-over .current-over__menu__item:hover{background:var(--light-2)}.score-cricket .left-column .current-over .over-items{display:flex;flex-direction:row;align-items:center;padding-right:24px;background:var(--light-2);flex-grow:1;overflow:auto}.score-cricket .left-column .current-over .over-item{display:flex;flex-direction:column;align-items:center;position:relative;border-left:1px solid var(--light-2);width:64px;background:var(--light-1);flex-shrink:0}.score-cricket .left-column .current-over .over-item .over-item-run{height:28px;width:28px;border:1px solid var(--light-4);background:#fff;border-radius:100%;display:flex;align-items:center;justify-content:center;font-weight:700}.score-cricket .left-column .current-over .over-item .over-item-run.active{border:2px solid var(--blue-main)}.score-cricket .left-column .current-over .over-item .over-item-tag{height:16px;font-size:8px;font-weight:700;letter-spacing:1px;width:100%;text-align:center;margin-bottom:8px;padding:2px;color:#fff}.score-cricket .left-column .current-over .over-item .over-item-tag.completed{background:var(--blue-darker)}.score-cricket .left-column .current-over .over-item .over-item-tag.extra{background:var(--light-4)}.score-cricket .left-column .current-over .over-item .over-item-wicket{height:20px;font-size:8px;font-weight:700;letter-spacing:1px;width:100%;text-align:center;margin-top:4px;padding:2px;color:var(--red-lighter)}.score-cricket .left-column .current-over .app-button{flex-shrink:0;margin-left:16px;margin-right:16px}.score-cricket .left-column .actions{box-shadow:var(--elevation-1);z-index:3;display:flex;flex-direction:row;background:var(--blue-subtle)}.score-cricket .left-column .actions .tags{width:25%;padding:24px;border-right:1px solid var(--light-3);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-column-gap:24px;grid-row-gap:24px}.score-cricket .left-column .actions .tags .tag{display:flex;align-items:center;justify-content:center;height:40px;font-size:10px;letter-spacing:.4px;font-weight:600;color:var(--dark-3);cursor:pointer;box-shadow:var(--elevation-4)}.score-cricket .left-column .actions .tags .tag.active{background:var(--blue-main);color:#fff}.score-cricket .left-column .actions .wickets{width:40%;padding:24px;border-right:1px solid var(--light-3);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-column-gap:24px;grid-row-gap:24px}.score-cricket .left-column .actions .wickets .wicket{display:flex;align-items:center;justify-content:center;height:40px;letter-spacing:.4px;font-weight:600;color:var(--dark-3);font-size:10px;cursor:pointer;box-shadow:var(--elevation-4)}.score-cricket .left-column .actions .wickets .wicket.active{background:var(--blue-main);color:#fff}.score-cricket .left-column .actions .runs{width:35%;padding:24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-column-gap:24px;grid-row-gap:24px}.score-cricket .left-column .actions .runs .run,.score-cricket .left-column .actions .runs .run-container{display:flex;align-items:center;justify-content:center}.score-cricket .left-column .actions .runs .run{height:40px;width:40px;border-radius:100%;letter-spacing:.4px;font-weight:600;color:var(--dark-3);font-size:10px;cursor:pointer;box-shadow:var(--elevation-4)}.score-cricket .right-column{background:var(--light-3);display:flex;flex-direction:column;z-index:1;height:100%;overflow:auto}.score-cricket .right-column .column-title{height:36px;flex-shrink:0;text-align:center;display:flex;align-items:center;justify-content:center;font-weight:700;background:var(--blue-darkest);color:var(--light-1)}.score-cricket .right-column .overs .over .over-title{height:24px;background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--blue-darker)}.score-cricket .right-column .overs .over .over-items .over-item{height:40px;display:flex;flex-direction:row;align-items:center;background:#fff;border-bottom:1px solid var(--light-2);padding-left:16px;padding-right:16px}.score-cricket .right-column .overs .over .over-items .over-item .label{font-size:16px;color:var(--light-4)}.score-cricket .right-column .overs .over .over-items .over-item .run{height:24px;width:24px;border-radius:100%;border:1px solid var(--light-3);display:flex;align-items:center;justify-content:center;margin-left:16px;color:var(--dark-4);font-size:10px;font-weight:700}.score-cricket .right-column .overs .over .over-items .over-item .text{margin-left:16px;font-size:10px}.score-cricket .right-column .overs .over .over-items .over-item .edit{margin-left:auto;cursor:pointer}.score-cricket .right-column .overs .over .over-items .edit-over-item-form{background:#fff;border-bottom:1px solid var(--light-2);padding:16px}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__title{color:var(--dark-2);font-size:12px;font-weight:700;padding-bottom:16px;display:flex;flex-direction:row;align-items:center}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__title__dismiss{margin-left:auto;cursor:pointer;height:12px;width:12px;display:flex;align-items:center;justify-content:center}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__items__item{display:flex;flex-direction:row;align-items:center;margin-bottom:12px;font-size:10px}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__items__item__label{flex-grow:1}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__items__item__value{display:flex;flex-direction:row;align-items:center}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__tags{display:flex;flex-direction:row;align-items:center;margin-bottom:16px;border-top:1px solid var(--light-2);flex-wrap:wrap}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__tags__tag{border:1px solid var(--light-4);border-radius:4px;margin-right:12px;padding:4px 8px;color:var(--dark-3);font-size:10px;display:flex;flex-direction:row;align-items:center;cursor:pointer;transition:all .2s ease-out;margin-top:16px}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__tags__tag__icon{stroke:var(--light-4);height:12px;width:12px;margin-left:8px}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__tags__tag.add{border:1px solid var(--blue-subtle);color:var(--blue-main)}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__tags__tag:hover{color:var(--light-1);border-color:var(--red-main);background:var(--red-main)}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__tags__tag:hover .edit-over-item-form__tags__tag__icon{stroke:var(--light-1)}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__tags__tag.add:hover{border-color:var(--blue-main);background:var(--blue-main);color:var(--light-1)}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__options{display:flex;flex-direction:row;align-items:center;font-size:10px}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__options__option{margin-right:12px;font-weight:700;color:var(--blue-lighter);cursor:pointer}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__options__option:hover{color:var(--blue-main)}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__menu{box-shadow:var(--elevation-1)}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__menu__items__item{padding:8px 12px;border-bottom:1px solid var(--light-2);min-width:80px;cursor:pointer;display:flex;flex-direction:row;align-items:center}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__menu__items__item:hover{background:var(--light-2)}.score-cricket .right-column .overs .over .over-items .edit-over-item-form__menu__items__item__loading{margin-left:auto}.score-cricket .team{display:flex;flex-direction:row;align-items:center;margin-left:auto}.score-cricket .team .image{height:20px;width:20px;border-radius:4px;background:var(--blue-subtle);margin-left:16px}.score-cricket .team .name{font-size:12px;color:var(--dark-2)}.score-cricket .stat-overlay{height:100%;width:100%;z-index:6;background:rgba(46,52,56,.84);position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center}.score-cricket .stat-input-form{background:#fff;width:32%;height:80%;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.score-cricket .stat-input-form__title{height:32px;display:flex;flex-direction:row;align-items:center;background:var(--blue-darker);color:#fff;font-weight:600;padding-left:16px;padding-right:16px;flex-shrink:0}.score-cricket .stat-input-form__title .dismiss-btn{margin-left:auto;cursor:pointer}.score-cricket .stat-input-form .timestamp-editor{height:40px;border-bottom:1px solid var(--light-2);display:flex;align-items:center;flex-direction:row;padding-left:16px;padding-right:16px;flex-shrink:0}.score-cricket .stat-input-form .timestamp-editor .label{font-weight:600;color:var(--dark-4)}.score-cricket .stat-input-form .timestamp-editor .input{height:24px;display:flex;align-items:center;justify-content:center;border:1px solid var(--light-4);border-radius:4px;margin-left:auto;overflow:hidden}.score-cricket .stat-input-form .timestamp-editor .input .icon{width:24px;display:flex;align-items:center;justify-content:center;background:var(--light-2);height:100%;cursor:pointer}.score-cricket .stat-input-form .timestamp-editor .input .value{width:32px;border-left:1px solid var(--light-4);border-right:1px solid var(--light-4);height:100%;display:flex;align-items:center;justify-content:center}.score-cricket .stat-input-form .select-player{border-top:1px solid var(--light-2)}.score-cricket .stat-input-form .select-player .select-player__title{padding:16px 16px 8px;font-weight:600;color:var(--dark-4)}.score-cricket .stat-input-form .player-list .select-player__item{padding:8px 16px;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-2);cursor:pointer;transition:all .2s ease-out}.score-cricket .stat-input-form .player-list{flex-grow:1;overflow:auto}.score-cricket .stat-input-form .player-list .select-player__item:hover{background:var(--blue-subtlest)}.score-cricket .stat-input-form .player-list .select-player__item .img{height:32px;width:32px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.score-cricket .stat-input-form .player-list .select-player__item .img img{width:100%}.score-cricket .stat-input-form .player-list .select-player__item .name__primary{font-weight:700}.score-cricket .stat-input-form .player-list .select-player__item .name__secondary{color:var(--dark-4)}.score-cricket .stat-input-form .player-list .select-player__item .num-container{margin-left:auto;position:relative;display:flex;align-items:center;justify-content:center;height:24px;width:24px}.score-cricket .stat-input-form .player-list .select-player__item .num-container .num-val{font-size:12px;color:var(--dark-4)}.score-cricket .stat-input-form .select-player .team-selector{display:flex;flex-direction:row;background:var(--light-2)}.score-cricket .stat-input-form .select-player .team-selector .team-selector__item{width:50%;display:flex;align-items:center;justify-content:center;height:40px;cursor:pointer}.score-cricket .stat-input-form .select-player .team-selector .team-selector__item.active{border-bottom:2px solid var(--blue-main)}.score-cricket .stat-input-form .saved-stats{padding-left:16px;padding-right:16px}.score-cricket .stat-input-form .saved-stats .saved-stat-item{border:1px dashed var(--blue-lighter);border-radius:4px;margin-top:16px;padding:8px;display:flex;flex-direction:row;align-items:center}.score-cricket .stat-input-form .saved-stats .saved-stat-item .timestamp{margin-right:8px}.score-cricket .stat-input-form .saved-stats .saved-stat-item .edit-btn{margin-left:auto;font-weight:600;color:var(--orange-lighter);cursor:pointer}.score-cricket .stat-input-form .associated-stat-title{background:var(--light-2);padding:8px 16px;margin-top:16px;color:var(--dark-4);font-weight:600}.score-cricket .stats-list{flex-grow:1;overflow:auto;padding:16px 24px 48px}.score-cricket .stats-list .stat-item-container{margin-top:16px;display:flex;flex-direction:row}.score-cricket .stats-list .stat-item-container.away{justify-content:flex-end}.score-cricket .stats-list .stat-item-container .stat-item{display:flex;flex-direction:row;align-items:center;border:1px solid var(--light-2);border-radius:4px;overflow:hidden}.score-cricket .stats-list .stat-item-container .stat-item.away{justify-content:flex-end}.score-cricket .stats-list .stat-item-container .stat-item .img{height:32px;width:32px;background:var(--blue-subtle)}.score-cricket .stats-list .stat-item-container .stat-item .timestamp{height:32px;width:48px;border:1px solid var(--light-2);display:flex;align-items:center;justify-content:center}.score-cricket .stats-list .stat-item-container .stat-item .statement{margin-left:16px;margin-right:16px}.score-cricket .stats-list .stat-item-container .stat-item.home .statement{margin-right:32px}.score-cricket .stats-list .stat-item-container .stat-item.away .statement{margin-left:32px}.score-cricket .stats-list .stat-item-container .stat-item .options{display:flex;flex-direction:row}.score-cricket .stats-list .stat-item-container .stat-item .options .option{height:32px;width:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--light-2)}.score-cricket .cricket-settings{top:48px;height:calc(100% - 48px)}.score-cricket .cricket-settings .settings-form{margin-top:32px}.score-cricket .cricket-settings .settings-form .form-group{padding:16px 24px}.score-cricket .cricket-settings .settings-form .form-group .label{font-size:14px;margin-bottom:16px}.score-cricket .cricket-settings .settings-form .form-group .value .innings-selector{display:flex;flex-direction:row;align-items:center;justify-content:center;color:#fff;height:32px;border:1px solid var(--light-2);border-radius:8px;overflow:hidden}.score-cricket .cricket-settings .settings-form .form-group .value .innings-selector .minus{height:32px;width:32px;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--light-2)}.score-cricket .cricket-settings .settings-form .form-group .value .innings-selector .plus{height:32px;width:32px;display:flex;align-items:center;justify-content:center;border-left:1px solid var(--light-2)}.score-cricket .cricket-settings .settings-form .form-group .value .innings-selector .num{height:32px;width:32px;display:flex;align-items:center;justify-content:center;background:var(--light-2);font-weight:700}.score-cricket .cricket-settings .settings-form .form-group .value .settings-dropdown-container{position:relative}.score-cricket .cricket-settings .settings-form .form-group .value .dropdown-input{height:32px;border:1px solid var(--light-2);display:flex;flex-direction:row;align-items:center;border-radius:8px;padding-left:16px;margin-top:12px;padding-right:8px;color:#fff}.score-cricket .cricket-settings .settings-form .form-group .value .dropdown-menu{background:var(--light-2);border-radius:8px;margin-top:8px;margin-bottom:8px}.score-cricket .cricket-settings .settings-form .form-group .value .dropdown-menu .menu-item{padding:16px 24px;border-bottom:1px solid var(--light-3)}.score-cricket .cricket-settings .settings-form .form-group .value .dropdown-menu .menu-item:last-child{border:none}.score-cricket .cricket-settings .settings-form .form-group .value .innings-list .inning{height:32px;font-size:12px;border:1px solid var(--light-2);color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-grow:1;border-radius:8px}.score-cricket .cricket-settings .settings-form .form-group .value .innings-list .add-inning{display:flex;align-items:center;justify-content:center;color:var(--green-lighter);font-size:10px;font-weight:700;margin-top:16px;cursor:pointer}.score-cricket .lineups-page{height:100%;background:var(--blue-darkest);z-index:3;flex-direction:column;overflow:auto;padding-top:48px}.score-cricket .lineups-page,.score-cricket .lineups-page .lineups-header{position:absolute;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:center}.score-cricket .lineups-page .lineups-header{flex-direction:row;color:#fff;font-size:14px;font-weight:700;height:48px;background:var(--blue-darker)}.score-cricket .lineups-page .lineups-header .dismiss-btn{position:absolute;right:24px;cursor:pointer}.score-cricket .lineups-page .lineup-editor{width:400px;height:80%;background:#044c7c;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.score-cricket .lineups-page .lineup-editor .team-selector{display:flex;flex-direction:row;align-items:center;color:var(--light-2);font-weight:700;height:40px;flex-shrink:0}.score-cricket .lineups-page .lineup-editor .team-selector .team-selector-item{height:40px;width:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.score-cricket .lineups-page .lineup-editor .team-selector .team-selector-item.active{border-bottom:1px solid var(--green-main);color:var(--green-main)}.score-cricket .lineups-page .lineup-editor .lineup-list{background:var(--light-2);flex-grow:1;overflow:auto}.score-cricket .lineups-page .lineup-editor .lineup-list .lineup-list-item{display:flex;flex-direction:row;align-items:center;padding-left:16px;padding-right:16px;height:40px;border-bottom:1px solid var(--light-3)}.score-cricket .lineups-page .lineup-editor .lineup-list .lineup-list-item .image{height:24px;width:24px;background:var(--blue-subtle);border-radius:100%;margin-right:16px}.score-cricket .lineups-page .lineup-editor .lineup-list .lineup-list-item .checkbox{margin-left:auto}.score-cricket .header .time{display:flex;flex-direction:row;align-items:center;justify-content:center}.score-cricket .header .time .start{display:flex;flex-direction:row;align-items:center;color:#fff;font-weight:700;height:32px;background:var(--blue-darkest);border-radius:8px;padding-left:8px;padding-right:8px;margin-left:16px;cursor:pointer}.score-cricket .header .time .start .icon{display:flex;align-items:center;justify-content:center}.score-cricket .header .time .pause{display:flex;flex-direction:row;align-items:center;color:#fff;font-weight:700;height:32px;background:var(--blue-darkest);border-radius:8px;padding-left:8px;padding-right:8px;margin-left:16px;cursor:pointer}.score-cricket .header .time .pause .icon{display:flex;align-items:center;justify-content:center}.score-cricket .header .time .end-of-period{display:flex;flex-direction:row;align-items:center;color:#fff;font-weight:700;background:var(--blue-darkest);height:32px;border-radius:8px;padding-left:8px;padding-right:8px;margin-left:16px}.score-cricket .header .time .end-of-period .icon{display:flex;align-items:center;justify-content:center}.score-cricket .header .time .selected-period-selector{height:32px;display:flex;align-items:center;justify-content:center;background:var(--blue-darkest);padding-left:16px;padding-right:8px;border-radius:8px;color:#fff;font-weight:700;cursor:pointer}.score-cricket .header .time .selected-period-selector-menu{background:var(--light-1);width:100%;margin-top:4px;border-radius:8px;box-shadow:var(--elevation-5);position:relative;overflow:hidden;z-index:5}.score-cricket .header .time .selected-period-selector-menu__item{text-align:center;padding:8px 16px;border-bottom:1px solid var(--light-2);cursor:pointer}.score-cricket .header .time .selected-period-selector-menu__item:hover{background:var(--light-2)}.score-cricket .header .time .selected-period-selector-menu__item:last-child{border:none}.score-cricket .header .time .selected-period-selector .selected-period-selector__icon{stroke:#fff;height:14px;margin-left:8px}.score-cricket .header .settings .edit-lineups-btn{height:28px;padding-left:8px;padding-right:8px;border-radius:8px;margin-right:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;border:1px solid #fff}.score-cricket .cricket-settings{position:absolute;padding-top:48px;top:0;left:0;width:100%;height:100%;background:var(--blue-darkest);z-index:3;display:flex;flex-direction:column;align-items:center}.score-cricket .cricket-settings .cricket-settings-header{position:absolute;height:48px;width:100%;top:0;left:0;background:var(--blue-darker);display:grid;grid-template-columns:24% 52% 24%;grid-template-rows:100%}.score-cricket .cricket-settings .cricket-settings-header .dismiss{font-weight:700;text-align:right;display:flex;align-items:center;justify-content:flex-end;color:#fff;margin-right:24px}.score-cricket .cricket-settings .cricket-settings-header .close-scoring-btn{height:100%;display:flex;flex-direction:row;align-items:center;color:#fff;padding-left:16px;cursor:pointer}.score-cricket .cricket-settings .cricket-settings-header .close-scoring-btn .icon{display:flex;align-items:center;justify-content:center}.score-cricket .cricket-settings .cricket-settings-header .close-scoring-btn .text{margin-left:8px;font-weight:700}.score-cricket .cricket-settings .settings-title{color:#fff;font-size:16px;font-weight:700;font-family:var(--nhg-display);display:flex;align-items:center;justify-content:center}.score-cricket .cricket-settings .settings-form{margin-top:48px;width:400px}.score-cricket .cricket-settings .settings-form .form-group{background:#044c7c;border-radius:8px;margin-bottom:32px;padding:16px 24px 24px}.score-cricket .cricket-settings .settings-form .form-group.row{display:flex;flex-direction:row;align-items:center}.score-cricket .cricket-settings .settings-form .form-group .label{color:#fff;font-weight:700;text-align:center;display:flex;flex-direction:row}.score-cricket .cricket-settings .settings-form .form-group .label .primary-label{flex-grow:1;text-align:center}.score-cricket .period-form{display:flex;flex-direction:row}.score-cricket .period-row{display:grid;grid-template-columns:256px 80px;grid-template-rows:32px;grid-column-gap:16px;margin-top:16px}.score-cricket .period-row .th{color:#fff;font-weight:700;text-align:center}.score-cricket .period-row__options{display:flex;flex-direction:row}.score-cricket .period-row__options__option{height:32px;width:50%;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.score-cricket .period-row__options__option.disabled{opacity:.4;pointer-events:none}.score-cricket .period-row__options__option .icon{height:14px}.score-cricket .period-row__options__option.submit .icon{fill:var(--green-main)}.score-cricket .period-row__options__option.cancel .icon{stroke:var(--red-main)}.score-cricket .period-form input{border-radius:8px;border:none;padding-left:12px;outline:none}.score-cricket .period-form input.submit-input{padding:0;background:none;color:var(--green-main);font-weight:700}.score-cricket .period__options{display:flex;flex-direction:row}.score-cricket .period__options__option{flex-direction:row;height:32px;width:32px;display:flex;align-items:center;justify-content:center;margin-left:8px}.score-cricket .period__options__option__icon{height:14px}.score-cricket .period__options__option__icon.delete{stroke:#fff}.score-cricket .period__options__option__icon.edit{fill:#fff}.score-cricket .selected-batting-team{display:flex;flex-direction:row;align-items:center;margin-left:auto}.score-cricket .selected-batting-team__name{font-size:12px;color:var(--dark-2)}.score-cricket .selected-batting-team__image{height:20px;width:20px;border-radius:4px;background:var(--blue-subtle);margin-left:16px}.score-cricket .selected-batting-team__icon{stroke:var(--light-4);height:14px;margin-left:8px}.score-cricket .selected-batting-team__menu{box-shadow:var(--elevation-6);z-index:6;position:relative;background:#fff}.score-cricket .selected-batting-team__menu__item{padding:12px;border-bottom:1px solid var(--light-2);cursor:pointer}.score-cricket .selected-batting-team__menu__item:hover{background:var(--light-2)}.score-cricket .publish-stats{position:absolute;padding-top:48px;top:0;left:0;width:100%;height:100%;background:var(--blue-darkest);z-index:3;display:flex;flex-direction:column;align-items:center}.score-cricket .publish-stats__header{position:absolute;height:48px;width:100%;top:0;left:0;background:var(--blue-darker);display:grid;grid-template-columns:24% 52% 24%;grid-template-rows:100%}.score-cricket .publish-stats__header .close-scoring-btn{height:100%;display:flex;flex-direction:row;align-items:center;color:#fff;padding-left:16px;cursor:pointer}.score-cricket .publish-stats__header .close-scoring-btn .icon{display:flex;align-items:center;justify-content:center}.score-cricket .publish-stats__header .close-scoring-btn .text{margin-left:8px;font-weight:700}.score-cricket .publish-stats__header .publish-stats-title{color:#fff;font-size:16px;font-weight:700;font-family:var(--nhg-display);display:flex;align-items:center;justify-content:center}.score-cricket .publish-stats__header .publish-stats-btn-wrapper{display:flex;flex-direction:row;align-items:center;cursor:pointer}.score-cricket .publish-stats__header .publish-stats-btn{background:var(--green-darker);height:28px;padding-left:16px;padding-right:16px;border-radius:8px;margin-right:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;margin-left:auto}.score-cricket .publish-stats__body{width:100%;flex-grow:1;overflow:auto;display:grid;grid-template-columns:repeat(2,50%)}.score-cricket .publish-stats__body .stats-table-container{padding:24px}.score-cricket .publish-stats__body .stats-table{background:var(--blue-darker);border-radius:8px;overflow:hidden}.score-cricket .publish-stats__body .stats-table__header{display:flex;flex-direction:row;align-items:center;padding:16px 24px}.score-cricket .publish-stats__body .stats-table__header__title{display:flex;flex-direction:row;align-items:center}.score-cricket .publish-stats__body .stats-table__header__title__logo{height:32px;width:32px;background:var(--blue-main);border-radius:8px}.score-cricket .publish-stats__body .stats-table__header__title__text{margin-left:12px;color:#fff;font-size:14px;font-weight:700}.score-cricket .publish-stats__body .stats-table__header__value-selector__wrapper{margin-left:auto;display:flex;flex-direction:row;align-items:center}.score-cricket .publish-stats__body .stats-table__header__value-selector__seperator{padding-left:16px;padding-right:16px;font-weight:700;color:var(--light-2);font-size:16px}.score-cricket .publish-stats__body .stats-table__header__value-selector{display:flex;flex-direction:row;align-items:center;border-radius:4px;overflow:hidden}.score-cricket .publish-stats__body .stats-table__header__value-selector__icon{height:32px;width:32px;display:flex;align-items:center;justify-content:center;background:var(--blue-main);cursor:pointer}.score-cricket .publish-stats__body .stats-table__header__value-selector__icon .icon{stroke:#fff;height:14px}.score-cricket .publish-stats__body .stats-table__header__value-selector__val{height:32px;min-width:32px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.score-cricket .publish-stats__body .stats-table__body{position:relative}.score-cricket .publish-stats__body .stats-table__body .stats-table__body__section .stats-table__body__section__title{background:var(--blue-main);padding:4px 4px 4px 24px;font-size:10px;font-weight:700;color:var(--light-2);text-align:center}.score-cricket .publish-stats__body .stats-table__body .stats-table__body__section .stats-table__body__section__body{background:#fff;display:grid;grid-template-columns:168px 1fr;position:relative}.score-cricket .publish-stats__body .stats-table__body__overlay{background:hsla(0,0%,100%,.9);position:absolute;height:100%;width:100%;left:0;top:0;display:flex;justify-content:center;text-align:center;padding-left:30%;padding-right:30%;padding-top:64px}.score-cricket .publish-stats__body .stats-table__body .column{border-right:1px solid var(--light-3)}.score-cricket .publish-stats__body .stats-table__body .column.stats{overflow-x:auto}.score-cricket .publish-stats__body .stats-table__body .column__row{display:flex;flex-direction:row}.score-cricket .publish-stats__body .stats-table__body .column__row__data{height:32px;width:144px;display:flex;flex-direction:row;align-items:center;border-right:1px solid var(--light-2);border-bottom:1px solid var(--light-2);flex-shrink:0}.score-cricket .publish-stats__body .stats-table__body .column__row__data__value{width:100%;padding-left:24px;height:100%;display:flex;flex-direction:row;align-items:center}.score-cricket .publish-stats__body .stats-table__body .column__row__data__value.hover:hover{background:var(--light-2);cursor:pointer}.score-cricket .publish-stats__body .stats-table__body .column__row__data.highlight{background:var(--blue-subtle)}.score-cricket .publish-stats__body .stats-table__body .column__row__data__form{width:100%;display:flex;flex-direction:row;overflow:hidden;position:relative;min-width:0}.score-cricket .publish-stats__body .stats-table__body .column__row__data__form__input{flex-grow:1;width:calc(100% - 64px)}.score-cricket .publish-stats__body .stats-table__body .column__row__data__form__input input{height:100%;border:none;width:100%;padding-left:24px;outline:none}.score-cricket .publish-stats__body .stats-table__body .column__row__data__form button{height:32px;width:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.score-cricket .publish-stats__body .stats-table__body .column__row__data__form button .icon{height:14px;fill:#000}.score-cricket .publish-stats__body .stats-table__body .column__row__data__form button .icon.submit{fill:var(--green-main)}.score-cricket .publish-stats__body .stats-table__body .column__row__data__form button .icon.cancel{stroke:var(--light-4)}.score-cricket .publish-stats__body .stats-table__body .column__row__data.bold{font-weight:700}.score-cricket .publish-stats__body .stats-table__body .column__row__data.light{color:var(--light-4)}.score-cricket .publish-stats__body .stats-table__body .column.players .column__row,.score-cricket .publish-stats__body .stats-table__body .column.players .column__row__data{width:100%}.score-cricket .publish-stats__body .stats-table__body .column .column__header .column__row__data{font-weight:700}.score-cricket .publish-stats .confirm-publish-stats{position:absolute;height:100%;width:100%;top:0;left:0;background:rgba(46,52,56,.88);display:flex;align-items:center;justify-content:center}.score-cricket .publish-stats .confirm-publish-stats__form{background:#fff;width:30%;border-radius:8px;overflow:hidden}.score-cricket .publish-stats .confirm-publish-stats__form__text{padding:0 16px 16px}.score-cricket .publish-stats .confirm-publish-stats__form__header{background:var(--blue-darker);font-weight:700;height:32px;display:flex;align-items:center;color:#fff;padding:16px}.score-cricket .publish-stats .confirm-publish-stats__form__options{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:8px 16px 16px}.score-cricket .publish-stats .confirm-publish-stats__form__options .app-button{margin-left:16px}.settings-form-new__body{background:var(--blue-darkest)}.add-extra-menu{display:flex;flex-direction:row;overflow:hidden}.add-extra-menu__column:first-child{border-right:1px solid var(--light-2)}.add-extra-menu__column__item{height:32px;border-bottom:1px solid var(--light-2);display:flex;flex-direction:row;align-items:center;padding-left:16px;padding-right:16px;cursor:pointer}.add-extra-menu__column__item:hover{background:var(--light-2)}.add-extra-menu__column__item.selected{background:var(--blue-main);color:#fff}.add-extra-menu__column__item.disabled{opacity:.3;pointer-events:none}.add-wicket-menu__item{height:32px;border-bottom:1px solid var(--light-2);display:flex;flex-direction:row;align-items:center;padding-left:16px;padding-right:16px;cursor:pointer}.add-wicket-menu__item:hover{background:var(--light-2)}.delete-over-item{background:var(--red-lighter);color:var(--light-1);font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:4px;padding-top:8px;padding-bottom:8px;cursor:pointer}.score-badminton-body__main{grid-column-start:1;grid-column-end:3;height:100%;display:flex;flex-direction:column}.score-badminton-body__main__current-set{flex-grow:1;background:var(--light-1)}.score-badminton-body__main__box-score{height:120px;background:var(--blue-darkest);flex-shrink:0}.score-badminton-body__events{height:100%;background:var(--light-2)}.score-badminton-current-set{display:flex;flex-direction:row;height:100%;position:relative}.score-badminton-current-set__player{width:50%;border-right:1px dashed var(--light-3);height:100%}.score-badminton-current-set__player__details__info__service-indicator{margin-top:8px;height:24px;padding-left:8px;padding-right:8px;border-radius:4px;border:1px solid var(--light-3);color:var(--light-4);display:flex;align-items:center;justify-content:center;cursor:pointer}.score-badminton-current-set__player__details__info__service-indicator.selected{border-color:var(--red-lighter);background:var(--red-lighter);color:var(--light-2);font-weight:600}.score-badminton-current-set__player__details{position:absolute;display:flex}.score-badminton-current-set__player__details.home{left:24px;top:32px;flex-direction:row}.score-badminton-current-set__player__details.away{right:24px;top:32px;flex-direction:row-reverse}.score-badminton-current-set__player__details__image{height:54px;width:54px;border-radius:8px;background:var(--blue-subtle)}.score-badminton-current-set__player__details__info{padding-left:24px;padding-right:24px;display:flex;flex-direction:column;align-items:flex-start}.score-badminton-current-set__player__details__info__name{font-family:var(--nhg-display);font-size:14px;font-weight:600;color:var(--dark-1)}.score-badminton-current-set__player__details.away .score-badminton-current-set__player__details__info{align-items:flex-end}.score-badminton-current-set__score{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;padding-top:16px;padding-bottom:16px}.score-badminton-current-set__score__action{height:40px;width:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer}.score-badminton-current-set__score__action:hover{background:var(--light-2)}.score-badminton-current-set__score__action .icon{stroke:var(--light-4);height:24px}.score-badminton-current-set__score__value{font-family:var(--din);font-size:80px;margin-top:32px;margin-bottom:32px}.score-badminton-current-set .time{position:absolute;top:32px;left:calc(50% - 68px)}.score-badminton-current-set .time .selected-period-selector{height:32px;min-width:104px;display:flex;align-items:center;justify-content:center;background:var(--blue-darkest);padding-left:16px;padding-right:8px;border-radius:8px;color:#fff;font-weight:700;margin-left:16px;cursor:pointer}.score-badminton-current-set .time .selected-period-selector-menu{background:var(--light-1);width:100%;margin-top:4px;border-radius:8px;box-shadow:var(--elevation-5);position:relative;overflow:hidden;z-index:5}.score-badminton-current-set .time .selected-period-selector-menu__item{text-align:center;padding:8px 16px;border-bottom:1px solid var(--light-2);cursor:pointer}.score-badminton-current-set .time .selected-period-selector-menu__item:hover{background:var(--light-2)}.score-badminton-current-set .time .selected-period-selector-menu__item:last-child{border:none}.score-badminton-current-set .time .selected-period-selector .selected-period-selector__icon{stroke:#fff;height:14px;margin-left:8px}.score-badminton-events-list{height:100%;overflow:auto;padding-left:16px;padding-right:16px;padding-bottom:16px}.score-badminton-event-list-item{margin-top:16px}.score-badminton-event-list-item__order{font-weight:600;padding:8px 12px;display:flex;flex-direction:row;align-items:center}.score-badminton-event-list-item__order__text{flex-grow:1}.score-badminton-event-list-item__order__delete{cursor:pointer}.score-badminton-event-list-item__order__delete .icon{stroke:var(--red-lighter);height:12px}.score-badminton-event-list-item__body{border-top:1px solid var(--light-2);border-bottom:1px solid var(--light-2)}.score-badminton-event-list-item__body__statement{padding:12px 12px 0;display:flex;flex-direction:row}.score-badminton-event-list-item__body__statement__text{flex-grow:1}.score-badminton-event-list-item__body__statement__switch{cursor:pointer}.score-badminton-event-list-item__body__statement__switch .icon{fill:var(--light-4);height:16px}.score-badminton-event-list-item__body__statement.bold{font-weight:600}.score-badminton-event-list-item__body__relations__relation{border:1px solid var(--light-3);border-radius:4px;margin:12px;padding:8px;display:flex;flex-direction:row;align-items:center}.score-badminton-event-list-item__body__relations__relation__text{flex-grow:1}.score-badminton-event-list-item__body__relations__relation__option{cursor:pointer}.score-badminton-event-list-item__body__relations__relation__option .icon{stroke:var(--red-lighter);height:14px}.score-badminton-event-list-item__server{color:var(--dark-4);padding:8px 12px;display:flex;flex-direction:row}.score-badminton-event-list-item__server__text{flex-grow:1}.score-badminton-event-list-item__server__switch{cursor:pointer}.score-badminton-event-list-item__server__switch .icon{height:16px;fill:var(--light-4)}.score-badminton-event-list-item__body__options{display:flex;flex-direction:row;padding-left:12px;padding-right:12px;padding-bottom:12px}.score-badminton-event-list-item__body__options__option{height:24px;border-radius:4px;border:1px solid var(--light-3);display:flex;flex-direction:row;align-items:center;font-size:10px;padding-right:8px;margin-right:12px;color:var(--light-4);cursor:pointer;margin-top:12px}.score-badminton-event-list-item__body__options__option .icon{stroke:var(--light-4);height:12px}.score-badminton-event-list-item__body__options__option:hover{background:var(--blue-main);color:var(--light-2)}.score-badminton-event-list-item__body__options__option:hover .icon{stroke:var(--light-2)}.score-badminton-box-score{display:flex;flex-direction:row;font-size:16px;padding:16px 20px;height:100%}.score-badminton-box-score__column{height:100%;display:flex;flex-direction:column;color:var(--light-3)}.score-badminton-box-score__column.players{flex-grow:1;font-weight:600}.score-badminton-box-score__column.period{margin-left:32px;align-items:center}.score-badminton-box-score__column__label{margin-bottom:8px;font-size:10px}.score-badminton-box-score__column__value{flex-grow:1;display:flex;flex-direction:row;align-items:center}.score-badminton-box-score__column__value__image{height:20px;width:20px;background:var(--blue-lighter);border-radius:4px;margin-right:16px}.score-tennis-event-list-item{margin-top:16px;padding:16px}.score-tennis-event-list-item__header{display:flex;flex-direction:row;padding-bottom:12px;border-bottom:1px solid var(--light-2);margin-bottom:12px}.score-tennis-event-list-item__header__title{font-weight:600;color:var(--dark-4)}.score-tennis-event-list-item__header__delete-btn{margin-left:auto}.score-tennis-event-list-item__header__delete-btn .icon{stroke:var(--red-lighter);height:12px}.score-tennis-event-list-item__metas{padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid var(--light-2)}.score-tennis-event-list-item__metas__meta{display:flex;flex-direction:row;align-items:center;margin-bottom:8px}.score-tennis-event-list-item__metas__meta__name{margin-left:4px}.score-tennis-event-list-item__metas__meta .filter-input-dropdown{margin-left:auto}.score-tennis-event-list-item__metas__meta .filter-input-dropdown__select{display:flex;flex-direction:row;align-items:center}.score-tennis-event-list-item__body__statement__switch{cursor:pointer}.score-tennis-event-list-item__body__statement__switch .icon{fill:var(--light-4);height:16px}.score-tennis-event-list-item__body__statement__delete{cursor:pointer}.score-tennis-event-list-item__body__statement__delete .icon{stroke:var(--red-lighter);height:12px;margin-top:2px}.score-tennis-event-list-item__metas__meta .score-tennis-event-list-item__body__statement__switch{margin-left:auto}.score-tennis-event-list-item__points__point{display:flex;flex-direction:row;margin-bottom:16px}.score-tennis-event-list-item__points__point__statement{display:flex;flex-direction:row;margin-top:8px}.score-tennis-event-list-item__points__point__statement__name{margin-left:4px}.score-tennis-event-list-item__points__point__delete-btn{margin-top:4px}.score-tennis-event-list-item__points__point__delete-btn .icon{stroke:var(--red-lighter);height:12px}.score-tennis-event-list-item__points__point__value{font-weight:600;color:var(--dark-4);display:flex;flex-direction:row;align-items:center}.score-tennis__create-tie-break-btn{margin-top:16px;color:var(--dark-4)}.score-tennis-event-list-item__body__options{display:flex;flex-direction:row;padding-bottom:12px}.score-tennis-event-list-item__body__options__option{height:24px;border-radius:4px;border:1px solid var(--light-3);display:flex;flex-direction:row;align-items:center;font-size:8px;padding-right:8px;margin-right:12px;color:var(--dark-4);cursor:pointer;margin-top:12px}.score-tennis-event-list-item__body__options__option .icon{stroke:var(--light-4);height:12px}.score-tennis-event-list-item__body__options__option:hover{background:var(--blue-main);color:var(--light-2)}.score-tennis-event-list-item__body__options__option:hover .icon{stroke:var(--light-2)}.filter-input-menu{background:#fff;border-radius:8px;box-shadow:var(--elevation-2);height:240px;overflow-y:auto}.filter-input-menu .filter-input-menu-list{padding-top:8px;padding-bottom:8px}.filter-input-menu .filter-input-menu-list .filter-input-menu-list-item{padding:8px 16px}.filter-input-menu .filter-input-menu-list .filter-input-menu-list-item:hover{cursor:pointer;background:var(--blue-subtle)}.filter-input-dropdown .app-input .input-wrapper{height:32px;box-shadow:var(--elevation-1);border:1px solid var(--light-2)}.settings-form-new{flex-grow:1;width:100%;display:grid;grid-template-rows:1fr;overflow:auto}.settings-form-new__body{display:grid;grid-template-columns:30% 70%}.settings-form-new__body .period-settings-new{padding:24px}.settings-form-new__footer{background:var(--blue-darkest)}.period-settings-card{overflow:hidden}.period-settings-card__title{background:var(--blue-main);color:var(--light-2);font-weight:700;padding-left:16px;padding-top:8px;padding-bottom:8px}.period-settings-card__body__item{padding:16px;border-top:1px solid var(--light-2)}.period-settings-card__body__item,.period-settings-card__body__item__details{display:flex;flex-direction:row;align-items:center}.period-settings-card__body__item__details .order{width:32px}.period-settings-card__body__item__options{margin-left:auto;display:flex;align-items:center}.period-settings-card__body__item__options__option{margin-left:16px;height:24px;width:24px;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;background:none;border-radius:4px;border:none;transition:all .2s ease-out}.period-settings-card__body__item__options__option__icon{height:14px}.period-settings-card__body__item__options__option.edit{background:var(--orange-subtle)}.period-settings-card__body__item__options__option__icon.edit{fill:var(--orange-main)}.period-settings-card__body__item__options__option.edit:hover{background:var(--orange-main)}.period-settings-card__body__item__options__option.edit:hover .period-settings-card__body__item__options__option__icon{fill:var(--light-2)}.period-settings-card__body__item__options__option.delete{background:var(--red-subtle)}.period-settings-card__body__item__options__option__icon.delete{stroke:var(--red-main)}.period-settings-card__body__item__options__option.delete:hover{background:var(--red-main)}.period-settings-card__body__item__options__option.delete:hover .period-settings-card__body__item__options__option__icon{fill:var(--light-2)}.period-settings-card__body__item__options__option.disabled{opacity:1%;pointer-events:none;cursor:default}.period-settings-card__add-period{padding:16px;color:var(--green-main);font-weight:700;cursor:pointer}.period-form{padding:16px;border-top:1px solid var(--light-2)}.period-form__row{display:flex;flex-direction:row;align-items:center;width:100%}.period-form__group{position:relative}.period-form__group.text{flex-grow:1;margin-right:16px}.period-form__group__label{position:absolute;top:-8px;left:4px;background:#fff;font-size:8px;color:var(--dark-4);padding:4px}.period-form__input{height:32px;border:1px solid var(--light-3);padding-left:8px;font-size:12px;border-radius:4px}.period-form__group.text .period-form__input{width:100%}.period-form__input.duration{width:80px}.period-form__options{display:flex;flex-direction:row;align-items:center;margin-left:auto}.period-form__options__option{margin-left:16px;height:24px;width:24px;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;background:none;border-radius:4px;border:none;transition:all .2s ease-out}.period-form__options__option .icon{height:14px}.period-form__options__option.submit{background:var(--green-subtle)}.period-form__options__option.submit .icon{fill:var(--green-main)}.period-form__options__option.submit:hover{background:var(--green-main)}.period-form__options__option.submit:hover .icon{fill:var(--light-1)}.period-form__options__option.cancel{background:var(--light-2)}.period-form__options__option.cancel .icon{stroke:var(--dark-4)}.period-form__options__option.disabled{opacity:1%;pointer-events:none}.settings-form-new__body .lineup-settings-new{padding:24px;height:100%}.lineup-settings-card{overflow:hidden;height:100%;display:flex;flex-direction:column;position:relative}.lineup-settings-card__overlay{position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.8);opacity:0;pointer-events:none;transition:all .2s ease-out;display:flex;align-items:center;justify-content:center;overflow:auto;z-index:5}.lineup-settings-card__overlay.show{opacity:1;pointer-events:all}.lineup-settings-card__title{background:var(--blue-main);color:var(--light-2);font-weight:700;padding-left:16px;padding-top:8px;padding-bottom:8px}.lineup-settings-card__body{flex-grow:1;display:grid;grid-template-columns:25% 37.5% 37.5%;background:var(--light-2)}.lineup-settings-card__body__selector{border-right:1px solid var(--light-2);background:var(--light-1);box-shadow:var(--elevation-1)}.lineup-settings-card__body__selector__item{display:flex;flex-direction:row;align-items:center;padding:16px;border-bottom:1px solid var(--light-2);cursor:pointer;transition:all .2s ease-out}.lineup-settings-card__body__selector__item__img{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);margin-right:16px;overflow:hidden}.lineup-settings-card__body__selector__item__img img{max-height:100%;max-width:100%;height:auto;width:auto}.lineup-settings-card__body__selector__item__text{font-weight:700}.lineup-settings-card__body__selector__item.selected{border-right:4px solid var(--green-main);background:var(--blue-darkest);color:#fff}.lineup-settings-card__body__starters{padding:16px}.lineup-settings-card .starters{height:100%}.lineup-settings-card .starters .card-title{width:100%;padding:8px 16px;font-weight:700;color:var(--dark-3)}.lineup-settings-card .starters .starters__title{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-3);border-top:1px solid var(--light-3);width:100%;padding:8px 16px}.lineup-settings-card .starters__title__text{font-weight:700;color:var(--dark-4);display:flex;flex-direction:row}.lineup-settings-card .starters__title__text__icon{stroke:var(--dark-4);height:14px}.lineup-settings-card .starters__title__selection{display:flex;flex-direction:row;align-items:center;margin-left:auto}.lineup-settings-card .starters__title__selection__option{display:flex;flex-direction:row;align-items:center;margin-left:16px;cursor:pointer}.lineup-settings-card .starters__title__selection__option__icon{fill:var(--dark-4)}.lineup-settings-card .starters__title__selection__option.selected .starters__title__selection__option__icon{fill:var(--blue-main)}.lineup-settings-card__body__subs{padding:16px}.score-individual{height:100%;width:100%;display:grid;grid-template-columns:24% 52% 24%;background:var(--light-2)}.score-individual .left-column{grid-column-start:1;grid-column-end:2;height:100%;background:#fff}.score-individual .middle-column{grid-column-start:2;grid-column-end:3;height:100%}.score-individual .right-column{grid-column-start:3;grid-column-end:4;height:100%;background:#fff}.create-page{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:100%;height:100%;overflow:hidden}.create-page .auth-alert{margin-top:40px}.create-page .auth-alert .auth-alert-link{text-decoration:underline;cursor:pointer;color:var(--dark-3)}.create-page .content-wrapper{padding:48px 16.66%;background:#fff;overflow:auto}.create-page .content-wrapper .page-title{font-size:32px;font-family:var(--nhg-display);font-weight:700;margin-bottom:8px}.create-page .content-wrapper .page-subtitle{font-size:16px;color:var(--dark-4)}.create-page .graphic-wrapper{background:var(--blue-lighter)}.create-page .create-page-form .form-group{margin-top:32px;position:relative}.create-page .form-group .input-tags{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:16px}.create-page .form-group .input-tags .category{margin-right:16px;padding:12px;font-size:10px;border-radius:24px;color:var(--dark-4);height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:16px}.create-page .form-group .input-tags .category.selected{background:var(--blue-darker);color:var(--light-2);font-weight:700}.create-page .create-page-form .form-group .static-label{font-size:14px;font-weight:600;color:var(--dark-2);margin-bottom:16px}.create-page .create-page-form .options-group{margin-top:32px;display:-ms-flex;display:flex;flex-direction:row;justify-content:flex-end}.create-page .form-group .input{height:40px;font-size:16px;border:none;border-bottom:2px solid var(--light-4);width:100%;outline:none;font-family:var(--nhg);padding-left:32px}input[type=date]:in-range::-webkit-datetime-edit-day-field,input[type=date]:in-range::-webkit-datetime-edit-month-field,input[type=date]:in-range::-webkit-datetime-edit-text,input[type=date]:in-range::-webkit-datetime-edit-year-field{color:transparent}input[type=date]:focus:in-range::-webkit-datetime-edit-day-field,input[type=date]:focus:in-range::-webkit-datetime-edit-month-field,input[type=date]:focus:in-range::-webkit-datetime-edit-text,input[type=date]:focus:in-range::-webkit-datetime-edit-year-field{color:var(--light-4)}.create-page .form-group .input:focus{border-bottom-color:var(--blue-main)}.create-page .form-group .input.invalid{border-bottom-color:var(--red-main)}.create-page .form-group .input[type=date]::-webkit-calendar-picker-indicator{display:block;width:14px;height:14px;-webkit-filter:brightness(50%);filter:brightness(50%)}.create-page .form-group label{position:absolute;left:32px;bottom:12px;font-size:16px;color:var(--dark-4);transition:all .2s ease-out;pointer-events:none}.create-page .form-group .static-icon{position:absolute;left:0;bottom:11px;color:var(--dark-4);-webkit-transform:all .4s ease-out;transform:all .4s ease-out;pointer-events:none}.create-page .form-group .input:focus+label{font-size:10px;bottom:38px;left:2px}.create-page .form-group .input.hide-label-on-active+label{font-size:12px}.create-page .form-group .input.hide-label-on-active:focus+label{display:none}.create-page .form-group .input.hasValue+label,.create-page .form-group .input:active+label{font-size:10px;bottom:38px;left:2px}.form-group .organized-by-dropdown{width:100%}.form-group .organizers-menu{margin-top:4px;margin-bottom:4px;max-height:220px;overflow-y:auto}.form-group .organizers-menu .organizers-menu-item{height:40px;cursor:pointer;display:flex;align-items:center;padding-left:12px;padding-right:12px;border-bottom:1px solid var(--light-2)}.form-group .organized-by-dropdown input{pointer-events:none;background:#fff}.form-group .dismiss-icon{height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-bottom:2px solid var(--light-4);position:absolute;right:0;cursor:pointer}.account-page{display:grid;padding-left:48px;padding-right:48px;grid-template-columns:repeat(12,1fr);grid-gap:32px;padding-top:32px;height:100%;overflow:hidden}.account-page__nav{grid-column-start:1;grid-column-end:4}.account-page__nav__card__profile{display:flex;flex-direction:row;align-items:center;padding:16px;border-bottom:1px solid var(--light-2)}.account-page__nav__card__profile__img{height:48px;width:48px;border-radius:8px;background:var(--blue-subtle);flex-shrink:0;overflow:hidden}.account-page__nav__card__profile__name{padding-left:16px}.account-page__nav__card__profile__name__primary{font-size:16px;font-weight:700}.account-page__nav__card__profile__name__secondary{margin-top:4px;margin-bottom:4px;color:var(--dark-4)}.account-page__nav__card__menu__item{display:flex;flex-direction:row;align-items:center;width:100%;height:40px;padding-left:16px;padding-right:16px;color:var(--dark-3)}.account-page__nav__card__menu__item:hover{color:var(--blue-main)}.account-page__nav__card__menu__item.selected{font-weight:700;color:var(--blue-main);border-right:4px solid var(--blue-main)}.account-page__content{grid-column-start:4;grid-column-end:13;height:100%;overflow:hidden}.account-saved-posts{height:100%;overflow:auto}.account-saved-posts__wrapper{display:grid;grid-template-columns:repeat(8,minmax(0,1fr))}.account-saved-posts .app-post-card{margin-bottom:24px;grid-column-start:1;grid-column-end:6}.account-notifications{height:100%;overflow:auto}.account-notifications__item{padding:16px;margin-bottom:16px}.notifications-list-item{display:-ms-flex;display:flex;flex-direction:row;border-bottom:1px solid var(--light-2)}.notifications-list-item:last-child{border-bottom:none;padding-bottom:0}.notifications-list-item .image{height:40px;width:40px;border-radius:8px;background:var(--blue-subtle);margin-right:16px;flex-shrink:0;overflow:hidden}.notifications-list-item .text .primary-text{line-height:16px}.notifications-list-item .text .date{font-size:10px;color:var(--dark-4)}.notifications-list-item .bold{font-weight:700}.account-registrations{height:100%;overflow:auto}.account-registrations__item{padding:16px;margin-bottom:16px;display:flex;flex-direction:row;align-items:center}.account-registrations__item .image{height:64px;width:64px;border-radius:4px;background-color:var(--blue-subtle)}.account-registrations__item .text{padding-left:16px}.account-registrations__item .text .primary-text{font-weight:700;font-family:var(--nhg-display);font-size:16px;margin-bottom:4px}.account-registrations__item .text .secondary-text{color:var(--dark-3);margin-bottom:4px}.account-registrations__item .text .date{font-size:10px;color:var(--dark-4)}.scoring-app,.scoring-app .scoring-app-page{height:100%;width:100%;overflow:hidden}.scoring-app .scoring-app-page{display:flex;flex-direction:column}.scoring-app .scoring-app-page-title{height:80px;background:#fff;box-shadow:var(--elevation-1);font-size:24px;padding-left:48px;padding-right:48px;font-family:var(--nhg-display);font-weight:700;flex-shrink:0;display:flex;flex-direction:row;align-items:center}.scoring-app .scoring-app-page-title .back-btn{display:flex;align-items:center;margin-right:16px}.scoring-app .tabs{height:40px;background:#fff;padding-left:48px;padding-right:48px;border-top:1px solid var(--light-2);border-bottom:1px solid var(--light-2);flex-shrink:0}.scoring-app .tabs,.scoring-app .tabs .tab-item{display:-ms-flex;display:flex;flex-direction:row}.scoring-app .tabs .tab-item{height:100%;-ms-align-items:center;align-items:center;margin-right:32px;color:var(--dark-4);font-weight:500;border-bottom:2px solid transparent;padding-top:2px}.scoring-app .tabs .tab-item.active{color:var(--dark-2);border-bottom:2px solid var(--blue-main)}.scoring-app .scoring-app-body{flex-grow:1;overflow-x:hidden;overflow-y:auto}.manage-event-details{padding-left:48px;padding-right:48px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:32px;padding-bottom:48px}.manage-event-details .app-card{margin-top:32px;padding:16px}.manage-event-details .app-card .card-title{font-weight:600;color:var(--dark-4)}.manage-event-info .info-group{display:flex;flex-direction:row;align-items:center;margin-top:16px}.manage-event-info .info-group .info-group-key{font-weight:600;color:var(--dark-1);margin-right:auto}.manage-event-info .info-group .info-group-edit-btn{height:24px;width:24px;background:var(--orange-subtle);border-radius:8px;box-shadow:var(--elevation-1);display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:16px}.manage-event-info .info-group .info-group-edit-btn .icon{fill:var(--orange-main);height:14px}.manage-event-info .info-group-form{margin-top:16px}.manage-event-info .info-group-form .info-group-form-body{display:flex;flex-direction:row;margin-top:8px}.manage-event-info .info-group-form .info-group-form-label{font-weight:600;font-size:10px}.manage-event-info .info-group-form .info-group-form-input{flex-grow:1}.manage-event-info .info-group-form .info-group-form-input input{width:100%;height:24px}.manage-event-info .info-group-form .info-group-form-input textarea{width:100%;height:80px}.manage-event-info .info-group-form .options{display:flex;flex-direction:row}.manage-event-info .info-group-form .options button{height:24px;width:24px;border:none;outline:none;margin-left:8px;padding:0;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer}.manage-event-info .info-group-form .options button.submit{background:var(--green-main)}.manage-event-info .info-group-form .options button.cancel{background:var(--light-2);stroke:var(--dark-4)}.manage-event-info .info-group-form .options button .icon{height:12px}.manage-event-roles .card-title{display:flex;flex-direction:row;align-items:center}.manage-event-roles .card-title .add-button{margin-left:auto}.manage-event-roles .roles-list .event-role-item{display:flex;flex-direction:row;align-items:center;margin-top:16px}.manage-event-roles .roles-list .event-role-item .image{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;margin-right:16px}.manage-event-roles .roles-list .event-role-item .image img{max-height:100%;max-width:100%;height:auto;width:auto}.manage-event-roles .roles-list .event-role-item .primary-text{font-weight:600;margin-bottom:4px}.manage-event-roles .roles-list .event-role-item .secondary-text{color:var(--dark-4);margin-bottom:4px;font-size:10px}.manage-event-roles .roles-list .event-role-item .delete-button{stroke:var(--red-main);margin-left:auto;height:24px;width:24px;border-radius:4px;background:var(--red-subtle);display:flex;align-items:center;justify-content:center;cursor:pointer}.manage-event-roles .roles-list .event-role-item .delete-button .icon{height:14px}.manage-event-roles .add-role-form{margin-top:16px;margin-bottom:16px;background:var(--blue-subtle);border-radius:8px;padding:16px}.manage-event-roles .add-role-form .form-group{margin-bottom:16px}.manage-event-roles .add-role-form .form-group .form-group-label{font-weight:600;font-size:10px;margin-bottom:8px}.manage-event-roles .add-role-form .form-group .form-group-input{background:#fff}.manage-event-roles .add-role-form .options{display:flex;flex-direction:row;justify-content:flex-end}.manage-event-roles .add-role-form .options .btn{height:32px;border:none;outline:none;margin-left:16px;border-radius:8px;color:#fff;font-weight:600;padding-left:12px;padding-right:12px;cursor:pointer}.manage-event-roles .add-role-form .options .btn.submit{background:var(--green-main)}.manage-event-roles .add-role-form .options .btn.cancel{color:var(--dark-4)}.manage-event-role-card .card-secondary-title{margin-top:8px}.manage-event-role-card .search-container{position:relative;margin-top:16px}.manage-event-role-card .search-container .app-search-menu{margin-top:0;padding:16px 0 0}.manage-event-role-card .search-container .app-search-menu .search-results-section__title{font-size:8px;font-weight:700;letter-spacing:.4px;color:var(--dark-4);padding-left:16px;padding-right:16px;margin-bottom:8px}.manage-event-role-card .search-container .app-search-menu .search-results-section__items__item{display:flex;flex-direction:row;align-items:center;transition:all .2s ease-out;padding:8px 16px;cursor:pointer;color:var(--dark-1)}.manage-event-role-card .search-container .app-search-menu .search-results-section__items__item:hover{background:var(--light-2)}.manage-event-role-card .search-container .app-search-menu .search-results-section__items__item__image{height:32px;width:32px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.manage-event-role-card .search-container .app-search-menu .search-results-section__items__item__image img{max-height:100%;max-width:100%;height:auto;width:auto}.manage-event-role-card .search-container .app-search-menu .search-results-section__items__item__desc__primary{font-weight:600;color:var(--dark-2)}.manage-event-role-card .search-container .app-search-menu .search-results-section__items__item__desc__secondary{color:var(--dark-3);font-size:10px}.manage-event-role-card .roles-list__item{display:flex;flex-direction:row;align-items:center;margin-top:16px}.manage-event-role-card .roles-list__item__image{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;margin-right:16px;overflow:hidden}.manage-event-role-card .roles-list__item__image img{max-height:100%;max-width:100%;height:auto;width:auto}.manage-event-role-card .roles-list__item__content{flex-grow:1}.manage-event-role-card .roles-list__item__content__primary{font-weight:600;margin-bottom:4px}.manage-event-role-card .roles-list__item__content__secondary{color:var(--dark-4);margin-bottom:4px;font-size:10px}.manage-event-role-card .roles-list__item__options__delete{height:40px;width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.manage-event-role-card .roles-list__item__options__delete:hover{background:var(--light-2);border-radius:4px}.manage-event-venue{display:flex;flex-direction:column}.manage-event-venue .map{flex-grow:1;position:relative;background:var(--light-2);margin-top:16px;margin-bottom:16px;height:300px}.manage-event-venue .address{display:flex;flex-direction:row;position:relative}.manage-event-venue .address .text{flex-grow:1}.manage-event-venue .address .text .primary-text{font-weight:700}.manage-event-venue .address .edit-btn{height:24px;width:24px;background:var(--orange-subtle);border-radius:8px;box-shadow:var(--elevation-1);display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:16px}.manage-event-venue .address .edit-btn .icon{fill:var(--orange-main);height:14px}.manage-event-venue .address .delete-btn{height:24px;width:24px;background:var(--red-subtle);border-radius:8px;box-shadow:var(--elevation-1);display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:16px}.manage-event-venue .address .delete-btn.disabled{pointer-events:none;opacity:.4}.manage-event-venue .address .delete-btn .icon{stroke:var(--red-main);height:14px}.manage-event-venue .address .address-input-wrapper{position:relative;width:100%}.manage-event-venue .address .address-input-wrapper__input{position:relative;flex-grow:1}.manage-event-venue .address .address-input-wrapper__input .submitting{position:absolute;right:8px;top:4px}.manage-event-venue .address .address-input-wrapper input{width:100%;height:32px;border:1px solid var(--light-3);border-radius:8px;padding-left:12px}.manage-event-venue .address .address-input-wrapper input:focus{outline:solid 1px var(--blue-main)}.manage-event-venue .address .address-input-wrapper-menu{overflow-y:auto}.manage-event-venue .address .address-input-wrapper-menu .placeholder-text{text-align:center;color:var(--light-4);padding:16px}.manage-event-venue .address .address-input-wrapper-menu.app-card{margin-top:8px;margin-bottom:8px;padding:0}.manage-event-venue .address .address-input-wrapper-menu .address-item{height:40px;border-bottom:1px solid var(--light-2);display:flex;align-items:center;font-size:10px;cursor:pointer;padding-left:16px;padding-right:16px}.manage-event-venue .address .address-input-wrapper-menu .address-item:hover{background:var(--light-2)}.address-input-wrapper__form{display:flex;flex-direction:row;width:100%}.address-input-wrapper__form__dismiss-btn{height:32px;width:32px;margin-left:8px;border-radius:8px;background:var(--light-2);display:flex;align-items:center;justify-content:center;cursor:pointer}.address-input-wrapper__form__dismiss-btn__icon{stroke:var(--dark-4);height:14px}.manage-event-fixtures{height:100%;width:100%;overflow:hidden;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:100%;padding-top:16px;padding-right:48px}.manage-event-fixtures .manage-event-fixtures-filters{display:flex;flex-direction:row;justify-content:flex-end;margin-top:32px;margin-bottom:32px;padding-right:48px;padding-left:48px}.manage-event-fixtures .manage-event-fixtures-list{flex-grow:1;overflow-y:hidden;overflow-x:auto;display:flex;flex-direction:row;padding-right:48px;grid-column-start:1;grid-column-end:9}.manage-event-fixtures .manage-event-fixtures-list.expanded{grid-column-end:13}.manage-event-fixtures .manage-event-fixtures-part{margin-left:32px;min-width:296px;flex-shrink:0;height:100%;display:flex;flex-direction:column}.manage-event-fixtures .manage-event-fixtures-part:first-child{margin-left:48px}.manage-event-fixtures .manage-event-fixtures-part.create{flex-shrink:0}.manage-event-fixtures .manage-event-fixtures-part__header{box-shadow:var(--elevation-1);position:relative;display:flex;flex-direction:row;align-items:center;background:var(--blue-subtle);border-radius:4px}.manage-event-fixtures .manage-event-fixtures-part__header__move-btn{height:24px;width:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}.manage-event-fixtures .manage-event-fixtures-part__header__move-btn .icon{height:12px;fill:var(--blue-lightest)}.manage-event-fixtures .manage-event-fixtures-part__header__move-btn:hover .icon{fill:var(--blue-main)}.manage-event-fixtures .manage-event-fixtures-part__header__move-btn.left{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:12px 12px;transform-origin:12px 12px}.manage-event-fixtures .manage-event-fixtures-part__header__options{height:24px;display:flex;align-items:center;justify-content:center}.manage-event-fixtures .manage-event-fixtures-part__header__menu{overflow:hidden}.manage-event-fixtures .manage-event-fixtures-part__header__menu__item{text-align:center;padding:8px 12px;border-bottom:1px solid var(--light-2);color:var(--dark-1);font-weight:400;cursor:pointer;display:flex;flex-direction:row;align-items:center;width:80px}.manage-event-fixtures .edit-event-part-label-form{flex-grow:1}.manage-event-fixtures .edit-event-part-label-form input{width:100%;text-align:center;background:none;border:none;color:var(--blue-main);font-weight:600;font-size:10px;height:24px;outline:none}.manage-event-fixtures .manage-event-fixtures-part__header__menu__item:hover{background:var(--light-2)}.manage-event-fixtures .manage-event-fixtures-part .part-name{height:24px;display:flex;align-items:center;justify-content:center;flex-grow:1;color:var(--blue-main);font-weight:600;font-size:10px;flex-shrink:0}.manage-event-fixtures .manage-event-fixtures-part.create .part-name{background:none;border:1px solid var(--blue-main);color:var(--blue-main);stroke:var(--blue-main)}.manage-event-fixtures .manage-event-fixtures-part.create .part-name.expanded{width:296px}.manage-event-fixtures .manage-event-fixtures-part.create .part-name .icon{height:12px}.manage-event-fixtures .manage-event-fixtures-part__options{margin-top:12px}.manage-event-fixtures .manage-event-fixtures-part .subparts{display:flex;flex-direction:row}.manage-event-fixtures .manage-event-fixtures-part .subparts .manage-event-fixtures-part{margin-left:8px;margin-right:8px}.manage-event-fixtures .manage-event-fixtures-part .subparts .manage-event-fixtures-part:first-child{margin-left:0}.manage-event-fixtures .manage-event-fixtures-part .subparts .manage-event-fixtures-part:last-child{margin-right:0}.manage-event-fixtures .calendar-fixture-list-item{margin-top:16px}.manage-event-fixtures .calendar-fixture-list-item__wrapper{display:-ms-flex;display:flex;flex-direction:row}.manage-event-fixtures .calendar-fixture-list-item__edit-part{border-top:1px solid var(--light-2);padding-left:8px;height:20px;display:flex;flex-direction:row;align-items:center;cursor:pointer}.manage-event-fixtures .calendar-fixture-list-item__edit-part__target{font-size:10px;color:var(--dark-4)}.manage-event-fixtures .calendar-fixture-list-item__edit-part__menu__wrapper{position:relative}.manage-event-fixtures .calendar-fixture-list-item__edit-part__menu{background:#fff;height:160px;overflow:auto}.manage-event-fixtures .calendar-fixture-list-item__edit-part__menu__title{font-size:10px;padding:4px 8px;background:var(--blue-subtle)}.manage-event-fixtures .calendar-fixture-list-item__edit-part__menu__title__list__item__label{padding:8px;cursor:pointer;font-size:10px;font-weight:700}.manage-event-fixtures .calendar-fixture-list-item__edit-part__menu__title__list__item__label.disabled{pointer-events:none;color:var(--dark-4)}.manage-event-fixtures .calendar-fixture-list-item__edit-part__menu__title__list__item__label:hover{background:var(--blue-main);color:#fff}.manage-event-fixtures .calendar-fixture-list-item__edit-part__menu__title__list__item__sub-items{padding-left:16px}.manage-event-fixtures .calendar-fixture-list-item .participants{flex-grow:1}.manage-event-fixtures .calendar-fixture-list-item .participants .participant{display:-ms-flex;display:flex;flex-direction:row;-ms-align-items:center;align-items:center;padding:8px 16px 8px 8px;cursor:pointer}.manage-event-fixtures .calendar-fixture-list-item .participants .participant .image{height:24px;width:24px;border-radius:4px;background:var(--blue-subtle);flex-shrink:0;margin-right:16px;overflow:hidden}.manage-event-fixtures .calendar-fixture-list-item .participants .participant .image img{max-height:100%;max-width:100%;height:auto;width:auto}.manage-event-fixtures .calendar-fixture-list-item .participants .participant .name{flex-grow:1;color:var(--dark-1)}.manage-event-fixtures .calendar-fixture-list-item .participants .participant .score{font-weight:600;color:var(--dark-2)}.manage-event-fixtures .calendar-fixture-list-item .datetime{width:25%;display:-ms-flex;display:flex;flex-direction:column;-ms-align-items:center;align-items:center;justify-content:center;border-left:1px solid var(--light-2);font-family:var(--nhg-display);font-weight:700;color:var(--dark-4);letter-spacing:.4px}.manage-event-fixtures .calendar-fixture-list-item .datetime .date{margin-bottom:4px}.manage-event-fixtures .manage-event-fixtures-form-container{grid-column-start:9;grid-column-end:13}.generate-fixtures{padding:16px}.generate-fixtures__title{font-size:16px;font-weight:600;font-family:var(--nhg-display)}.generate-fixtures__section{margin-top:16px}.generate-fixtures__section__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:16px}.generate-fixtures__section__options__item{margin-top:16px;padding:16px;border-left:2px solid var(--blue-lighter)}.generate-fixtures__section__options__item__title{font-weight:600;margin-bottom:8px}.generate-fixtures__section__options__item__description{font-size:10px}.generate-fixtures-form{padding:16px}.generate-fixtures-form__title{font-size:16px;font-weight:600;font-family:var(--nhg-display)}.generate-fixtures-form__body__form-group{margin-top:16px}.generate-fixtures-form__body__form-group__input{margin-top:8px}.generate-fixtures-form__body__form-group__input input{height:32px;width:100%;box-shadow:var(--elevation-1);border:1px solid var(--light-2);border-radius:8px;padding-left:12px}.generate-fixtures-form__footer{margin-top:16px;display:flex;flex-direction:row}.generate-fixtures-form__footer_option{height:32px;padding-left:12px;padding-right:12px;margin-right:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px;font-weight:600}.generate-fixtures-form__footer_option.success{background:var(--green-main);color:#fff}.generate-fixtures-form__footer_option.cancel{color:var(--red-main)}.delete-event-part-btn{height:24px;color:var(--red-lighter);border:1px solid var(--red-lighter);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;cursor:pointer;margin-bottom:16px}.add-fixture-btn{background:var(--green-main);color:var(--light-1)}.add-fixture-btn,.add-part-btn{justify-content:center;height:24px;border-radius:4px;display:flex;align-items:center;font-size:10px;font-weight:600;cursor:pointer;flex-shrink:0;box-shadow:var(--elevation-1)}.add-part-btn{background:#fff;color:var(--blue-lighter);margin-top:12px}.add-part-btn.header{margin-top:0}.add-part-btn:hover{color:var(--blue-main)}.add-fixture-form-container{padding:16px;box-sizing:border-box;width:296px}.add-fixture-form__title{font-weight:600;font-family:var(--nhg-display);text-align:center;color:var(--dark-3)}.add-fixture-form__form-group{margin-top:16px}.add-fixture-form__form-group .start-date-input{width:100%;height:32px;box-shadow:var(--elevation-1);border:1px solid var(--light-2);border-radius:8px;padding-left:16px;font-family:var(--nhg);color:var(--light-4);padding-right:12px;font-size:12px}.add-fixture-form__footer{display:flex;flex-direction:column;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:12px}.add-fixture-form__footer__btn{height:32px;margin-top:16px;border:none;border-radius:4px;font-size:10px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center}.add-fixture-form__footer__btn.success{background:var(--green-main);color:#fff}.add-fixture-form__footer__btn.cancel{color:var(--light-4);background:var(--light-2)}.manage-event-fixtures .manage-event-fixtures-part .fixtures-list{flex-grow:1;overflow-y:auto;padding-bottom:16px}.add-event-part-form{display:flex;flex-direction:row;align-items:center}.add-event-part-form input{height:24px;box-shadow:var(--elevation-1);border:1px solid var(--light-2);border-radius:4px;padding-left:12px;flex-grow:1;font-size:10px;outline:none}.add-event-part-form button{height:24px;width:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:none;margin-left:8px;cursor:pointer}.add-event-part-form button .icon{stroke:var(--light-4)}.add-event-part-form__btn.success{background:var(--green-main)}.add-event-part-form__btn.success .icon{fill:var(--light-1);stroke:none}.manage-event-standings{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));padding:48px;grid-column-gap:48px}.manage-event-standings .left-column{grid-column-start:1;grid-column-end:8}.manage-event-standings .right-column{grid-column-start:8;grid-column-end:13}.manage-event-standings .recalculate-event-standings{padding:24px}.manage-event-standings .recalculate-event-standings__periods{display:flex;flex-direction:row;align-items:center;margin-bottom:8px;flex-wrap:wrap}.manage-event-standings .recalculate-event-standings__periods__item{border:1px solid var(--blue-main);color:var(--blue-main);margin-right:12px;margin-bottom:12px;height:24px;padding-right:4px;cursor:pointer}.manage-event-standings .recalculate-event-standings__periods__item__icon{height:14px;stroke:var(--light-4)}.manage-event-standings .recalculate-event-standings__periods__item:hover .recalculate-event-standings__periods__item__icon{stroke:var(--red-main)}.manage-event-standings .recalculate-event-standings .card-title{font-family:var(--nhg-display);font-weight:700;font-size:24px}.manage-event-standings .recalculate-event-standings .recalculate-event-standings-form{margin-top:24px}.manage-event-standings .recalculate-event-standings .recalculate-event-standings-form .form-options{margin-top:24px}.manage-event-standings .recalculate-event-standings .recalculate-event-standings-form .form-group .form-group-label{color:var(--dark-3);margin-bottom:8px}.manage-event-standings .recalculate-event-standings .recalculate-event-standings-form .form-group .form-group-input input{height:32px;width:100%;border:1px solid var(--light-3);padding:0 8px;outline:none;border-radius:8px}.manage-event-standings .recalculate-event-standings .recalculate-event-standings-form .form-group .form-group-input input:focus{border-color:var(--blue-main)}.manage-event-standings .recalculate-event-standings .recalculate-event-standings-form .form-group .filter-input-dropdown .input-wrapper{border:1px solid var(--light-3)}.manage-event-standings .standings-list .standings-list-item{margin-bottom:32px}.manage-event-standings .standings-list .standings-list-item__header{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-2);height:40px;padding-left:16px;padding-right:4px}.manage-event-standings .standings-list .standings-list-item__header .label{font-weight:700;margin-right:auto}.manage-event-standings .standings-list .standings-list-item__header .createdAt{color:var(--dark-4)}.manage-event-standings .standings-list .standings-list-item__header .delete-btn{height:40px;width:40px;display:flex;align-items:center;justify-content:center}.manage-event-standings .standings-list .standings-list-item__header .delete-btn .icon{stroke:var(--red-lighter);height:14px}.manage-event-standings .standings-list .standings-list-item__fields{display:flex;flex-direction:row;align-items:center;padding-left:16px;padding-right:16px;height:24px;background:var(--light-2);font-size:10px;font-weight:700;color:var(--dark-4)}.manage-event-standings .standings-list .standings-list-item__fields__field{display:flex;flex-direction:row;padding-right:8px;padding-left:8px}.manage-event-standings .standings-list .standings-list-item__fields__field:first-child{padding-left:0}.manage-event-standings .standings-list .standings-list-item__fields__field:last-child{padding-right:0}.manage-event-standings .standings-list .standings-list-item__items__row{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-2);padding-left:16px;padding-right:16px;height:32px}.manage-event-standings .standings-list .standings-list-item__items__row__data{display:flex;flex-direction:row;padding-right:8px;padding-left:8px}.manage-event-standings .standings-list .standings-list-item__items__row__data .standings-list-item__items__row__data__order{height:32px;width:32px;display:flex;align-items:center;justify-content:center}.manage-event-standings .standings-list .standings-list-item__items__row__data .standings-list-item__items__row__data__reorder{height:32px;width:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.manage-event-standings .standings-list .standings-list-item__items__row__data .standings-list-item__items__row__data__reorder.up{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:16px 16px;transform-origin:16px 16px}.manage-event-standings .standings-list .standings-list-item__items__row__data:first-child{padding-left:0}.manage-event-standings .standings-list .standings-list-item__items__row__data:last-child{padding-right:0}.manage-event-standings .standings-list .standings-list-item__items__row__data__form{max-width:100%}.manage-event-standings .standings-list .standings-list-item__items__row__data__form input{width:100%}.manage-event-posts{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));padding:48px;grid-column-gap:48px}.manage-event-posts .left-column{grid-column-start:1;grid-column-end:7}.manage-event-posts .right-column{grid-column-start:7;grid-column-end:13}.manage-event-awards{display:grid;padding-left:48px;padding-right:48px;grid-template-columns:repeat(12,minmax(0,1fr));grid-column-gap:32px}.manage-event-awards__section{padding-top:32px;box-sizing:border-box}.manage-event-awards__section.left{grid-column-start:1;grid-column-end:5;border-right:1px solid var(--light-3);padding-right:32px}.manage-event-awards__section.middle{grid-column-start:5;grid-column-end:9;border-right:1px solid var(--light-3);padding-right:32px}.manage-event-awards__section.right{grid-column-start:9;grid-column-end:13}.manage-event-awards__section__title{display:flex;flex-direction:row;align-items:center;margin-bottom:16px}.manage-event-awards__section__title__text{font-size:14px;font-weight:700;color:var(--dark-2)}.manage-event-awards__section__title__add-type-btn{margin-left:auto;font-weight:700;color:var(--blue-main);cursor:pointer}.manage-event-awards__section__description{line-height:20px;color:var(--dark-3)}.manage-event-awards__section__grid,.manage-event-awards__section__list{margin-top:24px}.add-award-type-form__wrapper{margin-top:12px}.add-award-type-form{margin-left:auto;padding:12px}.add-award-type-form__title{font-weight:600;color:var(--dark-3)}.add-award-type-form__input{font-size:12px;outline:none;background:none;height:32px;border:1px solid var(--light-3);width:100%;border-radius:8px;line-height:32px;padding-left:12px;margin-top:12px}.add-award-type-form__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:12px;margin-top:12px}.add-award-type-form__options__option{display:flex;align-items:center;justify-content:center;cursor:pointer;height:32px;font-size:10px;font-weight:700;border-radius:8px}.add-award-type-form__options__option.success{background:var(--green-main);color:#fff}.add-award-type-form__options__option.cancel{background:var(--light-2);color:var(--dark-4)}.event-award-type-card{padding:16px}.event-award-type-card__title{font-weight:700;display:flex;flex-direction:row;align-items:center}.event-award-type-card__title__delete-btn{margin-left:auto;cursor:pointer}.event-award-type-card__title__delete-btn__icon{stroke:var(--red-main);height:14px}.event-award-type-card__section{margin-top:16px}.event-award-type-card__section__title{font-size:10px;color:var(--dark-4);margin-bottom:8px}.event-award-type-card__section__list__item{display:flex;flex-direction:row;align-items:center;margin-bottom:16px}.event-award-type-card__section__list__item__image{height:36px;width:36px;background:var(--blue-subtle);border-radius:4px;flex-shrink:0;overflow:hidden}.event-award-type-card__section__list__item__image img{max-width:100%;max-height:100%;width:auto;height:auto}.event-award-type-card__section__list__item__desc{flex-grow:1;padding-right:8px;padding-left:8px;font-size:12px}.event-award-type-card__section__list__item__desc__primary{margin-bottom:4px}.event-award-type-card__section__list__item__desc__secondary{font-weight:100;color:var(--dark-4)}.event-award-type-card__section__list__item__options{display:flex;flex-direction:row}.event-award-type-card__section__list__item__options__option{cursor:pointer}.event-award-type-card__section__list__item__options__option__icon{stroke:var(--red-main);height:14px}.fixture-award-type-card{margin-bottom:24px;display:flex;flex-direction:row;align-items:center;padding:8px 16px}.fixture-award-type-card__title{font-weight:700}.fixture-award-type-card__options{margin-left:auto}.fixture-award-type-card__options__option{cursor:pointer}.fixture-award-type-card__options__option__icon{stroke:var(--red-main);height:14px}.add-event-award-form{position:relative;margin-bottom:16px}.add-event-award-form .app-search-menu{width:100%;box-shadow:var(--elevation-5);margin-top:-4px}.add-event-award-form .app-search-menu .search-results-section{padding-top:8px}.add-event-award-form .app-search-menu .search-results-section__title{font-size:8px;font-weight:700;letter-spacing:.4px;color:var(--dark-4);padding-left:16px;padding-right:16px;margin-bottom:8px}.add-event-award-form .app-search-menu .search-results-section__items__item{display:flex;flex-direction:row;align-items:center;transition:all .2s ease-out;padding:8px 16px;cursor:pointer;color:var(--dark-1)}.add-event-award-form .app-search-menu .search-results-section__items__item:hover{background:var(--light-2)}.add-event-award-form .app-search-menu .search-results-section__items__item__image{height:32px;width:32px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.add-event-award-form .app-search-menu .search-results-section__items__item__image img{max-width:100%;max-height:100%;height:auto;width:auto}.add-event-award-form .app-search-menu .search-results-section__items__item__desc__primary{font-weight:600;color:var(--dark-2)}.add-event-award-form .app-search-menu .search-results-section__items__item__desc__secondary{color:var(--dark-3);font-size:10px}.event-placements-list .event-placements-list__item{padding:16px;margin-top:16px}.event-placements-list .event-placements-list__item__title{font-weight:700;display:flex;flex-direction:row;align-items:center}.event-placements-list .delete-event-placement{display:flex;flex-direction:row;align-items:center;margin-top:16px}.event-placements-list .delete-event-placement__image{height:32px;width:32px;border-radius:4px;background:var(--blue-subtle);overflow:hidden}.event-placements-list .delete-event-placement__image img{width:100%}.event-placements-list .delete-event-placement__text{padding-left:16px}.event-placements-list .delete-event-placement__text__primary{font-weight:700}.event-placements-list .delete-event-placement__text__secondary{color:var(--dark-3)}.event-placements-list .delete-event-placement__option{margin-left:auto;height:32px;width:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.event-placements-list .delete-event-placement__option:hover{background:var(--light-2)}.manage-event-awards__add-btn{height:32px;background:var(--blue-subtle);border-radius:8px;box-shadow:var(--elevation-1);margin-top:12px;display:flex;align-items:center;justify-content:center;color:var(--blue-main);font-weight:700;cursor:pointer}.manage-event-registrations{padding:16px}.manage-event-registrations .card-title{font-weight:600;color:var(--dark-4)}.manage-event-registrations .registrations-table{margin-top:16px;width:100%;border-spacing:0}.manage-event-registrations .registrations-table__row{display:flex;flex-direction:row;align-items:center;height:48px}.manage-event-registrations .registrations-table__row.header{font-weight:700;border-bottom:1px solid var(--light-2)}.manage-event-registrations .registrations-table__row__td{height:100%;display:flex;flex-direction:row;align-items:center;padding-right:16px}.manage-event-registrations .registrations-table__row__td:last-child{justify-content:flex-end;padding-right:0}.manage-event-registrations .registrations-table__row__td .td-image{height:24px;width:24px;background:var(--blue-subtle);border-radius:4px;margin-right:12px;overflow:hidden}.manage-event-registrations .registrations-table__row__td .td-image img{max-height:100%;max-width:100%;height:auto;width:auto}.manage-event-registrations .registrations-table__row__td .edit-btn{height:24px;padding-left:12px;padding-right:12px;background:var(--orange-subtle);display:flex;align-items:center;justify-content:center;color:var(--orange-main);font-size:10px;letter-spacing:.2px;font-weight:600;border-radius:4px;cursor:pointer;display:inline-block;line-height:24px}.manage-event-registrations .registrations-table__row__td .number-input{height:32px;box-shadow:var(--elevation-1);border:1px solid var(--light-2);border-radius:8px;padding-left:12px;width:100%}.manage-event-registrations .registrations-table__row__td .number-input.error{border-color:var(--red-main)}.manage-event-registrations .registrations-table__row__td .filter-input-dropdown{width:100%}.manage-event-registrations .registrations-table__row__td .options{display:flex;flex-direction:row;align-items:center}.manage-event-registrations .registrations-table__row__td .options .btn{height:32px;width:32px;display:flex;align-items:center;justify-content:center;margin-left:16px;border-radius:4px;border:none;outline:none;cursor:pointer}.manage-event-registrations .registrations-table__row__td .options .btn .icon{height:14px}.manage-event-registrations .registrations-table__row__td .options .btn.success{background:var(--green-main);fill:#fff}.manage-event-registrations .registrations-table__row__td .options .btn.cancel{background:none;stroke:var(--red-main)}.manage-event-participants{padding:16px}.manage-event-participants .card-title{font-weight:600;color:var(--dark-4)}.manage-event-participants .event-participant{display:flex;flex-direction:row;align-items:center;margin-top:16px}.manage-event-participants .event-participant .image{height:40px;width:40px;border-radius:8px;background:var(--blue-subtle);margin-right:16px;overflow:hidden}.manage-event-participants .event-participant .image img{max-height:100%;max-width:100%;height:auto;width:auto}.manage-event-participants .event-participant .primary-text{font-weight:600;margin-bottom:4px}.manage-event-participants .event-participant .secondary-text.green{color:var(--green-darker)}.manage-event-participants .event-participant .secondary-text.red{color:var(--orange-main)}.manage-event-participants .event-participant .options{margin-left:auto}.manage-event-participants .event-participant .options .btn{background:var(--light-2);height:24px;border-radius:4px;padding-left:12px;padding-right:12px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:var(--dark-4);cursor:pointer}.manage-event-participants .event-participant .options .btn.success{background:var(--green-main);color:#fff}.participant-type-form{display:flex;flex-direction:row}.participant-type-form .form-group-input{flex-grow:1}.participant-type-form .options{display:flex;flex-direction:row}.participant-type-form .options .btn{height:32px;width:32px;border:none;outline:none;border-radius:4px;margin-left:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.participant-type-form .options .btn .icon{height:14px}.participant-type-form .options .btn.submit{fill:#fff;background:var(--green-main)}.participant-type-form .options .btn.cancel{background:none;stroke:var(--red-main)}.manage-event-parties .participant-type-card{padding:16px;margin-bottom:32px}.manage-event-parties .participant-type-card .info-group{display:flex;flex-direction:row;align-items:center}.manage-event-parties .participant-type-card .info-group .info-group-label{font-weight:600;color:var(--dark-3)}.manage-event-parties .participant-type-card .info-group .info-group-value{margin-left:auto}.manage-event-parties .participant-type-card .info-group .edit-btn{height:24px;width:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;background:var(--orange-subtle);fill:var(--orange-main);margin-left:16px;cursor:pointer}.manage-event-parties .participant-type-card .info-group .edit-btn .icon{height:14px}.manage-event-participants .suggested-participants-list{border-top:1px solid var(--light-3);margin-top:16px}.participant-type-card__info{display:flex;flex-direction:row;align-items:center;margin-top:16px;border-top:1px solid var(--light-2);padding-top:16px;color:var(--dark-3)}.participant-type-card__info__icon{margin-right:4px;display:flex;align-items:center;justify-content:center}.manage-event-participants__info{color:var(--dark-3);margin-top:16px;padding-top:16px;border-top:1px solid var(--light-2)}.manage-event-participants__info__title{display:flex;flex-direction:row;align-items:center;margin-bottom:8px;font-weight:700}.manage-event-participants__roles{margin-top:32px}.manage-event-participants__roles .card-title{font-weight:600;color:var(--dark-4);padding:16px;display:flex;flex-direction:row;align-items:center}.manage-event-participants__roles__add-btn{margin-left:auto;cursor:pointer;color:var(--blue-main)}.manage-event-participants__roles__list{padding-top:0}.manage-event-participants__roles__list__item{display:flex;flex-direction:row;align-items:center;margin-top:16px}.manage-event-participants__roles__list__item__image{height:40px;width:40px;background:var(--blue-subtle);border-radius:8px;margin-right:16px;overflow:hidden}.manage-event-participants__roles__list__item__content{flex-grow:1}.manage-event-participants__roles__list__item__content__primary{font-weight:600;margin-bottom:4px}.manage-event-participants__roles__list__item__content__secondary{color:var(--dark-4);margin-bottom:4px;font-size:10px}.manage-event-participants__roles__list__item__options__delete{height:40px;width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.manage-event-participants__roles__list__item__options__delete:hover{background:var(--light-2);border-radius:4px}.manage-event-participants__roles__list__group__title{background:var(--light-2);color:var(--dark-4);font-size:10px;font-weight:700;padding-left:16px;padding-right:16px;height:24px;display:flex;flex-direction:row;align-items:center}.manage-event-participants__roles__list__group__items{padding:0 16px 16px}.manage-event-parties{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-column-gap:32px;padding:32px 48px 48px}.manage-event-parties .left-column{grid-column-start:1;grid-column-end:5}.manage-event-parties .right-column{grid-column-start:5;grid-column-end:13}.Scoring-layout,.ScoringApp-football{height:100%;width:100%;overflow:hidden}.ScoringApp-football{display:flex;flex-direction:column}.ScoringApp-football__header{height:48px;width:100%;background:var(--blue-darker);display:grid;grid-template-columns:24% 52% 24%;grid-template-rows:100%;font-family:var(--nhg-display);color:#fff;font-weight:700;flex-shrink:0;padding-left:16px;padding-right:16px}.ScoringApp-football__header__nav-left,.ScoringApp-football__header__nav-left__back-btn{display:flex;flex-direction:row;align-items:center}.ScoringApp-football__header__nav-left__back-btn{cursor:pointer}.ScoringApp-football__header__nav-left__back-btn__icon{stroke:var(--light-2);height:16px;margin-top:2px}.ScoringApp-football__header__nav-left__back-btn__text{margin-left:4px}.ScoringApp-football__header__main{display:flex;align-items:center;justify-content:center;font-size:16px}.ScoringApp-football__header__nav-right{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.ScoringApp-football__header__nav-right__nav-btn{cursor:pointer}.ScoringApp-football__header__nav-right__nav-btn.square{height:32px;width:32px;margin-right:12px;display:flex;align-items:center;justify-content:center;background:var(--blue-darkest);border-radius:8px}.ScoringApp-football__header__nav-right__nav-btn__icon{stroke:var(--light-2);height:16px}.ScoringApp-football__body{background:var(--blue-darkest);flex-grow:1;overflow:hidden}.ScoringApp-football .select-formation-menu{width:140px;max-height:300px;overflow:auto}.ScoringApp-football .select-formation-menu__list__item{display:flex;align-items:center;justify-content:center;height:32px;cursor:pointer}.ScoringApp-football .select-formation-menu__list__item:hover{background:var(--light-2)}.ScoringApp-football__settings__penalty-settings{margin-top:16px;overflow:hidden}.ScoringApp-football__settings__penalty-settings__title{background:var(--blue-main);color:var(--light-2);font-weight:700;padding-left:16px;padding-top:8px;padding-bottom:8px}.ScoringApp-football__settings__penalty-settings__body__content{padding:16px;display:flex;flex-direction:row;align-items:center}.ScoringApp-football__settings__penalty-settings__body__content__blurb{flex-grow:1;padding-right:16px}.ScoringApp-football__scoring__form{background:#fff;width:32%;height:80%;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.ScoringApp-football__scoring__form__header{height:32px;display:flex;flex-direction:row;align-items:center;background:var(--blue-darker);color:#fff;font-weight:600;padding-left:16px;padding-right:8px;flex-shrink:0}.ScoringApp-football__scoring__form__header__dismiss{margin-left:auto;cursor:pointer;height:32px;width:32px;display:flex;align-items:center;justify-content:center}.ScoringApp-football__scoring__form__meta{height:40px;border-bottom:1px solid var(--light-2);display:flex;align-items:center;flex-direction:row;padding-left:16px;padding-right:16px;flex-shrink:0}.ScoringApp-football__scoring__form__meta__label{font-size:10px}.ScoringApp-football__scoring__form__meta__editor{margin-left:auto}.ScoringApp-football__scoring__form__meta__editor select{background:var(--light-2);border-radius:4px;border:none;height:28px;padding-left:8px;padding-right:4px;outline:none}.ScoringApp-football__scoring__form__meta__editor input{background:var(--light-2);border-radius:4px;border:none;height:28px;outline:none;width:64px;padding-left:8px}.ScoringApp-football__scoring__form__select-player{flex-grow:1;overflow:hidden;display:flex;flex-direction:column}.ScoringApp-football__scoring__form__select-player__tabs{height:40px;display:grid;grid-template-columns:50% 50%;grid-column-gap:1px;background:var(--light-2);border-bottom:1px solid var(--light-2);flex-shrink:0}.ScoringApp-football__scoring__form__select-player__tabs__tab{height:100%;border-bottom:2px solid transparent;display:flex;align-items:center;justify-content:center;font-size:10px;cursor:pointer;background:#fff}.ScoringApp-football__scoring__form__select-player__tabs__tab.selected{border-bottom-color:var(--blue-main)}.ScoringApp-football__scoring__form__select-player__list{flex-grow:1;overflow:auto}.ScoringApp-football__scoring__form__select-player__list__item{padding:8px 16px;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-2);cursor:pointer;transition:all .2s ease-out}.ScoringApp-football__scoring__form__select-player__list__item:hover{background:var(--blue-subtlest)}.ScoringApp-football__scoring__form__select-player__list__item__img{height:32px;width:32px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.ScoringApp-football__scoring__form__select-player__list__item__name__primary{font-weight:700;color:var(--dark-2)}.ScoringApp-football__scoring__form__select-player__list__item__name__secondary{color:var(--dark-4)}.ScoringApp-football__scoring__form__select-player__list__item__num{margin-left:auto;position:relative;display:flex;align-items:center;justify-content:center;height:24px;width:24px;font-size:12px;color:var(--dark-4)}.ScoringApp-football__scoring__form__saved{display:flex;flex-direction:row;padding:16px}.ScoringApp-football__scoring__form__saved__timestamp{width:28px;flex-shrink:0}.ScoringApp-football__scoring__form__saved__statement.skipped{font-style:italic;color:var(--dark-4)}.ScoringApp-football__scoring__form__saved__statement .bold{font-weight:700}.ScoringApp-football__scoring__form__secondary-header{display:flex;flex-direction:row;align-items:center;height:32px;background:var(--blue-subtle);flex-shrink:0;padding-left:16px;padding-right:16px}.ScoringApp-football__scoring__form__secondary-header__title{font-weight:600;color:var(--dark-3)}.ScoringApp-football__scoring__form__secondary-header__skip{margin-left:auto;font-weight:700;color:var(--blue-main);cursor:pointer}.ScoringApp-football__scoring__delete-stats-form{background:#fff;width:30%;border-radius:8px;overflow:hidden}.ScoringApp-football__scoring__delete-stats-form__header{background:var(--blue-darker);font-weight:700;height:32px;display:flex;align-items:center;color:#fff;padding:16px}.ScoringApp-football__scoring__delete-stats-form__body{padding:16px;display:flex;flex-direction:row}.ScoringApp-football__scoring__delete-stats-form__body__timestamp{background:var(--blue-subtle);width:36px;min-height:36px;color:var(--blue-darker);font-weight:700;display:flex;justify-content:center;padding-top:11px;border-radius:8px;margin-right:16px}.ScoringApp-football__scoring__delete-stats-form__body__statements .ScoringApp-football__scoring__period__list__item__section__statements__statement{justify-content:flex-start}.ScoringApp-football__scoring__delete-stats-form__options{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:16px;border-top:1px solid var(--light-2)}.ScoringApp-football__scoring__delete-stats-form__options__option{margin-left:16px}.ScoringApp-football__scoring__delete-stats-form__options__option.neutral{background:var(--light-2);border:none;color:var(--dark-4)}.ScoringApp-football__scoring__period__list__penalty-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid var(--light-2);height:40px;background:#fff}.ScoringApp-football__scoring__period__list__penalty-row__section{display:flex;flex-direction:row}.ScoringApp-football__scoring__period__list__penalty-row__section.away{flex-direction:row-reverse}.ScoringApp-football__scoring__period__list__penalty-row__section__options{border-right:1px solid var(--light-2);border-left:1px solid var(--light-2);width:40px px}.ScoringApp-football__scoring__period__list__penalty-row__section__options__option{height:40px;width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.ScoringApp-football__scoring__period__list__penalty-row__section__body{flex-grow:1;display:flex;align-items:center;justify-content:center}.ScoringApp-football__scoring__period__list__penalty-row__section__body__statement{font-weight:700}.ScoringApp-football__scoring__period__list__penalty-row__section__body__option{width:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;letter-spacing:.2px;color:var(--light-4);cursor:pointer}.ScoringApp-football__scoring__period__list__penalty-row__indicator{height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--light-2);border-left:1px solid var(--light-2)}.ScoringApp-football__scoring__period__list__penalty-row__indicator__icon{height:20px;width:20px;border-radius:100%;background:var(--light-2)}.ScoringApp-football__scoring__period__list__penalty-row__indicator__icon.green{background:var(--green-main)}.ScoringApp-football__scoring__period__list__penalty-row__indicator__icon.red{background:var(--red-main)}.ScoringApp-football__publish{height:100%;width:100%;overflow:hidden;display:flex;flex-direction:column}.ScoringApp-football__publish__grid{height:100%;width:100%;overflow:hidden;overflow-y:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:16px}.ScoringApp-football__publish__grid__container{padding-top:16px;width:100%}.ScoringApp-football__publish__table{background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.ScoringApp-football__publish__table__header{display:flex;flex-direction:row;align-items:center;padding:12px;background:var(--blue-darker)}.ScoringApp-football__publish__table__header__title{display:flex;flex-direction:row;align-items:center;margin-right:auto}.ScoringApp-football__publish__table__header__title__logo{height:28px;width:28px;border-radius:4px;background:var(--blue-lighter)}.ScoringApp-football__publish__table__header__title__text{margin-left:12px;color:#fff;font-size:14px;font-weight:700}.ScoringApp-football__publish__table__header__value{display:flex;flex-direction:row;align-items:center;border-radius:4px;overflow:hidden}.ScoringApp-football__publish__table__header__value__score{height:28px;min-width:32px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.ScoringApp-football__publish__table__header__value__option{height:28px;min-width:32px;background:var(--blue-darkest);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.ScoringApp-football__publish__table__header__value__option__icon{height:14px;fill:var(--light-2)}.ScoringApp-football__publish__table__body{flex-grow:1;overflow:hidden;display:grid;grid-template-columns:168px 1fr;position:relative;min-height:160px}.ScoringApp-football__publish__table__body__overlay{position:absolute;left:0;right:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center;background:rgba(46,52,56,.94)}.ScoringApp-football__publish__table__body__overlay__text{width:30%;text-align:center;color:var(--light-2)}.ScoringApp-football__publish__table__body__column{border-right:1px solid var(--light-3)}.ScoringApp-football__publish__table__body__column.stats{overflow-x:auto}.ScoringApp-football__publish__table__body__column__row{display:flex;flex-direction:row}.ScoringApp-football__publish__table__body__column.players .ScoringApp-football__publish__table__body__column__row{width:100%}.ScoringApp-football__publish__table__body__column__row__data{height:32px;width:144px;display:flex;flex-direction:row;align-items:center;border-right:1px solid var(--light-2);border-bottom:1px solid var(--light-2);flex-shrink:0}.ScoringApp-football__publish__table__body__column__row__data.highlight{background:var(--blue-subtle)}.ScoringApp-football__publish__table__body__column.players .ScoringApp-football__publish__table__body__column__row__data{width:100%}.ScoringApp-football__publish__table__body__column__header .ScoringApp-football__publish__table__body__column__row__data{font-weight:700;pointer-events:none}.ScoringApp-football__publish__table__body__column.stats .ScoringApp-football__publish__table__body__column__row__data{cursor:pointer}.ScoringApp-football__publish__table__body__column.stats .ScoringApp-football__publish__table__body__column__row__data:hover{background:var(--light-2)}.ScoringApp-football__publish__table__body__column__row__data__value{width:100%;padding-left:12px;height:100%;display:flex;flex-direction:row;align-items:center}.ScoringApp-football__publish__table__body__column__row__data__value.light{color:var(--light-4)}.ScoringApp-football__publish__table__body__column__row__data__value.bold{font-weight:700}.ScoringApp-football__publish__table__body__column__row__data__form{width:100%;display:flex;flex-direction:row;overflow:hidden;position:relative;min-width:0;background:#fff}.ScoringApp-football__publish__table__body__column__row__data__form__input{flex-grow:1;width:calc(100% - 64px)}.ScoringApp-football__publish__table__body__column__row__data__form__input input{height:100%;border:none;width:100%;padding-left:12px;outline:none}.ScoringApp-football__publish__table__body__column__row__data__form__btn{height:32px;width:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.ScoringApp-football__publish__table__body__column__row__data__form__btn__icon{stroke:var(--light-4);height:14px}.ScoringApp-football__publish__table__body__column__row__data__form__btn.submit .ScoringApp-football__publish__table__body__column__row__data__form__btn__icon{fill:var(--green-main)}.ScoringApp-football__publish__confirm{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.ScoringApp-football__publish__confirm__form{background:#fff;width:30%;border-radius:8px;overflow:hidden}.ScoringApp-football__publish__confirm__form__header{background:var(--blue-darker);font-weight:700;height:32px;display:flex;align-items:center;color:#fff;padding:16px}.ScoringApp-football__publish__confirm__form__text{padding:0 16px 16px}.ScoringApp-football__publish__confirm__form__options{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:8px 16px 16px}.ScoringApp-football__publish__confirm__form__options .app-button{margin-left:16px}.ScoringApp-football__publish__table__header__form{height:28px;display:flex;align-items:center;border-radius:4px;overflow:hidden}.ScoringApp-football__publish__table__header__form__input{height:100%;width:64px;outline:none;border:none;padding-left:8px}.ScoringApp-football__publish__table__header__form__btn{height:28px;width:28px;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;background:var(--blue-darkest)}.ScoringApp-football__publish__table__header__form__btn__icon{height:14px;stroke:var(--light-4)}.ScoringApp-football__publish__table__header__form__btn.submit .ScoringApp-football__publish__table__header__form__btn__icon{fill:var(--green-main);stroke:none}.ScoringApp-cricket__scoring__stats-list__section__title{height:24px;background:var(--blue-subtle);display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:10px;color:var(--blue-darker);font-weight:700;flex-shrink:0}.starters__body__list__item__batting-order{display:flex;flex-direction:row;align-items:center;margin-right:16px}.starters__body__list__item__batting-order__option,.starters__body__list__item__batting-order__value{height:24px;width:24px;display:flex;align-items:center}.starters__body__list__item__batting-order__option{justify-content:center;cursor:pointer}.starters__body__list__item__batting-order__option__icon{fill:var(--light-4);height:12px}.starters__body__list__item__batting-order__form{width:48px;margin-right:16px}.starters__body__list__item__batting-order__form__input{width:100%}.ScoringApp-cricket__scoring{height:100%;width:100%;overflow:hidden;background:var(--blue-darkest);position:relative;display:flex;flex-direction:column}.ScoringApp-cricket__scoring__header{height:48px;width:100%;background:var(--blue-darker);color:#fff;font-weight:700;display:grid;grid-template-columns:24% 52% 24%;flex-shrink:0}.ScoringApp-cricket__scoring__header__left-column{display:flex;flex-direction:row;align-items:center;padding-left:16px}.ScoringApp-cricket__scoring__header__middle-column{display:flex;flex-direction:row}.ScoringApp-cricket__scoring__header__right-column{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding-right:16px}.ScoringApp-cricket__scoring__header__middle-column__team{display:flex;align-items:center;width:40%;padding-left:12px;padding-right:12px}.ScoringApp-cricket__scoring__header__middle-column__team__img{height:32px;width:32px;border-radius:4px;background:var(--blue-subtle);overflow:hidden}.ScoringApp-cricket__scoring__header__middle-column__team__name{margin-left:16px;margin-right:16px}.ScoringApp-cricket__scoring__header__middle-column__team.away{flex-direction:row-reverse}.ScoringApp-cricket__scoring__header__score{width:20%;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:14px}.ScoringApp-cricket__scoring__header__score__seperator{margin-left:16px;margin-right:16px;padding-bottom:4px;opacity:.4;font-size:10px;display:flex;align-items:center;justify-content:center;margin-top:4px}.ScoringApp-cricket__scoring__body{flex-grow:1;overflow:hidden;display:grid;grid-template-columns:75% 25%;grid-template-rows:100%}.ScoringApp-cricket__scoring__body__left-column{padding:12px;display:flex;flex-direction:column;height:100%;overflow:hidden}.ScoringApp-cricket__scoring__body__right-column{padding:12px 12px 12px 0}.ScoringApp-cricket__scoring__current-innings{background:#fff;border-radius:8px;overflow:hidden;flex-grow:1}.ScoringApp-cricket__scoring__current-innings__header{display:flex;flex-direction:row;align-items:center;padding:8px 12px;border-bottom:1px solid var(--light-2);flex-shrink:0;background:var(--blue-darker)}.ScoringApp-cricket__scoring__current-innings__header__score{margin-left:auto;color:#fff;font-family:var(--nhg-display);font-size:12px}.ScoringApp-cricket__scoring__current-innings__header__score .bold{font-weight:700;font-size:16px;color:#fff;margin-right:8px}.ScoringApp-cricket__scoring__current-innings__header__selected-period{display:flex;flex-direction:row;align-items:center;justify-content:center;height:32px;padding-left:12px;padding-right:4px;border-radius:4px;background:var(--blue-darkest);color:#fff;font-weight:600;margin-right:12px}.ScoringApp-cricket__scoring__current-innings__header__selected-period__icon{fill:var(--light-4);height:16px}.ScoringApp-cricket__scoring__current-innings__header__selected-period__menu{overflow:hidden}.ScoringApp-cricket__scoring__current-innings__header__selected-period__menu__item{text-align:center;padding:8px 16px;border-bottom:1px solid var(--light-2);cursor:pointer}.ScoringApp-cricket__scoring__current-innings__header__selected-period__menu__item:hover{background:var(--light-2)}.ScoringApp-cricket__scoring__current-innings__body__section{padding-bottom:40px}.ScoringApp-cricket__scoring__current-innings__body__section__header{height:24px;background:var(--blue-subtle);display:flex;flex-direction:row;align-items:center;font-size:10px;color:var(--blue-darkest);font-weight:700;padding-left:12px;padding-right:12px}.ScoringApp-cricket__scoring__current-innings__body__section__rows__row{display:flex;flex-direction:row;align-items:center;padding-left:12px;padding-right:12px;height:44px;border-bottom:1px solid var(--light-2)}.ScoringApp-cricket__scoring__current-innings__body__section__rows__row__td.strike{font-size:10px;font-weight:600;font-family:var(--nhg-display);color:var(--light-4);cursor:pointer}.ScoringApp-cricket__scoring__current-innings__body__section__rows__row__td.strike.active{color:var(--red-main)}.ScoringApp-cricket__scoring__current-innings__body__section__rows__row__td__img{height:24px;width:24px;border-radius:2px;background:var(--blue-subtle);margin-right:12px}.ScoringApp-cricket__scoring__current-over{background:#fff;border-radius:8px;margin-top:12px;overflow:hidden}.ScoringApp-cricket__scoring__current-over__header{display:flex;flex-direction:row;align-items:center;height:72px;background:var(--light-2);border-bottom:2px solid var(--blue-subtle)}.ScoringApp-cricket__scoring__current-over__header__selector__target,.ScoringApp-cricket__scoring__current-over__header__selector__wrapper{height:100%}.ScoringApp-cricket__scoring__current-over__header__selector{padding-left:16px;padding-right:40px;height:100%;display:flex;flex-direction:column;justify-content:center;width:160px}.ScoringApp-cricket__scoring__current-over__header__selector__secondary{font-size:8px;color:var(--dark-4);font-weight:700;margin-bottom:4px}.ScoringApp-cricket__scoring__current-over__header__selector__primary{font-size:16px;font-weight:700;display:flex;flex-direction:row;align-items:center;color:var(--dark-1)}.ScoringApp-cricket__scoring__current-over__header__selector__primary__icon{fill:var(--dark-4);height:14px}.ScoringApp-cricket__scoring__current-over__menu{width:80px;border-radius:4px}.ScoringApp-cricket__scoring__current-over__menu__item{height:32px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--light-2);cursor:pointer;transition:all .2s ease-out}.ScoringApp-cricket__scoring__current-over__menu__item:hover{background:var(--light-2)}.ScoringApp-cricket__scoring__current-over__header__items{display:flex;flex-direction:row;flex-grow:1;overflow-x:auto;height:100%;padding-top:8px;padding-bottom:8px;border-right:1px solid var(--light-3);border-left:1px solid var(--light-3);padding-left:12px}.ScoringApp-cricket__scoring__current-over__header__items__item{width:64px;background:#fff;border-radius:4px;margin-right:12px;overflow:auto;display:flex;flex-direction:column;flex-shrink:0}.ScoringApp-cricket__scoring__current-over__header__items__item.muted{background:var(--light-3)}.ScoringApp-cricket__scoring__current-over__header__items__item__tag{height:33.33%;font-size:6px;display:flex;align-items:center;justify-content:center;letter-spacing:.4px;font-weight:600;color:var(--dark-4)}.ScoringApp-cricket__scoring__current-over__header__items__item__run{display:flex;align-items:center;justify-content:center;flex-grow:1;font-weight:700;height:33.33%}.ScoringApp-cricket__scoring__current-over__header__items__item__wicket{height:33.33%;font-size:6px;display:flex;align-items:center;justify-content:center;letter-spacing:.4px;font-weight:600;color:var(--red-main)}.ScoringApp-cricket__scoring__current-over__header__options{flex-shrink:0}.ScoringApp-cricket__scoring__current-over__header__options__option{display:flex;flex-direction:row;align-items:center;justify-content:center;height:32px;padding-left:12px;padding-right:12px;border-radius:4px;background:var(--blue-darkest);color:#fff;font-weight:600;margin-right:12px;margin-left:12px}.ScoringApp-cricket__scoring__current-over__body{display:flex;flex-direction:row}.ScoringApp-cricket__scoring__current-over__body__section{display:flex;flex-direction:row;flex-wrap:wrap;border-right:1px solid var(--light-3)}.ScoringApp-cricket__scoring__current-over__body__section__item{height:56px;border-right:1px solid var(--light-2);border-bottom:1px solid var(--light-2);display:flex;align-items:center;justify-content:center;font-size:10px;font-family:var(--nhg-display);font-weight:600;color:var(--dark-3);cursor:pointer;transition:all .2s ease-out}.ScoringApp-cricket__scoring__current-over__body__section__item:hover{background:var(--light-3)}.ScoringApp-cricket__scoring__current-over__body__section__item.active{background:var(--blue-darker);color:#fff}.ScoringApp-cricket__scoring__stats-list{background:#fff;height:100%;border-radius:8px;display:flex;flex-direction:column;overflow:hidden}.ScoringApp-cricket__scoring__stats-list__header{height:24px;background:var(--blue-darker);display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:10px;color:#fff;font-weight:700;flex-shrink:0}.ScoringApp-cricket__scoring__stats-list__list,.ScoringApp-cricket__scoring__stats-list__section{flex-grow:1;display:flex;flex-direction:column;overflow:hidden}.ScoringApp-box-cricket__scoring__stats-list__section__title{height:24px;background:var(--blue-subtle);display:flex;flex-direction:row;align-items:center;font-size:10px;color:var(--blue-darker);font-weight:700;flex-shrink:0;padding-left:16px;padding-right:12px}.ScoringApp-box-cricket__scoring__stats-list__section__title__options{display:flex;flex-direction:row;align-items:center;margin-left:auto}.ScoringApp-box-cricket__scoring__stats-list__section__title__options.disabled{pointer-events:none;opacity:.4}.ScoringApp-box-cricket__scoring__stats-list__section__title__options__text{margin-right:8px}.ScoringApp-cricket__scoring__stats-list__section__items{flex-grow:1;overflow:auto}.ScoringApp-cricket__scoring__stats-list__section__items__item{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-2);height:40px}.ScoringApp-cricket__scoring__stats-list__section__items__item__label{font-size:16px;color:var(--light-4);padding-left:12px;padding-right:12px;border-right:1px solid var(--light-2);height:100%;display:flex;align-items:center;justify-content:center;width:56px}.ScoringApp-cricket__scoring__stats-list__section__items__item__text{margin-left:16px;font-size:10px;padding-right:12px}.ScoringApp-cricket__scoring__stats-list__section__items__item__runs{margin-left:auto;height:24px;min-width:24px;display:flex;align-items:center;justify-content:center;border-radius:2px;background:var(--blue-subtle);color:var(--blue-darker);font-weight:600}.ScoringApp-cricket__scoring__stats-list__section__items__item__edit{height:24px;width:24px;display:flex;align-items:center;justify-content:center;margin-left:12px;margin-right:12px;background:var(--orange-subtle);cursor:pointer}.ScoringApp-cricket__scoring__stats-list__section__items__item__edit__icon{height:14px;fill:var(--orange-darker)}.ScoringApp-cricket__scoring__overlay{position:absolute;height:100%;width:100%;top:0;left:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}.ScoringApp-cricket__scoring__stats-list__section__items__item__text__muted{font-weight:700;font-size:8px;color:var(--dark-4)}.ScoringApp-cricket__scoring__stats-list__edit-item__wrapper{background:var(--light-2);padding:8px}.ScoringApp-cricket__scoring__stats-list__edit-item{background:#fff}.ScoringApp-cricket__scoring__stats-list__edit-item__title{display:flex;flex-direction:row;align-items:center;padding:8px 8px 8px 12px;border-bottom:1px solid var(--light-2)}.ScoringApp-cricket__scoring__stats-list__edit-item__title__text{font-size:14px;font-weight:700;font-family:var(--nhg-display)}.ScoringApp-cricket__scoring__stats-list__edit-item__title__dismiss{cursor:pointer;margin-left:auto;height:16px;width:16px;display:flex;align-items:center;justify-content:center}.ScoringApp-cricket__scoring__stats-list__edit-item__title__dismiss__icon{stroke:var(--dark-4);height:16px}.ScoringApp-cricket__scoring__stats-list__edit-item__main__group{padding:12px 12px 0;display:flex;flex-direction:row;align-items:center}.ScoringApp-cricket__scoring__stats-list__edit-item__main__group__label{font-family:var(--nhg-display);color:var(--dark-3);margin-right:auto}.ScoringApp-cricket__scoring__stats-list__edit-item__main__group__value{display:flex;flex-direction:row;align-items:center}.ScoringApp-cricket__scoring__stats-list__edit-item__main__group__value__input{width:64px;border:1px solid var(--light-3);border-radius:4px}.ScoringApp-cricket__scoring__stats-list__edit-item__main__group__value__input:focus{outline:solid 1px var(--blue-main)}.ScoringApp-cricket__scoring__stats-list__edit-item__extras{margin-top:12px}.ScoringApp-cricket__scoring__stats-list__edit-item__extras,.ScoringApp-cricket__scoring__stats-list__edit-item__wickets{padding:12px;border-top:1px solid var(--light-2);display:flex;flex-direction:row;align-items:center}.ScoringApp-cricket__scoring__stats-list__edit-item__create-btn{font-size:10px;border:1px solid var(--blue-darkest);color:var(--blue-darkest);height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;padding-left:8px;padding-right:8px;transition:all .2s ease-out}.ScoringApp-cricket__scoring__stats-list__edit-item__create-btn:hover{background:var(--blue-darkest);color:#fff}.ScoringApp-cricket__scoring__stats-list__edit-item__tag{font-size:10px;border:1px solid var(--dark-1);color:var(--dark-1);height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;padding-left:8px;padding-right:2px;transition:all .2s ease-out;margin-right:12px}.ScoringApp-cricket__scoring__stats-list__edit-item__tag__icon{stroke:var(--dark-4);height:12px}.ScoringApp-cricket__scoring__stats-list__edit-item__tag:hover{border-color:var(--red-main);color:var(--red-main)}.ScoringApp-cricket__scoring__stats-list__edit-item__tag:hover .ScoringApp-cricket__scoring__stats-list__edit-item__tag__icon{stroke:var(--red-main)}.ScoringApp-cricket__scoring__stats-list__edit-item__add-extra-menu{display:flex;flex-direction:row;overflow:hidden}.ScoringApp-cricket__scoring__stats-list__edit-item__add-extra-menu__column:first-child{border-right:1px solid var(--light-2)}.ScoringApp-cricket__scoring__stats-list__edit-item__add-extra-menu__column__item{height:32px;border-bottom:1px solid var(--light-2);display:flex;flex-direction:row;align-items:center;padding-left:16px;padding-right:16px;cursor:pointer}.ScoringApp-cricket__scoring__stats-list__edit-item__add-extra-menu__column__item:hover{background:var(--light-2)}.ScoringApp-cricket__scoring__stats-list__edit-item__add-extra-menu__column__item.selected{background:var(--blue-darkest);color:#fff}.ScoringApp-cricket__scoring__stats-list__edit-item__add-extra-menu__column__item.disabled{opacity:.3;pointer-events:none}.ScoringApp-cricket__scoring__stats-list__edit-item__danger-zone{background:var(--red-subtle);display:flex;align-items:center;justify-content:center;height:32px;margin-top:16px;font-weight:700;color:var(--red-darker);cursor:pointer}.ScoringApp-cricket__scoring__modal-form{width:33%;height:80%;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;background:#fff}.ScoringApp-cricket__scoring__modal-form__title{height:32px;display:flex;flex-direction:row;align-items:center;background:var(--blue-darker);color:#fff;font-weight:600;padding-left:16px;padding-right:8px;flex-shrink:0}.ScoringApp-cricket__scoring__modal-form__title__dismiss{margin-left:auto;cursor:pointer}.ScoringApp-cricket__scoring__modal-form__tabs{display:flex;flex-direction:row;background:var(--blue-darkest);flex-shrink:0}.ScoringApp-cricket__scoring__modal-form__tabs__tab{width:50%;display:flex;align-items:center;justify-content:center;height:40px;cursor:pointer;color:var(--light-3);font-family:var(--nhg-display);border-bottom:2px solid transparent}.ScoringApp-cricket__scoring__modal-form__tabs__tab.active{font-weight:700;border-bottom-color:var(--green-main)}.ScoringApp-cricket__scoring__modal-form__list{flex-grow:1;overflow:auto}.ScoringApp-cricket__scoring__modal-form__list__item{padding:8px 16px;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--light-2);cursor:pointer;transition:all .2s ease-out}.ScoringApp-cricket__scoring__modal-form__list__item__img{height:32px;width:32px;background:var(--blue-subtle);border-radius:4px;margin-right:16px;overflow:hidden}.ScoringApp-cricket__scoring__modal-form__list__item__name__primary{font-weight:700}.ScoringApp-cricket__scoring__modal-form__list__item__name__secondary{color:var(--dark-4)}.ScoringApp-cricket__scoring__modal-form__list__item__num{margin-left:auto;position:relative;display:flex;align-items:center;justify-content:center;height:24px;width:24px;font-size:12px;color:var(--dark-4)}.ScoringApp-cricket__scoring__modal-form__list__item:hover{background:var(--light-2)}.ScoringApp-cricket__scoring__add-form__wrapper{background:var(--light-2);padding:8px}.ScoringApp-cricket__scoring__add-form{background:#fff}.ScoringApp-cricket__scoring__add-form__title{display:flex;flex-direction:row;align-items:center;padding:8px 8px 8px 12px;border-bottom:1px solid var(--light-2)}.ScoringApp-cricket__scoring__add-form__title__text{font-size:14px;font-weight:700;font-family:var(--nhg-display)}.ScoringApp-cricket__scoring__add-form__title__dismiss{cursor:pointer;margin-left:auto;height:16px;width:16px;display:flex;align-items:center;justify-content:center}.ScoringApp-cricket__scoring__add-form__title__dismiss__icon{stroke:var(--dark-4);height:16px}.ScoringApp-cricket__scoring__add-form__body{padding-bottom:12px}.ScoringApp-cricket__scoring__add-form__body__group{padding:12px 12px 0}.ScoringApp-cricket__scoring__add-form__body__group__label{font-family:var(--nhg-display);color:var(--dark-3);margin-right:auto;font-size:10px;margin-bottom:4px}.ScoringApp-cricket__scoring__add-form__body__group__input input{height:28px;border:1px solid var(--light-4);border-radius:4px;padding-left:8px;width:50%}.ScoringApp-cricket__scoring__add-form__body__group__input input:focus{outline:solid 1px var(--blue-darker)}.ScoringApp-cricket__scoring__add-ball-btn-wrapper{padding:12px}.ScoringApp-cricket__scoring__add-form__body__group__input__container{height:28px;border:1px solid var(--light-4);border-radius:4px;padding-left:8px;width:100%;display:flex;flex-direction:row;align-items:center;cursor:pointer}.ScoringApp-cricket__scoring__add-form__body__group__input__container__placeholder{color:var(--light-4)}.ScoringApp-cricket__scoring__add-form__body__group__input__container__dismiss{margin-left:auto;height:24px;width:24px;display:flex;align-items:center;justify-content:center}.ScoringApp-cricket__scoring__add-form__body__group__input__container__dismiss__icon{stroke:var(--red-main);height:14px}.ScoringApp-cricket__scoring__modal-form__error-msg{padding:16px;line-height:20px}.ScoringApp-cricket__scoring__modal-form__options{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:16px}.ScoringApp-cricket__scoring__modal-form__options__option{margin-left:16px}.ScoringApp-cricket__scoring__modal-form__options__option.cancel{background:var(--light-2);color:var(--dark-4)}.ScoringApp-cricket__scoring__status{height:20px;background:var(--blue-main);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0}.ScoringApp-cricket__scoring__status__edit{text-decoration:underline;cursor:pointer}.ScoringApp-cricket__scoring__status__edit__menu{overflow:hidden;margin-top:4px}.ScoringApp-cricket__scoring__status__edit__menu__item{padding:12px;border-bottom:1px solid var(--light-2);color:var(--dark-2);cursor:pointer;transition:all .2s ease-out}.ScoringApp-cricket__scoring__status__edit__menu__item:hover{background:var(--light-2)}.ScoringApp-cricket__scoring__modal-form__body__group{padding:16px 16px 0}.ScoringApp-cricket__scoring__modal-form__body__group__label{margin-bottom:4px;font-family:var(--nhg-display);font-size:10px}.ScoringApp-cricket__scoring__modal-form__body__group__input input{height:32px;box-shadow:var(--elevation-1);border:1px solid var(--light-3);border-radius:4px;padding-left:8px;width:100%;display:flex;flex-direction:row;align-items:center}.ScoringApp-cricket__scoring__modal-form__body__group__input input:focus{outline:solid 1px var(--blue-main)}.ScoringApp-cricket__scoring__modal-form__body__group__submit{padding:16px}.ScoringApp-cricket__scoring__modal-form__body__group__submit__btn{border:none;margin-top:8px;width:100%}.ScoringApp-football__publish__table__section-title{background:var(--blue-main);padding:4px 4px 4px 24px;font-size:10px;font-weight:700;color:var(--light-2);text-align:center}.ScoringApp-football__publish__table__header__seperator{padding-left:16px;padding-right:16px;font-weight:700;color:var(--light-2);font-size:16px}.ScoringApp-football__settings{height:100%;width:100%;overflow:hidden;display:flex;flex-direction:column}.ScoringApp-football__settings__grid{height:100%;width:100%;overflow:auto;display:grid;grid-template-columns:30% 70%}.ScoringApp-football__settings__grid__left-column{padding-left:16px;padding-right:16px}.ScoringApp-football__settings__grid__right-column{padding-top:16px;padding-right:16px}.ScoringApp-football__settings__period-settings{margin-top:16px;overflow:hidden}.ScoringApp-football__settings__period-settings__title{background:var(--blue-main);color:var(--light-2);font-weight:700;padding-left:16px;padding-top:8px;padding-bottom:8px}.ScoringApp-football__settings__period-settings__period{display:flex;flex-direction:row;align-items:center;padding:16px;border-bottom:1px solid var(--light-2)}.ScoringApp-football__settings__period-settings__period__order{width:32px}.ScoringApp-football__settings__period-settings__period__options{display:flex;flex-direction:row;margin-left:auto}.ScoringApp-football__settings__period-settings__period__options__option{margin-left:16px;height:24px;width:24px;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;background:none;border-radius:4px;border:none;transition:all .2s ease-out}.ScoringApp-football__settings__period-settings__period__options__option__icon{height:14px}.ScoringApp-football__settings__period-settings__period__options__option.edit{background:var(--orange-subtle)}.ScoringApp-football__settings__period-settings__period__options__option.delete{background:var(--red-subtle)}.ScoringApp-football__settings__period-settings__period__options__option.edit .ScoringApp-football__settings__period-settings__period__options__option__icon{fill:var(--orange-main)}.ScoringApp-football__settings__period-settings__period__options__option.delete .ScoringApp-football__settings__period-settings__period__options__option__icon{stroke:var(--red-main)}.ScoringApp-football__settings__period-settings__period__options__option.disabled{opacity:1%;pointer-events:none;cursor:default}.ScoringApp-football__settings__period-settings__body__add-period{padding-left:16px;color:var(--green-main);font-weight:700;cursor:pointer;height:40px;display:flex;flex-direction:row;align-items:center}.ScoringApp-football__settings__period-settings__form{display:flex;flex-direction:row;padding:16px}.ScoringApp-football__settings__period-settings__form__row{display:flex;flex-direction:row;align-items:center;width:100%}.ScoringApp-football__settings__period-settings__form__row__group{position:relative}.ScoringApp-football__settings__period-settings__form__row__group.text{flex-grow:1;margin-right:16px}.ScoringApp-football__settings__period-settings__form__row__group__label{position:absolute;top:-8px;left:4px;background:#fff;font-size:8px;color:var(--dark-4);padding:4px}.ScoringApp-football__settings__period-settings__form__row__group__input{height:32px;border:1px solid var(--light-3);padding-left:8px;font-size:12px;border-radius:4px;width:100%}.ScoringApp-football__settings__period-settings__form__row__group__input.duration{width:80px}.ScoringApp-football__settings__period-settings__form__row__options{display:flex;flex-direction:row;align-items:center;margin-left:auto}.ScoringApp-football__settings__period-settings__form__row__options__option{margin-left:16px;height:24px;width:24px;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;background:none;border-radius:4px;border:none;transition:all .2s ease-out;background:var(--light-2)}.ScoringApp-football__settings__period-settings__form__row__options__option.submit{background:var(--green-subtle)}.ScoringApp-football__settings__period-settings__form__row__options__option__icon{height:14px}.ScoringApp-football__settings__period-settings__form__row__options__option.submit .ScoringApp-football__settings__period-settings__form__row__options__option__icon{fill:var(--green-main)}.ScoringApp-football__settings__period-settings__form__row__options__option.cancel .ScoringApp-football__settings__period-settings__form__row__options__option__icon{stroke:var(--dark-4)}.ScoringApp-football__scoring{height:100%;width:100%;overflow:hidden;display:grid;grid-template-columns:24% 52% 24%;grid-template-rows:100%;background:var(--blue-darkest);position:relative}.ScoringApp-football__scoring__header{height:48px;width:100%;background:var(--blue-darker);color:#fff;font-weight:700}.ScoringApp-football__scoring__left-column,.ScoringApp-football__scoring__middle-column,.ScoringApp-football__scoring__right-column{height:100%;overflow:hidden;display:flex;flex-direction:column}.ScoringApp-football__scoring__header{flex-shrink:0}.ScoringApp-football__scoring__left-column .ScoringApp-football__scoring__header{display:flex;flex-direction:row;align-items:center;padding-left:16px}.ScoringApp-football__scoring__middle-column .ScoringApp-football__scoring__header{display:flex;flex-direction:row}.ScoringApp-football__scoring__header__team{display:flex;align-items:center;width:40%;padding-left:12px;padding-right:12px}.ScoringApp-football__scoring__header__team__img{height:32px;width:32px;border-radius:4px;background:var(--blue-subtle);overflow:hidden}.ScoringApp-football__scoring__header__team__name{margin-left:16px;margin-right:16px}.ScoringApp-football__scoring__header__team.away{flex-direction:row-reverse}.ScoringApp-football__scoring__header__score{width:20%;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:24px}.ScoringApp-football__scoring__header__score__seperator{margin-left:8px;margin-right:8px;padding-bottom:4px}.ScoringApp-football__scoring__right-column .ScoringApp-football__scoring__header{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding-right:16px}.ScoringApp-football__scoring__stat-types{flex-grow:1;overflow:auto;padding:12px;transition:all .2s ease-out;will-change:opacity}.ScoringApp-football__scoring__stat-types.hidden{opacity:0}.ScoringApp-football__scoring__stat-types__groups{border-radius:8px;overflow:hidden}.ScoringApp-football__scoring__stat-types__group__label{background:var(--blue-subtle);font-size:8px;font-family:var(--nhg-display);font-weight:600;color:var(--blue-darkest);height:18px;display:flex;align-items:center;justify-content:center;letter-spacing:1px}.ScoringApp-football__scoring__stat-types__group__types{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fff}.ScoringApp-football__scoring__stat-types__group__types__type{height:64px;display:flex;align-items:center;justify-content:center;padding:16px;text-align:center;font-size:10px;font-weight:600;font-family:var(--nhg-display);border-right:1px solid var(--light-2);border-bottom:1px solid var(--light-2);cursor:pointer;color:var(--dark-3);transition:all .2s ease-out}.ScoringApp-football__scoring__stat-types__group__types__type:hover{background:var(--light-3)}.ScoringApp-football__scoring__period{margin-top:12px;flex-grow:1;border-bottom-right-radius:0;border-bottom-left-radius:0;display:flex;flex-direction:column;overflow:hidden}.ScoringApp-football__scoring__period__header{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:12px;border-bottom:1px solid var(--light-2);flex-shrink:0;background:var(--blue-darker)}.ScoringApp-football__scoring__period__header__selected-period{display:flex;flex-direction:row;align-items:center;justify-content:center;height:32px;padding-left:12px;padding-right:4px;border-radius:4px;background:var(--blue-darkest);color:#fff;font-weight:600}.ScoringApp-football__scoring__period__header__selected-period__icon{fill:var(--light-4);height:16px}.ScoringApp-football__scoring__period__header__selected-period__menu{overflow:hidden}.ScoringApp-football__scoring__period__header__selected-period__menu__item{text-align:center;padding:8px 16px;border-bottom:1px solid var(--light-2);cursor:pointer}.ScoringApp-football__scoring__period__header__selected-period__menu__item:hover{background:var(--light-2)}.ScoringApp-football__scoring__period__header__timing{display:flex;flex-direction:row;align-items:center;margin-left:auto}.ScoringApp-football__scoring__period__header__timing__current{height:32px;display:flex;align-items:center;justify-content:center;background:var(--blue-darkest);border-radius:4px;margin-left:16px;color:#fff;font-weight:600}.ScoringApp-football__scoring__period__header__timing__current__option{height:32px;width:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.ScoringApp-football__scoring__period__header__timing__current__option__icon{height:14px;fill:var(--light-2)}.ScoringApp-football__scoring__period__header__timing__current__time{width:64px;display:flex;align-items:center;justify-content:center}.ScoringApp-football__scoring__period__header__timing__current__time__input{width:32px;border:none;height:20px;padding:0 0 0 8px;border-radius:2px;outline:none;background:var(--light-2);font-family:var(--nhg);font-size:12px}.ScoringApp-football__scoring__period__header__timing__current__time__input::-webkit-inner-spin-button,.ScoringApp-football__scoring__period__header__timing__current__time__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ScoringApp-football__scoring__period__header__timing__current__time__input[type=number]{-moz-appearance:textfield}.ScoringApp-football__scoring__period__header__timing__current__time__seperator{margin-left:8px;margin-right:8px;margin-bottom:2px}.ScoringApp-football__scoring__period__header__timing__opt{display:flex;flex-direction:row;align-items:center;color:#fff;font-weight:700;height:32px;background:var(--blue-darkest);border-radius:4px;padding-left:8px;padding-right:8px;margin-left:12px;cursor:pointer}.ScoringApp-football__scoring__period__header__timing__opt__icon{height:14px;fill:var(--light-2)}.ScoringApp-football__scoring__period__list{flex-grow:1;overflow:auto;background:var(--light-2);padding-bottom:40px}.ScoringApp-football__scoring__period__list__show-more{display:flex;flex-direction:row;justify-content:center;padding:40px}.ScoringApp-football__scoring__period__list__show-more__btn{cursor:pointer;font-weight:600;color:var(--blue-darkest);background:var(--blue-subtle);height:32px;padding-left:12px;padding-right:12px;display:flex;align-items:center;justify-content:center;border-radius:4px}.ScoringApp-football__scoring__period__list__item{margin-top:16px;display:grid;grid-template-columns:45% 1fr 45%;grid-column-gap:16px}.ScoringApp-football__scoring__period__list__item__section{display:flex;flex-direction:row}.ScoringApp-football__scoring__period__list__item__section__options{margin-right:8px;margin-left:8px}.ScoringApp-football__scoring__period__list__item__section__options__option{height:36px;width:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.ScoringApp-football__scoring__period__list__item__section__statements{flex-grow:1;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff;padding-left:8px;padding-right:8px}.ScoringApp-football__scoring__period__list__item__section__timestamp{background:var(--blue-subtle);display:flex;align-items:center;justify-content:center;border-radius:8px;height:36px;font-weight:700;color:var(--blue-darkest)}.ScoringApp-football__scoring__period__list__item__section__statements__statement{height:36px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--dark-2)}.ScoringApp-football__scoring__period__list__item__section__statements__statement .bold{font-weight:700}.ScoringApp-football__scoring__overlay{position:absolute;height:100%;width:100%;top:0;left:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}.ScoringApp-badminton__scoring__current-set__body{height:100%;display:flex;flex-direction:row}.ScoringApp-badminton__scoring__current-set__body__section{height:100%;width:50%;display:flex;flex-direction:column;flex-shrink:0}.ScoringApp-badminton__scoring__current-set__body__section.home{border-right:1px dashed var(--light-3)}.ScoringApp-badminton__scoring__current-set__body__section__header{display:flex;flex-direction:row;padding:16px;flex-shrink:0}.ScoringApp-badminton__scoring__current-set__body__section.away .ScoringApp-badminton__scoring__current-set__body__section__header{justify-content:flex-start;flex-direction:row-reverse}.ScoringApp-badminton__scoring__current-set__body__section__header__img{height:54px;width:54px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--blue-subtle)}.ScoringApp-badminton__scoring__current-set__body__section__header__desc{padding-left:12px;padding-right:12px;display:flex;flex-direction:column}.ScoringApp-badminton__scoring__current-set__body__section__header__desc__name{font-size:16px;font-weight:700}.ScoringApp-badminton__scoring__current-set__body__section__header__desc__server{margin-top:8px;height:24px;padding-left:8px;padding-right:8px;border-radius:4px;border:1px solid var(--light-3);color:var(--light-4);display:flex;align-items:center;justify-content:center;cursor:pointer;width:64px}.ScoringApp-badminton__scoring__current-set__body__section__header__desc__server.selected{border-color:var(--red-lighter);background:var(--red-lighter);color:var(--light-2);font-weight:600}.ScoringApp-badminton__scoring__current-set__body__section.away .ScoringApp-badminton__scoring__current-set__body__section__header__desc{align-items:flex-end}.ScoringApp-badminton__scoring__current-set__body__section__score{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;padding-bottom:40px}.ScoringApp-badminton__scoring__current-set__body__section__score__action{height:40px;width:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer}.ScoringApp-badminton__scoring__current-set__body__section__score__action .icon{stroke:var(--dark-4);height:24px}.ScoringApp-badminton__scoring__current-set__body__section__score__action:hover{background:var(--light-2)}.ScoringApp-badminton__scoring__current-set__body__section__score__value{font-family:var(--din);font-size:80px;margin-top:32px;margin-bottom:32px}.ScoringApp-badminton__scoring__box-score{display:flex;flex-direction:row;background:#fff;border-radius:8px;margin-top:12px;overflow:hidden}.ScoringApp-badminton__scoring__box-score__column__header{height:32px;background:var(--blue-darker);padding-left:12px;padding-right:12px;display:flex;flex-direction:row;align-items:center;color:#fff;font-weight:600}.ScoringApp-badminton__scoring__box-score__column__row{height:48px;display:flex;flex-direction:row;align-items:center;padding-left:12px;padding-right:12px;min-width:80px;border-bottom:1px solid var(--light-2)}.ScoringApp-badminton__scoring__box-score__column__row__img{height:24px;width:24px;background:var(--blue-subtle);border-radius:4px;overflow:hidden;margin-right:8px}.ScoringApp-badminton__scoring__stats-list__list__item{background:#fff;margin-bottom:12px}.ScoringApp-badminton__scoring__stats-list__list__item__order{font-weight:600;padding:8px 12px;display:flex;flex-direction:row;align-items:center}.ScoringApp-badminton__scoring__stats-list__list__item__order__text{flex-grow:1}.ScoringApp-badminton__scoring__stats-list__list__item__order__delete{cursor:pointer}.ScoringApp-badminton__scoring__stats-list__list__item__order__delete .icon{stroke:var(--red-lighter);height:12px}.ScoringApp-badminton__scoring__stats-list__list__item__body{border-top:1px solid var(--light-2);border-bottom:1px solid var(--light-2)}.ScoringApp-badminton__scoring__stats-list__list__item__body__statement{padding:12px 12px 0;display:flex;flex-direction:row}.ScoringApp-badminton__scoring__stats-list__list__item__body__statement__text{flex-grow:1}.ScoringApp-badminton__scoring__stats-list__list__item__body__statement__switch{cursor:pointer}.ScoringApp-badminton__scoring__stats-list__list__item__body__statement__switch .icon{fill:var(--light-4);height:16px}.ScoringApp-badminton__scoring__stats-list__list__item__body__statement .bold{font-weight:600}.ScoringApp-badminton__scoring__stats-list__list__item__body__relations__relation{border:1px solid var(--light-3);border-radius:4px;margin:12px;padding:8px;display:flex;flex-direction:row;align-items:center}.ScoringApp-badminton__scoring__stats-list__list__item__body__relations__relation__text{flex-grow:1}.ScoringApp-badminton__scoring__stats-list__list__item__body__relations__relation__option{cursor:pointer}.ScoringApp-badminton__scoring__stats-list__list__item__body__relations__relation__option .icon{stroke:var(--red-lighter);height:14px}.ScoringApp-badminton__scoring__stats-list__list__item__body__options{display:flex;flex-direction:row;padding-left:12px;padding-right:12px;padding-bottom:12px}.ScoringApp-badminton__scoring__stats-list__list__item__body__options__option{height:24px;border-radius:4px;border:1px solid var(--light-3);display:flex;flex-direction:row;align-items:center;font-size:10px;padding-right:8px;margin-right:12px;color:var(--light-4);cursor:pointer;margin-top:12px}.ScoringApp-badminton__scoring__stats-list__list__item__body__options__option .icon{stroke:var(--light-4);height:12px}.ScoringApp-badminton__scoring__stats-list__list__item__body__options__option:hover{background:var(--blue-main);color:var(--light-2)}.ScoringApp-badminton__scoring__stats-list__list__item__body__options__option:hover .icon{stroke:var(--light-2)}.ScoringApp-badminton__scoring__stats-list__list__item__server{color:var(--dark-4);padding:8px 12px;display:flex;flex-direction:row}.ScoringApp-badminton__scoring__stats-list__list__item__server__text{flex-grow:1}.ScoringApp-badminton__scoring__stats-list__list__item__server__switch{cursor:pointer}.ScoringApp-badminton__scoring__stats-list__list__item__server__switch .icon{height:16px;fill:var(--light-4)}.ScoringApp-badminton__publish__confirm{overflow:hidden}.ScoringApp-badminton__publish__confirm__form__header{height:32px;background:var(--blue-darker);display:flex;flex-direction:row;align-items:center;font-weight:600;color:var(--light-2);font-family:var(--nhg-display);padding-left:16px;padding-right:16px}.ScoringApp-badminton__publish__confirm__form__text{padding-left:16px;padding-right:16px}.ScoringApp-badminton__publish__confirm__form__options{padding:16px}
/*# sourceMappingURL=main.86e117f0.chunk.css.map */