@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cairo|Raleway:800|Quicksand:500");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
/* MENU AND HEADER*/
@import url("https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap");
header .brand, header .brand:hover {
  margin-top: 0.5em;
}

.inner-header {
  padding-top: 0.25em !important;
}

.header .inner {
  height: 47px;
  min-height: 47px !important;
}

.brand img {
  width: 8em;
}

.header .primary ul {
  float: right;
  position: relative;
  background-color: transparent;
}

.header .primary li {
  padding-bottom: 3px;
}

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

.header .primary li.section:after, .header .primary li.current:after {
  content: none;
}

.dropdown-menu {
  background-color: transparent;
}

.dropdown-menu li {
  float: left !important;
}

@media (max-width: 960px) {
  #languageDropdown {
    top: 1px;
    position: relative;
  }
  .dropdown-menu.show {
    display: grid !important;
  }
}
@media (min-width: 960px) and (max-width: 1200px) {
  .header .primary li {
    margin: 0 0px;
  }
}
@media (min-width: 960px) {
  .dropdown-menu.show {
    display: flex;
  }
}
@media (min-width: 1200px) {
  /*.header .primary ul{
  	display: flex
  }*/
  #languageDropdown {
    float: right;
  }
}
.dropdown-item.active, .dropdown-item:active {
  background-color: rgb(22, 22, 22);
  padding: 0.36em;
}

/* BODY AND MAIN */
body {
  font-family: "Cairo", "Arial";
  background-color: #444444;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
}

html a {
  color: #03a9f4;
}

html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

.inner {
  max-width: 1440px;
}

a:hover {
  color: #03a9f4 !important;
  font-weight: 600;
}

.dark .main {
  background-color: #202020;
  color: #ffffff;
}

.inner {
  max-width: 1240px;
}

.sidebar-ad-wrapper {
  width: 200px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .sidebar-ad-wrapper {
    width: 400px;
  }
}
/* TITLES */
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  font-family: "Cairo", "Arial" !important;
  text-transform: uppercase;
}

.dark .typography h1, .dark .typography h2, .dark .typography h3, .dark .typography h4, .dark .typography h5, .dark .typography h6 {
  color: #ffffff;
}

.light .typography h1, .light .typography h2, .light .typography h3, .light .typography h4, .light .typography h5, .light .typography h6 {
  color: #202020;
}

.typography h1 {
  font-size: 20px;
  font-weight: 800;
}

.h1, h1 {
  font-size: 1.25em;
  font-weight: 400;
  font-family: Tilt Warp;
}

.h2, h2 {
  font-size: 1.2em !important;
  font-weight: 500 !important;
}

h2 a {
  color: #202020;
}

h6 a {
  color: #ffffff;
  transition: color 0.2s;
}

.h4, h4 {
  font-size: 1.1em;
  font-weight: 600;
}

.typography h4 {
  font-weight: 500 !important;
}

.uppercase {
  text-transform: uppercase;
}

/* CONTAINERS */
.main p {
  font-size: 0.9em;
}

.breakfloat {
  clear: both;
}

.main {
  padding-bottom: 0;
  padding-top: 5px;
}

.main::after {
  content: none !important;
}

.main_container {
  max-width: 1360px;
  margin: auto;
  color: #202020;
}

.dark .main_container {
  color: #ffffff;
}

.blockBG {
  background-color: #484848;
  color: #202020;
}
.blockBG h2 {
  color: #202020;
}

.dark .blockBG {
  background-color: #202020;
  color: #ffffff;
}
.dark .blockBG h2 {
  color: #ffffff;
}

.centered {
  margin: auto;
}

img.circled {
  border-radius: 50%;
}

.style_light {
  color: #202020;
}

.dark .style_light {
  color: #ffffff;
}

.navLink a {
  color: #202020 !important;
}

.navLink:hover a {
  color: white !important;
}

.add-post {
  border: 0px solid #202020;
  background-color: #03a9f4;
  display: flex;
  transition: box-shadow 0.5s ease-in;
}
.add-post a {
  color: #ffffff;
  font-weight: bolder;
  height: 40px;
}

.add-post:hover {
  box-shadow: inset 0px 0px 5px 5px skyblue;
}

