/*
Theme Name: Project Management Tool
Theme URI: https://github.com/BlackrockDigital/startbootstrap-scrolling-nav
Description: Project management tool theme. Based on Start Bootstrap - Scrolling Nav.
Version: 1.0.0
Author: Code Pixelz Media
License: MIT
License URI: https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 */

body {
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: lighter;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.widget-list h4 {
  padding: 20px 0 10px;
}

a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.commentContainer a {
  color: #007bff;
  font-weight: 500;
}

.commentContainer a:hover {
  text-decoration: underline;
}

header {
  padding: 85px 0 10px;
}

strong {
  font-weight: 700;
}

@media (width >= 992px) {
  header {
    padding: 85px 0 10px;
  }
}

@media (width <= 720px) {
  .mobileonly {
    display: block;
  }
}

@media (width >= 721px) {
  .mobileonly {
    display: none;
  }
}

.screen-reader-text {
  display: none;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  height: auto;
  max-width: 100%;
}

.content ul li {
  border: none;
  padding: 2px;
}

ol.commentlist li {
  background: aliceblue;
  list-style: none;
}

ol.commentlist {
  padding-left: 0;
}

section {
  padding: 15px 0;
}

header#sform .lead {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

.pmt-search-wrap {
  align-items: center;
  display: flex;
  flex: 0 1 50%;
  gap: 8px;
  max-width: 50%;
  min-width: 200px;
}

.pmt-search-wrap .fa-search {
  color: rgb(255 255 255 / 90%);
  flex-shrink: 0;
}

.main-search {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(255 255 255 / 60%);
  color: #fff;
  flex: 1;
  font-weight: 300;
  min-width: 0;
  padding: 6px 0;
  width: 100%;
}

.main-search::placeholder {
  color: rgb(255 255 255 / 80%);
}

.main-search:focus {
  border-bottom-color: #fff;
  outline: none;
}

.pmt-bar-actions {
  align-items: center;
  display: inline-flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.pmt-view-actions {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.pmt-bar-quick-links {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pmt-bar-link {
  align-items: center;
  background: rgb(255 255 255 / 12%);
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 6px;
  color: #fff !important;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 500;
  gap: 6px;
  justify-content: center;
  padding: 6px 12px;
  text-decoration: none;
  transition:
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}

/* Pending queue count — red pill/circle on Leave */
.pmt-bar-link__badge {
  align-items: center;
  background: #dc2626;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
  color: #fff !important;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 1.35rem;
  min-width: 1.35rem;
  padding: 0 5px;
}

.pmt-bar-link:hover {
  background: rgb(255 255 255 / 22%);
  border-color: rgb(255 255 255 / 75%);
  color: #fff !important;
}

/* Navbar: [apply_leave_btn] — same visual language as .pmt-bar-link (plugin: #wplm-apply-sh) */
.navbar-dark .pmt-header-apply-leave #wplm-apply-sh,
.pmt-header-apply-leave #wplm-apply-sh.button.button-primary {
  appearance: none;
  background: #0093d8 !important;
  border: 1px solid #007bb8 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
  padding: 6px 12px;
  text-shadow: none !important;
  transition:
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  white-space: nowrap;
}

.navbar-dark .pmt-header-apply-leave #wplm-apply-sh:hover,
.pmt-header-apply-leave #wplm-apply-sh.button.button-primary:hover {
  background: #007bb8 !important;
  border-color: #006fa5 !important;
  color: #fff !important;
}

.navbar-dark .pmt-header-apply-leave #wplm-apply-sh:focus,
.pmt-header-apply-leave #wplm-apply-sh.button.button-primary:focus {
  box-shadow: 0 0 0 2px rgb(0 147 216 / 45%) !important;
  outline: none;
}

/* [apply_leave_btn] modal — New Request form (plugin #wplm-apply-mod; theme-only CSS) */
#wplm-apply-mod {
  backdrop-filter: blur(3px);
}

#wplm-apply-mod > div {
  border: 1px solid rgb(15 23 42 / 8%) !important;
  box-shadow:
    0 4px 6px rgb(0 0 0 / 7%),
    0 12px 24px rgb(0 0 0 / 12%) !important;
  font-family: inherit !important;
  max-width: 380px !important;
  width: min(380px, 92vw) !important;
}

