
.task-row-inner::-webkit-scrollbar,
.tsks-wrapper.active .task-content-inner.content::-webkit-scrollbar {
    width: 9px;
    background: #fff;
}

.task-row-inner::-webkit-scrollbar-thumb,
.tsks-wrapper.active .task-content-inner.content::-webkit-scrollbar-thumb {
       background: #d1daef;
       border-radius: 30px;

}


a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

body {
    background-color: #fff;
}

.navbar-vertical.navbar-expand-lg {
    top: 57px;
}

.layout_vertical .page-body {
    margin-top: 0;
    margin-bottom: 0;
    height: calc(100vh - 161px);
}

header {
    background: #fff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo p {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #596080;
    margin-left: 3px;
    position: relative;
    top: 1px;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo img {
    width: 160px;
}

.logo a {
    display: inline-block;
    width: auto;
    max-width: 185px;
}

.header-inner>div {
    width: auto;
}


.header-search input {
    padding: 5px 10px;
    outline: none;
    border: 0;
    background: #f5f7fa;
    color: #596080;
    border-radius: 20px;
    width: 100%;
    text-align: center;
}

.header-search input::-webkit-input-placeholder {
    text-align: center;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.header-right img {
    width: 30px;
}


.header-right p {
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
}

.header-right p i {
    font-size: 18px;
}

.header-right.active p i {
    transform: rotate(180deg);
}

.header-right p span {
    font-weight: bold;
}

.header-right ul {
    position: absolute;
    left: 16px;
    top: 22px;
    width: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

.header-right.active ul {
    display: block;
}

.header-right ul li a {
    color: gray;
    font-size: 12px;
}



.navbar-toggler {
    position: relative;
    top: 0;
    left: 10px;
    display: none;
}

.header-search.desktop {
    width: 40%;
}

.header-search.mobile {
    display: none;
}


.task-list p {
    margin-bottom: 0;
    font-size: 17px;
}

.task-list span {
    color: gray;
    display: inline-block;
    margin-bottom: 3px;
    font-size: 12px;
}

.task-list span {
    padding: 4px 10px;
    border-radius: 30px;
    /* background: #F5F7FA; */
    color: #000;
    margin-bottom: 5px;
}

.task-list a {
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 4px 20px;
    background: #671fd8;
    border-radius: 30px;
    line-height: normal;
}

.task-list p~div span {
    margin: 0;
    position: relative;
}

.task-list p~div span:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #382828;
    border-radius: 50%;
    margin: 0 10px;
}

.task-list img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    top: 72px;
}

.task-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid transparent;
    border-left: 3px solid #671fd8;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 1px rgb(187 194 220 / 60%);
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: 4px;
    background: #fff;
    margin-right: 8px;
}

.task-page-wrapper {
    background: #fff;
    margin:0;
}


.task-list:hover {
    box-shadow: 3px 5px 8px rgb(187 194 220 / 60%);
}

.tsks-wrapper .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.tsks-wrapper .taks-row {
    width: 364px;
}

.tsks-wrapper .task-content {
    flex: 1;

}

.task-row-inner {
    height: calc(100vh - 60px);
    overflow-y: auto;
    position: relative;
}

.task-img-block p {
    margin-bottom: 30px;
}

.task-list.completed {
    border-left: 4px solid #868895;
}

.task-list.completed a {
    background: #868895;
}


a.btn-new-tasks {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-decoration: none;
    padding: 8px 10px;
    background: #6298bd;
    border-radius: 20px;
    color: #fff !important;
    text-align: center;
    position: fixed;
    left: 25vw;
    z-index: 99;
    cursor: pointer;
    margin-top: 6px;
}


.task-content-inner {
    height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
}

.handyman ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.handyman ul li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    max-width: none;
}

.tsks-wrapper .task-content .handyman>ul>li img {
    width: 35px;
    height: 35px;
}

.tsks-wrapper .task-content .left .tabs-wrapper button {
    border: 0;
    outline: none;
    border-radius: 20px;
    padding: 2px 12px;
    margin-left: 10px;
    text-transform: uppercase;
    color: rgb(187, 194, 220);
    font-size: 12px;
    line-height: 16px;
    background: transparent;
}

.tsks-wrapper .task-content .left .tabs-wrapper button:first-child {
    margin: 0;
}

.tsks-wrapper .task-content .left .tabs-wrapper button.active {
    text-transform: uppercase;
    white-space: nowrap;
    padding: 2px 12px;
    background-color: rgb(229, 240, 217);
    border-radius: 10px;
    color: #671fd8;
}

.tabs-wrapper {
    margin-bottom: 25px;
    border-radius: 20px;
    display: flex;
}


.tsks-wrapper .task-content h2 {
    font-size: 26px;
    margin-bottom: 0;
}

.tsks-wrapper .task-content .handyman>ul>li {
    border-bottom: 1px solid #eaeef6;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.tsks-wrapper .task-content .handyman>ul>li>div:last-child {
    margin-left: 10px;
    width: 100%;
}

.tsks-wrapper .task-content .handyman>ul>li>div:last-child h6 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    background: none;
    padding: 0;
    color: #545a77;
}

.tsks-wrapper .task-content .offers .time-wrapper>a:first-of-type {
    display: none;
}

.tsks-wrapper .task-content .offers .time-wrapper>a:nth-child(3) {
    display: none;
}

.tsks-wrapper .task-content .handyman>ul>li.posted h6+div {
    display: flex;
    justify-content: space-between;
}

.tsks-wrapper .task-content .handyman>ul>li.posted h6+div span:first-child {
    color: #671fd8;
    font-size: 13px;
    margin-top: -3px;
}

.tsks-wrapper .task-content .handyman>ul>li.location {
    align-items: flex-start;
}

.tsks-wrapper .task-content .handyman>ul>li i {
    color: #bbc2dc;
    font-size: 20px;
}

.handyman ul li .img {
    width: 40px;
    text-align: center;
}


.tsks-wrapper .task-content .handyman>ul>li.location>div>div {
    display: flex;
    justify-content: space-between;
}

.tsks-wrapper .task-content .handyman>ul>li.date {
    align-items: flex-start;
}

.tsks-wrapper .task-content .handyman>ul>li.date p {
    margin: 0;
}

.tsks-wrapper .task-content .handyman>ul>li.date p span {
    font-size: 11px;
}

.tsks-wrapper .task-content h6 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #545a77;
}

.tsks-wrapper .task-content .details {
    margin-top: 30px;
}


.tsks-wrapper .task-content .details .imgs img {
    width: 100px;
    border-radius: 7px;
    margin-right: 8px;
    height: 100px;
    object-fit: cover;
    transition: all 0.4s ease;
    cursor: pointer;
    border: 1px solid transparent;
}

.tsks-wrapper .task-content .details .imgs img:hover {
    opacity: 1;
    border: 1px solid #96b66f;
}

.tsks-wrapper .task-content .must-have ul>li {
    margin-bottom: 20px;
    display: flex;
}

.tsks-wrapper .task-content .must-have {
    margin-top: 40px;
}


.tsks-wrapper .task-content .must-have ul>li i {
    color: #1792fb;
    margin-right: 6px;
    margin-top: 4px;
}

.task-content-inner .right .budget {
    background: #fff;
    border: 1px solid rgb(187, 194, 220);
    border-radius: 8px;
    text-align: center;
    padding: 5px 0;
}

.task-content-inner .right .budget button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 2px;
    border-style: solid;
    border-radius: 160px;
    color: rgb(255, 255, 255);
    padding: 8px 16px;
    /* font-family: museo-bold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.15px;
    width: 92%;
    background-color: #671fd8;
    /* display: none; */
}

.task-content-inner .right .budget h3 {
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 10px 0px;
    line-height: 1;
    border-bottom: 1px solid rgb(246, 248, 253);
    border-top: 1px solid rgb(246, 248, 253);
    font-weight: normal;
}

.task-content-inner .right .budget h6 {
    margin-top: 0;
    padding: 0;
    background: no-repeat;
    margin-bottom: 10px;
}

.task-content-inner .right a {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 7px 20px;
    text-align: center;
    display: block;
    margin-top: 20px;
    text-decoration: none;
    color: #b9637a;
}

.task-content-inner .right .delete p {
    text-align: center;
    font-weight: bold;
    margin-top: 7px;
}


.task-content-inner>.left {
    width: 65%;
    width: 100%;
    padding: 20px 0;
}

.task-content-inner>.right {
    width: 202px;
    position: absolute;
    right: 15px;
    top: 20px;
}

.task-content-inner>.left .tabs-wrapper {
    width: calc(100% - 230px);
}

.task-content-inner .left h2 {
    width: calc(100% - 250px);
}

.task-content-inner .left .view-map {
    width: calc(100% - 250px);
}

.task-content-inner .left .view-map+ul {
    width: calc(100% - 250px);
}

.tsks-wrapper .task-content ul.commetns>li {
    margin-bottom: 30px;
}

.tsks-wrapper .task-content ul.commetns>li .img-wrapper {
    margin-right: 30px;
}

.tsks-wrapper .task-content ul.commetns h5 {
    color: #671fd8 !important;
    font-size: 15px;
    margin: 0;
}

.tsks-wrapper .task-content .offers .title span {
    display: none;
}

.tsks-wrapper .task-content .offers .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tsks-wrapper .task-content .offers .title span {
    font-weight: bold;
}

.tsks-wrapper .task-content .offers .stars {
    display: block;
}

.tsks-wrapper .task-content .offers .stars a i {
    font-size: 15px;
    color: #ffcd3c;
}

.tsks-wrapper .task-content .offers .rating-wrapper p {
    font-size: 12px;
}


.tsks-wrapper .task-content .offers .time-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
}

.tsks-wrapper .task-content .offers .time-wrapper time {
    line-height: 16px;
    font-size: 11px;
    color: rgb(84, 90, 119);
    letter-spacing: 0.15px;
}

