@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@media screen and (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px;
  }
}

body {
    overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

p, a, label, li, input, button, h1, h2, h3, h4, h5, h6, span, small, strong, textarea, select, th, td {
  font-family: 'Inter', sans-serif !important;
}

input:focus, select:focus, textarea:focus {
  outline: 0;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #f01a2a;
}

::selection {
  color: #fff;
  background: #f01a2a;
}

.swal2-container.swal2-center {
    z-index: 99999999999 !important;
    background: rgba(0,0,0,.8);
}

a.editBtn {
    color: #d7003a;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #d7003a;
    border-radius: 3px;
    padding: 6px 30px;
    display: inline-block;
    transition: all 0.2s linear;
}

a.editBtn:hover {
    color: #fff;
    background: #d7003a;
}

body.pg-auth {
    position: relative;
}

body.pg-auth::before {
    content: "";
    width: 50%;
    height: 100%;
    background: #e5e5e5;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

header.auth-header {
    padding: 20px 0;
}

header.auth-header .block {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

header.auth-header .block a.brandLogo {
    max-width: 300px;
    display: block;
}

header.auth-header .block a.brandLogo img {
    width: 100%;
    display: block;
}

header.auth-header .block .header-right p {
    text-align: right;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}

header.auth-header .block .header-right ul {
    display: flex;
    justify-content: end;
}

header.auth-header .block .header-right ul li {
    margin-left: 30px;
}

header.auth-header .block .header-right ul li a {
    color: #e60c20;
    font-size: 20px;
}

section.authSection {
    padding: 70px 0 50px;
}

section.authSection .showOnSignUp {
    display: none;
}

section.authSection .authBlock {}

section.authSection .authBlock h2 {
    font-size: 56px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

section.authSection .authBlock p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 5px 0 0;
}

section.authSection .authBlock form {
    width: 70%;
    margin: 35px 0;
}

section.authSection .authBlock form .formfield {
    margin-bottom: 15px;
    position: relative;
}

section.authSection .authBlock form .formfield label {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin-bottom: 7px;
}

section.authSection .authBlock form .formfield input {
    height: 50px;
    width: 100%;
    border-radius: 0;
    border: none;
    background: #fff;
    padding: 0 15px;
}

section.authSection .authBlock form .formfield select {
    height: 50px;
    width: 100%;
    border-radius: 0;
    border: none;
    background: #fff;
    padding: 0 15px;
}

section.authSection .authBlock form button {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    background: #e60c20;
    color: #fff;
    padding: 15px 40px;
}

section.authSection .authBlock .sociallogin {
    margin-bottom: 60px;
}

section.authSection .authBlock .sociallogin p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 15px;
}

section.authSection .authBlock .sociallogin ul {
    display: flex;
}

section.authSection .authBlock .sociallogin ul li {
    margin-right: 10px;
}

section.authSection .authBlock .backtoweb p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

section.authSection .authBlock .backtoweb p i {
    color: #e60c20;
}

section.authSection .authBlock .backtoweb p a {
    color: #e60c20;
}

section.authSection .authCTA p {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 40px;
    justify-content: end;
}

section.authSection .authCTA p a {
    margin-left: 15px;
    color: #000;
    border: 2px solid #e60c20;
    padding: 27px 35px;
    line-height: 1px;
    display: flex;
}

section.authSection .authCTA p.showOnSignUp {
    display: none;
}

section.authSection img.loginImage {
    width: 85%;
    display: block;
    margin-left: auto;
}

footer.main-footer {
    background: #fff;
    padding: 60px 0;
}

footer.main-footer .ftWidget {}

footer.main-footer .ftWidget h4 {
    color: #1a1820;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 16px;
}

footer.main-footer .ftWidget p.ft-addr-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 40px;
}

footer.main-footer .ftWidget .ft-contact {}

footer.main-footer .ftWidget .ft-contact p {
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    color: #e60c20;
}

footer.main-footer .ftWidget .ft-contact p span {}

footer.main-footer .ftWidget .ft-contact p a {
    color: #000;
    margin-left: 5px;
}

footer.main-footer .ftWidget .ft-menu {}

footer.main-footer .ftWidget .ft-menu ul {}

footer.main-footer .ftWidget .ft-menu ul li {
    margin-bottom: 15px;
}

footer.main-footer .ftWidget .ft-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.copyrightsBlock {
    background: #fff;
    border-top: 1px solid #000;
    padding: 25px 0;
}

.copyrightsBlock .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyrightsBlock .block p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.copyrightsBlock .block .bottomLinks {
    display: flex;
}

.copyrightsBlock .block .bottomLinks a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.copyrightsBlock .block .bottomLinks span {
    display: block;
    margin: 0 15px;
    font-size: 13px;
}

header.main-header {
    padding: 0 40px;
    border-bottom: 1px solid #f3f4f7;
}

header.main-header .container-fluid {
    padding: 0;
}

header.main-header .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

header.main-header .primaryLogo {
    width: 240px;
/*    border-right: 1px solid #f3f4f7;*/
    padding: 15px 0;
}

header.main-header .primaryLogo a.brandLogo {
    max-width: 200px;
    display: block;
}

header.main-header .primaryLogo a.brandLogo img {
    width: 100%;
}

header.main-header .primaryMenu {
    width: 70%;
}

header.main-header a.logoutBtn {
    display: flex;
    justify-content: end;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background: #e70031;
    width: fit-content;
    padding: 12px 30px;
    border-radius: 3px;
}

header.main-header .primaryMenu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

header.main-header .primaryMenu ul li {
    margin: 0 25px;
}

header.main-header .primaryMenu ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    display: block;
}