#add-post {
  transition: font-size 0.5s ease-in 0.5s;
  transition: line-height 0.5s ease-in 0.5s;
}

#add-post:hover {
  font-size: 1.2em;
  line-height: 1.2em;
}

.input[type=submit] {
  background-color: #03a9f4 !important;
}

/* FORMS AND BUTTONS */
div.field {
  margin: 0px 0 8px;
}

form input.text {
  border-radius: 0.36em;
}

a.btn, button, input[type=submit], input[type=reset], .Actions .action {
  float: right;
}

/* COUNTRIES AND REGIONS */
.region-button {
  border: 2px solid #202020;
  border-radius: 0.32em;
  padding: 0.16em;
  color: #202020;
  margin-bottom: 0.5em;
}

.dark .region-button {
  color: #ffffff;
  border-color: #ffffff;
}

.region-button:hover {
  color: #03a9f4;
  border-color: #03a9f4;
  transition: 0.1s;
}

/* SIGNS AND ICONS */
.icon-block {
  border: 2px solid #202020;
  border-radius: 0.5em;
  text-align: center;
}

.dark .icon-block {
  border-color: #ffffff;
}

/* FOOTER */
.footer {
  background-color: #202020;
  font-size: 0.72em;
}

.footer a.brand {
  color: #fff;
}

.active.like-switch {
  color: #03a9f4;
  background-image: url("../images/icons/like.png") !important;
}

.platform-icon {
  width: 150px;
}

a.btn {
  font-weight: 600;
}

a.btn-dark:hover {
  background: #202020;
  color: #ffffff !important;
  border: 1px solid #ffffff;
}

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

.btn-primary {
  background-color: #03a9f4 !important;
  font-weight: 600 !important;
}

.btn-primary:hover, a.btn:hover, button:hover, input[type=submit]:hover, .Actions .action:hover {
  background-color: #f4f4f4 !important;
  color: #03a9f4 !important;
  border-color: #03a9f4;
}

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

.btn-primary:focus {
  background-color: #03a9f4 !important;
  color: #ffffff;
  font-weight: 600 !important;
}

.dark .btn-primary:focus {
  background-color: #ffffff !important;
  color: #03a9f4;
  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;
}

.btn-transparent {
  background: transparent;
}

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

.read-more {
  color: #ffffff;
  color: white;
  text-align: end;
  padding-right: 0.8em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  font-size: 0.72em;
  border-radius: 0.64em;
  margin-top: 1em;
  max-width: calc(100% - 2em);
  margin-left: auto;
  margin-right: auto;
}

.dark .btn-outline-dark {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.dark .offcanvas {
  background-color: #202020;
  color: #ffffff;
}

.dark .btn-close {
  background-color: #ffffff !important;
}

.form-control {
  max-width: 100% !important;
}

.section {
  margin-bottom: 2em;
}

.centered {
  margin: auto;
}

.text-center-button {
  display: inline-block;
  text-align: center;
  margin: auto;
}

.text-center-span {
  display: grid;
}

.style_light {
  color: #202020;
}

.navLink a {
  color: #202020 !important;
}

.navLink:hover a {
  color: white !important;
}

.add-video {
  border: 0px solid #202020;
  background-color: #484848;
  display: flex;
  transition: box-shadow 0.5s ease-in;
}

.add-video a {
  color: #ffffff;
  font-weight: bolder;
  margin: 0.2em;
}

.add-video:hover {
  box-shadow: inset 0px 0px 5px 5px skyblue;
  color: #ffffff;
}

#add-video {
  transition: font-size 0.5s ease-in 0.5s;
  transition: line-height 0.5s ease-in 0.5s;
}

#add-video:hover {
  font-size: 1.2em;
  line-height: 1.2em;
}

.input[type=submit] {
  background-color: #03a9f4 !important;
}

.button, .input, .optgroup, .select {
  font-size: 0.8em;
}

/* ---- VIDEOS ---- */
.video-title {
  font-size: 0.64em;
  margin-left: 1em;
  margin-bottom: 1em;
}

.video-title a {
  color: #202020;
}

a.profile-link {
  color: #202020 !important;
}

