/* .navbar-brand-wrapper {
    height: 35px !important;
}
.navbar .navbar-collapse {
    height: 35px !important;
} */

.navbar {
    border-top: 2px solid #012354;
    background: #ffffff;
    /* width: calc(100% - 260px);
    margin-left: auto; */
}

/* .sidebar {
    top: 38px;
    width: 250px;
    min-width: 250px;
    z-index: 10;
    background: #30353e;
    bottom: 0;
    margin-top: 0;
    padding-bottom: 30px;
    position: fixed;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    overflow-y: scroll;
    height: 100%;
    transition: all 0.3s;
} */
.sidebar {
    min-height: calc(100vh - 70px);
    background: #ffffff;
    font-family: "Nunito", sans-serif;
    padding: 0;
    width: 260px;
    z-index: 11;
    transition: width 0.25s ease, background 0.25s ease;
    min-width: 260px;
    margin-top: 72px;
    padding-bottom: 30px;
    border-right: 1px solid #EAEAEA;
    position: fixed;
    z-index: 105;
    top: 0;
    bottom: 0;
    left: 0;
    /* height: 100%; */
    /* closed state */
    /* open state */
  }
[role=main] {
    padding-top: 48px;
}

.ctm-row .user_fields .input-group {
    border: 1px solid #999;
    border-radius: 5px;
}

.ctm-row .user_fields select {
    border: 1px solid #999 !important;
}
/* .content-page table td.text-center {
    display: flex;
    gap: 5px;
} */

tr .min-width-150 {
    min-width: 126px;
}
/* .table-responsive .table th, .table-responsive .table td {
    padding: 5px;
} */
.del-edit-btn {
    display: flex;
    justify-content: center;
}
 span.select2-selection.select2-selection--multiple {
    height: auto;
    padding: 5px
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: end;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0 0 30px 0;
    justify-content: center;
}

small, .small {
    font-size: 12px;
    font-weight: 400;
}

.btn-primary {
    color: #fff !important;
    background-color: #012354 !important;
    border-color: #012354 !important;
  }
  .btn-primary:hover {
    color: #fff !important;
    background-color: #012354 !important;
    border-color: #012354 !important;
  }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff !important;
    background-color: #012354 !important;
    border-color: #012354 !important;
    box-shadow: 0 0 0 0.2rem rgba(99, 100, 124, 0.5) !important;
  }

