@import url("https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap");
.inner {
  max-width: 1240px;
}

body {
  color: white;
  background-color: #161616;
  font-size: 0.95em;
}

.brand {
  font-style: italic;
}

.footer a.brand {
  color: white;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: white;
  padding-bottom: 4px;
}

.typography h1 {
  font-size: 2em;
}

.section h2, .section h3 {
  font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: white;
  margin-top: 0.5em;
}

.typography h3 {
  font-size: 20px;
}

.typography a, .typography a.intro {
  color: #ffa807;
}

.typography a:hover, .typography a.intro:hover {
  color: #ffa807;
  border: none;
}

.typography img {
  border: none;
  background: transparent;
}

.typography p {
  font-size: 0.95em;
}

.header .inner {
  padding-top: 24px !important;
}

.social-links {
  display: flex;
  justify-content: center;
}

.socials {
  font-size: 3em;
  margin: 0.15em;
  margin-bottom: 2em;
}

.main {
  background-color: #161616;
}

.no-border-inner {
  padding: 0;
}

.banner-container {
  display: flex;
  justify-content: center;
}

.center-image {
  display: block;
  margin: 0 auto;
}

.white-text {
  color: white;
}

.carousel-control-prev, .carousel-control-next {
  background-color: none !important;
}

.carousel-indicators {
  position: relative;
  list-style: none; /* Remove default list styling */
  display: flex; /* Use flex display to align items */
  flex-wrap: wrap; /* Allow indicators to wrap to the next line */
  justify-content: center; /* Center the bullet points horizontally */
  align-items: center; /* Center the bullet points vertically */
  margin: 0;
  padding: 0;
}

.carousel-indicators li, .carousel-indicators[data-bs-target] li {
  width: 13px !important;
  height: 13px !important;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important;
}

form input.text, form textarea, form .textajaxuniquetext, form select {
  border-radius: 0.25em;
  max-width: none;
}

form .date .middleColumn input {
  /* background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px; */
  width: 100%;
}

.mobileShow {
  display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 518px) {
  .mobileShow {
    display: inherit;
  }
}
.tabletShow {
  display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 518px) and (max-width: 1320px) {
  .tabletShow {
    display: inherit;
  }
}
.desktopShow {
  display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 1320px) {
  .desktopShow {
    display: inherit;
  }
}
body.AdPricingPage,
body.AdPricingPage.dark {
  background-color: #161616;
}

body.AdPricingPage.light {
  background-color: white !important;
}

.AdDashboardPage .typography h1, .AdDashboardPage .typography h2, .AdDashboardPage .typography h3, .AdDashboardPage .typography h4, .AdDashboardPage .typography h5, .AdDashboardPage .typography h6 {
  color: white;
}
.AdDashboardPage button h2 {
  color: black !important;
  padding: 0.1em;
  margin: 0;
}
.AdDashboardPage .typography a:hover {
  border-bottom: #f8f9fa !important;
}
.AdDashboardPage .typography ul li {
  list-style-type: none;
}
.AdDashboardPage .typography table th {
  color: white;
}
.AdDashboardPage .nav-pills .nav-link.active {
  background-color: #f8f9fa;
  color: #161616;
}
.AdDashboardPage #Form_CreateCampaignForm_TargetCountries_Holder {
  margin-top: 3em;
}
.AdDashboardPage input[type=checkbox], .AdDashboardPage input.checkbox, .AdDashboardPage .checkboxes input {
  top: 3px;
}
.AdDashboardPage .field .checkbox:not(.field), .AdDashboardPage .field .radio:not(.field) {
  display: inline-table;
}
.AdDashboardPage .checkbox label {
  width: 8em;
}
.AdDashboardPage ul.grouped-checkbox li label {
  margin-left: 0.5em;
}
.AdDashboardPage ul.grouped-checkbox li input[type=checkbox] {
  top: 8px;
}

body.AdDashboardPage {
  background-color: #161616;
  color: #f8f9fa;
}

.platform-icon {
  width: 150px;
}

.grecaptcha-badge {
  bottom: 90px !important;
}

.social {
  width: 32px;
  filter: invert(1);
  margin-left: 1px;
  margin-right: 1px;
}

