﻿@font-face {
  font-family: "Gotham HTF Book";
  src: url("fonts/Gotham/GothamHTF-Book.woff") format("woff");
}
@font-face {
  font-family: "Gotham HTF Book Italic";
  src: url("fonts/Gotham/GothamHTF-BookItalic.woff") format("woff");
}
@font-face {
  font-family: "Gotham HTF Ultra";
  src: url("fonts/Gotham/GothamHTF-Ultra.woff") format("woff");
}
@font-face {
  font-family: "Gotham HTF Bold";
  src: url("fonts/Gotham/GothamHTF-Bold.woff") format("woff");
}
@font-face {
  font-family: "Gotham HTF Black";
  src: url("fonts/Gotham/GothamHTF-Black.woff") format("woff");
}
@font-face {
  font-family: "Gotham HTF Medium";
  src: url("fonts/Gotham/GothamHTF-Medium.woff") format("woff");
}
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik/Graphik-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik/Graphik-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik/Graphik-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik/Graphik-Extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik/Graphik-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik/Graphik-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Graphik Condensed";
  src: url("fonts/Graphik/Graphik-Condensed-Bold-Regular.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Graphik Condensed";
  src: url("fonts/Graphik/Graphik-Condensed-Light-Regular.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Graphik Condensed";
  src: url("fonts/Graphik/Graphik-Condensed-Semibold-Regular.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "RSCA Headline";
  src: url("fonts/RSCA/RSCA-Headline.otf") format("opentype");
}
@font-face {
  font-family: "RSCA Condensed";
  src: url("fonts/RSCA/RSCA-Condensed.otf") format("opentype");
}
html {
  height: 100%;
}

html > body {
  min-height: 100%;
  font-family: "Gotham HTF Book", sans-serif;
  font-size: 13px!important;
  line-height: 1.6;
  box-sizing: border-box;
  background: none;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}

.register-optin {
    border-color: #5a189a;
}

.register-optin.active {
    background-color: #6b21a8 !important;
    color: #fff !important;
    border-color: #6b21a8 !important;
}

/* Optional: hover state */
.register-optin:hover {
    background-color: #5a189a;
    color: #fff;
}

.register-optin > input[type="radio"] + label {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.cl-purple{
    color: #6b21a8;
}

.lang-btn {
    background-color: transparent;
    color: #d1d5db; /* Bootstrap's text-white-50 equivalent */
    border-color: rgba(255, 255, 255, 0.25);
    transition: all 0.2s ease-in-out;
}

/* Hover: orange border */
.lang-btn:hover {
    border-color: #f59e0b !important; /* Orange (like Tailwind's amber-500) */
    color: #f8f9fa; /* white */
}

/* Active: solid white border + white text */
.lang-active {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

/* Inactive: light text + default semi-white border */
.lang-inactive {
    color: #d1d5db;
    border-color: rgba(255, 255, 255, 0.25);
}

.bg-purple-800 {
    background-color: #4b0078 !important; /* Similar to Tailwind's purple-700 */
}

html > body.modal-background {
  background-color: #FFFFFF;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
    background-color: #5b21b6 !important;
    color: #fff !important;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.admin-layout {
  display: flex;
  align-items: stretch;
  align-content: stretch;
}
.admin-layout > div {
  margin-top: -20px;
  flex: 1;
}
.admin-layout > div:first-child {
  flex: 0 0 180px;
}
.admin-layout > div:first-child > ul,
.admin-layout > div:first-child > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.admin-layout > div:first-child > ul {
  border-radius: 4px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px;
  background-color: #f5f5f5;
}
.admin-layout > div:first-child > ul > li > a {
  display: block;
  padding: 2px 6px;
  color: #3C1053;
}
.admin-layout > div:last-child {
  padding: 0 20px;
}

body {
  min-height: 100%;
  font-family: "Gotham HTF Book";
  font-size: 13px;
  box-sizing: border-box;
  color: #535353;
  background-color: #FFFFFF;
}
body.modal-background {
  background-color: #FFFFFF;
}

a {
  color: #522E91;
}
a:hover {
  color: #522E91;
}

nav.navbar {
  min-height: 0;
  background-color: #522E91;
  margin: 0;
  border: none;
  border-radius: 0;
}
nav.navbar . > li > a {
  line-height: 38px;
  padding: 0 15px;
  color: #e1e1e1;
}
nav.navbar . > li > a:hover, nav.navbar . > li > a:focus, nav.navbar . > li > a:active {
  color: #FFFFFF;
}
nav.navbar .language-picker {
  text-transform: uppercase;
}
nav.navbar . > li.open > a {
  color: white !important;
  background-color: #47287e !important;
}

.dropdown-menu > .active > a {
  background-color: #522E91;
}
.dropdown-menu > .active > a:hover {
  background-color: #47287e !important;
}

.btn.Facebook {
  display: block;
  width: 100%;
  color: #FFFFFF;
  background-color: #3b5998;
  border-color: #344e86;
}
.btn.Facebook:focus, .btn.Facebook.focus {
  color: #FFFFFF;
  background-color: #2d4373;
  border-color: #10182a;
}
.btn.Facebook:hover {
  color: #FFFFFF;
  background-color: #2d4373;
  border-color: #23345a;
}
.btn.Facebook:active, .btn.Facebook.active, .open > .btn.Facebook.dropdown-toggle {
  color: #FFFFFF;
  background-color: #2d4373;
  border-color: #23345a;
}
.btn.Facebook:active:hover, .btn.Facebook:active:focus, .btn.Facebook:active.focus, .btn.Facebook.active:hover, .btn.Facebook.active:focus, .btn.Facebook.active.focus, .open > .btn.Facebook.dropdown-toggle:hover, .open > .btn.Facebook.dropdown-toggle:focus, .open > .btn.Facebook.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #23345a;
  border-color: #10182a;
}
.btn.Facebook:active, .btn.Facebook.active, .open > .btn.Facebook.dropdown-toggle {
  background-image: none;
}
.btn.Facebook.disabled:hover, .btn.Facebook.disabled:focus, .btn.Facebook.disabled.focus, .btn.Facebook[disabled]:hover, .btn.Facebook[disabled]:focus, .btn.Facebook[disabled].focus, fieldset[disabled] .btn.Facebook:hover, fieldset[disabled] .btn.Facebook:focus, fieldset[disabled] .btn.Facebook.focus {
  background-color: #3b5998;
  border-color: #344e86;
}
.btn.Facebook .badge {
  color: #3b5998;
  background-color: #FFFFFF;
}

.btn.Twitter {
  display: block;
  width: 100%;
  color: #FFFFFF;
  background-color: #1DA1F2;
  border-color: #0d95e8;
}
.btn.Twitter:focus, .btn.Twitter.focus {
  color: #FFFFFF;
  background-color: #0c85d0;
  border-color: #064870;
}
.btn.Twitter:hover {
  color: #FFFFFF;
  background-color: #0c85d0;
  border-color: #0a70ae;
}
.btn.Twitter:active, .btn.Twitter.active, .open > .btn.Twitter.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0c85d0;
  border-color: #0a70ae;
}
.btn.Twitter:active:hover, .btn.Twitter:active:focus, .btn.Twitter:active.focus, .btn.Twitter.active:hover, .btn.Twitter.active:focus, .btn.Twitter.active.focus, .open > .btn.Twitter.dropdown-toggle:hover, .open > .btn.Twitter.dropdown-toggle:focus, .open > .btn.Twitter.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #0a70ae;
  border-color: #064870;
}
.btn.Twitter:active, .btn.Twitter.active, .open > .btn.Twitter.dropdown-toggle {
  background-image: none;
}
.btn.Twitter.disabled:hover, .btn.Twitter.disabled:focus, .btn.Twitter.disabled.focus, .btn.Twitter[disabled]:hover, .btn.Twitter[disabled]:focus, .btn.Twitter[disabled].focus, fieldset[disabled] .btn.Twitter:hover, fieldset[disabled] .btn.Twitter:focus, fieldset[disabled] .btn.Twitter.focus {
  background-color: #1DA1F2;
  border-color: #0d95e8;
}
.btn.Twitter .badge {
  color: #1DA1F2;
  background-color: #FFFFFF;
}

.btn.Google {
  display: block;
  width: 100%;
  color: #FFFFFF;
  background-color: #4184f3;
  border-color: #2974f1;
}
.btn.Google:focus, .btn.Google.focus {
  color: #FFFFFF;
  background-color: #1165f0;
  border-color: #093d92;
}
.btn.Google:hover {
  color: #FFFFFF;
  background-color: #1165f0;
  border-color: #0d57d0;
}
.btn.Google:active, .btn.Google.active, .open > .btn.Google.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1165f0;
  border-color: #0d57d0;
}
.btn.Google:active:hover, .btn.Google:active:focus, .btn.Google:active.focus, .btn.Google.active:hover, .btn.Google.active:focus, .btn.Google.active.focus, .open > .btn.Google.dropdown-toggle:hover, .open > .btn.Google.dropdown-toggle:focus, .open > .btn.Google.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #0d57d0;
  border-color: #093d92;
}
.btn.Google:active, .btn.Google.active, .open > .btn.Google.dropdown-toggle {
  background-image: none;
}
.btn.Google.disabled:hover, .btn.Google.disabled:focus, .btn.Google.disabled.focus, .btn.Google[disabled]:hover, .btn.Google[disabled]:focus, .btn.Google[disabled].focus, fieldset[disabled] .btn.Google:hover, fieldset[disabled] .btn.Google:focus, fieldset[disabled] .btn.Google.focus {
  background-color: #4184f3;
  border-color: #2974f1;
}
.btn.Google .badge {
  color: #4184f3;
  background-color: #FFFFFF;
}

