.infy-loader {
    height: 150px;
}
#outline {
    stroke-dasharray: 2.427766571px, 242.7766571045px;
    stroke-dashoffset: 0;
    -webkit-animation: anim 1.6s linear infinite;
    animation: anim 1.6s linear infinite;
}
@-webkit-keyframes anim {
    12.5% {
        stroke-dasharray: 33.9887319946px, 242.7766571045px;
        stroke-dashoffset: -26.7054322815px;
    }
    43.75% {
        stroke-dasharray: 84.9718299866px, 242.7766571045px;
        stroke-dashoffset: -84.9718299866px;
        stroke: #f5981c;
    }
    to {
        stroke-dasharray: 2.427766571px, 242.7766571045px;
        stroke-dashoffset: -240.3488905334px;
    }
}
@keyframes anim {
    12.5% {
        stroke-dasharray: 33.9887319946px, 242.7766571045px;
        stroke-dashoffset: -26.7054322815px;
    }
    43.75% {
        stroke-dasharray: 84.9718299866px, 242.7766571045px;
        stroke-dashoffset: -84.9718299866px;
        stroke: #f5981c;
    }
    to {
        stroke-dasharray: 2.427766571px, 242.7766571045px;
        stroke-dashoffset: -240.3488905334px;
    }
}
body {
    font-family: Poppins, Helvetica, sans-serif;
}
.main {
    padding-bottom: 50px;
}
@-webkit-keyframes sk-bounce {
    0%,
    to {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*!* Button used to open the chat form - fixed at the bottom of the page *!*/
.form-control {
    border-radius: 5px !important;
}
.filter-control {
    margin-bottom: 5px !important;
    margin-top: -5px !important;
}
.disabled {
    pointer-events: none;
}
.lbl-block {
    display: block;
}
.dataTables_filter input {
    width: 180px !important;
}
.column-right {
    width: 50px;
}
.column-right-2 {
    width: 60px;
}
.column-right-3 {
    width: 81px;
}
.column-right-4 {
    width: 105px;
}
.no-sort {
    background-image: none !important;
}
[class^="select2"] {
    border-radius: 4px !important;
}
.required {
    color: red;
}
.close-sign,
.d-none,
.no-results {
    display: none;
}
.yes-color {
    color: #6c3;
}
.no-color {
    color: #f66;
}
.resize-none {
    resize: none;
}
.preview-image-video-container {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}
div.dataTables_wrapper div.dataTables_processing {
    top: 120px;
}
div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 10px !important;
}
.spinner {
    height: 40px;
    margin: 100px auto;
    position: relative;
    width: 40px;
}
.double-bounce1,
.double-bounce2 {
    -webkit-animation: sk-bounce 2s ease-in-out infinite;
    animation: sk-bounce 2s ease-in-out infinite;
    background-color: #333;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.content-wrapper {
    max-height: calc(100vh - 101px);
    overflow: auto;
}
.icheckbox_line-green {
    background: #59ce4b !important;
    padding: 15px 0 5px 22px !important;
}
.icheckbox_line-green .icheck_line-icon {
    left: 4px !important;
}
.iradio_line-green {
    padding: 21px 0 5px 28px !important;
}
.iradio_line-green .icheck_line-icon {
    left: 4px !important;
}
.icheckbox_line-red {
    background: #f34242 !important;
    padding: 21px 0 5px 28px !important;
}
.icheckbox_line-red .icheck_line-icon {
    left: 7px !important;
}
.iradio_line-red {
    padding: 21px 0 5px 28px !important;
}
.iradio_line-red .icheck_line-icon {
    left: 7px !important;
}
.icheckbox_flat-blue,
.icheckbox_flat-blue .checked {
    background-image: url(/images/blue-custom.png?925274c6b476b2c23646ecd0189881eb) !important;
}
.featured_btn {
    height: 5px;
    margin-left: 18px;
    width: 5px;
}
table.dataTable {
    border-collapse: collapse;
}
.action-icon {
    color: #fff !important;
    font-size: 12px;
}
.action-btn {
    display: inline-block;
    padding: 1px 6px !important;
}
.page-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 15px;
    position: relative;
    top: 2px;
}
.page-header label {
    margin-bottom: 0;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select.form-control:not([size]):not([multiple]) {
    height: calc(1.5em + 0.75rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
}
.active_btn {
    margin: auto;
    width: 20px;
}
.chkStatus {
    height: 18px;
    width: 18px;
}
.sidebar .nav-item.active .nav-icon {
    color: #f5981c;
}
.sidebar .nav-item.active:hover .nav-icon {
    color: #fff !important;
}
.sidebar .nav-link:hover {
    background-color: #f5981c;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #0719eb !important;
    border: 1px solid #6777ef !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff !important;
    font-weight: 600 !important;
    margin: 0 5px !important;
    opacity: 0.6;
    padding: 0.5rem 0.75rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current) {
    background-color: #f9fafe;
    border-color: transparent;
    color: #0719eb !important;
    font-weight: 600;
    margin: 0 5px !important;
    opacity: 0.6;
    padding: 0.5rem 0.75rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):hover {
    background: #0719eb !important;
    border: 1px solid #6777ef !important;
    color: #fff !important;
    font-weight: 600;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0 solid #111;
}
#clients_table td,
#clients_table th,
#projects_table td,
#projects_table th,
#reportTable td,
#reportTable th,
#task_table td,
#task_table th,
#timeEntryTable td,
#timeEntryTable th,
#users_table td,
#users_table th {
    vertical-align: middle;
}
.dataTables_paginate {
    margin-top: 12px;
}
.icheckbox_line-white {
    background: #fff;
    border: 0.5px solid #d0d0d0;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: auto;
    width: 20px;
}
.switch-label {
    margin-bottom: 0;
}
#timer {
    color: #000;
    margin-top: 8px;
    text-align: center;
}
.img-stopwatch {
    border-radius: 5px;
    bottom: 20px;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 25px;
    z-index: 99;
}
@media screen and (max-width: 768px) {
    .img-stopwatch {
        bottom: 20px;
    }
}
@media screen and (max-width: 400px) {
    .img-stopwatch {
        bottom: 10px;
    }
}
.form-popup {
    border: 3px solid #f1f1f1;
    bottom: 0;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 9;
}
.time-tracker-form {
    background-color: #f5f5f5;
    border: 1px solid #c8ced3;
    border-radius: 5px;
    padding: 10px;
    width: 725px;
}
.time-tracker-form textarea.form-control {
    height: auto !important;
}
.time-tracker-form__btn:hover {
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .time-tracker-form {
        width: 100%;
    }
}
.open-button:hover {
    opacity: 1;
}
.app-body + .open-button {
    bottom: 75px;
    font-size: 18px;
    padding: 10px;
}
.chat-popup {
    bottom: 65px;
    position: fixed;
    right: 454px;
    width: 318px;
    z-index: 1001;
}
@media screen and (max-width: 768px) {
    .chat-popup {
        bottom: 70px;
        right: 0;
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .chat-popup {
        bottom: 50px;
    }
}
.time-tracker-modal {
    padding: 0 5px;
}
@media only screen and (min-width: 768px) {
    .time-tracker-modal .form-group .mt-5 {
        display: block !important;
    }
}
@media screen and (max-width: 768px) {
    .time-tracker-modal {
        padding: 0;
    }
    .time-tracker-modal .form-group {
        margin-bottom: 5px;
    }
    .time-tracker-modal .form-group .mt-5 {
        display: flex;
        justify-content: space-between;
        margin-top: 10px !important;
    }
    .time-tracker-modal .form-group .mt-5 #timer {
        margin: 0;
    }
    .time-tracker-modal .form-group .mt-5 .timer-button {
        margin: 0;
        text-align: center;
    }
}
.filter-container {
    align-self: center;
    display: flex;
}
.filter-container__btn,
.filter-date {
    align-self: center;
    margin-top: auto;
}
.filter-date {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    padding: 6px 10px;
    width: 100%;
}
.badge-primary {
    background: #007bff;
}
.badge {
    font-size: 10px;
    padding: 5px;
}
.app-footer {
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1001;
}
.modal-content {
    border-radius: 5px !important;
}
.edit-profile__file-upload {
    background: #20a8d8;
    border-color: #20a8d8;
    border-radius: 0.25rem;
    color: #fff;
    display: table;
    padding: 7px 10px;
}
.edit-profile__file-upload:hover {
    background-color: #1985ac;
    border-color: #187da0;
    cursor: pointer;
}
.check-icon {
    color: #38c172;
    font-weight: 700;
}
.icheckbox_flat-blue {
    margin-right: 8px;
}
.role-checkbox__label {
    font-weight: 700;
    vertical-align: bottom;
}
.assignee__avatar {
    margin-right: 3px;
}
.assignee__avatar,
.assignee_avatar_image {
    border-radius: 50em;
    height: 35px;
    padding: 2px;
}
.assignee_avatar_image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 35px;
}
.select2-selection--multiple,
.select2-selection--single {
    border: 1px solid #e4e7ea !important;
}
.sa-button-container .cancel {
    background-color: #f0f3f5 !important;
    color: #83888c;
}
.animated.fadeIn .alert {
    margin-top: 10px;
}
.task-detail__body {
    max-height: 500px;
    overflow-y: auto;
}
.input-group__addon {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.page__heading {
    margin-bottom: 5px;
    margin-top: auto;
}
.swal__text-warning {
    font-weight: 700;
}
.swal__alert {
    font-size: 0.9rem;
    padding: 13px 10px;
}
.swal__text-message {
    margin-top: 7px;
}
.sweet-alert .sa-input-error {
    top: 23px !important;
}
.sweet-alert input::-webkit-input-placeholder {
    color: #605f5f;
    font-family: Lato, sans-serif;
    padding-left: 4px;
}
.modal-header .close {
    padding: 19px;
}
.close-sign,
.input-group__icon {
    cursor: pointer;
}
.input-grp-text {
    background-color: #e4e7ea !important;
}
.quill-editor-container {
    height: 200px;
}
.card-edit-icon {
    color: #ffa426;
}
.card-delete-icon {
    color: #fc544b;
}
.card-restore-icon {
    font-size: 17px;
}
.card-view-icon {
    color: #1abdf6;
}
.card-edit-icon {
    color: #f6c61a;
}
.client-card-name,
.user-card-name {
    margin-right: auto;
}
.tasks-wrapper .infy-loader {
    background: #fff;
    display: block !important;
    height: calc(100% - 40px);
    position: absolute;
    transition: all 0.3s;
    width: calc(100% - 40px);
    z-index: 5;
}
.task-list {
    padding: 0;
}
.task-list .task-item {
    font-size: 16px;
    overflow: visible;
    transition: all 0.2s;
}
.task-list .task-item:nth-child(odd) .card-header {
    background-color: #f1f1f1 !important;
}
.task-list .task-item .card-header {
    min-height: 50px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-top: 10px;
    position: relative;
}
.task-list .task-item:hover {
    background: #fbfbfb;
}
.task-list .task-item .custom-checkbox-task {
    height: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}
.task-list .task-item .custom-checkbox-task .complete-task-checkbox {
    cursor: pointer;
    height: 20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 5;
}
.task-list .task-item .custom-checkbox-task .complete-task-checkbox:checked ~ label {
    background: url(/images/task-complete-check.svg?57251122df1da8b9dd41f0e1e293a70a);
    transition: all 0.2s;
}
.task-list .task-item .custom-checkbox-task .complete-task-checkbox ~ label {
    background: url(/images/check.svg?52c329c9152664cbb303c6573547d62e);
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s;
    width: 20px;
}
.task-list .task-item .assignee__avatar {
    border: 0;
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.1);
    height: 25px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
    width: 25px;
}
.task-list .task-item.loading {
    -webkit-animation: loading-item 0.8s infinite alternate;
    animation: loading-item 0.8s infinite alternate;
    pointer-events: none;
}
@-webkit-keyframes loading-item {
    0% {
        opacity: 0.8;
    }
    to {
        opacity: 0.2;
    }
}
@keyframes loading-item {
    0% {
        opacity: 0.8;
    }
    to {
        opacity: 0.2;
    }
}
.task-list .task-item .right-side-content {
    min-width: 88px;
}
.task-list .due-date-wrapper {
    position: relative;
}
.task-list .due-date-wrapper input {
    opacity: 0;
    position: absolute;
}
.task-input {
    background: transparent;
    border: 0;
    height: auto;
    outline: none;
}
.task-input.error {
    background: #ffcdcd;
}
@media screen and (max-width: 576px) {
    .task-input {
        font-size: 14px;
        padding: 5px 0;
        vertical-align: top;
        width: 100px;
    }
}
@media screen and (max-width: 350px) {
    .task-input {
        font-size: 12px;
        width: 80px;
    }
}
form .error {
    border-color: red;
}
form .error ~ .select2-container .select2-selection {
    border-color: red !important;
}
.display-none {
    display: none;
}
.timer-button {
    margin-left: 40px;
}
.infyom-loader {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0);
}
.task-comment-cancel,
.task-comment-check,
.task-comment-delete,
.task-comment-edit,
.task-time-entry-action {
    cursor: pointer;
    text-decoration: none !important;
}
.card-cancel-icon,
.card-delete-icon,
.card-edit-icon,
.card-save-icon,
.card-view-icon,
.fa-task-clock {
    font-size: 17px;
}
#select2-currencyType-container {
    color: rgba(0, 0, 0, 0.5) !important;
    font-weight: 900;
}
#accordionExampleOne > .card {
    overflow: visible;
}
#accordionExampleOne > .card > .card-header {
    border-top: 1px solid #a8acb0 !important;
    min-height: 35px;
}
#accordionExampleOne > .card > .card-header .btn {
    color: #cdd3d8;
    display: block;
    font-size: 16px;
    text-align: left;
    width: 100%;
}
#accordionExampleOne > .card > .card-header .btn[aria-expanded="true"] {
    background: #cdd3d8 !important;
    color: #fff;
}
#accordionExampleOne > .card > .card-header .btn:hover {
    background: transparent;
}
.thumbnail-preview {
    height: 70px;
    max-width: 100px;
}
.favicon-preview {
    height: 40px;
    max-width: 40px;
}
.text-color-white {
    color: #fff !important;
}
#overlay-screen-lock {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 2000;
}
.infy-loader .loader-position {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0);
}
#live-wire-screen-lock {
    position: fixed;
    width: 100%;
    z-index: 2000;
}
.live-wire-infy-loader {
    left: 35%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0);
}
.time-entries-project-wrapper {
    margin-bottom: 0;
    max-height: 1px;
    opacity: 0;
}
#createSetting #faviconPreview {
    -o-object-fit: contain;
    object-fit: contain;
}
.task-checkbox-status {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    z-index: 5;
}
.main-sidebar .sidebar-brand {
    background: #fff;
    display: inline-block;
    height: 100px;
    left: 0;
    line-height: 60px;
    position: inherit;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}
