/* replace the bootstrap container class */

.todo-edit-pencil
{
    float:left;
}

body {
    font-family: Ubuntu;
    background: #f2f3f7;
}

.left-menu {
    background: #FFFFFF;
    min-height: 100vh;
    height: auto;
}

.container {
    max-width: 95% !important;
}

.main-theme-color {
    color: #555796;
}

.main-theme-background {
    background: #555796;
    color: white;
}

.main-blur-background {
    background: #8487b6;
    color: white;
}

.main-blur-font {
    color: #bdbbda;
}

@media screen and (max-width: 576px) {
    .left-menu-icon {
        font-size: 25px;
    }

    .left-menu-icon-list {
        font-size: 25px;
    }

    .note-icon {
        font-size: 20px;
    }
    .org-title {
        font-size: 1.5em;
        font-weight: bold;
    }

    .progress {
        height: 70px;
        width: 115px;
        background: white;
    }

    .progress-circle {
        width: 70px;
        height: 70px;
        background: none;
        position: relative;
    }

    .progress-circle-container {
        width: 70px;
    }

    .governance-text {
        color: #3899e6;
        font-size: 18px;
        font-weight: 500;
    }

    .startop-text {
        color: #e3698d;
        font-size: 18px;
        font-weight: 500;
    }

    .strategy-text {
        color: #1858d06b;
        font-size:18px;
        font-weight: 500;
    }

    .operations-text {
        color: #cb79e0ea;
        font-size:18px;
        font-weight: 500;
    }




    .fundraising-text {
        color: #59c7b8;
        font-size: 18px;
        font-weight: 500;
    }

    .volunteers-text {
        color: #ad92db;
        font-size: 18px;
        font-weight: 500;
    }

    .leadership-text {
        color: #fd9b47;
        font-size: 18px;
        font-weight: 500;
    }

    .tab-panel {
        width: 100%;
    }
}

@media screen and (min-width: 576px) {
    .left-menu-icon {
        font-size: 35px;
    }

    .left-menu-icon-list {
        font-size: 35px;
    }

    .note-icon {
        font-size: 30px;
    }

    .org-title {
        font-size: 2em;
        font-weight: bold;
    }
    
    .progress {
        height: 86px;
        width: 170px;
        background: white;
    }
    
    .progress-circle {
        width: 86px;
        height: 86px;
        background: none;
        position: relative;
    }

    .progress-circle-container {
        width: 86px;
    }

    .governance-text {
        color: #3899e6;
        font-size: 26px;
        font-weight: 500;
    }
 
    .startop-text {
        color: #e3698d;
        font-size: 26px;
        font-weight: 500;
    }

    .strategy-text {
        color: #1858d06b;
        font-size:26px;
        font-weight: 500;
    }

    .operations-text {
        color: #cb79e0ea;
        font-size:26px;
        font-weight: 500;
    }

    .fundraising-text {
        color: #59c7b8;
        font-size: 26px;
        font-weight: 500;
    }

    .volunteers-text {
        color: #ad92db;
        font-size: 26px;
        font-weight: 500;
    }

    .leadership-text {
        color: #fd9b47;
        font-size: 26px;
        font-weight: 500;
    }
}

@media screen and (min-width: 576px) and (max-width: 960px) {
    .tab-panel {
        width: 80%;
    }
}

@media screen and (min-width: 960px) {
    .tab-panel {
        width: 60%;
    }
}

.left-menu-icon {
    padding: 0.2em;
}
.left-menu-icon:hover, .left-menu .active {
    background: #555796;
    color: white;
    padding: 0.2em;
    border-radius: 10px;
    box-shadow: rgba(72,61,166, 0.24) 0.2em 0.2em 0.3em;
}

/* Circle Progress bar */
.progress-circle::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-circle>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-circle .progress-left-circle {
    left: 0;
}

