/*General css start*/

:root {
    --large-font: 24px;
    --large-line-height: 30px;
    --sec-title-font: 20px;
    --detail-heading-font: 16px;
    --sec-line-height: 30px;
    --body-font: 14px;
    --body-line-height: 20px;
    --small-font: 14px;
    --small-line-height: 20px;
    --extrasmall-font: 13px;
    --extrasmall-line-height: 19px;
    --profile-line-height: 24px;
    --btn-sm-font: 13px;
    --btn-sm-line-height: 16px;
    --body-bg: #f8fafc;
    --theme-orange: #f7941d;
    --theme-green: #28a745;
    --theme-red: #ff3e3e;
    --white-clr: #fff;
    --border-color: #d7dce3;
    --light-clr: #f2f5fa;
    --light-gray: #e5ecf6;
    --theme-gray: #4e5867;
    --body-text: #2c3035;
    --regular-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Helvetica, Arial, sans-serif;
    --semibold-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Helvetica, Arial, sans-serif;
    --bold-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    font-size: var(--body-font) !important;
    line-height: var(--body-line-height);
    color: var(--body-text);
    font-family: var(--regular-font) !important;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    background-color: var(--body-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 50px;
}

.normal {
    font-weight: 400;
}

.semibold {
    font-weight: 500 !important;
}

.bold {
    font-weight: bold;
}

.body-bg {
    background-color: var(--body-bg);
}

.border-bg {
    background-color: rgb(215 220 227 / 30%);
}

/*font size*/

.xs-font {
    font-size: var(--extrasmall-font);
}

.sm-font {
    font-size: var(--small-font);
}
.ic {
    height: 18px;
    width: 18px;
    color: inherit;
    min-width: 18px;
}
.ic_18 {
    height: 18px;
    width: 18px;
    color: inherit;
}
.ic_20 {
    height: 20px;
    width: 20px;
    color: inherit;
}
.ic_24 {
    height: 24px;
    width: 24px;
    color: inherit;
}

.detail-actions i {
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
}

body .table tr th {
    font-weight: 500;
}

.act-btn i {
    color: var(--theme-gray);
}

.em-badge,
.badge {
    font-family: var(--regular-font);
}

.border-dashed {
    border-style: dashed;
}

/*global spacing classes*/

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}
.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.p-20 {
    padding: 20px;
}

/*header css start*/

.pro-pic {
    height: 24px;
    width: 24px;
}

.navbar-brand img {
    height: 30px;
}

/*header css end*/

/*form controls css start*/

/*for top spacing in forms page*/

.form-sec {
    padding-top: 20px;
}

input[type="text"].form-control,
select.form-control:not([size]):not([multiple]),
.search-input input,
.top-bar select.form-control:not([size]):not([multiple]) {
    height: 36px;
}

input[type="text"].form-control,
.top-bar select.form-control:not([size]):not([multiple]),
.date-range .date-range-input,
.form-control,
.search-input input {
    min-height: 36px !important;
    line-height: var(--body-line-height) !important;
    color: var(--body-text) !important;
    font-family: var(--regular-font) !important;
    font-size: var(--body-font) !important;
}

.date-range .date-range-input {
    padding: 6px 15px 6px 5px;
}