section.main-content {
    padding: 0 40px;
}

section.main-content .portalSidebar {
    height: 100%;
    border-right: 1px solid #f3f4f7;
    padding-top: 25px;
    padding-right: 20px;
}

section.main-content .container-fluid {
    padding: 0;
}

section.main-content .portalSidebar .userInfoThumb {
    display: flex;
    align-items: center;
}

section.main-content .portalSidebar img {
    max-width: 50px;
    border-radius: 3px;
    margin-right: 15px;
    height: 50px;
    object-fit: cover;
    width: 50px;
    object-position: top;
}

section.main-content .portalSidebar h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

section.main-content .portalSidebar h3 a {
    color: #324360;
    transition: all 0.2s linear;
}

section.main-content .portalSidebar h3 a:hover {
    color: #000;
}

section.main-content .portalSidebar h3 span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin-top: 3px;
    text-transform: capitalize;
}

section.main-content .portalAds {
    padding-top: 25px;
}

section.main-content ul#portalAds {}

section.main-content ul#portalAds li {
    display: block;
    margin-bottom: 20px;
}

section.main-content ul#portalAds li a {}

section.main-content ul#portalAds li a img {
    width: 100%;
}

.page-content {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 80%;
}

.page-content .content-wrap {
    border: 1px solid #f3f4f7;
    border-radius: 5px;
    padding: 40px 60px;
    position: relative;
}

.page-content .content-wrap h2.page-title {
    color: #324360;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #f3f4f7;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.profile-block {}

.profile-block .profileImage {}

.profile-block .profileImage img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.profile-block a#uploadprofilephoto {
    width: 100%;
    background: #df0036;
    display: block;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
}

.profileShortInfo {
    margin-top: 25px;
}

.profileShortInfo h4 {
    color: #324360;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.profileShortInfo h4 span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-top: 3px;
    text-transform: capitalize;
}

.profileShortInfo a.contactemail {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #324360;
    margin-bottom: 12px;
}

.profileShortInfo p {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #324360;
    line-height: 20px;
    margin-bottom: 20px;
}

.profileItems {
    padding-left: 30px;
}

.profileItems .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #f3f4f7;
}