.progress-circle .progress-bar-circle {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress-circle .progress-left-circle .progress-bar-circle {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress-circle .progress-right-circle {
    right: 0;
}

.progress-circle .progress-right-circle .progress-bar-circle {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress-circle .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}
/* Circle Progress bar */

.horizontal-scroll-wrapper {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    max-height: auto;
    margin: 0;
    padding-top: 1px;
    background: #abc;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: rotate(-90deg) translateY(-250px);
            transform: rotate(-90deg) translateY(-250px);
    -webkit-transform-origin: right top;
            transform-origin: right top;
}

.horizontal-scroll-wrapper > div {
    display: block;
    background: #cab;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
}
    
.scrollable {
    display: -webkit-box!important;
    overflow: auto;
}

.governance-bg {
    background: #e4f1ff;
}

.startop-bg, .operations-bg {
    background: #fbe7ef;
}  

.strategy-bg
{
    background: #1858d06b;
}

.fundraising-bg {
    background: #59c7b83b;
}

.volunteers-bg {
    background: #f3eefa;
}

.leadership-bg {
    background: #fff0e2;  
}

.font-size-20 {
    font-size: 20px;
}

.btn:hover  {
    background: #555796;
    color: white;   
}

a {
    color: #8487b6 !important;
}

a:hover {
    color: #555796 !important;
}

.note-icon {
    cursor: pointer;
}

.custom-badge {
    margin-left: 10px;
    padding: 0.5em;
    border-radius: 7px;
    color: #e3698d;
    background: #fce8ef;
    font-weight: bold;
}


.sidepanel  {
    width: 0;
    position: fixed;
    z-index: 11;
    height: 100%;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}

/* Sortable list */
.custom-control-label::before {
    border: #8487b6 solid 2px !important;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #555796 !important;
    cursor: pointer !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    width: 1.5em;
    height: 1.5em;
    cursor: pointer !important;
}
.custom-control-input:active~.custom-control-label::before {
    cursor: pointer !important;
}
.custom-control-label::after {
    cursor: pointer !important;
}
/* End */

.todo-big {
    color: #313158;
    font-weight: 600;
    font-size: 1.2em;
    padding-left: 1em;
    margin-bottom: 0px;
    margin-top: -5px;
}

.todo-small {
    font-weight: 300;
    color: #bdbbda;
    padding-left: 0.5em;
    margin-bottom: 0px;
    display:inline-block;
    /* float: right; */
}

.todo-file-small {
    font-weight: 300;
    color: #bdbbda;
    padding-left: 1.2em;
    margin-bottom: 0px;
}

.list-hover:hover {
    cursor: pointer;
    background: #f3eefb;
    border-radius: 10px;
    
}

.hover-fontawesome {
    float: right;
    padding-top: 0.2em;
    display: none;
}

.fixed-arrow-open-slide  {
    position: fixed;
    top: 50%;
    right: 10px;
    cursor: pointer;
}

.closebtn {
    top: 50%;
    position: absolute;
}

.note {
    width: 90%;
    font-size: 1.15em;
    color: #585858;
}

/* customize the input type file button */
[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}
  
[type="file"] + label {
    background: #8487b6;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: .375rem .75rem;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
}
[type="file"] + label:hover {
    background-color: #555796;
}
/* end => customize the input type file button */

.progress-circle-container {
    cursor: pointer;
    padding-bottom: 2px;
}

.progress {
    cursor: pointer;
}

.tab-panel {display: none}

.closable-tag {
    border: #555796 solid 2px;
    font-size: 18px;
    padding: .24em;
    border-radius: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.closable-tag i {
    cursor: pointer;
}

.btn-white {
    border: #555796 solid 2px;
    padding: .24em;
    border-radius: 10px;
    margin: 8px 0px 10px 10px;
    font-size: 18px;
    padding: 5px 10px;
}

.btn-white:hover {
    background: whitesmoke;
    color: #555796;
}

.btn-white-small {
    border: #555796 solid 1px;
    /* background-color:white; */
}

.btn-white-small:hover {
    background: whitesmoke;
    color: #555796;
}

.modal-split-line {
    width: 90%;
    height: 1px;
    margin: auto;
    border-bottom: #555796 dotted 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ckeditor hight */
/* .ck-editor__editable_inline {
    min-height: 150px;
}

.ck.ck-editor {
    width: 95% !important;
    margin: auto !important;   
} */

#note-text-editor, #note-edit-text-editor {
    width: 95%;
    margin: auto;
    min-height: 150px;
}
.ql-editor {
    min-height: 150px !important;
}

.ql-toolbar.ql-snow {
    width: 95%;
    margin: auto;
    margin-top: 20px;
}

.display-none {
    display: none;
}

.tab-active-border {
    border-bottom: #5d5f9b solid 4px;
}

#todo-list-panel, #file-list-panel {
    background: #fff;
    margin-top: 10px;
    border-radius: 15px;
}

.add-note-category-form {
    /* border: #555796 solid 2px !important;
    border-radius: 10px;
    padding: 5px;
    width: fit-content; */
    font-size: 18px;
    float: left;
    margin-left: 10px;
    margin-bottom: 7px;
}

.dashed-border {
    border-bottom: #555796 2px dashed;
    padding-bottom: 10px;
    width: 90%;
}

.cursor-pointer {
    cursor: pointer;
}

.note p {
    margin-bottom: 0.5rem !important;
}

.btn-assess {
    width: 45px;
    height: 45px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

.btn-assess-add:hover {
    background: #555796;
    color: white;
}

.btn-assess-score {
    margin: 0px 5px 10px 5px;
}

.w-100-px {
    width: 100px;
}

.w-190-px {
    width: 190px;
}

.dashed-border-reports {
    border-bottom: #555796 1px dashed;
    width: 350px;
}

#showOrgTagsOnReports .closable-tag {
    display: table !important;
}

#btn_run_repots {
    margin-left:230px;
}

.org-name-run-repots {
    font-size: 2.5em;
    font-weight: bold;
    color: #A1A2BA;
}

.font-dark {
    color: #707070;
}

.progress-reports {
    border-radius: 10px; 
    height: 45px;
}

.progress-governance-bg {
    border: #32669e6b solid 1px;
}

.progress-governance-bg .progress-bar {
    height: 100%;
    border-right: #32669e6b solid 1px;
    border-radius: 10px; 
}

.progress-strategy-bg
{
    border: #1858d06b solid 1px;
}

.progress-strategy-bg .progress-bar {
    height: 100%;
    border-right: #1858d06b solid 1px;
    border-radius: 10px; 
}

.progress-operations-bg
{
    border: #ab18d0ea solid 1px;
}

.progress-operations-bg .progress-bar {
    height: 100%;
    border-right: #ab18d0ea solid 1px;
    border-radius: 10px; 
}

.progress-startop-bg {
    border: #d018296b solid 1px;
}

.progress-startop-bg .progress-bar {
    height: 100%;
    border-right: #d018296b solid 1px;
    border-radius: 10px; 
}

.progress-fundraising-bg {
    border: #52c5c5 solid 1px;
}

.progress-fundraising-bg .progress-bar {
    height: 100%;
    border-right: #52c5c5 solid 1px;
    border-radius: 10px; 
}

.progress-volunteers-bg {
    border: #ad92db solid 1px;
}

.progress-volunteers-bg .progress-bar {
    height: 100%;
    border-right: #ad92db solid 1px;
    border-radius: 10px; 
}

.progress-leadership-bg {
    border: #fd9b47 solid 1px;
}

.progress-leadership-bg .progress-bar {
    height: 100%;
    border-right: #fd9b47 solid 1px;
    border-radius: 10px; 
}

.font-size-18 {
    font-size: 18px;
}

.dashed-border-right {
    border-right: #555796 dashed 1px;
}

@media screen and (max-width: 850px) {
    .dashed-border-right {
        border-right: none;
    }
    .resp-font-size-20 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1114px) {
    .result-reports {
        width: 80%;
    }
}

@media screen and (min-width: 1115px) and (max-width: 1400px) {
    .result-reports {
        width: 70%;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1500px) {
    .result-reports {
        width: 55%;
    }
}

@media screen and (min-width: 1501px) {
    .result-reports {
        width: 53%;
    }
}

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

/* LOADING */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  color: #313158;
  font-size: 11px;
  text-indent: -99999em;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader_container
{
    background-color: white;
    opacity: 0.8;
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
}

/*
SCORE PAD BUTTONS
*/

.score-pad-1, .score-pad-2, .score-pad-3, .score-pad-4,
.score-pad-5, .score-pad-6, .score-pad-7, .score-pad-8,
.score-pad-9, .score-pad-10, .score-pad-11, .score-pad-12
{
    background-color:white;
}

/*
FILE DELETION
*/
.delete-file
{
    display:    block;
    position:   relative;
    float:      right;
    color:      #555796;
    margin-right: 10px;
    margin-top: 5px;
    line-height: 32px;
}

/* Pipeline style */
.funnels-grid {
    position: relative;
}

.funnels-grid .funnel-title-list {
    width: 230px;
    position: absolute;
    top: 0;
    left: 0;
}


.funnels-grid .funnel-title-list .funnel {
    position: relative;
    border-bottom-color: transparent;
}

.funnel-title-list .funnel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    transform: skewX(-5deg);
    transform-origin: top left;
}


.funnel-title-list .funnel::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    transform: skewX(-5deg);
    transform-origin: top left;
}

