body {
    /*    background-color: #edf6ff !important;*/
    background-color: #e6e9f2 !important;
}

.d-header {
    background-color: #ffffff !important;
    width: auto !important;
    padding: 0px !important;
    box-shadow: 0 10px 30px 0 rgb(82 63 105 / 5%) !important;
}

.l-h-34px {
    height: 34px !important;
}

.l-h-41px {
    height: 41px !important;
}

.h-logos {
    display: flex;
    align-items: center;
    height: 100%;
}

.h-logos div:first-child {
    opacity: 0;
    margin-right: 2px !important;
}

.h-logos .main-logos:last-child {}

.h-logos .main-logos {
    padding: 0px 8px;
}

.side-menu-icon {
    padding: 0px 20px !important;
}

.mobile-menu-icon {
    padding: 0px 20px !important;
}

@media (max-width: 991.98px) {
    .bullet-none {
        display: none;
    }
}

.user-image {
    border-radius: 100px !important;
}


/* side menu */

.side-menu {
    background-color: #005487 !important;
}

.side-menu-user {
    border-top: 1px solid #2d2d4314 !important;
    border-bottom: 1px solid #2d2d4314 !important;
}

.side-menu-item-title {
    color: #6c728dd9 !important;
    font-weight: 500;
}

.side-bullet-dot {
    background-color: black !important;
}

.aside-menu .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-bullet .side-bullet-dot {
    background-color: black !important;
}

.aside-menu .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .side-bullet {
    background-color: #2196f3 !important;
}

.aside-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .side-menu-item-title {
    color: black !important;
    font-weight: 500;
}

.mobile-toggle-icon {
    padding: 12px;
}

@media only screen and (max-width:991.98px) {
    .mobile-menu {
        justify-content: end !important;
        display: none !important;
    }
}

.aside-menu-user {
    border-top: none !important;
    border-bottom: 1px solid #ffffff29 !important;
}


/* T shape Modal Style Start Here */

.custom-modal-body {
    overflow-x: auto;
    max-height: 500px;
}

.Tshape-modal .modal-header {
    padding: 15px;
}

.bg-blue {
    background-color: #006eb1 !important;
    color: #fff !important;
}

.light-blue {
    background-color: #fcfcfe !important;
}

.p-0 {
    padding: 0 !important;
}

.t-center {
    text-align: center;
}

.mb-10 {
    margin-bottom: 10px;
}

.b-1 {
    border: 1px solid #cccccc70;
}

.border-radius {
    border-radius: 10px;
}

.Tshape-modal .modal-title {
    color: #fff !important;
}

.light-hover-bg {
    background-color: rgba(255, 255, 255, 0) !important;
}

.light-hover-bg:hover {
    background-color: rgba(255, 255, 255, 0.418) !important;
}

.Tshape-modal .modal-body {
    padding: 0 !important;
}

.scroll {
    overflow: scroll;
    max-height: 550px;
    overflow-x: auto;
}

.Tshape-modal .mar-full {
    background-color: #fff;
}

.Tshape-modal .mar-center {
    margin: 0 auto;
    background-color: #fff;
}

.Tshape-modal .border-rad-b {
    border-radius: 0 0 15px 15px;
}

.h-200 {
    min-height: 200px !important;
}

.Tshape-modal .modal-dialog {
    max-width: calc(100vw - 500px);
    top: 10%;
}

.Tshape-modal .modal-content {
    background-color: #fff0;
    box-shadow: none;
}

.ppd {
    padding: 45px;
    padding-bottom: 20px;
}

.Tshape-modal .modal-footer {
    background-color: #fff !important;
}

.Tshape-modal .modal-footer button {
    border-radius: 25px;
    min-width: 100px;
}

.Tshape-modal .file-upload {
    border: 1px dashed #ccc;
    height: 140px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Tshape-modal .small-head {
    padding: 15px;
    height: 59px;
    background-color: #006eb1;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px !important;
}

.Tshape-modal .small-head h5 {
    margin: 0;
    color: #fff;
}

.inner-ppd {
    padding: 25px;
}

@media only screen and (max-width:1310px) {
    .Tshape-modal .modal-dialog {
        max-width: calc(100vw - 125px);
    }
}

@media only screen and (max-width:1310px) {
    .Tshape-modal .modal-dialog {
        top: 0;
    }
}

@media only screen and (max-width:580px) {
    .Tshape-modal .modal-dialog {
        max-width: calc(100vw - 0px);
    }

    .Tshape-modal {
        height: auto;
    }

    .scroll {
        max-height: 500px;
    }
}


/* T shape Modal Style End Here */

@media only screen and (max-width:414px) {
    .h-mobile {
        height: 28px !important;
    }
}

.border-box {
    border-radius: 10px;
    padding: 3px;
    background: #ffffff;
}

.symbol-40px > img {
    width: 40px !important;
    height: 40px !important;
    object-fit: none !important;
}

.user {
    position: relative;
}

.user .border-animation {
    position: absolute;
    bottom: 0;
    width: 0%;
    background: white;
    height: 2px;
    transition: all 0.5s;
}

.user:hover .border-animation {
    width: 100%;
}

.aside-menu-icon-left > i {
    color: #7e8aafa1 !important;
}

.aside-bullet-dot {
    background-color: #c7cbd7 !important;
}

.aside-menu .menu .menu-item .menu-link .menu-bullet .bullet-dot {
    background: #929db7a3 !important;
}

.aside-menu .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet-dot {
    background: white !important;
}

.aside-menu .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .aside-menu-icon-left i,
.aside-menu .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .aside-menu-icon-left i {
    color: white !important;
}


/* Create card button style */

.create-card-btn {
    background: #009ef7;
    color: white;
}

.create-card-btn i {
    font-size: 17px;
}

table.dataTable>thead .sorting:not(.sorting_asc):not(.sorting_desc):after {
    opacity: 1;
    background-repeat: no-repeat;
    background-position: right;
    background-color: transparent;
    background-image: url(../images/DoubleArrowDown.svg);
}

.attachment-item:last-child {
    margin-bottom: 20px;
}

.create-card-header {
    background: #005487 !important;
    min-height: 50px !important;
}

.header-primary-clr {
    background: #005487 !important;
}

.modal-header-title {
    font-weight: 300;
    color: white;
}

.btn.btn-active-light-primary:hover:not(.btn-active) {
    background: transparent !important;
}

.card-style {
    background: orange;
    /*    border-radius: 10px*/
}

.card-id {
    background: white;
    border-radius: 10px;
    padding: 5px 10px;
}

.task-button {
    padding: 0px;
    background: transparent !important;
}

.task-button:not(.collapsed) {
    color: black !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}

.task-id {
    background: white;
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}

.task-item {
    /*    background: orange;*/
    padding: 0px 12px;
    position: relative;
}

.task-item::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 14px;
    background: #00000042;
    border-radius: 100px;
    top: 50%;
    left: 6px;
    transform: translate(-50%, -50%);
}

.task-item::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 14px;
    background: #00000042;
    border-radius: 100px;
    top: 50%;
    right: 2px;
    transform: translate(-50%, -50%);
}

.task-header {
    background: transparent !important;
    border-radius: 4px;
}


/*
.task-body::before:not(.collapsed) {
    box-shadow: inset 0 -1px 0 #8d540047 !important;
}
*/

.task-title {
    margin-left: 8px;
    font-size: 12px;
    color: white;
}

.task-body {
    padding: 0px;
}

.sec-separator {
    margin: 8px 10px;
    height: 12px;
    width: 1px;
    background: #0000002b;
}

.active-hours {
    /*    background: orange;*/
    border: 1px solid white;
    color: white;
    padding: 2px 8px;
    border-radius: 100px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
   
}


.equipment-detail {
    color: black;
}


.task-row-2 {
    padding: 6px 0px;
}

.task-row-2:not(.collapsed) {
    border-top: 1px solid #0000001f !important;
}

.task-row-3:not(.collapsed) {
    border-top: 1px solid #0000001f !important;
}

.task-row-3 {
    padding: 3px 0px;
}

.process-list {
    padding: 6px 0px;
}

.process-list a {
    background: white;
    color: black !important;
    padding: 3px 8px;
    border-radius: 100px;
    /* margin :2px 2px;
    display:inline-block; */
}

.technicians .symbol:last-child {
    background: #009ef7;
    /* width: 30px;
    height: 30px; */
    color: white !important;
}

.event-id {
    color: black !important;
}

.task-down-arrow img {
    transform: rotate(0deg);
    transition: transform .2s ease-in-out;
}

.task-down-arrow img:not(.collapsed) {
    transform: rotate(-180deg);
}

.task-button::after {
    content: none !important;
}


/*
.filter-btn {
    display: none;
}
*/


/*
@media only screen and (max-width:1600px) {
    .filter-card {
        display: none;
    }

    .filter-btn {
        display: block;
    }
}
*/

.aside-arrow:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e") !important;
}

.aside-menu .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .aside-arrow:after,
.aside-menu .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .aside-arrow:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e") !important;
}

.aside-menu .menu .menu-item .menu-link .aside-arrow:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e") !important;
}

.card-action {
    font-size: 12px;
    border: none;
    background: none;
    color: white !important;
    padding: 2px 6px;
    transition: all 0.4s;
}

.card-action i {
    color: white !important;
}

/* .card-action:hover {
    border: 2px solid white;
} */

.card-action .w-cus {
    width: calc(100vw - 50%);
}

.card-title {
    color: white !important;
    font-weight: 400 !important;
}

.drawer-title {
    color: #5e6278 !important;
    font-weight: 500 !important;
}


/* login page */

.video-sec {
    background: #d9f1ff !important;
}

.welcome-note {
    color: #0972b1;
}

.video-content {
    width: 80%;
    background: #003057;
    border: 6px solid #0c2940;
    border-radius: 6px;
    box-shadow: #00305787 0px 50px 100px -20px, #003057ad 0px 30px 60px -30px;
}

.video-alignment {
    padding-bottom: 40px;
}

@media only screen and (max-width:1200px) {
    .w-cus {
        width: calc(100vw - 80%);
    }

    .video-sec {
        display: none !important;
    }

    .small-device {
        box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
        border-radius: 20px;
    }
}

.w-cus {
    width: calc(100vw - 50%);
}

.footer-branding {
    width: 40px;
}

.login-form {
    height: 100%;
}

.brand-logos {
    border: 1px solid #0000001f;
    display: flex;
    border-radius: 10px;
}

.brand-logos img {
    width: 50%;
}

.brand-logos img:first-child {
    border-right: 1px solid #0000001f;
}


/**/
.fc-custom-calendar .fc-event.show-top{
	z-index: 9999!important;
}
.fc-custom-calendar .fc-h-event{
	border: none!important;
	background: #009ef7!important;
    display: block;
}

/* drawer styles */

.wo-id {
    background-color: #009ef7;
    border-radius: 4px;
}

.detail-title {
    color: #00000094;
}

.detail-box {
    background: #e7eff5;
}

.detail-sub-card {
    background: white;
}

