.lang-translater_tooltip_btn {
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 300;
    width: 60px;
    background: #3390f5;
    border-radius: 50px;
    border: 1px solid #3390f5;
    text-align: center;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

.popover {
  width: 200px;
  z-index: 1;
  position: absolute;
      border: 0px solid rgba(0,0,0,.2);
}


.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #ffffff;
    border-bottom: 0px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: #888ea8;
    font-weight: 400;
    display: none;
}

.popover input {
color: #000000;
min-height: 10px !important;
padding: 7px !important;
    border: 1px solid #a8ccf2;
    border-color: #b4daf9;
    box-shadow: 0px 0px 0px 3px #b4daf9, 0px 0px 0px #b4daf9;
    outline: 0 none;
    border:1px solid #5299e6;
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgb(229, 229, 229);
}

.popover .btn
{
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1);
    will-change: opacity, transform;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;

    color: #fff !important;
background-color: #3390f5!important;
border-color: #3390f5 !important;
width:100%;
padding:2px;
text-align: center;
border-radius:50px;

}

.fade:not(.show) {
    opacity: 1;
}
