﻿/*$profile-pic-width: 190px;
$profile-pic-width-compact: 220px;*/
/*$padding-section: 36px;
$aside-width: 30%;
$aside-list-margin-right: 30px;*/
/*$heading1-v-marging: 25px;
$space-star: 12.3px;
$upcoming-circle-width: 12px;
$upcoming-circle-width--compact: 14px;
$upcoming-line-width: 2px;*/
@font-face {
  font-family: 'morganite';
  src: url("/content/themes/wordpress/wp-content/uploads/useanyfont/200513072659morganite.woff2") format("woff2"), url("/content/themes/wordpress/wp-content/uploads/useanyfont/200513072659morganite.woff") format("woff");
  font-display: auto; }

.fs18, .fs18 a {
  font-size: 18px !important; }

.dashboard-heading {
  font-weight: 900;
  font-size: 48px; }

h1.dashboard-special-heading, h2.dashboard-special-heading, h3.dashboard-special-heading {
  font-family: Morganite !important;
  letter-spacing: 0.05em !important; }

.aside .dashboard-special-heading {
  text-transform: uppercase; }

.dashboard-section {
  font-family: Roboto, sans-serif;
  font-weight: 500; }
  .dashboard-section h3 {
    font-family: Roboto, sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0 !important;
    /*margin: 17px 0 !important;*/ }
  .dashboard-section input, .dashboard-section label {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px; }
  .dashboard-section label {
    margin-top: 20px; }
  .dashboard-section a.sz-btn {
    color: #FFFFFF; }
    .dashboard-section a.sz-btn:link, .dashboard-section a.sz-btn :active, .dashboard-section a.sz-btn :hover, .dashboard-section a.sz-btn :visited {
      color: #FFFFFF; }
  @media only screen and (min-width: 992px) {
    .dashboard-section {
      margin: 0 20px; } }

#player-dashboard a:link.sz-btn, #player-dashboard a:active.sz-btn, #player-dashboard a:hover.sz-btn, #player-dashboard a:visited.sz-btn {
  color: #FFFFFF; }

.row.szbody a.sz-btn-back {
  color: #595959; }
  .row.szbody a.sz-btn-back:link, .row.szbody a.sz-btn-back :active, .row.szbody a.sz-btn-back :hover, .row.szbody a.sz-btn-back :visited {
    color: #595959; }

.sz-btn {
  margin: 20px 0 0;
  display: inline-block;
  padding: 13px;
  text-align: center;
  color: #FFFFFF;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  border-radius: 9px; }
  .sz-btn-primary {
    background-color: #0EC302; }
  .sz-btn-red {
    background-color: #FF0000; }
  .sz-btn-back {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #595959;
    background-color: #F3F3F3;
    width: 100%;
    padding: 7px;
    border-radius: 3.5px;
    max-width: 180px;
    margin-bottom: 46px; }
    .sz-btn-back .icon-container {
      background-color: transparent;
      margin-right: 10px; }
    @media only screen and (min-width: 992px) {
      .sz-btn-back {
        max-width: 135px;
        margin-bottom: 55px; } }

.underline {
  width: 106px;
  height: 6px;
  transform: skew(-19deg);
  background: #0EC302;
  margin-top: 10px; }
  @media only screen and (min-width: 992px) {
    .underline {
      width: 123px;
      height: 7px; } }

.main-inner {
  border-radius: 20px;
  padding: 30px 28px;
  width: 100%; }
  .main-inner-white {
    background-color: #FFFFFF; }
  .main-inner .dashboard-heading {
    line-height: 39px;
    color: #0EC302;
    margin-bottom: 21px !important;
    text-transform: uppercase; }
  .main-inner-header {
    margin: -30px -28px 0;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 20px 20px 0 0; }
    .main-inner-header-dark {
      background-color: #000000;
      color: #FFFFFF; }
  @media only screen and (min-width: 992px) {
    .main-inner {
      padding: 50px 41px; }
      .main-inner-header {
        margin: -50px -41px 0;
        padding-top: 50px;
        padding-bottom: 35px;
        padding-left: 41px;
        padding-right: 41px; } }

/*player menu*/
#playerMenuTarget {
  cursor: pointer;
  color: #595959; }
  #playerMenuTarget img {
    width: 32px;
    height: 32px;
    border-radius: 50%; }
  #playerMenuTarget .player-name {
    display: none; }
    @media only screen and (min-width: 992px) {
      #playerMenuTarget .player-name {
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        padding: 0 12px; } }
  #playerMenuTarget .fa-chevron-down {
    display: none; }
    @media only screen and (min-width: 992px) {
      #playerMenuTarget .fa-chevron-down {
        display: block; } }

#playerMenuContainer {
  position: relative; }

#playerMenuPopup {
  margin-top: 19px;
  background: #FFFFFF;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.05);
  border-color: #FFFFFF;
  border-radius: 10px;
  padding: 24px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #595959; }
  #playerMenuPopup a:link, #playerMenuPopup a:active, #playerMenuPopup a:hover, #playerMenuPopup a:visited {
    font-family: Open Sans;
    color: #595959;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px; }
  #playerMenuPopup .subscription-plan, #playerMenuPopup .subscription-plan a {
    font-weight: bold !important;
    color: #0EC302 !important; }

/*player menu*/
@media only screen and (max-width: 999px) and (min-width: 690px) {
  .header-background-container {
    margin-left: 0; } }

/*shared- bootstrap like styles*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
*/
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/*


*/
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/*end shared- bootstrap like styles*/
/* Customize the label (the container) */
.form-disabled .radio-container {
  cursor: default;
  /*opacity: 0.7;*/ }

.k-state-disabled {
  opacity: 1; }

input::placeholder {
  color: #ddd; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: pink; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: pink; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: pink; }

:-moz-placeholder {
  /* Firefox 18- */
  color: pink; }

.radio-container {
  display: block;
  position: relative;
  padding-right: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio-container-checkmark-left {
    padding-left: 25px;
    padding-right: 0; }

/* Hide the browser's default checkbox */
.radio-container input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0; }
  .radio-container input :not([disabled]) {
    cursor: pointer; }

/* Create a custom checkbox */
.radio-checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 13px;
  width: 13px;
  background-color: #F3F3F3;
  border: 0.5px solid #DADADA; }
  @media only screen and (min-width: 992px) {
    .radio-checkmark {
      height: 16px;
      width: 16px; } }
  .radio-checkmark-left {
    left: 0; }

/* On mouse-over, add a grey background color */
.radio-container:hover input:not([disabled]) ~ .radio-checkmark {
  background-color: #0EC302; }

/* When the checkbox is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
  background-color: #0EC302; }

/* Create the checkmark/indicator (hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.radio-container input:checked ~ .radio-checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.radio-container .radio-checkmark:after {
  left: 3px;
  top: 0px;
  width: 3px;
  height: 6px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media only screen and (min-width: 992px) {
    .radio-container .radio-checkmark:after {
      left: 4px;
      top: 1px;
      width: 4px;
      height: 7px; } }

.select2 {
  max-width: 100%; }

h1.dashboard-heading {
  font-style: normal; }

.dashboard-section {
  padding: 0 37px; }
  @media only screen and (min-width: 992px) {
    .dashboard-section {
      padding: 0; } }

@media only screen and (min-width: 992px) {
  .subscription-section {
    padding: 0px 45px;
    background-image: url(../../Content/Images/Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; } }

.underline {
  margin-bottom: 23px; }
  .underline + div {
    line-height: 22px; }
    .underline + div span {
      font-style: italic; }

.subscription-section .plan {
  margin: 36px auto; }
  .subscription-section .plan .sz-btn {
    height: 38px; }
  @media only screen and (min-width: 992px) {
    .subscription-section .plan {
      margin-top: 50px;
      margin-bottom: 50px; }
      .subscription-section .plan .sz-btn {
        height: 48px;
        max-width: 132px; }
      .subscription-section .plan .plan-header + div {
        height: 65px; } }

#premier-info-dialog .plans-container {
  display: flex;
  align-items: baseline; }

#premier-info-dialog .plan {
  line-height: 1.3;
  font-size: small;
  padding: 22px 26px 14px; }
  #premier-info-dialog .plan .dashboard-heading {
    font-size: 45px; }
  #premier-info-dialog .plan li {
    font-size: 13px;
    line-height: 1.2;
    height: 50px; }
    #premier-info-dialog .plan li svg {
      width: 16px;
      margin-right: 0;
      margin-left: 5px; }

#premier-info-dialog .plan-header b {
  font-size: 16px;
  line-height: 18px; }

.plan {
  padding: 24px;
  border-radius: 15.8px;
  max-width: 375px; }
  .plan ul {
    margin: 0;
    font-weight: 700; }
  .plan li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    line-height: 16px;
    height: 45px;
    box-sizing: border-box; }
    .plan li + li {
      border-top: 1px solid #0EC302; }
    .plan li span {
      text-align: center;
      color: #0EC302;
      font-size: 9.5px;
      line-height: 12px; }
    .plan li svg {
      margin-right: 7px; }
    @media only screen and (min-width: 992px) {
      .plan li {
        font-size: 14px;
        line-height: 20px;
        height: 58px; }
        .plan li span {
          font-size: 12px;
          line-height: 15px; }
        .plan li svg {
          width: 23px;
          height: auto;
          margin-right: 10px; } }
  .plan path {
    fill: #0EC302; }
  .plan .dashboard-heading {
    font-size: 38px;
    margin-top: 5px;
    margin-bottom: 12px !important; }
    @media only screen and (min-width: 992px) {
      .plan .dashboard-heading {
        font-size: 48px;
        margin-bottom: 15px !important; } }
  .plan_basic {
    background-color: #DADADA; }
    .plan_basic ul {
      margin-bottom: 25px; }
      @media only screen and (min-width: 992px) {
        .plan_basic ul {
          margin-bottom: 50px; } }
    .plan_basic .plan-header svg {
      width: 41px;
      height: auto; }
      @media only screen and (min-width: 691px) {
        .plan_basic .plan-header svg {
          width: 47px; } }
  .plan_premier {
    background-color: #000000;
    color: #FFFFFF; }
    .plan_premier .dashboard-heading {
      color: #FFFFFF; }
    .plan_premier .plan-header svg {
      width: 31px;
      height: auto; }
      @media only screen and (min-width: 691px) {
        .plan_premier .plan-header svg {
          width: 40px; } }
  .plan-header {
    margin-bottom: 10px; }
    .plan-header + div {
      height: 48px; }
      @media only screen and (min-width: 992px) {
        .plan-header + div {
          /*height: 65px;*/ } }
  .plan .sz-btn {
    /* height: 38px;*/
    /*padding: 0;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*max-width: 104px;*/ }
    .plan .sz-btn.sz-btn-primary {
      margin-top: 15px; }
    @media only screen and (min-width: 992px) {
      .plan .sz-btn {
        /*height: 48px;*/
        max-width: 110px;
        font-size: 17px; } }
  .plan a.sz-btn:link, .plan a.sz-btn:active, .plan a.sz-btn:hover, .plan a.sz-btn:visited {
    padding: 8px 10px;
    /*height: auto;*/
    color: white; }

.plan-header b, .plan-header + div {
  font-size: 14px;
  line-height: 18px; }
  @media only screen and (min-width: 992px) {
    .plan-header b, .plan-header + div {
      font-size: 18px;
      line-height: 22px; } }

@media only screen and (min-width: 992px) {
  .plans-container {
    display: flex;
    align-items: baseline; }
  .plan {
    padding: 33px;
    width: 49%; }
    .plan_premier {
      margin-left: 20px; } }

/*------potentially shared styles*/
h1.dashboard-special-heading, h2.dashboard-special-heading, h3.dashboard-special-heading {
  font-family: Morganite !important;
  letter-spacing: 0.05em !important; }

.dashboard-heading {
  text-transform: uppercase;
  font-style: italic; }

h2.dashboard-heading {
  line-height: 38px; }

/*-----end potentially shared styles*/
