@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


#tab-content .nav-link::first-letter,
#tab-nav-header .nav-link::first-letter,
#tab-content h1::first-letter {
    text-transform: uppercase;
}


.opacity-100{
	opacity: 1;
}
.opacity-50 {
	opacity: .5;
}
.opacity-75{
	opacity: .75;
}
.opacity-25{
	opacity: .25;
}

#tab-content .table tr td {
    color: white;
    vertical-align: middle;
    padding: 0 10px;
}
#tab-content .table tr td.interest__td {
    font-size: 0;
    line-height: 0;
}
#tab-content .table tr td.interest__td .interest {
    font-size: 20px;
}

td.td-name {
    text-align: left;
    line-height: 1.5rem;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background: linear-gradient(#36353d, #000);
  color: #fff;
  text-align: center;
  padding: 0;
  min-height: 100vh;
  padding-bottom: 60px;
}

a {
    color: ;
}

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

#tab-nav-header {
    text-align: left;
}

.header--menu {
    margin: 0;
}

.header--menu .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header--menu .menu .menu-item a {
    padding: 5px 10px;
    color: rgb(255 255 255 / .6);
    text-decoration: none;
}

.header--menu .menu .menu-item.current-menu-item a,
.header--menu .menu .menu-item a:hover {
    color: #e6b548;
}

.header--menu .menu .menu-item {
    margin: 5px 10px;
}

.header--menu {
    /* text-align: center; */
    display: flex;
    align-items: center;
}

a:visited {
	color: #e67d48;
}

.header--title {
    padding: 0;
    margin: 0;
    font-weight: 500;
}



 /* Modal  */
.modal {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    background: rgba(0, 0, 0, 0.7);
}
.modal-content {}

.m--body-name .text,
.m--title-deposit,
.m--title-date,
.m--title-country {
    background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    position: relative;
	text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    font-style: italic;
}

.m--title {
    position: relative;
    z-index: 5;
}

.m--title-deposit {
    font-size: 3em;
}
.m--title-date {
    font-size: 1.2em;
}
.m--title-country {
    font-size: 3em;
}
.m--body {
    position: relative;
    z-index: 4;
}
.m--body-name {
    position: relative;
    padding-top: 5em;
    font-size: 3.5em;
    margin-top: -4.1em;
}
.m--body-name .text {
    position: relative;
    z-index: 10;
}
.m--body-name::before {
    display: block;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/bg.svg) no-repeat;
    background-position: center bottom;
    background-size: contain;
    z-index: 5;
}

.m--body-withdrawal {
    font-family: 'Lato', sans-serif;
    background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;

    font-weight: 900;
    font-style: normal;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
      text-decoration: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    display: inline-block;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,1),0px 1px 3px rgba(0,0,0,0.3);
    outline: none;
    border: 1px solid #ba6;

    background-image: -webkit-repeating-linear-gradient(left, rgba(255, 238, 170, 0) 0%, rgba(255, 238, 170, 0) 3%, rgba(255, 238, 170, .1) 3.75%),
       -webkit-repeating-linear-gradient(left, rgba(170, 153, 85, 0) 0%, rgba(170, 153, 85, 0) 2%, rgba(170, 153, 85, .03) 2.25%),
       -webkit-repeating-linear-gradient(left, rgba(255, 238, 170, 0) 0%, rgba(255, 238, 170, 0) .6%, rgba(255, 238, 170, .15) 1.2%),
       
       linear-gradient(180deg, #a95 0%, 
       #fea 47%, 
       #dc8 53%,
       #fea 100%);
     
    font-size: 4em;
    padding: 0.1em 2em;
    border-radius: 10px;

}
.m--footer {
    position: relative;
    z-index: 1;
}
.m--footer-flag {}
.m--footer-flag .modal_flag {
    max-width: 200px;
    border-radius: 0 0 10px 10px;
}


.smile {
    font-size: 0
}

