body {
  font-family: "Inter", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  background: #f9f9f9;
  min-height: 101vh;
}
.arabic {
  font-family: "Rubik", sans-serif;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.loginCvr button,
.header-lang button {
  background: #fff;
  border: 1px solid #ced4da;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}

.loginCvr button.active,
.header-lang button.active {
  background: #065d25;
  color: #fff;
}
.header-lang button {
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.header-lang {
  padding-left: 20px;
}

.backalabl {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  color: #3d59a8;
  padding-left: 30px;
  margin-bottom: 30px;
  background: url(../images/back-arrow.svg) no-repeat left center;
}
.tenNum {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.tenNum span {
  color: #008837;
}

.arabic .filterDropdown.active {
  left: 0px;
  right: inherit;
}

.arabic .nav.nav-tabs {
  direction: rtl;
}
.arabic .search-box {
  left: 80px;
}
.arabic .filtersec {
  left: 0;
  width: 75px;
}
.arabic .tab-content {
  direction: rtl;
}
.arabic .status-label {
  text-align: right;
}
.arabic .tabHeading ul li {
  text-align: right;
}

.arabic .tabContent ul li:first-child {
  padding-right: 0;
}
.arabic .tabContent li a img {
  float: left;
}

/*26-10-2023*/

.loginCvr.register {
  max-width: 700px;
}
.loginCvr.optcvr input.form-control {
  margin-bottom: 0px;
}
.loginCvr.optcvr .logo {
  padding-bottom: 20px;
}
.ressotp {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 11px;
  text-decoration: none;
  color: #008837;
  cursor: pointer;
}
/*******/

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1310px;
  }
}

.loginCvr {
  max-width: 460px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 25px 35px;
  background: #fff;
  margin: 10rem auto;
  text-align: center;
}
.logo img {
  width: 58%;
}
.logo {
  padding-bottom: 10px;
}
.loginCvr .form-group {
  text-align: left;
}
.loginCvr label {
  font-size: 16px;
  padding-bottom: 8px;
}
.form-control {
  color: #9a9a9a;
  font-size: 14px;
  height: 50px;
  margin-bottom: 26px;
  border-radius: 8px;
}
.form-submit {
  background: #065d25;
  border: 1px solid #065d25;
  color: #fff;
  font-size: 13px;
  padding: 6px 28px;
  margin: 15px 0 0;
  transform: all 0.5s;
}
.form-submit:hover {
  background: #fff;
  border: 1px solid #065d25;
  color: #065d25;
}
.hdrRight ul li {
  display: inline-block;
}
header .logo img {
  width: 60%;
}
header .logo {
  padding-bottom: 0;
}
header {
  padding: 30px 0;
  position: relative;
}
header:after {
  content: "";
  background: #d8d8d8;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1310px;
  height: 1px;
  margin-left: -655px;
}
.profile img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  object-fit: cover;
}
.profile {
  margin-right: 20px;
}
.signout {
  text-decoration: none;
  color: #fff;
  background: #00a0c6;
  padding: 10px 18px;
  transition: all 0.5s;
}
.signout:hover {
  color: #00a0c6;
  background: #fff;
  border-bottom: 2px solid #00a0c6;
}
section.actJob {
  padding: 32px 0;
}
section.actJob .container {
  position: relative;
}

.nav-tabs .nav-link {
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 40px;
  padding: 2px 30px;
  color: #000;
  font-size: 13px;
  margin-right: 20px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #065d25;
  border-color: #d8d8d8;
}
.tab-content {
  padding-top: 40px;
}
.nav-tabs {
  border-bottom: 0;
}
table {
  width: 100%;
}
.tabHeading ul {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 15px;
}
.tabHeading ul li {
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  width: 16%;
  text-align: left;
}
.tabHeading {
  padding-bottom: 10px;
}
.tabContent {
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  background: #fff;
  margin-bottom: 16px;
  height: 80px;
  overflow: hidden;
}
.tabContent.active {
  height: auto;
  overflow: visible;
  padding-bottom: 25px;
}

.tabContent ul {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  box-sizing: border-box; /* Include padding and borders in the width */
}
.tabContent ul li img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.bnd {
  font-weight: 600;
  font-size: 19px;
}
.tabContent li a img {
  float: right;
  width: 25px;
  height: auto;
}
.status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.status-item {
  text-align: center;
  position: relative;
  width: 17.5%;
}

.status-line {
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  z-index: -1;
}

.status-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
}

.status-label {
  text-align: left;
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  margin-top: 8px;
}

/* Define custom colors for each status */
.completed .status-circle {
  background: url(../images/success.svg) no-repeat left center;
  background-size: 12px;
}

.pending .status-circle {
  background: url(../images/pending.svg) no-repeat left center;
  background-size: 12px;
  opacity: 0.2;
}

