html, body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


a {
    color: var(--pipelineTheme);
}

a:hover {
    color: var(--pipelineTheme);
}

.form-control:focus {
    border-color: #d6d2d2 !important;
    box-shadow: 0 0 0 0.2rem var(--pipelineThemeLight);
}

a {
    color: var(--pipelineTheme);
}

a:hover {
    color: var(--pipelineTheme);
}

:root {
    --pipelineTheme: #009C9C;
    --pipelineThemeLight: rgb(0, 179, 179, 0.2);
    --pipelineThemeDark: rgb(0, 128, 128, 0.7);
    --iconTheme: #A9A9A9;
}

tr, td {
    padding: 0;
}

body {
    color: #666;
    line-height: 20px;
    font-size: 14px;
    min-width: 1000px;
    /*background-color: #f2f7fa;*/
    background-color: #F8F9FA;
}

.bg-app-blue {
    background-color: #1072BA;
}

.bg-app-white {
    background-color: #FFFFFF;
}

.bg-app-green {
    background-color: #009144;
}

.bg-app--warning {
    background-color: #dc6900;
}

a {
    color: var(--pipelineTheme);
}

a:hover {
    color: var(--pipelineTheme);
}

.form-error {
    color: red;
    font-size: 12px;
}

.form-error-newline {
    color: red;
    font-size: 12px;
    margin-left: 16px;
    margin-bottom: 1px;
}

.container-main {
    background-color: white;
    padding-top: 50px;
    height: 100%;
    width: 100%;
}
.react-fixed-navbar{
    padding: 20px;
    /* padding-top: 135px; */
    /* padding-top: 123px; */
    padding-top: 0;
    background: red;
    background-color: #eff3f6;
}
.container-main.react-app{
    border-radius: 16px;
    padding-top: 20px;
    /* padding-top: 125px; */
}

.container-main.react-app .overview-container{
    width: 97%;
}
.container-main .contract-details .footer-logo{
    margin-bottom: -32px;
}

.container-padded {
    padding: 15px;
    width: 100%;
    height: 100%;
}

/* Bootstrap redefines */
.navbar {
    border-radius: 0!important;
    padding: 3px;
    position: fixed;
    width: 100%;
    min-width: inherit;
    height: 55px;
    box-shadow: 0px 4px 4px 0px #0000000D;
    z-index: 10;
}

.form-control {
    font-size: 14px;
    border: 1px solid #EEEEEE
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.container-fluid {
    padding: 20px;
    background-color: white;
    min-width: 1160px;
}

.project-header-container  {
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.06);
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--pipelineTheme) !important;
    padding: 10px 1px;
    color: var(--pipelineTheme);
}

.project-steps-name {
    font-weight: 700;
    font-size: 1rem;
    color: black;
}

.settings-task-form {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 2px
}

.project-header-title-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tooltip-inner {
    color: white;
    background-color: var(--pipelineTheme);
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.autoresize {
  height: auto;
  padding: 5px 0 0 15px !important;
  margin: 0 0 0 10px !important;
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
}

/**
 * Drag and drop area
 */

.contract-form__file-input {
  text-align: center;
}

.contract-form__icon {
  width: 100%;
  color: #116eb6;
  display: block;
  margin-bottom: 20px;
}

.contract-form__attachment-file + label:hover strong,
.contract-form__attachment-file:focus + label strong,
.contract-form__attachment-file.has-focus + label strong {
  color: var(--pipelineTheme);
}

.contract-form__attachment-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.contract-form__attachment-file + label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  /*overflow: hidden;*/
}

.attachment-file-url {
    margin-left: 30px;
    color: var(--pipelineTheme);
    font-size: 12px;
    text-decoration: underline;
}

.add-comment-container {
    display: flex;
    justify-content: space-between;
    padding: 6px 10px;
    margin-bottom: -8px;
}

.no-tasks-attachment {
    text-align: left;
    padding-top: 8px;
}

.project-summary-step-name-no-task {
    text-align: start;
    margin-bottom: 8px
}

.project-summary-step-name {
    font-weight: 700;
    font-size: 1rem;
    color: black;
}

.contract-form__file-div.has-advanced-upload {
  background-color: white;
  margin: 0 0 1.5rem 0;
  padding: 1rem;
  font-size: 1.2rem;
  border-radius: 5px;
}

.contract-form__file-div.has-advanced-upload .contract-form__dragndrop {
  display: inline;
}

.contract-form__file-div.is-dragover {
  background-color: grey;
}

.project-details-summary-form .input-cell{
  border-bottom: none;
}
.custom-dropdown {
  background-color: transparent;
  color: var(--pipelineTheme);
  position: relative;
  top: 3px;
  font-size: 20px;
  cursor: pointer;
  width: 38px;
  height: 39px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 6px;
  border: 1px solid var(--pipelineTheme);
}

.custom-dropdown:hover {
  text-decoration: none;
  color: white;
  background-color: var(--pipelineTheme);
}

