* {
    margin: 0;
    padding: 0;
    user-select: none;
    box-sizing: border-box;
    
     }
     @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@600;700&family=Roboto:wght@500;700;900&family=Teko:wght@300;500;600;700&display=swap');
     @media (min-width: 263px) { 
    html{
    background:#fff;
    overflow:auto;
    overflow-x:hidden;
     
    }
    body{
    display: grid;
    place-items: center;
    font-family: 'Roboto', sans-serif;
    }
    
    
     a {
    align-content: center;
    justify-content: center;
    text-align: center;
    }
    
    .tipster-info__avatar {
    margin:auto;
    text-align: center;
    place-items: center;
    }
    .user-avatar {
    border-radius: 50%;
    align-content: center;
    
    text-align: center;
    margin:auto;
    }
    
    .avatar {
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    }
    
    .avatar:before {
    content: "";
    display: block;
    padding-top: 100%;
    }
    
    .avatar img {
    opacity: 0;
     
    left: -9999px;
    }
    
    img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    }
    .container{
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    
    
    }
    .nav_logo{
    margin-top: 45px;
    flex-direction: column;
    display: flex;
    }
    
    .tittle{
    color: #5e5e5e;
    font-size: 25px;
    }
    
    .textawal{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 0px;
    }
    
    #Layer_1{
    justify-content: center;
    align-items: center
    
    }
    
    .st0 {
    justify-content: center;
    align-items: center;
    fill: #009826;
    }
    .deskrip {
        color: #5e5e5ebe;
        text-align: center;
        margin-bottom: 40px;
      }
    
    ._advm {
    background: #128c7e;
    color: #fff;
    border-radius: 40px;
    padding: 16px 32px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    margin-top: 35px;
    margin-bottom: 20px;
    }
    
    .center{
        text-align: center;

    }
   
    .center>a>span {

}

    .footer-separator {
    width: 200px;
text-align: center;
    border-bottom: 1px #dfdfdf18;
    margin-top: 35px;
    }
    
    .text{
    margin-top: 45px;
    color: #5e5e5ebe;
    text-align: center;
    font-size: 14px;
    }

.port{height: 25px;border-bottom: 1px solid #e6e6e600;margin: auto;width: 250px;margin-top: 40px;margin-bottom:25px;}

    
    .popup-link{
    display:flex;
    flex-wrap:wrap;
    }
    
    .popup-link a{
    background: #333;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size:12px;
    cursor:pointer;
    margin:20px;
    text-decoration:none;
    }
    
    .popup-container {visibility: hidden;opacity: 0;transition: all 0.3s ease-in-out;transform: scale(1.3);position: fixed;z-index: 1;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(21, 17, 17, 0.61);padding: 8px 50px;}
    .popup-content {background-color: #d7f2cb;margin-top: 8px;margin-bottom: auto;margin-left: auto;margin-right: auto;padding: 20px;border: 1px solid #2bff00;}
    .popup-content p{
    font-size: 12px;
    line-height: 20px;
    }
    .popup-content a.close{
    color: #167400;
    float: right;
    font-size: 14px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration:none;
    
    }
    
    .popup-content a.close:hover{
    color:#333;
    }
    
    .popup-content span:hover,
    .popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    }
    
    .popup-container:target{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    }
    
    .popup-container h3{
    margin:0px;
    }
    /*End popup styles*/
    
    /* Additional styles */
    .popup-style-2{
    transform: scale(0.3);
    
    }
    
    .popup-style-2:target{
    transform: scale(1);
    }
    
    .popup-style-3{
    left:100%;
    
    }
    
    .popup-style-3:target{
    left:0;
    }
    
    .popup-style-4{
    transform: rotate(180deg);
    }
    
    .popup-style-4:target{
    transform: rotate(0deg);
    }
    
    .popup-style-5{
    top:100%;
    
    }
    
    .popup-style-5:target{
    top:0;
    }
    
    .popup-style-6{
    transform: scale(15.3);
    
    }
    
    .popup-style-6:target{
     transform: scale(1);
     }
    
    .popup-style-7{
    transform: skewY(180deg);
     transition: all 0.7s ease-in-out;
    }
    
    .popup-style-7:target{
     transform: skewY(0deg);
    
     }
    
     .popup-content h4{
    font-size: 18px;
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: center;
    color: #008a2e;;
    }
    
    .greeting{
    font-size: 14px;
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: center;
    color: #474747;
    }
    
    label {
    color: #008a2e;
    cursor: default;
    font-weight: 600;
    vertical-align: middle;
     
    }
    
    #username{border: 1px solid #008a2e;margin: 10px 0;padding: 8px;outline: none;background: #f6fff3e8;font-size: 0.8em;width: 100%;border-radius: 3px;color: #555555;}
    
    #bank{border: 1px solid #008a2e;margin: 10px 0;padding: 8px;outline: none;background: #f6fff3e8;font-size: 0.8em;width: 100%;border-radius: 3px;color: #555555;}
    
    
    button {border: 1px solid #00711a;margin: 10px 0;padding: 8px;outline: none;background: #6eff3de8;font-size: 1em;width: 100%;border-radius: 3px;color: #292929;text-align: center;place-align: center;}
    
    button:hover{
    background: #2aa700e8;
    color: #6eff3de8;
    }
    
    
    label input {
    font-weight: normal
    }
    
    textarea,.inputtext,.inputpassword {
    -webkit-appearance: none;
    border: 1px solid #ccd0d5;
    border-radius: 0;
    margin: 0;
    padding: 3px
    }
    
    textarea {
    max-width: 100%
    }
    
    select {
    border: 1px solid #ccd0d5;
    padding: 2px
    }
    
    
    
    }
    
    #button {
  margin: 4%;
  padding: 6% 4%;
  border-radius: 1px;
  color: white;
  font-size: 16px;
  border: 1px solid rgb(18 140 126);
  cursor: pointer;
}
.css-button {
  animation: inout 1s ease infinite;
}

.css-button a{
    text-decoration: none;
    color: rgb(18 140 126);

}

.gsap-button {
  border: 1px solid #82c303 !important;
}

@keyframes inout {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(18, 140, 126, 0.644);
    -moz-box-shadow: 0 0 0 0px rgba(18, 140, 126, 0.644);
    box-shadow: 0 0 0 0px rgba(18, 140, 126, 0.644);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 165, 16, 0);
    -moz-box-shadow: 0 0 0 20px rgba(21, 165, 16, 0);
    box-shadow: 0 0 0 20px rgba(21, 165, 16, 0);
  }
}
    
    