.invalid-feedback{
    display: block;
}
body[data-leftbar-theme="dark"] .side-nav .menuitem-active > a {
    color: #46D4D1 !important;
}
body[data-leftbar-theme="dark"] .side-nav .side-nav-link {
    color: #ffffff;
}

body[data-leftbar-theme="dark"] .side-nav .side-nav-link:hover, body[data-leftbar-theme="dark"] .side-nav .side-nav-link:focus, body[data-leftbar-theme="dark"] .side-nav .side-nav-link:active {
    color: #46D4D1;
}

body[data-leftbar-theme="dark"] .side-nav .side-nav-second-level li a:focus, body[data-leftbar-theme="dark"] .side-nav .side-nav-second-level li a:hover, body[data-leftbar-theme="dark"] .side-nav .side-nav-third-level li a:focus, body[data-leftbar-theme="dark"] .side-nav .side-nav-third-level li a:hover, body[data-leftbar-theme="dark"] .side-nav .side-nav-forth-level li a:focus, body[data-leftbar-theme="dark"] .side-nav .side-nav-forth-level li a:hover {
    color: #46D4D1;
}
body[data-leftbar-theme="dark"] .side-nav .side-nav-second-level li a, body[data-leftbar-theme="dark"] .side-nav .side-nav-third-level li a, body[data-leftbar-theme="dark"] .side-nav .side-nav-forth-level li a {
    color: #ffffff;
}
body[data-leftbar-theme="dark"][data-leftbar-compact-mode="condensed"] .side-nav .side-nav-item:hover .side-nav-link {
    background-color: #46D4D1;
    color: #000 !important;
}
body[data-leftbar-compact-mode="condensed"]:not(.authentication-bg) .side-nav .side-nav-item:hover > .collapse > ul a:hover, body[data-leftbar-compact-mode="condensed"]:not(.authentication-bg) .side-nav .side-nav-item:hover > .collapsing > ul a:hover {
    background-color: #46D4D1;
    color: #000 !important;
}
.dropdown-menu.dashboard-filter-dropdown.show {
    transform: translate(0px, 40px) !important;
    min-width: 8.09rem !important;
}
.date-width {
    max-width: 150px;
    margin-left: 13px;
}
.tilebox-one .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.0rem 1.0rem;
}
.label-small {
    padding-bottom: 0px;
    font-size: 90%;
}
.customer-address{
    white-space: unset !important;
    width:33%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table#basic-datatable {
    font-size: 13px;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    padding: 0.5rem 0.7rem;
    border: 1px solid #dddddd;
}
table#basic-datatable > thead > tr > th {
    font-size: 15px;
    font-weight: 500;
}
a {
    color: #007bff;
    text-decoration: none;
}
a:hover{
    color: #007bff;
    text-decoration: none;
}
.customShadow{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px #00000026, 0 6px 6px #00000026;
}
thead, tbody, tfoot, tr, td, th {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #ddd;
}
.project-detail p {
    color: #6c757dbf;
    font-size: 15px;
}
.project-detail h5 {
    font-size: 18px;
    color: #444;
}
.project-detail span {
    font-size: 16px;
}
.m-header {
    display: flex;
    justify-content: space-between;
}
.m-header h4.modal-title {
    font-size: 20px;
}
.m-header button.btn-close {
    opacity: 1;
    color: #777;
}
.m-header button.btn-close i {
    font-size: 22px;
}
.grid-pills {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #061433;
}
.grid-pills .nav-link{
    border-right: 1px solid #061433;
}
.grid-pills .nav-link.active, .grid-pills .show > .nav-link{
    background-color: #061433;
}
/* .board {
    padding: 5px;
}
.tasks{
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 4px #00000026, 0 4px 10px #00000026;
} */
.customcard {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 4px #00000026, 0 2px 7px #00000026;
    margin-bottom: 15px;
}
.daysDate {
    display: flex;
    justify-content: space-between;
}
.daysDate p{
    margin-bottom: 0px;
}
.taskid {
    padding-top: 60px;
    padding-right: 0px;
}
.timelinePL{
    padding-left: 0px;
}
.taskid ul li {
    height: 38px;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    border: 1px solid #ddd;
    padding: 9px 12px;
}
.cus-details h5 {
    margin-top: 5px;
    font-size: 17px;
    font-weight: 600;
}
.project-detail p {
    color: #6c757dbf;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.cus-details h5 span {
    float: right;
}
.fc .fc-toolbar.fc-header-toolbar{
    padding: 15px;
    padding-bottom: 0;
}
.sticky-top{
    z-index: 0;
}
.UnscheduledHeader {
    display: flex;
    justify-content: space-between;
    background-color: #222;
    padding: 6px 12px;
    color: #fff;
}
.UnscheduledHeader h4.card-calender-title {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .2px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.UnscheduledHeader .card-tools {
    margin-top: 6px;
}
.UnscheduledHeader .card-tools .circle {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 13px;
    padding: 0px;
    background: #f8f9fa!important;
    border: 1px solid #00000026;
    color: #000;
    text-align: center;
    line-height: 21px;
}
.external-event {
    cursor: move;
    margin: 10px 0;
    padding: 8px 10px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-left: 3px solid #000;
}
.external-event .direct-chat-infos .direct-chat-timestamp {
    float: right;
}
#calendar .table-bordered td, #calendar .table-bordered th {
    border: 1px solid #dddddd;
}