.project_detail_btn{
  padding: 10px;
  border-radius: 6px;
  margin-right: 8px; font-size: large;
}
.btn-success{
  background-color: var(--pipelineTheme);
  border-color: var(--pipelineTheme);
  border-radius: 6px;
}
.btn-success:hover,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):focus, .btn-success:disabled{
  background-color: var(--pipelineTheme);
  border-color: var(--pipelineTheme);
}
.btn-outline-success {
  color: var(--pipelineTheme);
  border-color: var(--pipelineTheme);
}
.btn-outline-success:hover,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled):focus{
  color: white;
  background-color: var(--pipelineTheme);
  border-color: var(--pipelineTheme);
}
.btn-grayed{
  filter: grayscale(100%);
}

.btn {
    font-size: 14px;
}

.btn-success {
    background-color: var(--pipelineTheme);
    border-color: var(--pipelineTheme);
}

.btn-success:hover {
    background-color: var(--pipelineTheme);
    border-color: var(--pipelineTheme);
}

.btn-success:focus, .btn-success.focus {
    background-color: var(--pipelineTheme);
    border-color: var(--pipelineTheme);
}

.btn-success:active, .btn-success.active {
    background-color: var(--pipelineTheme);
    border-color: var(--pipelineTheme);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background-color: var(--pipelineTheme);
    border-color: var(--pipelineTheme);
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.w-200 {
    width: 200px !important;
}

.btn:hover {
    color: white;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

input.focus, button.focus, textarea.focus,
input:focus, button:focus, textarea:focus {
    box-shadow: none !important;
}

/* Login and registration cards */
#auth-card {
    max-width: 370px;
    padding: 40px;
}

.card {
    background-color: #FFF;
    padding: 20px 25px 30px;
    margin: auto;
    margin-top: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* Emails */
.container-email {
    max-width: 700px;
}

/* Navbar */
.settings-dropdown {
    vertical-align: middle;
    max-width: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Projects */
.projects-container {
    min-height: calc(100% - 54px);
    height: calc(100% - 54px);
}

.projects-title {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.sourcing-steps-wrapper {
    border-top: 1px #b9babb solid;
    border-bottom: 1px #b9babb solid;
}

.sourcing-step-title {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.sourcing-step-title li {
    display: table-cell;
    text-align: left;
    color: #26292c;
    padding: 6px 25px 6px 12px;
    border-right: 1px #b9babb solid;
    line-height: 1.2em;
}

.sourcing-step-title-kanban {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.sourcing-step-title-kanban li {
    display: table-cell;
    text-align: left;
    color: #26292c;
    padding: 5px;
    line-height: 1.2em;
}

.projects-table {
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
}

.projects-table-kanban {
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8.4px 3px #0000000D;
}

.project-steps-table {
    width: 100%;
    height: 100%;
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0;
}

.sourcing-step-column {
    margin-left: 5px;
    width: calc(12.49995% - 22px);
}

.project-header-title {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    width: 100%;
}

.project-header-savings {
    font-size: 0.90em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}

.project-header-num-projects {
    color: darkgray;
}

.coin-icon {
    padding: 2px;
    width: 48px;
    height: 48px;
}

.projects-title-kanban {
    display: flex;
    background-color: white;
    justify-content: space-between;
    width: 99%;
    margin: auto;
}
.projects-title-kanban-block {
    display: inline-block;
    white-space: nowrap;
    padding: 8px 8px;
    width: 70%;
    height: 60%;
    background: #F5F5F5;
    border-radius: 8px;
    margin: 10px 4px 15px 10px;
    transition-property: box-shadow;
    transition-duration: 250ms;
}
.projects-title-kanban-block:hover {
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.18);
}
.total-savings {
    height: 32px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 32px;
    margin-bottom: 0;

    color: #111827;
}
.avatar {
    padding: 0px;
    width: 32px;
    height: 32px;
    right: 202px;
    top: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: top;

    position: static;
}
.avatar-title {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: sub;
    width: 60%;
    height: 36px;
    left: 40px;
    top: 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 8px;
    width: 12vw;
    }
.kanban-title{
    width: 10vw;
}
.theme-font{
    color: var(--pipelineTheme);
}

.table-scrollbar::-webkit-scrollbar {
    width: 2px;
}
.table-scrollbar::-webkit-scrollbar-track {
    background: #FFFFFF;
}
.table-scrollbar::-webkit-scrollbar-thumb {
    background: gray;
}

.width-with-scroll {
  padding-left: 11px;
  padding-right: 7px;
}

.footer {
  width: 100%;
  height: 100px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center
}

.footer-logo {
    margin-top: 20px;
    margin-bottom: -70px;
}

.footer-logo-collapsed {
    position: fixed;
    bottom: 0;
}

.footer-text-collapsed {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
}

.footer-auth-page {
    position: fixed;
    bottom: 0;
}

.toggle-arrow {
    transition: transform 0.3s;
}
.rotate-arrow {
    transform: rotate(180deg);
}

.rotate-arrow-down {
    transform: rotate(90deg);
}


.project-header-title-kanban {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    width: 100%;
    height: 20px;
    left: 0px;
    top: 0px;

    font-family: 'Montserrat';
    font-style: normal;
    font-size: 14px;
    line-height: 14px;

    color:#414042;
    text-align: center;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 10px 0 0 10px;
}

.project-header-savings-kanban {
    width: 100%;
    display: inline-block;
    height: 16px;
    left: 19px;
    top: 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #374151;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.project-header-num-projects-kanban {
    color: darkgray;
}

.project-card {
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 5px 5px 10px;
    min-height: 50px;
    background-color: #ffffff;
}

.project-card a {
    text-decoration: none;
    color: inherit;
}

.project-card-top {
    /*height: 50px;*/
    overflow: hidden;
}

.project-approved {
    border-left: 5px solid #02837F;
}

.project-pending {
    border-left: 5px solid #ffc107;
}

.project-declined {
    border-left: 5px solid #DD340A;
}

.project-card-target {
    display: inline-block;
    font-size: 0.8em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.project-card-kanban {
    padding: 5px 5px 5px 10px;
    min-height: 90px;
    background-color: #ffffff;
    border-radius: 13px;
    margin: 5px 5px 8px 5px;
}

.project-card-kanban a {
    text-decoration: none;
    color: inherit;
}

.project-card-kanban-top {
    display: inline-flex;
    /*height: 50px;*/
    overflow: hidden;
}

.project-card-kanban-target {
    display: inline-block;
    height: 20px;
    left: 19px;
    top: 0px;

    /* text-sm/leading-5/font-medium */

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    /* identical to box height, or 143% */


    /* Font/main_text */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.project-savings-cards{
    display: flex;
    justify-content: flex-end;
}

.project-card-days {
    font-size: 0.8em;
    text-align: right;
    display: flex;
    align-items: center;
}

.day-triangle-right {
    height: 0.8em;
    width: 7px;
    background-color: #028c38;
    display: inline-block;
    margin-right: 1px;
    margin-left: 1px;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 0% 50%);
}

.day-triangle-left {
    height: 0.8em;
    width: 7px;
    background-color: #ee711d;
    display: inline-block;
    margin-right: 1px;
    margin-left: 1px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

/* Projects aging */
.project-card-red {
    background-color: #D80027;
    color: white !important;
}
.project-text-red{
    color: #D80027
}
.project-text-yellow{
    color: #FFC700
}
.project-text-green{
    color: #0EB600
}

.popover-font{
    font-family: 'Montserrat'!important;
    color: #666666;
}

.project-card-red .day-triangle-left,
.project-card-red .day-triangle-right {
    background-color: white;
}

.project-card-yellow {
    background-color: #FFC700;
    color: white;
}

.project-card-yellow .day-triangle-left,
.project-card-yellow .day-triangle-right {
    background-color: white;
}

.project-card-orange {
    background-color: #ee7600;
    color: white;
}
.project-card-orange .day-triangle-left,
.project-card-orange .day-triangle-right {
    background-color: white;
}

.project-card-green {
    background-color: #0EB600;
    color: white;
}

.project-card-green .day-triangle-left,
.project-card-green .day-triangle-right {
    background-color: white;
}

.sortable-col {
    min-height: calc(100% - 52px);
    display: table-cell;
    /*border-right: 1px solid #e5e5e5;*/
    background-color: #ffffff;
}

.sortable-col-kanban {
    min-height: calc(100% - 52px);
    display: table-cell;;
    background-color: #ffffff;
}

/* Project Details */
.project-details-timeline-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 3px;
}

.project-details-container {
    width: 50%;
    display: flex;
}

.hide-element {
    display: none;
}

.fa-file-text {
    font-size:20px;
}

.days-count {
    display: flex;
    justify-content: center;
}

.js-savings-summary-container {
    padding-top: 30px;
}

.project-sub-tasks-and-comments-container {
    margin-bottom: 30px !important;
}

.project__tabs {
    border-bottom: none;
}

.initial-user-icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-weight: 600;
    color: white;
    align-items: center;
}

.initial-user-icon > div {
    line-height: 100%;
    font-size: 10px;
    font-weight: 600;
}

#left-menu {
    background-color: #fff;
    display: inline-block;
    min-width: 280px;
    max-width: 280px;
    overflow-y: scroll;
    padding: .5rem;
    max-height: 150vh;
}

#left-menu #left-menu-ul {
    padding-left: 0;
    padding-right: 20px;
    list-style-type: none;
    margin-bottom: 0;
    background-color: white;
}

#left-menu #left-menu-ul li {
    white-space: nowrap;
    border-bottom: #ebebeb 1px solid;
}

#left-menu #left-menu-ul li:last-child {
    border-bottom: none;
}

#left-menu #left-menu-ul li a {
    display: block;
    padding: 20px;
    color: black;
    font-size: 1.1em;
}

