/**Basicos**/
@font-face {
	font-family: 'regular';
	src: url("/Rubik-Regular.ttf");
}
@font-face {
	font-family: 'medium';
	src: url("/Rubik-Medium.ttf");
}
@font-face {
	font-family: 'bold';
	src: url("/Rubik-Bold.ttf");
}
html{
	min-height: 100vh;
}
/***LOGIN**/
.loginPageContainer iframe{
    min-height:80vh!important;
    height:auto!important;
}
.signbox-header img#projectLogo{
    display:none!important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border: none;
    background-color: #fef8f8e6;
    border-radius: 2px;
    padding: 15px 20px!important;
}
#menu .dropdown a.dropdown-item, #menu .dropdown a.dropdown-item:hover {
    color: #2b2b2b!important;
    padding-left: 0px!important; 
    line-height: 30px;
    border-bottom: solid 1px #00000026;
        background: none;
    text-decoration: none;
}
#menu .dropdown a.dropdown-item:nth-child(3){
   border-bottom: solid 0px #00000026; 
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0px;
    vertical-align: inherit;
    content: "▼";
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    line-height: -20px!Important;
    top: -10px;
    font-size: 9px!important;
    margin-left: 4px;
}
/***LOGIN**/
body {
    font-weight: 400;
    color: #ffffffd9;
    background-color: #C83030!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(fondo.svg);
    background-repeat: repeat-x;
    background-size: initial;
    background-position: bottom;
    background-attachment: fixed;
    font-family: 'regular';
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

a {
	opacity:1;
	text-decoration:none;
	transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
    color: #ffca00;
}
a:hover {
	opacity:0.7!important;
	text-decoration:none;
    color: #ffca00;
}
.h1, h1 {
 font-weight: 700;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
	letter-spacing: -1px;

}
/**botones y cosas**/
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 0%)!important;
}

.btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.btn-primary {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    color: #fef8f8;
    background-color: rgb(255,229,5);
    background: rgb(215 81 76);
    /* background: linear-gradient(
0deg, rgba(255,184,4,1) 0%, rgba(255,229,5,1) 100%); */
    border: 0px!important;
    font-size: 15px!important;
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fef8f8!important;
    opacity: 0.7!important;
        background-color: #d7514c!important;
}
.bg-primary {
    background-color: #ffbb05!important;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fef8f7;
    background-color: #d5514b;
    border: 0px;
    padding: 3px 20px;
}
.depositSlionButton.disabled, .claimXlionButton.disabled {
    color: #0d143b;
    background-color: #ffffff54;
    background-image: none;
}
/**Cabecera**/

#menu .dropdown a.dropdown-item a{
    color: #111e55!important;
    padding-left: 20px!important;
}
.welcomeCol{
	margin: 30px auto;
}

#menu {
    /* margin-top: 34px; */
    background-color: #c83030!important;
    background: none;
    position: fixed;
    width: 100%;
        z-index: 99;
    top: 0px;
}
.menuFloating{
    box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 27%);
}
#menu .navbar-brand {
    color: #1e1e1e;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 39px;
    font-weight: 600!important;
    text-shadow: -1px 1.5px 0px rgb(0 175 255);
    font-family: bold;
}
#menu .navbar-brand span {
    font-weight: none;
    display: none;
}
#menu .navbar-nav .dropdown, #menu .navbar-nav .navbar-nav {
  
    width: 20%px!important;
}
#logo {
    width: 35px!important;
}

#menu .navbar-brand span{
   
    font-weight: 100!important;
}
#menu #tokenPrice {
    width: auto;
    margin-right: 10px;
}
#menu #tokenPrice a {
    color: #efb90a;
}
.earnValueContainer, .depositFeeValueContainer, .detailsTotalLiquidityTextValue{
    font-family: 'medium';
    margin-left: 5px;
}
#menu #tokenPrice .separator {
    color: #ffdf04;
    margin: 0px 10px;
}
/*
.navbar-expand-lg .navbar-nav#tokenPrice {
    flex-direction: column;
    line-height: 25px;
}
*/
/**home**/
.homeContainer{
	max-width: 1190px!important;
    margin: 0 auto;
	}
.descriptionProject {
    margin-top: 20px;
}
#welcomeTo {
    font-weight: 100;
    font-size: 100px;
    max-width: 960px;
    margin: 0 auto;
    line-height: 80px;
    letter-spacing: -1px;
    /* font-family: times; */
    color: #2b2b2b;
    font-family: 'medium';
    text-shadow: -3px 2.5px 0px rgb(0 175 255);
    margin-top: 20px;
    margin-bottom: 30px!important;
}
.colTokenIcon{
        text-align: center;
}
.descriptionProject1{
     color: #2b2b2b;
    font-size: 26px;
}
#menu #account {
    /*width: 144px;*/
    width: auto;
}
.tokenStats {
    background: #ffffff17;
    border-radius: 18px;
    padding: 36px 45px 49px 45px;
    border: 10px #060d29 solid;
    box-sizing: border-box;
    color: #dadbe1a8;
}
.ourTokenContainer {
    background: #ffffff17;
    border-radius: 18px;
    padding: 36px 63px 49px 71px;
    border: 10px #060e2a solid;
    color: #ffffffa8;
    background: #ffffff17;
    border-radius: 41px;
    padding: 36px 63px 49px 71px;
    border: 10px #060e2a solid;
    color: #ffffffa8;
    border-image: linear-gradient(
180deg
, rgb(6 14 41), rgb(3 5 17)) 1;
  }
