@charset "UTF-8";
/*!
* Start Bootstrap - New Age v6.0.4 (https://startbootstrap.com/theme/new-age)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-new-age/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */


/* General */

.border-hover:not(:hover):not(:focus):not(.active):not(:active) {
    cursor: pointer;
    border-color: transparent!important;
}
/* avatars*/
.avatar.bg-primary i {
    font-size: 1rem;
}

@media (min-width: 992px){
.page-header .avatars .avatar {
    width: 2.625rem;
    height: 2.625rem;
}
}
.avatar.bg-primary {
    display: flex;
    align-items: center;
    justify-content: center;
}
.media-body {
    flex: 1;
}
.list-group-activity .h6 {
    margin: 0;
}
.list-group-activity span {
    margin-right: 0.25rem;
}
.align-items-center {
    align-items: center !important;
}

.media {
    display: flex;
    align-items: flex-start;
}
.text-small {
    font-size: .875rem;
    line-height: 1.3125rem;
}
.bg-primary {
    background-color: #007bff !important;
}
.avatar {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 2px solid #f8f9fa;
    background: #f8f9fa;
    color: #fff;
}
.page-header .avatars + .btn-round {
    margin-left: 0.375rem;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
[data-toggle="tooltip"] {
    position: relative;
}
.avatars > li + li {
    margin-left: -0.75rem;
}

.avatars > li {
    display: inline-block;
}

/* general */

.checklist-reorder{
	cursor:pointer;
}
.page-header {
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.btn-options {
    color: #6c757d;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
h3 + .btn-round, h5 + .btn-round {
    margin-left: 0.75rem;
}
.content-list-head h3, .content-list-head h5 {
    margin: 0;
    display: inline-block;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.content-list-head > [class*='col'] {
    display: flex;
    align-items: center;
}
.btn-round {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    padding: 0;
    background: #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-menu {
    box-shadow: 0 0.1875rem 0.375rem rgb(33 37 41 / 10%);
    font-size: .875rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #6c757d;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}
.dropdown-item {
    border-radius: 0.25rem;
    font-weight: 500;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 0.875rem;
    clear: both;
    font-weight: 400;
    color: #007bff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.text-danger {
    color: #dc3545 !important;
}
.ml-1, .mx-1 {
    margin-left: 0.375rem !important;
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}
button, select {
    text-transform: none;
}
.d-flex {
    display: flex !important;
}
/* Checklist */
.checklist .custom-checkbox input:checked + label + div .checklist-strikethrough {
    width: 100%;
}

.checklist-strikethrough {
    height: 100%;
    background: linear-gradient(
90deg, #6303ff 0%, #a471f7 3%, #6610f2 60%, #a471f7 100%);
    border-radius: 2px 3px 2px 2px;
    mix-blend-mode: multiply;
    transform: skewX(
-10deg);
    opacity: .3;
    width: 0;
    transition: width .35s ease-in-out, opacity .25s ease-in-out;
    position: absolute;
    margin-left: 0;
    top: 0%;
    pointer-events: none;
}
.checklist .custom-checkbox label + div {
    display: inline-block;
    max-width: calc(100% - 2.25rem);
    position: relative;
}
.checklist .custom-checkbox label + div input[type="text"]:not(:focus) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.checklist .custom-checkbox label + div input[type="text"] {
    color: #6c757d;
    max-width: 100%;
    border: none;
    padding: 0;
    background: none;
}
.checklist .form-group {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.checklist .form-group > .checklist-reorder, .checklist .form-group > .custom-control {
    display: inline-block;
}

.checklist-reorder {
    transition: opacity .2s ease;
    margin-right: .875rem;
    opacity: .2;
}


/* Notes / messages */

.content-list-head {
    margin-bottom: 1.5rem;
}
.card-note {
    background: #fff7dd;
    border-color: #fff1c9;
}

.card {
    margin-bottom: 0.75rem;
}
.card {
    box-shadow: 0 0.1875rem 0.375rem rgb(33 37 41 / 5%);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}
.card-note .card-header {
    padding-top: 1rem;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border-bottom: none;
}
.card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}
.card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #dee2e6;
}
.card-note .card-header + .card-body {
    padding-top: 1rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.5rem;
}
.ml-1, .mx-1 {
    margin-left: 0.375rem !important;
}
.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}

/* Members */

.list-group-activity .avatars {
    margin-right: 0.75rem;
    display: flex;
    align-items: center;
}

.avatars {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.avatars > li {
    display: inline-block;
}
.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

/* Header */

.page-header .progress {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.progress {
    display: flex;
    height: 0.375rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #dee2e6;
    border-radius: 20rem;
}
.bg-success {
    background-color: #28a745 !important;
}

/* Project listings*/

.card-actions a {
    color: #3e4676;
    text-decoration: none;
}
.card-header {
    background: transparent;
}

.card-title {
    color: #3e4676;
    font-size: .9375rem;
    line-height: 1.5;
}

.card-actions .dropdown {
    line-height: 1.4;
}

.dropdown, .dropend, .dropstart, .dropup {
    position: relative;
}

/* card */

.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding: 0 2.25rem;
    background-color: transparent;
}
.card .card-header .card-title {
    display: flex;
    align-items: center;
    margin: .5rem;
    margin-left: 0;
}
.card .card-header .card-title, .card .card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #181c32;
}
.card-title{
	max-width:88%;
}
.card-title .d-flex{
	max-width:85%;
}
.card.card-flush>.card-header {
    border-bottom: 0;
}
.card .card-header .card-toolbar {
    display: flex;
    align-items: center;
    margin: .5rem 0;
    flex-wrap: wrap;
}



/* symbol */
.symbol-group.symbol-hover .symbol {
    cursor: pointer;
}
.symbol-group .symbol {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    border: 2px solid #fff;
    transition: all .3s ease;
}
.symbol-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}
.symbol-group.symbol-hover .symbol {
    cursor: pointer;
}
.symbol.symbol-circle, .symbol.symbol-circle .symbol-label, .symbol.symbol-circle>img {
    border-radius: 50%;
}
.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: .475rem;
}
.symbol.symbol-35px .symbol-label {
    width: 35px;
    height: 35px;
}
.symbol>img {
    width: 100%;
    flex-shrink: 0;
    display: inline-block;
    border-radius: .475rem;
}
.symbol.symbol-60px>img {
    width: 60px;
    height: 60px;
}
.symbol .symbol-label {
    width: 50px;
    height: 50px;
}
.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #3f4254;
    background-color: #f5f8fa;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: .475rem;
}

/* mobile */

@media (min-width: 576px){
.content-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}