#left-menu #left-menu-ul li a.selected {
    font-weight: bold;
}

.chart-header {
    height: 65px;
    width: 100%;
    background-color: #FFFFFF;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ebebeb;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-left: 1.5rem;
    box-shadow: 0px 0px 11.8px 0px #00000033;
    border-radius: 13px;
}

.chart-header:first-child {
    margin-left: 0;
}

#myChart, .myChart {
    background-color: white;
    border-radius: 5px;
}

.chart-header:hover {
    text-decoration: none;
}

.chart-header .header-icon {
    height: 40px;
    width: auto;
}

.chart-header .text-wrapper {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: #797979;
    font-weight: 300;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    height: 100%;
    width: 100%;
}

.chart-name-top {
    margin-top: 5px;
    font-size: 14px;
    line-height: 28px;
    color: #838383;
}

.chart-blue {
    font-size: 18px;
    height: 20px;
    font-size: 20px;
    color: var(--Charcoal, #414042);
    font-weight: 600;
}

.chart-nav {
    height: 70px;
    width: 200px;
    background-color: #FFFFFF;
    border-width: 0px 1px 1px;
    border-color: #ebebeb;
    border-style: solid;
    text-align: center;
    padding-top: 20px;
    margin-left: -15px;
    color: #808080;
    font-weight: 300;
}

.chart-canvas {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    width:100%
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.chart-toggle {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: calc(50vh - 210px);
    height: calc(100vh - 48px);
    background-color: #FFFFFF;
    border-width: 0px 1px;
    border-style: solid;
    border-color: #cacaca;
}

.chart-toggle2 {
    padding-left: 0px;
    padding-top: calc(50vh - 183px);
}

.toggle {
    height: 65px;
    /*border-width:0px 0px 1px 0px;*/
    /*border-color: #cacaca;*/
    /*border-style: solid; */
    background-color: #FFFFFF;
    padding: 19px 15px 15px 0px;
    font-weight: 100;
    color: #888888;
    text-align: center;
}

.toggle1 {
    background-color: blue;
}

/* end Charts */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-between {
    justify-content: space-between;
}

.flex-align-centre {
    align-items: center;
}

.text-strike {
    text-decoration: line-through
}

.text-italic {
    font-style: italic;
}

.text-black {
    color: #000000
}

.btn-link {
    color: var(--pipelineTheme);
}

.btn-link:hover {
    color: var(--pipelineTheme);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--pipelineTheme);
    border-color: var(--pipelineTheme);
}

.grabbable {
    cursor: grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
    cursor: grabbing;
}

.switch {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 98px;

}

.switch input {
  display:none;
}

.slider {
  background-color: #f4f4f4;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
}

.slider:before {
  background-color: var(--pipelineTheme);
  background-color: var(--pipelineTheme);
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  transition: .3s;
  width: 53px;
}
.slider:after{
    content: 'Off';
    position: absolute;
    top: 7px;
    right: 13px;
    color: var(--pipelineTheme);
    color: var(--pipelineTheme);
    font-weight: bold;
}

input:checked + .slider {
  background-color: var(--pipelineTheme);
  background-color: var(--pipelineTheme);
}

input:checked + .slider:after{
    content: 'On';
    right: auto;
    left: 13px;
    top: 7px;
    color: #f4f4f4;
}
input:checked + .slider:before {
  transform: translateX(46px);
  background-color: #f4f4f4;
  border: 1px solid var(--pipelineTheme);
  border: 1px solid var(--pipelineTheme);
}

.slider.round {
  border-radius: 17px;
  box-shadow: inset 0 0 2px 0px var(--pipelineTheme);
  box-shadow: inset 0 0 2px 0px var(--pipelineTheme);
}

.slider.round:before {
  border-radius: 17px;
}

body {
  background-color: white;
}


.text-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sortable-ghost {
    opacity: 0.8;
}

.notification-unread {
    /*background-color: #F8F9FA;*/
}

.notification-unread small {
    font-weight: bold;
}

.notification .date {
    font-size: 0.7em;
}

#notifications-popup-id {
    width: 400px !important;
    max-height: 400px !important;
    padding: 0;
    /*border-radius: 0;*/
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
}