.tsks-wrapper .task-content .offers .text p {
    font-size: 14px;
    color: rgb(41, 43, 50);
    line-height: 20px;
}

.tsks-wrapper .task-content .offers .text {
        background-color: rgb(246, 248, 253);
    border-radius: 4px;
    padding: 8px;
}

.tsks-wrapper .task-content .offers .time-wrapper>a {
    display: none;
}

.tsks-wrapper .task-content .offers .title span {
    display: none;
}

.tsks-wrapper .task-content ul.commetns>li .img-wrapper {
    width: auto;
    display: inline-block;
}

.tsks-wrapper .task-content ul.commetns>li .rating-wrapper {
    width: auto;
    display: inline-block;
    margin-top: -50px;
    position: relative;
    left: 78px;
    top: -11px;
}

.tsks-wrapper .task-content .offers .time-wrapper {
    margin-top: 0;
}

.tsks-wrapper .task-content .offers .time-wrapper a:first-of-type {
    color: gray;
    font-weight: bold;
    margin-left: 10px;
}

.tsks-wrapper .task-content .offers .time-wrapper a:last-of-type i {
    color: #e5d5d5d9;
    font-size: 18px;
}

.tsks-wrapper .task-content .offers .time-wrapper a:last-of-type {
    margin-left: auto;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.tsks-wrapper .task-content .offers .time-wrapper ul {
    position: absolute;
    right: -193px;
    top: -37px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.tsks-wrapper .task-content .offers .time-wrapper ul.active {
    opacity: 1;
    visibility: visible;
}

.tsks-wrapper .task-content .offers .time-wrapper ul>li>a {
    margin: 0 !important;
    display: inline-block;
    color: #000 !important;
    padding: 10px 40px;
    border-radius: 4px;
    background: #f5f7fa;
    text-decoration: none;
    width: 170px;
    text-align: center;
}

.tsks-wrapper .task-content .offers .time-wrapper ul>li {
    margin-bottom: 3px;
}


.tsks-wrapper .task-content .offers .time-wrapper ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    left: -24px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f5f7fa;
}

.task-img-block {
    text-align: center;
}


.tsks-wrapper .task-content .offers ul.reply .img {
    width: 100%;
    display: flex;
    align-items: center;
}

.tsks-wrapper .task-content .offers ul.reply .img img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.tsks-wrapper .task-content .offers ul.reply .img h5 {
    margin: 0;
}

ul.reply {
    padding-left: 50px;
}

ul.reply .title {
    margin-top: 10px;
}


.tsks-wrapper .task-content .questions .text {
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.tsks-wrapper .task-content .questions .text img {
    width: 100px;
    height: auto;
    border-radius: 10px;
}

ul.reply .title p {
    margin: 0;
}

.tsks-wrapper .task-content .questions .time-wrapper {
    margin-top: 0;
    font-size: 12px;
}

ul.reply>li {
    margin-bottom: 40px;
}

.tsks-wrapper {
    margin-top: 40px;
}

.sort {
    text-align: right;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: none;
}

.sort p a {
    padding: 7px 20px;
    background: #f5f7fa;
    border-radius: 20px;
    color: #86c7e4;
}

a#back {
    display: none;
    color: #6298bd;
}

.sort p span {
    margin-right: 40px;
}

.dropdown-toggle:after {
    display: none;
}

/* .navbar-nav .nav-item {
    margin-bottom: 10px;
} */

.navbar-vertical.navbar-expand-lg .navbar-nav .nav-link i {
    color: rgba(30, 41, 59, .7);
}

.border-top-wide {
    border-top: 0 !important;
}

table.table.card-table.table-vcenter.text-nowrap.datatable>thead>tr>th:first-child {
    width: 120px !important;
}

.flag-country-us {
    background-image: url(../images/us.svg);
}

.flag-country-gb {
    background-image: url(../images/gb.svg);
}

.flag-country-de {
    background-image: url(../images/de.svg);
}

.flag-country-br {
    background-image: url(../images/br.svg);
}

.flag-country-pl {
    background-image: url(../images/pl.svg);
}

.task-content-inner.content {
    display: none;
}


.task-content-inner.map {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tsks-wrapper.active .task-content-inner.content {
    display: flex;
    background: #fff;
}

.tsks-wrapper.active .task-content-inner.map {
    display: none;
}

/* Modals */

.modal-backdrop.show {
    opacity: 0.7;
}

.profiles>div {
    text-align: center;
    margin-top: 20px;
    width: 48%;
    border: 1px solid rgb(233 226 226);
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    padding: 10px 0;
}

.profiles>div img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

.profiles>div p.phone {
    margin-top: 10px;
    font-weight: bold;
}

.modal-footer button {
    background-color: #596080 !important;
}

.modal-body .bttn button {
    background-color: #596080 !important;
}

.bttn {
    text-align: center;
}

.dates p span {
    display: block;
}

.dates p span:first-child {
    margin-bottom: 7px;
    font-weight: bold;
}

.dates p span {
    display: block;
}

.dates p span:first-child {
    margin-bottom: 7px;
    font-weight: bold;
}

.profiles {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.dates {
    display: flex;
    justify-content: space-between;
}

p.total_charge {
    margin-bottom: 0;
}

.profiles p {
    margin-bottom: 0;
    margin-top: 5px;
}


.modal-body .stars i {
    color: #ffcd3c;
}

.bottom_details>p {
    display: flex;
    justify-content: space-between;
}

/* End Modals */


.navbar-vertical.navbar-expand-lg {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

div#DataTables_Table_0_wrapper {
    padding-top: 10px;
}

.navbar-toggler-icon {
    background: #333333 !important;
    height: 2px !important;
    width: 20px !important;
    border-radius: 10px;
    transition: top .2s .2s, bottom .2s .2s, transform .2s, opacity 0s .2s;
    position: relative;
}

button.navbar-toggler {
    padding: 0 !important;
}

.navbar-toggler-icon:after {
    bottom: 7px;
}

.navbar-toggler-icon:before {
    top: 7px;
}

.dataTables_wrapper .dataTables_paginate a {
    background: #fff !important;
    border: 0 !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin-right: 5px;
}

.dataTables_wrapper .dataTables_paginate {
    margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    background: #206bc4 !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    background: #206bc4 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background: #cacaca !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}


table.dataTable.no-footer td {
    color: #837474;
}

.dataTables_wrapper .dataTables_info {
    color: #837474 !important;
}

.dataTables_wrapper label {
    color: #837474;
}

body {
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; */
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    background-color: #fff !important;
}

table#scroll-horizontal-datatable span.badge.badge-dark {
    background-color: #3f8db0;
}

div#DataTables_Table_0_wrapper {
    padding: 10px;
}

.task-content-inner .left h2 {
    color: #292b32;
    font-weight: 300;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

/* .task-page-wrapper .page-center {
    max-width: 1024px;
    margin: 0 auto;
} */



.task-list {
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.task-list>div {
    width: 100%;
}

.task-list .task_top {
    display: flex;
    justify-content: space-between;
}

.task-list .open {
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin-top: 7px;
    display: flex;
    align-items: center;
}

.task-img-block p b {
    font-weight: normal;
    margin-bottom: 0;
}

.task-img-block p {
    margin-bottom: 10px;
}

.task-content-inner>.right select {
    padding: 6px 10px 7px;
    position: relative;
    text-align: left;
    transition: background .5s linear, color .5s linear, border .5s linear;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .6);
    border: 1px solid #bbc2dc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #292b32;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 30px;
    margin-top: 10px;
    outline: none;
}

.task-content-inner>.right p {
    text-align: center;
    color: #bbc2dc;
    cursor: pointer;
    font-size: 12px;
    display: none;
}

.task-content-inner>.right p i.fa.fa-flag-o {
    color: #bbc2dc;
    margin-right: 10px;
}

.task-content-inner .left .view-map a {
    color: #671fd8;
    font-size: 12px;
    display: inline-block;
    margin: 10px 0;
}

.task-content-inner .left .view-map a i {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.tsks-wrapper .task-content .handyman>ul>li.posted h6+div span:last-child {
    font-size: 12px;
    color: #545a77;
}

.tsks-wrapper .task-content .handyman>ul>li.location .time {
    display: none;
}

.tsks-wrapper .task-content .handyman>ul>li.location>div>div {
    flex-direction: column;
}

.tsks-wrapper .task-content .handyman>ul>li.location>div>div p {
    margin: 0;
    color: #292b32;
}

.tsks-wrapper .task-content .details p {
    font-size: 14px;
    font-weight: initial;
    line-height: 30px;
    letter-spacing: 0.25px;
}

.tsks-wrapper .task-content h6 {
    margin-bottom: 20px;
}

.task-list:last-child {
    margin-bottom: 5px;
}


.offers.questions h5 {
    font-size: 14px !important;
    margin-right: 13px;
    color: #545a77 !important;
    font-weight: 500;
}

.tsks-wrapper .task-content .offers .text p {
    font-size: 14px;
    color: rgb(41, 43, 50);
    line-height: 20px;
}

.tsks-wrapper .task-content .offers .time-wrapper>a {
    display: none;
}


.tsks-wrapper .task-content .questions .text img {
    display: none;
}

.tsks-wrapper .task-content .questions .text p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.offers.questions ul.commetns>li {
    display: flex;
}

.tsks-wrapper .task-content .offers .text p:first-child {
    margin-top: 0;
}


.offers.questions .rating-wrapper {
    position: static !important;
    margin-top: 0 !important;
}

.tsks-wrapper .task-content .offers .time-wrapper>a:first-of-type {
    display: inline-block;
    color: #671fd8;
    font-size: 11px;
    letter-spacing: .15px;
    line-height: 16px;
}


.tsks-wrapper .task-content .offers .time-wrapper>a:first-of-type svg {
    fill: #671fd8;
}

.tsks-wrapper .task-content .offers .time-wrapper>a:nth-child(3) {
    display: inline-block;
    color: rgb(187, 194, 220);
    margin-left: auto;
    font-size: 10px;
}


.offers.questions ul.commetns>ul.reply>li {
    display: flex;
}

.offers.questions ul.commetns>ul.reply>li .title {
    margin: 0;
}

.tsks-wrapper .task-content .offers ul.reply .img img {
    width: 35px;
    height: 35px;
}


.offers.questions ul.reply {
    display: block;
}

.tsks-wrapper .task-content h6+p {
    color: rgb(41, 43, 50);
    /* font-family: museo-regular, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-size: 16px;
    font-weight: initial;
    letter-spacing: 0.15px;
    line-height: 20px;
    margin-bottom: 40px;
}

.padder {
    padding: 20px;
    text-align: center;
    display: none;
}

.tsks-wrapper .task-content .offers .time-wrapper>a:first-of-type {
    display: none;
}

.tsks-wrapper .task-content .offers .time-wrapper>a:nth-child(3) {
    display: none;
}

.padder-10-0 {
    padding: 10px 0;
}

.gJsOsa {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 2px;
    border-style: solid;
    border-radius: 160px;
    color: rgb(255, 255, 255);
    padding: 4px 16px;
    /* font-family: museo-bold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    background-color: #671fd8;
    border: none;
}

.padder-0-10 {
    padding: 0 10px;
    line-height: 1.2;
    font-size: 16px;
    color: #545a77;
}

.Ihjzl {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0px;
    border-width: 2px;
    border-style: solid;
    border-radius: 160px;
    padding: 4px 16px;
    /* font-family: museo-bold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    border-color: rgb(231, 235, 251);
    background-color: rgb(234 236 239);
    color: #671fd8;
    border: none;
}

body {
    margin: 0;
}

.tsks-wrapper {
    margin-top: 10px;
}

/* Bottom Header */

.jJTdzZ {
    border-bottom: 1px solid rgb(231, 235, 251);
    text-transform: uppercase;
    background-color: rgb(255, 255, 255);
}
.hwZCAM {
    max-width: 1023px;
    margin-left: auto;
    margin-right: auto;
}
.task-menu {
    margin: 0;
    overflow: visible;
    padding: 15px 0;
    position: relative;
    text-transform: none;
}

.task-menu__search-button {
    background: 0 0;
    cursor: pointer;
    display: none;
    height: 32px;
    margin-left: 8px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 8px;
    width: 25px;
}
.task-menu__scrollable {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 4px;
    width: 100%;
}

.task-menu__search-icon {
    fill: #000;
}
.search-input {
    display: inline-block;
    position: relative;
}


.task-menu__flyout-anchor {
    margin-right: 8px;
    position: relative;
}


.search-input__input {
    border-radius: 16px;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 14px;
    height: 32px;
    margin: 0;
    min-height: 32px;
    overflow: hidden;
    padding: 0 32px 0 0;
    text-indent: 12px;
    text-overflow: ellipsis;
    transition: width .2s ease-out;
    width: 200px;
    outline: none;
    background: #fff;
    border: 1px solid #bbc2dc;
}

.search-input__input:placeholder-shown {
    width: 105px;
}

.search-input__button {
    background: 0 0;
    border: 0;
    cursor: pointer;
    margin: 0;
    opacity: .3;
    outline: none;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 8px;
    transition: opacity .1s ease-out,fill .1s ease-out;
    outline: none;
    border: 0;
}

.pill {
    align-items: center;
    background-color: transparent;
    border-radius: 8px;
    color: #671fd8;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    height: 32px;
    line-height: 32px;
    max-width: 320px;
    opacity: 1;
    outline: none;
    overflow: hidden;
    padding: 0 8px 0 16px;
    text-overflow: ellipsis;
    text-transform: none;
    transition: opacity .1s ease,background-color .1s ease;
    white-space: nowrap;
    outline: none;
    border: 0;
}


.pill__title {
    display: inline-block;
    margin-right: 4px;
}

.pill__icon {
    fill: #671fd8;
    display: inline-block;
    transform: rotate(0deg);
    vertical-align: middle;
}




.jFqzRw {
    background: white;
    box-shadow: rgb(42 44 45 / 20%) 0px 5px 6px;
    box-sizing: border-box;
    animation: 0.15s ease-out 0s 1 normal none running fade-in-from-below;
    border-color: rgb(187, 194, 220);
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    max-height: calc(90vh - 100px);
    overflow-y: auto;
    width: max-content;
    max-width: 345px;
    position: absolute;
    z-index: 9999;
    right: 0;
    display: none;
}

.iDDGIh {
    all: unset;
    box-sizing: border-box;
    -webkit-text-fill-color: currentcolor;
    display: block;
    padding: 16px;
}

.kaoctw {
    border-radius: 5px;
    min-height: 40px;
}

.eXdSRp {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: unset;
    -webkit-box-align: center;
    align-items: center;
    align-self: unset;
    margin: 0px;
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-color: rgb(41, 43, 50);
    position: relative;
}

.jZexWg {
    cursor: pointer;
    padding: 0px 8px;
    margin-left: 4px;
    margin-right: 4px;
}
.kaoctw {
    border-radius: 5px;
    min-height: 40px;
}

.xPNRa {
    box-sizing: border-box;
    display: block;
    flex: 0 1 auto;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: unset;
    -webkit-box-align: center;
    align-items: center;
    align-self: unset;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border-width: 0px;
    border-color: rgb(41, 43, 50);
    width: 100%;
}

.gchKkl {
    color: rgb(41, 43, 50);
    /* font-family: museo-regular, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    overflow-wrap: break-word;
    word-break: break-word;
    text-decoration: initial;
    text-align: initial;
    vertical-align: initial;
    font-style: initial;
    white-space: initial;
    margin: 0px;
    padding: 0px;
}

p:first-child {
    margin-top: 0;
}

.task-list .task-img-block p {
    padding: 2px 14px;
}

.dTIQAj {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: unset;
    -webkit-box-align: center;
    align-items: center;
    align-self: unset;
    margin: 0px 0px 0px 12px;
    padding: 0px;
    border-radius: 0px;
    border-width: 0px;
    border-color: rgb(41, 43, 50);
    min-height: 40px;
}

.bFWszt {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: unset;
    -webkit-box-align: center;
    align-items: center;
    align-self: unset;
    margin: 0px;
    background-color: rgb(246, 248, 253);
    border-width: 0px;
    border-color: rgb(41, 43, 50);
    position: relative;
}

.gchKkl > a {
    color: rgb(41, 43, 50);
}



.bottom_header .other-filter {
    background: white;
    box-shadow: rgb(42 44 45 / 20%) 0px 5px 6px;
    box-sizing: border-box;
    animation: 0.15s ease-out 0s 1 normal none running fade-in-from-below;
    border-color: rgb(187, 194, 220);
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    max-height: calc(90vh - 100px);
    overflow-y: auto;
    width: max-content;
    max-width: 345px;
    min-width: 345px;
    position: absolute;
    z-index: 9999;
    right: 0;
    padding: 16px;
    display: none;
}

.bottom_header .other-filter > h6 {
    margin-top: 8px;
    margin-bottom: 16px;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 12px;
    font-weight: initial;
    letter-spacing: 0.25px;
    color: rgb(84, 90, 119);
}

.bottom_header .other-filter .switches {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(231, 235, 251);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.bottom_header .other-filter .switches .text {
    padding-right: 20px;
}

.bottom_header .other-filter .switches h5 {
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgb(41, 43, 50);
}

.bottom_header .other-filter .switches h6 {
    font-size: 12px;
    font-weight: initial;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: rgb(84, 90, 119);
}

.bottom_header .other-filter .switches input {
    height: 26px;
    width: 50px;
}

.bottom_header .other-filter .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom_header .other-filter .btns button:last-child {
    width: 112px;
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    background-color: #671fd8;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 2px;
    border-style: solid;
    border-radius: 160px;
    color: rgb(255, 255, 255);
    padding: 4px 16px;
}

.bottom_header .other-filter .btns button:first-child {
    color: rgb(84, 90, 119);
    background: transparent;
    opacity: 1;
    transition: opacity 0.1s ease 0s;
    font-size: 14px;
    letter-spacing: 0.4px;
    padding-left: 6px;
    border: 0;
    outline: none;
}
.remotely {
    background: white;
    box-shadow: rgb(42 44 45 / 20%) 0px 5px 6px;
    box-sizing: border-box;
    animation: 0.15s ease-out 0s 1 normal none running fade-in-from-below;
    border-color: rgb(187, 194, 220);
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    max-height: calc(90vh - 100px);
    overflow-y: auto;
    width: max-content;
    max-width: 345px;
    min-width: 345px;
    position: absolute;
    z-index: 9999;
    right: 0;
    padding: 16px;
    display: none;
}

.remotely h6 {
    color: rgb(84, 90, 119);
    /* font-family: museo-regular, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-size: 12px;
    font-weight: initial;
    letter-spacing: 0.25px;
    margin-top: 24px;
    margin-bottom: 16px;
    text-transform: uppercase;
    line-height: 16px;
}

.remotely h6:first-child {
    margin-top: 0px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
    display: inline;
    margin-left: 0px;
    padding-left: 0px;
    height: 15px;
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=radio]+label {
    margin-left: 0px!important;
    position: inherit;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    height: 40px!important;
    line-height: 18px!important;
    border: 1px solid #e7ebfb;
    border-radius: 4px;
    color: #671fd8;
    font-weight: 600;
    background-color: #fff;
    padding: 10px 20px;
}

input[type=radio]+label:before {
    background: #fff;
    border: 1px solid #bbc2dc;
    border-radius: 50%;
    box-shadow: inset 0 1px 2px 0 rgb(192 192 192 / 50%);
    content: "";
    display: inline-block;
    height: 16px;
    left: -25px;
    margin-right: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 16px;
}
input[type=radio]+label:before {
    visibility: hidden;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #671fd8;
    color: white;
    border: 1px solid #e7ebfb;
}


.remotely .autocomplete input {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(41, 43, 50);
    border-radius: 4px;
    /* font-family: museo-regular, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    box-shadow: none;
    border-color: rgb(187, 194, 220);
    border-width: 1px;
    border-style: solid;
    min-height: 48px;
}
.remotely .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.remotely .btns button:last-child {
    width: 112px;
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    background-color: #671fd8;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 2px;
    border-style: solid;
    border-radius: 160px;
    color: rgb(255, 255, 255);
    padding: 4px 16px;
}

.remotely .btns button:first-child {
    color: rgb(84, 90, 119);
    background: transparent;
    opacity: 1;
    transition: opacity 0.1s ease 0s;
    font-size: 14px;
    letter-spacing: 0.4px;
    padding-left: 6px;
    border: 0;
    outline: none;
}

.slidecontainer {
    width: 100%;
}

#myRange {
    min-height: 2px!important;
    padding: 0px!important;
    height: 6px!important;
    border-radius: 12px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    background: #f6f8fd;
    border: 1px solid #bbc2dc;
    display: block;
    width: 100%;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 50px;
    border: 3px solid #671fd8;
}

.slidecontainer {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}





input[type='range'] {
    width: 210px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
      outline: none;
  }
  input[type='range'],
  input[type='range']::-webkit-slider-runnable-track,
  input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
      background: none;
  }
  input[type='range']::-webkit-slider-runnable-track {
    width: 200px;
    height: 1px;
    background: #003D7C;
  }
  
  input[type='range']:nth-child(2)::-webkit-slider-runnable-track{
    background: none;
  }
  
  input[type='range']::-webkit-slider-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    background: #fff;
    border: 1px solid #003D7C;
    border-radius: 25px;
    z-index: 1;
  }
  
  
  input[type='range']:nth-child(1)::-webkit-slider-thumb{
    z-index: 2;
  }
  
  .rangeslider{
      position: relative;
      height: 60px;
      width: 210px;
      display: inline-block;
      margin-top: -5px;
      margin-left: 20px;
  }
  .rangeslider input{
      position: absolute;
  }
  .rangeslider{
      position: absolute;
  }
  
  .rangeslider span{
      position: absolute;
      margin-top: 30px;
      left: 0;
  }
  
  .rangeslider .right{
     position: relative;
     float: right;
     margin-right: -5px;
  }
  
  
  [slider] {
    width: 300px;
    position: relative;
    height: 5px;
    margin: 45px 0 10px 0;
  }
  
  [slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 5px;
  }
  [slider] > div > [inverse-left] {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
  }
  
  [slider] > div > [inverse-right] {
    position: absolute;
    right: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
  }
  
  
  [slider] > div > [range] {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 14px;
    background-color: #671fd8;
  }
  
  [slider] > div > [thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 20px;
    width: 20px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
  }
  
  [slider] > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    opacity: 0;
  }
  
  div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
  }
  
  div[slider] > input[type=range]:focus {
    outline: none;
  }
  
  div[slider] > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background:#671fd8;
    -webkit-appearance: none;
  }
  
  div[slider] > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
  }
  
  div[slider] > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
  }
  
  div[slider] > input[type=range]::-ms-tooltip {
    display: none;
  }
  
  [slider] > div > [sign] {
    /* opacity: 0; */
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index:3;
    background-color: #671fd8;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  
  [slider] > div > [sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #671fd8;
  }
  
  [slider] > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
  }
  
  [slider]:hover > div > [sign] {
    opacity: 1;
  }

  .task-menu__flyout-anchor .price {
    background: white;
    box-shadow: rgb(42 44 45 / 20%) 0px 5px 6px;
    box-sizing: border-box;
    animation: 0.15s ease-out 0s 1 normal none running fade-in-from-below;
    border-color: rgb(187, 194, 220);
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    max-height: calc(90vh - 100px);
    overflow-y: auto;
    width: max-content;
    max-width: 345px;
    min-width: 345px;
    position: absolute;
    z-index: 9999;
    right: 0;
    padding: 16px;
    display: none;
}

.task-menu__flyout-anchor .price h6 {
    margin-bottom: 16px;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 12px;
    font-weight: initial;
    letter-spacing: 0.25px;
    color: rgb(84, 90, 119);
}

.task-menu__flyout-anchor .price .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.task-menu__flyout-anchor .price .btns button:first-child {
    color: rgb(84, 90, 119);
    background: transparent;
    opacity: 1;
    transition: opacity 0.1s ease 0s;
    font-size: 14px;
    letter-spacing: 0.4px;
    padding-left: 6px;
    border: 0;
    outline: none;
}

.task-menu__flyout-anchor .price .btns button:last-child {
    width: 112px;
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    background-color: #671fd8;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 2px;
    border-style: solid;
    border-radius: 160px;
    color: rgb(255, 255, 255);
    padding: 4px 16px;
}

.task-menu__flyout-anchor .commn {
    top: 140%;
}


.task-menu__flyout-anchor .categories_wrapper {
    background: white;
    box-shadow: rgb(42 44 45 / 20%) 0px 5px 6px;
    box-sizing: border-box;
    animation: 0.15s ease-out 0s 1 normal none running fade-in-from-below;
    border-color: rgb(187, 194, 220);
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    max-height: calc(90vh - 100px);
    overflow-y: auto;
    width: max-content;
    max-width: 700px;
    min-width: 700px;
    position: absolute;
    z-index: 9999;
    right: auto;
    padding: 16px;
    left: 0;
    display: none;
}

.task-menu__flyout-anchor .categories_wrapper h6 {
    margin-bottom: 16px;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 12px;
    font-weight: initial;
    letter-spacing: 0.25px;
}

.task-menu__flyout-anchor .categories_wrapper a {
    margin: 0px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #671fd8;
    /* font-family: museo-regular, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-decoration: none;
    margin-bottom: 16px;
}

.task-menu__flyout-anchor .categories_wrapper .cat_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.task-menu__flyout-anchor .categories_wrapper .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(246, 248, 253);
}

.task-menu__flyout-anchor .categories_wrapper .btns button:first-child {
    color: rgb(84, 90, 119);
    background: transparent;
    opacity: 1;
    transition: opacity 0.1s ease 0s;
    font-size: 14px;
    letter-spacing: 0.4px;
    padding-left: 6px;
    border: 0;
    outline: none;
}

.task-menu__flyout-anchor .categories_wrapper .btns button:last-child {
    width: 112px;
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    background-color: #671fd8;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 2px;
    border-style: solid;
    border-radius: 160px;
    color: rgb(255, 255, 255);
    padding: 4px 16px;
}

.task-menu__flyout-anchor .categories_wrapper .categories input {
    width: 20px;
    height: 20px;
}

.task-menu__flyout-anchor .categories_wrapper .categories label {
    position: relative;
    top: 4px;
    margin-left: 6px;
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgb(41, 43, 50);
}

.task-menu__flyout-anchor .categories_wrapper .categories {
    display: flex;
    justify-content: space-between;
    max-height: 300px;
    overflow-y: auto;
}

.task-menu__flyout-anchor .categories_wrapper .categories > div {
    flex: 1;
    padding: 0 15px;
}

.task-menu__flyout-anchor .categories_wrapper .form-check {
    margin-bottom: 20px;
}


.price-filter-inner input#Range {
    width: 100%;
}

input[type='range']::-webkit-slider-runnable-track {
    height: 3px;
    background-color: #671fd8;
}

.product_filter p#amount {
    display: inline-block;
    margin-right: 4px;
}
body.cat-open:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
}

.bottom_header {
    position: relative;
    z-index: 9;
    background: #fff;
        margin-top: 58px;
    
}

.header_bottom_inner {
    padding: 0 15px;
}

/* End Bottom Header */

.right.mobile {
    display: none;
}

.reply-msg {
    margin: 20px 0;
    position: relative;
    display: none;
}

.reply-msg textarea {
    border: 1px solid #bbc2dc;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px 0 hsl(0deg 0% 75% / 50%);
    box-sizing: border-box;
    padding: 8px 8px 40px;
    position: relative;
    transition: box-shadow .2s ease;
    vertical-align: top;
    width: 100%;
    outline: none;
}

.reply-msg .file {
    display: flex;
    align-items: center;
    position: relative;
    top: -35px;
    padding-right: 15px;
}

.reply-msg .file .file-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.reply-msg .file .file-icon-wrapper span.right {
    margin-left: auto;
    display: block;
}

.reply-msg .file .file-icon-wrapper span.right button.rep_btn {
    color: rgb(187, 194, 220);
    font-weight: 700;
    margin-left: 20px;
    border: 0;
    outline: none;
    background-color: white;
}

.reply-msg .file .file-icon-wrapper span.right span.count {
    color: #bbc2dc;
    font-size: 13px;
}

.reply-msg .file .file-icon-wrapper .icon {
    display: inline-block;
    width: auto;
}

.reply-msg .file .file-icon-wrapper .icon svg {
    fill: #671fd8;
    cursor: pointer;
}

.reply-msg .file input[type="file"] {
    width: 20px;
    opacity: 0;
    position: relative;
    left: 20px;
    cursor: pointer;
}

.reply-msg textarea:focus {
    border-color: #671fd8;
}



div#iamge_modal h5#exampleModalLabel {
    font-size: 14px;
    word-break: break-all;
}

div#iamge_modal .Iamge_modal_img img {
    width: 100%;
}

div#iamge_modal .modal-footer {
    justify-content: center;
}

div#iamge_modal .modal-footer button {
    transition: text-shadow .35s cubic-bezier(.615,.19,.305,.91),border .35s cubic-bezier(.615,.19,.305,.91),background-color .35s cubic-bezier(.615,.19,.305,.91);
    color: #671fd8;
    background-color: #f6f8fd !important;
    border: 2px solid rgba(41,43,50,.1);
    border-radius: 200px;
    padding: 6px 16px;
    font-size: 14px;
    letter-spacing: .25px;
    display: block;
    margin: 0px auto;
    width: 80%;
}

.map-wap {
    display: flex;
    justify-content: space-between;
}

ul.reply .time-wrapper {
    margin: 10px 0 !important;
}

.category-list-block1.inner-list-block {
    display: none;
}

nav#header {
    box-shadow: none;
    border-bottom: 1px solid rgb(231, 235, 251);
}

input[type=radio]+label:before {
    display: none;
}

input[type=radio]+label:after {
    display: none;
}

input[type=radio]+label {
    margin: 0 !important;
    margin-left: 0!important;

}

/* Profile Page */

.profile-top-sec {
    margin-bottom: 40px;
    position: relative;
}

main.content > div {
    padding: 0 15px;
}

.profile-top-sec .bg_image {
    background-color: #671FD8;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    height: 200px;
    margin: 0 -15px;
    position: relative;
    width: auto;
    background-image: url(../images/header_bg.png);
    background-position: 50% 50%;
}


.profile_about_sec .img {
    width: 138px;
    height: 138px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 50%;
    margin-top: -110px;
    position: relative;
}

.profile_about_sec .img img {
    width: 100%;
    border-radius: 50%;
}

.profile_about_sec {
    display: flex;
    justify-content: space-between;
}

.profile_about_sec .desc h6 {
    font-size: 16px;
    margin-bottom: 4px;
}

.profile_about_sec .left {
    width: 40%;
}

.profile_about_sec .right {
    width: 227px;
}

.profile_about_sec .left .desc {
    color: #545a77;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 20px;
}

.profile_about_sec .left .desc p {
    margin-bottom: 5px;
}
.profile_about_sec .left .desc p span.status {
    width: auto;
    height: auto;
    display: block;
    margin: 0;
    border-radius: 0;
}
.profile_about_sec .left .location {
    margin-bottom: 5px;
}


.tabs ul li {
    width: 50%;
    text-align: center;
}

.tabs ul {
    display: flex;
}

.tabs ul li a {
    border-bottom: 2px solid #e5e5e5;
    cursor: pointer;
    display: block;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
    transition: border-bottom .5s ease-in-out,background-color .5s ease-in-out;
    text-decoration: none;
    font-size: 12px;
    color: #545a77;
}

.tabs ul li.active a {
    border-radius: 0 8px 0 0;
    background-color: #fff;
    border-bottom: 2px solid #008fb4;
    color: #008fb4;
}

.tabs-pane{
    display: none;
}


.profile_about_sec .right .tabs-pane,
.reviews-upper-wrapper .stats-sender {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    text-align: right;
}

.profile_about_sec .right .tabs-pane .bKnoZi,
.reviews-upper-wrapper .stats-sender .bKnoZi {
    -webkit-box-pack: end;
    justify-content: flex-end;
    display: flex;
    margin-bottom: 5px;
}

.profile_about_sec .right .tabs-pane .bKnoZi svg,
.reviews-upper-wrapper .stats-sender .bKnoZi svg {
    fill: rgb(233, 165, 44);
}

.profile_about_sec .right .tabs-pane .kEGABt,
.reviews-upper-wrapper .stats-sender .kEGABt {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
    align-content: unset;
    -webkit-box-align: baseline;
    align-items: baseline;
    align-self: unset;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border-width: 0px;
    border-color: rgb(41, 43, 50);
    font-family: museo-regular, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin: 5px 0;
}

.profile_about_sec .right .tabs-pane .kEGABt .fNvhim,
.reviews-upper-wrapper .stats-sender .kEGABt .fNvhim {
    background-color: rgb(246, 248, 253);
    border-color: rgb(246, 248, 253);
    border-width: 1px;
    border-style: solid;
    border-radius: 96px;
    margin-right: 4px;
}

.profile_about_sec .right .tabs-pane .kEGABt .fNvhim .feKwow,
.reviews-upper-wrapper .stats-sender .kEGABt .fNvhim .feKwow {
    font-family: museo-bold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgb(41, 43, 50);
    padding-left: 4px;
    padding-right: 4px;
}


.profile_about_sec .right .tabs-pane .kEGABt > span.gCZiE,
.reviews-upper-wrapper .stats-sender .kEGABt > span.gCZiE {
    color: rgb(84, 90, 119);
    font-family: museo-regular, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    overflow-wrap: break-word;
    word-break: break-word;
    text-decoration: initial;
    text-align: initial;
    vertical-align: initial;
    font-style: initial;
    white-space: nowrap;
    margin: 0px 4px 0px 0px;
    padding: 0px;
}

.profile_about_sec .right .tabs-pane .kEGABt .cCtTwZ,
.reviews-upper-wrapper .stats-sender .kEGABt .cCtTwZ {
    position: relative;
}

.profile_about_sec .right .tabs-pane .kEGABt .cCtTwZ button,
.reviews-upper-wrapper .stats-sender .kEGABt .cCtTwZ button {
    cursor: pointer;
    display: inline-block;
}

.profile_about_sec .right .tabs-pane .kEGABt .cCtTwZ button svg,
.reviews-upper-wrapper .stats-sender .kEGABt .cCtTwZ button svg {
    fill: rgb(187, 194, 220);
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.profile_about_sec .right .tabs-pane .kEGABt .dudtlX ,
.reviews-upper-wrapper .stats-sender .kEGABt .dudtlX {
    padding: 8px 12px;
    background: rgb(41, 43, 50);
    border-radius: 4px;
    box-sizing: border-box;
    opacity: 0;
    width: max-content;
    position: absolute;
    z-index: 10;
    display: none;
    right: 0;
    transition: all 0.085s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
}

.profile_about_sec .right .tabs-pane .kEGABt .dudtlX span,
.reviews-upper-wrapper .stats-sender .kEGABt .dudtlX span {
    color: rgb(255, 255, 255);
    font-family: museo-regular, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    overflow-wrap: break-word;
    word-break: break-word;
    text-decoration: initial;
    text-align: initial;
    vertical-align: initial;
    font-style: initial;
    white-space: initial;
    margin: 0px;
    padding: 0px;
}

.profile_about_sec .right .tabs-pane .kEGABt .dudtlX span p,
.reviews-upper-wrapper .stats-sender .kEGABt .dudtlX span p {
    margin-top: 0;
    max-width: 150px;
    margin: 0px;
    text-align: left;
}

.profile_about_sec .right .tabs-pane .kEGABt .cCtTwZ:hover .dudtlX,
.reviews-upper-wrapper .stats-sender .kEGABt .cCtTwZ:hover .dudtlX {
    opacity: 1;
    display: block;
}

.tabs-pane.show{
    display: block;
}


.profile-bottom-sec  > div {
    display: inline-block;
}


.profile-bottom-sec {
    display: flex;
}

.profile-bottom-sec .bages-sec {
    width: 25%;
    padding-right: 15px;
}

.profile-bottom-sec .profile-bottom-right {
    width: 75%;
    padding-left: 15px;
}

.profile-bottom-sec .title h6 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    line-height: 1.4;
}

.profile-bottom-sec .bages-sec .content > span {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
}

.profile-bottom-sec .bages-sec ul li {
    margin-bottom: 10px;
    position: relative;
}

.profile-bottom-sec .bages-sec ul li .img {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.profile-bottom-sec .bages-sec ul li .label {
    word-wrap: break-word;
    max-width: calc(100% - 55px);
    display: inline-block;
    color: #545a77;
    font-family: museo_sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

.profile-bottom-sec .bages-sec ul li .label span {
    margin-bottom: 0;
}

.profile-bottom-sec .bages-sec ul li .img img {
    height: 38px;
    width: 38px;
}

.profile-bottom-sec .bages-sec .learnmore a {
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: .25px;
    padding: 6px 16px;
    text-align: center;
    text-shadow: none!important;
    transition: text-shadow .35s cubic-bezier(.615,.19,.305,.91),border .35s cubic-bezier(.615,.19,.305,.91);
    transition: text-shadow .35s cubic-bezier(.615,.19,.305,.91),border .35s cubic-bezier(.615,.19,.305,.91),background-color .35s cubic-bezier(.615,.19,.305,.91);
    color: #008fb4;
    cursor: pointer;
    display: inline-block;
    background-color: #f6f8fd;
    border: 2px solid rgba(41,43,50,.1);
    border-radius: 200px;
    box-sizing: border-box;
    text-decoration: none;
}

.profile-bottom-sec .bages-sec .learnmore a:hover {
    background-color: #fff;
    color: #008fb4;
}


title {
    display: inline-block;
}


.skills-sec-wrapper .skills {
    display: flow-root;
}

.skills-sec-wrapper .skills title {
    display: block;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.skills-sec-wrapper .skills .cols {
    float: left;
    width: 25%;
    margin-bottom: 30px;
}

.skills-sec-wrapper .skills .cols .tag-item {
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    border: none;
    margin: 0 5px 5px 0;
    padding: 4px 10px;
    display: inline-block;
    background-color: #f6f8fd;
    border-radius: 15px;
    display: inline-block;
    font-size: 11px;
    font-style: italic;
}

.attachment-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 100px;
    position: relative;
    width: 100px;
    background-color: #f6f8fd;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #bbc2dc;
    border-radius: 4px;
    background-image: url(../images/portfolio.png);
}

.attachment-item .extension {
    color: #545a77;
    font-weight: 700;
    left: 50%;
    margin-left: -25px;
    margin-top: -10px;
    top: 50%;
    width: 50px;
    display: block;
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
}

.attachment-item .filename {
    display: block;
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    bottom: 0;
    font-size: 10px;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    padding: 0 10px;
}


.attachment-item:hover {
    background-color: #fff;
    border: 1px solid #545a77;
}


.reviews-upper-wrapper .jpixmi {
    padding-top: 4px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.reviews-upper-wrapper .jpixmi select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background: url(../images/caret.svg) no-repeat right 8px top 50% #fff;
    font-family: museo_sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 0 5px;
    min-width: 150px;
    padding: 0 12px;
    width: 140px;
    height: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 1px solid #bbc2dc;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    outline: none;
}


.stats-sender.true.breakdown.bottom {
    position: absolute;
    right: 20px;
    top: -120px;
    padding-left: 8px;
    background-color: rgb(255, 255, 255);
}

.reviews-upper-wrapper {
    position: relative;
    margin-top: 100px;
}

.reviews-upper-wrapper .tabs {
    width: 200px;
}


.reviews-upper-wrapper .tabs-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.reviews-upper-wrapper .tabs-content-wrapper .item {
    width: 45%;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
}

.reviews-upper-wrapper .tabs-content-wrapper .item img {
   
    border-color: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(187, 194, 220);
    width: 58px;
    height: 58px;
    object-fit: cover;
    font-size: 12px;
    font-weight: initial;
    line-height: 16px;
    letter-spacing: 0.25px;
    text-align: center;
    margin-right: 16px;
    padding: 3px;
}
.reviews-upper-wrapper .tabs-content-wrapper .item .text a {
    all: unset;
    box-sizing: border-box;
    -webkit-text-fill-color: currentcolor;
    overflow-wrap: break-word;
    word-break: break-word;
    cursor: pointer;
    color: rgb(0, 143, 180);
    font-family: museo-bold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: initial;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.reviews-upper-wrapper .tabs-content-wrapper .item .text .lnfldP {
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    flex-wrap: wrap;
    margin-top: 4px;
    display: inline-block;
}

.reviews-upper-wrapper .tabs-content-wrapper .item .text .lnfldP svg {
    fill: rgb(233, 165, 44);
    cursor: pointer;
}

.reviews-upper-wrapper .tabs-content-wrapper .item .text .lnfldP + p {
    display: inline-block;
    color: rgb(41, 43, 50);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    overflow-wrap: break-word;
    word-break: break-word;
    text-decoration: initial;
    text-align: initial;
    vertical-align: initial;
    font-style: initial;
    white-space: initial;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
.reviews-upper-wrapper .tabs-content-wrapper .item .text .lnfldP + p + p {
    font-size: 14px;
    font-weight: initial;
    line-height: 20px;
    letter-spacing: 0.25px;
    overflow-wrap: break-word;
    color: rgb(84, 90, 119);
}

.reviews-upper-wrapper .tabs-content-wrapper .item .text .lnfldP + p + p + .UserReview {
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    flex-wrap: wrap;
    margin-top: 4px;
}

.reviews-upper-wrapper .tabs-content-wrapper .item .text .lnfldP + p + p + .UserReview p {
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 11px;
}


.skills-sec-wrapper {
    margin-bottom: 40px;
}

.portfolio {
    margin-bottom: 40px;
}

.tabs {
    margin-bottom: 20px;
}
/* End Profile Page */

/* Miscellaneous */
.task-menu__scrollable > .right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.bottom_header {
    margin: 0;
}
img.navbar-brand-image {
    height: auto;
    width: 30px;
}
#nofifications .notification {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #cccccc75;
}

div#nofifications {
    width: 300px;
    z-index: 9999;
}

#nofifications .notification .img {
    width: 40px;
    margin-right: 10px;
}

#nofifications .notification .img img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

#nofifications .notification p {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}

#nofifications .notification h6 {
    font-size: 13px;
    margin: 0;
}

#nofifications .notification span {
    font-size: 12px;
    color: #808080c2;
}
#nofifications .notification h6 {
    font-size: 13px;
    margin: 0;
    color: #000000cf;
}
main.content {
    background: #fff;
        margin: 50px 0;
}

