/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

 /* @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"); */
 
h1.underline,
h4.underline {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 21px;
}

@media (max-width: 767px) {
  
  .text_center-mobile {
    text-align: center;
  }
}


.btn-lg-home {
  padding: 20px 40px;
  font-size: 15px;
}


.btn-info-home {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.btn-info-home:hover {
  color: #000;
  border-color: #000;
  background: #fff;
}

.btn-info-home:active {
  color: #000;
  border-color: #000;
  background: #fff;
}

.btn-info-home:focus {
  color: #000;
  border-color: #000;
  background: #fff;
}


.breadcrumb > li a {
  color: #302ce1;
  padding: 2px 4px;
}
.breadcrumb > li a:hover {
  color: #302ce1;
}


.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 0px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
}


.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover {
  background: none;
}


.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
  background: none;
}


.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: transparent;
  border-color: transparent;
}


.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: transparent;
  border-radius: 50%;
  border: solid 1px;
}

.logo-container {
  height: 51px;
  width: 187px;
  margin-left: 9px;
}


.fixed-top {
  border-width: 0;
}


.static-top {
  border-width: 0;
  margin-bottom: 0;
}


.navbar-default {
  border-color: transparent;
}


.homelink,
a.homelink:hover,
a.homelink:focus {
  color: #fff;
  text-decoration: none;
}


.register-bar {
  clear: both;
}


.fixed-top.navbar {
  min-height: 67px;
}

.fixed-top.navbar .navbar-collapse {
  max-height: 510px;
  box-shadow: none;
  border-top: none;
  padding-top: 8px;
}

.fixed-top.navbar .form-inline {
  border: none;
  margin-left: 0;
  margin-right: 0;
}

.fixed-top.navbar .form-inline .form-control {
  font-size: 1em;
}


.static-top.navbar .navbar-collapse {
  max-height: 510px;
  box-shadow: none;
  border-top: none;
}


.static-top.navbar .form-inline {
  border: none;
  margin-left: 0;
  margin-right: 0;
}

.static-top.navbar .form-inline .form-control {
  font-size: 1em;
}

@media (min-width: 992px) {
  
  .fix-navbar .register-bar {
    display: none;
  }
  .min-w-300{
    min-width: 300px;
  }
}


.fixed-top.navbar > .container > .row > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom;
}


.static-top.navbar > .container > .row > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom;
}


.fixed-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: 'Segoe UI Semibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
}


.fixed-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #666;
}


.static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: 'Segoe UI Semibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
}


.static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #666;
}


.fixed-top .navbar-brand {
  font-size: 2.11em;
  font-family: 'Segoe UI Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #232222;
  position: relative;
}

@media (max-width: 1200px) {
  
  .fixed-top .navbar-brand {
    position: initial;
  }
}


.fixed-top .navbar-header {
  padding-top: 8px;
}


.static-top .navbar-brand {
  font-size: 2.11em;
  font-family: 'Segoe UI Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #232222;
  position: relative;
}

@media (max-width: 1200px) {
  
  .static-top .navbar-brand {
    position: initial;
  }
}


.fixed-top.navbar-dark {
  background-color: #232222;
  border-color: transparent;
}

.fixed-top.navbar-dark .navbar-brand {
  color: #fff;
}

.fixed-top.navbar-dark .divider-vertical {
  border-right-color: #fff;
  border-left-color: #111;
}


.static-top.navbar-dark {
  background-color: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.static-top.navbar-dark .navbar-brand {
  color: #fff;
}

.static-top.navbar-dark .divider-vertical {
  border-right-color: #fff;
  border-left-color: #111;
}


.navbar-dark .navbar-nav > li > a {
  color: #000;
}

.navbar-dark .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #302ce1;
  /*border-bottom: 4px solid #2F5FEF;
    padding-bottom: 10px;*/
}

.navbar-dark .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #302ce1;
  border: 1px dashed black !important;
  outline: 1px dashed #ffffff;
}

@media (max-width: 1199px) {
  
  .navbar-dark .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #302ce1;
    /*border-bottom: 4px solid #2F5FEF;
    padding-bottom: 6px;*/
  }
}


.menu-bar .shopping_link {
  position: relative;
}

.menu-bar .shopping_link .cart_amount {
  border-radius: 100%;
  height: 17px;
  width: 17px;
  position: absolute;
  bottom: 6px;
  right: -6px;
  background-color: #2f5fef;
  text-align: -webkit-center;
  line-height: 17px;
  font-size: 9px;
  padding-left: 1.9px;
  color: #fff;
}

.menu-bar .shopping_link .cart_amount:hover {
  color: #fff;
}

@media (max-width: 1199px) {
  
  .fixed-top .navbar-collapse .nav > .divider-vertical {
    display: none;
  }
}

@media (max-width: 1199px) {
  
  .static-top .navbar-collapse .nav > .divider-vertical {
    display: none;
  }
}

@media (max-width: 767px) {
  
  .fixed-top.navbar > .container > .row > div {
    display: block;
  }
  
  .navbar-header {
    position: relative;
  }

  .card-footer-btn{
    zoom: 0.8;
  }
}

@media (max-width: 767px) {
  
  .static-top.navbar > .container > .row > div {
    display: block;
  }
  
  .navbar-header {
    position: relative;
  }
}


.card {
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
}




body {
  padding-top: 0px;
  
  margin: 0;
  height: 100%;
}

@media (max-width: 767px) {
  
  body {
    padding-top: 0px;
  }
}


.layer_down {
  height: 50px;
  background: url('layer_down.png') no-repeat bottom center;
  position: absolute;
  bottom: 0;
  z-index: 900;
  width: 100%;
}


.layer_up {
  height: 40px;
  background: url('layer_up.png') no-repeat bottom center;
  position: relative;
  z-index: 20;
}


.section-margin {
  margin: 21px 0;
}


.section-inline-search {
  background-size: cover;
}

.section-inline-search .row > div {
  margin-top: 100px;
}

.section-inline-search .row > div h1 {
  color: #fff;
}

@media screen and (max-width: 600px) {
  
  .section-inline-search .row > div h1 {
    font-size: 16vw;
  }
}

.section-inline-search .row > div .form-inline .row .input-group {
  margin-right: 21px;
}

.section-inline-search .row > div .form-inline .row .input-group .input-group-text {
  background-color: #fff;
  border-right: none;
}

.section-inline-search .row > div .form-inline .row .input-group .form-control {
  height: 60px;
  border-left: none;
  box-shadow: none;
}

.section-inline-search .row > div .form-inline .row .input-group .form-control:focus {
  box-shadow: none;
  border-right: none;
  border-color: #ccc;
}


.wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}


.wrapper .contained {
  position: relative;
  height: 400px;
  padding-bottom: 56.25%;
}


.wrapper .contained > svg {
  margin-top: -100px;
  position: absolute;
  display: block;
}


.contained .row {
  margin-top: 80px;
}


footer {
  position: relative;
  color: #22221e;
}

footer .footer-top {
  width: 100%;
  min-height: 130px;
  background-color: #232222;
  display: flex;
  align-items: center;
}

footer .footer-top h3,
footer .footer-top h4 {
  color: #fff;
}

footer .footer-top .list-social-links {
  margin-top: 25px;
  margin-bottom: 12.5px;
}

@media screen and (max-width: 991px) {
  
  footer .footer-top h3,
  footer .footer-top .list-social-links {
    text-align: center;
  }
}

footer .footer-bottom {
  width: 100%;
  min-height: 36px;
  background-color: #FAFAF9 !important;
  color: #184350 !important;
  font-size: 12px;
}

footer .footer-bottom p {
  margin: 0;
  color: #3B3F5C;
}

footer .footer-bottom h4 {
  margin-top: 0;
  color: #184350;
  font-size: 20px;
}

footer .footer-bottom ul {
  list-style-type: none;
  margin: 0;
}

footer .footer-bottom ul li a,
footer .footer-bottom ul li a:hover,
footer .footer-bottom ul li a:focus,
footer .footer-bottom ul li a:active,
footer .footer-bottom ul li a.active {
  font-size: 15px;
  color: #184350;
  text-decoration: none !important;
}


.list-social-links {
  list-style-type: none;
  padding-left: 0;
}

.list-social-links li {
  display: inline-block;
  margin: 0 10px;
}

.list-social-links li a,
.list-social-links li a:hover,
.list-social-links li a:focus,
.list-social-links li a:active,
.list-social-links li a.active {
  color: #184350;
}