a.btn, button, input[type=submit], input[type=reset], .Actions .action {
  background-color: #ffc107;
  color: #161616;
  font-weight: 600;
  border: 2px solid #161616;
  margin-right: 0;
}

a.btn:hover, button, input[type=submit]:hover, .Actions .action:hover {
  background-color: #ffa807;
  color: #161616;
  font-weight: 600;
  border: 2px solid white;
}

a.btn:after {
  content: none !important;
}

.btn {
  background-color: #161616;
  color: #ffa807;
  border: #ffa807 2px solid;
}

.btn:hover {
  background-color: #ffa807;
  color: #161616;
}

.btn-light {
  border: 1px solid gray;
}

.btn-primary {
  background-color: #161616 !important;
  color: #ffc107 !important;
  border: 1px solid #ffc107 !important;
}

.btn-primary:hover {
  background-color: #ffc107 !important;
  color: #161616 !important;
  font-weight: 600 !important;
}

.btn-outline-secondary {
  color: #6c757d !important;
  border-color: #6c757d !important;
  background-color: white !important;
  border-style: solid !important;
  border-width: 1px !important;
}

.btn-accept:hover {
  background-color: green !important;
}

.btn-toolbar {
  justify-content: flex-end !important;
}

.modal-footer .btn-secondary {
  padding: 1px 6px !important;
  background-color: #444 !important;
}

.original-post:hover {
  font-size: none;
}

.flatUI {
  display: block;
  height: 1.6em;
  align-items: center;
  text-transform: uppercase;
  background-color: black;
}

.flatUI a {
  font-size: 16px;
  line-height: 0.8em;
  color: lightgray;
}

.header .primary ul {
  position: absolute;
  bottom: 0;
  right: 0;
  top: -0.4em;
}

.header .primary li a {
  margin-top: 24px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  text-transform: uppercase;
  font-size: 1em;
  font-size: 400;
  color: lightgray;
}

.nav-link {
  text-transform: uppercase;
}

.menu-footer {
  margin-left: 1.5em;
  margin-left: 1.5em;
}

.offcanvas-bottom {
  height: 90vh;
}

@media (min-width: 1200px) {
  .offcanvas-bottom {
    height: 50vh;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
  }
}
form .good {
  color: black;
}

.info {
  background-color: #161616 !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 640px !important;
    margin: 1.75rem auto;
  }
}
.modal-footer-full {
  display: block;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.page-item.active .page-link {
  /* border-color: $color-blue-BG;
   background-color: $color-blue-BG;*/
}

.page-item a {
  font-size: 0.5em !important;
}

.pagination {
  margin-bottom: 1em !important;
  margin-top: 1em;
}

.btn-danger {
  background-color: #dc3545 !important;
}

.accordion-button {
  padding-top: 0.72rem !important;
  padding-right: 1.25rem !important;
  padding-bottom: 0.72rem !important;
  padding-left: 1.25rem !important;
}

.card-quotes {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: rgb(2, 0, 36);
  background: linear-gradient(172deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 35%, rgb(0, 212, 255) 100%);
  color: white;
  background-clip: border-box;
  border: 3px solid #ffb500;
  border-radius: 0.84rem;
  margin-bottom: 1em;
}

.card-quotes .card-title {
  color: white;
}

.card-quotes .card-text {
  font-size: 1em;
}

#licenses {
  margin-top: 1em;
}

.license .s1 {
  color: red;
}

.license .s5 {
  color: green;
}

.contactform form {
  width: 100%;
}

.contactform form label.left {
  color: white;
}

.ProductCategory, .Product, .typography h1, .sidecart h3 {
  color: white !important;
}

.productItem .details {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.swatch {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 2px solid lightgrey;
  margin-left: 0.32em;
}

.productContent {
  font-size: 0.8em;
  margin-top: 3em;
}
.productContent ul {
  padding-left: 0;
}

.order-box {
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
  height: 100%;
  border: 2px solid #ffa807;
  border-radius: 0.5em;
  height: 3em;
  margin-bottom: 1em;
}

#content-placeholder {
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
  height: 100%;
}

