@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* font-family: "Montserrat", sans-serif; */


/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat';
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

p {
    font-weight: 500;
    font-size: 13px;
    color: #919191;
    font-family: 'Montserrat';
    line-height: 21px;
    margin: 0;
}


/***** Font Files *****/

@font-face {
    font-family: 'BlenderPro-Medium';
    src: url(../fonts/BlenderPro-Medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Cutmark';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Rajdhani';
    font-size: 42px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Cutmark';
    font-size: 21px;
    line-height: 1.2;
    color: #111010;
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h4 {
    font-family: 'BlenderPro-Medium';
    font-size: 24px;
    line-height: 1.2;
    color: #111010;
    font-weight: 300;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Cutmark';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50% !important;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* Sidebar SEction Start */

.dashboard_page-box {
    background: #232b52;
    position: relative;
    z-index: 9;
}

section.side_bar {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 0vh;
}

.side-bar-logo {
    text-align: center;
    padding: 26px 0px;
}

.dashboard_page-box .col-xl-2.col-lg-3.col-md-4 {
    padding: 0;
}

.dashboard_page-box .col-xl-10.col-lg-9.col-md-8 {
    padding: 0;
}

.side-bar-profile {
    text-align: center;
    padding: 20px 0;
}

.side-bar-profile h6 {
    font-size: 10px;
    color: #ffffff;
    text-transform: capitalize;
}

.side-bar-profile img {
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    object-fit: cover;
}

.side-bar-profile h5 {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}

ul.slidebar_menu a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    /* height: 70px; */
    font-weight: 500;
    transition: 0.3s ease-in-out;
    font-family: 'BlenderPro-Medium';
    opacity: .7;
}

ul.slidebar_menu a:hover,
ul.slidebar_menu a.active {
    color: #fff;
    opacity: 1;
}

ul.slidebar_menu a img {
    transition: .2s all;
    width: 35px;
    height: 30px;
    padding: 5px;
    border-radius: 7px;
    object-fit: contain;
}

ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(61%) saturate(332%) hue-rotate(5deg) brightness(90%) contrast(85%);
    opacity: 1;
}

.side-bar-logout-box a {
    background: #03101e;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 80px;
    letter-spacing: 1px;
}

.side-bar-logout-box a i {
    font-size: 18px;
    font-weight: 600;
}

.dashbord-right-box {
    background: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.subchild {
    display: none;
    margin-left: 20px;
    position: relative;
}

.slidebar_menu li:hover>.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild a {
    justify-content: center;
}



.header-profile {
    text-align: center;
    border-radius: 30px;
    padding: 30px 0 30px;
    border: 1px solid #c0a2599e;
}

.user-imag-sid {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 10px;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.header-profile h5 {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 -9px 0;
}

.header-profile span {
    color: #9e9e9e;
    font-family: 'BlenderPro-Medium';
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
}

.slidebar_menu {
    border-radius: 30px;
    margin: 0;
    padding-top: 40px;
    position: relative;
}

.slidebar_menu:before {
    content: '';
    position: absolute;
    background: #232b52;
    width: 30%;
    height: 15%;
    top: -20px;
    right: 0;
    margin: auto;
    text-align: center;
    left: 0;
    border-radius: 50%;
}

ul.slidebar_menu a span {
    display: block;
    font-size: 11px;
    color: #7c7c7c;
}

.side-bar-list {
    padding: 0 20px;
}



.men-left-card {
    border: 1px solid #c0a2599e;
    border-radius: 30px;
}

.log-out-bottom {
    margin: 60px 0 20px 0;
}

.log-out-bottom a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 0 0 10px;
    /* border-bottom: 1px solid #d7d7d7; */
    width: 100%;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    font-family: 'BlenderPro-Medium';
    margin-bottom: 15px;
}

.log-out-bottom a img {
    transition: .2s all;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 7px;
    object-fit: contain;
}

.log-out-bottom a.logout-btn {
    font-size: 14px;
    color: #fff;
    background: #c0a259;
    display: block !important;
    width: 90%;
    padding: 20px 50px !important;
    border-radius: 12px;
    margin: 0 auto !important;
    text-align: center;
}
/* Sidebar SEction End */


/*  Header Nav Bar Start */

.search-nav {
    position: relative;
    z-index: 1;
    padding: 24px 30px 24px 30px;
    margin-bottom: 0;
}

.header-search button {
    width: 60px;
    height: 45px;
    background: #ebebeb00;
    border: 0;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.header-search input {
    width: 180%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 60px;
    height: 60px;
    padding-left: 60px;
    font-family: 'BlenderPro-Medium';
    background: transparent;
}

ul.header-profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin-bottom: 0;
    margin-right: 20px;
}

a.mailbox i {
    font-size: 20px;
    color: #918f8f;
    position: relative;
    z-index: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.mailbox span {
    width: 5px;
    height: 5px;
    background: #c0a259;
    padding: 1px;
    position: absolute;
    top: 11px;
    right: 0px;
    border-radius: 10px;
    z-index: 1;
}

.mail-box {
    position: relative;
}

.user-profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    border-left: 1px solid #e7e7e7;
    margin-left: -10px;
    padding-left: 15px;
}
.user-profile-img {
    border: 2px solid  #c0a259;
    border-radius: 60px;
    padding: 5px;
}
.user-profile-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

.user-profile-info h4 {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.search-nav .row {
    align-items: center;
}

.notification-box {
    position: relative;
}

.side-bar-logo img,
.side-bar-logo a {
    width: auto;
    object-fit: cover;
}


/* Mail Box */

ul.mail-messages {
    position: absolute;
    right: 0;
    width: 230px;
    background: #232b52;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.mail-messages li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.mail-messages li .mail-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.mail-messages li:hover {
    background: #c0a259;
}

ul.mail-messages li .mail-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.mail-messages li .mail-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.mail-messages li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.mail-messages li:last-child {
    border: 0;
}


/* Mail Box */


/* Notification Box */

ul.notification-messages-list {
    position: absolute;
    right: 0;
    width: 230px;
    background: #232b52;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.notification-messages-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.notification-messages-list li .notification-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.notification-messages-list li:hover {
    background: #c0a259;
}

ul.notification-messages-list li .notification-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.notification-messages-list li .notification-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.notification-messages-list li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.notification-messages-list li:last-child {
    border: 0;
}

.notification-dropdown-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.notification-dropdown-btns a {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #c0a259;
    padding: 5px 8px;
    border-radius: 5px;
    width: 48%;
    justify-content: center !important;
    border: 1px solid #000;
}

ul.notification-messages-list li:hover .notification-dropdown-btns a {
    background: #000;
}


/* Notification Box */


/* Profile Box */

.user-profile-dropdown {
    position: absolute;
    right: 10px;
    width: 150px;
    background: #232b52;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
}

.user-profile-dropdown a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    transition: .2s all;
    text-align: center;
}

.user-profile-dropdown a:last-child {
    border: 0;
}

.user-profile-dropdown a:hover {
    background: #c0a259;
}

.user-profile-info h4>span {
    display: block;
    font-size: 10px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.user-profile-info h4>i {
    position: absolute;
    right: -20px;
    top: 0;
}

.header-search {
    position: relative;
    width: 80%;
}

.header-search a {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #7c7c7c;
}

.bookmark-icon {
    font-size: 18px;
    color: #c0a259;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #c0a25947;
    border-radius: 50%;
}

/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
} */


/* Profile Box */


/* Page Content */

.dashboar_page-content {
    padding: 0px 20px;
    background: #ffffff;
    border-radius: 20px;
    margin: 20px;
}

.imageWrapper {
    border: 3px solid #888;
    width: 7%;
    padding-bottom: 6%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 42%;
    left: 58%;
    transform: translate(-50%, -50%);
}
.card-box {
  border-width: 1px;
  border-color: rgb(231, 231, 231);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
  padding: 20px;
  margin: 10px 0;
}

.title {
    font-size: 30px;
    color: #202020;
    margin-bottom: 0;
}

.job-detail-head p {
    font-size: 14px;
    color: #949494;
    margin: 0;
}

.job-detail-head {
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.jobhd-info h3 {
    font-size: 18px;
    color: #272725;
    font-family: 'BlenderPro-Medium';
}

span.active {
    font-size: 13px;
    color: #3dcb3d;
    background: #3dcb3d40;
    padding: 7px 15px;
    border-radius: 50px;
    font-weight: 600;
}

.job-date span {
    font-size: 14px;
    color: #6b7280;
    font-family: 'BlenderPro-Medium';
    margin: 0 30px 0 0;
    text-transform: uppercase;
    font-weight: 600;
}

.job-date span i {
    margin: 0 3px 0 0;
}

.job-detail-headbottom ul {display: flex;align-items: center;justify-content: space-between;margin-bottom: 0;}

.jobhd-buttons a {
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(242, 242, 242);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    color: #121212;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}

.jobhd-buttons a i {
    color: #7c7c7c;
}

.jobhd-buttons {
    display: inline-flex;
    gap: 10px;
}

.job-review-title {
    font-size: 18px;
    color: #272725;
    font-family: 'BlenderPro-Medium';
    margin: 0;
    font-weight: 600;
}

ul.job-review-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
    margin: 20px 0 20px 0;
}

ul.job-review-list li {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.job-rev-icon {
  border-width: 1px;
  border-color: rgb(223, 223, 223);
  border-style: solid;
  border-radius: 6px;
  background-color: rgb(245, 245, 245);
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
}


.job-rev-det span {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    color: #7e7e7e;
    font-weight: 700;
}

.job-rev-det h6 {
    font-size: 11px;
    color: #272725;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}

.statistics .job-review-title {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

ul.static-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

ul.static-list li p, ul.static-list li span {
    font-size: 15px;
    color: #373737;
    font-family: 'BlenderPro-Medium';
    font-weight: 500;
}

/*Dashedboard Start*/

/* Post New Job Page  */
.post-job-page .job-detail-head ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.btn {
  border-width: 1px;
  border-color: rgb(225, 225, 225);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(242, 242, 242);
  width: 122px;
  height: 45px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'BlenderPro-Medium';
  font-weight: 600;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.secondary-btn {
    background: #c0a259;
    color: #fff;
}

.form-group label {
    font-size: 15px;
    color: #121111;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'BlenderPro-Medium';
}

.form-group input, .form-group select, .form-group textarea {
  border-width: 1px;
  border-color: rgb(210, 210, 210);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  height: 58px;
  width: 100%;
  padding: 10px 15px;
  color: #898989;
  font-weight: 500;
  font-size: 14px;
  margin: 3px 0 15px;
}


.form-group textarea {
    height: 150px;
    resize: unset;
}

label {
    font-size: 15px;
    color: #121111;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'BlenderPro-Medium';
}

.post-job-page .job-detail-head {
    margin-bottom: 0;
}



.containerrr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.containerrr {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  user-select: none;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.checkmark {
  --clr: #c0a259;
  position: relative;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 4px;
  transition: 300ms;
  display: grid;
  place-content: center;
  overflow: hidden;
}

.containerrr input:checked ~ .checkmark {
  background-color: #c0a259;
  border-radius: 3px;
  animation: pulse 500ms ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.containerrr input:checked ~ .checkmark:after {
  display: block;
}

.containerrr .checkmark:after {
  left: 0.75em;
  top: 0.45em;
  width: 0.35em;
  height: 0.6em;
  border: solid #E0E0E2;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 #c0a25990;
    rotate: 20deg;
  }

  50% {
    rotate: -20deg;
  }

  75% {
    box-shadow: 0 0 0 10px #c0a25960;
  }

  100% {
    box-shadow: 0 0 0 13px #c0a25930;
    rotate: 0;
  }
}

.form-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 7px 0 15px;
}


/* New Post Page */
.job-detail-head ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.job-searching form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-search-inp {
  border-width: 1px;
  border-color: rgb(225, 225, 225);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(242, 242, 242);
  height: 45px;
  width: 82%;
  display: flex;
  align-items: center;
}


.job-search-inp input {height: 100%;width: 95%;border: 0;background: transparent;font-size: 14px;font-family: 'BlenderPro-Medium';text-transform: uppercase;padding: 0 10px;}

.job-search-inp button {
    height: 100%;
    border: 0;
    background: transparent;
    width: 50px;
}

.job-searching form select {
    width: 16%;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(242, 242, 242);
    height: 45px;
    font-size: 14px;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}




.manage-job-page .job-image {
    width: 134px;
    height: 84px;
    border-radius: 8px;
    overflow: hidden;
}

.job-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.actions-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.actions-btn i {
  border-radius: 10px;
  background-color: rgb(245, 245, 245);
  width: 50px;
  height: 46px;
  display: grid;
  place-content: center;
  color: #7a7a7a;
}

.manage-job-page .table-header {
    background: #f8f9fa;
    padding: 14px 20px;
    font-size: 13.5px;
    font-weight: 600;
    color: #777;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: rgb(242, 242, 242);
}

.manage-job-page .table-row {
    background: #fff;
    padding: 14px 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    transition: all 0.2s;
    border-width: 1px;
    border-color: rgb(231, 231, 231);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
}



.manage-job-page .table-row:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.manage-job-page .checkbox-col {
    width: 50px;
}

.manage-job-page .row-left {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 2;
    /* More space for Job Title */
}


.manage-job-page .job-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manage-job-page .job-title {
    font-size: 14.5px;
    font-weight: 600;
    color: #333;
    font-family: 'BlenderPro-Medium';
}

.manage-job-page .row-content {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 25px;
}

.manage-job-page .row-content>div {
    font-size: 14.5px;
    color: #333;
    min-width: 130px;
    font-family: 'BlenderPro-Medium';
    font-weight: 600;
}

.manage-job-page .status {
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    min-width: 85px;
    text-align: center;
}

.manage-job-page .active {
    background: #d4edda;
    color: #155724;
}

.manage-job-page .closed {
    background: #f8d7da;
    color: #721c24;
}

.manage-job-page .draft {
    background: #fff3cd;
    color: #856404;
}
.manage-job-page .actions ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 6px;
}
.manage-job-page .actions li i {
    background: #f8f9fa;
    padding: 9px;
    border-radius: 7px;
    color: #555;
    transition: 0.3s;
    border-radius: 10px;
    background-color: rgb(245, 245, 245);
    width: 50px;
    height: 46px;
    display: grid;
    place-content: center;
}
.manage-job-page .actions li a:hover {
    background: #e9ecef;
    color: #333;
}
.actio-col {
    text-align: left;
    width: 160px;
}
/* New Post Page */

/* Home Page */
.home-aone-page h1 {
    color: #000;
    font-family: 'BlenderPro-Medium';
    text-align: center;
    padding: 50px;
    border: 1px solid #000;

  border-width: 1px;
  border-color: rgb(231, 231, 231);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);

}

.home-aone-page {
    display: block;
    align-content: center;
    height: 60vh;
}
/* Home Page */