@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);body{margin:0;font-family:-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}.gameElement{display:flex;flex-direction:column;align-items:center;margin:0;-webkit-transition:.2s;transition:.2s}p#time{margin:0}.btn-back{align-self:flex-start;font-size:50px}.btn-back:hover{color:red;-webkit-transition:.2s;transition:.2s}section.game{width:100%;display:flex;align-items:center;flex-direction:column}section h1{border-bottom:2px solid #1f1f1f;padding:10px;font-size:40px;margin:0;text-align:center}.players{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.players-item{cursor:pointer;background-color:#fff;text-align:center;border:2px dashed #7d7d7d;border-radius:20px;padding:10px;width:20%;margin:15px;min-width:200px;font-size:25px}.players-item p{display:flex;flex-direction:column;margin:0}.players-item.game p{display:inline;margin:0}.game .players-item{margin:20px 10px;display:inline-block}.players__add-player{padding:10px;border:none;font-weight:700;width:50px;border-radius:10px;height:50px}.game__start,.players__add-player{background-color:#6558f5;color:#fff;font-size:30px}.game__start{padding:10px 30px;text-decoration:none;border-radius:20px;text-transform:uppercase}.col{width:100%;display:flex;flex-direction:row;justify-content:space-around}.timers{display:flex;flex-direction:column;align-items:center}button{margin:5px;padding:15px;border:none;border-radius:10px;color:#fff;font-weight:700;font-size:15px}button.orange{background-color:#e8833a}button.red{background-color:#d3455b}button.purple{background-color:#6558f5}button.green{background-color:#207868}button.gray{background-color:hsla(0,0%,80%,.54);color:#000}button.yellow{background-color:#f1c40f;color:#000}.leadName{margin:0}.leadName span{color:red}button:hover{cursor:pointer;-webkit-transition:.2s;transition:.2s;-webkit-filter:saturate(.4);filter:saturate(.4)}.timers i{font-size:150px}.footerBlock{width:100%;justify-content:space-around}.checks,.footerBlock{display:flex;flex-direction:row}.checks{justify-content:space-between;text-align:center;align-items:center;border:2px solid #1f1f1f}.checks p{margin:5px}.checks div{height:100%;border-right:2px solid #1f1f1f;display:flex;flex-direction:column}.btns-End{display:flex;flex-direction:row;max-height:70px}.player.disabled,.players-item.disabled{color:#bfbfbf;cursor:auto}.player{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.player.danger{color:#b71c1c}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number],input[type=number]:focus,input[type=number]:hover{-moz-appearance:textfield}.modal-wrapper__setPlayers{position:fixed;background:#fff;border:1px solid #d0cccc;box-shadow:0 5px 8px 0 rgba(0,0,0,.2),0 7px 20px 0 rgba(0,0,0,.17);color:#000;-webkit-transition:all .8s;transition:all .8s;width:60%;left:17%;top:100px;cursor:auto}.modal-wrapper__setPlayers .modal-header{background:#263238;height:40px;line-height:40px;padding:5px 20px;text-align:right}.modal-wrapper__setPlayers .modal-header h3{color:#fff;float:left;margin:0;padding:0}.modal-wrapper__setPlayers .modal-body{padding:10px 15px;text-align:center;display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:90%}.modal-wrapper__setPlayers .modal-footer{background:#263238;height:35px;padding:15px}.modal-wrapper__setPlayers .close-modal-btn{color:#fff;cursor:pointer;float:right;font-size:40px;margin:0;-webkit-transition:.3s;transition:.3s}.modal-wrapper__setPlayers .close-modal-btn:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.btn-continue,.modal-wrapper__setPlayers .btn-cancel{background:coral;border:none;color:#fff;cursor:pointer;font-weight:700;outline:none;padding:10px}.modal-wrapper__setPlayers .btn-cancel{background-color:#b71c1c;float:left}.modal-wrapper__setPlayers .btn-continue{background-color:#1b5e20;float:right}.modal-wrapper__setPlayers .back-drop{background-color:rgba(48,49,48,.42);height:100%;position:fixed;-webkit-transition:all 1.3s;transition:all 1.3s;width:100%;left:0;top:0}.modal-wrapper__setPlayers .open-modal-btn{margin:15px;padding:10px;font-weight:700}.modal-wrapper__setPlayers form{align-items:center;justify-content:center;display:flex;flex-direction:column}.modal-wrapper__setPlayers form label{margin:10px;width:50%;display:flex;justify-content:space-between}.modal-wrapper__setPlayers button,.modal-wrapper__setPlayers input,.modal-wrapper__setPlayers select{width:200px;margin-top:20px}.modal-wrapper__setPlayers button{background-color:#207868}.modal-wrapper__setPlayers button.disab{cursor:default;background-color:#9c9e9d}.modal-wrapper__setPlayers form .btns{width:100%;display:flex;flex-direction:row-reverse;justify-content:space-between}.radio_buttons{max-height:400px;overflow:auto;width:100%}.radio_buttons div{min-width:250px;display:flex;flex-direction:row;justify-content:space-between}.radio_buttons input{width:13px}.radio_buttons input:checked+label{color:#b71c1c}.radio_buttons input[type=radio]:checked~*{background:pink!important}.addNewPlayerForm{display:flex;justify-content:center;width:100%}.addNewPlayerForm form{width:100%}.addNewPlayerForm label{display:block;margin:10px;width:100%}.addNewPlayerForm label.col{display:flex;justify-content:space-between}.addNewPlayerForm label.col .divGender,.addNewPlayerForm label.gender{display:flex;flex-direction:row}.addNewPlayerForm label.gender{margin:0;width:100px}.addNewPlayerForm label.gender input{margin-top:15px}.addNewPlayerForm input{margin:0 0 0 10px}.TabsHead{display:flex}.TabsHead h6{margin:0 0 0 10px;padding-bottom:5px;cursor:pointer;-webkit-transition:.2s;transition:.2s;border-bottom:3px solid #fff}.TabsHead h6.active{border-color:#b71c1c;color:#b71c1c}.TabsHead h6.active:hover{border-color:#8a1818;color:#8a1818}.TabsHead h6:hover{color:#7d7d7d;border-color:#7d7d7d}@media screen and (max-width:470px){.modal-wrapper__setPlayers{width:100%;left:0;top:0;max-height:100vh;height:100%}}.modal-wrapper{position:absolute;background-color:#f1f1f1;min-width:160px;z-index:1;border:2px solid #b74d82;border-radius:10px}.modal-wrapper.court{position:fixed;width:60%;left:17%;top:100px;z-index:1}.modal-wrapper.court h2{text-align:center}.modal-wrapper.court input{margin:0 15px}.errorMessage,.modal-wrapper.court .errorMessage{color:red;font-weight:700;text-align:center}.modal-wrapper.court .resultMessage{color:green;font-weight:700;text-align:center}.back-drop{background-color:rgba(48,49,48,.09);height:100%;position:fixed;-webkit-transition:all 1.3s;transition:all 1.3s;width:100%;left:0;top:0}.modal button{border-radius:10px;font-size:18px;color:#fff}.modal form{text-align:center}.modal button.foul{background-color:#d3455b}.modal button.voting{background-color:#e8833a}.modal button.del{background-color:#4b5c6b}.modal button.checkDon{background-color:#a64042}.modal button.checkSheriff{background-color:#2092c2}.isVoting{color:#e8833a}span.time{font-size:60px}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.modal input{padding:10px;width:15px}.player i.iRole{font-size:40px;display:inline-block}.players-item p span{margin-left:10px;font-weight:700}.ResultGame{width:100%}li.disabledPlayer{color:#7d7d7d}.ResultGame h1,.ResultGame h2,.ResultGame h3,.ResultGame li,.ResultGame p,.ResultGame time{font-family:"Montserrat",sans-serif;margin:0}.ResultGame .header{display:flex;flex-direction:row;justify-content:space-around;border-bottom:4px solid grey}.ResultGame .result-name{display:flex;flex-direction:column;justify-content:center;font-size:30px}.ResultGame .content{display:flex;justify-content:space-around}.ResultGame .column_one{display:flex;font-size:50px}.ResultGame .column_one li{display:flex;justify-content:space-between}.ResultGame .column_one li input{width:60px;height:40px;border:1px solid #ccc;color:#fff;text-align:center;font-size:30px}.ResultGame .column_one li .Inputs{display:flex;margin:0 10px}.ResultGame .column_one li .Inputs p{font-size:30px}.ResultGame .column_one li .plus input{background-color:#1aae9f}.ResultGame .column_one li .minus input{background-color:#d3455b}.ResultGame .column_one li .minus{margin-left:15px}.ResultGame .column_one li div.Inputs{margin-top:-10px}.ResultGame ul{list-style-type:none;counter-reset:item;margin:0}.ResultGame ol li i{margin-left:10px}.ResultGame .player{padding:10px 10px 1px 0}.ResultGame .column_second{margin-top:15px;font-size:25px}.ResultGame .timer{margin-bottom:15px}.ResultGame .lead,.ResultGame .timer{padding-bottom:5px;border-bottom:1px solid grey}.ResultGame .lead h3{text-align:center}.ResultGame .timer h3{display:flex;flex-direction:row;justify-content:space-around}.ResultGame div.checkTable{font-family:Arial,Helvetica,sans-serif;width:100%;height:200px;text-align:center;border-collapse:collapse}.divTable.checkTable .divTableHead,.ResultGame .divTable.checkTable .divTableCell{border:1px solid #bababa;padding:7px 4px}.divTable.checkTable .divTableHeading{border-bottom:0 solid #444}.divTable.checkTable .divTableHeading .divTableHead{font-weight:700;text-align:center}.divTable{display:table}.divTableRow{display:table-row}.divTableCell,.divTableHead{display:table-cell}.divTableHeading{display:table-header-group}.divTableFoot{display:table-footer-group}.divTableBody{display:table-row-group}.features-game{border-bottom:1px solid grey}.best__act,.features-game{padding-top:15px}.best__act div{border:1px solid #1f1f1f}.gold__act{background-color:#fbe192}.first__blood{background-color:#d6b1b1}.black__checks{background-color:#c4bdaf}.head{padding:5px 0 5px 10px}.head1{padding:5px 80px 5px 40px;display:flex;flex-direction:row;justify-content:space-around}@media (max-width:800px){.content{flex-direction:column}.column_one{justify-content:center}.ResultGame .header img{display:none}}@media screen and (max-width:725px){.content{margin:5px 25px}.result-name{font-size:25px}}@media screen and (max-width:610px){.logo{display:none}.column_one{font-size:30px}}@media (max-width:414px){.column_one{font-size:30px;margin-left:20%}.result-name{font-size:20px}.result_two{padding-left:125px}}.MainPage header{background:url(/static/media/mafia.c681bb29.png) no-repeat 50% fixed;background-size:cover;width:100%;height:100%}.MainPage a{font-family:"Montserrat",sans-serif;text-decoration:none}.MainPage nav{position:-webkit-sticky;position:sticky;top:0}.MainPage ul{background-color:rgba(245,245,243,.8);display:flex;flex-direction:row;justify-content:space-around}.MainPage li{font-size:22px;padding:7px 0;font-family:"Montserrat",sans-serif!important;display:inline-block}.MainPage.header__nav ul{display:flex;flex-direction:row;justify-content:space-between;margin:0;align-items:center;position:-webkit-sticky;position:sticky;top:0}.MainPage a.nav{text-decoration:none;color:#000;margin-left:20px}.MainPage a.head__button__login{font-size:15px;display:inline-block;width:5em;height:2em;line-height:2em;vertical-align:middle;text-align:center;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#000;outline:none;border:1px solid rgba(0,0,0,.4);border-top-color:rgba(0,0,0,.3);border-radius:10pt;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f0f0f0));background:linear-gradient(#fff,#f0f0f0);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.MainPage a.head__button__login:hover{background:#f0f0f0}.MainPage .login__button{margin-right:15px}.MainPage a.nav:active{color:#ce1f0b;text-underline-position:above}.MainPage p.h1{font-family:"Montserrat";font-size:10em;margin:0}.MainPage a.button{color:#fff;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#4169e1;padding:1em 2.5em;outline:none;border-radius:0}.MainPage a.button:hover{background:#e85f4c}.MainPage a.button:active{background:#980f00}.MainPage .header{background-color:rgba(215,217,224,.8);height:100%;max-width:100%;min-height:727px}.MainPage .head__button__play{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-top:10%}.MainPage main{background-color:#f5f5f5}.MainPage div.main__button-icons{padding:1% 0 1.5%;display:flex;flex-direction:row;justify-content:space-around;align-items:flex-end;flex-wrap:wrap}.MainPage h5{font-size:1.875em;display:flex;justify-content:center;color:grey;padding-top:3%}.MainPage .main__button-icon i{color:grey;font-size:8em}.MainPage .main__button-icon{margin:30px}.MainPage .fa-play{padding-left:40px}.MainPage .fa-book-open{padding-left:12px}@media (max-width:741px){.MainPage header{background-size:cover;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}}@media screen and (max-width:725px){.MainPage p.h1{font-size:5em;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}}@media screen and (max-width:600px){.MainPage .head__button__play{display:flex;padding-top:50%;justify-content:center;align-items:center;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}.MainPage h5{padding-bottom:6%}}@media (max-width:750px){.MainPage div.main__button-icons{display:flex;flex-direction:column;align-items:center;justify-content:space-around;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}}@media(max-width:414px){.MainPage ul{min-height:60px;padding-left:0}}@media(max-width:550px){.MainPage nav{display:none}}html{margin:0;background-color:#fff}h1{text-align:center;color:#293845}@media (min-width:500px){.blocks__guides__info{margin:2% 5%;padding:0;border-bottom:4px dashed #9eadba}}.blocks__guides__text{margin:2% 1%;padding:0}.blocks__guides__text h2{font-size:20px;color:#374551;font-weight:700;text-align:justify}.blocks__guides__author__date__time{margin:1% 2px 20px;padding:0;display:flex;align-items:stretch;flex-flow:wrap}.icons_people{align-items:stretch}.author_name{display:inline-block;margin-left:20px;flex:1 1}.author_name h3{align-items:stretch;font-weight:500;color:#43505c;font-size:20px}.author__time-date_post{align-items:stretch;margin-left:auto;flex-wrap:wrap;color:#43505c}.author__time-date_post h3{font-size:20px;font-weight:500}.historyPage nav{margin-top:20px}.historyPage header{background:none}.historyPage{font-size:18px}.historyPage section{padding:0 100px}.historyPage header span{padding-left:25px;font-size:20px}.historyPage a{text-decoration:none}.historyPage .winner{font-weight:700}.historyPage .mafia{color:#b71c1c}.historyPage .city{color:#2b9a30}.historyPage .draw{color:#000}.historyPage .name_PAGE{display:flex;justify-content:center;border-bottom:1px solid #000;font-size:30px}.historyPage .contanier{display:flex;justify-content:space-around}.historyPage h2{text-align:center}.historyPage .table{border:2px dashed;border-radius:10px}.historyPage .contanier div{min-width:10%;text-align:center}.historyPage .button{color:grey;font-size:50px}.historyPage .costul{color:#fff;min-width:50px}.historyPage .table{margin-bottom:10px}@media (max-width:700px){.historyPage .table{margin-bottom:10px}.historyPage .button{font-size:40px}}@media (max-width:376px){.historyPage p{font-size:10px}.historyPage h3{font-size:14px}.historyPage h1{font-size:20px}.historyPage .button{font-size:30px}}
/*# sourceMappingURL=main.b18d2e23.chunk.css.map */