.user-video {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px grey solid;
  border-radius: 0.2em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.user-video-vertical {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px grey solid;
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
  border-bottom-left-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0em;
  margin-bottom: 0.4em;
}

.user-video-vertical .profile-picture img {
  border-radius: 0;
  border-bottom-left-radius: 0.2em;
}

.avatar {
  width: 2em;
  float: left;
}

.user-video-comment {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 0px grey solid;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  width: calc(100% - 2em);
}

.user-video-comment .comment {
  clear: both;
}

.user-video-comment .comment .comment-text {
  font-size: 0.8em;
}

.user-info {
  width: calc(100% - 2.41em);
  float: left;
  font-size: 0.8em;
  padding-left: 0em;
}

.profile-picture img {
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
}

/* BLOCKS TEXT */
.user-profile-text a {
  position: relative;
  top: 1px;
}

a.profile-link {
  color: #202020 !important;
  display: inline-flex;
}

.profile-link {
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0.2em;
  max-width: calc(100% - 1em); /* Adjust this value as needed */
}

/* RESPONSIVE TEXTS */
.mobileTextShow {
  display: none;
}

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

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

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 1320px) {
  .desktopTextShow {
    display: inherit;
  }
}
/* USER FLAG AND LIKES */
.user-flag {
  width: 49px !important;
  height: 36px;
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
}

.like-switch {
  float: right;
  margin-right: 0.5em;
  margin-top: 0.1em;
}

.like {
  display: block;
  color: green;
  width: 32px;
  height: 32px;
  background-image: url("../images/icons/no-like.png");
}

.dark .like {
  background-image: url("../images/icons/dark-no-like.png");
}

.offcanvaButton {
  width: 100% !important;
}

.offcanvaSuggestions {
  width: 100% !important;
  max-width: 654px !important;
}

.notification {
  font-size: 0.72em;
  line-height: 1.72em;
}

.notification i::after {
  content: "  ";
}

span.description {
  font-size: 0.64em;
}

.nav-back {
  margin-bottom: 2em;
}

.user-setttings {
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #202020;
}

.btn-user-settings {
  margin-left: 1em;
  margin-right: 1em;
  text-transform: uppercase;
  font-size: 0.64em;
}

.offcanvas-title {
  color: #202020;
  font-size: 1.2rem;
}

.email-obfuscate {
  direction: rtl;
  unicode-bidi: bidi-override;
  white-space: nowrap;
}

.toast-body {
  padding-left: 1.2em;
  color: #202020;
  border-bottom-left-radius: 0.5em;
}

.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;
  }
}
.platform-icon {
  width: 150px;
}

.original-post:hover {
  font-size: none;
  border: 1px solid #038dcc !important;
}

/*---- MEMBER PROFILE PAGE ----*/
.Member .ProfileFields {
  margin-bottom: 1em;
}

.Member .user-profile-text a {
  top: 0px;
}

.Member .user-info {
  width: 100%;
  float: left;
  font-size: 0.8em;
  padding-left: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.Member .like-switch {
  margin-top: 0;
}

.AddVideoPage .instagram-auth-button {
  background-color: #e4405f;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 0.8em !important;
}

.AddVideoPage .add-button {
  font-size: 0.8em !important;
}

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

.PrivacyPolicyPage .policy-text ul, .TermsConditionsPage .policy-text ul {
  margin-top: 1em;
}

.PrivacyPolicyPage .policy-text ul li, .TermsConditionsPage .policy-text ul li {
  margin-bottom: 1em;
}

.PrivacyPolicyPage .service-name, .TermsConditionsPage .service-name {
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: darkgray;
  color: white;
  border-radius: 0.5em;
}

.PrivacyPolicyPage .service-name h3, .TermsConditionsPage .service-name h3 {
  font-size: 1em;
  padding: 0.5em;
  margin-left: 0.4em;
}

.PrivacyPolicyPage .external-link, .TermsConditionsPage .external-link {
  position: relative;
}

.PrivacyPolicyPage .external-icon, .TermsConditionsPage .external-icon {
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/assets/icons/icon-external-link.png");
  background-size: cover;
}

#navLinks {
  margin-bottom: 0.5em;
}

.flatUI {
  display: block;
  height: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #202020;
}

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

.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: 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: #03a9f4;
  background-color: #03a9f4;
}

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

.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 {
  margin-bottom: 1em !important;
}