.funnel {
    height: 92px;
    border-bottom: 1px solid #8485B9;
    overflow: hidden;
}

.funnel-title-list .funnel:nth-child(1)::before {
    background: rgba(132, 133, 185, 0.33);
}

.funnel-title-list .funnel:nth-child(3)::before {
    background: rgba(181, 132, 185, 0.33);
}

.funnel-title-list .funnel:nth-child(5)::before {
    background: rgba(226, 155, 52, 0.33);
}

.funnel-title-list .funnel:nth-child(7)::before {
    background: rgba(132, 162, 185, 0.33);
}

.funnel-title-list .funnel:nth-child(9)::before {
    background: rgba(185, 132, 132, 0.33);
}

.funnel-title-list .funnel:nth-child(11)::before {
    background: rgba(139, 185, 132, 0.33);
}

.funnel-title-list .funnel:nth-child(13)::before {
    background: rgba(193, 205, 168, 0.33);
}

.funnel-title-list .funnel:nth-child(15)::before {
    background: rgba(139, 47, 0, 0.33);
}

.funnel-item-list .funnel:nth-child(1) {
    background: rgba(132, 133, 185, 0.1);
}

.funnel-item-list .funnel:nth-child(2) {
    background: rgba(181, 132, 185, 0.1);
}

.funnel-item-list .funnel:nth-child(3) {
    background: rgba(226, 155, 52, 0.1);
}