.tokenStatsTitle{
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: left;
	/* font-family: times; */
	color: #ffffff;
}
.tokenStatsTable{
	width: 100%;
    font-size: 14px;
	margin: 25px 0px;
}
.tokenStatsTable tr {
	height: 25px!important;
}
.totalValueLockedTitle{
	font-weight: 700;
    margin-top: 20px;
}
.totalValueLockedValue {
    font-weight: 700;
    font-size: 44px;
    color: #ffc703;
    text-shadow: 0px 0px 5px #fec704c9;
}
.totalValueLockedFooter{
	color: #9e9eab;
}
.ourTokenContainer {
    background: #ffffff17;
    border-radius: 41px;
    padding: 36px 63px 49px 71px;
    border: 10px #060e2a solid;
    color: #ffffffa8;
    border-image: linear-gradient(180deg, rgb(6 14 41), rgb(3 5 17)) 1;
}
.twitterContainer {background: #141b3f;border-radius: 18px;padding: 36px 45px 49px 45px;border: 10px #071035 solid;background: #ffffff17;border-radius: 41px;padding: 36px 63px 49px 71px;border: 10px #060e2a solid;color: #ffffffa8;border-image: linear-gradient(
180deg
, rgb(2 7 21), rgb(3 5 17)) 1;}
.AnnouncementsTitle{
	font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left!important;
}
.twitterEmbed{
	background-color: #f1eff0;
    height: 200px;
    padding: 20px;
    text-align: left;
    color: #c3bec7;
}
#auditedByContainer{
	margin-top: 60px;
	margin-bottom: 60px;
	color: #a6a6b1;
	font-size: 14px;
}
#auditedByContainer a {
   
        color: #3c4258;
    text-decoration: none;
}

#auditedByContainer a small {
    font-size: 99%;
    font-weight: 400;
}
/**pools**/
.poolInactive {
    opacity: 0.5;
}
.singleContainerPoolRow{
	font-size:14px;
}
.container-fluid{
	max-width: 1250px!important;
    margin: 0 auto;
}
.singleContainerPool {
    background: #fffffff5;
    border-radius: 18px;
    padding: 36px 45px 36px 45px;
    /* border: 10px #061030 solid; */
    /* width: calc(33.3333% - 20px); */
    margin: 10px;
    flex: inherit!important;
    color: #1D1D1D !important;
}
.colPools {
    margin-bottom: 15px;
    margin-top: 80px;
}
h2#ourPoolsSubtitle{
        font-weight: 100;
    font-size: 45px;
    max-width: 960px;
    margin: 0 auto;
    line-height: 80px;
    letter-spacing: -1px;
    /* font-family: times; */
    color: #2b2b2b;
    font-family: 'medium';
    text-shadow: -2px 1.5px 0px rgb(0 175 255);
    margin-top: 20px;
}
.poolName {
    font-weight: 100;
    font-size: 24px;
    font-family: 'medium';
}
.poolRightTopInfo{
	margin-bottom: 20px;
}
.earnedContainer{
	margin-bottom: 24px;
    margin-top: 25px;
}
.infoTag{
	color: #727294;
}
.badge {
    display: inline-block;
    padding: 4px 6px;
    font-size: 99%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: initial;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: white;
    margin-left: 5px;
}
.amoundEarned{
	color: #ccccd6;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
	}
.stakedTextContainer{
	margin-bottom:5px;
}
.detailsLink{
	display:none;
}
.poolDetailsContainer{
	    color: #aaa9b4;
	}
.poolDetailsContainer a{
	    color: #535377;
	}
.earnRecommendingFooter{
	max-width: 600px;
    margin: 10px auto;
}
.operatePoolContainer{
    border-radius: 5px;
    padding: 10px;
}
.depositLink, .withdrawLink {
    color: #000000!important;
    font-weight: 100;
}
.depositLink.active, .withdrawLink.active {
    color: #000000!important;
    font-family: 'medium';
    font-weight: 100;
}
.tokenInputContainer {
    width: 100%;
    height: 45px;
    background: #F1E9E9;
    border-radius: 5px;
    margin: 7px auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
}
.tokenInput {
    float: left;
    width: 43%;
    border: none;
    background: none;
    outline: none;
    text-align: right;
    margin-top: 5px;
}
 .poolNameTokenInputContainer {
    float: right;
    /*width: 28.5%;*/
     width: 21.5%;
    text-align: center;
	color: #162265;
    margin-top: 6px;
}
.maxButtonContainer {
    float: right;
    /*width: 28.5%;*/
    width: 25.5%;
    text-align: left;
    max-width: 80px;
}
.maxButtonContainer .btn-primary{
    width: 100%;
    box-sizing: border-box;
}
.operatePoolContainer .maxButton {

    height: 44px;
  background-color: #d6514c;
    padding-top: 12px;
    width: 100px;
    margin-left: -20px;
}
.walletBalance {
    text-align: left;
    margin-bottom: 5px;
    font-size: 10px!important;

    color: #000000;
}
.Toastify__toast-container--top-right {
   
    left: 0px;
  
}
.Toastify__toast-container--top-right a {
    color: #f6c9c4;
    text-decoration: none;
    background-color: initial;
}
.Toastify__toast--success {
    top: 75px;
    left: 0px;
    width: auto;
}
.Toastify__toast--success a{
	color: #b5ebb6!important;
}
/**FARMS**/
.colFarms{
	margin-bottom: 50px;
    margin-top: 20px;
}
/**Referrral**/
.earnRecommendingContent{
	    margin: 20px auto;
}
.rowReferral{
	    /*margin: 20vh auto;*/
	}
/**contenedor1home**/
#makeMoneyContainer {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
    /* font-family: times; */
    color: #ffffff;
}
.ourTokenContainer .col-12:nth-child(1){
    padding-left: 0px;
}

.ourTokenContainer .col-12:nth-child(2){
	text-align: left;
	padding: 15px 0px;
	border-bottom: 1px solid #aaabb266;
}

.ourTokenContainer .col-12:nth-child(3){
	text-align: left;
	padding: 15px 0px;
	border-bottom: 1px solid #aaabb266;
}

.ourTokenContainer .col-12:nth-child(4){
    text-align: left;
    padding: 15px 0px;
}

.ourTokenContainer .col-12:nth-child(5){
    padding-left: 0px;
    margin-top: 15px;
}

.ourTokenContainer .col-12:nth-child(6){
    text-align: left;
    padding: 15px 0px;
    border-bottom: 1px solid #aaabb266;
}

.ourTokenContainer .col-12:nth-child(7){
    text-align: left;
    padding: 15px 0px;
    border-bottom: 1px solid #aaabb266;
}

.ourTokenContainer .col-12:nth-child(8){
    text-align: left;
    padding: 15px 0px;
}

.ourTokenContainer .col-12:nth-child(9){
    padding-left: 0px;
    margin-top: 15px;
}

.ourTokenContainer .col-12:nth-child(10){
    text-align: left;
    padding: 15px 0px;
}