.variation {
  text-align: center;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .variation {
    text-align: inherit;
  }
}
.quantity input {
  display: inline-table;
  text-align: center;
}

.btn-sizeChart {
  font-weight: bold;
  font-size: 0.8em;
}

.Product .btn-close {
  background-color: #ffa807;
}

.modal-content {
  background-color: #454545;
  color: #ffa807;
  border: 2px solid #ffa807;
}

.Product .typography .modal-content ul li {
  list-style-type: none;
  margin-bottom: 0;
}

.Product .typography .modal-content ul {
  margin-left: 0px;
}

.Product .modal-content .nav-tabs .nav-link {
  font-weight: 600;
  background-color: unset;
  color: #ffa807;
}

.Product .modal-content .nav-tabs .nav-link.active,
.Product .modal-content .nav-tabs .nav-link:focus {
  font-weight: 600;
  color: #ffa807;
}

.Product .table {
  color: #ffa807;
}

.Product .table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #ffa807;
}

.Product .typography table tr:nth-child(even) {
  background-color: #454545;
  color: #ffa807;
}

.Product .table > :not(:first-child) {
  border-top: 0;
}

.modal-content .nav-item:hover {
  background-color: #454545;
}

#ShopAccountForm_EditAccountForm, #ChangePasswordForm_ChangePasswordForm {
  width: 100% !important;
  margin-left: 0 !important;
}

.CheckoutPage .btn-toolbar input.action[class] {
  margin-left: 1em;
}

#ForgotPassword {
  margin-left: auto;
}

.checkbox label.right {
  color: #ffa807;
}

#CheckoutForm_PaymentMethodForm_PaymentMethod li label {
  position: relative;
  top: -3px;
}

#Checkout form label.left {
  float: unset !important;
  width: unset !important;
}

#CheckoutForm_ShippingAddressForm_SilverShop-Checkout-Component-ShippingAddress_Company_Holder {
  display: none;
}

.progress-bar {
  background-color: #ffa807;
}

.progress {
  font-weight: 500;
}

.AccountPage .field .checkbox:not(.field), .AccountPage .field .radio:not(.field) {
  margin-top: 0;
}
.AccountPage .Paid:hover, .AccountPage .Paid .table, .AccountPage .table, .AccountPage .table-hover > tbody > tr:hover > * {
  color: #454545 !important;
}
.AccountPage .typography table tr.even, .AccountPage .typography table th, .AccountPage .typography thead td {
  background-color: #4c4c4c;
  color: white;
}

.AccountPage .accountnav {
  width: 100%;
}

.AccountPage .nav-list {
  flex-direction: column;
}
.AccountPage .nav-list li a .bi {
  font-size: medium;
  margin-right: 0.5em;
  position: relative;
  top: 2px;
}

.AccountPage .typography ul li {
  list-style-type: none;
}

.CheckoutPage form {
  width: 100% !important;
  max-width: unset !important;
}
.CheckoutPage form .optionset ul {
  margin-top: 1.5em;
}

#Form_ShippingMethodForm_ShippingMethodID_Holder ul li label {
  display: flex;
  margin-left: 1.5em;
  position: relative;
  top: -2px;
}

.CheckoutPage, .AccountPage {
  /*dt{
  	font-size: small;
  } 

  dd{
  	font-size: small;
  }*/
}
.CheckoutPage .typography table, .AccountPage .typography table {
  width: 100%;
}
.CheckoutPage table.infotable, .AccountPage table.infotable {
  background: #ffa807;
  margin-bottom: 1em;
}
.CheckoutPage table.infotable tr td a, .AccountPage table.infotable tr td a {
  text-decoration: none;
}
.CheckoutPage a.btn-store, .AccountPage a.btn-store {
  margin: 0.25em !important;
}
.CheckoutPage table tbody .itemrow .image, .CheckoutPage #InformationTable .image, .AccountPage table tbody .itemrow .image, .AccountPage #InformationTable .image {
  width: 56px;
  padding: 0px;
}
.CheckoutPage table.infotable th, .AccountPage table.infotable th {
  background-color: #161616;
  color: white;
}
.CheckoutPage table.infotable td, .AccountPage table.infotable td {
  background-color: #454545;
  color: white;
}
.CheckoutPage table.infotable td.product.title, .CheckoutPage table.infotable tr td a, .AccountPage table.infotable td.product.title, .AccountPage table.infotable tr td a {
  color: white;
  font-weight: normal;
}
.CheckoutPage table.infotable td.product.title a, .AccountPage table.infotable td.product.title a {
  margin-left: 1em;
}
.CheckoutPage .table > tbody, .AccountPage .table > tbody {
  color: #d4d4d4;
  border-top: 1px solid currentColor;
}

