/*!
 * 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;
}



#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;
}

.navbar-dark .navbar-toggler {
  border: 1px solid #302ce1;
}

.navbar-dark .navbar-toggler:hover {
  background-color: #4642e4;
}

.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: #069DA4;
    --lightHover: #02949c;
    --dark: #04696D;
    --darkHover: #03575a;
    --slbBlue:#0014DC;
    --greenText:#18404C;
    --slbCapturiLightTeal:#049DA4;
  }

body{
  font-family: "Inter", sans-serif;
  font-size: 16px;
  background-image: url('./Background-min.png');
  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: 214px;
  height: auto !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='%23184350' 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='%23184350' 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.signin-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;
  }
  body.signin-page::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 110px;
    height: calc(100% - 225px);
    width: 50%;
    background-image: url(./Background-min.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@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: #184350;
    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: #184350 !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: #184350;
}

.navbar .custom-container{
  min-height: 115px;
  position: relative;
  z-index: auto;
}

/* Ensure navbar dropdowns appear above custom-container */
.navbar .dropdown {
  position: relative;
  z-index: 1100;
}

.navbar .dropdown.show .dropdown-menu,
.navbar .dropdown.open .dropdown-menu {
  display: block !important;
  z-index: 1100 !important;
}
.navbar-dark .navbar-nav > li > a:focus{
  border: none !important;
  outline: none;
}

.navbar-static-top.navbar-inverse{
    background-color: #FAFAF9 !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: absolute;
  bottom: 0;
  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(--dark);
  color: #fff;
  /* border-radius: 6px !important; */
  border-radius: 0;
  padding: 8px 16px;
  border: 1px solid var(--dark);
}
.btn.btn-create-dark:hover,.btn.btn-create-dark:focus{
  background-color: #069DA4;
  border: 1px solid #069DA4;
}
.btn.btn-create-dark.btn-btn-create-dark-outline{
  background-color: #fff;
  color: #01414D;
  border: 1px solid #01414D;
}
.btn.btn-create-dark.btn-btn-create-dark-outline:hover,.btn.btn-create-dark.btn-btn-create-dark-outline:focus{
  background-color: #E6FAFA;
  border: 1px solid #E6FAFA;
}
.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: #E6FAFA;
}
.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: #E6FAFA;
  color: #8B909A;
}

.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(--lightHover);
  border-color: var(--lightHover);
}
.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(--lightHover);
  border-color:  var(--lightHover);
}
.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(--lightHover) !important;
  color: #ffffff !important;
  border-color: var(--lightHover) !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;
}
.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;
}

.add-comment-section{
  position: absolute;
  width: 100%;
  padding: 10px 15px 0;
  background: #E6FAFA;
  display: flex;
  flex-direction: column;
  z-index: 1;
  max-height: 425px;
  overflow-y: auto;
}
.add-comment-section-footer{
  position: sticky;
  bottom: 0;
  background: #E6FAFA;
  padding: 10px;
}
.add-comment-section .form-control{
  background-color: transparent !important;
  /* border: none !important; */
  font-size: 0.8125em;
}
.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: #E6FAFA;
}
.modal{
  background: rgba(0, 0, 0, 0.5);
}
.confirm-box .modal-dialog{
  max-width: 540px;
}
.confirm-box .modal-content{
  background: #01414D;
  border: 1px solid #01414D;
}
.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: #E6FAFA;
}
.confirm-box .modal-content .modal-footer .btn.btn-create-dark{
  background: #069DA4;
}
.view-pagination .pagination{
  padding-bottom: 15px;
}
.text-underline{
  text-decoration: underline;
}
.text-light-gray{
  color: #8B909A !important;
}
.text-primary-100{
  color: #02949c;
}
.tooltip-info{
  color: #02949c;
  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: left;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: auto;
  width: max-content;
  max-width: 280px;
  padding: 12px 16px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  color: #333333;
  border: 2px solid #049DA4;
  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: #049DA4;
}
[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: #049DA4;
}
[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: #049DA4;
  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: #049DA4;
  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: #E6FAFA;
}

.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;
}
/* Hide original text in status cells - badge shown via ::before */
.table>tbody>tr>td[data-attribute="statuscode"]{
  color: transparent;
  font-size: 0;
}
.table>tbody>tr>td[data-attribute="statuscode"]::before{
  position: absolute;
  color: #ffffff;
  border-radius: 6px;
  padding: 5px 10px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  font-weight: 500;
  min-width: 80px;
  max-width: 130px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table>tbody>tr>td[aria-label="In Progress"]::before{
  content: 'In Progress';
  background: var(--slbBlue);
  
}
.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(--slbBlue);
}
.table>tbody>tr>td[aria-label="Waiting for Details"]::before{
  content: 'Waiting for Details';
  background: var(--slbBlue);
}
.table>tbody>tr>td[aria-label="Waiting for Customer"]::before{
  content: 'Waiting for Customer';
  background: var(--slbBlue);
}
.table>tbody>tr>td[aria-label="Researching"]::before{
  content: 'Researching';
  background: var(--slbBlue);
}