#wplm-apply-mod h3 {
  color: #0f172a !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  margin: 0 0 1.25rem !important;
}

#wplm-f-sub p {
  margin-bottom: 1rem;
}

#wplm-f-sub label {
  color: #334155 !important;
  display: block;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  margin-bottom: 0.35rem !important;
}

#wplm-f-sub select,
#wplm-f-sub input[type="date"] {
  background: #fff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
  color: #0f172a !important;
  font-size: 0.9rem !important;
  line-height: 1.4;
  padding: 0.5rem 0.65rem !important;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  width: 100% !important;
}

#wplm-f-sub select:focus,
#wplm-f-sub input[type="date"]:focus {
  border-color: #0093d8 !important;
  box-shadow: 0 0 0 3px rgb(0 147 216 / 22%) !important;
  outline: none !important;
}

#wplm-btn-go.button.button-primary,
#wplm-btn-go {
  background: #0093d8 !important;
  border: 1px solid #007bb8 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  line-height: 1.35;
  margin-top: 0.25rem;
  padding: 0.65rem 1rem !important;
  text-shadow: none !important;
  transition:
    background 0.2s,
    border-color 0.2s;
  width: 100% !important;
}

#wplm-btn-go:hover:not(:disabled) {
  background: #007bb8 !important;
  border-color: #006fa5 !important;
  color: #fff !important;
}

#wplm-btn-go:disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

#wplm-f-sub button[type="button"] {
  background: none !important;
  border: none !important;
  border-radius: 6px !important;
  color: #64748b !important;
  cursor: pointer;
  font-size: 0.9rem !important;
  margin-top: 0.75rem !important;
  padding: 0.5rem !important;
  transition:
    background 0.2s,
    color 0.2s;
  width: 100% !important;
}

#wplm-f-sub button[type="button"]:hover {
  background: rgb(0 147 216 / 8%) !important;
  color: #0093d8 !important;
}

#wplm-msg-out {
  color: #0d9488 !important;
  font-size: 0.9rem !important;
}

.pmt-view-btn {
  align-items: center;
  background: rgb(255 255 255 / 15%);
  border: 1px solid rgb(255 255 255 / 50%);
  border-radius: 6px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  color: #fff !important;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 500;
  justify-content: center;
  padding: 8px 16px;
  text-decoration: none;
  transition:
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}

.pmt-view-btn:hover {
  background: rgb(255 255 255 / 25%);
  border-color: rgb(255 255 255 / 80%);
  box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
  color: #fff !important;
}

.pmt-projects-icon {
  align-items: center;
  background: rgb(255 255 255 / 15%);
  border: 1px solid rgb(255 255 255 / 50%);
  border-radius: 6px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  display: inline-flex;
  justify-content: center;
  padding: 8px 10px;
  text-decoration: none;
  transition:
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}

.pmt-projects-icon:hover {
  background: rgb(255 255 255 / 25%);
  border-color: rgb(255 255 255 / 80%);
  box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
}

.pmt-view-btn.active {
  background: rgb(255 255 255 / 20%);
  opacity: 1;
}

@media (width <= 480px) {
  .pmt-search-wrap {
    flex: 1 1 auto;
    max-width: none;
    min-width: 120px;
  }
}

.card-block {
  padding: 20px;
}

.card-block li {
  border-bottom: 1px dashed #ccc;
  padding: 10px;
}

.card-subtitle {
  color: #99abb4;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
}

.list-items {
  border-bottom: 1px dashed;
  margin-bottom: 5px;
  padding: 5px;
}

.list-items a {
  font-weight: 300;
}

.tasktitle-list {
  color: #212529;
  font-size: 15px;
  font-weight: 300;
}

/* Quci form Task title */

.quickform-title {
  background: none;
  border: none;
  border-bottom: 1px dashed;
  border-bottom: medium none currentcolor;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
}

.todo-list li {
  list-style: none;
}

/* Labels */

.badge {
  color: #fff;
}

.label {
  background: gray;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
}

.label-danger,
.bg-danger {
  background: #fc4b6c;
  color: #fff;
}

.label-warning {
  background: #ffb22b;
}

.label-info {
  background: #1e88e5;
}

.label-success {
  background: #26c6da;
}

.label-default {
  background: gray;
}

.item-date,
.item-date a {
  color: #555;
  font-size: 12px;
}

/* Comments */