h4 {
  font-size: 22px;
}

.container-small {
  max-width: 440px;
  margin: 0 auto;
}

select.form-control {
  border: 0;
  outline: 1px solid #dedede;
}
select.form-control:focus {
  outline: 1px solid #522E91;
}

.form-control {
  border: 1px solid #dedede;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #522E91;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-validation-error {
  border-color: #D39606;
}

.btn-primary {
  color: #fff;
  background-color: #522E91;
  border-color: #47287e;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #3c226a;
  border-color: #10091d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3c226a;
  border-color: #2d194f;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3c226a;
  border-color: #2d194f;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #2d194f;
  border-color: #10091d;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #522E91;
  border-color: #47287e;
}
.btn-primary .badge {
  color: #522E91;
  background-color: #fff;
}

.main-container {
  background-color: transparent;
}

.admin-container {
  padding: 10px;
}

.tabs-container {
  background-color: #FFFFFF;
  padding-top: 20pt;
  border-bottom: 1px solid #e1e1e1;
}
.tabs-container .nav-tabs {
  border: none;
}
.tabs-container .nav-tabs > li > a {
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  color: #8c8c8c;
}
.tabs-container .nav-tabs > li > a:hover {
  color: #522E91;
  background-color: transparent;
  border-color: transparent;
}
.tabs-container .nav-tabs > li.active > a, .tabs-container .nav-tabs > li.active > a:hover {
  color: #522E91;
  background-color: #f5f5f5;
  border-color: #e1e1e1;
  border-bottom-color: transparent;
}