.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(--slbBlue);
}

.table>tbody>tr>td[aria-label="Merged"]::before{
  content: 'Merged';
  background: var(--slbBlue);
}

.table>tbody>tr>td[aria-label="Customer cannot be contacted"]::before{
  content: 'Customer cannot be contacted';
  background: var(--slbBlue);
}

.table>tbody>tr>td[aria-label="Out of focus area"]::before{
  content: 'Out of focus area';
  background: var(--slbBlue);
}
.table>tbody>tr>td[aria-label="Out of region"]::before{
  content: 'Out of region';
  background: var(--slbBlue);
}
.table>tbody>tr>td[aria-label="Qualified to Leads"]::before{
  content: 'Qualified to Leads';
  background: var(--slbBlue);
}
.table>tbody>tr>td[aria-label="Unrelated"]::before{
  content: 'Unrelated';
  background: var(--slbBlue);
}
.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: 180px;
    min-width: 180px;
  }
  .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: 100%;
  }
  .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;
}

.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;
}

/* ============================================================
   ENHANCED UX/UI IMPROVEMENTS - Forms, Lists & Responsiveness
   ============================================================ */

/* ----- FORM FIELD ENHANCEMENTS ----- */
.form-control {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  padding: 10px 14px;
  font-size: 0.9375rem;
  min-height: 44px;
}

.form-control:hover:not(:disabled):not(:focus) {
  border-color: rgba(1, 65, 77, 0.4) !important;
}

.form-control:focus {
  border-color: #049DA4 !important;
  box-shadow: 0 0 0 3px rgba(4, 157, 164, 0.15) !important;
  outline: none;
  background-color: #fff;
}

.form-control.is-invalid {
  border-color: #dc3545 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;
  padding-right: 40px;
}

.invalid-feedback {
  display: none;
  font-size: 0.8125rem;
  color: #dc3545;
  margin-top: 6px;
  padding-left: 2px;
}

.is-invalid ~ .invalid-feedback,
.is-invalid + .invalid-feedback,
.form-group.is-invalid .invalid-feedback {
  display: block;
}

/* Form Labels */
.form-label {
  font-weight: 500;
  color: #3B3F5C;
  font-size: 0.875rem;
  margin-bottom: 6px;
  display: block;
}

.form-label + .form-control,
.form-label + .choices {
  margin-top: 4px;
}

/* Form Groups with better spacing */
.form-group {
  margin-bottom: 1.25rem;
}

.form-group:last-child {
  margin-bottom: 0;
}

/* Textarea improvements */
textarea.form-control {
  min-height: 120px;
  line-height: 1.6;
}

/* Select improvements */
select.form-control {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238B909A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 10px;
  padding-right: 36px;
  appearance: none;
}

/* Radio & Checkbox Enhancements */
.form-check {
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
}

.form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  margin-left: -1.75rem;
  cursor: pointer;
  border: 2px solid rgba(142, 142, 142, 0.5);
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
  appearance: none;
  background-color: #fff;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:hover {
  border-color: #049DA4;
}

.form-check-input:focus {
  border-color: #049DA4;
  box-shadow: 0 0 0 3px rgba(4, 157, 164, 0.2);
  outline: none;
}

.form-check-input:checked {
  background-color: #01414D;
  border-color: #01414D;
}

.form-check-input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

.form-check-input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.form-check-label {
  cursor: pointer;
  user-select: none;
  font-weight: 400;
  color: #3B3F5C;
  padding-left: 4px;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 1.25rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-left: 0;
  margin-right: 0.5rem;
}

