.body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.starry-background {
  background: url(/images/login-bg.jpg) no-repeat;
  background-image: url(/images/star_background.svg);
  background-color: #141929;
  /* background-image: url(images/star_background.svg),url(images/login-bg.jpg),  linear-gradient(180deg, #141929, #222944);*/
  background-size: cover;
  font-size: 12px;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: Montserrat, sans-serif;
}

.dark-background {
  height: 100vh;
  overflow-x: hidden;
  background: #1a2035;
}

form {
  margin: 0px 10px;
}

.form-control {
  border-radius: 20px;
  background-color: #1a2035 !important;
  border: 1px solid #626262;
  padding: 18px 12px;
  color: #fff;
}

h2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.title {
  color: #f8f9ff;
  font-size: 52px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.subtitle {
  color: #8ee7d8;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-label {
  color: #f8f9ff;
  font-size: 18px;
  font-weight: 500;
}

.classic-button {
  width: fit-content;
  background-color: #8ee7d8;
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 50px;
  color: #1b223a;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
}

.btn {
  border-radius: 25px;
}

.sign-up.starry-background {
  overflow-x: hidden;
  overflow-y: visible;
}

.signup-panel {
  max-width: 500px;
}

.panel {
  background-color: transparent;
  /*background-image: linear-gradient(to top right, #001315 , #003337);*/
  border: none;
  border-radius: 20px;
}

.dashboard {
  background: #1a2035;
  overflow-x: hidden !important;
}

.dashboard .container-fluid {
  position: relative;
  min-height: 100vh;
  padding: 0px;
  padding-bottom: 5rem;
}

.dashboard .user-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}

.dashboard .user-wrapper {
  display: flex;
  flex-flow: column;
  flex: 1 0 50%;
  background: #f8f9ff;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  padding: 50px 50px;
  min-height: 500px;
}

.dashboard .container .panel-heading {
  background: #222944;
  border-radius: 25px;
  padding: 65px 75px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13), 0px 0px 24px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

.dashboard .panel-heading .header-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #000;
  margin-bottom: 40px;
  font-family: "Montserrat";
}

.dashboard .panel-heading .header-offer-action {
  color: red;
  cursor: pointer;
  font-size: 16px;
}

.dashboard .panel-heading .header-section .heading {
  margin-top: 10px;
}

.dashboard .panel-heading .header-section h4 {
  margin-bottom: 5px;
}

.dashboard .panel-heading .header-section h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.7;
}

.dashboard .panel-heading .header-section .upgrade-link a {
  font-size: 14px;
  color: #000 !important;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 0px;
}

.dashboard .container .panel-body {
  background: #222944;
  border-radius: 25px;
  padding: 35px 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13), 0px 0px 24px rgba(0, 0, 0, 0.1);
}

.dashboard .panel-heading .user-links-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.dashboard .panel-heading .links-skelton-container span {
  width: 47%;
}

.dashboard .panel-heading .lite-user-links-container {
  justify-content: flex-start !important;
  gap: 60px !important;
}

.dashboard .panel-heading .user-links-container a {
  position: relative;
}

.dashboard .panel-heading .user-links-container .link-container {
  display: flex;
  align-items: center;
  padding: 36px 30px;
  background: #f8f9ff;
  box-shadow: 0px 5px 7px #b4b4b4;
  border-radius: 12px;
  width: 100%;
  height: 120px;
}

.dashboard .panel-heading .user-links-container .blob {
  margin-top: -119px;
  right: 0;
  position: absolute;
}

.dashboard .panel-heading .user-links-container .link-container p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13), 0px 0px 24px rgba(0, 0, 0, 0.1);
  color: black;
  text-decoration: none;
  transition: color 0.3s ease-in;
  margin-bottom: 0px;
  margin-left: 10px;
}

.dashboard .panel-heading .user-links-container .link-container .icon-container svg path {
  transition: fill 0.3s ease-in;
}

