/* .sidenav-footer.mx-3 {
    position: fixed;
    bottom: 0;
} */
thead {
  background: #e9e9e9 !important;
}

.bg-gradient-orange {
  background-image: linear-gradient(310deg, #f9a140 0%, #f76431 100%);
}

td a {
  font-size: 14px !important;
}

.text-right {
  text-align: right;
}

.numbers h6 {
  font-size: 15px;
  line-height: 16px;
}

.numbers p {
  font-size: 13px;
  line-height: 12px;
}

img.nav-logo {
  height: 250px !important;
}

th,
td {

  border: 0px solid #f8f8f8 !important;
  padding: 8px;
}

.table> :not(:first-child) {
  border-top: 0px solid currentColor !important;

}

/* tr, th {
    background: #e9e9e9 !important;
} */
tr,
td {
  border-bottom: 1px solid #e9e9e9 !important;
}

.navbar-vertical.navbar-expand-xs {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 3.1rem !important;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  padding: 0;
  box-shadow: none;
  z-index: 9999;
}

.ic {
  margin-left: -31px;
}

.img {
  position: absolute;
  z-index: 999;
}

.a_he {
  height: 61px;
}




table {
  width: 100%;
}




/* .sidenav-footer.mx-3 {
    position: fixed;
    bottom: 0;
} */
thead {
  background: #e9e9e9;
}

.bg-gradient-orange {
  background-image: linear-gradient(310deg, #f9a140 0%, #f76431 100%);
}

td a {
  font-size: 14px !important;
}

.text-right {
  text-align: right;
}

.numbers h6 {
  font-size: 15px;
  line-height: 16px;
}

.numbers p {
  font-size: 13px;
  line-height: 12px;
}

img.nav-logo {
  height: 250px !important;
}

.hero-bg {
  background-image: url(../assets/img/hero-bg-img.jpg);
  position: fixed;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.overflowX-scroll {
  overflow-x: scroll;
}

.bg-purple {
  background-color: #66009b8c !important;
}


/********* TABLE CSS ******/
/* //TO-DO: tidy up style */

.wrapper {
  margin-top: 5vh;
}

.dataTables_filter {
  float: right;
}

.table-hover>tbody>tr:hover {
  background-color: lighten(cyan, 40%);
}


.table {
  @media only screen and (min-width: 768px) {
    table-layout: fixed;

    max-width: 100% !important;
  }
}

thead {
  background: #ddd;
}

.table td:nth-child(2) {
  overflow: hidden;
  /* //white-space: nowrap;
  text-overflow: ellipsis; */
}

.highlight {
  background: lighten(yellow, 30%);
}

@media only screen and (max-width: 767px) {

  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr,
  tfoot tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .table td:nth-child(1) {
    background: #ccc;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
  }

  /*
    Label the data
    */
  td:nth-of-type(1):before {
    content: "Name";
  }

  td:nth-of-type(2):before {
    content: "Position";
  }

  td:nth-of-type(3):before {
    content: "Office";
  }

  td:nth-of-type(4):before {
    content: "Age";
  }

  td:nth-of-type(5):before {
    content: "Start date";
  }

  td:nth-of-type(6):before {
    content: "Salary";
  }

  .dataTables_length {
    display: none;
  }
}

li.paginate_button {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* ul.pagination {
    display: inline-block;

} */
div#DataTables_Table_0_info {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

/* ul.pagination {
    position: absolute;
    bottom: 30px;
    right: 0;
   
} */
div#DataTables_Table_0_paginate {
  margin-top: 43px;
}

table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc,
table.dataTable thead>tr>th.dt-ordering-asc,
table.dataTable thead>tr>th.dt-ordering-desc,
table.dataTable thead>tr>td.dt-orderable-asc,
table.dataTable thead>tr>td.dt-orderable-desc,
table.dataTable thead>tr>td.dt-ordering-asc,
table.dataTable thead>tr>td.dt-ordering-desc {
  text-align: center;
}

tr td {
  font-size: 12px;
}

tr th {
  font-size: 14px;
  font-weight: 900;
}

.table thead th {
  padding: 0.45rem .5rem !important;
  text-transform: capitalize;
  letter-spacing: 0px;
  border-bottom: 1px solid #e9ecef;
}

.tab_col {
  border: 0px;
  color: blue !important;
}

.tab_col2 {
  border: 0px;
  color: red !important;
}

.user-name {
  color: #fff;
  background-image: linear-gradient(310deg, #fb6340 0%, #fbb140 100%);
  padding: 7px 10px;
  border-radius: 10px;
  font-size: 17px;
  margin: 0;
}

.icon-border {
  border: 1px solid #d4d9e0 !important;
  height: 38px;
  width: 38px;
  border-radius: 9px;
  line-height: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.count {
  position: absolute;
  left: 60%;
  width: 20px;
  height: 20px;
  border-radius: .25rem;
  color: #ffffff;
  top: -8px;
  font-size: 11px;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  background-image: linear-gradient(310deg, #fb6340 0%, #fbb140 100%);
}

.suggestion-list {
  border: 1px solid #ccc;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  z-index: 1000;
}

.suggestion-list li {
  padding: 10px;
  cursor: pointer;
}

.suggestion-list li:hover {
  background: #f0f0f0;
}



/******* pp ***/
.bg-purple {
  position: fixed !important;
  background-image: url(https://static.vecteezy.com/system/resources/thumbnails/015/634/808/small/circular-hud-connection-with-circuit-board-futuristic-modern-website-background-or-cover-page-for-technology-and-finance-concept-and-education-future-company-vector.jpg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.btn {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  background-image: linear-gradient(310deg, #fb6340 0%, #fbb140 100%) !important;
}

.text-danger {
  color: red;
  font-size: 0.875rem;
}

.modal-overlay {
  position: fixed;
  top: 20%;
  left: 20%;
  width: 40%;
  height: 40%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.form-group {
  text-align: left;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 400px;
  max-width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

nav#navbarBlur {
  /*    background: #fff;*/
  margin: 0px !important;
}

.my-panel {
  margin-top: 100px;
}

#navbar {
  position: fixed;
  z-index: 999;
  width: calc(100% - 7.6rem);
  padding: 10px 0;
  transition: background-color 0.3s ease;
  background-color: transparent;
  z-index: 1000;
}

a {
  text-decoration: none;
  color: black;
}

#navbar.scrolled {
  background-color: #fff;
  color: black;
  box-shadow: 0px 4px 7px #777;
}

.content {
  height: 2000px;
}

ul.dropdown-menu.show {
  display: block !important;
}

.dropdown.dropdown-hover .dropdown-menu,
.dropdown .dropdown-menu {
  display: none !important;
}

.sidebar-dropdown li a {
  padding: 10px 16px;
}

.sidebar-dropdown {
  margin: 0px;
  padding: 0;
}

.sidebar-dropdown .dropdown-item:hover,
.sidebar-dropdown .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: #fff6f2;
}

.sidebar-dropdown a {
  display: flex;
}

.drop-tog:after,
.drop-tog:after,
.drop-tog:after,
.drop-tog:after {
  position: absolute !important;
  right: 25px !important;
}

.alert {
  padding: 15px;
  margin-top: 10px;
  border-radius: 4px;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
}



.border-radius-lg {
  border-radius: 0.75rem;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}


.shadow {
  box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(20, 20, 20, 0.12), 0 0.125rem 0.25rem -0.0625rem rgba(20, 20, 20, 0.07) !important;
}

.card.card-plain {
  background-color: transparent;
  border: none !important;
}

.form-switch {
  display: flex;
  align-items: center;
}

.form-switch {
  padding-left: 3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.73em;
  margin-bottom: 0.125rem;
}

.page-header {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 50%;
}

.bg-white {
  background: #fff;
}

.form-control {
  font-size: 0.9rem !important;
}

.align-item-center {
  align-items: center;
}

.border-none {
  border: none !important;
}

.form-switch .form-check-input:checked:after {
  transform: translateX(13px);
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

figure.snip0056 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 400px;
  max-width: 400px;
  width: 100%;
  background: #fffffffc;
  color: #000000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 0 0 10px 10px;

}

figure.snip0056 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure.snip0056>img {
  width: 30%;
  border-radius: 50%;
  border: 4px solid #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  position: relative;
  float: right;
  right: 5%;
  z-index: 1;
  top: 16px;
  background: #fff;
  width: 25%;
}

figure.snip0056 figcaption {
  padding: 20px 30px 20px 20px;
  position: absolute;
  left: 0;
  width: 50%;
}

figure.snip0056 figcaption h2,
figure.snip0056 figcaption p {
  margin: 0;
  text-align: left;
  padding: 10px 0;
  width: 100%;
  color: #000;
}

figure.snip0056 figcaption h2 {
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

figure.snip0056 figcaption h2 span {
  font-weight: 800;

}

figure.snip0056 figcaption p {
  font-size: 0.9em;
  opacity: 0.8;
}

figure.snip0056 figcaption .icons {
  width: 100%;
  text-align: left;
}

figure.snip0056 figcaption .icons i {
  font-size: 26px;
  padding: 5px;
  top: 50%;
  color: #000000;
}

figure.snip0056 figcaption a {
  opacity: 0.3;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.snip0056 figcaption a:hover {
  opacity: 0.8;
}

figure.snip0056 .position {
  width: 100%;
  text-align: left;
  padding: 15px 30px;
  font-size: 0.9em;
  opacity: 1;
  font-style: italic;
  color: #ffffff;
  background: #000000;
  clear: both;
  margin: 0;
}

figure.snip0056.blue .position {
  background: #20638f;
}

figure.snip0056.red .position {
  background: #962d22;
}

figure.snip0056.yellow .position {
  background: #bf6516;
}

figure.snip0056:hover>img,
figure.snip0056.hover>img {
  right: 2%;
}

figure.snip0056 a {
  color: #fff !important;
  text-decoration: none;
}

.justify-center {
  justify-content: center;
}

.bg-gradient-primary {
  background-image: linear-gradient(310deg, #5e72e4 0%, #825ee4 100%);
  background-attachment: fixed;
}

.nav-logo-login {
  width: 20%;
}

.das_hei {
  overflow-y: scroll;
  height: 400px;
}

.css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected {
  font-weight: 600;
  color: #fff !important;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  background-image: linear-gradient(310deg, #fb6340 0%, #fbb140 100%) !important;
}

button:hover {
  border-radius: 6px !important;
  color: #fff;
  /* background-color: red; */
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  background-image: linear-gradient(310deg, #fb6340 0%, #fbb140 100%) !important;
}

.css-1h9z7r5-MuiButtonBase-root-MuiTab-root {
  background-color: #00000021 !important;
  border-radius: 6px !important;
}

.css-mmst5v {
  width: 100%;
  background-color: #ededed;
  padding: 0px 0px 0px 23px;
}

.activity_histry {
  position: relative;
  border-top: 2px solid #fb6340;
  height: 15px;
}

.activity_histry span {
  position: absolute;
  top: -26px;
  background: #fff;
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #fb6340;
}

.tracking-item {
  border-left: 2px solid #fb6340;
  position: relative;
  padding: 10px 10px 10px 29px;
  font-size: 14px;
  margin-left: 8.5rem;
  min-height: 5rem;
}

.tracking-item .tracking-icon.status-intransit {
  color: #fb6340;
  border: 2px solid #fb6340;
  font-size: 18px;
  font-weight: 600;
}

.tracking-item .tracking-icon {
  line-height: 2.6rem;
  position: absolute;
  left: -1.3rem;
  width: 2.6rem;
  height: 2.6rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
}

.tracking-date {
  position: absolute;
  left: -126px;
  width: 7.5rem;
  text-align: right;
}

.tracking-date a {
  color: #283250;
  text-decoration: none;
  background-color: transparent;
}

.Activity_font {
  color: #000;
  font-weight: 400;
}

.history{
  padding: 0px 42px 0px 24px;
}

.boder_0{
  border: 0px !important;
}

.justy{
  text-align: justify !important;
  margin-left: -35px !important;
}

.input_l{
  border: 1px solid #d7d7d7 !important;
  border-left: 1px solid #cdcdcd !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.list-group-item{
  border: 0px !important;
}