/* ----- CHOICES.JS ENHANCEMENTS ----- */
.choices__inner {
  min-height: 44px !important;
  padding: 6px 10px !important;
  border-radius: 6px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.choices__inner:hover {
  border-color: rgba(1, 65, 77, 0.4) !important;
}

.choices.is-focused .choices__inner {
  border-color: #049DA4 !important;
  box-shadow: 0 0 0 3px rgba(4, 157, 164, 0.15);
}

.choices__list--dropdown {
  border-radius: 6px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(142, 142, 142, 0.2) !important;
  margin-top: 4px;
  z-index: 1060;
}

.choices__list--dropdown .choices__item {
  padding: 10px 14px;
  font-size: 0.875rem;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #E6FAFA;
  color: #01414D;
}

/* ----- TABLE/LIST VIEW ENHANCEMENTS ----- */
.table {
  border-collapse: separate;
  border-spacing: 0;
}

.table > thead > tr > th {
  background-color: #F8F9FA;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #5A5C69;
  padding: 14px 16px;
  border-bottom: 2px solid #E3E6F0;
  white-space: nowrap;
}

.table > tbody > tr {
  transition: background-color 0.15s ease;
}

.table > tbody > tr:hover {
  background-color: #F8FDFD;
}

.table > tbody > tr > td {
  padding: 14px 16px;
  vertical-align: middle;
  border-bottom: 1px solid #E9ECEF;
  font-size: 0.9rem;
}

.table > tbody > tr:last-child > td {
  border-bottom: none;
}

/* Table row selected state */
.table-row-selected {
  background-color: #E6FAFA !important;
}

.table-row-selected:hover {
  background-color: #D4F4F4 !important;
}

/* Entity list / grid improvements */
.entitylist {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.table-fix .table-responsive {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* Grid search improvements */
.table-fix .grid-actions .entitylist-search {
  max-width: 400px;
}

.table-fix .grid-actions .entitylist-search input.form-control {
  border-radius: 6px 0 0 6px !important;
  min-height: 42px;
}

.table-fix .grid-actions .input-group-btn:last-child > .btn {
  min-height: 42px;
  border-radius: 0 6px 6px 0 !important;
  padding: 8px 16px;
}

/* Status badges in tables - improved */
.table > tbody > tr > td[data-attribute="statuscode"]::before {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 5px 10px;
  border-radius: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ----- CARD IMPROVEMENTS ----- */
.card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.card-header {
  background-color: #fff;
  border-bottom: 1px solid #F0F0F0;
  padding: 20px 24px;
  border-radius: 16px 16px 0 0;
}

.card-header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #01414D;
  margin: 0;
}

.card-section {
  background-color: #fff;
  padding: 16px;
  border-radius: 12px;
  transition: box-shadow 0.2s ease;
}

.card-section:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.card-section-content {
  padding: 24px;
}

/* ----- BUTTON IMPROVEMENTS ----- */
.btn {
  transition: all 0.2s ease;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 0.9375rem;
  border-radius: 6px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn:focus {
  box-shadow: 0 0 0 3px rgba(4, 157, 164, 0.25);
}

.btn.btn-create-dark {
  min-height: 44px;
}

.btn.btn-create-dark:active {
  transform: translateY(1px);
}

.btn.btn-transparent {
  background: transparent;
  border: 1px solid transparent;
  color: #01414D;
  font-weight: 500;
}

.btn.btn-transparent:hover {
  background-color: #E6FAFA;
  border-color: #E6FAFA;
}

.btn i.bi {
  font-size: 1rem;
}

/* ----- MODAL IMPROVEMENTS ----- */
.modal-content {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.modal-header {
  padding: 20px 24px;
  border-bottom: 1px solid #F0F0F0;
}

.modal-title {
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-body {
  padding: 24px;
}

.modal-footer {
  padding: 16px 24px;
  border-top: 1px solid #F0F0F0;
  gap: 12px;
}

.modal.fade .modal-dialog {
  transform: translateY(-20px) scale(0.98);
  transition: transform 0.25s ease-out;
}

.modal.show .modal-dialog {
  transform: translateY(0) scale(1);
}

/* Add Comment Modal specific */
#addCommentModal .modal-content {
  background: #fff;
}

#addCommentModal .modal-header {
  background: linear-gradient(135deg, #01414D 0%, #026269 100%);
  color: #fff;
  border-bottom: none;
}

#addCommentModal .modal-title {
  color: #fff;
}

#addCommentModal .btn-close {
  filter: brightness(0) invert(1);
}

/* ----- ACTIVITY LOG / TIMELINE IMPROVEMENTS ----- */
.activity-log-section {
  background: #FAFBFC;
  border-radius: 12px;
  border: 1px solid #E9ECEF;
  overflow: hidden;
}

.activity-log-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 20px;
  background: #fff;
  border-bottom: 1px solid #E9ECEF;
}

.activity-log-header h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #01414D;
}

.activity-log-body {
  padding: 16px 20px;
  max-height: 400px;
  overflow-y: auto;
}

.activity-log-body-row {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid #E9ECEF;
  transition: box-shadow 0.2s ease;
}

.activity-log-body-row:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.activity-log-body-row:last-child {
  margin-bottom: 0;
}

/* ----- FILEPOND IMPROVEMENTS ----- */
.filepond--panel-root {
  background-color: #FAFBFC !important;
  border: 2px dashed #D2D5DA !important;
  border-radius: 12px !important;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.filepond--root:hover .filepond--panel-root {
  border-color: #049DA4 !important;
  background-color: #F8FDFD !important;
}

.filepond--drop-label {
  color: #5A5C69;
}

.filepond--drop-label label {
  font-size: 0.9375rem;
}

/* ----- PAGINATION IMPROVEMENTS ----- */
.pagination {
  gap: 4px;
}

.pagination > li > a,
.pagination > li > span {
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
  font-weight: 500;
  transition: all 0.15s ease;
}

.pagination > .active > a {
  background-color: #01414D !important;
  color: #fff;
  border: none;
}

/* ----- MULTI-SELECT LIST IMPROVEMENTS ----- */
.multi-select-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 44px;
  padding: 8px;
  background: #FAFBFC;
  border: 1px solid rgba(142, 142, 142, 0.2);
  border-radius: 8px;
}

.multi-select-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #E6FAFA;
  border-radius: 6px;
  font-size: 0.8125rem;
  color: #01414D;
  border: 1px solid #C8EDED;
}