.dashboard .panel-heading .user-links-container a:hover {
  color: inherit;
  text-decoration: none;
}

.dashboard .panel-heading .user-links-container a:hover .link-container .icon-container svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.dashboard .panel-heading .user-links-container a:hover .link-container p {
  color: rgba(0, 0, 0, 0.5);
}

.dashboard .user-wrapper .map-container {
  margin: 100px 0 0 0;
}

.dashboard .user-buttons-container .panel .panel-body .button-container {
  text-align: left;
  color: #fff;
}

.dashboard .user-buttons-container .panel .panel-body .button-header {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 30px;
}

.dashboard .user-buttons-container .panel .panel-body .button-wrapper {
  display: flex;
  flex-flow: column;
}

.button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #8ee7d8;
  text-decoration: none;
  white-space: nowrap;
  padding: 15px 30px;
  width: fit-content;
  text-align: center;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-in;
  cursor: pointer;
}

.button:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13), 0px 0px 24px rgba(0, 0, 0, 0.1);
}

.button.button-primary {
  background: #8ee7d8;
  border-radius: 50px;
  color: #222944;
}

.button.button-secondary {
  border: 3px solid #8ee7d8;
  border-radius: 50px;
}

.dashboard .user-buttons-container .panel .panel-body {
  padding: 0px 80px 0 25px;
}

.dashboard .user-buttons-container .panel .panel-body .button {
  width: 100%;
  /* max-width: 250px; */
  min-width: 225px;
}

.dashboard .user-buttons-container .panel .panel-body .link-container {
  text-align: left;
}

.dashboard .user-buttons-container .panel .panel-body .link-container a {
  color: #8ee7d8;
  text-decoration: none;
  padding: 0px;
}

.education-videos {
  display: flex;
  flex-flow: column;
  padding: 100px 50px;
}

.education-videos .training-container,
.education-videos .strategy-container,
.education-videos .intermediate-container,
.education-videos .getting-started-container {
  display: flex;
  flex-flow: column;
  margin-bottom: 50px;
}

.education-videos .training-container p,
.education-videos .strategy-container p,
.education-videos .intermediate-container p,
.education-videos .getting-started-container p {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  width: 100%;
  margin-bottom: 20px;
}

.education-videos .training-wrapper,
.education-videos .strategy-wrapper,
.education-videos .intermediate-wrapper,
.education-videos .getting-started-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  width: 100%;
}

.education-videos .training-wrapper .training-video,
.education-videos .strategy-wrapper .strategy-video,
.education-videos .intermediate-wrapper .intermediate-video,
.education-videos .getting-started-wrapper .getting-started-video {
  display: flex;
  flex-flow: column;
  margin-right: 30px;
  margin-bottom: 30px;
}

