@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap");
/* Constant styles  */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-family: "El Messiri", sans-serif;
  direction: rtl;
}

body {
  font-family: "El Messiri", sans-serif;
  line-height: normal !important;
}

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

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

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

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

/* // Constant Styles */
ul {
  margin-bottom: 0;
}

.form-control {
  border-radius: 7px;
  background-color: rgba(245, 247, 250, 0.386);
}

.form-control:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.2);
}

p {
  font-size: 1.1rem;
  color: #000;
}

/* Main Style */
.btn-style {
  background-color: #0d5a2e;
  padding: 5px 20px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #0d5a2e;
  border-radius: 42px;
}

.btn-style:hover {
  color: #0d5a2e;
  background-color: #fff;
  border-color: #fff;
  border-color: #0d5a2e;
}

.btn-more {
  text-align: center;
}

.btn-more a,
.btn-more button {
  display: inline-block;
  background-color: #0d5a2e;
  text-align: center;
  padding: 19px;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  max-width: 500px;
}

.btn-more a:hover,
.btn-more button:hover {
  background-color: #fff;
  color: #0d5a2e;
}

.btn-style-rounded {
  background-color: #0d5a2e;
  padding: 18px 47px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  border-radius: 38px;
  text-align: center;
  border: 1px solid #0d5a2e;
}

.btn-style-rounded:hover {
  color: #0d5a2e;
  background-color: #fff;
  border-color: #fff;
}

.card-img {
  height: 100vh;
  position: relative;
}

.card-img .img-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-img .img-parent img,
.card-img .img-parent video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.section_header {
  margin: 20px 0;
}

.section_header h5 {
  font-size: 2rem;
}

.personal-img {
  position: relative;
  margin-bottom: 20px;
}

.personal-img .per {
  width: 165px;
  height: 165px;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f0f0f0;
}

.personal-img .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  cursor: pointer !important;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.personal-img .btn {
  color: #0d5a2e;
  cursor: pointer !important;
  text-align: right;
  padding: 0;
  font-size: 12px;
  background-color: #323e48;
  z-index: 9;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
}

.personal-img .btn i,
.personal-img .btn span {
  color: #fff;
}

.personal-img .btn i {
  margin-top: -3px;
  font-size: 1.2rem;
}

.personal-img .btn:disabled {
  display: none;
}

.personal-img .upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.personal-img h5 {
  margin-top: 50px;
}

.side-active {
  height: 100vh;
  overflow: hidden;
}

.side-active .bg-side-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 4;
}

.splash-active {
  height: 100vh;
  overflow: hidden;
}

/* splash */
.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #0d5a2e;
  z-index: 99;
}

.splash .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-box-shadow: 48px 0 0 0 rgba(255, 255, 255, 0.8), 36px 36px 0 0 rgba(255, 255, 255, 0.8), 0px 48px 0 0 rgba(255, 255, 255, 0.8), -36px 36px 0 0 rgba(255, 255, 255, 0.8), -48px 0 0 0 rgba(255, 255, 255, 0.8), -36px -36px 0 0 rgba(255, 255, 255, 0.8), 0px -48px 0 0 rgba(255, 255, 255, 0.8), 36px -36px 0 0 rgba(255, 255, 255, 0.8);
          box-shadow: 48px 0 0 0 rgba(255, 255, 255, 0.8), 36px 36px 0 0 rgba(255, 255, 255, 0.8), 0px 48px 0 0 rgba(255, 255, 255, 0.8), -36px 36px 0 0 rgba(255, 255, 255, 0.8), -48px 0 0 0 rgba(255, 255, 255, 0.8), -36px -36px 0 0 rgba(255, 255, 255, 0.8), 0px -48px 0 0 rgba(255, 255, 255, 0.8), 36px -36px 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: animate 1.7s infinite linear;
          animation: animate 1.7s infinite linear;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* menu icon */
.menu_icon {
  right: 0;
  width: 45px;
  height: 45px;
  background-color: #0d5a2e;
  border-radius: 50%;
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 9;
  display: none;
  align-items: center;
  /* Icon 1 */
}

.menu_icon #nav-icon1,
.menu_icon #nav-icon2,
.menu_icon #nav-icon3,
.menu_icon #nav-icon4 {
  width: 1.6rem;
  height: 0.7rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.menu_icon #nav-icon1 span,