.funnel-item-list .funnel:nth-child(4) {
    background: rgba(132, 162, 185, 0.1);
}

.funnel-item-list .funnel:nth-child(5) {
    background: rgba(185, 132, 132, 0.1);
}

.funnel-item-list .funnel:nth-child(6) {
    background: rgba(139, 185, 132, 0.1);
}

.funnel-item-list .funnel:nth-child(7) {
    background: rgb(193, 205, 168, 0.1);
}

.funnel-item-list .funnel:nth-child(8) {
    background: rgba(255, 47, 0, 0.1);
}

.funnel-desc {
    padding: 14px 10px;
}

.funnel-desc .title {
    color: #555599;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}

.funnel-desc .desc {
    color: #747474;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    width: 75px;
}

.funnel-title-list .funnel:nth-child(5) .funnel-desc .desc,
.funnel-title-list .funnel:nth-child(7) .funnel-desc .desc {
    width: 90px;
}

.funnel-item-list {
    flex: 1;
    width: 100%;
    overflow: hidden;
    padding-left: 255px;
}

.funnel-items {
    flex: 1;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    position: relative;
    overflow: visible;
    height: auto;
    box-sizing: content-box;
    min-height: 92px;
}

.funnel-items::before {
    content: '';
    display: block;
    height: calc(100% + 1px);
    width: 255px;
    position: absolute;
    left: -255px;
    background: inherit;
    top: 0;
    border-bottom: 1px solid #8485B9;
}

.funnel-items-container {
    width: 100%;
    overflow-x: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding-right: 88px;
    padding-top: 15px;
    padding-bottom: 15px;
}



.funnel-items-container::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 8px;
}

.funnel-items-container::-webkit-scrollbar
{
	height: 4px;
	background-color: #F5F5F5;
}

.funnel-items-container::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}


.funnel-item {
    display: inline-flex;
    align-items: center;
    background: transparent;
    margin-right: 16px;
    border-radius: 8px;
    transition: all ease 0.3s;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 5px;
}

.funnel-item .archive-icon,
.funnel-item .unarchive-icon,
.funnel-item .move-up-icon,
.funnel-item .move-down-icon,
.funnel-item .delete-icon {
    display: none;
    color: #fff;
    cursor: pointer;
    margin-right: 8px;
}

.funnel-item .move-up-icon {
    margin-left: 10px;
}

