section {
  margin: 20px 0 20px 0;
}

.info-text {
  font-size: 1.1em;
}

.full-width {
  width: 100%;
}

.card {
  margin-bottom: 20px;
}

/* Logo & Header */

header {
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo-container {
  display: inline-flex;
  flex-direction: column;
}

#logo-text {
  padding-top: 15px;
  padding-bottom: 5px;
}

#mm-logo {
  width: 100%;
}

/* Encrypt/Decrypt */

#encryptMessageInput {
  margin-bottom: 1rem;
}

.error-div {
  margin-bottom: 12px;
}

.error-message {
  min-height: 32px;
  border: 1px solid #e88f97;
  color: #24292e;
  background: #fcf2f3;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
}
.error-message-icon {
  margin-right: 8px;
  flex: 0 0 auto;
}
.error-message-text {
  overflow: auto;
}

.warning-invisible {
  display: none;
}

/***/

.container-fluid{
    background: url(bg_staking.png) repeat;
    background-size: 50px auto;
}

#mt-topic{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
#mt-topic div{
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    color: #ffffff;
}

.accounts{
    text-align: right;
    padding: 0 20px;
    color: #ad5ea3;
    font-size: 1em;
}
.accounts span {
    color: #b0b0b0;
}
.accounts a {
    display: inline-block;
    color: #ffffff;
    background: #000000;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8em;
}

#mt-topic img{
    display: block;
    width: 100%;
}

#staking .flex{
    width: 1080px;
    /*
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    */
    margin: 0 auto;
}

#staking .flex::after{
	content: "";
	display: block;
	clear: both;
}

.list{
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
}

.list dl{
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    justify-content: flex-end;
    margin: 10px;
}

.list dt,
.bubble dt{
    display: block;
    color: #4d4d4d;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    padding: 0 0 10px 0;
}

.list dt::before {
    background: url(arrow_01.png) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
}
.rond dt::before ,
.stakinginfo .list dt::before{
    background: url(arrow_02.png) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
}

.list dd{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 2em;
    background: #f3f3f3;
    border-radius: 20px;
    text-align: right;
    padding: 4px 10px 4px 8px;
}
.list dd p{
    width: 100%;
    margin: 0;
}

span.unit{
    color: #959595;
    font-size: 0.5em;
    margin: 0 0 0 4px;
    display: inline-block;
}

.mystaking{
    width: 600px;
    margin:0 10px;
    display: block;
    float:left;
}

.mystaking .title{
    min-width: 300px;
    width: 60%;
    background: #d13939;
    color:#ffffff;
    font-size: 16px;
    padding: 1em;
    position: relative;
    margin: 0;
    display: flex;
}
.mystaking .title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 0 50px 50px 0;
}
.mystaking .bg{
    display: block;
    background: #f3f3f3;
    border-top: 4px solid #d13939;
}

.mystaking .box{
    display: block;
    background: #ffffff;
    margin: 10px;
}

.mystaking .box dd::before{
    background: url(item_mv.png) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 1.9em;
    height: 1.5em;
}
.mystaking  .rond dd::before,
.stakinginfo .list dd::before{
    background: url(item_rond.png) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 1.8em;
    height: 1.5em;
}

