/* src/styles.scss */
html {
  position: relative;
  min-height: 100%;
}
.container-fluid {
  padding-bottom: 50px;
}
.container-wrapper {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 20px;
  width: 99%;
}
.container-wrapper.content-layout {
  padding-bottom: 20px;
  padding-top: 20px;
}
.pl-3 {
  padding-left: 3px;
}
.clearfix {
  clear: both;
}
.d3link,
.d3node {
  stroke: #4e8a9a;
}
.chart {
  height: 3000px;
  width: 2000px;
  overflow: auto;
}
path.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px;
}
.d3link {
  stroke-opacity: 0.6;
  stroke-width: 2px;
  fill: none;
}
.node circle {
  cursor: pointer;
  fill: #fff;
  stroke: #3182bd;
  stroke-width: 1.5px;
}
.node text {
  font: 15px sans-serif;
  pointer-events: none;
  text-anchor: middle;
}
line.link {
  fill: none;
  stroke: #9ecae1;
  stroke-width: 1.5px;
}
.btn.btn-primary {
  background: #00adef;
  border-color: #00adef;
}
.btn.btn-primary:hover {
  background: #059bd4;
  border-color: #059bd4;
}
.btn.btn-facebook {
  background: #4267b2;
  border-color: #4267b2;
  color: #fff;
}
.btn.btn-facebook:hover {
  background: #365899;
  border-color: #365899;
}
.btn.btn-amazon {
  background:
    linear-gradient(
      to bottom,
      #fee6b0,
      #eeba37);
  border-color: #be952c #a68226 #9b7924;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  color: #111;
}
.btn.btn-amazon:hover {
  background:
    linear-gradient(
      to bottom,
      #fede97,
      #ecb21f);
  border-color: #a98527 #917221 #86691f;
}
.btn.btn-amazon i {
  vertical-align: sub;
}
.btn.btn-microsoft {
  background: #0067b8;
  border-color: #0067b8;
  color: #fff;
}
.btn.btn-microsoft:hover {
  background: #005da6;
  border-color: #005da6;
}
.btn.btn-secondary-light {
  background: #42bdea;
  border-color: #42bdea;
  color: #fff;
}
.btn.btn-secondary-light:hover {
  background: #42bdea;
  border-color: #42bdea;
}
.btn:disabled {
  cursor: default;
  background-color: #c625e1;
  border-color: #c625e1;
}
.btn:disabled:hover {
  background-color: #c625e1;
  border-color: #c625e1;
}
.btn.btn-block {
  width: fit-content;
}
@media (max-width: 767.98px) {
  .btn.btn-block {
    width: 100%;
  }
}
.btn.btn-purple {
  background: #c625e1;
  border-color: #c625e1;
  color: #fff;
}
.btn.btn-purple:hover {
  background: #c625e1;
  border-color: #c625e1;
}
.btn.btn-light {
  background: #dfe4e8;
  border-color: #dfe4e8;
  color: #fff;
}
.btn.btn-light:hover {
  background: #dfe4e8;
  border-color: #dfe4e8;
}
@media (max-width: 767.98px) {
  .root-wrapper nav-header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}
@media (max-width: 767.98px) {
  header {
    background: #2d3e50;
  }
  header > .container-wrapper {
    position: relative;
  }
  header > .container-wrapper > .row > * {
    position: static;
  }
}
@media (min-width: 768px) {
  header {
    background: #fff;
    padding-bottom: 10px;
  }
}
header,
header a {
  color: #2d3e50;
}
@media (max-width: 767.98px) {
  header .logo {
    padding-left: 5px;
  }
}
header .logo a {
  display: block;
  text-decoration: none;
}
header .logo a img {
  height: 90px;
}
@media (max-width: 991.98px) {
  header .logo a img {
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  header .logo a img {
    height: 50px;
  }
}
header .logo a .play {
  height: 30px;
}
header .logo a .logo-heading span {
  display: block;
}
header .logo a .logo-heading .logo-title {
  color: #00adef;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  header .logo a .logo-heading .logo-title {
    font-size: 20px;
  }
}
header .logo a .logo-heading .play {
  font-size: 24px;
}
header .logo a .logo-heading .logo-subtitle {
  color: #9e9ea2;
}
header .utility-nav {
  display: table;
  font-size: 14px;
  float: right;
}
header .utility-nav .country {
  width: auto;
}
@media (max-width: 768px) {
  header .utility-nav {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  header .utility-nav {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  header .utility-nav {
    padding-top: 15px;
    margin-top: 25px;
  }
}
header .utility-nav > div {
  display: table-cell;
  padding: 0 5px;
  white-space: nowrap;
  vertical-align: middle;
}
@media (max-width: 1199.98px) {
  header .utility-nav > div {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  header .utility-nav > div {
    padding: 0 5px;
  }
}
@media (max-width: 767.98px) {
  header .utility-nav > div {
    padding: 0 7px;
  }
}
header .utility-nav > div:last-child {
  padding-right: 0;
}
header .utility-nav > div > .help {
  display: table;
}
header .utility-nav > div > .help > * {
  display: table-cell;
  vertical-align: middle;
}
header .utility-nav > div > .help i {
  border: 1px solid #2d3e50;
  border-radius: 3px;
  margin-right: 10px;
  padding: 5px;
  width: 40px;
}
header .utility-nav i {
  color: #00adef;
}
header .utility-nav .btn-new {
  border: 1px solid #2d3e50;
  border-radius: 3px;
  color: #2d3e50;
  padding: 10px;
}
header .utility-nav .btn-new:hover {
  background: #dfe4e8;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  header .utility-nav .btn-new {
    background: #fff;
    border-color: #fff;
    padding: 2px 10px;
  }
}
header .utility-nav .mobile-bar {
  display: block;
  font-size: 26px;
}
@media (min-width: 768px) {
  .main-nav {
    background:
      linear-gradient(
        to right,
        #2d3e50 0%,
        #2d3e50 50%,
        #00adef 50%,
        #00adef 100%);
  }
  .main-nav .container-wrapper {
    width: 99%;
    max-width: 100%;
  }
  .main-nav nav {
    background:
      linear-gradient(
        to right,
        #2d3e50 0%,
        #2d3e50 79%,
        #00adef 79%,
        #00adef 100%);
    position: relative;
  }
}
@media (min-width: 768px) and (min-width: 768.1px) {
  .main-nav nav .splitter {
    height: 100%;
    left: 75%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100px;
  }
  .main-nav nav .splitter:after {
    content: "";
    background:
      linear-gradient(
        to right,
        #2d3e50 0%,
        #2d3e50 50%,
        #fff 50%,
        #fff 52%,
        #00adef 52%,
        #00adef 100%);
    height: 120%;
    left: 0;
    position: absolute;
    top: -7px;
    transform: rotate(25deg);
    width: 100%;
  }
}
@media (min-width: 768px) {
  .main-nav nav ul.nav {
    padding-left: inherit;
  }
  .main-nav nav ul.nav > li {
    position: relative;
  }
  .main-nav nav ul.nav > li a {
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 15px;
  }
  .main-nav nav ul.nav > li a i {
    padding-left: 2px;
    vertical-align: middle;
  }
  .main-nav nav ul.nav > li a:hover,
  .main-nav nav ul.nav > li a.active {
    background: #546271;
    text-decoration: none;
  }
  .main-nav nav ul.nav > li span {
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 15px;
    cursor: pointer;
  }
  .main-nav nav ul.nav > li span i {
    padding-left: 2px;
    vertical-align: middle;
  }
  .main-nav nav ul.nav > li span:hover,
  .main-nav nav ul.nav > li span.active {
    background: #546271;
    text-decoration: none;
  }
  .main-nav nav ul.nav > li ul {
    background: #546271;
    top: 60px;
    left: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    list-style: none;
    white-space: nowrap;
    width: 0;
    z-index: 1001;
  }
  .main-nav nav ul.nav > li:hover {
    background: #546271;
  }
  .main-nav nav ul.nav > li:hover ul {
    visibility: visible;
    height: auto;
    min-width: 100%;
    width: auto;
  }
  .main-nav nav ul.nav > li:hover ul li a {
    font-size: 18px;
    padding: 8px 15px;
  }
  .main-nav nav ul.nav > li:hover ul li a:hover,
  .main-nav nav ul.nav > li:hover ul li a.active {
    background: #dfe4e8;
    color: #2d3e50;
  }
}
.hand {
  cursor: pointer;
}
.pointer {
  cursor: default;
}
.badge {
  background: #00adef;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .menu-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
  }
  .main-nav-mobile ul {
    background: #2d3e50;
    box-shadow: 0 0 5px #000;
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    right: -62%;
    visibility: hidden;
    width: 60%;
    z-index: 999;
  }
  .main-nav-mobile ul li {
    border-bottom: 1px solid #546271;
  }
  .main-nav-mobile ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 10px 20px;
  }
  .main-nav-mobile ul li a:hover,
  .main-nav-mobile ul li a.active {
    background: #00adef;
    text-decoration: none;
  }
}
.code-block {
  background-color: #cfcfcf;
  font-style: italic;
  padding: 3px;
}
.indv-spinner {
  top: 40%;
  position: relative;
}
.chart-nodata {
  border: 1px solid rgba(221, 204, 221, 0.8);
  height: 100px;
  width: 100%;
  padding: 3px;
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.main-title {
  color: #2d3e50;
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .main-title {
    font-size: 2rem;
  }
}
.main-title span {
  color: #00adef;
  padding-left: 5px;
}
.main-title back-button + div {
  display: inline;
}
.main-container {
  min-height: 60vh;
}
@media (max-width: 767.98px) {
  .main-container {
    padding-bottom: 40px;
    margin-top: 70px;
    min-height: 87vh;
  }
}
.main-container.container-wrapper.content-layout {
  padding-bottom: 230px;
}
@media (max-width: 767.98px) {
  .main-container.container-wrapper.content-layout {
    padding-bottom: 60px;
  }
}
.content-body {
  padding: 20px;
}
charcount {
  font-size: 0.8rem;
  color: #95a3b3;
}
nav-footer {
  display: contents;
  bottom: 0;
  width: 100%;
  left: 0;
}
footer {
  background: #2d3e50;
  padding: 5px 0 5px;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  footer {
    padding-top: 0;
  }
}
footer,
footer a {
  color: #fff;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
}
footer ul li {
  padding: 5px 0;
}
footer ul li a:hover {
  color: #00adef;
}
footer ul.contact-list {
  padding: 0;
}
footer ul.contact-list li {
  padding: 5px 10px;
}
footer ul.contact-list li a {
  font-size: 20px;
}
footer ul.contact-list li:first-child {
  padding-left: 0;
}
footer ul.no-padding {
  padding: 0;
}
footer h5 {
  display: inline-block;
  position: relative;
}
footer h5:after {
  background: #00adef;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 70%;
}
footer .footer-bottom {
  font-size: 14px;
  margin: 0;
  padding-top: 10px;
}
@media (min-width: 768px) {
  footer .footer-bottom {
    border-top: 1px solid #546271;
  }
}
footer .version {
  color: #546271;
  margin-left: 0.5em;
}
footer .small-footer {
  padding-top: 3px;
}
footer .small-footer a {
  margin-left: 1em;
}
footer .small-footer div {
  padding: 0;
}
.step-meter {
  margin: 15px 0 30px;
  padding: 0;
  list-style: none;
}
@media (max-width: 767.98px) {
  .step-meter {
    margin-bottom: 20px;
  }
}
.step-meter li {
  background: #2d3e50;
  color: #fff;
  float: left;
  opacity: 0.95;
  padding: 5px 15px;
  position: relative;
}
@media (min-width: 768px) {
  .step-meter li {
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .step-meter li {
    margin-bottom: 10px;
  }
}
.step-meter li.completed {
  opacity: 0.7;
}
.step-meter li.completed > span span {
  display: none;
}
.step-meter li.completed > span i {
  display: inline-block;
}
.step-meter li:first-child {
  padding-left: 5px;
}
.step-meter li:first-child:after {
  display: none;
}
.step-meter li.active {
  background: #00adef;
  font-weight: bold;
  opacity: 1;
}
.step-meter li.active:before {
  border-color: transparent transparent transparent #00adef;
}
.step-meter li:after,
.step-meter li:before {
  border-style: solid;
  border-width: 20px 0 20px 10px;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.step-meter li:after {
  border-color: transparent transparent transparent #fff;
  left: 0;
}
.step-meter li:before {
  border-color: transparent transparent transparent #2d3e50;
  right: -10px;
}
.step-meter li:not(:last-child) {
  margin-right: 10px;
}
.step-meter li > span {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 15px;
  height: 30px;
  line-height: 24px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}
.step-meter li > span i {
  display: none;
}
.has-error .ng-invalid {
  border-bottom: 1px solid #d9534f;
}
.has-error .ng-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.alert > span {
  vertical-align: super;
  padding: 0 10px;
}
.alert .message-close {
  vertical-align: text-top;
}
.nav.nav-tabs a {
  color: #00adef;
}
.nav.nav-tabs a:hover {
  color: #059bd4;
}
.nav.nav-tabs .active {
  background-color: #98def8;
  border: 1px solid #98def8;
}
.nav.nav-tabs .nav-item {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #eeeeee;
}
.nav .separator {
  border-top: solid 3px #fff;
}
.sort {
  padding-right: 3px;
}
th[sort-column] {
  cursor: pointer;
}
#snackbar {
  min-width: 250px;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 1;
  bottom: 5px;
  width: 100%;
  margin: auto;
}
#snackbar div {
  display: inline-block;
  min-width: 250px;
  padding: 0;
}
.btn:not(.dropdown) {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-transform: uppercase;
}
.btn:not(.dropdown):after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image:
    radial-gradient(
      circle,
      #000 10%,
      transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}
.btn:not(.dropdown):active:after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}
.breadcrump {
  color: #00adef;
  cursor: pointer;
  text-decoration: none;
  margin-right: 0.2em;
}
.breadcrump:hover {
  color: #059bd4;
  text-decoration: none;
}
.login .local,
.signup .local {
  width: 220px;
}
.login hr,
.signup hr {
  border-top: 3px solid #00adef;
}
@media (min-width: 768px) {
  .login > .row > *:first-child,
  .signup > .row > *:first-child {
    padding-left: 50px;
    padding-right: 50px;
  }
  .login > .row > *:last-child,
  .signup > .row > *:last-child {
    border-left: 1px solid #98def8;
    padding-left: 50px;
  }
  .login .no-border,
  .signup .no-border {
    border-left: none !important;
  }
  .login .full-width,
  .signup .full-width {
    width: 150px;
  }
  .login .local,
  .signup .local {
    float: right;
  }
}
@media (max-width: 768px) {
  .login .full-width,
  .signup .full-width {
    width: 100%;
  }
}
.login .login-social,
.login .signup-social,
.signup .login-social,
.signup .signup-social {
  list-style: none;
  padding: 0;
}
.login .login-social li,
.login .signup-social li,
.signup .login-social li,
.signup .signup-social li {
  padding: 10px 0;
}
.login .login-social li .btn i,
.login .signup-social li .btn i,
.signup .login-social li .btn i,
.signup .signup-social li .btn i {
  margin-right: 15px;
}
.signup .signup-social li .btn,
.signup .login-social li .btn,
.login .signup-social li .btn,
.login .login-social li .btn {
  min-width: 215px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.signup .signup-social li img,
.signup .login-social li img,
.login .signup-social li img,
.login .login-social li img {
  cursor: pointer;
  max-width: 218px;
}
.data-success i:not(.fa-lg) {
  font-size: 120px;
}
.loading-spinner-container {
  position: relative;
  z-index: 99999;
}
.loader {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
}
.loader:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.loader:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loader:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow:
    rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -1.5em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-center {
  top: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-center {
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-center {
  top: 45%;
}
#toast-container {
  position: fixed;
  z-index: 999999;
}
#toast-container.toast-center,
#toast-container.toast-top-center,
#toast-container.toast-bottom-center {
  width: 100%;
}
#toast-container.toast-center > div,
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  margin: auto;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-wait {
  background-image: url(data:image/gif;base64,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) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-wait {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave {
  -webkit-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}
:not(.no-enter)#toast-container > div.ng-enter.ng-enter-active,
:not(.no-leave)#toast-container > div.ng-leave {
  opacity: 0.8;
}
:not(.no-leave)#toast-container > div.ng-leave.ng-leave-active,
:not(.no-enter)#toast-container > div.ng-enter {
  opacity: 0;
}
.order-confirm i:not(.fa-exclamation-circle):not(.fa-envelope) {
  font-size: 120px;
}
input.ng-invalid,
select.ng-invalid,
textarea.ng-invalid {
  border-right: 3px solid #35e3eb;
}
tab .pane {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .table-mobile {
    display: block;
  }
  .table-mobile.table-pagination {
    margin-top: 20px;
    position: relative;
  }
  .table-mobile.table-pagination thead tr {
    width: 100%;
  }
  .table-mobile.table-pagination thead tr .pagination {
    left: auto;
    position: absolute;
    right: -9999px;
    top: 9969px;
  }
  .table-mobile.table-pagination thead tr .pagination > li > span,
  .table-mobile.table-pagination thead tr .pagination > li > a {
    padding: 5px 10px;
  }
  .table-mobile thead,
  .table-mobile tbody,
  .table-mobile tfoot,
  .table-mobile th,
  .table-mobile td,
  .table-mobile tr {
    display: block;
  }
  .table-mobile thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-mobile tr:not(.no-thick-border) {
    border-bottom: 3px solid #474747;
  }
  .table-mobile tr:not(.no-thick-border):last-child {
    border-bottom: none;
  }
  .table-mobile tbody > tr > td {
    border: none;
    border-bottom: 1px solid rgba(38, 38, 38, 0.2);
    min-height: 37px;
    position: relative;
    padding-left: 45%;
  }
  .table-mobile tbody > tr > td:before {
    content: attr(mobile-title);
    padding-right: 10px;
    position: absolute;
    left: 6px;
    width: 45%;
    white-space: nowrap;
    text-align: left;
  }
  .table-mobile tr.display-alert td {
    padding: 5px;
  }
  .table-mobile tr.display-alert td:before {
    content: "";
  }
  .table-mobile input[type=number] {
    color: #333;
    width: 100%;
  }
  .table-mobile .btn {
    display: inline-block;
  }
}
.table-mobile tfoot {
  background-color: #dfe4e8;
}
.bg-red {
  background-color: #d9534f !important;
}
.api input:focus ~ .float-label,
.api select:focus ~ .float-label,
.api textarea:focus ~ .float-label {
  top: 8px;
  bottom: 10px;
  right: 5%;
  font-size: 11px;
  opacity: 1;
  color: #2d3e50;
}
.api input:focus:invalid ~ .float-label,
.api select:focus:invalid ~ .float-label,
.api textarea:focus:invalid ~ .float-label {
  color: #d9534f;
}
.api .float-label {
  position: absolute;
  pointer-events: none;
  right: 5%;
  top: 15px;
  transition: 0.2s ease all;
  color: #5cb85c;
}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.container:hover input ~ .checkmark {
  background-color: #ccc;
}
.container input:checked ~ .checkmark {
  background-color: #00adef;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
a {
  color: #00adef;
}
.loading {
  position: relative;
}
.loading:after {
  border: 3px solid white;
  border-left-color: #00adef;
  border-right-color: #00adef;
  content: "";
  width: 30px;
  border-radius: 50px;
  height: 30px;
  position: absolute;
  z-index: 1000;
  animation: rotate 0.5s infinite;
  -webkit-animation: rotate 0.5s infinite;
}
.field.loading:after {
  position: absolute;
  top: 0;
  margin-top: 2px;
  right: 20px;
}
.password-validation {
  font-size: 12px;
  margin: 6px 0 2px 0;
  margin-bottom: 2px;
}
.password-validation .g {
  color: #5cb85c;
}
.password-validation .r {
  color: #d9534f;
}
.password-validation .last {
  text-align: right;
  padding-right: 0;
}
.captcha-div {
  display: inline-block;
  vertical-align: bottom;
}
.captcha input[type=text] {
  max-width: 190px;
}
.captcha a {
  display: inline-block;
  margin-left: 10px;
}
.captcha a i:before {
  content: "\f021";
}
.notfound {
  padding-top: 50px;
  background-color: #0c0c0d;
  height: 60vh;
}
@media (max-width: 767.98px) {
  .notfound {
    height: 80vh;
  }
}
.notfound table {
  background-color: #0c0c0d;
  border: 0;
}
.notfound td {
  border: 0;
  padding: reset;
}
.notfound img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.notfound .p-404 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 100px;
  line-height: 80px;
}
.notfound .p-404-caption {
  margin-bottom: 20px;
  color: #414b5e;
  text-align: center;
  font-style: italic;
}
.notfound .home {
  text-align: center;
}
.notfound a {
  letter-spacing: 0.5em;
  font-size: 18px;
  line-height: 2;
}
.start section {
  vertical-align: middle;
  height: 500px;
  display: grid;
}
.start h1 {
  color: #0cb8b6;
  font-size: 72px;
}
.start .dark {
  background-color: #011e30;
}
.start .darker {
  background-color: #000000;
}
.start .photo {
  display: table;
}
.start .photo h1 {
  vertical-align: middle;
  display: table-cell;
}
.start .photo img {
  display: block;
  height: auto;
  width: 100%;
}
tabs .nav-item {
  text-align: center;
}
@media (min-width: 800.98px) {
  tabs .nav-link {
    min-width: 200px;
  }
}
tabs .nav.nav-tabs .active {
  color: #fff;
  background-color: #6c757d;
  border: 1px solid #6c757d;
}
.skeleton-loader {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background: rgb(239, 241, 246) no-repeat;
  border-radius: 4px;
  width: 100%;
  height: 20px;
  display: inline-block;
  margin-bottom: 10px;
  will-change: transform;
}
.skeleton-loader:after,
.skeleton-loader:before {
  box-sizing: border-box;
}
.skeleton-loader.circle {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
}
.skeleton-loader.progress,
.skeleton-loader.progress-dark {
  transform: translate3d(0, 0, 0);
}
.skeleton-loader.progress:after,
.skeleton-loader.progress:before,
.skeleton-loader.progress-dark:after,
.skeleton-loader.progress-dark:before {
  box-sizing: border-box;
}
.skeleton-loader.progress:before,
.skeleton-loader.progress-dark:before {
  animation: progress 2s ease-in-out infinite;
  background-size: 200px 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  content: "";
}
.skeleton-loader.progress:before {
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0));
}
.skeleton-loader.progress-dark:before {
  background-image:
    linear-gradient(
      90deg,
      transparent,
      rgba(0, 0, 0, 0.2),
      transparent);
}
.skeleton-loader.pulse {
  animation: pulse 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation-delay: 0.5s;
}
.skeleton-loader.custom-content {
  height: 100%;
  background: none;
}
@media (prefers-reduced-motion: reduce) {
  .skeleton-loader.pulse,
  .skeleton-loader.progress-dark,
  .skeleton-loader.custom-content,
  .skeleton-loader.progress::before {
    animation: none;
  }
  .skeleton-loader.progress::before,
  .skeleton-loader.progress-dark,
  .skeleton-loader.custom-content {
    background-image: none;
  }
}
@media screen and (min-device-width: 1200px) {
  .skeleton-loader {
    -webkit-user-select: none;
    user-select: none;
    cursor: wait;
  }
}
@keyframes progress {
  0% {
    transform: translate3d(-200px, 0, 0);
  }
  100% {
    transform: translate3d(calc(200px + 100vw), 0, 0);
  }
}
.section-spinner-outer {
  display: flex;
  height: 250px;
  justify-content: center;
  align-items: center;
}
.section-spinner-outer .section-spinner {
  font-size: 50px;
  color: #b3b5b7;
}
.contact .bg-gray {
  background-color: #f0f5fa;
}
.contact .bg-white {
  background-color: #fff;
}
.contact .bg-light-gray {
  background-color: #fafcfe;
}
.contact .action-box {
  margin: 15px 0px 15px 15px;
  border-radius: 5px;
}
.contact .action-title {
  border-bottom: solid 1px rgba(221, 214, 214, 0.9098039216);
  font-size: 18px;
  padding: 5px 15px;
}
.contact .vertical-list {
  list-style-type: none;
  padding: 5px 20px;
  margin: 0;
}
.contact .vertical-list li {
  margin-bottom: 10px;
}
.contact .search-container {
  position: relative;
}
.contact .search-input {
  padding-right: 45px;
}
.contact .search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.contact .listing-heading {
  display: flex;
  align-items: center;
  border: solid 1px rgba(221, 214, 214, 0.9098039216);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.contact .pagination-padding {
  padding: 15px 15px 0px 0px;
}
.contact .contact-icon {
  background-color: #b6e0fe;
  border-radius: 50%;
}
.contact .rhs-item {
  font-size: 18px;
  padding: 15px 0;
  border-bottom: solid 1px rgba(221, 214, 214, 0.9098039216);
  border-right: solid 1px rgba(221, 214, 214, 0.9098039216);
  border-left: solid 1px rgba(221, 214, 214, 0.9098039216);
  align-items: center;
}
.contact .name {
  margin: 0 100px 0 20px;
}
.contact .email {
  margin: 0px 200px 0px 200px;
}
.contact .email-icon {
  color: #b6e0fe;
  padding-right: 10px;
  font-size: 16px;
}
.hand-cursor {
  cursor: pointer;
}
.disply-same-line {
  display: flex;
}
.text-end {
  text-align: end;
}
.item-v-center {
  align-items: center;
}
.mr-0 {
  margin-right: 0px !important;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.pl-5 {
  padding-left: 5px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.right-align-modal .modal-dialog {
  position: fixed;
  margin: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  max-width: none;
}
.right-align-modal .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
}
.checkbox {
  border: 0px solid #ced4da;
}
.note-top-d {
  border-top: 1px solid rgba(221, 204, 221, 0.8);
  padding-bottom: 5px;
}
.crm-dropbox {
  border: 4px dashed #e3e3e3;
  height: 150px;
  color: #c7c7c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  background-color: white;
  cursor: pointer;
}
.crm-listing-photo .video-admin .doc-listing {
  float: left;
  margin: 0 15px 15px 0;
  padding: 5px;
  width: 12.5%;
  font-size: 14px;
  text-align: center;
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.07);
  background: #ccc;
  color: black;
  word-wrap: break-word;
}
.crm-listing-photo .file-icon {
  width: -webkit-fill-available;
}
.crm-listing-photo .file-title {
  height: 50px;
  font-size: 12px;
}
.crm-listing-photo .slot-title {
  border: 1px solid rgba(204, 204, 204, 0.479);
  height: 30px;
  text-align: center;
  padding: 5px;
}
.crm-listing-photo .slot-title input[type=checkbox] {
  float: left;
  width: 30px;
}
.crm-listing-photo .slot-title input[type=checkbox] + label {
  display: block;
}
.crm-listing-photo .remove-icon {
  color: blue;
  padding: 5px;
  font-weight: normal;
}
.crm-listing-photo .photo-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.crm-listing-photo .photo-box {
  width: 100%;
  min-height: 210px;
  border: solid 1px #ccc;
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  cursor: move;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  z-index: 1;
  transition: box-shadow 200ms cubic-bezier(0, 0, 0.2, 1);
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.crm-listing-photo button {
  margin-right: 4px;
}
.roadmap {
  list-style: none;
  padding: 0;
  position: relative;
}
.roadmap:after {
  background: #2d3e50;
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  top: 0;
  z-index: 101;
}
@media (max-width: 767.98px) {
  .roadmap:after {
    left: 10px;
  }
}
.roadmap > li {
  position: relative;
  padding: 20px 0;
  width: 90%;
}
@media (max-width: 767.98px) {
  .roadmap > li {
    width: 100%;
  }
}
.roadmap > li:after {
  background: #00adef;
  border: 3px solid #2d3e50;
  border-radius: 50%;
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
  top: 22px;
  transform: translateX(-50%);
  z-index: 102;
}
.roadmap > li h5 {
  background: #dcdcdc;
  border-radius: 5px;
  padding: 5px 25px;
  position: relative;
}
.roadmap > li h1,
.roadmap > li p {
  padding-left: 15px;
  position: relative;
  width: 95%;
}
.roadmap > li .item-footer {
  color: #546271;
  font-size: 10pt;
}
.roadmap > li li {
  list-style-type: square;
}
@media (max-width: 767.98px) {
  .roadmap > li:nth-child(even),
  .roadmap > li:nth-child(odd) {
    margin-left: 0;
  }
  .roadmap > li:nth-child(even):after,
  .roadmap > li:nth-child(odd):after {
    left: 10px;
  }
  .roadmap > li:nth-child(even) h5,
  .roadmap > li:nth-child(odd) h5 {
    margin-left: 42px;
    width: auto;
  }
  .roadmap > li:nth-child(even) h5:after,
  .roadmap > li:nth-child(odd) h5:after {
    border-left: none;
    border-right: 15px solid #2d3e50;
    left: -10px;
    right: auto;
  }
  .roadmap > li:nth-child(even) ul,
  .roadmap > li:nth-child(odd) ul {
    margin-left: 36px;
  }
}
.common .min-h-500 {
  min-height: 500px;
}
.common .button {
  border-radius: 0.5rem;
  box-sizing: border-box;
  display: flex;
  font-size: 16px;
  justify-content: center;
  padding: 10px 1.75rem;
  text-decoration: none;
  width: 100%;
  border: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.common .button-blue {
  background-image:
    linear-gradient(
      -180deg,
      #37aee2 0%,
      #1e96c8 100%);
  color: #ffffff;
}
.common .button-blue:hover {
  background-image:
    linear-gradient(
      -180deg,
      #1d95c9 0%,
      #17759c 100%);
}
.common .button-white {
  background-image:
    linear-gradient(
      -180deg,
      #ffffff 0%,
      #cdd0d1 100%);
  color: #000000;
  font-weight: 500;
}
.common .button-white:hover {
  background-image:
    linear-gradient(
      -180deg,
      #abaeaf 0%,
      #a3b4bb 100%);
  color: #000000;
  font-weight: 500;
}
.common .button-dblue {
  background-image:
    linear-gradient(
      -180deg,
      #3f51b5 0%,
      #03a9f4 100%);
  color: #fff;
  font-weight: 500;
}
.common .button-dblue:hover {
  background-image:
    linear-gradient(
      -180deg,
      #03a9f4 0%,
      #3f51b5 100%);
  font-weight: 500;
}
.common .mtpn-10 {
  margin-top: -9.5%;
}
.common .pt-75 {
  padding-top: 75px;
}
.common .pt-100 {
  padding-top: 100px;
}
.common .ptrb-20 {
  padding: 15px !important;
}
.common .mb-15 {
  margin-bottom: 15px;
}
.common .mb-30 {
  margin-bottom: 30px;
}
.common .mb-50 {
  margin-bottom: 50px;
}
.common .ml-5 {
  margin-left: 5px;
}
.common .ml-100 {
  margin-left: 100px;
}
.common .mr-0 {
  margin-right: 0px;
}
.common .mt-15 {
  margin-top: 15px;
}
.common .mt-30 {
  margin-top: 30px;
}
.common .mt-40 {
  margin-top: 40px;
}
.common .mt-50 {
  margin-top: 50px;
}
.common .mt-70 {
  margin-top: 70px;
}
.common .p-30 {
  padding: 30px;
}
.common .p-lr-90 {
  padding: 0 90px 0 90px;
}
.common .p-l-15 {
  padding: 0px 0px 0px 15px;
}
.common .pl-15 {
  padding-left: 15px;
}
.common .pr-15 {
  padding-right: 15px;
}
.common .pt-80 {
  padding-top: 85px;
}
.common .active {
  background-color: #013d74;
}
.common .f-22 {
  font-size: 22px;
}
.common .f-23 {
  font-size: 22px;
}
.common .f-40 {
  font-size: 40px;
}
.common .f-45 {
  font-size: 45px;
}
.common .w-150 {
  width: 150px;
}
.common .center {
  text-align: center;
}
.common .f-bold {
  font-weight: bold;
}
.common .same-line {
  display: flex;
}
.common .text-center {
  text-align: center;
}
.common .img-left {
  float: left;
  width: 615px;
  padding-right: 15px;
}
.common .img-right {
  float: right;
  width: 615px;
  padding-right: 15px;
}
.common .img-full-width {
  width: 100%;
}
.common .loginMidCon {
  display: flex;
  justify-content: center;
}
.home-page .elementor-shape-bottom {
  z-index: 2;
  pointer-events: none;
  transform: rotate(180deg);
}
.home-page .elementor-shape-fill {
  fill: #fff;
}
.home-page .elementor-section-fill {
  min-height: 100px;
  background-color: #fff;
}
.home-page .top-section {
  min-height: 500px;
  background-color: transparent;
  background-image:
    linear-gradient(
      180deg,
      #000 0%,
      #296dd2 100%);
  color: #fff;
}
.home-page .top-section-p {
  padding: 45px 100px;
}
.home-page .top-sub1 {
  color: #d8cfaf;
  font-family: "Instrument Sans", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 1.4px;
}
.home-page .top-sub2 {
  color: #fff;
  font-family: "Instrument Sans", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
.home-page .top-sub3 {
  font-family: cursive;
  color: #d8cfaf;
  font-size: 32px;
  letter-spacing: -3.28px;
  font-style: italic;
}
.home-page .top-sub4 {
  color: #fff;
  font-family: Sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 1.4px;
}
.home-page .testimonial-outer {
  margin: 0px 70px 50px 70px;
}
.home-page .testimonial-heaer {
  font-size: 40px;
  text-align: center;
  color: #000;
  margin-top: 15px;
  font-weight: 500;
}
.home-page .testimonial-body {
  font-size: larger;
  margin-top: 10px;
}
.home-page .testimonial-footer-1 {
  color: #013d74;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.home-page .testimonial-footer-2 {
  color: #013d74;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}
.footer .main {
  background-color: #035096;
  color: #fff;
  padding-top: 50px;
}
.footer .sub1 {
  padding: 50px 50px;
}
.footer .title {
  font-weight: 500;
  margin-bottom: 10px;
}
.dashboard-outer-box {
  margin: 30px;
  min-height: 500px;
  border-radius: 10px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.47);
}
.dashboard-tbl-title {
  text-align: center;
  font-size: 18px;
  text-decoration: underline;
}

/* angular:styles/global:styles */
