@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue"), url(fonts/bebas-neue-regular.otf) format("otf");
}
@font-face {
  font-family: "Brandon Grotesque";
  src: local("Brandon Grotesque"),
    url(fonts/brandon-grotesque-black.otf) format("otf");
}

#title,
#subtext,
#btntext {
  color: white;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: white !important;
}

.switch-wrapper {
  position: relative;
}

.switch-wrapper > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

html {
  color: #fff;
  font-family: "Montserrat" sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

body {
  background: #000 url("./assets/images/bg.jpg") center center/cover no-repeat
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: none;
}

p {
  font-size: 0.8rem;
  color: white;
}

a {
  color: #906f47;
}

a:hover {
  color: #906f47;
  text-decoration: underline;
}

a.nav-link,
a.nav-link:hover {
  color: #fff;
}

.navbar-dark {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)) !important;
}

.nav-tabs a.active {
  color: #906f47 !important;
}

.nav-tabs a {
  color: #fff;
}

.bg-light {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

h4,
h2 {
  border-bottom: solid 1px #906f47;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  color: #fff;
  padding-left: 10px;
}

svg.dashicon {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  display: block;
}

svg.radial-chart {
  max-height: 17em;
}

g {
  fill: #ffffff;
}

circle.border {
  fill: none;
  stroke: #ffffff;
  stroke-width: 5;
  stroke-miterlimit: 10;
}

.logo-svg {
  fill: white;
  width: 240px;
  height: 94.82px;
  padding: 10px 5px;
}

.radial-chart {
  position: relative;
  display: block;
  transition: all 0.3s ease-in;
  text-align: center;
  margin-bottom: 15px;
}

.radial-chart-progress {
  transform: rotate(270deg);
  transform-origin: center;
  transition: all 0.6s cubic-bezier(0.58, 0.16, 0.5, 1.14);
  transition-delay: 0.3s;
}

.borderless td,
th,
tr {
  color: #fff;
  border-color: #404040 !important;
  text-align: center !important;
  border-bottom: 2px;
  width: 150px;
  table-layout: fixed;
}

.btn-primary {
  background-color: #906f47 !important;
  border-color: #906f47 !important;
  transition: all 0.2s ease 0s;
}

.btn-primary:hover {
  background-color: #8a6b45 !important;
  border-color: #8a6b45 !important;
}

.tab-content {
  width: 100%;
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 48px;
  margin-right: auto;
  margin-left: auto;
}

.form-control,
.form-control:focus {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #f8f9fa;
  background-color: #212529;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 576px) {
  .tab-content {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  .tab-content {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .tab-content {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .tab-content {
    max-width: 1140px;
  }
}

@media (max-width: 767px) {
  .ch-tabs a {
    display: none;
  }
  .main {
    padding: 0px;
  }
}
