@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: "DINNextRoundedLTPro";
    src: url(../fonts/DINNextRoundedLTPro-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "DINNextRoundedLTPro";
    src: url(../fonts/DINNextRoundedLTPro-Regular.ttf);
}

@font-face {
    font-family: "DINNextRoundedLTPro";
    src: url(../fonts/DINNextRoundedLTPro-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "DINNextRoundedLTPro";
    src: url(../fonts/DINNextRoundedLTPro-Bold.ttf);
    font-weight: 600;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #e5e5e5;
}

.upwork_messaging {
    font-family: "DINNextRoundedLTPro";
    /* border: 1px solid #e4e4e4 !important; */
    border: 0px !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.DINNextRoundedLTPro-Medium {
    font-weight: 500 !important;
    color: #222222;
    font-family: "DINNextRoundedLTPro" !important;
}

.side_nav {
    height: 100vh;
    width: 284px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #060606;
    overflow-x: hidden;
}

.main_content {
    width: calc(100% - 284px);
    height: 100%;
    margin-left: auto;
}

.top_nav {
    background-color: #1f1f20;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 23px;
    position: fixed;
    width: calc(100% - 284px);
    z-index: 999;
}

.logo_header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.logo_header img {
    height: 30px;
    width: auto;
}

.side_nav ul {
    padding-top: 33px;
    padding-left: 0px;
    margin-left: 15px;
    list-style: none;
}

.side_nav ul li {
    margin-bottom: 10px;
}

.side_nav ul li a {
    color: #ffffff4a;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.side_nav ul li.active a,
.side_nav ul li a:hover {
    text-decoration: none;
    background: linear-gradient(270deg, var(--dark-color) 0%, var(--light-color) 97.22%);
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    color: #fff;
}

.side_nav ul li a:hover img,
.side_nav ul li.active a img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(35%) saturate(440%) hue-rotate(327deg) brightness(120%) contrast(98%);
}

.side_nav ul li a img {
    margin-right: 15px;
}

.profile_drp {
    margin-left: auto;
}

.profile_drp a img {
    width: 20px;
    height: auto;
    /* border-radius: 40px; */
    margin-right: 6px;
}

.website_name {
    position: relative;
    top: 5px;
    left: 15px;
    line-height: auto;
    color: #fff;
}

.profile_drp a .profile {
    width: 35px;
    height: 35px !important;
    border-radius: 40px;
    margin-right: 6px;
    object-fit: cover;
}

.profile_drp .dropdown-toggle {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #ffffff;
}

.profile_drp .dropdown-toggle:hover {
    text-decoration: none;
}

.profile_drp .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 0.255em;
    content: url(../images/drp_down.svg);
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.top_nav_right {
    display: flex;
    align-items: center;
}

.notification {
    margin: 0 28px;
}

.main_card {
    padding: 30px;
}

.main_card_wrapper {
    /* background-color: #FFFFFF; */
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #eeeeee;
    margin-top: 70px;
    min-height: calc(92vh - 130px);
}

.tab_card_wrapper {
    padding: 0;
}

.tab_card_wrapper .padding {
    padding: 30px;
}

img.menu {
    width: 25px;
}

.mini-logo {
    display: none;
}

.mini-menu ul li a span {
    display: none;
}

.mini-menu .main_content {
    width: calc(100% - 70px);
}

.mini-menu .side_nav {
    width: 70px;
}

.mini-menu .top_nav {
    width: calc(100% - 70px);
}

.cross-menu {
    display: none;
}

.mini-menu .mini-logo {
    display: block;
}

.mini-menu .big-logo {
    display: none;
}

.dark-text {
    color: #060606 !important;
}

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

.black-text {
    color: #000 !important;
}

.gray-text {
    color: #b3b3b3 !important;
}

.dark-gray-text {
    color: #6a6a6a !important;
}

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

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

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

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

.pb0 {
    padding-bottom: 0 !important;
}

.p0 {
    padding: 0px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.m0 {
    margin: 0px;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb24 {
    margin-bottom: 24px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt24 {
    margin-top: 24px;
}

.mt36 {
    margin-top: 36px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml24 {
    margin-left: 24px;
}

.ml36 {
    margin-left: 36px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr24 {
    margin-right: 24px;
}

.mr36 {
    margin-right: 36px;
}

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

@media (max-width: 767px) {
    .heading-flex {
        display: block;
        justify-content: space-between;
        align-items: center;
    }
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 36px;
    font-style: normal;
    line-height: 54px;
    letter-spacing: 0em;
}

h2 {
    font-size: 26px;
    font-style: normal;
    line-height: 39px;
    letter-spacing: 0em;
}

h3 {
    font-size: 22px;
    font-style: normal;
    line-height: 33px;
    letter-spacing: 0em;
}

h4 {
    font-size: 18px;
    font-style: normal;
    line-height: 27px;
    letter-spacing: 0em;
}

.btn {
    white-space: nowrap;
    width: auto;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    padding: 15px 35px;
    text-transform: uppercase;
}

.primary-btn {
    background: linear-gradient(274.83deg, var(--dark-color) -37.77%, var(--light-color) 107.86%);
    color: #fff !important;
}

.delete-border-btn {
    color: #d72525;
    border: 1px solid #d72525;
    /* height: 40px; */
    min-width: 110px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
}

.delete-border-btn img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(62%) saturate(4058%) hue-rotate(347deg) brightness(86%) contrast(95%);
}

.delete-border-btn:hover {
    color: #fff;
    background-color: #d72525;
}

.delete-border-btn:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(96deg) brightness(104%) contrast(101%);
}

.cancel-border-btn {
    color: #d3d7e7;
    border: 1px solid #d3d7e7;
    /* height: 40px; */
    min-width: 110px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
}

.cancel-border-btn:hover {
    color: #fff;
    background-color: #d3d7e7;
}

.form-group {
    position: relative;
    /* width: 100%; */
}

.form-control {
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    height: 50px;
    color: #b3b3b3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.form-label {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
}

.search-icon {
    position: absolute;
    top: 18px;
    left: 21px;
}

img.email-world {
    position: absolute;
    right: 40px;
    top: 53px;
}

.search-input {
    padding-left: 45px;
}

.search-width {
    width: 370px;
}

input::placeholder {
    color: #b3b3b3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

input:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

input::-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.page-link {
    position: relative;
    display: block;
    padding: 1rem 1rem;
    margin-left: -1px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 9px;
    letter-spacing: 0em;
    text-align: center;
    color: #b3b3b3;
}

.page-item.active .page-link,
.page-item:hover .page-link {
    color: #06cfad;
    background-color: transparent;
    border: none;
}

.pagination-btn {
    background: #f5f5f5 !important;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    box-shadow: 0px 18px 77px rgba(0, 0, 0, 0.02);
    border-radius: 9px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .left {
    transform: rotate(180deg);
}

.switch-style input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}

.switch-style label {
    cursor: pointer;
    text-indent: -9999px;
    width: 52px;
    height: 30px;
    background: #fa4747;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switch-style label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switch-style input:checked+label {
    background: #75ca6f;
}

.switch-style input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.switch-style label:active:after {
    width: 52px;
}

/* -------------------- Dashboard ------------------------- */

.page-header h1 {
    font-size: 36px;
    font-style: normal;
    line-height: 54px;
    letter-spacing: 0em;
}

.grid-box {
    background: linear-gradient(195.24deg, #ffffff 45.36%, #ffffff 101.98%);
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    cursor: pointer;
    padding: 20px;
}

.grid-content {
    display: flex;
    align-items: center;
}

.grid-img {
    min-width: 75px;
    width: 75px;
    height: 75px;
    background: linear-gradient(180deg, var(--dark-color) 0%, var(--light-color) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.grid-heading {
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.grid-number {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.grid-1 {
    background: #eff3ff;
    border-radius: 18px;
}

.grid-2 {
    background: #c6fff5;
    border-radius: 18px;
}

.grid-3 {
    background: #ffe4b1;
    border-radius: 18px;
}

.grid-4 {
    background: #d8f6db;
    border-radius: 18px;
}

.grid-5 {
    background: #c1f5ed;
    border-radius: 18px;
}

.grid-6 {
    background: #c6f9cc;
    border-radius: 18px;
}

.grid-7 {
    background: #d9fbf8;
    border-radius: 18px;
}

.grid-8 {
    background: #ececec;
    border-radius: 18px;
}

.more-icon {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background-color: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px #00000026;
}

.section-heading h2 {
    font-size: 26px;
    font-style: normal;
    line-height: 39px;
    letter-spacing: 0em;
}

.main-table {
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 8px;
}

.table {
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
}

.table thead tr th {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    /* color: #CECECE; */
    color: #fff;
    border-bottom: 1px solid #ebecf0;
}

.table thead tr {
    background: linear-gradient(274.83deg, var(--dark-color) -37.77%, var(--light-color) 107.86%);
}

.table td,
.table th {
    /* padding: 0.75rem 2rem 0.75rem 2rem; */
    vertical-align: top;
    border-top: none;
    border-right: 0.5px solid #ebecf0;
}

.table td:last-child,
.table th:last-child {
    border-right: none;
}

.table th:first-child {
    border-top-left-radius: 8px;
}

.table th:last-child {
    border-top-right-radius: 8px;
}

.table-responsive {
    border-radius: 8px;
}

.table tbody td {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    color: #b3b3b3;
    vertical-align: middle;
}

.table-hover tbody tr:hover {
    color: #2a3042;
    /* font-weight: 600; */
    background-color: #f4f5fe;
}

.table-hover tbody tr:hover td {
    color: #2a3042;
    /* font-weight: 600; */
}

.client-img img {
    height: 125px;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    box-shadow: 0px 18px 77px rgba(0, 0, 0, 0.02);
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0px 0px 24px #c7f4e9;
    padding: 4px;
}

.connection-options {
    position: relative;
    height: 200px;
}

.connection-option img {
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    box-shadow: 0px 18px 77px rgba(0, 0, 0, 0.02);
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0px 0px 24px #c7f4e9;
    padding: 4px;
}

.client-name {
    font-size: 21px;
    font-style: normal;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 8px;
}

.client-date {
    font-size: 14px;
    font-style: normal;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #b8b8b8;
}

.client-contact {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}

.client {
    position: relative;
    height: 310px;
}

.client-more {
    position: absolute;
    /* right: 10px; */
    right: 15px;
    top: 10px;
    z-index: 9;
}

.task_details .delete-task {
    /* right: 42px;
    top: 113px; */
    float: right;
    padding: 8px;
}

.view-profile {
    width: 100%;
    background: linear-gradient(270deg, var(--dark-color) 0%, var(--light-color) 97.22%);
    border-radius: 0px 0px 18px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.view-profile a {
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
}

.client:hover {
    padding: 20px 0 0 0;
    background: #cafcf3;
    /* background: var(--light-color); */
}

.client:hover .client-more a {
    background: #fff;
}

.client:hover .view-profile {
    display: flex;
}

.client-more .dropdown-menu.show {
    /* right: -10px !important; */
}

.user_side .table-hover tbody tr:hover .table-action .more-icon {
    background-color: transparent;
}

.user_side .bottom-grid-box-1 img {
    filter: brightness(1) saturate(100%) invert(84%) sepia(37%) saturate(4573%) hue-rotate(114deg) brightness(27%) contrast(91%);
    margin-bottom: 5px;
}

/* -------------------- Dashboard ------------------------- */

/* -------------------- Client ------------------------- */

.filter-panel {
    display: flex;
    align-items: center;
}

.select-width {
    width: 260px;
}

/* .table-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.table-action .more-icon {
    background-color: #1f1f20;
    background-color: #aeaeaf;
}

.table-hover tbody tr:hover .table-action .more-icon {
    background-color: #1f1f20;
}

/* -------------------- Client ------------------------- */

/* -------------------- users ------------------------- */

.table-img-name {
    display: flex;
    align-items: center;
}

.action-dot.dropdown {
    margin-left: 20px;
}

.dropdown-menu.show {
    top: 10px !important;
    /* left: 00px !important; */
    border: 0px;
    min-width: 120px;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 6%);
    border-radius: 2px;
    z-index: 997;
    /* left: unset !important; */
    right: -10px;
    left: unset !important;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu::before {
    content: " ";
    position: absolute;
    right: 10px;
    top: -4px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 10%);
    transform: rotate(45deg);
    color: #000;
    display: none;
}

.dropdown-item {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    padding: 10px 20px;
    color: #666666;
    border-bottom: 0.5px solid #f2f2f2;
    position: relative;
    z-index: 9;
    min-width: 200px;
}

.modal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-modal h1 {
    /* font-size: 26px; */
    font-size: 18px;
    font-style: normal;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}

/* -------------------- users ------------------------- */

/* -------------------- users details ------------------------- */

.user-img img {
    width: 135px;
    height: 135px;
    object-fit: cover;
    margin-right: 18px;
    border-radius: 10px;
}

.user-details {
    display: flex;
    align-items: center;
}

.desc {
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0em;
}

.hr-style {
    border: 1px solid #f0f0f0;
}

/* -------------------- users details ------------------------- */

/* -------------------- portal ------------------------- */

.add-portal:hover {
    background: var(--light-color);
}

.add-card {
    height: 90px;
    width: 90px;
}

.add-card img {
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    box-shadow: 0px 18px 77px rgb(0 0 0 / 2%);
    border-radius: 100px;
    object-fit: cover;
    padding: 30px;
}

.tab-area {
    padding: 5px 30px;
    padding-bottom: 0;
    background-color: #f5f5f5;
    border: 1px solid #f4f4f4;
}

.tab-area .btn {
    margin-bottom: 5px;
}

.nav-tabs,
.nav-tabs .nav-link {
    border: none;
    border-radius: 9px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    color: #1f1f20;
    margin-right: 10px;
    /* height: 60px; */
    text-transform: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    background: linear-gradient(274.83deg, var(--dark-color) -37.77%, var(--light-color) 107.86%);
    color: #fff !important;
    border-color: none;
}

.upload-area {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-area img {
    height: 110px;
    width: auto;
}

.upload-action {
    position: absolute;
    top: 45px;
    right: 30px;
}

.upload-action img {
    cursor: pointer;
}

/* -------------------- portal ------------------------- */

/* old code css projects + tasks */

/* juzer code starts */

/* profile page starts here */

.custom-tab-wrapper .nav-pills {
    background: #f5f5f5;
    border: 1px solid #f4f4f4;
    margin-top: 40px;
}

.custom-tab-wrapper .nav-pills .nav-item {
    margin: 4px 12px;
}

.custom-tab-wrapper .nav-pills .nav-link.active,
.custom-tab-wrapper .nav-pills .show>.nav-link {
    background: linear-gradient(270deg, #0beac4 0%, #00b495 97.22%);
    border-radius: 5px;
    color: #fff;
}

.custom-tab-wrapper .nav-pills .nav-link {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #1f1f20;
    opacity: 0.7;
}

.client-page-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #060606 !important;
}

.custom-tab-wrapper .breadcrumb {
    background: transparent;
    padding: 0;
}

.custom-tab-wrapper .breadcrumb li,
.custom-tab-wrapper .breadcrumb li a {
    color: #cecece;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #cecece;
    content: "/";
}

.btn-add-contact {
    display: flex;
    justify-content: end;
}

.c-profile-img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

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

.h20 {
    height: 20px;
}

.profile-main-top {
    display: flex;
    align-items: center;
}

.profile-main-top h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    text-transform: capitalize;
    color: #2a3042;
    margin-bottom: 0;
}

.custom-tab-wrapper .dropdown-menu::before {
    display: none;
}

.drpdwn-icon {
    height: 12px;
    margin-right: 5px;
}

.custom-tab-wrapper .dropdown-menu {
    border-radius: 5px;
}

.custom-tab-wrapper .dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(270deg, var(--dark-color) 0%, var(--light-color) 97.22%);
}

.profile-desc {
    display: flex;
    margin-top: 20px;
}

.email-title-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.email-title-icon p {
    margin-bottom: 0;
    word-break: break-all;
}

.email-title-icon img {
    height: 12px;
    margin-left: 5px;
    filter: brightness(0) saturate(100%) invert(29%) sepia(62%) saturate(4058%) hue-rotate(347deg) brightness(86%) contrast(95%);
}

.profile-desc-left-p {
    font-size: 12px;
    color: #00b495;
    font-weight: 700;
    font-style: italic;
}

.email-icon {
    display: flex;
    align-items: center;
}

.btn-number {
    font-size: 11px;
    color: #212121;
    margin-left: 10px;
    padding: 3px 8px;
    border-radius: 10px;
    border: 1px solid #cecece;
    font-weight: 600;
}

.title-btn {
    display: flex;
    align-items: center;
}

.title-btn h6 {
    margin-bottom: 0;
}

.mt20 {
    margin-top: 30px;
}

.email-icon h6 {
    margin-bottom: 0;
    margin-left: 5px;
}

.profile-desc-left {
    padding-right: 30px;
}

.email-icon a {
    /* height: 55px; */
    /* display: inline-block; */
    /* min-width: 115px; */
    border-radius: 10px;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    background-color: transparent;
    color: #000;
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-icon a:hover {
    /* height: 55px; */
    min-width: 150px;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    background-color: transparent;
    color: #000;
    border: 1px solid #ccc;
    padding: 15px;
}

.email-view {
    margin-top: 20px;
}

.email-view h6,
.mobile-view h6 {
    font-weight: 700;
}

.c-profile-card {
    border-radius: 20px;
    border: none;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

/* profile page ends here */

/* ------------------------------- .breadcrumb ------------------------------ */
.breadcrumb {
    background-color: transparent;
    padding: 0px;
}

.breadcrumb-item a {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: var(--light-color);
}

.breadcrumb-item.active a {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #060606;
}

/* ------------------------------- .breadcrumb ------------------------------ */

/* ---------------------------- client > contact ---------------------------- */
.contact_card {
    background: linear-gradient(195.24deg, #ffffff 45.36%, #ffffff 101.98%);
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 25px;

    justify-content: space-between;
    cursor: pointer;
    padding: 20px;
    position: relative;
}

.contact_card_image {
    display: flex;
    align-items: center;
}

.contact_card_image img {
    width: 70px;
    height: 70px;
    padding: 15px;
    border-radius: 70px;
    border: 2px solid var(--light-color);
    margin-right: 20px;
}

.contact_name {
    font-size: 22px;
    font-style: normal;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: center;
}

.contact_email {
    margin-top: 10px;
    width: 50%;
    padding: 0 15px;
}

.contact_email_title h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
}

.contact_email_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.contact_email_title a {
    padding: 5px 10px;
    background: linear-gradient(274.83deg, var(--dark-color) -37.77%, var(--light-color) 107.86%);
    color: #fff;
    font-size: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.contact_email_title a img {
    width: 12px;
    margin-right: 5px;
    height: 12px;
}

.contact_email_details_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 5px;
}

.contact_email_details_wrapper p {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 0px;
}

.contact_email_details_wrapper a {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 0px;
    padding: 0 5px;
    display: flex;
    align-items: center;
}

.primary {
    padding: 2px 7px;
    background: #1f1f20;
    color: #fff;
    font-size: 8px;
    border-radius: 50px;
    width: fit-content;
    margin-top: 5px;
}

.contact_email_details_wrapper_action {
    display: flex;
}

.contact_email_details_wrapper_action a img {
    width: 10px;
    height: 10px;
}

.contact_email_wrapper {
    display: flex;
    align-items: flex-start;
    margin: 0 -15px;
}

.contact_card_image_name .switch-style label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: #fa4747;
    display: block;
    border-radius: 100px;
    position: relative;
}

.contact_card_image_name .switch-style label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.contact_card_image_name .switch-style input:checked+label:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

.active_deactive {
    display: flex;
    align-items: center;
}

.active_deactive p {
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: 600;
    color: #060606;
    margin-left: 10px;
}

.contact_wrapper .grid-width {
    margin: 15px 0;
}

.modal_title h3 {
    color: #060606;
    line-height: 39px;
    font-size: 26px;
    font-weight: 600;
}

.modal_title {
    margin-bottom: 15px;
}

.modal_popup {
    padding: 30px 40px;
}

.modal_close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}

.modal_footer {
    display: flex;
    align-items: center;
    justify-content: end;
}

.modal_footer button {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.modal_footer button:last-child {
    margin-right: 00px;
}

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

/* ---------------------------- client > contact ---------------------------- */

/* -------------------------------- user_side ------------------------------- */
/* .user_side .side_nav {
    background-color: #2a3042;
} */

.user_side .side_nav ul {
    margin-left: 0px;
}

.user_side .side_nav ul li.active a,
.user_side .side_nav ul li a:hover {
    text-decoration: none;
    background: #5ebbd1;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color: #fff;
}

/* .user_side .top_nav {
    background-color: #2a3042;
} */

.user_side .grid-img {
    background: linear-gradient(180deg, #5ebbd1 0%, #49b2cb 100%);
}

.user_side .grid-img img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(99%) saturate(0%) hue-rotate(130deg) brightness(109%) contrast(100%);
}

.user_side .page-header h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    margin-bottom: 0px;
    color: #060606;
}

.user_side .page-header h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    margin-bottom: 0px;
    color: #0606068c;
    position: relative;
    top: -8px;
}

.user_side .page-header {
    margin-bottom: 20px;
}

.user_side .grid-box {
    background: linear-gradient(270deg, #ffffff 0%, #f3f9f4 100%), #c4c4c4;
    border: 0.5px solid #ebebeb;
    box-sizing: border-box;
    border-radius: 10px;
}

.user_side .task .grid-width {
    padding: 0 15px;
    width: 100%;
}

.user_side .task {
    flex-wrap: nowrap;
}

.user_side .table thead tr th {
    color: #2a3042;
    border-right: 1px solid #ebecf0;
}

.user_side table th {
    /* padding: 0.75rem 2rem 0.75rem 2rem; */
    vertical-align: top;
    border-top: none;
    border-right: 0.5px solid rgba(255, 255, 255, 0.34);
}

.user_side .search-icon {
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translate(0, -50%);
}

.user_side .primary-btn {
    background: #5ebbd1;
    height: 50px;
}

.user_side .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #060606;
    content: "\00B7";
    font-weight: 900;
}

.user_side .breadcrumb-item a {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #5ebbd1;
}

.user_side .nav-tabs .nav-item.show .nav-link,
.user_side .nav-tabs .nav-link.active,
.user_side .nav-tabs .nav-link:hover {
    background: #2a3042;
    color: #5ebbd1 !important;
    border-radius: 0px;
    border-bottom: 3px solid #5ebbd1;
}

.user_side .contact_email_title a {
    padding: 5px 10px;
    background: linear-gradient(180deg, #5ebbd1 0%, #49b2cb 100%);
    color: #fff;
    font-size: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.user_side .contact_card_image img {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    border: 3px solid #5ebbd1;
    margin-right: 20px;
}

.user_side .modal_footer button {
    height: 38px;
}

.user_side .side_nav ul li img {
    width: 20px;
    height: 20px;
}

.user_side .grid-img img {
    width: 40px;
}

.user_side .table .task_name {
    color: #5ebbd1;
}

/* .user_side .table-action {
    display: flex;
    align-items: center;
    width: 100%;    
    justify-content: start;
} */

.user_side .tab-area {
    padding: 0px;
    background-color: #2a3042;
    border: 1px solid #2a3042;
    margin: 0 -30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

.user_side .nav-tabs,
.user_side .nav-tabs .nav-link {
    color: #c3c4c9;
    align-items: baseline;
}

.user_side .progress_bg .grid-img {
    background: #fbc180;
}

.user_side .open_bg .grid-img {
    background: #74cb80;
}

.user_side .close_bg .grid-img {
    background: #f56b62;
}

/* .user_side .total_bg .grid-img{
    background: red;
} */

.task_details_row {
    display: flex;
    height: 70px;
    align-items: center;
    /* justify-content: space-evenly; */
    background-color: #060606;
    border-radius: 5px;
    /* overflow: auto; */
}

.task_details_col p span {
    font-weight: 600;
}

.task_details_col p .none {
    color: #3abdd5;
}

.task_details_col p .open_text {
    color: #2a9837;
}

.task_details_col p .date_text {
    color: #fd4e46;
}

.task_details_col p {
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 1);
    white-space: normal;
    font-size: 13px;
}

.due-inner {
    display: inline-flex;
    /* width: 100%; */
    white-space: pre !important;
}

.task_details_col {
    display: flex;
    /* padding: 0 20px; */
    padding: 0 1%;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    height: 100%;
}

.main_custom_card_wrapper {
    min-height: 100%;
}

/* ------------------------------ task_comment ------------------------------ */
.task_comment_card {
    padding: 20px 10px;
}

.comment_user_image img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
}

.small_user {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: #2a3042;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.main_comment {
    font-size: 15px;
    /* line-height: 8px; */
    /* line-height: 14px; */
    margin-bottom: 15px;
    color: #2a3042;
    font-weight: 400;
    max-width: 95%;
    word-break: break-word;
}

.comment_date_time {
    display: flex;
}

.small_date {
    /* font-size: 13px; */
    font-size: 11px;
    line-height: normal;
    margin-bottom: 00px;
    /* color: #2a3042; */
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    padding-right: 15px;
}

.task_comment_card {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eeeeee;
}

.task_comment_card .comment_user_image {
    margin-right: 10px;
}

div.ck-editor__editable {
    min-height: 300px;
    width: 100%;
}

.comment_user_details {
    width: 100%;
}

.image_doc_card {
    width: fit-content;
    margin: 0 12px;
    margin-bottom: 58px;
    position: relative;
}

.image_doc_card_comment {
    margin: 0 0px;
    margin-right: 15px;
}

/* .image_doc_card_img{
      width: 175px;
      height: 175px;
      border-radius: 15px;
      border: 1px solid #bfbfbf ;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      overflow: hidden;
      margin-bottom: 10px;
  } */
.image_doc_card_img {
    width: 175px;
    height: 175px;
    border-radius: 15px;
    border: 1px solid #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 5px;
}

.image_doc_card_img.image img {
    object-fit: cover;
    width: 175px;
    height: 175px;
}

.image_doc_card_text {
    font-size: 12px;
    color: #3a3a3a;
    text-align: center;
}

.image_doc_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.image_doc {
    margin-top: 50px;
}

.detail_tab {
    margin-top: 30px;
}

.details_tab_title {
    /* display: flex; */
    align-items: flex-start;
}

.details_tab_title img {
    filter: brightness(0) saturate(100%) invert(88%) sepia(64%) saturate(0%) hue-rotate(344deg) brightness(103%) contrast(103%);
}

.page-header .details_tab_title_edit img {
    filter: brightness(0) saturate(100%) invert(88%) sepia(64%) saturate(0%) hue-rotate(344deg) brightness(103%) contrast(103%);
}

.details_tab_title h3 {
    margin-bottom: 0px;
}

.details_tab_title_edit {
    background-color: #2a3042;
    padding: 0;
    margin-left: 20px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    max-width: 30px;
}

.details_tab_title {
    padding-bottom: 20px;
}

.details_tab_text {
    padding-top: 20px;
}

.user_side .cancel-border-btn {
    height: 50px;
}

.task_details_col .details_tab_title_edit {
    background-color: #ffffff;
    margin-left: 10px;
    margin-bottom: 15px;
}

.image_upload {
    position: relative;
    width: 100%;
    margin-top: 15px;
    height: 422px;
    border: 5px dashed #cbcbcb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: silver;
    margin-bottom: 15px;
    border-radius: 10px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
    outline: none !important;
}

.to_be_tasted .grid-img {
    background: #08aeea;
}

.hold .grid-img {
    background: #49e6cf;
}

.open_bg .grid-img {
    background: #74cb80;
}

.progress_bg .grid-img {
    background: #fbc180;
}

.close_bg .grid-img {
    background: #f56b62;
}

td .open_bg {
    color: #6dc87c;
}

td .in_progress_bg {
    color: #fbc180;
}

td .needs_work_bg {
    color: #a593ff;
}

td .to_be_tested_bg {
    color: #08aeea;
}

td .on_hold_bg {
    color: #49e6cf;
}

td .close_bg {
    color: #f56b62;
}

td .badge_cs {
    font-weight: 600;
}

.user_side .switch-style label {
    cursor: pointer;
    text-indent: -9999px;
    width: 52px;
    height: 30px;
    background: #d7d7d7;
    display: block;
    border-radius: 100px;
    position: relative;
}

.table-action {
    display: flex;
    align-items: center;
}

.image_doc_card .dropdown-item {
    min-width: unset;
}

.comment_user_details .image_doc_card {
    margin-bottom: 0px;
}

.comment_user_details .image_doc_card .image_doc_card_img {
    width: 120px;
    height: 120px;
}

.user_side .custom-tab-wrapper .user_side .dropdown-item.active,
.user_side .dropdown-item:active {
    background: #5ebbd1;
}

/* ------------------------------ task_comment ------------------------------ */

/* -------------------------------- user_side ------------------------------- */

/* Rectangle 327 */

/* -------------------------------- time logs ------------------------------- */
.user_side .time_logs .grid-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.user_side .time_logs .gray-text {
    font-size: 14px;
}

.user_side .time_logs .clock_icon {
    margin-right: 25px;
}

/* .user_side .main-table table thead tr th::after{
    content: url(../images/icon/ass-decs.svg);
    margin-left: 5px;
    vertical-align: middle;
    width: 12px;
    height: 16px;
} */
.user_side .main-table table thead tr th {
    background-color: #2a3042;
    color: #d4d6d9 !important;
    font-size: 18px;
    font-weight: 500;
}

.latest_box {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #55b7ce;
}

.prev_box {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #6dc87c;
}

.latest_prev_wrapper p {
    font-size: 13px;
    line-height: normal;
    color: 808080;
    font-weight: 400;
    margin-bottom: 0px;
    margin-left: 10px;
}

.latest_prev_wrapper {
    display: flex;
    margin-right: 30px;
    align-items: center;
}

.latest_prev {
    display: flex;
    align-items: center;
    margin-left: 68px;
}

.user_side .section-heading {
    display: flex;
    align-items: center;
}

.user_side .back_btn {
    margin-right: 10px;
}

.user_side .main_card_wrapper.main_custom_card_wrapper {
    padding: 50px 40px 40px 40px;
}

.task_details_col_open {
    background-color: #6dc87c;
}

.user_side .task_number {
    font-size: 14px;
    color: #2a3042;
    background-color: #fff;
    border-radius: 100%;
    margin-left: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.user_side .task_number.dot::before {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #3abdd5;
    border-radius: 10px;
    top: 0;
    right: 0;
    content: "";
}

.user_side #Image_upload .modal_popup {
    padding: 49px 20px;
}

.user_side .profile_drp .dropdown-menu::before {
    right: 10px;
    left: unset;
}

.user_side .profile_drp .dropdown-menu.show {
    right: unset;
    left: 20px;
}

.user_side .notification .dropdown-menu.show {
    min-width: 430px;
    left: 20px !important;
    border-radius: 5px;
    width: 100%;
}

.user_side .notification .dropdown-menu::before {
    right: 10px;
    left: unset;
}

.user_side .notification_top {
    background-color: #f4f4f4;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    border-radius: 5px;
    position: relative;
    padding: 12px;
}

.user_side .notification_top h5 {
    font-size: 14px;
    font-weight: 500;
    color: #2a3042;
    margin-bottom: 0px;
}

.user_side .notification_top a {
    font-size: 12px;
    font-weight: 600;
    color: #d10f32;
    margin-bottom: 0px;
    text-decoration: none;
}

.user_side .notification_user {
    padding: 20px 10px;
    border-bottom: 1px solid #f4f4f4;
}

.user_side .notification_user_img img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.user_side .notification_user {
    display: flex;
}

.user_side .notification_user .nt_main_text {
    font-size: 14px;
    margin-bottom: 10px;
    color: #575960;
}

.user_side .notification_user .nt_main_text span {
    font-weight: 600;
}

.user_side .notification_user_img {
    margin-right: 15px;
}

.user_side .notification_user .quote_text {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
}

.user_side .notification_user .nt_date {
    color: #666666;
    font-size: 10px;
    margin-bottom: 10px;
}

/* .user_side .notification_body {
    overflow: auto;
    height: calc(100vh - 200px);
    max-height: 500px;
} */
.user_side .notification_body {
    max-height: calc(100% - 95px);
    height: calc(100% - 95px);
    overflow: auto;
}

.user_side .notification_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    border-top: 1px solid #f4f4f4;
}

.user_side .notification_footer a {
    font-size: 18px;
    color: #2a3042;
    font-weight: 600;
}

.user_side .main_card.profile_card {
    max-width: 578px;
    margin: 0 auto;
    padding: 30px 0px;
}

.user_side .profile_edit_image {
    height: 170px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    text-align: center;
}

.user_side .profile_edit_image img {
    width: 170px;
    height: 170px;
    object-fit: cover;
}

.user_side .profile_edit_image_wrapper {}

.user_side .all_notification .notification_user {
    padding: 20px 40px;
}

.user_side .table-action .dropdown-menu.show {
    right: 0px;
    left: 9px !important;
}

.user_side .table-action .dropdown-menu::before {
    right: 10px;
    left: 9px !important;
}

/* -------------------------------- time logs ------------------------------- */

/* -------------------------------- admin side - client ------------------------------- */

.admin_side .notification .dropdown-menu.show {
    min-width: 430px;
    /* height: 653px; */
    height: 620px;
    left: 20px !important;
    border-radius: 5px;
}

.admin_side .notification .dropdown-menu::before {
    right: 10px;
    left: unset;
}

.admin_side .notification_top {
    background-color: #f4f4f4;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    border-radius: 5px;
    position: relative;
    padding: 12px;
}

.admin_side .notification_top h5 {
    font-size: 14px;
    font-weight: 500;
    color: #2a3042;
    margin-bottom: 0px;
}

.admin_side .notification_top a {
    font-size: 12px;
    font-weight: 600;
    color: #d10f32;
    margin-bottom: 0px;
    text-decoration: none;
}

.admin_side .notification_user {
    padding: 10px 10px;
    border-bottom: 1px solid #f4f4f4;
}

.admin_side .notification_user_img img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
}

.admin_side .notification_user {
    display: flex;
}

.admin_side .notification_user .nt_main_text {
    font-size: 14px;
    margin-bottom: 10px;
    color: #575960;
}

.admin_side .notification_user .nt_main_text span {
    font-weight: 600;
}

.admin_side .notification_user_img {
    margin-right: 15px;
}

.admin_side .notification_user .quote_text {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
}

.admin_side .notification_user .nt_date {
    color: #666666;
    font-size: 10px;
    margin-bottom: 0px;
}

.admin_side .notification_body {
    /* max-height: calc(100% - 95px); */
    height: calc(100% - 95px);
    overflow: auto;
}

.admin_side .notification_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    border-top: 1px solid #f4f4f4;
}

.admin_side .notification_footer a {
    font-size: 18px;
    color: #2a3042;
    font-weight: 600;
}

.admin_side .main_card.profile_card {
    max-width: 578px;
    margin: 0 auto;
    padding: 30px 0px;
}

.admin_side .profile_edit_image {
    height: 170px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    text-align: center;
}

.admin_side .profile_edit_image img {
    width: 170px;
    height: 170px;
    object-fit: cover;
}

.admin_side .profile_edit_image_wrapper {}

.admin_side .all_notification .notification_user {
    padding: 20px 40px;
}

.admin_side .table-action .dropdown-menu.show {
    right: 0px;
    left: unset !important;
}

.admin_side .table-action .dropdown-menu::before {
    right: 10px;
    left: unset !important;
}

a.card-anchor:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.grid.nav-tabs .nav-link {
    border: none;
    color: #b8b8b8;
    font-size: 30px;
    display: flex;
    align-items: center;
}

.grid.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #5ebbd1;
}

.grid-box-1 {
    position: relative;
    border: 0.5px solid #ebebeb;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 24px;
    cursor: pointer;
}

.top-grid-box {
    padding: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0000000a;
}

.grid-box-1 .grid-heading {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    color: #000;
}

.grid-box-1 .grid-date {
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0em;
    color: #b8b8b8;
    margin-bottom: 0;
}

.bottom-grid-box {
    display: flex;
}

.bottom-grid-box-1 {
    padding: 20px;
    border-right: 1px solid #0000000a;
    width: 50%;
}

.bottom-grid-box-1 img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(37%) saturate(4573%) hue-rotate(114deg) brightness(99%) contrast(91%);
    margin-bottom: 5px;
}

.grid-box-1 .text-label {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    color: #b8b8b8;
}

.grid-box-1 .text-number {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000;
}

.grid-box-1:hover .text-label {
    color: #000;
}

.bottom-grid-box-1:last-child {
    border: none;
}

.filter {
    align-items: center;
}

.projects-icon .grid-img img {
    width: 50px;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
}

/* -------------------------------- admin side - client ------------------------------- */

/* -------------------------------- admin side - Task ------------------------------- */
.task-grid {
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
}

.task-grid .grid-box:not(:last-child) {
    margin-right: 20px;
}

.task-grid .grid-box {
    width: 100%;
    justify-content: flex-start;
}

.table-img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50px;
}

.table .dropdown a.dropdown-toggle {
    background: transparent;
    border: 0.5px solid #b7b7b7;
    box-sizing: border-box;
    border-radius: 10px;
    color: #b8b8b8;
    border-radius: 25px;
    color: #b8b8b8;
    padding: 0px 15px;
}

.grid-number {
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    color: #000;
    margin-bottom: 0;
}

.grid-heading {
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    color: #808080;
    margin-bottom: 0;
}

.checkbox-style {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
}

.checkbox-style input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-style .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid var(--light-color);
    border-radius: 3px;
}

.checkbox-style input:checked~.checkmark {
    background-color: var(--light-color);
}

.checkbox-style .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-style input:checked~.checkmark:after {
    display: block;
}

.checkbox-style .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-style p {
    color: #b3b3b3;
    font-size: 14px;
}

.checkbox-style.middle-checkbox .checkmark {
    top: 10px;
}

.radio-style {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
}

.radio-style input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-style .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid #0beac4;
}

.radio-style:hover input~.checkmark {
    background-color: #0beac4;
}

.radio-style input:checked~.checkmark {
    background-color: #0beac4;
}

.radio-style .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-style input:checked~.checkmark:after {
    display: block;
}

.radio-style .checkmark:after {
    top: 6px;
    left: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: white;
}

.radio-inline {
    display: flex;
    flex-wrap: wrap;
}

.activity-feed {
    padding: 15px;
    list-style: none;
}

.activity-feed .feed-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #e4e8eb;
}

.activity-feed .feed-item:last-child {
    border-color: transparent;
}

.activity-feed .feed-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid var(--light-color);
}

