.bubbly-button {
    font-family: "Helvetica", "Arial", sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 1em 1em;
    width: 155px;
    margin-top: -20px;
    margin-bottom: 30px;
    margin-right: 10px;
    -webkit-appearance: none;
    appearance: none;
    /* background-color: #03807e; */
    background-color: #088F8F;    
    color: #fff;
    border-radius: 5rem;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    /* box-shadow: 0 2px 25px rgb(255, 60, 0); */
  }


  .bubbly-button-login{
    font-family: "Helvetica", "Arial", sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 1em 1em;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 30px;
    margin-right: 10px;
    -webkit-appearance: none;
    appearance: none;
    /* background-color: #03807e; */
    background-color: #088F8F;    
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px rgb(255, 60, 0);
  }
.bubbly-button-post{
  font-family: "Helvetica", "Arial", sans-serif;
  display: inline-block;
  font-size: 1em;
   padding: 0.5em 0.5em;
  width: 130px; 
 -webkit-appearance: none;
  appearance: none;
  /* background-color: #03807e; */
  background-color: transparent; 
    color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px #fff;
  opacity: 0;
  /* position:absolute;                
  bottom: 0;                        
  right: 10px;  */
  
}


.new-view {
  align-items: center;
  /* background-image: linear-gradient(144deg,#85081d, #e61822 50%,#f9fcfc); */
  background-color: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: rgb(240, 7, 116) 0px 10px 10px -5px;
  box-sizing: border-box;
  color: rgb(240, 7, 116);
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 12px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: underline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid linear-gradient(144deg,#85081d, #e61822 50%,#f9fcfc);
}

.new-view:active,
.new-view:hover {
  outline: 0;
}

.new-view span {
  /* background-color: rgb(5, 6, 45); */
  background-color: transparent;
  padding: 12px 10px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
  border: 1px solid #03807e;
}

.new-view:hover span {
  background: none;
}
.reddish-carl{
  color: #e60074;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: small;
  font-weight: 500;
}

@media (min-width: 768px) {
  .new-view {
    font-size: 24px;
    min-width: 196px;
  }
}

.bubbly-button-post:active{
  font-family: "Helvetica", "Arial", sans-serif;
  display: inline-block;
  font-size: 1em;
   padding: 0.5em 0.5em;
  width: 135px; 
 -webkit-appearance: none;
  appearance: none;
  /* background-color: #03807e; */
  background-color: #7c073ede; 
    color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px rgb(248, 224, 6);
}
.getEventFull{
  display: grid;
  place-items: center;
  color: #f5eef1;
  height: 25px; 
  background-color:rgba(12, 1, 7, 0.925); 
  opacity: 0.5;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: small;
  font-weight: 300;
}
.mbottom{
  position: sticky;
  bottom: 10px;
  height: 55px;
}
  .mychannels{
    font-family: "Helvetica", "Arial", sans-serif;
    display: none;
    font-size: 0.75em;
    height: 35px;
    /* padding: 1em; */
    width: 12.5em;
    margin-bottom: -15px;
    /* margin-top: -20px;
    margin-bottom: 30px;
    margin-right: 10px; */
    -webkit-appearance: none;
    appearance: none;
    /* background-color: #03807e; */
    background-color: #088F8F;    
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px rgb(8, 143, 143);
  }

  .mychannels_public{
    font-family: "Helvetica", "Arial", sans-serif;
    display: none;
    font-size: 0.75em;
    height: 35px;
    /* padding: 1em; */
    width: 12.5em;
    margin-bottom: -15px;
    /* margin-top: -20px;
    margin-bottom: 30px;
    margin-right: 10px; */
    -webkit-appearance: none;
    appearance: none;
    /* background-color: #03807e; */
    background-color: #fff;    
    color: #088F8F;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px rgb(8, 143, 143);
  }

  .bubbly-button-view {
    font-family: "Helvetica", "Arial", sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 1em 1em;
    width: 55px;
    margin-top: -20px;
    margin-bottom: 30px;
    margin-right: 10px;
    -webkit-appearance: none;
    appearance: none;
    /* background-color: #03807e; */
    background-color: #088F8F;    
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px rgb(8, 143, 143);
  }
.btn_close_view_v{
  z-index: 99;
}
  .bubbly-button1 {
    font-family: "Helvetica", "Arial", sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 1em 2em;
    margin-top: -20px;
    width: 155px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #088F8F;
    border-radius: 5rem;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    /*  */
  }

  .bubbly-footers {
    font-family: "Helvetica", "Arial", sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 1em 2em;
    margin-top: -20px;
    width: 155px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #088F8F;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    
  }
  .bubbly-button1:hover {
    
    background-color: #eed1dede;
    color: #088F8F;
   transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    
  }
  
  .bubbly-button1:active {    
    transform: scale(0.9);
    background-color: #f756a6;
    box-shadow: 0 2px 25px rgba(8, 143, 143, 0.5);
  }
 

  .bubbly-button3{
    font-family: "Helvetica", "Arial", sans-serif;
    display: inline-block;
    font-size: 1em;
    /* padding: 1em 2em; */
     padding: 5px 2.5px !important;
    margin-top: 0px;
    width: 175px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #f33b0dde;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    
    height: 35px;
  }

  .bubbly-button4{
    font-family: "Helvetica", "Arial", sans-serif;
    display: inline-block;
    font-size: 1em;
    /* padding: 1em 2em; */
     padding: 5px 2.5px !important;
    margin-top: 0px;
    width: 55px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #f33b0dde;
    border-radius: 4px;
    border: 0.5px solid #f33b0dde;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    
    height: 56px;
  }
  /* .bubbly-button3{     
    width: 255px !important; 
       
    height: 35px;
} */
  .bubbly-button2 {
    font-family: "Helvetica", "Arial", sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 1em 2em;
    margin-top: -20px;    
    margin-bottom: 30px;
    margin-left: 10px;
       -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #0011ff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px rgba(38, 0, 255, 0.5);
  }

  .bubbly-button2 a {
    font-family: "Helvetica", "Arial", sans-serif;
      font-size: 1em;
  }
  .putbelow{
    height: 60px !important;
}
.bubbly-button-login:focus{
  outline: 0;
}
  .bubbly-button:focus {
    outline: 0;
  }
  #work:hover{
    color: #088F8F !important;
    cursor: pointer;
  }
  .changer:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
  .bubbly-button:before, .bubbly-button:after {
    position: absolute;
    content: "";
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
  }
  .bubbly-button:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, transparent 20%, #03807e 20%, transparent 30%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, transparent 10%, #03807e 15%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
  }
  .bubbly-button:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, transparent 10%, #03807e 15%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
  }
  .bubbly-button:active {
    transform: scale(0.9);
    background-color: #03807e;
    box-shadow: 0 2px 25px rgba(8, 143, 143, 0.5);
  }
  .bubbly-button.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
  }
  .bubbly-button.animate:after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
  }

  

  .bubbly-button-login:before, .bubbly-button-login:after {
    position: absolute;
    content: "";
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
  }
  .bubbly-button-login:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, transparent 20%, #03807e 20%, transparent 30%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, transparent 10%, #03807e 15%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
  }
  .bubbly-button-login:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, transparent 10%, #03807e 15%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%), radial-gradient(circle, #03807e 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
  }
  .bubbly-button-login:active {
    transform: scale(0.9);
    background-color: #03807e;
    box-shadow: 0 2px 25px rgba(8, 143, 143, 0.5);
  }
  .bubbly-button-login.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
  }
  .bubbly-button-login.animate:after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
  }
  .total_letters{
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 10px;
    color: #03807e;
    text-align: end;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
  }
  #total_upload{
    display: none;
  }
  
  @keyframes topBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
  @keyframes bottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }

  

  @media (max-width: 387px){

    .bubbly-button{     
           width: 105px; 
           padding: 0.25em 0.25em !important;
           height: 55px;
   }
   .bubbly-button1{     
    width: 105px !important; 
        padding: 0.25em 0.25em !important;
    height: 55px;
}

.bubbly-footers{
  width: 95px !important; 
  padding: 0.15em 0.15em !important;
height: 55px;
font-size: small;
}

.bubbly-button2{     
    width: 120px !important; 
        padding: 0.25em 0.25em !important;
    height: 55px;

}
.bubbly-button2 a {
    font-family: "Helvetica", "Arial", sans-serif;
      font-size: 0.9em;
      padding: 0.25em 0.25em !important;
  }
  }

  @media (max-width: 600px){

    .bubbly-button{     
           width: 115px; 
           padding: 0.25em 0.25em;
   }
   .bubbly-button1{     
    width: 105px; 
    padding: 0.25em 0.25em;
}

.bubbly-footers{
  width: 105px !important; 
  padding: 0.15em 0.15em !important;
height: 55px;
font-size: small;
}
.bubbly-button2{     
    width: 120px; 
    padding: 0.25em 0.25em;
}
.bubbly-button2 a {
    font-family: "Helvetica", "Arial", sans-serif;
      font-size: 0.7em;
  }
  }

  @media (max-width: 900px){
    .chk{
      margin-top: 45px !important; 
     }
    .mycountry{
      width: 17% !important;
      
    }
        #myemailreg{
          width: 83% !important;
          /* margin-left: 43px !important; */
        }

        .hideicon{
          display: none !important;
        }
    
        .newfont{
          padding: 0.25em !important;
          font-size: small !important;
          font-weight: 500 !important;
        }
    .bubbly-button{     
           width: 120px; 
           padding: 0.5em 0.5em;
   }
   .bubbly-button1{     
    width: 105px; 
    padding: 0.5em 0.5em;
}
.bubbly-footers{
  width: 115px !important; 
  padding: 0.15em 0.15em !important;
height: 55px;
font-size: medium;
}
.bubbly-button2{     
    width: 125px; 
    padding: 0.5em 0.5em;
}
.bubbly-button2 a {
    font-family: "Helvetica", "Arial", sans-serif;
      font-size: 0.9em;
  }
  }

 

  @media screen and (max-device-width: 420px) and (min-device-width: 250px){
    
   .chk{
    margin-top: 155px !important;
   }
    #country_main{
      width: 0px !important;
      display: none;
    }