.profileItems .item h3 {
    color: #324360;
    font-size: 16px;
    font-weight: 600;
}

.dashboard-job-search {
    margin-bottom: 25px;
}

form#jobsearch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 15px;
}

form#jobsearch input {
    border-width: 1px;
    border-color: rgb(232, 235, 241);
    border-style: solid;
    border-radius: 4px;
    height: 47px;
    padding-left: 17px;
    width: 28%;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

form#jobsearch button {
    width: 15%;
    height: 47px;
    border: none;
    background: #d7003a;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}

form#jobsearch button img {
    margin-left: 10px;
    filter: invert(1) brightness(100);
    max-width: 20px;
}

form#filterform {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e8ebf1;
}

form#filterform .formfield {
    position: relative;
    margin-bottom: 20px;
}

form#filterform .formfield label {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #324360;
}

form#filterform .formfield input {
    width: 100%;
    border-width: 1px;
    border-color: rgb(232, 235, 241);
    border-style: solid;
    border-radius: 4px;
    height: 37px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
}

form#filterform .formfield select {
    width: 100%;
    border-width: 1px;
    border-color: rgb(232, 235, 241);
    border-style: solid;
    border-radius: 4px;
    height: 37px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
}

form#filterform .formfield img {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: auto;
    height: auto;
}

.sidebar-portfolio .item img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
    object-position: top;
    border: 1px solid #f1f1f1;
}

.sidebar-portfolio a {
    width: 100%;
    background: #df0036;
    display: block;
    text-align: center;
    color: #fff;
    padding: 14px 0;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
}

#jobs_table {
    margin-top: -45px;
}

#jobs_table thead {
    display: none;
}

#jobs_table tr td {
    vertical-align: middle;
    border: none;
    padding: 15px 0;
}

#jobs_table tr img {
    display: block;
    margin: 0 auto;
}

#jobs_table tr {
    border-bottom: 1px solid #f3f4f7;
}

#jobs_table tbody {
}

#jobs_table tr td i.bi.bi-heart {
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

#jobs_table tr td i.bi.bi-heart:hover {
    color: #cf003d;
}

#jobs_table tr td.job_info h4 {
    color: #324360;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

#jobs_table tr td.job_info p {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

#jobs_table tr td.job_info p i {
    font-size: 10px;
    color: #34445f;
}

#jobs_table tr td span.job_time {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    padding: 8px 0;
    color: #fff;
    width: 100px;
    text-align: center;
}

#jobs_table tr td span.job_time.job_morning {
    background: #6ab625;
}

#jobs_table tr td span.job_time.job_evening {
    background: #2c2c2c;
}

#jobs_table tr td span.job_time.job_afternoon {
    background: #e45e1f;
}

#jobs_table tr td.salary {
    font-weight: 700;
    font-size: 16px;
    color: #34445f;
    text-align: center;
}

#jobs_table tr td a.editBtn {
    padding: 6px 15px;
}

#jobs_table tr td:last-child {
    padding: 0 0;
    text-align: right;
}

#jobs_table tr td:first-child {
    text-align: center;
}

#jobs_table tr td:nth-child(2) {
    border-left: 1px solid #f3f4f7;
    border-right: 1px solid #f3f4f7;
    text-align: center;
}

#jobs_table tr td:nth-child(3) {
    padding-left: 15px;
}

.pg-employee-dashboard div.dt-container div.dt-layout-row div.dt-layout-cell {
    justify-content: center;
    margin: 0 auto;
}

.pg-employee-dashboard div.dt-container .dt-paging {
    margin-top: 30px;
}

.pg-employee-dashboard div.dt-container .dt-paging .dt-paging-button.current {
    background: transparent !important;
    border: none !important;
    color: #000000 !important;
    font-weight: 600;
}

.pg-employee-dashboard div.dt-container .dt-paging .dt-paging-button {
    color: #9f9f9f !important;
}