.funnel-item:hover,
.funnel-item.active {
    background: #8485B9;
    transition: all ease 0.3s;
    padding: 5px 5px 5px 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.funnel-title-list.archived .funnel-item:hover,
.funnel-title-list.archived .funnel-item.active,
.funnel-item-list.archived .funnel-item:hover,
.funnel-item-list.archived .funnel-item.active {
    padding-right: 6px;
}

.funnel-item.active .archive-icon,
.funnel-item.active .unarchive-icon,
.funnel-item.active .move-up-icon,
.funnel-item.active .move-down-icon,
.funnel-item:hover .archive-icon,
.funnel-item:hover .unarchive-icon,
.funnel-item:hover .move-up-icon,
.funnel-item:hover .move-down-icon,
.funnel-item:hover .delete-icon {
    display: block;
}

.funnel-item span {
    padding: 9px 20px;
    background: white;
    border-radius: 8px;
    color: #707070;
    line-height: 15px;
    user-select: none;
}

.funnel-title-list.current .funnel-items-0 .move-up-icon,
.funnel-items:first-child .move-up-icon {
    pointer-events: none;
    opacity: 0.6;
}

.funnel-items:last-child .move-down-icon {
    pointer-events: none;
    opacity: 0.6;
}

.pipelines-panel .pdf-content .content {
    margin-top: 3em;
}

.pipelines-panel .pdf-content .toolbar {
    display: none;
}

.pipelines-panel .pdf-container {
    height: 0;
    overflow: hidden;
}

.funnel-title-list .mobile.funnel-items {
    display: none;
}

#pdf_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    bottom: unset;
    right: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.funnel-items.mobile {
    display: none;
}

@media (max-width: 576px) {
    .toolbar .btn {
        padding: 0.275rem 0.75rem;
        font-size: 13px;
    }

    .pipelines-panel .content {
        margin-top: 2em;
    }

    .funnel-item-list {
        display: none;
    }
    
    .funnel-title-list .funnel {
        height: 92px !important;
    }

    .funnels-grid .funnel-title-list {
        width: 100%;
        position: relative;
    }

    .funnel-title-list .mobile.funnel-items {
        display: flex;
        padding: 1em;
        min-height: 92px;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        box-sizing: border-box;
    }

    .funnel {
        border-bottom: 0;
    }

    .funnel:after {
        display: none;
    }

    .funnel-title-list .funnel::before {
        transform: skewX(-5deg) !important;
        left: -1px;
    }

    .funnel-desc .desc {
        width: 75px;
    }

    .funnel-title-list .funnel:nth-child(3) .funnel-desc .desc {
        width: 75px;
    }

    .funnel-title-list .funnel:nth-child(5) .funnel-desc .desc,
    .funnel-title-list .funnel:nth-child(7) .funnel-desc .desc {
        width: 90px;
    }
    
    .funnel-title-list .funnel:nth-child(1)::before {
        background: rgba(132, 133, 185, 0.33);
    }

    .funnel-title-list .funnel:nth-child(3)::before {
        background: rgba(181, 132, 185, 0.33);
    }

    .funnel-title-list .funnel:nth-child(5)::before {
        background: rgba(226, 155, 52, 0.33);
    }

    .funnel-title-list .funnel:nth-child(7)::before {
        background: rgba(132, 162, 185, 0.33);
    }

    .funnel-title-list .funnel:nth-child(9)::before {
        background: rgba(185, 132, 132, 0.33);
    }

    .funnel-title-list .funnel:nth-child(11)::before {
        background: rgba(139, 185, 132, 0.33);
    }

    .funnel-title-list .funnel:nth-child(13)::before {
        background: rgba(193, 205, 168, 0.33);
    }

    .funnel-title-list .funnel:nth-child(15)::before {
        background: rgba(139, 47, 0, 0.33);
    }

    .funnel-title-list .funnel:nth-child(1),
    .funnel-title-list .funnel-items:nth-child(2) {
        background: rgba(132, 133, 185, 0.1);
    }

    .funnel-title-list .funnel:nth-child(3),
    .funnel-title-list .funnel-items:nth-child(4) {
        background: rgba(181, 132, 185, 0.1);
    }

    .funnel-title-list .funnel:nth-child(5),
    .funnel-title-list .funnel-items:nth-child(6) {
        background: rgba(226, 155, 52, 0.1);
    }

    .funnel-title-list .funnel:nth-child(7),
    .funnel-title-list .funnel-items:nth-child(8) {
        background: rgba(132, 162, 185, 0.1);
    }

    .funnel-title-list .funnel:nth-child(9),
    .funnel-title-list .funnel-items:nth-child(10) {
        background: rgba(185, 132, 132, 0.1);
    }

    .funnel-title-list .funnel:nth-child(11),
    .funnel-title-list .funnel-items:nth-child(12) {
        background: rgba(139, 185, 132, 0.1);
    }

    .funnel-item {
        display: inline-flex;
    }

    .funnel-item span {
        display: block;
    }

    #btn_run_repots {
        margin-left: 0;
    }
    .btn_run_repots-wrapper {
        text-align: right;
    }

    .w-100-px {
        width: 90px;
    }
    .dashed-border-reports {
        width: 100%;
    }

    .funnel-title-list .funnel-items.mobile::before {
        display: none;
    }

}