.education-videos .training-wrapper .training-video .video-label,
.education-videos .strategy-wrapper .strategy-video .video-label,
.education-videos .intermediate-wrapper .intermediate-video .video-label,
.education-videos .getting-started-wrapper .getting-started-video .video-label {
  width: 300px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.education-videos .training-wrapper iframe,
.education-videos .strategy-wrapper iframe,
.education-videos .intermediate-wrapper iframe,
.education-videos .getting-started-wrapper iframe {
  height: 181px;
  margin-bottom: 10px;
}

.panel-heading {
  font-size: 1.7em;
  color: white;
}

.panel-heading .videos-container {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.panel-heading .videos-container iframe {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 140px;
  height: 120px;
}

.panel-heading .videos-container iframe:last-of-type {
  margin-right: 0;
}

.panel-body {
  color: white;
}

.divider {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}

.divider hr {
  margin: 7px 0px;
  width: 35%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.right a {
  color: #8ee7d8;
}

.terms a {
  color: #8ee7d8;
}

.google-btn {
  background-color: #ea4335;
  border-color: #ea4335;
}

.fb-btn {
  background-color: #3b5998;
  border-color: #3b5998;
}

.red_text {
  color: red;
}

.pd-015 {
  padding: 0 15px;
}

.af-class-footer {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding: 60px 5% 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #141929;
  text-align: center;
  -webkit-font-smoothing: auto;
  font-family: "Montserrat", sans-serif;
  height: fit-content;
}

.af-class-footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  text-align: left;
}

.af-class-footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-list-container {
  padding: 0 50px;
  padding-right: 0;
}

.af-class-footer-image {
  width: auto;
  height: 106px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.af-class-footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #8ee7d8;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-class-footer-link {
  display: block;
  margin-bottom: 10px;
  color: #8ee7d8;
  text-decoration: none;
  transition: color 0.1s ease-in;
  font-size: 14px;
}

.af-class-footer-link:hover {
  color: rgba(142, 231, 216, 0.6);
}

.af-class-footer-logo-link {
  margin-right: auto;
}

.af-class-social-text {
  margin-top: 4px;
  color: #acb4bf;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-class-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.af-class-social {
  text-decoration: none;
}

.af-class-social:hover .af-class-image-11 {
  fill: rgba(142, 231, 216, 0.6);
}

.af-class-image-11 {
  width: 20px;
  fill: #8ee7d8;
  transition: fill 0.1s ease-in;
}

.af-class-text-block-3 {
  opacity: 0.6;
  color: #acb4bf;
  font-size: 14px;
}

.af-class-social-text {
  margin-top: 4px;
  color: #acb4bf;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-class-container-2 {
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.af-class-social-links {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}

.af-class-social-links .w-inline-block {
  margin: 0 16px;
}

footer .af-class-container-2 .footer-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

/*======================================================================================================*/
/*                                      CUSTOM- RADIO Button
/*======================================================================================================*/
.custom-radio.radio-inline {
  line-height: 24px;
}

.custom-radio input[type="radio"]:checked {
  background: #54a899;
}

.custom-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 3px solid #d9d9d9;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.custom-radio input[type="radio"][disabled] {
  border: 3px solid #828282;
}

.custom-radio input[type="radio"]:focus {
  outline: unset !important;
}

/*======================================================================================================*/
/*                                      CUSTOM- Checkbox Button
/*======================================================================================================*/
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 4px;
}

input[type="checkbox"][disabled]~.checkmark {
  cursor: not-allowed;
  background-color: #eee !important;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked~.checkmark {
  background-color: #76bbaf;
  border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-light {
  margin-top: 0px;
  background-color: #141929;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
  font-family: Montserrat, sans-serif;
}

.membership-table .user-buttons-container .panel .panel-body .button-container {
  text-align: left;
  color: #fff;
}

.membership-table .user-buttons-container .panel .panel-body .button-header {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 30px;
}

.membership-table .user-buttons-container .panel .panel-body .button-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.membership-table .user-buttons-container .panel .panel-body {
  padding: 0px 80px 0 25px;
}

.membership-table .user-buttons-container .panel .panel-body .button {
  width: 100%;
}

.membership-table .user-buttons-container .panel .panel-body .link-container {
  text-align: left;
}

.membership-table .user-buttons-container .panel .panel-body .link-container a {
  color: #8ee7d8;
  text-decoration: none;
  padding: 0px;
}

.membership-table .button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #8ee7d8;
  text-decoration: none;
  white-space: nowrap;
  padding: 15px 30px;
  width: fit-content;
  text-align: center;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-in;
  cursor: pointer;
}

.membership-table .button:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13), 0px 0px 24px rgba(0, 0, 0, 0.1);
}

.membership-table .button.button-primary {
  background: #8ee7d8;
  border-radius: 50px;
  color: #222944;
}

.membership-table .button.button-secondary {
  border: 3px solid #8ee7d8;
  border-radius: 50px;
}

