.goog-te-gadget {
  display: none !important;
}

.gt_black_overlay {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 2017;
}

.gt_white_content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 341px;
  height: 340px;
  margin: -170px 0 0 -170.5px;
  padding: 6px 16px;
  border-radius: 5px;
  background-color: white;
  color: black;
  z-index: 19881205;
  overflow: auto;
  text-align: left;
}

.gt_white_content a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #e7e7e7;
  white-space: nowrap;
  color: #292929 !important;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
}

.gt_white_content a img {
  margin-right: 8px;
}

.gt_white_content a:last-of-type {
  border-bottom: none;
}

.gt_white_content .gt_languages {
  column-count: 1;
  column-gap: 10px;
}

.gt_white_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

.gt_white_content::-webkit-scrollbar {
  width: 5px;
}

.gt_white_content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #888;
}

.dropdownIcon {
  float: right;
  color: #333;
  font-size: 30px;
  text-align: center;
  margin: 0px;
  margin-top: -10px;
  opacity: 0.7;
  content: "\2304";
}

.topGt_lang {
  padding: 4px 10px;
  background: white;
  border-radius: 2px;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

#myVid {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: block;
  border-radius: 6px;
  background-color: #080b17;
  /* border-color: white; */
  /* border-width: thick; */
  /* border: 8px solid #949191; */
  z-index: 99999;
}

@media screen and (max-width: 1024px) {
  #myVid {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  #myVid {
    width: 85%;
    margin-bottom: 24px;
    text-align: center;
    margin: 0 auto;
    height: 400px;
  }
}

@media screen and (max-width: 425px) {
  #myVid {
    width: 99.6%;
    margin-bottom: 24px;
    height: 150px;
  }
}

/* Accordion styles */
.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  margin-bottom: 8px;
}

.tab-content {
  max-height: 0;
  padding: 0 0.5em;
  color: #979797;
  background: white;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  font-weight: 700;
  cursor: pointer;
  color: #727272;
  font-size: 13px;
  background: #f9f9f9;
}

.tab-label:hover {
  background: darken(#2a2a2a, 10%);
}

.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2a2a2a;
  cursor: pointer;
}

.tab-close:hover {
  background: darken(#2a2a2a, 10%);
}

.tabs input[type="checkbox"] {
  display: none;
}

.tabs input[type="checkbox"]:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

.tabs input[type="checkbox"]:checked .tab-label {
  background: darken(#2a2a2a, 10%);
}

.tabs input[type="checkbox"]:checked::after {
  transform: rotate(90deg);
}

.tabs .line {
  margin-top: -4px;
  width: 100%;
  border: 0.2px solid #1086df;
}

.whatsappContainer {
  padding: 4px 0px;
  box-shadow: 0 9px 21px 0 rgba(42, 42, 42, 0.15);
  border-radius: 8px 0px 0px 8px;
  /* height: 48px; */
  position: fixed;
  right: 0;
  top: 82%;
  width: 48px;
  background: #ffffff;
  overflow: hidden;
  z-index: 1100;
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -ms-border-radius: 8px 0px 0px 8px;
  -o-border-radius: 8px 0px 0px 8px;
}

.whatsappContainer .col {
  display: flex !important;
  flex-direction: column;
}

.whatsappContainer a span {
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  margin-left: 10px;
  margin-top: 8px;
}

.whatsappContainer a img {
  /* font-size: 24px; */
  margin: 0 auto;
  text-align: center;
  margin-left: 10px;
  margin-top: 4px;
  width: 30px;
  height: 36px;
  object-fit: contain;
}