.menu_icon #nav-icon3 span,
.menu_icon #nav-icon4 span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.45s ease-in-out;
  transition: 0.45s ease-in-out;
}

.menu_icon #nav-icon1 span:nth-child(1) {
  top: 0px;
}

.menu_icon #nav-icon1 span:nth-child(2) {
  top: 8px;
  left: unset;
  right: 0;
}

.menu_icon #nav-icon1.open span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 100%;
}

.menu_icon #nav-icon1.open span:nth-child(2) {
  top: 5.5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* side_nav */
.side-nav {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  width: 300px;
  max-width: 100%;
  margin: auto;
  position: fixed;
  -webkit-box-shadow: 0 7px 19px rgba(0, 0, 0, 0.13);
          box-shadow: 0 7px 19px rgba(0, 0, 0, 0.13);
  top: 0;
  right: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  overflow: auto;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
}

.side-nav .side-nav-img {
  width: 50%;
  margin: auto;
  padding-top: 150px;
}

.side-nav .side-nav-img .card-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.side-nav .side-nav-img .card-img img {
  border-radius: 50%;
}

.side-nav .side-wrapper {
  height: 90vh;
}

.side-nav .close-nav {
  position: absolute;
  top: 10px;
  left: 90px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #b5092b;
  padding: 3px;
}

.side-nav .close-nav i {
  color: #fff;
}

.side-nav .side-links {
  height: 100%;
  overflow: auto;
  margin-top: 44px;
  width: 90%;
  padding-left: 20px;
}

.side-nav .side-links .nav-item {
  margin-bottom: 15px;
}

.side-nav .side-links .nav-item .nav-link {
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
  padding: 7px 4px 7px 7px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.side-nav .side-links .nav-item .nav-link span {
  margin-right: 10px;
}

.side-nav .side-links .nav-item .nav-link i {
  color: #0d5a2e;
}

.side-nav .side-links .nav-item .nav-link:hover {
  background-color: #0d5a2e;
  color: #fff;
}

.side-nav .side-links .nav-item .nav-link:hover i {
  color: #fff;
}

.side-nav .side-links .nav-item .nav-link:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.side-nav .side-links .nav-item.active .nav-link {
  background-color: #0d5a2e;
  color: #fff;
}

.side-nav .side-links .nav-item.active .nav-link i {
  color: #fff;
}

.side-nav .side-links .nav-item.active .nav-link img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.side-nav-open {
  right: 0;
}

.open-profile-sidebar {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  display: none;
}

.nice-select {
  float: none !important;
  background-color: transparent;
}

.splashscreen-none {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.slick-arrow {
  z-index: 5;
  bottom: 50px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.16);
          box-shadow: 0 7px 9px rgba(0, 0, 0, 0.16);
}

.slick-arrow::before {
  color: #000;
  font-size: 1.1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slick-arrow.slick-next {
  top: 30%;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
  right: 0;
}

.slick-arrow.slick-next::before {
  content: url(../images/arrow.svg);
  margin-left: 5px;
}

.slick-arrow.slick-prev {
  top: 30%;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
  left: 0;
}

.slick-arrow.slick-prev::before {
  content: url(../images/arrow2.svg);
  margin-right: 5px;
}

.slick-arrow:hover {
  background-color: #0d5a2e;
}

.slick-arrow:hover::before {
  color: #fff;
}

.slick-arrow:focus {
  background-color: #0d5a2e;
}

.slick-arrow:focus::before {
  color: #fff;
}

.main-content-home-screen {
  background-image: url("../images/index.png");
  min-height: 100vh;
}

.main-content-home-screen::after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#0d5a2e));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #0d5a2e);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ================================================================ */
/* top header */
.top-header {
  background-color: #0d5a2e;
  padding: 15px 0;
  position: relative;
}

.top-header .cr-img {
  position: absolute;
  left: 300px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.top-header li {
  margin-left: 88px;
  position: relative;
  z-index: 5;
}

.top-header li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header li a i {
  margin-left: 5px;
}

/* ================================================================ */
/* mynavbar */
.my-navbar {
  background-color: #fff;
  border-bottom: 2px solid rgba(112, 112, 112, 0.25);
}

.my-navbar .account .card-img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-left: 5px;
}

.my-navbar .account .card-img img {
  border-radius: 50%;
}

.p-r-0 {
  padding-right: 0;
}

/* ================================================================ */
.main-content {
  background-color: #f4f4f4;
  min-height: calc(100vh - (119px + 55px));
  padding-bottom: 54px;
}

.sidebar {
  background-color: #fff;
  padding: 40px;
  min-height: calc(100vh - (119px + 55px));
  overflow-y: auto;
}

.sidebar li {
  margin-bottom: 12px;
}

.sidebar li a {
  font-size: 1.1rem;
  color: #000;
  padding: 12px;
  display: block;
  width: 100%;
}

.sidebar li a:hover {
  background-color: #0d5a2e;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
}

.sidebar li.active a {
  background-color: #0d5a2e;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
}

.sidebar .sidebar-img {
  text-align: center;
  margin-bottom: 75px;
  margin-top: 30px;
}

.sidebar .sidebar-img .card-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 12px;
}

.sidebar .sidebar-img .card-img img {
  border-radius: 50%;
}

.sidebar .sidebar-img .card-title {
  font-size: 1.1rem;
}

.main-content-box {
  margin-top: 35px;
  background-color: #fff;
  min-height: calc(100vh - (119px + 90px));
  border-radius: 16px;
  padding: 24px 22px;
  padding-bottom: 70px;
}

.main-content-box .box-header {
  margin-bottom: 41px;
}

.main-content-box .box-header img {
  margin-right: 21px;
}

.main-content-box .box-header h5 {
  font-size: 1.9rem;
  font-weight: bold;
}

.main-content-box .box-header p {
  font-size: 1.2rem;
  font-weight: 500;
}

.main-content-box .addnew-employee {
  text-align: left;
  margin-bottom: 70px;
}

.main-content-box .addnew-employee a {
  font-size: 1.2rem;
  color: #0d5a2e;
}

.main-content-box .addnew-employee a i {
  font-size: 1.4rem;
}

.out-box-header {
  margin-top: 60px;
}

.out-box-header img {
  margin-right: 21px;
}

.out-box-header h5 {
  font-size: 1.9rem;
  font-weight: bold;
}

.out-box-header p {
  font-size: 1.2rem;
  font-weight: 500;
}

.out-box-header .form-group {
  height: 67px;
  position: relative;
}

.out-box-header .form-group img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 27px;
}