.activity-feed .feed-item .date {
    display: block;
    position: relative;
    top: -5px;
    color: #8c96a3;
    text-transform: uppercase;
    font-size: 13px;
}

.activity-feed .feed-item .text {
    position: relative;
    top: -3px;
}

.activity-feed .feed-item .box {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.activity-img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.activity-img {
    display: flex;
    margin-right: 30px;
}

.activity-feed .box {
    display: flex;
}

.activity-feed p {
    font-size: 12px;
}

.activity-feed a {
    color: var(--light-color) !important;
}

.card-img-logo {
    width: 30px;
    height: 30px;
    margin-left: 15px;
}

.task-listing-card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-action {
    display: flex;
    align-items: center;
}

.task-listing-card .more-icon {
    background-color: #606060;
}

.task-listing-card:not(:last-child) {
    margin-bottom: 24px;
}

.small-btn-transparent {
    height: 38px;
    color: var(--light-color);
    padding: 10px 20px;
}

.small-btn-transparent.icon_button {
    filter: brightness(0) saturate(100%) invert(46%) sepia(89%) saturate(1580%) hue-rotate(135deg) brightness(93%) contrast(102%);
}

.small-btn-transparent.icon_button img {
    width: 20px;
    height: 20px;
}

.task-listing-card .card {
    background-color: transparent;
}

.task-listing-card .card-body .box {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    margin-bottom: 20px;
}

.task-listing-card .card-body .box:last-child {
    margin-bottom: 0px;
}

.task-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.task-listing-card .dropdown a.dropdown-toggle {
    background: transparent;
    border: 0.5px solid #b7b7b7;
    box-sizing: border-box;
    border-radius: 25px;
    color: #b8b8b8;
    padding: 5px 15px;
}

.menu-dot-img {
    width: 15px;
    height: 15px;
    margin-right: 3px;
}

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

.right-btn {
    float: right;
}

img.card-img-projects {
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    padding: 7px;
    height: 40px;
}

.dark-icon img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(17%) saturate(460%) hue-rotate(168deg) brightness(93%) contrast(91%) !important;
}

