:root {
    --bs-table-bg: transparent;
}

@font-face {
    font-family: Cinzel;
    src: url("../fonts/cinzel-variablefont_wght-webfont.woff") format('woff');
    src: url("../fonts/Cinzel-VariableFont_wght.ttf") format('truetype');
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/montserrat-variablefont_wght-webfont.woff") format('woff');
    src: url("../fonts/Montserrat-VariableFont_wght.ttf") format('truetype');
}

@font-face {
    font-family: Montserrat-Thin;
    src: url("../fonts/static/Montserrat-Thin.ttf") format('truetype');
}

@font-face {
    font-family: Montserrat-ExtraLight;
    src: url("../fonts/static/Montserrat-ExtraLight.ttf") format('truetype');
}

@font-face {
    font-family: Montserrat-Light;
    src: url("../fonts/static/Montserrat-Light.ttf") format('truetype');
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body {
    background: #0A192F;
    color: #fff;
    /*background-image: url("./images/interfaceBoardPlain.jpg");*/
    background-image: url("./images/fondo-gris1.resized.jpg");
    background-size: contain;
    font-family: 'Montserrat', sans-serif;
}

#preloader, #landing, #screen {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #131313 url('../images/icons/helmet2.svg') no-repeat 50% 25%;
    background-color: #131313;
    background-size: 20%;
    text-align: center;
}

.preloader1 {
    position: absolute;
    width: 100%;
    top: 60%;
}

.preloader2 {
    position: absolute;
    width: 100%;
    bottom: 10%;
}

#landing, #screen {
    display: none;
}

/* Portrait orientation */
@media screen and (max-width: 767px) and (orientation: portrait) {
    #landing {
        display: block;
    }

}
/* Landscape orientation */
@media screen and (max-width: 767px) and (orientation: landscape) {
    #screen {
        display: block;
    }
}

#landing2 {
    position: absolute;
    bottom: 25%;
    width: 100%;
}

#landing2 p {
    font-size: 3.5vw;
    font-style: italic;
}

.preloader2 p {
    font-size: 2vw;
}

#preloader p {
    font-size: 1vw;
}

p {
    margin-bottom: 0.5rem;
    font-size: 0.7vw;
}

.red {
    color: #ef0000;
}

.red2 {
    color: #ff4e4e;
}

.blue {
    color: #009fe3;
}

.yellow {
    color: #ffed00;
}

.green {
    color: #009640;
}

.violet {
    color: #c7aff1
}

.onColor {
    color: #00ff20;
}

.gold {
    color: #DEC790;
}

.shadowYellow {
    text-shadow: 0px 0px 10px #ffed00;
}

.bShadowYellow {
    box-shadow: 0px 0px 10px #ffed00;

}

.shadowGreen {
    text-shadow: 0px 0px 10px #009640;
}

.bShadowGreen {
    box-shadow: 0px 0px 10px #009640;
}

.shadowRed {
    text-shadow: 0px 0px 10px #ef0000;
}

.shadowBlue {
    text-shadow: 0px 0px 10px #009fe3;
}

.shadowWhite {
    text-shadow: 0px 0px 10px #ffffff;
}

.shadowBlack {
    text-shadow: 0px 0px 10px #000000;
}

h6 {
    font-size: 1vw;
    font-family: Cinzel;
    letter-spacing: 1.3px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

i {
    font-size: 0.6vw;
    color: white;
    cursor: pointer;
    margin-left: 3px;
    display: block;
    letter-spacing: 0.8px;
    font-weight: 600;
}

i::before {
    margin-right: 5px;
}

.bi-coin {
    color: white;
}

.bi-cash,
.bi-thermometer {
    color: white;
}



.level {
    display: none;
    width: 100%;
    height: 1.2vw;
    background-size: 100% 100%;
    background-position: center;
    margin-bottom: 1rem;
}

.sell {
    background-image: url('./images/icons/up-cardR.svg');
}

.buy {
    background-image: url('./images/icons/up-cardG.svg');
}

.turn {
    box-shadow: 0 0 13px 13px;
    border-radius: 30px;
}

#poolsList {
    margin: auto;
    width: 70%;
    text-align: center;
    font-size: 0.9vw;
}


