/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

h1.underline,
h4.underline {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 21px;
}



.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;
}


.site-logo.light-logo {
  display: none;
}


body.light-theme .site-logo.dark-logo {
  display: none;
}

body.light-theme .site-logo.light-logo {
  display: inline;
}


.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;
  }
}


.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-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-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;

  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;

  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;
}

.task-form:has(form.editing-task) {
  border: 2px solid #8A1538;
}

.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;
  }
}

@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: 68px;
  background-color: #d2d2ce;
  font-size: 14px;
  display: flex;
  align-items: center;
}

footer .footer-bottom p {
  margin: 0;
  color: #fff;
}

footer .footer-bottom h4 {
  margin-top: 0;
  color: #fff;
}

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: #fff;
}


.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: #fff;
}

@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: 8px;
}


#navbar .dropdown-search {
  padding-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 9px;
}

#navbar .dropdown-search #q {
  min-width: 200px;
}

@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;

}

.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 {
  border: 1px solid #ccc;
}


.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;
  }
}

.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;

}


.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;
}

.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: 60px;
}


.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;
}

body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "system-ui", sans-serif;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

.wrapper-body {
  min-height: calc(100% - 132px);
  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: #fff;
}

.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;
}

.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-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-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;
  position: relative;
}

.custom-sitetitle {
  text-wrap: wrap;
}

.custom-navbar-toggler {
  margin-left: auto;
}

a:not(.btn):hover {
  text-decoration: underline !important;
}

.president-home {
  box-sizing: content-box;
}

/* body.dark-theme {
   background-position: left;
   background-repeat: no-repeat;
 } */

.footer-bottom {
  padding: 0px;
  background: #7a0f2f;
  margin-top: 40px;
}

.footer-bottom p {
  text-align: center;
  padding: 10px;
  /* background: #7a0f2f; */
  color: white;
}