.filter-area {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

/* .nav-tabs:last-child, .nav-tabs .nav-link:last-child{
    margin-right: 0;
} */
.filter-area .page-filter {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.filter-area .page-filter .form-group {
    margin-right: 10px;
    width: 300px;
}

.page-filter .nav-tabs {
    border: 1px solid var(--light-color) !important;
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
}

.page-filter .nav-tabs .nav-item.show .nav-link,
.page-filter .nav-tabs .nav-link.active,
.page-filter .nav-tabs .nav-link:hover {
    background: transparent;
    color: var(--light-color) !important;
    border-color: none;
}

.page-filter .nav-link {
    padding: 0;
}

.filter-area .grid.nav-tabs .nav-link {
    font-size: 25px;
}

.table-listing .page-filter {
    display: flex;
    align-items: center !important;
    justify-content: end;
    margin-bottom: 24px;
}

.table-listing .page-filter .form-group {
    margin-right: 10px;
    width: 300px;
}

.table-listing .page-filter .btn {
    margin-right: 10px;
}

/* -------------------------------- admin side - Task ------------------------------- */
/*-------------------------------task details -------------------------------*/

.thread-box .box {
    background: linear-gradient(195.24deg, #ffffff 45.36%, #ffffff 101.98%);
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    margin-bottom: 24px;
}

.thread-box .box.active,
.thread-box .box:hover {
    background: #cafcf3;
}

.msg-list {
    position: relative;
    background: linear-gradient(195.24deg, #ffffff 45.36%, #ffffff 101.98%);
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    max-width: 80%;
    cursor: pointer;
    padding: 20px;
    width: fit-content;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
}

.thread-message .action {
    position: absolute;
    display: none;
    /* display: block;
    right: -33px;
    top: 15px; */
}

.msg-list>div>.dateTime {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
}

.msg-list p {
    margin-bottom: 5px;
    word-break: break-word;
}

.edit-chat:hover .msg-list.left .action {
    display: block;
    right: -33px;
    top: 15px;
}

.edit-chat:hover .msg-list.right .action {
    display: block;
    left: -33px;
    top: 15px;
}

.msg-list .msg-list-img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
}

.thread-message {
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    /* height: 500px; */
    height: 480px;
    overflow: auto;
    padding: 20px;
}

.thread-box {
    /* max-height:640px */
    /* height: auto; */
    max-height: 425px;
    border: 1px solid #c4c4c4;
    border-radius: 0px;
    /* height: 500px; */
    max-height: 634px;
    overflow: auto;
    padding: 20px;
}

.thread-box h6 span {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    margin-top: 7px;
}

img.upload {
    width: 80px;
    height: 80px;
    object-fit: cover;
    padding: 5px;
    border: solid 1px gray;
    border-radius: 10px;
}

.img-delete {
    position: absolute;
    right: 5px;
    top: 5px;
}

.img-delete img {
    width: 13px;
}

.text-img {
    display: flex;
    justify-content: end;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.upload-img {
    position: relative;
    margin-left: 10px;
}

.documents-file {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.doc {
    display: flex;
    align-items: baseline;
    background-color: transparent;
    color: #060606;
    border-radius: 25px;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.doc .img1 {
    margin-right: 8px;
    margin-top: 5px;
    position: relative;
    top: 3px;
    width: 18px;
}

.documents-file p {
    word-break: break-all;
}

.switches {
    border: 1px solid var(--light-color);
    padding: 5px;
    border-radius: 25px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: auto;
}

.switches a {
    color: #060606 !important;
    /* background: red; */
    padding: 5px 15px;
    border-radius: 25px;
}

.switches a.active {
    color: #fff !important;
    /* background-color: var(--light-color); */
    background: linear-gradient(274.83deg, var(--dark-color) -37.77%, var(--light-color) 107.86%);
}

.msg-list.right {
    margin-left: auto;
}

.roles {
    position: absolute;
    margin-bottom: 0;
    width: fit-content;
    bottom: -3px;
    background-color: var(--dark-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 12px;
    left: 50%;
    transform: translate(-50%, -5px);
}

.project-roles {
    position: absolute;
    margin-bottom: 0;
    width: fit-content;
    bottom: -3px;
    background-color: var(--dark-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 12px;
    left: 50%;
    transform: translate(-50%, -5px);
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1.2em + 2px),
        calc(100% - 15px) calc(1.2em + 2px);
    background-size: 6px 5px, 5px 6px, 1px 1.5em;
    background-repeat: no-repeat;
}

.task-detail img.mr-1 {
    position: relative;
    top: -2px;
}

.main-table table thead tr th.table_short::after {
    content: url(../images/icon/ass-decs.svg);
    margin-left: 5px;
    vertical-align: middle;
    width: 12px;
    height: 16px;
    position: relative;
    top: 3px;
}

/* ------------------------------- task details -------------------------------*/

/* Cropping css */
.my_remove {
    position: absolute;
    right: 7px;
    margin-top: -53px;
}

.cropper-bg {
    width: 669px !important;
    height: 418px !important;
}

#cropped_result img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

#crop_modal {
    max-width: 43.5%;
}

.cropper-container {
    top: 0px;
    border-radius: 16px;
}

.cropper-crop {
    border-radius: 7px;
}

#crop-btn {
    position: relative;
    top: -92px;
}

/* Cropping css end*/

.page-item:first-child .page-link {
    font-size: 40px;
    font-weight: 100;
}

.page-item:last-child .page-link {
    font-size: 40px;
    font-weight: 100;
}

.page-item.disabled .page-link {
    background-color: transparent;
    border-color: transparent;
}

.grid-text {
    /* padding-right: 15px; */
}

.page-link:focus {
    border-radius: 25px;
    box-shadow: 0 0 0 0.2rem rgb(183 239 225);
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

/* ------------------------------- Connections -------------------------------*/

.inner_card {
    max-width: 1000px;
    margin: 0 auto;
}

.tab-img {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    padding: 8px;
    object-fit: cover;
}

.connections .nav-link {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    margin-bottom: 5px;
}

.tab-area.connections {
    padding-bottom: 0;
}

.slack-box {
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 25px;
}

.slack-box img {
    width: 100px;
}

.slack-box .btn {
    max-width: 250px;
    margin: 0 auto;
}

.contact_card {
    margin-bottom: 20px;
}

.connection-list .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.msg-height {
    border: 1px solid #c4c4c4;
    border-radius: 0px;
    /* height: 500px; */
    height: 425px;
    overflow: auto;
    padding: 20px;
    margin-top: 10px;
}

.select-border {
    border: 2px solid var(--light-color);
}

.btn-icon {
    width: 25px;
    background: #fff;
    border-radius: 100%;
    padding: 3px;
}

.task-listing-card .dropdown-menu.show {
    right: -95px;
    left: unset !important;
}

.task-listing-card,
.table-listing {
    position: relative;
}

.table .dropdown-menu::before {
    display: none;
}

.tooltip {
    left: 14px !important;
}

.tab-area.connections .btn {
    border: 1px solid #0beac4;
}

.task-grid .grid-box {
    justify-content: flex-start !important;
}

/* ------------------------------- Connections -------------------------------*/

.not-found-theme {
    min-height: 214px;
    justify-content: center !important;
}

.not-found-theme .client-img img {
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: unset;
    box-sizing: border-box;
    box-shadow: 0px 18px 77px rgba(0, 0, 0, 0.02);
    border-radius: 100px;
    object-fit: cover;
    padding: 10px;
}

.user-default-logo {
    /* background-color: #49c0fa; */
    width: 39px;
    height: 39px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff !important;
}

.view-panel {
    margin-top: 30px;
}

.document-file-padding {
    padding: 40px;
}

.comment-document-file-padding {
    padding: 50px;
}

#task_comment_wrapper {
    scroll-behavior: smooth;
}

.document-file-name {
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .drag-and-drop
{
    
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 270px;
    border: 2px dashed #E0E0E0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: silver;
    margin-bottom: 5px;
    border-radius: 10px;    
} */
.drag-and-drop {
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 59px;
    border: 2px dashed #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: silver;
    margin-bottom: 5px;
    border-radius: 10px;
}

.dropzone .dz-started {
    height: 150px !important;
}

.dropzone {
    /* min-height: 98px; */
    min-height: 140px;
    background: white;
    padding: 11px 20px;
}

.text-blue-dad {
    color: red;
    font-weight: 500px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px !important;
    right: 10px !important;
}

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

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

.select2-container--default .select2-selection--single {
    background-color: #f9f9f9 !important;
}

.select2-search__field {
    outline: unset !important;
    height: 45px;
}

.select2-hidden-accessible {
    outline: unset;
}

.badge {
    font-size: 78% !important;
}

.card-wrapper {
    background-color: #fff;
    border-radius: 10px;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
}

.account-logo {
    margin-bottom: 10px !important;
}

.nav-link.btn {
    padding: 15px 22px;
}

.task_details_col .dropdown-menu.show {
    right: unset !important;
}

.client-more .dropdown-menu.show {
    transform: inherit !important;
    top: 25px !important;
}

.profile_drp .dropdown-menu.show {
    /* right: -65px !important; */
    left: 0 !important;
    min-width: 250px !important;
    right: auto !important;
    /* width:100% !important  */
    top: 20px !important;
}

.text-center {
    justify-content: center !important;
}

.author-not-set-box {
    border: 1px solid #c4c4c4;
    border-radius: 0px;
    height: 70px;
    overflow: auto;
    padding: 20px;
    margin-top: 10px;
    text-align: center;
}

.text-info {
    color: blue;
}

.zoho-connect-button {
    margin: auto;
    margin-top: 5px;
    width: 360px;
}

.notiication-badge {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: red;
    color: white;
    border-radius: 8px;
}

.mt-30 {
    margin-top: 30px;
}

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

.dx-mention>span {
    margin: 0 2px;
    font-size: 16px !important;
}

/* Loader */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgb(0, 133, 100);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.step__icon img {
    height: 40px;
}

/* Component Styles - Steps */
.steps {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 0 2rem 0;
    list-style: none;
}

.step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    position: relative;
    pointer-events: none;
}

.step--active,
.step--complete {
    cursor: pointer;
    pointer-events: all;
}

.step:not(:last-child):before,
.step:not(:last-child):after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.25rem;
    content: "";
    transform: translateY(-50%);
    will-change: width;
    z-index: 0;
}

.step:before {
    width: 100%;
    background-color: #e6e7e8;
}

.step:after {
    width: 0;
    background-color: var(--dark-color) !important;
}

.step--complete:after {
    width: 100% !important;
    opacity: 1;
    transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.step__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 5rem;
    height: 5rem;
    background: linear-gradient(156deg, #0beac4 0%, #00b495 97.22%);
    border-radius: 10px;
    color: transparent;
    font-size: 2rem;
    z-index: 2;
}

.step__icon_done:before {
    display: block;
    color: #fff;
    content: "\2713";
}

.step--complete.step--active .step__icon {
    color: #fff;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
}

.step--incomplete.step--active .step__icon {
    border-color: var(--dark-color) !important;
    transition-delay: 0.5s;
}

.step--complete .step__icon {
    animation: bounce 0.5s ease-in-out;
    background-color: var(--dark-color) !important;
    border-color: var(--dark-color) !important;
    color: #fff;
}

.step__label {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    margin-top: 1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.step--incomplete.step--inactive .step__label {
    color: #b2b2b2;
}

.step--incomplete.step--active .step__label {
    color: rgb(0, 0, 0);
}

.step--active .step__label {
    transition: color 0.3s ease-in-out;
    transition-delay: 0.5s;
}

.fa-circle-notch:before {
    content: "\f1ce";
    display: block;
    color: #fff;
    font-size: 45px;
    font-weight: 900;
}

.dx-mention {
    background-color: #ffffff;
    color: #333;
    font-weight: bolder;
}

.drop-name {
    padding: 15px;
}

.drop-name img {
    border: 4px solid var(--light-color);
}

.profile_drp a.drop-name .profile {
    height: 60px !important;
    width: 60px !important;
}

.profile_drp .dropdown-menu.show::before {
    content: " " !important;
    position: absolute !important;
    right: 5px;
    top: -4px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 10%);
    transform: rotate(45deg);
    display: block !important;
}

.profile_edit_image_wrapper.user-img-area .profile_edit_image {
    border: 0 !important;
}

.admin_side .user-img-area .profile_edit_image img {
    border-radius: 100%;
    border: 4px solid var(--light-color);
    margin-bottom: 25px;
    padding: 3px;
}

.user_side .user-img-area .profile_edit_image img {
    border-radius: 100%;
    border: 4px solid var(--light-color);
    margin-bottom: 25px;
    padding: 3px;
}

.btn-edit {
    padding: 5px 10px;
    background: linear-gradient(274.83deg, var(--dark-color) -37.77%, var(--light-color) 107.86%);
    color: #fff;
    font-size: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100px;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    left: 50%;
    transform: translate(-50%, -50px);
}

.profile_edit_image {
    position: relative;
    margin-bottom: 25px;
}

.profile_edit_image a:hover {
    color: white;
}

.delete-cross {
    color: red;
    font-size: 20px;
}

.more-icon-delete {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background-color: #fde4e4;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px #db0e0e3b;
}

.today svg {
    position: relative;
    width: 72px;
    height: 72px;
    z-index: 1000;
}

.today svg circle {
    width: 100%;
    height: 100%;
    fill: none;

    stroke-linecap: round;
    transform: translate(5px, 5px);
}

.today svg circle:nth-child(2) {
    stroke-dasharray: 157;
    stroke-dashoffset: 440;
}

.today #p-bar circle:nth-child(2) {
    stroke-dashoffset: calc(65);
    stroke: #00ff43;
    stroke-width: 6;
}

.today #l-bar circle:nth-child(2) {
    stroke-dashoffset: calc(4);
    stroke: #00a1ff;
    stroke-width: 8;
}

.today #p-bar {
    position: relative;
    right: 66px;
    bottom: -10px;
}

/* ------------------------------------Circle Progress--------------------------- */

.progress_circle svg {
    position: relative;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.progress_circle svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke-linecap: round;
    transform: translate(5px, 5px);
}

.progress_circle svg circle:nth-child(2) {
    stroke-dasharray: 157;
    stroke-dashoffset: 440;
}

/* @-moz-document url-prefix() {
    .progress_circle svg circle:nth-child(2) {
        stroke-dasharray: 159;
        stroke-dashoffset: 477;
    }
} */

.progress_circle #p-bar circle:nth-child(2) {
    stroke-dashoffset: calc(65);
    stroke: #00ff43;
    stroke-width: 6;
}

.progress_circle #l-bar circle:nth-child(2) {
    stroke-dashoffset: calc(4);
    stroke: #00a1ff;
    stroke-width: 8;
}