@media screen and (max-width: 993px) {
  
  .section-landing h1 {
    font-size: 65px;
  }
  
  .section-landing h2 {
    letter-spacing: normal;
    margin-left: -3px;
  }
}


.user-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 7px;
}


.article-title-container {
  border-top: solid 1px #bcbcbc;
  border-bottom: solid 1px #bcbcbc;
  padding-left: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
}


.article-title {
  margin-left: -35px;
}

.article-title > span {
  margin-left: 3px;
}

.article-title > span .article-author {
  font-weight: bold;
  color: #2f5fef;
}


.article-content {
  margin-top: 15px;
}

.article-content > p {
  text-align: justify;
}

@media screen and (max-width: 993px) {
  
  .article-title {
    margin-left: 0;
    text-align: center;
  }
  
  .article-author {
    text-align: center;
  }
}


.section-search .header-search {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-color: #eeeeee;
}

.section-search .header-search img {
  max-width: 350px;
}

@media screen and (max-width: 600px) {
  
  .section-search .header-search h1 {
    font-size: 13vw;
  }
}


.section-search .title-search {
  font-size: 26px;
  font-weight: bold;
}


.section-search input {
  border-style: none;
  padding-left: 10px;
  height: 60px;
}


.section-search .media .media-left > img {
  max-width: 240px;
}


.section-search .media .media-body {
  padding-left: 20px;
}

.section-search .media .media-body > a {
  text-decoration: none;
  font-weight: bold;
}

.section-search .media .media-body .media-heading {
  margin-top: 5px;
  margin-bottom: 20px;
}


.cards-container {
  margin-top: 84px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  
  .cards-container {
    flex-direction: column;
  }
}


.carousel-custom .carousel-inner > .carousel-item {
  margin-right: auto;
  margin-left: auto;
}

.carousel-custom .carousel-inner > .carousel-item .carousel-caption {
  display: flex;
  align-items: center;
  top: 5%;
  left: 5%;
  right: 5%;
}

@media screen and (min-width: 768px) {
  
  .carousel-custom .carousel-inner > .carousel-item .carousel-caption {
    left: 5%;
    right: 5%;
  }
}


.carousel-custom .carousel-indicators li {
  border-color: #232222;
}


.table.table-forms td {
  padding: 15px 8px;
}


.table.table-forms tbody tr:first-child td {
  border-top: none;
}


.poll {
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.poll .poll-header {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 5px;
}

.poll .poll-header h4 {
  font-weight: bold;
  display: inline-block;
}

.poll .poll-content {
  padding-top: 25px;
}

.poll .poll-content p {
  font-size: 14px;
}

.poll .poll-content form {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 10px;
}

.poll .poll-content .poll-buttons {
  padding-top: 20px;
  padding-left: 11px;
}

.poll .poll-content .poll-buttons .btn {
  padding: 4px 14px;
  font-size: 14px;
}

.poll .poll-content .poll-buttons .btn-default,
.poll .poll-content .poll-buttons .btn-secondary {
  color: #000;
  border-color: #000;
}

.poll .poll-content .poll-buttons .btn-default:hover,
.poll .poll-content .poll-buttons .btn-secondary:hover {
  color: #000;
  border-color: #000;
}

.poll .poll-tags {
  padding-top: 10px;
}

.poll .poll-tags h4 {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 10px;
}

.poll .poll-tags .tag {
  display: inline-block;
  background-color: #e1e1e1;
  color: #232222;
  padding: 5px 14px;
  margin: 5px 0px;
  text-transform: uppercase;
  font-size: 13px;
}


.nav-sidebar {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-sidebar .nav > li > a {
  padding: 4px 20px;
  color: #2f5fef;
  border-right: 2px solid #eeeeee;
}

.nav-sidebar .nav > li > a:hover,
.nav-sidebar .nav > li > a:focus {
  color: #232222;
  text-decoration: none;
  background-color: transparent;
  border-right: 2px solid #555555;
}

.nav-sidebar .nav > li > a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e250';
  margin-right: 7px;
}

.nav-sidebar .nav > .active > a {
  color: #232222;
  text-decoration: none;
  background-color: transparent;
  border-right: 2px solid #555555;
  font-weight: bold;
}

.nav-sidebar .nav > .active > a:before {
  content: '\e252';
}

.nav-sidebar .nav > .active:hover > a,
.nav-sidebar .nav > .activefocus > a {
  font-weight: bold;
}

.nav-sidebar .nav > .active > ul.nav {
  display: block;
}

.nav-sidebar .nav ul.nav {
  display: none;
}

.nav-sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
}

.nav-sidebar .nav .nav > .active,
.nav-sidebar .nav .nav > .active:hover,
.nav-sidebar .nav .nav > .active:focus {
  font-weight: bold;
}

.nav-sidebar .nav .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 60px;
}

.nav-sidebar .nav .nav .nav > li > a:before {
  content: '';
}

.nav-sidebar .nav .nav .nav > .active,
.nav-sidebar .nav .nav .nav > .active:hover,
.nav-sidebar .nav .nav .nav > .active:focus {
  font-weight: bold;
}


#navbar .dropdown-menu {
  margin-top: 0px;
  background-color: #F8F8F8;
  text-decoration: none;
  color: #000528;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 0;
}

/* Force input and button to be in one row */
.dropdown-search .form-search .input-group {
    display: flex !important;      /* override inline display:table */
    flex-wrap: nowrap;
    align-items: stretch;
}

/* Make the button container inline with the input */
.dropdown-search .input-group-btn {
    display: flex;
}

/* Optional: make it look like a single control */
.dropdown-search .input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-search .input-group-btn .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}



#navbar .dropdown-search {
  padding-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 9px;
}

#navbar .dropdown-search #q {
  min-width: 170px;
}
#navbar .dropdown-search{
  min-width: 230px;
}

@media (max-width: 1199px) {
  
  #navbar .dropdown-search .input-group-btn {
    vertical-align: top;
  }
  
  #navbar .dropdown-search #search-filter {
    width: 100%;
    text-align: left;
    padding-left: 25px;
  }
  
  #navbar .dropdown-search.dropdown-menu > li:hover,
  #navbar .dropdown-search .dropdown-menu > li:hover {
    color: white;
    background-color: transparent;
  }
}


.tabs-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
}


.help-block.error,
label.col-form-label.required:before,
.crmEntityFormView .cell div.info.required label:after,
.crmEntityFormView .cell div.info div.validators,
.crmEntityFormView .validator-text,
.crmEntityFormView .rank-order-cell .validator-text,
.crmEntityFormView .constant-sum-cell .validator-text,
.crmEntityFormView .stack-rank-cell .validator-text {
  color: #a94442;
}

@media screen and (-ms-high-contrast: active) {
  
  .navbar-default .navbar-toggler .navbar-toggler-icon {
    background-color: #888;
  }
  
  .navbar-dark .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
  }
}


.pr-color {
  color: #2f5fef;
}


.blue_border {
  padding-bottom: 10px;
  border-bottom: 7px solid #0b80d0;
}


.page_section {
  position: relative;
  background-size: cover;
  color: #000;
}

.page_section .row {
  padding-top: 40px;
  padding-bottom: 100px;
}

.page_section .row.sidebar-home {
  padding-bottom: 0;
}

.page_section h1 {
  font-size: 32px;
}

.page_section h2 {
  color: #666666;
  font-size: 40px;
}

.page_section h3 {
  font-size: 66px;
  font-family: 'Segoe UI Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.page_section p {
  padding-top: 5px;
}
/* 
.page_section .btn {
  margin-top: 50px;
} */

.page_section .form-search .btn {
  padding: 4px 12px;
  margin-top: 1px;
}

.page_section .section-landing-heading p,
.page_section .section-landing-sub-heading p {
  border-top: 0;
}


.form-search .btn {
  min-height: 38px;
  border: none;
  background-color: #184350;
}
.form-search .btn:hover,.form-search .btn:focus,.form-search .btn:active {
  background-color: #049DA4;
}




.form-search .btn-default:hover,
.form-search .btn-secondary:hover {
  border-color: #ccc;
}


.form-search .dropdown-submenu {
  right: -2px;
}


.form-search .dropdown-menu {
  margin-top: 0px;
}


.dropdown-search.dropdown-menu > li:hover {
  background-color: transparent;
}


#navbar .form-search .dropdown-menu {
  margin-top: 0px;
}


.section-diagonal-left {
  -webkit-transform: skew(0deg, -1.3deg);
  -ms-transform: skew(0deg, -1.3deg);
  transform: skew(0deg, -1.3deg);
  overflow: hidden;
  margin-top: -60px;
  margin-bottom: -20px;
}