.record-opt-group .custom-radio .custom-control-label {
    padding: 7px 10px;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-radio-group .btn-radio-primary {
    color: var(--body-text);
    font-size: var(--small-font);
    border: 1px solid var(--border-color);
    font-weight: 400;
}

.btn-radio-group .btn-radio-primary:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-check:checked + .btn-radio-primary {
    background-color: var(--theme-orange);
    color: white;
    border: 1px solid var(--theme-orange);
}

.btn-radio-group .btn-radio-primary:not(:first-of-type) {
    margin-left: -1px;
}

.dropdown-item {
    line-height: var(--profile-line-height) !important;
    color: var(--body-text) !important;
    font-family: var(--regular-font) !important;
    font-size: var(--body-font) !important;
}

.step-box .form-control {
    border: 1px solid var(--border-color);
}

.select2-container .select2-selection--multiple {
    min-height: 36px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 7px 0 0;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 0 15px;
}

.form-step .step label {
    font-size: 15px;
    line-height: 18px;
}

.step-box .btn {
    padding: 7px 25px;
}

.top-bar .dropdown .dropdown-toggle {
    height: 36px;
    padding: 6px 10px;
}

.step-box {
    box-shadow: none;
    border: 1px solid #d7dce3;
}

.date .input-group-addon,
.time .material-icons {
    top: 8px;
    right: 12px;
}

.custom-file-label {
    line-height: 23px;
    height: 36px;
    font-weight: 600;
}

.custom-file-input {
    height: 36px;
}

.custom-file-sm {
    border: 1px solid #2c3035;
    height: 27px;
}

.attach-file-btn .custom-file-label,
.attach-file-btn .custom-file-input {
    height: 27px;
}

.custom-file-sm .custom-file-label {
    height: 27px;
    line-height: 25px;
    text-align: center;
    font-size: var(--btn-sm-font);
}

.top-bar .form-group {
    margin-bottom: 10px;
}

/*.custom-radio .custom-control-label::before{top: .165rem;}*/

/*.form-group .custom-radio .custom-control-input:checked ~ .custom-control-label:after{ top: 5px;}*/

.form-group .custom-radio .custom-control-label {
    color: var(--body-text);
    line-height: 24px;
}

/*form control css end*/

/*buttons css start*/

.btn-em {
    background-color: var(--theme-gray);
    border-color: var(--theme-gray);
}

.btn-bar,
.btn-bar:hover,
.btn-bar:focus {
    padding: 6.5px 8px !important;
    padding-right: 20px !important;
}

body .btn-bordered {
    border: 1px solid var(--theme-gray);
    color: var(--theme-gray);
}

body .btn-bordered:hover,
body .btn-bordered:focus,
body .btn-bordered:active {
    background-color: var(--theme-gray);
}

.btn-bar-dark,
.btn-bar-dark:hover,
.btn-bar-dark:focus {
    background-color: var(--theme-gray);
    border-color: var(--theme-gray);
}

.btn-bar-dark[aria-expanded="true"] {
    border-color: var(--theme-gray);
    color: var(--theme-gray);
    background: #fff;
}

.btn-bar-dark[aria-expanded="true"]:after {
    border-top: 8px solid var(--theme-gray);
}

.btn {
    /* height: 44px; */
    padding: 7px 15px;
    font-weight: 500;
    font-family: var(--semibold-font);
}

body .btn-sm {
    padding: 1px 10px;
    font-size: var(--body-font) !important;
    line-height: var(--btn-sm-line-height) !important;
    padding: 4px 12px;
    font-size: var(--btn-sm-font) !important;
    height: 27px;
}

body .btn-md {
    height: 30px;
    padding: 4px 15px;
}

body .btn.btn-sm.btn-rounded {
    border-radius: 14.5px;
}

.btn-sm i {
    line-height: 18px;
}

/*button css end*/

/*select arrow css*/

.btm-arrow.select:after {
    top: 40px;
}

.btm-arrow.select.without-label:after {
    top: 12px;
}

/*select arrow css end*/

.detail-actions .btn {
    line-height: var(--btn-sm-line-height) !important;
    padding: 4px 12px;
    font-size: var(--btn-sm-font) !important;
    height: 27px;
    background: var(--theme-gray);
    border-color: var(--theme-gray);
}

.detail-page .control-label.normal {
    font-weight: 600 !important;
}

/*breadcrumbs css start*/

.breadcrumb {
    padding: 8px 30px 2px;
    position: inherit;
    margin-left: -30px;
    margin-right: -30px;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    font-size: 13px;
    line-height: 15px;
}

/*breadcrumbs css end*/

/*sidebar css start*/

.sidebar {
    top: 50px;
    height: calc(100% - 50px);
}

.sidebar li a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar ul li a {
    box-shadow: none;
    font-family: var(--semibold-font);
    font-weight: 500 !important;
}

.sidebar span {
    top: 10px;
    right: 10px;
}

/*sidebar css end*/

.table-data table tr td {
    padding: 7px 20px;
    height: 40px;
}

.table-data table tr th {
    padding: 10px 35px 9px 20px;
    border-top: 0;
}

.table-data table tr td .rounded-pic {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border-top: 0;
}

.table-data table tr td .rounded-pic img {
    border-radius: 50%;
}

.table-data table tr td .pro-icon {
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
    line-height: 24px;
    font-size: 11px;
}

.card-act .transparent-btn {
    padding: 7px 15px !important;
}

.act-btn .btn {
    margin: 0 5px;
    height: 24px;
    width: 24px;
}

.table tbody tr td .material-icons {
    font-size: 18px;
    line-height: 24px;
    margin-right: 0;
    color: black;
}

.search-input i {
    right: 10px;
    line-height: 36px;
}

.dropdown-toggle.btn.btn-em {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
}

.dropdown-toggle.btn.btn-em:after {
    margin-bottom: 0px;
}

.badge {
    font-size: var(--small-font) !important;
    font-family: var(--regular-font);
    font-weight: 400;
}

.badge-arrow {
    font-size: 22px;
    min-width: 18px;
}

.badge-pill.red {
    background-color: var(--theme-red);
    color: var(--white-clr) !important;
}

.badge-pill.gray {
    background-color: var(--theme-gray);
    color: var(--white-clr) !important;
}

.badge-pill.dark {
    background-color: var(--body-text);
    color: var(--white-clr) !important;
}

.badge-pill.light {
    background-color: var(--border-color);
    color: var(--body-text) !important;
}

.badge-pill.blue {
    background-color: #007bff;
    color: var(--white-clr) !important;
}

.badge-pill.yellow {
    background-color: #ffc107;
    color: var(--body-text) !important;
}

.error-msg {
    font-size: var(--small-font) !important;
    line-height: var(--extrasmall-line-height);
    text-transform: capitalize;
    margin-top: 5px;
}

.right-sec {
    padding: 0 30px 25px;
}

@media (min-width: 992px) {
    .navbar {
        height: 50px;
    }
}

/* 24 june 2021 */

.badge-body {
    background-color: var(--theme-gray);
}

.sidebar {
    z-index: 1;
}

/* tabs css start */

.nav-tabs {
    background-color: #fff;
    padding-left: 30px;
}

.nav-tabs .nav-item {
    padding-right: 20px;
}

.nav-tabs .nav-link {
    padding: 0.5rem 0;
    border: 0;
    border-bottom: 3px solid transparent;
    color: var(--theme-gray);
    font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #f7941c;
    color: #f7941c;
}

.tab-content.box {
    min-height: auto;
    border-top: 1px solid #dee2e6;
    padding: 0 30px 15px !important;
    border-radius: 4px;
}

.detail-heading,
.form-sec-title {
    font-size: var(--detail-heading-font);
    line-height: var(--large-line-height);
    font-weight: 600;
}

.form-sec-title {
    color: var(--body-text);
}

.detail-heading.small-font {
    font-size: var(--body-font) !important;
}

.profile-header {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
}

.profile-detail {
    padding: 15px 30px 0;
}

/*.display-info{font-size:var(--extrasmall-font);}*/

.control-label,
form .custom-checkbox .custom-control-label.control-label {
    font-size: var(--small-font);
    line-height: var(--small-line-height);
    font-weight: 500;
}

.browse-btn .custom-file-label {
    font-weight: 400;
}

/* tabs css end */

.box {
    border: 1px solid var(--border-color);
}

/* profile header css */

.job-details .job-name,
.top-bar h2,
.cndidate-name,
.task-name {
    color: var(--body-text);
    font-size: var(--sec-title-font);
    line-height: var(--profile-line-height);
    font-weight: 600;
    margin-bottom: 10px;
}

.top-bar h2 p {
    margin-bottom: 0;
}

.btn-listboard .btn {
    color: var(--theme-gray) !important;
    background: #fff !important;
}

.btn-listboard .btn + .btn {
    margin-left: -5px;
}

.btn-listboard .btn.btn-em.active {
    color: #fff !important;
    background: var(--theme-gray) !important;
}

.statistics-panel .stat-panel-info h3 {
    font-size: var(--sec-title-font);
    line-height: 27px;
    font-weight: bold;
}

/*top bar css*/

/*.top-bar:after {content: '';clear: both;float: none;display: table;}*/

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px 30px 0;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: inset 0 -1px 0 0 #d7dce3;
}

