@font-face {
  font-family: "Futura-book";
  src: url("../fonts/FUTURALT-BOOK.TTF");
}

@font-face {
  font-family: "Futura-bold";
  src: url("../fonts/FUTURALT-BOLD.TTF");
}

@font-face {
  font-family: "Playfair-Display";
  src: url("../fonts/PLAYFAIRDISPLAY-WGHT_1.TTF");
}

@font-face {
  font-family: "fonters";
  src: url("../fonts/FONTERS.OTF");
}

.fontlt-bold
{
  font-family: "Futura-bold" !important;
}

.fonplayfair
{
  font-family: "Playfair-Display" !important;
}

.bg-primary-black
{
  background-color: #231F20;
}

.sec-title
{
  font-size: 22px !important;
}

.mobile-Show {
  display: none;
}

.btn-dark {
  background: #000000;
  font-size: 10px;
  color: white;
  font-family: "Futura-bold";
  text-transform: uppercase;
  border: none;
  font-weight: 900;
  text-wrap-mode: nowrap;
  min-width: 212px;
  width: fit-content;
}

.ipad-Show {
  display: none;
}

img {
  width: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
  font-family: "Futura-book";
  border-radius: unset !important;
  padding: 8px 20px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paddingLeft-0 {
  padding-left: 0;
}

.paddingRight-0 {
  padding-right: 0;
}

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

.lightPingbg {
  background: #E8CCC8;
}

.darklighpink {
  background: #EEDBD7;
}

.empactiveappbg {
  background: unset;
}

.emp-active-job-bg {
  background: #EBDFE3;
}

.emp-active-job-light-bg {
  background: #E7D6DC;
}

.w-40-p {
  width: 40% !important;
}

.w-30-p {
  width: 30% !important;
}

a {
  color: #000;
  text-decoration: none !important;
}

button:focus {
  box-shadow: unset !important;
}

.lastDatawrap button {
  font-size: 12px !important;
}

.employeeJobsLabel {
  right: -126px !important;
}

.employeeBtnArrow {
  right: 0px !important;
  bottom: 2% !important;
}

.emp-profile-dash-section {
  background: #ecebe7;
  padding: 20px 100px 0 100px;
  margin-bottom: 100px;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  box-shadow: none;
  background-color: #000;
  outline: none;
}

.empProfileBox {
  background: #D9BEC5;
  padding: 30px 0;
}

.empProfileBox figure {
  margin: 0 auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EBDFE3;
}

.empProfileBox figure h1 {
  font-family: "Playfair-Display";
  font-size: 77px;
}

.empProfileBox figure img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: contain;
  background-color: #fff;
}

.empProfileBox .info {
  text-align: center;
  padding-top: 20px;
}

.empProfileBox .info h5 {
  font-size: 25px;
  font-family: "Playfair-Display";
  color: #1B2437;
  text-transform: capitalize;
  font-weight: 700;
  padding: 0 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}

.empProfileBox .info p {
  font-size: 14px;
  font-family: "Futura-book";
}

.empProfileBox .info .setting {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  font-family: "Futura-bold";
  letter-spacing: 1.2px;
}

.empProfileBox .info .setting svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: -4px;
}

.empProfileBox .info .active {
  color: red;
}

.emp-left-tabs {
  margin-top: 30px;
  background: #fff;
}

.emp-left-tabs .nav-tabs {
  padding-top: 30px;
  border-bottom: unset;
  margin-bottom: 60px;
}

.emp-left-tabs .nav-tabs .toggleTab {
  background-color: #F2F2F2;
  margin-bottom: 0px !important;
}

.emp-left-tabs .nav-tabs .toggleTab .arrowIcon {
  padding-right: 20px;
  font-size: 20px;
}