.out-box-header .form-group .form-control {
  background-color: #fff;
  border-radius: 34px;
  height: 100%;
  padding-right: 90px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.main-content-box-color {
  background-color: #fffdfa;
}

.box-form form {
  padding: 0 44px;
}

.box-form form .form-group {
  margin-bottom: 40px;
  width: 90%;
}

.box-form form .form-group label {
  font-size: 1.1rem;
  margin-bottom: 7px;
  color: #0d5a2e;
  display: block;
}

.box-form form .form-group .form-control {
  height: 61px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #6c6c6c;
}

.box-form form .form-group input {
  text-align: right;
}

.box-form form .custom-heaight .form-control {
  height: 95px;
}

.box-form form .btn-more {
  margin-top: 90px;
}

.box-form form .approve-condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.box-form form .approve-condition label {
  margin-top: -5px;
  margin-right: 5px;
}

.box-form form .approve-condition a {
  color: #0d5a2e;
}

.box-form form .forget-pass a {
  text-decoration: underline;
  color: #000;
}

.box-form .nice-select {
  padding-right: 0.75rem;
  text-align: right !important;
  line-height: 50px;
}

.box-form .nice-select .current {
  color: #535353;
}

.box-form .nice-select::after {
  right: unset;
  left: 12px;
}

.box-form .nice-select .list {
  width: 100%;
}

.box-form .nice-select .option {
  text-align: right;
  padding-right: 0.75rem;
}

.box-form .in-parent {
  margin-left: 100px;
}

.box-form .in-parent input {
  margin-left: 5px;
  display: inline-block;
  accent-color: #0d5a2e;
}

.box-form .data-divs .form-control {
  width: 300px;
  margin-left: 10px;
}

.box-form .change-pass-btn {
  background-color: transparent;
  border: 1px solid #0d5a2e;
  color: #0d5a2e;
}

.employee-card {
  border: 1px solid rgba(112, 112, 112, 0.24);
  border-radius: 16px;
  padding: 16px 14px;
  background-color: #fff;
  position: relative;
  margin-bottom: 22px;
}

.employee-card .card-emp-option {
  position: absolute;
  left: 7px;
  top: 14px;
}

.employee-card .card-emp-option a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  margin-bottom: 13px;
}