.profile-header .top-bar {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    box-shadow: none;
}

/*clandar page css*/

#calendar {
    padding-top: 30px;
}

.statistics-panel .stat-panel-info {
    padding: 15px 0;
}

.proj-board {
    overflow-x: auto;
}

.alert-info-email {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.proj-board .info .form-group {
    width: 300px;
    flex-basis: 300px;
    flex: 1 1 300px;
    min-width: 300px;
    max-width: 300px;
}

.proj-board i {
    font-size: 18px;
}

.boardname {
    font-size: var(--sec-title-font);
    font-weight: 600;
    line-height: var(--profile-line-height);
}

.projectname {
    font-size: var(--detail-heading-font);
    line-height: var(--extrasmall-line-height);
}

.tooltip-inner {
    font-size: 14px;
    line-height: 16px;
    border-radius: 15px;
}

.modal-md.modal-dialog {
    max-width: 570px;
}

.modal-smlg.modal-dialog {
    max-width: 700px;
}

/*modal css satrt*/
@media (min-width: 576px) {
    .modal-sm.modal-dialog {
        max-width: 400px;
    }

    .FeedbackModal.right .modal-dialog {
        max-width: 520px;
    }
}

.modal-header {
    background-color: #fff;
    box-shadow: none;
    border-bottom: 1px solid var(--border-color);
}

.modal.right .modal-header {
    background-color: var(--light-clr);
    padding: 16px 20px;
    min-height: 50px;
}

.modal-header .close {
    height: 12px;
    width: 12px;
    margin: 0;
    text-shadow: none;
    font-weight: 400;
    font-size: 22px;
}

.modal-title {
    font-size: var(--detail-heading-font);
    font-weight: 500;
}

.modal.right .modal-header .close {
    height: 20px;
}

.modal.right .modal-title {
    font-weight: 600;
    font-size: var(--small-font);
    line-height: var(--small-line-height);
}

.chips li {
    padding: 3px 10px 3px 3px;
}

.modal.right .pro-icon {
    height: 26px;
    min-width: 26px;
    width: 26px;
    line-height: 26px;
}

.modal.right .chips li {
    margin: 0 4px 10px 0;
    min-height: 32px;
    line-height: 24px;
}

/*modal css end*/

/*project detail page css*/

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f49429;
    color: #fff;
}

.info .form-group {
    margin-bottom: 20px;
}

.chip-with-pic {
    background-color: #f8fafc;
    border: 1px solid #d7dce3;
    font-size: 14px;
    line-height: 22px;
    padding: 3px 12px 3px 3px;
    border-radius: 19px;
}

.pro-icon {
    color: #fff;
    height: 30px;
    min-width: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.h-30.pro-icon {
    height: 30px !important;
    line-height: 30px !important;
}

.w-30.pro-icon {
    width: 30px !important;
}

.dpt-table tr th {
    box-shadow: none;
    border-bottom: 2px solid #dee2e6 !important;
}

.dpt-table td,
.dpt-table th {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 16px;
}

.completed-tr {
    opacity: 0.7;
    cursor: pointer;
}

#sendFeedbackModal,
#deadlineModal {
    z-index: 1052;
}

.feedbackstar i {
    color: var(--border-color);
    font-size: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.feedbackstar .selected {
    color: var(--theme-orange);
}

.comments-body .media-body {
    margin-top: 3px;
}

.comments-body .media-body a {
    color: blue;
}

.editor-data-new a {
    color: blue;
}

.custom-attach .custom-file-input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    width: 0;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 37px !important;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 37px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 35px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent #888 #888 transparent !important;
    border-width: 0 2px 2px 0px !important;
    height: 8px !important;
    margin-left: -14px !important;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 8px !important;
    transform: rotate(45deg) translateY(-50%);
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-width: 0 2px 2px 0px;
    border-color: transparent #888 #888 transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 34px !important;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: var(--theme-orange) !important;
    color: white !important;
}

.status-dropdown {
    width: auto;
    min-width: auto;
}

.badge-select .select2-container .select2-selection--single {
    height: 24px !important;
    border: 0;
    border-radius: 12px;
    background-color: var(--theme-green);
    color: var(--white-clr) !important;
}