.emp-left-tabs .nav-tabs .toggleTab a {
  padding: 5px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.emp-left-tabs .nav-tabs .toggleTab a .arrowIcon {
  padding: 0;
  transform: rotate(269deg);
}

.emp-left-tabs .nav-tabs .toggleTab a img {
  width: 20px;
  height: 20px;
}

.emp-left-tabs .nav-tabs .nav-item {
  width: 100%;
  margin: 0 auto 20px;
}

.emp-left-tabs .nav-tabs .nav-item .nav-link {
  color: #000;
  font-size: 14px;
  padding: 10px 10px 10px 50px;
  border: unset;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.emp-left-tabs .nav-tabs .nav-item .nav-link svg {
  margin-right: 10px;
}

.emp-left-tabs .nav-tabs .nav-item .nav-link:hover {
  border: unset;
  padding: 10px 10px 10px 50px;
  background-color: #F2F2F2;
  border-radius: unset;
}

.emp-left-tabs .nav-tabs .nav-item .nav-link.active {
  background-color: #dfc8ce;
  border-color: unset;
  border: unset;
  border-radius: unset;
}

.emp-left-tabs .nav-tabs .nav-item:hover {
  border: unset;
}

.emp-job-for-me {
  padding: 20px 30px;
}

.emp-job-for-me h5 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  font-family: "Playfair-Display";
  margin-bottom: 0;
}

.emp-job-for-me h5 span
{
  background-color: rgba(255, 255, 255, 0.5);
  min-width: 32px;
  min-height: 32px;
  padding: 0 6px 5px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emp-edit-left-pannel {
  margin-bottom: 20px;
}

.emp-edit-pro-title-header {
  background: #dfc8ce;
  padding: 30px 30px 60px;
}

.emp-edit-pro-title-header h4 {
  font-size: 16px;
  font-family: "Futura-bold";
}

.emp-edit-pannel {
  background: #E7D6DC;
  padding: 30px 30px;
}

.emp-edit-contact-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.emp-edit-contact-header h6 {
  font-size: 12px;
  font-family: "Futura-bold";
  margin-bottom: 0;
  letter-spacing: 0.24px;
}

.emp-edit-contact-header .btn-primary {
  margin-left: auto;
  padding: 2px 15px;
  font-size: 12px;
  letter-spacing: 1.2px;
}

.emp-round {
  border: 2px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 293px;
  width: 293px;
  margin-top: 40px;
}

.emp-round .text h5 {
  font-family: "Playfair-Display";
  font-weight: 600;
  font-size: 70px;
  color: #000;
  margin-bottom: 20px;
  line-height: 40px;
}

.emp-round .text p {
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.emp-edit-info {
  padding: 20px 0;
  width: 88%;
  margin-left: auto;
}

.emp-edit-info .data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.emp-edit-info .data .namelable {
  width: 40%;
}

.emp-edit-info .data .namelable p {
  margin-bottom: 0;
  font-size: 12px;
  font-family: "Futura-bold";
  color: #000;
  letter-spacing: 0.24px;
}

.emp-edit-info .data .colon {
  width: 10%;
  font-size: 16px;
  color: #000;
}

.emp-edit-info .data .nameshow {
  width: 50%;
}

.emp-edit-info .data .nameshow p {
  font-family: "Futura-book";
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: 600;
}

.current-password {
  width: 70%;
  margin: 30px auto;
}

.current-password label {
  font-size: 12px;
  margin-bottom: 5px;
  font-family: "Futura-bold";
}

.current-password .form-group {
  position: relative;
}

.current-password .form-group .form-control {
  height: 41px;
  position: relative;
}

.current-password .form-group .toggle-password {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.emp-edit-photo .editphoto {
  position: relative;
}

.emp-edit-photo .editphoto .circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 128px;
  height: 128px;
  margin: -80px auto 20px;
  background-color: #fff;
}

.emp-edit-photo .editphoto .circle .profile-pic {
  width: 100%;
  max-height: 200px;
  height: 128px;
  display: inline-block;
}

.emp-edit-photo .editphoto .circle img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.emp-edit-photo .editphoto .circle .img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.emp-edit-photo .editphoto .p-image {
  position: absolute;
  bottom: 10px;
  right: 39%;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.emp-edit-photo .editphoto .p-image .upload-button {
  padding: 9px;
  font-size: 13px;
  background: #fff;
  border-radius: 50%;
}

.emp-edit-photo .editphoto .p-image .file-upload {
  display: none;
}

.emp-news-letter {
  background: #F7D4D4;
  padding: 20px;
}

.emp-news-letter figure {
  margin-bottom: 40px;
}

.emp-news-letter .emp-newsletter-prefrance {
  display: flex;
  cursor: pointer;
  gap: 10px;
  justify-content: space-between;
}

.emp-news-letter .emp-newsletter-prefrance p {
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Futura-bold";
  white-space: nowrap;
}

.emp-news-letter-toggle {
  background: #fff;
}

.emp-news-letter-toggle .new-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
  height: 90px;
}

.emp-news-letter-toggle .new-row .news-title {
  width: 60%;
}

.emp-news-letter-toggle .new-row .news-title p {
  font-family: "Futura-bold";
  font-size: 12px;
  margin-bottom: 0;
}

.emp-news-letter-toggle .new-row .news-status {
  width: 40%;
}

.emp-news-letter-toggle .new-row .news-status p {
  font-size: 10px;
  margin-bottom: 0;
  font-family: "Futura-bold";
}

.emp-news-letter-toggle .new-row .news-status p svg {
  margin-right: 5px;
}

.emp-news-letter-toggle .new-row:first-child {
  border-bottom: 1px solid #e0e0e0;
}

.emp-edit-info-with-input {
  width: 88%;
  margin-left: auto;
}

.emp-edit-info-with-input .form-control {
  border: 1px solid #000000;
  background: transparent;
  border-radius: 0;
}

.emp-edit-info-with-input .form-control::placeholder {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #757575;
}

.emp-edit-info-with-input .lastDatawrap {
  flex-wrap: unset !important;
  gap: 15px !important;
}

.emp-edit-info-with-input .lastDatawrap .btn-primary {
  padding: 8px 20px !important;
}

.emp-edit-info-with-input .data {
  justify-content: center;
  margin-top: 20px;
}

.emp-edit-info-with-input .data .btn-cancel {
  border: 1px solid #000000;
  padding: 8px 0;
  margin-right: 20px;
  border-radius: unset;
  min-width: 180px;
  margin-top: 20px;
}

.emp-edit-info-with-input .data .btn-primary {
  padding: 8px 30px;
  margin-top: 20px;
  min-width: 180px;
}

.current-password .lastDatawrap {
  flex-wrap: unset !important;
  gap: 15px !important;
}

.current-password .lastDatawrap .btn-primary {
  padding: 8px 20px !important;
}

.current-password .data {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.current-password .data .btn-cancel {
  border: 1px solid #000000;
  padding: 8px 0;
  margin-right: 20px;
  border-radius: unset;
  min-width: 180px;
  margin-top: 20px;
}

.current-password .data .btn-primary {
  padding: 8px 30px;
  margin-top: 20px;
  min-width: 185px;
}

#emp-edit-dashboard-show {
  display: none;
}

#emp-update-password-show {
  display: none;
}

#profile-tab-show {
  display: none;
}

.channelSection {
  background: #ecebe7;
}

.channel-gmbh {
  padding-top: 30px;
}

.channel-gmbh h4 {
  font-size: 57px;
  font-family: "Playfair-Display";
  font-weight: 900;
}

.channel-gmbh p {
  font-size: 14px;
  color: #000;
}

.form-switch {
  text-align: center;
  padding-left: 0;
}

.form-switch label {
  font-size: 12px;
  font-family: "Futura-bold";
}

.form-switch input[type="checkbox"] {
  position: relative;
  width: 63px;
  height: 26px;
  -webkit-appearance: none;
  appearance: none;
  background: #ccc4c4;
  outline: none;
  border-radius: 2rem;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  margin-top: 1.2em;
}

.form-switch input[type="checkbox"]::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: 0.5s;
}

.form-switch input[type="checkbox"]:checked {
  background: #4db72e;
}

.form-switch input[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: #fff;
  left: 40%;
  top: 5px;
}

.form-switch-red {
  text-align: center;
  padding-left: 0;
}

.form-switch-red label {
  font-size: 10px;
  font-family: "Futura-book";
}

.form-switch-red input[type="checkbox"] {
  position: relative;
  width: 63px;
  height: 26px;
  -webkit-appearance: none;
  appearance: none;
  background: #ccc4c4;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
}

.form-switch-red input[type="checkbox"]::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: 0.5s;
}

.form-switch-red input[type="checkbox"]:checked {
  background: #f94545;
}