.employee-card .card-emp-option a i {
  font-size: 1.2rem;
}

.employee-card .card-emp-option a i.fa-trash-alt {
  color: #b50000;
}

.employee-card .card-emp-option a i.fa-edit {
  color: #000;
}

.employee-card .card-emp-option a:hover {
  background-color: #b50000;
}

.employee-card .card-emp-option a:hover i {
  color: #fff;
}

.employee-card .card-emp-option a:last-child:hover {
  background-color: #000;
}

.employee-card .card-img {
  width: 93px;
  height: 93px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 18px;
}

.employee-card .card-img::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px dashed #0d5a2e;
}

.employee-card .card-img img {
  border-radius: 50%;
}

.employee-card .card-img .img-after {
  position: absolute;
  top: -10px;
  right: -10px;
}

.employee-card .card-bdoy-title {
  margin-bottom: 8px;
}

.employee-card .card-bdoy-title .card-text {
  color: #6c6c6c;
}

.employee-card .card-info {
  border: 0.5px solid rgba(112, 112, 112, 0.31);
  margin-bottom: 31px;
  border-radius: 9px;
}

.employee-card .card-info li {
  padding: 12px 20px;
  position: relative;
}

.employee-card .card-info li h6 {
  font-size: 0.8rem;
  color: #6c6c6c;
}

.employee-card .card-info li p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.employee-card .card-info li::after {
  content: "";
  height: 32px;
  width: 1px;
  background-color: rgba(112, 112, 112, 0.29);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.employee-card .card-info li:last-child::after {
  display: none;
}

.employee-card .card-option a {
  padding: 7px;
  width: 48%;
  font-size: 1.1rem;
  margin: auto;
}

.employee-card .card-option a:hover {
  background-color: #fff;
}

.employee-card .card-option a:last-child {
  background-color: #9a7341;
  border-color: #9a7341;
}

.employee-card .card-option a:last-child:hover {
  background-color: #fff;
  color: #9a7341;
}

.table-style {
  padding: 10px;
}

.table-style table {
  vertical-align: middle;
}

.table-style table thead {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 13px;
}

.table-style table thead tr {
  border-radius: 13px;
}

.table-style table thead tr th {
  padding: 19px 34px;
  font-size: 1.1rem;
  color: #0d5a2e;
}

.table-style table thead tr th:first-child {
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}

.table-style table .td-card {
  padding: 15px;
}

.table-style table .td-card .card-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.table-style table .td-card .card-img img {
  border-radius: 50%;
}

.table-style table .td-card .card-img::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px dashed #0d5a2e;
}

.table-style table .td-card span {
  margin-right: 15px;
}

.table-style table .btn-style {
  padding: 0;
  display: block;
  width: 130px;
  max-width: 100%;
  padding: 4px 0;
}

.table-style table .btn-style i {
  margin-left: 10px;
}

.table-style table .td-status span:hover {
  color: #fff;
}

.table-style table .td-status span.accept {
  background-color: #0d5a2e;
}

.table-style table .td-status span.reject {
  background-color: #b50000;
  border-color: #b50000;
}

.table-style table .td-option a {
  background-color: #000;
  color: #fff;
}

.table-style table .active-row {
  -webkit-box-shadow: 0 3px 12px rgba(13, 90, 46, 0.33);
          box-shadow: 0 3px 12px rgba(13, 90, 46, 0.33);
  border-radius: 13px;
}

.edit-seeker-data .seeker-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.edit-seeker-data .seeker-image .card-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.edit-seeker-data .seeker-image .card-img::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px dashed #0d5a2e;
}

.edit-seeker-data .seeker-image .card-img img {
  border-radius: 50%;
}

.edit-seeker-data .seeker-image .card-img .img-after {
  position: absolute;
  top: -10px;
  right: -10px;
}

.edit-seeker-data .seeker-image span {
  margin-right: 20px;
  font-size: 1.3rem;
}

.edit-seeker-data .seeker-file a {
  background-color: #0d5a2e;
  color: #fff;
  border: 1px solid #0d5a2e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  width: 200px;
  max-width: 100%;
  padding: 15px;
}

.edit-seeker-data .seeker-file a:hover {
  background-color: #fff;
  color: #0d5a2e;
}

.seeker-data-show ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.seeker-data-show ul li {
  width: 49%;
  margin-bottom: 50px;
}

