#StoreBodyBox{width:150vh;height:85vh;overflow:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column}.blur{filter:blur(2px)}.close{right:1%}.close,.preview{position:absolute;top:2%;color:#fff;font-size:2.5vh}.preview{left:1%}#StoreBox{display:flex;flex-direction:column;flex:1}#StoreTitleBox{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:15vh}#StoreTitle{color:#fff;font-size:4.5vh;font-weight:700}#StoreWindowBox{background-color:#f1f1f1;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:1.5vh 2.5vh;border-radius:5px 5px 0 0;margin-left:10vh;font-size:2.6vh;font-weight:600;color:#323c67}#StoreContentBox{background-color:#f1f1f1;margin-top:-.1vh;flex:1;padding:2vh 5vh}#StoreContentTopBox{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:0 5vh}#StoreSearchBox{flex:1;display:flex;flex-direction:row;align-items:center;background-color:#fff;color:grey;border-radius:20px;padding:0 2vh;font-size:2.4vh}#StoreInputSearch{flex:1;border:none;outline:none;padding:1vh;font-size:2.4vh;background-color:hsla(0,0%,100%,0);color:grey}#StoreInputSearch::-moz-placeholder{color:grey}#StoreInputSearch:-ms-input-placeholder{color:grey}#StoreInputSearch::placeholder{color:grey}#StoreCartButton{color:#fff;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:1vh 3vh;border-radius:3px;margin-left:5vh;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-weight:bolder;font-size:3vh;position:relative}#StoreCartButton:hover{opacity:.9}#StoreCartButton i:first-of-type{margin-right:3vh}#StoreCartButton i:last-child{margin-left:3vh}#StoreListItensBox{overflow-y:scroll;max-height:48vh;margin-top:1vh}#StoreListItensBox::-webkit-scrollbar-track{background-color:#fff}#StoreListItensBox::-webkit-scrollbar{width:0;background:rgba(20,51,136,.8)}#StoreListItensBox::-webkit-scrollbar-thumb{background:rgba(5,6,65,.8);border-radius:20px}#StoreListItens{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 5vh;margin-bottom:2vh}.StoreItem{background-color:#fff;box-shadow:1px 1px 3px 1px hsla(0,0%,63.5%,.5019607843137255);margin-right:4vh;margin-top:4vh;width:20vh;height:30vh;position:relative;padding:.5vh}.StoreItemWeight{position:absolute;background-color:#f19d74;box-shadow:3px 3px 6px 1px rgba(191,126,93,.8784313725490196);font-size:1.5vh;font-weight:700;color:#fff;padding:.6vh 1.5vh;transform:translate(-50%,80%)}.StoreItemImageBox{background-color:#e9e9e9;width:100%;height:55%;display:flex;flex-direction:column;justify-content:center;align-items:center}.StoreItemImage{max-width:50%;max-height:100%}.StoreItemName{color:grey}.StoreItemName,.StoreItemPrice{text-align:center;margin-top:1vh;font-size:2.2vh}.StoreItemPrice{color:#323c67;font-weight:500}.StoreItemCartButton{color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:1.5vh;font-weight:700;padding:1vh 0;width:80%;margin:auto;margin-top:1vh;position:relative}.StoreItemCartButton:hover{opacity:.9}.StoreItemCartButton p{margin-left:1vh}.ClickBox{width:100%;height:100%;position:absolute;top:0;left:0}#CartTitleBox{text-align:center;font-size:5vh;font-weight:bolder;color:#323c67}#CartBodyBox{display:flex;flex-direction:row;justify-content:center;margin-top:2vh}.CartItensBox{background-color:#fff;flex:1;margin-left:5vh;padding:3vh;border-radius:5px;box-shadow:0 0 3px 1px hsla(0,0%,67.8%,.315)}.CartItensTitle{color:grey;font-weight:700;font-size:2vh}#CartItensList{display:flex;flex-direction:column;margin-top:2vh;height:30vh;overflow-y:scroll}#CartItensList::-webkit-scrollbar-track{background-color:#fff}#CartItensList::-webkit-scrollbar{width:0;background:rgba(20,51,136,.8)}#CartItensList::-webkit-scrollbar-thumb{background:rgba(5,6,65,.8);border-radius:20px}.CartItem{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:1px solid #d4d4d4;padding:1vh 0;color:grey;font-weight:700;font-size:2.2vh}.CartItem:first-child{border-top:1px solid #d4d4d4}.CartItemNameBox{display:flex;flex-direction:row;align-items:center}.CartItemImageBox{background-color:#e9e9e9;display:flex;align-items:center;justify-content:center;width:10vh;height:6vh}.CartItemImage{max-width:40%;max-height:100%}.CartItemName{margin-left:1vh;overflow:hidden;flex:1;text-overflow:ellipsis}.CartItemAmount{width:8vh;border:none;outline:none;color:grey;font-weight:700;font-size:2.2vh;text-align:right;background:#f5f5f5}.CartItemPrice{width:25%}.CartItemNameBox{width:35%}.CartItemRemove{width:15%;text-align:right;color:#be0000}.CartItemPrice,.CartItemWeight{text-align:center}.CartItemWeight{width:10%}.CartItemAmountBox{width:25%;text-align:center}.CartItemAmountBox,.CartItemNameBox,.CartItemPrice,.CartItemRemove,.CartItemWeight{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#CartBodyFooterBox{justify-content:space-between;padding:1vh 0;margin-top:2vh}#CartBodyFooterBox,#CartBodyFooterButton{display:flex;flex-direction:row;align-items:center}#CartBodyFooterButton{color:grey;font-size:2vh;border:1px solid grey;border-radius:5px;padding:1vh 1vh;font-weight:700;transition:all .3s;position:relative}#CartBodyFooterButton p{margin-left:1vh}#CartBodyFooterButton:hover{background-color:grey;color:#fff}#CartBodyFooterTotal{font-size:2.8vh;color:grey;font-weight:700}#CartPaymentBox{background-color:#fff;margin-left:2vh;padding:3vh;border-radius:5px;box-shadow:0 0 3px 1px hsla(0,0%,67.8%,.315);width:40vh;display:flex;flex-direction:column}.CartPaymentTitle{color:grey;font-weight:700;font-size:2vh}#CartPaymentList{margin-top:2vh;flex:1}.CartPaymentItem{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#f3f3f3;padding:1vh;margin-top:1vh;position:relative}.CartPaymentItemChecked{background-color:#e4e4e4}.CartPaymentNameBox{display:flex;flex-direction:row;align-items:center}.CartPaymentImage{width:15%}.CartPaymentName{margin-left:1vh;color:grey;font-weight:700;font-size:2vh}.CheckedPayment{width:10px;height:10px;border-radius:50%;border:1px solid #cecece;background-color:#fff}.CartPaymentItemChecked .CheckedPayment{background-color:#4b4b4b}#CartPaymentButtonBuy{text-align:center;padding:3vh;font-size:3vh;font-weight:700;color:#fff;border-radius:5px}#CartPaymentButtonBuy:hover{opacity:.9}#PopUpBox{width:150vh;min-height:85vh}#PopUp,#PopUpBox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}#PopUp{width:75vh;min-height:50vh;background-color:#fff;box-shadow:0 0 3px 1px #a8a8a8;border-radius:5px;text-align:center;padding:5vh;-webkit-animation:entering;animation:entering;-webkit-animation-duration:1s;animation-duration:1s}#PopUpBox i{font-size:8vh;color:#02a16c;border:5px solid #02a16c;width:15vh;height:15vh;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:auto}.PopUpTitle{font-size:2.5vh;font-weight:700;color:#505050;margin-top:2vh}.PopUpMessage{font-size:2vh;margin-top:2vh}#PopUpButtons{display:flex;flex-direction:row;justify-content:center;margin-top:5vh}#PopUpButtonGreen,#PopUpButtonRed{padding:.5vh 3vh;border-radius:10px;color:#f5f5f5}#PopUpButtonRed{margin-left:3vh;background-color:#969696}@-webkit-keyframes entering{0%{top:150%}to{top:50%}}@keyframes entering{0%{top:150%}to{top:50%}}.loader{border:16px solid #f3f3f3;border-top:16px solid #3498db;border-radius:50%;width:20vh;height:20vh;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin:auto;margin-top:5vh}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#7ac142;fill:none;-webkit-animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark{width:12vh;height:12vh;border-radius:50%;display:block;stroke-width:3;stroke:#fff;stroke-miterlimit:10;margin:0 auto;margin-top:8vh;box-shadow:inset 0 0 0 #7ac142;-webkit-animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}.checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;-webkit-animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@-webkit-keyframes stroke{to{stroke-dashoffset:0}}@keyframes stroke{to{stroke-dashoffset:0}}@-webkit-keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@-webkit-keyframes fill{to{box-shadow:inset 0 0 0 10vh #7ac142}}@keyframes fill{to{box-shadow:inset 0 0 0 10vh #7ac142}}#PopNegade i{border:5px solid #bd2525;color:#bd2525;margin-top:5vh}#PopNegade .close,#PopSucessfull .close{color:#474747;font-weight:bolder}.PaymentCompletText{color:#2c743e}.PaymentCompletText,.PaymentNegadeText{font-size:3vh;font-weight:500;margin-top:2vh}.PaymentNegadeText{color:#742c2c}.PaymentNegadeReason{margin-top:3vh;font-size:2vh;color:grey;font-weight:500}.disabledButton{background-color:grey!important}#MissionsButton{position:absolute;top:50%;right:0;transform:translate(35%,-50%) rotate(270deg);padding:.6vh 2vh;color:#f5f5f5;font-weight:500;font-size:2.4vh;border-radius:20px 20px 0 0}#MissionsButton:hover{opacity:.9}.grayScale{filter:grayscale(1)}#DashboardListItensBox{overflow-y:scroll;max-height:48vh;margin-top:1vh}#DashboardListItensBox::-webkit-scrollbar-track{background-color:#fff}#DashboardListItensBox::-webkit-scrollbar{width:0;background:rgba(20,51,136,.8)}#DashboardListItensBox::-webkit-scrollbar-thumb{background:rgba(5,6,65,.8);border-radius:20px}#DashboardListItens{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 5vh;margin-bottom:2vh}.DashboardItem{background-color:#fff;box-shadow:1px 1px 3px 1px hsla(0,0%,63.5%,.5019607843137255);margin-right:4vh;margin-top:4vh;width:20vh;height:20vh;position:relative;padding:.5vh}.DashboardItemImageBox{background-color:#e9e9e9;width:100%;height:75%;display:flex;flex-direction:column;justify-content:center;align-items:center}.DashboardItemImage{max-width:50%;max-height:100%}.DashboardItemPrice{color:#323c67;font-weight:500;text-align:center;margin-top:1vh;font-size:2.2vh}.StockItensBox{background-color:#fff;flex:1;margin-left:5vh;padding:3vh 0;border-radius:5px;box-shadow:0 0 3px 1px hsla(0,0%,67.8%,.315)}.StockItensTitle{color:grey;font-weight:700;font-size:2vh;padding:0 3vh}.StockItensList{display:flex;flex-direction:column;margin-top:2vh;height:30vh;overflow-y:scroll}.StockItensList::-webkit-scrollbar-track{background-color:#fff}.StockItensList::-webkit-scrollbar{width:0;background:rgba(20,51,136,.8)}.StockItensList::-webkit-scrollbar-thumb{background:rgba(5,6,65,.8);border-radius:20px}.StockItem{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:1px solid #d4d4d4;padding:1vh 3vh;color:grey;font-weight:700;font-size:2.2vh}.StockItem:hover .StockItemAmountBox,.StockItem:hover .StockItemPrice,.StockItem:hover .StockItemWeight{display:none}.StockItem:hover .StockItemButton{display:block}.StockItem:first-child{border-top:1px solid #d4d4d4}.StockItemNameBox{display:flex;flex-direction:row;align-items:center}.StockItemImageBox{width:10vh;height:6vh}.StockItemImageBox,.StockItemPopImageBox{background-color:#e9e9e9;display:flex;align-items:center;justify-content:center}.StockItemPopImageBox{width:20vh;height:10vh;margin:auto}.StockItemImage{max-width:40%;max-height:100%}.StockItemName{margin-left:1vh;overflow:hidden;flex:1;text-overflow:ellipsis}.StockItemAmount{width:8vh;border:none;outline:none;color:grey;font-weight:700;font-size:2.2vh}.StockItemPrice{width:25%}.StockItemNameBox{width:35%}.StockItemRemove{width:15%;text-align:right;color:#be0000}.StockItemPrice{text-align:center}.StockItemAmountBox,.StockItemWeight{width:25%;text-align:center}.StockItemAmountBox,.StockItemNameBox,.StockItemPrice,.StockItemRemove,.StockItemWeight{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.StockItemButton{display:none;color:#fff;padding:1vh 2vh;border-radius:20px;font-size:2vh}.StockItemButton:hover{opacity:.9}.StockItensInfoBox{width:100%;display:flex;flex-direction:row;align-items:center}.PopUpTitleStock{margin:0;margin-bottom:3vh}.StockItemPopAmount{padding:1vh 2vh;font-size:2.4vh;outline:none;border:none;background:#f0f0f0;border-radius:20px;margin-top:3vh;width:50%;text-align:center}#BalanceBox{margin-top:5vh}#BalanceBox,#BalanceImageBox{text-align:center}#BalanceMoneyBox{width:60%;margin:auto}#BalanceMoney{font-size:4vh;font-weight:500;color:green;text-shadow:1px 1px 1px #9e9e9e;margin-top:5vh}#BalanceButtonsBox{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:5vh}.BalanceButton:not(:first-child){margin-left:5vh}.BalanceButton{padding:1vh 4vh;color:#fff;border-radius:3px;font-weight:500;background-color:#686868;text-align:center}.BalanceButton:hover{opacity:.9}#SellTextConfirm{margin-top:2vh;font-size:2.2vh;font-weight:500;color:#444}#SellMoney{color:#fb4a59}#BuyMoney,#SellMoney{font-size:4vh;font-weight:500;text-shadow:1px 1px 1px #9e9e9e;margin-top:5vh}#BuyMoney{color:#059250}.MissionItensBox{background-color:#fff;flex:1;margin-left:5vh;padding:3vh 0;border-radius:5px;box-shadow:0 0 3px 1px hsla(0,0%,67.8%,.315)}.MissionItensTitle{color:grey;font-weight:700;font-size:2vh;padding:0 3vh}.MissionItensList{display:flex;flex-direction:column;margin-top:2vh;height:30vh;overflow-y:scroll}.MissionItensList::-webkit-scrollbar-track{background-color:#fff}.MissionItensList::-webkit-scrollbar{width:0;background:rgba(20,51,136,.8)}.MissionItensList::-webkit-scrollbar-thumb{background:rgba(5,6,65,.8);border-radius:20px}.MissionItem{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:1px solid #d4d4d4;padding:1vh 3vh;color:grey;font-weight:700;font-size:2.2vh}.MissionItem:hover .MissionItemButton{display:block}.MissionItem:first-child{border-top:1px solid #d4d4d4}.MissionItemNameBox{display:flex;flex-direction:row;align-items:center}.MissionItemImageBox{background-color:#e9e9e9;display:flex;align-items:center;justify-content:center;width:10vh;height:6vh}.MissionItemImage{max-width:40%;max-height:100%}.MissionItemName{margin-left:1vh;overflow:hidden;flex:1;text-overflow:ellipsis}.MissionItemAmount{width:8vh;border:none;outline:none;color:grey;font-weight:700;font-size:2.2vh}.MissionItemPrice{width:25%}.MissionItemNameBox{width:20%}.MissionItemPrice{text-align:center}.MissionItemAmountBox,.MissionItemWeight{width:15%;text-align:center}.MissionItemAmountBox,.MissionItemButton,.MissionItemNameBox,.MissionItemPrice,.MissionItemRemove,.MissionItemWeight{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.MissionItemButton{color:#fff;padding:1vh 2vh;border-radius:20px;font-size:2vh;width:18vh;text-align:center}.MissionItemButton:hover{opacity:.9}.MissionItensInfoBox{width:100%;display:flex;flex-direction:row;align-items:center}.PopUpTitleMission{margin:0;margin-bottom:3vh}.MissionItemPopAmount{padding:1vh 2vh;font-size:2.4vh;outline:none;border:none;background:#f0f0f0;border-radius:20px;margin-top:3vh;width:50%;text-align:center}*{margin:0;padding:0;box-sizing:border-box;list-style:none;font-family:Roboto,sans-serif;-ms-user-select:none;user-select:none;-moz-user-select:none;-webkit-user-select:none}body{overflow:hidden}