/* Archives page */
.left-menu-icon.archives {
    width: 46px;
}
.archives-panel table {
    max-width: 850px;
    width: 100%;
}
.archives-panel table thead tr {
    border-bottom: 1px dashed #8485B9;
}

.archives-panel table thead th {
    padding: 1em;
    font-size: 18px;
    font-family: 'Ubuntu';
    font-weight: 400;
    color: #52C5B8;
}

td.org-name {
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 32px;
    color: #A1A2BA;
    transition: color ease 0.3s;
}

td.org-name.tracked {
    color: #707070;
}

td.org-status,
td.track-status {
    padding: 1em 1em;
}
.archives-panel table thead th.active {
    width: 0;
}
.archives-panel table thead th.archived {
    padding-left: 30px;
    color: #E6708E;
    width: 0;
}

.archives-panel table thead th.track {
    padding-left: 1em;
    color: #707070;
    width: 0;
}

.archives-panel table thead th.non-track {
    padding-left: 30px;
    color: #A1A2BA;
    width: 0;
    white-space: nowrap;
}

.archives-panel .switch {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 36px;
    margin-bottom: 0;
}
  
.archives-panel .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.archives-panel .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 7px;
    background: #fff;
    border-color: #FCE8EF;
    border: 1px solid #E6708E;
}
  
.archives-panel .slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 56px;
    bottom: 2px;
    right: auto;
    left: calc(100% - 58px);
    background-color: white;
    transition: .4s;
    background: #FCE8EF;
    border: 1px solid #E6708E;
    border-radius: 5px;
}

.archives-panel input:checked + .slider:before {
    background: #E3FBF5;
    border: 1px solid #52C5B8;
}
  
.archives-panel input:checked + .slider {
    border-color: #52C5B8;
    border: 1px solid #52c5b8;
}
  
.archives-panel input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
  
.archives-panel input:checked + .slider:before {
    left: 2px;
}

.archives-panel .track-status .slider {
    border: 1px solid #8788A7;
}
  
.archives-panel .track-status .slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 56px;
    bottom: 2px;
    right: auto;
    left: calc(100% - 58px);
    background-color: white;
    transition: .4s;
    background: #A1A2BA;
    border: 1px solid #8788A7;
    border-radius: 5px;
}

.archives-panel .track-status input:checked + .slider:before {
    background: #707070;
    border: 1px solid #707070;
}
  
.archives-panel .track-status input:checked + .slider {
    border: 1px solid #707070;
}
  

.org-container.hide {
    display: none;
}

.org-container .org-title.tracked {
    color: #707070;
}

#addOrgModal .custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 23px;
    height: 23px;
}

#addOrgModal .custom-checkbox input {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 21px;
    height: 21px;
    border-radius: 5px;
    border: solid 1px #8485B9;
    background: transparent;
    transition: all 0.3s ease;
}

#addOrgModal .custom-checkbox .fa-check {
    display: none;
    position: relative;
}

#addOrgModal .custom-checkbox input:checked + .fa-check {
    display: block;
    font-size: 12px;
    color: #fff;
}

#addOrgModal .custom-checkbox input:checked {
    background: #8485B9;
}

#addOrgModal #org_name.invalid {
    border-color: salmon !important;
}

#addOrgModal #addModalTitle {
    font-weight: 500;
}

#addOrgModal .modal-add-org-footer {
    border-top: 1px dashed #8485B9;
    padding: 2em 0 1.3em;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#addOrgModal .modal-add-org-footer .btn {
    width: 120px;
}