.seeker-data-show ul li h4 {
  font-size: 1.2rem;
  color: #0d5a2e;
  font-weight: 600;
}

.seeker-data-show ul li p {
  color: #535353;
  font-size: 1rem;
}

/* ================================================================ */
.login-page {
  margin-bottom: 130px;
}

.login-page .header {
  text-align: center;
  padding: 60px 0;
}

.login-page .header h5 {
  font-size: 1.9rem;
  font-weight: bold;
}

.login-form {
  background-color: #fff;
  padding: 50px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  min-height: 622px;
}

.login-form .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-form .nav .nav-item {
  min-width: 30%;
  max-width: 100%;
  margin: 0 20px;
}

.login-form .nav .nav-item .nav-link {
  background-color: #e5e5e5;
  color: #0d5a2e;
  border-radius: 10px;
  padding: 16px;
  width: 100%;
}

.login-form .nav .nav-item .active {
  background-color: #9a7341;
  color: #fff;
}

.login-form .box-form {
  margin-top: 125px;
}

.login-strip {
  background-image: url("../images/login.png");
  height: 100%;
  padding: 166px 0;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  text-align: center;
  position: relative;
}

.login-strip .logo {
  position: relative;
  z-index: 2;
}

.login-strip::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(13, 90, 46, 0.84)));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(13, 90, 46, 0.84));
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.forget-password-page .login-form h4 {
  margin-bottom: 104px;
  font-size: 1.2rem;
}

.forget-password-page .login-form p {
  margin-bottom: 55px;
}

.forget-password-page .login-form .form-inputs {
  margin-bottom: 30px;
}

.forget-password-page .login-form .forget-pass {
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 41px;
}

.forget-password-page .login-form .forget-pass a {
  color: #0d5a2e;
}

.forget-password-page .form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.forget-password-page .form-inputs .form-group {
  width: 78px;
  height: 85px;
  margin: 0 9px;
}

.forget-password-page .form-inputs .form-group .form-control {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 0;
  padding-top: 18px;
  font-size: 2.5rem;
}

.forget-password-page .form-inputs .form-group .form-control:focus {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}

.forget-password-page .form-inputs .form-group .form-control::-webkit-input-placeholder {
  color: #0d5a2e;
  font-size: 2.5rem;
}

.forget-password-page .form-inputs .form-group .form-control:-ms-input-placeholder {
  color: #0d5a2e;
  font-size: 2.5rem;
}

.forget-password-page .form-inputs .form-group .form-control::-ms-input-placeholder {
  color: #0d5a2e;
  font-size: 2.5rem;
}

.forget-password-page .form-inputs .form-group .form-control::placeholder {
  color: #0d5a2e;
  font-size: 2.5rem;
}

/* ================================================================ */
.home-page-content .welcom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-page-content .welcom-box .welcom-content h5 {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 23px;
}

.home-page-content .welcom-box .welcom-content h5 span {
  color: #0d5a2e;
  font-weight: normal;
}

.home-page-content .welcom-box .welcom-content p {
  font-size: 1.2rem;
}

.home-page-content .refel-box {
  text-align: center;
}

.home-page-content .refel-box .refel-number {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
}

.home-page-content .refel-box .refel-number::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -40px;
  width: 73px;
  height: 73px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(#9a7341));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), #9a7341);
  border-radius: 50%;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.home-page-content .refel-box .refel-number h5 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0d5a2e;
}

.home-page-content .refel-box .refel-number p {
  font-size: 1.2rem;
}

.home-page-content .btn-more {
  margin-top: 60px;
}

.box-style {
  background-color: #fff;
  padding: 38px 25px;
  border-radius: 16px;
  margin-top: 21px;
  margin-bottom: 42px;
}

.new-nomination-page .welcom-box {
  display: block;
}

.new-nomination-page .welcom-content h5 {
  font-size: 1.1rem !important;
  line-height: 30px;
}