main.content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

main.content button {
    outline: none;
    border: 0;
}
#nofifications .show_all {
    text-align: right;
}
#nofifications .notification:nth-child(4) {
    border: 0;
}
.about h6 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    line-height: 1.4;
}

main.content .about {
    margin-bottom: 30px;
}

.content-upper-wrapper {
    width: 100%;
    padding: 0;
    box-shadow: none;
    background-image: none;
    position: relative;
    margin: 50px 0;
}

.content-upper-wrapper:before {
    content: none;
}

.chatUi {
    display: flex;
}

aside ul::-webkit-scrollbar,
#chat::-webkit-scrollbar {
    width: 5px;
}

.contanet-wrapper {
    background: #fff;
    width: 100%;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #cccccc52;
}

aside {
    width: 25%;
    height: 770px;
    background-color: #fff;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

main.chat_main {
    width: 75%;
    height: 770px;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

aside .aside_header {
    padding: 15px 5px 15px 5px;
    background: transparent;
    box-shadow: none;
}

aside input::placeholder {
    color: #fff;
}

aside ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: scroll;
    height: 690px;
}

aside li {
    padding: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
}

aside li:hover {
    cursor: pointer;
    background: #f7f7f7;
}

aside li div.date {
    display: none;
}

h2,
h3 {
    margin: 0;
}

aside li img {
    border-radius: 50%;
    margin-right: 8px;
    width: 50px;
    height: 50px;
}

aside li div {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

aside li h2 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}

aside li h3 {
    font-size: 12px;
    color: #7e818a;
    font-weight: normal;
}

.status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.green {
    background-color: #e5e5e5;
}

.orange {
    background-color: #671fd8;
}

.blue {
    background-color: #671fd8;
    margin-right: 0;
    margin-left: 7px;
}

main .main_header {
    padding: 5px 20px 10px 20px;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
}

main .main_header>* {
    display: inline-block;
    vertical-align: top;
}

main .main_header>a.back {
    display: none;
}

main .main_header img:first-of-type {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

main .main_header img:last-child {
    width: 24px;
    margin-top: 8px;
}

main .main_header div {
    margin-left: 10px;
    display: block;
    width: 100%;
}

main .main_header h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

#chat .entete h2 {
    display: none;
}

main .main_header h3 {
    font-size: 14px;
    font-weight: normal;
    color: #7e818a;
}

#chat {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: scroll;
    height: 620px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    /* background: #f7f7f7; */
}