#listPools {
    list-style-type: none;
    text-align: left;
    background-image: url("./images/bloque.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 50px 30px 50px;
    margin-top: -20px;
}

#d1, #d2, #dd1, #dd2 {
    font-size: 1.5vw !important;
    background-image: url(./images/bloque.svg);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0.35em 0.65em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: all 0.3s ease-in;
}

#waiting {
    margin: 25px auto;
}

#pUser,
#pAi {
    position: absolute;
    top: 60%;
    width: 100%;
}

#swPay {
    margin-top: 1rem;
    font-family: Cinzel;
    letter-spacing: 1.2px;
    font-size: 0.9vw;
    text-shadow: 0 0 10px black;
}

.pSwap {
    position: relative;
    height: inherit;
}

#skip,
#swap {
    margin-right: 1rem;
    width: 30%;
}

.spinner {

    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.rotating {
    animation: rotating 1.5s linear infinite alternate;
    -webkit-animation: rotating 1.5s linear infinite alternate;
}

.zoom {
    animation: zoom 1.5s linear infinite alternate;
    -webkit-animation: zoom 1.5s linear infinite alternate;
}

.zoomPost {
    animation: zoom1 1s linear alternate;
    -webkit-animation: zoom1 1s linear alternate;
}

.wheel {
    background-image: url("./images/icons/cog.svg");
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.rotate {
    background-image: url("./images/icons/rotate.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.wide {
    background-image: url("./images/icons/wide.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.userB,
.AiB {
    margin: auto;
    padding: 5px 12px;
    background-image: url("./images/bloque.svg");
    margin-top: 20px;
}

.userB {
    color: #ffed00;
}

.AiB {
    color: #ff4e4e;
}

.dices {
    transform: rotate(360deg);
}

#header {
    width: 92vw;
    margin: auto;
}

.board {
    width: 82vw;
    height: 45vw;
    /*background-image: url("./images/backgroud.jpg");*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /*margin:  100px 0 0 0;*/

}

.beta {
    font-size: 1vw;
    font-weight: 600;
    font-style: italic;
    position: absolute;
    top: 0px;
    right: 18px;
}
/*
.logo {
    width: 78%;
    margin-left: 13%;
}
*/
.nftG,
liber {

    width: 4.5vw;
    height: 6.3vw;
    border-radius: 10px;
    background-size: cover;
}

.slot {
    background-image: url("./images/nftSlot.svg");
}

.avatar {
    background-image: url("./images/nft/m-avatar.png");
}

.liber {
    background-image: url("./images/nft/m-liber.png");
}

.collector {
    background-image: url("./images/nft/m-collector.png");
}

.auctus {
    background-image: url("./images/nft/m-auctus.png");
}

.ultramodum {
    background-image: url("./images/nft/m-ultra.png");
}

.innerBoard {

    background-size: 85%;
    background-repeat: no-repeat;
    background-position: 1vw 1vh;
}

.r {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1 1 auto;
}

.t {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-start;
    flex: 1 1 auto;
}

.c {

    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    flex: 1 1 auto;
    justify-content: space-between;

}

.item {
    text-align: center;
}

.pool {
    background-image: url("./images/post.svg");
    width: 5.4vw;
    height: 8vw;
    background-size: 105% 105%;
    background-position: center;
    padding: 0 1px 0 1px;
    font-size: 0.9vw;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 20px;
    transition: scale .35s ease-in-out;

}

.pool:hover {
    /*translate: 0 -10px;*/
    scale: 1.3;

}

.poolHor {
    background-image: url("./images/postHor.svg");
    width: 8vw;
    height: 5.4vw;
    background-size: 105% 105%;
    background-position: center;
    margin: 1px 0 1px 0;
    font-size: 0.9vw;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-color: #ffffff;
    border-radius: 10px;
}

.corner {
    width: 8vw;
    height: 8vw;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    -webkit-transition: width .35s ease-in-out;
    transition: translate .35s ease-in-out;

}

.corner:hover {
    translate: 0 -50px;
}

.item {

    /*background-size: contain;*/
    background-position: center;
    background-repeat: no-repeat;
    background-color: #131313;

}


.plant {
    background-color: white !important;
}

.plant img {
    max-width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.solarPlant {
    background-image: url("./images/special/saturn.svg");
    background-repeat: no-repeat;
}

.p4 {
    background-image: url("./images/modal/temples/saturnTem.jpeg");
}

.carbonPlant {
    background-image: url("./images/special/isis.svg");
    background-repeat: no-repeat;
}

.p23 {
    background-image: url("./images/modal/temples/isisTemp.jpeg");
}

.nuclearPlant {
    background-image: url("./images/special/mars.svg");
    background-repeat: no-repeat;
}

.p34 {
    background-image: url("./images/modal/temples/marsTem.jpeg");
}

.waterPlant {
    background-image: url("./images/special/agripina.svg");
    background-position: center;
}

.p15 {
    background-image: url("./images/modal/temples/agripinaTem.jpeg");
}

.pool1 {
    
    background-image: url("./images/post/post1.png");
}

.p1 {
    background-image: url("./images/modal/p1/faventia.jpeg");
}

.p3 {
    background-image: url("./images/modal/p1/vicentia.jpeg");
}


.pool2 {
    
    background-image: url("./images/post/post2.png");
}

.p5 {
    background-image: url("./images/modal/p2/teurnia.jpeg");
}

.p6 {
    background-image: url("./images/modal/p2/mevania.jpeg");
}

.p7 {
    background-image: url("./images/modal/p2/numantia.jpeg");
}


.pool3 {
    background-image: url("./images/post/post3.png");
}

.p9 {
    background-image: url("./images/modal/p3/novaesium.jpeg");
}

.p10 {
    background-image: url("./images/modal/p3/cadium.jpeg");
}

.p12 {
    background-image: url("./images/modal/p3/barium.jpeg");
}

.pool4 {
    /*background-image: url("./images/post/post4.svg");*/
    background-image: url('./images/post/post4.png');
}

.p14 {
    background-image: url("./images/modal/p4/croton.jpeg");
}

.p16 {
    background-image: url("./images/modal/p4/danster.jpeg");
}

.p18 {
    background-image: url("./images/modal/p4/magador.jpeg");
}


.pool5 {
    background-image: url("./images/post/post5.svg");
}

.p20 {
    background-image: url("./images/modal/p5/ascalon.jpeg");
}

.p21 {
    background-image: url("./images/modal/p5/brivas.jpeg");
}

.p22 {
    background-image: url("./images/modal/p5/hispalis.jpeg");
}

.pool6 {
    background-image: url("./images/post/post6.png");
}

.p24 {
    background-image: url("./images/modal/p6/apulum.jpeg");
}

.p25 {
    background-image: url("./images/modal/p6/adPontes.jpeg");
}

.p27 {
    background-image: url("./images/modal/p6/alaNova.jpeg");
}

.pool7 {
    background-image: url("./images/post/post7.png");
}

.p29 {
    background-image: url("./images/modal/p7/regina.jpeg");
}

.p30 {
    background-image: url("./images/modal/p7/noreia.jpeg");
}

.p31 {
    background-image: url("./images/modal/p7/augusta.jpeg");
}

.pool8 {
    background-image: url("./images/post/post8.png");
}

.p33 {
    background-image: url("./images/modal/p8/noanis.jpeg");
}

.p37 {
    background-image: url("./images/modal/p8/magnus.jpeg");
}

.p28 {
    background-image: url("./images/modal/secret.jpeg");
}



.curentU {
   
    box-shadow: inset 0 0 9px 8px #f3f038;
    border-radius: 10px;
    z-index: 999;
    /*
    -webkit-transform:  rotateY(14400deg);
    -moz-transform:  rotateY(14400deg);
    -ms-transform:  rotateY(14400deg);
    -o-transform:  rotateY(14400deg);
    transform:  rotateY(14400deg); 
    */
    -webkit-transform: scale(1.2) rotate(360deg);
    -moz-transform: scale(1.2) rotate(360deg);
    -ms-transform: scale(1.2) rotate(360deg);
    -o-transform: scale(1.2) rotate(360deg);
    transform: scale(1.2) rotate(360deg);
}

.curentHorU {
    /*box-shadow: rgba(119, 252, 182, 99) -25px 0px 40px -20px;
    border: 2px solid #00FFFF;
    border-radius: 5px;
    */
    box-shadow: 0 0 30px rgb(217, 219, 228);
    border: 3px solid rgb(198, 201, 216);
    border-radius: 10px;

    z-index: 999;
}

.curentA {
    box-shadow: inset 0 0 9px 8px #f13400;   
    border-radius: 10px;
    z-index: 999;
    /*box-shadow: rgba(252, 166, 157, 99) 0px -25px 40px -20px;
    /*
    background-image: url("./images/avatarAi.png");
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: right center;
    */
    -webkit-transform: scale(1.2) rotate(360deg);
    -moz-transform: scale(1.2) rotate(360deg);
    -ms-transform: scale(1.2) rotate(360deg);
    -o-transform: scale(1.2) rotate(360deg);
    transform: scale(1.2) rotate(360deg);
}

.curentAHor {
    /*box-shadow: rgba(252, 166, 157, 99) -25px 0px 40px -20px;*/
    border: 2px solid #FCA69D;
    border-radius: 10px;
    z-index: 999;
}

.lev {
    text-shadow: 0 0 10px black;
    padding: 4px 2px 1px;
    width: 28%;
    border-radius: 50%;
    left: 37%;
    top: -7%;
    font-family: Cinzel;
    box-shadow: 0 0 10px black;
    font-weight: 700;
}

.levLeft {
    top: 40%;
    width: 20%;
    left: 88%;
}

.levRight {
    left: -7%;
    top: 26%;
    width: 20%;
}



.l1 {
    background-color: #EAAE47;
}

.l2 {
    background-color: #85C0F0;
}

.l3 {
    background-color: #9ABF9E;
}

.l4 {
    background-color: #E7443E;
}

.l5 {
    background-color: #8DAAB7;
}

.l6 {
    background-color: #F4884A;
}

.l7 {
    background-color: #F3F453;
}

.l8 {
    background-color: #4CE445;
}


.upgrade {
    background-image: url("./images/upgrade.png");
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.both {
    /*
    background-image: url("./images/avatarUser.png"), url("./images/avatarAi.png");
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: 25%;
    
    box-shadow: rgba(119, 252, 182, 99) 0px 25px 40px -20px, rgba(252, 166, 157, 99) 0px -25px 40px -20px;
    */
    box-shadow: 0 0 20px rgb(217, 219, 228);
    border-style: solid;
    border-color: #00FFFF #FCA69D;
    border-radius: 10px;
}

.bothHor {
    box-shadow: rgba(119, 252, 182, 99) 25px 0px 40px -20px, rgba(252, 166, 157, 99) -25px 0px 40px -20px;
}

.bothStart {
    width: 10vw;
    width: 10vw;
    background-image: url("./images/startBoth.png") !important;
    background-size: contain;
    background-position: center;
    box-shadow: none !important;
}

.ownedByUser {
    background-color: rgb(65, 163, 228);
}

.ownedByAi {
    background-color: #8497b3;
}

.tax1 {
    background-image: url("./images/special/tax.svg");
    background-repeat: no-repeat;
}

.p2 {
    background-image: url("./images/modal/tax.jpeg");
}

.airdrop {
    background-image: url("./images/airdrop.png");
}

.south {
    background-image: url("./images/special/south.svg");
    background-repeat: no-repeat;
}

.p8 {
    background-image: url('./images/modal/borders/borderS.jpeg');
}

.north {
    background-image: url("./images/special/north.svg");
    background-repeat: no-repeat;
}

.p26 {
    background-image: url('./images/modal/borders/borderN.jpeg');
}

.east {
    background-image: url("./images/special/east.svg");
    background-repeat: no-repeat;
}

.p36 {
    background-image: url('./images/modal/borders/borderE.jpeg');
}

.west {
    background-image: url("./images/special/west.svg");
    background-repeat: no-repeat;
}

.p17 {
    background-image: url('./images/modal/borders/borderW.jpeg');
}


.secret {
    background-image: url("./images/special/secret.png");
}

.treasury {
    background-image: url("./images/special/treasury.svg");
}

.treasuryImg {
    background-image: url("./images/modal/treasuryImg.jpeg");
}

.pot {
    background-image: url("./images/special/pot.png");
}

.potImg {
    background-image: url("./images/modal/pot.jpeg");
}


.collectF {
    background-image: url("./images/collectF.png");
}

.superTax {
    background-image: url("./images/special/superTax.svg");
}

.p35 {
    background-image: url("./images/modal/taxImg.jpeg");
}

.coliseum {
    background-image: url("./images/modal/coliseum.jpeg");
}

.transparent {
    background-color: transparent;
}


.plant {
    color: firebrick;
    background-size: contain;
    background-position: center;
}

#loader img {
    max-width: 5vw;
    max-height: 5vw;
}

.wallet {
    padding-left: 30px;

}

.neon {
    margin: -30px 0 0 -30px;
    height: 150px;
}

.nftGallery {
    width: 80%;
}

/* Pool */

.start {
    width: 8vw;
    height: 8vw;
    background-image: url("./images/special/start.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    box-shadow: none !important;
}

.startU {
    width: 10vw;
    height: 10vw;
    background-image: url("./images/startU.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    box-shadow: none !important;
}

.startA {
    width: 10vw;
    height: 10vw;
    background-image: url("./images/startA.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    box-shadow: none !important;
}

.collect {
    background-image: url("./images/special/toStart.svg");
    background-size: 106%;
    background-position: center;
    background-repeat: no-repeat;
}

.collect img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 5px 5px;
}

.welcome {
    background-image: url('./images/modal/start.jpeg');
}

.market {
    background-image: url("./images/special/market.png");
}

.p19 {
    background-image: url("./images/modal/market.jpeg");
}

.locked {
    background-image: url("./images/icons/halt.svg");
}

.unlocked {
    background-image: url("./images/icons/unlocked.svg");
}

.lottery {
    background-image: url("./images/lottery.png");
}

.ownerU {
    background-image: url(./images/icons/helmet2.svg);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 50% 35%;
}

.ownerU:hover, .ownerUH:hover {
    transition: all 1s;
    background-size: 60%;
}

.ownerUH {
    background-image: url(./images/icons/helmet2.svg);
    background-repeat: no-repeat;
    background-size: 34%;
    background-position: 85% 50%;
}

.ownerA {
    background-image: url(./images/icons/gladius1.svg);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 50% 35%;
}

.ownerAH {
    background-image: url(./images/icons/gladius1.svg);
    background-repeat: no-repeat;
    background-size: 34%;
    background-position: 85% 50%;
}

/*
#uName {
    background-image: url(./images/buttons/bNameU.svg);
}

#magnus {
    background-image: url(./images/buttons/bNameM.svg);
}
*/
.playerPos {
    background-size: 100% 100%;
    text-shadow: 0 0 10px black;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    color: #DEC790;
}

.bMenu {
    background-image: url(./images/buttons/plain.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 15px;
    font-family: Cinzel;
    font-weight: 700;
    letter-spacing: 1.2px;
    cursor: pointer;
    background-size: 100% 100%;
}

.bMenu1 {
    background-image: url(./images/fondo-gris2.png);
    padding: 8px;
    text-align: center;
    box-shadow: 0 0 6px #d8d8d8;
    border: 2px solid #ffffff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.7vw;
    margin-bottom: 0.7rem;
    width: 100%;
}


#turnAv {

    width: 100%;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%;
}

.userT {
    background-image: url('./images/icons/helmet2.svg');
}

.magnusT {
    background-image: url('./images/icons/gladius1.svg');
}

/*
#uName::before {
    content: '';
    background-image: url('./images/icons/helmet2.svg');
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: -10px;
}

#magnus::before {
    content: '';
    background-image: url('./images/icons/gladius1.svg');
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: -10px;
}
*/
.income {
    color: #00ff20;
}

.value::before {
    content: '';
    background-image: url('./images/icons/swap-bag.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
}

.income::before {
    content: '';
    background-image: url('./images/icons/receive-money.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
}


.name {

    text-align: center;
    text-transform: uppercase;

}

.name p {
    margin-bottom: 1vw;
    text-shadow: 0 0 15px #fffb00;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.6vw;
}

.r .pool .name {
    margin-top: 20%;
}

.r .pool .name p {
    margin-bottom: 3.3vw;
}

.poolHor .name {
    margin-top: 10px;
    text-align: left;
    margin-left: 15px;
}

.poolHor .name p {
    margin-bottom: 1.5vw;
}

.userB,
.AiB span {
    font-size: 1.3vw;
    font-weight: bold;
    text-shadow: 0 0 10px black;
}

.gif {
    visibility: hidden;
}

.gif img {
    width: 2.2vw;
    cursor: pointer;
}

.boton {
    max-width: 25%;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.boton2 {
    max-width: 50%;
    cursor: pointer;
}

.mh-5 {
    max-width: 5vw;
    max-height: 5vw;
}



/*Modal*/

#messagge .modal-dialog {
    margin-left: 35rem;
}

.modal-content {
    background-image: url("./images/fondo-gris1_small.jpg");
    background-position: center;
    background-size: cover;
    font-weight: 500;
    padding: 10px;
    box-shadow: 0 0 17px #00ff4d;
    border: 3px solid #e3f79e;
    border-radius: 0.5rem;
}

.modal-title {
    font-family: Cinzel;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

#myModal .modal-dialog {
    margin-left: 21.5vw;
}

.modalIcons img {
    width: 50px;
    cursor: pointer;
}

#dd1,
#dd2 {

    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.dado {
    background-image: url("./images/dado.gif");
}

.dado1 {
    background-image: url("./images/dado1.png");
}

.dado2 {
    background-image: url("./images/dado2.png");
}

.dado3 {
    background-image: url("./images/dado3.png");
}

.dado4 {
    background-image: url("./images/dado4.png");
}

.dado5 {
    background-image: url("./images/dado5.png");
}

.dado6 {
    background-image: url("./images/dado6.png");
}

#modalImg {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 9px 1px 10px black;
    border-radius: 10px;
    height: 20vw;
}

#modalImg2 {
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 7vw;

    height: 100%;
    background-position: bottom;
}

#modalImg3 {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 75%;
    background-position: center;
}

.rest {
    background-image: url("./images/icons/pavilion1.svg");
}

#modalBody {
    font-size: 1vw;
    color: #DEC790;
    word-spacing: 1px;
    letter-spacing: -0.3px;
}

#tA {
    margin-top: 15px;
    letter-spacing: 1.2px;
}

#completed {
    margin-left: 12px;
}

.gotoStart {
    background-image: url("./images/modal/gotoStart.jpeg");
}

.go {
    background-image: url("./images/icons/trireme.svg");
}

.startImg {
    background-image: url("./images/modal/salary.jpeg");
}

.salary {
    background-image: url("./images/icons/cash.svg");
}

.taxImg {
    background-image: url("./images/modal/salary.jpeg");
}

.pay {
    background-image: url("./images/icons/pay.svg");
}

.receive {
    background-image: url("./images/icons/receive.svg");
}

.noCollect {
    background-image: url("./images/noCollect.png");
}

.aiPost {
    background-image: url("./images/modal/aiPost.jpeg");
}

.userPost {
    background-image: url("./images/modal/post.jpeg");
}

.coins {
    background-image: url("./images/coins.png");
}

.noPay {
    background-image: url("./images/icons/centurion.svg");
}

.mission {
    background-image: url("./images/mission.png");
}

.waiting {
    background-image: url("./images/hourglass.gif");
}

.sFund {
    background-image: url("./images/icons/staking.svg");
}

.uLevel {
    background-image: url("./images/icons/column.svg");
}

.swap {
    background-image: url("./images/icons/buy-card.svg");
}

.tradeP {
    background-image: url("./images/tradeP.png");
}

.addFund {
    background-image: url("./images/icons/profit.svg");
}

.borderImg {
    background-image: url("./images/modal/border.jpeg");
}

#tip {
    font-size: small;
    margin-top: 25px;
}

#mess {
    float: right;
    background-repeat: no-repeat;
    height: 2.25rem;
    width: 100%;
    background-position: right;
}

.modalWelcome {
    text-indent: 40px;
    text-align: justify;
    font-size: 0.8vw;
    position: relative;
    line-height: 1.5rem;
}

.modalWelcome blockquote {
    position: relative;
    line-height: 1.5;
}

.modalWelcome blockquote::before {
    content: '';
    background-image: url('./images/icons/caesar2.svg');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -10px
}

.caesar {
    background-image: url('./images/icons/caesar2.svg');
}

.confirmed {
    background-image: url('./images/icons/check-mark.svg');
}

.error {
    background-image: url('./images/icons/error.svg');
}

#rankingTable {
    text-transform: capitalize;
}

