:root {
    --gray: #3b3a3a;
    --vibrant-green: #57b601;
    --bright-red: #ff1919;
    --light-blue: #43b5f9;
    --orange: #ed9139;
    --bright-orange: #ea8e51;
}
div.Normal{
    font:inherit;
}

p, span, a{
    font-size: 12pt;
    line-height: 1.5em;
}
.text-bg-light {
    color: #000;
    background-color: rgba(248, 249, 250, .9);
}
.top-bar-links a{
    margin-left: 12px;
    margin-right: 12px;
    color: white;
}
.top-bar-links{
    text-align: end;
}
@media only screen and (max-width: 600px){
.top-bar-links{
display: none !important;
}
}
/* GOOGLE TRANSLATE STYLING */
.fixed-con {
    z-index: 9724790009779558!important;
    background-color: var(--gray);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
   z-index: 9724790009779!important;
   top:0;
   left:unset;
   right:-5px;
   display:none!important;
   border-radius:50%;
   border:2px solid gold;
  }
  .VIpgJd-ZVi9od-aZ2wEe-OiiCO{
    width:80px;
    height:80px;
  }
  /*hide google translate link | logo | banner-frame */
  .goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
    display: none!important;
  }
  .goog-te-gadget {
    color: transparent!important;
    font-size:0px;
  }

  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }
   /*google translate Dropdown */
 
 #google_translate_element select{
 background:var(--gray);
 color:#fff;
 border: none;
 border-radius:3px;
 padding:6px 8px
 }
#google_translate_element{

    display:flex;
}






