/* Single task page: scoped under .pmt-task-comments */
.pmt-comment-body {
  border-bottom: 1px solid #ccc;
  margin: 20px 0 0 -40px;
  padding: 12px 14px 14px;

  /* background: #f8f9fa; */
}

/* Kanban task modal: use comment-body for proper layout */
#pmtTaskDetailModal .comment-body {
  border-bottom: none;
  margin: 0;
  padding: 14px 14px 10px;
}

.comment-meta {
  font-size: 12px;
}

.comment-metadata {
  float: right;
  margin-top: -60px;
  text-align: right;
  width: 50% !important;
}

.vcard {
  background: aliceblue;
  margin-bottom: 10px;
  padding: 10px;
}

#commentContainer {
  padding: 0 10px;
}

.content a,
#commentContainer a {
  color: #007bff;
}

.tagged {
  background-color: cornsilk;
  font-style: italic;
  padding: 0 4px;
}

[data-letters]::before {
  background: cornflowerblue;
  border-radius: 50%;
  color: white;
  content: attr(data-letters);
  display: inline-block;
  font-size: 1em;
  height: 2.5em;
  line-height: 2.5em;
  margin-right: 1em;
  text-align: center;
  vertical-align: middle;
  width: 2.5em;
}

.modal-body .plist p {
  display: inline-block;
  width: 32%;
}

a[aria-expanded="false"] .fa-angle-up {
  display: none;
}

a[aria-expanded="true"] .fa-angle-down {
  display: none;
}

.card {
  margin-bottom: 20px;
}

.plistli {
  float: left;
  width: 33%;
}

.plistli p {
  vertical-align: middle;
}

.widget-list li {
  list-style: none;
}

/* Removed global .row { flex-wrap: nowrap } and .col-lg-4 { max-width: none }
   which caused single project layout to show empty space on left.
   Bootstrap default flex-wrap: wrap restores correct column layout. */

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu ul {
  padding: 0;
}

.dropdown-menu p {
  padding-top: 10px;
  text-align: center;
}

.dropdown-menu p a {
  background: aliceblue;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
}

.dropdown-menu .drop-title {
  font-weight: 500;
  padding: 5px 0 10px 15px;
}

/* Team Members dropdown: position at right edge of viewport, below nav + search bar */
.pmt-team-members-dropdown {
  left: auto !important;
  position: fixed !important;
  right: 0 !important;
  top: 66px !important;
}

/* Tasks Assigned dropdown: same positioning on right side */
.pmt-tasks-dropdown {
  left: auto !important;
  position: fixed !important;
  right: 0 !important;
  top: 66px !important;
}

.task-info {
  border-bottom: 1px dashed;
  font-size: 14px;
  padding: 5px 15px;
}

.switch-tmce {
  display: none;
}

.followup-catchup a {
  color: #c21807;
}

.notibadge {
  background: crimson;
  margin-left: 4px;
}

.takeOverCancel {
  color: #fff !important;
}

.projectSearch {
  background: none;
  border: none;
  border-bottom: 1px dashed #ccc;
  border-bottom: medium none currentcolor;
  color: #333;
  float: right;
  font-weight: lighter;
  margin-top: -50px;
  padding: 5px;
}

/* Switch Styles Starts Here */

.status {
  line-height: 1;
  margin-top: -12px;
}

.status input[type="checkbox"] {
  height: 0;
  visibility: hidden;
  width: 0;
}

.status label {
  background: grey;
  border-radius: 40px;
  cursor: pointer;
  display: block;
  height: 20px;
  position: relative;
  text-indent: -9999px;
  width: 40px;
}

.status label::after {
  background: #fff;
  border-radius: 10px;
  content: "";
  height: 10px;
  left: 5px;
  position: absolute;
  top: 5px;
  transition: 0.1s;
  width: 10px;
}

.status input:checked + label {
  background: #bada55;
}

.status input:checked + label::after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.status label:active::after {
  width: 20px;
}

/* Switch Styles ENDS Here */

.av_thumb img {
  border: 1px solid bisque;
  border-radius: 60px;
  margin: 3px;
  padding: 3px;
}

.av_thumb {
  float: left;
  position: relative;
  width: 20%;
}

.listuseravailable {
  padding: 0 10px;
}

