@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Tajawal:wght@300;400;500;700&display=swap);/*=========================================================================================
    File Name: laravel-menu.scss
    Description: laravel Specific menu styles
    ----------------------------------------------------------------------------------------
    Item name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
/*========================================================
        DARK LAYOUT
=========================================================*/
body.vertical-layout.vertical-menu-modern .horizontal-menu-wrapper {
  display: none;
}

.horizontal-menu > .main-menu {
  display: none;
}
.horizontal-menu .fixed-top {
  left: 0;
}

html body.navbar-static .app-content .header-navbar {
  background: transparent;
  box-shadow: none !important;
}

@media (max-width: 575.98px) {
  body.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.btn-secondary {
  border-color: transparent !important;
  background-color: #4e5154 !important;
  color: #fff;
}

.btn-group,
.btn-group-vertical {
  padding: 2px;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  left: 50%;
  transform: translateX(-50%);
}

.btn-group.btn-group-no-position,
.btn-group-vertical.btn-group-no-position {
  padding: 2px;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  margin: 0;
  left: 0;
  transform: none;
}

a {
  color: #a2ae39;
  text-decoration: none;
  background-color: transparent;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::before,
table.dataTable thead .sorting_desc_disabled::after {
  position: absolute;
  bottom: 0.9em;
  display: none;
  opacity: 0.3;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-status {
  position: relative;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-status::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #198754;
  top: 50%;
  left: 0;
  margin-left: -20%;
  transform: translateY(-50%);
}

.dataTables_scrollHeadInner,
.dataTables_scrollBody,
.dataTables_scrollFootInner,
table {
  width: 100% !important;
}

::-webkit-scrollbar {
  direction: ltr;
  width: 8px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

:hover::-webkit-scrollbar-track,
::-webkit-scrollbar-track:hover {
  box-shadow: inset 0 0 5px grey;
}

:hover::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background-color: var(--accent);
}

.icon-btn {
  border-radius: 50px;
}

table.table .form-control,
table.table .form-select {
  background-color: #f2f3f7;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  padding-left: 25px !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  background-color: #a2ae39 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  background-color: #172130 !important;
}

/* Profile image fix */
.profile-img-container .overlay-container {
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.profile-img-container .overlay-container .overlay {
  height: 28%;
}
.profile-img-container .overlay-container > img:first-child {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.image-upload {
  width: 100% !important;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .card-body {
    padding: 0.5rem;
  }
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: transparent !important;
}

.spinner-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.spinner-wrapper .spinner-border {
  width: 10vw;
  height: 10vw;
}
.spinner-wrapper::after {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.75);
  content: "";
}

/* Custom Style */
.modal .modal-header {
  background-color: white !important;
  padding: 1rem !important;
  border: none !important;
  height: unset !important;
}
.modal .modal-header .close {
  box-shadow: unset !important;
  background: unset !important;
  transform: unset !important;
  opacity: unset !important;
  position: relative !important;
  font-weight: normal;
  transition: all 0.15s ease-in-out;
}
.modal .modal-header .close::before {
  position: absolute;
  content: "";
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #172130;
  border-radius: 50%;
  left: 50%;
  top: calc(50% - 2px);
  transform: translate(-50%, -50%);
  transition: all 0.15s ease-in-out;
}

.btn-group .btn-group:not(:last-child) .btn {
  border-radius: 0;
}
.btn-group > div:first-child .btn {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.btn-group > div:last-child .btn {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.custom-labeled-checkbox {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
  margin-bottom: 0;
  cursor: pointer;
}
.custom-labeled-checkbox .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.custom-labeled-checkbox .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.custom-labeled-checkbox .slider.round {
  border-radius: 34px;
}
.custom-labeled-checkbox .slider.round::before {
  border-radius: 50%;
}
.custom-labeled-checkbox .label-text-on,
.custom-labeled-checkbox .label-text-off {
  transition: 0.4s;
}
.custom-labeled-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}
.custom-labeled-checkbox input:checked ~ .slider {
  background-color: #172130;
}
.custom-labeled-checkbox input:checked ~ .slider:before {
  transform: translateX(30px);
}
.custom-labeled-checkbox input:focus ~ .slider {
  box-shadow: 0 0 1px #172130;
}
.custom-labeled-checkbox input:checked + .label-text-on {
  color: white;
  position: relative;
  z-index: 3;
  left: 2px;
  top: 1px;
  font-size: 14px;
}
.custom-labeled-checkbox input:checked ~ .label-text-off {
  display: none;
}
.custom-labeled-checkbox .label-text-off {
  color: #172130;
  position: relative;
  z-index: 3;
  right: 2px;
  top: 1px;
  font-size: 14px;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

/*Loader*/
#loader {
  /*position: absolute;*/
  z-index: 1;
  display: none;
  border: 8px solid #f3f3f3;
  border-top-color: rgb(243, 243, 243);
  border-top-style: solid;
  border-top-width: 16px;
  border-radius: 50%;
  border-top: 8px solid #a2ae39;
  width: 55px;
  height: 55px;
  -webkit-animation: spin 2s linear infinite;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.shipment-det-box {
  padding: 8px;
  border: 1px solid rgba(29, 29, 31, 0.2);
  background-color: white;
  border-radius: 4px;
  height: 100%;
}
.shipment-det-box.btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  display: block;
  width: 100%;
}
.shipment-det-box input, .shipment-det-box select, .shipment-det-box textarea {
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1f;
}
.shipment-det-box h6 {
  color: #727272;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 4px;
}
.shipment-det-box p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1f;
}

.shipment-det-box {
  padding: 8px;
  border: 1px solid rgba(29, 29, 31, 0.2);
  background-color: white;
  border-radius: 4px;
  height: 100%;
}
.shipment-det-box.btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  display: block;
  width: 100%;
}
.shipment-det-box input, .shipment-det-box select, .shipment-det-box textarea {
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1f;
}
.shipment-det-box h6 {
  color: #727272;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 4px;
}
.shipment-det-box p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1f;
}

div.dt-button-info {
  left: unset !important;
  right: 0 !important;
  top: 0 !important;
  transform: translate(-12px, 12px) !important;
}