.progress_circle #p-bar {
    position: absolute;
    right: 25px;
    bottom: 42px;
}

.progress_circle {
    height: auto;
    width: auto;
}

.comment_image_file {
    background: #d9d9d9;
    border: solid 1px;
    box-shadow: 0px 0px 5px 3px grey;
    border-radius: 6px;
    object-fit: cover;
    width: 55px;
    height: 56px;
    margin-bottom: 10px;
}

/* add new css on 31-03-22 */
.portal-add .tab-img {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    padding: 8px;
    object-fit: contain;
}

.portal-add .nav-tabs {
    justify-content: center;
}

.choose-img {
    max-width: 350px;
    width: 100%;
}

.primary-text {
    color: #00b495;
}

/* 
.task_details .tab-content>.active {
    display: block;
    height: 0px;
}
.task_details .active_show {
    height: 1000px !important;
    
}

.task_details .task-tabs {
    background: red;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
} */
.dx-theme-generic-typography {
    background-color: unset;
}

.dz-remove {
    font-size: 10px;
}

.dropzone .dz-preview .dz-image {
    height: 70px;
    width: 70px;
}

.dropzone .dz-preview .dz-details {
    font-size: 8px;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    font-size: 10px;
}

.dropzone .dz-preview .dz-progress {
    height: 10px;
    left: 66%;
    top: 40%;
    width: 60px;
}