.new-nomination-page .explain-option {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.new-nomination-page .explain-option a {
  margin: 0 24px;
  margin-top: 43px;
  display: inline-block;
  max-width: 291px;
  width: 100%;
  padding: 14px;
  background-color: #0d5a2e;
  border: 1px solid #0d5a2e;
  border-radius: 37px;
  color: #fff;
  text-align: center;
}

.new-nomination-page .explain-option a:last-child {
  background-color: #000;
  border: 1px solid #000;
}

.new-nomination-page .explain-option a:last-child:hover {
  color: #000;
}

.new-nomination-page .explain-option a:hover {
  background-color: #fff;
  color: #0d5a2e;
}

.nomination-data .approve-condition label {
  font-size: 1.1rem;
  margin-right: 5px;
}

/* ================================================================ */
.jop-seekers-home {
  padding: 31px 0 140px 0;
}

.jop-seekers-home .jop-seekers-home-content {
  background-color: #ffff;
  padding: 52px 70px;
  border-radius: 16px;
}

.jop-seekers-home .jop-seekers-home-content .content-content {
  width: 80%;
}

.jop-seekers-home .jop-seekers-home-content .content-content h5 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 23px;
}

.jop-seekers-home .jop-seekers-home-content .content-content h5 span {
  color: #0d5a2e;
  font-weight: normal;
}

.jop-seekers-home .jop-seekers-home-content .content-content p {
  font-size: 1.2rem;
  margin-top: 57px;
  margin-bottom: 86px;
  line-height: 40px;
}

.jop-seekers-home .jop-seekers-home-content .content-img {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 20%;
}

.job-seeker-fill-data-page {
  padding-top: 25px;
}

.general-director-home .personal-img .btn {
  background-color: #9a7341;
}

.edit-personal-affairs .personal-img {
  position: relative;
  margin-bottom: 20px;
}

.edit-personal-affairs .personal-img .per {
  width: 125px;
  height: 125px;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f0f0f0;
}

.edit-personal-affairs .personal-img .per::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px dashed #0d5a2e;
}

.edit-personal-affairs .personal-img .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  cursor: pointer !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.edit-personal-affairs .personal-img .btn {
  color: #0d5a2e;
  cursor: pointer !important;
  text-align: right;
  font-size: 12px;
  z-index: 9;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.edit-personal-affairs .personal-img .btn i,
.edit-personal-affairs .personal-img .btn span {
  color: #fff;
}

.edit-personal-affairs .personal-img .btn i {
  margin-top: -3px;
  font-size: 1.2rem;
}

.edit-personal-affairs .personal-img .btn:disabled {
  display: none;
}

.edit-personal-affairs .personal-img .upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

/* ================================================================ */
.footer {
  background-image: url("../images/footerbg.png");
  position: relative;
  padding: 25px 0;
  overflow: hidden;
}

.footer .footer-circle {
  position: absolute;
  top: 0;
  right: 10%;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.4;
}

.footer::after {
  content: "";
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(154, 115, 65, 0.92)), to(#0d5a2e));
  background-image: linear-gradient(to left, rgba(154, 115, 65, 0.92), #0d5a2e);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .footer-logo {
  margin-bottom: 25px;
}

.footer .footer-logo,
.footer .social,
.footer p {
  position: relative;
  z-index: 9;
}

.footer p,
.footer h5 {
  color: #fff;
}

.footer .social {
  text-align: center;
}

.footer .social li {
  margin: 0 6px;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .onecategory-card {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5);
  }
}

/* ================================================================ */
#jobseekersapprovemodal .modal-dialog, #sendfaildmodal .modal-dialog {
  width: 1096px;
  max-width: 100%;
}

#jobseekersapprovemodal .modal-dialog .modal-content, #sendfaildmodal .modal-dialog .modal-content {
  border: 0;
  border-radius: 65px;
  text-align: center;
  padding: 50px;
}

#jobseekersapprovemodal .modal-dialog .modal-content .modal-body h5, #sendfaildmodal .modal-dialog .modal-content .modal-body h5 {
  margin-bottom: 56px;
  font-size: 1.8rem;
  line-height: 40px;
}

#jobseekersapprovemodal .modal-dialog .modal-content .modal-body img, #sendfaildmodal .modal-dialog .modal-content .modal-body img {
  margin-bottom: 80px;
}

#sendfaildmodal h4 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

#sendfaildmodal img {
  margin-bottom: 0 !important;
}

#sendfaildmodal .btn {
  margin-top: 30px;
}

.approvecondition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.approvecondition input {
  margin-top: 4px;
  margin-left: 10px;
}

/* ================================================================ */
.main-content-report-page .seeker-file a {
  background-color: #0d5a2e;
  color: #fff;
  border: 1px solid #0d5a2e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  width: 200px;
  max-width: 100%;
  padding: 15px;
}