.FAQ-text {
  font-size: 0.8em !important;
  position: relative;
}

/* TAGS */
.OddTag {
  color: #03a9f4;
}

.EvenTag {
  color: #444444;
}

.dark .EvenTag {
  color: #f4f4f4;
}

.PostsPage .post-title {
  font-size: 0.8em;
  margin-bottom: 0.2em;
}
.PostsPage .user-post {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px grey solid;
  border-radius: 0.2em;
  margin: 0.2em;
  margin-top: 0.36em;
}
.PostsPage .user-info {
  width: calc(100% - 2.41em);
  float: left;
  font-size: 1em;
  padding-left: 1em;
}
.PostsPage .user-flag {
  width: 2em;
  height: 1.5em;
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
}

/* ---- HOMEPAGE ---- */
.HubPage .main-hub, .HomePage .main-hub {
  padding-top: 0em;
}

.HubPage .menu-version a, .HomePage .menu-version a {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
  font-size: 0.64em;
  text-transform: uppercase;
}

.HubPage .featured, .HomePage .featured {
  margin-top: 1em;
}

.HubPage .feed, .HubPage .simple-video, .HomePage .feed, .HomePage .simple-video {
  margin-bottom: 1em;
}

.HubPage .setVersion, .HomePage .setVersion {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0;
  margin-top: 0.25em;
}

.HubPage .sticky-section-top, .HomePage .sticky-section-top {
  height: calc(100% - 7.7em);
  margin-bottom: 0.3em;
  overflow-y: hidden;
  max-height: 18.8em;
}

@media (min-width: 1400px) {
  .HubPage .sticky-section-top, .HomePage .sticky-section-top {
    height: calc(100% - 7.7em);
    margin-bottom: 0.3em;
    overflow-y: scroll;
    max-height: 23em;
  }
}
.HubPage .sticky-section-bottom, .HomePage .sticky-section-bottom {
  height: 3em;
}

.HubPage .log-title, .HomePage .log-title {
  margin-bottom: 1em;
  font-size: 0.72em;
}

.HubPage .log, .HomePage .log {
  margin-bottom: 1em;
  font-size: 0.72em;
}

.HubPage .stat, .HomePage .stat {
  margin-bottom: 0.5em;
  font-size: 0.72em;
}

.HubPage .comments-holder-container h4, .HomePage .comments-holder-container h4 {
  font-size: 0.8em !important;
}

.HubPage #CommentForm_CommentsForm_NameViewURLComment_Holder, .HubPage #CommentForm_CommentsForm_Comment_Holder, .HomePage #CommentForm_CommentsForm_NameViewURLComment_Holder, .HomePage #CommentForm_CommentsForm_Comment_Holder {
  margin: 0px !important;
}

.HubPage #NameView_Holder, .HomePage #NameView_Holder {
  display: none !important;
}

.HubPage #CommentForm_CommentsForm_URL_Holder, .HomePage #CommentForm_CommentsForm_URL_Holder {
  display: none !important;
}

.HubPage #CommentForm_CommentsForm_Comment_Holder .left, .HomePage #CommentForm_CommentsForm_Comment_Holder .left {
  display: none !important;
}

.HubPage textarea.form-control, .HomePage textarea.form-control {
  height: 2.5em;
}

.HubPage .info .date, .HomePage .info .date {
  display: none;
  font-size: 1em;
  float: right;
  margin-right: 1em;
  margin-top: 0.8em;
}

.HubPage .comments-holder ul, .HomePage .comments-holder ul {
  padding-left: 0.25em !important;
}

.HubPage .btn-toolbar #CommentForm_CommentsForm_action_doPostComment, .HomePage .btn-toolbar #CommentForm_CommentsForm_action_doPostComment {
  margin-right: 0;
}

.HubPage p.comment-login-error, .HomePage p.comment-login-error {
  font-size: 0.64em;
}

.HubPage li.comment, .HomePage li.comment {
  border-left: 1px solid black;
  padding-left: 0.5em;
  background-color: #fff;
  font-size: 0.75em;
  padding-top: 0.25em;
}

.HubPage p.info, .HomePage p.info {
  float: left;
  margin-bottom: 0em !important;
  margin-right: 1em;
}

