/*----- SETUP - Open -----*/
body {
  background: #f4f5f6 !important;
  color: #3d5065;
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem;
  cursor: default;
}
.page {
  position: relative;
}
#page a {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#page a {
  color: #1f88e8;
  text-decoration: none;
}
#page a:hover {
  color: #fa5e1f;
}
/*----- SETUP - Close -----*/

/*----- NAVBAR - Open -----*/
#page .navbar {
  background: linear-gradient(180deg, #00326a 0%, rgba(0, 50, 106, 0.2) 100%);
  backdrop-filter: blur(4px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#page .navbar-brand__logo img {
  display: block;
  height: 56px;
  width: auto;
}
/* Navigation */
#page .navbar-nav .nav-item a.nav-link {
  color: #fff;
  text-decoration: none;
}
#page .navbar-nav .nav-item a.nav-link:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    gap: 0.5rem;
  }
}

#page .breadcrumb-item {
  font-family: "Poppins", sans-serif !important;
}
#page .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  font-size: 1.25rem;
  line-height: 100%;
}

/*----- NAVBAR - Close -----*/

/*----- HEADER - Open -----*/
#page header.page__header {
  background: #2a74bc url("/sites/default/files/theme/bg-01.jpg") no-repeat
    center;
  background-size: cover;
  padding: 10rem 0 1rem;
  margin-bottom: 1.5rem;
}
.path-frontpage #page header.page__header {
  padding: 18rem 0 1rem;
}
#page header.page__header .page-title {
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.path-frontpage #page header.page__header .page-title {
  font-size: 3.5rem;
  text-align: center;
}
#page header.page__header .page-title::before {
  content: "Project Status";
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
}

#page .breadcrumb {
  background: #fff;
  background: linear-gradient(0deg, #e1e1e1 2%, #f4f5f6 100%);
  border-top: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 14px;
  margin-bottom: 1.5rem;
  margin-top: -1.5rem;
  padding: 1rem;
}
.path-frontpage #page .breadcrumb {
  display: none;
}
#page .breadcrumb .breadcrumb-item a {
  color: #1565c0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
#page .breadcrumb .breadcrumb-item a:hover {
  color: #fa5e1f;
}
/*----- HEADER - Close -----*/

/*----- HOME - Open -----*/
.projects-list {
  margin-top: 2.5rem;
}
.projects-list .views-row {
  background: #fff;
  border-radius: 0.5rem;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
}
.projects-list__logo {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  padding-top: 0.125rem;
  width: 40px;
}
.projects-list__logo img {
  display: block;
  height: auto;
  max-width: 100%;
}
.projects-list__title a {
  display: block;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.projects-list__info {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  gap: 1rem;
}
.projects-list__info strong {
  font-weight: 600;
  margin-right: 2px;
}
/*----- HOME - Close -----*/
#user-login-form > * {
  margin-bottom: 1rem;
}

.field--name-field-user-support-resources .field__label {
  font-family: "Montserrat", sans-serif !important;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.field--name-field-user-support-resources a {
  background-color: #1565c0;
  border-radius: 0.5rem;
  color: #fff;
  display: block;
  display: inline-flex;
  padding: 0.25rem 0.75rem;
}
.field--name-field-user-support-resources a:hover {
  background-color: #fa5e1f;
}

/* #page .node--full { */
#page .block-views-blockissues-issues-my-tasks {
  background-color: #e1e1e1;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.75rem;
  position: relative;
}
#page .block--system-main {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
  position: relative;
}
#page .project--full {
  padding-top: 2rem;
}

.path-frontpage #page .block--system-main {
  background: transparent;
  padding: 0;
}

#page .proj-status > .views-row {
  display: flex;
  column-gap: 2rem;
  row-gap: 1.5rem;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #page .my-tasks > .view-content > .views-row {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: auto auto;
    column-gap: 2rem;
    row-gap: 1.5rem;
  }
  #page .proj-status > .views-row {
    align-items: start;
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: auto auto;
    column-gap: 2rem;
    row-gap: 1.5rem;
  }
}

#page .proj-status .views-field-title {
  grid-column: 1 / 2;
  grid-row: 1;
}

#page .proj-status .views-field-field-issue-done-ratio {
  align-items: flex-start;
  display: flex;
  grid-column: 2 / 3;
  grid-row: 1;
}
#page .proj-status .proj-status__sub-tasks .views-field-field-issue-done-ratio {
  padding: 0 1.25rem;
}

#page .my-tasks .views-field-field-issue-done-ratio .progress-container-main,
#page .proj-status .views-field-field-issue-done-ratio .progress-container,
#page
  .proj-status
  .views-field-field-issue-done-ratio
  .progress-container-main {
  margin: 0;
  width: 100%;
}

#page .proj-status .proj-status__sub-tasks {
  grid-column: 1 / 3;
  grid-row: 2;
  margin-bottom: 1.5rem;
}
#page .proj-status .proj-status__sub-tasks .views-row {
  display: grid;
  column-gap: 2rem;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: auto auto;
  padding: 0.75rem 0;
  position: relative;
}
#page .proj-status .proj-status__sub-tasks .views-row:first-child {
  padding-top: 0;
}

#page .proj-status .proj-status__sub-tasks .views-row::after {
  background: #e0e0e0;
  background: linear-gradient(
    90deg,
    #e0e0e0 20%,
    #49bcff 40%,
    rgba(25, 164, 245, 0) 100%
  );
  bottom: 0.25rem;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 100%;
}
#page .proj-status .proj-status__sub-tasks .views-row:hover::after {
  opacity: 1;
}

#page .block-views-blockissues-issues-my-tasks .block__title {
  align-items: center;
  color: #3D5065;
  cursor: pointer;
  display: flex;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 0.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: all 200ms ease-out;
}
#page .block-views-blockissues-issues-my-tasks .block__title:hover {
  color: #1E88E5;
}