#chat li {
    padding: 10px 30px;
    width: 50%;
    float: left;
    clear: both;
}

#chat li.me {
    float: right;
}

#chat:before,
#chat:after {
    display: block;
    content: "";
    clear: both;
}

#chat h2,
#chat h3 {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}

#chat h3 {
    color: #bbb;
}

#chat .entete {
    margin-bottom: 5px;
}

#chat .message {
    padding: 10px 20px;
    color: #fff;
    line-height: 1.2;
    max-width: 90%;
    display: inline-block;
    text-align: left;
    border-radius: 5px;
}

#chat .me {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

#chat .you .message {
    background-color: #dbdbdbb8;
    color: #000;
}

#chat .me .message {
    background: #671fd8;
}

#chat .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
}

#chat .you .triangle {
    border-color: transparent transparent #e5e5e5 transparent;
    margin-left: 15px;

}

#chat .me .triangle {
    border-color: transparent transparent #671fd8 transparent;
    transform: rotate(2deg);
    position: relative;
    right: 15px;
    top: 1px;
}

main footer {
    background: transparent;
    display: flex;
    margin-top: 10px;
    align-items: center;
    padding-right: 10px;
}

main footer input::placeholder {
    color: #ddd;
}

main footer img {
    height: 30px;
    cursor: pointer;
    width: auto;
}