.dz-message img {
    height: 80px;
}

.dropzone-image-list {
    height: unset;
    position: relative;
    bottom: 5px;
    /* background-color: white; */
    /* border: 1px dotted; */
    width: 77.52%;
    /* align-items: center; */
    padding-top: 10px;
    padding-left: 2px;
}

.leave-info-box p {
    font-size: 12px;
}

.dz-text {
    font-size: 15px;

    font-weight: bold;
}

.dz-file-type {
    font-size: 13px;
}

/* Notification */
.admin_side .all_notification .notification_user,
.user_side .all_notification .notification_user {
    padding: 0;
}

.admin_side .all_notification .time,
.user_side .all_notification .time {
    color: #666666;
    font-size: 13px;
    margin-bottom: 0;
    min-width: 100px;
    text-align: end;
}

.admin_side .all_notification,
.user_side .all_notification {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin_side .notification_body.all_notification,
.user_side .notification_body.all_notification {
    padding: 30px;
    background: #F4F5FE;
    border-radius: 5px;
    margin-bottom: 20px;
}

.notification-heading {
    color: #666666;
    margin-top: 20px;
    margin-bottom: 20px;
}

.notification-box:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 10px;
}

@media(max-width:767px) {
    .admin_side .all_notification {
        flex-direction: column;
        align-items: baseline;
    }

    .admin_side .all_notification .time {
        min-width: 120px;
    }
}