/* Header Style */
.top-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.not-profile {
  display: inline-flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width:420px) {
  .not-profile {
    gap: 0px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

ul.links-section {
  display: inline-flex;
  list-style-type: none;
  gap: 5px;
  margin: 25px 0px;
  padding: 0px;
}

ul.links-section li a {
  border-radius: 5px;
  padding: 6px 20px;
  color: white;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

ul.links-section li a:hover {
  text-decoration: none !important;
}

.container.custom-container.bottom-header-container.d-none.d-xl-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.container.custom-container.bottom-header-container {
  align-items: center;
  justify-content: space-between;
}

.navbar-brand.navbar-header {
  margin-right: 0px;
  padding-inline-start: 0px;
}

.navbar-brand.navbar-header img {
  width: 120px !important;
  height: auto !important;
  margin: 0px !important;
}

.static-top.navbar-dark {
  box-shadow: none !important;
}

.search-section {
  display: inline-flex;
  gap: 15px;
  align-items: center;
}

.alert-message span {
  font-size: 15px;
}

.add-new-task a {
  background: linear-gradient(90deg, #8A1538 0%, #650723 100%);
  border-radius: 5px;
}

.add-new-task a span.fa {
  padding: 2px 5px;
  border: 1px solid;
  font-size: 12px;
  border-radius: 5px;
  margin-inline-end: 5px;
}

.search-input {
  width: 632px;
  height: 48px;
}

form.form-search,
form.form-search .input-group,
form.form-search .input-group input {
  height: 100%;
}

form.form-search .input-group {
  display: inline-flex;
  align-items: stretch;
}

.form-search .btn {
  height: 100%;
  background: linear-gradient(90deg, #8A1538 0%, #650723 100%);
  width: 49px;
  padding: 0px;
  border: 1px solid rgba(112, 112, 113, 0.12);
}

[dir="ltr"] .form-search .btn {
  border-top-right-radius: 55px !important;
  border-bottom-right-radius: 55px !important;
}

[dir="rtl"] .form-search .btn {
  border-top-left-radius: 55px !important;
  border-bottom-left-radius: 55px !important;
}

.form-search .btn span:before {
  font-size: 20px;
}

.form-search .btn span {
  width: 100%;
}

form.form-search .input-group input {
  border: 1px solid rgba(112, 112, 113, 0.3);
  background-color: rgba(22, 31, 41, 0.19) !important;
  color: white;
}

body.light-theme form.form-search .input-group input {
  color: black;
}


[dir="rtl"] form.form-search .input-group input {
  border-top-right-radius: 55px !important;
  border-bottom-right-radius: 55px !important;
}

[dir="ltr"] form.form-search .input-group input {
  border-top-left-radius: 55px !important;
  border-bottom-left-radius: 55px !important;
}

form.form-search .input-group input::placeholder {
  color: rgba(112, 112, 113, 1) !important;
}

/* Welcome */
.welcome-row {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}

.welcome-message {
  font-size: 30px;
}

.task-status {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.container.custom-container.status-mood {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  box-sizing: content-box;
}

.task-status-row.box-section {
  width: calc(75% - 20px);
}


.index {
  width: 25%;
}

.task-completed {
  padding: 0px;
}

.updates-activities-container {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.activities-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
}

.latest-updates,
.leader-latest-updates {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  border: 1.62px solid rgba(229, 229, 229, 0.21);
  padding: 20px;
  border-radius: 16px;
}

.acitivities-chart,
.latest-updates {
  width: 50%;
  max-height: 480px;
}

.leaderBoard-LatestUpdates,
.leaderBoard-acitivities-chart {
  width: 50%;
  max-height: 600px;
  margin-bottom: 40px;
}

.leaderBoard-acitivities-chart {
  height: 600px;
}

.my-activities {
  width: 100%
}

.tab-btn {
  font-size: 15px;
  line-height: 100%;
  padding-bottom: 10px;
  letter-spacing: 0%;
  text-align: center;
  background-color: transparent;
  outline: none;
  color: rgba(255, 255, 255, 0.48);
  border: 0px;
}

.tab-btn.active {
  font-weight: bold;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.filter-bar.filters-visible.custom-style {
  display: inline-flex;
  top: 18.5%;
  right: 20%;
}

.charts-updates-div,
.activities-moods {
  display: inline-flex;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}

.member-home-charts {
  min-height: 480px;
}

.activities-moods {
  margin-top: 40px;
}

.mood-leaderboard {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.latest-updates-title {
  margin: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}


ul#updates-list {
  padding: 0px;
  list-style-type: none;
}

ul#updates-list li {
  background: #cacaca2b;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: white;
  border-radius: 10px;
  /* background: #FFFFFF14; */
}

ul#updates-list li svg {
  margin-inline-end: 10px;
}

.leader-latest-updates {
  height: 100%;
  margin-bottom: 0 !important;
}

.leaderBoard-LatestUpdates.seactionHeadLeader .leader-latest-updates {
  padding: 0 !important;
  height: auto;
}

.leaderBoard-LatestUpdates.seactionHeadLeader .leader-leaderboard {
  padding: 0 !important;
}

.leaderBoard-LatestUpdates.seactionHeadLeader #leaderboardForLeaders,
.leaderBoard-LatestUpdates.seactionHeadLeader .latest-updates-title,
.leaderBoard-LatestUpdates.seactionHeadLeader #updates-list {
  padding: 15px;
}

#leaderboardForLeaders::-webkit-scrollbar,
#updates-list::-webkit-scrollbar,
.seactionHeadLeader .leader-leaderboard::-webkit-scrollbar,
.notif-list::-webkit-scrollbar,
.task-column::-webkit-scrollbar {
  width: 7px;
}

#leaderboardForLeaders::-webkit-scrollbar-track,
#updates-list::-webkit-scrollbar-track,
.seactionHeadLeader .leader-leaderboard::-webkit-scrollbar-track,
.notif-list::-webkit-scrollbar-track,
.task-column::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

#leaderboardForLeaders::-webkit-scrollbar-thumb,
#updates-list::-webkit-scrollbar-thumb,
.seactionHeadLeader .leader-leaderboard::-webkit-scrollbar-thumb,
.notif-list::-webkit-scrollbar-thumb,
.task-column::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}

#leaderboardForLeaders::-webkit-scrollbar-thumb:hover,
#updates-list::-webkit-scrollbar-thumb:hover,
.seactionHeadLeader .leader-leaderboard::-webkit-scrollbar-thumb:hover,
.notif-list::-webkit-scrollbar-thumb:hover,
.task-column::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

body.light-theme #leaderboardForLeaders::-webkit-scrollbar-track,
body.light-theme #updates-list::-webkit-scrollbar-track,
body.light-theme .seactionHeadLeader .leader-leaderboard::-webkit-scrollbar-track,
body.light-theme .notif-list::-webkit-scrollbar-track,
body.light-theme .task-column::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body.light-theme #leaderboardForLeaders::-webkit-scrollbar-thumb,
body.light-theme #updates-list::-webkit-scrollbar-thumb,
body.light-theme .seactionHeadLeader .leader-leaderboard::-webkit-scrollbar-thumb,
body.light-theme .notif-list::-webkit-scrollbar-thumb,
body.light-theme .task-column::-webkit-scrollbar-thumb {
  background: #cacaca;
  border-radius: 10px;
}

/* Scrollbar thumb on hover */
body.light-theme #leaderboardForLeaders::-webkit-scrollbar-thumb:hover,
body.light-theme #updates-list::-webkit-scrollbar-thumb:hover,
body.light-theme .seactionHeadLeader .leader-leaderboard::-webkit-scrollbar-thumb:hover,
body.light-theme .notif-list::-webkit-scrollbar-thumb:hover,
body.light-theme .task-column::-webkit-scrollbar-thumb:hover {
  background: #cacaca;
}

/* Scrollbars */
.leader-leaderboard {
  display: flex;
  flex-direction: column;
}

#leaderboardForLeaders,
#updates-list {
  overflow-y: auto;
}

.dept-sector-latest-updates {
  overflow-y: hidden;
}

.new-task-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  /* semi-transparent */
  z-index: 999;
  /* behind panel which is 1000 */
  transition: opacity 0.3s ease;
}

.new-task-overlay.hidden {
  display: none;
}

[dir="ltr"] .new-task-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 60vw;
  height: 100%;
  background-color: #111522;
  color: white;
  padding: 24px;
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  z-index: 1000;
  transition: transform 0.3s ease;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */

}

[dir="rtl"] .new-task-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 60vw;
  height: 100%;
  background-color: #111522;
  color: white;
  padding: 24px;
  box-shadow: -3px 0 8px rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  z-index: 1000;
  transition: transform 0.3s ease;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

[dir="ltr"] .new-task-panel::-webkit-scrollbar,
[dir="rtl"] .new-task-panel::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