main footer a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #6fbced;
    vertical-align: top;
    margin-left: 333px;
    margin-top: 5px;
    display: inline-block;
}

aside input.form-control,
main .form-control {
    background-color: #fff;
    border: 1px solid #cccccc54;
    border-radius: 5px;
}

aside input.form-control:hover,
aside input.form-control:focus,
main .form-control:hover,
main .form-control:focus {
    box-shadow: none;
}

.chatUi button {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    background: #671fd8;
    border-color: #671fd8;
    color: #fff;
}

.chatUi button:hover {
    background: #d95555 !important;
    border-color: #d95555;
    box-shadow: none;
}

.chatUi button:hover {
    color: #fff;
}

#chat .message.image {
    position: relative;
    padding-top: 60%;
    max-height: 100%;
    max-width: none;
    width: 80%;
    height: 100%;
    background-color: #e5e5e5;
}

main .main_header h3 span.status.green {
    background: #5ac75a;
}

#chat .message.image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 100%;
    padding: 3px;
}

main .form-control {
    min-height: 60px;
}

main#static-page-content .login-wrapper {
    margin-top: 60px;
    height:auto;
    margin-bottom: 50px;
}

.login-inner .login-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.login-inner .login-logo img {
    width: 100px;
}
 
.page-footer{
    position: fixed;
}