.badge-select
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    height: 24px;
    line-height: 24px !important;
    color: #fff;
}

.badge-select
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent #fff #fff transparent !important;
}

.badge-select
    .select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.badge-select
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 24px !important;
    color: #fff;
}

/*filter panel css*/

.filter-card {
    padding-left: 30px;
    padding-right: 25px;
    border-bottom: 1px solid var(--border-color);
}

.filter-card .btn.btn-sm {
    font-size: 14px !important;
}

.filter-panel {
    max-width: calc(100% - 216px);
}

.filter-dropdownmenu {
    position: relative;
}

.filter-dropdownmenu .close-filter-dropdown-action {
    position: absolute;
    right: 5px;
    top: 5px;
}

.filter-panel .btn-sm {
    font-size: 14px !important;
}

.filter-panel .filtered {
    background-color: var(--theme-orange) !important;
    color: #fff;
    border-color: var(--theme-orange) !important;
}

.filter-panel .dropdown-menu {
    margin-top: 9px;
    box-shadow: 0px 4px 8px 0 rgb(44 48 53 / 24%);
    border: 0;
    max-width: 250px;
}

.filter-panel .dropdown-toggle::after,
.filter-panel .btn-bordered.dropdown-toggle:hover:after,
.filter-panel .btn-bordered.dropdown-toggle:focus:after {
    margin-left: 10px;
    border-top-width: 0.4em;
    border-right-width: 0.4em;
    border-left-width: 0.4em;
}

.filter-panel .filtered.dropdown-toggle::after {
    border-top-color: #fff;
}

.filtered .badge {
    font-size: 11px !important;
    padding: 2px;
    min-width: 20px;
    height: 20px;
    line-height: 16px;
    margin-left: 2px;
    right: -4px;
    color: var(--theme-orange);
}

.imp-filter.filtered {
    position: relative;
    padding-right: 30px;
}

.imp-filter.filtered:after {
    border: 0 !important;
    content: "";
    background: url(../../img/check.svg);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    background-size: 18px;
    background-color: transparent !important;
    background-size: contain;
    position: absolute;
    margin-left: 5px;
    right: 5px;
    top: 3px;
    margin-bottom: auto;
}

/*slider css*/

.ui-slider {
    border: 0 !important;
    height: 5px;
    border-radius: 2.5px;
    background-color: var(--border-color);
    margin-top: 30px;
}

.ui-slider-range,
.ui-widget-header {
    background: var(--theme-orange);
    border: 0;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
}

.ui-slider .ui-slider-handle {
    background: transparent;
    border: 0;
}

.slider-pointer {
    height: 18px;
    width: 18px;
    border: 2px solid #ffffff;
    background-color: var(--theme-orange);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 50%;
}

span.slider-value {
    position: absolute;
    top: -25px;
    height: 25px;
    width: 20px;
    font-size: 12px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: url(../../img/ic_drop.svg);
}

@media screen and (min-width: 1281px) {
    #sendFeedbackModal .modal-md.modal-dialog,
    #deadlineModal .modal-md.modal-dialog {
        width: 80%;
        max-width: 35%;
    }
}

@media screen and (min-width: 1280.98px) {
    #sendFeedbackModal .modal-md.modal-dialog,
    #deadlineModal .modal-md.modal-dialog {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .proj-board .info {
        margin: 0;
    }
    .proj-board .info .form-group {
        padding: 0;
    }
    .navbar {
        padding: 5px;
    }
}

@media (max-width: 600px) {
    .modal-md.modal-dialog {
        max-width: 90%;
    }
}

.end-datetime .date input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.end-datetime .time input {
    /* margin-left: -1px;*/
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 110px;
}

/*add follower css*/

.follow-select {
    display: none;
}

.add-follow-btn {
    display: inline-block;
    margin: 2px 4px 10px 0;
    height: 30px;
    line-height: 16px;
    background-color: var(--body-bg);
    padding: 2px 10px 2px 5px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    cursor: pointer;
}

.tagsearch {
    border: 0;
}

.single-search .input-group-text {
    height: 36px !important;
}

.childPopup .modal-md.modal-dialog {
    max-width: 380px;
}

#BudgetRequestsModal .modal-md.modal-dialog {
    max-width: 520px;
}
.modal-body-data ul li:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 600px) {
    .childPopup .modal-md.modal-dialog {
        max-width: 90%;
    }
}

.editable-from-group .select2-container .select2-selection--single {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.click-to-edit .icon {
    padding: 3px;
}

.click-to-edit p {
    display: inline-flex;
}

.click-to-edit {
    line-height: 32px;
}

.form-group.editable-from-group {
    margin-bottom: 13px;
    min-height: 58px;
}

input.form-control.date-input.editable-input.outline-input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    min-height: 28px !important;
    height: 28px !important;
}

@media (max-width: 600px) {
    .childPopup .modal-md.modal-dialog {
        max-width: 90%;
    }
}

/*18-08-2021*/

.badge-file {
    height: 27px;
    margin-left: 8px;
    /*margin-left: -3px;
  border-radius: 0 4px 4px 0;*/
}

.file-dropdownmenu .ic {
    min-width: 16px;
    height: 16px;
    width: 16px;
    margin-top: auto;
}

.file-dropdownmenu {
    max-width: 200px;
}

.file-dropdownmenu .form-group {
    margin-bottom: 14px !important;
}

/* .file-dropdownmenu .form-group:last-child{margin-bottom: 0 !important} */