.form-switch-red input[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: #fff;
  left: 40%;
  top: 5px;
}

.newsToggel {
  display: none;
  margin-top: 2em;
}

.emp-job-for-me-sub {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 28px 30px !important;
}

.emp-job-for-me-sub .img {
  width: 20%;
}

.emp-job-for-me-sub .img p {
  background: #fff;
  text-align: center;
  border-radius: 11px;
  padding: 10px;
  margin-bottom: 0;
  font-size: 16px;
  height: 100px;
  display: flex;
  align-items: center;
}

.emp-job-for-me-sub .text {
  width: 80%;
}

.emp-job-for-me-sub .text h5 {
  font-family: "Playfair-Display";
  font-size: 24px;
  padding-left: 20px;
  width: 80%;
}

.emp-active-app {
  margin-top: 30px;
  margin-bottom: 100px;
}

.emp-active-app .emp-my-request {
  margin-top: 30px;
}

.activeProfileColor {
  color: #C96C99 !important;
}

.activeProfileColor svg path {
  stroke: #C96C99 !important;
  fill: #C96C99 !important;
}

.emp-job-active-app {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 30px;
}

.emp-job-active-app .img {
  width: 12%;
  padding-right: 20px;
}

.emp-job-active-app .img img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  background: #fff;
  border-radius: 11px;
}

.emp-job-active-app .text {
  width: 78%;
}