#notifications-popup-arrow-container-inner {
    width: 400px !important;
    max-height: 399px;
    min-height: 399px !important;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin-bottom:30px;
}

#notifications-popup-arrow-container:after,
#notifications-popup-arrow-container:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#notifications-popup-arrow-container:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: white;
    border-width: 10px;
    left: 90%;
    margin-left: -10px;
}

#notifications-popup-arrow-container-inner::-webkit-scrollbar {
    -webkit-appearance: none;
}

#notifications-popup-arrow-container-inner::-webkit-scrollbar:vertical {
    width: 5px;
}

#notifications-popup-arrow-container-inner::-webkit-scrollbar:horizontal {
    height: 5px;
}

#notifications-popup-arrow-container-inner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.scroll-small::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scroll-small::-webkit-scrollbar:vertical {
    width: 5px;
}

.scroll-small::-webkit-scrollbar:horizontal {
    height: 5px;
}

.scroll-small::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

a.no-underlying {
    text-decoration: none !important;
    color: initial !important;
}

a.no-underlying:hover {
    text-decoration: none !important;
    color: initial !important;
}

.overlay {
    top: 0;
    left: 0;
    min-width: 1000px;
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.text-two-lines {
    line-height: 1.2em;
    height: 2.4em;
    display: inline-block;
    overflow: hidden;
    margin-top: 5px;
}

.notification-bottom-line {
    margin-left: 0;
    margin-right: 0;
    height: 1px;
    border-bottom: solid 1px darkgray;
}

.notification-date {
    position: absolute;
    bottom: 0;
}

#notifications-popup-arrow-container-inner .notification:last-child .notification-bottom-line {
    border-bottom: 0;
}

