﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&display=swap");body{font-family:'Montserrat',sans-serif;}body .bg{background:url(/images/bg.png) no-repeat center;background-size:cover;min-height:100vh;position:fixed;top:0;bottom:0;left:0;right:0;z-index:-1;}body .main{overflow-x:hidden;}body .main .content{min-height:100vh;min-width:100vw;padding:0 !important;margin:0 !important;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;}body .main .content .sidebarButton .sidebarSvg{height:100vh;}body .main .content .sidebarButton{left:-55px;padding:0;position:fixed;height:100vh;border:none;background:none;outline:none !important;transition:left ease-in-out .5s;}body .main .content .sidebarButton.clicked{left:-20px;transition:left ease-in-out .5s;}body .main .content .menu{transition:transform .5s ease-in-out,opacity .5s ease-in-out;opacity:1;width:100%;height:100%;position:absolute;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;}body .main .content .menu.collapse{transform:translateX(-100%);opacity:0;}body .main .content .menu .menublock{width:30%;max-width:300px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;background-color:rgba(9,27,35,.95);border-radius:30px;text-decoration:none;overflow:hidden;color:#fff;}body .main .content .menu .menublock:hover{text-decoration:none;color:#fff;}body .main .content .menu .menublock:hover .footerPart{border-bottom:5px solid #00f6f4;padding-bottom:20px;}body .main .content .menu .menublock .headerPart{width:100%;min-height:200px;padding:30px;border-top-left-radius:30px;border-top-right-radius:30px;-webkit-box-shadow:0 0 10px 5px rgba(0,0,0,.4);box-shadow:0 0 10px 5px rgba(0,0,0,.4);position:relative;}body .main .content .menu .menublock .headerPart h2{letter-spacing:6px;font-size:34px;font-weight:300;display:flex;width:100%;height:100%;min-height:140px;padding:0;justify-content:center;align-items:center;}body .main .content .menu .menublock .headerPart .backgroundText{position:absolute;width:100%;left:0;top:30px;right:0;bottom:30px;opacity:.1;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;align-items:center;}body .main .content .menu .menublock .headerPart .backgroundText span{width:30%;text-align:center;}body .main .content .menu .menublock .footerPart{width:100%;padding:20px 30px 25px;display:flex;justify-content:center;align-items:center;flex-direction:column;}body .main .content .menu .menublock .footerPart h5{font-weight:300;font-size:22px;}body .main .content .playerOverviewDiv{background-color:rgba(255,255,255,.8);display:flex;flex-direction:column;margin:50px 100px;}body .main .content .VehicledetailsDiv{background-color:rgba(255,255,255,.8);display:flex;flex-direction:column;margin:50px 100px;}body .main .content .techtreeDiv{color:#fff;width:calc(100% - 100px);margin-left:50px;margin-right:50px;position:absolute;height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;}body .main .content .techtreeDiv .techtreeNations{max-width:100%;left:0;margin:30px 0 30px 0;right:0;bottom:30px;display:inline-flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly;max-height:80px;padding:0 10px 0 10px;flex:1;}body .main .content .techtreeDiv .techtreeNations .selectedNation{opacity:1 !important;}body .main .content .techtreeDiv .techtreeNations .nationFlag{margin-left:4px;margin-right:4px;flex:1;display:flex;flex-direction:column;justify-content:center;object-fit:contain;width:auto;border:none;outline:none !important;background:none;opacity:.5;transition:opacity .5s ease-in-out;}body .main .content .techtreeDiv .techtreeNations .nationFlag:hover{opacity:1;}body .main .content .techtreeDiv .techtreeNations .nationFlag img{max-width:100%;object-fit:cover;}body .main .content .techtreeDiv .techtreeContent{width:inherit;margin:0 0 30px 0;display:inline-flex;flex-direction:column;flex-wrap:nowrap;height:100%;border-radius:10px;background-color:rgba(9,27,35,.95);}body .main .content .techtreeDiv .techtreeContent .techtreeRowSmall{height:30px !important;display:flex;justify-content:space-evenly;flex-direction:row;flex-wrap:nowrap;}body .main .content .techtreeDiv .techtreeContent .techtreeRowSmall .techtreeColumn{width:10%;text-align:center;object-fit:contain;display:flex;flex-direction:column;flex-wrap:nowrap;opacity:.3;}body .main .content .techtreeDiv .techtreeContent .techtreeTable{width:100%;height:100%;display:flex;justify-content:space-evenly;flex-direction:column;flex-wrap:nowrap;}body .main .content .techtreeDiv .techtreeContent .techtreeTable .techtreeRow{width:100%;height:70px;display:flex;justify-content:space-evenly;flex-direction:row;flex-wrap:nowrap;}body .main .content .techtreeDiv .techtreeContent .techtreeTable .techtreeRow .techtreeColumn{margin:0 5px 0 5px;width:10%;text-align:center;object-fit:contain;display:block;flex-direction:column;flex-wrap:nowrap;background-color:rgba(7,22,28,.5);float:left;}body .main .content .techtreeDiv .techtreeContent .techtreeTable .techtreeRow .techtreeColumn img{height:50px;}body .main .content .tableDiv{color:#fff;width:calc(100% - 100px);margin-left:50px;margin-right:50px;position:absolute;height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding-top:100px;padding-bottom:100px;}body .main .content .tableDiv .tableContent{width:inherit;display:inline-flex;flex-direction:column;flex-wrap:nowrap;height:100%;border-radius:10px;background-color:rgba(9,27,35,.95);}body .main .content .tableDiv .tableContent .table{width:100%;height:100%;display:flex;justify-content:start;flex-direction:column;flex-wrap:nowrap;}body .main .content .tableDiv .tableContent .table .tableRow{width:100%;height:40px;display:flex;justify-content:left;flex-direction:row;flex-wrap:nowrap;}body .main .content .tableDiv .tableContent .table .tableRow .tableColumn_s{padding:8px 8px 8px 30px;width:22%;}body .main .content .tableDiv .tableContent .table .tableRow .tableColumn_s .sortButton{font-size:12px;color:#fff;outline:none;border:0 solid;background:none;margin-left:10px;}body .main .content .tableDiv .tableContent .table .tableRow .tableColumn_xs{padding:8px 8px 8px 30px;width:56%;}body .main .content .tableDiv .tableContent .table .tableRowHeader{height:47px;border-bottom-width:4px;border-style:solid;border-image:linear-gradient(to left,rgba(0,246,244,0) 1%,#00f6f4 50%,rgba(0,246,244,0) 100%) 0 0 100% 0/3px 0 3px 0 stretch;justify-content:start;}body .main .content .tableDiv .tableContent .table .tableRowHeader .textSpaced{letter-spacing:4px;font-size:16px;color:#00f6f4;padding:8px 8px 8px 30px;}body .main .content .tableDiv .tableContent .table .tableRowHeader .tableHeaderElement{text-align:center;float:left;}body .main .content .tableDiv .tableContent .table .tableRowHeader .tableHeaderElement .nameInput{margin:2px;margin-left:30px;background:#051319;border-radius:4px;border:0 solid;width:250px;height:35px;padding-left:30px;color:#fff;outline:none;text-transform:uppercase;}body .main .content .tableDiv .tableContent .table .tableRowHeader .tableHeaderElement .nameInput::-webkit-input-placeholder{color:#0c2e3d;}body .main .content .tableDiv .tableContent .table .tableRowHeader .tableHeaderElement .nameInput:-ms-input-placeholder{color:#0c2e3d;}body .main .content .tableDiv .tableContent .table .tableRowHeader .tableHeaderElement .searchButton{margin-left:-40px;outline:none;border:0 solid;background:none;}body .main .content .tableDiv .tableContent .table .tableRowHeader .tableHeaderElement .searchButton img{width:22px;height:22px;}