.profile {
  font-size: 17px;
  color: black;
}
.profile label {
  font-size: 15px;
  color: #535353;
  margin: 0px;
}
.profile .actions {
  font-size: 14px;
}
.profile .row {
  margin-top: 10px;
}
.profile .profile-section {
  margin-left: 10px;
  margin-bottom: 10px;
}
.profile .profile-section > h4 {
  margin-left: -10px;
}
.profile .profile-section .actions,
.profile .profile-section .profile-value,
.profile .profile-section .profile-value-missing {
  margin-left: 10px;
}
.profile .profile-section small.profile-value-missing {
  display: block;
  margin-bottom: 4px;
}
.profile .profile-section .profile-value {
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin: 10px;
}
.profile .profile-section .profile-value .actions {
  margin: -10px;
  margin-top: 10px;
  padding: 10px 5px;
  border-top: 1px solid #e1e1e1;
}
.profile .profile-section .profile-value .actions > a {
  padding: 0 5px;
}
.profile .profile-section .profile-value .actions > a > .fa {
  padding-right: 5px;
}
.profile .profile-section .profile-value .actions > .dropdown {
  display: inline-block;
}
.profile .profile-section .profile-value .actions > .dropdown > .btn {
  padding: 0;
  color: #522E91;
}

@media (min-width: 500px) {
  .container-small.as-panel {
    margin: 35pt auto;
    border: 1px solid #e1e1e1;
    padding: 10pt 20pt;
    box-sizing: border-box;
    background-color: #f5f5f5;
  }
}
@media (max-width: 499px) {
  html > body.modal-background {
    background-color: #f5f5f5;
  }

  .overlay {
    background-color: #f5f5f5;
    opacity: 1;
  }

  html {
    background: none;
  }
  html > body {
    background-color: #f5f5f5;
  }

  div.modal-dialog {
      width: 90%;
  }
}
header.navbar {
  border: none;
  border-radius: 0;
  background: #f5f5f5;
}
header.navbar ul.nav > li > a {
  padding: 0 2rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-family: "Gotham HTF Book";
}