.main-content-report-page .seeker-file a:hover {
  background-color: #fff;
  color: #0d5a2e;
}

.main-content-report-page .emoly-name-number p {
  color: #9a7341;
}

.main-content-report-page .emoly-name-number p span {
  color: #000;
}

.main-content-report-page .report-table {
  margin-top: 30px;
}

.main-content-report-page .report-table .table {
  vertical-align: middle;
}

.main-content-report-page .report-table .table th {
  color: #0d5a2e;
}

.main-content-report-page .report-table .table td, .main-content-report-page .report-table .table th {
  padding: 15px 10px;
}

/* ================================================================ */
.moda_images .images_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.moda_images .card-img {
  width: 87px;
  height: 67px;
  margin-left: 13px;
  margin-bottom: 13px;
  border-radius: 6px;
}

.moda_images .card-img img {
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.moda_images .card-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.moda_images .card-img:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.moda_images label {
  cursor: pointer;
}

.moda_images .custom_input_file {
  width: 87px;
  height: 67px;
  background: #fafafa;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  margin-bottom: 13px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.moda_images .custom_input_file img {
  width: 35px;
}

.moda_images .custom_input_file input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.moda_images label span.chose {
  color: red !important;
}

/* ================================================================ */
/* ================================================================ */
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .notification-page a {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
  }
}