.project-users .select2-search.select2-search--inline .select2-search__field,
.task-assignees .select2-search.select2-search--inline .select2-search__field,
.task-list .task-item .select2-search.select2-search--inline .select2-search__field,
.task-tags .select2-search.select2-search--inline .select2-search__field,
.user-projects .select2-search.select2-search--inline .select2-search__field {
    display: inline;
    width: auto !important;
}
@media only screen and (max-device-width: 768px) {
    .task-header-section {
        display: block !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .preview-image-video-container .profilePicture {
        width: 7em !important;
    }
}
@media only screen and (max-device-width: 1024px) {
    .task-header-section {
        display: block !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
.report-status-alert {
    border-radius: 0.25rem;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 20px;
    position: relative;
    top: -15px;
    width: 15%;
}
.report-alert-icon {
    font-size: 18px !important;
}
.card-report-name {
    height: auto;
    overflow: hidden;
    width: 245px;
}
@media screen and (max-width: 1440px) {
    .card-report-name {
        width: 190px !important;
    }
}
.card-invoice-name {
    height: auto;
    overflow: hidden;
    width: 128px;
}
.client-name {
    height: auto;
    overflow: hidden;
    width: 215px;
}
@media screen and (width: 1024px) {
    .client-name {
        width: 230px;
    }
}
@media screen and (width: 768px) {
    .client-name {
        width: 260px;
    }
    .user-register {
        width: auto;
    }
}
.user-card-name {
    height: auto;
    overflow: hidden;
    width: 170px;
}
@media screen and (width: 1024px) {
    .user-card-name {
        width: 165px;
    }
}
@media screen and (width: 768px) {
    .user-card-name {
        width: 185px;
    }
}
@media screen and (width: 1112px) {
    .user-card-name {
        width: 146px;
    }
}
@media screen and (max-width: 1024px) {
    .avatar-image {
        width: 65px;
    }
}
@media screen and (max-width: 768px) {
    .avatar-image {
        width: 75px;
    }
}
.user-avatar-image {
    height: 50px;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    width: 50px;
}
@media screen and (max-width: 1024px) {
    .user-avatar-image {
        height: 65px;
        -o-object-fit: cover !important;
        object-fit: cover !important;
        width: 65px;
    }
}
@media screen and (max-width: 768px) {
    .user-avatar-image {
        height: 75px;
        -o-object-fit: cover !important;
        object-fit: cover !important;
        width: 75px;
    }
    .card-text-area {
        margin-right: 10px !important;
    }
}
.card-client-website {
    font-size: 12px;
    font-weight: 600;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 20px !important;
    overflow: hidden;
    width: 180px;
}
.card-client-website a {
    color: #8e8080 !important;
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
    .card-client-website {
        width: 170px;
    }
}
@media screen and (max-width: 320px) {
    .client-card-view {
        right: 20px;
        width: 250px !important;
    }
}
.copy-today-activity {
    left: -55px !important;
    transform: translate3d(-15px, 36px, 0) !important;
}
.user-thumbnail {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 425px) {
    .user-card-view {
        margin: 1em -1.7em !important;
    }
    .uAvatarCon {
        margin-top: -9em !important;
        position: absolute !important;
    }
    .uAvatar {
        height: 40px !important;
        width: 40px !important;
    }
    .userActiveDeActiveChk {
        position: absolute !important;
    }
    .notification-toggle.action-dropdown {
        margin-left: auto !important;
        position: sticky !important;
    }
    .notification-toggle.action-dropdown i {
        margin: 0 !important;
    }
    .removeMarginX {
        margin: 1em -1.7em !important;
    }
    .itemCon .itemDrp {
        margin: 0 0 0 87% !important;
        overflow: hidden !important;
        position: absolute !important;
    }
    .projectStatusButton {
        display: grid !important;
        justify-content: stretch !important;
    }
    .author-box-left .userActiveDeActiveChk {
        margin-left: 1px !important;
    }
    #calendar .fc-toolbar .fc-center {
        display: inline-grid !important;
    }
}
@media screen and (max-width: 768px) {
    .userActiveDeActiveChk {
        margin-left: 22px !important;
    }
    .projectUserAvatar {
        margin-bottom: 3px;
    }
    .fc-center-margin,
    .fc-center .totalTimeEntryHours,
    .fc-toolbar .fc-center {
        margin-top: 2px !important;
    }
    .fc-toolbar .fc-center {
        display: inline-block !important;
    }
    .fc-center h2 {
        margin: 5px !important;
    }
    .fc-right {
        margin: 0;
    }
}
@media screen and (max-width: 1024px) {
    .userActiveDeActiveChk {
        margin-left: 16px !important;
    }
}
.navbar .nav-link.nav-link-user img {
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 35px;
}
.projectUserAvatar {
    border-radius: 25px;
    height: 32px;
    margin-right: 3px;
    margin-top: 3px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 32px;
}
.task-time-entry-table {
    margin-top: 0 !important;
    padding: 10px !important;
}
.task-details-tags {
    font-size: 10px;
    letter-spacing: 0.5px;
}
.date_range_task_time_entry {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    padding: 6px 10px;
    width: 100%;
}
.dataTables_processing {
    display: none !important;
}
.client-card-department {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 20px !important;
}
.client-card-department a {
    color: #34395e;
}
.mr-7 {
    margin-right: 55px !important;
}
.searchTerm {
    border-radius: 5px 0 0 5px !important;
}
.menu-search-icon {
    border-radius: 0 5px 5px 0 !important;
}
.outline-none {
    outline: none !important;
}
.card-user-email {
    color: #34395e;
    font-size: 12px;
    font-weight: 600;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 20px !important;
    overflow: hidden;
    width: auto;
}
.email-verified {
    color: #6be295;
}
.email-not-verified {
    color: #de3939;
    font-size: 15px;
}
.user-card-index {
    padding: 15px 15px 2px !important;
}
.toggle-ellipse-user-card {
    margin-left: 30px !important;
}
#departmentDescriptionContainer,
#departmentEditDescriptionContainer {
    height: 140px;
    line-height: 1.5;
}
.task-note-scrollbar {
    max-height: 250px;
    overflow-y: scroll;
}
.height-auto {
    height: auto !important;
}
.select-dropdown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid gray;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: 68%;
    width: 0;
    z-index: 98;
}
.select-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
.select-dropdown {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.d-sm-flex-wrap-0 {
    flex-wrap: nowrap !important;
}
.note-editing-area .note-editable {
    min-height: 120px !important;
}
.quill-editor-container .ql-tooltip {
    left: 8px !important;
}
@media (max-width: 375px) {
    .rptBtn {
        display: block !important;
        margin-bottom: 1em !important;
        width: 100% !important;
    }
    .rptBtn:first-child {
        margin-left: 3px !important;
    }
    .rptBtn,
    .rptBtn:first-child {
        margin-left: 0 !important;
    }
}
@media (max-width: 360px) {
    .position-xs-bottom {
        bottom: 0;
        position: absolute;
        right: 20px;
    }
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 18rem;
    }
}
@media (max-width: 320px) {
    .position-xs-bottom {
        bottom: 0;
        position: absolute;
        right: 20px;
    }
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 100%;
    }
    .rolesBtn {
        padding: 0 !important;
    }
    .rolesBtn a,
    .rolesBtn button {
        display: block;
        margin-bottom: 1em;
        margin-left: 0 !important;
        width: 100%;
    }
    .user-card-view {
        margin: 1em -2em !important;
    }
    .date_range_task_time_entry {
        padding: 6px 7px;
    }
    .projectStatus {
        display: block !important;
    }
    .projectStatistics {
        float: left !important;
        margin: 0.35em 1.8em 0;
    }
}
.invoice-from-to {
    background-color: #c3d2dc !important;
    border-radius: 0.25rem;
    color: #191d21;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    padding: 15px 20px;
}
@media screen and (max-width: 768px) {
    .user-card {
        max-width: 100%;
        overflow: scroll;
    }
    .user-card img {
        height: 50px;
        width: 50px;
    }
}
.report-note {
    border-radius: 0.25rem;
    color: #f33737;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    margin-top: -15px;
    padding: 15px;
    width: 100%;
}
#select2-currency-container,
#select2-editCurrency-container {
    color: rgba(0, 0, 0, 0.5) !important;
    font-weight: 900;
}
.mt-29px {
    margin-top: 29px !important;
}
.note-editing-area .note-editable {
    max-height: 100px !important;
    overflow-y: scroll !important;
}
@media (max-width: 420px) {
    #edit_preview_photo {
        height: 80% !important;
        margin-top: inherit;
        width: 12vh !important;
    }
}
.total-permission-count {
    background: #6777ef;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    bottom: 0;
    color: #fff;
    font-weight: 600;
    padding: 1px 5px 2px 8px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 540px) {
    #report_table_info,
    #report_table_paginate,
    #taskDetailsTable_paginate,
    #taskTimeEntryTable_paginate {
        float: right !important;
    }
    .paginatorRow div:first-child {
        margin-bottom: 1em;
        text-align: end !important;
    }
    .paginatorRow div:last-child {
        justify-content: flex-end !important;
    }
    .invoice-sent-button,
    .searchBox {
        display: block;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    .fc-toolbar .fc-center,
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        display: inline-block !important;
        float: none !important;
    }
    .fc-center h2 {
        margin: 13px 5px !important;
    }
    .fc-center .totalTimeEntryHours,
    .fc-right {
        margin-top: 10px !important;
    }
}
.font-size-20px {
    font-size: 20px !important;
}
.font-size-15px {
    font-size: 15px !important;
}
.font-size-14px {
    font-size: 14px !important;
}
.tasks-w-150 {
    min-width: 150px;
}
.items-container input,
.items-container ~ tfoot input {
    background: transparent !important;
    border: none;
    padding: 10px 0 !important;
    transition: 0.3s;
}
.items-container a,
.items-container ~ tfoot a {
    text-decoration: none;
}
.items-container a:hover input,
.items-container ~ tfoot a:hover input {
    color: #6777ef;
}
.items-container tr:nth-child(odd),
.items-container ~ tfoot tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.03) !important;
}
.table-striped tbody.items-container ~ tfoot > tr {
    background: transparent !important;
}
.table-striped tbody.items-container ~ tfoot > tr > td {
    padding: 0 !important;
}
.invoice-clients .comma:last-child,
.invoice-projects .comma:last-child {
    display: none;
}
.activity .activity-detail {
    background-color: #dadada7a !important;
}
@media screen and (max-width: 380px) and (min-width: 361px) {
    .action-toggle-mr {
        margin-right: 30px;
    }
}
@media screen and (max-width: 367px) and (min-width: 361px) {
    .action-toggle-mr {
        margin-right: 75px;
    }
}
@media screen and (max-width: 447px) {
    .report-action-btn {
        margin-top: 10px;
    }
}
@media screen and (max-width: 320px) {
    .task-date-mb {
        margin-bottom: -10px;
    }
}
.role-cards {
    min-height: 89px !important;
}
.bootstrap-datetimepicker-widget table td.active {
    background-color: #6777ef !important;
    border-radius: 5px !important;
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}
.bootstrap-datetimepicker-widget table td {
    padding: 10px !important;
}
.bootstrap-datetimepicker-widget table th {
    color: #6777ef;
    padding: 10px !important;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    color: #000 !important;
}
.bootstrap-datetimepicker-widget table td span {
    color: #6777ef !important;
}
.note-editor .note-statusbar {
    display: none !important;
}
.items-container-heading {
    background-color: #d2d2d2;
    border-color: #dee2e6;
    font-size: 20px;
}
@media screen and (max-width: 576px) and (min-width: 420px) {
    .user-img {
        max-width: 290% !important;
    }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
    .user-img {
        max-width: 200%;
    }
}
@media screen and (max-width: 768px) {
    .user-img {
        width: 150% !important;
    }
}
@media screen and (max-width: 540px) {
    #taskDetailsTable_paginate {
        float: right !important;
    }
    .formattedDate {
        text-align: left !important;
    }
    .projectStatusButton {
        display: flex;
        justify-content: center;
    }
}
.invoice-notes {
    height: 135px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.task-arrow-img {
    height: 20px;
    width: 20px;
}
.time-modal-note {
    height: 138px !important;
    line-height: 1.5;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.height-100 {
    height: 100px;
}
.invoice-add-item {
    width: 5px !important;
}
.invoice-time-entry-task {
    width: 71%;
}
.text-align-right-invoice {
    text-align: right !important;
}
.client-card {
    min-height: 106px !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu.dtPicker320-rpt {
    left: -25px !important;
    width: 18.3rem !important;
}
.dtPicker375-inv {
    left: -20px !important;
}
.dtPicker360-inv {
    left: -19px !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu.dtPicker320-inv {
    left: -40px !important;
    width: 18.3rem !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu.dtPicker320-tsk {
    left: -14px !important;
    width: 18rem !important;
}
.task-item .right-side-content .bootstrap-datetimepicker-widget.dropdown-menu.dtPickerForListing320-tsk {
    left: -68px !important;
    width: 18rem !important;
}
.textarea-sizing {
    height: 140px !important;
}
@media (max-width: 320px) {
    .position-xs-bottom {
        bottom: 0;
        left: 50px;
        position: absolute;
    }
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 100% !important;
    }
}
.invoice-sent-button {
    cursor: default !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 40px !important;
}
.user-profile-img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.fa-task-clock {
    color: green;
}
.fa-time-note {
    font-size: 17px;
}
.dz-image img {
    -o-object-fit: cover;
    object-fit: cover;
}
.invoice-card-height {
    height: 175px;
}
@media screen and (max-width: 768px) {
    .mobile-project-budget {
        width: 100%;
    }
}
.currency-icon-font {
    font-family: DejaVu Sans;
}
.error-page-404 {
    margin-top: -45px;
}
.margin-left-5 {
    margin-left: 5px;
}
.padding-10 {
    padding: 10px;
}
@media screen and (min-width: 1550px) {
    .extra-large {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}
.cost-tooltip-hover {
    position: relative;
}
.cost-tooltip-popup {
    background: #fafafa;
    border-radius: 6px;
    height: 0;
    margin-left: 70px;
    margin-top: -30px;
    opacity: 0;
    overflow: hidden;
    padding: 0 12px;
    position: absolute;
    text-align: left;
    top: 32px;
}
.cost-tooltip-hover:hover .cost-tooltip-popup {
    border: 1.5px solid;
    color: #717171;
    font-size: 13px;
    height: auto;
    letter-spacing: 0.3px;
    line-height: 18px;
    opacity: 1;
    padding: 12px;
    right: 8px;
    top: 45px;
    width: 265px;
    z-index: 50;
}
@media screen and (max-width: 540px) {
    .cost-tooltip-hover:hover .cost-tooltip-popup {
        right: -34px !important;
    }
}
@media screen and (max-width: 414px) {
    .cost-tooltip-hover:hover .cost-tooltip-popup {
        right: -65px !important;
    }
}
@media screen and (max-width: 375px) {
    .cost-tooltip-hover:hover .cost-tooltip-popup {
        right: -95px !important;
        width: 265px !important;
    }
}
@media screen and (max-width: 320px) {
    .cost-tooltip-hover:hover .cost-tooltip-popup {
        right: -85px !important;
        width: 285px !important;
    }
}
.cost-count-tooltip-hover {
    position: relative;
}
.cost-count-tooltip-popup {
    background: #fafafa;
    border-radius: 6px;
    height: 0;
    margin-left: 70px;
    margin-top: -30px;
    opacity: 0;
    overflow: hidden;
    padding: 0 12px;
    position: absolute;
    text-align: left;
    top: 32px;
}
.cost-count-tooltip-hover:hover .cost-count-tooltip-popup {
    border: 1.5px solid;
    color: #717171;
    font-size: 13px;
    height: auto;
    letter-spacing: 0.3px;
    line-height: 18px;
    opacity: 1;
    padding: 12px;
    right: 8px;
    top: 45px;
    width: 370px;
    z-index: 50;
}
@media screen and (max-width: 540px) {
    .cost-count-tooltip-hover:hover .cost-count-tooltip-popup {
        right: -34px !important;
    }
}
@media screen and (max-width: 414px) {
    .cost-count-tooltip-hover:hover .cost-count-tooltip-popup {
        right: -40px !important;
    }
}
@media screen and (max-width: 375px) {
    .cost-count-tooltip-hover:hover .cost-count-tooltip-popup {
        right: -50px !important;
        width: 337px !important;
    }
}
@media screen and (max-width: 320px) {
    .cost-count-tooltip-hover:hover .cost-count-tooltip-popup {
        right: -45px !important;
        width: 285px !important;
    }
}
.project-tooltip-hover {
    position: relative;
}
.project-tooltip-popup {
    background: #fafafa;
    border: 1px solid transparent;
    border-radius: 6px;
    height: 0;
    margin-top: -30px;
    opacity: 0;
    overflow: hidden;
    padding: 0 12px;
    position: absolute;
    text-align: left;
    top: 32px;
}
.project-tooltip-hover:hover .project-tooltip-popup {
    border: 1.5px solid;
    color: #717171;
    font-size: 13px;
    height: auto;
    letter-spacing: 0.3px;
    line-height: 18px;
    opacity: 1;
    padding: 12px;
    top: 45px;
    width: 370px;
    z-index: 50;
}
@media screen and (max-width: 540px) {
    .project-tooltip-hover:hover .project-tooltip-popup {
        right: -270px !important;
    }
}
@media screen and (max-width: 411px) {
    .project-tooltip-hover:hover .project-tooltip-popup {
        right: -117px !important;
    }
}
@media screen and (max-width: 414px) {
    .project-tooltip-hover:hover .project-tooltip-popup {
        right: -256px !important;
    }
}
@media screen and (max-width: 375px) {
    .project-tooltip-hover:hover .project-tooltip-popup {
        right: -220px !important;
        width: 337px !important;
    }
}
@media screen and (max-width: 320px) {
    .project-tooltip-hover:hover .project-tooltip-popup {
        right: -166px !important;
        width: 285px !important;
    }
}
@media screen and (width: 768px) {
    .project-tooltip-hover:hover .project-tooltip-popup {
        right: -132px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .project-tooltip-hover:hover .project-tooltip-popup {
        right: -125px !important;
    }
}
@media screen and (max-width: 1024px) {
    .invoice-mobile-text-width {
        width: 100% !important;
    }
}
@media screen and (max-width: 768px) {
    .invoice-mobile-text-width {
        font-size: 19px !important;
        width: 100% !important;
    }
}
@media screen and (min-width: 1550px) {
    .colUsers {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.ekko-lightbox.modal .modal-body {
    padding: 0;
}
.invoice-projects {
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-footer {
    background-color: #f4f6f9 !important;
    bottom: 0 !important;
    position: fixed !important;
    z-index: 1 !important;
}
body #app {
    margin-bottom: 70px !important;
}
.text-content-wrap {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.padding-left-50px {
    padding-left: 50px !important;
}
.padding-left-80px {
    padding-left: 80px !important;
}
.user-js-action-color {
    color: #3c8dbc !important;
}
.task-time-entry-heading-color {
    color: #0f6683 !important;
}
.invoice-project-tooltip-hover {
    position: relative;
}
.invoice-project-tooltip {
    background: #fafafa;
    border: 1px solid transparent;
    border-radius: 6px;
    height: 0;
    margin-left: 70px;
    margin-top: -30px;
    opacity: 0;
    overflow: hidden;
    padding: 0 12px;
    position: absolute;
    text-align: left;
    top: 32px;
}
.invoice-project-tooltip-hover:hover .invoice-project-tooltip {
    border: 1.5px solid;
    color: #717171;
    font-size: 13px;
    height: auto;
    letter-spacing: 0.3px;
    line-height: 18px;
    opacity: 1;
    padding: 12px;
    top: 30px;
    white-space: normal !important;
    width: 250px;
    z-index: 50;
}
@media screen and (max-width: 540px) {
    .invoice-project-tooltip-hover:hover .invoice-project-tooltip {
        right: -270px !important;
    }
}
@media screen and (max-width: 411px) {
    .invoice-project-tooltip-hover:hover .invoice-project-tooltip {
        right: -117px !important;
    }
}
@media screen and (max-width: 414px) {
    .invoice-project-tooltip-hover:hover .invoice-project-tooltip {
        right: 15px !important;
        top: 167px !important;
    }
}
@media screen and (max-width: 375px) {
    .invoice-project-tooltip-hover:hover .invoice-project-tooltip {
        right: 10px !important;
        top: 175px !important;
        width: 245px !important;
    }
}
@media screen and (max-width: 320px) {
    .invoice-project-tooltip-hover:hover .invoice-project-tooltip {
        right: 7px !important;
        width: 242px !important;
    }
}
@media screen and (width: 768px) {
    .invoice-project-tooltip-hover:hover .invoice-project-tooltip {
        right: 10px !important;
        top: 165px !important;
    }
}
.custom-js-spinner-css {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0);
}
@media screen and (max-width: 320px) {
    .addTags {
        margin-bottom: 10px;
        width: 100%;
    }
}
.project_remaining_user {
    border-radius: 50em;
    font-size: 12px;
    height: 32px;
    padding-top: 6px;
    text-align: center;
    width: 32px;
}
.project_remaining_user,
.tasks_remaining_user {
    background-color: #bbb;
    display: inline-block;
    vertical-align: middle;
}
.tasks_remaining_user {
    border-radius: 50%;
    height: 25px;
    padding: 6px;
    width: 25px;
}
.clientInvoiceStatusPaid,
.clientInvoiceStatusSent,
.clientProjectStatusArchived,
.clientProjectStatusFinished,
.clientProjectStatusOnGoing,
.clientProjectStatusOnHold,
.invoiceStatusDraft,
.invoiceStatusPaid,
.invoiceStatusSent,
.projectStatusArchived,
.projectStatusFinished,
.projectStatusIconSize,
.projectStatusOnGoing,
.projectStatusOnHold {
    font-size: 2em;
}
.projectStatusOnGoing {
    color: #6677ef;
}
.projectStatusFinished {
    color: #47c363;
}
.projectStatusOnHold {
    color: #fc544b;
}
.projectStatusArchived {
    color: #3abaf4;
}
.clientProjectStatusOnGoing {
    color: #f5cba7;
}
.clientProjectStatusFinished {
    color: #d2b4de;
}
.clientProjectStatusOnHold {
    color: #a9dfbf;
}
.clientProjectStatusArchived {
    color: #a9c0cb;
}
.clientInvoiceStatusSent {
    color: #bce9f6;
}
.clientInvoiceStatusPaid {
    color: #eaa1c5;
}
.invoiceStatusDraft {
    color: #5e001f;
}
.invoiceStatusSent {
    color: #00e1d9;
}
.invoiceStatusPaid {
    color: #f2bc94;
}
.fc-content:hover {
    cursor: pointer;
}
.alert.alert-info {
    background-color: #e2e2e2 !important;
}
#calendar .fc-agendaDay-button,
#calendar .fc-agendaWeek-button,
#calendar .fc-month-button,
#calendar .fc-next-button,
#calendar .fc-prev-button,
#calendar .fc-today-button {
    border-radius: 4px !important;
    margin-right: 5px !important;
}
.totalTimeEntryHours {
    font-size: 13px;
    letter-spacing: 1.2px;
}
@-moz-document url-prefix() {
    .tax-name {
        font-size: 15.5px !important;
    }
    .invoice-project-tooltip-hover:hover .invoice-project-tooltip {
        top: 50px !important;
    }
    @media screen and (max-width: 425px) {
        .invoice-project-tooltip-hover:hover .invoice-project-tooltip {
            right: 0 !important;
        }
    }
}
.cursor-pointer {
    cursor: pointer;
}
.task_remaining_assignee {
    background-color: #bbb;
    border-radius: 50em;
    display: inline-block;
    font-size: 11px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    width: 28px;
}
#statusFinished.active,
#statusOngoing.active,
#statusOnHold.active {
    background-color: #c3d2dc !important;
    border-color: #e3eaef !important;
    box-shadow: 0 2px 6px #e6ecf1 !important;
    color: #191d21 !important;
}
.fc-header-center,
.fc-header-left,
.fc-header-right {
    display: block !important;
    width: 100% !important;
}
.fc-center {
    margin-top: 5px !important;
}
.board .card-body.border {
    position: relative;
}
.board .overlay-screen-lock {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute !important;
    width: 100%;
    z-index: 999;
}
.board .overlay-screen-lock svg {
    height: 50px;
    width: 125px;
}
@media screen and (min-width: 1550px) {
    .board-container .col-xl-4 {
        max-width: 25%;
    }
}
.uProfileLayout {
    height: 50px !important;
    width: 50px !important;
}
.uCommentToggle {
    position: absolute;
    right: 0;
    top: 0;
}
.chat-item:hover .uCommentToggle {
    display: block !important;
}
.project-progress {
    position: relative !important;
    text-align: center !important;
}
.project-progress-width-text {
    line-height: 16px !important;
    position: absolute !important;
    width: 100% !important;
}
.change-language {
    font-size: 15px;
}
.font-size-12px {
    font-size: 12px !important;
}
.height-3px {
    height: 3px !important;
}
li.language-menu {
    letter-spacing: 0.8px;
    margin-top: 7px;
}
.language-item a:hover {
    background-color: #6777ef;
    color: #fff;
    transition-delay: 50ms;
    -webkit-transition-delay: 50ms;
}
.myProgress {
    float: left;
    margin: 4px;
    position: relative;
    text-align: center;
}
.myProgress .bar-overflow {
    height: 70px;
    margin-bottom: -14px;
    overflow: hidden;
    position: relative;
    width: 140px;
}
.myProgress .bar-overflow .bar {
    border-color: #eee #0bf #0bf #eee;
    border-radius: 50%;
    border-style: solid;
    border-width: 15px;
    box-sizing: border-box;
    height: 140px;
    left: 0;
    position: absolute;
    top: 0;
    width: 140px;
}
.my-projects-task-box {
    display: block;
    height: auto;
    max-height: 600px;
    min-height: 600px;
    overflow-x: hidden;
    overflow-y: auto !important;
    padding-top: 25px !important;
    width: auto;
}
.clients-project-details .project-details {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
}
.clients-project-details .users-list {
    list-style: none;
    max-height: 300px;
    overflow: auto;
}
.clients-project-details .client-task-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
    .clients-project-details .card-statistic-2 {
        padding-left: 18px !important;
    }
}
.clients-project-details .clientProjectDetailsUserAvatar {
    border-radius: 25px;
    height: 45px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 45px;
}
.projectDetailsUserAvatar {
    border-radius: 50px;
    height: 55px;
    margin-left: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 55px;
}
@media screen and (max-width: 823px) {
    .projectDetailsUserAvatar {
        height: 40px;
        margin-left: 0;
        width: 40px;
    }
}
.projectsDetailBox {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 823px) {
    .projectsDetailBox {
        border: none;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .projectsDetailBox {
        border-right: 1px solid rgba(0, 0, 0, 0.3);
    }
}
.projectsDetailBox .project_remaining_user {
    cursor: pointer;
}
.popover .popover-body {
    max-width: 225px;
}
.projectStatusButton {
    border-radius: 4px;
}
.width-60 {
    width: 60%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    float: none;
}
.min-width-150 {
    min-width: 150px;
}
.expense-thumbnail-preview {
    height: 70px;
    max-width: 75px;
}
.expense-attachments-row {
    max-height: 220px;
    overflow: auto;
    overflow-x: hidden;
}
.side-menus i {
    font-size: 15px;
}
.side-menus .fa-tachometer-alt {
    color: #dc3545;
}
.side-menus .fa-building {
    color: #483c3c;
}
.side-menus .fa-user-tie {
    color: #4b064e;
}
.side-menus .fa-folder-open {
    color: #ffa426;
}
.side-menus .fa-tasks {
    color: #39c4d4;
}
.side-menus .fa-columns {
    color: #bf0b32;
}
.side-menus .fa-calendar-alt {
    color: #1632cc;
}
.side-menus .fa-file {
    color: #7bd948;
}
.side-menus .fa-users {
    color: #9309e8;
}
.side-menus .fa-user {
    color: #f263eb;
}
.side-menus .fa-wallet {
    color: #964b00;
}
.side-menus .fa-rupee-sign {
    color: gold;
}
.side-menus .fa-file-invoice {
    color: #59d6ff;
}
.side-menus .fa-cog {
    color: #cfa46b;
}
.side-menus .fa-tags {
    color: #64bfa4;
}
.side-menus .fa-clipboard-list {
    color: #b7d24b;
}
.side-menus .fa-percent {
    color: #efc0fe;
}
.side-menus .fa-user-cog {
    color: #f2a0a1;
}
.side-menus .fa-folder {
    color: #b48a76;
}
.side-menus .fa-clipboard-check {
    color: #ff794d;
}
.side-menus .fa-user-clock {
    color: #6777ef;
}
.side-menus .fa-calendar-day {
    color: #f99;
}
.users-icon-color {
    color: #9309e8;
}
.project-card {
    min-height: 200px;
}
@media screen and (min-width: 360px) and (max-width: 1280px) {
    .project-card {
        min-height: 217px;
    }
}
@media screen and (min-width: 320px) and (max-width: 359px) {
    .project-card {
        height: 250px;
    }
}
.hover-card {
    transition-duration: 0.6s;
}
.hover-card:hover {
    opacity: 1;
    transform: translateY(-5px);
    z-index: 999;
}
.invoice_title {
    min-width: 330px;
}
@media screen and (max-width: 1440px) {
    .invoice_title {
        min-width: 250px;
    }
}
.dataTables_wrapper .dataTables_filter input {
    background-color: transparent;
    border: 1px solid #e4e6fc;
    border-radius: 3px;
    margin-left: 3px;
    padding: 5px;
}
.dataTables_wrapper .dataTables_filter input:focus {
    border-color: #6777ef;
}
.drop-down-links {
    display: flex;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
}
.activityData {
    background: none !important;
    margin-top: -6px;
}
@media screen and (max-width: 425px) {
    .activityData {
        margin-top: -40px;
    }
}
.filter-width {
    min-width: 215px;
}
.empty-details {
    background: #e6a8a8;
    border: none;
    box-shadow: 0 0 3px 0 #e58d8d;
}
.empty-details:hover {
    background-color: #e58d8d !important;
}
.notice {
    float: left;
    left: 200px;
    margin-top: 4px;
    position: absolute;
}
.notice i {
    color: #e6a8a8;
}
@media screen and (min-device-width: 360px) and (max-device-width: 640px) {
    .notice {
        left: -10px;
        position: relative;
    }
}
.dropdown-list .dropdown-list-content:not(.is-end):after {
    background-image: none;
    position: unset;
}
#select2-editCurrency-container {
    color: #444 !important;
    font-weight: unset;
}
.note-editor .note-btn-group .note-btn.active {
    background: #6777ef !important;
    color: #fff;
}
.main-sidebar .sidebar-menu li a span {
    margin-top: -1px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: 2px;
}
#Days:hover,
#editDays:hover {
    border-color: #e4e6fc !important;
}
.activeDrop {
    color: #6777ef !important;
    font-weight: 600 !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu .month.active,
.bootstrap-datetimepicker-widget.dropdown-menu .year.active {
    background-color: #6677ef !important;
    color: #fff !important;
}
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #6777ef;
    color: #fff;
}
.kanban-add-task-btn {
    font-size: 15px !important;
    padding: 0.7rem;
}