.table-dark {
    background-color: transparent !important;
}

.iconSvg {
    display: block;
    margin-top: 20px;
    text-align: left;
    position: relative;
    margin-left: 30px;
    font-size: 0.8vw;
}

.iconSvg::before {
    content: '';
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: -30px;
}

.done::before {
    background-image: url('./images/icons/up.svg');
}

.cancel::before {
    background-image: url('./images/icons/down.svg');
    top: 5px;
}

#tip::before {
    content: '';
    background-image: url('./images/icons/pin.svg');
    width: 35px;
    height: 35px;
    float: left;
    margin-top: -10px;
    margin-right: 5px;
}

.stakes {
    background-image: url("./images/fondo-gris2.png");
    background-color: #131313;
    padding: 10px;
    box-shadow: 0 0 17px #f13400;
    border: 3px solid #ffb497;
    height: 25vw;
    border-radius: 5px;
}

.stakes p {
    font-size: 1.15vw;
}

.stakes span {
    font-family: Cinzel;
    float: right;
    color: #ffed00;
    font-size: 1.1vw;
}

.stakes button {
    display: block;
}

.nftCollection {
    box-shadow: 0 0 17px #d8d8d8;
    border: 3px solid #ffffff;
    border-radius: 5px;
}

.nftTitle {
    font-size: 0.8vw !important;
    letter-spacing: 1.1px;
    font-weight: 600;
    white-space: nowrap;
}