.section-diagonal-left .section-diagonal-left-content {
  -webkit-transform: skew(0deg, 1.3deg);
  -ms-transform: skew(0deg, 1.3deg);
  transform: skew(0deg, 1.3deg);
  background-size: cover;
  margin-top: -70px;
}

.section-diagonal-left .section-diagonal-left-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
  background-color: #fff;
}


.section-diagonal-right {
  -webkit-transform: skew(0deg, 1.3deg);
  -ms-transform: skew(0deg, 1.3deg);
  transform: skew(0deg, 1.3deg);
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: -20px;
}

.section-diagonal-right.home-section {
  margin-top: -60px;
}

.section-diagonal-right .section-diagonal-right-content {
  -webkit-transform: skew(0deg, -1.3deg);
  -ms-transform: skew(0deg, -1.3deg);
  transform: skew(0deg, -1.3deg);
  background-size: cover;
  margin-top: -70px;
}

.section-diagonal-right .section-diagonal-right-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
  background-color: #2f5fef;
}


.section-diagonal-left .row,
.section-diagonal-right .row {
  padding-top: 125px;
}


.section-diagonal-left .col-lg-5,
.section-diagonal-right .col-lg-5 {
  float: none;
  margin: 0 auto;
}


.section-diagonal-left p,
.section-diagonal-right p {
  border-top: none;
}


.section-landing {
  background: linear-gradient(transparent, transparent);
  background-size: cover;
}

.section-landing .row > div {
  margin-top: 80px;
}

.section-landing .row > div .section-landing-heading {
  font-size: 4rem;
  color: #fff;
}

@media screen and (max-width: 600px) {
  
  .section-landing .row > div .section-landing-heading {
    font-size: 16vw;
  }
  .card{
    padding: 10px;
  }
  .card .card-section{
    padding: 12px;
  }
  .card .card-section .card-section-content-sm{
    padding: 10px;
  }
}

.section-landing .row > div .section-landing-sub-heading {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: Semibold;
}

@media screen and (max-width: 600px) {
  
  .section-landing .row > div .section-landing-sub-heading {
    font-size: 4vw;
  }
}


.section-sub-landing {
  background-size: cover;
}


.section-default {
  background-size: cover;
}

@media screen and (max-width: 767px) {
  
  .section-default:before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(
      top,
      transparent 0%,
      rgba(0, 0, 0, 0.59) 41%,
      rgba(0, 0, 0, 0.62) 43%,
      black 100%
    );
    
    background: -webkit-linear-gradient(
      top,
      transparent 0%,
      rgba(0, 0, 0, 0.59) 41%,
      rgba(0, 0, 0, 0.62) 43%,
      black 100%
    );
    
    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.59) 41%,
      rgba(0, 0, 0, 0.62) 43%,
      black 100%
    );
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    
  }
}

.section-default .row {
  padding-bottom: 150px;
}


.section-knowledge {
  margin-bottom: 40px;
}


.content-home .btn {
  margin-top: 0;
}


.content-home .card {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.content-home .card p {
  border: 0;
}


.content-home .card-header {
  display: none;
}


.content-home .list-group-item {
  padding: 20px 0;
  font-size: 20px;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #ddd;
}

.content-home .list-group-item img {
  margin-right: 25px;
}


.content-home a.list-group-item,
.content-home .list-group-item a.title {
  color: #232222;
}

.content-home a.list-group-item:hover,
.content-home a.list-group-item:focus,
.content-home .list-group-item a.title:hover,
.content-home .list-group-item a.title:focus {
  color: #232222;
  text-decoration: underline;
  background-color: transparent;
}


.content-home .title,
.content-home .description {
  display: block;
}


.content-home .title {
  font-size: 24px;
  font-family: 'Segoe UI Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.content-home .description {
  display: block;
  font-size: 14px;
}


.sidebar-home {
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  margin-top: 36px;
  position: relative;
}

.sidebar-home h3 {
  font-size: 18px;
}

.sidebar-home .card {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.sidebar-home .card-header {
  padding-left: 0;
  background-color: transparent;
  border: 0;
}

.sidebar-home .card-title {
  font-size: 14px;
  color: #2f5fef;
  font-family: 'Segoe UI Semibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.sidebar-home .list-group-item {
  padding-left: 0;
  font-size: 14px;
  background-color: transparent;
  border: 0;
}

.sidebar-home .list-group-item:hover,
.sidebar-home .list-group-item:focus {
  text-decoration: underline;
  background-color: transparent;
}

.sidebar-home .list-group-item .date {
  visibility: hidden;
}


.section-landing-search {
  min-height: 250px;
  background: url(homehero.jpg) no-repeat 0 25%;
  background-size: cover;
}


.section-landing-forums {
  min-height: 250px;
  background-size: cover;
}


.section-knowledge .list-group a.list-group-item {
  color: #2f5fef;
}


.section-knowledge .card-title {
  color: #000;
}


.page_section.section-landing .row {
  padding-bottom: 0;
  padding-top: 0;
}


.page_section.section-landing .row > div {
  margin-top: 0px;
}


ul.tree,
ol.tree {
  color: #2f5fef;
}


.tree ul,
.tree ol,
.tree ul ul,
.tree ol ul,
.tree ol ol ul,
.tree ol ul ul,
.tree ul ol ul,
.tree ul ul ul {
  list-style-type: disc;
  color: #2f5fef;
}



.adx_forms_font_calibri {
  font-family: Calibri;
}


.adx_forms_font_new_roman {
  font-family: Times New Roman;
}


.adx_forms_font_helvetica {
  font-family: 'Helvetica', sans-serif;
}


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* height: 100%; */
  margin: 0;
}

.wrapper-body {
  min-height: calc(100vh - 0px);
  margin-bottom: 0px;
}

.footer .push {
  height: 43px;
}

.footer {
  margin-top: 0px;
}

.page-copy {
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar-brand {
  line-height: 37px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: unset;
}

body,
legend {
  color: #000000;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #f2f2f2;
  color: #302ce1;
}

.btn-default,
.btn-secondary {
  color: #302ce1;
  background-color: white;
  border-color: #302ce1;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default.focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #302ce1;
  background-color: #f2f2f2;
  border-color: #302ce1;
}

.btn-primary {
  color: white;
  background-color: #302ce1;
  border-color: #302ce1;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:focus,
.btn-primary.focus {
  color: white;
  background-color: #5c59e7;
  border-color: #5c59e7;
}

.btn-outline-primary {
  
}


.navbar-dark .navbar-toggler {
  border: 1px solid var(--greenText) !important;
}

.navbar-toggler {
    background-color: transparent !important;
}
.navbar-dark .navbar-toggler:hover {
  background-color: var(--greenText) !important;
}

.navbar-dark .navbar-toggler:focus {
  border: 1px solid black;
  background-color: #4642e4;
}

.navbar-dark .navbar-nav .show.dropdown-menu {
  background-color: #302ce1;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a {
  color: var(--greenText) !important;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-dark .navbar-nav .show.dropdown-menu > li > a:hover,.navbar-dark .navbar-nav .show.dropdown-menu > li > a:focus{
  background-color: #fff !important;
  text-decoration: none !important;
  color: #18404C;
  border-bottom: 1px solid var(--slbBlue);
}
.dropdown-divider{
  margin: 0;
}

.navbar-dark .navbar-nav > .dropdown > a.show .navbar-dark .navbar-nav > .dropdown > a.show:hover,
.navbar-dark .navbar-nav > .dropdown > a.show:focus {
  background-color: #302ce1;
  color: #fff;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a:hover,
.navbar-dark
  .navbar-nav
  .show.dropdown-menu
  > li
  > a:focus
  .navbar-dark
  .navbar-nav
  .show.dropdown-menu
  > .active
  > a,
.navbar-dark .navbar-nav .show.dropdown-menu > .active > a:hover,
.navbar-dark .navbar-nav .show.dropdown-menu > .active > a:focus {
  background-color: #ffffff;
  color: #302ce1;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #f2f2f2;
}

.nav .show.dropdown-menu {
  background-color: #ffffff;
}

.nav .show.dropdown-menu > li > a {
  color: black;
}

.nav > .dropdown > a .nav > .dropdown > a:hover,
.nav > .dropdown > a:focus {
  background-color: #f2f2f2;
}

.nav .show.dropdown-menu > .active > a,
.nav .show.dropdown-menu > .active > a:hover,
.nav .show.dropdown-menu > .active > a:focus,
.nav .show.dropdown-menu > li > a:hover,
.nav .show.dropdown-menu > li > a:focus {
  background-color: #f2f2f2;
  color: black;
}

#filterDropdownId > .dropdown-menu > li > a:focus {
  border: 1px solid;
}

#filterDropdownId > a:focus {
  border: 1px solid;
}

.crmEntityFormView,
.entitylist {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #f2f2f2;
}

.sectionPrimaryColor {
  background-color: #302ce1;
  color: #ffffff;
}

.sectionPrimaryColor h1,
.sectionPrimaryColor h2,
.sectionPrimaryColor h3,
.sectionPrimaryColor h4,
.sectionPrimaryColor h5,
.sectionPrimaryColor h6 {
  color: #ffffff;
}

.sectionPrimaryColor .crmEntityFormView h1,
.sectionPrimaryColor .crmEntityFormView h2,
.sectionPrimaryColor .crmEntityFormView h3,
.sectionPrimaryColor .crmEntityFormView h4,
.sectionPrimaryColor .crmEntityFormView h5,
.sectionPrimaryColor .crmEntityFormView h6 {
  color: #000000;
}

.sectionPrimaryColor .entitylist h1,
.sectionPrimaryColor .entitylist h2,
.sectionPrimaryColor .entitylist h3,
.sectionPrimaryColor .entitylist h4,
.sectionPrimaryColor .entitylist h5,
.sectionPrimaryColor .entitylist h6 {
  color: #000000;
}

.sectionFixedStyle {
  color: #000000;
}

a {
  color: #302ce1;
}

a:not(.btn) {
  text-decoration: underline;
}

[role='navigation'] a,
[role='contentinfo'] a,
.toolbar a,
a.list-group-item {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #302ce1;
  text-decoration: underline;
}

.breadcrumb > .active {
  color: #000000;
  font-weight: bold;
}

p {
  font-size: 16px;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  margin-left: 0px;
  margin-right: 0px;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

.page-header {
  border-bottom: 0px;
}

.navbar-brand {
  padding: 8px;
}

.static-top.navbar-dark .navbar-brand {
  font-size: 24px;
  font-weight: bold;
  font-family: unset;
}

.static-top.navbar-dark .navbar-brand a {
  color: black;
  text-decoration: none;
}
.help-block {
  color: black;
}

.skip-to-content a {
  padding: 10px 20px;
  position: absolute;
  top: -43px;
  left: 0px;
  color: #ffffff;
  border-radius: 2px;
  background: #742774;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
  font-family: Segoe UI;
  font-size: 14px;
}

.skip-to-content a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: none;
  color: #ffffff;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

@media screen and (-ms-high-contrast: active) {
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-bottom: 0px;
  }

  .nav-tabs > li > a {
    border: 0px;
  }

  .navbar-dark .navbar-nav .show.dropdown-menu > li > a:hover,
  .navbar-dark
    .navbar-nav
    .show.dropdown-menu
    > li
    > a:focus
    .navbar-dark
    .navbar-nav
    .show.dropdown-menu
    > .active
    > a,
  .navbar-dark .navbar-nav .show.dropdown-menu > .active > a:hover,
  .navbar-dark .navbar-nav .show.dropdown-menu > .active > a:focus {
    border: 1px solid;
  }

  .facet-list-group-item {
    margin: 1px;
    border: 0px;
  }
}

.frenchAccessibilityLink {
  float: right;
  width: 297px;
  height: 24px;
  font-family: Segoe UI;
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #2c33d8;
}


.pva-floating-style {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-right: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}


.visible-lg-block {
  display: flex !important;
  align-items: center;
}


h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}



.nav-item .dropdown-toggle::after {
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
}

.custom-container {
  flex-wrap: wrap !important;
}

.custom-sitetitle {
  text-wrap: wrap;
}

.custom-navbar-toggler {
  margin-left: auto;
}

a:not(.btn):hover {
  text-decoration: underline !important;
}



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --light: #1E8241;
    --lightHover: #02949c;
    --dark: #0F2747;
    --darkHover: #03575a;
    --greenText:#7EC042;
  }

body{
  font-family: "Inter", sans-serif;
  font-size: 16px;
  /* background-image: url('./zem-main-bg.png) !important;
  background-size: cover;
  background-repeat: no-repeat; */
  padding-top: 150px;
  position: relative;
  padding-bottom: 190px; 
  /* background-attachment: fixed; */
}
/* #mainContent, #content-container{
  background-image: url('./home-bg.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
} */
/* #content-container{
  width: 100%;
  margin: 0;
} */

a{
  font-family: "Inter", sans-serif;
}

#content-container #mainContent{
  background: none;
  padding: 0;
}
.home-slider{
  min-height: 100vh;
}
.home-slider .btn{
  padding: 16px 48px;
  display: block;
}
/* .container{
  max-width: 100%;
} */
.navbar-brand img{
  min-width: 185px;
  height: 65px !important;
  margin: 0 !important;
}

