

.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 {
    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: 5px 0px 5px 10px;
    border: solid 1px #4b38b378;
    margin: 0px 8px;
    border-radius: 10px;
    background: #4b38b314;
}
[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    color: #fff;
}


.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;
}

    .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 #c0c0c0;
    border-top: 1px solid #c0c0c052;
    height: 40px;
}

.calendar-day {
    margin: 0 0 0 -1px;
    padding: 4px 8px;
    color: #999;
    font-family: 'Barlow Semi Condensed', sans-serif;
    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: #990000;
        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-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-bottom: 1px solid #8080802b;
    padding: 5px 0;
    display: flex;
}

.schedule-item-title {
    font-size: 15px !important;
    margin: 0 0 0 5px;
    /* line-height: 28px; */
    color: #666666;
    font-weight: 500;
    display: block;
    /* width: calc(100% - 45px); */
    overflow: hidden;
    text-overflow: ellipsis;
}

.schedule-due-date {
    font-size: 12px;
    margin-left: 5px;
    display: block;
    color: #666666;
    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 #e4e4e4;
}

.allocation-item-bar {
    position: absolute;
    height: 58px;
    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: #c0c0c0;
    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: #c0c0c0;
    }

.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: 69px;
        border-bottom: 1px solid silver;
    }

        .user-header-calblock > h5 {
            font-weight: 500;
            line-height: 63px;
            font-size: 21px;
        }

    .select-algn {
        position: relative !important;
    }

    .primgalign {
        position: absolute;
        background-color: #654cff;
        color: #fff;
        left: 2px;
        top: -1px;
    }

        .primgalign + img {
            border-radius: 50%;
            height: 40px;
            width: 40px;
            border: 1.9px solid #654cff;
        }

    #calendarRow {
        position: sticky;
        top: 0;
        z-index: 10000;
        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: 18px;
        margin: 9px 0 4px;
        text-transform: capitalize;
        color: #664efe;
        font-weight: 500;
    }
.emp_card_ft > h1 {
    font-size: 18px;
    font-weight: 400;
}
.task_rep{
    width:120px;
    margin-bottom:16px;
}
    .task_rep > h4 {
        font-size: 18px;
        margin-bottom: 0;
        width: 30px;
        line-height: 29px;
        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;
        }

    @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;
}

    .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;
    }

    .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:#f2f2f7;
}
.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;
    }

    .edit-height {
        height: auto;
        min-height: 24px !important;
        font-size: 14px;
        /*text-transform: lowercase !important;*/
    }

    .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: 30px;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
}
.av_name_cal {
    line-height: 33px;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
}

        .card-feilds {
            border: 2px 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: 39px;
    font-weight: 400;
    font-size: 23px;
    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;
        }
.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;
}
.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;
}

.pdf-viewer {
    background: green;
}

.documentinfo {
    border: 1px solid #e4effa;
    box-shadow: none !important;
    border-radius: 7px;
    border-bottom: 1px solid #e4effa !important;
}

.bg-dangerGradient{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,222,222,1) 100%);
}

.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"] {
    background: url(../images/pencilIcon.png) 5px 11px / 15px 15px no-repeat white !important;
    border-radius: 10px !important;
    border: none !important;
    padding-left: 27px;
}
.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;
}