.mycountry{
  width: 17% !important;
  
}
    #myemailreg{
      width: 83% !important;
      /* margin-left: 43px !important; */
    }

    .hideicon{
      display: none !important;
    }

    .newfont{
      padding: 0.25em !important;
      font-size: small !important;
      font-weight: 500 !important;
    }
        input[type="date"]{     
               
               margin-right: 1px;
               width: 120px !important;
       }
    .bubbly-button{     
           width: 105px; 
           padding: 0.25em 0.25em !important;
           height: 55px;
   }
   .bubbly-button1{     
    width: 105px !important; 
        padding: 0.25em 0.25em !important;
    height: 55px;
}

.bubbly-footers{
  width: 95px !important; 
  padding: 0.15em 0.15em !important;
height: 55px;
font-size: small;
}

.bubbly-button2{     
    width: 120px !important; 
        padding: 0.25em 0.25em !important;
    height: 55px;

}
.bubbly-button2 a {
    font-family: "Helvetica", "Arial", sans-serif;
      font-size: 0.9em;
      padding: 0.25em 0.25em !important;
  }
  #country_code{
    width: 76px !important;
    
  }
  #myphonegroup{
    display: flex; 
    justify-content: space-between;
     /* margin-left: -42px; */
  }
  }

  @media screen and (max-device-width: 420px) and (min-device-width: 391px){
    .chk{
      margin-top: 55px !important;
     }

  }

  .box{
    display: none;
    width: 100%;
    height: 100%;            
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;  /* for demo purpose  */
}
.stack-top{
    z-index: 9;
    margin: 1px; /* for demo purpose  */
}

.stack-top img{
  background: cover; 
  height: 100%;
}
.getFull{
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #03807e;
  height: 50%;
  z-index: 1100;
}