.card-box-head {
    color: #808080;
    background-color: #f8fafb;
    border-radius: 3px 3px 0 0;
    padding: 7px 7px;
    border-bottom: 1px solid #ececec;
}

.text-uppercase fw-semibold + h5 {
    margin-bottom: 12px;
}

.gridjs-td {
    padding: .6rem .5rem !important;
}


.listviewul {
    list-style-type: none;
    padding: 0;
    padding: 0;
    margin: 0;
}

    .listviewul li {
        display: inline-block;
    }

.wizard .nav-pills {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.listviewul-extra li {
    margin-right: 4px;
}



.btn-withback {
    font-size: 15px !important;
    vertical-align: inherit;
    display: inline-block;
    color: #654cff;
}

.wizard > div.wizard-inner {
    position: relative;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 74%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-pills > li.active > a, .wizard .nav-pills > li.active > a:hover, .wizard .nav-pills > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard .nav-pills > li.active > a i {
    color: #0db02b;
}

.wizard .nav-pills > li {
    width: 23.5%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-pills > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

    .wizard .nav-pills > li a i {
        position: absolute;
        top: -15px;
        font-style: normal;
        font-weight: 400;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }

    .wizard .nav-pills > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step {
    background-color: #0db02b;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}


.footer-link {
    margin-top: 30px;
}

.all-info-container {
}

.list-content {
    margin-bottom: 10px;
}

    .list-content a {
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
        background-color: #f5f5f5;
        position: relative;
        color: #565656;
        font-weight: 400;
        border-radius: 4px;
    }

        .list-content a[aria-expanded="true"] i {
            transform: rotate(180deg);
        }

        .list-content a i {
            text-align: right;
            position: absolute;
            top: 15px;
            right: 10px;
            transition: 0.5s;
        }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav > li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.text-right {
    text-align: right;
}
.navbar-menu .navbar-nav .nav-link {
    padding: .625rem 1.0rem;
    font-size: 14px;
    font-family: var(--vz-body-font-family);
}

.simplebar-content .nav-link {
    transition: transform 0.4s ease;
    transform: translateX(0px);
}
.simplebar-content .nav-link:hover {
    transition: transform 0.4s ease;
    transform: translateX(5px);
}

.navbar-menu .navbar-nav .nav-link.active {
    padding: 3px 0px 3px 7px !important;
    margin: 1px 8px;
    border-radius: 6px;
    background: #f2f0ff;
}
[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    color: #fff;
}
:is([data-layout=vertical],[data-layout=semibox])[data-sidebar-size=sm] .hide-fixed-leftbar {
    display: none !important;
}

.topbar-user {
    background-color: #fff;
}

.header-item {
    height: 100%;
}


.card-title {
    font-size: 17px;
    line-height: 27px;
}

.gridjs-th > label {
    margin-bottom: 0 !important;
}

.gridjs-td {
    vertical-align: middle;
}

.timesheet-title {
    font-size: 14px;
}

.timesheet-time {
    font-size: 14px;
}

.timesheet-status {
    font-size: 14px;
}

.noapproved {
    color: gray;
}

.tablecell-border th, .tablecell-border td {
    border-right: 0.5px solid #ededed;
    border-left: 0.5px solid #ededed;
}

.totlal-time {
    font-weight: 600;
    font-size: 14px
}
.totlal-time-Header {
    font-weight: 600;
    font-size: 14px
}

.timedropdown {
    padding: 3px 1px;
    width: 26px;
    text-align: center;
    border-color: transparent;
    border-right: 0 solid transparent;
    box-shadow: none;
}

    .timedropdown:focus {
        border-color: #ffffff
    }


.taskhead {
    font-size: 15px;
    font-weight: 600;
}

.noborder-table th, .noborder-table td {
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    padding: 0 !important;
}

.vr-middle {
    vertical-align: middle;
}

.no-br-btm {
    border-bottom: 1px solid transparent;
}

.wt-100 {
    width: 100%;
}

.wd-43 {
    width: 48%;
}

.wd-6 {
    width: 4%;
}

.status-light {
    width: 5px;
    height: 5px;
    background-color: green;
    border-radius: 50%;
    display: block;
    position: relative;
    top: -23px;
    margin-right: 3px;
}

.status-gray {
    background-color: gray;
}

.daterep {
    font-size: 10px;
    font-weight: 500;
}

.step-arrow-nav .nav .nav-link.done {
    background-color: rgb(64 81 137);
    border-right: 1px solid #fff;
    color: #ffffff;
}

.step-arrow-nav .nav .nav-link.active {
    background-color: rgb(64 81 137);
    color: #fff;
}

    .step-arrow-nav .nav .nav-link.active::before {
        border-left-color: rgb(64 81 137);
    }

.table-input {
    padding: 5px 5px;
    text-align: center;
}
.table-input_adj {
    text-align: left;
}
.modal-header {
    padding: 13px 13px 13px !important;
    border-bottom: 1px solid #80808033;
}

    .modal-header > h4 {
        font-size: 14px !important;
    }

.empnamewrapper {
    display: block;
    font-size: 27px;
    line-height: 59px;
}

.empnamewrapper-xs {
    display: block;
    line-height: 26px;
}

.add-btn {
    font-size: 12px !important;
    padding: 6px 9px !important;
}

.text-decoration-underline:hover {
    cursor: pointer;
}


.container-div {
    /*background-color: #c6d8da;*/
    display: flex;
    border-radius: 0 0 4px 4px;
    /* padding: 3px 5px;
    border-bottom: 1px solid #cbcbcb;*/
}

    .fixed {
        line-height: 27px;
        width: 47%;
    }

    .flex-item {
        flex-grow: 1;
    }

.frmn-styles {
    padding: 4px 15px;
    /*width: 69%;*/
    margin: 0;
    float: right;
    border: none;
    background-color: #f1fbff;
}
.holidaybg {
    background: #ff955e2e !important;
    color: #000;
}

.crdmin-padd {
    padding: 6px 0px 8px 0px;
}
    .LeaveScroll {
        max-height: 350px;
        overflow-y: auto;
    }
      
    .LeaveScroll::-webkit-scrollbar-track {
        background: transparent;
        border: solid 1px transparent;
        border-radius: 15px;
        opacity: 0.1;
    }

    .LeaveScroll::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background: transparent;
    }

    .LeaveScroll::-webkit-scrollbar-thumb {
        border-radius: 15px;
        background: transparent;
    }

    .LeaveScroll:hover::-webkit-scrollbar-track {
        background: #fff;
        border: solid 1px transparent;
        border-radius: 15px;
    }

    .LeaveScroll:hover::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background: #b3b3b3;
    }

    .LeaveScroll:hover::-webkit-scrollbar-thumb {
        border-radius: 15px;
        background: #b3b3b3;
    }



.frm-section-h6 {
    font-size: 15px;
    margin-top: 8px;
    padding: 3px 5px;
    margin-bottom: 0;
    color: #654cff;
    border-radius: 3px;
    color: #654cff;
    background-color: rgba(101, 76, 255,.1);
}

.frm-section-modal-h6 {
    font-size: 15px;
    display: inline-block;
    margin-top: 0;
    padding: 4px 5px;
    margin-bottom: 6px;
    color: #654cff;
    border-radius: 3px 3px 0 0;
    background-color: #654cff12;
}

.form-control {
    border-radius: 0 4px 4px 0 !important;
    border-left: 2px solid #654cff;
}

.textareline-hgh {
    height: 25px;
}

.detaildprofileimg {
    max-width: 300px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #e7e7e7;
    padding: 4px;
}

.user-img {
    width: 70px;
    height: 70px;
}

.tableinputidth {
    width: 80% !important;
}

.accordian-ft {
    padding: 13px 7px;
    background-color: #f3f3f9;
}

.bio-info {
}

    .bio-info > label {
        margin-top: 8px;
        margin-bottom: 0;
    }

    .bio-info > span {
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #654cff;
        padding: 3px 0 0 0;
    }

.br-tp {
    border-top: 1px solid #dbdbdb;
}






.ul-icon {
    font-size: 16px !important;
}

.avatar-lg > img.img-thumbnail {
    height: 6rem;
    width: 6rem;
}



table.nopaddtd tbody tr td {
    text-align: center;
    padding: 8px 0;
}

table.nopaddtd tbody tr th {
    padding: 0;
    text-align: center;
}

table.nopaddtd tbody tr td:first-child {
    text-align: left !important;
}

table.nopaddtd tbody tr th:first-child {
    text-align: left !important;
}



table.nopaddtd tbody tr td > span {
    display: block;
    border-radius: 2px;
    font-size: 11px;
    padding: 6px 8px;
    text-align: center;
}

table.nopaddtd tbody tr th > h6 {
    display: block;
    width: 35px;
    margin: 0 auto;
    text-align: center !important;
}

table.nopaddtd tbody tr td:hover {
    cursor: pointer;
}

    table.nopaddtd tbody tr td:hover span.text-muted {
        color: #654cff !important;
        background-color: #f3f3f9;
        border: 1px solid #80808070;
        cursor: pointer;
    }

.leavecount {
    background-color: black;
    padding: 0;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    text-align: center;
    width: 22px;
    color: white;
}

.posrel {
    position: relative;
}

tr.headingrow th {
    height: 35px
}

th.text-lefth4 > h4 {
    text-align: left;
    font-weight: bold;
    font-size: 13px;
}

.nameelips > a {
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.shwdetail {
    position: relative
}

    .shwdetail > h5 {
        margin: 10px 0 8px 0 !important;
        line-height: 0;
        font-size: 15px !important;
    }

    .shwdetail > span {
        font-size: 12px;
        line-height: 0 !important;
        opacity: 0.6;
    }

.btnshow {
    position: absolute;
    top: 44%;
    display: none;
    right: -26px;
    background-color: #654cff;
    font-size: 10px;
    color: white;
    padding: 3px 6px;
    border-radius: 4px;
}

    .btnshow:hover {
        color: white;
    }

.shwdetail:hover .btnshow {
    display: block;
}



.date-active {
    color: white !important;
    background-color: gray;
    cursor: pointer;
}



.card__header, .card__footer {
    padding: 6px 1.25rem;
    color: #7D8994;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card__body {
    padding: 14px 14px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.card__body--days {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
}

    .card__body--days li {
        flex: 1;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        color: #7D8994;
        margin: 0 1px;
    }

.card__body--dates {
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(7, 1fr);
    justify-items: center;
    text-align: center;
    margin-bottom: 0;
}

    .card__body--dates li {
        width: 1.5rem;
        height: 1.5rem;
        display: grid;
        place-items: center;
        font-weight: bold;
        position: relative;
    }

        .card__body--dates li.prev,
        .card__body--dates li.next {
            color: #ccc;
        }

        .card__body--dates li.active {
            background: #DE6E46;
            color: #ffffff;
            border-radius: 50%;
        }

        .card__body--dates li.circle {
            border: 2px solid;
            border-radius: 50%;
        }

            .card__body--dates li.circle span {
                position: absolute;
                top: -0.75rem;
                right: -0.5rem;
                width: 1.75rem;
                height: 1.75rem;
                font-size: 1.2rem;
                color: #ffffff;
                border-radius: 50%;
            }

    .card__body--dates .circle.orange {
        border-color: #DE6E46;
    }

        .card__body--dates .circle.orange span {
            background: #DE6E46;
        }

    .card__body--dates .circle.purple {
        border-color: #AE5989;
    }

        .card__body--dates .circle.purple span {
            background: #AE5989;
        }

.card__footer {
    color: #333333;
    font-weight: bold;
}

    .card__footer .add {
        text-decoration: none;
        color: inherit;
        border: 2px solid #DE6E46;
        border-radius: 50%;
        width: 3.5rem;
        height: 3.5rem;
        padding-top: 0.25rem;
        display: grid;
        place-items: center;
    }

ul.card__body--days {
    padding: 0;
    list-style-type: none
}

ul.card__body--dates {
    padding: 0;
    list-style-type: none
}


.username-len{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    min-width: 100%;
    max-width: 110px;
    margin-top:5px;
}

.nameeclips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 130px;
    display: block;
}

.card__header > h6 {
    margin: 0
}


.nameeclips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 130px;
}

.newplace {
    right: -36px !important;
}

.frmpaddingadd {
    padding: .5rem 1.8rem !important
}

.pr-img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
}

.nostyleulli {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.calender-minhgth {
    min-height: 242px;
}

.table.table-hover tbody tr.Bg-red:hover {
    background-color: #ff00001a;
}

.doc {
    font-size: 11px !important;
    color: #122051;
    font-weight: bold;
    text-decoration: underline;
}

a:hover .doc {
    color: #122051 !important
}

.lefticon-accordion .accordion-button::after {
    top: 18px;
}

.dflex-space {
    display: flex;
    justify-content: space-between;
}




.select2-results {
    -webkit-box-shadow: 0px 7px 13px -4px rgba(214,211,214,1);
    -moz-box-shadow: 0px 7px 13px -4px rgba(214,211,214,1);
    box-shadow: 0px 7px 13px -4px rgba(214,211,214,1);
}

#pros {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #pros li {
        display: inline-block !important;
    }

        #pros li > a {
            display: block;
            margin: 10px 5px;
            background-color: #ccc;
            border: 1px solid #765199;
            position: relative;
            overflow: hidden;
            transition: all ease-in-out 0.2s;
        }

            #pros li > a > div {
                position: absolute;
                bottom: -40px;
                left: -5px;
                right: 0;
                background-color: #303030;
                height: 80px;
                width: 110%;
                padding: 9px;
            }

                #pros li > a > div h3 {
                    margin: 0;
                    color: #fff;
                    text-align: center;
                    font-size: 18px;
                }

            #pros li > a:hover {
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            }

/* Defines the width of the carousel and centers it on the page */
.slick-carousel {
    margin: 0 auto;
    width: 1000px;
}

/* The width of each slide */
.slick-slide {
    width: 350px;
}

/* Color of the arrows */
.slick-next::before, .slick-prev::before {
    color: blue;
}