.stakes .btn-group {
    margin-top: 10px;
}


.spaceD {
    height: 10px;
    width: 100%;
    border-bottom: 1px solid #100e0e;
}

.spaceU {
    height: 10px;
    width: 100%;
    border-top: 2px solid #1c1c1c;
}

.gas {
    white-space: nowrap;
    background-image: url("./images/fondo-gris2.png");
    /*background-image: url('./images/bloque.svg');*/
    padding: 20px 0;
    text-align: center;
}

.mOpen {
    background-image: url('./images/icons/open.svg');
    width: 55px;
    height: 55px;
}

.mLocked {
    background-image: url('./images/icons/locked1.svg');
    width: 55px;
    height: 55px;
}

.indic {
    width: 90%;
}

#sound, #effect {
    background-repeat: no-repeat;
    width: 38px;
    height: 33px;
    cursor: pointer;
}

.pump {
    margin-right: auto;
    font-size: 0.8vw;
    padding-left: 25px;
    padding-top: 2px;
    position: relative;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: -0.8px;
}
.pump::before {
    content: '';
    background-image: url("./images/icons/pump.svg");
    width: 30px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    
}

.speaker {
    
    background-image: url("./images/icons/sound-on.svg");
}

.speakerOff {
    
    background-image: url("./images/icons/sound-off.svg");
}