/*CHOSEN THEME*/


select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-image: none;
    min-width: 10rem;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single div {
    top: 4px;
    color: #000;
}

select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;

}

select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

select.form-control + .chosen-container .chosen-results li,
select.form-control + .chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background-image: none;
}

select.form-control + .chosen-container .chosen-results li:hover,
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted {
    color: #FFF;
    text-decoration: none;
    background-color: var(--pipelineTheme);
    background-color: var(--pipelineTheme);
    background-image: none;
}

select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto;
    padding: 5px 0;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice {

    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px;
    right: 6px;
}

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus {
    border-color: var(--pipelineTheme);
    border-color: var(--pipelineTheme);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--pipelineTheme);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--pipelineTheme);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--pipelineTheme);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--pipelineTheme);
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}

/* Style for disabled options in select dropdowns */
select.project-attributes option:disabled {
    color: #999 !important;
    background-color: #f5f5f5 !important;
    font-style: italic;
}

/* Style for disabled options in Chosen plugin dropdown */
.chosen-container .chosen-results li.disabled-result {
    display: list-item !important;
    color: #999 !important;
    background-color: #f5f5f5 !important;
    cursor: not-allowed !important;
    font-style: italic;
}

/*CHOSEN THEME END*/


/*TODO: Optimize popovers */
#wallet-popup-id {
    width: 400px !important;
    max-height: 400px !important;
    padding: 0;
    background-color: #F8F9FA;
}

#notifications-popup-arrow-container {
    padding: 0 0 30px 0;
}

#wallet-popup-arrow-container-inner {
    width: 400px !important;
    max-height: 399px !important;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

#wallet-popup-arrow-container:after,
#wallet-popup-arrow-container:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#wallet-popup-arrow-container:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: white;
    border-width: 10px;
    left: 90%;
    margin-left: -10px;
}


.checkbox-container:last-child {
    margin-bottom: 0 !important;
}

.support-step {
    margin-right: 4rem;
}

.support-step:last-of-type {
    margin-right: 0 !important;
}


.support-container input[disabled] {
    background-color: white;
}

.support-container textarea[disabled] {
    background-color: white;
}

#btm_dock {
    min-width: 1000px;
    position: fixed;
    bottom: 0;
    height: 150px;
    width: 100%;
    background-color: #F8F9FA;
    z-index: 10;
    display: none;
}

#btm_dock_summoner {
    min-width: 1000px;
    position: fixed;
    bottom: 0;
    height: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.btm_dock_btn {
    cursor: pointer;
    border-bottom: 25px solid darkgray;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 120px;
}

.btm_dock_l1 {
    width: 70%;
    margin-left: 15%;
    height: 7px;
    border-bottom: 1px solid white;
}

.btm_dock_l2 {
    height: 7px;
    border-bottom: 1px solid white;
    width: 85%;
    margin-left: 7.5%;
}

.btm_dock_l3 {
    height: 7px;
    border-bottom: 1px solid white;
    width: 100%;
}

#btm_dock_summoner_inner {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.btm_dock_header {
    font-size: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.btm_dock_info {
    width: 50%;
    border-radius: 5px;
    background-color: white;
    height: 75px;
}

.btm_dock_info_value {
    font-size: 1.1rem;
}

.btm_dock_info_title {
    font-weight: 600;
}

.notifications-clear-all-footer {
    height: 30px;
    display: flex;
    justify-content: center;
    background-color: white;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.notifications-clear-all-footer a {
    color: black;
    padding: 5px;
}

.add_ons {
}

.add_on{
    margin-top: 4%;
}

.form-group.add_on {
    padding-left: 0;
}

.add_on input.btn.btn-primary{
    float: right;
    font-size: 0.9rem;
}

#marketdojo_api_form {
    width: 100%;
}

.add_on button.btn.btn-success.btn-sm{
    padding: .25rem 1.5rem;
}