.unavailable {
  background: #f00;
  border-radius: 10px;
  height: 15px;
  left: 55px;
  margin-top: 45px;
  min-height: 10px;
  min-width: 10px;
  position: absolute;
  vertical-align: bottom;
  width: 15px;
  z-index: 9999;
}

.available {
  background: #bada55;
  border-radius: 10px;
  height: 15px;
  left: 52px;
  margin-top: 42px;
  min-height: 10px;
  min-width: 10px;
  position: absolute;
  vertical-align: bottom;
  width: 15px;
  z-index: 9999;
}

.authorinfo img {
  border: 1px solid bisque;
  border-radius: 60px;
  padding: 3px;
}

.docContent,
.docCont {
  background-clip: padding-box;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ced4da;
  border-color: rgb(206 212 218);
  border-radius: 0.25rem;
  height: 250px;
  padding: 10px;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  width: 100%;
}

.notes {
  background: beige;
  border: 1px dashed burlywood;
  font-size: 13px;
  margin: 5px 0;
  padding: 10px;
}

#noteswidget {
  max-height: 350px;
  overflow: hidden auto;
}

/* Private notes – light gray background; keep text readable (was darkgrey) */
.notes.private {
  background: #eef2f6;
  border: 1px solid #cbd5e1;
  border-left: 4px solid #64748b;
}

.alerter {
  background: blanchedalmond;
  color: #333;
  padding: 5px 10px;
}

/* Birthday Card */

.bcard {
  background: #fff9b2;
  box-shadow: -5px -5px 10px rgb(0 0 0 / 30%);
  height: 450px;
  position: absolute;
  width: 300px;
}

.bcard::before {
  background: #84e4d8;
  content: "";
  height: 450px;
  left: -50%;
  position: absolute;
  top: -50%;
  transform: translate(35%, 42%);
  width: 300px;
  z-index: -1;
}

.bcard span {
  font-family: Lobster, cursive;
  font-size: 24px;
  margin-top: 3%;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.bcard .ribbon {
  background: #84e4d8;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 62%;
  transform: translateX(-50%);
  width: 60%;
}

.bcard .ribbon::before,
.bcard .ribbon::after {
  border: 20px solid #5adbcb;
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  width: 5px;
  z-index: -1;
}

.bcard .ribbon::before {
  border-left-color: transparent;
  border-left-width: 20px;
  right: 90%;
}

.bcard .ribbon::after {
  border-right-color: transparent;
  border-right-width: 20px;
  left: 90%;
}

.cake {
  background: #84e4d8;
  border: 3px dashed #1c8073;
  border-radius: 50%;
  height: 200px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  width: 200px;
}

#cake {
  width: 100%;
}

.btext-box {
  background: #e8e7d3;
  border: 2px dashed #132317;
  border-radius: 10px;
  bottom: 5%;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  height: 80px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 80%;
}

.btext-box::after {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.subtasks li {
  list-style: none;
}

.subtasks li input[type="checkbox"] {
  margin-right: 6px;
}

#newsubtask {
  border: none;
  border-bottom: 1px dashed darkgray;
  margin: 25px 10px 10px;
  width: 70%;
}

.subtasks {
  background: aliceblue;
  padding: 20px;
}

.logged-in-as a {
  color: #f00;
}

/* Back to top button */

#topbutton {
  background-color: #007bff;
  border-radius: 4px;
  bottom: 160px;
  display: inline-block;
  height: 50px;
  opacity: 0.5;
  position: fixed;
  right: 45px;
  text-align: center;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  width: 50px;
  z-index: 1000;
}

#topbutton::after {
  color: #fff;
  content: "\f077";
  font-family: FontAwesome, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
}

#topbutton:hover {
  background-color: #333;
  cursor: pointer;
}

#topbutton:active {
  background-color: #555;
}

#topbutton.show {
  opacity: 1;
  visibility: visible;
}

#downbutton {
  background-color: #007bff;
  border-radius: 4px;
  display: inline-block;
  height: 50px;
  opacity: 0.5;
  position: fixed;
  right: 30px;
  text-align: center;
  top: 10px;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  width: 50px;
  z-index: 9999;
}

#downbutton::after {
  color: #fff;
  content: "\f063";
  font-family: FontAwesome, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
}

#downbutton:hover {
  background-color: #333;
  cursor: pointer;
}

#downbutton:active {
  background-color: #555;
}