/* Notification */

#slack_comment_section,
#zoho_comment_section,
#upwork_comment_section {
    scroll-behavior: smooth;
}

.full-page-loader {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.full-page-loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.full-page-loader:not(:required) {
    /* hide "full-page-loader..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.full-page-loader:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.main_comment>p>img {
    object-fit: cover;
    width: 175px;
    height: 175px;
}


.slack-card {
    /* margin-left: 20px;
    margin-right: 20px; */
    border-radius: 20px;
    /* border: 1px solid #1f1f20; */
    padding: 20px;

}

.slack-card-text h3 {
    font-size: 22px;
    font-style: normal;
    line-height: 33px;
    letter-spacing: 0em;
}

.slack-card ul {
    border-top: 0px !important;
}


.page-filter .form-group {
    margin-bottom: 10px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    border-radius: 20px;
}

.pagination-dropdown {
    width: 80px;
    text-align: center;
    height: 43px;
    padding: 10px;
}

.next-prev-pagination-button {
    display: flex;
    justify-content: space-around;
    width: 80px;
    height: 25px;
}

/* css on 26/09/22 */
.c-sorting li {
    width: 50%;
}

.c-btn-add-project {
    height: 50px;
}

.c-title {
    margin-right: 10px;
}

.status-list-dropdown {
    max-height: 200px;
    overflow-y: auto;
}

/* .mytooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
} */

.tooltiptext {
    visibility: hidden;
    min-width: 150px;
    max-width: 400px;
    line-height: 17px !important;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    white-space: normal;
    word-break: break-word;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltiptextblack {
    visibility: hidden;
    min-width: 150px;
    max-width: 300px;
    line-height: 17px !important;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    word-break: break-word;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    white-space: normal;
}

/* .mytooltip:hover .tooltiptext {
    visibility: visible;
}

.mytooltip:hover .tooltiptextblack {
    visibility: visible;
} */

.zoho_comment_image_file {
    background: #d9d9d9;
    border: solid 1px;
    box-shadow: 0px 0px 5px 3px grey;
    border-radius: 6px;
    object-fit: cover;
    width: 55px;
    height: 56px;
    margin-bottom: 10px;
    margin-right: 20px;
}

/* tooltips responseive */

.truncate-str {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    padding-right: 5px;
}

.activity-task-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 250px;
    display: inline-block;
    line-height: 14px;
}

.tooltip {
    pointer-events: none;
}

.activity-profile {
    margin-right: 30px;
    min-width: 200px;
    max-width: 200px;
    word-break: break-word;
}

/* tooltips responseive */

/* project Module  */
.search_project_client_name {
    width: 343px !important;
}


/* Client Module  */
.search_task_client_name {
    width: 343px !important;
}

.mb6 {
    margin-bottom: 6px;
}

.task-pagination-dropdown {
    border: 2px solid gray;
    border-radius: 10px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin: 10px;
}

.upwork_lead_details .upwork-lead {
    /* right: 42px;
    top: 113px; */
    float: right;
    padding: 8px;
    margin-top: 40px;
    margin-right: 10px;
}

/* .cke_autocomplete_panel>li {
    height: 30px;
    font-size: 12px;
} */

.panel {
    /* padding: 10px; */
    background: #eeeeee;
    padding-top: 0;
}

.accordian-content:not(:last-child) {
    margin-bottom: 15px;
}

.panel tr {
    border-bottom: 1px solid #e7e7e7;
}

.panel td {
    color: #515151 !important;
    width: 80% !important;
}

button.accordion svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

button.accordion svg path {
    fill: var(--light-color);
}

button.accordion {
    display: flex;
    align-items: center;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    background-color: lightgray;
}

button.accordion:hover {
    color: var(--light-color);
}

.accordian-content button div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.accordian-first-layer {
    margin-left: 40px;
    max-width: calc(100% - 40px);
    border-top: 1px solid #dcdcdc;
    background: #f8f8f8 !important;
}

.accordian-second-layer {
    margin-left: 80px;
    max-width: calc(100% - 80px);
    border-top: 1px solid #dcdcdc;
}

.accordian-panel {
    margin-left: 80px;
    max-width: calc(100% - 80px);
    border-top: 1px solid #dcdcdc;
}

.accordian-panel-first {
    margin-left: 40px;
    max-width: calc(100% - 40px);
    border-top: 1px solid #dcdcdc;
}

.total-hours {
    display: inline-flex !important;
    flex-direction: column;
    border: 1px solid #eeeeee;
    background: #eeeeee;
    margin-bottom: 25px;
    border-radius: 4px;
    box-shadow: 1px 5px 3px #0000001c;
    padding: 5px 15px !important;
}

.loghours-tabel {
    border-radius: 4px;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.log-hours-label {
    color: #757575;
}

.log-hours {
    font-weight: 600;
    padding-top: 5px;
    border-top: 1px solid var(--light-color);
    margin-top: 5px;
    font-size: 20px;
}

.accordian-content {
    padding-bottom: 10px;
}

/* .first-content>button.accordion {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.first-content>.panel {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
} */

#main-collapse-arrow {
    display: flex;
    align-items: revert;
}

#main-collapse-arrow svg {
    transform: rotate(00deg);
    backface-visibility: hidden;
    margin-right: 10px;
}