#navbar .nav.navbar-nav .nav-item.profile-icon{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M20 21.5V19.5C20 18.4391 19.5786 17.4217 18.8284 16.6716C18.0783 15.9214 17.0609 15.5 16 15.5H8C6.93913 15.5 5.92172 15.9214 5.17157 16.6716C4.42143 17.4217 4 18.4391 4 19.5V21.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 11.5C14.2091 11.5 16 9.70914 16 7.5C16 5.29086 14.2091 3.5 12 3.5C9.79086 3.5 8 5.29086 8 7.5C8 9.70914 9.79086 11.5 12 11.5Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  background-size: 18px;
  padding-top: 0;
  padding-left: 5px;
}
body.profile-page {
  background-image: none;
  background-color: #F4F4F3;
}
#navbar.navbar-collapse.collapse{
  flex-direction: column;
  align-items: normal;
}
.menu-bar-type-2.menu-bar .navbar-nav{
  background-color: #FAFAF9;
  border: 1px solid #F4F4F3;
  border-bottom: none;
}
.menu-bar-type-2.menu-bar > .navbar-nav > li > a{
  border-right: none;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  #content-container #content{
    max-width: 750px;
  }
}
@media screen and (min-width: 992px) {
  #content-container #content{
    max-width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  #content-container #content{
    max-width: 1170px;
  }
}
#content-container #content{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 75px;
  margin-bottom: 75px;
  background: #fff;
  border-radius: 16px;
}
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    /* text-transform: lowercase; */
    padding-inline: 10px;
    color: #ffffff;
    background-color: transparent;
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 4px solid transparent;
}
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a::first-letter{
    text-transform: uppercase
}
.navbar-dark .navbar-nav a.show:focus, .navbar-dark .navbar-nav a.dropdown-toggle.show:focus{
  color: var(--greenText) !important; 
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:hover, .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:focus,  .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:active,.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a[aria-current="page"]{
    background-color: transparent;
    text-decoration: none !important;
    border-bottom: 4px solid var(--light);
    color: #ffffff;
}

.navbar .custom-container{
  min-height: 110px;
}
.navbar-dark .navbar-nav > li > a:focus{
  border: none !important;
  outline: none;
}

.navbar-static-top.navbar-inverse{
    background-color: var(--dark) !important;
    min-height: 110px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical{
    display: none;
}

.navbar-inverse .navbar-toggle{
    border: 1px solid #000;
}

.d-flex{
  display: flex;
}
.align-items-center{
  align-items: center; 
}
.justify-content-center{
  justify-content: center;
}
.flex-column{
  flex-direction: column;
}
.mb-5{
  margin-bottom: 3rem !important;
}
.mb-2{
  margin-bottom: 1rem !important;
}
.me-2{
  margin-right: 1rem !important;
}
.mt-5{
  margin-top: 5rem;
}

.footer-bottom{
  text-align: left;
}
.footer-bottom .footer-right ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.footer-bottom .footer-right ul li a{
  margin-left: 0px;
  margin-bottom: 5px;
  display: block;
  font-weight: 300;
}

.footer-bottom .footer-right ul li a:hover{
  color:var(--slbCapturiLightTeal);
}

.footer-bottom-links:hover{
  color:var(--slbCapturiLightTeal);
}

.footer-bottom .footer-right ul li a.social-icon{
  margin-right: 16px;
  font-weight: 700;
}

.footer-left a{
  font-size: 1.4em;
  color: #fff;
}
.footer-left a:hover,.footer-left a:focus{
  color: #fff;
}
a.seperator{
  margin-right: 15px; 
}
a.seperator::after{
  content: '';
  width: 1px;
  height: 18px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  top: 3px;
  right: -10px;
  margin-right: 10px;
}
footer{
    position: relative;
    bottom: -190px;
  width: 100%;
}
footer .social-icon{
  display: inline-flex;
  width: 28px;
  height: 28px;
}
footer .social-icon.fb-icon{
  background-image: url('/facebook.svg fill.png');
}
footer .social-icon.insta-icon{
  background-image: url('/instagram.svg fill.png');
}
footer .social-icon.linkedin-icon{
  background-image: url('/LinkedIn.png');
  background-repeat: no-repeat;
  background-position: center center;
}
footer .social-icon.twitter-icon{
  background-image: url('/twitter.svg fill.png');
}
footer .social-icon.youtube-icon{
  background-image: url('/YouTube.png');
  background-repeat: no-repeat;
  background-position: center 6px;
}


.card{
  background-color: rgba(255,255,255,0.3);
  padding: 15px 25px;
  border-radius: 16px;
  margin-top: 25px;
  border: none;
}

.card h3:first-child{
  margin-top: 0;
  color: #01414D;
  font-size: 1.25em;
  font-weight: 600;
}
.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  background-color: transparent;
  padding-inline: 0;
}

.table{
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 0;
}
.table tr{
  border-bottom: 1px solid #E9E7FD;
}
.table tfoot tr:last-child{
  border: none;
}
.table>thead>tr>th a{
  border: none;
  padding: 16px 20px;
  color: #8B909A;
  font-size: 0.8125em;
  font-weight: 500; 
  white-space: nowrap;
  text-transform: uppercase ;
}
.table>tbody>tr>td{
  border: none;
  padding: 16px 20px;
  white-space: nowrap;
  font-size: 0.9375em;
  color: #3B3F5C;
  
}
.table>tbody>tr>td .dropdown.action ul.dropdown-menu{
  padding: 0;
}
.table>tbody>tr>td .dropdown.action ul.dropdown-menu li a{
  font-size: 0.875em;
  padding: 8px 20px;
}
.table>tbody>tr>td .dropdown.action ul.dropdown-menu li a:hover,.table>tbody>tr>td .dropdown.action ul.dropdown-menu li a:focus{
  background-color: var(--dark);
  text-decoration: none;
}
.table>tbody>tr>td>a{
  color: #4C73C1;
}
.table>tbody>tr>td>a:nth-child(2){ 
  margin-left: 5px;
}
.table-footer{
  background-color: #fff;
  padding: 16px 24px; 
  border-radius: 0 0 16px 16px;
}
.table>tfoot>tr>td{
  padding: 16px 24px; 
}
.badge{
  font-size: 12px;
  padding: 3px 10px;
  font-weight: 400;
  min-width: 70px;
}
.badge-success{
  background-color: #069DA4;
}
.badge-danger{
  background-color: #C69696;
}
.badge-draft{
  background-color: #6E8CC8;
}

.table-top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0px !important;

}
.table-fix{
  flex-direction: column;
  position: relative;
}
.table-fix .grid-actions{
  position: absolute;
  top: 2px;
  display: flex;
  align-items: center;
  border: none;
}
.table-fix .grid-actions .create-action{
  display: none;
}
.table-fix .jquery-bootstrap-pagination{
  display: flex;
  justify-content: end;
  padding: 0 15px;
}
.table-fix .view-pagination .jquery-bootstrap-pagination .pagination .page-item{
  margin: 3px;
}
.table-fix .grid-actions .input-group-btn:last-child>.btn{
  border-radius: 0 6px 6px 0 !important;
  border: none;
  color: #8B909A;
  border: 1px solid rgba(142,142,142,0.4) !important;
  border-left: none !important;
  background: #fff;

}
.table-fix .grid-actions .entitylist-search input.form-control{
  border-right: none;
}
.table-fix .grid-actions .selected-view.dropdown-toggle{
  border: 1px solid rgba(142,142,142,0.3);
  background: #fff;
  border-radius: 6px;
  font-size: 0.875em;
  color: #8B909A;
  padding: 5px 10px !important;
  min-height: 35px;
  display: flex;
  align-items: center;
  margin-right: 5px;
  margin-left: 0;
}
.table-fix .grid-actions .selected-view.dropdown-toggle .fa-list{
  display: none;
}
.table-fixed .entity-grid .view-grid, .table-fix .entitylist,.entity-grid .view-grid{
  border-radius: 16px;
}