#downbutton.show {
  opacity: 1;
  visibility: visible;
}

.todo-list li p {
  display: inline !important;
}

/* form styles */

#msform {
  margin-top: 30px;
  position: relative;
  text-align: center;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);
  box-sizing: border-box;
  margin: 0 10%;
  padding: 20px 30px;

  /* stacking fieldsets above each other */
  position: relative;
  width: 80%;
}

/* Hide all except first fieldset */

#msform fieldset:not(:first-of-type) {
  display: none;
}

/* inputs */

#msform input,
#msform textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  color: #2c3e50;
  font-family: montserrat, sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
}

#msform input:focus,
#msform textarea:focus {
  border: 1px solid #ee0979;
  box-shadow: none !important;
  outline-width: 0;
  transition: all 0.5s ease-in;
}

/* buttons */

#msform .action-button {
  background: #ee0979;
  border: 0 none;
  border-radius: 25px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  margin: 10px 5px;
  padding: 10px 5px;
  width: 100px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow:
    0 0 0 2px white,
    0 0 0 3px #ee0979;
}

#msform .action-button-previous {
  background: #c5c5f1;
  border: 0 none;
  border-radius: 25px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  margin: 10px 5px;
  padding: 10px 5px;
  width: 100px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow:
    0 0 0 2px white,
    0 0 0 3px #c5c5f1;
}

/* headings */

.fs-title {
  color: #2c3e50;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fs-subtitle {
  color: #666;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 20px;
}

/* progressbar */

#progressbar {
  /* CSS counters to number the steps */
  counter-reset: step;
  margin-bottom: 30px;
  overflow: hidden;
}

#progressbar li {
  color: white;
  float: left;
  font-size: 9px;
  letter-spacing: 1px;
  list-style-type: none;
  position: relative;
  text-transform: uppercase;
  width: 33.33%;
}

#progressbar li::before {
  background: white;
  border-radius: 25px;
  color: #333;
  content: counter(step);
  counter-increment: step;
  display: block;
  font-size: 12px;
  height: 24px;
  line-height: 26px;
  margin: 0 auto 10px;
  width: 24px;
}

/* progressbar connectors */

#progressbar li::after {
  background: white;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
  z-index: -1;

  /* put it behind the numbers */
}

#progressbar li:first-child::after {
  /* connector not needed before the first step */
  content: none;
}

/* marking active/completed steps green */

/* The number of the step and the connector before it = green */

#progressbar li.active::before,
#progressbar li.active::after {
  background: #ee0979;
  color: white;
}

/* Not relevant to this form */

.dme_link {
  margin-top: 30px;
  text-align: center;
}

.dme_link a {
  background: #fff;
  border: 0 none;
  border-radius: 25px;
  color: #ee0979;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 25px;
}

.dme_link a:hover,
.dme_link a:focus {
  background: #c5c5f1;
  text-decoration: none;
}

.mce-toolbar .mce-btn-group .mce-btn,
.qt-dfw {
  padding: 10px 7px;
}

#mceu_65,
#mceu_66,
#mceu_68,
#mceu_58 {
  display: inline-block !important;
}

.wp-editor-container {
  border: 1px solid #e5e5e5 !important;
  border-radius: 6px;
}

/* Comment form: Post Comment button touches bottom of editor (normal view + modal) */
#respond .comment-form p.comment-form-comment,
#respond .comment-form .comment-form-comment .wp-editor-wrap,
#respond .comment-form .comment-form-comment .wp-editor-container,
#respond .comment-form .comment-form-comment .mce-tinymce,
.comment-form .comment-form-comment,
.comment-form .wp-editor-wrap,
.comment-form .wp-editor-container {
  margin-bottom: 0 !important;
}

#respond .comment-form p.form-submit,
.comment-form .form-submit {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

div.mce-toolbar-grp,
.mce-toolbar-grp.mce-container.mce-panel.mce-first.mce-last {
  align-items: center !important;
  background: #fff !important;
}

.submit {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
  padding: 10px;
}

.wp-core-ui .button,
.wp-core-ui .button-secondary {
  background: #007bff !important;
  border-color: #007bff !important;
  box-shadow: none;
  color: #fff !important;
  height: auto !important;
  padding: 10px !important;
  width: auto !important;
}

#faq-ask-questions {
  display: none;
}

/* RESONSIVE CSS */