.smile:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 10px 0 0;
}

.smile_1:before { 
    background: url(../img/smile/smile_1.png);
    background-size: contain;
}

.smile_2:before { 
    background: url(../img/smile/smile_2.png);
    background-size: contain;
}

.smile_3:before { 
    background: url(../img/smile/smile_3.png);
    background-size: contain;
}

.smile_4:before { 
    background: url(../img/smile/smile_4.png);
    background-size: contain;
}

.smile_5:before { 
    background: url(../img/smile/smile_5.png);
    background-size: contain;
}

.w120 {
    width: 120px;
}

.pointer-event--none {
    pointer-events: none;
}


.main_data {
    position: fixed;
    align-items: center;
    bottom: 10px;
    padding-right: 330px;
    padding-left: 50px;
    font-size: 20px;
    width: calc(100% - 25px);
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgba(0,0,0,0.8);
    border-radius: 12px;
}

.main_data-row {
    float: right;
    display: flex;
}

.main_data-col {
    width: 120px;
    position: relative;
    z-index: 2;
    float: right;
    align-items: center;
    line-height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.main_data-col:nth-last-child(1) {
    border-right: none;
}
.main_data-interest {
    text-align: left;
    position: absolute;
    padding: 0 10px;
    background: linear-gradient(-2deg, #ef0013, #1101ee);
    /* background: blueviolet; */
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 60px;
    border-radius: 12px;
    overflow: hidden;
}

.interest-number {
    position: relative;
    /* color: red; */
    z-index: 100;
    font-weight: bold;
    display: block;
    left: 0;
}


.modal-content {
    position: relative;
}


.sun { 
    position: absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      margin: auto;  
      width:70px;
      height:70px;
      border-radius:50%;	
      background:white;
      opacity:0.9;			
      box-shadow: 0px 0px 40px 15px white;  
      transform: scale(4);
  }
  
  .ray_box {
    position: absolute;
    margin: auto;
      top:0px;
      left:0;
      right:0;
      bottom:0;	
    width:70px;  
    -webkit-animation: ray_anim 20s linear infinite;
    animation: ray_anim 20s linear infinite;
  }
  .ray {  
      background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
          background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%); 
      margin-left:10px;
      border-radius:80% 80% 0 0;
      position:absolute;
      opacity:0.1;
  }
  
  .ray1 {    
      height:170px;
      width:30px;
     -webkit-transform: rotate(180deg);
      top:-175px;
      left: 15px;
  }
  .ray2 {
      height:100px;
      width:8px;
     -webkit-transform: rotate(220deg);
      top:-90px;
      left: 75px;
  }
  .ray3 {
      height:170px;
      width:50px;
     -webkit-transform: rotate(250deg);
      top:-80px;
      left: 100px;
  }
  .ray4 {
      height:120px;
      width:14px;
     -webkit-transform: rotate(305deg);
      top:30px;
      left: 100px;
  }
  .ray5 {
      height:140px;
      width:30px;
     -webkit-transform: rotate(-15deg);
      top:60px;
      left: 40px;
  }
  .ray6 {
      height:90px;
      width:50px;
     -webkit-transform: rotate(30deg);
      top:60px;
      left: -40px;
  }
  .ray7 {
      height:180px;
      width:10px;
     -webkit-transform: rotate(70deg);
      top:-35px;
      left: -40px;
  }
  .ray8 {
      height:120px;
      width:30px;
     -webkit-transform: rotate(100deg);
      top:-45px;
      left:-90px;
  }
  .ray9 {
      height:80px;
      width:10px;
     -webkit-transform: rotate(120deg);
      top:-65px;
      left:-60px;
  }
  .ray10 {
      height:190px;
      width:23px;
     -webkit-transform: rotate(150deg);
      top:-185px;
      left: -60px;
  }
  
  
  @-webkit-keyframes ray_anim { 
        0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);}    
        100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);}
  }