[dir="ltr"] .new-task-panel.hidden {
  transform: translateX(-100%);
}

[dir="rtl"] .new-task-panel.hidden {
  transform: translateX(100%);
}

.close-btn {
  font-size: 26px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.new-task-header {
  display: flex;
  justify-content: flex-end;
}

.new-task-body {
  .alert-container {
    background-color: #c2ad77;
    color: #111522;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 12px 10px;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.6;
    margin: 20px auto;
    width: 80%;
    gap: 10px;
  }

  .alert-icon {
    font-size: 20px;
    margin-left: 12px;
  }

  .alert-message {
    flex: 1;
  }

}

.new-task-form-container {
  height: 100vh;
}



form#taskForm input.form-control,
form#taskForm textarea.form-control,
form#taskForm select.form-select,
form#assignForm input.form-control,
form#assignForm select.form-select {
  border: 1.04px solid #CCCCCC;
  background-color: transparent !important;
  color: white;
}

body.light-theme form#assignForm input.form-control {
  color: black;
}

form#taskForm textarea.form-control {
  min-height: 80x !important;
}

form#taskForm input.form-control::placeholder,
form#taskForm textarea.form-control::placeholder,
form#taskForm select.form-select::placeholder,
form#assignForm input.form-control::placeholder,
form#assignForm select.form-select::placeholder {
  color: #FFFFFF69 !important;
}

form#taskForm select.form-select option,
form#assignForm select.form-select option {
  color: white;
  background-color: #100e14;
}

form#taskForm select.form-select,
form#assignForm select.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='white' height='16' viewBox='0 0 24 24' width='16'><path d='M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z'/></svg>");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 28px;
}


body.light-theme .search-section>button.navbar-toggler span {
  color: #6c0927;
}

/* Firefox */
@supports (-moz-appearance:none) {
  input[type="date"] {
    -moz-appearance: none;
    appearance: none;
    /* hide FF’s built-in button */
    background: transparent;
    /* just in case */
  }
}

body.light-theme form#taskForm select.form-select,
body.light-theme form#assignForm select.form-select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='black' height='16' viewBox='0 0 24 24' width='16'><path d='M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z'/></svg>");
}

/* For LTR */
[dir="ltr"] form#taskForm select.form-select,
[dir="ltr"] form#assignForm select.form-select {
  background-position: right;
}

/* For RTL */
[dir="rtl"] form#taskForm select.form-select,
[dir="rtl"] form#assignForm select.form-select {
  padding: .375rem .75rem .375rem 2.25rem;
  background-position: left;
}


form#taskForm input[type="date"] {
  position: relative;
  padding-right: 30px;
  background-color: white;
  cursor: pointer;
  /* Optional: style as needed */
}

/* Style the native icon to be invisible but still clickable */
form#taskForm input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 10px;
  width: 24px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

form#taskForm input[type="date"]::-moz-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 10px;
  width: 24px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

/* Add your custom calendar icon as a background */
form#taskForm input[type="date"]::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.12891%202.41061V5.41061%22%20stroke%3D%22%23A29475%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M16.1289%202.41061V5.41061%22%20stroke%3D%22%23A29475%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M3.62891%209.50061H20.6289%22%20stroke%3D%22%23A29475%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M21.1289%208.91061V17.4106C21.1289%2020.4106%2019.6289%2022.4106%2016.1289%2022.4106H8.12891C4.62891%2022.4106%203.12891%2020.4106%203.12891%2017.4106L3.12891%208.91061C3.12891%205.91061%204.62891%203.91061%208.12891%203.91061L16.1289%203.91061C19.6289%203.91061%2021.1289%205.91061%2021.1289%208.91061Z%22%20stroke%3D%22%23A29475%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M12.1234%2014.1098H12.1324%22%20stroke%3D%22%23A29475%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M8.42419%2014.1098H8.43318%22%20stroke%3D%22%23A29475%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M8.42419%2017.1098H8.43318%22%20stroke%3D%22%23A29475%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  /* so clicks go to the native icon */
}

[dir="rtl"] form#taskForm input[type="date"]::after {
  right: auto;
  left: 10px;
}

[dir="rtl"] form#taskForm input[type="date"] {
  padding-left: 30px;
  padding-right: 0.75rem;
  text-align: right;
}

form#taskForm .cancel-btn:hover {
  border: 1px solid #aaa
}

.classfication-btns-container {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.classification-btn,
.priority-btn {
  border-radius: 32px;
  color: white;
  padding: 5px 20px;
}

.toggle-container {
  width: 106px;
  height: 49px;
  background-color: #FFFFFF21;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 3px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  justify-content: space-between;
}

div#themeToggle button {
  background-color: transparent;
  border: 0px;
  padding: 0px;
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.acitveTheme {
  background: linear-gradient(107deg, #8A1538 0%, #650723 100%) !important;
  border-radius: 50%;
}

.input-and-tags-wrapper {
  background-color: transparent;
  border-radius: 0.5rem;
  border: 1.04px solid #CCCCCC;
  transition: border-color 200ms ease-in-out;
  padding: 0.5rem;
  box-sizing: border-box;
}

.input-and-tags-wrapper:focus-within {
  border-color: #666666;
}

.active-selection {
  border: 2px solid;
  font-weight: bold;
}



.tag-input-area {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.tag-input {
  flex-grow: 1;
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  color: #ffffff;
  outline: none;
  border: none;
  font-size: 1rem;
  box-sizing: border-box;
}

.tag-input-area input#tagInput {
  border: 0.2px solid #ffffff2b !important;
  border-radius: 0px;
}

.tag-input::placeholder {
  color: #666666;
}

.add-tag-button {
  padding: 0.6rem 1rem;
  background-color: #3a3a3a;
  color: #ffffff;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 200ms ease-in-out;
  font-size: 0.9rem;
  text-align: start;
  flex-shrink: 0;
}

.add-tag-button:hover {
  background-color: #4a4a4a;
}

.add-tag-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(102, 102, 102, 0.5);
}

.tags-display-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
  max-height: 8rem;
  overflow-y: auto;
  padding-top: 0.5rem;
  border-top: 1px solid #333333;
}