.AccountPage h2 {
  float: unset;
}

.AccountPage .address-panel {
  color: black;
}

.AccountPage .typography img {
  margin: 6px;
}
.AccountPage input[type=checkbox], .AccountPage input.checkbox, .AccountPage .checkboxes input {
  float: inline-start;
  top: 3px;
  position: relative;
}
.AccountPage .checkbox label.right {
  color: #ffffff;
}
.AccountPage table.infotable td, .AccountPage table.infotable th {
  font-size: 16px;
}

.policy-text {
  margin-bottom: 2em;
}

.typography table th, .typography table tr:nth-child(even) {
  background-color: #161616;
}

.card {
  border: 1px solid #ffa807;
  background-color: #161616;
}

.page-item.active .page-link, .page-link:hover {
  background-color: black;
  border: 1px solid #ffc107 !important;
  color: orange;
}

.page-item a {
  font-size: 0.5em !important;
  background-color: #2d2d2d;
  border-color: orange;
}

.VideoPage .typography ul li {
  list-style-type: none;
}

.ContestantDetail {
  display: flex;
}
.ContestantDetail h6 {
  top: 0.48em;
  margin-left: 0.5em;
}
.ContestantDetail .user-name {
  width: calc(100% - 2em);
}
.ContestantDetail .user-flag {
  width: 2em;
}

.flyer {
  border: 3px solid #ffa807;
}

.flyer-header {
  background-color: #161616;
}

.contest .description {
  font-size: 0.9em;
  margin-bottom: 1em;
  padding: 1em;
}

/* CONTEST ENTRY DETAILS */
.ContestEntryHeader {
  border: 1px solid #202020;
  background-color: #202020;
  border-radius: 0.72em;
  border-top-left-radius: 1.2em;
  border-bottom-left-radius: 1.2em;
  padding: 0.2em;
  padding-right: 0.3em;
}
.ContestEntryHeader h6 {
  color: white;
  font-weight: 600;
  margin-left: 0.5em;
  top: 0.2em;
  position: relative;
}

.ContestantEntryDetails {
  display: flex;
}
.ContestantEntryDetails h6 {
  top: 0.48em;
}
.ContestantEntryDetails .user-name {
  width: calc(100% - 2em);
}
.ContestantEntryDetails .user-name a {
  color: white;
}
.ContestantEntryDetails .user-flag {
  width: 2em;
}

.sponsor {
  border-radius: 0.5em;
  width: 100%;
}

.package-description, .dark .package-description {
  color: white;
}

.ContestPage h1 {
  font-weight: 400;
  font-family: Tilt Warp;
  font-style: normal;
  border: none;
}
.ContestPage h2 {
  margin-top: 1em;
}
.ContestPage h2, .ContestPage h4 {
  color: white;
}
.ContestPage h6 {
  font-weight: 600;
  position: relative;
}
.ContestPage .blockBG {
  background-color: #454545;
  color: white;
  padding: 1em;
  border-radius: 0.5em;
  margin-bottom: 1em;
  border: 2px solid #202020;
}
.ContestPage .blockBG h2 {
  color: white;
}
.ContestPage .ContestGridView {
  border: 0px solid #f8f9fa;
  border-radius: 0.72em;
  padding: 0.2em;
  background-color: #454545;
  margin-bottom: 0.3em;
}
.ContestPage .ContestEntriesList {
  border: 0px solid #f8f9fa;
  border-radius: 0.72em;
  border-top-left-radius: 1.32em;
  border-bottom-left-radius: 1.32em;
  padding: 0.2em;
  background-color: #f8f9fa;
  margin-bottom: 0.3em;
}
.ContestPage .user-flag-margin {
  width: 54px !important;
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  border-radius: 0.36em;
}
.ContestPage .ContestDetails {
  padding: 1em;
  background-color: ghostwhite;
  border-radius: 0.5em;
}
.ContestPage #countdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55vh;
}
.ContestPage #countdown-simple {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ContestPage #countdown-simple #countdown {
  font-size: 1.6em;
  margin: 1rem;
}
@media (min-width: 640px) {
  .ContestPage #countdown-simple #countdown {
    font-size: 2.4em;
  }
}
.ContestPage #countdown {
  font-size: 2em;
  font-family: "Tilt Warp", sans-serif;
  font-weight: bold;
  top: -16px;
  position: relative;
}
@media (min-width: 640px) {
  .ContestPage #countdown {
    font-size: 3em;
    font-family: "Tilt Warp", sans-serif;
    font-weight: bold;
  }
}