@media (max-width: 576px) {
    .archives-panel table thead tr {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .archives-panel table thead th {
        padding: 0.5em 0;
        font-size: 15px;
        display: block;
        width: 100%;
    }
    .archives-panel table thead th.active,
    .archives-panel table thead th.archived {
        width: auto;
        display: inline-block;
    }
    td.org-name {
        font-size: 20px;
        width: 100%;
        padding: 0.5em 0 0;
        display: block;
    }
    td.org-status {
        display: block;
        width: 100%;
        padding: 0.5em 0 1em;
        border-bottom: 1px solid #8485B9;
    }
    .archives-panel .switch {
        display: inline-block;
        width: 100%;
        height: 36px;
        margin-bottom: 0;
    }
    .left-menu-icon.archives {
        width: 38px;
        padding: 9px;
    }
}


/* Readonly User styles */
.right-panel.readonly #file-list-panel form,
.right-panel.readonly #file-list-panel .list-group .delete-file,
.right-panel.readonly #file-list-panel #open_add_score,
.right-panel.readonly #addOrg,
.right-panel.readonly #todo-list-panel .add-a-todo,
.right-panel.readonly #todo-list-panel .list-group .custom-control-label::after,
.right-panel.readonly #todo-list-panel .list-group .custom-control-label::before,
.right-panel.readonly #todo-list-panel .list-group .fa-bars,
.right-panel.readonly #todo-list-panel .list-group .todo-edit-pencil,
.right-panel.readonly #mySideNotepanel .close-icon-circle,
.right-panel.readonly #mySideNotepanel #btnOpenShowModal,
.right-panel.readonly #mySideNotepanel #btnAddNote,
.right-panel.readonly #mySideNotepanel .fa-pencil-alt,
.right-panel.readonly #addOrg,
.right-panel.readonly #addPipelineOrg,
.right-panel.readonly .funnel-item i,
.right-panel.readonly .archives-panel button
{
    display: none;
}

.right-panel.readonly #todo-list-panel .list-group .todo-big {
    padding-left: 0;
}

.right-panel.readonly .funnel-item:hover {
    padding: 0px;
}

.right-panel.readonly .archives-panel table .org-status,
.right-panel.readonly .archives-panel table .track-status {
    pointer-events: none;
}

/* Users Panel */

.users-panel table {
    max-width: 850px;
    width: 100%;
}
.users-panel table thead tr {
    border-bottom: 1px dashed #8485B9;
}

.users-panel table thead th {
    padding: 1em;
    font-size: 18px;
    font-family: 'Ubuntu';
    font-weight: 400;
    color: #52C5B8;
}

td.user-name {
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 20px;
    color: #A1A2BA;
}

td.user-name .email {
    font-size: 14px;
    font-weight: 300;
    color: #777;
}

td.user-name.tracked {
    color: #707070;
}

td.user-status {
    padding: 1em 1em;
}
.users-panel table thead th.active {
    width: 0;
}
.users-panel table thead th.archived {
    padding-left: 30px;
    color: #E6708E;
    width: 0;
}

.users-panel table thead th.readonly {
    padding-left: 1em;
    color: #707070;
    width: 0;
}

.users-panel table thead th.normal {
    padding-left: 30px;
    color: #A1A2BA;
    width: 0;
    white-space: nowrap;
}

.users-panel .switch {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 36px;
    margin-bottom: 0;
}
  
.users-panel .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.users-panel .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 7px;
    background: #fff;
    border-color: #FCE8EF;
    border: 1px solid #E6708E;
}
  
.users-panel .slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 56px;
    bottom: 2px;
    right: auto;
    left: calc(100% - 58px);
    background-color: white;
    transition: .4s;
    background: #FCE8EF;
    border: 1px solid #E6708E;
    border-radius: 5px;
}

.users-panel input:checked + .slider:before {
    background: #E3FBF5;
    border: 1px solid #52C5B8;
}
  
.users-panel input:checked + .slider {
    border-color: #52C5B8;
    border: 1px solid #52c5b8;
}
  
.users-panel input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
  
.users-panel input:checked + .slider:before {
    left: 2px;
}

.left-menu-icon.users {
    font-size: 30px;
    width: 46px;
    height: 46px;
    padding: 8px 0;
}