.login-inner .group-inpup {
    display: flex;
    align-items: center;
    border: 1px solid #C5CDD9;
    border-radius: 6px;
    padding: 5px;
    margin: 30px 0 20px;
    min-height: 44px;
}

.login-inner .group-inpup .country img {
    width: 20px;
}

.login-inner .group-inpup input {
    border: 0;
    outline: none;
    margin-left: 15px;
    height: 100%;
    box-shadow: none !important;
    -webkit-appearance: none;
    color: #5c5656;
    font-size: 14px;
    min-height: 23px;
    color: #435863;
    width: auto;
}

.login-inner .group-inpup .country span {
    color: #435863;
}

.login-inner form .login_btn button {
    width: 100%;
    border-radius: 30px;
    padding: 8px 0;
    color: #fff;
    background: #6EB925;;
    transition: all 0.4s ease;
    min-height: 44px;
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
}

.login-inner form .login_btn button a {
    color: #fff;
    text-decoration: none;
}

.login-inner .or {
    margin: 15px 0;
    text-align: center;
    position: relative;
}

.login-inner .or:before {
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    background:#C5CDD9;
    position: relative;
    top: 11px;
}

.login-inner .or span {
    background: #ffff;
    display: inline-block;
    position: relative;
    padding: 0 6px;
}