.navbar-nav {
  align-items: center;
}

/* WP Leave Manager — apply leave button (plugin uses id + inline styles; !important overrides inline) */
#wplm-open-modal {
  background: #0073aa !important;
  border: none !important;
  border-radius: 20px !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 4px 8px !important;
}

/* Hide dropdown caret icons in header navbar */
#mainNav .dropdown-toggle::after,
.navbar .dropdown-toggle::after {
  display: none !important;
}

.nav-item img.avatar.photo {
  border: 2px solid #0093d8;
  border-radius: 50%;
  object-fit: cover;
  padding: 2px;
}

/* Project team member avatars - blue circular border */
.teamwidget img.avatar,
.teamwidget img.au {
  border: 2px solid #0093d8;
  border-radius: 50%;
  object-fit: cover;
  padding: 0;
}

.pmt-task-comments
  .pmt-comment-list
  .wpulike-animated-heart
  button.wp_ulike_btn {
  box-shadow: 0 0 10px rgb(255 111 99 / 40%) !important;
  height: 30px !important;
  width: 30px !important;
}

/* WP ULike: plugin styles use overflow:hidden; allow glow/animation to show in comments */
#comments .wpulike,
#comments .wpulike .wp_ulike_btn,
.pmt-task-comments .wpulike,
.pmt-task-comments .wpulike .wp_ulike_btn {
  overflow: visible !important;
}

.dynamiclisting li {
  list-style: none;
}

/* Single Project Tab Content  */
.projects-tab {
  margin-bottom: 20px;
}

.projects-tab .nav-tabs {
  background: #f0f8ff;
  border: 0;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.projects-tab .nav-tabs .nav-link {
  background-image: linear-gradient(to right, transparent, transparent);
  background-repeat: no-repeat;
  background-size: 0;
  border: 0;
  transition: all 0.2s ease;
}

.projects-tab .nav-tabs .nav-link.active {
  background-image: linear-gradient(to right, transparent, #0093d8 0%, #0093d8);
  background-size: 100%;
  border-radius: 50px;
  color: #fff;
}

#myTabContent {
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 12.5%);
  border-radius: 0.25rem;
  overflow-wrap: break-word;
  padding: 20px;
}

.user-role-blank {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

body#page-top .fa {
  font-family: var(--fa-style-family, "FontAwesome");
}

@media (width <= 991px) {
  nav#mainNav .container {
    align-items: center;
    flex-flow: row;
  }

  .navbar-dark .navbar-toggler {
    display: none !important;
  }

  #navbarResponsive .navbar-nav {
    display: inline-block;
  }

  #navbarResponsive .navbar-nav li {
    display: inline-block;
    line-height: 1;
    margin-right: 10px !important;
  }

  #navbarResponsive {
    display: block !important;
    text-align: right;
  }

  #navbarResponsive .navbar-nav li.status {
    float: unset;
    margin: 0;
    vertical-align: super;
  }

  #navbarResponsive .navbar-nav .status label {
    color: transparent;
    margin: 0;
  }

  .user-role.nav-item i {
    color: rgb(255 255 255 / 50%);
  }

  .user-role-blank {
    display: none !important;
  }
}

@media (width <= 767px) {
  .navbar-dark .navbar-toggler,
  #navbarResponsive .navbar-nav li.nav-item:last-child,
  #navbarResponsive li.nav-item.bug-bounty {
    display: none !important;
  }

  .col-sm-2 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 15px !important;
  }

  ul.list-task.todo-list button.btnquickform,
  ul.list-task.todo-list button.btnquicktodo {
    display: block;
    float: unset;
    margin-top: 10px;
  }

  #listProjects .modal-footer {
    justify-content: center;
  }

  .lead {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    line-height: 1;
  }

  .main-search {
    border-radius: 0;
  }
}

@media (width <= 430px) {
  nav#mainNav .container {
    /* flex-flow: column; */
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .navbar-dark .navbar-brand img {
    height: 24px;
  }
}

@media (width <= 360px) {
  nav#mainNav .container {
    flex-flow: column;
  }

  .navbar-dark .navbar-brand img {
    height: 40px;
  }

  header#sform {
    padding: 120px 0 10px !important;
  }

  .col-sm-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
  }
}