/* ================================================================ */
@media (max-width: 1024px) {
  .order-2-mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .out-box-header {
    margin-bottom: 40px;
  }
  .out-box-header .form-group {
    margin-bottom: 30px;
  }
  .sidebar {
    min-height: 100%;
  }
  #jobseekersapprovemodal .modal-dialog, #sendfaildmodal .modal-dialog {
    max-width: 90%;
    margin: auto;
  }
  #jobseekersapprovemodal .modal-dialog .modal-content, #sendfaildmodal .modal-dialog .modal-content {
    border: 0;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
  }
  #jobseekersapprovemodal .modal-dialog .modal-content h5, #sendfaildmodal .modal-dialog .modal-content h5 {
    font-size: 1rem !important;
    line-height: normal !important;
  }
  #jobseekersapprovemodal .modal-dialog .modal-content img, #sendfaildmodal .modal-dialog .modal-content img {
    width: 70%;
    margin-bottom: 40px !important;
  }
  #jobseekersapprovemodal .modal-dialog .modal-content .btn, #sendfaildmodal .modal-dialog .modal-content .btn {
    padding: 12px;
  }
  #sendfaildmodal h4 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    font-size: 1.5rem !important;
  }
  #sendfaildmodal img {
    width: 50% !important;
    margin-bottom: 10px !important;
  }
  #sendfaildmodal .btn {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .padding-mobile {
    padding: 0;
  }
  .my-navbar {
    border-bottom: 0;
  }
  .my-navbar .account {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-navbar .account .card-img {
    width: 35px;
    height: 35px;
  }
  .my-navbar .order-mobile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .my-navbar .logo {
    text-align: left;
  }
  .burger-menue {
    width: 35px;
    height: 35px;
    background-color: #0d5a2e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    padding: 5px;
  }
  .main-content {
    padding-bottom: 0;
  }
  .main-content .sidebar {
    display: none;
  }
  .main-content .main-content-box {
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-content .main-content-box .box-header {
    padding: 0 20px;
  }
  .main-content .main-content-box .box-form {
    padding: 0 20px;
  }
  .box-form form {
    padding: 0;
  }
  .box-form form .form-group {
    width: 100%;
  }
  .main-content-box-mobile-color {
    background-color: transparent;
  }
  .edit-seeker-data {
    padding: 16px 12px;
  }
  .edit-seeker-data .seeker-image .card-img {
    width: 67px;
    height: 67px;
  }
  .edit-seeker-data .seeker-image .card-img::after {
    width: 70px;
    height: 70px;
  }
  .login-strip {
    display: none;
  }
  .login-navbar .account {
    display: none !important;
  }
  .login-main-content {
    background-color: #fff;
  }
  .login-main-content .login-form {
    border-radius: 0;
    padding: 0 20px;
  }
  .login-main-content .login-form .nav .nav-item {
    min-width: 45%;
    margin: 0 1%;
  }
  .login-main-content .box-form {
    margin-top: 50px;
  }
  .login-main-content .login-page .header {
    padding: 30px 0;
  }
  .login-main-content .forget-password-page .login-form h4 {
    margin-bottom: 40px;
  }
  .login-main-content .forget-password-page .form-inputs .form-group .form-control {
    height: 70px;
  }
  .login-form {
    min-height: auto;
  }
  .box-form form .btn-more {
    margin-top: 30px;
  }
  .home-page-mobile-color .home-page-content {
    padding-bottom: 50px;
    background-color: #fff;
  }
  .home-page-mobile-color .home-page-content .box-style {
    margin: 0;
  }
  .home-page-mobile-color .home-page-content .welcom-box .welcom-img {
    display: none;
  }
  .home-page-content .refel-box .refel-number {
    margin-bottom: 40px;
  }
  .home-page-content .text-center-mobile {
    text-align: center;
    font-size: 1.5rem;
  }
  .btn-more a,
  .btn-more button {
    width: 90%;
  }
  .new-nomination-page {
    padding-bottom: 50px;
    padding-top: 30px;
    background-color: #fff;
  }
  .new-nomination-page .box-style {
    margin: 0;
  }
  .new-nomination-page .explain-option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .new-nomination-page .explain-option a {
    width: 100%;
    margin-top: 10px;
  }
  .new-nomination-page .btn-more {
    margin-top: 30px;
  }
  .my-account-mobile .personal-img .per {
    border-radius: 50%;
  }
  .job-seeker-fill-data-page-content {
    background-color: #fff;
  }
  .job-seeker-fill-data-page-content .box-header {
    padding: 0 0 !important;
  }
  .jop-seekers-home .jop-seekers-home-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home1content {
    padding-bottom: 50px;
  }
  .main-content-report-page {
    position: relative;
  }
  .main-content-report-page .table {
    background-color: #fff;
  }
  .main-content-report-page .seeker-file a {
    width: 100px;
    padding: 5px;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 13px;
  }
  .my-navbar {
    padding-top: 15px;
  }
  .top-header ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-header ul li {
    margin-left: 0px;
  }
  .footer {
    text-align: center;
  }
  .footer .footer-logo img {
    width: 150px;
  }
  .employee-card {
    padding: 16px 12px;
  }
  .employee-card .card-img {
    width: 55px;
    height: 55px;
  }
  .employee-card .card-img::after {
    width: 60px;
    height: 60px;
  }
  .employee-card .card-title {
    font-size: 1rem;
  }
  .employee-card .card-text {
    font-size: 0.9rem;
  }
  .employee-card .card-info li {
    padding: 5px;
  }
  .employee-card .card-info li h6,
  .employee-card .card-info li p {
    font-size: 0.6rem;
  }
  .employee-card .card-emp-option a {
    width: 25px;
    height: 25px;
  }
  .employee-card .card-emp-option a i {
    font-size: 0.9rem;
  }
  .employee-card .card-option a {
    font-size: 0.8rem;
    padding: 3px;
  }
  .side-nav .side-links {
    width: 80%;
  }
  .table-style table .btn-style {
    width: 90px;
    font-size: 0.9rem;
  }
  .table-style table .btn-style span {
    display: none;
  }
  .table-style table .td-card {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 5px;
  }
  .table-style table .td-card .card-img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .table-style table .td-option .btn-style {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .table-style table .td-option .btn-style i {
    margin: 0;
  }
  .table-style table .td-option .btn-style span {
    display: none;
  }
  .edit-seeker-data {
    position: relative;
  }
  .edit-seeker-data .seeker-file {
    position: absolute;
    top: -15px;
    left: 10px;
  }
  .edit-seeker-data .seeker-file a {
    width: 100px;
    padding: 5px;
  }
  .edit-seeker-data ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .jop-seekers-home-mobile {
    background-color: #fff;
  }
  .jop-seekers-home-mobile .jop-seekers-home-content {
    padding: 25px 25px;
  }
  .jop-seekers-home-mobile .content-content {
    width: 100% !important;
  }
  .jop-seekers-home-mobile .content-content h5 span {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .jop-seekers-home-mobile .note-box {
    background-color: #fffdfa;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
    margin-top: 30px;
  }
  .jop-seekers-home-mobile .note-box img {
    width: 100px;
  }
}

/* ================================================================ */
/* Shared styles  */
.main-content-home-screen, .login-strip, .footer {
  background-position: center;
  background-size: cover;
}

.slick-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/*# sourceMappingURL=style.css.map */