.login-inner .skip button {
    width: 100%;
    border-radius: 30px;
    padding: 8px 0;
    color:#671fd8;
    background: #F5F7FA;
   border: 1px solid #C5CDD9;
    transition: all 0.4s ease;
    min-height: 44px;
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}

.login-inner .skip p {
    text-align: center;
    font-size: 14px;
    color: #535C80;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
}

.login-inner .skip p a {
    color: #671fd8;
    text-decoration: none;
}

.login-inner .login_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-inner .skip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-inner .login_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}


.login-inner .made-fro {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 62px;
    margin-bottom: 40px;
}

.login-inner .made-fro img {
    width: 25px;
    margin-right: 10px;
}

.login-inner .made-fro span {
    font-weight: bold;
    color: #535C80;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
}
.task-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.task-menu > ul > li {
    margin-right:10px;
    margin-bottom: 8px;
}

.task-menu > ul > li > a {
    background: #f7f7f7;
    border: 1px solid #cccccc42;
    color: #352b2b;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.task-menu > ul > li > a:hover,.task-menu > ul > li > a.active {
    border-color: #671fd8;
    color: #671fd8;
}

#nofifications .show_all {
    display: none;
}

/* Eployer */
.employer_content .banner {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../images/hero-bg.jpg");
    position: relative;
}
.banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(56 105 128 / 70%);
}


.employer_content .banner .banner_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.employer_content .banner h1 {
    color: #fff;
    font-size: 40px;
}
.employer_content .search_inner {
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 30px;
    padding: 2px 20px;
    margin-top: -30px;
    position: relative;
    z-index: 9;
    background: #fff;
    display: flex;
    align-items: center;
}

.employer_content .search_inner input {
    border: 0;
    outline: none;
    padding: 13px 15px;
    width: 100%;
    font-size: 20px;
}

.employer_content .search_inner i {
    font-size: 20px;
    margin-right: 10px;
}
.cats_wrapper {
    margin-top: 50px;
}

.cats_wrapper ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cats_wrapper ul li {
    width: 23%;
    margin: 0 1%;
    margin-bottom: 20px;
}

.cats_wrapper ul li a {
    display: block;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
      border: 1px solid #671fd8;
    border-radius: 10px;
    color: #671fd8;
    transition: all 0.4s ease;
}

.cats_wrapper ul li a.active {
   background:  #671fd8;
    border-radius: 10px;
    color: #fff;
}
.cats_wrapper ul li a.active span {
    color: #fff;
}


.cats_wrapper ul li a:hover {
    background:  #671fd8;
    border-radius: 10px;
    color: #fff;
}


.cats_wrapper ul li a:hover span {
    color: #fff;
}

.cats_wrapper ul li a span {
    display: inline-block;
    margin-top: 10px;
    color: #671fd8;
    font-size: 18px;
}

.cats_wrapper ul li a img {
    width: 80px;
    filter: invert(1);
}
.title h2 {
    margin-bottom: 30px;
    padding: 0 10px;
    color: #671fd8;
    font-size: 24px;
}
.essentail_services ul li a img,
.movine_new_house ul li a img {
    filter: none;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

/* End Eployer */

/* Book Handyman */
.book_handyman {
    margin: 50px 0;
    padding: 0 20px;
    min-height: calc(100vh - 260px);
}

.handyman_inner {
    max-width: 700px;
    margin: 0 auto;
}

.handyman_inner .budget ul {
    border: 0;
    margin-bottom: 10px;
    justify-content: center;
}

.handyman_inner .budget ul li a {
    background: #f7f7f7;
    border: 1px solid #cccccc42;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 16px;
    transition: all 0.3s ease;
    color: #334155;
    background-color: #f8fafc;
    border-color: #cbd5e180;
    margin: 0;
    height: auto;
    overflow: initial;
}

.handyman_inner .budget ul li:first-child a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.handyman_inner .budget ul li:last-child a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.handyman_inner .budget ul li a.active {
    background: #671fd8;
    color: #fff;
}
.tab-pan {
    display: none;
}
.estimates_budget {
    text-align: center;
}

.estimates_budget p {
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
}

.estimates_budget {
    margin-top: 50px;
}
.handyman_inner .budget {
    margin: 50px 0;
}
.handyman_inner .upload {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #671fd8;
    padding: 6px 10px;
    position: relative;
}

.handyman_inner .upload input#file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.handyman_inner .upload label {
    cursor: pointer;
    color: #671fd8;
    font-size: 15px;
}
.handyman_inner .upload i {
    color: #671fd8;
}

.handyman_inner h1 {
    text-align: center;
    margin-bottom: 60px;
}
.handyman_inner .btnn {
    text-align: center;
}

.handyman_inner .btnn button {
    border-radius: 20px;
    border: 0;
    color: #fff;
    background: #671fd8;
    font-size: 16px;
    padding: 8px 30px;
}

#msform fieldset:first-of-type>div+input {
    float: right;
}

#msform fieldset>div~input.right {
    float: right;
}

#msform fieldset:last-child .action-button-previous {
    padding: 6px 12px;
    margin-top: -50px;
    margin-right: 100px;
    display: block;
}

#msform fieldset:last-child>.form-card>div.mb-3.btn button {
    font-weight: bold;
}

#msform fieldset {
    background: transparent;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}
ul#progressbar {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

ul#progressbar li {
    background: #f7f7f7;
    border: 1px solid #cccccc42;
    padding: 5px 25px;
    /* display: inline-block; */
    border-radius: 16px;
    transition: all 0.3s ease;
    color: #334155;
    background-color: #f8fafc;
    border-color: #cbd5e138;
    margin: 0;
    height: auto;
    overflow: initial;
}

ul#progressbar li#account {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

ul#progressbar li#personal {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

ul#progressbar li#payment {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
input[type="button"] {
    border-radius: 20px;
    border: 0;
    color: #fff;
    background: #671fd8;
    font-size: 16px;
    padding: 8px 30px;
}

#msform fieldset .mb-3.btnn{
    text-align: right;
}

#msform fieldset .mb-3 button.btn-danger {
    border-radius: 20px;
    border: 0;
    color: #fff;
    background: #671fd8;
    font-size: 16px;
    padding: 8px 30px;
}
#msform fieldset .mb-3 button.btn-danger a {
    color: #fff;
}
ul#progressbar li.active {
    background: #671fd8;
    color: #fff;
}
/* End Bookhandyman */

/* Wizard Modal */
div#modal-large form#msform input[type="text"] {
    min-height: 200px;
    border-radius: 10px;
    text-align: center;
    color: #000;
    font-size: 50px;
    margin-bottom: 20px;
}

div#modal-large form#msform p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    margin-bottom: 5px;
}
div#modal-large form#msform fieldset.two input[type="text"] {
    min-height: auto;
    font-size: 16px;
    text-align: left;
    padding-bottom: 110px;
}

div#modal-large a {
    color: #671fd8;
}
.profile_rate_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile_rate_wrapper .img {
    width: 80px;
    margin-right: 15px;
}

.profile_rate_wrapper .img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.profile_rate_wrapper h5 {
    font-size: 17px;
}

.profile_rate_wrapper .stars ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 8px;
}

.profile_rate_wrapper .stars ul li {
    margin-right: 4px;
}

div#modal-large .total ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#modal-large .total > p:first-child {
    text-align: center !important;
    display: block !important;
    margin-top: 35px;
    color: #000;
}

div#modal-large .total > h4 {
    text-align: center;
    color: #000;
    font-size: 35px;
}

div#modal-large .total ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    border-bottom: 1px solid #cccccc2e;
    padding-bottom: 10px;
}

div#modal-large .total p {
    display: block !important;
    color: #000;
    font-size: 14px !important;
}

/* End Wizard Modal */

/* End Miscellaneous */

@media(max-width:1200px) {
    .task-list p {
        font-size: 13px;
    }

    .task-content-inner .right .budget h3 {
        font-size: 20px;
    }

    .task-content-inner .right {
        width: 30%;
    }

    .task-content-inner {
        padding-right: 15px;
    }

    .task-content-inner .right .budget button {
        padding: 6px 15px;
        font-size: 12px;
    }

    .task-content-inner .right .budget {
        padding: 15px 5px;
    }

    .tsks-wrapper .task-content .left .tabs-wrapper button {
        padding: 6px 15px;
        margin-left: 5px;
    }

    .tsks-wrapper .task-content .left .tabs-wrapper button {
        padding: 6px 15px;
        margin-left: 5px;
    }

    .layout_vertical .page-body>.container-xl {
        padding-left: 15px;
        padding-right: 15px;
    }

    a.btn-new-tasks {
        left: 27vw;
    }

    .task-page-wrapper {
        padding: 0 15px;
    }
}

@media(min-width:992px) {
    .navbar-vertical.navbar-expand-lg {
        box-shadow: 2px 7px 5px rgb(0 0 0 / 30%);
    }
}