.farmsAndStaking, .ourTokenName, .tokenInYourWallet {
    font-size: 16px;
    font-weight: 400;
    /* margin-bottom: 0; */
}
.containerOurTokenToHarvest{
	    padding-top: 7px;
	}
.ourTokenToHarvest, .tokenInYourWallet, .ourTokenName{
	margin-right: 5px;
}
.ourTokenNameAndPrice{
	font-size: 25px!Important;
    padding-top: 6px;
    padding-left: 0px;
}
.ourTokenNameAndPrice .ourTokenName{
	font-size: 25px!Important;
}

.ourTokenName span.badge {
    font-size: 20px;
}

@media (min-width:320px)  {
    .ourTokenName span.badge {
        position: absolute;
        top: -10px;
        left: 10px;
        font-size: 8px;
    }

}


.buyTokenButton{
	margin-top: 11px;
    float: right;
}
.ourTokenContainer .col-12:nth-child(3) .harvestButton{
	 float: right;
}
.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-leaf-front, .flipdown.flipdown__theme-dark .rotor-top {
    color: #061132;
    background-color: #4c505e;
}
.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear {
    color: #061232;
    background-color: #3f424c;
}
.alert-danger a{ 
color: #4a4e60;
    text-decoration: underline;
}
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after, .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    background-color: #696d7c;
}
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
    color: #696d7c;
}
#rewardsAtPoolsAndFarmsWillStartIn{
	text-align: center;
    padding-bottom: 0px;
}
/*
#globalContainerRewardsAtPoolsAndFarms{
	padding:80px 0px;
	margin-bottom:40px;
	margin-top:40px;
	Background-color:#111e5736;
	padding-top:60px;
	border-radius: 10px;
}
*/

#globalContainerRewardsAtPoolsAndFarms{
    padding:20px 0px;
    margin-bottom:0px;
    margin-top:10px;
    Background-color:#111e5736;
    padding-top:10px;
    border-radius: 10px;
}
#loginSignInBox {
    float: right;
    padding-right: 20px;
}
#loginSignInBox a {
    color: #FFFFFF;
}
#loginSignInBox a:hover {
    text-decoration: underline;
}


#alertsContainer {
    position: fixed;
    top: 59px;
    right: 0px;
        z-index: 9999999999999999999999;
    
}
.cageAlertDownCloseIconContainer{
    display:none!important;
}
.cageAlertDown {
    background-color: #ffffff;
    color: #2a2a2a;
    width: 238px;
    float: right;
    padding: 15px 20px;
    border-radius: 6px;
    font-weight: 100;
    margin: 20px;
    /* padding-bottom: 20px; */
    line-height: 21px;
    clear: both;
}
.cageAlertDown::after {
    content: "◢";
    position: absolute;
    top: 3px;
    right: 40px;
    color: white;
    font-size: 27px;
}
.cageAlertDown a{
    color: #010208!important;
   
}

.cageAlertDownCloseIconContainer {
    margin-left: -18px;
    margin-bottom: 5px;
    text-align: right;
}