.multi-select-item-remove {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.15s ease;
  display: flex;
  align-items: center;
}

.multi-select-item-remove:hover {
  opacity: 1;
}

/* ----- ACC DETAILS BOX IMPROVEMENTS ----- */
.acc-details {
  background: #FAFBFC;
  border: 1px solid #E9ECEF;
  padding: 20px;
  border-radius: 12px;
}

.acc-details p {
  margin-bottom: 4px;
}

.acc-details .text-light-gray {
  font-size: 0.8125rem;
}

.acc-details .fw-semibold {
  font-size: 0.9375rem;
  color: #3B3F5C;
}

/* ----- STEP INDICATOR IMPROVEMENTS ----- */
.steppy-indicator {
  height: 8px;
  border-radius: 4px;
  background-color: #E2E6F9;
  margin-top: 12px;
  overflow: hidden;
}

.steppy-indicator::before {
  top: 0;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, #049DA4 0%, #01414D 100%);
  transition: width 0.4s ease;
}

/* ----- RESPONSIVE IMPROVEMENTS ----- */
@media screen and (max-width: 991px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .card-header {
    padding: 16px 20px;
  }
  
  .card-section-content {
    padding: 20px;
  }
  
  .form-group {
    margin-bottom: 1rem;
  }
  
  .btn.min-w-300 {
    min-width: auto;
    width: 100%;
  }
  
  .card-footer-btn {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .card-footer-btn .btn {
    width: 100%;
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  /* Mobile form improvements */
  .form-control {
    font-size: 16px; /* Prevents zoom on iOS */
    min-height: 48px;
    padding: 12px 14px;
  }
  
  .form-label {
    font-size: 0.9375rem;
  }
  
  .form-check-inline {
    display: flex;
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }
  
  /* Mobile table - card view */
  .table-fix .table > thead {
    display: none;
  }
  
  .table-fix .table > tbody > tr {
    display: block;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 16px;
    border: 1px solid #E9ECEF;
  }
  
  .table-fix .table > tbody > tr > td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid #F0F0F0;
    text-align: right;
  }
  
  .table-fix .table > tbody > tr > td:last-child {
    border-bottom: none;
  }
  
  .table-fix .table > tbody > tr > td::before {
    content: attr(data-th);
    font-weight: 600;
    font-size: 0.8125rem;
    color: #5A5C69;
    text-align: left;
    flex-shrink: 0;
    margin-right: 16px;
  }
  
  .table-fix .table > tbody > tr > td[data-attribute="statuscode"]::before {
    position: static;
  }
  
  /* Mobile modal */
  .modal-dialog {
    margin: 16px;
  }
  
  .modal-content {
    border-radius: 16px;
  }
  
  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 16px 20px;
  }
  
  /* Mobile activity log */
  .activity-log-header {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .activity-log-header > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
  }
  
  .activity-log-header .btn {
    flex: 1;
    min-width: calc(50% - 4px);
  }
  
  /* Mobile acc-details */
  .acc-details .border-right {
    border-right: none !important;
    border-bottom: 1px solid rgba(142, 142, 142, 0.2);
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  
  .acc-details .col-md-4:last-child .border-right {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  /* Mobile buttons */
  .btn {
    padding: 12px 20px;
    min-height: 48px;
  }
  
  /* Mobile grid actions */
  .table-fix .grid-actions {
    flex-direction: column;
    gap: 12px;
  }
  
  .table-fix .grid-actions .entitylist-search {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 575px) {
  .form-check-inline {
    flex-direction: row;
    align-items: center;
  }
  
  .card-section {
    padding: 12px;
  }
  
  .card-section-content {
    padding: 16px;
  }
  
  /* Stack radio buttons vertically on very small screens */
  .form-group > br + .form-check-inline:first-of-type {
    margin-top: 8px;
  }
}

/* ----- ACCESSIBILITY IMPROVEMENTS ----- */
.btn:focus-visible,
.form-control:focus-visible,
.form-check-input:focus-visible {
  outline: 2px solid #049DA4;
  outline-offset: 2px;
}

/* Skip link for keyboard users */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #01414D;
  color: #fff;
  padding: 8px 16px;
  z-index: 10000;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 0;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ----- LOADING STATES ----- */
.btn.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}

.btn.loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ----- EMPTY STATE STYLING ----- */
.empty-state {
  text-align: center;
  padding: 48px 24px;
  color: #8B909A;
}

.empty-state i {
  font-size: 3rem;
  margin-bottom: 16px;
  opacity: 0.5;
}

.empty-state p {
  margin: 0;
  font-size: 0.9375rem;
}

/* ----- SCROLLBAR STYLING ----- */
.activity-log-body::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
  width: 6px;
}

.activity-log-body::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track {
  background: #F0F0F0;
  border-radius: 3px;
}

.activity-log-body::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb {
  background: #C8CDCD;
  border-radius: 3px;
}

.activity-log-body::-webkit-scrollbar-thumb:hover,
.modal-body::-webkit-scrollbar-thumb:hover {
  background: #A0A5A5;
}
/* ============================================================
   SLB CAPTURI PORTAL - BUG FIXES & IMPROVEMENTS
   Date: 2026-02-08
   Based on Branislav's test findings (07 Feb 2026)
   ============================================================ */

/* ----- #14 CRITICAL: Spinner blocking OK button fix ----- */
.modal .spinner-overlay,
.confirm-box .spinner-border,
.modal-footer .spinner-border {
  position: relative;
  z-index: 1;
}

.modal-footer .btn {
  position: relative;
  z-index: 2;
}

/* Ensure buttons are always clickable in modals */
.modal-footer {
  position: relative;
  z-index: 10;
}

/* If spinner is inside button, don't block the button */
.btn .spinner-border {
  pointer-events: none;
}

/* ----- #10 MODERN TOOLTIPS ----- */
/* Override old tooltip styles for modern look - white bg with teal border */
[tooltip]::after {
  text-align: left !important;
  min-width: auto;
  width: max-content;
  max-width: 280px;
  padding: 12px 16px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  color: #333333 !important;
  border: 2px solid #049DA4;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

[tooltip]::before {
  border-top-color: #049DA4;
}

[tooltip][flow^="down"]::before {
  border-bottom-color: #049DA4;
}

[tooltip][flow^="left"]::before {
  border-left-color: #049DA4;
}

[tooltip][flow^="right"]::before {
  border-right-color: #049DA4;
}

/* Tooltip info icon - use info icon instead of exclamation for non-actionable hints */
.tooltip-hint {
  color: #6c757d;
  cursor: default;
}

.tooltip-hint i {
  font-size: 0.875rem;
}

/* Bottom info text - use different styling than tooltips */
.info-hint {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: #6c757d;
  font-size: 0.875rem;
}

.info-hint i {
  color: #049DA4;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ----- #5 DROPDOWN SCROLL FIX (Choices.js) ----- */
.choices__list--dropdown {
  max-height: 300px !important;
  overflow-y: auto !important;
}

.choices__list--dropdown .choices__list {
  max-height: none !important;
}

/* Ensure Related System dropdown scrolls properly */
#related-system-list + .choices .choices__list--dropdown,
.choices[data-type*="select-one"] .choices__list--dropdown {
  max-height: 280px !important;
  overflow-y: auto !important;
}

/* ----- #6 MESSENGER-STYLE TIMELINE ----- */
.activity-log-body-row.comment-bubble {
  position: relative;
  padding: 12px 16px;
  background: #fff;
  border-radius: 16px 16px 16px 4px;
  margin-bottom: 16px;
  border: 1px solid #E9ECEF;
  max-width: 85%;
}

.activity-log-body-row.comment-bubble.own-message {
  background: #E6FAFA;
  border-color: #C8EDED;
  border-radius: 16px 16px 4px 16px;
  margin-left: auto;
}

.activity-log-body-row .comment-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.activity-log-body-row .comment-author {
  font-weight: 600;
  color: #01414D;
  font-size: 0.875rem;
}

.activity-log-body-row .comment-time {
  color: #8B909A;
  font-size: 0.75rem;
}

.activity-log-body-row .comment-body {
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.5;
  word-wrap: break-word;
}

.activity-log-body-row .comment-attachment {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 12px;
  background: #F8F9FA;
  border-radius: 8px;
  font-size: 0.8125rem;
  color: #01414D;
}

.activity-log-body-row .comment-attachment i {
  color: #049DA4;
}

/* Read/Unread indicator */
.activity-log-body-row .read-status {
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 0.75rem;
  color: #049DA4;
}

/* ----- #3 CASE STATUS BADGE IMPROVEMENTS ----- */
.case-status-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: capitalize;
}

/* Remove corner dots, add proper border-radius */
.case-status-badge.status-registered,
.case-status-badge.status-active {
  background: #049DA4;
  color: #fff;
  border-radius: 6px;
}

.case-status-badge.status-reactivated {
  background: #6c757d;
  color: #fff;
  border-radius: 6px;
}

/* ----- #9 BUTTON LABEL CONSISTENCY ----- */
/* "Next" button styling to match "Back" */
.btn-next {
  min-width: 120px;
}

/* ----- #11 PREVIEW PAGE IMPROVEMENTS ----- */
.preview-section {
  background: #FAFBFC;
  border-radius: 12px;
  border: 1px solid #E9ECEF;
  padding: 20px;
  margin-bottom: 16px;
}

.preview-section .form-group {
  margin-bottom: 12px;
}

.preview-section .form-label {
  font-weight: 500;
  color: #6c757d;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.preview-section .form-control:disabled {
  background: #fff;
  border-color: #E9ECEF;
  color: #333;
}

/* Consistent display for Supplier, Tags, Attachments in preview */
.preview-section .multi-select-list {
  background: #fff;
  min-height: 44px;
}

/* ----- #13 PROGRESS BAR FOR SUBMISSION ----- */
.submission-progress {
  display: none;
  margin-top: 16px;
}

.submission-progress.active {
  display: block;
}

.submission-progress .progress {
  height: 8px;
  border-radius: 4px;
  background: #E9ECEF;
  overflow: hidden;
}

.submission-progress .progress-bar {
  background: linear-gradient(90deg, #049DA4, #02949c);
  border-radius: 4px;
  transition: width 0.3s ease;
}

.submission-progress .progress-text {
  font-size: 0.8125rem;
  color: #6c757d;
  margin-top: 8px;
  text-align: center;
}

/* ----- #15 CASE SUMMARY MODERNIZATION ----- */
.summary-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #E9ECEF;
  overflow: hidden;
}

.summary-card .summary-header {
  background: linear-gradient(135deg, #01414D 0%, #049DA4 100%);
  color: #fff;
  padding: 24px;
}

.summary-card .summary-header h3 {
  margin: 0;
  font-weight: 600;
}

.summary-card .summary-body {
  padding: 24px;
}

.summary-card .summary-row {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #F0F0F0;
}

.summary-card .summary-row:last-child {
  border-bottom: none;
}

.summary-card .summary-label {
  font-weight: 600;
  color: #01414D;
  min-width: 200px;
  flex-shrink: 0;
}

.summary-card .summary-value {
  color: #333;
}

/* Section titles in summary */
.summary-card .section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #01414D;
  margin: 24px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #049DA4;
}

/* Table styling for affected items */
.table-summary {
  width: 100%;
  border-collapse: collapse;
}

.table-summary th {
  background: #F8F9FA;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-bottom: 2px solid #E9ECEF;
}

.table-summary td {
  padding: 12px 16px;
  border-bottom: 1px solid #F0F0F0;
  color: #333;
}

.table-summary tr:hover td {
  background: #FAFBFC;
}

/* ----- #16 CLOSE BUTTON FOR SUMMARY ----- */
.summary-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.summary-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* ----- #18 CONFIRMATION DIALOG IMPROVEMENTS ----- */
.confirm-box .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.confirm-box .modal-header {
  border-bottom: 1px solid #F0F0F0;
  padding: 20px 24px;
}

.confirm-box .modal-title {
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.confirm-box .modal-title i {
  font-size: 1.25rem;
}

.confirm-box .modal-title .bi-check-circle-fill {
  color: #049DA4;
}

.confirm-box .modal-title .bi-exclamation-circle-fill {
  color: #f0ad4e;
}

.confirm-box .modal-title .bi-exclamation-triangle-fill {
  color: #dc3545;
}

.confirm-box .modal-body {
  padding: 24px;
}

.confirm-box .modal-footer {
  border-top: 1px solid #F0F0F0;
  padding: 16px 24px;
  gap: 12px;
}

/* Better button labels */
.confirm-box .btn-primary-action {
  min-width: 120px;
}

/* Allow ESC key / X icon to close */
.confirm-box .btn-close-modal {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F0F0;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.confirm-box .btn-close-modal:hover {
  background: #E0E0E0;
}

/* ----- #2 TOOLTIP TEXT ALIGNMENT ----- */
/* Left-align tooltip text for better readability */
[tooltip]::after {
  text-align: left !important;
}

/* ----- EUROPEAN DATE FORMAT HELPER CLASS ----- */
.date-eu {
  font-variant-numeric: tabular-nums;
}

/* ----- RESPONSIVE FIXES ----- */
@media (max-width: 767px) {
  .activity-log-body-row.comment-bubble {
    max-width: 95%;
  }
  
  .summary-card .summary-row {
    flex-direction: column;
  }
  
  .summary-card .summary-label {
    margin-bottom: 4px;
  }
  
  [tooltip]::after {
    min-width: 200px;
    max-width: 280px;
  }
}

/* ----- CHAT-STYLE TIMELINE ----- */
.chat-message {
  display: flex;
  margin-bottom: 16px;
  width: 100%;
}

.chat-message .chat-bubble {
  max-width: 75%;
  padding: 12px 16px;
  border-radius: 16px;
  position: relative;
}

/* Received messages (from others) - left aligned */
.chat-message.received {
  justify-content: flex-start;
}

.chat-message.received .chat-bubble {
  background: #f0f2f5;
  border-bottom-left-radius: 4px;
}

/* Sent messages (from current user) - right aligned */
.chat-message.sent {
  justify-content: flex-end;
}

.chat-message.sent .chat-bubble {
  background: linear-gradient(135deg, #04696D 0%, #058B8F 100%);
  color: #fff;
  border-bottom-right-radius: 4px;
}

.chat-message.sent .chat-sender,
.chat-message.sent .chat-time {
  color: rgba(255, 255, 255, 0.8);
}

.chat-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 12px;
}

.chat-sender {
  font-weight: 600;
  color: #04696D;
}

.chat-time {
  color: #8B909A;
  font-size: 11px;
}

.chat-status {
  margin-left: auto;
}

.chat-content {
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}

.chat-content strong {
  display: block;
  margin-bottom: 4px;
}

.chat-attachments {
  margin-top: 8px;
}

.chat-attachments:empty {
  display: none;
}

/* Improved attachment readability in timeline chat bubbles */
/* Sent messages (teal background) - white text */
.chat-message.sent .chat-attachments a,
.chat-message.sent .chat-attachments .chat-attachment {
  color: #ffffff;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  margin: 2px 0;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  font-size: 0.85rem;
  transition: background-color 0.2s ease;
}

.chat-message.sent .chat-attachments a:hover,
.chat-message.sent .chat-attachments .chat-attachment:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
  text-decoration: underline;
}

.chat-message.sent .chat-attachments .text-light-gray,
.chat-message.sent .chat-attachments p {
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 4px;
}

.chat-message.sent .chat-attachments .row {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 6px 10px;
  margin: 4px 0;
}

.chat-message.sent .chat-attachments .multi-select-item-icon i {
  color: rgba(255, 255, 255, 0.9);
}

/* Received messages (gray background) - dark text for readability */
.chat-message.received .chat-content {
  color: #374151 !important;
}

.chat-message.received .chat-attachments a,
.chat-message.received .chat-attachments .chat-attachment {
  color: #049DA4;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  margin: 2px 0;
  background-color: rgba(4, 157, 164, 0.1);
  border-radius: 4px;
  font-size: 0.85rem;
  transition: background-color 0.2s ease;
}

.chat-message.received .chat-attachments a:hover,
.chat-message.received .chat-attachments .chat-attachment:hover {
  color: #037a80;
  background-color: rgba(4, 157, 164, 0.2);
  text-decoration: underline;
}

.chat-message.received .chat-attachments .text-light-gray,
.chat-message.received .chat-attachments p {
  color: #4b5563 !important;
  margin-bottom: 4px;
}

.chat-message.received .chat-attachments .row {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 6px 10px;
  margin: 4px 0;
}

.chat-message.received .chat-attachments .multi-select-item-icon i {
  color: #6b7280;
}

/* Timeline container for chat style */
#timeline,
#regular-timeline {
  display: flex;
  flex-direction: column;
  padding: 16px;
  max-height: 500px;
  overflow-y: auto;
}

/* ============================================================
   Profile Page Button Alignment Fixes
   ============================================================ */

/* Fix Company Name input-group button alignment */
.profile-page .input-group {
  display: flex;
  align-items: stretch;
}

.profile-page .input-group .form-control {
  border-radius: 6px 0 0 6px !important;
  flex: 1;
}

.profile-page .input-group-btn,
.profile-page .input-group-append {
  display: flex;
}

.profile-page .input-group-btn .btn,
.profile-page .input-group-append .btn {
  height: 100%;
  border-radius: 0 !important;
  border: 1px solid rgba(142,142,142,0.3);
  border-left: none;
  background-color: #fff;
  color: #8B909A;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-page .input-group-btn:last-child .btn:last-child,
.profile-page .input-group-append .btn:last-child {
  border-radius: 0 6px 6px 0 !important;
}

/* Fix Previous/Update button alignment - both on the right */
.profile-page .form-horizontal .actions,
.profile-page .crmEntityFormView .actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 15px;
}

.profile-page .form-horizontal .actions .btn,
.profile-page .crmEntityFormView .actions .btn {
  margin: 0;
}

/* Style Previous button to match outline style */
.profile-page .actions .btn-default,
.profile-page .actions .btn[type="button"]:not(.btn-primary) {
  background-color: transparent;
  border: 1px solid var(--dark);
  color: var(--dark);
  border-radius: 6px !important;
  padding: 8px 24px;
}

.profile-page .actions .btn-default:hover,
.profile-page .actions .btn[type="button"]:not(.btn-primary):hover {
  background-color: var(--dark);
  color: #fff;
}

/* Style Update/Submit button */
.profile-page .actions .btn-primary {
  background-color: var(--dark);
  border: 1px solid var(--dark);
  color: #fff;
  border-radius: 6px !important;
  padding: 8px 24px;
}

/* ============================================================
   Add New Tag Modal - Dropdown Fixes
   ============================================================ */

/* Make modal body scrollable to accommodate dropdowns */
#addNewTagModal .modal-body {
  max-height: 60vh;
  overflow-y: auto;
}

/* Ensure Choices.js dropdown in modal opens above when position: top is set */
#addNewTagModal .choices__list--dropdown {
  max-height: 200px;
  overflow-y: auto;
}