.table-fix .table>thead>tr>th{
  padding-left: 0;
  border-bottom: none;
}
.table-fix .entitylist{
  border: none;
}
.table-filter{
  display: flex;
} 
.flex-grow-1{
  flex-grow: 1; 
}
.btn.btn-create-dark{
  background-color: var(--greenText);
  color: #fff;
  /* border-radius: 6px !important; */
  border-radius: 0;
  padding: 8px 16px;
  border: 1px solid var(--greenText);
}
.btn.btn-create-dark:hover,.btn.btn-create-dark:focus{
  background-color: var(--light);
  border: 1px solid var(--light);
}
.btn.btn-create-dark.btn-btn-create-dark-outline{
  background-color: #ffffff;
  color: var(--greenText);
  border: 1px solid var(--greenText);
}
.btn.btn-create-dark.btn-btn-create-dark-outline:hover,.btn.btn-create-dark.btn-btn-create-dark-outline:focus{
  background-color: var(--light);
  border: 1px solid var(--light);
  color:#ffffff;
}
.form-label{
  color: #3B3F5C;
  font-weight: 400; 
  font-size: 0.9375em;
}
.form-control{
  border-color: rgba(142,142,142,0.3) !important; 
  border-radius: 6px;
  color: #8B909A;
  font-weight: 100; 
  box-shadow: none;
}
.form-control:disabled{
  background-color: rgba(239,241,249,0.6) !important;
  color: #808080;
  border: none !important;
}
.table-filter select{
  max-width: 120px;
  margin-left: 10px;
}
.table-filter .form-control{
 min-height: 40px;
}
.form-control::placeholder {
  color: #808080 !important;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12-18 */ 
  color: #808080 !important;
}
.form-inline{
  display: inline-block;
  width: auto; 
}
ul.pagination{
  margin: 0;
}
.pagination>li>a, .pagination>li>span{
  padding: 5px 8px;
  width: 28px;
  height: 28px;
  border-radius: 4px !important;
  font-size: 13px;
  background-color: #F1F2F6;
} 
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover{
  background-color: #01414D !important;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus{
  background-color: #01414D !important;
  color: #fff;
}