@media(max-width:991px) {
    .navbar-toggler {
        display: block;
    }

    header .logo p {
        display: none;
    }

    .navbar-vertical.navbar-expand-lg {
        top: 0;
    }

    a.btn-new-tasks {
        left: 5vw;
    }

    .sort {
        margin-top: -48px;
        position: relative;
        z-index: 9;
    }

    .container-fluid>.navbar-collapse {
        margin: 0 !important;
    }

    .sort {
        padding: 0 10px;
    }

    .task-img-block {
        text-align: right;
    }

    .tsks-wrapper .taks-row {
        width: 300px;
    }
    .task-menu__flyout-anchor .categories_wrapper {
        width: auto;
        max-width: none;
        min-width: 450px;
    }
    .pill {
        padding: 0 8px 0 6px;
    }
    .grid__column--span-8 {
        width: 100%;
        margin: 0;
    }

    .home-things .home-things-group-container {
        margin: 0;
    }

    .fezpdI .DesktopNavbar__LogoWrapper-dkhgf1-0 {
        padding-right: 0;
    }
    .fezpdI .DesktopNavbar__NavLink-dkhgf1-4 {
        margin-right: 10px;
    }

    .kKbIOq>*:not(:last-child) {
        margin-right: 10px;
    }

    .fezpdI .DesktopNavbar__NavLink-dkhgf1-4:last-child {
        margin-right: 0;
    }
    .cJTWpI {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }

    .cjXhfp {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .cats_wrapper ul li {
        width: 31%;
    }
}


@media(max-width:767px) {
    .tsks-wrapper .inner {
        flex-direction: column;
    }

    .tsks-wrapper .inner>div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .tsks-wrapper .task-content {
        display: none;
    }

    .tsks-wrapper.active .taks-row {
        display: none;
    }

    .tsks-wrapper.active .task-content {
        display: block;
    }

    .task-content-inner {
        flex-direction: column-reverse;
        padding-right: 0;
    }

    .task-content-inner>div {
        width: 100% !important;
    }

    .tsks-wrapper .task-content .offers .time-wrapper ul {
        right: 0;
        top: -100px;
    }

    .tsks-wrapper .task-content ul.commetns>li .time-wrapper {
        width: 100%;
    }

    .tsks-wrapper .task-content ul.commetns>li .text-wrapper {
        width: 100%;
    }

    .tsks-wrapper .task-content .offers .time-wrapper ul:before {
        top: auto;
        left: auto;
        bottom: -32px;
        right: 14px;
        transform: rotate(-90deg);
    }

    .tsks-wrapper.active .sort {
        justify-content: space-between;
    }

    .tsks-wrapper.active a#back {
        display: block;
    }

    .task-row-inner::-webkit-scrollbar,
    .task-content-inner::-webkit-scrollbar {
        width: 0;
    }

    .task-content-inner {
        padding-right: 10px;
        padding-left: 10px;
    }

    /* .task-row-inner {
        padding-right: 10px;
        padding-left: 10px;
    } */

    a.btn-new-tasks {
        left: 8vw;
    }

    .task-content-inner.map {
        display: none;
    }

    .task-content-inner.content {
        display: flex;
    }

    .list-inline {
        margin-left: 0 !important;
    }

    .sort p span {
        margin-right: 0;
    }

    .task-page-wrapper {
        padding: 0;
    }

    .task-list {
        margin-right: 0;
    }

    .task-content-inner>.right {
        position: static;
    }

    .task-content-inner>.right select {
        margin-bottom: 15px;
    }

    .task-content-inner .left h2 {
        width: 100%;
    }

    .task-content-inner .left .view-map {
        width: 100%;
    }

    .task-content-inner .left .view-map+ul {
        width: 100%;
    }

    .task-content-inner>.left .right.mobile {
        display: block;
        width: 100%;
    }
    
    .task-content-inner>.left .right.mobile select {
        width: 100%;
        height: 37px;
        background-color: hsla(0,0%,100%,.6);
        border: 1px solid #bbc2dc;
        border-radius: 4px;
        margin-top: 10px;
    }

    .task-page-wrapper {
        padding: 0;
        margin-top: 10px;
    }
    .tsks-wrapper.active .task-content-inner.content {
        padding-right: 20px;
        padding-left: 20px;
    }
    .task-content-inner .right .budget button {
        width: 97%;
    }
    .task-content-inner .right .budget button {
        padding: 8px 15px;
        font-size: 16px;
    }

    .task-content-inner>.left .right.mobile select {
        color: #292b32;
        outline: none;
    }

    .task-content-inner>.left .right.mobile > p {
        font-size: 13px;
        color: #bbc2dc;
        cursor: pointer;
        margin-top: 15px;
        text-align: center;
        display: none;
    }
    
    .task-content-inner>.left .right.mobile > p i {
        margin-right: 10px;
    }
    
    .padder.center {
        margin-bottom: 30px;
    }
    .handyman ul li img {
        width: 42px;
        height: 42px;
        max-width: none;
    }
    .tsks-wrapper .task-content ul.commetns>li .img-wrapper {
        margin-right: 10px;
    }
    .right.mobile {
        display: flex;
    }

.reply-msg .file {
    padding-right: 0;
}

.reply-msg .file .file-icon-wrapper span.right button.rep_btn {
    margin-left: 0;
    margin-right: 10px;
}

.reply-msg .file .file-icon-wrapper span.right {
    width: auto;
}
.task-list p {
    font-size: 17px;
}
.task-list p {
    font-size: 18px;
    word-break: break-word;
}

.task-img-block p b {
    font-size: 20px;
    font-weight: 500;
}
.map-wap > div {
    flex: 1;
}

.map-wap > div.view-map {
    text-align: right;
}
.task-page-wrapper .container-xl {
    padding: 0;
}
.task-menu__flyout-anchor .commn {
    min-width: 100%;
    width: 100%;
    left: 0;
    top: 100%;
}

.task-menu__flyout-anchor {
    position: static;
}

/* Profile */
.profile-bottom-sec {
    flex-direction: column;
}

.profile-bottom-sec .bages-sec {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
}

.profile-bottom-sec .profile-bottom-right {
    width: 100%;
    padding-left: 0;
}
.skills-sec-wrapper .skills .cols {
    width: 50%;
    margin-bottom: 40px;
}
.reviews-upper-wrapper .tabs-content-wrapper .item img {
    width: 50px;
    height: 50px;
}

.reviews-upper-wrapper .tabs-content-wrapper .item .text a {
    font-size: 13px;
}

.reviews-upper-wrapper .tabs-content-wrapper .item .text .lnfldP + p + p {
    font-size: 13px;
}

.profile_about_sec .img {
    width: 100px;
    height: 100px;
    margin-top: -60px;
}
/* End Profile */

/* Chat */
#chat li {
    width: 100%;
    padding: 10px 15px;
}

aside {
    width: 100%;
}

.chatUi {
    display: block;
}

main.chat_main {
    width: 100%;
    display: none;
}

main .main_header {
    padding-left: 10px;
}

aside li div.date {
    display: inline-block;
    margin-left: auto;
    font-size: 12px;
}

aside li {
    display: flex;
}

.chatUi.active main {
    display: block;
}

.chatUi.active aside {
    display: none;
}

main .main_header>a.back {
    display: block;
    color: #671fd8;
    margin-right: 15px;
    font-size: 25px;
}

main footer {
    padding-left: 10px;
}

#chat .message {
    padding: 6px 15px;
    font-size: 14px;
}
main.content {
    display: block;
}
/* End Chat */
.navbar-nav .nav-item {
    display: flex !important;
}
.task-content-inner>.right {
    display: none;
}
.task-menu > ul {
    justify-content: flex-start;
}
.task-menu > ul > li {
    margin-right: 7px;
    margin-bottom: 8px;
}
.cats_wrapper ul li {
    width: 48%;
}

.employer_content .banner h1 {
    text-align: center;
    font-size: 30px;
    padding: 0 15px;
}

.employer_content .banner {
    height: 300px;
}

.employer_content .search_inner input {
    font-size: 16px;
    padding: 10px 15px;
}

.employer_content .search_inner i {
    font-size: 16px;
    margin-right: 0;
}

.employer_content .search_inner {
    padding: 0px 20px;
    max-width: 100%;
    width: 90%;
    margin-top: -20px;
}

.cats_wrapper {
    margin-top: 35px;
}

.title h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.cats_wrapper ul li a img {
    width: 50px;
}

.cats_wrapper ul li a span {
    font-size: 14px;
    text-align: center;
}

.cats_wrapper ul li a {
    min-height: 140px;
}

.essentail_services ul li a img, .movine_new_house ul li a img {
    width: 100px;
}
main .form-control {
    min-height: 40px;
}

main.chat_main {
    height: 745px;
}

aside {
    height: 745px;
}
}

@media(min-width:601px) {
    .sort p {
        position: relative;
        top: 15px;
    }
}

@media(max-width:600px) {
    .sort {
        margin-top: -28px;
    }

    .header-search.mobile {
        display: block;
        margin-top: 20px;
    }

    .header-search.desktop {
        display: none;
    }

    .header-search input {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .sort p {
        margin-bottom: 0;
    }

    .footer {
        padding: 20px 0;
    }
}


@media(max-width:479px) {
    .profiles {
        flex-direction: column;
        align-items: center;
    }

    .profiles>div {
        width: 100%;
    }

    .bottom_details>p {
        font-size: 12px;
    }

    div#transferViaBank .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }

}



@media(max-width:767px){
    .login-inner {
        max-width: 100%;
        min-width: auto;
        width: 100%;
        box-shadow: none;
        border: 0;
    }
    
    .login-inner form .login_btn button {
        width: 100%;
    }
    
    .login-inner .skip button {
        width: 100%;
    }

    main#static-page-content .login-wrapper {
        margin-top: 60px;
        display: block;
    }
    .login-inner .skip p {
        font-size: 12px;
    }
    .login-inner .made-fro span {
        font-size: 12px;
    }
    .login-inner .login-logo {
        display: none;
    }
    .login-inner .made-fro {
        position: fixed;
        bottom: 80px;
        left: calc(50% - 90px);
        margin: 0;
    }
}



@media(max-width:500px){
    .reviews-upper-wrapper .tabs-content-wrapper .item {
        width: 100%;
    }
    .stats-sender.true.breakdown.bottom {
        position: static;
        margin-bottom: 30px;
    }
    .reviews-upper-wrapper .tabs {
        width: 100%;
    }
    .skills-sec-wrapper .skills .cols {
        width: 100%;
    }

    .profile_about_sec .right {
        width: 100%;
    }
    .profile_about_sec .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .profile_about_sec {
        flex-direction: column;
    }
    .profile_about_sec .right .tabs-pane {
        text-align: left;
    }
    
    .profile_about_sec .right .tabs-pane .bKnoZi,
    .profile_about_sec .right .tabs-pane .kEGABt{
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

}


@media(max-width:350px) {
    .logo img {
        width: 120px;
    }
    .reviews-upper-wrapper .tabs-content-wrapper .item {
        flex-direction: column;
    }
}