/* Custome CSS */
/* Custome CSS */
.content-page {
    transition: width 0.25s ease, margin 0.25s ease;
    width: calc(100% - 260px);
    min-height: calc(100vh - 70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 52px;
    margin-left: 260px;
  }
  /* Tasks */
  .table-custom .ag-root-wrapper {
    border: 0;
  }

.text-xs {
    font-size: 10px;
}
.text-sm {
    font-size: 12px;
}
.text-base {
    font-size: 16px;
}
.text-lg {
    font-size: 18px;
}
.rounded-3xl {
    border-radius: 24px;
}
.rounded-2xl {
    border-radius: 16px;
}
.custom-search-bar {
    width: 20%;
}
.card-link-btn {
    border-radius: 8px;
    border: 1px solid #3DA2FF;
    background: #FFF;
    color: #3DA2FF;
    border-color: 1px solid#3DA2FF;
    padding: 5px 12px;
    text-align: center;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.card-link-btn:hover {
    background: #3DA2FF;
    color: #fff;
}
.sidebar .nav-link {
    padding: 16px 12px;
}
.sidebar .nav-link span {
    margin-right: 10px;
}
.sidebar .nav-link span svg {
    width: 19px;
    height: 19px;
    margin: 0 auto;
}
#navbarDropdown img {
    width: 30px;
    height: 30px;
}
.dropdown-menu {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
    border: 0;
    border-radius: 16px;
    padding: 10px !important;
}
.dropdown-menu .dropdown-item.active, .dropdown-item:active, .dropdown-menu .dropdown-item:hover {
    border-radius: 7px;
    background: #F5F7F7;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.00);
    color: #333333;
}
.dropdown-item {
    color: #757575;
}
.card-icon {
    width: 80px;
    height: 85px;
    padding: 16px;
    border-radius: 18px;
}
.bg-users {
    background: #FFF5E1;
}
.bg-new-users {
    background: #E9FAFF;
}
.bg-banned-users {
    background: #FFF1F8;
}
.bg-unconfirmed-users {
    background: #EDFFEE;
}
.card {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.card-content h2 {
    font-size: 21px;
    font-weight: 700;
    color: #000;
}
.card-content p {
    color: rgba(10, 21, 15, 0.50);
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.registration-list li {
    border-radius: 16px;
    background: #F5F7F7;
}
.list-icon {
    border-radius: 16px;
    background: #FFF1F8;
}
.sidebar .nav-item .nav-link[aria-expanded=true] {
    color: #000000;
}
.sidebar .nav-link:hover {
    background: #F5F7F7;
}
/* Data table css */
.ag-theme-alpine .ag-root-wrapper {
    border: 0;
}
.ag-theme-alpine .ag-body-horizontal-scroll, .ag-theme-alpine .ag-body-vertical-scroll {
    display: none;
}
.ag-theme-alpine .ag-header-container {
    background: #F6F6F6;
    border-radius: 10px !important;
    width: auto !important;
}
.ag-theme-alpine span.ag-header-cell-text {
    font-size: 14px;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
    color: #252C32;
}
.ag-theme-alpine .ag-header-cell-resize:after {
    display: none;
}
.ag-theme-alpine .ag-cell-value, .ag-theme-alpine .ag-cell-value a {
    color: #0A150F99;
    font-weight: 500;
}
.ag-theme-alpine .ag-cell-value a {
    text-decoration: unset;
    font-weight: 600;
}
.ag-theme-alpine .ag-header {
    border: 0;
}
.ag-theme-alpine  .ag-row-odd {
    background-color: #fff;
}
.ag-theme-alpine .ag-cell-value i.fa.fa-comment {
    color: #2357e0;
}

/* Tables CSS */
.table> :not(caption)>*>* {
    background-color: transparent;
    box-shadow: unset;
    border: 0;
}

.table>thead {
    background-color: #F6F6F6;
    border-radius: 10px;
}

.table>thead>tr th:first-child {
    border-radius: 10px 0 0 10px;
}

.table>thead>tr th:last-child {
    border-radius: 0px 10px 10px 0px;
}

.table>thead>tr>th {
    font-size: 14px;
    font-weight: 500;
    color: #252C32;
    letter-spacing: -0.14px;
}
.table>tbody>tr>td {
    padding: 16px 8px;
}
.table>tbody>tr>td {
    color: rgba(10, 21, 15, 0.60);
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
    text-decoration: none;
}
/* */
.number {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFE7E7;
        border-radius: 50%;
        margin-left: -8px;
}
.task-lists {
    border-radius: 7px;
    border: 0px solid #F6F6F6;
    background: #FFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
}
.task-icon {
    width: 46px;
    height: 46px;
    border-radius: 7px;
background: #F6F6F6;
}
.name-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.name-icon span {
    color: #D6343D;
    font-weight: 700;
}
.chat-box {
    border-radius: 7px;
    border: 0px solid #F6F6F6;
    background: #F6F6F6;
    padding: 10px;
    display: grid !important;
    grid-template-columns: 90px 1fr 72px;
}

.content_chat_project{
    min-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
    padding: 0px;
}
.ctm-width-20 {
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.form-switch .form-check-input {
    width: 3em;
    height: 1.5em;
}
.form-check-input:checked, .page-link.active, .active > .page-link {
    background-color: #012354;
    border-color: #012354;
}
.registraion.nav-pills .nav-link.active, .registraion.nav-pills .show > .nav-link {
    background-color: #012354;
}
.page-link.active, .active > .page-link {
    color: #fff !important;
}
.registraion .nav-link, .pagination .page-link {
    color: #012354;
}
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #012354;
    color: #012354;
    font-weight: 700;
}
/* Navbar toggle */
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.sidebar .sub-menu li {
    padding-left: 20px;
}
.custom-search-form {
    border: 1px solid #dee2e6;
    border-radius: 8px;
}
.custom-search-form span.input-group-append {
    display: flex;
}
.custom-search-form span.input-group-append .btn:hover {
    background-color: #f8f9fa;
}
.sidebar .nav-item .nav-link[aria-expanded=false]::after {
    background: url('../img/arrow-down.svg');
    content: '';
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 16px;

}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    opacity: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    background: url(../img/arrow-down.svg);
    content: '';
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 35%;
    bottom: 0;
}
.dropdown-toggle::after {
    background: url('../img/arrow-down.svg');
    content: '';
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    border: 0;
}
.sidebar .nav-item .nav-link[aria-expanded=true]::after {
    background: url('../img/arrow-down.svg');
    content: '';
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 16px;
    transform: rotate(-180deg);
}
.dropdown-menu[data-bs-popper] {
    left: -32px;
}
/* 02-05-24 */
.client_details_page_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.client-data-hd {
    font-size: 16px;
    font-weight: 800;
    color: #333;
    margin-bottom: 0px;
}
.client-data-sm {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
}
.card-body .client_details_page_div, .client_details-msg-board{
    border-bottom: 1px solid lightgrey;
    padding: 13px 0;
}
.client_details_page_div img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.client_project_name_chat , .contact_details_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.anchor_tag_for_each_chat {
    text-decoration: none;
    cursor: pointer;
}
.client_last_chat p, .client_project_name_chat p {
    max-width: 50%;
    width: 100%;
}
.client_last_chat {
    flex-direction: column;
}
.last_chat_inner {
    display: flex;
    justify-content: space-between;
}
.last_chat_media img {
    max-width: 150px;
    width: 100%;
}
.last_chat_media {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 15px;
    padding-top: 20px;
}
.task_details {
    text-decoration: none;
}
.project_media_client>* {
    max-width: 150px;
    width: 100%;
}
.client_project_name_chat {
    max-width: 100%;
    width: 100%;
}

.project_media_client {
    text-decoration: none;
}
.ctm-heading h1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    padding-left: 30px;
}
.client_project_name_chat {
    padding: 10px 0;
}
.client_details-msg-board {
    display: block;
}
/* 02-05-24 */

/* 03-05-24 */
.ctm-left-right-pdng {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.modal-body.coaxis-invite-modal {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 15px;
}
.ctm_video_project_show{
    max-width: 150px;
}
.project-file-media-warp{
    display:grid !important;
    grid-template-columns:repeat(2,1fr)
}
/* 03-05-24 */

/* 07-05-24 */
.btn-back-wrap {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: end;
}
.btn-back-wrap .btn.btn-primary {
    margin-left: 0 !important;
}
.back_create_user i {
    padding-right: 5px;
}
#users-table-wrapper tbody tr td a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
#users-table-wrapper tbody tr td {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
#users-table-wrapper thead tr th {
    font-size: 14px !important;
    font-weight: 700;
    white-space: nowrap;
}
#users-table-wrapper tbody tr td span {
    font-size: 14px;
    font-weight: 400;
}
#users-table-wrapper thead tr {
    background: #f1fbfd;
}
#users-table-wrapper tbody tr {
    background: #ffffff;
    border-top: 10px solid #fff;
}
#users-table-wrapper tbody tr.border-bottom.alt-bg {
    background: #f8f8f8 !important;
}
tr.border-bottom.alt-bg {
    background: #f6f6f6 !important;
}