/* When dropdown should flip to top */
#addNewTagModal .choices.is-flipped .choices__list--dropdown {
  bottom: 100%;
  top: auto;
  margin-bottom: 0;
  margin-top: 0;
}

/* Ensure dropdown stays within modal viewport */
#addNewTagModal .choices__list--dropdown.is-active {
  z-index: 1060;
}

/* Fix Add Existing Contact modal dropdown z-index issue */
#addExistingContactModal .modal-content,
#addExistingContactModal .modal-body {
  overflow: visible !important;
}

#addExistingContactModal .choices {
  position: relative;
  z-index: 10;
}

#addExistingContactModal .choices__list--dropdown,
#addExistingContactModal .choices__list--dropdown.is-active {
  z-index: 1070 !important;
  position: absolute !important;
  max-height: 250px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

#addExistingContactModal .choices__list--dropdown .choices__list {
  max-height: none !important;
  overflow: visible !important;
}

#addExistingContactModal .modal-footer {
  position: relative;
  z-index: 1;
}

/* Style pagination/scrolling for dropdown list */
#addNewTagModal .choices__item--selectable {
  padding: 10px 12px;
}

/* Related system dropdown specific fix - keep above footer */
#addNewTagModal #related-system-list + .choices__list--dropdown,
#addNewTagModal .choices[data-type="select-one"] .choices__list--dropdown {
  max-height: 180px;
}