.file-dropdownmenu.task-comment-attachment {
    top: auto !important;
    bottom: 100% !important;
    transform: none !important;
    right: 0;
    left: auto !important;
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
}

.rte-autocomplete {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 9999;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.rte-autocomplete:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.rte-autocomplete:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}

.rte-autocomplete > li.loading {
    background: url("https://www.ajaxload.info/cache/FF/FF/FF/00/00/00/1-0.gif")
        center no-repeat;
    height: 16px;
}

.rte-autocomplete > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    white-space: nowrap;
    text-decoration: none;
}

.rte-autocomplete > li > a:hover,
.rte-autocomplete > li > a:focus,
.rte-autocomplete:hover > a,
.rte-autocomplete:focus > a {
    color: #fff;
    text-decoration: none;
    background-color: #f7941d;
}

.rte-autocomplete > .active > a,
.rte-autocomplete > .active > a:hover,
.rte-autocomplete > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #f7941d;
    outline: 0;
}

.rte-autocomplete.dropdown-menu {
    box-shadow: none;
    border: 1px solid #e5ecf6;
    border-radius: 4px;
}

.rte-autocomplete.dropdown-menu li a {
    padding: 6px 12px;
    font-size: 14px;
}

.no-caret.dropdown-toggle:after {
    display: none;
}

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

.deactivated-modal {
    z-index: 1030 !important;
}

/*body .btn-icon {
    padding: 3px 5px;
    height: 24px;
    width: 24px;
    background: transparent;
}*/

.profile-wrapper {
    box-shadow: 0 2px 4px 0 #d7dce3;
    border-radius: 4px;
    border: 0;
    background-color: #f8fafc;
    width: 252px;
}

.profile-card {
    background-color: #d7dce3;
    border-radius: 4px 4px 0 0;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 43px;
    color: #4e5867;
    height: 130px;
    width: 252px;
    align-items: center;
}

.profile-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #2c3035;
}

.email-link {
    color: #4e5867;
    display: block;
    margin-bottom: 5px;
}

.profile-desc {
    padding: 13px;
    font-size: 13px;
    line-height: 15px;
    color: #4e5867;
}

.deligated-task {
    background-color: rgba(235, 81, 81, 0.1);
    padding: 10px 16px;
}

.deligated-task div[data-toggle="collapse"] {
    background-image: url(../../img/admin/ic_arrow_up.svg);
    background-position: right top 0;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    cursor: pointer;
}

.deligated-task div[aria-expanded="true"] {
    background-image: url(../../img/admin/ic_arrow_down.svg);
}

.attach-img {
    width: 40px;
    height: 40px;
    object-fit: none;
}
ul.file-error-list {
    color: #4e5867;
    list-style: disc;
    padding-left: 20px;
    margin-top: 12px;
}

ul.file-error-list li {
    margin-bottom: 5px;
}

.invalid-feedback {
    font-size: 90%;
}
.hover-link:hover {
    text-decoration: underline;
}

/*23-09-2021*/
tfoot tr td {
    font-weight: 600;
}
tfoot tr:first-child td {
    box-shadow: inset 0 2px 0 0 #d7dce3;
}
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.budget-header {
    padding: 10px 30px 0;
}
.budget-content {
    padding: 30px 30px 18px;
}
.btn.remove-row,
.btn.add-row {
    height: 36px;
    width: 36px;
}
.add-row > i,
.remove-row > i {
    line-height: 34px;
}
.increaseQty svg,
.decreaseQty svg {
    padding: 1px;
}
.dropdown-item.nav-link {
    border-bottom: 0;
    padding: 0.25rem 1.5rem;
    font-weight: 400;
    border-radius: 0;
}
.dropdown-item.nav-link.active,
.dropdown-item.nav-link:focus {
    background-color: #f49429;
    color: #fff !important;
}
.commission-date {
    width: 120px;
}
.comment-star {
    margin-top: 5px;
    line-height: 16px;
    margin-bottom: 2px;
}
.comment-star i {
    font-size: 18px;
    height: 18px;
    width: 16px;
    color: var(--border-color);
}
.comment-star i.fill {
    color: var(--theme-orange);
}
.remove-wrapper > input,
.add-wrapper > input,
.add-wrapper > .select {
    display: inline-block;
    width: calc(100% - 55px);
}

.select.btm-arrow ~ .btn.remove-row,
.select.btm-arrow ~ .btn.add-row {
    margin-top: 27px;
}
.fdbk-tble td {
    vertical-align: middle;
}