.tags-display-container:empty {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}


.tag-item {
  display: flex;
  align-items: center;
  background-color: #3a3a3a;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0.3rem 0.8rem;
  border-radius: 0.3rem;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #4a4a4a;
  font-weight: 500;
}

.tag-remove-button {
  margin: 0 0.5rem;
  color: #bbbbbb;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  transition: color 200ms ease-in-out;
  padding: 0;
  line-height: 1;
}

.tag-remove-button:hover {
  color: #ffffff;
}

body.light-theme .tag-remove-button svg {
  color: white;
}

.tag-remove-button svg {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}

/* attachment */

.upload-box {
  border: 2px dashed #888;
  padding: 10px 30px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3%;
  text-align: center;
  color: #FFFFFF66;
  width: 100%;
  background-color: #0D426114;
}

.attachments {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 60%;
}

.attachments-container {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

div#previewContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  text-align: center;
}

.upload-box:hover {
  border-color: #aaa;
}

.file-preview {
  background: #1e2633;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  gap: 10px;
}

.file-icon {
  background: #2a3544;
  padding: 6px;
  border-radius: 6px;
}

.file-info {
  flex-grow: 1;
}

.file-name {
  font-weight: bold;
}

.file-size {
  font-size: 12px;
  color: #aaa;
}

.file-actions button {
  background: none;
  border: none;
  color: #5ca7ff;
  cursor: pointer;
  margin: 0px 10px;
  font-size: 11px;
}

.remove-btn {
  border-radius: 5px;
  border: 0;
  background-color: transparent;
  color: white;
}

input[type="file"] {
  display: none;
}

.header-nav-link.active {
  background: linear-gradient(90deg, #8A1538 0%, #650723 100%);
  color: #fff !important;
  border-radius: 20px;
}

.search-section>button.navbar-toggler:focus {
  box-shadow: none;
}

.search-btn:hover {
  background-color: #FFFFFF21 !important;
}

.search-btn:focus {
  background-color: #FFFFFF21 !important;
}

body.light-theme .search-btn:focus {
  background-color: rgba(231, 220, 230, 1) !important;
  ;
}

body.light-theme .search-btn:hover {
  background-color: rgba(231, 220, 230, 1) !important;
  ;
}

.save-btn {
  background: linear-gradient(90deg, #8A1538 0%, #650723 100%);
  color: white;
}

.cancel-btn {
  background: transparent;
  border: 1px solid #aaa;
  color: #fff;
  cursor: pointer;
}

.loading-message,
.no-data-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 16px;
}

body.light-theme .no-data-message {
  color: #666;
}

body.light-theme .loading-message {
  color: #666;
}

/* light mode */
body.light-theme {
  background-color: #FBFCFD;
  background-image: none;
}

/* Header */
body.light-theme :is(.header-nav-link, svg) {
  color: rgba(0, 0, 0, 0.6);
}

body.light-theme .header-nav-link.active svg {
  color: white;
}

body.light-theme .toggle-container {
  background-color: rgba(231, 220, 230, 1);
}

.username {
  font-weight: 700;
}

.task-completed .card-title {
  white-space: nowrap;
}

.notification-msg {
  color: white;
  font-size: 12px;
  line-height: 17px;
}

/* select arrow style */
.section-filter-dropdown,
.sector-filter-dropdown,
.custom-filter select,
select#monthFilter,
select#monthFilterMyActivities,
.department-filter-dropdown {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  /* ← control the “margin” */
  background-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

body.light-theme .section-filter-dropdown,
body.light-theme .sector-filter-dropdown,
body.light-theme .custom-filter select,
body.light-theme select#monthFilter,
body.light-theme select#monthFilterMyActivities,
body.light-theme .department-filter-dropdown {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");

}

[dir="rtl"] .section-filter-dropdown,
[dir="rtl"] .sector-filter-dropdown,
[dir="rtl"] .custom-filter select,
[dir="rtl"] select#monthFilter,
[dir="rtl"] select#monthFilterMyActivities,
[dir="rtl"] .department-filter-dropdown {
  background-position: left 12px center;
  padding-left: 40px;
  padding-right: 16px;
}

[dir="rtl"] .custom-filter select {
  padding-left: 0;
}

.section-filter-dropdown::-ms-expand,
.sector-filter-dropdown::-ms-expand,
.custom-filter select::-ms-expand,
.department-filter-dropdown::-ms-expand {
  display: none;
}

/* Home */
body.light-theme {

  .mood-title {
    color: black;
  }

  /* Direct children rules */
  .box-section,
  .acitivities-chart,
  .leaderBoard-acitivities-chart,
  .latest-updates,
  .leader-latest-updates,
  .president-activities-container,
  .static-top.navbar .navbar-collapse {
    background-color: white !important;
    border: 0.5px solid #c7c7c77d !important;
    box-shadow: 0px 4px 8px 3px #0000000A;
  }

  .leadercard {
    border-color: black;
  }

  .welcome-row,
  .dashboard-container .card .card-title,
  .dashboard-container .card .card-value,
  .task-completed .card-title,
  #current-date,
  .latest-updates-title,
  .activities-title,
  .no-notifs {
    color: black !important;
  }

  .chart-label,
  .chart .percent,
  #progressText {
    color: #000000;
  }

  /* .mood.selected {
     border: 2px solid #c7c7c7;
   } */

  .dashboard-container .card {
    border: 1px solid #c7c7c7;
  }

  .mood__label,
  .mood__percentage,
  .notification-msg,
  .mood__count {
    color: rgba(0, 0, 0, 0.6);
  }

  ul#updates-list li {
    border-bottom-color: #0000001f;
    border-radius: 10px;
  }

  .progress-bar {
    background-color: #e9ecef;
  }

  .container.custom-container.bottom-header-container.d-none.d-xl-flex {
    border-color: #c7c7c77d;
  }

  .card.total-completed-tasks {
    background-color: #0f8e3836;
  }

  .card.in-progress-tasks {
    background-color: #0f91d23d;
  }

  .card.pending-tasks {
    background-color: #a2947530;
  }

  .card.overdue-tasks {
    background-color: #8a151530;
  }

  .card.returned-tasks {
    background-color: #ffc14e2b;
  }

  .remove-btn {
    color: black;
  }
}



