/**********

Google translator

************/

#__dimScreen .message {
  background: #f2f2f2;
  margin: 0;
  color: #00336a;
  font-size: 16px;
  /* width: 100%; */
  box-shadow: 0 0 19px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  font-weight: 400;
}

#__dimScreen .accept-terms,
#__dimScreen .do-not-accept-terms {
  padding: 10px 25px;
  margin-top: 20px;
  margin-bottom: 0;
  background: transparent;
  border: 1px solid #003366;
  color: #003366 !important;
  /* padding-left: 0; */
  /* padding-right: 0; */
  font-size: 14px;
  font-weight: 700;
  transition: 0.5s ease all;
  line-height: normal;
  height: auto;
  display: inline-block;
  text-decoration: none !important;
  margin-right: 15px;
  text-transform: uppercase;
}

#__dimScreen .accept-terms:hover,
#__dimScreen .do-not-accept-terms:hover {
  background: #003366 !important;
  transition: 0.5s ease all;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  #__dimScreen .message {
    width: calc(100% - 35px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* newChanges */
html.translated-ltr .header-wrapper {
  top: 40px;
}

html.translated-ltr .headerFixedInitial.headerFixed .header-wrapper {
  /* top: 40px !important; */
  top: 38px !important; /* removed gap b/w google translator and header */
}

.header-translator-region .goog-te-gadget {
  border-right: 0 !important;
  padding-right: 0 !important;
}

.header-translator-region .goog-te-gadget-simple {
  padding-right: 0 !important;
  border: 1px solid #d5d5d5 !important;
}

/* #goog-gt-tt {
  display: none !important;
}

.goog-text-highlight {
  background: transparent;
  box-shadow: none;
} */

@media screen and (max-width: 480px) {
  iframe.goog-te-banner-frame.skiptranslate {
    height: 59px;
  }

  html.translated-ltr .header-wrapper {
    top: 60px;
  }

  html.translated-ltr .headerFixedInitial.headerFixed .header-wrapper {
    top: 58px !important;
  }

  html.translated-ltr body {
    top: 61px !important;
  }
}

@media screen and (max-width: 320px) {
  html.translated-ltr body {
    top: 81px !important;
  }

  .goog-te-gadget.skiptranslate {
    position: absolute;
    top: 0;
    right: 0;
  }

  #__dimScreen .message {}

  #__dimScreen .accept-terms,
  #__dimScreen .do-not-accept-terms {
    padding: 10px 20px;
    font-size: 13px;
    margin-right: 0;
  }

  #__dimScreen .accept-terms {
    margin-right: 9px;
  }
}
