body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#f5f5f5;background-image:linear-gradient(180deg,#fffc 0,#fffc),url(/static/media/pozadi_stopy_h.184cef6e227ba914cf2e.png);background-repeat:repeat;background-size:180px 180px;color:#333;flex-direction:column;min-height:100vh}.App,.message{align-items:center;display:flex}.message{border:1px solid;border-radius:1rem;flex-direction:row;margin:5px 5px 2rem;padding:8px 1rem}.message.error{background-color:#ffcccb;border-color:#e74c3c;box-shadow:0 0 10px 5px #ffcccb;color:#400}.message.success{background-color:#d8ffcb;border-color:#53e73c;box-shadow:0 0 10px 5px #d8ffcb;color:#134400}.message__icon{margin-right:1rem}.footer{align-items:center;background-color:#ffdab9;display:flex;flex-wrap:wrap;height:3rem;justify-content:center;opacity:.9;width:100%}.footer a{color:green!important;text-decoration:none}.footer__item{align-items:center;color:#bd6e24;display:flex;flex-direction:row;padding:0 1rem}.footer__item__icon{padding-right:10px}@media only screen and (max-width:600px){.footer{height:5rem}}@media only screen and (max-width:450px){.footer{height:7rem}}.text_input{display:flex;flex-direction:row;margin-bottom:16px}.text_input__label{align-items:center;display:flex;font-weight:500;margin-bottom:8px;padding-right:10px;width:15rem}.text_input__label__required{color:#e74c3c;margin-left:4px}.text_input__input{display:flex;flex-direction:column;position:relative;width:100%}.text_input__input__text{align-items:center;border:1px solid #ffdab9;border-radius:8px;display:flex;max-width:25rem;padding:12px 16px;transition:border-color .3s,box-shadow .3s}.text_input__input__text:focus-within{border-color:#cf8746;box-shadow:0 0 8px #cf874633}.text_input__input__text__input,.text_input__input__text__textarea{background:#0000;border:none;flex:1 1;font-size:14px;outline:none}.text_input__input__text__input::placeholder,.text_input__input__text__textarea::placeholder{color:#999}.text_input__input__text__textarea{height:7rem}.text_input__input__text.invalid{border-color:#e74c3c!important}.text_input__input__text__error{color:#e74c3c;font-size:12px;margin-top:4px}@media only screen and (max-width:600px){.text_input{flex-direction:column}}.button{display:flex;justify-content:center;padding:1rem 0;width:100%}.button.secondary{justify-content:flex-start}.button__button{align-items:center;background-color:#f7c190;border:none;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;font-size:16px;padding:15px 25px;transition:background-color .3s,box-shadow .3s}.button__button__icon{color:#bd6e24;margin-right:-5px;padding-left:10px}.button__button:hover{background-color:#cf8746}.button__button:disabled{background-color:#ffdab9;cursor:not-allowed}.button__button.secondary{background-color:#ffeede;border:1px solid #cf8746;padding:10px 25px}.button__button.secondary:hover{background-color:#f7c190}.checkbox{cursor:pointer;display:block;margin-bottom:12px;padding-left:35px;position:relative;-webkit-user-select:none;user-select:none}.checkbox__input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkbox__checkmark{background-color:#ffeede;height:20px;left:0;position:absolute;top:0;width:20px}.checkbox__checkmark:after{content:"";display:none;position:absolute}.checkbox:hover input+.checkbox__checkmark{background-color:#ffdab9}.checkbox__input:checked+.checkbox__checkmark{background-color:#bd6e24}.checkbox__input:checked+.checkbox__checkmark:after{display:block}.checkbox__checkmark:after{border:solid #ffeede;border-width:0 3px 3px 0;height:10px;left:6px;top:2px;transform:rotate(45deg);width:5px}.forum_message{border:1px solid #ffdab9;border-radius:1rem;box-shadow:0 0 10px 5px #ffeede;margin:1rem 0;width:100%}.forum_message__headline{border-bottom:1px solid #f7c190;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:1rem 0;width:100%}.forum_message__headline__name{color:#bd6e24;font-weight:500;padding:0 1rem}.forum_message__headline__author,.forum_message__headline__date{color:#bd6e24;padding:0 1rem}.forum_message__message{padding:0 1rem 1rem}.header{align-items:center;background-color:#ffdab9;display:flex;height:3rem;justify-content:space-between;opacity:.9;position:sticky;top:0;width:100vw;z-index:10}.header .header__logo{cursor:pointer;height:2rem;padding-left:2rem}.header .header__logo img{max-height:100%}.header .header__big_menu,.header .header__login{display:flex;flex-direction:row;height:100%}.header .header__login{align-items:center;font-size:larger;margin-right:1rem;padding:0 10px}.header .header__login .header__login__icon{color:#cf8746}.header .header__login .header__login__text{padding-left:5px}.header .header__login:hover{background-color:#f7c190;cursor:pointer}.header .header__hamburger{cursor:pointer;display:none;flex-direction:column;height:35px;justify-content:space-around;margin-right:2rem}.header .header__hamburger.open .header__hamburger__second{opacity:0}.header .header__hamburger.open .header__hamburger__first{transform:rotate(45deg);transform-origin:left}.header .header__hamburger.open .header__hamburger__third{transform:rotate(-45deg);transform-origin:left}.header .header__hamburger span{background-color:#cf8746;height:3px;margin:2px 0;width:33px}.small_menu{background-color:#ffdab9;display:flex;flex-direction:column;opacity:.9;position:sticky;top:3rem;width:100%;z-index:10}.small_menu .menu_item{text-align:center;width:100%}@media only screen and (min-width:600px){.header__big_menu,.header__login{display:flex!important}.header__hamburger,.small_menu{display:none!important}}@media only screen and (max-width:600px){.header__big_menu,.header__login{display:none!important}.header__hamburger,.small_menu{display:flex!important}}.menu_item{align-items:center;display:flex;flex-direction:row;font-size:larger;height:100%;justify-content:center;padding:0 10px}.menu_item:hover{background-color:#f7c190;cursor:pointer}.menu_item__icon{color:#cf8746;padding-right:5px}.menu_item__text{padding:3px 0}.modal{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:100}.modal .modal__background{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#96969680;height:100%;left:0;position:absolute;top:0;width:100%}.modal .modal__box{background-color:#fafafa;border-color:#ffdab9;border-radius:1rem;border-style:solid;box-shadow:0 0 15px 10px #ffeede;height:fit-content;position:relative;z-index:101}.modal .modal__box .modal__box__headline{align-items:center;background-color:#ffdab9;border-radius:.5rem .5rem 0 0;display:flex;flex-direction:row;font-size:larger;justify-content:space-between;padding:10px 1rem}.modal .modal__box .modal__box__headline .modal__box__headline__close{color:#cf8746}.modal .modal__box .modal__box__headline .modal__box__headline__close:hover{color:#bd6e24;cursor:pointer}.modal .modal__box__body{padding:1rem}@media only screen and (min-width:600px){.modal__box{width:500px}}@media only screen and (max-width:600px){.modal__box{width:90%}}.href{cursor:pointer}.user__modal__background{display:flex;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:100}.user__modal__box{background-color:#ffdab9;display:flex;flex-direction:column;position:absolute;right:0;top:3rem;width:15rem;z-index:101}.loading__spinner{display:flex;justify-content:center;padding-top:1rem;width:100%}.headline h1{color:#9b8b7d;text-align:center;width:100%}.paragraph{padding-bottom:10px;text-align:justify}.paragraph__centered{display:flex;justify-content:center}.paragraph strong{color:#bd6e24;font-weight:500}.spacer{height:2rem}li::marker{color:#9b8b7d}.select{align-items:center;display:flex;flex-direction:row}.select__select{border:1px solid #ffdab9;border-radius:8px;margin-left:1rem;max-width:25rem;min-width:15rem;padding:12px 16px;transition:border-color .3s,box-shadow .3s}.rating{align-items:center;display:flex;flex-direction:row;margin-top:-1rem}.rating__stars{margin-right:10px}.rating__label{font-size:smaller;margin-bottom:1rem}.admin_team{align-items:center;display:flex;flex-direction:row;padding:5px 0}.admin_team__payment{cursor:pointer;padding-right:10px}.admin_team__payment div{display:flex;flex-direction:row}.admin_team__payment__remove{color:#e74c3c}.admin_team__payment__add{color:#53e73c}.admin_team__unregister{color:#400;cursor:pointer;padding-right:10px}.admin_team__register{color:#134400;cursor:pointer;padding-right:10px}.admin_team__name{padding-left:10px}.admin_team__websystem{cursor:pointer;margin-left:10px}.player__headline{align-items:center;display:flex}.player__headline__icon{cursor:pointer;padding-left:10px}.qrCode{padding:1rem;text-align:center;width:100%}.help{align-content:center;margin:5px 0}.help .hidden{cursor:pointer;padding:10px 30px}.help .hidden,.help .visible{background-color:#ffeede;border-radius:10px;text-align:justify}.help .visible{box-shadow:0 3px 7px #ffc81480;padding:10px 20px}.cypher{display:flex;flex-direction:column;flex-wrap:wrap}.cypher .cypher__pdf{justify-content:center;margin-bottom:1rem;width:100%}.cypher .cypher__detail{display:flex;flex-direction:column;width:100%}.cypher .cypher__detail__helps{margin:1rem 0}.sub_menu{display:flex;flex-direction:row;justify-content:center}.sub_menu__item{color:#bd6e24;cursor:pointer;font-size:larger;font-weight:400;padding:0 1rem}.sub_menu__item.selected{color:#f7c190}.sub_menu__item:hover{font-weight:600}.history_menu .mobile_only{display:flex}.history_menu .pc_only{display:none}@media only screen and (min-width:800px){.history_menu .mobile_only{display:none}.history_menu .pc_only{display:flex}}.teams_contacts__team{margin-bottom:1rem}.teams_contacts__team__name{color:#bd6e24;display:flex;flex-direction:row;font-size:larger;font-weight:500}.teams_contacts__team__name__badge{color:#f7c190;padding-right:5px}.teams_contacts__team__emails{display:flex;flex-direction:row}.teams_contacts__team__emails__email{margin-right:10px}.admin_team_list_csv{cursor:pointer;font-size:larger}.admin_team_list_csv:hover{color:#bd6e24}.admin_team_list_csv svg{color:#bd6e24;margin-right:3px}.passwords__team_name{color:#bd6e24;cursor:pointer;font-size:larger;font-weight:500;margin:5px 0}.page_and_news{display:flex}.page{background-color:#fafafa;border-radius:1rem;box-sizing:border-box;min-height:86vh;padding:1rem 2rem}.page.no-min-height{min-height:auto}.page.widther{width:100%}.news_boxes__box{background-color:#fafafa;border-color:#ffdab9;border-radius:1rem;border-style:solid;box-shadow:0 0 15px 10px #ffeede;margin:1rem;max-height:85vh;padding:1rem;width:300px}.news_boxes__box.scroll{overflow-y:scroll}.href{color:#bd6e24;text-decoration:underline}.hrefhover{cursor:pointer}.href .icon{vertical-align:bottom}@media only screen and (min-width:600px){.page{border-color:#ffdab9;border-style:solid;box-shadow:0 0 15px 10px #ffeede;margin:1rem;width:80vw}}@media only screen and (min-width:1200px){.page{width:1000px}}@media only screen and (max-width:600px){.page{width:100vw}}@media only screen and (max-width:1500px){.news_boxes{display:none}}.forum_messages{display:flex;flex-direction:column}.statsContainer{display:flex;justify-content:center;margin-top:1rem}.stats{display:flex;flex-direction:column;max-height:75vh;max-width:100vw;overflow:scroll}.stats .stats__container{width:max-content}.stats .stats__first_row{background-color:#ffeede;position:sticky;top:0;z-index:1}.stats .stats__first_row,.stats .stats__row{border-bottom:1px solid #f7c190;display:flex;flex-direction:row;padding:5px 0}.stats .stats__row:nth-child(odd){background-color:#ffeede}.stats .stats__collumn_order{padding-left:10px;width:40px}.stats .stats__collumn_order.surrended{background-color:#f7c190}.stats .stats__collumn_team{overflow:hidden;width:200px}.stats .stats__collumn_team.surrended{background-color:#f7c190}.stats .stats__collumn_cypher_time{display:flex;justify-content:center;position:relative;width:55px}.stats .stats__collumn_time{display:flex;justify-content:center;width:100px}.help_normal{background-color:#1e90ff}.help_instructions{background-color:#8a2be2}.help_absolute{background-color:#cd5c5c}.help_mini{background-color:#bdb76b}.stats__collumn_cypher_time:active .tooltip,.stats__collumn_cypher_time:hover .tooltip{display:block}.tooltip{background-color:#555;border-radius:5px;color:#ffeede;display:none;left:50%;padding:5px;pointer-events:none;position:absolute;top:20px;transform:translateX(-50%);white-space:nowrap;z-index:1}@media only screen and (max-width:600px){.tooltip{font-size:12px;top:20px}}.mobile_only{display:flex}@media only screen and (min-width:1501px){.mobile_only{display:none}}.bigLink{align-items:flex-end;color:#bd6e24;display:flex;font-size:larger;font-weight:600;justify-content:center;width:100%}.bigLink:hover{cursor:pointer}.info{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;width:100%}.info .info__box{align-items:center;display:flex;flex-direction:column;margin:10px 20px}.info .info__box__icon{color:#f7c190;margin:10px}@media only screen and (min-width:1501px){.news_in_page{display:none}}.disclaimer{color:#400;font-size:smaller}.payment__yes{color:#53e73c;font-weight:600}.payment__no{color:#e74c3c;font-weight:600}.payment_section{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}@media only screen and (max-width:600px){.payment_section__qr{display:flex;flex:1 1 50%}}.teams_list,.teams_list__team{display:flex;flex-direction:column}.teams_list__team{padding-bottom:1rem}.teams_list__team__name{color:#bd6e24;display:flex;flex-direction:row;font-size:larger;font-weight:500}.teams_list__team__name__badge{color:#f7c190;padding-right:5px}.teams_list__team__players{display:flex;flex-direction:row;flex-wrap:wrap}.teams_list__team__players__player{padding-right:5px}
/*# sourceMappingURL=main.2f0ed6b5.css.map*/