.HubPage .comment-text p, .HomePage .comment-text p {
  padding-bottom: 0.25em !important;
  margin-bottom: 0.5em !important;
}

.HubPage .commenting-rss-feed, .HomePage .commenting-rss-feed {
  font-size: 0.64em;
  text-align: center;
}

.crt-widget .crt-load-more {
  float: unset;
  text-transform: uppercase;
  font-size: 1em;
  padding: 1em;
  border-radius: 0.5em;
}

.crt-widget.crt-widget-branded .crt-logo {
  bottom: 6px !important;
  font-size: 0.5em !important;
}

.PostsPage .post-title {
  font-size: 0.8em;
  margin-bottom: 0.2em;
}
.PostsPage .user-post {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px grey solid;
  border-radius: 0.2em;
  margin: 0.2em;
  margin-top: 0.36em;
}
.PostsPage .user-info {
  width: calc(100% - 2.41em);
  float: left;
  font-size: 0.8em;
  padding-left: 1em;
}
.PostsPage .user-flag {
  width: 2em;
  height: 1.5em;
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
}

.HomePage .ContestGridView {
  border: 0px solid #202020;
  border-radius: 0.72em;
  padding: 0.2em;
  background-color: #202020;
  margin-bottom: 0.3em;
}
.HomePage .ContestGridView h6 {
  font-size: 1rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  top: 0.2em;
  position: relative;
}

/*#Asia:hover, #Africa:hover, #SouthAmerica:hover, #NorthAmerica:hover, #Europe:hover, #Oceania:hover{
      fill: $color-blue !important; 
   }*/
#worldmap path:hover {
  fill: #03a9f4 !important;
  transition: 0.1s;
}

.VideoPage .main-hub {
  padding-top: 0em;
}

.VideoPage .menu-version a {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
  font-size: 0.64em;
  text-transform: uppercase;
}

.VideoPage .featured {
  margin-top: 1em;
}

.VideoPage .feed, .VideoPage .simple-video {
  margin-bottom: 1em;
}

.VideoPage .setVersion {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0;
  margin-top: 0.25em;
}

.VideoPage .navLink {
  width: 5em;
}

.VideoPage .fill-width {
  width: 100%;
}

.VideoPage .comments-holder-container h4 {
  font-size: 0.8em !important;
}

.VideoPage #CommentForm_CommentsForm_NameViewURLComment_Holder, .VideoPage #CommentForm_CommentsForm_Comment_Holder {
  margin: 0px !important;
}

.VideoPage #NameView_Holder {
  display: none !important;
}

.VideoPage #CommentForm_CommentsForm_URL_Holder {
  display: none !important;
}

.VideoPage #CommentForm_CommentsForm_Comment_Holder .left {
  display: none !important;
}

.VideoPage textarea.form-control {
  height: 2.5em;
}

.VideoPage .info .date {
  display: none;
  font-size: 1em;
  float: right;
  margin-right: 1em;
  margin-top: 0.8em;
}

.VideoPage .comments-holder ul {
  padding-left: 0.25em !important;
}

.VideoPage .btn-toolbar #CommentForm_CommentsForm_action_doPostComment {
  margin-right: 0;
}

.VideoPage p.comment-login-error {
  font-size: 0.64em;
}

.VideoPage li.comment {
  border-left: 1px solid black;
  padding-left: 0.5em;
  background-color: #fff;
  font-size: 0.75em;
  padding-top: 0.25em;
}

.VideoPage p.info {
  float: left;
  margin-bottom: 0em !important;
  margin-right: 1em;
}

.VideoPage .comment-text p {
  padding-bottom: 0.25em !important;
  margin-bottom: 0.5em !important;
}

.VideoPage .commenting-rss-feed {
  font-size: 0.64em;
  text-align: center;
}

.VideoPage h1 {
  font-family: "Cairo";
}

#Form_SearchVideoForm fieldset {
  /*float: left;
     width: Calc(100% - 5em);*/
}

#Form_SearchVideoForm .btn-toolbar {
  /*position: relative;
  top: 1.4em;
  left: 0.5em;*/
}

#Form_SearchVideoForm_action_doVideoSearch {
  width: 100%;
  margin: auto;
}

.ProfilePage .main-hub {
  padding-top: 1em;
}

.ProfilePage .ProfileFields {
  margin-bottom: 1em;
}