.effectOn {
    background-image: url("./images/icons/speaker.svg");
}

.effectOff {
    background-image: url("./images/icons/speaker-off.svg");
}

/*
.gas:before {
    content: '';
    background-image:  url(./images/icons/gas.svg);
    background-size: 50px 37px;
    width: 50px;
    height: 37px;
    display: inline-block;
    background-repeat: no-repeat;
}
*/
/*
#ok {
    background-image: url("./images/botonYes.png");
    background-position: center;
    background-size: contain;
}
*/

/*svg*/
.bg-svg {
    width: 100%;
    /*background-image: url("./images/bloque.svg");*/
    background-image: url("./images/fondo-gris1_small.jpg");
    height: auto;
    padding: 15px 27px 20px 27px;
    margin-top: -36px;
    background-size: 100% 100%;
    border-radius: 0.5rem;
}

.myGame {
    box-shadow: 0 0 17px #ffb431;
    border: 3px solid #e3dc8b;
}

.myWallet {
    box-shadow: 0 0 17px #00ff4d;
    border: 3px solid #e3f79e;
}

.bg-svg span {
    font-weight: 600;
    letter-spacing: 1px;
}

/*shadows*/
.greenSh {
    text-shadow:
        -0.2rem -0.2rem 1rem #fff,
        0.2rem 0.2rem 1rem #fff,
        0 0 2rem #009640,
        0 0 4rem #009640,
        0 0 6rem #009640,
        0 0 8rem #009640,
        0 0 10rem #009640;
}

