/*font face*/

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

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

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


/*overwrite font*/

body {
    font-family: 'ProximaNovaRegular', sans-serif;
}

.main-content-wrap {
    background-color: #f6f6f6;
}


/*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: 'ProximaNovaBold', sans-serif;
    font-size: 14px;
}


/*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: 100%;
}

.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: 'ProximaNovaBold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #6377BD;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    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;
    background-color: #fff;
}

.btn-outline {
    border-radius: 30px;
    font-family: 'ProximaNovaBold', 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: 'ProximaNovaBold', 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: 'ProximaNovaBold', 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: 'ProximaNovaBold', 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 .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: 'ProximaNovaBold', sans-serif;
    margin-bottom: 0px;
    font-size: 26px;
}

.demad-listing .back-btn {
    font-family: 'ProximaNovaBold', 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);
}

.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: 'ProximaNovaBold', 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: 'ProximaNovaBold', 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: 'ProximaNovaBold', 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: 'ProximaNovaBold', 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-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: 100%;
    background-color: #6377BD;
    position: absolute;
    left: 0;
    top: 0;
}

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

.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;
}

.demand-list-table .grp-id {
    position: absolute;
    top: 100px;
    left: -30px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #6377BD;
    color: #fff;
    padding: 0px 8px;
    border-radius: 20px;
    font-size: 12px;
    height: 20px;
    width: 65px;
    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;
}

.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: 'ProximaNovaBold', 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 .cat-title {
    font-size: 15px;
}

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

.demand-list-table .skill-title {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold', 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: 'ProximaNova', 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: 'ProximaNovaBold', 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 td ul {
    padding-left: 10px;
}

.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: 2;
    -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 .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: 1;
    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.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

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

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

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

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

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

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

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

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

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

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


/* /demand list table*/


/*demand form*/

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

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

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

.demand-form .form-group .col-form-label {
    font-family: 'ProximaNovaMedium', 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: 'ProximaNovaMedium', 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;
}

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

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

.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;
}

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

.leads-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 6px;
    width: 20px;
}

.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: 'ProximaNovaBold', 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: 'ProximaNovaBold', sans-serif;
}

.demand-form .client-lead-details .client-name {
    font-size: 16px;
    font-family: 'ProximaNovaBold', 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-accounts .modal-dialog {
    max-width: 600px;
}

.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: 'ProximaNovaBold', 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: 'ProximaNovaBold', 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: 'ProximaNovaBold', sans-serif;
}

.modal-full .modal-body .location {
    font-family: 'ProximaNovaBold', 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: 'ProximaNovaBold', sans-serif;
}

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

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

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

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

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

.error {
    color: red;
}

#overlay {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF99;
    margin-left: -5%;
    margin-top: -3%;
    position: absolute;
    z-index: 5;
    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;
}

#modal_overlay {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF99;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    display: none;
}

#modal_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;
}

.useraccount-list__content {
    background-color: #fff;
    padding: 10px 20px 10px 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    position: relative;
}

.useraccount-list__content .account-title {
    flex: 1;
    font-weight: 600;
}

.useraccount-list__content .username {
    flex: 2;
}

.useraccount-list__content .badge {
    margin-right: 10px;
    font-size: 10px;
    width: 50px;
    font-weight: normal;
}

.useraccount-list__content .dropdown .btn {
    padding-right: 12px;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
}

.useraccount-list__content .dropdown .btn img {
    height: 18px;
}

.useraccount-list__content .dropdown .btn:after {
    display: none;
}

.useraccount-list__content .dropdown-menu.show {
    right: 30px !important;
    left: auto !important;
    transform: none !important;
}

.useraccount-list__content .assign-user {
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #58cb9f;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 26px;
    height: 26px;
    font-size: 11px;
    z-index: 1;
}

.add-account-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 20px;
    z-index: 1;
}

.add-account-btn i {
    -webkit-text-stroke: 1.9px #6377bd;
}

.add-account-btn:hover {
    background-color: #6377bd;
    color: #fff;
}

.no-accdata {
    text-align: center;
    padding: 30px 0;
    background-color: #fff;
}

.no-accdata img {
    width: 320px;
    margin-bottom: 20px;
}

.text_wrap {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}