@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;1,100;1,200;1,300&family=Roboto&display=swap');



.bubble {
    position: fixed;
    right: 70px;
    bottom: 55px;
    z-index: 9999;
    --r: 25px; /* the radius */
    --t: 30px; /* the size of the tail */
    transition: 0.3s;

    max-width: 300px;
    padding: calc(2*var(--r)/3);
    -webkit-mask:
        radial-gradient(var(--t) at var(--_d) 0,#0000 98%,#000 102%)
        var(--_d) 100%/calc(100% - var(--r)) var(--t) no-repeat,
        conic-gradient(at var(--r) var(--r),#000 75%,#0000 0)
        calc(var(--r)/-2) calc(var(--r)/-2) padding-box,
        radial-gradient(50% 50%,#000 98%,#0000 101%)
        0 0/var(--r) var(--r) space padding-box;
    background: linear-gradient(135deg,#FE6D00,#1384C5) border-box;
    color: #fff;
}
.left {
    --_d: 0%;
    border-left: var(--t) solid #0000;
    margin-right: var(--t);
    place-self: start;
}
.right {
    --_d: 100%;
    border-right: var(--t) solid #0000;
    margin-left: var(--t);
    place-self: end;
}



.def_button_style_subscribe {
    /*background-image: linear-gradient(to right, #f2fcfe 0%, #A64826  81%, #f2fcfe  100%);*/
    margin: 10px;
    padding: 10px 20px;
    text-align: center;
    transition: 0.5s;
    /*background-size: 200% auto;*/
    color: #000000;
    box-shadow: 0 0 20px #eee;
    border-radius: 30px;
    display: block;
    font-size: 20px;
    border: none;
}

.def_button_style_subscribe:hover {
    background-position: right center; /* change the direction of the change here */
    color: #A64826 ;
    text-decoration: none;
}


.def_button_style {
    background-image: linear-gradient(to right, #A64826 0%, #F09819  51%, #A64826  100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    font-family: 'Roboto';
    font-size: 17px;
    border: none;
}

.def_button_style:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

/*.def_button_style {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 17px;
    background-color: #A64826;
    color: white;
    border: none;
    width: auto;
    height: 42px;
    border-radius: 18px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.2s linear 0s;

    display: inline-block;
    position: relative;
box-shadow: 0 5px 15px rgb(166,72,38);
}

.def_button_style:hover{
    box-shadow: 0 0.5em 0.5em -0.4em ;
    transform: translateY(-0.25em);
    color: #A64826;
    background-color: #fff;
    font-weight: bolder;
}*/


.news_login_button{
    color: #A64826;
    background-color: white;
top: 13px;
    z-index: 9999;
    position: fixed;
    font-size: 17px !important;
    font-family: 'Roboto' !important;
    font-style: normal !important;
    
    right: 10px;
    border: 1px solid;
    border-radius: 18px;
    border-color: dimgray ;
    height: 35px;
   width: 90px;

    box-shadow: 0 0 1px #F2EC91;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0   rgba(255, 255, 255, 0.1)  inset;
}


.news_login_button:hover{
    box-shadow:0 0 0 25px  rgba(255, 255, 255, 0.1)  inset;
    -webkit-transform: scale(1);
    background: linear-gradient(118deg, rgba(238,238,238,1) 0%, rgba(227,227,227,1) 13%);
}



 @keyframes glow {
    40% {
      text-shadow: 0 0 8px #ffff;
    }
  }
  
.news_login_button_go:hover{
animation:  glow 2500ms linear infinite 100ms;

    color: #fff;
    text-decoration: none;
}

.news_login_button_go{
    color: #F2EC91;
    z-index: 9999;
    position: fixed;
    font-size: 13px;
    top: 20px;
    right: -50px;
    height: 35px;
    width: 172px;
    font-weight: 100;
}



.icon_login_button{
    font-size: 23px;
    margin-bottom:  -6px;
    color: #F2EC91;
}







@media screen and (max-width: 768px) {
.news_login_button_go{
    left: 10px;
    top: 15px;
    font-size: 13px;
}
}