html {
  --theme-color: #2960c0;
  --theme-color-link: #0e7bf7;
  --theme-color-dark: #00278e;
  --theme-color-accent: #008a63;
  --theme-color-green: #008a63;
  --theme-color-red: #d9534f;
  --font-bold: 'Figtree Bold';
  --font-medium: 'Figtree Medium';
  --font-regular: 'Figtree Regular';
  --font-light: 'Figtree Light';
}
html,
body {
  height: 100%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text !important;
}
@media screen and (min-width: 1300px) {
  .container {
    width: 1280px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    width: 1380px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    width: 1580px;
  }
}
.fd-header {
  width: 100%;
}
.fd-body {
  width: 100%;
  position: relative;
  min-height: 100%;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .fd-body:before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #b6b6b6;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 900px;
  }
}
@media (min-width: 1200px) {
  .fd-body-overlay:before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 200px, whitesmoke 900px);
  }
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bdbdbd;
  opacity: 1;
  /* Firefox */

}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bdbdbd;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bdbdbd;
}
::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
::-webkit-scrollbar-thumb {
  min-height: 30px;
  padding-top: 100px;
  border: 1px solid transparent;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb:active {
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.5);
}
.invisible {
  visibility: hidden;
  transition: visibility 0s !important;
  height: 0;
}
@media (min-width: 640px) {
  .mobile-only {
    display: none;
  }
  .non-mobile-only {
    display: block;
  }
}
@media (max-width: 640px) {
  .mobile-only {
    display: block;
  }
  .non-mobile-only {
    display: none;
  }
}
@media (max-width: 640px) {
  .col-xxs-12 {
    width: 100%;
  }
}
#toast-container.toast-bottom-center > div {
  font-size: 12px;
  width: 350px;
  text-align: center;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.vertical-center {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: relative;
}
.msg-top {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin: 0px 0px 15px 0px;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.msg-top-success {
  background-color: #dff0d8;
  color: #3c763d;
}
.msg-top-error {
  color: white;
  background-color: #d65552;
  border-top: 1px solid #af2d29;
  border-bottom: 1px solid #af2d29;
}
.form-control-danger {
  border-color: #d65552 !important;
}
.form-control-error-msg {
  margin-top: 5px;
  color: #d65552;
  font-size: 13px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-eq-height.reverse {
  flex-wrap: wrap-reverse;
}
/*.k-button-group .k-button.k-state-active,
.k-button-group .k-button:active {
    z-index: 1 !important;
}*/

.small-caps {
  text-transform: none;
  font-variant: small-caps;
}
.no-wrap {
  white-space: nowrap;
}
.con-outer .main-content-container {
  padding: 45px;
  max-width: 600px !important;
  margin: 20px auto;
  background-color: white;
  position: relative;
  border: 1px solid #cccccc;
}
@media (max-width: 1200px) {
  .con-outer .main-content-container {
    border: none;
  }
}
.main-content-container {
  padding: 15px;
  margin: 0 auto;
  background-color: white;
  position: relative;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .main-content-container {
    border: none;
  }
}
@media (max-width: 1200px) {
  .fd-page {
    border: none !important;
  }
}
#bet-type-description {
  font-family: var(--font-medium);
}
#market-type-description {
  font-family: var(--font-medium);
}
#period-type-description {
  font-family: var(--font-medium);
}
.k-loading-mask {
  z-index: 100000;
}
.font-bold {
  font-family: 'Figtree Bold';
}
.font-medium {
  font-family: 'Figtree Medium';
}
.font-regular {
  font-family: 'Figtree Regular';
}
.font-light {
  font-family: 'Figtree Light';
}