/*  */

#headerProfileImageContainer {
  width: 43.2px;
  height: 43.2px;
}

.profile button {
  background-color: transparent;
  border: none;
  min-width: max-content;
  padding: 0px;
}

.profile-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  width: 43.2px;
  height: 43.2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.profile-btn:hover .profile-image {
  border-color: rgba(255, 255, 255, 0.4);
}

body.light-theme .profile-image {
  border-color: rgba(138, 21, 56, 0.2);
}

body.light-theme .profile-btn:hover .profile-image {
  border-color: rgba(138, 21, 56, 0.4);
}

.header-default-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(138, 21, 56, 1) 0%, rgba(101, 7, 35, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.profile-btn:hover .header-default-avatar {
  border-color: rgba(255, 255, 255, 0.4);
}

body.light-theme .header-default-avatar {
  border-color: rgba(138, 21, 56, 0.2);
}

body.light-theme .profile-btn:hover .header-default-avatar {
  border-color: rgba(138, 21, 56, 0.4);
}

body.light-theme .cancel-btn {
  color: black !important;
}

/* Profile buttons style */
.btn-group-profile {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0;
}

.btn-group-profile .btn {
  flex: 0 !important;
  padding: 8px 30px;
  border-radius: 0.375rem !important;
}

/* body.light-theme .notification {
   width: 100%;
 }
 
 body.light-theme .notification svg {
   color: transparent;
   width: 100%;
   height: 100%;
 } */


/* global-loader.css */
#global-loader {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(3px);
  align-items: center;
  justify-content: center;
  z-index: 2147483647;
  /* very top */
  pointer-events: auto;
}

#global-loader.visible {
  display: flex;
}

.loader-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 32px;
  background: rgba(30, 34, 44, 0.95);
  border-radius: 16px;
  box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.4);
  align-items: center;
  min-width: 180px;
}

.loader-ring {
  position: relative;
  width: 74px;
  height: 74px;
}

.loader-ring div {
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  border: 6px solid transparent;
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loader-dots {
  display: flex;
  gap: 8px;
}

.loader-dots span {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.3;
  animation: bounce 1s infinite ease-in-out;
}

.loader-dots span:nth-child(1) {
  animation-delay: 0s;
}

.loader-dots span:nth-child(2) {
  animation-delay: 0.15s;
}

.loader-dots span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
    opacity: 0.3;
  }

  50% {
    transform: translateY(-6px);
    opacity: 1;
  }
}

.loader-text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

body.light-theme .loader-box {
  background: #fff;
  box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.1);
}

body.light-theme .loader-ring div {
  border-top-color: #2563eb;
  /* Change spinner to blue for contrast */
}

body.light-theme .loader-dots span {
  background: #000;
  /* Black dots */
}

body.light-theme .loader-text {
  color: #000;
  /* Black text */
}

/* Chart Loading and No Data Message Styles */
.loading-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.no-data-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 16px;
}

/* Chart container loader overrides */
.president-activities-container .loading-message,
#chartLoader,
#stackedBar .loading-message,
#barCharts .loading-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.president-activities-container .loader-box,
#chartLoader .loader-box,
#stackedBar .loader-box,
#barCharts .loader-box {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  min-width: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

/* Override loader ring colors for chart components */
.president-activities-container .loader-ring div,
.loader-ring div,
#chartLoader .loader-ring div,
#stackedBar .loader-ring div,
#barCharts .loader-ring div,
#assignedChart .loader-ring div {
  border-top-color: #6366f1;
  /* Dark theme blue */
}

body.light-theme .president-activities-container .loader-ring div,
body.light-theme .loader-ring div,
body.light-theme #chartLoader .loader-ring div,
body.light-theme #stackedBar .loader-ring div,
body.light-theme #barCharts .loader-ring div,
body.light-theme #assignedChart .loader-ring div {
  border-top-color: #2563eb;
  /* Light theme blue */
}