.ProfilePage .profile-picture {
  position: relative;
}

.ProfilePage .profile-picture img {
  max-width: 100%;
}

.ProfilePage a.profile-link {
  color: black !important;
  margin-left: 0.56em;
  position: relative;
  top: 0px;
  text-transform: capitalize;
}

.ProfilePage .badge-profile {
  position: absolute;
  top: 0.64em;
  right: 0.7em;
}

.ProfilePage .user-video-info {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid black !important;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.ProfilePage .user-video-info-last {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 3em;
  border-bottom: 0px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.ProfilePage .user-video-text {
  font-size: 0.8em;
}

.ProfilePage h1 {
  font-size: 1.6em;
  font-weight: 800;
  font-family: "Cairo";
  text-transform: capitalize;
}
.ProfilePage h6 a {
  color: #202020;
}
.ProfilePage .user-flag {
  width: 49px !important;
  height: 36px;
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
}

.ProfilePage .typography h1 {
  font-size: 20px;
  font-weight: 800;
}

.dark h6 a {
  color: #ffffff;
}

.user-profile-text {
  width: calc(100% - 5.5em);
  overflow: hidden;
  display: inline-flex;
  margin-left: 0.25em;
  position: relative;
}

.dark a.profile-link {
  color: #ffffff !important;
}

.SettingsPage .main-hub {
  padding-top: 1em;
}

.SettingsPage .menu-version a {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
  font-size: 0.64em;
  text-transform: uppercase;
}

.SettingsPage .ProfileFields {
  margin-top: 1em;
  margin-bottom: 1em;
}

.SettingsPage a.btn:after {
  content: "";
  padding-left: 0px;
}

.SettingsPage h4 {
  margin-top: 0.5em;
}

.SettingsPage form label.left {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
}

.VideoSettingsPage .main {
  padding-top: 5px;
}

.VideoSettingsPage .main-hub {
  padding-top: 0em;
}

.VideoSettingsPage .menu-version a {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
  font-size: 0.64em;
  text-transform: uppercase;
}

.VideoSettingsPage .video-list {
  font-size: 0.72em;
}

.SettingsPage #Form_SocialsUpdateForm, .SettingsPage #Form_PictureUpdateForm, .SettingsPage #Form_SettingsUpdateForm, .SettingsPage #Form_DescriptionUpdateForm {
  border: 3px solid #202020;
  border-radius: 0.64em;
  padding: 1em;
  margin-bottom: 1em;
  background-color: #484848;
  color: #ffffff !important;
}

.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 #202020;
}

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

.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: #ffffff;
  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: #ffffff;
}
.ContestantEntryDetails .user-flag {
  width: 2em;
}

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

.package-description, .dark .package-description {
  color: #ffffff;
}

.ContestPage h2 {
  margin-top: 1em;
}
.ContestPage h2, .ContestPage h4 {
  color: #202020;
}
.ContestPage h6 {
  font-weight: 600;
  position: relative;
}
.ContestPage .blockBG {
  background-color: #202020;
  color: #ffffff;
  padding: 1em;
  border-radius: 0.5em;
  margin-bottom: 1em;
  border: 2px solid #202020;
}
.ContestPage .blockBG h2 {
  color: #ffffff;
}
.ContestPage .ContestGridView {
  border: 0px solid #202020;
  border-radius: 0.72em;
  padding: 0.2em;
  background-color: #202020;
  margin-bottom: 0.3em;
}
.ContestPage .ContestEntriesList {
  border: 0px solid #202020;
  border-radius: 0.72em;
  border-top-left-radius: 1.32em;
  border-bottom-left-radius: 1.32em;
  padding: 0.2em;
  background-color: #202020;
  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: #ffffff;
}
.dark.ContestPage .ContestGridView, .dark.ContestPage .blockBG, .dark.HomePage .ContestGridView, .dark.HomePage .blockBG {
  background-color: #484848;
}

.login-page {
  background-color: #202020;
}
.login-page .btn-toolbar .btn {
  margin-right: 1em;
}

#accountTypesContainer {
  display: flex;
  flex-wrap: wrap;
}

.account-types-default {
  border-color: #03a9f4 !important;
  background-color: #202020 !important;
}