.pro_range_row {
    overflow: hidden;
/*    padding: 2px 0 34px; */
}

.mry-2 {
    margin-right: 6px;
}

.timefeild {
    padding: .5rem .4rem !important;
}

.select2-dropdown {
    border-top: 1px solid transparent;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}


.tooltipi {
    position: relative;
    display: inline-block;
}

    .tooltipi:hover {
        cursor: pointer;
    }


    .tooltipi .tooltiptexti {
        visibility: hidden;
        width: 250px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 89px;
        margin-left: -60px;
    }

    .tooltipi:hover .tooltiptexti {
        visibility: visible;
    }

    .tooltipi > i {
        font-weight: bolder;
        color: #654cff;
    }

.info-cion {
    width: 14px;
    margin-left: 2px;
}

.olnopadd {
    padding-left: 20px;
    margin: 0;
}

.noted {
    margin-top: 6px;
}

    .noted > p {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .noted > ol li {
        font-size: 11px;
    }

.yellobg-blackfont {
    background-color: #ffff0029;
    border: 1px solid #ffe100;
}

.container-div > .fixed {
    padding: 1px 0px 0 9px;
}

.disablediv {
    background-color: #ff955e2e;
    border-radius: 3px;
    margin-bottom: 7px;
    color: #000;
}

#back-to-top {
    bottom: 30px !important;
}

.profile-fld {
    display: flex;
    justify-content: center;
    margin-left: 5px;
}

    .profile-fld > h5 {
        text-transform: capitalize;
        font-size: 17px !important;
    }

.profile-img-div {
    display: flex;
    align-items: baseline;
}

.crdbtn-icon {
    padding: 3px 6px;
}

    .crdbtn-icon > i {
        font-size: 15px;
    }

.section-wrapper {
    background-color: #ece2f670;
    padding: 11px 11px;
    border-radius: 6px;
}

.pro_range_row > div > .slick-slider {
    width: 100%;
}

.section-hightlater {
    background-color: #faf8fb;
    padding: 9px 10px 6px;
    border: 1px solid #80808030;
    border-radius: 4px;
    border-radius: 0 4px 4px 0 !important;
    border-left: 2px solid #654cff;
}

.item-align {
    line-height: 27px;
    display: inline-block;
}

.datemonth {
    font-size: 16px;
    line-height: 9px;
}

.dayspan {
    font-size: 11px;
    line-height: 10px;
    margin-bottom: 6px;
}

.no-bgclr {
    background-color: transparent;
    border-bottom: 1px solid #cbcbcb5c;
}

.scrollbox {
    height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

.cardtitleh5 {
    font-size: 15px;
}

.date-activestart {
    border-radius: 8px 0 0 8px !important;
    padding: 4px;
}

.date-activeend {
    border-radius: 0px 8px 8px 0px !important;
    padding: 4px;
}

.namethumb {
    display: block;
    line-height: 32px;
    font-size: 11px;
    font-weight: 600 !important;
    background-color: white;
    border-radius: 50%;
}

    .namethumb > img {
        max-width: 300px;
        width: 37px;
        height: 37px;
        border-radius: 50%;
        background-color: #e7e7e7;
        padding: 4px;
    }

/*.filterfeild-select .select2 > .selection > .select2-selection {
    background-color: #f3f6f9 !important;
    border: 1px solid #f3f6f9 !important;
    border-radius: 0 !important;
}*/

table.nosurcor tbody tr td:hover span.text-muted {
    cursor: default !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
}

table.nosurcor tbody tr td > span:hover {
    cursor: default !important;
}

table.nosurcor tbody tr td:hover {
    cursor: default !important;
}

.profile-box {
    min-height: 312px;
}

.rotate90 {
    transform: rotate(89deg);
}

.profile-imgwrap {
    width: 3rem;
    height: 3rem;
}

.overdecls {
    font-weight: 600 !important;
}

.cardovercls {
    box-shadow: 0 0px 0px rgb(56 65 74 / 15%) !important;
    border: 2px solid #654cff1c;
    border-radius: 12px !important;
}

    .cardovercls:hover {
        border: 2px solid #654cffeb;
        border-radius: 12px !important;
        margin-bottom: 0;
        box-shadow: 0px 11px 16px rgb(64 81 137 / 32%) !important;
        transition: all .5s;
        transform: translateY(-5px);
        cursor: pointer;
    }

.boxexplore {
    position: relative;
    margin: 53px 0 0
}

.hover_anch:hover {
    cursor: pointer;
}

table tr td {
    color: #212529;
    text-transform: capitalize;
}

    table tr td > a {
        color: #33416e;
        font-weight: 500;
    }


.frm-brder {
    border: 1px solid #654cff4f;
    padding: 13px 13px;
    border-radius: 4px;
    margin-top: 12px;
}

.signupinstruction {
    margin: 12px 0 0 0;
    padding-left: 17px;
}

    .signupinstruction li {
        position: relative;
        margin-bottom: 17px;
        list-style-type: none
    }

        .signupinstruction li > span {
            color: #0f0f0fd9;
        }

            .signupinstruction li > span > i {
                position: absolute;
                font-size: 18px;
                color: #0ab39c;
                left: -26px;
                transform: rotate(178deg);
            }

.select2-results__option {
    padding: 7px 12px !important;
    border-bottom: 1px solid #e7e7e766 !important;
}

.attachimg {
    background-color: #e1e1e1;
    padding: 5px 5px;
    border-radius: 3px;
    display: inline-block;
}

    .attachimg > img {
        width: 108px;
        object-fit: cover;
        border-radius: 3px;
        height: 100%;
    }

.container-wrap {
    padding: 3px;
    width: auto;
    border-radius: 4px;
    background-color: #e2e2e2;
}


    .container-wrap .title {
        color: #1a1a1a;
        text-align: center;
        margin-bottom: 10px;
    }

.content-wrap {
    position: relative;
    width: 68px;
    height:34px;
    object-fit: contain;
    margin: auto;
    overflow: hidden;
}

    .content-wrap .content-overlay {
        background: rgba(0,0,0,0.7);
        position: absolute;
        height: 125px;
        width: 100%;
        left: 0;
        top: -49px;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .content-wrap:hover .content-overlay {
        opacity: 0.5;
    }


.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content-wrap:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 18px;
}

.fadeIn-bottom {
    top: 80%;
}

.widthtweper {
    width: 17%;
}

/* calender css */
/* Board */
.schedule-board {
    /*    background: linear-gradient(225deg, #f0f0f0 50%, #ffffff 100%);*/
}


/* Calendar Row */
.calendar-row {
    height: 69px;
    display: flex;
    flex-flow: row nowrap;
    flex-shrink: 0;
}

    .calendar-row.standard {
        /*   position: fixed ;width: calc(100%-250px);*/
    }

.calendar-month {
    display: flex;
    flex-flow: column nowrap;
}

    .calendar-month:first-child {
        margin-left: 0px;
    }

.calendar-month-label {
    color: #654cff;
    font-weight: bold;
    font-size: 15px;
    line-height: 29px;
    padding: 0px 2px;
    border-top: solid 1px #eee;
}

    .calendar-month-label > span {
        background-color: #654cff29;
        padding: 1px 13px;
        border-radius: 4px;
        margin-left: 10px;
        font-size: 12px;
    }

.calendar-week {
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    height: 40px;
    background: #ffeee5;
}

.calendar-day {
    margin: 0 0 0 -1px;
    padding: 4px 8px;
    color: #999;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-image: linear-gradient(180deg, #c0c0c0 0, #c0c0c0 20%, #c0c0c0 50%) 1 100%;
    box-sizing: border-box;
    line-height: 31px;
    background-color: #eaeaea2e;
    text-align: center;
    min-width: 53.6px;
    font-size: 10px;
    /*  margin: 0 0 0 -1px;
    padding: 0 8px;
    color: #999;
    font-family: 'Barlow Semi Condensed', sans-serif;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-image: linear-gradient(180deg, #ffffff 0, #ffffff 20%, #c0c0c0 50%) 1 100%;
    box-sizing: border-box;
    line-height: 28px;
    text-align: center;
    min-width: 53.59px;
		 min-width: 72px; */
}

    .calendar-day.day-off {
        color: #72747c;
        background: none;
    }

    .calendar-day.weekday {
        color: #495057;
        background: none;
    }

    .calendar-day:first-child {
        border-image: none;
        border-color: #c0c0c0;
    }

    .calendar-day > label {
        font-size: 13px;
        line-height: 2px;
        font-weight: bold;
        margin: 7px 0 0 0;
        display: block;
    }

    .calendar-day > sapn {
        font-size: 12px;
    }



/* Calendar Body */
.schedule-body {
    /*
    flex: 1 1 auto;
    display: flex;
*/
    flex-flow: row nowrap;
    /* max-height: calc(100% - 50px);*/
}

/* Schedule Users */
.schedule-users {
    width: 250px;
    max-height: 100%;
    overflow: hidden;
}

.schedule-user {
    width: 13.3%;
    border-right: 1px solid #c0c0c091;
}

.user-header-cal {
    height: 35px;
    line-height: 15px;
    white-space: nowrap;
}

.user-header {
    height: 35px;
    line-height: 15px;
    white-space: nowrap;
    display: none;
}

.user-avatar {
    width: 28px;
    height: 28px;
}
    .user-pic {
    background: url(https://taskrowprod1pics.blob.core.windows.net/company10003-30x30/4205244005.jpg);
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 5px;
}

.user-name {
    color: #333333;
    vertical-align: top;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.userfunction-title {
    color: #666666;
    font-size: 11px;
    text-transform: uppercase;
    margin-left: 5px;
}

.schedule-item {
    x-margin-bottom: 5px;
    height: 60px;
    /*  background-color: #edededa1;*/
    x-background: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(245,245,245,0.5));
    border: 1px solid #eee;
    border-top: none;
    padding: 5px 0;
    display: flex;
}

.schedule-item-title {
    font-size: 12px !important;
    margin: 0 0 0 5px;
    /* line-height: 28px; */
    color: #504f4f;
    font-weight: 600;
    display: block;
    /* width: calc(100% - 45px); */
    overflow: hidden;
    text-overflow: ellipsis;
}

.schedule-due-date {
    font-size: 12px;
    margin-left: 5px;
    display: block;
    color: #828282;
    text-transform: capitalize;
}

/* Schedule Matrix */
.schedule-matrix {
    /*    flex: 1 1 auto;*/
    max-height: 100%;
    overflow: scroll;
    height: 65vh;
    position: relative;
    left: 0px;
    display: flex;
}

.scrollbx {
    width: 86.3%;
    z-index: 15;
    position: relative;
    margin-bottom: 10px;
}

.user-allocation {
}

.user-allocation-header {
    height: 35px;
    width: 100%;
    position: relative;
    display: none;
}

.allocation-icon {
    position: absolute;
    top: 5px;
    cursor: pointer;
    color: #00006f;
}

    .allocation-icon.absence {
        color: #6f0000;
    }

.available-day {
    content: '\f024';
    font: 14px/1 FontAwesome;
}

.user-allocation-item {
    width: 1650px;
    height: 60px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.allocation-item-bar {
    position: absolute;
    height: 60px;
    /*border-top: 5px solid #00006f;*/
    top: 0;
}

    .allocation-item-bar::before {
        content: '';
        position: relative;
        top: -4px;
        left: 0px;
        width: 2px;
        height: 11px;
        display: block;
        /*background-color: #00006f;*/
    }

    .allocation-item-bar::after {
        content: '';
        position: relative;
        top: -4px;
        left: calc(100% - 2px);
        width: 2px;
        height: 11px;
        display: block;
        /*background-color: #00006f;*/
    }

    .allocation-item-bar.delayed {
        border-color: #ff3300;
    }

        .allocation-item-bar.delayed::after, .allocation-item-bar.delayed::before {
            background-color: #ff3300;
        }

    .allocation-item-bar.faded {
        opacity: 0.15;
        x-border-color: rgba(0,0,111,0.1);
    }

        .allocation-item-bar.faded::after, .allocation-item-bar.faded::before {
            x-background-color: rgba(0,0,111,0.1);
        }


.detail-icon {
    position: absolute;
    top: -10px;
    left: calc(100% + 10px);
    cursor: pointer;
}

.estimation-label {
    position: absolute;
    top: 27%;
    left: 19%;
    text-align: right;
    color: #fff;
    font-size: 12px;
}

.due-date-label {
    position: absolute;
    top: 1px;
    right: 7px;
    text-align: right;
    color: #333;
    font-size: 12px;
    display: none;
}

/* Grid */
.grid-overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 69px;
    left: 13.3%;
    z-index: 10;
    display: flex;
    flex-flow: row nowrap;
}

.grid-day {
    /* margin: 0 0 0 -1px; */
    padding: 0;
    color: #999;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #eee;
    box-sizing: border-box;
    line-height: 28px;
    text-align: center;
    min-width: 52.6px;
    /* min-width: 72px; */
    position: relative;
}

    .grid-day:first-child {
        margin-left: 0px;
        border-width: 0px 1px 0px 1px;
        border-style: solid;
        border-color: #eee;
    }

.day-off {
    background: linear-gradient(135deg, rgba(104,0,0,0.15) 0, rgba(104,0,0,0.15) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,0) 39%, rgba(104,0,0,0.15) 40%, rgba(104,0,0,0.15) 60%, rgba(255,255,255,0) 61%, rgba(255,255,255,0) 89%, rgba(104,0,0,0.15) 90%);
    background-size: 18px 18px;
}

.holidays-off {
    background: linear-gradient(135deg, rgba(255, 0, 0) 0, rgba(255, 0, 0) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,0) 39%, rgba(255, 0, 0) 40%, rgba(255, 0, 0) 60%, rgba(255,255,255,0) 61%, rgba(255,255,255,0) 89%, rgba(255, 0, 0) 90%);
    background-size: 18px 18px;
}