body.light-theme .no-data-message {
  color: #666;
}



/* Notification button style */
.icon-button {
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  padding: 0;
}

.notif-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: linear-gradient(90deg, #8A1538 0%, #650723 100%);
  color: #fff;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1;
  padding: 2px 5px;
  min-width: 18px;
  text-align: center;
  font-weight: 700;
}

.notif-dropdown {
  position: absolute;
  margin-top: 8px;
  width: 320px;
  background: var(--dropdown-bg, #2b2c36);
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
  padding: 10px;
  z-index: 1000;
}

[dir="ltr"] .notif-dropdown {
  right: 0;
}

[dir="rtl"] .notif-dropdown {
  left: 0;
}

.notif-header {
  font-weight: 600;
  padding: 6px 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.notif-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 340px;
  overflow: auto;
}

.notif-item {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.notif-text-container {
  display: flex;
  gap: 5px;
  cursor: default;
}

.notif-text-container.clickable {
  cursor: pointer;
}

.notif-item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4b4b4b;
  margin-top: 6px;
  flex: 0 0 auto;
}

.notif-item.unread .dot {
  background: #5DC983;
}

.notif-item .text {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}

.notif-empty {
  padding: 14px 8px;
  color: #bfc3cf;
  font-size: 13px;
  text-align: center;
}

.notif-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f8f9fa;
}

.mark-all-read-btn {
  background: none;
  border: none;
  color: #007bff;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.mark-all-read-btn:hover {
  background-color: #e3f2fd;
}

.dark-theme .notif-header {
  background-color: #2d3748;
  border-bottom-color: #4a5568;
}

.dark-theme .mark-all-read-btn {
  color: #63b3ed;
}

.dark-theme .mark-all-read-btn:hover {
  background-color: #2c5282;
}

.outstanding-table h3 i,
.latest-updates-title i {
  color: #ffffff;
  font-size: 22px;
}

.light-theme .outstanding-table h3 i,
.light-theme .latest-updates-title i {
  color: #7c1030;
}

/* Inline delegation approval buttons styles */
.delegation-buttons-inline {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  justify-content: center;
}

[dir="rtl"] .delegation-buttons-inline {
  flex-direction: row-reverse;
}

.approve-delegation,
.reject-delegation {
  border-radius: 5px;
  border: 0;
  font-size: 14px;
}

.approve-delegation {
  background-color: #28a745;
  color: white;
}

.approve-delegation:hover {
  background-color: #218838;
  transform: scale(1.05);
}

.reject-delegation {
  background-color: #dc3545;
  color: white;
}

.reject-delegation:hover {
  background-color: #c82333;
  transform: scale(1.05);
}

/* login form */
ul.nav.nav-tabs.nav-account {
  display: none;
}

.portal-form * {
  color: white;
}

body.light-theme .portal-form * {
  color: black;
}

.row:has(#local-login-heading) .col-md-6 {
  margin: 10% auto;
  border: 1px solid white;
  padding: 30px;
}

h2#local-login-heading {
  display: none;
}

.row:has(.col-form-label) {
  flex-direction: column;
  justify-content: flex-start;
}

.col-form-label {
  text-align: start;
}

.col-form-label,
.row:has(.col-form-label) .col-md-8 {
  padding: 0px;
  width: 100%;
}

button#submit-signin-local {
  background-color: #831234;
}

/* light theme support */
body.light-theme .notif-dropdown {
  background: #fff;
  color: #2b2c36;
}

body.light-theme .notif-item .text {
  color: #2b2c36;
}

body.light-theme .notif-header {
  border-bottom-color: rgba(0, 0, 0, .06);
}

body.light-theme .notif-item {
  border-bottom-color: rgba(0, 0, 0, .06);
}

body.light-theme .tabs button {
  color: black;
}

body.light-theme .tabs button.activetab {
  color: black;
  border-bottom-color: black !important;
}

body.light-theme .approve-delegation {
  background-color: #28a745;
  color: white;
}

body.light-theme .reject-delegation {
  background-color: #dc3545;
  color: white;
}

body.light-theme form.form-search .input-group input {
  background-color: rgba(231, 220, 230, 1) !important;
}

body.light-theme .static-top.navbar .navbar-collapse .navbar-nav>li>a {
  color: black;
}

.dashboard-container {
  width: 100%;
}

.activities-title i {
  margin-inline-end: 10px;
  font-size: 25px;
}

.light-theme .activities-title i {
  color: #7c1030;
}

.container.custom-container.dashboard-section {
  box-sizing: content-box;
}

.leaderBoard-LatestUpdates.seactionHeadLeader .leader-latest-updates.box-section,
.leaderBoard-LatestUpdates.seactionHeadLeader .leader-leaderboard {
  margin-bottom: 0px;
  width: 50%;
}

.leader-content {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}


.name-jobtitle {
  display: flex;
  flex-direction: column;
}

.leaderBoard-LatestUpdates.seactionHeadLeader .leader-leaderboard.box-section,
.leaderBoard-LatestUpdates.seactionHeadLeader .leader-leaderboard.box-section #leaderboardForLeaders {
  height: 100%;
}

/* .leaderBoard-LatestUpdates.seactionHeadLeader .leader-leaderboard.box-section {
   overflow-y: auto;
 } */

