/* src/styles.scss */
#map_canvas {
  height: 600px;
  width: 100%;
}
.content-body {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  min-height: 65vh;
}
.app-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn.min-btn {
  min-width: 150px;
}
.btn.btn-primary {
  background: #42b2e2;
  border-color: #42b2e2;
}
.btn.btn-primary:hover {
  background: #8fbfc3;
  border-color: #8fbfc3;
}
.btn.min-longbtn {
  min-width: 180px;
}
.btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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 {
  background: #0f5681;
  border-color: #0f5681;
  color: #fff;
}
.btn.btn-secondary:hover {
  background: #8fbfc3;
  border-color: #8fbfc3;
}
.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;
}
.pt-120 {
  padding-top: 120px;
}
.dropdown-item {
  background-color: white !important;
  display: block !important;
}
.dropdown-item:hover {
  background-color: #e2e9ed !important;
  color: #000 !important;
}
.dropdown-item.active {
  color: #000 !important;
}
.max-width {
  max-width: 1230px;
  margin: auto !important;
  padding: 0 10px;
}
.footer {
  background: #46647d;
  color: #fff;
}
.footer .logo {
  width: 150px;
  margin-top: 20px;
}
.footer .address i {
  color: #0cb8b6;
}
.footer .address a {
  margin-left: 5px;
}
.footer .address li {
  display: block;
  padding: 10px 0;
}
.footer .address .version {
  color: #937a7a;
}
.footer a {
  text-decoration: none;
  color: #fff;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .widget-title {
  border-bottom: 3px solid #c1b7b7;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 15px;
  position: relative;
}
.footer .widget-title:after {
  border-bottom: 3px solid #0cb8b6;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}
.footer .widget-links li {
  border-bottom: 1px dashed #c1b7b7;
  display: block;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-left: 0;
}
.footer .widget-links li a {
  margin-left: 10px;
}
.header-section a {
  color: #fff;
}
.header-section .flex {
  display: flex;
}
.header-section .flex-center {
  align-items: center;
}
.header-section .flex-end {
  justify-content: flex-end;
}
.header-section .header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 3;
}
.header-section .header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}
.header-section .header ul li a {
  color: #000;
  font-size: 18 px;
  padding: 7px 13px;
  border-radius: 3px;
  font-weight: 500;
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}
.header-section .header ul li a.active {
  background-color: #8fbfc3;
  text-decoration: none;
}
.header-section .header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}
.header-section .header .logo img {
  width: 150px;
}
.header-section .header .menu {
  clear: both;
  margin-top: 20px;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.header-section .header .menu-btn:hover {
  color: #20b9b2;
}
.header-section .header .menu-icon {
  cursor: pointer;
  float: right;
  padding: 28px 20px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.header-section .header .menu-icon .nav-icon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}
.header-section .header .menu-icon .nav-icon:before,
.header-section .header .menu-icon .nav-icon:after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header-section .header .menu-icon .nav-icon:before {
  top: 5px;
}
.header-section .header .menu-icon .nav-icon:after {
  top: -5px;
}
.header-section .header .menu-btn {
  display: none;
}
.header-section .header .menu-btn:checked ~ .menu {
  max-height: 240px;
}
.header-section .header .menu-btn:checked ~ .menu-icon .nav-icon {
  background: transparent;
}
.header-section .header .menu-btn:checked ~ .menu-icon .nav-icon:before {
  transform: rotate(-45deg);
  top: 0;
}
.header-section .header .menu-btn:checked ~ .menu-icon .nav-icon:after {
  transform: rotate(45deg);
  top: 0;
}
.header-section .header .header-button-outer {
  float: right;
  padding-top: 15px;
  padding-right: 70px;
}
.header-section .header .dropdownMenu {
  position: relative;
  display: inline-block;
}
.header-section .header .dropdownMenu a:hover {
  color: #d9534f;
}
.header-section .header .dropdownMenu-content {
  color: #000;
  z-index: 10 !important;
  display: none;
  text-align: start;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.header-section .header .dropdownMenu-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.header-section .header .drop-top:hover .dropdownMenu-content {
  display: block !important;
}
.header-section .header .line-break {
  border-bottom: solid 1px rgba(194, 191, 191, 0.596);
}
.header-section .header .top-menu-text {
  display: none;
}
.header-section .header .drop-top:after {
  padding-left: 3px;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-section .header .search-box {
  display: flex;
  align-items: center;
  background-color: #f5f7fa;
  border-radius: 25px;
  padding: 0px 5px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}
.header-section .header .search-box input {
  border: none;
  outline: none;
  background: transparent;
  padding: 12px;
  flex: 1;
  font-size: 16px;
  min-width: 0;
}
.header-section .header .search-box button {
  border: none;
  padding: 12px;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-section .header .text-center {
  display: flex;
  align-items: center;
}
.header-section .header .full-width {
  width: 100%;
}
.header-section .header .social-icons {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  justify-content: flex-end;
}
.header-section .header .social-icons a {
  background-color: #20b9b2 !important;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.header-section .header .social-icons a:hover {
  background-color: #08a19a !important;
  transform: scale(1.1);
}
.mh-0 {
  max-height: 0px !important;
}
.mh-240 {
  max-height: 240px !important;
}
.mh-n {
  max-height: none !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.min-h-500 {
  min-height: 500px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-100 {
  padding-top: 100px !important;
}
.p-15 {
  padding: 15px !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-3 {
  margin-left: 3px;
}
.mt-3 {
  margin-top: 3px;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-15 {
  margin-right: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-100 {
  margin-top: 100px !important;
}
.p-30 {
  padding: 30px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-35 {
  padding-left: 35px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-5 {
  padding-right: 5px;
}
.pr-15 {
  padding-right: 15px;
}
.pt-80 {
  padding-top: 85px;
}
.f-20 {
  font-size: 20px;
}
.f-22 {
  font-size: 22px;
}
.f-23 {
  font-size: 22px;
}
.f-40 {
  font-size: 40px;
}
.f-45 {
  font-size: 45px;
}
.w-150 {
  width: 150px;
}
.center {
  text-align: center;
}
.f-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.img-left {
  float: left;
  width: 615px;
  padding-right: 15px;
}
.img-right {
  float: right;
  width: 615px;
  padding-right: 15px;
}
.img-full-width {
  width: 100%;
}
.block {
  display: block;
}
.fa-star,
.fa-question-circle {
  color: #ada5a5;
}
.modal-header {
  background-color: #42b2e2;
  background-image: -webkit-linear-gradient(top, rgba(24, 87, 104, 0.5) 0, rgba(22, 63, 75, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(24, 87, 104, 0.5) 0, rgba(22, 63, 75, 0.5) 100%);
  background-image:
    linear-gradient(
      to bottom,
      rgba(24, 87, 104, 0.5) 0,
      rgba(75, 172, 198, 0.5) 100%);
  border-radius: 5px 5px 0 0;
  padding: 10px;
  display: inline;
}
.modal-header.bg-red {
  background-color: #d9534f;
  background-image: -webkit-linear-gradient(top, rgba(227, 105, 43, 0.5) 0, rgba(192, 108, 60, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(227, 105, 43, 0.5) 0, rgba(192, 108, 60, 0.5) 100%);
  background-image:
    linear-gradient(
      to bottom,
      rgba(227, 105, 43, 0.5) 0,
      rgba(192, 108, 60, 0.5) 100%);
}
.modal-header .modal-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.modal-header .close {
  color: #fff;
  margin-top: 2px;
  opacity: 1;
  text-shadow: 0 1px 0 #000;
  margin-right: auto;
}
.modal-header.warning {
  background-color: #f0ad4e;
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eed0a4 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eed0a4 100%);
  background-image:
    linear-gradient(
      to bottom,
      #f0ad4e 0,
      #eed0a4 100%);
}
.modal-header.warning .modal-title {
  color: #8f5602;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.modal-footer {
  padding: 10px;
}
.modal-body {
  max-height: 360px;
  overflow: auto;
}
.home .test-site {
  text-align: center;
  color: white;
  background-color: #d9534f;
  padding: 5px;
  font-size: 1.2rem;
}
.home .title {
  font-weight: 700;
  font-size: 35px;
  text-align: center;
}
.home .title-line {
  display: block;
  max-width: 50px;
  height: 4px;
  background: rgb(8, 161, 154);
  margin: 15px auto;
}
.home .module-title {
  font-size: 25px;
  font-weight: 700;
  padding: 0px;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.2;
}
.home .category-card {
  background-color: white;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  cursor: pointer;
}
.home .category-card:hover {
  transform: translateY(-5px);
}
.home .category-icon {
  width: 110px;
  height: 110px;
  margin-bottom: 15px;
}
.home .carousel-inner {
  padding: 20px 0;
}
.home .outer-card {
  padding-bottom: 50px;
  align-content: center;
}
.home .innder-card {
  height: 240px;
  margin: 20px;
}
.home .test-main-title {
  color: white;
  margin-top: 50px;
  padding-left: 50px;
  font-size: 30px;
}
.home .step-circle {
  width: 50px;
  height: 50px;
  background-color: #20b9b2;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  margin-right: 15px;
  flex-shrink: 0;
}
.home .step-icon {
  font-size: 20px;
  margin-right: 10px;
}
.home .step-title {
  font-weight: bold;
}
.home .youtube-btn {
  background-color: #ff0000;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
}
.home .youtube-btn i {
  margin-right: 5px;
}
.home .theme-color {
  color: #20b9b2;
}
.home .carousel-item {
  background-image: url("./media/BK-SCM5OZMW.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer {
  margin-top: 10px;
}
.footer .main {
  background-color: #1f2336;
  color: #fff;
  padding-top: 50px;
}
.footer .sub1 {
  padding: 50px 50px;
}
.footer .title {
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 48em) {
  .header-section .header li {
    float: left;
  }
  .header-section .header li a {
    padding: 20px 30px;
  }
  .header-section .header .menu {
    clear: none;
    float: left;
    max-height: none;
  }
  .header-section .header .menu-icon {
    display: none;
  }
}
@media (max-width: 48em) {
  .footer .logo-outer {
    text-align: center;
  }
  .footer .main {
    padding-left: 30px;
  }
  .footer .title {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .search-box {
    max-width: 100%;
  }
  .search-box input {
    font-size: 14px;
    padding: 10px;
  }
  .search-box button {
    padding: 10px;
  }
}
back-button a {
  text-decoration: none;
}
back-button + span {
  margin-left: 10px;
}
back-button + div {
  display: inline;
  margin-left: 10px;
}
smart-search .field {
  width: 75%;
}
smart-search .loading {
  position: relative;
}
smart-search .loading:after {
  border: 3px solid white;
  border-left-color: #42b2e2;
  border-right-color: #42b2e2;
  content: "";
  width: 30px;
  border-radius: 50px;
  height: 30px;
  position: absolute;
  z-index: 1000;
  animation: rotate 0.5s infinite;
  -webkit-animation: rotate 0.5s infinite;
}
smart-search .field.loading:after {
  position: absolute;
  top: 0;
  margin-top: 2px;
  right: 20px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.w-100 {
  width: 100%;
}
.smart {
  position: relative;
  display: flex;
}
.locations .card {
  padding: 10px;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #fff;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
  width: 30px;
}
.checkbox:disabled + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=radio]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}
.checkbox.checkbox-success input[type=checkbox]:checked + label::before,
.checkbox.checkbox-success input[type=radio]:checked + label::before {
  background-color: #20b9b2;
  border-color: #20b9b2;
}
.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: #8fbfc3;
  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: #42b2e2;
  font-weight: bold;
  opacity: 1;
}
.step-meter li.active:before {
  border-color: transparent transparent transparent #42b2e2;
}
.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 #8fbfc3;
  right: -9px;
}
.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;
}
.faq .faq-heading {
  font-size: large;
  font-weight: bold;
}
.faq .card {
  border: 0;
}
.faq i {
  padding-right: 10px;
}
.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;
}
.alert .fa-close {
  font-size: 1.5rem;
}
.cart .discount td {
  color: #c625e1;
  font-weight: bold;
}
.login .local,
.signup .local {
  width: 220px;
}
.login hr,
.signup hr {
  border-top: 3px solid #42b2e2;
}
.login .fa,
.signup .fa {
  color: #999;
}
.login .row,
.signup .row {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .login > .row > *:first-child,
  .signup > .row > *:first-child {
    padding-right: 50px;
  }
  .login > .row > *:last-child,
  .signup > .row > *:last-child {
    border-left: 1px solid #8fbfc3;
    padding-left: 50px;
  }
  .login .no-border,
  .signup .no-border {
    border-left: none !important;
  }
  .login .full-width,
  .signup .full-width {
    width: 150px;
  }
}
@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;
}
.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";
}
#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;
}
.table th {
  border: 1px dotted #fff;
  background-color: #8fbfc3;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}
.table .sorted {
  background-color: #42b2e2;
}
.table-mobile .total {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.table-mobile .discount {
  font-weight: bold;
  color: #c625e1;
}
.table-mobile tfoot > tr > td {
  border: none;
}
@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;
  }
}
.nav.nav-tabs a {
  color: #42b2e2;
}
.nav.nav-tabs a:hover {
  color: #000;
}
.nav.nav-tabs .active {
  background-color: #42b2e2;
  border: 1px solid #42b2e2;
}
.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;
}
.telemedicine .hand {
  cursor: pointer;
}
.telemedicine .step {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  padding: 4px;
  background: #fff;
  border: 2px solid #666;
  color: #666;
  text-align: center;
  font: 32px Arial, sans-serif;
}
.telemedicine .innder-card {
  height: 270px;
}
.view-product .logo {
  width: 150px;
}
.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);
  }
}
.fa-sort,
.fa-sort-desc,
.fa-sort-asc {
  padding-right: 10px;
}
.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;
  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;
  }
  .btn-block {
    width: 80%;
    text-align: center;
    display: inline-block;
  }
}
: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;
}
.admin .green-button {
  border: 1px solid #8fbfc3;
  border-radius: 6px;
  padding: 10px;
  min-height: 150px;
  cursor: pointer;
}
.password-validation {
  font-size: 0.75rem;
}
.password-validation .icon-align {
  margin-right: 3px;
}
.password-validation .inner-align {
  padding-right: 0px;
}
.password-validation .validation-align {
  margin-top: 6px;
  margin-bottom: 2px;
}
.password-validation .g {
  color: green;
}
.password-validation .r {
  color: red;
}
.password-validation .inner-rigt-align {
  text-align: right;
  padding-right: 0px;
}

/* angular:styles/global:styles */