.pg-employee-dashboard div.dt-container .dt-paging .dt-paging-button:hover {
    background: transparent !important;
    color: #000 !important;
    border: none !important;
}

.profileShortInfoEdt {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.profileShortInfoEdt img {
    max-width: 50px;
    border-radius: 3px;
    margin-right: 10px;
    height: 50px;
    object-fit: cover;
    width: 50px;
    object-position: top;
}

.profileShortInfoEdt h4 {
    color: #324360;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.profileShortInfoEdt h4 span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin-top: 3px;
    text-transform: capitalize;
}

a#viewProfileBtn {
    background: #df0036;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 12px 17px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}

ul#editProfileTabs {}

ul#editProfileTabs li {
    display: block;
    margin-bottom: 25px;
}

ul#editProfileTabs li a {
    color: #324360;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.editProfileItems {}

.editProfileItems form {}

.editProfileItems form .row {
    border-bottom: 1px solid rgb(232, 235, 241);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.editProfileItems form .row:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.editProfileItems form input {
    width: 100%;
    border-width: 1px;
    border-color: rgb(232, 235, 241);
    border-style: solid;
    border-radius: 4px;
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
    color: #000;
}

.editProfileItems form select {
    width: 100%;
    border-width: 1px;
    border-color: rgb(232, 235, 241);
    border-style: solid;
    border-radius: 4px;
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
    color: #000;
}

.editProfileItems .editEmailBox {
    display: flex;
    justify-content: space-between;
}

.editProfileItems .editEmailBox h4 {
    color: #324360;
    font-size: 16px;
    font-weight: 600;
}

.editProfileItems .editEmailBox h4 span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
}

.editProfileItems .editEmailBox a.editAccountEmail.editBtn {}

.editProfileItems form .row button {
    background: #df0036;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 12px 17px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    border: none;
}

.editProfileItems h3 {
    color: #324360;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #f3f4f7;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.editcompanyBlock {}

.editcompanyBlock .companyImage {
    display: flex;
    align-items: center;
}

.editcompanyBlock .companyImage img {
    margin-right: 20px;
    display: block;
    max-width: 70px;
    height: 70px;
    object-fit: cover;
}

.editcompanyBlock .companyImage h3 {
    color: #324360;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.employerFormEdit {}

.employerFormEdit form {}

.employerFormEdit form h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0;
}

.employerFormEdit form .formfield {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.employerFormEdit form .formfield label {
    width: 230px;
    color: #324360;
    font-size: 14px;
    font-weight: 500;
}

.employerFormEdit form .formfield input {
    width: 65%;
    border-width: 1px;
    border-color: rgb(232, 235, 241);
    border-style: solid;
    border-radius: 4px;
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
    color: #000;
}

.employerFormEdit form .formfield select {
    width: 65%;
    border-width: 1px;
    border-color: rgb(232, 235, 241);
    border-style: solid;
    border-radius: 4px;
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
    color: #000;
}

.employerFormEdit form .formfield textarea {
    width: 65%;
    border-width: 1px;
    border-color: rgb(232, 235, 241);
    border-style: solid;
    border-radius: 4px;
    height: 150px;
    line-height: 20px;
    padding: 15px;
    font-size: 14px;
    color: #000;
    resize: none;
}

.employerFormEdit form button {
    width: 100%;
    background: #df0036;
    display: block;
    text-align: center;
    color: #fff;
    padding: 14px 0;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
}

.employerFormEdit form .formfield:nth-child(5) {
    align-items: flex-start;
}

.employerFormEdit form .formfield:last-child {
    margin-bottom: 0;
}

button.swal2-confirm.swal2-styled {
    background: #72a352 !important;
}

.swal2-popup .swal2-title {
    color: #000 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;!i;!;
}

div:where(.swal2-container) .swal2-html-container {
    font-size: 13px !important;
    color: #000 !important;
    font-weight: 600 !important;
    padding-top: 5px !important;
    line-height: 19px !important;
}

#emailfound {
    display: none;
    position: absolute;
    top: 3px;
    right: 0;
    color: red;
    font-size: 12px;
    font-weight: 600;
}

.swal2-icon-error button.swal2-confirm.swal2-styled {
    background: #c33e45 !important;
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}

#profileUploadBox {
    display: none;
}