.user-day-off {
    background: linear-gradient(135deg, rgba(104,0,0,0.15) 0, rgba(104,0,0,0.15) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,0) 39%, rgba(104,0,0,0.15) 40%, rgba(104,0,0,0.15) 60%, rgba(255,255,255,0) 61%, rgba(255,255,255,0) 89%, rgba(104,0,0,0.15) 90%);
    background-size: 18px 18px;
    width: 100%;
    position: absolute;
    text-align: left;
    text-indent: 5px;
    display: none;
}

.user-absence {
    background: linear-gradient(135deg, rgba(153,0,0,0.07) 0, rgba(153,0,0,0.07) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,0) 39%, rgba(153,0,0,0.07) 40%, rgba(153,0,0,0.07) 60%, rgba(255,255,255,0) 61%, rgba(255,255,255,0) 89%, rgba(153,0,0,0.07) 90%);
    background-size: 18px 18px;
    width: 100%;
    position: absolute;
    text-align: left;
    text-indent: 5px;
    color: #00006f;
}

.user-allocated {
    x-background: linear-gradient(135deg, rgba(0,153,153,0.15) 0, rgba(0,153,153,0.15) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,0) 39%, rgba(0,153,153,0.15) 40%, rgba(0,153,153,0.15) 60%, rgba(255,255,255,0) 61%, rgba(255,255,255,0) 89%, rgba(0,153,153,0.15) 90%);
    background: rgba(0,153,153,0.15);
    background-size: 18px 18px;
    width: 100%;
    position: absolute;
    text-align: left;
    text-indent: 5px;
    color: #00006f;
}


/* Float boxes */
.schedule-info-box {
    width: 400px;
    height: 100px;
    border: 1px solid #c0c0c0;
    box-shadow: rgba(0,0,0,0.4) 0px -1px 5px 1px;
    background: #ffffff;
    position: absolute;
    margin-top: 10px;
    margin-left: 36px;
    z-index: 200;
    transition: opacity linear 0.2s, height ease-in 0.2s;
}

    .schedule-info-box::before {
        width: 20px;
        height: 20px;
        border: 1px solid #c0c0c0;
        border-width: 1px 0 0 1px;
        box-shadow: rgba(0,0,0,0.4) -3px -2px 3px;
        transform: skewX(45deg);
        background: white;
        position: absolute;
        left: -11px;
        top: -1px;
        display: block;
        content: '';
        z-index: 199;
    }

    .schedule-info-box .inner-float {
        width: 100%;
        height: 100%;
        z-index: 199;
        padding: 5px;
        position: absolute;
    }

.schedule-box-detail {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0 0 0 10px;
}