.add_on_desc {
    display: block;
    padding-top: 1.5rem;
}

p.project-details-timeline-title.m-0.float-left {
    padding: 0.3rem;
}

#add_ons {
    margin-bottom: 1.2rem;
}

.add_on_button {
    padding-top: 1.7rem;
}

p.project-details-timeline-title.m-0.float-left {
    padding-top: 0.7rem;
}

.custom-field {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.custom-field .title {
    font-size: 14px;
}

.custom-field .btns a {
    margin-left: 10px;
    font-size: 1.2rem;
}


.custom-radio-square {
    position: relative;
    padding-right: 14px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.custom-radio-square label{
    font-size: 1.2rem;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}
.custom-radio-square label:before{
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #a3a3a3;
    cursor: pointer;
}

.form-check-input[disabled]~.form-check-label:before {
    background: #f4f4f4 !important;
    cursor: not-allowed !important;
}
.custom-radio-square label:after{
    content: '';
    position: absolute;
    top: 7px;
    right: 3px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    color: var(--pipelineTheme);
}


.custom-radio-square.align-left label{
    padding: 0 0 0 30px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.custom-radio-square.align-left label:before{
    right: auto;
    left: 0;
    top: 0;
}
.custom-radio-square.align-left label:after{
    right: auto;
    left: 4px;
    top: 0;
}
.custom-radio-square input:checked ~ label:after{
    opacity: 1;
    visibility: visible;
}
.custom-radio-square input {
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden;

}

#noty_layout__topCenter {
    width: 30% !important;
}

/* Contracts */
#contracts-table tr, .cursor-pointer{
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

/**
 * Bootstrap overides
 */
.btn-primary {
    background-color: var(--pipelineTheme) !important;
    border-color: var(--pipelineTheme) !important;
}

.btn-primary:hover {
    background-color: var(--pipelineTheme) !important;
    border-color: var(--pipelineTheme) !important;
}

.custom-select:focus {
    border-color: var(--pipelineTheme);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--pipelineTheme);
}

input[type=checkbox] {
    accent-color: white;
}

.show .multiselect-container {
    width: 260px !important;
    font-size: 14px !important;
}

.chart-heading-stats {
    width: calc(100% - 250px);
}

.min-h-60 {
    min-height: 60px;
}

.overflow-hide {
    overflow: hidden
}

.btn-success-2 {
    color: #fff;
    background-color: var(--pipelineTheme);
    background-color: var(--pipelineTheme);
    border-radius: 6px;
    width: 125px;
    height: 40px;
}
.btn-success-2:hover {
    color: #fff;
    background-color: var(--pipelineTheme);
    background-color: var(--pipelineTheme);
}
.btn-outline-secondary-2 {
    color: var(--pipelineTheme);
    color: var(--pipelineTheme);
    width: 125px;
    height: 40px;
    background-color: #ffffff;
    border: 2px solid var(--pipelineTheme);
    border: 2px solid var(--pipelineTheme);
    border-radius: 6px;
}
.btn-outline-secondary-2:hover {
    color: white;
    background-color: var(--pipelineTheme);
}

.text-primary {
    color: var(--pipelineTheme) !important;
}

.text-linkField {
    color: black;
}

.text-linkField:hover {
    font-weight: bold;
    text-decoration: underline;
}

.text-link {
    color: black;
}

.text-link:hover {
    text-decoration: underline;
    font-weight: bold;
}

.option-selected.dropdown-toggle::after {
  border: none;
  font: normal normal normal 10px/1 FontAwesome;
  content: "\f00c";
  vertical-align: 0;
}

.projected__cumulative-chart {
    position: relative;
}

.overlay-charts {
    background: #fff;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    top: 0;
    left: 0;
    position: absolute;
    padding: 5% 0;
    transition: opacity .5s;
    z-index: 1;
}

.overlay-charts p {
    color: #666;
    font-family: 'arial';
    text-align: center;
    padding: 10% 0;
}

.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.fa-trash{
    color: red;
}

/**
 * Tag section
 */
.choices__list--multiple .choices__item {
    background-color: var(--pipelineTheme) !important;
    border-color: var(--pipelineTheme) !important;
    background-color: var(--pipelineTheme) !important;
    border-color: var(--pipelineTheme) !important;
}


/* Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px  #d9d9d9;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
}

.colors-btn {
    position: absolute;
    font-size: 22px;
    right: 28px;
    cursor: pointer;
}

.colors-popup {
    position: absolute;
    margin-top: 24px;
    right: 26px;
    padding: 5px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #797979;
}

.colors-popup .colors {
    margin-left: 5px;
    margin-right: 5px;
}

.colors-popup .colors .color-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.colors-popup .colors .color-line > *:first-child {
    margin-right: 5px;
}

.colors-btn-v1{
    font-size: 22px;
    margin-right: 11px;
    margin-top: 9px;
    cursor: pointer;
}

.colors-popup-v1 {
   position: absolute;
    margin-right: 4px;
}
.colors-popup-v1 {
    position: absolute;
    margin-top: 12px;
    right: 44%;
    padding: 5px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #797979;
}

.colors-popup-v1 .colors {
    margin-left: 5px;
    margin-right: 5px;
}

.colors-popup-v1 .colors .color-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.colors-popup-v1 .colors .color-line > *:first-child {
    margin-right: 5px;
}

.colors-btn-v2 {
    font-size: 22px;
    margin-top:9px;
    position: absolute;
    right: 28px;
    cursor: pointer;
}

.colors-popup-v2 {
    position: absolute;
    margin-top: 44px;
    right: 26px;
    padding: 5px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #797979;
}

.colors-popup-v2 .colors {
    margin-left: 5px;
    margin-right: 5px;
}

.colors-popup-v2 .colors .color-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.colors-popup-v2 .colors .color-line > *:first-child {
    margin-right: 5px;
}

#welcome_popup{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
	line-height: 25px;
}
.modal-content{
    padding: 20px;
    color: #374151;
}
.modal-header {
    border: 0;
    color: #111827;
}
/* Bootbox 5.x places close button before the title in DOM order.
   Reverse flex direction so title is left, close button is top-right. */
.bootbox .modal-header {
    flex-direction: row-reverse;
    align-items: center;
}
.bootbox .modal-header .modal-title {
    flex: 1;
}
.modal-footer {
    border: 0;
    padding-top: 0;
}
#welcome_popup h5{
	font-size: 40px;
	color: var(--pipelineTheme);
	margin-bottom: 20px;
}
#welcome_popup img{
	margin: 30px 0;
}
#welcome_popup p{
	font-size: 25px;
	color: black;
}
#welcome_popup button{
	font-size: 25px;
}