#page .block-views-blockissues-issues-my-tasks .block__title::before {
  color: #1E88E5;
  content: '\e474';
  display: block;
  font-family: 'Font Awesome 6 Pro';
  font-size: 1.625rem;  
  font-weight: 900;
  transition: all 200ms ease-out;
}
#page .block-views-blockissues-issues-my-tasks .block__title:hover::before {
  color: #1565c0;
}

#page .block-views-blockissues-issues-my-tasks .block__title::after {
  content: '\f077';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 0.875rem;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}


#page .block-views-blockissues-issues-my-tasks .block__title.expanded::after {
  transform: rotate(0deg);
}

#page .my-tasks {
  height: 0;
  opacity: 0;
  overflow: hidden;
  /* transition: height 0.4s ease, opacity 0.4s ease; */
  transition: none;
}

#page .my-tasks .view-content {
  padding-top: 1rem;
}

#page .my-tasks .views-field-title a,
#page .proj-status__task--title a {
  color: #0f54a1;
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
#page .my-tasks .views-field-title a:hover,
#page .proj-status__task--title a:hover {
  color: #fa5e1f;
}
#page .proj-status__sub-task--title a {
  color: #050c14;
  font-family: "Montserrat", sans-serif !important;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
#page .proj-status__sub-task--title a:hover {
  color: #19a4f5;
}
#page .proj-status__sub-task--title a::before {
  color: #19a4f5;
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.875rem;
  font-weight: 900;
  margin-right: 0.5rem;
}

#page .progress-bar {
  border-radius: 4rem !important;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.875rem;
  font-weight: 600;
  height: 24px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  text-align: center;
  transition: none !important;
  width: 0%;
  min-width: 8%;
}
#page .progress-bar-main {
  border-radius: 4rem !important;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1rem;
  font-weight: 600;
  height: 32px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  text-align: center;
  transition: none !important;
  width: 0%;
  min-width: 8%;
}

#page .progress-bar-main {
  background-color: #fa5e1f;
}
#page .progress-bar {
  background-color: #19a4f5;
}

#page .progress-container {
  background-color: #ddd;
  border-radius: 4rem !important;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 24px;
}
#page .progress-container-main {
  background-color: #ddd;
  border-radius: 4rem !important;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 32px;
}
#page .my-tasks .progress-container-main {
  background-color: #f4f5f6; 
}


#page .my-tasks__comment-count,
#page .proj-status__task--comment-count,
#page .proj-status__sub-task--comment-count {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 0.75rem;
  margin-top: 4px;
}
#page .my-tasks__comment-count i,
#page .proj-status__task--comment-count i {
  color: #fa5e1f;
  font-size: 1rem;
  margin-right: 0.25rem;
  transform: scaleX(-1) translateY(-6px);
}
#page .proj-status__sub-task--comment-count i {
  color: #19a4f5;
  font-size: 1rem;
  margin-right: 0.25rem;
  transform: scaleX(-1) translateY(-6px);
}

#page .task-title {
  align-items: center;
  display: flex;
}
#page .my-tasks .expected-completion{
  display: block;
  font-size: 0.9375rem;
  line-height: 160%;
  margin-top: 0.25rem;
  transition: none !important;
}
#page .description {
  display: none;
  font-size: 0.9375rem;
  line-height: 160%;
  margin-top: 0.25rem;
  transition: none !important;
}
#page .description--inner {
  padding-top: 0.5rem;
}
#page .proj-status__sub-tasks .description--inner {
  padding-left: 17px;
}
#page .description p:last-child {
  margin-bottom: 8px;
}

.description-toggle-button {
  align-items: center;
  background: none;
  border-radius: 4rem;
  border: 1px solid #c6c7c9;
  color: #050c14;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  height: 20px;
  justify-content: center;
  margin-left: 0.5rem;
  min-height: 20px;
  min-width: 20px;
  padding: 0;
  transition: transform 0.3s ease;
  width: 20px;
}

.description-toggle-button i {
  pointer-events: none;
  transition: transform 0.3s ease, color 0.3s ease;
}
.description-toggle-button:hover i {
  color: #fa5e1f;
}

.description-toggle-button i.fa-minus {
  transform: rotate(180deg);
  color: #fa5e1f;
}

.expand-all-button {
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  border-top: 0;
  border: 1px solid #ededed;
  color: #3D5065;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.8125rem;
  font-weight: 600;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 2rem;
  top: 0;
  transition: all 200ms ease-out;
}

.expand-all-button:hover {
  color: #fa5e1f;
}

#page .card-header {
  font-size: 13px;
}
#page .card-body .links.inline {
  gap: 0.5rem;
}

#page .links.inline.nav a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 8px;
  color: #050c14;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.8125rem;
  font-weight: 600;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 200ms ease-out;
}

#page .links.inline.nav a:hover {
  color: #fa5e1f;
}
#page .card-body .links.inline.nav a {
  margin-bottom: 0;
  margin-top: 1rem;
}

#edit-actions {
  margin-top: 1rem;
}

#page .card-body .form-label,
#page .card-body .form-select,
#edit-comment-body-0-format-help a {
  font-size: 0.8125rem;
}

#page .field--name-user-picture {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
#page .user--compact a {
  display: block;
  font-size: 14px;
  line-height: 120%;
  margin-top: 0.5rem;
  text-align: center;
}

section[data-component-id="radix:field-comment"] {
  border-top: 1px solid #ededed;
  margin-top: 1.5rem;
  padding-top: 2rem;
}

/*----- FOOTER - Open -----*/
.page__footer {
  background-color: #fff;
  padding: 2rem 0;
}
/*----- FOOTER - Close -----*/


 