.img-reponsive{
  max-width: 100%;
}
.card-section{
  background-color: #fff;
  padding: 12px;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.card-section img{
  border-radius: 6px;
}
.card-section-content{
  padding: 32px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.card-section-content-sm{
  padding: 15px 20px;
}
.card-section-text{
  flex-grow: 1;
}
.card-section-content h4{
  color: #3B3F5C;
  font-size: 1.25em;
  font-weight: 700;
}
.card-section-content p{
  color: #3B3F5C;
  font-weight: 100;
}
.card-section-content ul li{
  font-weight: 100;
  color: #3B3F5C;
}
.card-section-content ul{
  list-style-position: inside;
  padding: 15px 0;
}

.w-100{
  width: 100%;
}

.min-height-300{
  min-height: 300px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.custom-file-upload {
  position: relative;
  padding: 10px;
  cursor: pointer;
  border: 1px dashed #D2D5DA;
  background: #F9FAFB;
  border-radius: 6px;
  color: #6D7280;
  text-align: center;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-file-upload p{
  margin-bottom: 0;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.justify-content-between{
  justify-content: space-between;
}
.close-btn{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #fff;
  border-radius: 6px;
}
.close-btn:hover,.close-btn:focus{
  background-color: var(--light);
}
.close-btn:active{
  box-shadow: 0 0 0 .2rem rgba(13,202,240,0.5);
}
.overlay{
  display: none;
}

.navbar-inverse .navbar-toggle:hover{
  background-color: #000 !important;
}
.mobile-right{
  display: none;
}
.multi-select-list{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.multi-select-item{
  background-color: rgba(239,241,249,0.6) !important;
  border-radius: 8px;
  color: #808080;
  font-size: 1em;
  padding: 8px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-weight: 100;
}
.multi-select-item-remove{
  display: inline-flex;
}
.multi-select-item-icon{
  color: #4C73C1;
}
.multi-select-item-small{
  font-size: 0.625em;
}
.radio-inline, .checkbox-inline{
  font-weight: 100;
}

.activity-log-section{
  border: 1px solid rgba(142,142,142,0.3);
  border-radius: 8px;
  padding: 0;
  color: #8B909A;
}

.activity-log-header{
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  border-bottom: 1px solid #E9E7FD;
  align-items: center;
}
.activity-log-header .btn-transparent{
  height: 40px;
}
.activity-log-header h5{
  text-transform: uppercase;
  font-size: 0.8125em;
  margin: 0;
  color: #8B909A;
}
.activity-log-body-row{
  padding: 8px 16px;
  border-bottom: 1px solid #E9E7FD;
  margin: 0;
}
.activity-log-body-row p{
  font-size: 0.9125em;
  margin-bottom: 0;
  padding-top: 0;
}
.activity-log-body-row p.text-sm{
  font-size: 0.75em;
}
.activity-log-body .activity-log-body-row:last-child{
  border: none;
}
.activity-log-body{
  position: relative;
}
.text-sm{
  font-size: 0.625em;
  margin-bottom: 0;
}
.btn-transparent{
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 8px !important;
  background: transparent;
  border: 1px solid rgba(142,142,142,0.3) !important; ;
}

.btn-transparent:hover,.btn-transparent:focus{
  background-color: var(--light);
  color: #ffffff;
}

.nav-account.nav-tabs{
  border-bottom: none;
  margin: 0;
}
.nav-account.nav-tabs>li>a{
  font-size: 0.9125em;
  color: #3B3F5C;
  position: relative;
  padding-block: 5px;
  border: 1px solid transparent;
  border-color: transparent !important;
  transition: all 0.3s ease;
}
.nav-account.nav-tabs>li>a::after{
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 15px;
  top: 8px;
  background-color: #3B3F5C;
}
.nav-account.nav-tabs>li:last-child>a::after{
  display: none;
}
.nav-account.nav-tabs>li>a:hover,.nav-account.nav-tabs>li>a:focus,.nav-account.nav-tabs>li>a.active{
  background-color: transparent;
  border-bottom: 1px solid #3B3F5C !important;
  color: #3B3F5C;
  text-decoration: none !important;
}
.nav-account.nav-tabs>li.active>a{
  border: none;
  border-bottom: 1px solid #3B3F5C;
}
.nav-account.nav-tabs>li>a>.fa{
  display: none;
}
/* .signin-page #content-container{
  width: auto;
} */
.signin-page #mainContent .row{
  display: flex;
  flex-direction: column;
}
.signin-page #mainContent .row .col-md-6,.signin-page #mainContent .col-lg-6{
  width: 100%;
}
.signin-page #content-container #content{
  width: 450px;
  padding: 15px 25px;
  margin-left: 0;
  /* background-color: transparent; */
}
.signin-page h2.login-heading-section{
  border: none;
  padding: 0;
}
.signin-page h2.login-heading-section span,.signin-page h1.forgot-password-heading{
  color: #3B3F5C;
  font-size: 0.9375em;
  font-weight: 400;
  border: none;
}
.signin-page .portal-form .col-form-label.col-md-4,.signin-page .portal-form .col-form-label.col-md-2{
  width: auto;
  text-align: left;
  font-size: 0.875em;
  padding-right: 10px;
  font-weight: 400;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
/* .signin-page .portal-form .col-form-label.required:before{
  position: absolute;
  right: 0;
} */
.signin-page .portal-form .col-md-8,.signin-page .portal-form .col-md-10{
  width: 100%; 
}
.signin-page .portal-form .offset-md-4.col-md-8,.signin-page .portal-form .offset-md-2.col-md-10{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  width: 100%;
  gap: 10px;
}
.signin-page p.form-text span{
  font-size: 0.875em;
}
.signin-page .btn.btn-primary{
  background-color: var(--dark);
  border-color: var(--dark);
  padding: 12px;
  border-radius: 6px;
  width: 100%;
}
.signin-page .btn.btn-primary:hover,.signin-page .btn.btn-primary:focus{
  background-color: var(--greenText);
  border-color: var(--greenText);
}
.signin-page .btn.btn-primary.btn-line{
  background-color: transparent;
  color: var(--dark);
}
.signin-page .btn.btn-primary.btn-line:hover,.signin-page .btn.btn-primary.btn-line:focus{
  background-color: var(--greenText);
  border-color:  var(--greenText);
}
.signin-page #mainContent .row .col-md-6:nth-child(2) .btn.btn-primary.btn-line{
  background-color: transparent;
  color: #2F3745;
}
.signin-page .btn.btn-primary.btn-line:hover,
.signin-page .btn.btn-primary.btn-line:focus {
  background-color: var(--greenText) !important;
  color: #ffffff !important;
  border-color: var(--greenText) !important; /* Update the border color as well */
}
.signin-page .portal-form .btn.btn-default{
  padding: 0;
  border-radius: 6px;
  border: none;
}
.signin-page .portal-form .btn.btn-default:hover,.signin-page .portal-form .btn.btn-default:focus{
  background-color: transparent;
  color: #333;
}
.breadcrumb{
  display: none;
}
.profile-page{
  min-height: 100vh;
}
.profile-page .page-header{
  display: none;
}
.profile-page .page-heading + .container {
  background-color: #fff;
  border-radius: 16px;
  padding: 25px 15px;
  margin-bottom: 20px;
}
.profile-page .page-heading + .container p{
  font-size: 0.75em;
  margin-bottom: 5px;
}
.profile-page #ProfileFormView.crmEntityFormView{
  border: none;
}
.profile-page #ProfileFormView.crmEntityFormView .cell{
  padding: 0 15px 20px 0;
}
.profile-page #ProfileFormView.crmEntityFormView .cell .field-label{
  color: #3B3F5C;
  font-weight: 400; 
  font-size: 0.9375em;
}
legend{
  border: none;
}
.profile-page-heading{
  font-size: 15px;
  color: #3B3F5C;
  margin-top: 20px;
  letter-spacing: normal !important; 
}
.profile-page .btn.btn-primary{
  background-color: var(--dark);
  color: #fff;
  border-radius: 0 !important;
  padding: 8px 16px;
  border: 1px solid var(--dark);
}
.profile-page .actions {
  text-align: right;
  padding-right: 15px;
}
.profile-page .input-group-btn:last-child>.btn{
  border-radius: 0 6px 6px 0;
  border: 1px solid rgba(142,142,142,0.3);
  border-left: none;
  color: #8B909A;
}
.profile-page div.panel-heading{
  border-radius: 6px 6px 0 0;
  background-color: #808080 !important; 
  padding: 20px 25px !important;
}
.profile-page .list-group:first-child .list-group-item{
  background-color: var(--dark);
  padding: 20px 25px;
  border-radius: 6px;
  color: #fff;
}
.profile-page .list-group-item{
  background-color: #F7F7F7;
  color: #3B3F5C;
  font-size: 0.9375em;
  padding: 20px 25px;
  border: none;
}
div.panel-heading:hover, div.panel-heading:focus{
  background-color: var(--dark);
  padding: 20px 25px;
}
.profile-page .profile-info,.profile-page .well{
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
}
.profile-page .profile-info img, .profile-page .well img{
  border-radius: 50%;
  border: 4px solid rgba(142, 142, 142, 0.3);
  padding: 0;
}
.profile-page .profile-info .userFullName, .profile-page .well{
  font-size: 15px;
}
.profile-page .list-group-item.active, .profile-page .list-group-item:focus, .profile-page .list-group-item:hover, .profile-page .list-group-item.active:hover, .profile-page .list-group-item.active:focus{
  background-color: var(--dark);
  color: #fff;
}
.profile-page .portal-form .control-label{
  text-align: left;
  font-size: 0.875em;
  padding-right: 10px;
  font-weight: 400;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.profile-page .card{
  border: none;
  padding: 0;
}
.profile-page .card.nav-profile .card-header{
  margin-bottom: 0px;
  border-radius: 16px 16px 0 0;
  padding: 20px 25px;
  background-color: #808080;
  color: #fff;
}
.profile-page .card.nav-profile .card-header .card-title{
  margin-bottom: 0;
  font-weight: lighter;
  font-size: 1rem;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
}
.profile-page .card.nav-profile .card-header .card-title .fa{
  margin-left: 15px;
}
.profile-page .portal-form .form-check{
  display: inline-block;
}
.profile-page .portal-form .form-check:first-child{
  padding-left: 0;
}
.table-fix .grid-actions .entitylist-search{
  width: 370px;
}
#header-page-title{
  display: none;
}