/* Fix pixel gap between header and body */
.navbar {
  margin-bottom: 0 !important;
}

header,
.header,
nav.navbar {
  border-bottom: none !important;
}

main,
.content-wrapper,
.page_section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove ALL gaps between header and body on home page */
body > .wrapper,
body > main,
body > .content-wrapper,
.wrapper-body,
.page-content,
#content-container,
.container-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Target Power Pages page content wrappers only */
.page-content > .container:first-child,
.content-wrapper > .container:first-child,
section.page_section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Ensure dropdowns work correctly - reset any inherited styles */
.navbar .dropdown-menu,
.dropdown-menu,
.search-dropdown,
[class*="dropdown-menu"] {
  margin-top: 0;
  z-index: 1050 !important;
  pointer-events: auto !important;
}

/* Profile dropdown - ensure clickable */
.navbar .dropdown-menu a,
.navbar .dropdown-menu li,
.navbar .dropdown-menu .dropdown-item {
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 1051 !important;
  position: relative;
}

/* Search dropdown specific */
.navbar .dropdown.open .dropdown-menu,
.navbar .search-container .dropdown-menu {
  display: block;
}

/* Case list view dropdown alignment fix */
.table-fix .grid-actions .selected-view.dropdown-toggle {
  min-height: 42px;
  padding: 8px 12px !important;
}