#profileUploadBox .uploadOuter {
    text-align: center;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 450px;
    margin: 0 auto;
}

#profileUploadBox .uploadOuter label {
    color: #000;
    background: transparent;
    outline: none;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0;
}

#profileUploadBox strong {
    padding: 0 10px
}

#profileUploadBox .dragBox {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: 500;
    line-height: 95px;
    color: #919191;
    border: 3px dashed #ccc;
    display: inline-block;
    transition: transform 0.3s;
    text-transform: uppercase;
}

#profileUploadBox input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}

#profileUploadBox.draging {
    transform: scale(1.1);
}

#profileUploadBox #previewImage {
    text-align: center;
}

#profileUploadBox #previewImage img {
    max-width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 3px;
    width: 100%;
}

.updateBoxBtnSave {
    display: block;
    color: #df0036;
    border-color: #df0036;
    font-weight: 600;
    width: 100%;
    height: 45px;
    background: transparent;
    border-radius: 5px;
    margin-top: 10px;
    outline: none;
}

.fancyBoxUpdate {
    padding: 50px 30px 30px;
    display: none;
}

.fancyBoxUpdate h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#updateSummary textarea {
    width: 500px;
    height: 200px;
    padding: 15px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
    border-radius: 0;
    border: 1px solid #ddd;
}

.fancyBoxUpdate form .experience_block {
    border: 1px solid #eee;
    padding: 10px 10px 0;
    margin-bottom: 10px;
}

.fancyBoxUpdate form input {
    height: 45px;
    border-radius: 0;
    background: #fff;
    padding: 0 15px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.fancyBoxUpdate form select {
    height: 45px;
    border-radius: 0;
    background: #fff;
    padding: 0 15px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.fancyBoxUpdate form textarea {
    height: 120px;
    border-radius: 0;
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}

#updateExperience h3 {
    display: inline-block;
    float: left;
}

#updateExperience button#addExperienceBtn {
    float: right;
    background: transparent;
    border: none;
    font-weight: 600;
    color: red;
    font-size: 12px;
    padding: 0;
}

form#updateExperienceForm {
    display: inline-block;
    clear: both;
    width: 100%;
}

#updateExperience button.deleteExperienceBtn {
    background: #000;
    color: #fff;
    border: none;
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.fancyBoxUpdate form .experience_block:nth-child(even) {
    background: #f7f7f7;
    border-top: 2px solid #cfcfcf;
}

#updateEducation h3 {
    display: inline-block;
    float: left;
}

#updateEducation button#addEducationBtn {
    float: right;
    background: transparent;
    border: none;
    font-weight: 600;
    color: red;
    font-size: 12px;
    padding: 0;
}

form#updateeducationForm {
    display: inline-block;
    clear: both;
    width: 100%;
}

#updateEducation button.deleteExperienceBtn {
    background: #000;
    color: #fff;
    border: none;
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#updateEducation button.deleteEducationBtn {
    background: #000;
    color: #fff;
    border: none;
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.updateEmailBox {
    display: flex;
    align-items: center;
    position: relative;
    height: 0px;
    overflow: hidden;
    transition: all 0.2s linear;
}

.updateEmailBox input[type="email"] {
    height: 45px;
    border-radius: 0 !important;
}

.updateEmailBox button {
    margin: 0 !important;
    height: 45px;
    border-radius: 0 !important;;
}

#skillsUpdate #skillsContainer {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border: 1px solid #9d9d9d;
    padding: 10px 15px;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
    width: 500px;
}

#skillsUpdate .skill {
    background-color: #df0036;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

#skillsUpdate .skill span {
    cursor: pointer;
    margin-left: 5px;
    color: #fff;
    font-weight: bold;
}

