/*font face*/

@font-face {
    font-family: 'PoppinsBold';
    src: url('../assets/fonts/poppins/Poppins-Bold.eot');
    src: url('../assets/fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/poppins/Poppins-Bold.woff2') format('woff2'), url('../assets/fonts/poppins/Poppins-Bold.woff') format('woff'), url('../assets/fonts/poppins/Poppins-Bold.ttf') format('truetype'), url('../assets/fonts/poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PoppinsMedium';
    src: url('../assets/fonts/poppins/Poppins-Medium.eot');
    src: url('../assets/fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/poppins/Poppins-Medium.woff2') format('woff2'), url('../assets/fonts/poppins/Poppins-Medium.woff') format('woff'), url('../assets/fonts/poppins/Poppins-Medium.ttf') format('truetype'), url('../assets/fonts/poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('../assets/fonts/poppins/Poppins-Regular.eot');
    src: url('../assets/fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/poppins/Poppins-Regular.woff2') format('woff2'), url('../assets/fonts/poppins/Poppins-Regular.woff') format('woff'), url('../assets/fonts/poppins/Poppins-Regular.ttf') format('truetype'), url('../assets/fonts/poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*overwrite font*/
body {
    font-family: 'PoppinsRegular', sans-serif;
}

a:link {
    text-decoration: none !important;
    color: #663399;
}

p {
    font-family: 'PoppinsRegular', sans-serif !important;
    font-size: 0.813rem;
}

.main-content-wrap {
    background-color: #f6f6f6;
    padding: 20px 30px 0 10px;
}

.scroll-hide {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.scroll-hide::-webkit-scrollbar {
    display: none;
}


/*data table common design*/

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 40px;
    margin-left: 8px;
    border-radius: 20px;
    outline: none;
    padding: 6px 12px;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 50px;
    outline: none;
    margin: 0 8px;
    background-color: #fff;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 0;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

table.dataTable {
    border: none;
}

table.dataTable.no-footer {
    border: none;
    margin-bottom: 10px;
}

table.dataTable thead th,
table.dataTable thead td {
    border: 1px solid #dee2e6;
}

table.dataTable thead th {
    border: none;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 0.75rem;
    /* text-align: left !important; */
}

table.dataTable.demand-list-table tbody td {
    /*border-bottom: 3px solid #f6f6f6;*/
    outline: none;
}

table.demand-table tbody td {
    border-bottom: 2px solid #f6f6f6 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border-color: transparent;
    color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: 1px solid #6377BD !important;
    background: #6377BD;
    color: #fff !important;
    border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #fff;
    color: #6377BD !important;
}

.pagination {
    justify-content: flex-end;
    margin-bottom: 0;
}

.page-link {
    background-color: transparent;
    border: none;
    width: 32px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2px;
    color: #333;
}

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

.page-item.active .page-link {
    background-color: #6377BD;
    border-color: #6377BD;
}


/* /data table common design*/


/*header user details*/

.user-details {
    margin-right: 15px;
}

.user-details .short-name {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    background-color: #405CBE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.user-details .name {
    font-family: 'PoppinsBold', sans-serif;
    font-size: 14px;
}

.user-details__content {
    line-height: 1.2;
    max-width: 150px;
}

.user-details__content p {
    font-size: 12px;
}


/*logout*/

.logout {
    margin-right: 25px;
}

.logout a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #405CBE;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.logout a:hover {
    background-color: #405CBE;
    color: #fff;
}

.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a.open {
    color: #663399;
    background: #eee;
}

.layout-sidebar-large .main-header .logo {
    width: 140px;
    margin-left: 25px;
}

.layout-sidebar-large .main-header .logo img {
    width: 80%;
}

.layout-sidebar-large .main-header .menu-toggle div {
    height: 2px;
    background: #6377bd;
}

.layout-sidebar-large .sidebar-left {
    left: calc(-120px - 30px);
}


/*.layout-sidebar-large .sidebar-left .navigation-left {
width: 150px;
}*/


/*.main-content-wrap.sidenav-open {
width: calc(100% - 150px);
}*/


/*.layout-sidebar-large .sidebar-left-secondary.open {
left: 150px;
}*/

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active,
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold,
.layout-sidebar-large .sidebar-left-secondary .childNav li.nav-item a.open {
    color: #6377BD;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item {
    border: none;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold {
    padding: 15px 0;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item:hover .nav-item-hold {
    color: #6377bd;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle {
    border: 0;
    height: 80%;
    border-right: 5px solid #6377BD;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 10px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-black {
    color: #333;
}

.form-group .col-form-label {
    font-size: 14px;
    color: #423d47;
    margin-bottom: 4px;
}

.form-group .col-form-label.required {
    position: relative;
}

.form-group .col-form-label.required:after {
    content: '*';
    color: red;
}

.logo-header-text {
    font-size: 45px;
    font-weight: bold;
    color: #684299;
}

.modal-body {
    max-height: 500px;
    overflow: auto;
}

.pincode-input-text-masked {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.add-btn {
    border-radius: 30px;
    font-family: 'PoppinsBold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #6377BD;
    display: inline-block;
    padding: 10px 30px;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #6377BD;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}

.add-btn:hover {
    color: #6377BD !important;
    background-color: #fff;
}

.add-btn1 {
    border-radius: 30px;
    font-family: 'PoppinsBold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #FFF;
    display: inline-block;
    padding: 10px 30px;
    color: #6377BD;
    text-decoration: none;
    border: 1px solid #6377BD;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}

.add-btn1:hover {
    color: #FFF;
    background-color: #6377BD;
}

.btn-outline {
    border-radius: 30px;
    font-family: 'PoppinsBold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px;
    color: #6377BD;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #6377BD;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}

.btn-outline:hover {
    color: #fff;
    background-color: #6377BD;
}

.cancel-btn {
    border-radius: 30px;
    font-family: 'PoppinsBold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: rgba(108, 127, 192, 0.1);
    display: inline-block;
    padding: 10px 30px;
    color: #6377BD;
    text-decoration: none;
    border: 1px solid #F5F5F5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}

.reset-btn {
    padding: 10px 20px;
    background-color: #f9f9f9;
    border-radius: 30px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.reset-btn:hover {
    color: #000;
}

.delete-btn {
    border-radius: 30px;
    font-family: 'PoppinsBold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #f44336;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f44336;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}

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

.radio-outline-primary .checkmark,
.checkbox-outline-primary .checkmark {
    border-color: #6377BD;
}

.checkbox-outline-primary .checkmark:after {
    border-color: #6377BD;
}

.radio-outline-primary input:checked~.checkmark,
.radio-outline-primary .checkmark:after {
    background-color: #6377BD !important;
}

.modal-table-wrap {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 10px;
}

.modal-table {
    margin-bottom: 0;
}

.modal-table thead th {
    font-size: 14px;
    font-family: 'PoppinsBold', sans-serif;
    border: none;
}


/*login page*/

.login-left-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 55%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.login-title {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.login-form label {
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.login-form .form-control {
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    color: #fff;
    border-radius: 8px;
}

.login-form .form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-form .form-group:focus-within label {
    font-weight: bold;
}

.login-form .subdomain {
    position: absolute;
    width: 200px;
    height: 36px !important;
    top: 3px;
    right: 0;
    border-radius: 0 8px 8px 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 0 20px 0 10px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    background-color: #310388;
}

.select-box {
    position: relative;
}

.select-box:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 13px;
    right: 18px;
    transform: rotate(135deg);
}

.login-form .pincode-input-container input.first {
    border-radius: 8px;
    margin-left: 0;
}

.login-form .pincode-input-container input.mid {
    border-left-width: 1px;
    border-radius: 8px;
}

.login-form .pincode-input-container input.last {
    border-radius: 8px;
    margin-right: 0;
    border-left-width: 1px;
}

.login-form .pincode-input-container input {
    margin: 0 5px;
}

.login-form .login-btn {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 16px;
    margin: 30px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.login-form .login-btn:hover {
    color: #2f0283;
    border-color: #2f0283;
    background-color: #fff;
}

.login-subtitle {
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
}


/*Demad Listing*/

.demad-listing .demad-listing__top h1 {
    font-family: 'PoppinsBold', sans-serif;
    margin-bottom: 0px;
    font-size: 26px;
}

.demad-listing .back-btn {
    font-family: 'PoppinsBold', sans-serif;
    font-size: 16px;
    color: #333;
    padding-left: 12px;
    position: relative;
}

.back-btn {
    font-family: 'PoppinsBold', sans-serif;
    font-size: 16px;
    color: #333;
    padding-left: 12px;
    position: relative;
}

.demad-listing .back-btn:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.back-btn:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.demad-listing .demad-listing__top .open-filter {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../assets/images/search.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.demad-listing .demad-listing__top .header p {
    font-size: 15px;
}

.demad-listing .demad-listing__top .status {
    font-family: 'PoppinsBold', sans-serif;
    font-size: 16px;
}

.demad-listing .demad-listing__top .req-id {
    padding-left: 10px;
    border-left: 4px solid #6377BD;
    line-height: normal;
}

.demad-listing .demad-listing__top .req-id strong {
    font-size: 26px;
    font-family: 'PoppinsBold', sans-serif;
}

.demad-listing .demad-listing__top .req-id span {
    display: block;
    font-size: 16px;
}

.filter-by {
    -webkit-box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    padding: 20px 15px;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
}

.filter-by.currency-filter {
    display: block;
    border-radius: 10px;
}

.filter-by .btn-filter {
    font-family: 'PoppinsBold', sans-serif;
    font-size: 14px;
    color: #707070;
    white-space: nowrap;
}

.filter-by .btn-filter:hover {
    color: #000;
}

.filter-by .btn-filter.active {
    color: #6377BD;
}

.filter-by .filter-title {
    display: inline-block;
    font-family: 'PoppinsBold', sans-serif;
    font-size: 14px;
    color: #333333;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    height: 22px;
    white-space: nowrap;
}

.filter-by .filter-title:before {
    content: '';
    width: 1px;
    height: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    position: absolute;
    top: -4px;
    right: 0;
}

.filter-by .filter-title:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

.filter-by .input-group {
    border-radius: 30px;
    background-color: #F6F6F6;
    border: none;
    outline: none;
    height: 40px;
    overflow: hidden;
}

.filter-by .input-group .search {
    height: 40px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #F6F6F6;
}

.filter-by .input-group .btn {
    height: 40px;
    width: 40px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F6F6F6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.filter-by .input-group .btn img {
    width: 15px;
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
}

.filter-by .input-group .btn:hover img {
    -webkit-filter: none;
    filter: none;
}

.demand-subcat {
    margin-left: 25px;
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    position: relative;
    padding-left: 10px;
}

.demand-subcat:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    left: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

.demand-card {
    background-color: transparent;
}


/*demand list table*/

.demand-list-table .btn {
    padding: 0;
    font-size: 15px;
}

.demand-list-table .btn:hover i {
    color: #6377BD;
}

.demand-list-table .btn i {
    font-size: 16px
}

.demand-list-table .btn .fa-trash {
    font-size: 17px;
}

.demand-list-table .btn:hover .fa-trash {
    color: red;
}

.demand-list-table thead th {
    border: none;
    color: rgba(51, 51, 51, 0.5);
    padding: 10px 20px;
    white-space: nowrap;
}

.demand-list-table tbody {
    background-color: #fff;
}

.demand-list-table tbody td {
    border: none;
    padding: 15px 20px;
}

.demand-list-table tbody td.tb-border {
    border-bottom: 3px solid #f6f6f6;
    padding: 0;
}

.demand-list-table tbody td.tb-border-fullfill-btn {
    border-bottom: 35px solid #f6f6f6;
    padding: 0;
}

.demand-list-table tbody td.tb-border-big {
    border-bottom: 15px solid #f6f6f6;
    padding: 0;
}

.demand-list-table tbody td.tb-border-small {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
}

.demand-list-table.group tbody tr td:first-child {
    position: relative;
}

.demand-list-table.group tbody tr td:first-child:before {
    content: '';
    width: 6px;
    height: calc(100% + 1px);
    background-color: #6377BD;
    position: absolute;
    left: 0;
    top: 0;
}


/*.demand-list-table.group.bench-table tbody tr td:first-child:before {
display: none;
}*/

.demand-list-table.group thead tr th {
    padding-bottom: 0;
    pointer-events: none;
}

.demand-list-table.bench-table thead tr th {
    padding-bottom: 12px;
}

.demand-list-table.group tbody tr.grp-1 td .grp-id,
.demand-list-table.group tbody tr.grp-1 td:first-child:before {
    background-color: #5797FC;
}

.demand-list-table.group tbody tr.grp-2 td .grp-id,
.demand-list-table.group tbody tr.grp-2 td:first-child:before {
    background-color: #ed34d0;
}

.demand-list-table.group tbody tr.grp-3 td .grp-id,
.demand-list-table.group tbody tr.grp-3 td:first-child:before {
    background-color: #7e6fff;
}

.demand-list-table.group tbody tr.grp-4 td .grp-id,
.demand-list-table.group tbody tr.grp-4 td:first-child:before {
    background-color: #f37070;
}

.demand-list-table.group tbody tr.grp-5 td .grp-id,
.demand-list-table.group tbody tr.grp-5 td:first-child:before {
    background-color: #4ecc48;
}

.demand-list-table.group tbody tr.grp-6 td .grp-id,
.demand-list-table.group tbody tr.grp-6 td:first-child:before {
    background-color: #7E7978;
}

table.dataTable.demand-list-table.bench-table tbody tr.grp-1 td.grp-1 {
    color: #5797FC;
}

table.dataTable.demand-list-table.bench-table tbody tr.grp-2 td.grp-2 {
    color: #ed34d0;
}

table.dataTable.demand-list-table.bench-table tbody tr.grp-3 td.grp-3 {
    color: #7e6fff;
}

table.dataTable.demand-list-table.bench-table tbody tr.grp-4 td.grp-4 {
    color: #f37070;
}

table.dataTable.demand-list-table.bench-table tbody tr.grp-5 td.grp-5 {
    color: #4ecc48;
}

table.dataTable.demand-list-table.bench-table tbody tr.grp-6 td.grp-6 {
    color: #7E7978;
}

table.dataTable.demand-list-table.bench-table tbody td {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

table.dataTable.demand-list-table.bench-table tbody tr.border-table td {
    border-top: 10px solid #f6f6f6;
}

table.dataTable.demand-list-table.bench-table tbody tr.border-table-2 td {
    border-top: 3px solid #f6f6f6;
}

table.dataTable.demand-list-table.bench-table tbody tr.border-table:first-child td {
    border-top: none;
}

table.dataTable.demand-list-table.bench-table tbody tr td .bench-days {
    background-color: #e01919;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
}

.demand-list-table .fullfill-btn {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin-left: -10px;
}

.demand-list-table .fullfill-btn a {
    display: block;
    background-color: #fff;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #405cbe;
}

.demand-list-table .fullfill-btn a:before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 20px solid #fff;
    border-top: 26px solid transparent;
}

.demand-list-table .fullfill-btn a:after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 26px solid transparent;
}

.demand-list-table .grp-id {
    position: absolute;
    top: 100px;
    left: -47px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #6377BD;
    color: #fff;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 10px;
    height: 20px;
    width: 100px;
    text-align: center;
}

.demand-list-table .tr-border td {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.demand-list-table p {
    margin-bottom: 0;
    font-family: 'PoppinsRegular', sans-serif;
    font-size: 0.813rem;
}

.demand-list-table a {
    cursor: pointer;
}

.demand-list-table .show_det.top {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.demand-list-table .req-id {
    font-size: 15px;
    margin-right: 3px;
}

.demand-list-table .lead-id {
    font-size: 13px;
    background-color: #FF776F;
    color: #fff;
    padding: 2px 8px;
    border-radius: 20px;
    text-transform: uppercase;
}

.demand-list-table .client-name {
    font-size: 16px;
    font-family: 'PoppinsBold', sans-serif;
}

.demand-list-table .campany,
.demand-list-table .camp {
    font-size: 14px;
    color: #333;
}

.demand-list-table .initial-name {
    width: 33px;
    height: 33px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.demand-list-table .initial-img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.demand-list-table .cat-title {
    font-size: 15px;
}

.demand-list-table .level {
    font-family: 'PoppinsBold', sans-serif;
}

.demand-list-table .skill-title {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'PoppinsBold', sans-serif;
    margin-top: 5px;
    text-align: left;
}

.demand-list-table .skill-title:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.demand-list-table .skill-title span {
    background-color: #fff;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.demand-list-table .budget .budget-amount {
    font-size: 16px;
}

.demand-list-table .budget .currency {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 0 6px;
}

.demand-list-table .budget .budget-type {
    font-weight: bold;
    background-color: #6377BD;
    color: #fff;
    padding: 2px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-top: 2px;
    display: inline-block;
    font-size: 12px;
}

.demand-list-table .show-comment {
    color: #000;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-left: 20px;
}

.demand-list-table .show-comment:before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../assets/images/conversation.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.demand-list-table .location {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    background-color: #76c2a2;
    color: #fff;
    padding: 2px 8px;
    border-radius: 20px;
    display: inline-block;
}

.demand-list-table .location-title {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'PoppinsBold', sans-serif;
    margin-top: 5px;
    text-align: center;
}

.demand-list-table .location-title:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.demand-list-table .location-title span {
    background-color: #fff;
    padding: 0 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.demand-list-table .show-link a {
    color: #333;
    text-transform: uppercase;
}

.demand-list-table .td-actions {
    position: relative;
    text-align: center;
}

.demand-list-table .actions-link {
    width: 25px;
    height: 18px;
    cursor: pointer;
    background-image: url('../assets/images/dots.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    display: inline-block;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.demand-list-table .actions-link.active {
    background-image: url('../assets/images/close.svg');
    background-size: 22px;
    height: 25px;
}

.demand-list-table .pro-actions-link {
    width: 25px;
    height: 18px;
    cursor: pointer;
    background-image: url('../assets/images/dots.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.demand-list-table .pro-actions-link.active {
    background-image: url('../assets/images/close.svg');
    background-size: 22px;
    height: 25px;
    z-index: 3;
}

.demand-list-table .actions-box {
    position: absolute;
    right: -10px;
    top: -10px;
    text-align: left;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    padding: 10px;
    padding-top: 30px;
    width: 180px;
    -webkit-box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    z-index: 2;
    background-color: #fff;
}

.demand-list-table .actions-box a {
    display: block;
    padding: 5px;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    padding-left: 25px;
}

.demand-list-table .actions-box a:hover {
    color: #6377BD;
}

.demand-list-table .actions-box a:before {
    content: '';
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.demand-list-table .actions-box a.view:before {
    background-size: 18px;
    background-image: url('../assets/images/view.svg');
}

.demand-list-table .actions-box a.edit:before {
    background-image: url('../assets/images/edit.svg');
}

.demand-list-table .actions-box a.delete:before {
    background-image: url('../assets/images/delete.svg');
}

.demand-list-table .actions-box a.chng-status:before {
    background-image: url('../assets/images/flag.svg');
}

.demand-list-table .actions-box a.add-comment:before {
    background-image: url('../assets/images/conversation.svg');
}

.demand-list-table .actions-box a.cv_shared:before {
    background-image: url('../assets/images/list.svg');
}

.demand-list-table .actions-box a.add-demand-tags:before {
    background-image: url('../assets/images/icons8-plus.svg');
}

.demand-list-table .actions-box.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.demand-list-table .float-actions {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.demand-list-table .float-actions span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.demand-list-table .float-actions span i {
    font-size: 24px;
    text-shadow: 2px 2px #dbdada;
}

.demand-list-table .float-actions span a {
    color: #333;
    position: relative;
}

.demand-list-table .float-actions span sup {
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #e53e21;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
}

.demand-list-table .float-actions .collab {
    position: relative;
}

.demand-list-table .float-actions .collab .collab-btn {
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.demand-list-table .float-actions .collab .collab-btn span {
    display: none;
    width: 30px;
    height: 30px;
    background-color: #6c6363;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-top: 15px;
}

.demand-list-table .float-actions .collab .collab-btn img {
    width: 30px;
}

.demand-list-table .float-actions .collab .collab-btn.active img {
    display: none;
} 

.demand-list-table .float-actions .collab .collab-btn.active span {
    display: flex;
}

.demand-list-table .float-actions .collab-menu {
    transform: scale(0);
    transition: 0.3s;
    transform-origin: right;
    position: absolute;
    right: 15px;
    top: -10px;
    width: 200px;
}

.demand-list-table .float-actions .collab-menu.open {
    transform: scale(1);
}

.demand-list-table .float-actions .collab-menu.open span {
    opacity: 1;
}

.demand-list-table .float-actions .collab-menu ul li {
    text-align: right;
    padding-right: 50px;
}

.demand-list-table .float-actions .collab-menu ul li + li {
    margin-top: 10px;
}

.demand-list-table .float-actions .collab-menu .btn-primary {
    padding: 4px 8px;
    position: relative;
}

.demand-list-table .float-actions .collab-menu .btn-primary:after {
    content: '';
    width: 50px;
    border-top: 1px dashed #000;
    position: absolute;
    top: 0;
    left: 100%;
}

.demand-list-table .float-actions .collab-menu ul li:first-child .btn-primary:after {
    transform: rotate(20deg);
    top: 24px;
}

.demand-list-table .float-actions .collab-menu ul li:nth-child(2) .btn-primary:after {
    transform: rotate(-20deg);
    top: 6px;
}

.demand-list-table .demand-timeline {
    display: flex;
    position: relative;
}

.demand-list-table .demand-timeline > div {
    flex: 1;
    color: #fff;
    background-color: #333;
    position: relative;
    text-align: center;
    padding: 6px 10px;
}

.demand-list-table .demand-timeline > div:after {
    content: '';
    width: 35px; 
    height: 35px; 
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    top: 40%;
    right: -6px;
    background-color: #333;
    z-index: 1;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.demand-list-table .demand-timeline > div:last-child:after {
    display: none;
}

.demand-list-table .demand-timeline .cv-submission,
.demand-list-table .demand-timeline .cv-submission:after {
    background-color: #0FA798;
}

.demand-list-table .demand-timeline .cv-resubmission,
.demand-list-table .demand-timeline .cv-resubmission:after {
    background-color: #788BC4;
}

.demand-list-table .demand-timeline .interview-date,
.demand-list-table .demand-timeline .interview-date:after {
    background-color: #32BA6E;
}

.demand-list-table .demand-timeline .contract-start-date,
.demand-list-table .demand-timeline .contract-start-date:after {
    background-color: #F2C02B;
}

.demand-list-table .demand-timeline .cv-resubmission,
.demand-list-table .demand-timeline .interview-date,
.demand-list-table .demand-timeline .contract-start-date {
    padding-left: 30px;
}

.demand-list-table .demand-timeline h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}

.demand-list-table .demand-timeline .dates {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.demand-list-table .edit-timeline {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    z-index: 1;
    font-size: 24px;
    color: #000;
}

.demand-list-table .edit-timeline i {
    text-shadow: 2px 2px #dbdada;
}

.resigned-employee__list .view-comment {
    position: relative;
}

.resigned-employee__list .view-comment sup {
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #e53e21;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
}
/* /demand list table*/

/*demand form*/
.demand-form .card-body {
    padding: 25px;
}

.demand-form .card-title {
    font-size: 18px;
    font-family: 'PoppinsBold', sans-serif;
    color: #405CBE;
}

.demand-form .form-group:focus-within .col-form-label {
    color: #6377BD;
}

.demand-form .form-group .col-form-label {
    font-family: 'PoppinsMedium', sans-serif;
    color: rgba(51, 51, 51, 0.6);
    padding-bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.2;
}

.demand-form .form-group .form-control {
    border-color: #F7F7F7;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #F7F7F7;
    border-radius: 5px;
    min-height: 38px;
}

.demand-form .form-group .form-control:focus {
    background-color: rgba(108, 127, 192, 0.1);
}

.demand-form .form-group .form-check-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
}

.demand-form .form-group .form-check-wrap .form-check {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
}

.demand-form .form-group .form-check-wrap .form-check input {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.demand-form .form-group .form-check-wrap .form-check-label {
    border: 1px solid rgba(108, 127, 192, 0.3);
    display: block;
    margin: 0 4px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
}

.demand-form .form-group .form-check-wrap .form-check:first-child .form-check-label {
    margin-left: 0;
}

.demand-form .form-group .form-check-wrap .form-check:last-child .form-check-label {
    margin-right: 0;
}

.demand-form .form-group .form-check-wrap .form-check input:checked+.form-check-label {
    background-color: rgba(108, 127, 192, 0.1);
    border-color: #6377BD;
    color: #6377BD;
}

.demand-form .form-group .form-check-wrap-2 input {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.demand-form .form-group .form-check-wrap-2 .form-check {
    padding-left: 25px;
}

.demand-form .form-group .form-check-wrap-2 .form-check .form-check-label {
    position: relative;
    margin-bottom: 8px;
    cursor: pointer;
    font-family: 'PoppinsMedium', sans-serif;
}

.demand-form .form-group .form-check-wrap-2 .form-check .form-check-label:before {
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #6377BD;
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.demand-form .form-group .form-check-wrap-2 .form-check input:checked+.form-check-label:before {
    background-color: #6377BD;
}

.demand-form .form-group .select-box {
    position: relative;
}

.demand-form .form-group .select-box:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #707070;
    position: absolute;
    right: 30px;
    top: 16px;
    transform: none;
}

.demand-form .form-group.dropdown .select-box:after {
    right: 15px;
}

.demand-form .form-group .select-box .form-control {
    padding-right: 35px;
}

.demand-form .form-group .select-box .form-control:valid,
.demand-form .form-group .select-box .form-control.is-valid {
    background-position: right 32px center;
}

.demand-form .currency-name {
    color: #000;
    font-size: 15px;
    margin-top: 5px;
}

.demand-type label {
    font-size: 14px;
    margin-bottom: 0px;
}

.demand-type span {
    font-weight: bold;
    font-size: 16px;
}

.demand-form .select2-container--default .select2-selection--multiple {
    background-color: #f7f7f7;
    min-height: 38px;
    padding: 5px 5px;
    border: none;
}

.demand-form .select2-container--default .select2-selection--single {
    background-color: #f7f7f7;
    min-height: 38px;
    padding: 5px 5px;
    border: none;
}

.demand-form .number-group .btn-light {
    width: 45px;
    height: 100%;
    background-color: #F1F1F1;
    border-color: #F1F1F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.demand-form .engagement-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
}

.demand-form .engagement-radio .check {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0;
}

.demand-form .engagement-radio .check label {
    font-size: 12px;
    color: #333333;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.demand-form .engagement-radio .check label span {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-color: #f7f7f7;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.demand-form .engagement-radio .check input:checked+label {
    color: #405CBE;
}

.demand-form .engagement-radio .check.part-time label span {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.demand-form .engagement-radio .check.part-time label span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #8E8E8E;
}

.demand-form .engagement-radio .check.part-time input:checked+label span:after {
    background-color: #405CBE;
}

.demand-form .engagement-radio .check.full-time label span {
    background-color: #8E8E8E;
}

.demand-form .engagement-radio .check.full-time input:checked+label span {
    background-color: #405CBE;
}

.demand-form .engagement-radio .check.hourly label span {
    background-image: url('../assets/images/clock.svg');
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
}

.demand-form .engagement-radio .check.hourly input:checked+label span {
    background-image: url('../assets/images/clock-blue.svg');
}

.demand-form .cke_chrome {
    border-radius: 10px;
    overflow: hidden;
}

.demand-form .demand-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
}

.demand-form .demand-menu .nav .nav-item {
    margin-bottom: 2px;
}

.demand-form .demand-menu .nav .nav-item .nav-link {
    font-family: 'PoppinsBold', sans-serif;
    font-size: 13px;
    color: rgba(51, 51, 51, 0.6);
    background-color: #fff;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
}

.demand-form .demand-menu .nav .nav-item .nav-link:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #405CBE;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    display: none;
}

.demand-form .demand-menu .nav .nav-item .nav-link.active {
    color: #405CBE;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(99, 119, 189, 0.2);
    box-shadow: 0px 3px 6px 0px rgba(99, 119, 189, 0.2);
}

.demand-form .demand-menu .nav .nav-item .nav-link.active:after {
    display: block;
}

.demand-form .client-lead-details {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.demand-form .client-lead-details span {
    display: block;
    font-size: 14px;
}

.demand-form .client-lead-details .client-id {
    font-size: 15px;
    font-family: 'PoppinsBold', sans-serif;
}

.demand-form .client-lead-details .client-name {
    font-size: 16px;
    font-family: 'PoppinsBold', sans-serif;
}

.demand-form .form-actions-fix {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 10px 0;
    background-color: #fff;
}


/*/demand form*/


/*modal new design*/

.modal-full .modal-dialog {
    right: 0;
    top: 0;
    margin: 0;
    position: absolute;
    height: 100%;
    max-width: 1000px;
    width: 100%;
}

.modal-full .modal-content {
    border-radius: 0;
    border: none;
    height: 100%;
}

.modal-full .modal-dialog .modal-body {
    max-height: 100%;
}

.modal-full .modal-title {
    font-family: 'PoppinsBold', sans-serif;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 1
}

.modal-full .modal-body,
.modal-full .modal-header {
    padding: 20px 25px;
}

.modal-full .modal-header p {
    font-size: 15px;
}

.modal-full .modal-header .req-id {
    padding-right: 10px;
    border-right: 4px solid #6377BD;
    line-height: normal;
}

.modal-full .modal-header .req-id strong {
    font-size: 26px;
    font-family: 'PoppinsBold', sans-serif;
}

.modal-full .modal-header .req-id span {
    display: block;
    font-size: 16px;
}

.modal-full .modal-header .close {
    position: absolute;
    left: -45px;
    margin: 0;
    top: 0;
    color: #fff;
    opacity: 1;
    font-weight: normal;
    font-size: 35px;
}

.modal-full .modal-body .client-name {
    font-size: 20px;
    font-family: 'PoppinsBold', sans-serif;
}

.modal-full .modal-body .location {
    font-family: 'PoppinsBold', sans-serif;
    font-size: 11px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px;
}

.modal-full .modal-body .job-title {
    color: #333333;
    font-size: 15px;
    font-family: 'PoppinsBold', sans-serif;
}

.modal-full .modal-body .res-level {
    color: #333333;
    font-size: 15px;
    font-family: 'PoppinsBold', sans-serif;
}

.modal-full .modal-body .form-title-bold {
    font-size: 19px;
    white-space: nowrap;
    color: #333333;
    font-family: 'PoppinsBold', sans-serif;
}

.modal-full .modal-body .form-title {
    font-family: 'PoppinsBold', sans-serif;
    font-size: 16px;
    color: #333333;
}

.sidebar-selected {
    text-align: center;
}

.sidebar-selected .item-name {
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #6377bd;
}

.nav-pills .nav-link {
    color: #333;
    border-radius: 20px;
}

.tab-content {
    padding: 10px 0;
}

.pipeline-status {
    position: relative;
}

.pipeline-status:after {
    content: '';
    width: 85%;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.pipeline-status.res_name {
    padding-left: 50px;
}

.pipeline-status.res_name:after {
    left: 50%;
    width: 50%;
}

.pipeline-status.res_name .cv-check {
    position: absolute;
    top: 8px;
    left: 0;
    color: green;
    z-index: 10;
}

/*.pipeline-status.res_name .cv-check:before {
    content: attr(data-title);
    position: absolute;
    top: 4px;
    left: calc(100% + 3px);
    color: #fff;
    background-color: #000;
    font-size: 10px;
    padding: 3px 5px;
    line-height: 1;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    max-width: 200px;
}*/

.pipeline-status.res_name .cv-check:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #000;
    position: absolute;
    top: 8px;
    left: 100%;
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.pipeline-status.res_name .cv-check:hover:before,
.pipeline-status.res_name .cv-check:hover:after {
    opacity: 1;
    visibility: visible;
}

.pipeline-status.res_name .cv-check .tooltip-data {
    position: absolute;
    top: 4px;
    left: calc(100% + 3px);
    color: #fff;
    background-color: #000;
    font-size: 10px;
    padding: 3px 5px;
    line-height: 1;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    max-width: 200px;
    min-width: 100px;
}

.pipeline-status.res_name .cv-check .tooltip-data p {
    font-size: 10px;
    margin-bottom: 0;
}

.pipeline-status.res_name .cv-check:hover .tooltip-data {
    opacity: 1;
    visibility: visible;
}

.pipeline-status .profile-name {
    font-size: 12px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 20px;
}

.pipeline-status .badge {
    padding: 6px 9px;
    margin-bottom: 3px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: normal;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
}

.pipeline-status ul li {
    text-align: center;
    flex: 1;
    cursor: pointer;
    border: 1px solid #fff;
    padding-left: 5px;
    position: relative;
}

.pipeline-status ul li .custom-tooltip {
    position: absolute;
    top: 30%;
    left: 100%;
    background-color: #000;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    font-size: 10px;
    z-index: 10;
    width: 100px;
    height: fit-content;
    line-height: 1.2;
    text-align: center;
}

.pipeline-status ul li:last-child .custom-tooltip,
.pipeline-status ul li:nth-last-child(2) .custom-tooltip {
    right: 90%;
    left: auto;
}

.pipeline-status ul li .custom-tooltip:after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #000;
    position: absolute;
    top: 5px;
    left: -2px;
    transform: rotate(45deg);
}

.pipeline-status ul li:last-child .custom-tooltip:after,
.pipeline-status ul li:nth-last-child(2) .custom-tooltip:after {
    left: auto;
    right: -2px;
}

.pipeline-status ul li:hover .custom-tooltip {
    opacity: 1;
    visibility: visible;
}

.pipeline-status .days,
.pipeline-status .date {
    display: block;
    font-size: 10px;
}

.pipeline-status .days {
    min-width: 45px;
    text-align: right;
}

.resource-skills.box-outer {
    position: relative;
}

.resource-skills.box-outer .arrow-left {
    position: absolute;
    top: 2px;
    left: -20px;
    font-size: 20px;
    line-height: normal;
}

.resource-skills.box-outer .arrow-right {
    position: absolute;
    top: 2px;
    right: -20px;
    font-size: 20px;
    line-height: normal;
}

.resource-skills.box-inner {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.resource-skills.box-inner::-webkit-scrollbar {
    display: none;
}

.resource-skills {
    margin: 5px 0;
}

.resource-skills .badge+.badge {
    margin-left: 5px;
}

.resource-assign span {
    color: #ba2c24;
}

.sales-comment span {
    color: #ba2c24;
}
.res-btn {
    padding: 6px 12px;
}

.badge-selected {
    background-color: #4fa54f;
}

.badge-rejected {
    background-color: #db2525;
}

.badge-ignored {
    background-color: #FFA701;
}

.dis-none {
    display: none;
}

.error {
    color: #bc261b;
    margin-top: 0.25rem;
    font-size: 12px;
}

#overlay {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF99;
    margin-left: -5%;
    margin-top: -3%;
    position: fixed;
    z-index: 999;
    display: none;
}

#overlayText {
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    font-size: 60px;
    font-weight: 600;
}

.pointer {
    cursor: pointer;
}

.badge-light {
    color: #fff;
}

.dis_pointer_events {
    pointer-events: none;
}

.select-box:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #707070;
    position: absolute;
    right: 15px;
    top: 14px;
    transform: none;
}

.allocation-report__header .card {
    height: 100%;
}

.allocation-report__header .card .card-body {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
}

.allocation-report__header .card .card-body>h2 {
    font-size: 35px;
    margin-bottom: 0;
    font-family: 'PoppinsBold';
    flex: 1;
    text-shadow: 2px 1px #ababab;
}

.allocation-report__header .card .card-body>div {
    flex: 2;
}

.allocation-report__header .card .card-body p {
    margin-bottom: 0;
}

.allocation-report__header .search-user .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    font-family: 'PoppinsBold';
}

.allocation-report__header .search-filter {
    position: relative;
}

.allocation-report__header .search-filter .form-control {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    padding-right: 25px;
}

.allocation-report__header .search-filter i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
}

.allocation-report__content .allocation-report__tl--users {
    margin-bottom: 15px;
}

.allocation-report__content .allocation-report__tl--users>.btn {
    position: relative;
    background-color: #fff;
    text-align: left;
    padding: 10px 20px 10px 40px;
    border-radius: 5px;
    cursor: default;
}

.allocation-report__content .allocation-report__tl--users>.btn.dnb {
    opacity: .7;
    cursor: no-drop;
}

.allocation-report__content .allocation-report__tl--users>.btn .tl-sname {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #405CBE;
    line-height: 1;
}

.allocation-report__content .allocation-report__tl--users>.btn i.fa-plus {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-text-stroke: 1.4px #fff;
    font-size: 15px;
    color: #798390;
    cursor: pointer;
}

.allocation-report__content .allocation-report__tl--users .user-collapse[aria-expanded="true"]:before {
    content: "\f068";
}

.allocation-report__content .allocation-report__tl--users .allocated {
    color: #663399;
    font-size: 14px;
    font-family: 'PoppinsBold';
}

.allocation-report__content .allocation-report__tl--users .on-bench {
    color: red;
    font-size: 14px;
    font-family: 'PoppinsBold';
}

.allocation-report__content .allocation-report__tl--users .user-info {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.allocation-report__content .allocation-report__tl--users .user-info .short-name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #6377BD;
    border-radius: 50%;
}

.allocation-report__content .allocation-report__tl--users .user-info h2 {
    font-size: 17px;
    font-family: 'PoppinsBold';
    margin-bottom: 0px;
}

.allocation-report__content .allocation-report__tl--users .revenue-price {
    display: flex;
    align-items: center;
    min-width: 350px;
}

.allocation-report__content .allocation-report__tl--users .revenue-price>div {
    flex: 1;
    text-align: center;
    padding: 0 10px;
}

.allocation-report__content .allocation-report__tl--users .revenue-price .expected {
    border-right: 1px dashed rgba(0, 0, 0, .3);
}

.allocation-report__content .allocation-report__tl--users .revenue-price h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.allocation-report__content .allocation-report__tl--users .revenue-price h4 img {
    width: 20px;
    margin-right: 5px;
}

.allocation-report__content .allocation-report__tl--users .project-assign {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #000;
}

.allocation-report__content .allocation-report__tl--users .badge {
    font-size: 14px;
    font-weight: normal;
}

.allocation-report__content .allocation-report__tl--users .contract-time {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    font-size: 12px;
    border-radius: 0 0 0 15px;
    padding-left: 10px;
}

.allocation-report__user-project {
    padding-top: 15px;
}

.allocation-report__user-project ul {
    position: relative;
    padding-left: 50px;
}

.allocation-report__user-project ul:before {
    content: '';
    position: absolute;
    top: -14px;
    left: 27px;
    width: 22px;
    height: calc(100% - 26px);
    border-left: 1px solid rgba(0, 0, 0, .3);
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-bottom-left-radius: 5px;
}

.allocation-report__user-project ul li {
    margin-bottom: 15px;
    position: relative;
}

.allocation-report__user-project ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -22px;
    height: 1px;
    width: 22px;
    background-color: rgba(0, 0, 0, .3);
}

.allocation-report__user-project ul li:last-child:before {
    display: none;
}

.allocation-report__user-project .project-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 20px;
    padding-right: 180px;
    padding-left: 35px;
    border-radius: 10px;
    position: relative;
}

.allocation-report__user-project .project-details .contract-time {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    font-size: 12px;
    border-radius: 0 0 0 15px;
    padding-left: 10px;
}

.allocation-report__user-project .project-details .reminder {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

.allocation-report__user-project .project-details .undo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    cursor: pointer;
}

.allocation-report__user-project ul.on-bench:before {
    height: calc(100% - 16px);
}


/*.allocation-report__user-project ul.on-bench .project-details {
padding-right: 20px;
}*/

.allocation-report__user-project .project-details>div:first-child {
    width: 40%;
}

.allocation-report__user-project .project-details h3 {
    font-size: 18px;
    font-family: 'PoppinsBold';
    margin-bottom: 0px;
    text-shadow: 0.5px 1px #ababab;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.allocation-report__user-project .project-details .release-btn {
    background-color: red;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    font-family: 'PoppinsRegular';
}

.allocation-report__user-project .project-details .attach-date {
    border-bottom: 1px dashed rgba(0, 0, 0, .5);
    display: block;
}

.allocation-report__user-project .btn-allocate {
    text-transform: uppercase;
    margin-left: 10px;
    font-weight: bold;
    display: flex;
}

.allocation-report__user-project .btn-allocate i {
    color: #405CBE;
    margin-right: 5px;
    -webkit-text-stroke: 1.5px #405CBE;
    font-size: 18px;
    width: 15px;
}

.allocation-report__tl {
    padding-left: 35px;
    border-left: 1px solid rgba(0, 0, 0, .3);
    position: relative;
}

.allocation-report__tl .tl-name {
    position: absolute;
    top: 33%;
    left: -15px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    line-height: 1;
    padding: 5px;
    font-size: 16px;
    background-color: #f6f6f6;
}

.archive-list {
    padding-left: 0 !important;
}

.archive-list:before,
.archive-list li:before {
    display: none;
}

.archive-list li+li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.archive-list li .project-details {
    padding-right: 10px;
    padding-left: 10px;
}

.archive-list li .project-details .contract-time {
    border-radius: 10px;
    padding: 5px 10px;
    line-height: 0.8;
    /* position: static; */
    top: 12px;
}

.archive-list li .project-details div:last-child {
    width: 30%;
}

.demand_status {
    /*background-color: #964b00;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    right: 0;
    border-top-left-radius: 10px;
    white-space: nowrap;*/
    /*transform: rotate(-12deg);*/
    color: #555;
    font-size: 11px;
    font-weight: 700;
    border: 0.25rem solid #555;
    display: inline-block;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    font-family: 'Courier';
    -webkit-mask-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/8399/grunge.png');
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: -18px;
    right: 20px;
    z-index: 1;
    opacity: 0.8;
}

.sticky-note {
    background-color: #fff5c8;
    padding: 30px 10px 10px 10px;
    box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.2);
}

.sticky-note .pin {
    width: 30px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.sticky-note .date,
.sticky-note .sales-desg {
    font-size: 12px;
    font-weight: normal;
}

.sticky-note .client-name {
    line-height: 1.2;
    font-size: 15px;
}

.sticky-note .lead-id {
    display: inline-block;
    font-size: 11px;
    position: absolute;
    top: 16px;
    right: 20px;
    border-radius: 0;
    border-bottom-left-radius: 10px;
}

.sticky-note .camp {
    font-size: 13px;
}

.sticky-note .req-id {}

@media(min-width:1400px) {
    .container-fluid {
        max-width: 1200px;
    }
}

.demand-card .global-green {
    background-color: #05a705;
}

.demand-card .global-red {
    background-color: #f00;
}

.demand-card .global-collapse-btn-wrapper {
    display: inline-flex;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 10px;
    border-radius: 50%;
}

.demand-card .global-collapse-btn-wrapper .global-collapse-btn {
    height: 100%;
    width: 20px;
    line-height: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demand-list-table.group tbody tr td .collapse-btn-wrapper {
    position: absolute;
    display: inline-flex;
    top: -2px;
    left: -7px;
    background-color: #6377BD;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.demand-list-table.group tbody tr td .collapse-btn-wrapper .collapse-btn {
    height: 100%;
    width: 100%;
    line-height: 0;
    color: #fff;
}

.demand-list-table.group tbody tr.grp-1 td .collapse-btn-wrapper {
    background-color: #5797FC;
}

.demand-list-table.group tbody tr.grp-2 td .collapse-btn-wrapper {
    background-color: #ed34d0;
}

.demand-list-table.group tbody tr.grp-3 td .collapse-btn-wrapper {
    background-color: #7e6fff;
}

.demand-list-table.group tbody tr.grp-4 td .collapse-btn-wrapper {
    background-color: #f37070;
}

.demand-list-table.group tbody tr.grp-5 td .collapse-btn-wrapper {
    background-color: #4ecc48;
}

.demand-list-table.group tbody tr.grp-6 td .collapse-btn-wrapper {
    background-color: #7E7978;
}

.allocation-bench-report__header .form-group {
    margin-bottom: 0;
}

.allocation-bench-report__header .form-group .form-control {
    background-color: #fff;
    border-radius: 20px;
    font-size: 15px;
}

.allocation-bench-report__header .form-group select.form-control {
    padding-right: 40px;
}

.allocation-bench-report__header .search-user .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    font-family: 'PoppinsBold';
}

.allocation-bench-report__header .dropleft .btn:before {
    display: none;
}

.allocation-bench-report__header .dropleft .btn {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    /*padding: 6px 12px;*/
}

.allocation-bench-report__tl {
    padding-left: 15px;
    /*border-left: 1px solid rgba(0, 0, 0, .3);*/
    position: relative;
}

.allocation-bench-report__tl .tl-name {
    position: absolute;
    top: 33%;
    left: -15px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    line-height: 1;
    padding: 5px;
    font-size: 16px;
    background-color: #f6f6f6;
}

.allocation-bench-report__tl .td-actions {
    position: relative;
    text-align: center;
}

.allocation-bench-report__tl .actions-link {
    width: 25px;
    height: 18px;
    cursor: pointer;
    background-image: url('../assets/images/dots.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    display: inline-block;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.allocation-bench-report__tl .actions-link.active {
    background-image: url('../assets/images/close.svg');
    background-size: 22px;
    height: 25px;
    z-index: 5;
}

.allocation-bench-report__tl .actions-box {
    position: absolute;
    right: -10px;
    top: -10px;
    text-align: left;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    padding: 10px;
    padding-top: 30px;
    width: 180px;
    -webkit-box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    z-index: 2;
    background-color: #fff;
}

.allocation-bench-report__tl .actions-box a {
    display: block;
    padding: 5px;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.allocation-bench-report__tl .actions-box a:hover {
    color: #6377BD;
}

.allocation-bench-report__tl .actions-box.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 4;
}


.allocation-bench-report__tl--users {
    margin-bottom: 15px;
    position: relative;
    background-color: #fff;
    text-align: left;
    padding: 10px 20px 10px 30px;
    border-radius: 5px;
} 

.allocation-bench-report__tl--users.total {
    background-color: #fff8c6; 
    bottom: 0;
    position: sticky;
}

.allocation-bench-report__tl--users.total:before,
.allocation-bench-report__tl--users.total:after {
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #fff8c6; 
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.allocation-bench-report__tl--users.total:before {
    left: -50%;
}

.allocation-bench-report__tl--users.total:after {
    right: -50%;
}

.allocation-bench-report__tl--users.comment {
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.allocation-bench-report__tl--users.comment .comment-box {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    font-size: 12px;
    border-style: dashed;
    background-color: #FDF4F4;
    color: #000;
    width: 95%;
    padding: 5px 10px;
    border-radius: 2px; 
}

.allocation-bench-report__tl--users.comment .comment-box p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allocation-bench-report__tl--users.comment .comment-box:before {
    content: attr(data-title);
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    font-size: 11px;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    max-width: 400px;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}

.allocation-bench-report__tl--users.comment .comment-box:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #000;
    position: absolute;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    bottom: 100%;
    opacity: 0;
    transition: 0.3s;
} 

.allocation-bench-report__tl--users.comment .comment-box:hover:before,
.allocation-bench-report__tl--users.comment .comment-box:hover:after {
    opacity: 1;
    visibility: visible;
}

.allocation-bench-report__tl--users .resignation {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f44336;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-bottom-left-radius: 10px;
}

.allocation-bench-report__tl--users .tl-sname {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13px;
    color: #fff;
    width: 26px;
    height: 26px;
    font-size: 11px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #405CBE;
    line-height: 1;
}

.allocation-bench-report__tl--users .user-info {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 0 20px;
}

.allocation-bench-report__tl--users .user-info .contract-time{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    font-size: 12px;
    border-radius: 0 0 0 15px;
    padding-left: 10px;
}

.allocation-bench-report__tl--users .user-info h2 {
    font-size: 17px;
    font-family: 'PoppinsBold';
    margin-bottom: 0px;
    max-width: 250px;
}

.allocation-bench-report__tl--users .user-info h2 small {
    display: block;
    white-space: nowrap;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: brown;
}

.allocation-bench-report__tl--users .bench-date h5 {
    font-size: 14px;
    font-family: 'PoppinsBold';
    margin-bottom: 0px;
}

.allocation-bench-report__tl--users .bench-date span {
    font-size: 12px;
}

.allocation-bench-report__tl--users .user-info h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

.allocation-bench-report__tl--users .user-info .location {
    min-width: 85px;
    max-width: 100%;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.allocation-bench-report__tl--users .user-info>div:first-child {
    flex: 1;
    max-width: 450px;
}

.allocation-bench-report__tl--users .dropleft .btn:before {
    display: none;
}

.allocation-bench-report__tl--users .dropleft {
    max-width: 40px;
}

.allocation-bench-report__tl--users .dropleft .btn {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    padding: 6px 12px;
}

.allocation-bench-report__tl--users .growth-bar {
    display: flex;
    align-items: flex-end;
    text-align: center;
}

.allocation-bench-report__tl--users .growth-bar div div {
    width: 50px;
    font-size: 10px;
    line-height: 1.2;
}

.allocation-bench-report__tl--users .growth-bar .green-bg div {
    background-color: #4caf50;
    color: #fff;
}

.allocation-bench-report__tl--users .growth-bar .orange-bg div {
    background-color: #ffc107;
}

.allocation-bench-report__tl--users .growth-bar .red-bg div {
    background-color: #f44336;
    color: #fff;
}

.allocation-bench-report__tl--users .growth-bar span {
    position: relative;
    margin-bottom: 10px;
    line-height: 0.9;
}

.allocation-bench-report__tl--users .growth-bar span:after {
    content: '';
    height: 10px;
    width: 1px;
    background-color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

.allocation-bench-report__tl--users .growth-bar .green-bg span:after {
    background-color: #4caf50;
}

.allocation-bench-report__tl--users .growth-bar .orange-bg span:after {
    background-color: #ffc107;
}

.allocation-bench-report__tl--users .growth-bar .red-bg span:after {
    background-color: #f44336;
}

.bench-export-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 1;
    background-color: #6377BD;
    color: #fff;
    outline: none;
}

.bench-export-btn i {
    margin-left: 5px;
}

.revenue-report__top .main-title {
    font-family: 'PoppinsBold';
    margin-bottom: 0;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.3;
}

.revenue-report__top .top-performance ul {
    display: flex;
    gap: 0 10px;
}

.revenue-report__top .top-performance ul li {
    flex: 1;
    text-align: center;
}

.revenue-report__top .top-performance .card-body {
    position: relative;
    padding: 40px 5px 30px 5px;
}

.revenue-report__top .top-performance .rank {
    position: absolute;
    top: 10px;
    left: 0px;
    font-weight: bold;
    height: 0;
    border-bottom: 10px solid #405CBE;
    border-top: 10px solid #405CBE;
    border-right: 10px solid transparent;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #fff;
}

.revenue-report__top .top-performance .user-name {
    font-size: 18px;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
}

.revenue-report__top .top-performance .user-name>img {
    border-radius: 50%;
}

.revenue-report__top .top-performance .user-name .medal {
    position: absolute;
    width: 20px;
    bottom: -8px;
    right: 0;
}

.revenue-report__top .top-performance h5 {
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 150px;
}

.revenue-report__top .top-performance p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
    margin: 0 auto;
}

.revenue-report__top .top-performance .revenue-earned {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 10px;
}

.revenue-report__top .top-performance .revenue-earned img {
    width: 20px;
    margin-right: 5px;
}

.revenue-report__filter-view .btn-link {
    color: #000;
    padding: 5px;
    font-size: 18px;
}

.revenue-report__filter-view .btn-link.active {
    color: #405CBE;
}

.revenue-report__list ul li {
    margin-bottom: 15px;
}

.revenue-report__list .card-body {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}

.revenue-report__list .card-body .user-info {
    max-width: 325px;
    min-width: 325px;
}

.revenue-report__list .card-body .rank {
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
    height: 0;
    border-bottom: 10px solid #405CBE;
    border-top: 10px solid #405CBE;
    border-right: 10px solid transparent;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #fff;
    border-top-left-radius: 10px;
}

.revenue-report__list .card-body .user-name {
    font-size: 18px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin-right: 10px;
}

.revenue-report__list .card-body .user-name>img {
    border-radius: 50%;
}

.revenue-report__list .card-body .user-name .medal {
    position: absolute;
    width: 20px;
    bottom: -8px;
    right: 0;
}

.revenue-report__list .card-body p {
    margin-bottom: 0;
}

.revenue-report__list .card-body h5 {
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    margin-right: 5px;
    margin-bottom: 0;
}

.revenue-report__list .card-body .revenue-price h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.revenue-report__list .card-body .revenue-price h4 sub {
    margin-left: 2px;
}

.revenue-report__list .card-body .revenue-price h4 img {
    width: 20px;
    margin-right: 5px;
}

.revenue-report__list .card-body .revenue-price {
    display: flex;
    align-items: center;
    min-width: 425px;
}

.revenue-report__list .card-body .revenue-price>div {
    flex: 1;
    text-align: center;
    padding: 0 10px;
}

.revenue-report__list .card-body .revenue-price .expected {
    border-right: 1px dashed rgba(0, 0, 0, .3);
}

.revenue-report__list .card-body .revenue-price small {
    display: block;
    white-space: nowrap;
}

.revenue-report__grid .card-body {
    text-align: center;
    padding: 25px;
}

.revenue-report__grid .card-body .rank {
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
    height: 0;
    border-bottom: 10px solid #405CBE;
    border-top: 10px solid #405CBE;
    border-right: 10px solid transparent;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #fff;
    border-top-left-radius: 10px;
}

.revenue-report__grid .card-body .user-name {
    font-size: 18px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin-bottom: 10px;
}

.revenue-report__grid .card-body .user-name>img {
    border-radius: 50%;
}

.revenue-report__grid .card-body .user-name .medal {
    position: absolute;
    width: 20px;
    bottom: -8px;
    right: 0;
}

.revenue-report__grid .card-body h5 {
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
    margin: 0 auto;
}

.revenue-report__grid .card-body p {
    margin-bottom: 0;
}

.revenue-report__grid .card-body .revenue-price {
    border-top: 1px dashed rgba(0, 0, 0, .3);
    margin-top: 10px;
    padding-top: 10px;
}

.revenue-report__grid .card-body .revenue-price .expected {
    margin-bottom: 10px;
}

.revenue-report__grid .card-body .revenue-price h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.revenue-report__grid .card-body .revenue-price h4 sub {
    margin-left: 2px;
}

.revenue-report__grid .card-body .revenue-price h4 img {
    width: 20px;
    margin-right: 5px;
}

.revenue-report__grid .card-body .revenue-price>div {
    flex: 1;
    text-align: center;
    padding: 0 10px;
}

.revenue-report__grid .card-body .revenue-price small {
    display: block;
    white-space: nowrap;
}

.revenue-report__grid .card-body .technologies {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed rgba(0, 0, 0, .3);
}

.revenue-report__grid .card-body .technologies .badge {
    font-size: 12px;
}

.rmg-timeline ul {
    position: relative;
}

.rmg-timeline ul:after {
    content: '';
    width: 1px;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, .5);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.rmg-timeline ul li {
    position: relative;
    margin-bottom: 15px;
}

.rmg-timeline ul li:before {
    content: '';
    width: 18px;
    height: 18px;
    background-color: #405CBE;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 2;
}

.rmg-timeline ul li:nth-child(even) .row {
    flex-direction: row-reverse;
}

.rmg-timeline ul li:nth-child(even) .date {
    text-align: right;
}

.rmg-timeline ul li .card {
    height: 400px;
    overflow: auto;
}

.rmg-timeline .rmg-timeline__left span {
    display: block;
    font-weight: bold;
}

.rmg-timeline .rmg-timeline__left h5 {
    margin: 10px 0;
    font-size: 18px;
}

.rmg-timeline .rmg-timeline__right {
    background-color: #405CBE;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    display: inline-block;
    line-height: 1.2;
}

.resigned-employee .resigned-employee__filter .btn-link {
    color: #000;
    padding: 5px;
    font-size: 18px;
}

.resigned-employee .resigned-employee__filter .btn-link.active {
    color: #405CBE;
}

.resigned-employee .resigned-employee__list ul li {
    margin-bottom: 15px;
}

.resigned-employee .resigned-employee__list .card-body {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}

.resigned-employee .resigned-employee__list .card-body .user-info {
    width: 300px;
}

.resigned-employee .resigned-employee__list .card-body .user-name {
    font-size: 18px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin-right: 10px;
}

.resigned-employee .resigned-employee__list .card-body .user-name>img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.resigned-employee .card-body p {
    margin-bottom: 0;
}

.resigned-employee .resigned-employee__list .card-body h5 {
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    margin-right: 5px;
    margin-bottom: 0;
}

.resigned-employee .resigned-details {
    display: flex;
}

.resigned-employee .resigned-details>div {
    border-right: 1px dashed rgba(0, 0, 0, .3);
    height: 100%;
    flex: 1;
    padding: 5px 10px;
    text-align: center;
}

.resigned-employee .resigned-details>div:nth-child(2) {
    flex: 2;
}

.resigned-employee .resigned-details>div:last-child {
    border-right: none;
}

.resigned-employee .resigned-details h6 {
    font-weight: bold;
    max-width: 50px;
    margin: 0 auto;
}

.resigned-employee .resigned-details span {
    white-space: nowrap;
    display: block;
}

.resigned-employee .resigned-employee__grid .card-body {
    text-align: center;
    padding: 25px;
}

.resigned-employee .resigned-employee__grid .card-body .user-name {
    font-size: 18px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin-bottom: 10px;
}

.resigned-employee .resigned-employee__grid .card-body .user-name img {
    border-radius: 50%;
}

.resigned-employee .resigned-employee__grid .card-body h5 {
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
    margin: 0 auto;
}

.resigned-employee .resigned-employee__grid .resigned-details {
    border-top: 1px dashed rgba(0, 0, 0, .3);
    border-bottom: 1px dashed rgba(0, 0, 0, .3);
    padding: 10px 0;
    margin: 10px 0;
}

.resigned-employee-details .card-title {
    font-family: 'PoppinsBold', sans-serif;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.2;
}

.resigned-employee-details .card-title:before {
    content: '';
    width: 5px;
    height: 22px;
    background-color: #6377BD;
    position: absolute;
    left: -20px;
    top: 0;
}

.resigned-employee-details .form-group {
    margin-bottom: 0;
}

.resigned-employee-details .resigned-employee .card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resigned-employee-details .card {
    height: 100%;
}

.resigned-employee-details .card-body .user-info {
    max-width: 325px;
    min-width: 325px;
}

.resigned-employee-details .card-body .user-name {
    font-size: 18px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin-right: 10px;
}

.resigned-employee-details .card-body .user-name>img {
    border-radius: 50%;
}

.resigned-employee-details .card-body h5 {
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    margin-right: 5px;
    margin-bottom: 0;
}

.resigned-employee-details .resigned-details span {
    font-size: 14px;
}

.demand-plan-table .month-title {
    background-color: #fff8c6;
    padding: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    line-height: 1;
}

.demand-plan-table .month-title h6 {
    font-weight: bold;
    font-size: 18px;
    color: #16144A;
    text-transform: uppercase;
    margin-bottom: 0;
}

.demand-plan-table .month-title .req {
    background-color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 10px;
}

.demand-plan-table .table-content {
    margin-bottom: 15px;
}

.demand-plan-table .table-content__inner {
    background-color: #fff;
    padding: 0px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.04);
}

.demand-plan-table .month-title.jan {
    background-image: url('../assets/images/months-horizontal/jan.svg');
    background-color: #bce2ef;
}

.demand-plan-table .month-title.feb {
    background-image: url('../assets/images/months-horizontal/feb.svg');
    background-color: #acf0c7;
}

.demand-plan-table .month-title.mar {
    background-image: url('../assets/images/months-horizontal/mar.svg');
    background-color: #83dce2;
}

.demand-plan-table .month-title.apr {
    background-image: url('../assets/images/months-horizontal/apr.svg');
    background-color: #cae7ea;
}

.demand-plan-table .month-title.may {
    background-image: url('../assets/images/months-horizontal/may.svg');
    background-color: #ffdc8d;
}

.demand-plan-table .month-title.jun {
    background-image: url('../assets/images/months-horizontal/jun.svg');
    background-color: #c5eae6;
}

.demand-plan-table .month-title.jul {
    background-image: url('../assets/images/months-horizontal/jul.svg');
    background-color: #adc4ea;
}

.demand-plan-table .month-title.aug {
    background-image: url('../assets/images/months-horizontal/aug.svg');
    background-color: #717caa;
}

.demand-plan-table .month-title.sep {
    background-image: url('../assets/images/months-horizontal/sep.svg');
    background-color: #ffda91;
}

.demand-plan-table .month-title.oct {
    background-image: url('../assets/images/months-horizontal/oct.svg');
    background-color: #edb292;
}

.demand-plan-table .month-title.nov {
    background-image: url('../assets/images/months-horizontal/nov.svg');
    background-color: #c4e5ee;
}

.demand-plan-table .month-title.dec {
    background-image: url('../assets/images/months-horizontal/dec.svg');
    background-color: #afe3f1;
}

.demand-plan-table ul li {
    margin-bottom: 15px;
}

.demand-plan-table .table {
    vertical-align: middle;
}

.demand-plan-table .table h5 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.8;
    width: 125px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.demand-plan-table .table thead tr th {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dee2e6;
}

.demand-plan-table .table tbody tr td {
    vertical-align: middle;
}

.demand-plan-table .table tbody tr td span {
    text-align: center;
    color: #999;
    font-weight: bold;
    font-size: 18px;
    display: block;
}

.demand-plan-table .table tbody tr:first-child td {
    border-top: none;
}

.demand-plan-table .table .action {
    text-align: center;
}

.demand-plan-table .table .action .btn {
    padding: 0 10px;
}

.demand-plan-table .table .dropleft .btn:before {
    display: none;
}

.demand-plan-table .table .action .btn img {
    height: 18px;
}

.demand-plan-table__collpase {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.demand-plan-table__collpase h5 {
    margin-bottom: 0;
    font-weight: bold;
}

.demand-plan-table__collpase i.fa-plus {
    -webkit-text-stroke: 0.8px #fff;
    color: #9f9f9f;
    font-size: 16px;
}

.demand-plan-table__collpase[aria-expanded="true"] i.fa-plus:before {
    content: "\f068";
}

.weekly-report-calender .calendar-container {
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}

.weekly-report-calender .calendar-container header {
    border-radius: 12px 12px 0 0;
    background: #6377bd;
    color: #fff;
    padding: 30px 20px;
}

.weekly-report-calender .title {
    font-size: 21px;
    font-weight: 900;
    line-height: 1.2;
}

.weekly-report-calender .subtitle {
    font-size: 14px;
}

.weekly-report-calender .calendar {
    background: #fff;
    border-radius: 0 0 12px 12px;
    color: #555;
    width: 100%;
    padding: 30px 10px 20px 10px;
}

.weekly-report-calender .calendar thead th {
    color: #6377bd;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}

.weekly-report-calender .calendar tbody td {
    padding: 6px 12px;
    text-align: center;
}

.weekly-report-calender .ring-left,
.weekly-report-calender .ring-right {
    position: absolute;
    top: 88px;
}

.weekly-report-calender .ring-left {
    left: 25px;
}

.weekly-report-calender .ring-right {
    right: 25px;
}

.weekly-report-calender .ring-left:before,
.weekly-report-calender .ring-left:after,
.weekly-report-calender .ring-right:before,
.weekly-report-calender .ring-right:after {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, .3), 0 -1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 1px rgba(0, 0, 0, .3), 0 -1px 1px rgba(0, 0, 0, .2);
    content: "";
    display: inline-block;
    margin: 8px;
    height: 30px;
    width: 8px;
}


/* total row custom */

.total_count_bg2 {
    background-color: #d1ecf1;
}

.total_count_bg1 {
    background-color: #fff8c6;
}

.total_count {
    padding: 0 10px;
}

.total_count td:nth-child(1) {
    width: 125px;
}

.total_count td:nth-child(2) {
    width: 75px;
    text-align: center;
}

.total_count td:nth-child(3) {
    width: 66px;
    text-align: center;
}

.total_count td:nth-child(4) {
    width: 91px;
    text-align: center;
}

.total_count td:nth-child(5) {
    width: 106px;
    text-align: center;
}

.total_count td:nth-child(6) {
    width: 95px;
    text-align: center;
}

.total_count td:nth-child(7) {
    width: 43.44px;
    text-align: center;
}

.total_count td:nth-child(8) {
    width: 115px;
    text-align: center;
}

.total_count td:nth-child(9) {
    width: 108px;
    text-align: center;
}

.total_count td:nth-child(10) {
    width: 120px;
    text-align: center;
    content: "\f068";
}

.project-list .project-list__nav ul {
    display: flex;
}

.project-list .project-list__nav ul li a {
    color: #000;
    padding: 6px 12px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    display: inline-block;
}

.project-list .project-list__nav ul li a.active {
    border-bottom-color: #405CBE;
    font-weight: bold;
}

.project-list .project-list__content .card {
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.project-list .project-list__content .card-body {
    padding-bottom: 5px;
}

.project-list .project-list__content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.project-list .project-list__content ul li {
    width: 49%;
    position: relative;
}

.project-list .project-list__content ul li .card {
    width: 60%;
}

.project-list .project-list__content ul li .tech-card {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 87%;
    width: 40%;
    padding: 15px 15px 10px 15px;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    left: 60%;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.02);
}

.project-list .project-list__content .tech-card h5 {
    text-align: center;
    font-weight: bold;
    line-height: 1;
    font-size: 15px;
}

.project-list .project-list__content .tech-card .tech-card__list .c100 {
    font-size: 45px;
    margin-bottom: 0;
    margin-right: 10px;
    min-width: 45px;
}

.project-list .project-list__content .tech-card .tech-card__list .c100>span {
    color: #333;
    font-weight: bold;
}

.project-list .project-list__content .tech-card .tech-card__list .col-12:nth-child(1) .c100 .bar,
.project-list .project-list__content .tech-card .tech-card__list .col-12:nth-child(1) .c100 .fill {
    border-color: #ffcc29 !important;
}

.project-list .project-list__content .tech-card .tech-card__list .col-12:nth-child(2) .c100 .bar,
.project-list .project-list__content .tech-card .tech-card__list .col-12:nth-child(2) .c100 .fill {
    border-color: #5797fc !important;
}

.project-list .project-list__content .tech-card .tech-card__list .col-12:nth-child(3) .c100 .bar,
.project-list .project-list__content .tech-card .tech-card__list .col-12:nth-child(3) .c100 .fill {
    border-color: #ed34d0 !important;
}

.project-list .project-list__content .tech-card .tech-card__list .col-12:nth-child(4) .c100 .bar,
.project-list .project-list__content .tech-card .tech-card__list .col-12:nth-child(4) .c100 .fill {
    border-color: #7e6fff !important;
}

.project-list .project-list__content .tech-card .tech-card__list .col-12:nth-child(5) .c100 .bar,
.project-list .project-list__content .tech-card .tech-card__list .col-12:nth-child(5) .c100 .fill {
    border-color: #f37070 !important;
}

.project-list .project-list__content .tech-card .tech-card__list .col-12:nth-child(6) .c100 .bar,
.project-list .project-list__content .tech-card .tech-card__list .col-12:nth-child(6) .c100 .fill {
    border-color: #4ecc48 !important;
}

.project-list .project-list__content .tech-card .tech-card__list {
    max-height: 85%;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.project-list .project-list__content .tech-card .tech-card__list::-webkit-scrollbar {
    display: none;
}

.project-list .project-list__content .tech-card .add-tech {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #405CBE;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-text-stroke: .9px #405CBE;
    font-size: 12px;
}

.project-list .project-list__content .tech-card .no-tech-added {
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-list .project-list__content .client-info p {
    margin-bottom: 0;
    font-size: 14px;
}

.project-list .project-list__content .client-info span {
    font-weight: bold;
    font-size: 15px;
}

.project-list .project-list__content .client-info h5 {
    font-family: 'PoppinsBold';
    font-size: 18px;
    margin-bottom: 0;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.project-list .project-list__content .client-info .client-info__top {
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-list .project-list__content .client-info .client-info__top p {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.project-list .project-list__content .client-info .client-info__top .resource {
    display: flex;
    align-items: center;
}

.project-list .project-list__content .client-info .client-info__top .resource .short-name {
    position: relative;
    display: flex;
}

.project-list .project-list__content .client-info .client-info__top .resource .short-name span {
    width: 40px;
    height: 40px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background-color: #999933;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
}

.project-list .project-list__content .client-info .client-info__top .resource .short-name span:first-child {
    z-index: 2;
}

.project-list .project-list__content .client-info .client-info__top .resource .short-name span:nth-child(2) {
    margin-left: -17px;
    padding-left: 12px;
    font-size: 12px;
}

.project-list .project-list__content .client-info .client-info__top .resource .short-name .layer {
    border-radius: 50%;
    background-color: #999933;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: scaleIn 3s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes scaleIn {
    from {
        transform: translate(-50%, -50%) scale(.5, .5);
        opacity: .9;
    }
    to {
        transform: translate(-50%, -50%) scale(2.5, 2.5);
        opacity: 0;
    }
}

.project-list .project-list__content .client-info .client-info__top .resource .short-name .add-resource {
    cursor: pointer;
    -webkit-text-stroke: .9px #999933;
    background-color: #999933;
    margin-left: 0 !important;
    padding-left: 0 !important;
    font-size: 16px !important;
}

.project-list .project-list__content .client-info .client-info__top .resource .short-name .logs {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    right: 0px;
    background-color: #6377bd;
    color: #fff;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    cursor: pointer;
}

.project-list .project-list__content .client-info .client-info__top .resource h6 {
    margin-bottom: 0;
    font-weight: bold;
}

.project-list .project-list__content .client-info .client-info__top .resource small {
    display: block;
}

.project-list .project-list__content .client-info .client-info__bottom {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
}

.project-list .project-list__content .support-list {
    display: flex;
    padding: 10px 0;
}

.project-list .project-list__content .support-list>div {
    flex: 1;
    text-align: center;
}

.project-list .project-list__content .support-list .short-name {
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.project-list .project-list__content .support-list .short-name .edit_project_data {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    right: 0px;
    background-color: #6377bd;
    color: #fff;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    cursor: pointer;
}

.project-list .project-list__content .support-list .short-name i {
    -webkit-text-stroke: .9px #fff;
}

.project-list .project-list__content .tech-btn {
    border-top: 1px dashed #ccc;
}

.project-list .project-list__content .tech-btn .btn {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.allocation-logs {
    position: relative;
}

.allocation-logs ul li {
    position: relative;
    margin-bottom: 10px;
}

.allocation-logs .allocation-logs__content {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
    position: relative;
}

.allocation-logs .allocation-logs__content>div {
    flex: 1;
    text-align: center;
}

.allocation-logs .allocation-logs__content>div:first-child {
    flex: 1.5;
    text-align: left;
    max-width: 320px;
}

.allocation-logs .allocation-logs__content .short-name {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #999933;
}

.allocation-logs .allocation-logs__content h5 {
    margin-bottom: 0;
    font-family: 'PoppinsBold';
}

.allocation-logs .allocation-logs__content p {
    margin-bottom: 0;
}

.allocation-logs .allocation-logs__content .action {
    max-width: 30px;
}

.allocation-logs .allocation-logs__content .btn-group .btn {
    padding: 6px 12px;
}

.allocation-logs .allocation-logs__content .btn-group .btn:before {
    display: none;
}

.allocation-logs .allocation-logs__content .role_ribbon {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 71px;
    height: 16px;
    color: #fff;
    background-color: #e30613;
    font-weight: 600;
    text-align: center;
    border-radius: 10px 0 10px 0;
}

.allocation-logs .alert {
    width: 85%;
    margin: 0 auto;
    padding: 3px 10px;
    border-style: dashed;
    border-radius: 4px;
    margin-top: -12px;
    text-align: center;
    color: #000;
    line-height: 1;
    background-color: #FDF4F4;
}

.allocation-logs .add-allocation {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #405CBE;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    border-radius: 50%;
}

.project_add_btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #405CBE;
    position: fixed;
    bottom: 86px;
    right: 22px;
    font-size: 16px;
    border-radius: 50%;
}

.allocation-logs .add-allocation i {
    -webkit-text-stroke: .9px #405CBE;
}


/* style resource page css */


/*
.role-blue-bg{
 background-color: #CDF0EA;
}
.role-red-bg{
background-color:#FAF4B7;
}

section.resource_page{
position: relative;
}
section.resource_page span{
   display: block;
}

section.resource_page .resource_role{
background-color: #CDF0EA;
padding: 2px;
}

section.resource_page .short-name{
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background-color: #999933;
}

section.resource_page .resource_card {
overflow: hidden;
}


 .resource_card .ribbon{

text-align: center;
position: absolute;
z-index: 0;
right: -27px;
top: 10px;
width: 90px;
background-color: red;
transform: rotate(45deg);
}

 .resource_card .ribbon span{
color: #fff;
font-size: 10px;
} */

.resource-page {
    position: relative;
}

.resource-page span {
    display: block;
}

.resource-page .short-name {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #999933;
}

.resource-page .card {
    padding: 25px 10px 20px;
    height: 100%;
    position: relative;
}

.resource-page {
    margin-bottom: 20px;
}

.resource-page .card .part_time_role {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 71px;
    height: 16px;
    color: #fff;
    background-color: #e30613;
    font-weight: 600;
    text-align: center;
    border-radius: 10px 0 0 0;
}

.resource-page .card .remark {
    max-width: 88%;
    width: 100%;
    left: 6%;
    bottom: -12%;
    padding: 2px 50px;
    position: absolute;
    display: block;
    background-color: #fff5c8;
    color: #707070;
}

.resource-page .card .remark span {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
}

.resource-page .action button {
    padding: 5px;
}

.resource-page .action button::before {
    display: none;
}

.short-name-round {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #999933;
}


/* toggle button changes */

.switch_toggle_wrapper .mycheck-box {
    transform: scale(2);
    font-size: 6px;
    background: red;
    padding: 3px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
}

.switch_toggle_wrapper .mycheck-box input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 20px;
    height: 10px;
    background: #ccc;
    border-radius: 15px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
    outline: none;
}

.switch_toggle_wrapper .mycheck-box input:checked[type="checkbox"] {
    background-color: #6377BD;
}

.switch_toggle_wrapper .mycheck-box input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

.switch_toggle_wrapper .mycheck-box input:checked[type="checkbox"]::after {
    left: 50%;
}

.my-action button {
    border: none;
    outline: none;
    background: none;
}

.action_btn_wrapp {
    position: absolute;
    top: 5px;
    right: 5px;
}

.action_btn_wrapp .dual-action {
    display: flex;
    justify-content: end;
    gap: 3px;
}

.action_btn_wrapp .dual-action span {
    background-color: gray;
    height: 5px;
    width: 5px;
    border-radius: 50px;
}

.resource-page .milestone-add {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #405CBE;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-text-stroke: .9px #405CBE;
    font-size: 10px;
}

.resource-page .milestone-add[aria-expanded="true"] .fa-plus::before {
    content: "\f068";
}

#project-milestone-modal .modal-body {
    background-color: #f6f6f6;
}

.appentives ul {
    list-style: none;
    display: flex;
    margin-top: 20px;
    margin-bottom: 0;
    gap: 30px;
    padding-left: 0;
}

.appentives ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.appentives ul li span {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    margin-right: 10px;
}


/* .appentives ul li span:nth-child(1){
background-color: #d1ecf1;
}

.appentives ul li span:nth-child(2){
background-color: #F5E8C7;
}

.appentives ul li span:nth-child(3){
background-color: #eaefef;
} */

.closed-project .closed-project__header {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f6f6f6;
}

.closed-project .closed-project__header>div {
    flex: 1;
    text-align: center;
}

.closed-project .closed-project__header>div:first-child {
    flex: 1.5;
    text-align: left;
}

.closed-project .closed-project__header label {
    margin-bottom: 0;
    font-weight: bold;
}

.closed-project .closed-project__content {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.04);
}

.closed-project .closed-project__content>div {
    flex: 1;
    text-align: center;
}

.closed-project .closed-project__content>div:first-child {
    flex: 1.5;
    text-align: left;
}

.closed-project .closed-project__content .short-name {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: #405CBE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.closed-project .closed-project__content h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    gap: 5px;
}

.closed-project .closed-project__content h4 .proj-name {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px;
}

.closed-project .closed-project__content h4 .badge {
    font-size: 12px;
    border-radius: 20px;
    line-height: 1.1;
}

.closed-project .closed-project__content p {
    margin-bottom: 0;
}

.closed-project .closed-project__content .res-list {
    display: flex;
    justify-content: center;
}

.closed-project .closed-project__content .res-list .btn-link,
.closed-project .closed-project__content .res-list span {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    border: 1px solid #333;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-left: -10px;
    cursor: pointer;
}

.closed-project .closed-project__content .res-list .btn-link {
    padding: 0;
    text-decoration: none;
    font-size: 18px;
}

.closed-project .closed-project__content .res-list .btn-link:after {
    display: none;
}

.closed-project .closed-project__content .res-list .dropdown-menu {
    max-height: 200px;
    overflow: auto;
    right: 0;
    left: auto !important;
}

.closed-project .closed-project__content .res-list .dropdown-menu li {
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 10px;
}

.closed-project .closed-project__content .res-list .dropdown-menu li h6 {
    margin-bottom: 0;
    font-weight: bold;
    margin-left: 8px;
}

.closed-project .closed-project__content .res-list .dropdown-menu li span {
    margin-left: 0;
}


/* width */

.closed-project .closed-project__content .res-list .dropdown-menu::-webkit-scrollbar {
    height: 5px;
    /* height of horizontal scrollbar ← You're missing this */
    width: 5px;
    /* width of vertical scrollbar */
    border: 1px solid #F5F5F5;
}


/* Track */

.closed-project .closed-project__content .res-list .dropdown-menu::-webkit-scrollbar-track {
    background: #d9d9d9;
}


/* Handle */

.closed-project .closed-project__content .res-list .dropdown-menu::-webkit-scrollbar-thumb {
    background: #405CBE;
}


/* Handle on hover */

.closed-project .closed-project__content .res-list .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.project-list-new .project-list-new__header {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f6f6f6;
    line-height: 1.2;
}

.project-list-new .project-list-new__header>div {
    flex: 1;
    text-align: center;
}

.project-list-new .project-list-new__header>div:first-child {
    flex: 2.5;
    text-align: left;
}

.project-list-new .project-list-new__header>div.action {
    max-width: 30px;
}

.project-list-new .project-list-new__header label {
    margin-bottom: 0;
    font-weight: bold;
}

.project-list-new .project-list-new__content {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.04);
    font-size: 14px;
    line-height: 1.2;
}

.project-list-new .project-list-new__content>div {
    flex: 1;
    text-align: center;
}

.project-list-new .project-list-new__content>div:first-child {
    flex: 2.5;
    text-align: left;
    position: relative;
    padding-bottom: 18px;
}

.project-list-new .project-list-new__content>div:first-child .dates {
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    font-size: 12px;
}

.project-list-new .project-list-new__content>div.action {
    max-width: 30px;
}

.project-list-new .project-list-new__content .badge {
    font-size: 12px;
    border-radius: 20px;
    line-height: 1.1;
}

.project-list-new .project-list-new__content .stage {
    display: block;
    word-break: break-all;
}

.project-list-new .project-list-new__content .short-name {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.project-list-new .project-list-new__content .short-name .edit {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    right: 0px;
    background-color: #6377bd;
    color: #fff;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    cursor: pointer;
}

.project-list-new .project-list-new__content .short-name .fa-plus {
    line-height: 1;
    display: block;
    -webkit-text-stroke: .8px #fff;
}

.project-list-new .project-list-new__content h6 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 2px;
    margin-top: 2px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-list-new .project-list-new__content p {
    margin-bottom: 3px;
    font-size: 14px;
}

.project-list-new .project-list-new__content .btn-link {
    padding: 0;
    text-decoration: none;
    font-size: 18px;
}

.project-list-new .project-list-new__content .btn-link:before {
    display: none;
}

.closed-project-new .closed-project-section {
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.04);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 10px;
    overflow: hidden;
}

.closed-project-new .closed-project-section__header {
    padding: 15px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.closed-project-new .closed-project-section__header h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}

.closed-project-new .closed-project-section__header p {
    margin-bottom: 0;
}

.closed-project-new .closed-project-section__header i.fa-plus {
    -webkit-text-stroke: 1.1px #fff;
    font-size: 16px;
}

.closed-project-new .closed-project-section__header[aria-expanded="true"] i.fa-plus:before {
    content: "\f068";
}

.closed-project-new .closed-project-content__wrap {
    padding: 15px 10px;
    border-top: 1px solid rgba(0, 0, 0, .09);
}

.closed-project-new .closed-project-content__header {
    margin-bottom: 5px;
}

.closed-project-new .closed-project-content__header span {
    text-transform: uppercase;
    font-weight: bold;
}

.closed-project-new .closed-project-content__header a {
    border: 1px solid #999;
    color: #999;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    font-size: 12px;
}

.closed-project-new .closed-project-content__header a:hover,
.closed-project-new .closed-project-content__header a[aria-expanded="true"] {
    background-color: #999;
    color: #fff;
}

.closed-project-new .closed-project-content__header a[aria-expanded="true"] {
    transform: rotate(90deg);
}

.closed-project-new .closed-project-content__header.active a {
    border-color: #53cbaf;
    color: #53cbaf;
}

.closed-project-new .closed-project-content__header.active a:hover,
.closed-project-new .closed-project-content__header.active a[aria-expanded="true"] {
    background-color: #53cbaf;
    color: #fff;
}

.closed-project-new .closed-project-content__header.release a {
    border-color: #5ca4da;
    color: #5ca4da;
}

.closed-project-new .closed-project-content__header.release a:hover,
.closed-project-new .closed-project-content__header.release a[aria-expanded="true"] {
    background-color: #5ca4da;
    color: #fff;
}

.closed-project-new .closed-project-content__header.delete a {
    border-color: #e30613;
    color: #e30613;
}

.closed-project-new .closed-project-content__header.delete a:hover,
.closed-project-new .closed-project-content__header.delete a[aria-expanded="true"] {
    background-color: #e30613;
    color: #fff;
}

.closed-project-new .closed-project-content__inner .res-content {
    background-color: #fff;
    padding: 25px 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.closed-project-new .closed-project-content__inner .res-content .part_time_role {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 71px;
    height: 16px;
    color: #fff;
    background-color: #e30613;
    font-weight: 600;
    text-align: center;
    border-radius: 10px 0 0 0;
}

.closed-project-new .closed-project-content__inner .res-content .short-name {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #999933;
    margin-right: 10px;
}

.closed-project-new .closed-project-content__inner .res-content .action {
    width: 30px;
    text-align: right;
}

.closed-project-new .closed-project-content__inner .res-content .action .btn-link {
    padding: 0 10px;
}

.closed-project-new .closed-project-content__inner .res-content .action .btn-link:before {
    display: none;
}

.closed-project-new .closed-project-content__inner .res-content.release {
    background-color: #eaefef;
}

.closed-project-new .closed-project-content__inner .res-content.delete,
.closed-project-new .closed-project-content__inner .res-content.delete .part_time_role {
    text-decoration: line-through;
}

.closed-project-new .closed-project-content__inner .res-content .remark {
    position: absolute;
    bottom: -10px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff5c8;
    padding: 3px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.closed-project-new .closed-project-section__header .note {
    text-align: center;
    color: #ea1c0d;
    width: 170px;
    min-width: 170px;
    font-size: 11px;
    font-weight: 600;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

.cv-profile .sw-main {
    z-index: 1;
}

.cv-profile .sw-main .sw-container {
    max-width: 959px;
    margin: 0 auto;
}

.cv-profile .sw-theme-dots>ul.step-anchor {
    justify-content: center;
    max-width: 1149px;
    margin: 0 auto;
}

.cv-profile .sw-theme-dots>ul.step-anchor:before {
    top: 47px;
    width: 90%;
}

.cv-profile .sw-theme-dots>ul.step-anchor>li {
    position: relative;
}

.sw-theme-dots > ul.step-anchor > li > a:before {
    width: 40px;
    height: 40px;
}

.cv-profile .sw-theme-dots>ul.step-anchor>li:after {
    content: attr(step);
    position: absolute;
    top: calc(50% + 5px);
    left: 54.5%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    z-index: 100;
    pointer-events: none;
    width: 10px;
    text-align: center;
}

.cv-profile .sw-theme-dots>ul.step-anchor>li.done:before {
    content: '';
    width: 80%;
    height: 5px;
    background-color: #5cb85c;
    position: absolute;
    top: 47px;
    right: 55%;
    z-index: 97;
}

.cv-profile .sw-theme-dots>ul.step-anchor>li:first-child:before {
    display: none !important;
}

.cv-profile .sw-theme-dots>ul.step-anchor>li.active:before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #5cb85c;
    position: absolute;
    top: 47px;
    right: 56%;
    z-index: 97;
}

.cv-profile .sw-theme-dots>ul.step-anchor>li>a:after {
    left: 42%;
    bottom: -9px;
    width: 30px;
    height: 30px;
    z-index: 100;
}

.sw-theme-dots > ul.step-anchor > li.active > a:after {
    background: #405CBE;
}

.cv-profile .sw-theme-dots>ul.step-anchor>li {
    flex: 1;
}

.cv-profile .sw-theme-dots>ul.step-anchor>li>a span {
    position: absolute;
    width: max-content;
    top: 0;
    font-size: 11px;
    line-height: 1;
    left: 55%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
    display: inline-block;
    opacity: 0;
    transition: .3s;
    text-transform: capitalize;
}

.cv-profile .sw-theme-dots>ul.step-anchor>li>a span:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;;
}

.cv-profile .sw-theme-dots>ul.step-anchor>li>a:hover span {
    opacity: 1;
}

.cv-profile .sw-main .sw-toolbar {
    display: none;
}

.cv-profile .loadscreen {
    position: absolute !important;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9 !important;
}

.cv-profile .loadscreen #overlayText {
    position: static;
}

.cv-profile .card-header {
    background-color: #fff;
    position: relative;
    text-align: center !important;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
}


/* .cv-profile .card-header:before {
    content: '';
    width: 5px;
    height: 100%;
    background-color: #405CBE;
    position: absolute;
    left: -15px;
    top: 0;
    border-top-left-radius: 20px;
} */

.cv-profile .card-header h5 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
    color: #405CBE;
}

.cv-profile .card {
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.09);
}

.cv-profile .card-title {
    font-weight: bold;
    text-align: left;
    font-size: 17px;
}

.cv-profile .card-subtitle {
    font-size: 15px;
    font-weight: bold;
}

.cv-profile .card-title-border {
    position: relative;
    padding-left: 20px;
}

.cv-profile .card-title-border:after {
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px dashed #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cv-profile .card-title-border span {
    position: relative;
    z-index: 1;
    padding: 0 10px;
    background-color: #fff;
}

.cv-profile .card-title-border span.required:before {
    content: '*';
    color: red;
    position: absolute;
    top: -3px;
    right: 3px;
    font-size: 16px;
}

.cv-profile .card-title-border span.note {
    font-size: 14px;
    font-weight: normal;
    margin-right: 30px;
    color: red;
}

.cv-profile .btn-primary {
    background-color: #405CBE;
    border-radius: 20px;
    border-color: #405CBE;
    font-size: 14px;
    text-transform: capitalize;
}

.cv-profile .btn-primary:hover {
    box-shadow: none;
    background-color: #fff;
    color: #405CBE;
}

.cv-profile .btn-secondary {
    background-color: #fff;
    border-radius: 20px;
    border-color: #405CBE;
    font-size: 14px;
    color: #405CBE !important;
    text-transform: capitalize;
}

.cv-profile .btn-secondary:hover {
    box-shadow: none;
    background-color: #405CBE !important;
    color: #fff !important;
}

.cv-profile .btn-rounded {
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.cv-profile .btn-danger .fa-times {
    -webkit-text-stroke: 1.9px #f44336;
}

.cv-profile .btn-primary .fa-plus {
    -webkit-text-stroke: 1.9px #405CBE;
    margin-top: 2px;
}

.cv-profile .btn-primary:hover {
    background-color: #405CBE;
    color: #fff;
}

.cv-profile .cv-highlights-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cv-profile .cv-highlights-list li label,
.cv-profile .cv-certification-list li label {
    margin-bottom: 0;
}

.cv-profile .skills-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cv-profile .skill-topics h5 {
    border: 1px solid #ccc;
    padding: 10px;
    color: #405cbe;
}

.cv-profile .skills-border {
    position: relative;
}

.cv-profile .skills-border:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    border-right: 1px solid #ccc;
    top: 0;
    right: 15px;
}

.cv-profile .skills-border:after {
    content: '';
    width: 20px;
    height: 20px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: rotate(45deg);
    background-color: #fff;
    z-index: 1;
}

.cv-profile .btn.remove-education-detail-box,
.cv-profile .btn.remove-work-experience-detail-box,
.cv-profile .btn.remove-project-detail-box {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
}

.cv-profile .till-now-check .text {
    position: absolute;
    top: -40px;
    left: 0;
    font-weight: normal !important;
    font-size: 14px;
}

.cv-profile .till-now-check .checkmark {
    top: -5px;
}

.cv-profile .edu_header,
.cv-profile .work_header,
.cv-profile .project_header {
    position: relative;
}

.cv-profile .edu_header a,
.cv-profile .work_header a,
.cv-profile .project_header a {
    padding: 10px 20px;
    padding-right: 50px;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 47px;
}

.cv-profile .edu_header a i,
.cv-profile .work_header a i,
.cv-profile .project_header a i {
    -webkit-text-stroke: 1px #fff;
    color: #8d8d8d;
    font-size: 16px;
}

.skills-tooltip__wrap .skills-tooltip .badge,
.cv-profile .project_header a .badge {
    font-size: 12px;
    border-radius: 20px;
    font-weight: normal;
}

.skills-tooltip__wrap .skills-tooltip,
.cv-profile .project_header .skills-tooltip {
    position: relative;
    margin-left: 5px;
}

.skills-tooltip__wrap .skills-tooltip .btn-link,
.cv-profile .project_header .skills-tooltip .btn-link {
    padding: 5px;
}

.skills-tooltip__wrap .skills-tooltip .skills-tooltip__content,
.cv-profile .project_header .skills-tooltip .skills-tooltip__content {
    position: absolute;
    bottom: 50%;
    left: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    width: 250px;
    max-height: 125px;
    transform: scale(0);
    transform-origin: left bottom;
    transition: 0.3s;
    overflow: auto;
}

.skills-tooltip__wrap .skills-tooltip .skills-tooltip__content {
    left: 50%;
}

.skills-tooltip__wrap .skills-tooltip:hover .skills-tooltip__content,
.cv-profile .project_header .skills-tooltip:hover .skills-tooltip__content {
    transform: scale(1);
}

.cv-profile .edu_header .title,
.cv-profile .work_header .title,
.cv-profile .project_header .title {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    transition: .3s;
}

.cv-profile .edu_header a[aria-expanded="true"] i.fa-plus:before,
.cv-profile .work_header a[aria-expanded="true"] i.fa-plus:before,
.cv-profile .project_header a[aria-expanded="true"] i.fa-plus:before {
    content: "\f068";
}

.cv-profile .updated-on {
    color: #838383;
    font-size: 12px;
    position: absolute;
    right: 0;
}

.edu-card .select2-container,
.work-card .select2-container,
.projects-card .select2-container {
    width: 100% !important;
}

.cv-table sup {
    font-size: 15px;
    color: red;
    top: 0;
}

.total-bg-color {
    background-color: rgb(255, 248, 198) !important;
    bottom: 0px !important;
}

.skill-data {
    position: relative;
}

.skill-data .category-list,
.skill-data .topics-list {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.skill-data .topics-list {
    height: 370px;
}

/* width */
.skill-data .category-list::-webkit-scrollbar,
.skill-data .topics-list::-webkit-scrollbar {
    height: 4px;  /* height of horizontal scrollbar ← You're missing this */
    width: 4px;   /* width of vertical scrollbar */
    border: 1px solid #F5F5F5;
}

/* Track */
.skill-data .category-list::-webkit-scrollbar-track,
.skill-data .topics-list::-webkit-scrollbar-track {
    background: #d9d9d9;
}

/* Handle */
.skill-data .category-list::-webkit-scrollbar-thumb,
.skill-data .topics-list::-webkit-scrollbar-thumb {
    background: #808080;
}

/* Handle on hover */
.skill-data .category-list::-webkit-scrollbar-thumb:hover
.skill-data .topics-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.skill-data .category-list li + li {
    margin-top: 10px;
}

.skill-data .category-list li label {
    display: block;
    margin-bottom: 0;
    border-right: 2px solid transparent;
    transition: 0.3s;
    position: relative;
    padding-right: 40px;
}

.skill-data .category-list li label span {
    padding: 6px 12px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 10px;
    user-select: none;
}

.skill-data .category-list li label input:checked + span {
    background-color: #405CBE;
    color: #fff;
}

.skill-data .category-list li label:has(input:checked) {
    border-right-color: #405CBE;
}


.skill-data .category-list li label .skill-count {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    display:none;
    margin: 0;
    background-color: #6377bd;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
}

.skill-data .topics-list h5 {
    font-family: 'PoppinsBold', sans-serif;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.skill-data .topics-list h6 {
    font-family: 'PoppinsBold', sans-serif;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.skill-data .view-skills {
    padding: 4px 12px;
    border-radius: 20px;
    background-color: #405CBE;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #405CBE;
}

.skill-data .view-skills:hover {
    color: #405CBE;
    background-color: #fff
}

.cv-maker-checkbox {
    display: inline-block;
    margin-bottom: 0;
}

.cv-maker-checkbox span {
    padding: 6px 12px 6px 42px;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 10px;
    user-select: none;
    position: relative;
    background-color: #e5e5e5;
    word-break: break-word;
}

.cv-maker-checkbox span:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 10px;
    pointer-events: none;
}

.cv-maker-checkbox span:after {
    content: '';
    width: 10px;
    height: 5px;
    border-bottom: 1px solid #6377bd;
    border-left: 1px solid #6377bd;
    position: absolute;
    top: 12px;
    left: 15px;
    transform: rotate(-45deg) scale(0);
    transform-origin: center;
    transition: 0.3s;
    pointer-events: none;
}

.cv-maker-checkbox input:checked + span {
    background-color: #6377bd;
    color: #fff;
}

.cv-maker-checkbox input:checked + span:after {
    transform: rotate(-45deg) scale(1);
}

.skill-data .topics-sub-list {
    padding-left: 40px;
    margin-top: 25px;
}

.skill-data .topics-sub-list li {
    position: relative;
    margin-bottom: 20px;
}

.skill-data .topics-sub-list li:before {
    content: '';
    width: 25px;
    height: 1px;
    border-bottom: 2px solid #bbb;
    position: absolute;
    left: -35px;
    top: 10px;
}

.skill-data .topics-sub-list li:after {
    content: '';
    width: 1px;
    height: calc(100% + 20px);
    border-left: 2px solid #bbb;
    position: absolute;
    left: -35px;
    top: 10px;
}

.skill-data .topics-sub-list li:first-child:after {
    height: calc(100% + 50px);
    top: -20px;
}

.skill-data .topics-sub-list li:last-child:after {
    display: none;
}

/*skill matrix list start*/

.skill-matrix-list>li {
    margin-bottom: 10px;
}

.skill-matrix-list .caret {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.skill-matrix-list .caret::before {
    content: "\25B6";
    color: #000;
    display: inline-block;
    margin-right: 6px;
    transition: .3s;
    font-size: 12px;
}

.skill-matrix-list .caret-down {
    color: #405CBE;
}

.skill-matrix-list .caret-down::before {
    transform: rotate(90deg);
    color: #405CBE;
}

.skill-matrix-list .nested {
    list-style: none;
    padding-left: 0px;
    margin: 0;
    margin-left: 30px;
    position: relative;
    background-color: #eee;
    border-radius: 5px;
    display: none;
}

.skill-matrix-list .nested .caret {
    font-size: 15px;
}

.skill-matrix-list .nested:before {
    content: '';
    width: 1px;
    height: calc(100% - 17px);
    border-right: 1px solid #333;
    position: absolute;
    top: 0;
    left: -25px;
}

.skill-matrix-list .nested li {
    position: relative;
    font-size: 14px;
    padding: 5px;
    padding-left: 15px;
}

.skill-matrix-list .nested li+li {
    border-top: 1px dashed #aaa;
}

.skill-matrix-list .nested li:first-child {
    padding-top: 10px;
}

.skill-matrix-list .nested li:last-child {
    padding-bottom: 10px;
}

.skill-matrix-list .nested li:before {
    content: '';
    width: 25px;
    height: 1px;
    border-top: 1px solid #333;
    position: absolute;
    left: -25px;
    top: 50%;
}

.skill-matrix-list .active {
    display: block;
}
/*skill matrix list end*/

/*cv skills mdoal start*/
    
.cv-skills-modal .modal-header p {
    font-weight: bold;
    margin-bottom: 0;
    text-decoration: underline;
}

.cv-skills-modal .cv-skills-content h6 {
    font-weight: bold;
    font-size: 16px;
}

.cv-skills-modal .cv-skills-content .tech-vett-list ul li,
.cv-skills-modal .cv-skills-content .primary-skills-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    gap: 10px;
    margin-bottom: 10px;
}

.cv-skills-modal .cv-skills-content .tech-vett-list .skill-name,
.cv-skills-modal .cv-skills-content .primary-skills-list .skill-name {
    font-family: 'PoppinsBold', sans-serif;
}

.cv-skills-modal .cv-skills-content .tech-vett-list .skill-type,
.cv-skills-modal .cv-skills-content .primary-skills-list .skill-type {
    font-size: 12px;
    width: 130px;
    text-align: right;
    font-weight: bold;
    color: brown;
}

.cv-skills-modal .cv-skills-content .tech-vett-list .skill-exp,
.cv-skills-modal .cv-skills-content .primary-skills-list .skill-exp {
    text-align: center;
    min-width: 90px;
    font-size: 13px;
}

.cv-skills-modal .cv-skills-content .tech-vett-list .skill-name,
.cv-skills-modal .cv-skills-content .primary-skills-list .skill-name {
    min-width: 100px;
}

.cv-skills-modal .cv-skills-content .secondary-skills-list {
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}

.cv-skills-modal .cv-skills-content .secondary-skills-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cv-skills-modal .cv-skills-content .secondary-skills-list ul li {
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 13px;
}

.cv-skills-modal .cv-skills-content .not-marked-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}   

.cv-skills-modal .cv-skills-content .not-marked-skills .badge {
    font-size: 13px;
    border-radius: 20px;
    padding: 4px 8px;
}

.cv-skills-modal .cv-skills-footer .btn-primary {
    background-color: #405CBE;
    border-radius: 20px;
    border-color: #405CBE;
    font-size: 14px;
    text-transform: capitalize;
}

.cv-skills-modal .cv-skills-footer .btn-primary:hover {
    box-shadow: none;
    background-color: #fff;
    color: #405CBE;
}

.cv-skills-modal .cv-skills-footer .btn-secondary {
    background-color: #fff;
    border-radius: 20px;
    border-color: #405CBE;
    font-size: 14px;
    color: #405CBE !important;
    text-transform: capitalize;
}

.cv-skills-modal .cv-skills-footer .btn-secondary:hover {
    box-shadow: none;
    background-color: #405CBE !important;
    color: #fff !important;
}

.cv-skills-modal .cv-skills-content .table {
    margin-bottom: 0;
}

.cv-skills-modal .cv-skills-content .table th {
    padding: 5px;
    line-height: 1;
}

.cv-skills-modal .cv-skills-content .table td {
    padding: 5px;
}

.cv-skills-modal .cv-skills-content .table td .badge {
    font-size: 11px;
    padding: 3px 5px;
}

.cv-skills-modal .demand-details__content p {
    margin-bottom: 0;
}

.cv-skills-modal .demand-details__content .cat-title {
    font-weight: bold;
    font-size: 15px;
}

.cv-skills-modal .demand-details__content .level {
    font-family: 'PoppinsBold', sans-serif;
    margin-bottom: 0;
}

.cv-skills-modal .demand-details__content .budget .currency {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 0 6px;
}

.cv-skills-modal .cv-details .name {
    font-size: 17px;
    font-weight: bold;
}

.cv-skills-modal .cv-details h6 {
    font-weight: bold;
}

.cv-skills-modal .cv-details ul {
    padding-left: 15px;
    overflow: auto;
    max-height: 130px;
    margin-bottom: 0;
}

/* width */
.cv-skills-modal .cv-details ul::-webkit-scrollbar {
    height: 6px;  /* height of horizontal scrollbar ← You're missing this */
    width: 6px;   /* width of vertical scrollbar */
    border: 1px solid #F5F5F5;
}

/* Track */
.cv-skills-modal .cv-details ul::-webkit-scrollbar-track {
    background: #d9d9d9;
}

/* Handle */
.cv-skills-modal .cv-details ul::-webkit-scrollbar-thumb {
    background: #6377BD;
}

/* Handle on hover */
.cv-skills-modal .cv-details ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.cv-skills-modal .cv-details ul li {
    padding-right: 5px;
}

.cv-skills-modal .skill-matrix-form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.cv-skills-modal .skill-matrix-form .form-group {
    width: 35%;
}

.cv-skills-modal .skill-matrix-form .btn {
    border-radius: 20px;
    box-shadow: none !important;
}

.cv-skills-modal .skill-matrix-form .form-group .form-control {
    border-radius: 20px;
    box-shadow: none !important;
}

/*user profile start*/
.rmg-user-profile .rmg-user-profile__left .user-details {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    position: sticky;
    top: 100px;
    text-align: center;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.04);
    margin: 0;
}

.rmg-user-profile .rmg-user-profile__left .user-img img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    object-fit: cover;
}

.rmg-user-profile .rmg-user-profile__left .user-name {
    font-size: 20px;
    font-family: 'PoppinsBold';
    margin-bottom: 5px;
}

.rmg-user-profile .rmg-user-profile__left .user-role {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.rmg-user-profile .rmg-user-profile__left .user-dept {
    font-size: 15px;
    margin-bottom: 5px;
}

.rmg-user-profile .rmg-user-profile__left .user-tl {
    font-size: 16px;
}

.rmg-user-profile .rmg-user-profile__left ul {
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}

.rmg-user-profile .rmg-user-profile__left ul li {
    display: flex;
    justify-content: space-between;
}

.rmg-user-profile .rmg-user-profile__right .card {
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.04);
}

.rmg-user-profile .rmg-user-profile__right .card-title {
    font-weight: bold;
    font-size: 22px;
    position: relative;
    padding: 5px 0;
    margin-bottom: 20px;
}

.rmg-user-profile .rmg-user-profile__right .card-title:before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #405CBE;
    position: absolute;
    top: 0;
    left: -20px;
}

.rmg-user-profile .rmg-user-profile__right ul li {
    font-size: 14px;
}

.rmg-user-profile .rmg-user-profile__right ul li+li {
    margin-top: 5px;
}

.rmg-user-profile .rmg-user-profile__right .no-skills {
    text-align: center;
}

.rmg-user-profile .rmg-user-profile__right .no-skills h5 {
    font-weight: bold;
    font-size: 20px;
}

.rmg-user-profile .rmg-user-profile__right .no-skills img {
    width: 350px;
    margin-bottom: 30px;
}
/*user profile end*/

/*cv webview start*/
.cv-preview {
    display: flex;
    max-width: 720px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.cv-preview h4 {
    font-family: 'PoppinsBold',sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
    line-height: 1;
}  

.cv-preview h5 {
    font-family: 'PoppinsBold',sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1;
} 

.cv-preview ul {
    margin-bottom: 0;
    padding-left: 15px;
    line-height: 1.4;
}

.cv-preview ul li {
    margin-bottom: 5px;
}

.cv-preview ol {
    margin-bottom: 0;
    padding-left: 15px;
    line-height: 1.4;
}

.cv-preview ol li {
    margin-bottom: 5px;
}

.cv-preview__left {
    width: 35%;
    flex: 35%;
    background-color: #f4f4f4;
    padding: 20px;
}

.cv-preview__left h6 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
}

.cv-preview__left .user-img {
    margin-bottom: 20px;
    text-align: center;
}

.cv-preview p {
    margin: 0;
}

.cv-preview__left-details {
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.cv-preview__right {
    width: 65%;
    flex: 65%;
    padding: 30px;
}

.cv-preview__right .cv-preview__main-title,
.cv-preview__right .cv-preview__desc,
.cv-preview__right .cv-preview-skills,
.cv-preview__right .cv-preview__seniority {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cv-preview__right .cv-preview-skills table {
    margin-bottom: 0;
}

.cv-preview__right .cv-preview-skills table tr td {
    padding: 10px 5px 5px;
}

.cv-preview__right .cv-preview-skills table tr td:first-child {
    padding-left: 0;
}

.cv-preview__right .cv-preview__tools-method {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cv-preview__right .cv-preview__tools-method__left {
    flex: 40%;
    width: 40%;
}

.cv-preview__right .cv-preview__tools-method__right {
    flex: 60%;
    width: 60%;
}

.cv-preview__projects .project-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.cv-preview__projects .team-size {
    font-style: italic;
    display: block;
    margin: 0;
    text-align: right;
}

.cv-preview__projects .projects-data {
    margin-bottom: 15px;
}

.cv-projects-order table tbody td {
    position: relative;
    border-top: 1px solid #ccc;
}

.cv-projects-order table tbody td i {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
/*cv webview end*/

.modal-backdrop + .manage-existing-project-modal + .modal-backdrop,
.modal-backdrop + .modal-backdrop {
    opacity: 0;
}