/***Contenedor del conversor**/
.rowLanding{
    display: flex;
    align-items: center;
    justify-content: center;
    height:80vh
}
h1#landingTitle, h1#landingTitle  {
    max-width: 730px;
    font-size: 55px;
    margin-bottom: 38px;
}
.colLandingTextContainer {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 90px;
}
.buttonContinueV1{
    padding-top: 130px;
    background-repeat: no-repeat;
    background-position: top center;
    color: #febf00;
    font-size: 19px!important;
    background-image: url(https://defi.cristian.ovh/logolinks.svg);
}
.buttonGoToXlionV2{
    padding-top: 130px;
    background-repeat: no-repeat;
    background-position: top center;
    color: #febf00;
    font-size: 19px!important;
    background-image: url(https://defi.cristian.ovh/logolinkx.svg);
}
.buttonContinueV1:hover, .buttonGoToXlionV2:hover{
    color: #febf00!important;
        background-color: inherit;
    
}
.buttonContinueV1:not(:disabled):not(.disabled).active, .buttonContinueV1:not(:disabled):not(.disabled):active, .show>.buttonContinueV1.dropdown-toggle, .buttonGoToXlionV2:not(:disabled):not(.disabled).active, .buttonGoToXlionV2:not(:disabled):not(.disabled):active, .show>.buttonGoToXlionV2.dropdown-toggle {
    color: #f9bc00;
    background-color: inherit;
    border-color: #005cbf;
}
.buttonContinueV1.focus, .buttonContinueV1:focus, .buttonGoToXlionV2.focus, .buttonGoToXlionV2:focus {
    box-shadow: none!important;
}
/***Contenedor del conversorsi**/
.conversor.row{
    display: flex;
    align-items: center;
    justify-content: center;
    height:80vh;
    
}
h1#ChangeTokensTitle, h1#ChangeTokensTitle {
    max-width: 730px;
    font-size: 55px;
    margin-bottom: 38px;
    margin-top: 60px;
}

.colChangeTokensAlert{
    background-color: #ffffff38;
    padding: 11px 20px;
    border-radius: 10px;
    color: #050d27;
    max-width: 890px!important;
    margin: 0 auto;
    margin-bottom: 80px;
}
.colChangeTokensAlert p{
  
    margin-bottom: 0px!important;
}
.colXlionForClaim{
    background-color: #ffffff15;
    border-radius: 10px;
    padding: 30px 20px;
    min-height: 315px;
    width: calc(50% - 20px)!important;
    max-width: none!important;
    flex: inherit;
    /* float: right!important; */
    margin-left: 10px;
}
.colXlionForClaim a, .colXlionForClaim a:hover {

    color: #ffca00!Important;
}
.colXlionForClaim .btn-primary, .colSlionDeposit .btn-primary {
    height: 60px;
    margin: 20px 0px;
    font-size: 24px!Important;
}
.colSlionDeposit{
    background-color: #ffffff15;
    border-radius: 10px;
    padding: 30px 20px;
    min-height: 315px;
    width: calc(50% - 20px)!important;
    max-width: none!important;
    flex: inherit;
    margin-right: 10px;
}
.colSlionDeposit .maxButtonContainer{
        width: 30%!important;
}
.colXlionAvailable{
    margin-bottom: 90px;
    margin-top: 110px;
}
.colXlionAvailableContent{
    font-weight: 800;
    font-size: 25px;
    max-width: 340px;
    margin: 0 auto;
}
.slionQty, .xlionQty{
    color: #FFCA01;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 30px;
}
.slionUSD, .xlionUSD{
    color: #9096AD;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 25px;

}
.colXlionValueContent{
    background-image: url(https://defi.cristian.ovh/fondoxtra.svg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px 0px;
   float:left;
}
.colSlionValueContent{
    background-image: url(https://defi.cristian.ovh/fondolion.svg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px 0px;
     float:right;
}
.colSlionDepositCointanerAlert{
    background-color: #ffffff4a;
    color: #030510;
    font-size: 14px;
    margin: 0 auto;
    max-width: 410px;
    padding: 10px 17px;
    border-radius: 6px;
    line-height: 16px;
}
.colSlionDepositCointanerInput .tokenInput{
   background-color: #ffffff33!important;
    height: 60px;
    margin-top: 20px;
    width: 70%;
    text-align: left;
    padding: 20px;
    color: #ffffff85;
}
.tokenInputContainer .tokenInput {
    float: right;
    width: 53%;
    border: none;
    background: none;
    outline: none;
    text-align: right;
    margin-top: 5px;
    margin-right: 30px;
    padding-top: 6px;
}

.colChangeFor img{
     width: 40px;
    margin-top: 30px;
}
.operatorLinksCol {

    padding-left: 0px;
}
@media (max-width: 600px) {

.tokenInputContainer .tokenInput {
    height: 22px !important;
    margin-top: 5px;
    padding: 10px;
}

.alert-danger .col-6{
    max-width: 100%!important;
    flex: 0 0 100%;
}
#flipdown {
    float: left!important;
    margin-left: -6px;
}
    h1#ChangeTokensTitle, h1#ChangeTokensTitle {
    max-width: 730px;
    font-size: 34px;
    margin-bottom: 28px;
    margin-top: 30px;
}
.colChangeTokensAlert {
    padding: 8px 17px;
    border-radius: 6px;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 90%!important;
    font-size: 13px;
}
.slionQty, .xlionQty {
    font-size: 22px;
}
.slionUSD, .xlionUSD {
    font-size: 24px;
    line-height: 21px;
}
.colXlionValueContent {
    padding: 21px 0px;
}
.colSlionValueContent {
    padding: 21px 0px;
}
.colChangeFor img {
    width: 30px;
    margin-top: 33px;
}
    .colXlionAvailable {
    margin-bottom: 40px;
    margin-top: 60px;
}
.colXlionAvailableContent {
    font-weight: 800;
    font-size: 18px;
    max-width: 267px;
    margin: 0 auto;
}
.colSlionDeposit, .colXlionForClaim {
    width: 90%!important;
    margin-bottom: 20px;
    margin: 0 auto;
}
.colXlionForClaim .btn-primary, .colSlionDeposit .btn-primary {
    height: 50px;
    margin: 18px 0px;
    font-size: 17px!Important;
}
.colSlionDepositCointanerInput .tokenInput {
  
    height: 51px;
    margin-top: 17px;
    padding: 10px;
}
}
.ReactModal__Content {
    background: #0a1033!important;
}
.nftNewCardButtonApprove, .nftNewCardButton {
    max-width: 240px;
    margin: 0 auto;
}
.alert-danger {
    color: #737373;
    background-color: #2e2929;
    border-color: #4b505f;
    padding: 25px;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
}
.colNftNewCardTitleGlobalContainer {
    font-family: medium;
    font-size: 21px;
    margin-top: 0px;
    margin-bottom: 3px;
}
.gameContainerGetCards{
    display:none;
}
.colNftNewCardPriceGlobalContainer {
    color: #eeb70d;
    margin-bottom: 30px;
}
#menu #accountAddr {
    color: #fff;
    margin-right: 0px!important;
    margin-left: 15px!important;
}
.descriptionProject2{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px!important;
    color: #4b5060;
}
#globalContainerRewardsAtPoolsAndFarms {
    background-color: #050d2700;
}

.xtralionFinanceIsAFullyText {
     background-image: url(fondoalert.svg);
    background-repeat: no-repeat;
    width: 538px;
    color: #1d1d1d;
    text-transform: uppercase;
    text-align: left!important;
    font-family: 'bold';
    padding-left: 140px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 24px;
    padding-top: 22px;
    margin-bottom: 140px;
    height: 211px;
}
footer{
    max-width: 1262px;
    margin: 0 auto;
    margin-top: 150px;
}

/****PRUEBA DE TAMAÑO COINTADOR***/
  .flipdown {
        width: 312px;
        height: 70px;
    }

    .flipdown .rotor {
        font-size: 2.2rem;
        margin-right: 3px;
    }

    .flipdown .rotor,
    .flipdown .rotor-leaf,
    .flipdown .rotor-leaf-front,
    .flipdown .rotor-leaf-rear,
    .flipdown .rotor-top,
    .flipdown .rotor-bottom,
    .flipdown .rotor:after {
        width: 30px;
    }

    .flipdown .rotor-group {
        padding-right: 20px;
    }

    .flipdown .rotor-group:last-child {
        padding-right: 0px;
    }

    .flipdown .rotor-group-heading:before {
        font-size: 0.8rem;
        height: 20px;
        line-height: 20px;
    }

    .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
    .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
        left: 69px;
    }

    .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
        bottom: 13px;
        height: 8px;
        width: 8px;
    }

    .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
        bottom: 29px;
        height: 8px;
        width: 8px;
    }

    .flipdown .rotor-leaf-front,
    .flipdown .rotor-top {
        line-height: 50px;
    }

    .flipdown .rotor-leaf,
    .flipdown .rotor {
        height: 50px;
    }

    .flipdown .rotor-leaf-front,
    .flipdown .rotor-leaf-rear,
    .flipdown .rotor-top,
    .flipdown .rotor-bottom,
    .flipdown .rotor:after {
        height: 25px;
    }
#flipdown {
    
    float: right;
}