#skillsUpdate .inputField {
    border: none;
    outline: none;
    width: 100%;
    flex-grow: 1;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

#skillsUpdate small.form-text.text-muted {
    position: absolute;
    bottom: -22px;
    color: #000 !important;!i;!;
    left: 0;
}

#skillsUpdate button#updateSkillBtn {
    margin-top: 30px;
}

#insterestsUpdate #insterestsContainer {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border: 1px solid #9d9d9d;
    padding: 10px 15px;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
    width: 500px;
}

#insterestsUpdate .insterest {
    background-color: #df0036;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

#insterestsUpdate .insterest span {
    cursor: pointer;
    margin-left: 5px;
    color: #fff;
    font-weight: bold;
}

#insterestsUpdate .inputField {
    border: none;
    outline: none;
    width: 100%;
    flex-grow: 1;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

#insterestsUpdate small.form-text.text-muted {
    position: absolute;
    bottom: -22px;
    color: #000 !important;!i;!;
    left: 0;
}

#insterestsUpdate button#updateInsterestBtn {
    margin-top: 30px;
}

.editBox:not(.active) {
    display: none;
}

.editBox.edittab2 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 100% -50px;
    margin-bottom: 10px;
    display: block;
}

.editBox.edittab3 textarea {
    width: 100%;
    height: 300px;
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    border: 1px solid rgb(232, 235, 241);
}

.editBox .updateBoxBtnSave {
    width: fit-content;
    padding: 0 50px;
    background: #d7003a;
    border: none;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.editBox button#addExperienceBtn {
    color: #cf003d;
    background: transparent;
    border: none;
    padding: 0;
    font-weight: 600;
    font-size: 12px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 15px;
}

.editBox button.deleteExperienceBtn {
    background: #000;
    color: #fff;
    border: none;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 3px;
}

.editBox .experience_block:nth-child(even) {
    background: #f7f7f7;
}

.editBox .experience_block {
    padding: 20px 20px;
}

.editBox .experience_block:nth-child(odd) {
    padding-bottom: 0;
}

.edittab4 #updateExperienceForm .row {margin-bottom: 10px;border: none;padding-bottom: 0;}

.editBox button#addEducationBtn {
    color: #cf003d;
    background: transparent;
    border: none;
    padding: 0;
    font-weight: 600;
    font-size: 12px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 15px;
}

.editBox button.deleteEducationBtn {
    background: #000;
    color: #fff;
    border: none;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 3px;
}

.edittab5 #updateeducationForm .row {margin-bottom: 10px;border: none;padding-bottom: 0;}

#companyBasicInformation {
    width: 500px;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(251 251 251 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s linear;
    opacity: 0;
    z-index: -1;
}

#loader.activeloader {
    z-index: 999;
}

.employerFormEdit form .formfield .flexItem:first-child {
    width: 60%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.employerFormEdit form .formfield .flexItem:first-child label {
    width: 230px;
}

.employerFormEdit form .formfield .flexItem:first-child input {
    width: 40%;
}

.employerFormEdit form .formfield .flexItem select {
    width: 100%;
    padding-right: 10px;
    font-size: 13px;
}

.employerFormEdit form .formfield .flexItem:last-child {margin-left: 20px;}

.employerFormEdit form .formfield .flexItem:last-child p {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.employerFormEdit form .formfield .flexItem:last-child input {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    accent-color: red;
}

#all_jobs_table {
    margin-top: 0px;
}

#all_jobs_table thead tr th .dt-column-order {
    display: none;
}

#all_jobs_table tbody tr td {
    vertical-align: middle;
    border: none;
    padding: 15px 0;
}

#all_jobs_table tbody tr {
    border-bottom: 1px solid #f3f4f7;
    border-top: 1px solid #f3f4f7;
}

#all_jobs_table tbody {}

#all_jobs_table tbody tr td.job_info h4 {
    color: #324360;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