@media (min-width: 767px) {
  header.navbar {
    line-height: 100px;
  }
  header.navbar ul.nav > li > a {
    line-height: 100px;
    padding: 0 2rem;
  }
  header.navbar ul.nav > li > a {
    color: #535353;
    font-size: 14px;
  }
  header.navbar ul.nav > li.active > a {
    color: #522E91;
  }
  header.navbar ul.nav > li > a:hover {
    color: #522E91;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 768px) {
  header.navbar {
    line-height: 50px;
  }
  header.navbar .navbar-default .navbar-toggle:focus, header.navbar .navbar-default .navbar-toggle:hover {
    background-color: #522E91;
  }
  header.navbar .navbar-default .navbar-toggle:focus .icon-bar, header.navbar .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #FFFFFF;
  }
  header.navbar #navbar-main {
    background-color: #522E91;
    padding: 20px 30px;
  }
  header.navbar ul.nav > li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  header.navbar ul.nav > li:first-child {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  header.navbar ul.nav li > a {
    padding: 10px 15px;
    color: #f5f5f5;
    font-size: 14px;
  }
  header.navbar ul.nav li.active > a {
    color: #D39606;
    background: #683ab8 !important;
  }
  header.navbar ul.nav li > a:hover {
    color: #D39606;
    background: transparent;
  }
  header.navbar .icon-bar {
    background-color: #522E91;
  }
}
.profile-detail > h3 {
  margin-top: 10px;
}

.show-in-mobile-app {
  display: none !important;
}

.language-picker-mobile {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.language-picker-mobile, .language-picker-mobile > li {
  list-style: none;
  padding: 0px;
}
.language-picker-mobile > li {
  margin: 0px;
  display: inline-block;
}
.language-picker-mobile > li > a {
  color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none !important;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  display: block;
  width: 30px;
}
.language-picker-mobile > li.active > a {
  color: white;
  border-color: white;
}
.language-picker-mobile > li > a:hover {
  color: white;
  border-color: #D39606;
}

.gdpr {
  visibility: hidden;
}

.modal-header {
  background: #522E91;
  text-transform: uppercase;
  color: white;
}
.modal-header .close {
  color: white;
  text-shadow: 0 1px 0 #000;
}
.modal-header h4 {
  font-size: 18px;
}

.modal-content {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

h1 {
  font-family: "Gotham HTF Black";
  text-transform: uppercase;
  color: #000;
}

.form-control {
  border-radius: 0;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Gotham HTF Bold";
}

.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 28px;
}

.switch input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 56px;
  height: 28px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
}

.slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #522E91;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 15px;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #6a5a8c;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
  margin-left: 2rem;
  padding-left: 10px;
}

.custom-control-label::before {
  position: absolute;
  top: 0;
  left: -2rem;
  display: block;
  width: 22px;
  height: 22px;
  pointer-events: none;
  content: "";
  border: solid #dedede 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0;
  left: -2rem;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background-color: #6a5a8c;
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6a5a8c;
}

.custom-checkbox .custom-control-input:hover ~ .custom-control-label::before {
  border-color: #cdc7d9;
}

.ohnohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