/* Ensure grid-actions items are vertically centered */
.table-fix .grid-actions {
  align-items: center;
}

/* Fix search icon button border alignment */
.table-fix .grid-actions .input-group-btn:last-child > .btn {
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  border: 1px solid rgba(142,142,142,0.4) !important;
  border-left: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 12px;
}

/* Ensure search input and button have matching borders */
.table-fix .grid-actions .entitylist-search .input-group {
  display: flex;
  align-items: stretch;
}

.table-fix .grid-actions .entitylist-search input.form-control {
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  border: 1px solid rgba(142,142,142,0.4) !important;
  border-right: none !important;
  box-sizing: border-box;
  margin: 0;
}

/* Force input-group-btn to match height */
.table-fix .grid-actions .input-group-btn {
  display: flex;
  align-items: stretch;
}

/* Timeline and Related Contacts height alignment */
/* Make row stretch so both columns have equal height - EXCLUDE footer buttons */
.card-section-content .row:not(.card-footer-btn):not([class*="mt-5"]):not([class*="text-end"]) {
  display: flex;
  flex-wrap: wrap;
}

.card-section-content .row:not(.card-footer-btn):not([class*="mt-5"]):not([class*="text-end"]) > [class*="col-xl-"],
.card-section-content .row:not(.card-footer-btn):not([class*="mt-5"]):not([class*="text-end"]) > [class*="col-lg-"] {
  display: flex;
  flex-direction: column;
}