#all_jobs_table tbody tr td.job_info p {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

#all_jobs_table tbody tr td.job_info p i {
    font-size: 10px;
    color: #34445f;
}

#all_jobs_table tbody tr td span.job_time {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    padding: 8px 0;
    color: #fff;
    width: 100px;
    text-align: center;
}

#all_jobs_table tbody tr td span.job_time.job_morning {
    background: #6ab625;
}

#all_jobs_table tbody tr td span.job_time.job_evening {
    background: #2c2c2c;
}

#all_jobs_table tbody tr td span.job_time.job_afternoon {
    background: #e45e1f;
}

#all_jobs_table tbody tr td.salary {
    font-weight: 700;
    font-size: 16px;
    color: #34445f;
    text-align: center;
}

#all_jobs_table tbody tr td a.editBtn {
    padding: 6px 15px;
}

#all_jobs_table tbody tr td:last-child {
    padding: 0 0;
    text-align: right;
}

#all_jobs_table tbody tr td:first-child {
    border-left: 1px solid #f3f4f7;
    padding-left: 15px;
}

#all_jobs_table tbody tr td:nth-child(2) {
    border-left: 1px solid #f3f4f7;
    border-right: 1px solid #f3f4f7;
    text-align: center;
}

#all_jobs_table tbody tr td:nth-child(3) {
    padding-right: 15px;
    border-right: 1px solid #f3f4f7;
}

#all_jobs_table thead tr th:nth-child(2) {
    text-align: center;
}

#all_jobs_table thead tr th:nth-child(3) {
    text-align: center;
}

#all_jobs_table thead tr th:last-child {
    padding-right: 0px;
    text-align: right;
}

#all_jobs_table tbody tr td:last-child {
    font-weight: 400;
    font-size: 14px;
}

td.salary span.salaryTypeText {
    display: block;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
}

.page-content .content-wrap h2.page-title.ptitle_wcta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-content .content-wrap h2.page-title.ptitle_wcta a {
    display: flex;
    justify-content: end;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background: #e70031;
    width: fit-content;
    padding: 12px 30px;
    border-radius: 3px;
}

form#uploadResumeForm {
    position: relative;
    margin-top: 15px;
}

form#uploadResumeForm input#resumeFile {
    width: 100%;
    height: 50px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

form#uploadResumeForm label {
    width: 100%;
    height: 50px;
    background: #df0036;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

form#uploadResumeForm small {
    display: block;
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #626262;
}

a.clearsearch {
    background: #000;
    color: #fff;
    padding: 8px 17px;
    display: block;
    width: fit-content;
    margin: 25px auto 0;
    border-radius: 50px;
    font-size: 12px;
    position: absolute;
    top: 20px;
    right: 50px;
}

div:where(.swal2-icon) .swal2-icon-content {
    font-size: 45px!important;
}

.swal2-popup .swal2-styled {
    margin-top: 0 !important;
}

span.alreadyappliedjob {
    font-size: 12px;
    background: green;
    display: block;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
    color: #fff;
}

#all_jobs_table tbody tr td.dt-empty {
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
    color: grey;
}

.employerSidebarMenu {}

.employerSidebarMenu ul {
    margin-top: 20px;
}

.employerSidebarMenu ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.employerSidebarMenu ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

body.pg-applications table h4 {
    margin-bottom: 0 !important;
}

#all_jobs_table tbody tr td.applicatonEmployeeDate {
    font-weight: 400;
    font-size: 13px;
    color: #34445f;
    text-align: center;
}

#all_jobs_table tbody tr td.applicationActions {}

#all_jobs_table tbody tr td.applicationActions a.approveApplication {
    color: green;
    font-size: 24px;
    display: inline-block;
    position: relative;
    top: 3px;
}

#all_jobs_table tbody tr td.applicationActions a.rejectApplication {
    color: red;
    font-size: 24px;
    display: inline-block;
    position: relative;
    top: 3px;
}