/* Client Module  */
.filter_project_id {
    width: 100% !important;
}

.filter_client_id {
    width: 100% !important;
}

.filter_developer_id {
    width: 343px !important;
}

.groupping-filter {
    width: 343px !important;
}

.client-report-module>div>.select2-container {
    width: 100% !important;
}

.two-items-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

button.btn-filter {
    border: 1px solid #adadad;
    background: none;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

button.btn-filter i {
    font-size: 19px;
    line-height: 1;
}

button.btn-filter span {
    margin-right: 5px;
    border-right: 1px solid #adadad;
    padding-right: 10px;
}

/* upwork thread module design 19-7 starts */
.search-content {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px
}

.search-content img {
    position: absolute;
    top: 15px;
    left: 15px;
}

.search-content input {
    height: 48px;
    width: 100%;
    border-radius: 10px;
    background: #eeeeee;
    border: 0;
    padding-left: 45px;
}

.filters-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.channel-content {
    display: flex;
    align-items: center;
}

.dropdown.no-bg-with-arrow button {
    background: none;
    padding: 0;
    color: #000;
    text-transform: capitalize;
}

.channel-content span {
    color: #b1b1b1;
    margin-right: 10px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: inherit;
    background-color: transparent !important;
    border-color: transparent;
}

.no-arrow .dropdown-toggle::after {
    content: none;
}

.uw-threads {
    padding: 0;
}

.up-thread-inner.active {
    background: #08deb414;
    border-left: 5px solid #08DEB4;
}

.up-thread-inner {
    border-left: 5px solid #f8f8f8;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.name-tag {
    color: #29B147;
    /* background: #9CFF9A; */
    background: #cdf7cc;
    padding: 10px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.up-thread-details {
    margin-left: 10px;
    flex: auto;
    max-width: calc(100% - 55px);
}

select#upwork_connection_search {
    line-height: 1.7;
    margin-top: -7px;
    padding-top: 10px;
}

.time {
    color: #B1B1B1;
    font-size: 13px;
    /* font-family: 'Bebas Neue', sans-serif; */
}

.uw-message-inner {
    width: 100%;
}

.message-up-inner {
    font-size: 13px;
    margin: 5px 0 5px;
}

.message-up-inner p {
    margin-bottom: 0;
    margin-left: 5px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    white-space: nowrap;
}

.message-no {
    height: 16px;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #08DEB4;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    border-radius: 50%;
}

.message-no {
    height: 16px;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #08DEB4;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    border-radius: 50%;
}

.mesage-grey {
    font-size: 13px;
    overflow: hidden;
    width: 260px;
    white-space: pre;
    text-overflow: ellipsis;
    color: #B1B1B1;
    margin-bottom: 5px;
}

.profiles div {
    background: #F44336;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-left: -5px;
}

.profiles {
    display: flex;
    margin-left: 5px;
}

.thread-box {
    border: 1px solid #e4e4e4;
    margin-top: 20px;
}

.chat-big-all {
    margin-left: 10px;
    WIDTH: 100%;
}

p.msg-ststus {
    margin-bottom: 0;
    font-size: 13px;
    margin-left: 10px;
}

.main-name {
    font-weight: 500;
    font-size: 16px;
    color: #222222;
}

p.main-chat {
    margin-top: 15px;
    word-break: break-word;
}

.chat-contents {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 10px;
}

.view-details {
    display: inline-block;
    background: #EEEEEE;
    padding: 10px 30px;
    position: relative;
    color: #08DEB4;
    font-weight: 500;
}

.view-details:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 10px;
    height: calc(100% - 10px);
    width: 3px;
    background: #08DEB4;
    bottom: 0;
}

.main-name-outer {
    padding: 10px 15px;
    border: 1px solid #e4e4e4;
    margin-bottom: 0;
    border-bottom: 0;
    font-weight: 600;
}

.main-between {
    display: flex;
}

.other-details-screens {
    min-width: 320px;
}

.details-title {
    display: flex;
    align-items: center;
    padding: 10px;
}

.details-title h5 {
    margin-bottom: 0;
    font-size: 20px;
    color: #222222;
    margin-left: 10px;
}

.link-inner {
    margin-left: 15px;
    padding: 10px;
    margin-right: 10px;
}

.link-inner img {
    margin-right: 5px;
}

.link-inner a {
    color: #000;
}