/*buttons*/

#connect,
#disconnect {
    margin: auto;
    font-family: Cinzel;
}

#disconnect {
    width: fit-content;
}

input,
input:focus {
    background: transparent;
    border: none;
    color: white;
    border-bottom: 1px solid #fff;
    padding: 5px;
    outline: none;
}

.cursorD {
    cursor: default;
}



/*animation*/


.transition {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.translateAnimationClass {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes zoom {
    0% {
      
      transform: scale(1);
    }
    100% {
      
      transform: scale(1.15);
    }
  }

  @keyframes zoom1 {
    0% {
        background-size: 50%; 
     }
     100% {
        background-size: 60%; 
     }
  }

@keyframes rotating {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  }

#myCredit {
    transition: transform 1s linear;
}

#myCredit.toggled {
    transform: scale(2) scale(1);
}

@media screen and (max-width: 767px)  {
    #landing {
        /*visibility: visible;*/
        background-size: 50%;
    }

    #preloader {
        visibility: hidden;
    }

    #boardgame {
        visibility: hidden;
    }
}


@media screen and (min-width: 768px) and (max-width: 1180px) {

    .gas {
        padding: 0;
    }

    .pump::before {
        width: 18px;
        height: 18px;
    }

    #sound, #effect {
        width: 20px;
        height: 20px;
    }

    .nftCollection {
        border: 1px solid #ffffff;
    }

    .stats {
        font-size: 1.1vw;
    }

    .labelStats {
        font-size: 0.5vw;
    }

    .indic {
        padding: 3px 12px;
    }

    .corner, .pool, .poolHor {
        border-radius: 5px;
    }

    .wheel {
        width: 50px;
        height: 50px;
    }

    .value::before, .income::before {
        width: 7px;
        height: 7px;
    }

    .poolHor .name p {
        margin-bottom: 0.8vw;
        white-space: nowrap;
    }
    
    .ownerUH {
        background-position: 84% 30%;
    }

    #poolsList {
        height: 17vw;
    }

    #turnAv {
        height: 7vw;
    }

    #waiting {
        margin: 10px auto;
    }

    .turn {
        box-shadow: 0 0 9px 4px;
        border-radius: 13px;
    }

    .curentU {
   
        box-shadow: inset 0 0 5px 5px #f3f038;
    }

    .curentA {
        box-shadow: inset 0 0 5px 5px #f13400;  
    }

    .wallet {
        padding-left: 15px;
    }

    .neon {
        height: 100px;
        margin: -70px 0 0 -25px;
    }

    .neonXs {
        width: 100%;
        margin-top: -35px;
        margin-left: -10px;
        height: 100px;
    }

    .bg-svg {
        padding: 10px;
        margin-top: -30px;
    }

    .bg-svg p {
        font-size: 0.8vw;
        
    }

    .bMenu1 {
        font-size: 0.8vw;
        padding: 5px;
        border: 1px solid #ffffff;
    }

    #addPol {
        width: 10%;
    }

    .stakes {
        padding: 15px !important;
    }

    .stakes button {
        padding: 4px;
        font-size: 1vw;
    }

    #qS, #qD {
        font-size: 1vw;
    }

    #approveS {
        margin: 0 auto;
    }

    .nftGallery {
        width: 100%;
    }

    #aNft {
        margin: 17px auto;
    }

    .modalWelcome {
        font-size: 1.1vw;
        line-height: 1rem;
    }

    .modalWelcome blockquote::before {
        width: 25px;
        height: 25px;
        top: -8px;
    }

    h5 {
        font-size: 1.5vw
    }

    [type=button] {
        font-size: 1vw;
    }

    #modalImg2 {
        padding: 10px 0;
    }

    .cancel::before {
        top: -2px;
    }

    .done::before {
        top: 1px;
    }

    .modalIcons img {
        width: 30px;
    }

    .modal-body {
        font-size: 1vw;
    }

    .modal-header {
        padding: 0.5rem 1rem;
    }

    .modal-footer {
        padding: 0.5rem 0.75rem 0.25rem;
    }

    #tip, .iconSvg {
        font-size: 1vw;
    }

    #messagge .modal-dialog {
        margin: 0 auto;
    }

    #messagge .modal-body p , #messagge .btn {
        font-size: 1.3vw !important;
    }


}