.emp-job-active-app .text h5 {
  font-size: 22px;
  margin-bottom: 5px;
  font-family: "Playfair-Display";
  font-weight: 700;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.emp-job-active-app .text p {
  font-size: 14px;
  margin-bottom: 8px;
}

.emp-job-active-app .text span {
  font-size: 10px;
  font-family: "Futura-bold";
}

.emp-job-active-app .text .date {
  background: #000;
  color: #fff;
  padding: 2px 8px;
  margin-right: 5px;
}

.emp-job-active-app .text .status {
  color: #c96c99;
  font-family: "Futura-bold";
  margin-right: 10px;
}

.emp-my-request hr {
  background-color: #3f3e3e;
  opacity: 1;
  height: 2px;
}

.myJobRequest {
  display: flex;
  align-items: center;
  padding: 20px 0;
  position: relative;
  width: 100%;
}

.myJobRequest .infohover:hover+.myJobinfo {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.myJobRequest .myJobinfo {
  left: 23%;
  position: absolute;
  top: 65%;
  background: #fff;
  width: 50%;
  padding: 20px;
  opacity: 0;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  visibility: hidden;
  z-index: 9;
}

@media (min-width: 991px) {
  .myJobRequest .position-align {
    position: absolute;
    right: 0;
  }
}

.create-job-modal-body .infohover {
  position: absolute;
  right: 0;
}

.create-job-modal-body .position-adjuster {
  position: relative;
}

.create-job-modal-body .infohover:hover+.mypasswordinfo {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 5;
}

.create-job-modal-body .mypasswordinfo {
  left: 99%;
  top: 30%;
  position: absolute;
  background: #ebebeb;
  width: 60%;
  padding: 10px;
  opacity: 0;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  visibility: hidden;
  z-index: 9;
}

.create-job-modal-body .mypasswordinfo p {
  margin-bottom: unset;
}



/* .apply-job-reg-modal-body .infohover{
  position: absolute;
  right: 0;
} */

.apply-job-reg-modal-body .position-adjuster {
  position: relative;
}

.apply-job-reg-modal-body .infohover:hover+.mypasswordinfo {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 5;
}

.apply-job-reg-modal-body .mypasswordinfo {
  left: 53%;
  top: 35%;
  position: absolute;
  background: #ebebeb;
  width: 25%;
  padding: 10px;
  opacity: 0;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  visibility: hidden;
  z-index: 9;
}

.apply-job-reg-modal-body .mypasswordinfo p {
  margin-bottom: unset;
}

.myJobRequest .btn-to-a {
  margin-left: auto;
  background: #231f20;
  color: #fff !important;
  font-size: 10px;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 0 !important;
}

.empactiveappbg button {
  margin-left: auto;
  background: #231f20;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 0 !important;
}

.myJobRequest button:hover {
  color: #fff;
  background-color: #000;
}

.empactiveappbg button:hover {
  color: #fff;
  background-color: #000;
}

.myJobRequest .btn-to-a svg {
  margin-right: 10px;
}

.tab {
  display: flex;
}

.tab button {
  font-family: "Futura-bold";
  background-color: #dfdfdf;
  color: #c96c99;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
  transition: 0.3s;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.tab .active {
  background-color: #c96c99;
  color: #ffffff;
}

.newsSaveBtn {
  text-align: center;
  padding: 10px 0 30px;
}

.newsSaveBtn .btn {
  padding: 5px 40px;
}

#empnewssave {
  display: none;
}

.job-rquest-list {
  padding: 20px 30px;
}

.job-rquest-list h5 {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-family: "Playfair-Display";
  font-weight: 600;
}

.job-rquest-list h5 svg {
  margin-right: 10px;
}

.job-rquest-list h5 p {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Futura-book";
}

.job-rquest-list h5 p svg {
  width: 20px;
  margin-right: 10px;
}

.cosmeticImg {
  margin-top: -70px;
  margin-bottom: 30px;
}

.emp-top-arrow {
  position: absolute;
  top: 40px;
  left: -60px;
  width: 90px;
}

.emp-bottom-arrow {
  position: absolute;
  right: 110px;
  bottom: -15px;
  width: 90px;
  transform: rotate(45deg);
}

.emp-start-jets {
  background: #feed00;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: absolute;
  right: -20px;
  bottom: -10px;
  justify-content: center;
  text-align: center;
  font-family: "fonters";
  font-size: 24px;
  line-height: 28px;
}

.emp-job-first-active .img {
  width: 20%;
}

.emp-job-first-active .img figure {
  width: 108px;
  height: 108px;
  background-color: #fff;
  border-radius: 11px;
}

.emp-job-first-active .img figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
  border-radius: 11px;
}

.emp-job-first-active .text {
  width: 80%;
}

.emp-job-first-active .text h5 {
  font-size: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 57px;
}

.emp-job-first-active .text p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.emp-job-first-active .jobs-for-me-like {
  align-items: center;
  display: flex;
}

.emp-job-first-active .jobs-for-me-like button {
  background-color: #231f20;
  color: #fff;
  font-size: 10px;
  padding: 4px 15px;
  border: none;
}

.emp-job-first-active .jobs-for-me-like button:hover {
  background-color: #000;
}

.emp-job-first-active:nth-child(odd) {
  background: #e8ccc8;
  /* Background color for odd rows */
  padding: 11px 30px !important;
}

.emp-job-first-active:nth-child(even) {
  background: #eedbd7;
  /* Background color for even rows */
  padding: 11px 30px !important;
}

.post-job-modal .modal-dialog {
  max-width: 976px;
}

.post-job-modal .modal-dialog .modal-header {
  display: block;
  padding: 20px 20px 30px;
}

.post-job-modal .modal-dialog .modal-header .modal-title {
  font-size: 22px;
  font-family: "Futura-bold";
  text-align: center;
}

.post-job-modal .modal-dialog .modal-header .btn-close {
  top: 30px;
  position: absolute;
  right: 30px;
  opacity: 1;
}

.create-job-modal-body {
  width: 60%;
  margin: 20px auto;
}

.create-job-modal-body .suggBox ul {
  background-color: #f8f9fa;
  list-style: none;
  padding: 5px 25px;
  max-height: 180px;
  overflow-y: auto;
  margin-bottom: 0;
  margin-top: 5px;
}

.create-job-modal-body .suggBox ul li {
  cursor: pointer;
}

.create-job-modal-body .pdfBox {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.create-job-modal-body .pdfBox .document-dragdropbox input {
  z-index: 999;
  opacity: 0;
  width: 180px;
  height: 50px;
  position: absolute;
}

.create-job-modal-body .pdfBox .document-dragdropbox .document-input-dragDrop {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 220px;
  height: 42px;
  background: #f5f5f5;
  border: 1px dashed #9a9a9a;
  text-align: center;
  transition: box-shadow 0.3s, border-color 0.3s;
}

.create-job-modal-body .pdfBox .document-dragdropbox img {
  width: 20px;
  height: 18px;
  margin-right: 5px;
}

.create-job-modal-body .pdfBox .uploaded-file {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #F5F5F5;
  padding: 10px 10px 10px 20px;
  width: max-content;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.create-job-modal-body .pdfBox .uploaded-file img {
  width: 22px;
  height: 26px;
}

.create-job-modal-body .pdfBox .uploaded-file h5 {
  width: 80%;
  overflow: hidden;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.28px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: "Futura-bold";
}

.create-job-modal-body .pdfBox .uploaded-file .fa {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.create-job-modal-body .flexBox {
  display: flex;
  gap: 30px;
}

.create-job-modal-body .Neon-theme-dragdropbox {
  position: relative;
  margin-left: 5px;
}

.create-job-modal-body .Neon-theme-dragdropbox input {
  z-index: 999;
  opacity: 0;
  width: 88px;
  height: 100%;
  position: absolute;
  right: 0px;
  left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.create-job-modal-body .Neon-theme-dragdropbox .Neon-input-dragDrop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  background: #F5F5F5;
  text-align: center;
  -webkit-transition: box-shadow 0.3s, border-color 0.3s;
  -moz-transition: box-shadow 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s;
  border-radius: 50%;
  overflow: hidden;
}

.create-job-modal-body .Neon-theme-dragdropbox .Neon-input-dragDrop img {
  width: 100%;
  height: 100%;
}

.create-job-modal-body .Neon-theme-dragdropbox .Neon-input-dragDrop .seminar-pic {
  width: 100%;
  height: auto;
  display: block;
}

.create-job-modal-body .Neon-theme-dragdropbox .Neon-input-dragDrop .remove-pic-icon {
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
  color: #707070;
  border: 1px solid #707070;
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.create-job-modal-body .Neon-theme-dragdropbox .crossIcon {
  position: absolute;
  top: 0;
  right: 0;
}

.create-job-modal-body .Neon-theme-dragdropbox .upload-pic {
  text-align: center;
  background: #F5F5F5;
  font-size: 14px;
  color: #000;
  margin-top: 15px;
  border: 1px dashed #9a9a9a;
  padding: 8px 39px;
  display: flex;
  gap: 5px;
}

.create-job-modal-body .labelHeading {
  width: 25%;
}

.create-job-modal-body .customHeading {
  text-align: left;
  white-space: nowrap;
}

.create-job-modal-body label {
  font-size: 14px;
  font-family: "Futura-bold";
}

.create-job-modal-body label .adHeading {
  font-size: 12px !important;
  font-weight: 800;
  margin-bottom: 5px !important;
}

.create-job-modal-body label p {
  font-size: 12px;
  font-family: "Futura-book";
}

.create-job-modal-body label .gn {
  font-size: 14px;
  color: #aaaaaa;
}

.create-job-modal-body label .gn a {
  color: #3282ea !important;
  font-family: "Futura-book" !important;
}

.create-job-modal-body label span {
  color: #e70d0d;
}

.create-job-modal-body .form-control {
  border: 1px solid #707070;
  height: 50px;
}

.create-job-modal-body .checkboxtemrs {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.create-job-modal-body textarea {
  height: auto !important;
}

.create-job-modal-body .error {
  color: #e70d0d;
}

.create-job-modal-body .form-select {
  border: 1px solid #707070;
  height: 50px;
  font-size: 0.875rem !important;
}

.create-job-modal-body .job-select-tow-column {
  display: flex;
  flex-wrap: wrap;
}

.create-job-modal-body .job-select-tow-column .form-select {
  width: 50%;
}

.create-job-modal-body .modal-save-btn {
  text-align: center;
  margin-top: 20px;
}

.create-job-modal-body .modal-save-btn .btn {
  height: 55px;
  width: 225px;
  font-family: "Futura-bold";
}

.customecheckbox {
  display: flex;
  flex-wrap: wrap;
}

.customecheckbox .form-check-label {
  width: 90%;
}

.emp-job-request-tab h5 {
  font-size: 25px;
  font-family: "Futura-bold";
  color: #000;
}

.emp-job-rquest-change {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 30px;
}

.emp-job-rquest-change .job-left {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}

.emp-job-rquest-change .job-left .img {
  width: 5%;
  margin-top: 2px;
}

.emp-job-rquest-change .job-left .img figure {
  width: 20px;
}

.emp-job-rquest-change .job-left .text {
  width: 95%;
}

.emp-job-rquest-change .job-left .text h5 {
  font-size: 22px;
  font-family: "Playfair-Display";
  margin-bottom: 4px;
  color: #000;
  font-weight: 700;
}

.emp-job-rquest-change .job-left .text p {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.emp-job-rquest-change .job-left .text .view {
  background: #000;
  font-size: 10px;
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
}

.emp-job-rquest-change .job-left .text .count {
  color: #c96c99;
  font-size: 10px;
  font-family: "Futura-bold";
}

.emp-job-rquest-change .job-right {
  width: 20%;
}

.emp-job-rquest-change .job-right span {
  padding: 7px 15px;
  background: #dfc8ce;
  font-size: 10px;
  font-family: "Futura-bold";
  white-space: nowrap;
}

.emp-job-rquest-change:nth-child(odd) {
  background: #E8CCC8;
  /* Background color for odd rows */
}

.emp-job-rquest-change:nth-child(even) {
  background: #EEDBD7;
  /* Background color for even rows */
}

#bookmark-row .jobrow figure {
  width: 98px;
  height: 98px;
  background-color: #fff;
  border-radius: 11px;
}

#bookmark-row .jobrow figure img {
  width: 98px;
  height: 98px;
  object-fit: contain;
}

.job-for-me .jobrow:nth-of-type(odd) {
  background-color: #EEDBD7;
}

.job-for-me .jobrow:nth-of-type(even) {
  background-color: #e8ccc8;
}

.job-for-me .jobrow {
  padding: 14px 19px 14px 24px;
  display: flex;
  align-items: flex-start;
  /* flex-wrap: wrap; */
}

.job-for-me .jobrow figure {
  margin: 0;
  width: unset !important;
}

.job-for-me .jobrow figure img {
  width: 108px;
  height: 108px;
  object-fit: contain;
  background: #fff;
  border-radius: 11px;
}

.job-for-me .jobrow .Details {
  margin: 0 0 0 23px;
  display: flex;
  width: 80%;
  gap: 1em;
}

.job-for-me .jobrow .Details .content {
  margin: 0;
  width: 80%;
}

.job-for-me .jobrow .Details .content .title {
  font-size: 22px;
  line-height: 34px;
  font-family: "Playfair-Display";
  margin-bottom: 8px;
  font-weight: bold;
}

.job-for-me .jobrow .Details .content .company {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

.job-for-me .jobrow .Details .content .location {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
}

.job-for-me .jobrow .Details .content .location .radius {
  font-weight: bold;
}

.job-for-me .jobrow .Details .content .tags {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.job-for-me .jobrow .Details .content .tags p {
  padding: 0 5px;
  background-color: #E3D0D6;
  display: flex;
  gap: 5px;
  align-items: center;
}

.job-for-me .jobrow .Details .content .tags p img {
  width: 10px;
  height: 10px;
}

.job-for-me .jobrow .Details .content .tags p span {
  font-size: 12px;
}

.job-for-me .jobrow .Details .action .btn {
  background-color: #000;
  color: #fff !important;
}

.onwatch-tab .jobrow {
  padding: 14px 24px 14px 24px;
}

.onwatch-tab .jobrow .logo p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  justify-content: center;
  background: #ebdfe3;
  font-size: 35px;
  font-family: "Playfair-Display";
  font-weight: 700;
  padding: 0;
}

.onwatch-tab .jobrow .logo p img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}

.onwatch-tab .jobrow .Details {
  flex-wrap: nowrap;
  align-items: baseline;
}

.onwatch-tab .jobrow .Details .content .title {
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 0;
}

.onwatch-tab .jobrow .Details .content .company {
  font-size: 14px;
  margin-bottom: 5px;
}

.onwatch-tab .jobrow .Details .content .company .item-more {
  background-color: #000;
  font-size: 10px;
  color: #fff !important;
  padding: 2px 8px;
  text-decoration: none;
  white-space: nowrap;
}

.onwatch-tab .jobrow .Details .content .location {
  margin-bottom: 5px;
}

.onwatch-tab .jobrow .Details .content .jobtype {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  font-style: italic;
  margin-bottom: 5px;
}

.bookmarks .jobrow figure {
  height: 82px;
  width: 82px;
}

.bookmarks .jobrow .Details {
  flex-wrap: nowrap;
}

.bookmarks .jobrow .Details .content .company {
  font-size: 14px;
}

.bookmarks .jobrow .Details .content .company .company-country {
  margin-left: 15px;
  font-style: italic;
}

.bookmarks .jobrow .Details .bookmark-details {
  margin-bottom: 0;
}

.bookmarks .jobrow .Details .bookmark-details .status {
  background-color: #000;
  font-size: 10px;
  color: #fff;
  padding: 2px 8px;
}

.bookmarks .jobrow .Details .bookmark-details .time {
  color: #C96C99;
  font-family: "Futura-bold";
  font-size: 10px;
}

.bookmarks .jobrow .Details .action {
  justify-content: center;
}

.bookmarks .jobrow .Details .action .checkboxlbl {
  color: #000;
  letter-spacing: 0.5px;
}

.emp-dash-bottom-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-radius: 28px 28px 0 0;
  padding: 10px;
}

.emp-dash-bottom-nav .nav-tabs {
  justify-content: space-between;
}

.emp-dash-bottom-nav .nav-tabs li {
  width: 20%;
  text-align: center;
}

.emp-dash-bottom-nav .nav-tabs li a {
  color: #000;
}

.emp-dash-bottom-nav .nav-tabs li a p {
  font-size: 8px;
  margin-bottom: 0;
}

.emp-edit-photo .editphoto .my_app_p_img {
  position: absolute;
  bottom: 10px;
  right: 42.8%;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.emp-edit-info .myAppData {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.emp-edit-info .myAppData .myAppLabel {
  width: 40%;
}

.emp-edit-info .myAppData .myAppLabel p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Futura-bold";
  color: #000;
  text-align: right !important;
  margin-right: 25px;
}

.emp-edit-info .myAppData .mobilecolonshow {
  display: none;
}

.emp-edit-info .myAppData .myAppcolon {
  width: 4%;
}

.emp-edit-info .myAppData .myAppData {
  width: 50%;
  position: relative;
}

.emp-edit-info .myAppData .myAppData p {
  font-family: "Futura-book";
  margin: 0;
  font-size: 14px;
  color: #000;
  width: 100%;
}

.emp-edit-info .myAppData .myAppData .myApplinks {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Futura-bold";
  color: #2591E6 !important;
}

.emp-edit-info .myAppData .myAppData .form_para {
  margin-bottom: 15px !important;
}

.emp-edit-info .myAppData .myAppData h6 {
  font-size: 14px;
  font-family: "Futura-bold";
}

.emp-edit-info .myAppData .myAppData .btnUploadFile {
  border: 1.5px dotted #000;
  padding: 10px 0;
  width: 100%;
  font-size: 12px;
  font-family: "Futura-book";
  border-radius: 0;
  margin-bottom: 15px;
  cursor: pointer;
}

.emp-edit-info .myAppData .myAppData .btnUploadFile svg {
  margin-right: 10px;
}

.emp-edit-info .myAppData .myAppData .myAppfileupload {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  left: 0;
  cursor: pointer;
  height: 45%;
}

.emp-edit-info .myAppData .myAppData .form-control {
  border-radius: 0;
  border: 1px solid #000;
  margin-bottom: 15px;
}

#myApp-edit-dashboard-show {
  display: none;
}

.multi-select-container {
  display: block;
  width: 100%;
}

.multi-select-container .multi-select-button {
  max-width: 100%;
  width: 100%;
  line-height: 45px;
  box-shadow: unset;
}

.multi-select-container .multi-select-button::after {
  position: absolute;
  right: 10px;
  top: 25px;
}

.multi-select-container .multi-select-menu {
  top: 36px;
}

@media (min-width: 1366px) {
  .emp-job-first-active .img {
    width: 24% !important;
  }

  .emp-job-first-active .text {
    width: 76%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .channel-gmbh {
    padding-bottom: 30px;
  }

  .channel-gmbh h4 {
    font-size: 50px;
  }

  .emp-left-tabs .nav-tabs .nav-item .nav-link {
    padding: 10px 20px !important;
  }

  .emp-job-for-me-sub {
    padding: 20px 10px;
  }

  .emp-round {
    margin: 20px auto;
  }

  .emp-job-active-app {
    padding: 20px 10px;
  }

  .emp-job-active-app .img {
    width: 20%;
    padding-right: 10px;
    border-radius: 11px;
  }

  .emp-job-active-app .img img {
    border-radius: 11px;
  }

  .emp-job-active-app .text {
    width: 80%;
  }

  .job-for-me .jobrow .Details {
    margin: 0 0 0 0px;
    padding-left: 10px;
  }

  .job-for-me .jobrow .Details .content .location {
    margin-bottom: 10px;
  }

  /* .job-for-me .jobrow .Details .action {
    flex-flow: row;
    margin-left: unset;
  } */

  .job-for-me .jobrow .Details .action .btn {
    margin-right: 20px;
  }

  .emp-job-rquest-change .job-left .img {
    width: 10%;
  }

  .emp-job-rquest-change .job-left .text {
    width: 90%;
  }

  .myAppinfo {
    width: 100% !important;
  }

  .onwatch-tab .jobrow .Details {
    flex-wrap: wrap;
  }

  .onwatch-tab .jobrow .Details .action {
    width: 100%;
  }

  .onwatch-tab .jobrow .Details .action .checkboxlbl {
    margin-left: auto;
  }

  .onwatch-tab .jobrow .Details .action .checkboxlbl .btn {
    margin-top: 10px;
  }

  .bookmarks .jobrow .Details {
    flex-wrap: wrap;
  }

  .bookmarks .jobrow .Details .action {
    margin-left: auto;
  }
}

.emp-left-tabs {
  display: block;
}

.closebtnRelative {
  position: relative;
  width: 100%;
}

.closebtnRelative .uploaded-fileWrapp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 90%;
  white-space: nowrap;
}

.closebtnRelative .close-file {
  position: absolute;
  top: 0;
  right: 20px;
}

.d-flex-item-center {
  display: flex;
  align-items: center;
}

@media (max-width: 1200px)
{
  .job-for-me .jobrow .Details .content .title
  {
    font-size: 16px;
    line-height: normal;
  }
  .job-for-me .jobrow .Details .content p
  {
    font-size: 14px;
  }
}

@media (max-width:992px)
{
  .job-for-me .jobrow
  {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .employeeJobsLabel {
    right: 10px !important;
    bottom: -90px !important;
  }

  .create-job-modal-body .infohover {
    position: static;
  }

  .create-job-modal-body .mypasswordinfo {

    left: 8%;

  }

  .apply-job-reg-modal-body .infohover {
    position: static;
  }

  .apply-job-reg-modal-body .mypasswordinfo {

    left: 9%;
    top: 52%;
    width: 68%;

  }

  .emp-edit-info-with-input .lastDatawrap .btn-primary {
    padding: 8px 10px !important;
  }

  #JobsForMe .job-for-me .jobrow {
    flex-wrap: unset !important;
  }

  #JobsForMe .emp-job-request-tab h5 {
    font-size: 20px;
  }

  #JobsForMe .job-for-me .jobrow figure img {
    width: 64px;
    height: 64px;
  }

  .closebtnRelative .close-file {
    right: 0;
  }

  .emp-job-rquest-change .job-left .text h5 {
    font-size: 18px;
  }

  .emp-job-active-app .text span {
    font-size: 8px;
  }

  .emp-job-active-app .text .date {
    padding: 2px 4px !important;
  }

  .padZerombl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .btn-cancel {
    border: 1px solid #000000;
    padding: 8px 15px !important;
    margin-right: 5px;
    min-width: unset !important;
    border-radius: unset;
  }

  .form-switch-red input[type=checkbox]:checked {
    margin-left: 35px !important;
  }

  .cosmeticImg {
    margin-top: 0;
  }

  .emp-profile-dash-section {
    margin-bottom: 20px;
  }

  #personal-suggestions .myJobRequest h5 {
    margin-bottom: 0;
  }

  #personal-suggestions #personalsuggestion .emp-job-for-me {
    background-color: #D9BEC5;
  }

  #personal-suggestions #personalsuggestion .suggestJobWrapper {
    flex-direction: row !important;
  }

  #personal-suggestions #personalsuggestion .suggestJobWrapper #suggestJobCta {
    width: 45%;
    font-weight: 600;
    text-transform: uppercase;
  }

  #personal-suggestions #personalsuggestion .suggestJobWrapper label {
    width: 45%;
  }

  .empProfileBox figure {
    text-align: center;
  }

  .emp-job-for-me {
    justify-content: center !important;
  }

  .emp-job-for-me h5 {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .emp-job-for-me-sub .text h5 {
    font-size: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto !important;
  }

  .emp-edit-info-with-input {
    width: 100%;
  }

  .emp-edit-info-with-input .data .btn-cancel,
  .emp-edit-info-with-input .btn-cancelWrap .btn-cancel {
    margin: 20px auto 0 auto;
  }

  .form-switch-red {
    display: flex;
    flex-direction: column;
  }

  .form-switch-red .form-switch-red input[type=checkbox] {
    margin: 0 auto 5px auto;
  }

  .form-switch-red label {
    font-size: 12px;
    font-family: "Futura-bold";
  }

  .emp-news-letter .emp-newsletter-prefrance {
    align-items: center;
  }

  .emp-news-letter .emp-newsletter-prefrance p {
    font-size: 14px;
  }

  .emp-news-letter-toggle .new-row .news-title p {
    font-size: 14px;
  }

  .emp-news-letter-toggle .new-row .news-status p {
    font-size: 12px;
  }

  .emp-edit-contact-header .btn-primary {
    padding: 4px 15px;
  }

  .emp-edit-info {
    width: 100%;
    margin-left: unset;
  }

  .emp-edit-photo .editphoto .p-image {
    right: 30%;
  }

  .emp-edit-photo .editphoto .circle {
    width: 115px;
    height: 115px;
  }

  .emp-edit-pro-title-header {
    padding: 5px 30px 60px;
  }

  .emp-edit-pro-title-header h4 {
    display: none;
  }

  .emp-job-active-app .img img {
    width: 63px;
    height: 63px;
    border-radius: 4px;
  }

  .emp-left-tabs {
    display: none !important;
  }

  .empProfileBox {
    width: 92%;
    margin: 0 auto 20px auto;
  }

  .empProfileBox figure img {
    width: 130px;
    height: 130px;
  }

  .empProfileBox .info h5 {
    font-size: 24px;
  }

  .emp-job-first-active .img figure {
    width: 63px;
    height: 63px;
    background-color: #fff;
    border-radius: 4px;
  }

  .emp-job-first-active .jobs-for-me-like button {
    font-size: 10px;
    padding: 7px 15px;
    font-family: "Futura-bold";
  }

  .emp-profile-dash-section {
    padding: 20px 0;
  }

  .channel-gmbh {
    padding-bottom: 30px;
  }

  .channel-gmbh h4 {
    font-size: 50px;
  }

  .emp-top-arrow {
    display: none;
  }

  .emp-bottom-arrow {
    display: none;
  }

  .emp-start-jets {
    width: 80px;
    height: 80px;
    right: 0;
    bottom: -50px;
    font-size: 20px;
    line-height: 20px;
  }

  .emp-round {
    margin: 30px auto;
  }

  .emp-job-for-me-sub {
    padding: 20px 10px;
  }

  .emp-job-for-me-sub .img {
    width: 22%;
  }

  .emp-job-for-me-sub .text {
    width: 77%;
  }

  .emp-job-for-me-sub .text h5 {
    width: 100%;
    font-size: 17px;
  }

  .emp-job-active-app {
    padding: 20px 10px;
  }

  .emp-job-active-app .img {
    width: 22%;
    padding-right: 10px;
  }

  .emp-job-active-app .text {
    width: 77%;
  }

  .emp-job-active-app .text h5 {
    font-size: 17px;
    height: unset !important;
  }

  .myJobRequest {
    flex-wrap: wrap;
    /* justify-content: center; */
  }

  .myJobRequest h5 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .myJobRequest button {
    margin-left: unset;
    text-align: center;
    justify-content: center;
  }

  .create-job-modal-body {
    width: 80%;
  }

  .create-job-modal-body .suggBox ul {
    margin-bottom: 10px !important;
  }

  .create-job-modal-body .custom-mobMargin {
    margin-top: 20px;
  }

  .post-job-modal .modal-dialog .modal-header .btn-close {
    right: 8px;
  }

  .create-job-modal-body .form-select {
    margin-bottom: 20px;
  }

  .create-job-modal-body .search-city {
    margin-top: 20px;
  }

  .emp-job-request-tab {
    align-items: center;
  }

  .emp-job-request-tab h5 {
    width: auto;
  }
  .emp-job-rquest-change {
    padding: 20px 10px;
  }

  .emp-job-rquest-change .job-left {
    width: 100%;
  }

  .emp-job-rquest-change .job-left .img {
    width: 10%;
  }

  .emp-job-rquest-change .job-left .text {
    width: 90%;
  }

  .emp-job-rquest-change .job-right {
    width: 100%;
    margin-top: 10px;
    margin-left: 10%;
  }

  .myJobRequest .myJobinfo {
    left: 0;
    top: 45%;
    width: 100%;
  }

  .job-for-me .jobrow {
    align-items: flex-start;
    padding: 14px 10px 10px 10px;
  }

  .job-for-me .jobrow .Details {
    width: 80%;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 10px;
  }

  .job-for-me .jobrow .Details .content {
    width: 100%;
  }

  .job-for-me .jobrow .Details .content .title {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .job-for-me .jobrow .Details .content .company {
    font-size: 12px;
    line-height: 17px;
  }

  .job-for-me .jobrow .Details .content .location {
    font-size: 12px;
    line-height: 17px;
  }

  .job-for-me .jobrow .Details .content .tags {
    flex-wrap: wrap;
  }

  .job-for-me .jobrow .Details .content .tags p {
    margin-bottom: 5px;
  }

  .job-for-me .jobrow .Details .action {
    flex-flow: row;
    margin-left: unset;
    align-items: center;
    margin-top: 10px;
    width: 100%;
  }

  .job-for-me .jobrow .Details .action .btn {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .job-for-me .jobrow .Details .action .checkboxlbl {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .job-for-me .jobrow .Details .action .checkboxstyle~.fav {
    width: 42%;
  }

  .emp-edit-info .myAppData {
    display: unset;
  }

  .emp-edit-info .myAppData .myAppLabel p {
    margin: 20px 0;
    white-space: nowrap;
  }

  .emp-edit-info .myAppData .mobilecolonshow {
    display: inline-block;
  }

  .emp-edit-info .myAppData .myAppcolon {
    display: none;
  }

  .myAppinfo {
    width: 100% !important;
  }

  .myAppJobtab {
    flex-direction: row;
  }

  .myAppJobtab h5 {
    font-size: 20px !important;
    width: 65% !important;
  }

  .myAppJobtab .myAppinfohover {
    margin-top: -20px;
  }

  .onwatch-tab .jobrow {
    flex-wrap: nowrap;
  }

  .onwatch-tab .jobrow .Details {
    flex-wrap: wrap;
  }

  .onwatch-tab .jobrow .Details .action {
    width: 100%;
  }

  .onwatch-tab .jobrow .Details .action .checkboxlbl {
    margin-left: auto;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .onwatch-tab .jobrow .Details .action .checkboxlbl .checkboxstyle~.fav {
    width: 42px;
  }

  .onwatch-tab .jobrow .Details .action .btn {
    margin-top: 10px;
  }

  .bookmarks .jobrow {
    flex-wrap: nowrap;
  }

  .bookmarks .jobrow .Details {
    flex-wrap: wrap;
  }

  .bookmarks .jobrow .Details .content {
    margin-bottom: 10px;
  }

  .bookmarks .jobrow .Details .action {
    margin-left: auto;
  }

  .bookmarks .jobrow .Details .action .checkboxlbl {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .bookmarks .jobrow .Details .action .checkboxlbl .checkboxstyle~.fav {
    width: 42px;
  }

  .job-rquest-list h5 {
    font-size: 20px;
  }

  .job-rquest-list p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=employee-profile-dashboard.css.map */


.custom-redirect-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.custom-redirect-popup-modal {
  background-color: white;
  padding: 60px 40px;
  border-radius: 4px;
  width: 90%;
  max-width: 500px;
  position: relative;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.custom-redirect-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.custom-redirect-description {
  font-size: 16px;
  margin-bottom: 0px;
  color: #333;
}

.custom-redirect-url-container {
  display: flex;
  align-items: center;
  border: 1px solid #838383;
  overflow: hidden;
  margin-bottom: 24px;
}

.custom-redirect-url-input {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  border: none;
  outline: none;
}

.custom-copy-url-button {
  background-color: #000;
  color: white;
  border: none;
  padding: 10px 14px;
  cursor: pointer;
}

.custom-visit-site-button {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 50px;
  font-weight: 500;
  cursor: pointer;
}

.custom-close-redirect-popup {
  position: absolute;
  top: -10px;
  right: 4px;
  font-size: 35px;
  background: none;
  border: none;
  cursor: pointer;
}

.hidden {
  display: none;
}

.jobalert-wrap .jobalertrow figure img
{
  width: 98px;
  height: 98px;
}

.jobalert-wrap .jobalertrow .Details
{
  width: 82%;
}

.jobalert-wrap .jobalertrow .jobAlert-check {
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.jobalert-wrap .jobalertrow .jobAlert-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.jobalert-wrap .jobalertrow .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid #D3A2BA;
}

/* When the checkbox is checked, add a blue background */
.jobalert-wrap .jobalertrow .jobAlert-check input:checked ~ .checkmark {
  background-color: #D4A2BA;
}

/* Create the checkmark/indicator (hidden when not checked) */
.jobalert-wrap .jobalertrow  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.jobalert-wrap .jobalertrow .jobAlert-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.jobalert-wrap .jobalertrow .jobAlert-check .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  color: black;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jobalert-wrap .jobalertrow:nth-of-type(even)
{
  background-color: #EEE8F3;
}

.jobalert-wrap .jobalertrow {
    padding: 14px 30px 14px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jobalert-wrap .jobalertrow .action .btn {
    width: max-content;
    max-width: 135px;
    min-width: 135px;
    background-color: #D4A2BA !important;
    color: black !important;
    color: #000;
    font-family: "Futura-bold";
    font-size: 10px;
    border-radius: 0;
    padding: 7px 11px;
    margin-bottom: 13px;
    white-space: nowrap;
    justify-content: center;
    height: max-content;
}

.getMatch-wrap
{
  background-color: #F2DBD6;
  min-height: 297px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
    .jobalert-wrap .jobalertrow .action .btn {
        margin: 0 5px 0 0;
        padding: 7px 5px;
        min-width: 100px;
        margin-right: 6px;
    }
    .jobalert-wrap .jobalertrow .action {
        margin-top: 5px;
    }
    .jobalert-wrap .jobalertrow .action {
      flex-flow: row;
      margin-left: 0;
      justify-content: space-between;
      align-items: center;
    }
    .jobalert-wrap .jobrow {
      align-items: flex-start;
      padding: 15px !important;
    }
    .jobalert-wrap .action .checkboxstyle ~ .fav
    {
      width: 18px;
      height: 18px;
      background-size: 18px;
      margin-right: 4px;
      width: 21% !important;
    }
    .jobalert-wrap .jobalertrow .action
    {
      flex-direction: column;
    }
    .jobalert-wrap .jobalertrow .action .checkboxlbl
    {
      font-size: 8px;
    }
    .jobalert-wrap .jobalertrow .checkmark
    {
      width: 18px;
      height: 18px;
    }
    .jobalert-wrap .jobalertrow .jobAlert-check .checkmark:after
    {
      left: 6px;
      top: 3px;
    }
    .jobalert-wrap .jobalertrow .Details p
    {
      font-size: 14px;
    }
}

@media (max-width: 375px)
{
  .jobalert-wrap .jobalertrow figure img {
      width: 50px;
      height: 50px;
  }
  .jobalert-wrap .jobalertrow .Details .content .title
  {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.accordion-button:not(.collapsed)
{
  color: #000;
  background-color: #000000;
}

.accordion-button:not(.collapsed)::after
{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button
{
  text-transform: capitalize;
}

.accordion-header{
    position: relative;
}

.delete-alert{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