#reminder-form .modal-title,#reminder-form label{font-weight: 600}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.color-red{
    color: #ff0000!important;
}

.color__grey{
    color: grey!important;
}

.color__grey:hover,
.chosen-container .chosen-results .highlighted{
    color: white!important;
}

.sourcing-app-site-nav li>a {
    color: #545454;
    font-size: 0.9rem;
    font-weight: 400;
}


.linked-filters{
    border: 1px solid #c3c3c3;
    border-radius: .5rem;
    padding: .8rem;
}

.project-card-status-target {
    display: inline-block;
    height: 30px;
    left: 19px;
    top: 0px;

    /* text-sm/leading-5/font-medium */

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    /* identical to box height, or 143% */


    /* Font/main_text */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.complexity-form{
    background-color: #f6f8fa;
    padding: 2rem;
    border: 1px #d0d7de solid;
    border-radius: .5rem;
}

.border-5 {
    border: 5px solid white!important;
}

.font-invisible {
    color: transparent !important;
}

.pipeline-icon{
    color: var(--iconTheme);
    cursor: pointer;
}

.color-picker-fixed{
    position: absolute;
    background-color: #ffffff;
    max-height: 8rem;
    overflow-y: scroll;
    border-radius: .8rem;
    margin: 0rem;
    max-width: 85%;
    z-index: 2;
}

.add-tags {
    border-radius: 1.25rem;
    color: var(--pipelineTheme);
    background-color: #ffffff;
    border: 2px solid var(--pipelineTheme);
}

.add-tags:hover {
    color: white;
    background-color: var(--pipelineTheme);
    border-color: var(--pipelineTheme);
}

.edit-icon {
    color: var(--iconTheme);
    cursor: pointer;
}

.edit-icon:hover {
    color: var(--iconTheme);
}

.w-100 {
    width:100%;
}
.w-90 {
    width:90%!important;
}
.w-75 {
    width:75%!important;
}


.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem var(--pipelineThemeLight);
}

.item-height {
    min-height: 45px;
}

.names {
    color: var(--iconTheme);
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    margin-bottom: 10px;
}
.cards {
    border: 1px solid #D1D5DB;
    border-radius: 10px;
    padding: 20px;
    margin-right: 30px;
}

.inline-block {
    display: inline-block;
}

.fs-22 {
    font-size: 22px;
}

.currency-table-header {
    background-color: var(--pipelineThemeLight);
    border-radius: 10px 0 0 0"
}

.currency-table {
    font-weight: 400;
    font-size: 14px;
    background-color: white;
}

.item-height {
    min-height: 45px;
}

.names {
    color: #A9A9A9;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    margin-bottom: 10px;
}
.cards {
    border: 1px solid #D1D5DB;
    border-radius: 10px;
    padding: 20px;
    margin-right: 30px;
}

.inline-block {
    display: inline-block;
}

.fs-14 {
    font-size: 14px;
}

.zIndex-1 {
    z-index: 1;
}

.profile-picture {
    border-radius: 50%;
    background-size: contain;
    background-position: center;
}

.square-box {
    width: 45px;
    height: 45px;
}