.msgslack {
  background: beige;
  border: 1px solid #555;
  border-radius: 10px;
  display: block;
  margin-top: 5px;
  padding: 10px 0;
  text-align: center;
  width: 120px;
}

/* NEW CSS By DEV */
@media screen and (width >= 1376px) {
  .container {
    max-width: 1360px;
  }
}

html,
body {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #0093d8;
  border-radius: 10px;
}

/* nav.fixed-top { */

/*    animation: fadeInDown; */

/*    animation-duration: 1s; */

/* } */

/* header#sform{ */

/*    animation: fadeInDown; */

/*    animation-duration: 1s; */

/* animation-delay: 0.5s; */

/* } */

/* section#about .row>.col-lg-3 { */

/*    animation: fadeInLeft; */

/*    animation-duration: 1s; */

/* } */

/* section#about .row>.col-lg-8 { */

/*    animation: fadeInLeft; */

/*    animation-duration: 1s; */

/* } */

/* section#about .row>.col-lg-4 { */

/*    animation: fadeInRight; */

/*    animation-duration: 1s; */

/* } */

/* footer { */

/*    animation: fadeInUp; */

/*    animation-duration: 1s; */

/* } */

.go-to-bottom {
  align-items: center;
  background: #007bff;
  background-color: #007bff;
  border: 0;
  border-radius: 4px;
  bottom: 100px;
  color: #fff;
  display: flex;
  height: 50px;
  opacity: 0.5;
  padding: 10px;
  position: fixed;
  right: 45px;
  text-align: center;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  width: 50px;
  z-index: 1000;
}

.go-to-bottom::before {
  content: "\f078";
  font-family: FontAwesome, sans-serif;
  font-size: 2em;
  line-height: 50px;
}

.go-to-bottom:hover {
  background-color: #333;
  color: #fff;
}

#us-88 .faq-right-bottom {
  display: none !important;
}

/* Project creation loading overlay */
.pmt-project-loader-overlay {
  align-items: center;
  background: rgb(0 0 0 / 55%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 9999;
}

.pmt-project-loader-overlay .pmt-loader-card {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgb(0 0 0 / 25%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 2.5rem;
}

.pmt-project-loader-overlay .pmt-loader-card .pmt-loader-message {
  color: #000;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}

.pmt-project-loader-overlay .pmt-loader-card .pmt-loader-warning {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.pmt-project-loader-overlay .pmt-loader-card .loader {
  --c: no-repeat radial-gradient(farthest-side, #000 93%, #0000);

  animation: pmt-loader-l6-0 1.5s linear infinite;
  background:
    var(--c) 0 0,
    var(--c) 50% 0;
  background-size: 8px 8px;
  clip-path: inset(-200% -100% 0 0);
  height: 20px;
  position: relative;
  width: 40px;
}

.pmt-project-loader-overlay .pmt-loader-card .loader::before {
  animation:
    pmt-loader-l6-1 1.5s linear infinite,
    pmt-loader-l6-2 0.5s cubic-bezier(0, 200, 0.8, 200) infinite;
  background: #000;
  content: "";
  height: 12px;
  left: -16px;
  position: absolute;
  top: 0;
  width: 8px;
}

.pmt-project-loader-overlay .pmt-loader-card .loader::after {
  animation: pmt-loader-l6-3 1.5s linear infinite;
  background: #000;
  border-radius: 50%;
  content: "";
  height: 8px;
  inset: 0 0 auto auto;
  position: absolute;
  width: 8px;
}

@keyframes pmt-loader-l6-0 {
  0%,
  30% {
    background-position:
      0 0,
      50% 0;
  }

  33% {
    background-position:
      0 100%,
      50% 0;
  }

  41%,
  63% {
    background-position:
      0 0,
      50% 0;
  }

  66% {
    background-position:
      0 0,
      50% 100%;
  }

  74%,
  100% {
    background-position:
      0 0,
      50% 0;
  }
}

@keyframes pmt-loader-l6-1 {
  90% {
    transform: translateY(0);
  }

  95% {
    transform: translateY(15px);
  }

  100% {
    left: calc(100% - 8px);
    transform: translateY(15px);
  }
}

@keyframes pmt-loader-l6-2 {
  100% {
    top: -0.1px;
  }
}

@keyframes pmt-loader-l6-3 {
  0%,
  80%,
  100% {
    transform: translate(0);
  }

  90% {
    transform: translate(26px);
  }
}