/* Reset button container to normal flow */
.card-footer-btn,
.row.card-footer-btn,
.text-end.card-footer-btn,
[class*="card-footer-btn"] {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  flex-wrap: wrap;
  gap: 8px;
}

.card-footer-btn .btn {
  width: auto !important;
  flex: none !important;
}

/* Spacing between Related Contacts header buttons */
.activity-log-header .btn,
.activity-log-header button {
  margin-left: 8px;
}

.activity-log-header .btn:first-child,
.activity-log-header button:first-child {
  margin-left: 0;
}

/* Alternative: use gap on header container */
.activity-log-header {
  gap: 8px;
}

/* Activity log / Timeline should fill available height */
.activity-log-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.activity-log-section .activity-log-body {
  flex: 1;
  overflow-y: auto;
  max-height: 400px;
}

/* Case details page - align timeline with form fields */
.case-details-section .row,
#case-details .row,
.modal-body .row {
  display: flex;
  align-items: stretch;
}

.case-details-section .row > div,
#case-details .row > div,
.modal-body .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* Ensure the timeline container stretches */
.case-details-section .activity-log-section,
#case-details .activity-log-section {
  height: 100%;
  min-height: auto;
}

/* Step 1 - Related contacts alignment with Description field */
#step01 .row {
  display: flex;
  align-items: stretch;
}

#step01 .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

#step01 .activity-log-section {
  flex: 1;
  height: 100%;
}

/* ============================================================
   END OF BUG FIXES
   ============================================================ */
