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

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

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

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


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

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


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

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

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

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



img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    font-family: 'Muli';
    background-color: #f8f8f8;
}

.p_0 {
    padding: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.main {
    width: 100%;
}

.container {
    width: 100%;
    max-width:100%;
    margin: 0px auto;
    padding:0;
}

.header {
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
}

.user {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.user-name {
    padding-right: 20px;
}

.user-img h6 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #5fc19c;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    font-family: "Raleway-Bold";
    cursor:pointer;
}

.user-name h6 {
    font-size: 20px;
    color: #797979;
    font-family: "Raleway-SemiBold";
}

.user-name h6 i {
    color: #ff5526;
}

.dashboard {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sidebar {
    width: 300px;
    background-color: #fff;
}

.dashboard-main {
    width: calc(100% - 300px);
    padding: 30px;
}

.sidebar-menu {
    width: 100%;
    height: 100%;
}

.sidebar-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar-menu ul li {
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #f3f5f5;
}

.sidebar-menu ul li a {
    font-size: 18px;
    font-family: 'Raleway-SemiBold';
    color: #444444;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.sidebar-menu ul li a img {
    max-width: 20px;
    margin-right: 10px;
}

.sidebar-menu ul li a.active,
.sidebar-menu ul li a:hover {
    background-color: #5fc19c;
    color: #fff;
}

.sidebar-menu ul li a.active img,
.sidebar-menu ul li a:hover img {
    filter: brightness(0) invert(1);
}

.sidebar-menu ul li a i {
    position: absolute;
    right: 10px;
    top: 25px;
}

.sidebar-menu ul li .content {
    display: none;
}

.sidebar-menu ul li .submenu li {
    padding: 10px 20px 10px 45px;
    border: none;
}

.sidebar-menu ul li .submenu li a {
    padding: 0;
    font-size: 16px;
    color: #5fc19c;
    text-transform: capitalize;
    font-family: "Raleway-SemiBold";
}

.sidebar-menu ul li .submenu li a:hover {
    background-color: transparent;
}

/*23-12-2022-nensi-css*/

.dashboard-main .pro-app {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding:20px;
    border-radius: 7px;
    margin-bottom:30px;
}

.dashboard-main .pro-app i {
    font-size: 20px;
    justify-content: center;
}

.dashboard-main .pro-app h3 {
    display: flex;
    font-size:20px;
    font-family: "Raleway-SemiBold";
    justify-content: center;
    align-items: center;
     transition: all 0.3s ease;
     color: #444444;
}

.pro-app .left-app {
    display: flex;
}

.pro-app .left-app span {
    border-radius: 11px;
    background-color: #f3f5f5;
    padding: 15px;
    color: #5fc19c;
    margin-right: 20px;
}

.pro-app .left-app span i {
    display: flex;
}

.pro-app .right-app span i {
    font-size:16px;
}

.pro-app .right-app span {
    border-radius: 50%;
    background-color: #5fc19c;
    color: #fff;
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.right-app {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    padding: 5px 10px;
    /*border: 2px solid #f3f5f5;*/
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.right-app:hover {
    background-color: #5fc19b;
}
.right-app:hover h3 {
    color: #fff;
}
.right-app:hover span{
    background: #fff;
    color: #5fc19c;
}
.right-app:hover h3 span i{
    background-color: #fff; 
    color: #5fc19c;
}
.pro-dtl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.pro-dtl h3 {
    font-family: 'Raleway-SemiBold';
    color: #444444;
    font-size: 20px;
}

.pro-dtl a {
    font-size: 14px;
    color: #5fc19c;
    padding: 0px 15px;
    font-family: 'Raleway-SemiBold';
}

.dashboard-main .bottom {
    margin-top: 30px;
}

.bottom .pro-dtl {
    padding: 15px;
}

.bottom-left {
    background-color: #fff;
    border-radius: 7px;
    padding:20px;
    font-family: 'Raleway-Regular ';
}

.table td,
.table th {
    border-top: unset;
}

.bottom .table thead tr th {
    color: #797979;
    font-size: 14px;
    font-family: 'Raleway-Regular';
}

.bottom .table tbody tr td {
    color: #797979;
    font-size: 16px;
    font-family: 'Raleway-semibold';
}

.bottom .table tbody tr .opn {
    color: #5fc19c;
}
.bottom .table tbody tr {
    background-color: #f3f5f5;
    border-radius: 7px;
    border-bottom:10px solid #fff;
}
.bottom .bottom-left .table{
    width: 100%;
}
.bottom .bottom-left .table .tbody .toptr{
    margin-top: 10px;
}

.bottom .bottom-left .table table
{
    width: 100%;
}
.bottom .table tbody tr .award 
{
    color:#15aee6;
}
.bottom .table tbody tr .close-main 
{
    color:#f37d3d;
}
.bottom .table tbody tr td i
{
    padding:0 5px 0 0;
}
.pro-right h3
{
    padding-right:10px;
}
.project-dashboard .bottom
{
    margin:0;
}
.pro-left h5
{
    font-family: 'Raleway-semibold';
    font-size:20px;
    color:#444;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin:0;
}
.styled-checkbox + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background:#fff;
  border:1px solid #e0e3e2;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: #444;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #444, 4px 0 0 #444, 4px -2px 0 #444, 4px -4px 0 #444, 4px -6px 0 #444, 4px -8px 0 #444;
  transform: rotate(45deg);
}
.view-btn
{
    font-size:14px;
    font-family:'Raleway-semibold';
    color:#797979;
    border:2px solid #e0e3e2;
    border-radius: 10px;
    padding:10px 20px;
}

/*27-12-2022  darshil-satasiya*/
.project-btn a {
    min-width: 200px;
    min-height: 45px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    background-color: #5fc19b;
    border-radius: 10px;
     font-family: 'Raleway-SemiBold';
     text-align: center;
     line-height: 45px;
}
.project-btn a:hover
{
    background-color:#4caf8c;
}

.project-btn-right a{
    min-width: 200px;
    min-height: 45px;
    font-size: 18px;
    color: #5fc19b;
    display: inline-block;
    border-radius: 10px;
    font-family: 'Raleway-SemiBold';
    text-align: center;
     line-height: 45px;
}
.btn-part{
    margin: 35px 50px;
    display: flex;
    align-items: center;
}
.project-btn-right a:hover{
    text-decoration: underline;
}

/*accepted projects*/
/*.dashboard-main .pro-app{
    margin-bottom: 30px;
}*/
.t-main{
    margin-bottom: 170px;
}
/*add new project*/
.am-part {
    display: flex;
}
.Accepted-main .col-lg-4, .Accepted-main .col-lg-8{
    padding: 0;
}
.Accepted-main {
    display: flex;
    margin-bottom: 225px;
}
.insent{
    padding: 10px 15px;
    font-size: 14px;
    font-family: 'Raleway-SemiBold';
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f3f5f5;
    outline: 0px;
    color: #919191;
    box-shadow: none;
    border: 0px;
    border: 3px solid #eff0f0;
    border-radius: 10px;
}
.text-insent{
    height: 150px;
    resize: none;
}
.pro-insent label {
    padding-right: 15px;
    font-size: 16px;
    color: #454545;
    font-family: "Raleway-Bold";
}
.pro-insent {
    margin-bottom: 25px;
}

.custom1{
    width:100%;
    position: relative;
}
.custom1::after {
    content: "";
    position: absolute;
    
    width: 12px;
    height: 4px;
    background: #555;
    z-index: 99;
    transform: rotate(40deg);
    top: 19px;
    right: 20px;
    z-index: 1;
    background-color: #5fc19b;
}
.custom1::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 4px;
    background: #555;
    z-index: 99;
    transform: rotate(-40deg);
    top: 19px;
    right: 12px;
    z-index: 1;
    background-color: #5fc19b;
}

/*Freelance */
.john-main {
    background-color: #f8f8f8;
    border-radius: 7px;
    font-family: 'Raleway-Regular ';
}
.john-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 7px;
    margin-bottom: 25px;
    border: 2px solid #f3f5f5;
}
.pro-left h5 span{
    color: #444444;
    font-size: 24px;
    font-family: 'Raleway-SemiBold';
    padding-left: 25px;
}
/*.pro-left h5 {
    color: #5fc19b;
    padding-left: 25px;
}*/
.pro-right {
    display: flex;
    align-items: center;
}
.pro-open {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 60px;
}
.pro-open p,
.pro-time p{
    font-family: 'Raleway-SemiBold';
    font-size: 14px;
    color: #919191;
}
.pro-time p span{
    color: #444444;
    font-size: 16px;
    padding-left: 10px;
    font-family: 'Raleway-SemiBold';
}
.pro-open a span {
    font-size: 16px;
    color: #5fc19c;
    padding-left: 10px;
}
.pro-open a{
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accept-box {
    width: 45px;
    height: 45px;
    background: #f3f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
.accept-left {
    background: #ffffff;
    padding: 15px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.accept-left h2{
    color: #444444;
    font-size: 20px;
    font-family: 'Raleway-SemiBold';
    padding-left: 17px;
    width: 410px;
}
.accept-left h3{
    font-size: 32px;
    color: #5fc19c;
    font-family: "Raleway-Bold";
    text-align: right;
}
.list-part {
    padding: 10px;
    background: #fff;
    height: 570px;
}
.list-part p{
    color: #919191;
    font-size: 14px;
    font-family: 'Raleway-SemiBold';
    padding-left: 15px;
    max-width: 400px;
}
.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  background-color: #f3f5f5;
  font-size: 1.25em;
  font-weight: normal;
  color: #444444;
  cursor: pointer;
}
.lencer p {
    color: #919191;
    font-size: 14px;
    font-family: 'Raleway-SemiBold';
    padding: 15px;
}
.accordion-container .accordion-title i 
{
    color: #72c8a6;
    font-size: 22px;
}
/*.accordion-container .accordion-title.open::after {
  content: "";
  position: absolute;
  top: 25px;
  width: 15px;
    height: 3px;
    background: #72c8a6;
    z-index: 99;
    transform: rotate(-234deg);
    right: 32px;
}
.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 15px;
    height: 3px;
    background: #72c8a6;
    z-index: 99;
    transform: rotate(-55deg);
}*/
.accordion-container .accordion-title.open::after {
  
    transform: rotate(-305deg);
}
.accordion-content {
 padding-left: 15px;
    background: #f3f5f5;
    margin-bottom: 10px;
    border-radius: 0 0 7px 7px;
}
.accordion-container {
  width: 100%;
  margin: 0 auto;
}
h4.accordion-title.js-accordion-title {
    margin-bottom: 10px;
    color: #444444;
    font-size: 16px;
    font-family: 'Raleway-SemiBold';
    padding: 20px 25px;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
h4.accordion-title.js-accordion-title.open i{
   transform: rotate(180deg);
}
.accept-part {
    display: flex;
}
.award a{
    display: inline-block;
    min-width: 138px;
    height: 38px;
    border: 2px solid #15ade5;
    text-align: center;
    line-height: 38px;
    background: #15ade5;
    border-radius: 7px;
    font-family: 'Raleway-SemiBold';
    font-size: 16px;
    color: #fff;
}
.award-part{
    display: flex;
    align-items: center;
    padding: 30px 0 35px 15px;
}
.see-profile a{
    color: #5fc19c;
    font-family: 'Raleway-SemiBold';
    font-size: 16px;
    display: inline-block;
    min-width: 138px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 7px;
    border: 2px solid #5fc19c;
    margin-left: 20px;
}
.see-profile a:hover{
    background-color: #5fc19b;
    color: #fff;
}
.award a:hover{
    border: 2px solid #15ade5;
    background: none;
    color: #15ade5;
}
.see-profile-right a {
    color: #5fc19c;
    font-family: 'Raleway-SemiBold';
    font-size: 16px;
    display: inline-block;
    min-width: 138px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 7px;
    border: 2px solid #5fc19c;
}
.see-profile-right a:hover{
    background-color: #5fc19b;
    color: #fff;
}
.accept-left h4 {
    font-size: 32px;
    color: #919191;
    font-family: "Raleway-Bold";
    text-align: right;
}
.accordion-ctn {
 padding-left: 15px;
    background: #f3f5f5;
    margin-bottom: 10px;
    border-radius: 0 0 7px 7px;
}

/*close-project*/
.pro-close {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 60px;
}
.pro-close p, .pro-time p {
    font-family: 'Raleway-SemiBold';
    font-size: 14px;
    color: #919191;
}
.pro-close a {
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-close a span {
    font-size: 16px;
    color: #f37d3d;
    padding-left: 10px;
}
.form-info-part {
    display: flex;
}
.form-info-left{
    padding:20px 15px;
    background: #fff;
    border: 2px solid #f3f5f5;
    height: 100%;
}
.ellen-info {
    padding-left: 27px;
    background: #f8f8f8;
    border-radius: 7px;
}
.ellen-info h2{
    color: #444444;
    font-size: 16px;
    font-family: 'Raleway-SemiBold';
    padding: 17px 0;
}
.ellen-info p{
    color: #919191;
    font-size: 14px;
    font-family: 'Raleway-SemiBold';
    max-width: 393px;
}
.award-part-bottom {
    display: flex;
    align-items: center;
    padding: 30px 0 35px 0px;
}
.form-info-right {
    background: #fff;
    padding:20px 30px;
    width: 100%;
    border: 2px solid #f3f5f5;
}
.form-info-title p {
    padding: 15px 0 25px;
    color: #919191;
    font-size: 14px;
    font-family: 'Raleway-SemiBold';
}
h4.accordion-title.js-accordion-title.open
{
    margin-bottom:0;
}
.project-titlt-part
{
    width: 100%;
    margin-bottom:25px;
}
.project-titlt-part label
{
    font-size: 16px;
    color: #454545;
    font-family: "Raleway-SemiBold";
    margin-bottom:5px;
}
.project-titlt-part p
{
    font-size: 16px;
    color: #919191;
    font-family: "Raleway-Medium";
    margin-bottom:10px;
}
.pro-description
{
    width: 100%;
    margin-top:20px;
    padding:40px 0;
    border-top:1px solid #f3f5f5;
}
.pro-close a.award, .pro-close a.award span
{
    color: #15aee6;
}
.award-btn
{
    margin:120px 0 35px;
    justify-content: center;
}
.award-btn .project-btn a
{
    background-color:#f37d3d
}
.award-btn .project-btn a:hover
{
    background-color:#e16e2e;
}
.edit-pro-main
{
    width: 100%;
    padding:0 35px 10px;
    margin-bottom:35px;
    border-bottom:1px solid #f3f5f5;
}
.edit-pro-bottom
{
    border:none;
}
.dashboard-title
{
    width: 100%;
    margin-bottom:30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.dashboard-title h2
{
    color:#5fc19c;
    font-size:30px;
    font-family: 'Raleway-Bold';
    padding: 0 20px;
}
.dashboard-title p
{
    padding: 0 20px;
    font-size: 16px;
    color: #919191;
    font-family: "Raleway-SemiBold";
}
.bottom .table tbody tr:hover
{
    background-color: #e0e3e2;
}
.bottom .table tbody tr:hover .view-btn
{
    background-color: #ffffff;
    color: #797979;
}
.dashboard-main .pro-app-new:hover
{
   background-color: #5fc19c; 
}
.dashboard-main .pro-app-new:hover h3
{
    color: #fff; 
}
.dashboard-main .pro-app-new:hover .right-app span
{
    background-color: #ffffff;
    color: #5fc19c;
}
.dashboard-main .pro-app-new:hover .left-app span
{
   background-color: #ffffff; 
}
select.insent
{
    appearance: none;
}
.pro-left h5 i
{
    color: #5fc19c; 
}
.dashboard-main .pro-app-new
{
    margin-bottom:0;
}
.edit-freelancer .bottom-left
{
    width: 40%;
    padding:35px 20px;
}
.edit-freelancer .bottom-right
{
    width:58%;
    padding: 20px;
}
.edit-freelancer
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dashboard-title-left
{
    width:all;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.edit-freelancer-bottom
{
    padding: 0 15px;
}
.btn-freelancer
{
    margin:0;
    padding:35px 15px;
}
.notification-main
{
    width: 320px;
    height: 580px;
    border-radius: 8px;
    filter: drop-shadow(0px 5px 10px #e0e3e2);
    background-color: #ffffff;
    border: 2px solid #f3f5f5;
    overflow-y: scroll;
    padding: 20px 0;
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: 9999;
    display: none;
}
.notification-title
{
    width: 100%;
    padding:0 15px 10px;
    border-bottom:1px solid #f3f5f5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.notification-title h5
{
    font-size: 20px;
    color: #444444;
    font-family: "Raleway-SemiBold";
}
.notification-title a
{
    font-size: 12px;
    line-height: 36px;
    color: #5fc19c;
    font-family: "Raleway-SemiBold";
    text-align: right;
}
.notification-inner
{
    padding:0 15px;
    width: 100%;
}
.notification-inner ul
{
    padding: 0;
    margin:0;
    width: 100%;
    list-style-type:none;
}
.notification-inner ul li
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius:10px;
    background-color: #f3f5f5;
    padding: 10px;
    margin-top:10px;
}
.notification-inner ul li:hover
{
    background-color:#e0e3e2;
}
.notification-inner ul li p
{
    font-size: 14px;
    line-height: 18px;
    color: #797979;
    width: 100%;
    font-family: "Raleway-SemiBold";
    margin-bottom:10px;
}
.notification-bottom
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.notification-inner ul li h6
{
    font-size: 12px;
    color: #b3b3b3;
    font-family: "Raleway-SemiBold";
}
.notification-inner ul li a
{
    font-size: 12px;
    color: #5fc19c;
    font-family: "Raleway-SemiBold";
    text-align: right;
}
.notification-main a:hover
{
    text-decoration: underline;
}
.notification-main::-webkit-scrollbar
{
    width:8px;
    height: 60px;
}
.notification-main::-webkit-scrollbar-track
{
    background-color:#afafb4;
    -webkit-border-radius:10px;
    border-radius:10px
}
.notification-main::-webkit-scrollbar-thumb
{
    -webkit-border-radius:10px;
    border-radius:10px;
    background:#5fc19c;
}
.user
{
    position: relative;
}
.user:hover .notification-main
{
    display: block;
}
.user-img
{
    position: relative;
}
.user-img span
{
    position:absolute;
    right:-5px;
    bottom:0;
    width: 20px;
    height: 20px;
    border-radius:50%;
    background-color: #444444;
    color: #fff;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #ebebeb;
    font-family: "Raleway-SemiBold";
}
.project_freelancer_status_row{
    width: 100%;
    margin-top: 20px;
}
.project_freelancer_action{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Raleway-SemiBold';
    color: #fff;
    padding: 10px 20px;
    box-shadow: none;
    border: 0;
    display: inline-block;
}
.project_freelancer_action.project_freelancer_approve{ 
    background-color: green;
}
.project_freelancer_action.project_freelancer_reject{ 
    background-color: red;
}
.project_freelancer_status_result{ 
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    padding: 5px 10px;
    font-family: 'Raleway-SemiBold';
    font-size: 14px;
    width: 95%;
}
.project_freelancer_status_result.Approved{
    border-left-color: #00a32a;
}
.project_freelancer_status_result.Rejected{
    border-left-color: red;
}