Path: blob/main/projects/csgo-clicker/css/stylesheet.css
4626 views
html, body, div, span, applet, object, iframe,1h1, h2, h3, h4, h5, h6, p, blockquote, pre,2a, abbr, acronym, address, big, cite, code,3del, dfn, em, font, img, ins, kbd, q, s, samp,4small, strike, strong, sub, sup, tt, var,5dl, dt, dd, ol, ul, li,6fieldset, form, label, legend,7table, caption, tbody, tfoot, thead, tr, th, td {8margin: 0;9padding: 0;10border: 0;11outline: 0;12font-weight: inherit;13font-style: inherit;14font-size: 100%;15font-family: inherit;16vertical-align: baseline;17}18/* remember to define focus styles! */19:focus {20outline: 0;21}22body {23line-height: 1;24color: black;25background: white;26}27ol, ul {28list-style: none;29}30/* tables still need 'cellspacing="0"' in the markup */31table {32border-collapse: separate;33border-spacing: 0;34}35caption, th, td {36text-align: left;37font-weight: normal;38}39blockquote:before, blockquote:after,40q:before, q:after {41content: "";42}43blockquote, q {44quotes: "" "";45}4647/*=============================BEGIN CSS=================================*/4849html, body {50height: 100%;51width: 100%;52font-family: "Open Sans";53touch-action: manipulation;54cursor: default;55}5657.navbar {58position: absolute;59top: 0;60height: 49px;61background: #101619;62width: 100%;63border-bottom: 1px #186144 solid;64z-index: 2;65}6667.navbar ul li a {68color: #fff;69text-decoration: none;70margin-right: 50px;71line-height: 50px;72float: left;73}7475.headerLogo {76width: 178px;77height: 31px;78margin-left: 20px;79margin-top: 9px;80float: left;81background: url(https://i.imgur.com/zoKOaEY.png) no-repeat;82}8384.about {85color: #fff;86text-decoration: none;87margin-right: 50px;88line-height: 50px;89float: right;90cursor: pointer;91}9293.aboutContainer {94position: relative;95top: 50px;96height: 300px;97overflow: hidden;98}99100.aboutInfo {101color: #fff;102text-align: center;103}104105.aboutHeader {106font-family: 'Rajdhani', sans-serif;107font-size: 30px;108margin-top: 20px;109}110111.aboutBody {112width: 70%;113margin: 10px auto;114}115116.aboutDevelopers {117position: relative;118display: flex;119justify-content: space-around;120text-align: center;121width: 800px;122margin: 0 auto;123}124125.aboutDev {126width: 350px;127float: left;128}129130.aboutDevName {131display: block;132font-family: 'Rajdhani', sans-serif;133font-size: 20px;134color: #186144;135width: 150px;136margin: 20px auto 5px;137border-bottom: 1px #1E2C36 solid;138text-decoration: none;139}140141.aboutDevDesc {142font-size: 14px;143}144145.left {146position: absolute;147display: inline-block;148width: 70%;149height: 100%;150left: 0;151overflow: hidden;152}153154.display {155position: relative;156height: 100%;157width: 100%;158background: #1E2C36;159}160161.unboxing {162display: block;163position: absolute;164top: 0;165left: 0;166height: 100%;167width: 100%;168opacity: 1;169}170171.tooltipAnchor {172display: none;173position: absolute;174text-align: center;175font-size: 10px;176height: 25px;177line-height: 25px;178background-color: rgba(24, 97, 68, 0.9);179border-radius: 3px;180color: #fff;181width: 200px;182z-index: 20;183}184185.tooltipAnchor:before {186content: "";187display: block;188position: absolute;189width: 0;190height: 0;191border-top: 5px rgba(24, 97, 68, 0.9) solid;192border-left: 5px transparent solid;193border-right: 5px transparent solid;194left: 0;195right: 0;196margin: 0 auto;197top: 25px;198}199200.backgroundImage {201height: 100%;202width: 100%;203}204205.backgroundImage:before {206content: "";207position: relative;208display: block;209height: 100%;210width: 100%;211background: linear-gradient(rgba(0, 23, 40, 0.6),rgba(0, 23, 40, 0.6)), url("../images/sunburst.png");212background-position: center;213animation: infRotate 25s linear infinite;214}215216.caseDisplay {217height: 182px;218width: 240px;219position: absolute;220top: 0;221right: 0;222left: 0;223bottom: 0;224margin: auto;225transition: .2s;226cursor: pointer;227padding-top: 10px;228}229230.caseDisplay:active {231padding-top: 0;232}233234.caseInfoContainer {235position: absolute;236right: 0;237left: -45%;238bottom: -50px;239text-align: center;240width: 450px;241}242243.caseName {244font-size: 22px;245color: #fff;246}247248.priceContainer {249font-weight: 200;250color: #fff;251margin-top: 5px;252}253254.casePrice {255display: inline-block;256}257258.keyPrice {259display: inline-block;260}261262.jackpot {263display: none;264position: absolute;265top: 0;266left: 0;267height: 100%;268width: 100%;269opacity: 1;270background: #111715;271/*background: linear-gradient(rgba(0, 40, 1, 0.6),rgba(0, 40, 1, 0.6)), url("../images/sunburst.png");272background-position: center;273animation: infRotate 25s linear infinite;*/274}275276.jackpotDifficultyContainer {277display: flex;278justify-content: space-around;279height: 30px;280width: 100%;281}282283.jackpotDifficultyContainer div {284font-family: 'Rajdhani', sans-serif;285color: #273135;286line-height: 30px;287float: left;288width: 33.3%;289background: #090D10;290text-align: center;291border: 1px #186144 solid;292border-left: 1px transparent;293cursor: pointer;294}295296.jackpotDifficultyContainer div.active {297background: #25793B;298color: #59BB32;299}300301.jackpotStats {302height: 125px;303position: absolute;304right: 0;305left: 0;306bottom: 75px;307}308309.jackpotCurrentWorth {310text-align: center;311color: #fff;312font-size: 15px;313margin-top: 4px;314}315316.jackpotPercentOfTickets {317text-align: center;318color: #fff;319font-size: 15px;320margin-top: 4px;321}322323.canvasContainer {324width: 100%;325}326327#canvasCircle {328display: block;329margin: 0 auto;330}331332.jackpotTopContainer {333position: absolute;334top: 0;335right: 0;336left: 0;337bottom: 395px;338width: 100%;339}340341.jackpotTop {342height: 100%;343width: 100%;344background: #101619;345border-bottom: 1px #186144 solid;346background: linear-gradient(rgba(16, 22, 25, .5), rgba(16, 22, 25, 1)), url(http://i.imgur.com/vakyLA5.png);347background-size: cover;348}349350.jackpotCountDown {351text-align: center;352color: #fff;353font-size: 25px;354}355356.jackpotCountDownLabel {357text-align: center;358color: #fff;359font-size: 15px;360margin-top: 4px;361}362363.winnerIs {364text-align: center;365color: #fff;366font-size: 25px;367}368369.depositorItemsLabel {370float: right;371margin-right: 300px;372}373374.depositorPriceLabel {375float: left;376margin-left: 304px;377}378379.depositorNameLabel {380float: left;381margin-left: 85px;382}383384.depositorLabel {385position: absolute;386width: 100%;387bottom: 0;388height: 50px;389line-height: 50px;390color: #fff;391background: #0E0E0E;392border-top: 1px #272727 solid;393}394395.jackpotRightContainer {396display: none;397position: relative;398height: 100%;399width: 100%;400overflow: hidden;401}402403.jackpotRightToBet {404position: absolute;405display: flex;406justify-content: center;407bottom: 80px;408width: 100%;409left: 0;410right: 0;411height: 85px;412background: #101619;413}414415.jackpotRightPlayer {416position: absolute;417top: 50px;418bottom: 185px;419width: 100%;420background: #101619;421overflow-y: auto;422border-bottom: 1px #186144 solid;423}424425.inventoryTagContainer {426font-family: 'Rajdhani', sans-serif;427color: #354146;428float: left;429height: 20px;430line-height: 24px;431width: 100%;432margin-top: 1px;433}434435.inventoryTag {436margin-left: 7px;437}438439.inventoryValue {440margin-right: 7px;441float: right;442}443444.jackpotRightSTBTag {445position: absolute;446bottom: 165px;447font-family: 'Rajdhani', sans-serif;448color: #273135;449float: left;450height: 20px;451line-height: 24px;452padding-left: 6px;453width: 100%;454margin-top: 1px;455}456457.inventorySwapItem {458position: relative;459width: 70px;460height: 70px;461border: 1px #1B2329 solid;462margin: 6.5px 0 0 6.5px;463float: left;464cursor: pointer;465}466467.jackpotRightInfo {468position: absolute;469width: 100%;470height: 80px;471background: #0D1113;472color: #fff;473bottom: 0;474border-top: 1px #186144 solid;475}476477.jackpotRightStartButton {478position: absolute;479right: 0;480top: 0;481text-align: center;482height: 100%;483width: 150px;484line-height: 80px;485background: #186144;486cursor: pointer;487}488489.jackpotRightStartButton:hover {490background: #095839;491}492493.jackpotRightSkins {494margin-left: 8px;495font-size: 25px;496float: left;497width: 300px;498}499500.swappedItem {501position: relative;502width: 70px;503height: 70px;504border: 1px #1B2329 solid;505margin: 5px 0 0 7px;506float: left;507cursor: pointer;508}509510.spanTag {511font-size: 20px;512color: #186144;513}514515.jackpotRightValue {516margin: 8px;517font-size: 25px;518float: left;519width: 300px;520}521522.jackpotBottomContainer {523position: absolute;524bottom: 0;525height: 395px;526width: 100%;527background: #151515;528border-top: 1px #25793B solid;529}530531.depositorContainer {532display: block;533width: 100%;534height: 100%;535overflow-y: auto;536}537538.jackpotDepositor {539height: 80px;540margin: 5px 5px 0;541background: #0E0E0E;542overflow: hidden;543}544545.jackpotDepositor.winner {546background: #38340A;547transition: .2s;548}549550.depositorInfo {551position: relative;552color: #FFFFFF;553font-size: 20px;554line-height: 80px;555height: 100%;556width: 100%;557font-family: 'Rajdhani', sans-serif;558}559560.depositorProPic {561height: 64px;562width: 64px;563float: left;564margin: 8px;565outline: 1px #25793B solid;566}567568.depositorName {569float: left;570width: 200px;571}572573.depositorValue {574float: left;575margin-left: 150px;576}577578.depositorSkinContainer {579height: 80px;580float: right;581}582583.depositorSkin {584position: relative;585width: 70px;586height: 70px;587border: 1px #1B2329 solid;588margin: 4px;589float: right;590}591592.depositorSkin img {593height: 70px;594width: 70px;595}596597.modalWindow {598display: none;599position: absolute;600background: rgba(0, 0, 0, 0.5);601right: 0;602left: 0;603top: 0;604bottom: 0;605z-index: 10;606}607608.modalMain.unbox {609position: absolute;610top: 0;611right: 0;612left: 0;613bottom: 0;614margin: auto;615height: 600px;616width: 700px;617background: #101619;618border: 1px #186144 solid;619}620621.modalMain.winner {622position: absolute;623top: 0;624right: 0;625left: 0;626bottom: 0;627margin: auto;628height: 500px;629width: 900px;630text-align: center;631background: #101916;632border: 1px #186144 solid;633box-shadow: 0 0 125px rgba(24, 109, 63, 0.87);634}635636.modalSkinName {637font-size: 25px;638color: #fff;639text-align: center;640}641642.modalMain img {643display: block;644height: 450px;645width: 450px;646margin: 0 auto;647}648649.winnerAmount {650color: #186144;651}652653.winnerModalSkinContainer {654margin-top: 20px;655display: flex;656justify-content: center;657flex-flow: row wrap;658}659660.winnerModalHeader {661margin: 20px;662font-size: 40px;663color: #fff;664}665666.winnerModalMessage {667font-size: 30px;668color: #fff;669margin: 20px;670}671672.winnerModalWarnMessage {673color: #903434;674}675676.modalClose {677position: absolute;678right: 0;679width: 30px;680height: 30px;681line-height: 30px;682color: #2D9E71;683background: #186144;684cursor: pointer;685transition: .2s;686}687688.modalClose:hover {689color: #186144;690background: #2D9E71;691}692693/*694.modalClose {695position: absolute;696right: 0;697left: 0;698bottom: 30px;699font-size: 20px;700font-family: 'Rajdhani', sans-serif;701text-align: center;702line-height: 40px;703color: #fff;704margin: 0 auto;705width: 150px;706height: 40px;707background: linear-gradient(#1d7751, #0e382c);708border: 2px #25793b solid;709border-radius: 5px;710text-shadow: 0 0 10px rgba(255,255,255,0.3);711transition: .1s;712transform: scale(1);713cursor: pointer;714-webkit-user-select: none;715box-shadow: 0 0 25px rgba(0,117,9,0.5);716overflow: hidden;717}718*/719.modalClose.unbox {720position: absolute;721right: 0;722left: 0;723bottom: 30px;724font-size: 20px;725font-family: 'Rajdhani', sans-serif;726text-align: center;727line-height: 40px;728color: #fff;729margin: 0 auto;730width: 150px;731height: 40px;732background: linear-gradient(#1d7751, #0e382c);733border: 2px #25793b solid;734border-radius: 5px;735text-shadow: 0 0 10px rgba(255,255,255,0.3);736transition: .1s;737transform: scale(1);738cursor: pointer;739-webkit-user-select: none;740box-shadow: 0 0 25px rgba(0,117,9,0.5);741overflow: hidden;742}743744.right {745position: absolute;746right: 0;747top: 0;748bottom: 0;749width: 575px;750background: #090D10;751border-left: 1px #186144 solid;752}753754.rightMain {755width: 100%;756background: #101619;757position: absolute;758top: 82px;759bottom: 135px;760right: 0;761left: 0;762}763764.upgradeContainer {765display: none;766height: 100%;767width: 100%;768position: relative;769}770771.stackingUpgradeContainer {772position: absolute;773right: 0;774left: 0;775bottom: 125px;776top: 0;777}778779.permUpgradeContainer {780position: absolute;781left: 0;782right: 0;783bottom: 0;784height: 125px;785border-top: 1px #186144 solid;786/*display: flex;*/787display: none;788justify-content: space-around;789background: #0F843F;790}791792.permUpgrade {793position: relative;794height: 125px;795width: 25%;796background: #0F843F;797box-shadow: inset 0 0 0 2px #0A5D2C, inset 0 0 0 6px #0A7134, inset 0 0 0 8px #068C3D;798text-align: center;799color: #0A5D2C;800overflow: hidden;801}802803.permUpgrade.locked {804background: #4A4A4A;805box-shadow: inset 0 0 0 2px #5D5D5D, inset 0 0 0 6px #4A4A4A, inset 0 0 0 8px #525252;806color: #585858;807}808809.permUpgrade i {810display: block;811margin-top: 38px;812}813814.permUpgradeLabel {815}816817.inventoryContainer {818position: relative;819height: 100%;820width: 100%;821overflow: hidden;822}823824.inventoryItemContainer {825position: absolute;826display: block;827width: 100%;828float: left;829top: 25px;830bottom: 0;831overflow-y: scroll;832overflow-x: hidden;833}834835.upgrade.cantAfford {836background: #150C0C;837/*color: #080808;*/838}839840.upgrade {841position: relative;842color: #fff;843height: 100px;844width: 570px;845background: #090D10;846margin: 2px auto;847overflow: auto;848border-radius: 3px;849cursor: pointer;850box-shadow: inset 0 0 0 2px #090D10, inset 0 0 0 6px #101619, inset 0 0 0 8px #0B1015;851}852853.upgradePicture {854height: 76px;855width: 76px;856float: left;857margin: 10px;858border: 2px #186144 solid;859}860861.upgradePicture img {862height: 100%;863width: 100%;864}865866.upgradeInfo {867margin-top: 10px;868}869870.upgradePriceLabel {871position: absolute;872top: 0;873right: 0;874float: right;875margin: 10px;876}877878.upgradeAmountLabel {879position: absolute;880bottom: 0;881right: 0;882float: right;883margin: 10px;884}885886.upgradeDesc {887margin-top: 10px;888}889890.upgradeName {891font-weight: 600;892}893894.tradeButtonContainer {895height: 135px;896position: absolute;897width: 100%;898bottom: 0;899border-top: 1px #186144 solid;900}901902.container {903height: 100%;904width: 100%;905background: #0F1317;906}907908.main {909overflow: hidden;910top: 50px;911position: absolute;912left: 0;913right: 0;914bottom: 0;915transition: 1s;916}917918.main.small {919top: 350px;920border-top: 1px #186144 solid;921}922923.button:hover {924text-shadow: 0 0 10px rgba(255,255,255,0.5);925transform: scale(1.05);926}927928.button:active {929background: linear-gradient(#1f8258, #114435);930text-shadow: 0 0 10px rgba(255,255,255,0.5);931transform: scale(1);932box-shadow: 0 0 35px rgba(43,137,68,0.5);933}934935.tabContainer {936margin-top: 2px;937float: left;938width: 100%;939height: 50px;940overflow: hidden;941}942943.tab {944background: red;945float: left;946height: 50px;947width: 95px;948background: #0D1113;949margin-right: 1px;950color: #2F2F2F;951text-align: center;952line-height: 50px;953border-bottom: 1px #090D10 solid;954cursor: pointer;955}956957.tab.active {958color: #fff;959background: #101619;960border-bottom: 1px #101619 solid;961}962963.caseContainer {964display: none;965height: 100%;966width: 100%;967overflow-y: auto;968overflow-x: hidden;969}970971.case {972position: relative;973color: #fff;974height: 100px;975width: 570px;976background: #090D10;977margin: 2px auto;978overflow: auto;979border-radius: 3px;980cursor: pointer;981}982983.caseInfo {984margin-top: 10px;985}986987.caseTitle {988font-weight: 600;989}990991.caseValue {992margin-top: 10px;993}994995.casePicture {996height: 76px;997width: 76px;998float: left;999margin: 9px;1000border: 2px #BA7729 solid;1001}10021003.casePicture img {1004margin-top: 7px;1005height: 80%;1006width: 100%;1007}10081009.mainInfo {1010position: relative;1011overflow: hidden;1012color: #fff;1013width: 100%;1014height: 30px;1015border-bottom: 1px #186144 solid;1016}10171018.mainInfoLabel {1019color: #186144;1020margin: 0 10px;1021height: 100%;1022line-height: 30px;1023}10241025.mainInfoLabelWarning {1026position: relative;1027display: none;1028font-size: 1.1em;1029color: #A02020;1030cursor: pointer;1031}1032/*1033.mainInfoLabelWarning:before {1034top: 2px;1035left: 30px;1036content: "";1037display: block;1038position: absolute;1039text-align: center;1040font-size: 10px;1041height: 25px;1042line-height: 25px;1043background-color: rgba(0, 0, 0, 1);1044border-radius: 3px;1045color: #fff;1046width: 200px;1047z-index: 20;1048}1049*/1050.mainInfoLabel.wallet {1051float: right;1052}10531054.mainInfoLabel.inv {1055float: left;1056}10571058.mainInfoLabel span {1059color: #fff;1060}10611062.money {10631064}10651066.inventorySpace {1067margin-top: 10px;1068font-size: 20px;1069}10701071.itemPrice {1072font-size: 13px;1073position: absolute;1074bottom: 0;1075height: 15px;1076text-align: center;1077background: #080808;1078width: 100%;1079line-height: 15px;1080color: #fff;1081}10821083.inventoryItem {1084position: relative;1085width: 70px;1086height: 70px;1087border: 1px #1B2329 solid;1088margin: 6.5px 0 0 6.5px;1089float: left;1090cursor: pointer;1091}10921093.inventoryItem img {1094width: 100%;1095height: 100%;1096}10971098div.consumer {1099border: 1px #B0C3D9 solid;1100}11011102div.industrial {1103border: 1px #5E98D9 solid;1104}11051106div.milspec {1107border: 1px #4B69FF solid;1108}11091110div.restricted {1111border: 1px #8847FF solid;1112}11131114div.classified {1115border: 1px #D32CE6 solid;1116}11171118div.covert {1119border: 1px #C12222 solid;1120}11211122div.knife {1123border: 1px #FFD700 solid;1124}11251126.notification.hidden {1127top: -50px;1128}11291130.notification {1131position: absolute;1132left: 0;1133right: 0;1134top: 7px;1135width: 800px;1136height: 35px;1137line-height: 35px;1138text-align: center;1139background: #186144;1140color: #fff;1141margin: 0 auto;1142z-index: 10;1143border-radius: 3px;1144cursor: pointer;1145transition: .5s;1146}11471148.settings {1149float: right;1150height: 49px;1151width: 50px;1152border-left: 1px #186144 solid;1153background-image: url(https://i.imgur.com/Pw82Pa6.png);1154background-repeat: no-repeat;1155background-size: 70% 70%;1156background-position: center;1157transition: .1s;1158}11591160.settings:hover {1161background-color: #1A2929;1162}11631164.settingsList {1165color: #fff;1166position: absolute;1167right: 0;1168top: 50px;1169width: 575px;1170background: #1A2929;1171border-bottom: 1px #186144 solid;1172z-index: 1;1173transition: .5s;1174}11751176.settingsList li {1177list-style: none;1178margin: 10px 20px;1179}11801181.settingsList li h1 {1182font-size: 25px;1183margin-bottom: 25px;1184}11851186.settingsList.hidden {1187top: -155px;1188}11891190#canvas {1191background: #fff;1192}11931194#drawing {1195z-index: 1;1196}11971198.inventory {1199font-size: 20px;1200font-family: 'Rajdhani', sans-serif;1201text-align: center;1202line-height: 40px;1203color: #fff;1204margin: 0 auto;1205width: 150px;1206height: 40px;1207background: linear-gradient(#1d7751, #0e382c);1208border: 2px #25793b solid;1209border-radius: 5px;1210text-shadow: 0 0 10px rgba(255,255,255,0.3);1211transition: .1s;1212transform: scale(1);1213cursor: pointer;1214-webkit-user-select: none;1215box-shadow: 0 0 25px rgba(0,117,9,0.5);1216overflow: hidden;1217}12181219.shop {1220font-size: 20px;1221font-family: 'Rajdhani', sans-serif;1222text-align: center;1223line-height: 40px;1224color: #fff;1225margin: 0 auto;1226width: 150px;1227height: 40px;1228background: linear-gradient(#1d7751, #0e382c);1229border: 2px #25793b solid;1230border-radius: 5px;1231text-shadow: 0 0 10px rgba(255,255,255,0.3);1232transition: .1s;1233transform: scale(1);1234cursor: pointer;1235-webkit-user-select: none;1236box-shadow: 0 0 25px rgba(0,117,9,0.5);1237overflow: hidden;1238}12391240.tradeButton {1241font-size: 60px;1242font-family: 'Rajdhani', sans-serif;1243text-align: center;1244line-height: 85px;1245color: #fff;1246margin: 20px auto;1247width: 350px;1248height: 85px;1249background: linear-gradient(#1d7751, #0e382c);1250border: 3px #25793b solid;1251border-radius: 5px;1252text-shadow: 0 0 20px rgba(255,255,255,0.3);1253transition: .1s;1254transform: scale(1);1255cursor: pointer;1256-webkit-user-select: none;1257box-shadow: 0 0 25px rgba(0,117,9,0.5);1258overflow: hidden;1259}12601261.tradeButton:hover {1262text-shadow: 0 0 20px rgba(255,255,255,0.5);1263transform: scale(1.05);1264}12651266.tradeButton:active {1267background: linear-gradient(#1f8258, #114435);1268text-shadow: 0 0 20px rgba(255,255,255,0.5);1269transform: scale(1);1270box-shadow: 0 0 30px rgba(43,137,68,0.5);1271}12721273.tradeButton:after {1274content: "";1275position: relative;1276top: -120px;1277left: -90px;1278display: block;1279width: 35px;1280height: 150px;1281background: rgba(255, 255, 255, 0.5);1282transform: rotate(35deg);1283-webkit-filter: blur(20px);1284transition: none;1285}12861287.tradeButton:hover:after {1288left: 400px;1289transition: .3s ease-in-out;1290}12911292.clearGameState {1293font-size: 17px;1294font-family: 'Rajdhani', sans-serif;1295text-align: center;1296line-height: 40px;1297color: #fff;1298margin: 50px 0 25px 20px;1299width: 150px;1300height: 40px;1301background: linear-gradient(#1d7751, #0e382c);1302border: 2px #25793b solid;1303border-radius: 5px;1304text-shadow: 0 0 10px rgba(255,255,255,0.3);1305transition: .1s;1306transform: scale(1);1307cursor: pointer;1308-webkit-user-select: none;1309box-shadow: 0 0 25px rgba(0,117,9,0.5);1310overflow: hidden;1311}131213131314::-webkit-scrollbar {1315width: 17px;1316}13171318::-webkit-scrollbar-track {1319background-color: #101619;1320}13211322::-webkit-scrollbar-thumb {1323background-color: #25793B;1324}13251326/*===============HELPERS===================*/13271328.noselect {1329-webkit-touch-callout: none;1330-webkit-user-select: none;1331-khtml-user-select: none;1332-moz-user-select: none;1333-ms-user-select: none;1334user-select: none;1335}13361337/*===============MEDIA QUERIES=================*/1338@media only screen and (max-width: 1660px) {1339.depositorSkinContainer {1340left: 0;1341bottom: 0;1342position: absolute;1343height: 80px;1344background: rgba(10,10,10,.8);1345width: 100%;1346}13471348.jackpotDepositor {1349height: 160px;1350}13511352.modalMain.unbox {1353position: absolute;1354top: 0;1355right: 0;1356left: 0;1357bottom: 0;1358margin: auto;1359height: 300px;1360width: 500px;1361background: #101619;1362border: 1px #186144 solid;1363}13641365.modalMain.winner {1366transform: scale(.75);1367}13681369.modalClose.unbox {1370position: absolute;1371right: 0;1372left: 0;1373bottom: 15px;1374font-size: 20px;1375font-family: 'Rajdhani', sans-serif;1376text-align: center;1377line-height: 40px;1378color: #fff;1379margin: 0 auto;1380width: 150px;1381height: 40px;1382background: linear-gradient(#1d7751, #0e382c);1383border: 2px #25793b solid;1384border-radius: 5px;1385text-shadow: 0 0 10px rgba(255,255,255,0.3);1386transition: .1s;1387transform: scale(1);1388cursor: pointer;1389-webkit-user-select: none;1390box-shadow: 0 0 25px rgba(0,117,9,0.5);1391overflow: hidden;1392}13931394.modalMain > img {1395display: block;1396height: 200px;1397width: 200px;1398margin: 0 auto;1399}14001401.jackpotStats {1402height: 125px;1403position: absolute;1404right: 0;1405left: 0;1406}14071408}140914101411/*===============KEYFRAMES=================*/14121413@keyframes infRotate {1414from {1415-ms-transform: rotate(0deg) scale(1.75);1416-moz-transform: rotate(0deg) scale(1.75);1417-webkit-transform: rotate(0deg) scale(1.75);1418-o-transform: rotate(0deg) scale(1.75);1419transform: rotate(0deg) scale(1.75);1420} to {1421-ms-transform: rotate(360deg) scale(1.75);1422-moz-transform: rotate(360deg) scale(1.75);1423-webkit-transform: rotate(360deg) scale(1.75);1424-o-transform: rotate(360deg) scale(1.75);1425transform: rotate(360deg) scale(1.75);1426}1427}14281429