.buttonsFarmPoolContainer {
    max-width: 100%;
    margin: 0 auto;
    background: #0000001c;
    padding: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 15px;
    margin-bottom: 25px;
    margin-top: 30px;
}
.buttonsFarmPoolContainer a {
    width: 50%;
    height: 54px;
    line-height: 40px;
    background: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 15px;
    color: #FFFFFF !important;
}
*:focus {
    outline: 0 !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.buttonsFarmPoolContainer a:hover {
    background: none !important;
}
.buttonsFarmPoolContainer a.active, .buttonsFarmPoolContainer a.active:hover {
    background: #d8514c !important;
}

.colPoolSingleGlobal {
    max-width: 600px;
    margin: 0 auto;
    background: #0d143b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.firstColumnPoolData {

}

.secondColumnPoolData {
    text-align: center;
    font-weight: bold;
}

.thirdColumnPoolData {
    text-align: right;
}

.mainButtonPoolContainer, .operationButton {
    text-align: center;
}

.poolNameContainer {
    border-bottom: solid 1px #333333;
}

.poolDataContainer {
    border-bottom: solid 1px #333333;
}

.walletBalance {
    padding-bottom: 20px;
}
.unlockWalletButton{
    padding: 10px 20px;
    margin-top: 20px;
}
.harvestButton{
    
    background-color: #cfb3b3;
    color: #fff;
    border-radius: 8px;
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 14px;

}
.yourBalanceContainer {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 23px;
    font-family: 'medium';
}
.yourBalanceValue{
        margin-left: 9px;
}

.depositFeeContainer {
    text-align: right;
    font-size: 14px;
}
.numberContainerTVL{
        color: #F0B90B;
    font-family: medium;
    font-size: 49px;
}
.textContainerTVL{
    color: #efb90a;
    font-family: 'medium';
    font-size: 17px;
    margin-top: -7px;
}
.detailsMarketCapAndProfits{
    color: #efb90a;
}
.numberMarketCap, .numberMonthlyProfits{
    text-align: right;
    color: #efb90a;
    font-size: 30px;
    font-family: 'medium';
}
.textMarketCap, .textMonthlyProfits{
    font-size: 14px;
    line-height: 16px;
    margin-top: 7px;
}
.rowMarketCap{
    margin-top: 9px;
}
.thirdColumnPoolBox{
    text-align:left!important;
    color: #c83030;
    font-size: 12px;
}
.aprValueContainer{
    font-size: 26px;
}
#logoCertik{
    width: 127px;
    margin-left: 10px;
    margin-top: -3px;
    opacity: 0.6;
    z-index: 999;
}

.footerMenu a {
    color: #4f4f4f;
    margin: 0 9px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.auditedByTitle {
    color: #ffffff7a;
    text-transform: uppercase;
    font-family: 'bold';
    text-align: left;
    font-size: 17px;
    position: fixed;
    left: 12px;
    bottom: 9px;
    z-index: 9999999999;
}

.operationContainerPoolBox{
    border-top: solid 1px #e6dddd;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.firstColumnPoolBoxOperation{
    font-size: 14px;
}
.operationTextValue{
    font-family: 'medium';
    margin-left: 6px;
}
.singleContainerPoolRow a{ 
    color:#000!important;
}
a.operationGetLink, a.operationSeeInfoLink, a.operationViewContractLink {
    color: #d6514c;
    text-decoration: underline;
    font-size: 14px;
}
a.col-12, a.col-12:hover, a.col-12:active, a.col-12:focus{
	color:#1e1e1e;
}
.compoundButton{
    margin-top: -3px;
    margin-left: 7px;
    border-radius: 8px!important;
}
.firstColumnPoolBoxOperation{
    padding-top: 12px;
}
.colHomeHeaderContainer{
        height: 100vh;
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -82px;
}
.totalValueLockedText{
    color: #fec704;
    margin-top: -10px;
}
.tokenInfoBoxPrice{
        font-size: 48px;
    color: #eeb510;
    text-shadow: 0px 0px 5px #fec704c9;
}
.menuLinks{
    width: 50%;
}
.menuLinks .navbar-nav {
    width: 20%!important;
}
.menuLinks .navbar-nav > .navbar-nav {
    width: 50%!important;
}

.menuLinks .navbar-nav > .navbar-nav a, .menuLinks .navbar-nav > .navbar-nav a:hover {
    color: #df928e !important;
    text-decoration: none!important;
}
.tokenInfoBoxTitle {
    font-size: 23px;
    font-family: 'medium';
    margin-top: 20px;
    margin-bottom: 0px;
}
.tokenInfoBoxPricePerToken{
    font-size: 18px;
    color: #eeb510;
    margin-top: -13px;
    margin-bottom: 20px;
}
.tokenInfoBoxBuyTokenButton{
    width: 120px;
    padding: 10px 15px;
    margin: 10px auto;
    background-color: #ffffff36;
}
.tokenInfoBoxTotalInCirculationValue, .tokenInfoBoxTotalSupplyValue, .tokenInfoBoxTotalInCirculationText, .tokenInfoBoxTotalSupply{
    font-size: 26px!important;
}
.tokenInfoBoxTotalInCirculationText, .tokenInfoBoxTotalSupplyText .tokenInfoBoxTotalSupplyText, .tokenInfoBoxTotalSupplyText{
    font-size: 15px!important;
    margin-bottom: 10px;
    margin-top: -5px;
}
.tokenInfoBox{
    margin-bottom: 150px;
}
.footerMenu {
    padding-bottom: 10px;
    z-index: 99999999;
    position: relative;
    width: 100%;
    /* background-color: red; */
    margin: 0 auto!important;
}
/**ventana juego**/
.nftCardBoxTokenPlayContainerCol.active {
    background: #ffffff1c;
    border-radius: 5px;
    padding: 10px 0px;
}
.nftCardBoxTokenPlayImage{
    height: 105px!important;
    margin-bottom: 5px;
}
.gameControlsPlayContainerOverlayMyNFTsHeroContainer{
    margin: 15px 0px;
}
.gameControlsPlayContainerOverlayMyNFTsHeroTitle{
    font-size:21px!important;
}
.gameControlsPlayContainerOverlayMyNFTsPowerTitle{
    font-size:21px;
}
.gameControlsPlayContainerOverlayMyNFTsPowerPrice{
    margin-top: 12px;
    font-size: 15px;
    color: #99834f;
}

.buttonGamePlay{
   width: 49%;
    float: left;
    background-color: #c83030;
    padding: 10px; 
}
.buttonGamePlay2{
    width: 49%;
    float: right;
    margin-top: 0px!important;
    background-color: #c83030;
    padding: 10px;
}
.gameControlsPlayContainerOverlayMyNFTsPowerContainer{
        margin-bottom: 20px;
    margin-top: 10px;
}
.gameControlsPlayContainerOverlayMyNFTsPowerSelectorOption {
    border: 0px solid #7770;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    background: #5b491f;
    margin-right: 4px;
    border-radius: 3px;
}
.gameControlsPlayContainerOverlayMyNFTsPowerSelectorOption:hover {
    color: #fff;
   
}

.gameControlsPlayContainerOverlayMyNFTsPowerSelectorOption.active {
    background: #efb90a;
    -webkit-box-shadow: 0px 0px 14px 0px #efb90a;
    box-shadow: 0px 0px 14px 0px #efb90a;
}
h3.titlePlayContainerOverlay{
   text-align: left!important;
    margin-bottom: 40px; 
    font-size: 40px;
}
.colStatsPlayContainerOverlayImageContainer {
    text-align: left!important;
    margin-bottom: 40px;
}
.colStatsPlayContainerOverlayImageContainer img{
    height: inherit!important;
    width: 80%!important;
}
.playContainerOverlay, .gameContainerGetCardsOverlay {

    position: absolute;
    background: hsl(0deg 0% 10% / 98%);
    width: 100%;
    min-height: 500px;
    z-index: 90;
    color: #fff;
    padding: 50px;
    border-radius: 13px;
}
.btn-close-modal {
    float: right;
 
}

.modalContent {
    margin-top: 30px;
}

.ReactModal__Content {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
}

.modalAccountButtons {
    margin-top: 30px;
}
.ourTokenToHarvestButtonContainer .harvestButton {
    float: right !important;
}

.activeBadgeContainer {
    margin-top: 3px;
}

h1#theGameTitle{
    font-weight: 100;
    font-size: 45px;
    max-width: 960px;
    margin: 0 auto;
    line-height: 80px;
    letter-spacing: -1px;
    color: #2b2b2b;
    font-family: 'medium';
    text-shadow: -2px 1.5px 0px rgb(0 175 255);
    margin-top: 58px;
}
.theGameMenu {
    margin-bottom: 80px;
    margin-top: 20px;
}
.theGameMenu a {
    color: #2b2b2b;
    background-color: #fff;
    padding: 7px 12px;
    margin: 0 5px;
    border-radius: 3px!important;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 2px 0px 2px #01aefe;
    box-shadow: 2px 2px 0px 2px #01aefe;
}
.theGameMenu a.active{
    color: #ffffff;
    background-color: #DB716C;
    -webkit-box-shadow:2px 2px 0px 2px #9b2d2d;
    box-shadow: 2px 2px 0px 2px #9b2d2d;
}

