* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: border-box;
}
table tr td {
    text-transform: capitalize;
}
body {
    font-family: "Montserrat", sans-serif !important;
    /* font-family: 'Raleway', sans-serif !important; */
}
html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

a {
    color: #f54838;
}
.headerBg {
    background: #f0eff9;
}
.fbBg {
    background: #4267b2 !important;
}
.GglBg {
    background: #34a853 !important;
}
.primaryBg {
    background: #f54838 !important;
}
.bgSuccess {
    background: #00711e !important;
}
.darkBg {
    background: #3d3d3d;
}
.lightGreyBg {
    background: #fafafa;
}
.ms-8 {
    margin-left: 80px;
}
.borderBottom {
    border-bottom: 1px solid #c1c1c1;
}
.borderTop {
    border-top: 1px solid #c1c1c1;
    padding-top: 10px;
}
.w-70 {
    width: 70% !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.mt-10 {
    margin-top: 6rem !important;
}
.fontBold h4 {
    font-weight: bold !important;
}
.w-55 {
    width: 55% !important;
}
/***** Registration Header ******/
.rhSection {
    width: 100%;
    position: relative;
}
.rhSection .rhBackground {
    width: 100%;
    height: 100%;
    position: relative;
}
.rhLogo {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.rhLogo .ant-image {
    top: 5rem;
    /* left: 44%; */
}
.ant-image {
    position: relative;
    display: inline-block;
}
.ant-image-img {
    display: block;
    width: 100%;
    height: auto;
}
.hmLogo {
    cursor: pointer;
}
.custom-navbar {
    border-bottom: 1px solid #a8abb7 !important;
    background: #fff !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding-bottom: 0.5rem;
}
.custom-navbar .navbar-collapse {justify-content: flex-end;
}
.custom-navbar .nav-link {
    color: #3d3d3d !important;
}
/***** Sidebar *****/
.siderLayout {
    position: fixed;
    width: 266px;
    /* height: calc(100% - 140px); */
    height: calc(100% - 122px);
    background: #10054b;
    box-shadow: 0 1px 3px 0 rgba(54, 74, 99, 0.05);
    /* top: 118px; */
    border-radius: 35px;
    padding: 4px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: scale(1, 1);
    transform-origin: left;
    overflow: hidden !important;
    overflow-y: auto !important;
    margin-top: 1.5rem !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.siderLayout ul {
    padding-left: 0;
    margin: 1rem 0;
    z-index: 99;
    overflow: auto;
    overflow-x: hidden;
}
.ant-menu-submenu-arrow,
.ant-menu-submenu-expand-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    color: rgba(0, 0, 0, 0.85);
    transform: translateY(-50%);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.siderLayout ul li {
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    text-align: center;
}
.siderLayout ul li a {
    color: #fff;
    list-style: none;
    padding: 0px 55px !important;
    margin: 15px 0 !important;
    display: flex;
    align-items: center;
    font-size: 16px;
    opacity: 0.8;
    font-weight: 400;
    position: relative;
}
.siderLayout ul li:active {
    border-left: 5px solid #fff;
}

.siderLayout ul li .ant-image {
    margin-right: 10px;
}
.siderLayout ul li.ant-menu-item-selected .ant-menu-title-content {
    color: #fff;
    font-weight: bold;
}
.siderLayout ul li.ant-menu-item-selected:after {
    left: 0 !important;
    right: auto !important;
    border-right: 6px solid #f54838 !important;
}
.siderLayout .ant-menu-inline,
.siderLayout .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,
.ant-menu-item:active,
.ant-menu-submenu-title:active {
    background: transparent !important;
}
.siderLayout .ant-menu-submenu .ant-menu-submenu-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.siderLayout .ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-arrow {
    color: #fff !important;
}
.siderLayout .ant-menu {
    border-right: 0;
}
.siderLayout ul .ant-menu-submenu .ant-menu-sub .ant-menu-item {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 5px !important;
}
.siderLayout ul .ant-menu-item:hover,
.siderLayout ul .ant-menu-submenu .ant-menu-submenu-title:hover {
    color: #fff !important;
}
.siderLayout .ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
    height: 30px;
    line-height: 30px;
}
.supportBtnSec {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 25px;
}
.supportBtnSec .supportBtn {
    padding: 0 25px;
}
.supportBtnSec .ant-image img {
    display: inline;
}
.supportBtnSec .ant-image {
    width: 35%;
}
.supportBtnSec .supportBtn .sprtBtn {
    all: unset;
    border: 2px solid #f54838;
    width: auto;
    border-radius: 50px;
    padding: 10px 35px;
    color: #fff;
    font-weight: 700;
}
.bodyContent {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 86px;
    padding-bottom: 50px;
}
.contentArea {
    margin-top: 45px;
    margin-left: 300px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/***** Card *****/
.tnCard {
    border-radius: 35px !important;
    border: 0 !important;
    box-shadow: 0px 3px 50px 0px rgb(0 0 0 /8%);
    -webkit-box-shadow: 0px 3px 50px 0px rgb(0 0 0 /8%);
    -moz-box-shadow: 0px 3px 50px 0px rgb(0 0 0 /8%);
}
.tnCard .ant-card-body {
    padding: 40px;
}
.socialLogInBtn {
    height: auto !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 13px !important;
    border: 0 !important;
    border-radius: 35px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.primaryBtn {
    height: auto !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 13px !important;
    border: 0 !important;
    border-radius: 35px !important;
    /* display: flex !important;
    justify-content: center !important;
    align-items: center !important; */
}
.pdCstm {
    padding: 13px 40px !important;
}
.tnBtnSec .ant-image {
    margin-right: 15px;
}
.tnBtnSec i {
    font-size: 22px;
    margin-right: 15px;
}
.tnBtnSec .ant-radio-checked .ant-radio-inner,
.tnBtnSec .ant-radio-wrapper:hover .ant-radio,
.tnBtnSec .ant-radio:hover .ant-radio-inner,
.tnBtnSec .ant-radio-input:focus + .ant-radio-inner {
    border-color: #f54838 !important;
}
.tnBtnSec .ant-radio-input:focus + .ant-radio-inner {
    box-shadow: 0 0 0 3px rgb(245 72 56 / 8%);
}
.tnBtnSec .ant-radio-checked .ant-radio-inner::after {
    background-color: #f54838;
}
.tnBtnSec .ant-radio-checked::after {
    border: 1px solid #f54838;
}
.tnBtnSec .ant-radio-wrapper {
    color: #3d3d3d;
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
}
.orText {
    font-size: 14px;
    text-transform: uppercase;
    color: #3d3d3d !important;
    font-weight: 500;
}
.orTextBtm {
    text-transform: none;
}
.orSubText {
    text-transform: none;
    width: 58%;
    font-size: 16px;
    margin: 0 auto;
}
/***** SignUp Form *****/
.signUpCardSection {
    margin-top: -10rem;
    padding-bottom: 3rem;
}
.formControl,
.formControl textarea {
    background: #f2f2f2 !important;
    border-radius: 15px !important;
    height: 48px !important;
    border: 0 !important;
    font-size: 16px;
}
textarea.ant-input.formControl,
.formControl textarea {
    height: auto !important;
    resize: none !important;
}
.customSelect .ant-select-selector {
    background: #f2f2f2 !important;
    border-radius: 15px !important;
    height: 48px !important;
    border: 0 !important;
    font-size: 16px;
}
.customSelect .ant-select-selector .ant-select-selection-item {
    line-height: 50px !important;
}
.customSelect .ant-select-selection-search-input {
    height: 48px !important;
}
.customSelect .ant-select-selection-placeholder {
    line-height: 48px !important;
}
.ant-input-password.formControl input {
    background: #f2f2f2 !important;
}
.signUpForm .ant-form-item {
    margin-bottom: 15px;
}
.signUpForm .ant-form-item-label > label {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    color: #3d3d3d !important;
}
a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
.ant-btn {
    font-size: 14px !important;
}

.ant-form-item-label
    > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
    display: none !important;
}
.formLink,
.formBtm {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: "Montserrat", sans-serif !important;
}
.files .formLink {
    margin-bottom: 0 !important;
    font-weight: 600 !important;
}
/***** Top Section *****/
.topSection {
    width: 100%;
    height: 100%;
    position: relative;
}
.topLeftSection .tlsInner .logoSec {
    padding: 25px 0px;
}
.topLeftSection .tlsInner .leftHeading {
    margin-right: 80px;
}
.topLeftSection .tlsInner .leftHeading h2 {
    /* all: unset; */
    font-size: 36px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif !important;
    line-height: 48px;
    margin-bottom: 0;
    color: #3d3d3d !important;
}
.topLeftSection .tlsInner .leftHeading p {
    /* all: unset; */
    font-size: 18px;
    font-family: "DM Sans", sans-serif !important;
    line-height: 36px;
    margin-bottom: 0;
    color: #3d3d3d !important;
}
.tlsSection .tlsInput {
    width: 270px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 20px;
    border-radius: 6px;
    font-family: "DM Sans", sans-serif !important;
    margin-right: 5px;
    font-weight: 600;
}
.tlsSection .tlsBtn {
    all: unset;
    padding: 20px 5px;
    background: #f54838;
    border: 1px solid #f54838;
    color: #fff;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
}
/***** Timeline Section *****/
.tlDivider {
    width: 1px;
    height: 100%;
    background: #f54838;
    margin: 0 auto;
}
.tmlSection .tlContent h5 {
    font-size: 22px;
    font-family: "DM Sans", sans-serif !important;
    color: #3d3d3d;
    line-height: 30px;
    font-weight: 500;
}
.tmlSection .tlContent p {
    font-size: 20px;
    font-family: "DM Sans", sans-serif !important;
    color: #787878;
    line-height: 34px;
}
.tmlSection .tlContent ul li {
    font-size: 20px;
    font-family: "DM Sans", sans-serif !important;
    color: #787878;
    line-height: 34px;
}
.tlc1:before {
    position: absolute;
    content: "1";
    width: 40px;
    height: 40px;
    left: -8rem;
    background: #fff;
    font-size: 20px;
    font-family: "DM Sans", sans-serif !important;
    color: #3d3d3d;
    box-shadow: 0px 0px 66px 0px rgb(0 0 0 /20%);
    -webkit-box-shadow: 0px 0px 66px 0px rgb(0 0 0 /20%);
    -moz-box-shadow: 0px 0px 66px 0px rgb(0 0 0 /20%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.tlc2:before {
    position: absolute;
    content: "2";
    width: 40px;
    height: 40px;
    right: -8rem;
    background: #fff;
    font-size: 20px;
    font-family: "DM Sans", sans-serif !important;
    color: #3d3d3d;
    box-shadow: 0px 0px 66px 0px rgb(0 0 0 /20%);
    -webkit-box-shadow: 0px 0px 66px 0px rgb(0 0 0 /20%);
    -moz-box-shadow: 0px 0px 66px 0px rgb(0 0 0 /20%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 9;
}
.tlc3:before {
    position: absolute;
    content: "3";
    width: 40px;
    height: 40px;
    left: -8rem;
    background: #fff;
    font-size: 20px;
    font-family: "DM Sans", sans-serif !important;
    color: #3d3d3d;
    box-shadow: 0px 0px 66px 0px rgb(0 0 0 /20%);
    -webkit-box-shadow: 0px 0px 66px 0px rgb(0 0 0 /20%);
    -moz-box-shadow: 0px 0px 66px 0px rgb(0 0 0 /20%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.posRltv img {
    position: relative;
    top: 4rem;
}
.psrltvBtm img {
    position: relative;
    bottom: 4rem;
}
/****** Why Choose Section *****/
.wcnSection {
    width: 100%;
    height: 100%;
    position: relative;
}
.wcnSection .wcnInner {
    padding: 100px 0;
}
.wcnSection .wcnInner .wcnHeading h2 {
    font-size: 40px;
    font-weight: bold;
    color: #3d3d3d;
    text-align: center;
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif !important;
    line-height: 53px;
    letter-spacing: -2px;
}
.wcnSection .wcnInner .wcnHeading h4 {
    width: 75%;
    font-size: 22px;
    font-weight: 200;
    color: #7d7d7d;
    text-align: center;
    margin: 0 auto;
    font-family: "DM Sans", sans-serif !important;
    line-height: 30px;
}
.color78 {
    color: #787878 !important;
}
.wcCard {
    height: 100%;
    border-radius: 8px !important;
    box-shadow: 0px 0px 77px 0px rgb(0 0 0 /6%);
    -webkit-box-shadow: 0px 0px 77px 0px rgb(0 0 0 /6%);
    -moz-box-shadow: 0px 0px 77px 0px rgb(0 0 0 /6%);
}
.wcCard .ant-card-body {
    padding: 30px;
}
.wcCard .wcCardIcon .wcCardIconInner {
    width: 50px;
    height: 50px;
    background: #f54838;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.wcCard .wcCardTitle h5 {
    font-size: 22px;
    font-family: "DM Sans", sans-serif !important;
    color: #3d3d3d;
    font-weight: 200;
    margin-bottom: 0;
}
.wcCard .wcCardDesc p {
    font-size: 16px;
    font-family: "DM Sans", sans-serif !important;
    color: #787878;
    font-weight: 200;
    margin-bottom: 0;
}
/***** Feature Section *****/
.ftrSection {
    width: 100%;
    height: 100%;
    position: relative;
    background: #f54838;
    margin: 50px 0;
}
.ftrContent {
    padding: 100px 0;
    position: relative;
}
.ftrContent .ftrHeading h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: "DM Sans", sans-serif !important;
    color: #fff;
}
.ftrContentList ul {
    padding-left: 0;
}
.ftrContentList ul:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 48.4%;
    top: 20.5%;
    border: 1px solid #f2f2f2;
    border-right: 0;
}
.ftrContentList ul li {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
    padding-bottom: 30px;
    /* border-left: 1px solid #F2F2F2; */
}
.ftrContentList ul li:last-child {
    border-left: 0;
}
.ftrContentList ul li h5 {
    font-size: 22px;
    color: #f2f2f2;
    line-height: 30px;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 500;
    margin-bottom: 0;
}
.ftrContentList ul li p {
    font-size: 18px;
    color: #f2f2f2;
    line-height: 35px;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 200;
    opacity: 0.81;
}
.ftrImage {
    position: absolute;
    z-index: 99;
    top: -15px;
    left: -49rem;
}
.ftrImage .ant-image img {
    width: 83%;
}
.ftrL1:before,
.ftrL2:before,
.ftrL3:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 8px;
    left: 10px;
    background: #f2f2f2;
}
.ftr2:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    top: 12px;
    left: 0px;
    background: #f2f2f2;
}
/****** FAQ Section *****/
.faqSection {
    width: 100%;
    height: 100%;
    position: relative;
}
.faqSection .faqInner {
    padding: 80px 0;
}
.faqSection .faqInner .faqHeading h2 {
    font-size: 40px;
    font-weight: bold;
    color: #3d3d3d;
    text-align: center;
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif !important;
    line-height: 53px;
    letter-spacing: -2px;
}
.faqSection .faqInner .faqHeading h4 {
    width: 75%;
    font-size: 22px;
    font-weight: 200;
    color: #787878;
    text-align: center;
    margin: 0 auto;
    font-family: "DM Sans", sans-serif !important;
    line-height: 30px;
}
.faqSection .faqInner .faqcollapseSection .ant-collapse-header {
    font-size: 20px;
    color: #3d3d3d;
    font-weight: 600;
    font-family: "DM Sans", sans-serif !important;
    line-height: 30px;
    padding: 12px 0 5px !important;
}
.faqSection .faqInner .faqcollapseSection .ant-collapse {
    border: 0;
}
.faqSection .faqInner .faqcollapseSection .ant-collapse .ant-collapse-item {
    border-bottom: 1px solid #707070;
    margin-bottom: 10px;
}
.faqSection .faqInner .faqcollapseSection .ant-collapse-content {
    border: 0;
    background: transparent !important;
}
.faqSection
    .faqInner
    .faqcollapseSection
    .ant-collapse-content
    .ant-collapse-content-box
    p {
    font-size: 16px;
    font-weight: 500;
    color: #3d3d3d;
    font-family: "DM Sans", sans-serif !important;
    margin-bottom: 0;
}
.faqSection .faqInner .faqcollapseSection .anticon-plus {
    font-size: 20px !important;
    color: #f54838;
}
/***** NewsLetter Section *****/
.newsLetterSection {
    width: 100%;
    height: 100%;
    position: relative;
}
.newsLetterSection .nlsInner {
    padding: 70px 0;
}
.newsLetterSection .nlsInner .nlsHeading h2 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-family: "DM Sans", sans-serif !important;
    line-height: 55px;
}
.nlsInputSection .nlsInput {
    width: 423px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 20px;
    border-radius: 6px;
    font-family: "DM Sans", sans-serif !important;
    margin-right: 10px;
    font-weight: 600;
}
.nlsInputSection .nlsBtn {
    all: unset;
    padding: 20px 30px;
    background: #f54838;
    border: 1px solid #f54838;
    color: #fff;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
}
/***** Create Profile *****/
.customUpload .ant-upload.ant-upload-select-picture-card {
    width: 109px;
    height: 109px;
    border: 0;
    border-radius: 50%;
    background-color: #f2f2f2;
}
.customLabel h4 {
    font-size: 16px !important;
    color: #3d3d3d !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
}
.customLabel p {
    font-size: 11px;
    color: #3d3d3d;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
}
.noteRow {
    margin: 10px 0;
    font-weight: 500;
}
.noteRow .anticon-exclamation-circle {
    color: #e6a01e;
    margin-right: 10px;
    vertical-align: unset;
}
.ant-checkbox-inner {
    border-radius: 5px !important;
}
.ant-checkbox-checked .ant-checkbox-inner {
    background-color: #f54838 !important;
    border-color: #f54838 !important;
    border-radius: 5px !important;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
    border-color: #f54838 !important;
}
.customMultiSelect .ant-select-selector {
    padding: 15px !important;
    background: #f2f2f2 !important;
    border-radius: 15px !important;
    height: auto !important;
    border: 0 !important;
    font-size: 16px;
}
.customMultiSelect .ant-select-selection-item {
    background: #e6e6e6 !important;
    border-radius: 50px !important;
    height: auto;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}
.customMultiSelect
    .ant-select-selection-item
    .ant-select-selection-item-remove {
    font-size: 12px;
    line-height: 15px;
}
.prflTitle {
    font-size: 1.5rem;
    color: #3d3d3d;
    font-family: "Montserrat", sans-serif !important;
    text-align: center;
    font-weight: 500;
}
.profileCard {
    width: 100%;
    height: 100%;
    position: relative;
}
.profileCard .cardProfile {
    width: 100%;
    height: 100;
    background: #f2f2f2;
    border-radius: 35px;
}
.profileCard .cardProfile .ant-card-body {
    padding: 8px 24px;
}
.profileCard .welcomeTextSec h2 {
    font-size: 20px;
    color: #3d3d3d;
    font-weight: bold;
    margin-bottom: 2rem;
}
.profileCard .welcomeTextSec p {
    font-size: 28px;
    color: #3d3d3d;
    font-weight: 500;
}
.dashboardCard {
    width: 100%;
    height: 100%;
    position: relative;
}
.dashboardCard .dashCard {
    width: 100%;
    height: 100%;
    border-radius: 35px;
}
.dashboardCard .dashCard .ant-card-body {
    padding: 5px 20px 25px 20px;
    /* padding: 24px 30px */
}
.dashboardCard .dashCard .ant-card-body .dashCardSec {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
    text-align: left;
}
.dashboardCard .cardBg1 {
    background: #6ecad9;
}
.dashboardCard .cardBg2 {
    background: #f56c38;
}
.dashboardCard .cardBg3 {
    background: #555092;
}
.dashboardCard .dashCard h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0.2em;
}
.dashboardCard .dashCard p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 1.2em;
}
.dashboardCard .dashCard .dashCardCount {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
.jobRqst {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #c1c1c1;
    padding: 25px 0;
}
.colFirst,
.colSecond,
.colThird,
.colFirst .prflSec {
    display: flex;
    align-items: center;
}
.colFirst .prflSec h4 {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 0;
}
.colSecond .detailsSec p,
.colThird .periodSec p {
    margin-bottom: 0.2em;
    font-size: 16px;
}
.colSecond .detailsSec .designation {
    color: #a8abb7;
}
.colSecond .detailsSec .company {
    color: #3d3d3d;
    font-weight: 600;
}
.colSecond .detailsSec .exp {
    color: #3d3d3d;
    font-weight: 400;
    text-transform: uppercase;
}
.colThird .periodSec p > span {
    color: #3d3d3d;
    font-weight: 600;
    margin-right: 15px;
}
.rejectBtn {
    border: 1px solid #f54838 !important;
    border-radius: 50px !important;
    background: #f2f2f2 !important;
    font-weight: 600 !important;
    color: #3d3d3d !important;
    height: 48px !important;
    padding: 10px 25px !important;
    margin-right: 5px !important;
}
.acceptBtn {
    border: 1px solid #f54838 !important;
    border-radius: 50px !important;
    background: #f54838 !important;
    font-weight: 600 !important;
    color: #fff !important;
    height: 48px !important;
    padding: 10px 25px !important;
    margin-right: 5px !important;
    transition: all 0.3s ease-in-out;
}
.acceptBtn:hover {
    background: #fff !important;
    color: #f54838 !important;
}
.ant-badge .ant-badge-dot {
    width: 10px;
    min-width: 10px;
    height: 10px;
    background: #00b530;
    top: 1.5rem;
}

/***** DataTable *****/
.tnDataTable .ant-table-thead > tr > th {
    background: transparent !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #a8abb7 !important;
    text-transform: uppercase !important;
    border-top: 1px solid #c1c1c1 !important;
    border-bottom: 1px solid #c1c1c1 !important;
    text-transform: capitalize;
}
.tnDataTable .ant-table-thead > tr > th:last-child {
    text-align: center !important;
}
.tnDataTable .ant-table-thead > tr > th:before {
    display: none !important;
}
.jobRqstList table thead th {
    display: none !important;
}
.titleBtmBrdr {
    border-bottom: 1px solid #c1c1c1;
}
/***** Packages *****/
.dFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mediaImg {
    flex: 0 0 50%;
}
.jobPackages {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}
.jobPackages .jobID p,
.jobPackages .jobStart p,
.jobPackages .jobDue p {
    font-size: 16px;
    color: #3d3d3d !important;
    margin-bottom: 0;
    font-weight: 500;
}
.media {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.titlePdng .titlePd {
    padding: 0 16px;
}
/* .media:hover {
    background: #F2F2F2
  } */
/**** Cards ****/
.customerCard {
    border-color: #c1c1c1 !important;
    border-radius: 15px !important;
}
.ccTtl {
    font-size: 18px !important;
    color: #3d3d3d !important;
}
.ccSubText {
    color: #3d3d3d !important;
    text-align: left !important;
    padding: 0 25px !important;
    font-weight: 500 !important;
    margin-bottom: 70px !important;
}
.ccTitle h2 {
    font-size: 24px !important;
    color: #00711e !important;
    margin-bottom: 30px !important;
}
.colorGrey h2 {
    color: #a8abb7 !important;
}
.cstmrCard h2 {
    margin-bottom: 0px !important;
}
.mutedText h2 {
    color: #a8abb7 !important;
}
.cancelText h2 {
    font-size: 28px !important;
    color: #f51500 !important;
    margin-bottom: 30px !important;
}
.nameSec {
    margin-left: 15px;
    margin-top: -8px;
}
.nameSec h4 {
    margin-left: 0 !important;
}
.nameSec p {
    font-size: 16px !important;
    color: #a8abb7 !important;
}
.cancelBtn {
    all: unset !important;
    color: #f54838 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}
.priceDetails {
    margin: 15px 0;
}
.priceDetails:last-child {
    margin-bottom: 0 !important;
}
.priceDetails span {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    color: #3d3d3d !important;
    font-weight: 500;
}

/***** Tabs *****/
.jobTabs .ant-tabs-nav:before {
    border-color: #c1c1c1 !important;
    bottom: -10px !important;
}
.jobTabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab {
    color: #a8abb7 !important;
    font-size: 16px !important;
    font-weight: 500;
}
.jobTabs
    .ant-tabs-nav
    .ant-tabs-nav-list
    .ant-tabs-tab-active
    .ant-tabs-tab-btn {
    color: #3d3d3d !important;
}
.jobTabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab + .ant-tabs-tab {
    margin: 0 0 0 60px;
}
.jobTabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-ink-bar {
    background: #f54838 !important;
}
.pckgHeader h4 {
    font-size: 16px !important;
    color: #a8abb7 !important;
}
.pckgHeader h2 {
    font-size: 20px !important;
    color: #3d3d3d !important;
    margin-top: 0 !important;
    font-weight: bold !important;
}
.secondaryBg {
    background: #f51500 !important;
}
.cancelSubText {
    color: #3d3d3d !important;
    font-weight: 500;
}
.priceSec p {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
}
.ant-rate-star-first,
.ant-rate-star-second {
    color: #f54838 !important;
}
.ant-rate-text {
    font-size: 24px !important;
    color: #3d3d3d !important;
}

/***** Conversation *****/
.conversationSec {
    background: #fff;
    border: 1px solid #f2f2f2;
    min-height: 550px;
}
.conversationInner .conversationBox {
    padding: 10px;
    min-height: 421px;
    height: 421px;
    overflow-y: auto;
}
.conversationBox .ant-comment-content-author {
    flex-direction: column;
}
.conversationBox .ant-comment-content-author-name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #3d3d3d !important;
}
.conversationBox .ant-comment-content-author-time {
    font-size: 12px !important;
    color: #a8abb7 !important;
}
.conversationBox .ant-comment-content-detail {
    color: #3d3d3d !important;
    font-weight: 500 !important;
    margin-top: 10px;
}
.conversationBox .ant-comment-content-detail p {
    margin-bottom: 10px;
}
.conversationFooter {
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    padding: 20px;
}
.ftrFormControl {
    margin-bottom: 0 !important;
}
.ftrFormControl
    .ant-form-item-control-input
    .ant-form-item-control-input-content {
    display: flex;
}
.cnvrsFtrInput {
    background: #fff;
    height: 55px;
    border-radius: 15px !important;
    border: 0 !important;
}
.cnvrsFtrBtn {
    background: #f54838 !important;
    border-color: #f54838 !important;
    border-radius: 18px !important;
    color: #fff !important;
    font-weight: 600 !important;
    margin-left: 10px;
}
.cnvrsFtrBtns {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 16px !important;
    padding: 5px 10px !important;
}

/***** Activities *****/
.rqurmntHeader {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
}
.rqurmntHeader h4,
.tFootText {
    font-size: 18px !important;
    color: #3d3d3d !important;
    font-weight: 700 !important;
}
.rqurmntHeader span {
    font-size: 12px !important;
    color: #a8abb7 !important;
}
.rqurmntCntn {
    display: flex;
}
.rqurmntContentBox {
    margin-left: 10px;
}
.rqurmntCntn h5 {
    color: #3d3d3d !important;
}
.rqurmntCntn p,
.rqurmntContentList p {
    color: #3d3d3d !important;
    font-weight: 500 !important;
}
.rqurmntLi {
    font-weight: 700 !important;
}
.imgBox {
    position: relative;
    overflow: hidden;
    width: 107px;
    height: 107px;
    border: 1px solid #a8abb7;
    border-radius: 15px;
}
.imgFooter {
    position: absolute;
    bottom: 0;
    background: #f2f2f2;
    width: 100%;
}
.imgFooter p {
    margin-bottom: 0;
    padding: 5px;
}
.activitiesResFtr {
    border-top: 1px solid #c1c1c1;
    padding-top: 10px;
}
.activitiesResFtr p {
    color: #a8abb7 !important;
    font-weight: 500 !important;
}
.textGreen h4 {
    color: #00711e !important;
}
.textPrimary h4 {
    color: #f51500 !important;
}
.customPriceCard .ant-card-body {
    padding: 0;
}
.customPriceCard table {
    margin-bottom: 0;
    table-layout: fixed;
}
.customPriceCard table tr td,
.customPriceCard table thead tr th {
    border-bottom: 0;
    border-right: 2px solid #c1c1c1;
    padding: 15px;
    text-transform: capitalize;
}
.customPriceCard table thead tr th {
    padding: 20px;
}
.customPriceCard table tr td:last-child,
.customPriceCard table thead tr th:last-child {
    border-right: 0;
    padding-right: 40px;
}
.customPriceCard .table > :not(:first-child) {
    border-top-color: #c1c1c1;
}
.customPriceCard table .anticon-check {
    color: #f54838 !important;
}
.talentCard {
    background: #fff !important;
    border-color: #c1c1c1 !important;
    border-radius: 22px !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.talentCard:hover {
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
}
.leftPart .nameSec h4 {
    font-size: 19px !important;
    color: #f54838 !important;
    margin-bottom: 0px !important;
    text-transform: capitalize;
}
.leftPart .nameSec p {
    font-size: 12px !important;
    color: #a8abb7 !important;
}
.tcRate p {
    font-size: 16px !important;
    color: #3d3d3d !important;
    font-weight: 600 !important;
    margin-bottom: 0;
}
.likeIcon {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 20px !important;
    color: #8a8a8a !important;
    height: auto !important;
}

.tcStar .starIcon {
    color: #f54838 !important;
}
.tcStar .rating {
    vertical-align: text-top;
    font-size: 16px !important;
    color: #727272 !important;
    font-weight: 500 !important;
}
.tcHeading h4 {
    font-size: 18px !important;
    color: #10054b !important;
    font-weight: 600 !important;
    margin-bottom: 0;
}
.tcHeading p {
    font-size: 14px !important;
    color: #3d3d3d !important;
    font-weight: 500 !important;
}
.tagCol h5 {
    font-size: 16px !important;
    color: #3d3d3d !important;
    font-weight: 500 !important;
}
.tcTags .ant-tag {
    font-size: 12px !important;
    color: #3d3d3d !important;
    background: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
    border-radius: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 0.5rem;
}
.seeBtn {
    background: #f54838 !important;
    border-color: #f54838 !important;
    border-radius: 18px !important;
    color: #fff !important;
    font-weight: 600 !important;
}
.hireBtn {
    background: #a8abb7 !important;
    border-color: #a8abb7 !important;
    border-radius: 18px !important;
    color: #fff !important;
    font-weight: 600 !important;
}
.hireBtnMsg {
    color: #f54838 !important;
    border-color: #f54838 !important;
    background: #fff !important;
    transition: all 0.3s ease-in-out;
}
.hireBtnMsg:hover {
    color: #fff !important;
    background: #f54838 !important;
}
.hireBtnHr {
    background: #f54838 !important;
    border-color: #f54838 !important;
    transition: all 0.3s ease-in-out;
}
.hireBtnHr:hover {
    background: #fff !important;
    color: #f54838 !important;
}
.hireBtnAp {
    background: #00711e !important;
    border-color: #00711e !important;
    transition: all 0.3s ease-in-out;
}
.hireBtnAp:hover {
    background: #fff !important;
    color: #00711e !important;
}
.tcPageHeading p {
    color: #3d3d3d !important;
    font-weight: 500 !important;
}
.topTagsRow {
    display: flex;
    padding: 20px 0;
    align-items: center;
    flex-wrap: wrap;
}
.topTagsRow .tagText {
    color: #3d3d3d !important;
    font-weight: 600 !important;
    margin-right: 30px;
}
.tagsTop {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tagsTop .ant-tag {
    background: #555092 !important;
    border-color: #555092 !important;
    color: #fff;
    border-radius: 15px;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.tagsTop .ant-tag .anticon-close {
    color: #fff;
}
.filtersOption .ant-select {
    margin-right: 20px;
}
.filtersOption .ant-select:last-child {
    margin-right: 0px;
}
.filtersOption .filtersSlct .ant-select-selector {
    border-radius: 15px !important;
    width: 253px !important;
    height: 53px !important;
    padding: 0 30px !important;
}
.wAuto .filtersSlct .ant-select-selector {
    width: 153px !important;
}
.filtersOption .w-100 .ant-select-selector {
    width: 100% !important;
}
.filtersOption .filtersSlct .ant-select-selector .ant-select-selection-item {
    line-height: 53px !important;
}
.filtersOption .filtersSlct .ant-select-arrow {
    color: #3d3d3d !important;
    font-size: 16px !important;
    right: 30px !important;
}
.filterDropdown .filtersSlct .ant-select-selector {
    width: auto !important;
    border-radius: 5px !important;
}
.primaryColor {
    color: #f54838 !important;
}
.infoIcon {
    color: #e6a01e !important;
}
.notesRow {
    color: #c1c1c1;
    font-size: 12px !important;
}
.divider {
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    margin: 30px 0;
}
.description,
.darkText,
.reviewItems .ant-comment-content-author-name,
.reviewItems .ant-rate-text,
.reviewText,
.methodName,
.methodDescription {
    font-size: 16px !important;
    color: #3d3d3d !important;
    font-weight: 500 !important;
}
.methodName {
    margin-bottom: 0;
}
.methodDescription {
    font-weight: 400 !important;
    margin-bottom: 0;
}
.dlvrytext {
    color: #a8abb7 !important;
}
.dlvrytext .darkText {
    font-weight: 600 !important;
}
.totalEarnings h5,
.sendToYou h5,
.Pending h5,
.Available h5 {
    color: #10054b !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
.sendToYou h5,
.Pending h5 {
    color: #3d3d3d !important;
}
.totalEarnings p {
    color: #10054b !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}
.Pending p,
.sendToYou p,
.Available p {
    color: #3d3d3d !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.Available h5,
.Available p {
    color: #00711e !important;
}
.earnNotes,
.subTitle {
    font-size: 14px !important;
    color: #3d3d3d;
    font-weight: 500 !important;
}
.highLight {
    color: #f56c38 !important;
}
.subTitle {
    width: 35%;
}
.cardFormControl,
.cardFormControl .ant-select-selector {
    background: #f2f2f2 !important;
    border: 0 !important;
    border-bottom: 1px solid #aaaaaa !important;
    height: 40px !important;
    line-height: 40px !important;
}
.cardFormControl .ant-select-selector .ant-select-selection-search-input {
    height: 40px !important;
}
.cardFormControl input {
    background: #f2f2f2 !important;
}
.addCard label {
    font-size: 16px !important;
    color: #3d3d3d !important;
    font-weight: 500 !important;
}
.paymentBtn {
    background: #f54838 !important;
    border-color: #f54838 !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-weight: 600 !important;
    height: auto !important;
    padding: 10px 30px !important;
}
.ant-picker-input::placeholder {
    content: "MM" !important;
}
.addCard .ant-picker-suffix,
.addCard .ant-select-arrow {
    color: #000000 !important;
}
.pckgCard {
    border-color: #c1c1c1 !important;
    border-radius: 15px !important;
    margin-bottom: 25px !important;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
}
.pckgOther .pckgCard {
    background: #f2f2f2 !important;
}

.pckgCard:hover {
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.15);
}
.me-3 .ant-image {
    width: 306px;
    height: 250px;
}
.pcCard {
    display: flex;
    flex-direction: column;
}
.pcCard .ant-rate-text {
    margin: 0;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #3d3d3d !important;
}
.pcCard .ant-rate-text .greyText {
    font-weight: 500 !important;
    color: #a8abb7 !important;
}
.contactBtn {
    border: 1px solid #c1c1c1 !important;
    border-radius: 50px !important;
    background: transparent !important;
    font-weight: 600 !important;
    color: #c1c1c1 !important;
    height: 48px !important;
    padding: 10px 25px !important;
    margin-right: 5px !important;
    transition: all 0.3s ease-in-out;
}
.contactBtn:hover {
    border: 1px solid #c1c1c1 !important;
    background: #c1c1c1 !important;
    color: #fff !important;
}
.continueBtn {
    border: 1px solid #c1c1c1 !important;
    border-radius: 50px !important;
    background: #c1c1c1 !important;
    font-weight: 600 !important;
    color: #fff !important;
    height: 48px !important;
    padding: 10px 25px !important;
    margin-right: 5px !important;
    transition: all 0.3s ease-in-out;
}
.continueBtn:hover {
    border: 1px solid #c1c1c1 !important;
    background: transparent !important;
    color: #c1c1c1 !important;
}
.greyText {
    font-weight: 500 !important;
    color: #a8abb7 !important;
    font-size: 12px;
}
.aboutPackage p,
.abtCntnList .abtCntnItem {
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 500;
    position: relative;
}
.abtCntnList {
    list-style: none;
    padding-left: 0;
}
.abtCntnList .abtCntnItem {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.abtCntnList .abtCntnItem .star {
    width: 15px;
    height: 15px;
    background: #00b530;
    color: #fff;
    border: 1px solid #3d3d3d;
    margin-bottom: 0;
    margin-right: 5px;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
}
.customDrag .ant-upload.ant-upload-drag {
    background: #f2f2f2 !important;
    height: 300px;
    border-radius: 15px;
}
.customDrag .ant-upload.ant-upload-drag .ant-upload-btn {
    padding: 25px;
}
.customDrag .ant-upload.ant-upload-drag .ant-upload-btn .anticon {
    color: #c1c1c1;
}
.customDrag .ant-upload.ant-upload-drag .ant-upload-btn .ant-upload-text {
    color: #3d3d3d;
    font-size: 18px !important;
    font-weight: bold !important;
}
.customDrag .ant-upload.ant-upload-drag .ant-upload-btn .ant-upload-hint {
    color: #3d3d3d;
    font-size: 20px;
}
.cstmUpload .ant-upload-list-picture-card {
    display: flex;
}
.cstmUpload
    .ant-upload-list-picture-card
    .ant-upload-list-picture-card-container {
    order: 2;
}
.cstmUpload .ant-upload-list-picture-card .ant-upload-list-item {
    padding: 0;
    border: 0;
}
.cstmUpload
    .ant-upload-list-picture-card
    .ant-upload-list-item
    .ant-upload-list-item-done {
    order: 1;
}
.cstmUpload .ant-upload-list-picture-card .ant-upload .anticon,
.cstmUpload .ant-upload-select-picture-card .ant-upload .anticon {
    color: #3d3d3d;
    font-size: 26px;
}
.cstmUpload .ant-upload-list-picture-card .ant-upload .anticon + div,
.cstmUpload .ant-upload-select-picture-card .ant-upload .anticon + div {
    display: none;
}
.innerFC h5 {
    font-size: 14px !important;
    color: #3d3d3d !important;
}
.innerFC .formcontrol {
    width: 20%;
    background: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}
.innerFC .ant-select {
    width: 20% !important;
}
.innerFC .ant-select .ant-select-selector {
    background: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}
.innerFC .ant-select .ant-select-arrow {
    color: #000000 !important;
}
.addPackageForm p {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.btnPY {
    padding: 10px 45px !important;
}
.prflImg {
    position: relative;
}
.prflImg .ant-badge .ant-badge-dot {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 80%;
    left: 60%;
}
.prflName {
    margin-left: 15px;
}
.prflName h4.ant-typography {
    all: unset;
    font-size: 20px;
    color: #3d3d3d;
    font-weight: 700;
    margin-bottom: 0;
}
.prflName p {
    font-size: 14px;
    color: #a8abb7;
}
.words {
    font-size: 18px;
    color: #3d3d3d;
    font-weight: 600;
    display: flex;
    margin-bottom: 0;
}
.formItemHead {
    font-size: 20px;
    color: #3d3d3d;
    font-weight: 700;
    display: flex;
    margin-bottom: 10px;
}
.edtBtn {
    all: unset !important;
    padding: 0 !important;
}
.formItem {
    padding: 20px 0;
    border-bottom: 1px solid #c1c1c1;
}
.formItem .prflDesc {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.topTagsRows .tagsTop .ant-tag {
    background: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
    color: #3d3d3d !important;
    font-weight: 500;
}
.topTagsRows .tagsTop .ant-tag .anticon-close {
    color: #3d3d3d;
}
.cnclBtn {
    color: #3d3d3d !important;
    font-weight: 700 !important;
    border-color: #f54838 !important;
    border-radius: 24px !important;
    width: 15% !important;
    height: 46px !important;
}
.saveBtn {
    color: #fff !important;
    font-weight: 700 !important;
    background: #f54838 !important;
    border-color: #f54838 !important;
    border-radius: 24px !important;
    width: 15% !important;
    height: 46px !important;
}
.wAuto {
    width: auto !important;
}
.topTagsRows .ant-select-selection-item {
    color: #f54838 !important;
}
.topTagsRows .ant-select-arrow {
    color: #000 !important;
}
.profileModal .ant-modal-content {
    border-radius: 15px;
}
.profileModal .ant-modal-content .ant-modal-body {
    padding: 30px 50px;
}
.profileModal .ant-modal-content .ant-modal-body h4 {
    font-size: 22px;
    font-weight: bold;
}
.profileModal .profileModalBody .jobRqstHeading {
    border-bottom: 1px solid #c1c1c1;
}
.profileModal .ant-modal-content .ant-modal-body .customLabel h4 {
    font-size: 16px;
    font-weight: 500;
}
.profileModal .ant-modal-content .ant-modal-close {
    top: 3%;
    right: 10%;
}
.profileModal .ant-modal-content .ant-modal-close .ant-modal-close-x {
    font-size: 24px;
    font-weight: bold;
    color: #3d3d3d;
}
.packageModal .ant-modal-content {
    border-radius: 15px;
}
.packageModal .ant-modal-content .ant-modal-close {
    top: 1%;
    right: 1%;
}
.packageModal .ant-modal-content .ant-modal-close .ant-modal-close-x {
    font-size: 24px;
    font-weight: bold;
    color: #3d3d3d;
}
.packageModal .jobRqstHeading {
    border-bottom: 1px solid #f2f2f2;
}
.packageModal .ant-modal-content .ant-modal-body {
    padding: 25px;
}
.packageModal .packageCard {
    border-radius: 15px;
}
.packageModal .packageCard .ant-card-body {
    padding: 15px;
}
.pckgCheck .ant-checkbox-inner {
    border-radius: 50% !important;
}
.brdrCard {
    border-radius: 15px !important;
    height: 100% !important;
}
.brdrCard p {
    font-weight: 500;
    color: #3d3d3d !important;
}
.brdrCard .ant-card-body {
    height: 100% !important;
    display: flex;
}
.brdrCard .ant-card-body .packageRelevent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important;
}
.ant-checkbox-checked::after {
    border: 0 !important;
}
.chatMainBody {
    width: 100%;
    border: 1px solid #f2f2f2;
}
.chatSidebar {
    border-right: 1px solid #f2f2f2;
}
.chatSideHead,
.chatSearch,
.chatItem,
.termsSection {
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.chatSideHead h4 {
    margin-bottom: 0 !important;
}
.chatSearchInput input,
.chatSearchInput .ant-input-search-button,
.chatMain .conversationSec {
    border: 0;
}
.chatSearchInput .ant-input-search-button {
    color: #3d3d3d !important;
}
.chatItem:last-child {
    border-bottom: 0;
}
.chatItem .nameSec h4 {
    font-size: 14px;
    font-weight: 500;
}
.chatItem .nameSec p,
.chatTime .greyText {
    font-size: 12px !important;
    margin-bottom: 0;
}
.chatItem {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.chatItem:hover,
.chatItem:first-child {
    background: #f2f2f2;
}
.chatMain .ant-comment-content-detail {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}
.chatMain .ant-comment-content-detail p {
    width: 65%;
    font-size: 12px;
}
.chatMain .sender .ant-comment-content-detail p {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 15px;
    border-top-left-radius: 0;
}
.chatMain .receiver .ant-comment-content-detail p {
    background: #ffeeec;
    padding: 10px;
    border-radius: 15px;
    border-top-right-radius: 0;
}
.chatMain .conversationBox .ant-comment.receiver .ant-comment-inner,
.chatMain .conversationBox .ant-comment.receiver .ant-comment-content-detail {
    flex-direction: row-reverse;
}
.chatMain .conversationBox {
    height: 440px;
}
.chatListItems {
    height: 567px;
    overflow-y: auto;
}
.chatMain .conversationBox .ant-comment.receiver .ant-comment-avatar {
    margin-right: 0;
    margin-left: 12px;
}
.chatMain .termsSection .jobRqstHeading h4 {
    font-size: 14px !important;
    margin-bottom: 0;
    font-weight: 500 !important;
}
.newMessage {
    position: relative;
}
.newMessage p {
    position: relative;
    z-index: 11;
    margin-bottom: 0;
}
.newMessage p span {
    background: #fff;
}
.newMessage p:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    left: 0;
    top: 0.7rem;
    z-index: -1;
}
.proposedBtn {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
.proposedBtn.declinBtn {
    color: #f51500 !important;
}
.proposedBtn.sendBtn {
    color: #00711e !important;
}

/***** Notification Dropdown *****/
.dropdownContent {
    min-width: 300px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #f2f2f2;
    position: relative;
    top: 1.5rem;
}
.notificationTitle {
    padding: 15px 25px;
    border-bottom: 1px solid #c1c1c1;
}
.notificationTitle h4 {
    margin-bottom: 0 !important;
}
.notificationBody {
    padding: 0px 25px;
    min-height: 300px;
    height: 300px;
}
.notificationList {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}
.notificationList p {
    width: 80%;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.name {
    font-weight: 700;
}

.Links {
    position: absolute;
    z-index: 999;
    text-align: right;
    width: 95%;
    padding: 25px;
    color: #fff;
}
.Links a {
    color: #fff !important;
    font-size: 16px;
    margin: 10px;
}
.Links a:hover {
    color: rgb(241, 211, 211);
}

.jobListTable table thead th {
    background: transparent;
    color: #3d3d3d;
    font-weight: 600;
}
.jobListTable table thead th:before {
    display: none;
}
.jobListTable table tbody td {
    color: #3d3d3d;
    font-weight: 500;
    padding: 16px 8px !important;
}
.customSearch .ant-input {
    border-radius: 15px !important;
    width: 100% !important;
    height: 53px !important;
    padding: 0 30px !important;
}
.customSearch .ant-input-group-addon {
    background-color: transparent;
    left: -6ch !important;
    border-radius: 0px 15px 15px 0px;
}
.customSearch .ant-input-group-addon button {
    border: 0;
    background: transparent;
    box-shadow: none;
}
.cstmrName h4 {
    color: #3d3d3d !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
}
.cstmrName p {
    font-size: 12px !important;
}
.brdrBtm {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 20px;
}
.billingBottom {
    padding: 20px;
    background: #f2f2f2;
    margin: 15px 0;
}
.billingCancel h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #3d3d3d !important;
}
.billingCancel p {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #3d3d3d !important;
    margin-bottom: 5px !important;
}
.mShow {
    display: none;
}
.avatarSize {
    width: 100% !important;
    height: 100% !important;
}

.custom-nav-link a {
    font-size: 18px !important;
}
.navbar-brand {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
    margin-right: 1rem !important;
    font-size: 1.25rem !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}
.navbar-brand:hover {
    background-color: transparent !important;
    text-decoration: none !important;
}
.navbar-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-top: 10px !important;
}
.custom-nav-ul li a:hover {
    background-color: transparent !important;
    text-decoration: none !important;
}
.ant-menu-item span {
    font-size: 16px !important;
    padding: 5px;
}
.custom-billing {
    padding-left: 10px !important;
}
.contentArea .jobRqstHeading {
    margin-top: 4rem !important;
}
.custom-table-responsive {
    overflow-x: unset !important;
    margin-top: 4rem !important;
}
@media screen and (max-width: 1400px) {
    .custom-email-tab {
        width: 200px !important;
    }
}
.custom-search {
    width: 280px !important;
}
.custom-color a {
    color: #337ab7 !important;
}
.ant-table-cell a:hover {
    background: transparent !important;
}
.siderLayout ul :not(collapsed) .arrow:before,
.siderLayout li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.siderLayout ul .sub-menu li,
.siderLayout li .sub-menu li {
    background-color: transparent !important;
    border: none;
    line-height: 28px;
    margin-left: 0px;
    font-size: 14px !important;
}

.siderLayout li {
    padding-left: 0px;
}
.siderLayout li a {
    text-decoration: none;
    color: #fff;
}
.siderLayout li a:hover {
    background: transparent !important;
}
.siderLayout li a:focus {
    background: transparent !important;
}
.siderLayout li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}
.siderLayout li:hover {
    background: transparent !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.siderLayout .sub-menu li {
    margin: 3px 0 !important;
}
.custom-cell-width {
    width: 8% !important;
}
.fixed-layout {
    table-layout: fixed;
}
.fixed-layout tr td {
    padding: 20px;
}
.fixed-layout tr th {
    padding: 20px;
}
.fixed-layout tr {
    border: none;
}
.custom-padding {
    padding-left: 10px !important;
    text-transform: capitalize;
}
.custom-table tr th {
    padding: 10px 0;
}
.custom-table tr td {
    padding: 20px 0 !important;
    align-items: center;
}
.custom-table .acceptBtn {
    width: 110px;
    line-height: 26px !important;
}
.custom-add-btn {
    padding: 3px 17px !important;
    color: #fff !important;
    width: 80px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.custom-add-btn:hover {
    background: transparent !important;
    border: 1px solid green !important;
    color: green !important;
}
.custom-pack-btn {
    border: 1px solid #f54838 !important;
    border-radius: 50px !important;
    background: #f54838 !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin-right: 5px !important;
    transition: all 0.3s ease-in-out;
}
.custom-pack-btn:hover {
    background: #fff !important;
    color: #f54838 !important;
}
.bubble-link {
    text-decoration: none !important;
}
.nav-item .dropdown .dropdown-menu .dropdown-item a {
    font-size: 16px !important;
    color: black !important;
}
.nav-item .dropdown .btn {
    all: unset !important;
}
.nav-item .dropdown .btn::after {
    font-size: 1rem !important;
    color: black !important;
    font-weight: bold !important;
}
.nav-name {
    font-weight: bold;
    font-size: 1.5rem;
}
/* .custom-cell a {
    color: black !important;
} */
.custom-table-responsive .jobListTable table tr th {
    padding: 16px 8px !important;
    text-align: center !important;
}

.custom-table-responsive .jobListTable table tr td {
    padding: 16px 8px !important;
    text-align: center;
}
.contentArea .profileInfoWrapper .profileInner {
    display: flex;
    width: 100%;
    flex-direction: column;
    border-bottom: 1px solid #cecece;
    padding-bottom: 2rem;
    font-family: raleway;
}
.contentArea .profileInfoWrapper .profileInner .profile-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 3rem;
    font-family: Montserrat, sans-serif;
}

.contentArea .profileInfoWrapper .profileInner .profile-row .first-col {
    display: flex;
    justify-content: flex-start;
}
.contentArea
    .profileInfoWrapper
    .profileInner
    .profile-row
    .first-col
    .Image-section {
    display: flex;
    align-items: center;
}
.contentArea
    .profileInfoWrapper
    .profileInner
    .profile-row
    .first-col
    .ProfileNameSection {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}
.contentArea
    .profileInfoWrapper
    .profileInner
    .profile-row
    .first-col
    .ProfileNameSection
    h5 {
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    vertical-align: auto;
}
.contentArea
    .profileInfoWrapper
    .profileInner
    .profile-row
    .first-col
    .ProfileNameSection
    p {
    font-size: 12px;
    color: #bebebe;
    margin-top: -7px;
}
.contentArea .profileInfoWrapper .profileInner .profile-row .second-col {
    display: flex;
    justify-content: flex-end;
}

.contentArea
    .profileInfoWrapper
    .profileInner
    .profile-row
    .second-col
    .button-wrapper
    button {
    padding: 6px 25px;
    background-color: #f54838;
    color: white;
    border-radius: 25px;
    border: none;
    font-weight: 500;
}
.contentArea
    .profileInfoWrapper
    .profileInner
    .profile-row
    .second-col
    .button-wrapper
    button:hover {
    background-color: #fff;
    border: 1px solid #f54838;
    color: #f54838;
    font-weight: 500;
}
.contentArea .profileInfoWrapper .profileInner .profile-btm-row {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: row;
    text-align: center;
}
.contentArea .profileInfoWrapper .profileInner .profile-btm-row .totalJob p {
    font-size: 14px;
    font-weight: 500;
    color: black;
    font-family: Montserrat, sans-serif;
}
.contentArea .profileInfoWrapper .bioWrapper {
    padding: 10px 0;
    border-bottom: 1px solid #cecece;
}
.contentArea .profileInfoWrapper .bioWrapper .bioHeader h4 {
    font-weight: bold;
}
.contentArea .profileInfoWrapper .bioWrapper .bioDesc p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
}
.contentArea .profileInfoWrapper .tableWrapper {
    padding: 20px 0;
    border-bottom: 1px solid #cecece;
}
.contentArea .profileInfoWrapper .tableWrapper .tableHeaderSec h4 {
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    vertical-align: auto;
}
.contentArea .profileInfoWrapper .tableWrapper .tableHeaderSec p {
    font-size: 12px;
    color: #bebebe;
}
.contentArea .profileInfoWrapper .tableWrapper .tableSection .table {
    table-layout: fixed;
}
.contentArea .profileInfoWrapper .tableWrapper .tableSection {
    padding-top: 2rem;
}
.contentArea
    .profileInfoWrapper
    .tableWrapper
    .tableSection
    .table
    thead
    tr
    th {
    font-size: 14px;
    text-align: center;
}
.contentArea
    .profileInfoWrapper
    .tableWrapper
    .tableSection
    .table
    tbody
    tr
    td {
    font-size: 14px;
    text-align: center;
    padding: 25px 0;
}
.contentArea
    .profileInfoWrapper
    .tableWrapper
    .tableSection
    .table
    tbody
    tr
    .progressColor {
    color: #fcb414;
    font-weight: 500;
}
.contentArea
    .profileInfoWrapper
    .tableWrapper
    .tableSection
    .table
    tbody
    tr
    .completedColor {
    color: #17b169;
    font-weight: 500;
}
.contentArea .viewTalent .talentCards .tcInner .tcProfile .rightPart .rateSec {
    text-align: end;
}
.contentArea
    .viewTalent
    .talentCards
    .tcInner
    .tcProfile
    .rightPart
    .rateSec
    p {
    font-size: 12px;
    color: black;
    font-weight: bold;
}
.contentArea
    .viewTalent
    .talentCards
    .tcInner
    .tcProfile
    .rightPart
    .averageSection {
    font-size: 12px;
    color: black;
    font-weight: bold;
}
.contentArea .viewTalent .talentCards .tcInner .tcDetail .tcHeading {
    padding: 10px 0;
}
.contentArea .viewTalent .talentCards .tcInner .tcDetail .tcHeading h4 {
    font-size: 18px !important;
    color: #10054b !important;
    font-weight: 600 !important;
    margin-bottom: 0;
}

.contentArea .viewTalent .talentCards .tcInner .tcDetail .tcHeading p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    padding: 20px 0;
}

.contentArea .viewTalent .talentPackages .jobRqstHeading h4 {
    text-transform: capitalize;
}
.contentArea
    .viewTalent
    .talentPackages
    .packagesList
    .packageItems
    .media
    .ant-image
    img {
    width: 30rem !important;
    height: 23rem !important;
    border-radius: 15px !important;
}
.contentArea
    .viewTalent
    .talentPackages
    .packagesList
    .packageItems
    .media
    .pckgHeader
    .pack-bio {
    color: black !important;
    font-weight: bold !important;
    margin-top: 0rem !important;
}
.contentArea
    .viewTalent
    .talentPackages
    .packagesList
    .packageItems
    .media
    .pckgHeader
    P {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
}
.contentArea
    .viewTalent
    .talentPackages
    .packagesList
    .packageItems
    .media
    .btmSec {
    padding-top: 2rem;
}
.contentArea .viewTalent .talentPackages .packagesList {
    padding-top: 3rem;
}

.contentArea
    .viewTalent
    .talentPackages
    .packagesList
    .packageItems
    .media
    .btmSec
    .dlvry
    .dlvrytext
    .darkText
    span {
    color: #a8abb7 !important;
}
.contentArea .viewTalent .portfolioSection .portfolioRow .imageText {
    text-align: center;
}
.contentArea .viewTalent .portfolioSection .portfolioRow .imageText p {
    font-size: 12px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a,
.pagination > li > span {
    border: 0px !important;
    font-size: 12px !important;
}
.pagination > li {
    margin: 0 !important;
}
.pagination {
    display: flex !important;
}
.pagination > li > .previous {
    color: #bebebe !important;
}
.contentArea .viewTalent .reviewSection .reviewHeader .reviewHeaderRow {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}
.contentArea
    .viewTalent
    .reviewSection
    .reviewHeader
    .reviewHeaderRow
    .reviewSec {
    display: flex;
    justify-content: flex-start;
}
.contentArea
    .viewTalent
    .reviewSection
    .reviewHeader
    .reviewHeaderRow
    .showAllSec {
    display: flex;
    justify-content: flex-end;
}
.contentArea
    .viewTalent
    .reviewSection
    .reviewHeader
    .reviewHeaderRow
    .showAllSec
    .showAll
    .dropdown
    a {
    color: black !important;
}
.contentArea
    .viewTalent
    .reviewSection
    .reviewList
    .infoSection
    .ratingSec
    span
    svg {
    fill: #f54838;
}
.contentArea .viewTalent .reviewSection .reviewList .imgSection {
    display: flex;
    justify-content: center;
}
.contentArea .viewTalent .reviewSection .reviewList .imgSection .reviewerImg {
    width: 7rem !important;
}

.contentArea .viewTalent .reviewSection .reviewList .infoSection .ratingSec {
    display: flex;
    flex-direction: row;
    width: 13%;
}
.contentArea .viewTalent .reviewSection .reviewList .infoSection .ratings {
    width: 2%;
    text-align: center;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.contentArea .viewTalent .reviewSection .reviewList {
    padding-top: 2rem;
}
.contentArea .viewTalent .reviewSection .reviewList .reviewRow {
    border-bottom: 1px solid #bebebe;
    padding: 2rem 0;
}
.contentArea .viewTalent .reviewSection .reviewList .infoSection .dateSection {
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.contentArea
    .viewTalent
    .reviewSection
    .reviewList
    .infoSection
    .dateSection
    span {
    color: #bebebe;
}
.contentArea .viewTalent .reviewSection .reviewList .infoSection .reviewDesc {
    padding-top: 1rem;
}
.contentArea .viewTalent .reviewSection .reviewList .infoSection .reviewDesc p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
}
.contentArea .billingHeader .headerRow .rightSec {
    display: flex;
    justify-content: flex-end;
}
.contentArea .billingHeader .headerRow .rightSec .filters {
    padding-right: 2rem;
}
.contentArea .billingHeader .headerRow .rightSec .filters .col .custom-search {
    border-radius: 10px !important;
    padding: 10px 20px;
}
.contentArea .billingHeader .headerRow .rightSec .dropdown {
    padding-top: 5px;
}
.contentArea .billingHeader .headerRow .rightSec .dropdown .dropdown-toggle {
    border-radius: 10px !important;
    padding: 11px 20px;
    background-color: transparent;
    color: black !important;
    width: 12rem !important;
    border: 1px solid #d9d9d9;
}
.contentArea .billingHeader .headerRow .rightSec .dropdown-menu a {
    color: black !important;
    text-decoration: none !important;
    font-size: 12px;
}
.contentArea .billingTable .tableSection .table {
    /* table-layout: fixed; */
}
.contentArea .billingTable .tableSection {
    padding-top: 2rem;
}
.contentArea .billingTable .tableSection .table thead tr th {
    font-size: 14px;
    text-align: center;
}
.contentArea .billingTable .tableSection .table tbody tr td {
    font-size: 14px;
    text-align: center;
    padding: 25px 10px;
    align-items: center;
    box-sizing: border-box;
}
.contentArea .billingTable .tableSection .table tbody tr .progressColor {
    color: #fcb414;
    font-weight: 500;
}
.contentArea .billingTable .tableSection .table tbody tr .completedColor {
    color: #17b169 !important;
    font-weight: 500;
}
.contentArea .billingTable .tableSection .table tbody tr .cancelledColor {
    color: #f54838 !important;
    font-weight: 500;
}

.contentArea .bottomSection {
    background-color: #e8e8e8;
    height: 17rem;
    border-radius: 5px;
    padding: 5rem 7rem;
}
.contentArea .bottomSection .bottomTextLower p {
    font-size: 14px;
    font-weight: 500;
}
.contentArea .bottomSection .bottomRightSection .bill-button {
    background: #f54838 !important;
    color: #fff;
    border-radius: 15px;
    padding: 5px 25px;
    font-weight: 500;
}
.contentArea .bottomSection .bottomRightSection .bill-button:hover {
    color: #f54838;
    border: 1px solid #f54838;
    background-color: transparent !important;
    font-weight: 500;
}
.contentArea .bottomSection .bottomRightSection {
    padding-top: 1rem;
}

.contentArea .jobsHeader .row {
    display: flex;
    justify-content: space-around;
}
.contentArea .jobsHeader .leftSec {
    display: flex;
    justify-content: flex-start;
}
.contentArea .jobsHeader .rightSec {
    display: flex;
    justify-content: flex-end;
}
.contentArea .jobsHeader .rightSec .filters {
    padding-right: 2rem;
}
.contentArea .jobsHeader .rightSec .filters .col .custom-search {
    border-radius: 10px !important;
    padding: 10px 20px;
}
.contentArea .jobsHeader .rightSec .dropdown {
    padding-top: 5px;
}
.contentArea .jobsHeader .rightSec .dropdown .dropdown-toggle {
    border-radius: 10px !important;
    padding: 11px 20px;
    background-color: transparent;
    color: black !important;
    width: 12rem !important;
    border: 1px solid #d9d9d9;
}
.contentArea .jobsHeader .leftSec .alljobRqstHeading .header-title p {
    font-size: 12px;
}
.contentArea .jobRqData .tableSection .table thead tr th {
    font-size: 14px;
    text-align: left;
}
.contentArea .jobRqData .tableSection .table tbody tr td {
    font-size: 14px;
    text-align: left;
    padding: 25px 10px;
}
.contentArea .jobsHeader .totaljobs {
    display: flex;
    justify-content: flex-end !important;
    text-align: end;
}
.contentArea .jobsHeader .totaljobs p {
    font-size: 12px;
    font-weight: 500;
}

.contentArea .jobsHeader .rightSec .dropdown {
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 5px;
    border: 1px solid #cecece;
}
.contentArea .billingHeader .headerRow .rightSec .dropdown {
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 5px;
    border: 1px solid #cecece;
}

/*
Search Box */
.contentArea .jobsHeader .rightSec .search-container input[type="text"] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: 1px solid #cecece;
}

.contentArea .jobsHeader .rightSec .search-container button {
    float: right;
    padding: 7px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.contentArea .jobsHeader .rightSec .search-container button:hover {
    background: #ccc;
}

@media screen and (max-width: 600px) {
    .contentArea .jobsHeader .rightSec .search-container {
        float: none;
    }
    .contentArea .jobsHeader .rightSec .search-container a,
    .topnav input[type="text"],
    .topnav .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    .contentArea .jobsHeader .rightSec .search-container input[type="text"] {
        border: 1px solid #ccc;
    }
}

.contentArea .billingTable .custom-width {
    width: 10%;
}

.customWidth {
    width: 7% !important;
}
.contentArea .billingTable .tableSection table tbody tr td .viewMoreBtn {
    padding: 5px 15px;
    border-radius: 15px;
    background: #f54838;
    border: 1px solid #f54838;
    color: #fff !important;
    font-weight: 500;
    text-decoration: none;
}
.contentArea .billingTable .tableSection table tbody tr td .viewMoreBtn:hover {
    color: #f54838 !important;
    border: 1px solid #f54838;
    background-color: transparent !important;
    font-weight: 500;
}
.contentArea .disputeDetail .jobIdSection {
    padding: 10px 15px;
}
.contentArea .disputeDetail .jobIdSection h4 {
    font-weight: 600;
}

.contentArea .disputeDetail .jobIdSection input {
    padding: 10px 10px;
    width: 51rem;
    background: white;
    border: 1px solid #cecece;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    color: black;
}
.contentArea .disputeDetail .jobIdSection textarea {
    padding: 10px 20px;
    text-align: left;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 500;
    color: black;
    border-radius: 2px;
    background: white;
    border: 1px solid #cecece;
}

.contentArea .disputeDetail .ButtonSection {
    display: flex;
    justify-content: flex-start;
    padding: 3rem 5rem;
    width: 70%;
}
.contentArea .disputeDetail .ButtonSection label {
    width: fit-content;
}

.contentArea .disputeDetail .bottmSection {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3rem 13rem;
}
.contentArea .disputeDetail .bottmSection label {
    width: fit-content;
    padding: 1rem 10rem;
    background: white;
    color: #f54838;
    border-radius: 25px;
    font-weight: 500;
    border: 1px solid #f54838;
}

.contentArea .disputeDetail .custom-bottmSection {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3rem 13rem;
    cursor: no-drop;
}
.contentArea .disputeDetail .custom-bottmSection label {
    width: fit-content;
    padding: 1rem 10rem;
    background: white;
    color: #f54838;
    border-radius: 25px;
    font-weight: 500;
    border: 1px solid #f54838;
    cursor: no-drop;
}
.contentArea .disputeDetail .bottmSection label:hover {
    color: #fff !important;
    border: 1px solid #f54838;
    background-color: #f54838 !important;
}
.contentArea .disputeDetail .ButtonSection label {
    width: fit-content;
    padding: 1rem 4rem;
    background: #f54838;
    color: white;
    border-radius: 25px;
    font-weight: 500;
    border: 1px solid #f54838;
}
.contentArea .disputeDetail .ButtonSection label:hover {
    color: #f54838 !important;
    border: 1px solid #f54838;
    background-color: transparent !important;
}
.contentArea .disputeDetail .ButtonSection .contactFreeBtn {
    margin-left: 5rem;
}
.tablink {
    background-color: white;
    color: black;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 33%;
    font-weight: 500;
    border-bottom: 1px solid #cecece;
    text-align: left;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    display: none;
    padding: 100px 20px;
    height: 100%;
}

.contentArea .jobDetailsPage .leftSec .jobRqstRow .jobRqstHeading {
    display: flex;
    justify-content: space-around;
}
.contentArea .jobDetailsPage .leftSec .jobRqstRow .jobRqstHeading .price {
    display: flex;
    justify-content: center;
}
.contentArea .jobDetailsPage .leftSec .jobRqstRow .jobRqstSubHeading {
    padding-top: 2rem;
}
.contentArea .jobDetailsPage .leftSec .jobRqstRow .jobRqstSubHeading p {
    font-size: 12px;
    font-weight: 500;
}
.contentArea .jobDetailsPage .leftSec .tabsSection {
    padding-top: 2rem;
}
.contentArea .jobDetailsPage .leftSec .tabsSection .header-title h4 {
    color: #a8abb7;
    font-weight: 500;
}
.contentArea .jobDetailsPage .leftSec .tabsSection .header-title h3 {
    color: black;
    font-weight: 700;
}
.contentArea .jobDetailsPage .leftSec .tabsSection .nav .active a {
    border-bottom: 2px solid #f54838 !important;
}
.contentArea .jobDetailsPage .leftSec .tabsSection .nav li a {
    font-size: 18px !important;
    color: black !important;
    border: none !important;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .ant-typography
    .ant-image-img {
    width: 300px !important;
    border-radius: 5px;
    padding-top: 2rem;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .packPriceSection
    .cardHeader
    h5 {
    color: black;
    font-size: 18px !important;
    font-weight: 500;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .packPriceSection
    .cardHeader
    .price {
    display: flex;
    justify-content: flex-end;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .packPriceSection {
    border: 1px solid #f0f0f0;
    margin: 5rem 0;
    padding: 25px 15px;
    border-radius: 3px;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .packPriceSection
    .pckgCard
    .cardHeader {
    border-bottom: 1px solid #cecece;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .packPriceSection
    .pckgCard
    .cardBody
    h5 {
    color: black;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .packPriceSection
    .pckgCard
    .cardBody
    .price {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}
.contentArea .jobDetailsPage .rightSec {
    padding-top: 5rem;
}
.contentArea .jobDetailsPage .rightSec .Card {
    border: 1px solid #cecece;
    padding: 15px;
    border-radius: 10px;
}
.contentArea .jobDetailsPage .rightSec .Card .cardBody .subTitle {
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: flex-end;
}
.contentArea .jobDetailsPage .rightSec .Card .cardBody .image {
    display: flex;
    align-items: center;
    text-align: center;
}
.contentArea .jobDetailsPage .rightSec .Card .cardBody .subTitle p {
    font-size: 11px;
}
.tab-data {
    border: none !important;
}

.tab-content {
    border: none !important;
}
.tabcontent {
    display: unset !important;
}
.contentArea .jobDetailsPage .leftSec .tabsSection .tab-content .Card {
    border: 1px solid #f0f0f0;
    height: 50vh;
    overflow: hidden;
    overflow-y: scroll;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .Card
    .ChatSection {
    padding: 2rem 10px;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .Card
    .ChatSection
    .chatLeft {
    display: flex;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .Card
    .ChatSection
    .chatLeft
    .chatImgSection
    img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .Card
    .ChatSection
    .chatLeft
    .chatBubbleleft {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 15px;
    border-top-left-radius: 0;
    margin-left: 2rem;
    width: 80%;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .Card
    .ChatSection
    .chatLeft
    .chatBubbleleft
    p {
    font-size: 13px;
    white-space: pre-wrap;
    font-weight: 500;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .Card
    .ChatSection
    .chatWrap {
    margin-top: 2rem;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .Card
    .ChatSection
    .chatLeft
    .chatBubbleright {
    background: #ffeeec;
    padding: 10px;
    border-radius: 15px;
    border-top-right-radius: 0;
    margin-right: 2rem;
    width: 80%;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .Card
    .ChatSection
    .chatLeft
    .chatBubbleright
    p {
    font-size: 13px;
    white-space: pre-wrap;
    font-weight: 500;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .activitiesWrapper
    .ReqSection
    .ReqHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .activitiesWrapper
    .ReqSection
    .ReqBody
    .Requirement {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 0;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .activitiesWrapper
    .ReqSection
    .ReqBody
    .Requirement
    h6 {
    font-weight: bold;
    font-size: 18px;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .activitiesWrapper
    .ReqSection
    .ReqBody
    .Requirement
    p {
    font-size: 18px;
    text-align: center;
    padding: 10px 0 0 10px;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .activitiesWrapper
    .ReqSection
    .ReqBody
    .ReqAnswer {
    padding-left: 3rem;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .activitiesWrapper
    .workSubmission
    .workSubHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .activitiesWrapper
    .workSubmission
    .workSubBody {
    padding: 2rem 0;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .activitiesWrapper
    .workSubmission
    .workSubBody
    p {
    font-size: 14px;
    font-family: inherit !important;
    font-weight: 500;
}

.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .activitiesWrapper
    .revisionSection
    .revisonHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
}
.contentArea
    .jobDetailsPage
    .leftSec
    .tabsSection
    .tab-content
    .activitiesWrapper
    .custom-margin {
    padding-top: 3rem;
}
.contentArea .modal .modal-content .modal-body .email-section input {
    padding: 2rem 0 2rem 0;
    width: 100%;
    background-color: white;
    border: none;
    border-bottom: 1px solid #cdcdce;
    font-size: 16px;
}
.contentArea .modal .modal-content .modal-body .mobile-section {
    padding-top: 2rem;
}
.contentArea .modal .modal-content .modal-body .mobile-section input {
    padding: 2rem 0 2rem 0;
    width: 100%;
    background-color: white;
    border: none;
    border-bottom: 1px solid #cdcdce;
    font-size: 16px;
}
.contentArea .modal .modal-content .modal-footer button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.contentArea .modal .modal-content .button-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}
.contentArea .modal .modal-content .button-wrapper .btn {
    font-size: 16px;
}
.contentArea .modal .modal-content .button-wrapper .btn-success {
    margin-right: 2rem;
}

.contentArea .modal .modal-content .button-wrapper .btn-success,
a {
    color: white;
}
.contentArea .modal .modal-dialog .modal-content .modal-body .modal-heading {
    border-bottom: 1px solid #cecece;
    text-transform: capitalize;
}
.contentArea .modal .modal-dialog .modal-content .modal-body .modal-heading h3 {
    font-size: 18px;
}
.contentArea
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .modal-inner-section {
    padding: 2rem;
    text-transform: capitalize;
}
.contentArea
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .modal-inner-section
    .option-one {
    padding: 1rem;
}
.contentArea
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .modal-inner-section
    .option-one
    label {
    font-size: 16px;
    font-weight: 500;
    padding-left: 1rem;
}
.contentArea
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .modal-inner-section
    .option-two {
    padding: 1rem;
}
.contentArea
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .modal-inner-section
    .option-two
    label {
    font-size: 16px;
    font-weight: 500;
    padding-left: 1rem;
}
.contentArea
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .button-wrapper
    button {
    color: white;
    padding: 0.5rem 2rem;
}
.contentArea
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .button-wrapper
    button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.contentArea
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .button-wrapper
    .btn
    a {
    color: white !important;
    text-decoration: none !important;
    background-color: transparent !important;
}
.dispute-job-btn {
    color: darkorange;
    font-weight: 500;
}
.cancelled-job-btn {
    color: #f54838;
    font-weight: 500;
}
.pending-job-btn {
    color: dodgerblue;
    font-weight: 500;
}
.progress-job-btn {
    color: green;
    font-weight: 500;
}
.completed-job-btn {
    color: #fcb414;
    font-weight: 500;
}
.review-job-btn {
    color: darkblue;
    font-weight: 500;
}
.job-redirection {
    text-decoration: none !important;
    background: none !important;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.white-space {
    overflow: hidden;
    max-width: 20px;
}
.siderLayout.active,
.siderLayout a.active {
    border-left: 5px solid #f54838;
    opacity: 1;
}
.siderLayout ul li a.active {
    opacity: 1;
    font-weight: 500;
}
.customAntImage {
    position: absolute;
    left: 2rem;
}
.messenger {
    display: inline-flex;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
}
.messenger-messagingView {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.messenger-listView .m-body {
    margin-top: 141px;
}
.messenger-messagingView .m-body {
    padding-top: 15px;
    height: calc(100% - 90px);
    overflow-x: hidden;
    overflow-y: auto;
}
/* app scroll*/
.app-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
}
.app-scroll-thin::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.app-scroll::-webkit-scrollbar-thumb,
.app-scroll-thin::-webkit-scrollbar-thumb {
    border-radius: 4px;
}
.messages {
    padding: 20px 30px;
    overflow-y: scroll;
    height: 500px;
    border: 1px solid #cecece;
    border-radius: 10px;
}
.message-hint {
    margin: 0;
    text-align: center;
}
.message-hint span {
    background: rgba(154, 161, 170, 0.13);
    padding: 3px 10px;
    border-radius: 20px;
    color: rgb(135, 147, 164);
    display: inline-block;
    font-size: 14px;
}
.center-el {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.messages .message-card {
    background: #f2f2f2;
    padding: 10px 0px 0px 21px;
    border-radius: 40px;
    border-top-left-radius: 0;
    margin-left: 2rem;
    width: 80%;
}
.messages .message-card p {
    font-size: 13px;
    white-space: pre-wrap;
    font-weight: 500;
}
.message-card {
    display: flex;
    flex-direction: column;
    margin: 2px 15px;
    width: calc(100% - 30px);
}
.message-card div {
    margin-top: 0px;
}
.message-card p {
    margin: 0;
    padding: 6px 15px;
    padding-bottom: 5px;
    max-width: 80%;
    width: fit-content;
    width: -webkit-fit-content;
    border-radius: 20px;
    word-break: break-word;
}
.message-card p sub {
    display: inline-block;
    font-size: 11px;
}
.message-card p sub:before {
    content: "";
    background: transparent;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.custom-table-responsive .ant-table-cell .toggle-class .toggle-group label {
    background-color: green !important;
}
.opacityImage {
    opacity: 0.6;
}

.transactionLogNavigator .transactionLogNavigatorBtn {
    color: green;
    font-weight: 500;
    font-size:18px;
    margin-top: 0;
}
a:hover {
    background: none !important;
}
a:focus {
    background: none !important;
    outline: none !important;
}
.transactionLogNavigator .transactionLogNavigatorBtn:hover {
    background: none !important;
}
.transactionBody .TransactionTable .tableSection .table thead tr th {
    text-align: center !important;
    font-size: 14px !important;
}
.transactionBody .TransactionTable .tableSection .table tbody tr td {
    font-size: 14px !important;
    text-align: center !important;
}
.viewDetailBtn:focus-visible {
    outline: none !important;
    border: none !important;
}
.viewDetailBtn:active {
    outline: none !important;
    border: none !important;
}
.viewDetailBtn:focus {
    box-shadow: none !important;
}
.viewDetailBtn {
    background: #f54838 !important;
    border-color: #f54838 !important;
    border-radius: 18px !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 4px 2rem !important;
}
.withdrawalDropdown {
    border-radius: 13px;
    background: green;
    color: white;
    border: none;
    padding: 4px 8px;
}
.withdrawalDropdown:focus {
background: green !important;
}
.withdrawalDropdown option {
    background: green !important;
    color: white;
    font-weight: 500;
}
.detailsModal .modal-content .modal-header .close span {
    font-size: 30px !important;
    color: black !important;
}
.detailsModal .modal-content .modal-footer button {
    font-size: 14px !important;
}
.modalTable table tr th {
    font-size: 12px;
}
.modalTable table tr td {
    font-size: 12px;
}
.payPalBody .paypalLabel {
    font-weight: 500;
}
.bankBody .form-control {
    background: white !important;
    color: black !important;
}
.bankBody .form-control::placeholder {
    color: black !important;
    font-size: 16px !important;
}
.bankBody .paypalLabel {
    font-weight: 500 !important;
}
.payPalBody .form-control {
    background: white !important;
    color: black !important;
}
.payPalBody .form-control::placeholder {
    color: black !important;
    font-size: 16px !important;
}
.customCard {
    border-radius: 0 !important;
}
.accordionBtn {
    font-size: 17px !important;
    color: black !important;
    font-weight: 500 !important;
}
.accordionBtn:focus{
    outline: none !important;
    border: none !important;
} 
.custom-table-billing .dataTables_wrapper select {
    border: 1px solid #cecece;
    outline: none;
    color: black;
    font-size: 14px;
    height: 35px;
}
.custom-table-billing .dataTables_wrapper .dataTables_length {
    margin-bottom: 2rem;
}
.custom-table-billing .dataTables_wrapper .dataTables_length label {
display: flex;
justify-content: center;
align-items: center;
font-weight: 400;
font-size: 16px;
text-transform: capitalize;
}
.custom-table-billing .dataTables_wrapper .dataTables_filter label {
    display: flex;
justify-content: center;
align-items: center;
font-weight: 400;
font-size: 16px;
text-transform: capitalize;
}
.custom-table-billing .dataTables_wrapper .dataTables_filter label input{
    border: 1px solid #cecece !important;
    padding: 0.5rem;
    border-radius: 4px;
}
.custom-table-billing .dataTables_wrapper .dataTables_filter label input:focus{
border: 1px solid black;
}

.custom-table-billing .dataTables_wrapper  table thead tr th {
    padding: 0.rem 2.7rem;
    font-size: 12px !important;
}
.custom-table-billing .dataTables_wrapper  table thead tr th::before{
    content: unset !important;
}
.custom-table-billing .dataTables_wrapper  table thead tr th::after{
content: unset !important;
}
.custom-table-billing .dataTables_wrapper  table tbody td select{
color: white;
font-weight: bold;
text-align: center;
border: 0;
font-size: 12px;
height: 25px;
cursor: pointer;
}
.custom-table-billing .dataTables_wrapper  table tbody tr td {
    font-size: 12px !important;
}
.custom-table-billing .dataTables_wrapper  table tbody td label{
font-size: 12px !important;
}
.custom-table-billing .dataTables_wrapper .dataTables_info {
    font-size: 12px;
}
.custom-table-billing .dataTables_wrapper .dataTables_paginate  {
    margin-top: 0;
}
.custom-table-billing .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.2em 0.7em;
}

.InvoiceModal {
    padding: 2.5rem !important;
}
.InvoiceModal .modalheader{
display: flex;
justify-content: space-between;
}
.InvoiceModal .modalnner .invoiceNumberRow{
    display: flex;
}

.InvoiceModal .modalnner .invoiceNumberRow h4 {
    font-size: 14px;
    font-weight: 700;
  }
  
  .InvoiceModal .modalnner .invoiceNumberRow h5 {
    margin-top: 0 !important;
    padding-left: 0.3rem;
    font-weight: 300;
    font-size: 14px;
  }
  
  .InvoiceModal .modalnner .invoiceDetailHeader {
    background-color: #eeeeee;
    width: 100%;
    padding: 0.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }
  
  .InvoiceModal .modalnner .invoiceDetailHeader h4 {
    font-weight: 700;
    font-size: 16px;
  }
  
  .InvoiceModal .modalnner .invoiceDetailHeader h5 {
    font-weight: 500;
    font-size: 14px;
  }
  
  .InvoiceModal .modalnner .invoiceDetailInner {
    padding: 1rem;
  }
  
  .InvoiceModal .modalnner .invoiceDetailInner h5 {
    font-weight: 500;
    font-size: 14px;
    margin-top: 0 !important;
  }
  
  .InvoiceModal .modalnner .packageDetailInner {
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-top: 0.3rem !important;
  }
  
  .InvoiceModal .modalnner .modalFooter {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  
  .InvoiceModal .modalnner .modalFooter p {
    color: #f54838;
  }
  
  .InvoiceModal .billToWrapper h4 {
    font-size: 14px;
    font-weight: 700;
  }
  
  .InvoiceModal
    .InvoiceTable
    .ant-table-wrapper
    .ant-table
    .ant-table-content
    table {
    text-align: center !important;
  }
  
  .InvoiceModal
    .InvoiceTable
    .ant-table-wrapper
    .ant-table
    .ant-table-content
    table
    tr
    th {
    font-weight: 700;
    text-align: center !important;
  }
  
  .InvoiceModal .addressWrapper p {
    margin-bottom: 5px !important;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
  }
  
  .InvoiceModal .JobDetailsHeading h5 {
    font-size: 14px !important;
    font-weight: 700 !important;
  }
  
  .InvoiceModal .modalheader {
    display: flex;
    justify-content: space-around;
  }
  
  .InvoiceModal .modalheader button {
    padding: 2px 16px;
    border: none;
    border-radius: 25px;
    background-color: #f54838;
    color: white;
    font-size: 14px;
    font-weight: 700;
  }