.priority-low svg circle {
  fill: #56B64B;
}

.priority-medium svg circle {
  fill: #E4824D;
}

.priority-high svg circle {
  fill: #E3484F;
}

.footer-bottom div div div {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  align-items: center;
}

.footer-bottom div div div p {
  margin: 0px;
  padding: 0px;
}

/* Responsive */

/* Desktop footer behavior - normal positioning */
@media (min-width: 1025px) {
  footer {
    position: relative !important;
    bottom: auto !important;
  }

  body {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1024px) {

  /* Fix footer position for screens 1024px and less */
  footer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
  }

  /* Add padding to body to prevent content from being hidden behind fixed footer */
  body {
    padding-bottom: 200px !important;
    /* Adjust based on footer height */
  }

  .search-input,
  .task-status-row.box-section,
  .new-task-panel {
    width: 100% !important;
  }

  .seactionHeadLeader {
    max-height: none !important;
  }

  .navbar-brand.navbar-header {
    width: 250px;
  }

  .search-section {
    width: calc(100% - 300px);
  }

  button.navbar-toggler {
    margin: 0px;
  }


  .welcome-row {
    flex-direction: column;
  }

  .index,
  .task-completed {
    width: 100%;
  }

  .task-status {
    flex-wrap: wrap;
    gap: 10px;
  }

  .dashboard-container {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start !important;
    padding-bottom: 0px !important;
  }

  .card.completed-tasks {
    padding: 20px;
  }

  .index {
    margin-top: 20px;
  }

  .charts-updates-div {
    flex-direction: column;
  }

  .acitivities-chart,
  .leaderBoard-acitivities-chart,
  .leaderBoard-LatestUpdates,
  .latest-updates {
    width: 100%;
  }

  .leaderBoard-LatestUpdates.seactionHeadLeader {
    flex-direction: column !important;
  }

  .leaderBoard-LatestUpdates.seactionHeadLeader .leader-latest-updates.box-section,
  .leaderBoard-LatestUpdates.seactionHeadLeader .leader-leaderboard {
    width: 100%;
  }

  .container.custom-container.top-header-container {
    margin-bottom: 25px;
    padding: 0px;
  }

  .static-top.navbar .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
    border-radius: 19.64px;
    padding: 20px;
    margin-top: 10px;
  }

  .static-top.navbar .navbar-collapse .navbar-nav>li>a {
    color: white;
  }

  .navbar-brand.navbar-header {
    width: 100%;
    text-align: center;
  }

  .search-section {
    width: 100%;
    margin: 10px 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  div#navbar {
    width: 100% !important;
  }

  ul#updates-list {
    max-height: 600px;
  }

  /* Footer */
  /* Footer mobile responsiveness */
  footer .footer-top {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
    min-height: auto;
  }

  footer .footer-top h3,
  footer .footer-top h4 {
    margin-bottom: 15px;
  }

  footer .footer-top .list-social-links {
    margin: 15px 0;
    justify-content: center;
  }

  footer .footer-bottom {
    flex-direction: column;
    text-align: center;
    padding: 15px;
    min-height: auto;
  }

  footer .footer-bottom div div div {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .footer-bottom div div div {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    padding: 10px !important;
    text-align: center !important;
  }
}

@media (max-width: 994px) {
  .task-details-panel {
    width: 100% !important;
  }
}

@media (max-width: 768px) {

  .leaderBoard-acitivities-chart.my-activities-mode {
    max-height: unset;
    height: auto;
  }

  .leaderBoard-LatestUpdates.seactionHeadLeader .leader-latest-updates.box-section,
  .leaderBoard-LatestUpdates.seactionHeadLeader .leader-leaderboard {
    margin-bottom: 30px;
    width: 100%;
  }

  .custom-container {
    width: 95%;
    padding: 0px;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .task-table-container {
    overflow-x: auto;
    overflow-y: auto;
  }

  .welcome {
    flex-direction: column;
    gap: 2rem;
  }

  .task-completed {
    .card.completed-tasks {
      flex-direction: column;
    }

    .card-title {
      text-align: center;
    }
  }

  .header-container {
    flex-direction: column;
    gap: 2rem;
  }

  .my-activities-view .tabs button {
    width: 100%!important ;
  }

  #monthFilterMyActivities {
    margin-top: 20px;
  }


  /* .task-table {
     display: block;
     overflow-x: auto !important;
     white-space: nowrap;
     border-radius: 0px !important;
     border: 1px solid white;
   }
 
   .task-table thead {
     display: block;
     float: left;
     background-color: #3b3c48;
   }
 
   .task-table tbody {
     display: flex;
   }
 
   .task-table tr {
     display: flex;
     flex-direction: column;
     border-bottom: 1px solid #ddd;
   }
 
   .task-table th {
     font-weight: bold;
     position: sticky;
     left: 0;
     z-index: 2;
     min-width: 40px;
     text-align: center;
     padding: 14px 20px;
     padding: 14px 20px;
     border-bottom: 1px solid #ffffff;
     color: #eee;
   }
 
   .task-table td {
     min-width: 120px;
     border-left: none;
     border-bottom: 1px solid #ffffff !important;
   }
 
   .task-table td,
   .task-table th {
     height: 50px;
   } */
}

div#chartLoader,
div#chartLoader .loader-box {
  height: 100%;
  margin: 0px !important;
  background-color: transparent;
  justify-content: center;
}