.colNftPlayDistrictGlobalContainer{
	margin-bottom:80px;
}
.gameContainerPlay h2, .gameContainerMarketPlaceNFTTitleCol h1{
    display:none;
}
.rowGameContainerPlayDistrictsContainer h2{
    display:inline;
    font-size: 24px;
}
.nftCardBoxStatsValueV2 img{
	max-width:100px;
}
.colNftPlayDistrictStats{
    margin-top: 15px;
    margin-bottom: 15px;
}
.nftCardBoxStatsContainer{
    color:#fff;
    margin-bottom:50px; 
}
.nftCardBoxNameNFT{
    font-size: 25px;
    line-height:27px;
    margin-bottom: 8px;
    margin-top: 15px;
}
.nftCardBoxGrid{
	margin-bottom:50px
}
.nftCardBoxTokenId{
	max-width:35px!important;
	margin-bottom:10px;
}
.nftCardBoxLevel{
	    color: #da8582;
}
.nftCardBoxStatsContainerRow{
	font-size:13px;
	margin-bottom:10px;
}
.nftCardBoxPrice{
    color: #efb90a;
   
    text-shadow: 0px 0px 3px #efb307;
    font-size: 18px;
}
.nftCardBoxNameImageContainer img{
    height:230px!important;
}
/*juego cosas*/
.dropdown-menu{
    padding: 15px;
    background: #d25553;
    border: none;
    color: #fff!important;
    width: 260px;
}
.dropdown-menu .rowOrderItemsMenu a{
   
    color: #fff!important;
    
}
.nftCardBoxTokenPlayTokenId, .nftCardBoxTokenPlayLevel{
    text-align: left;
    color: #b6b6b6;
    margin-left: 7px;
}
.gameControlsPlayContainerOverlayMyNFTsSkillsTitle{
	display:none;
}
.rowNftCardSkill{
    color: grey;
    font-style: italic;
}
.nftCardBoxTokenPlayTokenId span, .nftCardBoxTokenPlayLevel span{
    font-family: 'medium';
    color: #ffffff;
}
.colPlayContainerOverlayCloseDistrict{
        position: absolute;
    width: 50%;
    right: 29px;
    top: 40px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d25552;
}
.colPlayContainerOverlayCloseDistrict a{
    
    color:#fff!important;
    font-size: 27px;
}
.playBackgroundContainerOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c83030;
    z-index: 9;
}
.gameContainerNftSingleTitle h1{
    font-weight: 100;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'regular';
    font-size: 50px;
    letter-spacing: -2px!important;
    margin-bottom: 13px;
    
}
.nftSingleSecondColumn{
    padding-top:40px!important;
}
.gameContainerNftSingleTokenId{
	max-width:50px;
	font-size:25px;
}
.gameContainerNftSingleAboutContainerSingleTitle{
	font-size:25px;
	color:#da8582;
}
.gameContainerNftSingleAboutData{
	margin-top:10px
}
.gameContainerNftSingleAboutData .gameContainerNftSingleAboutContainerSingleTitle{
	font-size:17px;
	color:#ffffffd9;
    max-width: 85px;
}
.gameContainerNftSingleStatsData{
    margin-top: 10px;
    margin-bottom: 10px;
}
.gameContainerNftSingleOwnerContainerTitle, .nftCardBoxStatsNameV2 {
    max-width: 85px;
}
.gameContainerNftSingleImage{
    text-align: right!important;
}
.gameContainerNftSingleImage object{
    margin-right:80px!important;
    height:500px!Important;
}
.gameContainerMarketPlaceNFTOrderCol{
    max-width: 50%;
    text-align: right;
    flex: 0 0 50%;
}
a.gameContainerMarketPlaceNFTTypeSingle{
    color: #ffffff;
    background-color: #ffffff29;
    padding: 7px 12px!important;
    margin-right: 10px;
    border-radius: 5px;
}
.gameContainerMarketPlaceNFTFiltersCol{
    padding-top:5px;
}
.gameContainerMarketPlaceNFTFilterRow{
    margin-bottom:50px;
}
.colNftCardBoxPrice{
    color: #efb90a;
    text-shadow: 0px 0px 3px #efb307;
    font-size: 24px;
    margin-bottom: 20px;
}
#skylineContainer{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 3;
}
#skylineContainer img{
    width: 100%; 
}
.btnUpgradeButton, .btnUpgradeButtonApprove, .btnSellButtonApprove{
    margin-right: 10px;
}
.gameContainerNFTUpgrade, .gameContainerNFTSell{
        background: #7b141426;
    margin-top: 10px;
    margin-left: 15px;
    padding: 22px;
    border-radius: 9px;
}
.gameNFTUpgradeDescription, .gameNFTSellDescription{
        margin-bottom: 10px;
}
.gameNFTSellValue{
    background-color: #ffffffb3;
    border: none;
    margin-bottom: 10px;
    margin-right: 5px;
}
.gameNFTUpgradeTitle, .gameNFTSellTitle{
    font-family: 'medium';
    font-size: 18px;
}
.backLinkContainer a{
   
    background-color: #fff;
    color: #c83030!important;
    font-size: 12px;
    padding: 4px 5px;
    border-radius: 4px;
    text-transform: uppercase;
}
.backLinkContainer{
   margin-bottom:10px;
}