.nav-tabs .nav-item.show .nav-link.closer,
.nav-tabs .nav-link.active.closer {
    border-color: var(--theme-red);
    color: var(--theme-red);
}
.input-group-text {
    font-size: 14px;
    border: 1px solid var(--light-gray);
    border-radius: 0.25rem;
    border-left: 0;
    background: #fff;
}
.profit-input {
    position: relative;
}
.profit-input:after {
    content: "%";
    position: absolute;
    top: 8px;
    right: 12px;
}
#dealineUpdate {
    margin-bottom: 15px;
}
#dealineUpdate li {
    display: flex;
}
#dealineUpdate li:last-child {
    margin-bottom: 0 !important;
}
.text-decoration-line-through {
    text-decoration: line-through;
}
div#dealineUpdate .pro-icon {
    height: 24px;
    min-width: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 11px;
}
.moretext {
    display: flex;
}
.budget-desc {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.budget-desc.collapsible {
    display: inline;
}
.moreless-button {
    /*float: right;*/
    min-width: 70px;
}
.row.g-0 {
    margin-left: 0;
    margin-right: 0;
}
.row.g-0 [class*="col-"] {
    padding: 0;
}
/*accrodian css start*/
.modal.right .accordion > div {
    border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}
.modal.right .accordion .card-header {
    cursor: pointer;
    padding: 12px 0 12px 20px;
    background-image: url(../../img/admin/ic_dropdown.svg);
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 35px !important;
    margin-bottom: -1px;
    border-bottom: 1px solid #ddd;
    background-size: 18px;
}
.modal.right .accordion .card-header[aria-expanded="true"] {
    background-image: url(../../img/admin/ic_dropup.svg);
}
/*accordian css end*/

.browse-file .custom-file-input,
.browse-file .custom-file-label,
.browse-file {
    height: 37px;
    background-color: #fff;
}
.tooltip-attach.tooltip.show {
    width: 300px;
    opacity: 1;
}
.tooltip-attach .tooltip-inner {
    width: 300px;
    max-width: none;
    padding: 15px 15px 15px 10px;
    background: #fff;
    color: #4e5867;
    box-shadow: 0px 1px 14px rgb(0 0 0 / 22%);
    border-radius: 6px;
}

.tooltip-attach.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip-attach.bs-tooltip-top .arrow::before {
    border-top-color: #fff;
}
.vertical-td .vertical-txt {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-weight: 600;
}
.vertical-td {
    width: 42px;
}
/*.not-unrgent-th{
  box-shadow: inset -3px -3px 0 0 #d7dce3 !important;
}
.urgent-th{
    box-shadow: inset 0 -3px 0 0 #D7DCE3 !important;
}
.table-task .table-warning{      box-shadow: inset -3px -1px 0 0 #D7DCE3;}
.table-task .table-warning.last{ box-shadow: inset -3px -3px 0 0 #D7DCE3;}
.table-task .table-cl-red.last { box-shadow: inset 0 -3px 0 0 #D7DCE3;}*/

.table-task td,
.table-task th {
    border-color: #8d8d8e;
}
.border-right-3 {
    border-right: 3px solid #8d8d8e;
}
.border-bottom-3 {
    border-bottom: 3px solid #8d8d8e;
}
/*15-Nov changes css start*/

.activitybottom li {
    margin-bottom: 40px;
}
/*15-Nov changes css end*/

/* 25-Nov changes css start*/
.btn-white {
    background-color: #ffffff;
    border: 1px solid #d7dce3;
    color: #2c3035;
}
.btn-white:hover {
    background-color: #ffffff;
    border: 1px solid #d7dce3;
    color: #2c3035;
}
.btn-white:focus {
    background-color: #ffffff;
    border: 1px solid #d7dce3;
    color: #2c3035;
}
body .btn-lg {
    height: 36px;
    padding: 4px 15px;
}
.fw-600 {
    font-weight: 600;
}
.mr-10 {
    margin-right: 10px;
}
.badge-form-control {
    background-image: url(../../img/ic-down-white.svg);
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size: 19px;
}

.badge-form-control.badge {
    padding: 3px 22px 5px 12px;
}
.tablerightspace th:first-child,
.tablerightspace td:first-child {
    padding-right: 20px;
}
.plusdispaly {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.clr-white {
    color: #ffffff !important;
}
.top-grey {
    background: #f8fafc;
}
.top-spacing {
    margin-bottom: 10px;
    margin-top: 10px;
}
/* 25-Nov changes css end*/

/* 1-Dec changes css start*/
.chipspacing {
    margin-left: 45px;
    margin-bottom: 10px;
}
.table-footer {
    background-color: #f8fafc;
}
/* 1-Dec changes css end*/

.row.g-0 {
    margin-left: 0;
    margin-right: 0;
}

.row.g-0 [class*="col-"] {
    padding: 0;
}

/*accrodian css start*/
.modal.right .accordion > div {
    border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}

.modal.right .accordion .card-header {
    cursor: pointer;
    padding: 12px 0 12px 20px;
    background-image: url(../../img/admin/ic_dropdown.svg);
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 35px !important;
    margin-bottom: -1px;
    border-bottom: 1px solid #ddd;
    background-size: 18px;
}

.modal.right .accordion .card-header[aria-expanded="true"] {
    background-image: url(../../img/admin/ic_dropup.svg);
}

/*accordian css end*/

.browse-file .custom-file-input,
.browse-file .custom-file-label,
.browse-file {
    height: 37px;
    background-color: #fff;
}

.tooltip-attach.tooltip.show {
    width: 300px;
    opacity: 1;
}

.tooltip-attach .tooltip-inner {
    width: 300px;
    max-width: none;
    padding: 15px 15px 15px 10px;
    background: #fff;
    color: #4e5867;
    box-shadow: 0px 1px 14px rgb(0 0 0 / 22%);
    border-radius: 6px;
}

.tooltip-attach.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip-attach.bs-tooltip-top .arrow::before {
    border-top-color: #fff;
}

.tooltip-attach.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip-attach.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
}

.tooltip-attach.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip-attach.bs-tooltip-left .arrow::before {
    border-left-color: #fff;
}

.tooltip-attach.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip-attach.bs-tooltip-right .arrow::before {
    border-right-color: #fff;
}

.project-tooltip-popover-inner
    .bs-popover-auto[x-placement^="bottom"]
    .arrow::before,
.bs-popover-bottom .arrow::before {
    border: 0;
}

.project-tooltip-popover-inner
    .bs-popover-auto[x-placement^="top"]
    .arrow::before,
.bs-popover-top .arrow::before {
    border: 0;
}

.project-tooltip-popover-inner
    .bs-popover-auto[x-placement^="left"]
    .arrow::before,
.bs-popover-left .arrow::before {
    border: 0;
}

.project-tooltip-popover-inner
    .bs-popover-auto[x-placement^="right"]
    .arrow::before,
.bs-popover-right .arrow::before {
    border: 0;
}

.vertical-td .vertical-txt {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-weight: 600;
}

.vertical-td {
    width: 42px;
}

.table-task td,
.table-task th {
    border-color: #8d8d8e;
}

.border-right-3 {
    border-right: 3px solid #8d8d8e;
}

.border-bottom-3 {
    border-bottom: 3px solid #8d8d8e;
}

/*15-Nov changes css start*/

.activitybottom li {
    margin-bottom: 40px;
}

/*15-Nov changes css end*/

/* 25-Nov changes css start*/

.btn-white {
    background-color: #ffffff;
    border: 1px solid #d7dce3;
    color: #2c3035;
}

.btn-white:hover {
    background-color: #ffffff;
    border: 1px solid #d7dce3;
    color: #2c3035;
}

.btn-white:focus {
    background-color: #ffffff;
    border: 1px solid #d7dce3;
    color: #2c3035;
}

body .btn-lg {
    height: 36px;
    padding: 4px 15px;
}

.fw-600 {
    font-weight: 600;
}

.mr-10 {
    margin-right: 10px;
}

.tablerightspace th:first-child,
.tablerightspace td:first-child {
    padding-right: 20px;
}

.plusdispaly {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clr-white {
    color: #ffffff !important;
}

.top-grey {
    background: #f8fafc;
}

.top-spacing {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* 25-Nov changes css end*/

/* 29-jan-2024 changes css start */

.text-orange {
    color: var(--theme-orange);
}
.text-decoration-underline {
    text-decoration: underline;
}
.sub-title {
    font-size: 14px;
    color: gray;
}
.mr-20 {
    margin-right: 20px;
}
.table-cl-darkblue,
.table-cl-darkblue > td,
.table-cl-darkblue > th {
    background-color: #00b0f0;
}
.table-cl-lightblue,
.table-cl-lightblue > td,
.table-cl-lightblue > th {
    background-color: #d9e2f3;
}
.table-cl-pink,
.table-cl-pink > td,
.table-cl-pink > th {
    background-color: #fff5e8;
}
.table-align-start.table-data table tr td {
    vertical-align: text-top !important;
}
.payroll-modal-header {
    background-color: var(--light-clr);
    box-shadow: inset 0 -1px 0 0 #d7dce3;
}
.process-btn {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.text-black {
    color: var(--body-text) !important;
}
.inactive-spacing {
    padding-top: 1px;
    padding-bottom: 3px;
}
.chip-spacing {
    padding-top: 3px;
    padding-bottom: 3px;
}

.directory-document-box {
    border: 1px solid #f7941c;
    border-radius: 4px;
    background-color: rgba(247, 148, 28, 0.05);
}
.btm-arrow-top .form-control {
    width: 189px;
}
.pay-days-box .form-control {
    width: 80px;
    min-height: auto !important;
    height: auto;
    padding-top: 4px;
    padding-bottom: 5px;
}
.sticky-btn {
    position: sticky;
    bottom: 0;
    right: 0;
}
.candidateprofile-spacing {
    padding-right: 30px;
}

.candidateprofile-spacing p {
    font-weight: 500;
    color: #4e5867;
}

.step-box .btn.btn-sm.step-btn-transparent {
    background-color: #fff;
    color: #4e5867;
}

.payroll-chips.chips li {
    padding: 3px 10px;
    border: 1px solid #4e5867;
    border-radius: 14.5px;
    background-color: #ffffff;
}

.line-business-select.btm-arrow.select:after {
    top: 11px;
}

.w-51 {
    width: 51%;
}
.upload-contract-payroll .file-type-new .attachment-bg {
    height: auto;
}

.employee-doc .custom-file-sm {
    width: 60px;
}
.employee-doc .custom-file-label {
    width: 60px;
}

.payroll-btn-group .btn-leftradius {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.payroll-btn-group .btn-rightradius {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.payroll-btn-group .button {
    width: 100%;
    height: 40px;
    position: relative;
}

.payroll-btn-group .button label,
.payroll-btn-group .button input {
    position: absolute;
    top: 0;
}

.payroll-btn-group .button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.payroll-btn-group .button input[type="radio"]:checked + label {
    background: #f7941d;
    border-radius: 4px;
    color: #ffffff;
}

.payroll-dropdown.profile .dropdown .dropdown-toggle {
    border: 1px solid #d7dce3;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 8px 12px;
}

.payroll-dropdown.profile {
    padding-left: 0;
}

.payroll-dropdown .dropdown-toggle::after {
    margin-left: 0.9em;
}

.payroll-dropdown .dropdown-menu {
    min-width: 7rem;
}

/* 29-jan-2024 changes css end */

/* 1-Dec changes css start*/

.chipspacing {
    margin-left: 45px;
    margin-bottom: 10px;
}

.table-footer {
    background-color: #f8fafc;
}

/* 1-Dec changes css end*/

/* 2 Feb 2022 chages start */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -4px;
}

.orange-clr {
    color: #f7941c;
}

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

.grey-bg {
    background-color: #d7dce3;
}

.font-16 {
    font-size: 16px;
    line-height: 19px;
}

.font-15 {
    font-size: 15px;
    line-height: 18px;
}

.font-20 {
    font-size: 20px;
    line-height: 24px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mr-10 {
    margin-right: 10px;
}

.pl-30 {
    padding-left: 30px;
}

.mt-35 {
    margin-top: -25px;
}

.pt-20 {
    padding-top: 20px;
}

.btn-black {
    background-color: #d7dce3;
    color: #4e5867;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus,
.btn-black.active {
    background-color: #2c3035;
    color: #ffffff;
    font-weight: 500;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -4px;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    box-shadow: none;
    color: #ffffff;
    border: 1px solid #d7dce3;
    background-color: #f7941c;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-secondary {
    color: #2c3035;
    border: 1px solid #d7dce3;
    background-color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    color: #ffffff;
    border: 1px solid #d7dce3;
    background-color: #f7941c;
}
.plusdispalyend {
    display: flex;
    justify-content: end;
    align-items: center;
}
.scrolwidthreq {
    width: 100%;
    overflow-x: scroll;
}

.nav-pills .nav-link {
    padding: 12px 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #f7941c;
    background-color: #ffffff;
    font-weight: 600;
}

.activepills .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #f7941c;
    z-index: 2;
    background-color: rgba(255, 88, 81, 0.1);
    box-shadow: inset -3px 0 0 0 #f7941c;
    border-radius: 0;
    font-weight: 600;
}

.pillborder {
    border-right: 1px solid #d7dce3;
}

.graphchat .nav-pills .nav-link {
    padding: 3px 10px;
    border: 1px solid #4e5867;
    border-radius: 0px 4px 4px 0px;
    background-color: #ffffff;
}

#pills-Graph-tab {
    border-radius: 4px 0px 0px 4px;
}

.graphchat .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #4e5867;
    color: #ffffff;
}

#pills-client-tab {
    border-radius: 4px 0px 0px 4px;
}

#pills-implement-tab {
    border-radius: 4px 0px 0px 4px;
}

#pills-leadership-tab {
    border-radius: 4px 0px 0px 4px;
}

#pills-task-tab {
    border-radius: 4px 0px 0px 4px;
}