.initial .status-circle {
  background: url(../images/initial.svg) no-repeat left center;
  background-size: 12px;
}
.statussec {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  padding-top: 22px;
}
.statussec label {
  width: 8%;
  font-weight: 600;
}
.statussec .status-bar {
  width: 92%;
  padding: 0px 25px;
}
.status-item:before {
  content: "";
  background: #ccc;
  width: 100%;
  position: absolute;
  left: 0;
  height: 3px;
  top: 5px;
}
.status-item:last-child::before {
  display: none;
}
.tabContent ul li {
  width: 16%;
  text-align: left;
  font-size: 12px;
}
.search-box {
  position: absolute;
  right: 80px;
  top: 0px;
  width: 23%;
}
input.search-input {
  border: 1px solid #d8d8d8;
  border-radius: 40px;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  outline: 0;
  box-shadow: none !important;
}
.search-icon {
  position: absolute;
  left: 8px;
  top: 0;
}
.search-icon img {
  width: 15px;
}
.del {
  font-weight: 600;
  font-size: 19px;
  color: #008837;
}
.nav-tabs .nav-link.bg-blue.active {
  background-color: #3d59a8 !important;
}
.filtersec {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #d8d8d8;
  border-radius: 40px;
  padding: 0px 10px;
  font-size: 13px;
  font-weight: 400;
  background: #fff;
  color: #a3a3a3;
  text-decoration: none;
  cursor: pointer;
}
.filtersec.active {
  border-color: #414141;
  color: #414141;
}
.filtersec img {
  width: 16px;
  margin-right: 5px;
}
.filterDropdown {
  display: none;
}
.filterDropdown.active {
  position: absolute;
  display: block;
  right: 0px;
  top: 40px;
  background: #fff;
  border: 1px solid #414141;
  border-radius: 4px;
  padding: 15px 15px 0;
  z-index: 99;
}
.filterDropdown label {
  font-size: 14px;
  font-weight: 500;
}
.filterDropdown a {
  float: right;
  text-decoration: none;
  color: #3d59a8;
  font-size: 10px;
}
.formentry {
  padding: 5px 0;
}
.formentry .form-control {
  color: #9a9a9a;
  font-size: 12px;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 50px;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.formentry [type="search"] {
  background: url(../images/search.svg) no-repeat right 10px center;
  background-size: 18px;
}
.formentry [type="text"],
.formentry [type="date"] {
  background: url(../images/calender.svg) no-repeat right 10px center;
  background-size: 18px;
}
.arabic .tabContent ul li {
  text-align: right;
}

/*media*/
@media only screen and (max-width: 1390px) {
  .header-lang button {
    font-size: 12px;
  }
  .signout {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1090px) {
  .signout,
  .header-lang button {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .arabic .tabContent ul li {
    justify-content: right;
    padding-right: 50px;
    padding-left: 0;
  }
  .mblHdr {
    padding: 15px 0 0;
  }
  .mblHdr .brand {
    padding-bottom: 0;
  }
  .header-lang button {
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
  }
  html,
  body {
    overflow-x: hidden !important;
  }

  header .logo img {
    width: 60%;
  }
  header {
    padding: 20px 0;
  }
  .nav-tabs li {
    width: 48%;
  }
  .nav-tabs li:first-child {
    margin-right: 10px;
  }
  .nav-tabs .nav-link {
    margin-right: 0;
    width: 100%;
  }
  .search-box {
    position: relative;
    right: 0;
    top: 18px;
    width: 100%;
  }
  .tabContent ul li:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 0px;
  }
  .tabContent ul li {
    width: 100% !important;
    text-align: left;
    padding-left: 50px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 5px;
  }
  .tabContent ul {
    flex-direction: column;
    position: relative;
  }
  .bnd {
    font-weight: 600;
    font-size: 16px;
    color: #c3c329;
    padding-left: 5px;
  }
  .del {
    font-size: 16px;
    padding-left: 5px;
  }
  .tabContent li a img {
    position: absolute;
    right: 0;
    top: 0;
  }
  .tabContent ul li img {
    width: 30px;
    height: 30px;
    object-fit: cover;
  }
  .tabContent {
    padding: 12px;

    height: 50px;
    position: relative;
  }
  .folding {
    position: absolute;
    right: 40px;
    top: 10px;
    color: #626262;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    border-radius: 8px;
    background: #ffff00;
    border: 1px solid #d8d8d8;
    padding: 5px 10px;
  }
  .delivered {
    position: absolute;
    right: 40px;
    top: 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    border-radius: 8px;
    background: #008837;
    border: 1px solid #d8d8d8;
    padding: 5px 10px;
  }
  .statussec {
    display: none;
  }
  .tabContent li a img {
    float: right;
    width: 20px;
    height: auto;
  }
  .tabHeading {
    display: none;
  }

  .filterDropdown.active {
    right: 15px;
    top: 85px;
  }
  input.search-input {
    width: 92%;
  }

  .filtersec span {
    display: none;
  }
  .filtersec {
    right: 15px;
    top: 52px;
  }

  .arabic .filtersec {
    width: 40px;
    left: 15px;
    right: inherit;
  }
  .arabic .search-box {
    left: 45px;
    right: inherit;
  }
  .arabic .tabContent ul li {
    justify-content: right;
  }

  .arabic .folding {
    left: 40px;
    right: inherit;
  }
  .arabic .tabContent li a img {
    left: -100px;
    right: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .mblHdr .brand {
    font-size: 12px;
  }

  .backalabl {
    margin-bottom: 15px;
  }

  .loginCvr {
    max-width: 100%;
    padding: 25px 15px;
    margin: 10rem 15px;
  }
  .form-control {
    margin-bottom: 15px;
  }
  header .logo img {
    width: 100%;
  }
  .loginCvr label {
    font-size: 14px;
  }
  input.search-input {
    width: 85%;
  }
  .formentry input[type="date"]::placeholder {
    /* Apply styles to date input placeholders on mobile devices */
    color: #555; /* You can adjust the color as needed */
  }

  .tabContent ul li span {
    white-space: nowrap;
  }
  .tabContent ul {
    width: 70%;
  }
  .tabContent ul li {
    line-height: 30px;
    align-items: flex-start;
  }
  .tabContent li a img {
    right: -100px;
  }
}

header.aniPos {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  border: 0;
}
header.aniPos:after {
  display: none;
}

.status-item.complted-fill:before {
  background: #008837;
}

.arabic .absolute {
  right: inherit;
}