.backLinkContainer img{
    width: 7px;
    margin-bottom: 2.5px;
    margin-right: 2px;
}

.colPlayContainerOverlayTitle{
    text-align: left!important;
    margin-bottom: 40px;
    font-size: 20px;
}
.chestName{
	margin-bottom:10px;
}
.rowGetCardsStatsContainer{
    margin-top: 30px!important;
}
.colPlayContainerNftNewCardPriceContainer{
color: #948455;
    text-align: left!important;
}
.colNftNewCardButtonGlobalContainer .btn-primary{
       float: left;
    margin-top: 10px; 
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
E M P I E Z A R E S P O N S I V E
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

@media (max-width: 1000px) {
	body{
	font-size: 15px;
}
	#welcomeTo {
    font-weight: 700;
    font-size: 28px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 30px;
    letter-spacing: -1px;
}
.welcomeCol {
    margin: 0px auto;
    margin-bottom: 10px;
}
.tokenStatsTitle {
    font-size: 25px;
    
}
.totalValueLockedValue {
    font-size: 23px;
}
.AnnouncementsTitle {
    font-size: 25px;
}
.tokenStats {
    padding: 26px 35px 39px 35px;
}
.twitterContainer {
    padding: 26px 35px 39px 35px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(burguer.svg)!Important;
}
.navbar-toggler-icon {
    
    width: 21px!Important;
}
menu .navbar-nav .dropdown, #menu .navbar-nav .navbar-nav {
    list-style: none;
    text-align: center;
    width: 90px;
    line-height: 36px;
    margin: 0 auto;
}
#menu .navbar-nav .dropdown, #menu .navbar-nav .navbar-nav {
 
    margin: 0 auto;
}
#menu #account {
    margin-bottom: 20px;
}
.ourTokenContainer {
   
    border-radius: 18px;
    padding: 33px 43px 19px 41px;
    
}
#makeMoneyContainer {
    font-size: 25px;
}
.ourTokenNameAndPrice {
    font-size: 15px!Important;
    padding-top: 9px;
    padding-left: 14px;
}
.ourTokenNameAndPrice .ourTokenName {
    font-size: 15px!Important;
}
.btn-primary {
    border: 0px!important;
    font-size: 14px!important;
    min-width: 94px;
}
.ourTokenToHarvestButtonContainer .btn-secondary:disabled {
    color: #5d5a5a;
    background-color: #c6c6d0;
    border: 0px;
    padding: 7px 10px;
    font-size: 15px;
    min-width: 94px;
}
.ourLogoTokenContainer img{
	width:40px!important;
}
.buyTokenButton{
	margin-top:9px;
    float: right;
}

#tokenPrice {
    margin: auto !important;
}
.navbar-nav .separator {
    display: none;
}

    .btn-primary {
        min-width: auto !important;
    }

}


@media (max-width: 780px) {
.singleContainerPool {
   
    width: calc(100% - 20px);
    margin: 10px;
    flex: inherit!important;
}
    }
@media (max-width: 450px) {
#welcomeTo {
   
    font-size: 39px;
    line-height: 40px;
    letter-spacing: -1px;
    text-shadow: -2px 1.5px 0px rgb(0 175 255);
    margin-top: 10px;
    margin-bottom: 0px!important;
} 
.totalValueLockedText {
    margin-top: -3px;
}
.tokenIconHome{
    max-width: 170px;
    width:80%;
    }
.tokenInfoBoxTitle {
    font-size: 19px;
    margin-top: 14px;
    margin-bottom: 0px;
}
.tokenInfoBoxPricePerToken {
    font-size: 14px;
    color: #eeb510;
    margin-top: -11px;
    margin-bottom: 10px;
}
.tokenInfoBox {
    margin-bottom: 80px;
}
.xtralionFinanceIsAFullyText {
    background-image: url(fondoalert.svg);
    background-repeat: no-repeat;
    width: 90%;
    color: #1d1d1d;
    text-transform: uppercase;
    text-align: left!important;
    font-family: 'bold';
    padding-left: 94px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 14px;
    padding-top: 12px;
    margin-bottom: 80px!important;
    height: 144px;
    background-size: contain;
    margin: 0 auto;
}
.navbar {
    position: relative;
    padding: 0;
}
.tokenInfoBoxTotalInCirculationValue, .tokenInfoBoxTotalSupplyValue, .tokenInfoBoxTotalInCirculationText, .tokenInfoBoxTotalSupply {
    font-size: 21px!important;
}
.tokenInfoBoxTotalInCirculationText, .tokenInfoBoxTotalSupplyText .tokenInfoBoxTotalSupplyText, .tokenInfoBoxTotalSupplyText {
    font-size: 12px!important;
    margin-bottom: 7px;
    margin-top: -3px;
}
    .tokenInfoBoxPrice {
    font-size: 38px;
    }