.account-types {
  flex: 1;
  border: 3px solid #202020;
  border-radius: 0.64em;
  padding: 1em;
  margin-bottom: 1em;
  background-color: #484848;
  color: #ffffff !important;
  font-size: 0.84em;
}

.RegistrationPage h1 {
  font-family: "Cairo";
  font-weight: 800;
  margin-top: 1em;
  margin-bottom: 1em;
}

#navLinks {
  margin-bottom: 0.5em;
}

.screen-mode-toggle {
  font-size: 1.32em;
  top: -0.16em;
  position: relative;
}

.mobile-menu .screen-mode-toggle {
  font-size: 1.32em;
  top: 0.03em;
  position: relative;
}

body .ChatPage {
  overflow: hidden;
  height: calc(100vh - 2.5em);
  margin: 0;
  padding: 0;
}

#chat {
  max-height: calc(100vh - 2.5em);
}

#room-switch {
  display: inline-block;
  height: 2em;
}

/*.region{
  margin-bottom: 1em;
}

.country{
  left: 1em;
}*/
#links {
  min-height: 8em;
  max-height: calc(100vh - 2.5em - 8em);
  overflow-y: auto; /* Allow vertical scrolling */
  border: 1px solid #ccc; /* Optional: border for visual separation */
  padding: 0; /* Optional: padding for spacing */
  background-color: #f9f9f9; /* Optional: background color */
  color: #202020;
  display: flex;
  flex-direction: column;
}

#messages {
  min-height: 8em;
  max-height: calc(100vh - 2.5em - 8em);
  overflow-y: auto; /* Allow vertical scrolling */
  border: 1px solid #ccc; /* Optional: border for visual separation */
  padding: 12px; /* Optional: padding for spacing */
  background-color: #f9f9f9; /* Optional: background color */
  color: #202020;
  display: flex;
  flex-direction: column;
}

#links ul, #messages ul {
  padding-left: 0;
}

#links ul {
  overflow-x: hidden;
}

#links ul li, #messages ul li {
  font-size: 0.75em;
}

#messages ul li {
  padding-bottom: 0.2em;
}

#links ul li {
  padding: 0em 0.5em 0.5em 0.5em;
  border-bottom: 1px solid grey;
}

#links .unsupported {
  margin-top: 0.5em;
}

.clip-content {
  overflow: hidden;
}

.ChatPage .text-end {
  display: flex; /* Ensure the button aligns to the right */
  justify-content: flex-end;
}

.ChatPage .play-button {
  top: 0.9em;
  position: relative;
}

#message-input {
  height: 2em;
  margin-bottom: 2em;
}

#link-input input, #message-input input {
  width: calc(100% - 5em);
  height: 2.01em;
  outline: 0px solid white;
}

.ChatPage .close {
  background-color: transparent !important;
}

#send-link-button, #send-message-button {
  width: 5em;
  height: 2em;
  float: right;
  vertical-align: middle;
  /* Flexbox properties */
  display: flex;
  align-items: center; /* Vertically centers the content */
  justify-content: center; /* Horizontally centers the content */
  /* Optional: Styling for better appearance */
  background-color: #03a9f4;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}

#send-message-button:hover {
  background-color: #444444 !important;
  color: #f4f4f4 !important;
}

.chat-avatar {
  width: 20px; /* Set desired width */
  height: 20px; /* Set desired height */
  border-radius: 25%; /* Makes it circular */
  margin-right: 8px; /* Spacing between the avatar and text */
}

.input-container {
  position: relative;
}

#message-input .dropdown-menu {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  left: 0;
  bottom: 100%;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 12em;
  overflow-y: auto;
  z-index: 10;
}

#message-input .dropdown-menu li {
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
}

#message-input .dropdown-menu li:hover {
  background-color: #f0f0f0;
}

.delete-link .bi {
  color: rgba(128, 128, 128, 0.25);
  position: relative;
  top: 1.5em;
  right: 1em;
}

.dark .delete-link .bi:hover {
  color: #202020;
}

.light .delete-link .bi:hover {
  color: #ffffff;
}

body .VideoPage {
  overflow: hidden;
  height: calc(100vh - 2.5em);
  margin: 0;
  padding: 0;
}

#comment {
  max-height: calc(100vh - 2.5em);
}