.rond div{
    position: relative;
    width: 224px;
}
.rond button{
    width: 90%;
    display: block;
    position: absolute;
    padding: 10px;
    margin: 10px 0;
    bottom: 10px;
    right: 10px;
    color: #ffffff;
    border-radius: 20px;
    background: #778cc2;
    background: -moz-linear-gradient(top, #778cc2 0%, #49569a 100%);
    background: -webkit-linear-gradient(top, #778cc2 0%,#49569a 100%);
    background: linear-gradient(to bottom, #778cc2 0%,#49569a 100%);
    border: none;
}

.stakeamount{
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stakeamount-btn{
    width: 70%;
    display: block;
    padding: 16px 10px;
    margin: 10px auto;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    border: none;
}

.stakeamount button:nth-child(1){
    background: -moz-linear-gradient(top, #dd4747 0%, #c62c2c 100%);
    background: -webkit-linear-gradient(top, #dd4747 0%,#c62c2c 100%);
    background: linear-gradient(to bottom, #dd4747 0%,#c62c2c 100%);
}
.stakeamount button:nth-child(2){
    background: -moz-linear-gradient(top, #dd4747 0%, #c62c2c 100%);
    background: -webkit-linear-gradient(top, #dd4747 0%,#c62c2c 100%);
    background: linear-gradient(to bottom, #dd4747 0%,#c62c2c 100%);
}
.stakeamount button:nth-child(3){
    background: -moz-linear-gradient(top, #c277ba 0%, #9a498d 100%);
    background: -webkit-linear-gradient(top, #c277ba 0%,#9a498d 100%);
    background: linear-gradient(to bottom, #c277ba 0%,#9a498d 100%);
}
    
.stakeamount .alert-secondary{
    display: none;
}

#stakeamount-form input{
    width: 100%;
    background: #ffffff;
    font-weight: bold;
    font-size: 2em;
    text-align: right;
    border-radius: 20px;
    border: none;
    box-shadow: 2px 2px 0 inset #9d509e7a;
}

.bubble{
    background: -moz-linear-gradient(left,  #eab6f2 0%, #ccccfc 100%); 
    background: -webkit-linear-gradient(left,  #eab6f2 0%,#ccccfc 100%); 
    background: linear-gradient(to right,  #eab6f2 0%,#ccccfc 100%);
    padding: 10px;
    box-shadow: 0 4px 4px #beaabc;
    margin-top: 10px;
}
.bubble dt{
    color: #ad5ea3;
}
.bubble dt::before{
    background: url(arrow_03.png) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
}

.bubble dd{
    display: flex;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    align-items: end;
}
.bubble dd div{
    display: block;
    width: auto;
    font-weight: bold;
    padding: 0 0 0 10px;
    color: #5b5a74;
}

.overall{
    width: 400px;
    display: flex;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex-direction: column;
    align-items: center;
    float: right;
}

.totalstaked{
    padding: 40px;
    height: 400px;
    width: 400px;
    background: url(total_bg.png) no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.totalstaked dt{
    color: #ffffff;
    text-align: center;
    top: 50%;
}

.totalstaked dd{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    padding: 50px 0 50px 0;
}
.totalstaked dd div span:nth-child(1){
    background: -webkit-linear-gradient( 90deg ,#000000,#925089);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.totalstaked dd::before {
    background: url(item_mv.png) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 2em;
    height: 2em;
}

.stakinginfo{
    width: 100%;
    background: #ffffff;
    padding: 10px;
    padding: 16px;
}

.stakinginfo .title{
    background: #959db9;
    text-align: center;
    color:#ffffff;
    font-size: 16px;
    padding: 16px;
}

.date{
    display: flex;
    justify-content: space-between;
}
.stakinginfo .date div:nth-child(1){
    color:#4d4d4d;
}
.stakinginfo .date div:nth-child(2){
    text-align: right;
    color:#5f70ad;
    font-weight: bold;
}

#staking_ad{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.advantage{
    background:#ffffff;
    border: 4px #d13939 solid; 
    padding: 10px;
    margin: 10px;
    max-width: 1472px;
    width: 90%;
    margin: 0 auto;
}

.advantage .title{
    font-size: 1.4em;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
}

.advantage .title::before{ 
    background: url(arrow_01.png) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
}
    
.advantage p{
    color: #4d4d4d;
    font-size: 1.1em;
}

.overall a{
    display: block;
    text-align: right;
    width: 100%;
}

.caution{
    text-align: center;
    font-weight: bold;
    color: #aaaaaa;
}

.token{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.token div{
    min-width: 400px;
    max-width: 500px;
    width: 45%;
    background: #ffffff;
    border: 2px solid #d0d0d0;
    padding: 10px;
    margin: 10px;
}

.token dl{
    display: flex;
    font-size: 0.9em;
    margin: 0;
}
.token dt{
    max-width: 100px;
    flex-grow: 1;
}
.token dt img{width: 100%;}
.token dd{flex-grow: 2;}

.explanation{
    max-width: 1000px;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 0.9em;
    color: #4d4d4d;
    width: 100%;
}

.token h3{
    font-size: 1.2em;
    font-weight: bold;
    color:#000000;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
}
.token h3::before{ 
    background: url(arrow_01.png) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
}

.explanation h3{
    font-size: 2em;
    font-weight: bold;
    color:#000000;
    display: flex;
}

.explanation h3::before{ 
    background: url(check2.png) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 1em;
    height: 1.5em;
    margin-right: 0.5em;
}

.first{
    display: flex;
    font-size: 0.9em;
    margin: 0;
    justify-content: center;
    align-items: center;
}
.first dt{   
    max-width: 200px;
    min-width: 100px;
}
.first dt img{width: 100%;}

.first dd{
    display: flex;
    max-width: 500px;
    flex-direction: column;
}
.first a{
    display: block;
}
.first div{
    font-size: 1.2em;
    font-weight: bold;
    color:#000000;
}


.explanation h4{
    font-size: 1.2em;
    color: #5f70ad;
    font-weight: bold;
    margin-top: 1em;
}

.explanation img{
    width: 100%;
    display: inline-block;
    padding: 10px;
}

.acsess {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.acsess div{
    margin: 10px;
    border: 2px solid #d0d0d0;
    padding: 10px;
}

.acsess span{
    color:#d13939;
    font-weight: bold;
    font-size: 1.1em;
}

.netwark{
    margin: 10px;
    border: 2px solid #d0d0d0;
    padding: 10px;
    max-width: 500px;
}

.netwark dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
}

.img_w{    
    width: 100% !important;
    margin: 0 auto;
}

.h400{
    max-height: 400px;
    width: auto !important;
}

@media screen and (max-width: 767px) {
    #staking .flex{width: 100%;}
   .mystaking{width: 100%;} 
    .overall {width: 100%;}
    
}