.membership-table .subscribe-button {
  color: #000000;
  text-decoration: underline;
  padding: 0px;
  font-weight: bold;
  opacity: 0.8;
  outline: none;
}

.trial-end-modal .modal-content {
  background-color: #141929;
  color: #e0e0e0;
  margin-top: 100;
  border-radius: 25px;

}

.trial-end-modal .modal-dialog {
  width: 768px;
  text-align: center;
}

.trial-end-modal .modal-content .modal-body {
  padding: 75px 50px;
  font-family: 'Montserrat';
}

.trial-end-modal .modal-content .modal-body .description {
  font-size: 16px;
  line-height: 25px;
}

.trial-end-modal .modal-content .modal-body .icon svg path {
  fill: #fff;
}

.trial-end-modal .modal-content .modal-body .modal-action {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.trial-end-modal .modal-content .modal-body .cancel-button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #8ee7d8;
  text-decoration: none;
  white-space: nowrap;
  padding: 15px 30px;
  width: 100%;
  text-align: center;
  transition: box-shadow 0.3s ease-in;
  cursor: pointer;
  background: transparent;
  border: 3px solid #8ee7d8;
  border-radius: 25px;
  margin: 0 10px;
}

.trial-end-modal .modal-content .modal-body .cancel-button:hover {
  background: #8ee7d8;
  color: #000;
}

.trial-end-modal .modal-content .modal-body .submit-button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  background: #8ee7d8;
  text-decoration: none;
  white-space: nowrap;
  padding: 15px 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-in;
  cursor: pointer;
  border-radius: 25px;
  margin: 0 10px;
  color: #000;
}


.dashboard .coupon-redeem-alert {
  text-align: left;
  width: 100%;
  background: #3B4254;
  padding: 15px 30px;
  border-radius: 25px;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  margin: 0px auto;
  margin-bottom: 30px;
}

.coupon-redeem-alert .heading,
.coupon-redeem-alert .timer {
  font-size: 16px;
  font-weight: 500;
}

.coupon-redeem-alert .heading span {
  font-size: 18px;
  font-weight: 700;
  color: #F8F9FF;
}

.coupon-redeem-alert .timer span {
  font-size: 18px;
  font-weight: 700;
}

.coupon-redeem-alert .alert-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.tour-modal .modal-content {
  background-color: #141929;
  color: #e0e0e0;
  margin-top: 100;
  border-radius: 25px;

}

.tour-modal .modal-dialog {
  width: 768px;
  text-align: center;
}

.tour-modal .modal-content .modal-body {
  padding: 50px;
  font-family: 'Montserrat';
}

.tour-modal .modal-content .modal-body .banner-image {
  padding-top: 15px;
  height: 400px !important;
  width: auto;
  object-fit: contain;
}

.tour-modal .modal-content .modal-body .description {
  font-size: 16px;
  line-height: 25px;
}

.tour-modal .modal-content .modal-body .icon svg path {
  fill: #fff;
}

.tour-modal .modal-content .modal-body .modal-action {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.tour-modal .modal-content .modal-body .cancel-button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #8ee7d8;
  text-decoration: none;
  white-space: nowrap;
  padding: 15px 30px;
  width: 100%;
  text-align: center;
  transition: box-shadow 0.3s ease-in;
  cursor: pointer;
  background: transparent;
  border: 3px solid #8ee7d8;
  border-radius: 25px;
  margin: 0 10px;
}

.tour-modal .modal-content .modal-body .cancel-button:hover {
  background: #8ee7d8;
  color: #000;
}

.tour-modal .modal-content .modal-body .submit-button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  background: #8ee7d8;
  text-decoration: none;
  white-space: nowrap;
  padding: 15px 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-in;
  cursor: pointer;
  border-radius: 25px;
  margin: 0 10px;
  color: #000;
}

@media(max-width:1196px) {
  .dashboard .panel-heading .user-links-container {
    grid-template-columns: 1fr;
  }
}