#comments {
  padding: 12px; /* Optional: padding for spacing */
  display: flex;
  flex-direction: column;
}

#comments ul {
  padding-left: 0;
}

#comments ul li {
  font-size: 0.75em;
  padding-bottom: 0.2em;
}

.VideoPage .text-end {
  display: flex; /* Ensure the button aligns to the right */
  justify-content: flex-end;
}

#comment-inputs {
  height: 2.01em;
  outline: 0px solid white;
}

input#comment-input {
  height: 2em;
  margin-bottom: 2em;
  width: calc(100% - 4em);
  border: lightgray;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
  padding-left: 10px;
}

#send-comment-button {
  width: 5em;
  height: 2.5em;
  float: right;
  vertical-align: middle;
  /* Flexbox properties */
  display: flex;
  align-items: center; /* Vertically centers the content */
  justify-content: center; /* Horizontally centers the content */
  /* Optional: Styling for better appearance */
  background-color: #03a9f4;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

#send-comment-button:hover {
  background-color: #444444 !important;
  color: #f4f4f4 !important;
}

.comment-avatar {
  width: 20px; /* Set desired width */
  height: 20px; /* Set desired height */
  border-radius: 25%; /* Makes it circular */
  margin-right: 8px; /* Spacing between the avatar and text */
}

.input-container {
  position: relative;
}

#comments-input .dropdown-menu {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  left: 0;
  bottom: 100%;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 12em;
  overflow-y: auto;
  z-index: 10;
}

#comments-input .dropdown-menu li {
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
}

#comments-input .dropdown-menu li:hover {
  background-color: #f0f0f0;
}

.profile-picture-comment img {
  border-radius: 50%;
  top: 0.25em;
  position: relative;
}

.delete-comment .bi {
  color: rgba(128, 128, 128, 0.25);
}

.dark .delete-comment .bi:hover {
  color: #ffffff;
}

.light .delete-comment .bi:hover {
  color: #202020;
}

#comments .user-name {
  font-size: smaller;
}

#comments .comment-text {
  font-size: smaller;
}

@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: #03a9f4;
  background-color: #03a9f4;
  color: #f4f4f4 !important;
  font-weight: 600;
}

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

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

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

form .good {
  color: #202020;
  border-radius: 0.28em;
}

.dark .modal-content {
  background-color: #202020;
}

.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], .CookiePolicyPage input.checkbox, .CookiePolicyPage .checkboxes input {
  margin: 0.67em 0em 2em 1em;
}
.CookiePolicyPage form label.right {
  font-size: 16px;
  color: #888;
  text-transform: uppercase;
}

.CookiePolicyPage form label.right {
  color: #03a9f4;
  font-weight: bolder;
}

.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;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: 0.5em;
  font-size: 0.84em;
  text-transform: uppercase;
  margin-bottom: 0.32em;
  display: inline-block;
  background-color: #4c4c4c !important;
  color: #e1e1e1 !important;
  text-align: center;
  display: block;
}

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

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

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

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

/* FOOTER */
.footer .CookieConsent__button {
  padding: 0.36em;
  font-size: 1.1em;
}

/* 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;
}

.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 #03a9f4;
  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: #03a9f4;
}

.modal-content {
  background-color: #202020;
  color: #03a9f4;
  border: 2px solid #03a9f4;
}

.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: #03a9f4;
}

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

.Product .table {
  color: #03a9f4;
}

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

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

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

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

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

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

#ForgotPassword {
  margin-left: auto;
}

.checkbox label.right {
  color: #03a9f4;
}

#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: #202020;
}

.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: #202020 !important;
}

.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;
  font-size: small;
}

.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 .typography table, .AccountPage .typography table {
  width: 100%;
}
.CheckoutPage dt, .AccountPage dt {
  font-size: small;
}
.CheckoutPage dd, .AccountPage dd {
  font-size: small;
}
.CheckoutPage table.infotable, .AccountPage table.infotable {
  background: #03a9f4;
  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: #ffffff;
}
.CheckoutPage table.infotable td, .AccountPage table.infotable td {
  background-color: #303030;
  color: #ffffff;
}
.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: #ffffff;
  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;
}

.small-link {
  font-size: smaller;
}

.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;
  }
}