/* rating modal styling */
#ratingModal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transition: opacity 0.3s ease;

  /* rating popup */
  .rating-content {
    width: 400px;
    background-color: #212529;
    color: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    direction: ltr;
    /* Set overall layout to LTR */
  }

  .rating-content .modal-body {
    padding: 0;
  }

  .icon-container {
    margin-bottom: 25px;
  }

  .icon-container .fa-file-alt {
    font-size: 50px;
    color: #ffc107;
    border: 3px solid #ffc107;
    border-radius: 50%;
    padding: 10px 20px;
    display: inline-block;
  }

  .rate-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }

  .rate-button {
    padding: 8px 50px;
  }

  .rate-description {
    color: #ced4da;
    text-align: center;
    opacity: 0.7;
    font-size: 14px;
    width: 70%;
    margin: 10px auto;
  }

  .rate-title,
  .rate-description {
    color: white;
  }

  .rating-stars {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    direction: rtl;
    /* Use RTL for the stars to maintain right-to-left fill logic */
  }

  .rating-stars .star-icon {
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
  }

  .rating-stars .star-icon.filled-star svg {
    fill: #ffc107;
    stroke: #ffc107;
  }

  .rating-stars .star-icon.unfilled-star svg {
    fill: none;
    stroke: #ffc107;
  }
}

/* Light mode for rating modal */
body.light-theme {
  .rating-content {
    background: #ffffff !important;
  }

  .rate-title,
  .rate-description {
    color: black !important;
  }
}


/* Style for shimmer in the nofications */
/* Shimmer Loading Effect for Notifications */
.notif-shimmer {
  padding: 10px;
}

.shimmer-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.shimmer-item:last-child {
  border-bottom: none;
}

.shimmer-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.1) 25%,
      rgba(255, 255, 255, 0.3) 50%,
      rgba(255, 255, 255, 0.1) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  flex-shrink: 0;
  margin-top: 4px;
}

.shimmer-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.shimmer-line {
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.1) 25%,
      rgba(255, 255, 255, 0.3) 50%,
      rgba(255, 255, 255, 0.1) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

.shimmer-line-1 {
  width: 85%;
}

.shimmer-line-2 {
  width: 60%;
}

.shimmer-line-1:nth-child(1) {
  animation-delay: 0s;
}

.shimmer-line-2:nth-child(2) {
  animation-delay: 0.2s;
}

.shimmer-dot:nth-child(1) {
  animation-delay: 0.1s;
}

.shimmer-item:nth-child(2) .shimmer-dot {
  animation-delay: 0.3s;
}

.shimmer-item:nth-child(2) .shimmer-line-1 {
  animation-delay: 0.4s;
}

.shimmer-item:nth-child(2) .shimmer-line-2 {
  animation-delay: 0.6s;
}

.shimmer-item:nth-child(3) .shimmer-dot {
  animation-delay: 0.5s;
}

.shimmer-item:nth-child(3) .shimmer-line-1 {
  animation-delay: 0.6s;
}

.shimmer-item:nth-child(3) .shimmer-line-2 {
  animation-delay: 0.8s;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

/* Light theme shimmer adjustments */
body.light-theme .shimmer-dot,
body.light-theme .shimmer-line {
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.1) 25%,
      rgba(0, 0, 0, 0.2) 50%,
      rgba(0, 0, 0, 0.1) 75%);
  background-size: 200% 100%;
}

body.light-theme .shimmer-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {

  .text_center-mobile {
    text-align: center;
  }

  .task-status-row.box-section {
    width: 100%;
    margin-bottom: 0px;
  }

  .card {
    width: 100%;
  }

  .chart {
    max-width: unset !important;
  }

  div#filter {
    position: static;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }

  div#assignedChart {
    flex-wrap: wrap;
    width: 100%;
  }

  div#tabs button {
    width: 100%;
  }
}

[dir="rtl"] .links-section span {
  margin-bottom: 8px;
}

[dir="ltr"] .links-section span {
  margin-bottom: 5px;
}


 [dir="rtl"] .form-check:has(#onBehalfOfSecretary),[dir="rtl"] .form-check:has(#onBehalfOfSectorSecretary) {
    direction: rtl !important;
    margin-inline-start: 30px;
}

[dir="rtl"] #onBehalfOfSecretary , [dir="rtl"] #onBehalfOfSectorSecretary {
    float: right;
    margin-right: -1.5em;
    margin-left: 0px;
}
.custom-filter input,.custom-filter input::placeholder {
    color: white !important;
}
/* New Task Form - Classification and Priority Button Styles */
.classification-btn,
.priority-btn {
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 2px 18px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 0.4;
}

.classification-btn:hover,
.priority-btn:hover {
  opacity: 0.6;
  transform: scale(1.02);
}

.classification-btn.active-selection,
.priority-btn.active-selection {
  opacity: 1 !important;
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 10;
  position: relative;
}

/* Light theme adjustments for New Task form buttons */
body.light-theme .classification-btn,
body.light-theme .priority-btn {
  opacity: 0.5;
}

body.light-theme .classification-btn:hover,
body.light-theme .priority-btn:hover {
  opacity: 0.5;
}

body.light-theme .classification-btn.active-selection,
body.light-theme .priority-btn.active-selection {
  opacity: 1 !important;
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: relative;
}

.delete-btn-container, .update-btn-container {
    min-width: 70px;
    min-height: 35px;
    text-align: center;
}