#all_jobs_table tbody tr td.applicationActions a.viewApplicationProfile {
    color: #000;
    border: 1px solid #000;
    padding: 7px 10px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 10px;
    position: relative;
    top: 0;
}

.employeeprofiledetails {
    padding-left: 30px;
}

.employeeprofiledetails .block {
    padding-bottom: 15px;
}

.employeeprofiledetails .block h4 {
    background: #f1f1f1;
    padding: 15px;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}

.employeeprofiledetails .block:first-child p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 32px;
}

.employeeprofiledetails .block .loopBlock {
    position: relative;
}

.employeeprofiledetails .block .loopBlock h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.employeeprofiledetails .block .loopBlock h5 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 3px 0 10px;
}

.employeeprofiledetails .block .loopBlock:not(:nth-child(2)), .employeeprofiledetails .block .loopBlock:not(:last-child) {
    margin-bottom: 20px;
}

.employeeprofiledetails .block .loopBlock p {
    font-size: 11px;
    position: absolute;
    top: 10px;
    right: 0;
}

.page-content.employeeProfile .profileImage img {
    height: 200px;
}

h2.page-title.ptitle_wcta.ApplicantTitle span {
    flex: 0 1 72%;
}

h2.page-title.ptitle_wcta.ApplicantTitle a {
    margin-left: 10px;
}

h2.page-title.ptitle_wcta.ApplicantTitle a.approveApplication {
    background: green !important;!i;!;
}

#myjobstable {
    margin-top: 0px;
}

#myjobstable thead tr th .dt-column-order {
    display: none;
}

#myjobstable tbody tr td {
    vertical-align: middle;
    border: none;
    padding: 15px 0;
}

#myjobstable tbody tr {
    border-bottom: 1px solid #f3f4f7;
    border-top: 1px solid #f3f4f7;
}

#myjobstable tbody {}

#myjobstable tbody tr td.job_info h4 {
    color: #324360;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

#myjobstable tbody tr td.job_info p {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

#myjobstable tbody tr td.job_info p i {
    font-size: 10px;
    color: #34445f;
}

#myjobstable tbody tr td span.job_time {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    padding: 8px 0;
    color: #fff;
    width: 100px;
    text-align: center;
}

#myjobstable tbody tr td span.job_time.job_morning {
    background: #6ab625;
}

#myjobstable tbody tr td span.job_time.job_evening {
    background: #2c2c2c;
}

#myjobstable tbody tr td span.job_time.job_afternoon {
    background: #e45e1f;
}

#myjobstable img {
    max-width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: top;
    margin-right: 15px;
}

#myjobstable tbody tr td.job_info h4 {
    color: #324360;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

#myjobstable tbody tr td.job_info p {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

#myjobstable tbody tr td.job_info p i {
    font-size: 10px;
    color: #34445f;
}

span.appl_pending {
    background: grey;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    padding: 8px 0;
    width: 100px;
    text-align: center;
}

span.appl_approved {
    background: green;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    padding: 8px 0;
    width: 100px;
    text-align: center;
}

span.appl_rejected {
    background: red;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    padding: 8px 0;
    width: 100px;
    text-align: center;
}

.companyTableDetails {display: flex;align-items: center;}

.companyTableDetails span {
    font-weight: 600;
}

.resume_generation {
    text-align: right;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}

.resume_generation a.resume_creation_btn {
    background: #d7003a;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 11px 11px;
    display: inline-block;
    border-radius: 5px;
}

span.filldetailserror {
    display: block;
    background: #fff6db;
    padding: 15px 0;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

section.main-content .portalAds .portfolioSliderSidebar iframe {
    height: 344px;
    width: 100%;
    object-fit: cover;
}

.employeeprofiledetails .block .loopBlock p.expappinfo {
    position: unset;
    line-height: 15px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}

.employeeprofiledetails .block .loopBlock:last-child p.expappinfo {
    border: none;
    padding-bottom: 0;
}