.link-inner.active {
    background: #08DEB4;
    border-radius: 5px;
}

.link-inner.active a {
    filter: invert(1);
    font-weight: 600;
    text-overflow: ellipsis;
}

.details-inner {
    padding: 10px 0;
    border: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4 !important;
}

.details-inner:not(first-child) {
    border-top: 0;
}

.projects-inner {
    padding: 10px;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.projects-inner .circle {
    height: 16px;
    width: 16px;
    background: #03A9F4;
    margin-right: 10px;
    border-radius: 50%;
}

.user-side-inner {
    display: flex;
    align-items: center;
    /* padding: 15px 10px; */
    padding: 5px 5px;
    margin-left: 15px;
}

.user-detail-main {
    /* margin-left: 15px; */
    margin-left: 5px;
}

.user-detail-main p {
    font-size: 13px;
    color: #B1B1B1;
    margin-bottom: 0;
}

.user-detail-main h6 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.link-inner a {
    display: flex;
    align-items: center;
}

.link-inner p {
    margin-bottom: 0;
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: pre;
    display: block;
    overflow: hidden;
    font-size: 15px;
    padding-left: 5px;
    font-weight: 500;
}

.left-bar {
    padding-right: 15px;
}

.main-bar-all {
    padding-left: 0;
}

.left-bar {
    border-top: 1px solid #e4e4e4;
}

.uw-threads {
    width: calc(100% + 30px);
    margin-left: -15px;
    max-height: 640px;
    /* max-height: 590px; */
    overflow-y: auto;
}

.main-chat-screens {
    width: 100%;
}

.dropdown-channel {
    /* background: none; */
    border: 0;
    padding: 0;
    height: 40px;
    color: #000;
    font-weight: 600;
    position: relative;
    background-color: transparent;
}

select#upwork_connection_search {

    background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1.2em + 2px), calc(100% - 16px) calc(1.2em + 2px);
    background-size: 6px 5px, 5px 6px, 1px 1.5em;
    background-repeat: no-repeat;
    padding: 10px !important;
    padding-right: 30px !important;
    outline: none;


}

.name-tag>a {
    color: #29B147;
}

.upwork_card {
    background-color: #f5f5f8;
}

.rotate {
    transform: rotate(0deg);
    /*transform: rotate(180deg);*/
    transition: .3s;
}

.rotate-reset {
    transform: rotate(-180deg);
    transition: .3s;
}

.upworkChatName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    /* width: 70%; */
}

.click_me {
    width: 100%;
    cursor: pointer;
}

/* .cke_button {
    background: #0088ff !important;
} */

/* a.cke_button {
    display: inline-block;
    height: 18px;
    padding: 4px 6px;
    outline: 0;
    cursor: default;
    float: left;
    border: 0;
    position: relative;
    margin: 0 5px;
    border-radius: 50%;
    background: white;
    height: 30px;
    width: 30px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    border: 1px solid #e7e7e7;
} */

@media (max-width: 1440px) {
    .other-details-screens {
        min-width: 280px;
    }
}

.name-tag img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 21px;
}

.latest-msg-button {
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(274.83deg, var(--dark-color) -37.77%, var(--light-color) 107.86%);
    border-style: none;
    padding: 8px 10px;
    font-weight: 500;
}

.up-thread-inner:hover {
    background: #08deb414;
    /* border-left: 5px solid #08DEB4; */
}

.upwork_comment_section .img_edit {
    filter: brightness(0) saturate(100%) invert(88%) sepia(64%) saturate(0%) hue-rotate(344deg) brightness(103%) contrast(103%);
}

.client-mapping {
    width: 80%;
    justify-content: space-between;
    display: flex;
}

.edit_desk_tn_group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

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

.uplod_file_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.uplod_file_btn a {
    margin-left: 10px;
}

.dz-message {
    display: table-cell;
    place-items: center;
    vertical-align: middle;
}

.form__container.dz-clickable {
    display: table;
}

.dropzone.upload-drop-zone {
    overflow-x: inherit !important;
}

.sc_btn {
    width: 100%;
    display: flex;
}

@media(max-width: 576px) {
    .task_details_col p {
        align-items: center;
    }

    .gs_tab_section ul li {
        width: 100%;
    }

    .gs_tab_section .nav-tabs,
    .gs_tab_section .nav-tabs .nav-link {
        margin-right: 0;
    }

    #logged-time-section button {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0 !important;
    }

    .switches {
        width: 100%;
    }

    .switches a {
        padding: 5px 22px;
        width: 50%;
        text-align: center;
    }

    .task_details_col .dropdown-menu.show {
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 23px !important;
    }

    .msg-list .msg-list-img {
        margin-right: 15px;
        width: 30px;
        height: 30px;
    }

    .msg-list {
        max-width: 100%;
    }

    #slack-thread-section button.btn.primary-btn {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .thread-message .action {
        position: absolute;
        display: flex !important;
    }

    .msg-list p {
        font-size: 14px;
    }

    .thread-message {
        padding: 10px;
    }

    .msg-list .action a img {
        width: 100%;
        max-width: 12px;
    }

    .edit-chat:hover .msg-list.right .action {
        display: block;
        left: unset;
        top: unset;
    }

    .task-followers .btn.close-clear {
        margin-left: 10px;
    }

    .modal_title h3 {
        text-align: center;
    }

    .modal_popup {
        padding: 25px;
    }

    .modal_footer button {
        width: 100%;
        max-width: 50%;
        font-size: 14px;
        padding: 10px 30px;
    }

    .modal_footer button:last-child {
        margin-right: 0px;
        width: 100%;
        max-width: 100%;
    }

    .modal_footer {
        justify-content: space-between;
    }

    .modal_footer div {
        width: 100%;
    }

    .modal_input_box {
        flex-direction: column;
    }

    .btn.dropdown-toggle {
        width: 100%;
        text-align: left;
    }

    .url_input_box {
        width: 100% !important;
        margin-top: 15px;
    }

    .modal_close {
        top: 5px;
        right: 5px;
    }

    .modal_close img {
        width: 100%;
        max-width: 25px;
    }

    .modal_footer button:first-child {
        margin-left: 0 !important;
    }

    .modal_footer div.spinner-border {
        width: 2rem;
    }

    #task-description-section {
        padding: 2rem 20px;
    }

    #task-description-section .details_tab_title {
        margin-top: 0 !important;
    }

    .edit_desk_tn_group input.btn {
        padding: 10px 30px;
        width: 100%;
        max-width: 48%;

    }

    #edit_task_desc_text {
        width: 100%;
    }

    .sc_btn {
        width: 100%;
        display: flex;
    }

    .sc_btn button {
        width: 100%;
        margin-right: 0 !important;
    }

    .ed_flex {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .comment_by_esign {
        width: 100%;
    }

    .comment_by_esign span {
        margin-right: 4px;
    }

    #documents-section .row {
        justify-content: center;
    }

    .uplod_file_btn .btn,
    .delete-border-btn,
    .cancel-border-btn {
        padding: 10px 30px;
    }

    .image_doc_card {
        margin-bottom: 15px;
    }

    .info-modal h1 {
        line-height: 28px;
    }

    .image_doc_wrapper {
        justify-content: center;
    }

    .up_delete button {
        padding: 10px 35px;
    }

    .close.modal_close {
        top: 3px;
        right: 3px;
    }


    #assign-users-section {
        padding: 10px 30px;
    }

    #assign-users-section .col-md-12 button {
        width: 100%;
        margin-bottom: 15px;
        padding: 14px 35px;
    }

    #assign-users-section .switches {
        margin: 0 15px !important;
    }

    .close img {
        width: 100%;
        max-width: 20px;
    }

    .swal-content a {
        word-break: break-all;
    }

    .page-header.heading-flex {
        width: 100%;
    }

    .details_tab_title_edit {
        float: right;
    }

    .my-html {
        height: 100% !important;
    }

    #zoho-project-section button {
        width: 100%;
        margin-bottom: 15px;
    }

    .client_module .page-header select {
        margin-bottom: 15px;

    }

    .client_module .filter-panel button {
        width: 100%;
        margin-bottom: 15px !important;
    }

    .float-sm-none-pagination {
        float: none !important;
    }

    .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }


    .kanban-list {
        width: 100% !important;
        /* min-width: 250px !important; */
        min-width: 50% !important;
    }

    .task-listing-card .card-header {
        display: block !important;
    }

    .task-head {
        display: block !important;
    }

    .task-info-cont {
        display: block !important;
    }

    .task-info-cont .dropdown {
        padding-top: 5px;
    }

    .header_wrapper .page-header {
        display: block !important;
    }

    .contact-btn {
        width: 100% !important;
        font-size: 14px;
    }

    .c-btn-add-project {
        width: 100% !important;
        font-size: 14px;
        padding: 5px;
        margin-top: 10px;
        margin-right: 30px;
    }

    .tab_card_wrapper .padding button {
        margin-right: 10px !important;
    }

    .kanban-list>.kanban-wrap {
        padding: 10px !important;
    }

    .table-listing .page-filter .btn {
        width: 100% !important;
    }

    .kanban-header .card-action {
        display: block !important;
    }

    .conn-btn {
        /* margin-right: 12px; */
        width: 85% !important;
        font-size: 12px;
        /* padding-bottom: 5px; */
        margin-bottom: 10px;
    }

    .two-items-wrapper {
        display: block !important;
    }

    .filter_developer_id {
        width: 100% !important;
    }

    .groupping-filter {
        width: 100% !important;
    }

    .dd-button:after {
        top: 32% !important;
    }

    .ulead-module {
        display: block !important;
    }

    .c-btn-add-upwork-leads {
        width: 120% !important;
        margin-bottom: 10px;
    }

    .main-between {
        display: block !important;
    }

    #mybuttonUpworkChat {
        width: 100%;
        margin: 15px;
    }
}