.technician-rating {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.files-listing {
    overflow: auto;
    white-space: nowrap;
    /* gap:10px; */
}

.file {
    background: white;
    border-radius: 10px;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    max-width: 100px;
    min-height: 100px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.restricted-file {
    position: absolute;
    background: #ffffffd9;
    padding: 18px;
    border-radius: 10px;
}

.file:not(:last-child) {
    margin-right: 10px;
}

.file-card {
    width: 55px;
    height: auto;
    display: inline-block;
}

.file-card-name {
    color: black;
    overflow: hidden;
    max-width: 80px;
    text-overflow: ellipsis;
    z-index: 1;
}

.tech-tag {
    padding: 10px;
    background: white;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.progress-bg {
    background: #80808024;
}

.parent-card{
    background: none!important;
}   

.w-170px {
    width: 170px !important;
}

.mbt-20{
    margin-bottom: 20px;
}

.tech-badge {
    background: #72b1d5;
    color: #ffffff;
}

.min-w-auto {
    min-width: auto;
}

.min-w-124 {
    min-width: 124px;
}

.max-h-576 {
    max-height: 576px;
}

/* activity timeline page styles */

.content-footer-pagination {
    /*    padding: 2rem 2.5rem;*/
}


/* Dashboard styles */


/*
.orange-card {
    background-color: #f7941d;
}

.pink-card {
    background-color: #f06eaa;
}

.green-card {
    background-color: #3ab54a;
}

.yellow-card {
    background-color: #d0c400;
}

.red-card {
    background-color: #e03f45;
}
*/

.cus-card-shadow {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.orange-card-shadow {
    box-shadow: rgb(247 148 29) 0px 10px 10px -10px;
}

.pink-card-shadow {
    box-shadow: rgb(240 110 170) 0px 10px 10px -10px;
}

.green-card-shadow {
    box-shadow: rgb(58 181 74) 0px 10px 10px -10px;
}

.yellow-card-shadow {
    box-shadow: rgb(208 196 0) 0px 10px 10px -10px;
}

.red-card-shadow {
    box-shadow: rgb(224 63 69) 0px 10px 10px -10px;
}


/* white card styles */

.white-card .card-id {
    background: #8080802e;
}

.white-card .task-title {
    color: black !important;
}

.white-card .card-action {
    /*    border: 2px solid #0000001f !important;*/
    background: transparent !important
}

.white-card .card-action:hover {
    /*    border: 2px solid #00000082 !important;*/
    background: #00000026 !important;
}

.white-card .active-hours {
    background: white !important;
    color: black !important;
    border: 1px solid #0000001a;
}

.white-card .card-action i {
    color: black !important;
}

.white-card .process-list a {
    border: 1px solid #00000038 !important;
}
.white-card .task-id{
    background: #00000014;
   
}


/* red card styles */

.red-card .task-item {
    background: #ef4b4b !important;
}

.red-card .card-id {
    background: white;
    color: black;
}

.red-card .task-title {
    color: white !important;
}

.red-card .card-action {
    background: transparent !important;
}

.red-card .card-action:hover {
    /*    border: 2px solid #ffffffbf !important;*/
    background: #00000026 !important;
}

.red-card .active-hours {
    background: transparent !important;
    color: white !important;
    border: 1px solid white;
}

.red-card .card-action i {
    color: white !important;
}


/* orange card styles */

.orange-card .task-item {
    background: #e5aa3f  !important;
}

.orange-card .card-id {
    background: white;
    color: black;
}

.orange-card .task-title {
    color: white !important;
}

.orange-card .card-action {
    /* border: 2px solid #ffffff40 !important; */
    background: transparent !important;
}

.orange-card .card-action:hover {
    /* border: 2px solid #ffffffbf !important; */
    background: #00000026 !important;
}

.orange-card .active-hours {
    background: transparent !important;
    color: white !important;
    border: 1px solid white;
}

.orange-card .card-action i {
    color: white !important;
}


/* pink card styles */

.pink-card .task-item {
    background: #eb7388!important;
}

.pink-card .card-id {
    background: white;
    color: black;
}

.pink-card .task-title {
    color: white !important;
}

.pink-card .card-action {
    /*    border: 2px solid #ffffff40 !important;*/
    background: transparent !important;
}

.pink-card .card-action:hover {
    /*    border: 2px solid #ffffffbf !important;*/
    background: #00000026 !important;
}

.pink-card .active-hours {
    background: transparent !important;
    color: white !important;
    border: 1px solid white;
}

.pink-card .card-action i {
    color: white !important;
}


/* green card styles */

.green-card .task-item {
    background: #5cbd5c !important;
}

.green-card .card-id {
    background: white;
    color: black;
}

.green-card .task-title {
    color: white !important;
}

.green-card .card-action {
    /* border: 2px solid #ffffff40 !important; */
    background: transparent !important;
}

.green-card .card-action:hover {
    /* border: 2px solid #ffffffbf !important; */
    background: #00000026 !important;
}

.green-card .active-hours {
    background: transparent !important;
    color: white !important;
    border: 1px solid white;
}

.green-card .card-action i {
    color: white !important;
}


/* yellow card styles */

.yellow-card .task-item {
    background: #cdcd40 !important;
}

.yellow-card .card-id {
    background: white;
    color: black;
}

.yellow-card .task-title {
    color: white !important;
}

.yellow-card .card-action {
    /* border: 2px solid #ffffff40 !important; */
    background: transparent !important;
}

.yellow-card .card-action:hover {
    /* border: 2px solid #ffffffbf !important; */
    background: #00000026 !important;
}

.yellow-card .active-hours {
    background: transparent !important;
    color: white !important;
    border: 1px solid white;
}

.yellow-card .card-action i {
    color: white !important;
}

/* custom badge */

.badge-orange {
    color: #E5AA3F;
    background: #e672242e !important;
 }

 .badge-pink {
    color: #eb7388;
    background: #eb73881f !important;
 }

 .badge-white {
    color: black;
    background: #817b7b38 !important;
 }

 .badge-yellow {
    color: #cdcd40;
    background: #cdcd401f !important;
 }

 .badge-green {
    color: #5cbd5c;
    background: #5cbd5c26 !important;
 }

 .badge-red {
    color: #ef4b4b;
    background: #ef4b4b21 !important;
 }

/* custom view colour */

.badge-view-orange {
    color: white;
    background: #E5AA3F !important;
 }

 .badge-view-pink {
    color: white;
    background: #EB7388 !important;
 }

 .badge-view-white {
    color: #000000;
    background: #817b7b38 !important;
 }

 .badge-view-yellow {
    color: white;
    background: #cdcd40 !important;
 }

 .badge-view-green {
    color: white;
    background: #5cbd5c !important;
 }

 .badge-view-red {
    color: white;
    background: #ef4b4b !important;
 }

 .form-custom {
    background-color: #e6ebef !important;
    border-color: transparent !important;
}

.border-custom {
    border: 1px solid #0000001a !important;
}
 .apply-btn {
     gap: 12px;
 }
.fc-custom-calendar .fc-view-harness {
    background: #eaeff3;
    border-radius: 6px;
}
.fc-custom-calendar .fc-theme-standard td, .fc-custom-calendar .fc-theme-standard th {
    border: 1px solid #d0dce5;
}
.fc-custom-calendar .fc-theme-standard .fc-scrollgrid {
    border: 1px solid #d0dce5;
}
 .transform-height{
    /* transform: translateY(81px); */
    z-index: 99999999;
}

.max-z-index {
    z-index: 99999999;
}

.min-z-index {
    z-index: -1;
}

.top-50x {
    top: 50px;
}

.label-custom {
    white-space: nowrap;
}

/* side menu custom */
.aside-menu-custom {
    padding: 15px 18px !important;
    background:  #ffffff1f;
    margin: 15px;
    border-radius: 12px;
    border-bottom: none !important;
    box-shadow: rgb(50 50 93 / 0%) 0px 13px 27px -5px, rgb(0 0 0 / 7%) 0px 8px 16px -8px;
}

/* modal header styles */

.form-custom {
    background-color: #0b496e0f !important;
    border-color: transparent !important;
}

.border-custom {
    border: 1px solid #0000001a !important;
}

.modal-header-custom {
    padding-top: 12px;
    padding-bottom: 12px;
}

.form-custom::placeholder {
    color: #3f425459 !important;
    opacity: 1;
    font-weight: 400 !important;
}

.form-custom:-ms-input-placeholder {
    color: #3f425459 !important;
}

.form-custom::-ms-input-placeholder {
    color: #3f425459 !important;
}

.select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__placeholder {
    color: #3f425459 !important;
    opacity: 1;
    font-weight: 400 !important;
}

.modal-footer-custom {
    padding: 14px 16px;
}

.subcard-head {
    padding: 0rem 1.8rem !important;
}

.add-material,
.add-equipment {
    min-height: auto;
    padding: 0.5rem;
    text-align: center;
    cursor: pointer;
    border: 1px dashed #009ef7;
    background-color: #f1faff;
    border-radius: 0.475rem !important;
    transition: all 0.3s;
}

.add-material:hover,
.add-equipment:hover {
    background-color: #bee5fb;
}

.add-material-icon i {
    font-size: 23px !important;
    color: #009ef7;
}

.equipment-listing,
.material-listing {
    padding: 18px 18px 0px 18px;
    border: 1px solid #80808038;
    border-radius: 7px;
    position: relative;
}

.close-list-item {
    position: absolute;
    right: -9px;
    top: -9px;
    width: 24px;
    height: 24px;
    background: #d92e2e;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: rgb(217 46 46 / 25%) 0px 3px 6px, rgb(217 46 46 / 36%) 0px 3px 6px;
    transition: all 0.3s;
    opacity: 1;
}

.attachment:hover .close-list-item {
    opacity: 1;
}

.material-listing:hover .close-list-item {
    opacity: 1;
}

.equipment-listing:hover .close-list-item {
    opacity: 1;
}

.close-list-item i {
    color: white;
    font-size: 18px;
}

.sub-modal-body {
    padding: 1rem 1.5rem !important;
}

.attachment {
    padding: 10px;
    position: relative;
    border-radius: 10px;
}

.attachment-border {
    border: 1px solid #80808038;
}

.attach-detail {
    background: #f1faff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #009ef74f;
}

.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

.svg-bg {
    background: transparent !important;
}

.min-56px {
    min-height: 56px;
}

.modal-height-custom {
    max-height: 660px;
}

.res-technician {
    white-space: nowrap !important;
}

.attachment-roles {
    display: flex;
    justify-content: space-around;
    align-content: center;
    gap: 10px;
}

@media only screen and (max-width:490px) {
    .attachment-roles {
        flex-direction: column;
    }
}

.notification-custom {
    background: #f7f9fb;
    border-radius: 10px;
}


/* 22:05:2022 - SUN - new styles */


/* create card styles */

.create-card-btn {
    white-space: nowrap;
}

.header-primary-clr {
    background: #004887 !important;
}

.create-card-header {
    background: #004887 !important;
    min-height: 50px !important;
}

.btn-light-secondary-custom {
    background-color: #009ef71a !important;
}


/* aside menu active page */

.aside-menu .menu .menu-item .active .menu-bullet .bullet-dot {
    background: white !important;
}


/* filter section */

.w-sm-320px {
    width: 320px;
}

@media only screen and (max-width:500px) {
    .filter-menu-custom {
        transform: translate3d(-82px, 123px, 0px) !important;
    }
}

@media only screen and (max-width:450px) {
    .filter-menu-custom {
        transform: translate3d(-62px, 138px, 0px) !important;
    }
}

@media only screen and (max-width:425px) {
    .filter-menu-custom {
        transform: translate3d(-54px, 138px, 0px) !important;
    }
}

@media only screen and (max-width:390px) {
    .filter-menu-custom {
        transform: translate3d(-36px, 138px, 0px) !important;
    }
}

@media only screen and (max-width:370px) {
    .filter-menu-custom {
        transform: translate3d(-32px, 138px, 0px) !important;
    }
}

@media only screen and (max-width:364px) {
    .filter-menu-custom {
        transform: translate3d(-20px, 138px, 0px) !important;
    }
}

.filter-btn-custom {
    background-color: #009ef729 !important;
}


/* top header menu styles */


/* top header notification button */

.btn.notification-btn-custom:hover:not(.btn-active) {
    background: #009ef70f !important;
}


/*
.menu-state-bullet-primary .menu-item .menu-link.active {
    
}
*/

.menu-topheader-custom .menu-item .menu-link.active .menu-title {
    color: #048ddb !important;
}


/* side menu custom */

.side-menu-custom {
    background-color: #005299 !important;
}

.aside-menu-icon-left > i {
    color: #ffffff47 !important;
}


/* side menu custom */

.aside-menu-custom {
    padding: 15px 18px !important;
    background: #73cdff26;
    margin: 15px;
    border-radius: 8px;
    border-bottom: none !important;
    box-shadow: rgb(50 50 93 / 0%) 0px 13px 27px -5px, rgb(0 0 0 / 7%) 0px 8px 16px -8px;
}

.aside-menu .menu .menu-item .menu-link.active {
    background: #009ef7 !important;
}

.aside-menu .menu .menu-item .menu-link .menu-title {
    color: #ffffffa6;
}

color:#008fdf;

/* drawer style change */
.detail-box {
    background: #0052991a;
}


/*header logos*/

.l-h-50px {
    height: 50px !important;
}


/* calendar styles */

.fc th {
    /*    background: #009ef717;*/
    background: #dde4eb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.process-list {
    padding: 6px 0px;
    line-height: 2.2rem;
}


/* 23-05-2022 - MON */


/* table styles */

.table.dataTable th {
    border-bottom-color: transparent !important;
}

.table.gy-5 td,
.table.gy-5 th {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

body {
    background-color: #e6e9f2 !important;
}

.table.dataTable th {
    border-bottom-color: transparent !important;
}

.table.gy-5 td, .table.gy-5 th {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.nav-group-sm{
padding:3.8px!important
}
.task-button {
    padding: 0px;
    background: transparent !important;
}

.task-id {
    background: white;
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}

.task-title {
    margin-left: 8px;
    font-size: 12px;
    color: white;
}

.card-action {
    font-size: 12px;
    border: none;
    background: transparent !important;
    color: white !important;
    /*    border: 2px solid #ffffff57;*/
    /*    border-radius: 4px;*/
    border: none !important;
    padding: 2px 6px;
    transition: all 0.4s;
}

.fc th {
    background: #dde4eb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.fc-custom-calendar .fc-daygrid-event {
    background-color: transparent !important;
    border-color: transparent !important;
}
.menu-topheader-custom .menu-item .menu-link.active .menu-title {
    color: #087fc3 !important;
}

.fc-custom-calendar .fc-event.fc-event-end .task-title{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
      
  }
  
/*  .fc-event.fc-event-end .task-head{
    width: calc(100% - 30%) !important;
  }*/

/* 24-05-2022 - TUE */


/* event styles */

.fc-custom-calendar .fc-event.fc-event-start.fc-event-end .task-title,  .fc-event.fc-hvac-darg-event .task-item .task-title {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/*.fc-event.fc-event-start.fc-event-end .task-head{
    width: calc(100% - 30%) !important;
}*/

.task-item {
    border-radius: 4px !important;
}

.popover-item {
    padding: 10px;
    border: none;
    background: #e6e9f2c7;
    position: relative;
}

.popover-item::before {
    display: none !important;
}

.popover-item::after {
    display: none !important;
}

.popover-task-id {
    padding: 3px 6px;
    background: #ffffff;
    font-size: 14px;
}

.popover-task-title {
    border: none;
    color: black;
    font-size: 14px;
    /* overflow: hidden; */
    max-width: 245px;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
}

.popover {
    max-width: inherit !important;
    box-shadow: rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 48px;
}

.popover-body {
    padding: 0.8rem;
}

.popover-active-hours {
    background: white;
}

.popover-active-hours p {
    color: black;
}

.popover-equipment-detail p {
    color: black;
}

.popover-detail-view {
    min-width: 300px;
    max-width: 401px;
}

.popover-process-list {
    word-break: break-word;
}

.popover-process-list a {
    display: inline-block;
    line-height: 1rem;
    padding: 9px 8px !important;
    /* margin-bottom: 5px; */
}

.popover-process-list a:not(:last-child) {
    margin-right: 2px;
}

.popover-technician-group {
    width: 115px;
    flex-wrap: inherit !important;
}

.popover-sep {
    height: 25px;
}

.close-popover-item:hover {
    background: #e92d2d !important;
    box-shadow: rgb(233 45 45 / 57%) 0px 4px 12px;
}

.close-popover-item i {
    font-size: 20px;
    color: white;
}


/* mail template width */

.d-header {
    box-shadow: none !important;
}


/* 26-05-2022 - THus */


/* work order page style */

.card-new-style {
    border: 1px solid #a9b6c347;
    background: #00529914;
}

.card-title-custom {
    color: #3254768c !important;
    cursor: default;
}

.technician {
    display: inline-block;
    background: white;
    padding: 4px 8px;
    border-radius: 100px;
    font-size: 13px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px 0px;
    font-weight: 500;
    margin-top: 6px;
}

.technicians .symbol {
    background: white !important;
}
.technicians .count-symbol {
    background: #009ef7 !important;
}
.technician:not(:last-child) {
    margin-right: 3px;
}

.card-body-public {
    padding: 1.2rem !important;
}

.tech-progress,
.attachments {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.progress-card {
    background: white;
    border-radius: 6px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.tech-role {
    padding: 3px 6px;
    background: #687889b8;
    border-radius: 5px;
    display: inline-block;
    color: white;
    font-size: 10px;
}

.tech-val {
    display: flex;
    align-items: center;
    background: #009ef717;
    padding: 9px 13px;
    border-radius: 6px;
    color: #009ef7;
}

.tech-val p {
    font-size: 20px;
}

.file-icon {
    padding: 6px 8px;
    background: #b0b7bdb8;
    border-radius: 5px;
    color: white;
    font-size: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*    border: 1px solid #3c485473;*/
}

.file-icon img {
    width: 32px;
}

.download-option {
    width: 35px;
    height: 35px;
    background: #00800000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0080002b;
    transition: all 0.4s;
    cursor: pointer;
}

.download-option i {
    font-size: 26px;
    color: green;
}

.download-option:hover {
    background: #00800033;
}

.download-option:hover i {
    font-size: 26px;
    /*    color: white;*/
}

.tech-item {
    display: flex;
    padding: 6px 8px;
    background: white;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px 0px;
    justify-content: space-between;
}

.item-name {
    font-weight: 500;
}

.item-date {
    background: #929eaa;
    padding: 1px 5px;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    font-weight: 200;
}

.listing-item {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
}

.point-of-contact {
    border: 1px solid #a9b6c347;
    background: #00529914;
    border-radius: 0.475rem;
}

.poc-head {
    padding: 0.7rem 1.2rem !important;
    /*    background: #99a3af;*/
    border-radius: 0.475rem;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #004887 !important;
}

.poc-head p {
    font-size: 15px;
    color: white;
}

.poc-content {
    padding: 10px;
    /*    background: white;*/
    /*    margin: 10px;*/
    border-radius: 4px;
}

.card-white {
    background: white;
    border: transparent;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.wo-number {
    padding: 4px 9px;
    background: #009ef7;
    border-radius: 5px;
}

.pr-count {
    font-weight: 100;
    font-size: 14px;
    padding: 4px 8px;
    background: #009ef7;
    border-radius: 100px;
    color: white;
}

.accordian-padding-custom {
    padding: 1rem;
}

.accordion-item-custom {
    background: #ebf1f7 !important;
    border: 1px solid #a9b6c347;
}

.accordion-button-custom:not(.collapsed) {
    background-color: #ffffff;
}

.accordion-body-custom {
    padding: 10px;
}

.detail-box {
    background-color: #0052991a !important;
}


/* 30-05-2022 .. comment area */

.add-comment {
    background: white;
    border-radius: 6px;
}

.add-button {
    border: none;
    background: #009ef7;
    color: white;
    padding: 10px 12px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.comment {
    background: white;
    padding: 15px;
    border-radius: 6px;
    transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.comment:not(:last-child) {
    margin-bottom: 10px;
}

.msg-delete {
    border: none;
    background: none;
    color: #d91d1d;
    padding: 4px 7px;
    border-radius: 5px;
    transition: all 0.4s;
}

.msg-delete i {
    color: #d91d1d;
    font-size: 13px;
    transition: all 0.2s;
}

.msg-delete:hover {
    background: #d91d1d38 !important;
}

.comment:hover .msg-delete {
    background: #d91d1d14;
}

.comment:hover .msg-delete i {
    /*    color: white;*/
}

.comment-section {
    max-height: 260px;
    min-width: 160px;
    overflow-y: auto;
}

/* .select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    margin: 0.5rem 1.25rem;
    border: 1px solid #c3bfb878;
} */
/* width */
::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
}
body::-webkit-scrollbar {
  width: 15px !important;
  height: 6px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent !important; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #c7cbd6 !important; 
  border-radius:100px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a7b4c3 !important; 
}


/* 02-06-2022 -  Thursday */

/* dashboard event list styling */

.event-calendar {
    width: 100%;
}

.tcard-wrapper {
    padding-left: 0 !important;
}

.event-item {
    background: grey;
    border-radius: 5px;
    /* cursor: all-scroll; */
}

.event-id {
    background: white;
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}

.event-actions button {
    border: none !important;
    background: transparent;
    color: white;
    padding: 4px 8px;
    transition: all 0.4s;
}
.fc-event .event-sub-parent .event-actions.board-icon button:hover i{
    /* background: #00000029; */
    color: #009ef7 !important;
}

.event-actions button i {
    color: #ffffff61;
    transition: all 0.4s;
}

.event-actions button:hover i {
    color: white;
}

.event-name {
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 120px; */
    font-size: 12px;
}

.event-details {
    padding: 4px 0px;
}

.event-list-filter {
    padding: 10px !important;
}

.event-sub-parent {
    padding: 0px 10px;
    position: relative;
}

.event-sub-parent::before {
    content: '';
    position: absolute;
    left: 3px;
    width: 4px;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    background: #0000004a;
    border-radius: 100px;
}

.event-sub-parent::after {
    content: '';
    position: absolute;
    right: 3px;
    width: 4px;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    background: #0000004a;
    border-radius: 100px;
}
/* event colors */

/* white card colors */

.white-event {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.white-event .event-id {
    background: #0000001a;
}

.white-event .event-name {
    color: black !important;
}

.white-event .event-actions button i {
    color: #00000087;
}

.white-event .event-actions button:hover i {
    color: black;
}


/* green cad colors */

.green-event {
    background: #8fc153;
}

.green-event .event-actions button:hover {
    background: #6da42a;
}

/* blue card colors */

.blue-event {
    background: #6991f9;
}

.blue-event .event-actions button:hover {
    background: #4772e1;
}

/* orange card colors */

.orange-event {
    background: #e5aa3f;
}

.orange-event .event-actions button:hover {
    background: #d49524;
}

/* pink card colors */

.pink-event {
    background: #d07ec2;
}

.pink-event .event-actions button:hover {
    background: #bf5faf;
}

.event-scroll 
{
    height: calc(100vh - 294px) !important;
    overflow: scroll;
}
.event-container
{
    /*height: calc(100vh - 188px) !important;*/
}
.min-char-length {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebar-container {
    /*height: calc(100vh - 88px) !important;*/
}
/*.calender-container {
    width: 80%;
}*/



/* 08-06-2022 - Tuesday */

/* assign technician modal styles */

.modal-footer > * {
    margin: 0px !important;
}

.modal-footer > button {
    margin: 0.25rem !important;
}

.modal-footer > .footer-right button {
    margin: 0.25rem !important;
}

.basic-info {
    border-radius: 8px;
    background: #d9f1fe;
    padding: 16px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-evenly;
}

.basic-info p {
    color: black;
}

.basic-info p:first-child {
    font-size: 13px;
    color: rgba(31, 31, 31, 0.502);
    line-height: 1.6;
}

.basic-info p:last-child {
    font-size: 15px;
    color: rgb(31, 31, 31);
    line-height: 1.2;
    font-weight: 500;
}

.assign-tabs {
    border-radius: 6px;
    border: 1px solid rgb(227, 232, 237);

}

.assign-tab-head {
    background-color: #f2f6f9;
    padding: 10px;

}

.assign-tab-head .nav-link {
    background-color: #e4ecf2;
    border-radius: 4px;
    transition: all 0.4s;
    font-size: 14px;
    color: #849cba;
    line-height: 1.2;
    text-align: center;
    padding: 10px 16px;
}


.assign-tab-head .nav-link.active {
    background-color: rgb(0, 158, 247);
    box-shadow: 0px 3px 6px 0px rgba(0, 158, 247, 0.45);
}


.assign-tab-content {
    padding: 1.5rem;
    max-height: 414px;
    overflow-y: auto;
}

.accordion-button-custom {
    padding: 10px !important;
}

.history-icon {
    height: 40px;
    width: 40px;
    background: #e3f4fe;
    border-radius: 100px;
}

.history-icon i {
    font-size: 23px;
    color: #3fb6f9;
}


.accordion-custom:not(:last-child) {
    margin-bottom: 10px;
}

.history-time {
    font-size: 13px;
}

.assign-technicians {
    font-size: 14px;
    color: #0000007a;
    display: flex;
    align-items: center;
}

.history-detail {
    line-height: 1.2rem;
}

.assign-technicians div {
    font-size: 12px !important;
    padding: 4px 8px;
    background: #f7f7f7;
    border-radius: 100px;
    color: #000000a6 !important;
    border: 1px solid #80808021;
}

.assign-technicians p {
    font-weight: 400 !important;
}

.assign-technicians div:not(:last-child) {
    margin-right: 5px;
}

.tech-active .tech-check i {
    color: white !important;
}

.tech-active {
    padding: 4px 8px 4px 4px !important;
    display: flex;
}
.report_content
{
    display: flex;
    width: fit-content;
}
.sidebar_height
{
    max-width: calc(100% - 60px);
}
.tech-check {
    background: #39b54a;
    color: white !important;
    padding: 0px 2px;
    border-radius: 100px;
}

.accordion-body-custom {
    padding: 0;
}

.accordion-body-custom div {
    padding: 10px;
}

.technician-details {
    width: 100%;
    border-right: 1px solid #eff2f5;
}

.technician-notes {
    width: 30%;
    max-height: 180px;
    overflow-y: scroll;
}

.info-area {
    background: #f1f4f6;
    border-radius: 7px;
}

.info-area:not(:last-child) {
    margin-bottom: 6px;
}

.info-title {
    font-size: 12px;
    color: #00000085;
}

@media only screen and (max-width:1200px) {
    .assign-technicians {
        max-width: 100%;
    }

    .technician-details {
        width: 100%;
    }

    .technician-notes {
        width: 50%;
    }
}


.note-info {
    padding: 0;
    background: #f1f4f6;
    border-radius: 6px;
}

.note-info:not(:last-child) {
    margin-bottom: 10px;
}

.note-content p {
    font-size: 12px;
}

.note-info div {
    padding: 0;
}

.tech-time {
    opacity: 0.6;
}

.tech-time span i {
    color: black;
}

.tech-name {
    font-weight: 600;
}

@media only screen and (max-width:414px) {
    .history-icon {
        display: none !important;
    }

    .assign-technicians {
        display: block !important;
    }

    .assign-technicians p {
        margin-bottom: 5px !important;
        font-size: 13px;
    }

    .assign-technicians div {
        display: inline-block !important;
    }
}

@media only screen and (max-width:991px) {
    .assign-technicians {
        max-width: 270px;
        overflow: hidden;
    }

    .accordion-body-custom {
        flex-direction: column;
    }

    .technician-details {
        width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #eff2f5;
    }

    .technician-notes {
        width: 100%;
    }

    .assign-technicians {
        display: block !important;
    }

    .assign-technicians p {
        margin-bottom: 5px !important;
        font-size: 13px;
    }

    .assign-technicians div {
        display: inline-block !important;
    }
}

.sub-contractors {
    margin-top: 10px;
    padding: 0 !important;
}

.sub-contractor-tab {
    color: #004887;
    padding: 2px 10px;
    background: #f1f4f6;
    border-radius: 100px;
    border: 1px solid #0048874d;
    font-size: 12px;
    display: inline-block;
}

.sub-contractor-tab:not(:last-child) {
    margin-right: 6px;
}

/* 15-06-2022 - Wednesday */

/* popover new modifications */

.task-row-4:not(.collapsed) {
    border-top: 1px solid #0000001f !important;
}

.task-row-4 {
    padding: 3px 0px;
}


.popover-footer {
    display: flex;
    align-items: center;
    padding: 0.8rem;
    padding-top: 0px;
}

/*.popover-footer a {
    width: 100%;
}*/

.close-popover-item {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #f14545 !important;
    top: 8px;
    right: 8px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.4s;
}

/* 16-05-2022 - Thursday */


/* full modal styling */

.full-modal-body {
    background: #f5f8fa;
}

.modal-card-style {
    background-color: white;
    padding: 1.6rem;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 4%) 0px 3px 5px;
}

.full-project-status {
    padding: 4px 8px;
    background: #8080802e;
    border-radius: 5px;
    margin-left: 10px;
}

.fill-project-name p {
    font-size: 16px;
    font-weight: 600;
}

.full-sep {
    height: 30px !important;
    width: 1px;
    background: #0000001f;
}

.full-custom-fluid {
    width: 80%;
}

.full-work-order-number {
    background: #144064;
    color: white;
    padding: 2px 6px;
    border-radius: 5px;
}

.card-head-top {
    border-bottom: 1px solid #00000017;
}


/* status color */

.survey-needed {
    background: #f6e1bc;
    color: #c28414;
}

.basic-card {
    background-color: #fbfbfb;
    border: 1px dashed #0000003b;
}

.full-basic-label {
    color: #0000007d;
}

.full-basic-val {
    font-weight: 500;
}

.sub-card-style {
    padding: 0px;
}

.sub-card-heading {
    padding: 1.6rem;
    padding-bottom: 0;
}

.sub-card-body {
    padding: 1.6rem;
}

.sub-card-title {
    font-weight: 500;
}

.overall-progress {
    padding: 10px;
    background: #e7f9ff;
    border-radius: 7px;
    border: 1px dashed #009cd759;
}

.noUi-handle-lower {
    right: -8px !important;
}

.noUi-connects {
    background: #2a88a733;
}


.sub-progress {
    background: #f6f6f6;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #0000000f;
}

.sub-name {
    font-size: 13px;
    font-weight: 500;
}

.percentage {
    font-size: 20px;
}

.sub-percentage {}

.sub-department {
    font-size: 12px;
    color: #00000073;
}


.sub-bottom-progress .noUi-target {
    background: #8080802b !important;
}


/* chat design styles */

.publisher {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 20px 12px 20px;
    background-color: #f9fafb;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

}

.publisher > *:first-child {
    margin-left: 0;
}

.publisher > * {
    margin: 0 8px;
}

.publisher-input {
    -webkit-box-flex: 1;
    flex-grow: 1;
    border: none;
    outline: none !important;
    background-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

.publisher-btn {
    background-color: transparent;
    border: none;
    color: #8b95a5;
    font-size: 14px;
    cursor: pointer;
    overflow: -moz-hidden-unscrollable;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    margin: 0;
    background: #3fb7f9;
    color: white !important;
    /*    padding: 7px 12px;*/
    border-radius: 6px;
}

.publisher-btn i {
    color: white;
}

.file-group {
    position: relative;
    overflow: hidden;
}

.file-group input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 20px;
}

.text-info {
    color: #48b0f7 !important;
}

.sub-worklog {
    padding-bottom: 0px;
}



/* 20-06-2022 - Monday */

/* tabs styles */

.nav-line-tabs .nav-item .nav-tab-link.active,
.nav-line-tabs .nav-item .nav-tab-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-tab-link {
    border-bottom: 2px solid #009ef7;
    /*    transition: all 0.4s;*/
}

.nav-line-tabs .nav-item .nav-tab-link.active {
    color: black !important;
}


/* equipment tab */

.tab-list {
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); */
}

.tab-item {
    background: #ffffff7a;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #00000012;
}

.tab-symbol-label {
    background-color: #e7f9ff !important;
}

.tab-symbol-label i {
    color: #3fb7f9;
}


.btn-view-custom {
    background: white !important;
    border: 1px solid #3fb7f961 !important;
    color: #00aeef !important;
    min-width: 100px;
}

.btn-view-custom:hover {
    background: #3fb7f92b !important;
}

.scroll-h {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 4px;
}

.timeline-margin-bottom {
    margin-bottom: 80px;
}


.event-collapse {
    border: 1px solid #0000001f;
    padding: 10px;
    padding-left: 22px;
    margin-top: 10px !important;
    position: relative;
    border-radius: 6px;
}


.collapse-design-left {
    position: absolute;
    width: 4px;
    background: #009ef7;
    border-radius: 100px;
    left: 8px;
    top: 10px;
    height: calc(100% - (20px + 0px)) !important;
}

.sub-chat-footer {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.btn-viewall {
    color: #009ef7 !important;
}

.role-tag {
    background: #8080801f;
    border-radius: 4px;
}
.role-tag-report {
    background: #8080801f;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 4px;

}

.note-symbol {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.note-sep {
    border-top: 1px dashed #00000020;
}

.note-area p {
    font-size: 12px;
    color: #000000a6;
}


.note-symbol i {
    color: #00000036;
}

.tab-item-date {
    background: #edf0f3;
    padding: 2px 6px;
    border-radius: 100px;
    color: #abb4bf !important;
    width: fit-content;
}

.progress-percentage {
    font-size: 19px;
    font-weight: 500;
    color: #009ef7;
}


/* media query */

@media only screen and (max-width:1200px) {
    .full-custom-fluid {
        width: 100%;
    }
}
/* 21-06-2022 - Wednesday */

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected  {
    background-color: #d9f1fe !important;
    color: #066ce5 !important;
    transition: color .2s ease,background-color .2s ease;
    border: 1px solid #f1faff;
}
/* To override tinymce editor style*/

.tox.tox-tinymce {
    height: 150px!important;
}


/* 23-06-2022 - thursday */


/* subcontractors & technicians - modal modifications */

.info-list .info-item {
    background: #80808021;
    padding: 2px 10px 2px 2px;
    border-radius: 100px;
    color: #1c1c1c;
    font-size: 11px;
    display: inline-block;
    border: 1px solid #00000012;
    margin: 2px 0px;
}

.info-item span img {
    width: 20px;
    border-radius: 100px;
    margin-right: 5px;
    border: 2px solid white;
}

.txt-strip{
    overflow: hidden;
    white-space: break-spaces;
    text-overflow: ellipsis;
    width: 80px;
}
.sl_no_style
{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option
{
    font-size: 13px !important;
}
.wo_attachments
{

white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
    padding-top: 7px;
}
.calender_technician
{
top: 10px;left: 10px;top: 50%;
  left: 18px;
  transform: translate(-7px, -9px);
}
.table_header
{
    white-space: nowrap;
}
.assign_technician_style
{
display: flex !important;
flex-direction: column;
}
.calender-container .fc-highlight
{
  background:#c1ddf3!important;
}

/* 04-07-2022 - Monday */

.cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.d-card {
    padding: 20px;
    background: white;
    border-radius: 10px;
}

.tile-head {
    font-size: 30px;
}


/* common tile style */

.d-tile div {
    color: white !important;
}

.d-tile div:last-child {
    opacity: 0.6;
}


/*waiting service tile */

.waiting__tile {
    color: black!important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


/* survey needed tile */

.survey__tile {
    background: #E5AA3F;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}



/*engineering review tile */

.engineering__tile {
    background: #EB7388;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}



/* ready to schedule tile */

.schedule__tile {
    background: #5cbd5c;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


/* in progress tile */
.progress__tile {
    background: #cdcd40;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


/* punch list tile */
.punch__tile {
    background: #4caaff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


/* complete tile */

.complete__tile {
    background: #ef4b4b;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


/* date picker style */

.input-icon {
    border: none !important;
    padding: 10px;
}
.short-details{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* max-width: 150px;  */
}
.left-side-filter{
    max-height: 420px;
    overflow: auto;
}
.sl-style{
    width: 50px;
}
/*=================================================================================*
    shorten-detail
  =================================================================================*/
.shorten-detail,.shorten_expand .shorten-ellipses {
    display:none;
}
.shorten_expand .shorten-detail {
    display:inline;
}
/*=================================================================================*
    Activity log page
  =================================================================================*/
table.activity-list-sub-table tr td{
    padding: 2px!important;
}
table.activity-list-sub-table.show-first-row tr {
    display: none;
}
table.activity-list-sub-table.show-first-row tr:first-child,
table.activity-list-sub-table.show-first-row tr.show-hide-link-row{
    display: table-row;
}

table.activity-list-sub-table tr.show-hide-link-row .show-link{
    display: none;
}
table.activity-list-sub-table.show-first-row tr.show-hide-link-row .show-link.link-show-more {
    display: block;
}
table.activity-list-sub-table:not(.show-first-row) tr.show-hide-link-row .show-link.link-show-less {
    display: block;
}
table.activity-list-sub-table tr td .activity-content p{
   margin: inherit!important;
}

.break-text {
    word-break: break-all;
}
.strikethrough-text {
    text-decoration: line-through;
}
/*=================================================================================*
    Board style
  =================================================================================*/
.no-technician {
    background: repeating-linear-gradient(45deg, transparent, black, black, transparent 1px, transparent 7px);
    cursor: pointer;
    /*animation: linearGradientMove .3s infinite linear;*/
}
@keyframes linearGradientMove {
    100% {
        background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
    }
} 
/*=================================================================================*
    selected event animation
  =================================================================================*/
.hvac-event .box {
  /*position: relative;*/
  /*display: inline-block;*/
  /*width: 100px;*/
  /*height: 100px;*/
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hvac-event .zoom-z-index{
    z-index: 9999!important;
}
.hvac-event .box::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hvac-calendar.has-event-hover .hvac-event .fc-event-main:not(.box) {
    opacity: 0.6;
}
.hvac-event .box:hover, .hvac-event .box.hover {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
    outline: none;
    border-color: #4905d8;
    box-shadow: 0 0 10px #4905d8;
}
.hvac-event .box:hover::after {
    opacity: 1;
}
/*=================================================================================*
    selected event animation
  =================================================================================*/
/*=================================================================================*
    Dashboard style
  =================================================================================*/

.grey-box {
    background-color: #7f8c8d !important;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.f-size{
    font-size: 30px !important;
}
.box-shadow {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
/*=================================================================================*
    Dashboard style
  =================================================================================*/
.clockpicker-popover .clockpicker-button {
    width: 100%;
    color: #fff;
    border-color: #009ef7;
    background-color: #009ef7;
    font-size: 15px;
}
.clockpicker-popover .clockpicker-button:focus, .clockpicker-popover .clockpicker-button:hover {
    color: #fff;
    border-color: #0095e8;
    background-color: #0095e8!important; 
}  
/*.fc-custom-calendar .lc-parent {
    padding: 0!important;
    margin: 0!important;
}*/
.fc-custom-calendar .lc-parent {
    border: 1px solid #253b7c!important;
    border-radius: 5px;
    padding: 0!important;
    margin: 0!important;
}

.fc-day-sat, .fc-day-sun {
    background-color: var(--bs-light) !important;
}
.fc-day-sat, .fc-day-sun {
  border-radius: 0!important;
  border-color: var(--bs-secondary)!important;
}
.fc-list-table .fc-list-event-time,.fc-list-table  .fc-list-event-graphic {
  display:none;
}
.fc th {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.fc .fc-scrollgrid tbody>tr:last-child>td:last-child{
    border-bottom-right-radius: 0.475rem;
}
.fc-custom-calendar .event-w-7 {
    width: calc(100%/7);
}
.fc-custom-calendar .event-w-6 {
    width: calc(100%/6);
}
.fc-custom-calendar .event-w-5 {
    width: calc(100%/5);
}
.fc-custom-calendar .event-w-4 {
    width: calc(100%/4);
}
.fc-custom-calendar .event-w-3 {
    width: calc(100%/3);
}
.fc-custom-calendar .event-w-2 {
    width: calc(100%/2);
}
.fc-custom-calendar .event-w-1 {
    width: calc(100%);
}

.technician-notess {
    width: 100%;
    max-height: 414px;
    overflow-y: scroll;
}

.fc-list-table tr th{
    z-index: 1 !important;
}
.assigned_wo
{
    white-space: pre-line;
    text-align: left;
} 
.work_order_filter
{
    width: 200px; 
}
.user_activity_filter{
    width: 200px; 
}
.select2-selection__clear
{
    position: absolute !important;
    right: 33px !important;
}
.w-350px
{
    width:350px !important;
}
.work-order-name{
    word-break: break-all;
    white-space: break-spaces;
    text-align: left;
}
.work-order-eye-button{
    position: absolute;
    top: 37px;
    right: 22px;
}
.w180{
    width: 180px;
}
.align-items-self{
    align-items: self-start;
}
.margin-top3{
    margin-top: 3px;
}
.margin-left0{
    margin-left: 0px !important;
}

/* For hiding week,Biweek and month from board*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .fc-dayGridWeek-button , .fc-dayGridtwoWeek-button, .fc-dayGridMonth-button{
        display: none !important;
    }
}
.emailstyle p:first-child{
    margin-top: 0px !important;
}

.sub-contractor-tab{
    margin-bottom: 6px !important;
}
.workorder-dropdown{
    padding: 0.16rem 0.4rem 0.16rem !important;
    line-height: 20px !important;
}
.fc-custom-calendar .fc-event-today
{
    background: #fff8dd;
}

.point-of-contact-wrapper {
    background: #eaeff3;
    padding: 10px;
    border-radius: 10px;
}

.point-of-contacts-list .accordion .accordion-item {
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: rgb(9 30 66 / 11%) 0px 1px 1px, rgb(9 30 66 / 5%) 0px 0px 1px 1px;
}

.point-of-contacts-list .accordion .accordion-item:not(:last-child) {
    margin-bottom: 4px;
}

.point-of-contacts-list .accordion .accordion-item .accordion-header .accordion-button {
    padding: 0.4rem 1rem 0.4rem 0.4rem;
}

.point-of-contacts-list .accordion .accordion-item .accordion-header .accordion-button input {
    /* border: none !important; */
    margin-right: 10px;
    /* background-color: transparent; */
    font-size: 14px;
    /* font-weight: 600; */
    min-width: 230px;
    max-width: calc(100vw - 30px);
    width: fit-content !important;
    margin-left: 5px;
}

.add-customer-form-group {
    max-height: calc(100vh - 300px);
    overflow-y: scroll;
}
.form-action-btn:hover {
    transform: translateY(-2px);
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.form-accordion-collapse {
    /* border-top: 1px solid rgba(128, 128, 128, 0.116) !important; */
    background: #f7f8fa;
}

.accordion-header .invalid-feedback{
    padding: 0px 25px 0px !important;
}


.add-new-poc{
    margin-left: 2px;
    vertical-align: middle;
}
#pocModal .invalid-feedback{
    /* display: none !important; */
    font-size: 12px;
    padding-left: 0px !important;
}
.tool-history
{
    width: 144px !important;
}
.timeline-label:before
{
    left: 145px !important;
}
.timeline-model-height
{
    max-height: calc(100vh - 100px) !important;
}

.modal-filter {
    padding: 15px!important;
    background: #eaeff3!important;
    border-radius: 10px!important;
}

@media only screen and (max-width:768px) {
    .modal-filter {
        flex-direction: column !important;
    }
}
.poc-col-button{
    width: 45px !important;
    margin-left: 10px;
    height: 35px;
}
.poc-close{
    position: initial !important;
    width: 35px !important;
    height: 30px !important;
    margin-left: 10px !important;
    box-shadow: none !important;
    background-color: #ff8585 !important;
    opacity: 1 !important;
    transition: 0.3s;
    margin-top: 3px;
}
.poc-close:hover{
    background-color: #c24f4f !important;
}
.poc_subtable_tr{
    border-bottom-color: #f9f9f929 !important;
}
.poc_table.table-row-bordered tr{
    border-bottom-color: #dce4eb ;
}
.poc-th-sub-heading{
    padding-bottom: 0.4rem !important;
}
.poc_table.table-row-bordered .poc-th-sub-heading tr{
    border-bottom-color: transparent;
}

table.poc-list-sub-table.show-first-row tr {
    display: none;
}
table.poc-list-sub-table.show-first-row tr:first-child,
table.poc-list-sub-table.show-first-row tr.show-hide-link-row{
    display: table-row;
}

table.poc-list-sub-table tr.show-hide-link-row .show-link{
    display: none;
}
table.poc-list-sub-table.show-first-row tr.show-hide-link-row .show-link.link-show-more {
    display: block;
}
table.poc-list-sub-table:not(.show-first-row) tr.show-hide-link-row .show-link.link-show-less {
    display: block;
}
table.poc-list-sub-table tr td .activity-content p{
   margin: inherit!important;
}
.poc-list-sub-table{
    margin-bottom: 0;
}

.w-20{
    width:20%!important
}
.w-30{
    width:30%!important
}

.text-gray-dark {
    color: #666666!important;
}
.user_zoom
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000057;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:  all 0.3s;
    cursor: pointer;
}
.user_zoom_parent
{
    position: relative;
    overflow: hidden;
}

.user_zoom_parent:hover .user_zoom {
    display: flex !important;
}
.user_model_close
{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    border: none;
    padding: 6px 16px;
    font-size: 20px;
}
.user_model_body
{
    padding: 6px;
}
.user_model_content
{
    overflow: hidden;
/* Styles for error403 page */
}
.error-background{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    flex-direction: column;
}
.error-title{
    color: #125386;
    margin-top: 50px;
    font-size: 5.4em;
    font-weight: 700;
}
.error-background{
    background-color: #f7fcfe;
    padding: 10px;
}
.error-image{
    max-width: 600px;
}
.error-msg{
    font-size: 20px;
    color: #838383;
}
.btn-g-back{
    background: #1253861f;
    padding: 12px;
    min-width: 150px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #0c4f86;
    border: none !important;
    border-radius: 8px;
    font-size: 17px;
    transition: 0.3s;
}
.btn-g-back:hover{
    transform: translateY(-7px);
    box-shadow: 0px 9px 10px #0c4f863b !important;
}
.user_model_content{
    overflow: visible !important;
    background: none !important;
    box-shadow: none !important;
}

.user_model_content .user_model_body{
    padding: 8px !important;
    margin-top: 50px;
    background: white;
    border-radius: 10px;
}
.user_model_content button.close{
    margin-top: -15px !important;
    margin-right: -15px;
    width: 35px !important;
    height: 35px !important;
    padding: 0px !important;
    border-radius: 50px;
    background: #d92e2e;
    color: #ffffff;
    transition: 0.4s;
    font-size: 25px !important;
}
.user_model_content button.close:hover{
    background: #c92424;
    box-shadow: none !important;
}
@media only screen and (max-width:1024px) {
    /* .event-name {
        overflow: inherit !important;
       
    } */
    .select2-selection__choice__remove
    {
        left: 5px !important;
    }
}
#select2-select_tools-results .select2-tool-wo-list {
    display: none!important;
}
#select2-select_tools-results .select2-results__option.open .select2-tool-wo-list {
    display: flex!important;
}   

.view-tech-check 
{
   background: #39b54a;
    color: white !important;
    /* padding: 1px 4px; */
    width: 18px;
    border-radius: 100px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-tech-check i
{
    color: white !important;
}
.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #eff2f58c;
}
.loader .spinner-border{
    position: absolute;
    left: 50%;
    top: 40%;
}
.collapse-icon{
font-size:16px !important;
}


.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm .select2-selection__choice .select2-selection__choice__remove {
    height: 0.5rem !important;
    width: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    display: block !important;
    position: absolute !important;
    transform: translateY(-50%) !important;
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235E6278'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e); */
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
    opacity: .5 !important;
    border: 0 !important;
    transition: color .2s ease,background-color .2s ease !important;
    top: 50% !important;
}
/* =====================================================================
   Change Request on 04/10/2022 (After phase 2 release review call)
 =====================================================================*/
.lts-wrapper-bottom {
        margin-top: -1px;
}
.lts-wrapper-bottom .fc-hvac-darg-event{
    z-index: 99999;
}
.lts-wrapper-bottom .fc-hvac-no-event {
     border-top: 26px solid;
    border-color: transparent;
    margin-top: -26px;
    z-index: 999;
}
.lts-wrapper-bottom .fc-hvac-no-event:hover {
    border-color: transparent;
    background: #eaeff385;
    /*margin-top: -39px;*/
}
.lts-wrapper-bottom .fc-hvac-no-event:hover .fc-hvac-no-event-inner {
    margin-top: -24px!important;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 2px;
    margin-right: 2px;
}
.lts-wrapper-bottom .fc-hvac-no-event .fc-hvac-no-event-inner {
    margin-top: -8px;
    background: #eaeff3;
     border: 1px solid var(--bs-primary);
    border-radius: 4px!important;
}
.lts-wrapper-bottom .fc-hvac-darg-event {
    border-top: 26px solid;
    border-color: transparent;
    margin-top: -26px;
    cursor: pointer;
}
.lts-wrapper-bottom .fc-hvac-darg-event:hover {
    border-color: var(--bs-gray-200);
    opacity: 0.4;
}
.fc-custom-calendar .lc-parent {
    border-radius: 0;
}
.fc-custom-calendar .task-item {
    border-radius: 0!important;
}

.lts-wrapper .fc-hvac-darg-event:first-child .lt-single-event{
    border-bottom-left-radius: 4px!important;
}
.lts-wrapper .fc-hvac-darg-event:last-child .lt-single-event{
    border-bottom-right-radius: 4px!important;
}
.fc-hvac-darg-event .lt-wrapper-event{
    border-top-left-radius: 4px!important;
    border-top-right-radius: 4px!important;
}
.fc-custom-calendar .lc-parent.hvac-event {
    border-radius: 4px!important;
    margin-top: 5px!important;
    border: none!important;
    outline: 1px solid #00000036;
}
.fc-custom-calendar .fc .fc-col-header-cell {
    padding: 2px!important;
}
.fc-custom-calendar .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 8px!important;
}
.fc-custom-calendar .fc .fc-button-group .fc-button {
   padding: 6px 8px!important;
}
.fc-custom-calendar .lc-parent.hvac-event.hover {
    outline: #4905d8;
    box-shadow: 0 0 8px #4905d8;
}
.fc-event.hvac-event.fc-unselectable.fc-event-dragging{
    height: auto !important;
}
.fc-event.hvac-event.fc-unselectable.fc-event-dragging .lts-wrapper{
    display: block !important;
}
.fc-event.hvac-event.fc-unselectable.fc-event-dragging .lts-wrapper.lts-wrapper-bottom{
    display: none !important;
}
.fc-event.fc-event-resizing, .fc-event.lt-resizing {
    border: none!important;
    outline: 1px solid #00000036;
}
.fc-event.fc-event-resizing .lts-wrapper-bottom, .fc-event.lt-resizing .lts-wrapper-bottom {
    display: none !important;
    border-radius: 4px!important;
}
.fc-event.fc-event-resizing .fc-hvac-darg-event .lt-wrapper-event, .fc-event.lt-resizing .fc-hvac-darg-event .lt-wrapper-event {
    border-radius: 4px!important;
}

/* =====================================================================
   Change Request on 04/10/2022 (After phase 2 release review call)
 =====================================================================*/
.fc-hvac-customlist-event {
    border-radius: 4px!important;
    border: none!important;
    outline: 1px solid #00000036;
}
.fc-hvac-customlist-event .task-item{
    border-radius: 4px!important;
}
.wo-waiting_service .task-id {
    background: var(--bs-secondary)!important;
}
.wo-waiting_service .event-id {
    background: #0000001a!important;
}
.wo-waiting_service.popover-task-id {
   background: #0000001a!important; 
}
.fc-custom-calendar .header-button-area{
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.lt-side-menu.aside.side-menu {
    top: 65px;
}
.lt-content-wrapper .content {
    padding: 0;
}
.lt-content-wrapper.wrapper {
    padding-top: 65px;
}
#workorder_comments_form .fv-plugins-message-container {
    margin: 5px 0;
    padding-left: 5px; 
}
/* ============================================
 Image preview modal
 ============================================ */
.lt-image-input {
        background-size: cover; 
     background-position: center;
}
.img-preview {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.img-preview:hover {opacity: 0.7;}
.img-preview-popup.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (Image) */
.img-preview-popup.modal .modal-content {
  margin: auto;
  display: block;
  width: auto;
  max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
.img-preview-popup.modal .caption {
  margin: auto;
  display: block;
  width: auto;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation - Zoom in the Modal */
.img-preview-popup.modal .modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}
/* The Close Button */
.img-preview-popup.modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.img-preview-popup.modal .close:hover,
.img-preview-popup.modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .img-preview-popup.modal .modal-content {
    width: auto;
  }
}
/* ============================================
 Image preview modal
 ============================================ */
.tool_action_style{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
    min-width: 160px;
 }
 .assign_tech_table .dataTables_wrapper .table-responsive .dataTables_scroll .dataTables_scrollHead
 {
display:none !important;
 }
 .assign_tech_table .dataTables_wrapper .table-responsive .dataTables_scroll .dataTables_scrollBody
 {
     max-height: calc(100vh - 160px) !important;
     background: #f5f8fa;
    border-radius: 6px;
 }
 .nav-dashboard-daterange-filter .nav-item .nav-link.active{
     background-color: #009ef7 !important;
     color:white !important;
 }

 .nav-dashboard-daterange-filter .nav-item .nav-link:hover {
     color: #009ef7 !important;
 }

 .nav-dashboard-daterange-filter .nav-item .nav-link:hover.active {
     color: white !important;
 }
 .timeline_border
 {
    padding: 12px;
    border: 2px solid #00000014;
    border-radius: 8px;
    overflow: auto;
    max-height: 400px;
 }
 .share_wo_share_link
 {
    text-align: left;
 }
 .copy_link
 {
    font-size: 17px !important;
 }
 .icon_text
 {
    color: #3f4254 !important;
 }
 .delete_wo_color
 {
    color: #f75e5e !important; 
 }
 .monthly-graph{
    width: 34px;
    height: 34px;
    display: grid;
    place-content: center;
    right: 0;
    pointer-events: none;
 }
 .user_img_color
 {
    background: lightgray !important;
 }
/* ============================================
 Filter style
 ============================================ */
 .lt-badge-alert.show-alert {
    position: relative;
 }
 .lt-badge-alert .lt-badge-alert-icon {
    display: none !important;
 }
 .lt-badge-alert.show-alert .lt-badge-alert-icon {
    display: block !important;
 }
 /* ============================================
 Filter style
 ============================================ */

 .socketloader
 {
    text-align: center;/* font-size: 31px; */
 }
 .socketloader i{
    font-size: 40px;
    position: absolute;
 }


/* action buttons style */

i {
    color: inherit !important;
}

.lt-schedule-btn {
    padding: 3px 9px;
    border-radius: 100px;
    cursor: pointer;
    color: #a1a5b7;
}

.lt-schedule-btn i {
    color: #e78f0e !important;
}





/* job schedule style */

/* 15-11-2022 */

.lt-job-number {
    background-color: #009ef71a;
    padding: 3px 7px;
    border-radius: 6px;
}

.lt-product-name-label {
    padding: 4px 10px;
    border: 1px dashed #E4E6EF;
    border-radius: 6px;
}

.lt-product-name {}

.lt-technician {
    background: #ffffff36;
    padding: 2px 7px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 2px;
    border: 1px solid #0000001a;
    margin-bottom: 2px;
    cursor: default;
}

.lt-technician:hover {
    text-decoration: underline;
}


.lt-item {
    padding: 2px 7px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: 500;
}

.lt-equipment {
    background: #00a4b978;
    /* border: 1px solid #0000001a; */
}

.lt-tool {
    background: #ff980091;
    /* border: 1px solid #0000001a; */
}

.lt-material {
    background: #8bc34aa1;
    /* border: 1px solid #0000001a; */
}

.lt-calendar {
    color: #a1a5b7 !important;
}

.lt-nav-tabs {
    border: none !important;
}

.lt-nav-item:not(:last-child) {
    margin-right: 8px !important;
}

.lt-nav-link {
    margin: 0 !important;
    padding: 6px 16px !important;
    /* outline: 1px solid #0095e842 !important; */
    border-radius: 100px !important;
    background-color: #0095e812 !important;
    /* background-color: #4c728b1a !important; */
    border: none !important;
    color: #016eaba3 !important;
    /* color: #0095e8 !important; */
    transition: all 0.3s;
}

.lt-nav-link:hover {
    border: 1px solid transparent !important;
}

.lt-nav-link.active {
    background-color: white !important;
    /* outline: 1px solid #0095e842 !important; */
    /* color: black !important; */

    color: #0095e8 !important;
    box-shadow:
        rgb(0 158 247 / 21%) 0px 4px 6px -1px,
        rgb(0 158 247 / 11%) 0px 2px 4px -1px;
    /* border: 1px solid transparent !important; */
}

.lt-nav-tabs .lt-nav-item .nav-link:hover:not(.disabled) {
    border: none !important;
}

.lt-tab-pane {
    padding: 18px;
    background: white;
    border-radius: 10px;
}

.lt-assign-new-btn {
    border: none;
    background: #0095e8;
    color: white;
    padding: 7px;
    border-radius: 8px;
    opacity: 0.8;
    transition: all 0.3s;
}

.lt-assign-new-btn:hover {
    opacity: 1;
}

.lt-close-btn {
    opacity: 0.6;
}

.lt-close-btn:hover {
    opacity: 1;
}

.lt-modal-close {
    color: white !important;
}

.lt-assign-group {
    padding: 17px;
    margin-top: 10px;
    border-radius: 10px;
    /* border: 1px solid #0000001a; */
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.lt-assign-group-close {
    width: 23px;
    height: 23px;
    background-color: rgb(255 0 0 / 15%);
    color: #c71919;
    border-radius: 100px;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px;
    transition: all 0.4s;
    transform: scale(0) rotate(0deg);
}

.lt-assign-group-close i {
    font-size: 17px;
}

.lt-assign-group:hover>.lt-assign-group-close {
    transform: scale(1) rotate(360deg);
    background-color: red;
    color: white;
}

.lt-edit-profile {
    border: none;
    padding: 8px 16px;
    border-radius: 100px;
}

.lt-basic-details-body,
.lt-address-details-body {
    border-top: 1px solid rgb(217 226 233);
}


.lt-user-img {
    border-radius: 20px;
    outline: 4px solid white;
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}

.lt-edit-profile {
    transition: all 0.3s;
}

.lt-edit-profile:hover {
    padding-left: 35px;
    background-color: blue;
    color: white;
}

.lt-edit-profile:hover .lt-edit-profile-icon {
    opacity: 1;
    left: 0px;
    padding-left: 15px;
    top: 10px;
}

.lt-edit-profile-icon {
    position: absolute;
    left: 0px;
    transition: all 0.3s;
    opacity: 0;
    top: 10px;
    color: white !important;
}

.lt-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.lt-action-btn {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px !important;
}

.lt-schedule-btn {
    background-color: rgba(255, 166, 0, 0.25);
}

.lt-schedule-btn:hover {
    background-color: orange;
}

.lt-schedule-btn:hover i {
    color: white !important;
}

.lt-edit {
    cursor: pointer;
    background-color: #009cf730;
    color: #0d89cf !important;
}

.lt-edit:hover {
    background-color: #0d89cf;
}

.lt-edit:hover i {
    color: white !important;
}

.lt-assign {
    cursor: pointer;
    color: #2ab930 !important;
}

.lt-assign {
    background-color: rgba(0, 128, 0, 0.15);
}

.lt-assign:hover {
    background-color: #2ab930;
}

.lt-assign:hover i {
    color: white !important;
}


.lt-schedule-modal-body {
    background-color: white !important;
}

.lt-view {
    color: #3b65c1 !important;
    background-color: #3b65c130;
    cursor: pointer;
}

.lt-view:hover {
    background-color: #3b65c1 !important;
}

.lt-view:hover i {
    color: white !important;
}

.lt-repeater-list {
    list-style-type: none;
    margin-left: 0;
    padding-right: 0;
}

.lt-repeater-list li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    cursor: pointer;
    
}

.lt-repeater-list li.plus::before {
    content: "";
    position: absolute;
    background: #009ef7;
    left: -1px;
    top: 9px;
    height: 2px;
    width: 10px;
}
.lt-repeater-list li.plus::after {
    content: "";
    position: absolute;
    background: #009ef7;
    left: 3px;
    top: 5px;
    height: 10px;
    width: 2px;
}
/* profile page style */
.lt-profile-basic-body {
    border-radius: 10px;
    border: 2px solid #0000000f;
    background: white !important;
}
/* ================================================================
    Datatable style
   ================================================================ */
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before{
    background-color: #f15a75;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    background-color: #009ef7;
    box-shadow:none!important;
}
/* ================================================================
    Datatable style
   ================================================================ */
   .lt-carousel-container.carousel-container {
    overflow: hidden;
    max-width: calc(100vw- 50%);
    margin: auto;
    z-index: 0;
  }
  /* Hide the images by default */
  .lt-carousel-container .mySlides {
    display: none;
    height: 100vh;
  }
  .lt-carousel-container .mySlides img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }  
  /* Next & previous buttons */
  .lt-carousel-container .prev,
  .lt-carousel-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    border-radius: 0 8px 8px 0;
    background: rgba(173, 216, 230, 0.1);
    user-select: none;
  }
  .lt-carousel-container .next {
    right: 0;
    border-radius: 8px 0 0 8px;
  }
  .lt-carousel-container .prev:hover,
  .lt-carousel-container .next:hover {
    background-color: rgba(173, 216, 230, 0.3);
  }
  
  /* Caption text */
  .lt-carousel-container .text {
    color: #f2f2f2;
    background-color: rgba(10, 10, 20, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .lt-carousel-container .number {
    color: #f2f2f2;
    font-size: 16px;
    background-color: rgba(173, 216, 230, 0.15);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    padding: 8px 12px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .lt-carousel-container .dots-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
  }
  
  /* The dots/bullets/indicators */
  .lt-carousel-container .dots {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 4px;
    background-color: rgba(173, 216, 230, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
  .lt-carousel-container .active,
  .lt-carousel-container .dots:hover {
    background-color: rgba(173, 216, 230, 0.8);
  }
  
  /* transition animation */
  .lt-carousel-container .animate {
    -webkit-animation-name: animate;
    -webkit-animation-duration: 1s;
    animation-name: animate;
    animation-duration: 2s;
  }
  @keyframes animate {
    from {
      transform: scale(1.1) rotateY(10deg);
    }
    to {
      transform: scale(1) rotateY(0deg);
    }
  }
  .word-nowrap{
    white-space: nowrap;
  }
  .popover-holiday-table th,.popover-holiday-table td{
    border-bottom: 1px solid #74747421 !important;
    padding: 4px;
    font-size: 11px;
    color: #4c4c4c;
  }
  .popover-holiday-table th{
    font-weight: 500 !important;
    color: #05507c !important;
    background: #f3f3f3;
  }
  .popover-holiday-table{
    border-radius: 10px !important;
    overflow: hidden;
    outline: 1px solid #d1d1d1;
  }
  .popover-holiday-table th:first-child,.popover-holiday-table td:first-child{
    padding-left: 10px !important;
  }
  .event-actions.board-icon{
    display: flex; 
    gap: 5px;
  }
  .whitespace-normal{
    white-space: normal !important; 
  }

/* ----------- Add comment ~ starts ----------------- */
.comments-margin-bottom{
    margin-bottom: 100px !important;
}
.comment-assign-area{
    background: white;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    padding-top: 10px;
    border: 1px solid #e4e4e4;
    padding: 8px 10px 4px 7px;
}
.comment-assign-area .assign-user{
    width: 21px;
    height: 21px;
    border: 1px solid #cecbcb;
}
.tsk-icon{
    font-size: 9px !important;
}
/* ----------- Add comment ~ ends ----------------- */
/* --------- Side panel design ~ starts ----------- */
.custom-card-panel-display .card-header{
    min-height: auto !important;
    border: none !important;
    background-color: #f6f6f6;
}
.custom-card-panel-display .ribbon-label{
    box-shadow:  0px 4px 10px 0px #70707057 !important;
    box-shadow: 0px 3px 3px 0px #7070703b !important;
}
.ct-disply-card-body{
    background-color: #d9e2ea;
}
.custom-card-panel-display .ct-desc{
    color: #376b81 !important;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
}
.assign-user-ctsk{
    font-size: 12px;
    font-weight: 500;
    color: #2a2929;
}
.ct-icon-display svg{
    width: 35px !important;
    height: 35px !important;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 50px;
    padding: 4px;
    border: 2px solid #008bff24;
}
.ct-sidepanel-db{
    overflow: initial;
}
.btn-icon.custom-sidepanel-toggle{
    position: absolute;
    z-index: 1;
    background-color: #a5a8aa !important;
    top: 15px;
    transition: 0.3s;
    left: 0px;
    border-radius: 50px;
}
.custom-sidepanel-toggle:hover{
    background-color: #96989a !important;
}
.ct-sidebar-filter{
    padding: 12px;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #fff;
    z-index: 4;
    width: 100%;
    box-shadow: 4px 8px 14px 0px #48484833 !important;
}
.ct-sidepanel-db.drawer-on .custom-sidepanel-toggle{
    left: -17px !important;
}
.custom-sidepanel-toggle i{
    font-size: 22px;
    color: #ffffff !important;
}
/* --------- Side panel design ~ ends ------------- */

.progress {
    background-color: #d2dde5 !important;
}
.pass-eye-style
{
    position: absolute !important;
    top: 44px !important;
}

.schedule-input-div .flatpickr-wrapper{
    width: 100% !important;
}
.lght-border-bottom{
    border-bottom: 1px solid #e7e7e7;
}
.modal-card-style .timeline-item:last-child .timeline-content{
    border: none !important;
}

.open .flatpickr-calendar {
  z-index: 100;
}

.badge-comment-status-pending{
    background-color: #ffc700 !important;
}
.badge-comment-status-approved{
    background-color: #50cd89 !important;
}
.badge-comment-status-declined{
    background-color: #f1416c !important;
}
.table-log-detail-display{
    border: 1px solid #dbdbdb !important;
    font-weight: 500;
    border-radius: 8px !important;
}
.table-log-detail-display th{
    color: #005487 !important;
    background-color: #ededed;
    padding:10px !important;
}
.table-log-detail-display td{
    padding: 7px 10px !important;
    border-bottom: 1px solid #e1e1e1 !important;
}
/* colgroup */

/* vis-timeline */
.vis-timeline {
    border: 1px solid var(--bs-border-color) !important;
    border-radius: 0.475rem !important;
  }
  .vis-timeline .vis-labelset .vis-label {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: none;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--bs-gray-900);
  }
  .vis-timeline .vis-foreground .vis-group {
    border-bottom: none;
  }
  .vis-timeline .vis-item {
    position: absolute;
    color: var(--bs-gray-700);
    border-color: var(--bs-primary);
    border-width: 1px;
    background-color: var(--bs-gray-100);
    border-radius: 0.475rem !important;
  }
  .vis-timeline .vis-item.vis-selected {
    background-color: var(--bs-warning-light);
    color: var(--bs-gray-700);
    border-color: var(--bs-warning);
  }
  .vis-timeline .vis-item .vis-item-content {
    padding: 0.75rem 1rem;
    width: 100%;
    transform: none !important;
  }
  .vis-timeline .vis-time-axis {
    font-size: 0.95rem;
    text-transform: uppercase;
    font-weight: 500;
  }
  .vis-timeline .vis-time-axis .vis-text {
    color: var(--bs-gray-400);
  }
  .vis-timeline .vis-time-axis .vis-grid.vis-minor {
    border-left-color: var(--bs-border-dashed-color) !important;
  }
  .vis-timeline .vis-time-axis .vis-grid.vis-vertical {
    border-left-style: dashed !important;
    opacity:0.2;
  }
  .vis-timeline .vis-panel .vis-shadow {
    box-shadow: none !important;
  }
  .vis-timeline .vis-panel.vis-bottom, .vis-timeline .vis-panel.vis-center, .vis-timeline .vis-panel.vis-left, .vis-timeline .vis-panel.vis-right, .vis-timeline .vis-panel.vis-top {
    border-color: var(--bs-border-color) !important;
  }
  .vis-timeline .vis-current-time {
    background-color: var(--bs-success);
  }
  
  .vis-timeline-custom .vis-timeline {
    border: 0 !important;
  }
  .vis-timeline-custom .vis-timeline .vis-label {
    padding-left: 0 !important;
  }
  .vis-timeline-custom .vis-panel.vis-bottom, .vis-timeline-custom .vis-panel.vis-center, .vis-timeline-custom .vis-panel.vis-left, .vis-timeline-custom .vis-panel.vis-right, .vis-timeline-custom .vis-panel.vis-top {
    border: 0 !important;
  }
  .vis-timeline-custom .vis-item {
    background-color: transparent;
    border: 0 !important;
    border-radius: 0 !important;
  }
  .vis-timeline-custom .vis-item .vis-item-content {
    padding: 0 !important;
  }
  .timeline-report-indicator{
    border: 1px solid #cbcbcb !important;
}
/* .vis-timeline-custom .vis-time-axis.vis-background{
    background-color: #f1f1f1 !important;
} */
.vis-timeline-custom .bg-light-primary {
    background-color: #e1f4ff!important;
}
.vis-timeline-custom .vis-left.vis-panel.vis-vertical-scroll {
    direction: ltr !important;
}
/* vis-timeline */

.job-comment-calendar{
    padding: 0px;
    margin-right: 3px;
    color: #009ef7;
}

.inline-shedule-hour{
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #545454 !important;
}
.form-inline.editableform input.form-control{
    background-color: white !important;
    border: none !important;
    padding: 3px 10px;
    min-height: 20px !important;
    width: 60px;
    font-size: 15px;
}
.form-inline.editableform{
    background-color: #f1f1f1;
    border-radius: 6px;
    padding: 7px;
}
.form-inline.editableform .editable-submit{
    color: #ffffff !important;
    background-color: #009EF7 !important;
}
.form-inline.editableform .editable-cancel{
    color:#d50707 !important;
    background-color: #ffd4d4 !important;
}
.editable-buttons .btn{
    width: 28px;
    height: 28px;
    padding: 5px 9px !important;
    text-align: center;
}
/* .job-comment-calendar i{
    font-size: 10px !important;
} */

.fc tbody td {
    height: 80px !important;
}

.fc-datagrid-cell-main tbody td {
    font-size: larger;
    font-weight: 600;
    background-color: #fff;
    color: #009ef7;
}
tbody .fc-scroller-harness .fc-scrollgrid-sync-table .fc-datagrid-cell{
    color:#292c2e !important;
    font-weight: 600;
    background-color: #fff !important;
}
.dtr-details{
    width: 100% !important;
}
.draggable-card .fc-event.event-item{
    cursor: grab !important;
}

#kt_tab_pane_2 .flatpickr-calendar,#kt_tab_pane_3 .flatpickr-calendar {
    width: 135px!important;
}
.fc-resource-timeline .fc-event{
    opacity: 1 !important;
}
.sidebar-container .event-box .wo-pending,.event-item.wo-pending {
    border: 1px solid #e5e5e5 !important;
    box-shadow: none !important;
}
/* 09-03-23 * Mittu Mathew */
/*assign technician report default style*/
/* .nav.nav-pills.nav-pills-custom .show > .nav-link, .nav.nav-pills.nav-pills-custom .nav-link {
    position: relative !important;
    background-color: transparent !important;
}
.ls-right-tab-header.nav-item .nav-link {
    position: relative !important;
    background-color: transparent !important;
} */

.lt-right-tab-nav-link {
    position: relative !important;
    background-color: transparent !important;
}

.lt-right-tab-nav-link .bullet-custom {
    display: none !important;
}
.lt-right-tab-nav-link.active .bullet-custom {
    display: block !important;
}
.lt-right-tab-nav-link.active .lt-nav-txt {
    color: var(--bs-gray-800) !important;
    transition: color 0.2s ease;
}
.popover-card-dt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 37px;
}

.fc-resource-timeline .fc-timeline-lane-frame {
    height: 100%!important;
}
.wo-in_progress {
    background-color: grey !important;
}
.wo-light-pending{
    background-color: lightgray;
}
.wo-light-progress{
    background-color: lightcoral;
}
.wo-light-complete{
    background-color: lightgreen;
}
.wo-job {
    border: 2px solid #8080801a;
}

.vis-label{
    background: #006bab !important;
    border-radius: 6px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    outline: 2px solid white !important;
    color: white !important;
}

.vis-label .vis-inner {
    margin-left: 8px;
    padding: 5px;
    font-weight: 400;
    font-size: 14px;
}

.wo-pending.event-item .event-name {
    color: #7d7c7c !important;
}

.fc-card-event-hidden{
    opacity: 0 !important;
}
.custom-collapse-icon::after{
    content: "-";
    width: 18px;
    height: 18px;
    border-radius: 10px;
    color: white;
    background-color: #f15a75;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.custom-button-collpse.collapsed .custom-collapse-icon::after{
    content: "+";
    background-color: #009ef7;
}
#kt_table_users ul.dtr-details li{
    text-align: left !important;
    padding-left: 10px !important;
}
.fc-button-primary.fc-button-active{
    font-weight: 600 !important;
    color: #4e4e4e!important;
}
.editable-buttons .editable-submit{
    padding: 5px 8px !important;
}
.fc-resizer.fc-end-resizer {
    display: none;
}
.journeyman-class{
    color: #4e4e4e!important;
    background-color: #000000 !important;
    width: max-content;
}
.resource-technician-display span{
    display: block;
}
.resource-technician-job-title{
    display: inline-block !important;
    position: relative;
    height: 21px;
    line-height: 21px;
    text-align: center;
    padding: 0px 12px;
    font-size: 11px;
    margin-top: 4px;
}
.other-technician{
    background: #a3a3a326;
    color: #646464;
}
.helper-technician{
    background-color: #a020f026;
    color: #5f0a95;
}
.journeyman-technician{
    background: #ffa50026;
    color: #ef9b00;
}
.apprentice-technician{
    background: #009eff26;
    color: #0087c9;
}
.resource-technician-job-title::before{
    top: 0;
    left: 0;
    border-width: 10px 0px 10px 5px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}
.resource-technician-job-title::after{
    top: 0;
    right: 0;
    border-width: 10px 5px 10px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    
}
.resource-technician-job-title::after,.resource-technician-job-title::before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
}
.outline-0{
    outline: none !important;
}
/* --------- tagify style  ~ starts ------------- */
.tagify__tag>div::before{
    position: inherit!important;
}
.tagify__tag{
    background-color: #fff !important;
    padding: 5px 7px 5px 7px !important;
    border: 1px solid #009ef72e;
    border-radius: 9px !important;
}
.tagify__tag-text{
    /* color: #009ef7; */
    color: #3a3a3a;
    font-weight: 500 !important;
    font-size: 13px;
    margin-right: 5px;
}
/* --------- tagify style  ~ ends ------------- */
.oj-search-text
{
    padding: 1px 7px !important;
    height: 29px !important;
    min-height: 29px !important;
    margin-right: 3px !important;
    max-width: calc(100% - 20px) !important;
    width: 100%;
}
.fc-toolbar-title
{
    white-space: nowrap !important;
}
.content-height-auto
{
    min-height: calc(100vh - 200px);
}
.white-space-nowrap
{
    white-space: nowrap !important;
}
.activity_tr td{
    max-width: 200px;
    white-space: normal !important;
    word-break: break-all !important;
    padding-right:4px !important;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm .select2-selection__choice .select2-selection__choice__display {
    margin-left: 20px;
    padding-right: 10px!important;
}

.attachment-filename{
    white-space: normal;
    word-break: break-all;
}

.fc-resource-timeline .lts-wrapper-bottom .fc-hvac-darg-event:hover {
    border-color: #eff2f545 !important;
}
/* --------- Date range in activity ------------- */
.date-range-filter{
    min-width: 184px !important;
}

/* --------- Buttons in board ~ Start------------- */
.header-button-area {
	display: flex;
    flex-flow: row wrap;
    justify-content: end;
    gap: 8px !important;
}

.show-hide-board-switch {
	flex:0 1 0%;
}

.board-filter {
	flex: 0 1 0%;
}

.btn-success {
	flex:1 1 50%;
}

.board-heading {
    flex-grow: 1;
}
.board-fetch-comment-buttons {
    flex: 0 1 34%;
}
.header-buttons-filter{
    flex-basis: 50%;
}

.board-header-wrapper {
    align-items: end;
}

/* changes under 1343px */
@media only screen and (max-width: 1343px) {
    .header-buttons-filter{
        flex-basis: 70%;
    }
}
/* under 1000px */
@media only screen and (max-width: 1000px) {
    .header-buttons-filter{
        flex-basis: 80%;
    }
}


@media only screen and (max-width:850px) {
    .board-header-wrapper{
        flex-direction: column;
        align-items: inherit;
    }

    .board-fetch-comment-buttons {
        flex: 1 1 30%;
    }
}

@media only screen and (max-width:625px) {
    .board-fetch-comment-buttons {
        flex: 1 1 50%;
    }
}
/* --------- Buttons in board ~ End------------- */

/* --------- Mail log notification ~ Start------------- */

.mail-log-emails {
    background: #9eccf7;
    padding: 0px 9px;
    border-radius: 100px;
    margin-right: 5px;
    color: #262626;
}
.mail-log-username{
    background: #80808021;
    padding: 5px 1px 5px 5px;
    display: block;
    margin: 2px;
    border-radius: 100px;
    display: inline-block;
}
.mail-log-to{
    margin-left: 6px; 
    display: block;
}
.mail-log-username-span{
    margin: 0 5px;
}