.profile-img {
    margin-left: 0;
    margin-right: auto;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background-size: contain;
    background-position: center;
}

.fs-14 {
    font-size: 14px;
}
.fs-16{
    font-size: 1rem;
}
.fs-12{
    font-size: .8rem;
}

.zIndex-1 {
    z-index: 1;
}

.profile-picture {
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.square-box {
    width: 45px;
    height: 45px;
}

.profile-img {
    margin-left: 0;
    margin-right: auto;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.justify-text {
    text-align: justify;
}

.highlight-text {
    font-weight: 600;
    font-size: 16px;
    color: var(--pipelineTheme);
}

.select-options {
    font-size: 14px;
}

.page-item.active .page-link {
    background-color: var(--pipelineTheme);
    border-color: var(--pipelineTheme);
}

.page-link:hover {
    background-color: var(--pipelineThemeLight);
    border-color: var(--pipelineThemeLight);
    color: var(--pipelineTheme);
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem var(--pipelineThemeLight);
}

.badge-primary {
    background-color: var(--pipelineTheme);
}

.border-grey {
    border-color: #f4f4f4
}

.background-grey {
    background-color: #f4f4f4;
}

.custom-field-table-serial {
    margin-left: -33px;
    width:20px;
    display: inline-block;
    text-align: right;
    margin-right: 10px
}

.custom-field-table-title {
    margin-left: -100px;
    width:191px;
    display: inline-block;
    text-align: left;
    font-size: small
}


.custom-field-table-list {
    color: var(--pipelineTheme);
    cursor: pointer;
    text-decoration-style: solid;
    text-decoration-color: var(--pipelineTheme);
    text-decoration-line: underline;
}

.h-38 {
    height: 38px;
}

.header-label {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #111827;
}

.name {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #374151;
}

.new-contract {
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    padding: 5px 0 2px 0;
    margin-top: 10px;
}

.col-btn-style {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

.page-link {
    color: var(--pipelineTheme);
}

.page-item.disabled .page-link {
    color: var(--pipelineTheme);
}

.custom-field-number {
    margin-left: -33px;
    width:20px;
    display: inline-block;
    text-align: right;
    margin-right: 10px
}

.custom-field-description {
    /* margin-left: -100px; */
    width:191px;
    display: inline-block;
    text-align: left;
    font-size: small;
}

.coin-image-block {
    display: inline-block;
    vertical-align: text-bottom;
}

.coin-description-block {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.year-toggle-block {
    justify-content: end;
    padding-right: 30px;
    min-width: 250px;
}

.table-header-status-view {
    /* min-height: 90px; */
}

.table-body-status-view {
    height: 580px;
    display: inline-block;
    width: 100%;
    overflow: auto;
}

.dropdown-item:focus, .dropdown-item:hover {
    font-weight: bold;
    /* background-color: transparent; */
}

.nav-buttons {
    padding-left: 1rem;
    padding-right: 1rem;
    color: white !important;
    font-size: small;
    border-radius: 25px;
    background-color: var(--pipelineTheme);
}


.font-theme{
    color: var(--pipelineTheme);
    font-size: small;
}

.project-type-dropdown{
    width: 15rem !important;
}

.complexity-badge {
    font-weight: 600;
    font-size: 12px;
    padding: 0.5em 1.5em;
}

.individual-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-container .multiselect-container{
    width: 100%!important;
    border: none!important;
}

#status__project-complexity-container, #kanban__project-complexity-container{
    max-width: 87vw;
}

.analytics-text {
    color: #004F7D !important;
}

.stage-container .custom-accordian .accordion-header {
    cursor: pointer;
    padding: 10px;
    background-color: #f8f9fa;
    transition: background-color 0.2s ease;
}

.stage-container .custom-accordian .accordion-header.collapsed {
    border-radius: 6px;
    border-bottom: none;
}

.stage-container .custom-accordian .accordion-icon {
    transition: transform 0.3s ease;
    color: #6c757d;
    font-size: 14px;
    margin-right: 8px;
}

.stage-container .custom-accordian .accordion-header[aria-expanded="true"] .accordion-icon {
    transform: rotate(90deg);
}

.stage-container .custom-accordian .accordion-header[aria-expanded="false"] .accordion-icon {
    transform: rotate(0deg);
}
[id^="stage-task-container-"] .form-check-input {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.inactive-item {
    opacity: 0.6;
    background-color: #f8f9fa;
}

.inactive-item .title {
    color: #6c757d;
}

.inactive-option {
    color: #6c757d !important;
    font-style: italic;
    background-color: #f8f9fa !important;
    pointer-events: none;
}

.inactive-option:hover {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
}

.chosen-container .chosen-results li.inactive-option {
    color: #6c757d !important;
    font-style: italic;
    background-color: #f8f9fa !important;
    cursor: not-allowed !important;
}

.chosen-container .chosen-results li.inactive-option:hover {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
}

.chosen-container .chosen-results li.inactive-option.highlighted {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
}