.dark.ContestPage h2, .dark.ContestPage .dark.ContestPage h4, .dark.HomePage h2, .dark.HomePage .dark.ContestPage h4 {
  color: white;
}
.dark.ContestPage .ContestGridView, .dark.ContestPage .blockBG, .dark.HomePage .ContestGridView, .dark.HomePage .blockBG {
  background-color: #161616;
}

.ContestEnterPage label {
  display: block;
}

#VoteContestForm_VoteContestForm_AgreeToTerms_Holder span.description {
  padding: 0;
  top: 5px;
  position: relative;
}

#navLinks {
  margin-bottom: 0.5em;
}

.offcanvaSuggestions {
  background-color: #161616;
}

#Form_SearchVideoForm_SearchTerm_Holder {
  margin: auto;
}

#Form_SearchVideoForm {
  margin-bottom: 0.5em;
}

.typography table tr.even, .typography table th, .typography thead td {
  background-color: #4c4c4c;
}

.typography table tr:nth-child(even) {
  background-color: #202020;
}

.CookiePolicyPage input[type=checkbox], input.checkbox, .checkboxes input {
  margin: 0.67em 0em 2em 1em;
}

.CookiePolicyPage form label.right {
  color: #ffa807;
  font-weight: bolder;
  font-size: 16px;
  text-transform: uppercase;
}

.CookiePolicyPage .field_wrapper .content {
  margin-left: 3em;
}

#CookieConsent {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  background-color: #202020;
}

h2.CookieConsent__title {
  font-size: 1rem;
}

.CookieConsent__content {
  font-size: 0.8em;
  color: #a1a1a1;
}

.CookieConsent__button {
  padding: 0.75em !important;
  padding-left: 1.25em !important;
  padding-right: 1.25em !important;
  margin: 0.25rem !important;
  border-radius: 0.5em;
  font-size: 0.84em;
  text-transform: uppercase;
  margin-bottom: 0.32em !important;
  background-color: #4c4c4c !important;
  color: #e1e1e1 !important;
  text-align: center;
  display: block !important;
  line-height: 0.8 !important;
}

.CookieConsent__button:hover {
  color: #fff !important;
}

.CookieConsent__button--highlight {
  background-color: #287143 !important;
  color: white !important;
}

.CookieConsent__button--highlight:active, .CookieConsent__button--highlight:focus, .CookieConsent__button--highlight:hover {
  background-color: #23904b !important;
  color: #fff !important;
}

.field.cookieconsentcheckbox .field_wrapper label.right {
  flex: 0 0 10% !important;
}

#CookieConsentForm_Form {
  margin: inherit;
}

/* FOOTER */
.footer .CookieConsent__button {
  padding: 1.36em !important;
  font-size: 1.1em;
  margin: 0.5rem 0.5rem 0 0 !important;
}

/* VIDEOS */
.video-cookie-notice-wrapper {
  position: relative;
}

.video-cookie-notice {
  margin-bottom: 1em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}

.video-cookie-notice .notice-text {
  position: relative;
  top: 27vh;
  max-width: 19em;
  margin: auto;
  background-color: #202020;
  padding: 1em;
  border-radius: 0.8em;
  border: 2px solid dimgrey;
}
