@charset "UTF-8";

body, div, h1, h2, h3, span, p {
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

html {
  height: 100%;
  background-color: #000;
}

body {
  height: 100%;
  margin: 0px;
  background: #000;
  font-size: 10pt;
  color: #fff;
  overflow: hidden; /* disable scrollbars */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}

/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
  background-color: rgba(0,0,0,0.5);
  width: 0.75em;
  height: 0.75em;
}
::-webkit-scrollbar-thumb {
  background-color:  rgba(255,255,255,0.5);
}

.ggskin {
  font-size: 10pt !important;
}

.ggskin_svg:hover img {
  margin-left: -4.5%;
  margin-top: -4.5%;
  width: 109% !important;
  height: auto !important;
}

.close-360 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #ffffff;
  z-index: 999999;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
}

.container-360 {
  max-width: 1000px;
  max-height: 750px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
}

.hack-ios {
  width: 1px !important;
  height: 1px !important;
}

.smaller-font .ggskin {
  font-size: 9pt !important;
}

/* ------------------------------------------------------ Cookie Banner ------------------------------------------------------ */

#onetrust-consent-sdk #onetrust-banner-sdk *:focus, #onetrust-consent-sdk #onetrust-banner-sdk:focus {
  outline-color: #fff !important;
  outline-width: 0 !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk, #onetrust-pc-sdk, #ot-sdk-btn-floating.ot-floating-button::after {
  font-family: acumin-pro, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}

#onetrust-consent-sdk #onetrust-banner-sdk {
  background-color: #3d441e !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href] {
  white-space: nowrap;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
  background-color: #bd551a !important;
  border-color: #bd551a !important;
}

#onetrust-banner-sdk h2, #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-pc-btn-handler {
  font-weight: 800 !important;
}

@media (max-width: 1100px) {
  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
    width: 100% !important;
  }

  #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
    top: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    width: 100% !important;
    position: relative !important;
    margin-left: 0 !important;
  }

  #onetrust-banner-sdk #onetrust-button-group {
    margin-top: 10px;
    margin-right: 0 !important;
  }
}