#pills-comparison-tab {
    border-radius: 4px 0px 0px 4px;
}

.table-center tr th {
    text-align: center;
    border: 1px solid #d7dce3 !important;
    background-color: #f8fafc;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
}

.table-center tr td {
    text-align: center;
    border: 1px solid #d7dce3 !important;
    background-color: #ffffff;
    font-size: 14px !important;
    line-height: 16px !important;
}

.pro-in {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    color: #2c3035;
    padding: 13px 12px;
}

.feedbackspacing {
    padding: 10px 20px;
}

.feedbackborder {
    border-top: 1px solid #d7dce3;
}

.tzborder-right {
    border-right: 1px solid #d7dce3;
}

.staricon img {
    height: 24px;
    width: 24px;
}

/* 2 Feb 2022 chages end */

span.badge-dot {
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: -2px;
}
.bg-green {
    background-color: var(--theme-green);
}
.bg-orange {
    background-color: var(--theme-orange);
}
.bg-red {
    background-color: var(--theme-red);
}
.bg-yellow {
    background-color: #ffc107;
}
.bg-gray {
    background-color: #4e5867;
}
.bg-blue {
    background-color: #007bff;
}

/* project action center css start */
.action-centre-alert span.material-icons {
    font-size: 18px;
    margin-right: 8px;
    line-height: 20px;
}
.text-primary {
    color: #0085e3 !important;
}
.text-danger {
    color: #eb5151 !important;
}
.shadow-success {
    box-shadow: inset 0 -3px 0 0 #28a745 !important;
}
.shadow-primary {
    box-shadow: inset 0 -3px 0 0 #0085e3 !important;
}
.shadow-danger {
    box-shadow: inset 0 -3px 0 0 #eb5151 !important;
}
.shadow-warning {
    box-shadow: inset 0 -3px 0 0 #ffc107 !important;
}
.alert-primary {
    border: 1px solid rgba(0, 133, 227, 0.2);
    background-color: rgba(0, 133, 227, 0.1);
}
.alert-danger {
    border: 1px solid rgba(235, 81, 81, 0.2);
    background-color: rgba(235, 81, 81, 0.1);
}