.del-edit-btn a {
    background: #e9e9e9;
    border-radius: 50px;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.del-edit-btn {
    display: flex;
    gap: 10px;
}
.client_search_form {
    border: none;
}
.client_search_form span.input-group-append button {
    border-radius: 0px 6px 6px 0;
}
.perpageclient select {
    background: #eaeaea;
    color: #333;
    padding: 10px 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 5px rgb( 0 0 0 / 5%);
    font-size: 14px;
    font-weight: 700;
}
/* 07-05-24  */
/* 09-05-24 */
#users-table-wrapper .border-bottom .client_team_members span {
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}
#users-table-wrapper .border-bottom .client_team_members span img {
    border-radius: 50px;
    mix-blend-mode:multiply;
}
#users-table-wrapper .client_team_members {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 5px;
    grid-template-columns: repeat(5,1fr);
}
#users-table-wrapper .client_team_members span.member-0 , #users-table-wrapper .services_td_array .member-1 {
    background: #e84621;
}

#users-table-wrapper .client_team_members span.member-1 , #users-table-wrapper .services_td_array .member-2 {
    background: #ed9e2f;
}
#users-table-wrapper .client_team_members span.member-2 , #users-table-wrapper .services_td_array .member-3{
    background: #64bea6;
}
#users-table-wrapper .client_team_members span.member-3 , #users-table-wrapper .services_td_array .member-4{
    background: #ef61df;
}
#users-table-wrapper .client_team_members span.member-4 , #users-table-wrapper .services_td_array .member-5{
    background: #38b5e2;
}
#users-table-wrapper .client_team_members span.member-5 , #users-table-wrapper .services_td_array .member-6{
    background: #067268;
}
#users-table-wrapper .services_td_array {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
#users-table-wrapper .services_td_array span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 15px;
    border-radius: 19px;
    color: #fff;
    font-size: 11px;
    white-space: nowrap;
}
.message_baord_back_btn {
    background: #4c4c4c;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50px;
}