/* Full page loader */
.loader-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite
}
.loader::before , .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #FFF;
  animation: prixClipFix 2s linear infinite ;
}
.loader::after{
  border-color: var(--dark);
  animation: prixClipFix 2s linear infinite , rotate 0.5s linear infinite reverse;
  inset: 6px;
}
.choices{
  margin-bottom: 0 !important;
}
.choices__inner{
  min-height: 35px !important;
  border-color: rgba(142, 142, 142, 0.3) !important;
  border-radius: 6px !important;
  /* color: #8B909A; */
  font-weight: 100;
  box-shadow: none;
  padding-bottom: 0 !important;
  background: #fff !important;
  padding-top: 3px !important;
}

.filepond--panel-root{
  background-color: #F9FAFB !important;
  border: 1px dashed #D2D5DA;
}
.filepond--root .filepond--credits[style]{
  display: none;
}
.filepond--root {
    min-height: 165px !important;
}
.filepond--panel-center {
    height: 155px !important;      
}

.filepond--root .filepond--drop-label {
    min-height: 14em !important;
}

.upload-link {
    text-decoration: underline;
    cursor: pointer;
}

.form-check-label{
  font-weight: 400;
}
.btn-outline-danger{
  border: 1px solid #BB5151 !important;
  color: #BB5151 !important;
}
.btn-outline-danger:hover,.btn-outline-danger:focus{
  background-color: #EED4D4;
}
@keyframes rotate {
  0%   {transform: rotate(0deg)}
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

p{
  font-size: 15px;
}
.accordion-header{
  margin-top: 0;
}
.choices__list--multiple .choices__item{
  margin-bottom: 1.5px !important;
  margin-top: 1.5px;
  background-color: #EFF1F9 !important;
  border: 1px solid #EFF1F9 !important;
  /* color: #808080 !important; */
  color: #000000 !important;
  border-radius: 6px !important;
  font-size: 15px !important;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button{
  border-left: 1px solid #808080 !important;
  background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21"><g fill="%23808080" fill-rule="evenodd"><path d="M2.592.044l18.364 18.364-2.548 2.548L.044 2.592z"/><path d="M0 18.364L18.364 0l2.548 2.548L2.548 20.912z"/></g></svg>') !important;
}


.btn-outline-dark-primary{
  color: var(--dark);
  border: 1px solid var(--dark) !important;
}
.btn-outline-dark-primary:hover,.btn-outline-dark-primary:focus{
  color: var(--dark);
  border: 1px solid var(--dark) !important;
  background-color: var(--light);
  
}
.modal{
  background: rgba(0, 0, 0, 0.5);
}
.confirm-box .modal-dialog{
  max-width: 540px;
}
.confirm-box .modal-content{
     background: var(--dark);
    border: 1px solid var(--dark);
}
.confirm-box .modal-content .modal-header{
  padding-block: 5px;
  border-bottom: none;
}
.confirm-box .modal-content .modal-header h5.modal-title{
  color: #fff;
  margin-top: 0;
  font-weight: 100;
  font-size: 0.9125rem;
}
.confirm-box .modal-content .modal-header .modal-title .bi-exclamation-triangle-fill{
  color: #F5D00E;
}
.confirm-box .modal-content .modal-header .close{
  color: #fff;
  padding-inline: 0;
}
.confirm-box .modal-content .modal-body p{
  font-size: 1em;
  margin-bottom: 0;
  color: #ffffff;
}
.confirm-box .modal-content .modal-footer{
  border: none;
}
.confirm-box .modal-content .modal-footer .btn{
  flex: 1;
}
.confirm-box .modal-content .modal-footer .btn.btn-create-dark.btn-btn-create-dark-outline{
  background: #ffffff;
}

.view-pagination .pagination{
  padding-bottom: 15px;
}
.text-underline{
  text-decoration: underline;
}
.text-light-gray{
  color: #8B909A !important;
}
.text-primary-100{
  color: var(--light);
}
.tooltip-info{
  color: var(--light);
  cursor: pointer;
}
.tooltip-info .bi-exclamation-circle-fill, .tooltip-info:hover .bi-exclamation-circle,.tooltip-info:focus .bi-exclamation-circle{
  display: none;
}
.tooltip-info:hover .bi-exclamation-circle-fill,.tooltip-info:focus .bi-exclamation-circle-fill, .tooltip-info .bi-exclamation-circle{
  display: inline;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 20em;
  max-width: 50em;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.btn-white{
  background-color: #FFFFFF;
  color: #8B909A;
  font-size: 0.9135em;
}
.btn-white:hover, .btn-white:focus{
  background-color: var(--light);
}

.btn-white.active{
  background-color: var(--dark);
  color: #ffffff;
  border-radius: 5px 5px 0 0 !important;
  border-color: var(--dark);
}

.card-title{
  color: #01414D;
  font-size: 1.25em;
  font-weight: 600;
}

.steppy-indicator{
  width: 100%;
  height: 6px;
  background-color: #E2E6F9;
  position: relative;
}
.steppy-indicator::before{
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 20%;
  height: 12px;
  border-radius: 20px;
  background: #6E8CC8;
}
.step2.steppy-indicator::before{
  width: 40%;
}
.step3.steppy-indicator::before{
  width: 60%;
}
.step4.steppy-indicator::before{
  width: 80%;
}
.step5.steppy-indicator::before{
  width: 100%;
}

.text-blue-100{
  color: #4C73C1;
}
.btn-remove{
  background-color: transparent;
  border: transparent;
  color: #C69696;
}
.btn-remove:hover,.btn-remove:focus{
  background-color: transparent;
  border: transparent;
  color: #C69696;
}
.acc-details{
  border: 1px solid rgba(142,142,142,0.3);
  padding: 15px;
  border-radius: 8px;
}
.acc-details p{
  margin-bottom: 0;
}
.acc-details img{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(142,142,142,0.3);
}

.section-heading-align{
  padding-top: 20%;
}
.confirm-box .modal-dialog-virtical-center{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-landing-search .sectionFixedStyle,.section-landing-search .columnBlockLayout{
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.table>tbody>tr>td{
  position: relative;
}
.table>tbody>tr>td[data-attribute="statuscode"]::before{
  position: absolute;
  color: #ffffff;
  border-radius: 20px;
  padding: 4px 16px;
  left: 15px;
  font-size: 15px;
  min-width: 110px;
  text-align: center;
}
.table>tbody>tr>td[aria-label="In Progress"]::before{
  content: 'In Progress';
  background: var(--greenText);
  
}
.table>tbody>tr>td[aria-label="Needs review"]::before{
  content: 'Needs review';
  background: #696968;
  
}
.table>tbody>tr>td[aria-label="Cancelled"]::before{
  content: 'Cancelled';
  background: #f2aa84;
}
.table>tbody>tr>td[aria-label="Draft"]::before{
  content: 'Draft';
  background: #696968 ;
}
.table>tbody>tr>td[aria-label="On Hold"]::before{
  content: 'On Hold';
  background: var(--greenText);
}
.table>tbody>tr>td[aria-label="Waiting for Details"]::before{
  content: 'Waiting for Details';
  background: var(--greenText);
}
.table>tbody>tr>td[aria-label="Waiting for Customer"]::before{
  content: 'Waiting for Customer';
  background: var(--greenText);
}
.table>tbody>tr>td[aria-label="Researching"]::before{
  content: 'Researching';
  background: var(--greenText);
}

.table>tbody>tr>td[aria-label="Problem Solved"]::before{
  content: 'Problem Solved';
  background: #02b7c7;
}
.table>tbody>tr>td[aria-label="Information Provided"]::before{
  content: 'Information Provided';
  background: var(--greenText);
}

.table>tbody>tr>td[aria-label="Merged"]::before{
  content: 'Merged';
  background: var(--greenText);
}

.table>tbody>tr>td[aria-label="Customer cannot be contacted"]::before{
  content: 'Customer cannot be contacted';
  background: var(--greenText);
}

.table>tbody>tr>td[aria-label="Out of focus area"]::before{
  content: 'Out of focus area';
  background: var(--greenText);
}
.table>tbody>tr>td[aria-label="Out of region"]::before{
  content: 'Out of region';
  background: var(--greenText);
}
.table>tbody>tr>td[aria-label="Qualified to Leads"]::before{
  content: 'Qualified to Leads';
  background: var(--greenText);
}
.table>tbody>tr>td[aria-label="Unrelated"]::before{
  content: 'Unrelated';
  background: var(--greenText);
}
.table>tbody>tr>td[aria-label="Registered"]::before{
  content: 'Registered';
  background: #049da4 ;
}
.table>tbody>tr>td[aria-label="Resolved"]::before{
  content: 'Resolved';
  background: var(--dark);
}
.table>tbody>tr>td[aria-label="Reactivated"]::before{
  content: 'Reactivated';
  background: #bdc6d1;
}
.btn:active{
  box-shadow: 0 0 0 .2rem rgba(13,202,240,0.5);
}

.acc-details .choices__list--dropdown .choices__item--selectable,.acc-details .choices__list[aria-expanded] .choices__item--selectable{
  padding-right: 15px;
}
.acc-details .choices__list--dropdown .choices__item--selectable::after,.acc-details .choices__list[aria-expanded] .choices__item--selectable::after{
  display: none;
}

.fileupload-lg .filepond--root,.fileupload-lg .filepond--root .filepond--drop-label{
  min-height: 20.5em;
}
.fileupload-lg .filepond--panel.filepond--panel-root .filepond--panel-center{
  height: 6.5em !important;
}
.fileupload-lg .filepond--panel.filepond--panel-root .filepond--panel-top,.fileupload-lg .filepond--panel.filepond--panel-root .filepond--panel-bottom{
  height: 10.25em; 
}
.fileupload-lg .filepond--item > .filepond--panel .filepond--panel-bottom{
  height: unset;
}

#other-contact-section.add-comment-section{
  overflow-y: visible;
}
#selected-contacts{
  padding: 0;
}
#selected-contacts .row.selected-contact{
  padding: 8px 0px;
  border-bottom: 1px solid #E9E7FD;
  margin: 0; 
}
.min-height-415{
  min-height: 415px;
}
.menu-bar {
  display: flex;
  align-items: start;
  flex-grow: 1;
}
.menu-bar .navbar-nav:first-child{
  flex-grow: 1;
}
.menu-bar .navbar-nav{
  /* background-color: #FEFEFE; */
}
.menu-bar > .navbar-nav > li > a{
  /* border-right:1px solid #F4F4F3; */
  min-width: 50px;
}

@media screen and (max-width: 450px) {
  .mobile-right{
    flex-direction: column-reverse;
  }
  .table-fix .grid-actions .selected-view.dropdown-toggle{
    font-size: 0.5em;
    padding: 5px;
  }
  .card-footer-btn .btn{
    zoom: 0.8;
  }
  
}

@media screen and (max-width: 525px) {
  .navbar-brand img{
    max-width: 185px;
    min-width: 185px;
  }
  .activity-log-header .btn{
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .signin-page #content-container #content {
      width: 350px;
      margin: 0 auto;
  }
  .nav-account.nav-tabs>li>a{
      padding: 5px;
  }
}

@media screen and (min-width: 768px) {
  .justify-content-md-end{
      justify-content: end;
  }
  .flex-md-row{
      flex-direction: row;
  }
  .footer-bottom .footer-right ul{ 
      justify-content: start;
  }
  .border-right{
    border-right: 1px solid rgba(142,142,142,0.3);
  }
  .table-fix .view-toolbar.grid-actions{
    width: 89%;
  }
  .table-fix .view-toolbar.grid-actions .toolbar-actions{
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-right: 145px;
  }
  .table-fix .view-toolbar.grid-actions .toolbar-actions .action.entitylist-download{
    min-height: 41px;
    margin-top: -2px;
    display: flex;
    align-items: center;
    justify-content: center;    
    background-color: #0014DC;
  }
}
@media screen and (max-width: 767px) {
  .home-slider{
      flex-direction: column;
      min-width: 0;
      width: 100%;
      text-align: center;
      /* padding-top: 25%; */
  }
  .home-slider .btn{
      margin: 0 auto;
  }
  .navbar-static-top.navbar-inverse .container{
      min-width: 0;
      width: 100%;
  }
  .navbar-inverse .navbar-toggle:focus{
      background-color: #fff;
  }

  .table-top .btn.btn-create-dark{
    width: 100%;
    margin-bottom: 25px;
  }

  .table-fix .mb-mobile-40{
    margin-bottom: 40px !important;
  }

  .table-fix .grid-actions{
    top: 55px;
    border: none;
    width: 100%;
  }
  .table-fix .grid-actions .toolbar-actions{
    flex-grow: 1;
  }
  .table-fix .grid-actions .entitylist-search{
    width: 100%;
  }
  .table-fix .grid-actions .input-group-btn:last-child>.btn{
    width: 100%;
    min-height: 45px;
  }
  .table-fix .grid-actions .entitylist-search input.form-control{
    min-height: 45px;
  }
  .table-fix .grid-actions .selected-view.dropdown-toggle{
    min-height: 45px;
  }
  .activity-log-header{
    flex-direction: column;
  }
  .activity-log-header h5{
    margin-bottom: 0.75rem;
  }
  .min-height-415{
    min-height: 465px !important;
  }
   .table-fix .view-toolbar.grid-actions .toolbar-actions .action.entitylist-download{
   display: none;
  }
}
@media screen and (max-width: 992px) {
  .footer-right{
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .table-fix .btn.btn-create-dark{
    min-width: 140px;
  }
  .table-fix .table-responsive{
    margin-top: 20px;
  }
  .table-fix .view-toolbar.grid-actions{
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }
  .table-fix .view-toolbar.grid-actions .toolbar-actions{
    min-width: 100%;
    padding-right: 0;
  }
  .table-fix .view-toolbar.grid-actions .toolbar-actions .action.entitylist-download{
    min-width: 140px;
    margin-left: 0;
  }
}


@media screen and (max-width: 1199px) {
  /* The Overlay (background) */
.overlay {
  display: block;
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 15px 50px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-align: right;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
  text-decoration: none;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 36px;
  padding: 0 0 5px;
  border: 1px solid #fff;
  border-radius: 6px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  width: 45px;
  height: 45px;
  align-items: center;
}
.overlay .closebtn:hover,.overlay .closebtn:focus{
  text-decoration: none !important;
}

.overlay .nav-item.dropdown .dropdown-menu {
  right: 48px !important;
  left: auto !important;
}

.mobile-right{
  display: flex;
  align-items: center;
  justify-content: end;
  color: #fff;
}
.mobile-right span{
  display: inline-block;
}
.mobile-menuitem-hidden{
  display: none;
}
}

@media (min-width: 1699px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1620px;
  }
}

@media (min-width: 1920px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1820px;
  }
}

textarea {
  resize: none;
}

.btn {
  cursor: pointer;
  border-radius: 0 !important;
}

.prof-initials {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #6c757d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
}

.add-details-box .modal-dialog-virtical-center{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Bell icon with notification badge */
.notification-icon {
  position: relative;
  display: inline-block;
}

.notification-icon .bi-bell {
  font-size: 1.2rem;
  color: #19404c;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.notification-badge {
  position: absolute;
  top: 1px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  background-color: var(--dark);
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 0 4px;
  border-radius: 10px;
  border: 2px solid white;
  z-index: 10;
  line-height: 16px;
  transition: transform 0.2s ease-in-out, opacity 0.2s;
  opacity: 0;
  transform: scale(0);
}

.notification-badge.animate {
  opacity: 1;
  transform: scale(1);
}

.bi-bell.inactive {
  color: #C8CDCD !important;
}

.nav-notification-badge {
  position: absolute;
  top: 16px;
  right: 7px;
  min-width: 16px;
  height: 16px;
  background-color: var(--dark);
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 0 4px;
  border-radius: 10px;
  border: 2px solid white;
  z-index: 10;
  line-height: 16px;
  transition: transform 0.2s ease-in-out, opacity 0.2s;
  opacity: 0;
  transform: scale(0);
}

.nav-notification-badge.animate {
  opacity: 1;
  transform: scale(1);
}

.text-info-100{
    color: #4C73C1;
}

.pagination>li>a, .pagination>li>span{
  width: auto;
}

.btn.btn-btn-create-dark-outline.btn-outline-danger:focus:active{
  color: #ffffff !important;
}

.badge, .badge.badgeColor {
    float: left;
}

/* ZEM footer */

 .zem-footer {
  background-color: #062449; 
  color: #ffffff;
  padding: 48px 0 24px;
}

.zem-footer-heading {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 16px;
}

.zem-footer-text {
  color: #ffffff;
  font-size: 0.95rem;
}

.zem-footer-links li + li {
  margin-top: 4px;
}

.zem-footer a {
  color: #3B3F5C;
  text-decoration: underline;
}

.zem-footer a:hover {
  text-decoration: none;
}

.zem-volvo-logo {
  max-height: 50px;
  object-fit: contain;
}

.zem-green-logo {
  max-height: 60px;
  object-fit: contain;
}

/* timeline no activity */
#cd-no-activity {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