/* iPadPRO landscape style here */
@media only screen and (min-device-width: 1000px) and (max-device-width: 1100px) and (orientation: portrait) {
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) and (orientation: portrait) {
    .mb-ipadresponsive {
        margin-bottom: 10px;
    }
    .mt-ipadresponsive {
        margin-top: 10px;
    }
    .mt-35 {
        margin-top: 0;
    }
}

/* responsive style here */
@media (max-width: 767.98px) {
    .mb-responsive {
        margin-bottom: 10px;
    }
    .btn-responsive {
        padding: 7px 3px;
    }
    .mt-responsive {
        margin-top: 10px;
    }
    .btn-mdresponsive {
        padding: 7px 9px;
    }
    .mt-35 {
        margin-top: 0;
    }
}

/* 6/7/2022 */
.legend-dot {
    height: 16px;
    width: 16px;
    border-radius: 4px;
}
.legend .bg-gray {
    background-color: #4e5867 !important;
}
.legend .bg-green {
    background-color: #7ecb90;
}
.legend .bg-yellow {
    background-color: #ffda6b;
}
.legend .bg-info {
    background-color: #66b6ef !important;
}
.legend .bg-red {
    background-color: #f39797;
}
/* 21/09/2022 */
.pcard-scroll {
    overflow-y: auto;
    max-height: calc(100vh - 215px);
}
.datepicker-container {
    z-index: 999999 !important;
}