.message_baord_back_btn i {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
/* 09-05-24 */
/* 13-05-24 */
.cstm_navbar{
    margin-left: auto;
    margin-right: auto;
}
/* 13-05-24 */
/* 05-07-24 */
.scroll-projects {
    overflow-y: auto;
    height: 315px;
}
.color-span {
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
}

.table_Overflow_auto {
    width: 100%;
    overflow: auto;
}

.ctm_Table_One {
    table-layout: fixed;
    width: 100%;
}


.ctm_Table_One tr {
    border-bottom: 1px solid lightgrey;
}

table.ctm_Table_One tr td {
    padding: 10px;
}

.border-bottom-none {
    border: none !important;
    padding: 0px !important;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

span.member-0 {
    background-color: #e84621;
}

span.member-1 {
    background-color: #ed9e2f;
}

span.member-2 {
    background-color: #64bea6;
}

span.member-3 {
    background-color: #ef61df;
}

span.member-4 {
    background-color: #38b5e2;
}

span.member-5 {
    background-color: #067268;
}
.ag-sticky-bottom::after {
    display: none;
}
.ag-sticky-bottom {
    display: none;
}
.ctm-form-adjest {
    height: 100vh;
    overflow-y: auto;
    padding: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
}

.ctm-center-1 {
    justify-content: center;
}
/* 05-07-24 */
/* Media Query */
@media(max-width:768px){
    .ctm-heading h1 {
        padding-left: 0px;
    }
}
@media all and (min-width: 992px) {
    .sidebar-icon-only a.navbar-brand .logo-lg {
        display: none;
    }

    .sidebar-icon-only a.navbar-brand .logo-sm {
        display: block;
    }

    .sidebar-icon-only .sidebar {
        width: 70px;
        min-width: 70px;
    }

    .sidebar-icon-only .navbar-brand-wrapper {
        width: 70px;
    }
    .sidebar-icon-only span.menu-title {
        opacity: 0;
        transition: opacity .3s ease!important;
    }
    .sidebar-icon-only .sidebar:hover {
        width: 260px;
        min-width: 260px;
        transition: width .3s ease;
    }
    .sidebar-icon-only .sidebar:hover span.menu-title {
        opacity: 1;
    }
    .sidebar-icon-only .content-page {
        width: 100%;
        margin-left: 70px;
    }
    .sidebar-icon-only .sub-menu {
        opacity: 0;
        display: none;
    }
    .sidebar-icon-only .sidebar:hover .sub-menu.show {
        opacity: 1;
        display: flex;
        flex-direction: column;
    }
}
@media all and (max-width: 992px) {
    .signup-row {
        height: 100% !important;
    }
}

@media all and (max-width: 767px) {
    .content-page {
        width: 100%;
        margin-left: 0;
    }
    .navbar .navbar-brand-wrapper {
        border: 0 !important;
        width: auto;
    }
    .navbar {
        padding: 0 18px;
    }
    .navbar .navbar-toggler i {
        font-size: 22px;
        color: #012354;
    }
    .table>thead>tr>th, .table>tbody>tr>td {
        white-space: nowrap;
    }
    .signup-row {
        height: 100% !important;
    }
    .sidebar:not(.expanded) {
        margin-left: -261px;
    }
    #myChart {
        height: 250px !important;
    }
    .custom-search-bar {
        width: 100%;
    }
    .btn.btn-primary {
        padding: 10px 10px;
        font-size: 13px;
    }
}