.schedule-box-title {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    margin: 0 0 5px 10px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.schedule-box-commands {
    margin: 10px 0 0 10px;
    width: calc(100% - 20px);
    text-align: left;
}

    .schedule-box-commands a {
        font-family: 'Barlow Semi Condensed', sans-serif;
        color: #00006f;
        text-decoration: none;
        margin-right: 10px;
    }

.action-box {
    border: 1px solid #c0c0c0;
    border-width: 1px 0 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 0 0 10px;
    width: calc(100% - 20px);
    text-align: left;
    display: none;
    max-height: 0px;
    overflow: hidden;
    transition: height ease-in 0.4s, max-height ease-in 0.4s;
}

.select-user {
    list-style: none;
}

    .select-user li:hover {
        background-color: #c0c0c0;
    }

.priority-change-list {
    list-style: none;
}

.priority-item-text {
    width: calc(100% - 30px);
}

.buttons-bar {
    text-align: right;
}

.float-box-close-button {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    z-index: 200;
}



/* Scroll */
.scroll-anchor {
    position: absolute;
    top: 1000px;
    left: 40000px;
    width: 10px;
    height: 10px;
}
@media(max-width: 1920px) {
    .grid-overlay {
        height: 186vh;
    }
    .schedule-user {
        height: 186vh;
    }
    .scrollbx {
        height: 186vh;
    }


}



    @media(max-width: 1374px) {

        .scrollbx {
            width: 81.4%;
            height: 275vh;
        }

        .schedule-user {
            width: 18.6%;
            height: 275vh;
        }

        .grid-overlay {
            left: 18.5%;
            height: 275vh;
        }
    }

    @media(min-width: 1375px) {

        .scrollbx {
            width: 83.4%;
        }

        .schedule-user {
            width: 16.6%;
        }

        .grid-overlay {
            left: 16.6%;
        }
    }

.user-header-calblock {
    padding: 3px;
    height: 70px;
    border: 1px solid #eee;
}

        .user-header-calblock > h5 {
            font-weight: 500;
            line-height: 63px;
            font-size: 18px;
            text-align:center;
        }

    .select-algn {
        position: relative !important;
    }

.primgalign {
    position: absolute;
    background-color: #d2d2d2;
    color: #464646;
    left: 3px;
    top: -9px;
    border-radius: 50%;
    padding: 4px 6px;
}

        .primgalign + img {
            border-radius: 50%;
            height: 28px;
            width: 28px;
/*            border: 1.9px solid #654cff;
*/        }

    #calendarRow {
        position: sticky;
        top: 0;
        z-index: 55;
        background-color: #fff;
    }

    #dstatus {
        height: 0 !important
    }

    .showhvrimg {
        position: relative;
        z-index: 1000;
    }

    .thumbnail-wrapper {
        display: none;
        top: 19px;
        position: absolute;
        background-color: gray;
        padding: 3px;
        border-radius: 3px;
        left: 6px;
    }

        .thumbnail-wrapper > img {
            width: 72px;
            border-radius: 3px;
            z-index: 10000;
        }

    .showhvrimg:hover .thumbnail-wrapper {
        display: block;
    }




    .trigger {
        cursor: pointer;
    }

    .modalcust {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1);
        transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
        z-index: 1070;
    }

    .modalcust-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 1rem 1.5rem;
        width: 95%;
        height: 95%;
        border-radius: 0.5rem;
    }

    .close-button {
        float: right;
        width: 1.5rem;
        line-height: 1.5rem;
        text-align: center;
        cursor: pointer;
        border-radius: 0.25rem;
        background-color: lightgray;
    }

        .close-button:hover {
            background-color: darkgray;
        }

    .show-modalcust {
        opacity: 1;
        visibility: visible;
        transform: scale(1.0);
        transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    }

    .modalcnt-imgc {
        height: calc(100vh - 100px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .modalcnt-imgc > img {
            max-width: 100% !important;
            max-height: 100% !important;
        }

    .white-clr {
        color: #fff
    }

    .login-img {
        height: 387px;
    }

    .reportwd-15 {
        height: 100%;
        align-items: center !important;
        display: flex;
        justify-content: center;
    }

    .reportwd-85 {
        width: 85%;
    }

    .reportlink {
        color: inherit;
        text-decoration: none;
        height: 75px;
        display: table-cell;
        vertical-align: middle;
    }

        .reportlink:hover {
            color: inherit;
            text-decoration: none
        }

    .reportviewhgt {
        min-height: 100px;
    }

    .search-iconbox {
        font-size: 14px;
        position: absolute;
        left: 13px;
        top: 15px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #878a99;
    }

    .search-iconboxinput {
        padding: .5rem 1.8rem !important;
    }

    .document_wrap {
        border: 1px solid #e9e9e9;
        border-radius: 11px;
        background-color: #f3f6f9;
        padding: 3px 3px 0 3px;
        padding: 17px;
        position: relative;
        text-align: center;
    }

        .document_wrap > img {
            height: 150px;
        }

    .document_wrap_info {
    }

        .document_wrap_info > h5 {
            font-weight: bold;
        }

    .document_wrap_info_wrap {
        position: relative;
    }

    .file-wg {
        position: absolute;
        bottom: -43px;
        left: 0;
        display: inline-block;
        color: gray;
    }

    .document_wrap_info_wrap > span {
        font-size: 12px;
    }

    .Document-name {
        font-weight: bold;
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        width: 96%;
        text-overflow: ellipsis;
    }

    .dc_actions {
        display: flex;
        position: absolute;
        bottom: 0px;
        right: 0;
        display: none;
    }

    .document_wrap:hover .document_wrap_info .dc_actions {
        display: block;
    }

    .document_part {
        padding: 56px;
    }

    .wfrm-20 {
        width: 30%
    }

    .wfrm-80 {
        width: 70%
    }

    .scroll-horiz {
        overflow-x: auto;
    }

    .m-text-info {
        color: #2e00a7 !important;
    }

    .m-bg-info {
        background-color: #2f02a7 !important;
    }

    .m-bg-banner {
        background-color: red;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        padding: 30px 15px;
        background: #fff;
        background: linear-gradient(132deg, #FC415A, #591BC5, #212335);
        background-size: 400% 400%;
        animation: Gradient 1s ease infinite;
        height: 100%;
    }
    /* Animate Background*/
    @keyframes Gradient {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .hero-mask {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        opacity: 0.2;
    }

    .hero-content {
        z-index: 2;
    }

    .log-img {
        height: 360px;
    }

    @media only screen and (min-width: 800px) and (max-width: 1300px) {
        .log-img {
            height: 360px;
        }
    }

    @media only screen and (max-width: 600px) {
        .log-img {
            height: 89%;
        }
    }


    .deletemdlaction {
        display: flex;
        justify-content: center;
    }

    .fs-32 {
        font-size: 33px;
    }

    .delete-btn-close {
        border: none;
        background-color: transparent;
        padding: 0;
        height: 6px;
        margin: 0;
        line-height: 9px;
    }

    .brd-danger {
        border-top: 3px solid #f06548;
    }

    .texteclips-wrap {
        width: 135px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar {
        width: 10px;
        height: 8px;
        border-radius: 6px;
    }


    ::-webkit-scrollbar-thumb {
        background-color: #cfcfcf;
    }

        ::-webkit-scrollbar-thumb:hover {
            cursor: pointer;
        }

    #global_scroll::-webkit-scrollbar {
        width: 12px;
        height: 8px;
        border-radius: 6px;
    }

    .no-btnytpe {
        background-color: transparent;
        border: none;
        font-size: 13px;
    }

    .btn-input:hover .no-btnytpe {
        color: #fff;
    }

    #loading {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        position: fixed;
        display: block;
        opacity: 0.7;
        background-color: #fff;
        z-index: 9999;
        text-align: center;
    }

    #loading-content {
        /*position: absolute;*/
        position: sticky;
        top: 40%;
        left: 50%;
        text-align: center;
        z-index: 100;
    }

    .load-content img {
        width: 100%;
        max-width: 150px;
    }

    .hide {
        display: none !important;
    }

    .wrapper {
        display: grid;
        row-gap: 1rem;
        gap: 1rem;
        grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    }

    /* Utilities */
    .emp_card::after,
    .emp_card .img-blk {
        border-radius: 50%;
    }

    .img-blk img {
        max-width: 100%;
        max-height: 100%;
    }

 
    .stats {
        display: flex;
    }

.emp_card-head{

}
    .emp_card-head > h5 {
        font-size: 16px;
        /*margin: 9px 0 4px;*/
        text-transform: capitalize;
        color: #4b38b3;
        font-weight: 500;
    }
.emp_card_ft > h1 {
    font-size: 18px;
    font-weight: 400;
}
.task_rep{
    margin-bottom:10px;
}
    .task_rep > h4 {
        font-size: 16px;
        margin-bottom: 0;
        width: 25px;
        line-height: 25px;
        background: #f2f2f763;
        padding: 2px;
        text-align: center;
        border-radius: 3px;
        border: 1px solid #f2f2f7;
    }
    .task_rep > p {
        color: #4a4a4a;
        opacity: 0.8;
        margin-bottom: 0;
        font-size: 12px;
    }
.emp_card-head > p {
    color: #4a4a4a;
    opacity: 0.8;
    font-size:12px;
    margin-bottom: 12px;
}
.emp_card-mar {
    margin-bottom: 16px;
}
.emp_card-wrapper {
    border-radius: 10px;
}
.emp_card_ft {
    margin-top: 0.8rem;
}
.emp_card > span.badge{
    font-weight:300;
    font-size:12px;
}

.team-list.grid-view-filter .emp_card-wrapper .infos.col {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 0 0% !important;
    flex: 1 0 0% !important;
}

    .view_btn button.active {
        background-color: #4b38b3;
        color: white;
    }

.emp_card {
    padding: 0.8rem 0.8rem;
    border-radius: 10px;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
    margin-bottom: 16px;
}


        .emp_card .img-blk {
            width: 4rem;
            height: 4rem;
            min-width: 40px;
            border: 1.9px solid #654cff;
            box-shadow: 0 1px 2px rgba(56,65,74,.15);
            overflow: hidden;
        }

    .cst_info {
        padding: 0rem 0rem 0rem 0rem;
    }

    .cst_blk form {
        flex: 1;
    }

    .name {
        margin-bottom: 0.5rem;
    }

        .name h2 {
            font-size: 1rem;
        }

        .name h4 {
            font-size: .8rem;
            color: #333;
        }

    .text {
        font-size: .9rem;
        margin-bottom: 1rem;
    }

    .stats {
        margin-bottom: 1rem;
        list-style-type: none;
    }

        .stats li {
            min-width: 5rem;
            list-style-type: none;
        }

            .stats li h3 {
                font-size: .99rem;
            }

            .stats li h4 {
                font-size: .75rem;
            }

    .links button {
        min-width: 120px;
        padding: .5rem;
        border: 1px solid #222;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: all .25s linear;
    }

    .links .follow,
    .links .view:hover {
        background-color: #222;
        color: #FFF;
    }

        .links .view,
        .links .follow:hover {
            background-color: transparent;
            color: #222;
        }

.emp-usercard {
    width: 100%; /* default: mobile first */
    max-width: 100%;
}

@media (min-width: 768px) { /* tablets and up */
    .emp-usercard {
        width: 215px;
    }
}
    @media screen and (max-width: 450px) {
        .emp_card {
            display: block;
        }

        .infos {
            margin-left: 0;
            margin-top: 1.5rem;
        }

        .links button {
            min-width: 100px;
        }
    }

    .allocation-item-bar_approved {
        border-top: 5px solid rgba(10,179,156) !important;
        background-color: rgba(10,179,156) !important;
    }

    .allocation-item-bar_requested {
        border-top: 5px solid rgba(41,156,219) !important;
        background-color: rgba(41,156,219) !important;
    }

    .allocation-item-bar_approved::before, .allocation-item-bar_approved::after {
        background-color: rgba(10,179,156) !important;
    }

    .allocation-item-bar_requested::before, .allocation-item-bar_requested::after {
        background-color: rgba(41,156,219) !important;
    }


    .fs-50 {
        font-size: 50px;
    }

    .text-white {
        color: #fff
    }

    .userlist {
        font-size: 20px;
        padding: 7px 0 7px 7px;
        text-align: right;
        color: #ffffff;
    }

    .userfs-18 {
        font-size: 21px;
        margin-bottom: 0 !important;
    }

    .frm-selecround {
        border-radius: 25px !important;
        border-left: transparent;
    }


    .colorpaletelb {
        background-color: #f06548;
        width: 35%;
        padding: 11px;
        border-radius: 3px;
        border: 3px solid gainsboro;
    }

    .page-content {
        padding: calc(54px + 1.6rem) calc(1.5rem / 2) 60px calc(1.5rem / 2) !important;
    }

    #musicinfo {
        display: none;
    }

    .cst-shadow {
        box-shadow: 0 0px 7px 0px #00000085;
    }

    .bg-wrapper {
        background-image: url(../images/geo-3.jpg) !important;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .currencysym {
        font-size: 12px;
    }

    .priceamt {
        font-size: 25px;
        font-weight: bold;
    }

    .pricesub {
        display: block;
        font-size: 12px;
        margin-top: 18px;
        background-color: #f8f8f8;
        margin-bottom: 0px;
        color: #654cff;
        padding: 6px;
        border-radius: 0 0 3px 3px;
        min-width: 101px;
        border-top: 4px solid #654cff0f;
    }

        .pricesub > label {
            margin-bottom: 0;
        }

    .subscription-head {
        color: #654cff;
        margin-bottom: 10px !important;
    }

    .subscription-card {
        border-top: 4px solid #654cff21;
        border-radius: 0 0 3px 3px;
        margin-top: 11px;
        margin-bottom: 13px;
        transition: 750ms;
    }

        .subscription-card:hover {
            border-top: 4px solid #654cff;
        }

    .subselect:hover {
        cursor: pointer;
    }

    .supc {
        top: -.98em !important;
    }

    .btnw-30 {
        width: 30%;
    }

    .text-undeline {
        text-decoration: underline;
    }

    .jdw-85 {
        width: 85%
    }

    .jdw-15 {
        width: 15%
    }

    .jdw-80 {
        width: 80%
    }

    .jdw-20 {
        width: 20%
    }

    .jdw-100 {
        width: 100%
    }

    .jdw-49 {
        width: 49%
    }

    .jdw-50 {
        width: 50%
    }

    .job-details {
        padding: 14px 14px 14px;
        margin-bottom: 11px;
    }

    .jobdate {
        color: #878a99;
        font-weight: 700;
    }

    .companylogo {
        padding: 3px 5px;
        /*        background-color: #654cff3b; */
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .jd-det {
        padding: 3px;
    }

    .jd-name {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 0px;
        color: #654cff;
    }

    .jd-client > label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
        margin-right: 6px;
    }

    .jd-client > span {
        font-size: 12px;
    }

    .jdicon {
        background-color: #654cff3b;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        line-height: 25px;
        font-size: 16px;
    }

        .jdicon > i {
            color: #654cff;
        }

    .jd-checkpoints {
        font-size: 13px;
        font-weight: 500;
        color: #978a99;
        margin-bottom: 0px;
    }

    .jd-maindes {
        padding: 12px;
        margin: 15px;
    }

    .hd-head {
        margin-top: 13px;
        margin-bottom: 0;
    }

    .jd-feature {
        padding-left: 0px;
        margin-top: 7px;
        margin-bottom: 6px;
    }

        .jd-feature li {
            margin-bottom: 6px;
            font-weight: 500;
            display: inline-block;
            margin-right: 14px;
            background-color: #654cff17;
            padding: 2px 8px;
            border-radius: 15px;
            color: #654cff;
        }

    .jsdesctext {
        height: 165px;
        padding: 9px;
        overflow-y: auto;
        border: 3px solid #80808036;
    }

        .jsdesctext > p {
            color: #878a99;
        }

    .job-details-hover {
        border: 3px solid #f3f6f9;
    }

        .job-details-hover:hover {
            transition: 700ms;
            background-color: #fdfdfd !important;
            border: 3px solid #654cff54;
            cursor: pointer;
        }

    .job-details-list {
        padding: 0 8px 0 0;
        height: 530px;
        overflow-y: auto;
        position: sticky;
        top: 25px;
    }

        .job-details-list::-webkit-scrollbar-track {
            background: transparent;
            border: solid 1px transparent;
            border-radius: 15px;
            opacity: 0.1;
        }

        .job-details-list::-webkit-scrollbar {
            width: 6px;
            height: 6px;
            background: transparent;
        }

        .job-details-list::-webkit-scrollbar-thumb {
            border-radius: 15px;
            background: transparent;
        }

        .job-details-list:hover::-webkit-scrollbar-track {
            background: #fff;
            border: solid 1px transparent;
            border-radius: 15px;
        }

        .job-details-list:hover::-webkit-scrollbar {
            width: 6px;
            height: 6px;
            background: #b3b3b3;
        }

        .job-details-list:hover::-webkit-scrollbar-thumb {
            border-radius: 15px;
            background: #b3b3b3;
        }

    .fs-9 {
        font-size: 9px;
    }

    .openlink {
        transform: rotate(30deg)
    }

    .jd-responsibilities {
        padding-left: 17px;
    }

        .jd-responsibilities li {
            margin-bottom: 5px;
            padding-left: 0px;
            color: #878a99;
        }

        .jd-responsibilities > p {
            margin-bottom: 5px;
            color: #636161;
            text-align: justify;
            line-height: 1.45em;
            font-size: .975em;
        }

    .uploadOuter {
        text-align: center;
    }

        .uploadOuter strong {
            padding: 0 10px;
        }

    .dragBox {
        margin-top: 12px !important;
        margin-bottom: 15px !important;
        width: 100%;
        height: 52px;
        position: relative;
        text-align: center;
        font-weight: bold;
        border-radius: 12px;
        line-height: 44px;
        color: #999;
        border: 2px dashed #ccc;
        display: inline-block;
        transition: transform 0.3s;
    }

        .dragBox input[type="file"] {
            position: absolute;
            height: 100%;
            width: 100%;
            opacity: 0;
            top: 0;
            left: 0;
        }

    .draging {
        transform: scale(1.1);
    }

    #preview {
        text-align: center;
    }

        #preview img {
            max-width: 100%;
        }

    .ul-wd70 {
        min-width: 13%;
    }

    .thanchor {
        color: #878a99 !important;
    }


    .wd-timeline {
        width: 65%;
    }

    .legendsblue {
        margin: 0 0 0 49px;
    }

    .legendsgreen {
        color: rgba(10,179,156);
        border-left: 20px solid rgba(10,179,156);
        padding-left: 7px;
        font-weight: bold;
        margin: 0 0 0 49px;
    }

    .legendsblue {
        color: rgba(41,156,219);
        border-left: 20px solid rgba(41,156,219);
        padding-left: 7px;
        font-weight: bold;
    }



    .seperateline {
        padding-right: 17px;
        position: relative;
    }

        .seperateline::after {
            content: "";
            position: absolute;
            border-right: 1px solid #80808036;
            height: 100%;
            right: 0;
            top: 0;
        }

    .new-project-box-seperator {
        margin: 12px 0;
        display: block;
        border-bottom: 1px solid #80808036;
    }

    .selectwrapper {
        height: calc(1.5em + 1rem + 2px);
        border: 1px solid #ced4da;
        width: 100%;
        border-radius: 4px;
        background-color: var(--vz-input-bg);
        outline: 0;
        line-height: 36px;
        padding-left: 6px;
        color: #212529;
        padding-right: 20px;
    }

    select.selectwrapper option {
        padding: 25px;
    }

    .img-weightalert {
        z-index: 1000000;
        position: fixed;
        left: 0;
        right: 0;
        color: #fff;
        text-align: center;
        background-color: #664dfd;
        top: 19px;
        padding: 5px 6px;
        width: 52%;
        margin: 0 auto;
        border-radius: 6px;
        /*display:none;*/
    }

    .img-weightalertred {
        z-index: 1000000;
        position: fixed;
        left: 0;
        right: 0;
        color: #fff;
        text-align: center;
        background-color: #FF0000;
        top: 19px;
        padding: 5px 6px;
        width: 35%;
        margin: 0 auto;
        border-radius: 6px;
        /*display:none;*/
    }

    .hover-cercle {
        border: 1px solid #654cff05;
        transition: 250ms;
    }

        .hover-cercle:hover {
            background-color: #654cff21;
            color: #654cff;
            border: 1px solid #654cff;
        }

    .activeclick {
        background-color: #654cff21;
        color: #654cff;
        border: 1px solid #654cff;
    }

    .pf-img {
        width: 60px;
        height: 60px;
    }

    .emdir-hover {
        box-shadow: none;
    }

        .emdir-hover:hover {
            border: 1px solid #654cff4a !important;
            transition: 250ms;
            cursor: pointer;
            -webkit-box-shadow: 0px 6px 6px 0px rgba(242,242,242,1);
            -moz-box-shadow: 0px 6px 6px 0px rgba(242,242,242,1);
            box-shadow: 0px 6px 6px 0px rgba(242,242,242,1);
        }

    .bg-successhalfhol {
        position: relative;
        color: #303030 !important;
        z-index: 1;
        font-weight: bold;
        border: 1px solid #0ab39c;
        border-radius: 3px;
    }

        .bg-successhalfhol::after {
            position: absolute;
            content: "";
            background-color: #0ab39c;
            width: 50%;
            height: 100%;
            left: 0;
            top: 0;
            border-radius: 3px;
            /* color: #303030 !important; */
            z-index: -1;
        }

    .bg-successfullhol {
        position: relative;
        color: #303030 !important;
        z-index: 1;
        font-weight: bold;
        border: 1px solid #0ab39c;
        border-radius: 3px;
    }

        .bg-successfullhol::after {
            position: absolute;
            content: "";
            background-color: #0ab39c;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            border-radius: 3px;
            z-index: -1;
        }

    .mr-lt-auto {
        margin-left: auto;
    }

    .textwrapjd {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 80%;
    }

    .clip1 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .clip2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .thumnailcomt > img {
        height: 60px;
        object-fit: contain;
        width: 100%;
    }

    .pdf_card {
        flex-wrap: nowrap;
        overflow: auto;
        width: calc(100%);
    }

        .pdf_card .explore-box {
            width: 200px;
            height: 200px;
            margin: 0px;
        }

            .pdf_card .explore-box .explore-img {
                height: 100%;
            }

            .pdf_card .explore-box .explore-place-bid-img .place-bid-btn {
                width: 100%;
                text-align: center;
            }

    .cst_pdfblk .profile-wid-bg {
        height: 200px;
    }

    .select2-container .select2-selection--single {
        border-radius: 0 4px 4px 0 !important;
        border-left: 2px solid #654cff;
    }

    .select2-container {
        z-index: 55;
    }

    .task_accord .accordion-item {
        border: 0px;
    }

    .chat-input-links.attachment {
        position: relative;
        width: 40px;
        background: #654cff;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }

    .chat-input-links input[type="file"] {
        position: absolute;
        background: transparent;
        opacity: 0;
        z-index: 99;
        left: 0;
        right: 0;
        cursor: pointer;
    }

    .chat-input-links i.mdi.mdi-attachment {
        font-size: 25px;
        color: white;
        transform: rotate(-90deg);
        display: block;
    }

    .chat-conversation {
        background-color: #f3f6f9;
    }

        .chat-conversation .conversation-list {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: start;
        }

            .chat-conversation .conversation-list .ctext-wrap {
                flex-direction: column;
            }

    .no_border span {
        border: 0px !important;
    }

    .thwd-45 {
        width: 27% !important;
    }

    .thwd-10 {
        width: 10%;
    }

    .thwd-15 {
        width: 6%;
    }

    .text-anchr-wrap {
    }

        .text-anchr-wrap > a {
            width: 80%;
            word-wrap: break-word;
        }

    .iconwrapper-set {
        height: 100%;
        text-align: center;
        width: 75px;
    }

        .iconwrapper-set > i {
            font-size: 37px;
            line-height: 96px;
        }

    td.empname-td > .select2.select2-container {
        //width: 170px !important;
    }

    .content-image {
        width: 100%;
        object-fit: contain;
        height: 50px;
    }

    .card-box-height {
        min-height: 112px;
        display: table;
        width: 100%;
    }

    .bluebox-pad {
        padding: 29px 0 !important;
    }

    .cst_grid {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-gap: 10px;
    }

    .cmnt-name {
    }

        .cmnt-name > h5 {
            white-space: pre;
            margin: 0;
        }

        .cmnt-name > a {
            width: 25px;
            height: 25px;
            padding: 1px;
            background-color: #fdefec;
            border-radius: 42px;
            text-align: center;
            margin-left: 4px;
        }

            .cmnt-name > a > i {
                font-size: 12px !important;
            }

    #ShowConfigalertdiv {
        padding: 4px 15px;
        background-color: #f3f6f9;
        border: 2px solid #ffffff29;
        border-radius: 4px;
        text-align: center;
        margin-bottom: 9px;
        font-weight: 500;
    }

        #ShowConfigalertdiv > button {
            margin-left: 11px;
        }

    .hand-hover:hover {
        cursor: pointer;
    }

    .refereal_head {
        padding: 3px;
    }

        .refereal_head > img {
            width: 85px;
            margin: 11px auto 0;
        }

    .refereal_head {
        text-align: center;
        background: url(../images/icon-referral/referal-bg.png),#b9adf130;
        height: 160px;
        margin-bottom: 43px;
        border-radius: 7px 7px 0 0;
    }

        .refereal_head > label {
            display: block;
            font-weight: 800;
        }

    .refereal_card {
        position: relative;
        border-radius: 7px;
    }

    .refereal_code_card {
        text-align: center;
        position: absolute;
        width: 86%;
        height: 94px;
        padding: 8px;
        border-radius: 5px;
        left: 0;
        right: 0;
        top: 106px;
        background: linear-gradient(125deg,#41319c 48%,#ba5397 100%);
        margin: 0 auto 15px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(148,148,148,1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(148,148,148,1);
        box-shadow: 0px 0px 10px 0px rgba(148,148,148,1);
    }

        .refereal_code_card > p {
            color: #fff;
        }

            .refereal_code_card > p > label {
                margin: 0;
            }

    .referal_code_text {
        border: 1px dashed #ffffff69;
        width: 188px;
        margin-top: 4px;
        padding: 2px;
        color: #fff;
        font-weight: 800;
    }

    .refereal_card_body {
        padding: 14px 13px 12px;
        max-height: 100px;
        min-height: 100px;
        overflow: auto;
    }

        .refereal_card_body > p {
            text-align: center;
            margin: 0;
        }

    .comment_section-wrapper {
        max-height: 375px;
        overflow-y: auto;
    }

    .comment_holder {
        padding: 0 17px;
    }

    .comment_text {
        margin-bottom: 6px;
    }
    /*.tab_section_cls{
    margin:0 8px;
}*/
    .comments_tab {
    }

    .comment_holder {
        margin-top: 0;
        margin-bottom: 5px;
    }

        .comment_holder > .list-group-item {
            margin-top: 0;
        }

    .refereal_card_footer > p {
        text-align: center;
        font-weight: 500;
        font-size: 17px;
        margin-bottom: 0px;
    }

    .refereal_card_footer > div.d-flex {
        width: 250px;
        margin: 0 auto 9px;
    }

        .refereal_card_footer > div.d-flex > a {
            margin: 2px 5px;
            font-size: 20px;
        }

            .refereal_card_footer > div.d-flex > a:nth-child(1) {
                color: #075e54;
            }

            .refereal_card_footer > div.d-flex > a:nth-child(2) {
                color: #3b5998;
            }

            .refereal_card_footer > div.d-flex > a:nth-child(3) {
                color: #962fbf;
            }

            .refereal_card_footer > div.d-flex > a:nth-child(4) {
                color: #00ACEE;
            }

            .refereal_card_footer > div.d-flex > a:hover {
                cursor: pointer;
                opacity: 0.6;
            }

    .td-first-left > a {
        text-align: left;
        display: block;
    }

    .attached-wrapper_drag {
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: auto;
    }

        .attached-wrapper_drag li {
            display: inline-block;
            margin: 8px 8px 0 0;
        }

    .desc_autoscroll {
        height: 150px;
        padding: 2px 4px;
        overflow-y: auto;
    }

    .td-wdadj {
        width: 54%;
        white-space: unset !important;
    }


    .desc_scroll {
        max-height: 96px;
        overflow: hidden;
        padding-right: 3px;
    }

    .desc_scroll_adj {
        max-height: 90px;
        overflow: hidden;
        background: #f9fafc;
        border: 1px solid #ebecf0;
        padding: 6px;
        border-radius: 7px;
    }

    .desc_scroll:hover {
        overflow: auto;
    }

        .desc_scroll:hover::-webkit-scrollbar-track {
            background: #fff;
            border: solid 1px #b3b3b3;
            border-radius: 15px;
        }

        .desc_scroll:hover::-webkit-scrollbar {
            width: 6px;
            height: 6px;
        }

    .desc_scroll::-webkit-scrollbar-thumb {
        border-radius: 15px;
    }

    .CancelTopIcon {
        position: absolute;
        top: 5px;
        right: 62%;
        background: red;
        border-radius: 50%;
        padding: 2px 6px;
        color: #fff;
    }

    .EraseTopIcon {
        position: absolute;
        top: 38px;
        right: 62%;
        background: #1d7fae;
        padding: 4px 6px;
        border-radius: 39px;
        color: #fff;
    }

    /*ul select*/
    .ul_select li {
        display: none;
        cursor: pointer;
        padding: 5px 10px;
        border-top: 1px solid black;
        min-width: 150px;
    }

        .ul_select li:first-child {
            display: block;
            border-top: 0px;
        }

    .ul_select {
        display: inline-block;
        padding: 0;
        position: relative;
        float: right;
        position: absolute;
        z-index: 1000;
        width: 91%;
        box-sizing: border-box;
    }

        .ul_select li:hover {
            background-color: #ddd;
        }

        .ul_select li:first-child:hover {
            background-color: transparent;
        }

        .ul_select.open li {
            display: block;
        }

        .ul_select span:before {
            position: absolute;
            top: 5px;
            right: 15px;
            content: "\2193";
        }

        .ul_select.open span:before {
            content: "\2191";
        }

    .hide-span + span {
        display: none !important
    }

    .btn-icon {
        text-decoration: none !important
    }

    h5.fs-14.mb-0 > p > img {
        display: block;
        width: 67%;
        object-fit: contain;
        margin-bottom: 5px;
        box-sizing: content-box;
    }

    h5.fs-14.mb-0 > figure > img {
        display: block;
        width: 67%;
        margin-bottom: 5px;
        object-fit: contain;
        box-sizing: content-box;
    }

    .navigate_text {
        font-size: 15px !important;
    }

    a.btn {
        text-decoration: none !important;
    }

    .scroll_cmn {
        height: 120px;
        overflow-y: auto;
        line-height: 22px;
    }

    .table th > label {
        margin-bottom: 0;
    }

    /* .page-content {
        padding: calc(47px + 1.5rem) calc(1.5rem * .5) 60px calc(1.5rem * .5);
    }*/

    .footer {
        padding: 8px calc(1.5rem * .5);
        height: 35px;
    }

    .table-feildcntrl th:nth-child(1) {
        width: 45% !important;
    }

    .table-feildcntrl td:nth-child(1) {
        width: 38% !important;
    }

    .table-feildcntrl td:nth-child(2) {
        width: 10% !important;
    }

    .table-feildcntrl td:nth-child(3) {
        width: 10% !important;
    }

    .table-feildcntrl td:nth-child(4) {
        /*width: 26% !important;*/
        min-width: 320px;
        max-width: 320px;
        /*display: block;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .table-feildcntrl td:nth-child(5) {
        width: 16% !important;
    }

    .text-area-wrap-pa {
        background: #f3f6f9;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 0px 0px 5px 0px;
        font-weight: 700;
    }

    .edit-height {
        height: auto;
        min-height: 24px !important;
        font-size: 13px;
    }

    .text-area-wrap::first-letter {
        text-transform: capitalize !important;
    }

    .text-area-wrap > a {
        text-transform: lowercase !important;
    }

        .text-area-wrap > a::first-letter {
            text-transform: capitalize !important;
        }


    .span-badge {
        line-height: 14px;
    }

    .tooltip-top {
        position: relative;
        display: inline-block;
    }

        .tooltip-top:hover {
            cursor: pointer;
        }


        .tooltip-top .tooltiptext-top {
            min-width: 66px;
            visibility: hidden;
            background-color: black;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 0;
            position: absolute;
            z-index: 1;
            top: -36px;
            left: -18px;
            right: 0;
            margin: 0 auto;
            padding: 3px 6px;
            text-align: center;
        }

        .tooltip-top:hover .tooltiptext-top {
            visibility: visible;
        }


        .tooltip-top > i {
            font-weight: bolder;
            color: #654cff;
        }

    .ft-logo {
        width: 89px;
        margin: 0 auto;
    }

    .hd-logo {
        width: 122px;
        margin: 0 auto;
        height: 100%;
        margin-bottom: 12px;
    }

    .dot-line {
        margin: 15px 0;
        border: 1px dotted gray;
        width: 100%;
    }

    .empfill_fld {
        border-left: unset;
        border-top: unset;
        border-right: unset;
        border-radius: unset !important;
        margin-bottom: 8px;
    }

    .tooltiptext-top::after {
        content: '';
        position: absolute;
        left: 40%;
        top: 21px;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #000;
    }

    .form-des {
        background-color: #fff;
        border-top: 4px solid #4b38b3;
        margin: 10px auto 0;
    }

    .spanbadge {
        display: flex;
        gap: 3px;
        line-height: 9px;
        padding: 5px 10px;
    }

    .btncls {
        position: relative;
        top: auto;
        right: 17px;
        bottom: -20px;
        background-color: #80808057;
        border-radius: 50%;
        z-index: 1000;
    }

    .ticket-area {
        display: flex;
        gap: 30px;
    }

    .tkt-stick {
        display: flex;
        gap: 4px;
        height: 20px;
        position: relative;
    }

        .tkt-stick::after {
            position: absolute;
            /*content: "|";*/
            right: -18px;
            top: 3px;
            opacity: 0.3;
        }

    .copy-wrt {
        display: none;
        line-height: 24px;
        /*display: inline-block;*/
        background-color: #5f46f124;
        width: 23px;
        border-radius: 4px;
        text-align: center;
        color: #5f46f1;
    }

        .copy-wrt:hover {
            cursor: pointer;
        }

        .copy-wrt > i {
            position: relative;
            top: 2px;
        }

    .Leaves_all {
        font-size: 13px;
        height: 40px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .hd-cmnt {
        text-align: justify;
    }

    .hand-cursor:hover {
        cursor: pointer
    }

    .clock-tb_th {
        width: 35%;
    }

    .clock_td.accordion-button {
        background-color: transparent;
        width: 35px;
        height: unset;
        padding: 0;
        display: block;
        text-align: center;
        box-shadow: unset;
    }

        .clock_td.accordion-button > i {
            font-size: 23px;
            opacity: 0.8;
            text-align: center;
        }

        .clock_td.accordion-button::after {
            font-size: 22px;
        }



    .clock_td_date {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        height: 48px;
    }

        .clock_td_date > label {
            display: block;
            margin-bottom: 2px;
        }

    .clock_td_action {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        height: 48px;
    }

    .accr_clock {
        border: unset;
        background-color: transparent;
    }

    .clock_det {
    }


        .clock_det > h5,
        .clock_det > label,
        .clock_det > p {
            font-size: 14px;
            margin-bottom: 0;
        }

        .clock_det > h5,
        .clock_det > label {
            font-weight: 500;
        }

        .clock_det > h5 {
            font-size: 14px;
            margin-bottom: 7px;
            padding-left: 6px;
            line-height: 27px;
            background-color: #4b38b330;
            color: #4b38b3;
        }

        .clock_det > label {
            margin-bottom: 2px
        }

        .clock_det > p {
        }


    .crossRotate:active {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .chat-conversation {
        height: calc(48vh - 120px);
    }

    .fs-10 {
        font-size: 10px;
    }

    .btn-action_btn {
        width: 25px !important;
        height: 25px !important;
    }

    .chat-input-links .links-list-item > .btn {
        font-size: 0;
    }

    .btn-action_i > i {
        font-size: 14px !important;
    }

    .btn-action_icon {
        font-size: 13px !important;
        line-height: 25px;
    }

    .chat-conversation .conversation-list .ctext-wrap {
        margin-bottom: 0;
    }

    .chat-conversation .conversation-list {
        margin-bottom: 8px;
    }

    .input-wrapper-inpu {
        background-color: #e9e9e9;
        padding: 6px;
        -webkit-box-shadow: 0 1px 2px rgba(56,65,74,.15);
        box-shadow: 0 1px 2px rgb(126 126 126 / 15%);
        margin-top: 4px;
    }

    .overflow-auto_scroll::-webkit-scrollbar-track {
        background: #fff;
    }

    .overflow-auto_scroll::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        border-radius: 6px;
    }

    .line-icons {
        line-height: 27px;
    }

    .avatar {
        /*  width: 100px;
    height: 100px;*/
        background-color: #6952f7; /* Background color */
        color: #fff; /* Text color */
        /*  font-size: 36px;*/ /* Font size */
        font-weight: bold; /* Font weight */
        text-align: center;
        /*  line-height: 100px;*/ /* Center vertically */
        border-radius: 50%; /* Makes it a circle */
    }

    .av_name {
        line-height: 24px;
        font-weight: 400;
        font-size: 11px;
    }

    .no_tx_dec {
        text-decoration: none !important;
    }

    .av_name_sq {
        /*line-height: 25px;*/
        font-weight: 400;
        font-size: 19px;
        /* text-align: center; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .av_name_cal {
        line-height: 33px;
        font-weight: 400;
        font-size: 19px;
        text-align: center;
    }

    .card-feilds {
        border: 1px solid #95959529;
        margin-bottom: 0;
        box-shadow: 2px 2px 10px rgb(255 255 255 / 10%);
    }
    /*@media(max-width: 1920px) {
    textarea.editor_description {
        min-height: calc(12.5em + 1rem + 2px);
    }

}*/
    .desc_scroll > ol, ul {
        padding-left: 16px;
        margin-bottom: 0;
    }

    .per_title {
        font-size: 20px !important;
        margin-bottom: 0;
    }

    .parent_tr:hover {
        background-color: #efeff47d;
    }

        .parent_tr:hover + .chaild_tr {
            background-color: #efeff47d;
        }

    .av_name_leave_cal {
        line-height: 28px;
        /* font-weight: 400; */
        font-size: 15px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .select2, .ck-editor, .form-select, .form-control {
        margin-bottom: 8px;
    }

    .faq_wrapper {
    }

        .faq_wrapper > div.d-flex > h5 {
            font-size: 20px;
            color: #644bfe;
        }

        .faq_wrapper > div.d-flex + p {
            font-size: 15px;
            color: #303030;
            border-bottom: 2px solid #4b38b3;
            display: inline-block;
            margin-bottom: 10px;
        }

        .faq_wrapper > ol, .faq_wrapper > ul {
            padding-left: 14px;
            margin-bottom: 2px;
        }

            .faq_wrapper > ol > li > p {
                margin-bottom: 0;
                line-height: 23px;
                color: #303030;
            }

            .faq_wrapper > ol > li > ul > li {
                margin-bottom: 0;
                line-height: 23px;
                color: #303030;
            }

            .faq_wrapper > ol > li > p > img {
                /*margin: 20px 0px;*/
                width: auto;
                object-fit: contain;
                /* height: 250px; */
                max-width: 100%;
                border: 1px solid #f2f2f7;
                padding: 6px 6px;
                background-color: #f2f2f7;
                border-radius: 4px;
            }

        .faq_wrapper img {
            /*margin: 20px 0px;*/
            width: auto;
            object-fit: contain;
            /* height: 250px; */
            max-width: 100%;
            border: 1px solid #f2f2f7;
            padding: 6px 6px;
            background-color: #f2f2f7;
            border-radius: 4px;
        }


    .atach_faq {
        margin: 15px 0;
    }

        .atach_faq > div > label {
            display: block;
            margin-bottom: 0;
            color: #654cfe;
            font-weight: bold;
            font-size: 15px;
            /* border-bottom: 3px solid #654cfe;*/
            width: auto;
            margin-bottom: 7px;
            letter-spacing: 2px;
        }

        .atach_faq > div {
            margin-right: 20px;
        }

    .word-algn {
        white-space: inherit;
        text-align: left !important;
        line-height: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .setting_head {
        line-height: 27px;
        font-size: 17px;
        margin-bottom: 7px !important;
        font-weight: 600;
    }

    .bg-yellow {
        background-color: #28a197 !important;
    }

        .bg-yellow > i {
            color: #fff !important;
        }

    .bg-green {
        background-color: #5694ca !important;
    }

        .bg-green > i {
            color: #fff !important;
        }

    .bg-pink {
        background-color: #d53880 !important;
    }

        .bg-pink > i {
            color: #fff !important;
        }


    .bg-orange {
        background-color: #1d70b8 !important;
    }

        .bg-orange > i {
            color: #fff !important;
        }

    .bg-olive {
        background-color: #85994d !important;
    }

        .bg-olive > i {
            color: #fff !important;
        }

    .cust-padd {
        padding: 3px 4px !important;
    }

    .ul_under > ul {
        padding-left: 20px;
    }

    .hover {
        color: #000;
        border: 2px dashed #000;
    }

    .editro_view > img, .editro_view > object {
        width: auto;
        max-width: 100%;
    }

    .editro_view {
        width: 100%;
    }

    .nobreak {
        white-space: nowrap !important;
    }

    .nowrap-show {
        white-space: nowrap !important
    }

    .multiline-eclips {
        width: 327px;
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 20px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 19px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .profile-wid-bg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 430px;
    }

    .page-link {
        padding: .375rem .55rem;
    }

    #Documentviewforreveiw > object {
        width: 100%;
        object-fit: cover;
        max-width: 100%;
    }

    figure img {
        width: 100%;
    }

    .ckeditorpreview img, .ckeditorpreview p img, ckeditorpreview ol li img {
        width: 100%;
        min-width: auto;
        max-width: max-content;
    }


    .file-image {
        font-size: 60px;
        color: #4a566e;
    }

    .file-pdf {
        font-size: 60px;
        color: #e21b1b;
    }

    .file-excel {
        font-size: 60px;
        color: #37aa03;
    }

    .file-upload {
        font-size: 60px;
        color: #01b0f1;
    }

    .file-word {
        font-size: 60px;
        color: #00c8c8;
    }

    .file-csv {
        font-size: 60px;
        color: #4071f7;
    }

    .file-circle {
        font-size: 60px;
        color: #c0c0c0;
    }

    .image-upload {
        overflow-y: hidden;
    }

        .image-upload > input {
            display: none;
        }

    .paper-shadow {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .shadow-custom {
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

    .greet-bg {
        background: radial-gradient(592px at 48.2% 50%, rgba(255, 255, 249, 0.6) 0%, rgb(160, 199, 254) 74.6%);
    }

    .accountbg {
        background: url(../images/rightbg.png) right top no-repeat, url(../images/leftbg.png) left bottom no-repeat;
        background-size: 20% 45% auto;
    }

    .page-content {
        padding: calc(65px + 1.5rem) calc(1.5rem * .5) 60px calc(1.5rem * .5);
    }

    .showicon {
        display: inline-block;
        visibility: hidden;
        opacity: 0;
    }

    .showicon-parent:hover .showicon {
        visibility: visible;
        opacity: 1;
        transition: all 0.5s;
    }

    .no-wrapper {
        white-space: nowrap;
    }

    .accor_small-btn {
        line-height: 0;
        padding: 8px;
        height: 28px;
    }

    .bg-trans {
        background-color: transparent !important;
    }

    /*.kendo-scheduler, .k-event {
    left: 2% !important;
    width:115px !important;
}
.k-edit-label {
    margin: 0px !important;
    width: 100% !important;
    text-align: start !important;
    float: none !important;
}
.k-picker, .k-edit-field {
    width: 100% !important;
}*/
    .JungleMist {
        color: #b4ccda;
    }

    .SaharaSand {
        color: #f4e58d;
    }

    .Sprout {
        color: #b4ddad;
    }

    .k-event {
        background: transparent !important;
        color: #000 !important;
    }

    .cmpdet {
        font-size: 11px;
        line-height: 25px;
        text-align: center;
    }

    .k-window {
        min-width: 530px !important;
        max-width: 530px !important;
    }

    .icon-align_text {
        position: relative;
        top: 2px;
    }

    .navbar-menu {
        z-index: 1001;
    }

    button.acc-btn {
        /* create a grid */
        display: grid;
        /* create colums. 1fr means use available space */
        grid-template-columns: 1fr max-content max-content;
        align-items: center;
        grid-gap: 10px;
    }

    .range {
        --ticksThickness: 1.5px;
        --ticksHeight: 30%;
        --ticksColor: silver;
        display: inline-block;
        background: silver;
        background: linear-gradient(to right, var(--ticksColor) var(--ticksThickness), transparent 1px) repeat-x;
        background-size: calc(100%/((var(--max) - var(--min)) / var(--step)) - .1%) var(--ticksHeight);
        background-position: 0 bottom;
        position: relative;
    }

    .sub-cont {
        margin: 0;
        font-size: 15px;
    }

    /*.range-outputcount {
}*/
    .tooltip-top {
        z-index: 9999;
    }

    .hidechoosefile::-webkit-file-upload-button {
        visibility: hidden;
    }

    .moreitems-right {
        position: absolute;
        right: 0;
        top: 23px;
        margin-right: 25px;
    }

    .alertbody {
        background: #ffffff;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 5px 8px;
        gap: 10px;
        border-radius: 7px;
        border: 1px solid #fcc2c5;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

        .alertbody > i {
            width: 24px;
            text-align: center;
            font-size: 23px;
            background: white;
            color: #d2575e;
            border-radius: 3px;
        }

    .alertbody_block {
        padding: 2px;
        /*width: 280px;*/
    }

    .alertbody_btn {
        background: #d2575e;
        border: none;
        padding: 2px 18px;
        border-radius: 5px;
        color: #fff;
        line-height: 20px;
    }

    .table-scroll {
        max-height: 230px;
        overflow-y: scroll;
        display: inline-block;
    }

    .experience-card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        padding: 10px;
        margin-bottom: 13px;
        /*box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);*/
        transition: background-color 0.3s ease;
    }

        .experience-card.active {
            background-color: #e7f5ff;
            border-color: #a5d8ff;
        }

    .role {
        text-align: left;
    }

        .role h2 {
            font-size: 16px;
            font-weight: 500;
            color: #4b38b3;
            text-transform: capitalize;
            margin: 0 0 8px;
        }

        .role p {
            position: relative;
            margin-left: 33px;
            line-height: 26px;
            margin-bottom: 0;
        }

        .role label {
            margin-bottom: 0;
            font-size: 14px;
            color: #303030;
        }

    .disg {
        color: #aaa;
        font-size: 10px;
    }

    .role p span.prefix {
        position: absolute;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        text-align: center;
        /* padding: 3px; */
        left: -34px;
        /*background: #4b38b3;*/
        font-size: 11px;
        /* font-weight: 500; */
        /* line-height: 20px; */
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }

    .switchingwrapper {
        min-height: 88px;
        max-height: 350px;
        overflow: auto;
    }

    .company {
        font-size: 14px;
    }

    .duration {
        font-size: 12px;
        color: #aaa;
    }

    .arrow {
        font-size: 20px;
        width: 30px;
        text-align: center;
        border-radius: 25px;
    }

        .arrow:hover {
            background-color: #4b38b3;
            color: #fff;
        }

    .experience-card:hover {
        background-color: #4b38b30a;
    }

    .createcompnay {
        /*border: 1px solid #e8e8e8;
    margin-bottom: 12px;*/
        padding: 5px 10px;
    }

        .createcompnay > div > h5 {
            font-size: 15px;
            color: #4b38b3 !important;
            border-bottom: 1px solid #ededed;
            /* padding-bottom: 8px; */
            margin-bottom: 12px !important;
        }

    .modal-bodyscroll {
        /*overflow-y: auto;
    height: calc(85.5vh - 34px);*/
    }

    .photoframe {
        width: 200px;
        height: 65px;
        background-color: #f1f1f13d;
        margin-bottom: 8px;
        border: 1px dashed #646464;
    }

        .photoframe > img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }


    .boredr-btn {
        border: 1px solid #4b38b3;
        padding: 4px 10px;
        width: fit-content;
        color: #4b38b3;
        font-size: 14px;
        border-radius: 58px;
        width: 202px;
    }

    .profile-block {
        display: flex;
        justify-content: space-between;
    }


    .profileblockname {
        font-size: 17px;
    }

    .profileblock {
        display: flex;
        gap: 12px;
    }

        .profileblock > label, .profileblock > span {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 0;
        }

        .profileblock > span {
            color: gray;
        }

    .brline {
        border-bottom: 1px solid #dbdbdb;
        margin: 12px 0;
    }

    .labeldesign {
        margin-bottom: 22px;
    }

        .labeldesign > label {
            font-size: 13px !important;
            margin-bottom: 0 !important;
            color: #a1a1a1 !important;
            font-weight: 300;
        }

        .labeldesign > p {
            font-size: 14px;
            margin-bottom: 2px;
            color: #363636;
            font-weight: 600;
        }

    .clrtheme {
        color: #4b38b3;
    }

    .insturctiontext {
        color: #787878;
    }

    .listbox-wrapper > h6 {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }

    .listbox-wrapper > small {
        font-size: 11px;
    }

    .toggle1, .email-slide, .toggle2, .toggle3 {
        box-shadow: none;
        font-size: 22px;
        font-weight: 100;
        color: white;
        background-color: #644cfd;
        padding: 0;
        width: 28px;
        height: 28px;
        line-height: 0;
        border-radius: 6px;
        margin: 8px 8px 3px 3px;
        padding: 4px 5px 6px;
    }

        .toggle1:hover, .email-slide:hover, .toggle2:hover, .toggle3:hover {
            color: white;
        }

    .ftlableclr {
        color: #2e3236;
        opacity: 1;
    }

    .zoom-in-out-box {
        margin: 24px;
        animation: zoom-in-zoom-out 2s ease infinite;
    }

    @keyframes zoom-in-zoom-out {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.5, 1.5);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .light-filed {
        background: #f8f8f8;
        border: none !important;
        border-bottom: 1px solid #eeeeee !important;
        margin-bottom: 15px;
    }

        .light-filed:focus {
            background: #f8f8f8;
            border-bottom: 1px solid #4b38b3 !important;
        }

    #copiedMessage {
        display: none;
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: #000;
        color: white;
        padding: 5px 15px;
        border-radius: 3px;
        animation: fadeOut 2s forwards;
        z-index: 10;
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .text-gradient-1 {
        background: linear-gradient(89.86deg, #000 -78.51%, #523ae5 97.7%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .no-gutter {
        margin-right: 0;
        margin-left: 0;
    }

        .no-gutter > [class*="col-"] {
            padding-right: 8px;
            padding-left: 8px;
        }

    .section-head {
        box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
        padding: 0px 0px 10px 0px;
        /*border: solid 2px transparent;*/
    }

        .section-head:hover {
            /*border: solid 2px #125cd9;*/
        }



    .tasks-board-chart {
        gap: 12px;
    }

        .tasks-board-chart .tasks-list {
            padding: 2px 18px;
            min-width: 300px;
            margin-right: 0;
        }



    .profile-card {
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }

    .profile-header {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .profile-img {
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

    .profile-info {
        margin-left: 15px;
    }

        .profile-info h2 {
            font-size: 18px;
            margin-bottom: 5px;
        }

        .profile-info p {
            font-size: 14px;
            color: #6b7280;
        }

    .dots {
        margin-left: auto;
        font-size: 24px;
        color: #6b7280;
    }

    .profile-details {
        border-top: 1px solid #e5e7eb;
        padding-top: 10px;
    }

    .detail-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 14px;
    }

    .detail-label {
        font-size: 14px;
        color: #6b7280;
    }

    .detail-value {
        font-size: 14px;
        font-weight: bold;
    }

    .contact-info {
        margin-top: 15px;
    }

    .contact-item {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .icon {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }

    .badge-dot {
        width: 12px;
        padding: 0;
        height: 12px;
    }

    .profile-card_adj {
        padding: 0;
        border-radius: 15px;
    }

    .profile-card-padd {
        padding: 20px;
    }

    .card-footer > .ft-block {
        border-radius: 0 0 15px 15px;
    }

    .ft-card-ft {
        border-radius: 0 0 15px 15px !important;
        border: none;
    }

    .rounded-cornerdetails {
        border-radius: 15px;
        border: none;
    }

    .profile-card_adj {
        box-shadow: none;
    }

    .dot-align {
        bottom: -6px;
        left: 46px !important;
    }

    .text-name-wrapper {
        width: 50px;
        height: 50px;
        background: #f3f6f9;
        border-radius: 50% !important;
        text-align: center;
        line-height: 50px;
        margin-top: 0 !important;
    }

    .emailclips {
        width: 275px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dropdown-adjdots {
        line-height: 8px;
        padding: 6px 0;
    }

    .emp_controls {
        gap: 8px;
    }

        .emp_controls > a {
            background: #f2f2f7;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 18px;
            padding: 4px;
            border: 1px solid #f2f2f7;
            border-radius: 6px;
        }

            .emp_controls > a:first-child:hover {
                border: 1px solid #45cb8587;
            }

            .emp_controls > a:nth-child(2):hover {
                border: 1px solid #ffbe0b7a;
            }

    .cbtn-xs {
        background: #388E3C;
        padding: 4px 8px;
        color: #fff;
        font-size: 12px;
        border-radius: 3px;
        text-decoration: none !important;
        cursor: pointer;
    }

        .cbtn-xs:hover {
            color: #fff;
        }

    .bg-img-clr {
        background: linear-gradient(hsl(175.04deg 60.2% 39.41% / 27%), rgb(40 161 151 / 90%)), url(../images/pattren.jpg);
    }

    .bg-img-pinkclr {
        background: linear-gradient(hsl(300.23deg 72.77% 41.76% / 34%), rgb(172 29 184 / 75%)), url(../images/pattren.jpg);
    }

    .bg-img-ligtblueclr {
        background: linear-gradient(#00bcd44f, #00bcd4eb), url(../images/pattren.jpg);
    }

    .bg-img-brownclr {
        background: linear-gradient(#f2b04c38, #e2aa56), url(../images/pattren.jpg);
    }

    .bg-img-bringleclr {
        background: linear-gradient(#8e43e152, #8e43e1f5), url(../images/pattren.jpg);
    }

    .bg-img-redclr {
        background: linear-gradient(#455a6440, #546E7A), url(../images/pattren.jpg);
    }

    .bg-img-oliveclr {
        background: linear-gradient(#85994d36, #85994df2), url(../images/pattren.jpg);
    }

    .right-top-text {
        position: absolute;
        right: 10px;
        top: 0px;
        font-size: 11px;
        font-weight: 500;
    }

    .locationbadge {
        background: #f1f1f1;
        padding: 3px 7px;
        border-radius: 4px;
        color: #299cdb;
        font-size: 12px;
        font-weight: 500;
    }

    .bg-lightblue {
        background: #e4faff;
        padding: 2px 8px;
        border-radius: 3px;
        width: max-content;
        margin-bottom: 4px;
    }

    @keyframes blink {
        50% {
            opacity: 0.5;
        }
    }

    .blink {
        animation: blink 1s step-start 0s infinite;
    }

    .upanddown {
        -webkit-animation: action 1s infinite alternate;
        animation: action 1s infinite alternate;
    }

    @-webkit-keyframes action {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-10px);
        }
    }

    @keyframes action {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-10px);
        }
    }

    .iconbg {
        background-color: #c2e0ff;
    }

    .nostylebr {
        border: none !important;
    }

    .popover_wrapper {
        position: relative;
    }

    .popover_content {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 37px;
        transform: translate(-135px, 1px);
        background-color: #fff;
        padding: 1rem;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        width: 350px;
    }

        .popover_content:before {
            position: absolute;
            z-index: -1;
            content: "";
            right: calc(50% - 15px);
            top: -8px;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #cacaca transparent;
            transition-duration: 0.3s;
            transition-property: transform;
        }

    .popover_wrapper:hover .popover_content {
        z-index: 1080;
        opacity: 1;
        visibility: visible;
        transform: translate(-165px, 1px);
        transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    }

    .collpse-arrow-doc {
        position: absolute;
        left: 1px;
        top: -9px;
        background: #f1eff9;
        color: #4b38b3;
        border: solid 1px #4b38b3;
        font-weight: bold;
        font-size: 14px;
        border-radius: 15px;
        z-index: 1;
    }

    .editable-text {
        border: none;
        font-size: 18px;
        padding: 0px 0px 0px 5px;
        min-width: 5vw;
        width: 50vw;
    }

        .editable-text:hover, .editable-text:active, .editable-text:focus-visible, .editable-text:focus {
            outline: none;
            background: rgb(242,240,255);
            background: linear-gradient(90deg, rgba(242,240,255,1) 0%, rgba(255,255,255,1) 100%);
            color: #4b38b3;
        }

    #addDiv {
        display: none;
        transition: max-height 0.5s ease-in-out;
        overflow: hidden;
        max-height: 0;
    }

        #addDiv.show {
            display: block;
            max-height: 500px;
        }

    .defaultEmpBg {
        background: rgb(242, 240, 255);
        background: linear-gradient(178deg, rgba(242, 240, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    }

    .bottom-shadow-box {
        box-shadow: rgb(75 56 179 / 17%) 0px -50px 36px -28px inset;
        position: absolute;
        bottom: 0;
        height: 47px;
        width: 96.5%;
        z-index: 10;
    }

    .bg-dangerGradient {
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,222,222,1) 100%);
    }

    .table-editable-fields .select2-selection__rendered,
    .table-editable-fields .select2-selection--multiple, .table-editable-fields input[type="text"], .table-editable-fields input[type="date"], .table-editable-fields input[type="number"], .table-editable-fields input[type="file"] {
        background: url(../images/pencilIcon.png) 5px 11px / 15px 15px no-repeat white !important;
        border: none !important;
        padding-left: 27px;
    }

        .table-editable-fields .select2-container--open .select2-selection__rendered,
        .table-editable-fields .select2-container--open .select2-selection--multiple, .table-editable-fields .select2-selection--multiple, .table-editable-fields input[type="text"]:focus, .table-editable-fields input[type="date"]:focus, .table-editable-fields input[type="number"]:focus {
            background: url(../images/pencilIcon.png) 5px 11px / 15px 15px no-repeat #f8f7ff !important;
            border: none !important;
            padding-left: 27px;
            border-bottom: solid 1px #7257b7 !important;
            border-radius: 0px !important;
        }

        .table-editable-fields .select2-container--default.select2-container--disabled .select2-selection--single, .table-editable-fields input[type="text"]:disabled {
            cursor: not-allowed;
        }

        .table-editable-fields input[type="file"]::-webkit-file-upload-button {
            display: none;
        }

    .table-editable-fields .select2-selection--multiple {
        padding-left: 0px !important;
    }

    .table-editable-fields .select2-dropdown,
    .table-editable-fields .select2-results__options {
        min-width: 178px !important;
        max-width: 600px !important;
    }

    .table-editable-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none !important;
    }

    .table-editable-fields .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 32px !important;
    }

    .table-editable-fields .select2-container .select2-selection--single {
        border: none !important;
    }

    .table-editable-fields .select2-search__field {
        padding-left: 15px !important;
    }

    .select-length .select2.select2-container {
        width: 230px !important;
    }

    .borderlessfields {
        background-color: #f3f6f9;
        padding: 10px 10px 16px 10px;
        border-radius: 15px;
        margin: 0px 0px;
    }

        .borderlessfields .select2-selection__rendered,
        .borderlessfields .select2-selection--multiple, .borderlessfields input[type="text"], .borderlessfields input[type="date"], .borderlessfields input[type="number"], .borderlessfields input[type="file"], .borderlessfields .dropdown-toggle {
            background: url(../images/pencilIcon.png) 5px 11px / 15px 15px no-repeat white !important;
            border-radius: 10px !important;
            border: none !important;
            padding-left: 27px;
        }

    .dropdown-toggle::after {
        display: none !important;
    }

    .borderlessfields .select2-container--default.select2-container--disabled .select2-selection--single, .borderlessfields input[type="text"]:disabled {
        cursor: not-allowed;
    }

    .borderlessfields input[type="file"]::-webkit-file-upload-button {
        display: none;
    }

    .borderlessfields .select2-selection--multiple {
        padding-left: 0px !important;
    }

    .borderlessfields .select2-dropdown,
    .borderlessfields .select2-results__options {
        min-width: 178px !important;
        max-width: 600px !important;
    }

    .borderlessfields .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none !important;
    }

    .borderlessfields .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 32px !important;
        border-radius: 10px !important;
    }

    .borderlessfields .select2-container .select2-selection--single {
        border: none !important;
        border-radius: 10px !important;
    }

    .borderlessfields .select2-search__field {
        padding-left: 15px !important;
    }

    .dropdown-menu-cust {
        transform: translate3d(0px, 60px, 0px) !important;
        border: solid 1px #d5d5d5;
    }

    .rounded-filed .select2-container .select2-selection--single, .rounded-filed input[type="date"], .rounded-filed input[type="text"], .rounded-filed input[type="number"] {
        border: solid 1px #ced4da !important;
        border-radius: 15px !important;
    }

    .no-margin {
        margin-bottom: 0px !important;
    }

    .choosebtn input[type="file"]::-webkit-file-upload-button {
        display: none;
    }

    .tinytextarea .ck-editor__editable {
        min-height: 120px !important;
    }

    #embeddedDocument {
        object-fit: contain;
    }

    .Rota-block {
        padding: 14px;
    }

    .Rota-card-height {
        height: 69vh;
        overflow-y: auto;
    }

    .sticky-top-0 {
        position: sticky;
        top: 0px;
        background: #ffffff;
        z-index: 1;
    }

    .otp-inputs {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .otp-field {
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 20px;
        border: 1px solid #dadada;
        border-radius: 4px;
        margin-right: 8px;
    }

        .otp-field:last-child {
            margin-right: 0;
        }

    .arrow-navtabs .nav-link {
        padding: 4px 14px;
    }

    .cust-search-filed {
        border-left: solid 1px #ced4da;
        border-radius: 10px 30px 30px 10px !important;
    }

    .cust-search-btn {
        padding-bottom: 4px !important;
        border-radius: 30px;
        top: 1.3px;
        right: 13px;
    }

    .highcharts-credits {
        display: none;
    }

    .highcharts-contextmenu {
        z-index: 9999 !important;
        position: absolute !important;
        overflow-y: auto;
        min-height: 250px;
        max-height: 100%;
    }

    .card-custom {
        background-color: #efecff;
        border-radius: 15px;
        padding: 5px;
        min-height: 200px;
        max-height: 200px;
    }

    .btn-custom {
        background-color: black;
        color: white;
        border-radius: 25px;
        padding: 10px 20px;
        text-align: center;
        display: block;
        margin-top: 20px;
    }

    .card-text-custom {
        color: black;
    }

    .Doc-img {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Doc-img-ch {
        max-width: 100%;
        height: auto;
        max-height: 135px;
    }

    .fog-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(239 236 255 / 80%);
        border-radius: 14px 0px 0px 14px;
    }

    .bubble-bg {
        background-image: url(../images/bubble-bg.png) !important;
        background-size: cover;
    }

    .loginfo {
        position: relative;
        padding-left: 25px;
    }

        .loginfo::before {
            content: "";
            position: absolute;
            left: 5px;
            top: 0;
            bottom: 0;
            width: 3px;
            background: #e4effa;
        }

    .loginfo-item {
        position: relative;
        margin-bottom: 20px;
    }

        .loginfo-item::before {
            content: "";
            position: absolute;
            top: 4px;
            left: -25px;
            width: 12px;
            height: 12px;
            background: #007bff;
            border-radius: 50%;
        }

    .comment-data p {
        margin: 0px 0px 0px 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .comment-data-wrapper {
        margin: 0px 0px 0px 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        height: 39px;
        -webkit-box-orient: vertical;
    }

    .invoice-box {
        border: 1px solid #ddd;
        background: white;
        padding: 20px;
        position: relative;
    }

    .email-box {
        background: #f6f5fe;
        border: 1px solid #654cff;
        padding: 20px;
        border-radius: 5px;
    }

    .divider {
        border-bottom: 1px solid #e1e1e1d1;
        margin: 18px 0;
    }

    .expand-arrow {
        position: fixed;
        top: 38.5%;
        right: 0px;
        transform: translateY(-50%);
        padding: 6px 6px;
        /*    border-radius: 2px 0px 0px 2px;
 animation: slideLeftRight 2s ease-in-out infinite; */
        z-index: 55;
        opacity: 1;
        transition: transform 0.3s;
        background: #4b38b3;
        font-size: 16px;
    }


    /*@keyframes slideLeftRight {
    0%, 100% {
        right: 0;
    }

    50% {
        right: 10px;
    }
}*/
    .navbar-menu .navbar-nav .nav-sm .nav-link {
        font-size: 13px;
        padding: 4px 0px 4px 15px !important;
    }

        .navbar-menu .navbar-nav .nav-sm .nav-link:before {
            content: "";
            width: 0px;
            height: 0px;
            background-color: var(--vz-vertical-menu-sub-item-color);
            position: absolute;
            left: 2px;
            top: 22.5px;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            opacity: .5;
        }

    .navbar-menu .navbar-nav .nav-sm {
        padding-left: 0.75rem;
    }

    .nav-box:has(> .collapse.show) {
        border: 1px solid #cbcbcb;
        /*border-top-color: transparent;*/
        border-radius: 0px;
        margin: 0px 8px 0px 8px;
        background-color: #f8f9fa;
        box-shadow: 0 2px 6px rgba(13, 110, 253, 0.2);
    }

    .avatar-tiny {
        height: 1.1rem;
        width: 1.1rem;
        line-height: 18px;
        font-weight: 400;
        font-size: 11px;
        background-color: #6952f7;
        color: #fff;
        text-align: center;
    }


    /* modal animation start */
    .modal.fade .modal-dialog {
        transition: none;
    }

    .modal.fade .modal-dialog {
        transform: translateY(-50px);
        opacity: 0;
        transition: all 0.4s ease;
    }

    .modal.show .modal-dialog {
        transform: translateY(0);
        opacity: 1;
    }

    .modal.fade .modal-dialog {
        transform: scale(0.9);
        opacity: 0;
        transition: all 0.4s ease;
    }

    .modal.show .modal-dialog {
        transform: scale(1);
        opacity: 1;
    }
    /* modal animation end */

    .credential-box {
        max-width: 450px;
        margin: auto;
        border-radius: 10px;
    }

    .pattren-bg {
        background: linear-gradient(to right, rgb(255 255 255 / 0%) 50%, #ffffff 50%), url(../images/flowing-bg.jpg) no-repeat left center;
        background-size: cover;
    }

    .input-box-regular {
        border-left: solid 1px #ced4da !important;
        border-radius: 3px !important;
    }

        .input-box-regular:focus {
            border-left: solid 1px var(--vz-input-focus-border) !important;
        }

    .borderlessfields .select2-container .select2-selection--single {
        border: none !important;
        border-radius: 10px !important;
    }

    .expiring-spark {
        position: relative;
        display: inline-block;
        animation: pulseExpire 1.5s infinite;
    }

        .expiring-spark::after {
            content: "\f005";
            font-family: "Line Awesome Free";
            font-weight: 900;
            position: absolute;
            top: -10px;
            right: -15px;
            animation: spark 2.5s infinite ease-in-out;
            font-size: 0.9rem;
            opacity: 0;
            color: orange;
        }

    @keyframes pulseExpire {
        0%, 100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    @keyframes spark {
        0% {
            transform: scale(0.8) rotate(0deg);
            opacity: 0;
        }

        30% {
            transform: scale(1.2) rotate(20deg);
            opacity: 1;
        }

        60% {
            transform: scale(1) rotate(-20deg);
            opacity: 0.7;
        }

        100% {
            transform: scale(0.8) rotate(0deg);
            opacity: 0;
        }
    }

    .collapse-arrow-icon {
        transition: transform 0.3s ease;
    }

    .help-support-menu {
        transform: translate3d(15px, -42.9px, 0px) !important;
    }

    .tile-bg {
        background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url(../images/modern-flowing-background.jpg) bottom/cover no-repeat;
    }

    .policy-bg {
        background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url(https://cdn-icons-png.flaticon.com/512/10219/10219763.png) right / contain no-repeat;
    }

    .agrement-bg {
        background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url(https://cdn-icons-png.flaticon.com/512/3188/3188004.png) right / contain no-repeat;
    }

    .form-section {
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
        background-color: #f8f9fa;
    }


    .select-box-regular .select2-container .select2-selection--single {
        border-radius: 4px !important;
        border-left: 1px solid #ced4da;
    }

    .filter-bar .select2-container .select2-selection--single {
        height: 38px;
        /*display: flex;
    align-items: center;*/
        border-radius: 4px !important;
        border-left: 1px solid #ced4da;
    }

    .filter-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px;
    }

    .filter-bar .select2-container {
        /*width: 150px !important;*/
        margin-right: 10px;
    }

    .logo-lg-adj > img {
        width: 100%;
        object-fit: contain;
        height: 320px;
    }

    .module-item {
        background: #fff;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 16px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .module-num {
        background: #e9ecef;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        margin-right: 12px;
    }

    .module-left {
        display: flex;
        align-items: center;
    }

    .module-actions {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .dynamic-width {
        position: relative;
    }

    .dynamic-width-btn {
        position: absolute;
        top: 7px;
        left: 10px;
    }

    .onhover-shadown {
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        margin-bottom: 6px;
    }

        .onhover-shadown:hover {
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
        }

    /* Make CKEditor resizable */
    .ck-editor__editable {
        resize: vertical !important;
        min-height: 200px !important;
        max-height: 800px !important;
        overflow: auto;
    }

    .quileditor-wrapper {
        width: 100% !important;
        padding: 0px 15px;
    }

    .select-box-regular-tiny .select2-container .select2-selection--single {
        height: calc(0.5em + 1rem + 2px);
        width: 175px;
    }

        .select-box-regular-tiny .select2-container .select2-selection--single .select2-selection__rendered {
            line-height: 23px;
        }

        .select-box-regular-tiny .select2-container .select2-selection--single .select2-selection__arrow {
            height: 20px;
        }

    .select-box-regular-tiny .select2 {
        margin-bottom: 0px;
    }

    .no-margins p,
    .no-margins div,
    .no-margins h1,
    .no-margins h2,
    .no-margins h3,
    .no-margins h4,
    .no-margins h5,
    .no-margins h6 {
        margin: 0;
        color: var(--vz-link-color);
        font-size: 16px;
        font-weight: semibold;
    }
    /* Container */
    .custom-scroll {
        overflow: auto;
        /*max-height: 300px;*/
        /* Firefox custom scrollbar */
        scrollbar-width: thin;
        scrollbar-color: #aaa transparent;
    }

        /* Chrome, Edge, Safari */
        .custom-scroll::-webkit-scrollbar {
            width: 6px;
            height: 6px;
        }

        .custom-scroll::-webkit-scrollbar-track {
            background: transparent;
        }

        .custom-scroll::-webkit-scrollbar-thumb {
            background-color: #aaa;
            border-radius: 10px;
        }


    .auto-arrow {
        display: inline-block;
        font-size: 24px;
        color: #0d6efd;
        animation: moveRight 3s infinite ease-in-out;
    }

    @keyframes moveRight {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(5px);
        }

        100% {
            transform: translateX(0);
        }
    }

    .lamp {
        width: 80px;
        height: 100px;
        position: relative;
    }

        .lamp::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            width: 2px;
            height: 40px;
            background-color: #d3d3d3;
            transform: translateX(-50%);
        }

    .lamp-shade {
        width: 60px;
        height: 30px;
        background-color: #4b38b3;
        border-radius: 50% 50% 0 0;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .light {
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        height: 200px;
        background: radial-gradient(ellipse at center, rgb(220 213 255), transparent 80%);
        z-index: -1;
    }

    .accordion-new .accordion-item {
        background-color: transparent;
    }

        .accordion-new .accordion-item .accordion-header .accordion-button {
            border-radius: 1rem 1rem 0 0;
            background-color: #fff;
        }

    .task-list-item-add {
        border-radius: 0 0 1rem 1rem;
    }

    .emptyaction {
        position: relative;
    }

    .assignee-dropdown {
        border: 1px solid #ccc;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        background-color: white;
        width: max-content;
        padding: 16px;
        box-sizing: border-box;
        display: none; /* Initially hidden */
        position: absolute;
        top: 50px; /* Adjust as needed to position relative to the button */
        left: unset;
        right: 0;
        z-index: 1000;
    }

    .assignee-dropdown-right-adj {
        width: 600px;
        left: unset;
        right: 0;
    }

    .newtheme-accordion > .accordion-header > .accordion-button {
        border-radius: 6px 6px 0 0;
        padding: 15px 15px 15px 12px;
        background-color: #fff;
    }

    .tb-head-bg {
        background: #f9fafb;
    }

    .newtheme-tb > tbody > tr > td {
        padding-top: 0;
        padding-bottom: 0;
    }


    .custom-commentbox-section {
        background: #f8f9fb;
        padding: 10px 10px;
    }

    .custom-commentbox {
        background: #fff;
        border: unset;
    }

    .sub-task-item {
        transition: background 0.2s;
    }

        .sub-task-item:hover {
            background: #f1f3f5;
        }




    .bg-warning.bg-opacity-10 {
        background-color: #fffbe6 !important;
        border-color: #ffe066 !important;
    }





    .comment-item:hover .comment-actions {
        display: flex !important;
    }

    .bg-teal-light {
        background-color: #e6fffb !important;
        border-color: #36cfc9 !important;
    }

    .bg-blue-light {
        background-color: #e6f7ff !important;
        border-color: #91d5ff !important;
    }

    .bg-pink-light {
        background-color: #fff0f6 !important;
        border-color: #ffadd2 !important;
    }

    .border-pink {
        border-color: #ffadd2 !important;
    }

    .bg-yellow-light {
        background-color: #fffbe6 !important;
        border-color: #ffe066 !important;
    }

    .border-yellow {
        border-color: #ffe066 !important;
    }

    .newtheme-tb > tbody > tr > td {
        border-color: transparent;
    }

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px;
        margin-bottom: 7px;
        border-bottom: none;
        border-radius: 4px;
    }

    .wd-crcl {
        display: inline-block;
        text-align: center;
        font-size: 10px;
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

    /* It is Effecting other Modules 
.list-group-flush .list-group-item:hover {
    background-color: #3c2d8f !important;
    cursor: pointer;
    box-shadow: 0 3px 3px rgba(56,65,74,0.1);
}
    .list-group-flush .list-group-item:hover .wd-crcl {
        background-color: #fff !important;
        color: #4b38b3 !important;
    }
    .list-group-flush .list-group-item:hover .form-check-label {
        color: #fff;
    }
*/

    .showcard {
        width: 350px;
        border: 1px solid #ccc;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        position: relative;
        margin: 30px 0;
    }

    .showcard-image {
        width: 100%;
        height: 240px;
        position: relative;
        overflow: hidden;
    }

        .showcard-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;
        }

    .showcard:hover .showcard-image img {
        filter: blur(4px);
        transform: scale(1.05);
    }

    .showcard-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 240px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 2;
    }

    .showcard:hover .showcard-overlay {
        opacity: 1;
    }

    .showcard-overlay .btn-group {
        display: flex;
        gap: 10px;
    }

    .showcard-overlay .btn {
        padding: 10px 16px;
        background: rgba(255,255,255,0.9);
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        transition: background 0.2s ease;
    }

        .showcard-overlay .btn:hover {
            background: #eee;
        }

    .showcard-name {
        line-height: 32px;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        font-size: 15px;
        padding: 2px 10px;
        font-weight: 400;
        background: #f8f8f8;
    }

    .highcharts-data-table {
        display: none !important;
    }

    .card {
        margin-bottom: 1rem !important;
    }

    .unset-index .select2-container {
        z-index: unset !important;
    }

    .training-card {
        /*padding: 19px;*/
        border-radius: 1rem;
        margin-bottom: 22px;
    }

        .training-card:hover {
            transition-duration: 300ms;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
            box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
        }

    .icon-badge {
        height: 40px;
        width: 40px;
        border-radius: 0.75rem;
        background-color: #fee2e2;
        text-align: center;
    }

    .text-red-500 {
        color: #ef4444;
    }

    .trailcard-id {
        color: #4f46e5 !important;
        background-color: #e0e7ff;
        border-radius: 8px;
        font-size: 12px;
    }

    .trailcard-badge {
        color: #4f46e5;
        background-color: #e0e7ff;
        border-radius: 1px;
        font-size: 12px;
    }

    .training-card > h3 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 0.5rem;
        width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .training-card > p {
        color: #64748b;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0.5rem;
        width: 292px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .training-card-act-btn {
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 0.75rem;
        font-size: 16px;
        line-height: 40px;
    }

    .text-training-points > span {
        color: #64748b;
    }

    .icon-badge > i {
        font-size: 16px;
    }

    .border-10 {
        border-radius: 10px !important;
    }

    .arrow-icon {
        transition: transform 0.3s ease;
    }
    /* Rotate arrow when expanded */
    button[aria-expanded="true"] .arrow-icon {
        transform: rotate(180deg);
    }


    .top-task-container {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        width: 100%; /* take parent width */
        white-space: nowrap; /* prevents wrap */
    }

        .top-task-container::-webkit-scrollbar {
            display: none; /* optional: hide scrollbar for cleaner look */
        }

    .task-card-shifts {
        border-radius: 10px;
        width: 250px;
        background: #f8f9fa;
        flex-shrink: 0; /* do not shrink */
        min-width: 200px; /* fixed card width */
    }

    .left-arrow-btn,
    .right-arrow-btn {
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        z-index: 10;
        width: 32px;
        height: 32px;
        opacity: 0.5;
    }

    .right-arrow-btn {
        right: -30px;
    }

    .left-arrow-btn {
        left: -40px;
    }

        .right-arrow-btn:hover,
        .left-arrow-btn:hover {
            opacity: 1;
        }



    /* Hide default choices inside Select2 box */
    .hidechoices .select2-selection__choice {
        display: none !important;
    }

    /* Custom tag pill style */
    #TagsAboveInput .tag, #SkillsAboveInput .tag {
        background: #e7f0ff;
        color: #1a56db;
        border-radius: 20px;
        padding: 5px 12px;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 6px;
        font-weight: 500;
    }

    #TagsAboveInput .tag button, #SkillsAboveInput .tag button {
        border: none;
        background: none;
        color: #1a56db;
        cursor: pointer;
        font-size: 14px;
        line-height: 1;
    }


.dashboard-tiles {
    background: linear-gradient(189deg, #ffffff, #f2f7ff);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

    .dashboard-tiles:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    }

.icon-circle {
    width: 60px;
    height: 60px;
    background: rgba(13,110,253,.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* First-level expanded row inside .collapse-subrow */
.collapse-subrow tr:has(+ .collapse.show) td {
    border-bottom: none !important;
    background: #fdf4cf !important; /* light yellow */
}

/* Nested expanded row (collapse inside another collapse) inside .collapse-subrow */
.collapse-subrow .collapse .table tr:has(+ .collapse.show) td {
    border-bottom: none !important;
    background: #e2f4cf !important; /* light green */
}
.arrow-animate .rotate-icon {
    transition: transform 0.2s ease;
    display: inline-block;
}

.arrow-animate .rotate-icon.open {
    transform: rotate(90deg);
}
.guidance-info {
    display: none;
}
.required-field::after {
    content: " *";
    color: #dc3545;
    font-weight: bold;
}
.report-btn {
    background: #e91e63;
    border: 1px solid #e91e63;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .report-btn:hover {
        background: #c2185b;
        border-color: #c2185b;
        color: white;
    }
.employee-foggy {
    opacity: 0.2;
    filter: blur(2px);
    pointer-events: none;
}
.onscrollselectissue-table {
    height:100%;
    max-height: min(100vh, 900px);
    overflow-y: auto;
}
