@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);

@font-face {
  font-family: "rl-aqva";
  src: url("fonts/rl-aqva.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
td,
tr,
th {
  font-family: "Work Sans", sans-serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}

a {
  color: #000000;
}

.login_wrapper {
  display: flex !important;
  flex-wrap: nowrap;
  height: 100vh;
  margin-top: 0 !important;
  max-width: 100%;
}

.left_side_login {
  width: 70%;
  background: #bbd2c8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.registration_form,
.login_form {
  position: relative;
  background: #fcedda;
}

.login_content {
  width: 35%;
  top: 25%;
}

.left_side_login_icon {
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left_side_login_icon img {
  /* margin-top: 25%;
  margin-left: 5%; */
  width: 60%;
}

.btn-info {
  background-color: #ee4e34;
  border: 1px solid #ee4e34;
  border-radius: 100px;
  width: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 15px;
  cursor: pointer;
}

.btn-info:hover {
  background-color: #bbd2c8 !important;
  border: 1px solid #bbd2c8;
}

.form-control {
  background-color: #f1f1f1;
  box-shadow: none !important;
  color: #252525 !important;
  border-radius: 5px;
  height: calc(2em + 0.75rem + 2px);
}

.form-control:focus {
  border-color: #9ab9ad !important;
}

.nav-md .container.body .col-md-3.left_col {
  display: block !important;
  box-shadow: none !important;
  /* background: #bbd2c899; /* 99 is for 60% opacity */
  background: transparent;
  border-right: 0px solid #000000;
}

.scroll-view {
  background: transparent !important; /* 99 is for 60% opacity */
}

.menu_section {
  background: transparent !important; /* 99 is for 60% opacity */
}

.nav.side-menu > li.active > a {
  /* background: #ee4e34 !important; */
  color: #ee4e34;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
  /* color: #fcedda; */
}

.fa-angle-down {
  float: right;
}

a.fa-user {
  margin-right: 5px;
}

.fa-sign-out {
  margin-right: 5px;
}

.nav_menu {
  float: none !important;
}

.top-bar {
  background-color: #bbd2c8 !important;
  border-bottom: 0px solid #000000;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-bottom: 19px !important;
}

.nav-md ul.nav.child_menu li:before {
  content: none;
}

.nav-md ul.nav.child_menu li:after {
  border-left: 1px solid #8a8a8a !important;
}

nav.side-menu > li.current-page,
.nav.side-menu > li.active {
  border-right: none !important;
}

.nav li.current-page {
  background: none !important;
}

.nav li li li.current-page {
  background: none;
}

.nav li li.current-page a {
  color: #ee4e34;
  font-weight: 700 !important;
}

.nav.side-menu > li.active > a {
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
  /* background: #f3f3f3; */
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.25) 0 1px 0,
    inset rgba(255, 255, 255, 0.16) 0 1px 0;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0 1px 0,
    inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

.top_nav {
  background-color: white !important;
  border-bottom: 1px solid #000;
}

.nav.side-menu > li.current-page,
.nav.side-menu > li.active {
  border: none !important;
}

.nav.side-menu > li > a,
.nav.child_menu > li > a {
  font-weight: 500 !important;
  font-size: 15px !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: #ee4e34 !important;
  text-decoration: underline;
}

.nav.child_menu li:hover,
.nav.child_menu li.active {
  background-color: transparent !important;
}

.costum_search label {
  width: 100% !important;
}

.costum_search input {
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-radius: 0 !important;
  background-color: white;
  opacity: 1 !important;
}

.sorting:after {
  content: none !important;
}

.sorting_asc:after {
  content: none !important;
}

.sorting_desc:after {
  content: none !important;
}

.table-bordered {
  border: none !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: white;
}

.table-bordered td {
  border: none !important;
}

.table td {
  border: none !important;
}
.table th {
  border-top: none !important;
  border-left: none !important;
}

.table-bordered th {
  border: 0px !important;
  border-bottom: 1px solid #e8e8e8 !important;
}

.table tbody tr:hover {
  background-color: #bbd2c8 !important;
  color: black !important;
}

tbody tr td a {
  color: black !important;
}

.tr_disabled {
  pointer-events: none;
  background-color: #d3d3d3 !important;
  opacity: 0.6;
  position: relative;
}

.tr_disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.costum_x_panel {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.custom_paging {
  margin-top: 2%;
}

.custom_paging a {
  background-color: white !important;
  color: #ee4e34;
}

.custom_paging a:hover {
  color: #ee4e34;
}

button:focus {
  outline: none;
}
button:focus-visible {
  outline: none;
}

.x_title h2 {
  font-family: "rl-aqva", sans-serif !important;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0%;
  font-size: 22px;
}

.main_panel {
  box-shadow: none !important;
  border: 0px solid #bbd2c8 !important;
}

.customized_x_panel {
  box-shadow: none !important;
  border: 1px solid #bbd2c8 !important;
}

.x_panel {
  box-shadow: none;
  border: 1px solid #bbd2c8;
}

.x_panel_custom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* The container */
.container_mix {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_mix input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark_mix {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
}

/* On mouse-over, add a grey background color */
.container_mix:hover input ~ .checkmark_mix {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_mix input:checked ~ .checkmark_mix {
  background-color: #002d59;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_mix:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_mix input:checked ~ .checkmark_mix:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_mix .checkmark_mix:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .container.body .right_col {
  /* background-color: #fcedda; */
  background: #fff;
  /* border-radius: 8px; */
  /* margin-right: 20px; */
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  /* margin-top: 20px; */
}
.btn-primary {
  background-color: #ee4e34;
  border: 1px solid #ee4e34;
  border-radius: 100px;
  width: 100%;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 15px;
}
.btn-primary:hover {
  background-color: #bbd2c8;
  border: 1px solid #bbd2c8;
}

.nav.side-menu > li > a {
  color: #fff;
  font-weight: 300;
}
.nav.side-menu > li.active > a {
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
  /* background: #3e3e3e; */
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.25) 0 1px 0,
    inset rgba(255, 255, 255, 0.16) 0 1px 0;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0 1px 0,
    inset rgba(255, 255, 255, 0.16) 0 1px 0;
}
.nav.child_menu > li > a {
  /* color: #fff; */
  font-size: 12px;
  padding: 9px;
}
.nav.side-menu > li.current-page,
.nav.side-menu > li.active {
  border-right: 5px solid #d19e0e;
}
.nav-md ul.nav.child_menu li:before {
  background: #d19e0e;
}

/* Vyer, /views */

/* etailer_edit.php
.radio-inline {
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* campaign.php */
.campaign-tag {
  background: #ffffff;
  color: #000000;
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 50px;
  font-weight: 600;
  border: 1px solid #5f5f5f;
  display: inline-block;
}
.campaign-tags {
  padding: 10px 0px;
}

/* clubs_user_new.php */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

/* Root */

/* app_start.php */
.dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
}
.speech-bubble {
  position: relative;
  background: #d78b85;
  border-radius: 0.4em;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(102, 102, 102, 1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(102, 102, 102, 1);
  box-shadow: 0px 1px 2px 0px rgba(102, 102, 102, 1);
}

.speech-bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.906em solid transparent;
  border-top-color: #d78b85;
  border-bottom: 0;
  border-left: 0;
  margin-left: -0.453em;
  margin-bottom: -0.906em;
}
.ingredients {
  display: none;
}
.fulltext {
  display: none;
}
.toggle_on {
  background: #fff;
  color: #9ab9ad;
  padding: 15px;
  border-radius: 30px;
  font-weight: 600;
}
.toggle_off {
  color: #bdbddb;
  padding: 15px;
  border-radius: 30px;
}

/* login.php */
@media (max-width: 800px) {
  .left_side_login {
    width: 100%;
  }
  .login_form {
    position: absolute;
    background: transparent;
    bottom: 0px;
  }
  .login_content {
    width: 100%;
    top: 60%;
    background: #f7f7f7;
    padding: 0px 30px 20px 30px;
  }
  .login_button {
    position: absolute;
    bottom: 120px;
    width: 100%;
    text-align: center;
    padding: 0px 30px;
  }
  .nav {
    position: fixed;
    right: 0;
    top: 40%;
    width: 100%;
    height: calc(100vh - 210px);
    background-color: #ffffff;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    padding: 20px;
    display: block;
  }
  .nav2 {
    position: fixed;
    left: 0;
    top: 180px;
    width: 100%;
    height: calc(100vh - 160px);
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    padding: 20px;
    background-image: url(images/bg_login.jpg);
    background-size: cover;
    display: block;
  }
  .nav-view {
    transform: translateX(0);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(102, 102, 102, 1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(102, 102, 102, 1);
    box-shadow: 0px 1px 5px 0px rgba(102, 102, 102, 1);
  }
}
@media (min-width: 801px) {
  .loginPanel {
    display: none;
  }
}

/* loginform.php */
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 100;
}
#loading-text {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 100;
  font-weight: 700;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* res_new.php */
.lightbox {
  display: none;
}
.jqplot-point-label {
  white-space: nowrap;
}

div.jqplot-target {
  height: 400px;
  width: 750px;
  margin: 70px;
}

.gaugeDials {
  font-size: 200%;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  top: 100px;
  width: 100%;
  font-family: Arial, serif;
}
.gaugeDialsLabel {
  font-size: 180%;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  top: 170px;
  width: 100%;
  font-family: Arial, serif;
}

/* sch_news_old.php */
/* label {
	width:100% !important;
} */
.dp-main {
  width: -webkit-calc(100% - 403px);
  width: -moz-calc(100% - 403px);
  width: calc(100% - 403px);
}

@media screen and (max-width: 767px) {
  .dp-main {
    width: 100%;
    padding: 0px 20px;
  }
}
input[type="search"] {
  border: 1px solid #000 !important;
}
.sorting_1:hover {
  background-color: #cccccc !important;
}
tr:hover {
  background-color: #cccccc !important;
}
.odd:hover {
  background-color: #cccccc !important;
}

/* sch_newsshow_old.php */
/* label {
	width:100% !important;
} */
.dp-main {
  width: -webkit-calc(100% - 403px);
  width: -moz-calc(100% - 403px);
  width: calc(100% - 403px);
}

@media screen and (max-width: 767px) {
  .dp-main {
    width: 100%;
    padding: 0px 20px;
  }
}

/* startselect.php */
/* label {
    display: inline-block; width: 5em;
} */
fieldset div {
  margin-bottom: 2em;
}
fieldset .help {
  display: inline-block;
}
.ui-tooltip {
  width: 210px;
  font-size: 14px;
}

/* user_menu.php */
.nav.side-menu > li > a {
  /* color: #000;
  font-weight: 300; */
  color: #000000;
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.nav.side-menu > li.active > a {
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
  /* background: #fcedda; */
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.25) 0 1px 0,
    inset rgba(255, 255, 255, 0.16) 0 1px 0;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0 1px 0,
    inset rgba(255, 255, 255, 0.16) 0 1px 0;
}
.nav.child_menu > li > a {
  /* color: #fcedda; */
  font-size: 12px;
  padding: 9px;
}
.nav.side-menu > li.current-page,
.nav.side-menu > li.active {
  border-right: 5px solid #d19e0e;
}
.nav-md ul.nav.child_menu li:before {
  background: #d19e0e;
}
.nav.side-menu > li > a:hover,
.nav > li > a:focus {
  color: #ee4e34 !important;
}
.nav.side-menu > li > a {
  margin-bottom: 0;
}
.nav.child_menu {
  background: transparent !important;
}
.dashboard {
  color: #fcedda !important;
  font-size: 12px;
  padding: 9px;
}

/* Contact block styles */

.contact-block {
  position: absolute;
  width: 200%;
  border-radius: 15px;
  background: #fcedda;
  padding: 10px 20px;
  margin-top: 20px;
}

.contact-block h2 {
  font-family: "rl-aqva", sans-serif !important;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0%;
  font-size: 22px;
}

.contact-block form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

.contact-block form input[type="text"],
.contact-block form textarea {
  padding: 10px;
  border: none !important;
  background: white;
  border-radius: 15px;
  box-sizing: border-box;
}

.contact-block form input[type="text"] {
  width: 70%;
}

.contact-block form textarea {
  width: 100%;
  height: 15vh;
}

.contact-block form input[type="submit"] {
  width: 30%;
  padding: 10px;
  border: none !important;
  background: #ee4e34;
  color: white;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 10px;
}

/* End of contact block styles */

.deleteInvoice:hover {
  color: #bbd2c8;
}

.nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ee4e34;
  border: 1px solid #ee4e34;
  border-radius: 50px;
  padding: 8px 15px;
  gap: 10px;
}

.nav-item a span {
  color: #ffffff;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.nav.side-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav.side-menu > li > a > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* Marketing Social media */

.marketing-social-media .top-left-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.marketing-social-media .top-left-buttons div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.marketing-social-media .top-left-buttons a {
  color: #ee4e34;
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.marketing-social-media .buttons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.marketing-social-media .buttons a {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.marketing-social-media .image-container {
  /* margin-top: 30px; */
  margin: 30px 0;
}

.marketing-social-media .image-container img {
  width: 100%;
  /* height: clamp(378px, 50vh, 600px); */
  height: auto;
}

.marketing-social-media .bottom-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.marketing-social-media .bottom-buttons a {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

/* Custom Icons - SVG */

.user-white {
  background: url(icons/user-white.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 20px !important;
  height: 20px !important;
  display: inline-block !important;
}

.forening-white {
  background: url(icons/forening-white.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-block !important;
}

.team-white {
  background: url(icons/team-white.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-block !important;
}

.deal-white {
  background: url(icons/deal-white.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-block !important;
}

.marketing-white {
  background: url(icons/marketing-white.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-block !important;
}

.economy-white {
  background: url(icons/economy-white.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-block !important;
}

.statistics-white {
  background: url(icons/statistics-white.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-block !important;
}

.user-blue {
  background: url(icons/user-blue.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  margin-top: -10px;
}

.team-blue {
  background: url(icons/team-blue.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  margin-top: -10px;
}

.customer-blue {
  background: url(icons/customer-blue.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  margin-top: -10px;
}

.forening-blue {
  background: url(icons/forening-blue.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  margin-top: -10px;
}

.partner-blue {
  background: url(icons/partner-blue.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  margin-top: -10px;
}

.deal-blue {
  background: url(icons/deal-blue.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  margin-top: -10px;
}

.ambasador-blue {
  background: url(icons/ambasador-blue.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  margin-top: -10px;
}

.economy-blue {
  background: url(icons/economy-blue.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  margin-top: -10px;
}

.communication-blue {
  background: url(icons/communication-blue.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  margin-top: -10px;
}

.marketing-blue {
  background: url(icons/marketing-blue.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  margin-top: -10px;
}

.statistics-blue {
  background: url(icons/statistics-blue.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  margin-top: -10px;
}

/* Icons filled */

.forening-white-filled {
  background: url(icons/forening-white-filled.png) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
}

.team-white-filled {
  background: url(icons/team-white-filled.png) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
}

.deal-white-filled {
  background: url(icons/deal-white-filled.png) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
}

.marketing-white-filled {
  background: url(icons/marketing-white-filled.png) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
}

.economy-white-filled {
  background: url(icons/economy-white-filled.png) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
}

.statistics-white-filled {
  background: url(icons/statistics-white-filled.png) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
}

.ambasador-white-filled {
  background: url(icons/ambassador-white-filled.png) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
}

.communication-white-filled {
  background: url(icons/communication-white-filled.png) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
}

.customers-white-filled {
  background: url(icons/customers-white-filled.png) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
}

.partner-white-filled {
  background: url(icons/partner-white-filled.png) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
}

.users-white-filled {
  background: url(icons/users-white-filled.png) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
}

.eezi-app_bla {
  background: url(icons/eezi-app_bla.png) no-repeat center center !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
}

.download-blue {
  background: url(icons/download-blue.png) no-repeat center center !important;
  background-size: contain !important;
  width: 20px !important;
  height: 20px !important;
  display: inline-block !important;
}
.timeline h2.title_green:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 3px;
  display: none;
  width: 14px;
  height: 14px;
  border: 3px solid #bbd2c8;
  border-radius: 14px;
  background: #bbd2c8;
}

/* Onboarding checklist integration with timeline */
.timeline .onboarding-checklist-icon {
  vertical-align: middle;
  margin-right: 6px;
}

.timeline h2 strong {
  display: inline-flex;
  align-items: center;
}

/* Hide the default timeline dots when onboarding icons are present */
.timeline li .onboarding-checklist-icon ~ .title_green:before,
.timeline li .onboarding-checklist-icon ~ .title_red:before {
  display: none;
}

/* Incomplete status link style */
.incomplete-status-link {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