.descriptionProject {
    margin-top: 10px;
}
.descriptionProject1 {
    font-size: 19px;
    line-height: 22px;
}
.navbar-brand {
        display: none;
    }

    .navbar-toggler {
        position: absolute;
        right: 5px;
        bottom: 10px;
        background: rgba(0, 0, 0, 0.5);

        width: 50px;
        height: 50px;

        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    }

  #menu {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999999;
    top: inherit;
}

    .iconsContainer img {
        width: 40px !important;
    }
h2#ourPoolsSubtitle {
    font-size: 32px;
    max-width: 960px;
    line-height: 30px;
    letter-spacing: -1px;
    text-shadow: -1px 1px 0px rgb(0 175 255);
    margin-top: 0px;
}
.colPools {
    margin-bottom: 15px;
    margin-top: 20px;
}
.numberContainerTVL {
    font-size: 37px;
    text-align: center;
}
.textContainerTVL {
    color: #efb90a;
    font-family: 'medium';
    font-size: 15px;
    margin-top: -7px;
    text-align: center;
    margin-bottom: 8px;
}
.buttonsFarmPoolContainer a {
    height: 44px;
    line-height: 33px;
}
.singleContainerPool {
    border-radius: 16px;
    padding: 26px 20px 26px 20px;
    margin: 10px;
}
    .operatorFormContainerCol{
        padding-left: 0px!Important;
    padding-right: 0px !important;
    }
.thirdColumnPoolBox {
    text-align: left!important;
    color: #c83030;
    font-size: 12px;
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
    .elquesea{
        margin-top: 18px;
    padding-left: 0px;
    }
.iconsContainer.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
    .yourBalanceContainer {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 23px;
    font-family: 'medium';
    width: 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%;
}
.operationContainerPoolBox {
    border-top: solid 1px #e6dddd;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
    .firstColumnPoolBox{
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
    }
    .secondColumnPoolBox{
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.singleContainerPoolRow {
    justify-content: flex-end;
    }
.colPoolBoxDataContainer{
        width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    }
.colPoolBoxDataContainer > .row{
    margin-bottom: -5px;
}
.aprTextContainer {
            margin-top: -8px;
    margin-bottom: 8px;
    }
.tagsContainer{
        margin-top: -5px;
    }
.colAprAndData{
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
    }
 #basic-navbar-nav{
    	height:100vh;
    	background-color:#454545;
     padding: 45px 25px;
    }
 #basic-navbar-nav .menuLinks {
    width: 100%;
}
 #basic-navbar-nav  .menuLinks .navbar-nav {
    width: 100%!important;
     text-align:left;
}
#basic-navbar-nav .menuLinks .navbar-nav a {
    width: 100%;
    font-size: 26px;
    line-height: 38px;
}
    #menu  #basic-navbar-nav  .navbar-nav .dropdown, #menu  #basic-navbar-nav  .navbar-nav .navbar-nav {
    list-style: none;
    text-align: left;
    width: 100%;
    line-height: 50px;
}
    .menuLinks .navbar-nav > .navbar-nav a, .menuLinks .navbar-nav > .navbar-nav a:hover {
    color: #757575 !important;
    text-decoration: none!important;
}
#menu #tokenPrice a {
    color: #efb90a;
    font-size: 20px;
    line-height: 30px;
}
    .tokenName img{
        width:30px!important;
    }
    #menu #basic-navbar-nav #tokenPrice .dropdown, #menu #basic-navbar-nav .navbar-nav #tokenPrice{
        margin-top: 15px!important;
    margin-bottom: 15px!important;
    }
#menu #accountAddr {
    margin-left: 0px!important;
}
#menu #accountAddr .btn-primary {
   padding-top: 10px;
    padding-bottom: 10px;
    background: #686868;
}
.logoTopMobile {
    width: 100%;
    background: #c83030;
    color: #1e1e1e;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 39px;
    font-weight: 600!important;
    text-shadow: -1px 1px 0px rgb(0 175 255);
    font-family: bold;
    margin: 0 auto;
    padding-top: 10px;
    position: fixed;
    top: 0;
    text-align: center;
    padding-bottom: 0px;
    z-index: 99;
}
    .logoTopMobile #logo{
        float:left;
    }
.auditedByTitle {
    color: #ffffff7a;
    text-transform: uppercase;
    font-family: 'bold';
    text-align: left;
    font-size: 10px;
    position: fixed;
    left: 9px;
    bottom: 6px;
    letter-spacing: 0.5px;
}
#logoCertik {
    width: 77px;
    }
.footerMenu {
    padding-bottom: 10px;
    display: none;
}

.footerMenuInsideMenu a {
    float: left;
    width: 100%!important;
    
    height: 21px;
    line-height: 13px;
    text-transform: uppercase;
    font-size: 12px;
}
.dropdown, #menu #basic-navbar-nav .navbar-nav #loginSignInBox .navbar-nav {
    width: auto!important;
    float: left!important;
   
    margin-left: 0px;
}
    .loginTextSeparator{
        color: #757575 !important;
    font-size: 26px;
    line-height: 38px;
    }
.cageAlertDown::after {
    content: "◥";
    position: absolute;
    top: 70px;
    right: 40px;
    color: white;
    font-size: 27px;
}
    #alertsContainer {
    position: fixed;
    top: inherit;
    right: 0px;
    z-index: 9999999999999999999999;
    bottom: 60px;
}
    cageAlertDown {
    background-color: #ffffff;
    color: #2a2a2a;
    width: 208px;
    float: right;
    padding: 15px 20px;
    border-radius: 6px;
    font-weight: 100;
    margin: 20px;
    /* padding-bottom: 20px; */
    line-height: 21px;
    clear: both;
    font-size: 14px;
}
}