.container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

* {
  font-family: "Poppins";
  font-size: 14px;
}

.dataTables_length {
  margin-bottom: 15px;
}

.navbar {
  display: none;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 15px;
  width: 300px !important;
  padding: 8px 15px;
  border-radius: 20px;
}

.dataTables_filter {
  margin-bottom: 10px;
  border-radius: 50rem !important;
}

body {
  background: black;
  overflow-y: hidden; /* Hide vertical scrollbar */
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
table {
  vertical-align: middle !important;
}
table .dataTable {
  clear: both;
  margin-top: 6px !important;
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0;
}
table > thead {
  color: white;
  height: 30px;
  vertical-align: middle;
}

table > thead > tr > th {
  background: #000000 !important;
  border-top: 3px solid #f1801e;
  color: white !important;
}

table > thead > tr > th:first-child {
  border-top-left-radius: 5px;
}

table > thead > tr > th:last-child {
  border-top-right-radius: 5px;
}

.btn-success {
  color: #fff !important;
  background-color: #f1801e;
  border-color: #f1801e;
}

.btn-success:hover {
  color: #fff !important;
  background-color: #e87c1e;
  border-color: #f1801e;
}
.btn-secondary {
  color: #fff !important;
  background-color: #6c757d;
  border-color: #6c757d;
}

.view-qr-code {
  background-color: #f1801e;
  color: #d1d1d1;
}

.download-qr-code {
  background-color: green;
  color: #d1d1d1;
}

div.qr_border {
  border: 4px solid black;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  overflow-y: scroll;
}

#qr_cont {
  width: 465px; /* 3 inches * 96 pixels per inch */
  height: 186px; /* 2 inches * 96 pixels per inch */
  background-color: white;
  padding: 2px;
}
#qr_cont,
p {
  margin-bottom: 0;
}

#qr_cont_view {
  height: 186px; /* 2 inches * 96 pixels per inch */
  background-color: white;
  padding: 1px;
}

ul.dropdown-menu.shadow.border-0.show {
  min-width: 20rem;
  border-radius: 20px;
  margin-top: 10px !important;
}
a.btn.btn-danger.mt-3.w-100.rounded-pill {
  color: white;
}

/* index */
.right-panel {
  min-width: 48%;
  width: 100%;
  background: white;
  height: 100vh;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.left-panel {
  min-width: 52%;
  height: 100vh;
  width: 100%;
}

.logo_1 {
  width: 100%;
  max-width: 200px;
}

small.text-muted i {
  /* width: 20px !important; */
  text-align: left !important;
}

small i,
p i {
  font-size: 12px !important;
  margin-right: 3px;
}

.partition {
  width: 70%;
  height: 0.5px;
  background: #666666;
}

.sys-name,
.sys-name2 {
  color: #666666;
}

.sys-name {
  margin-top: -20px;
  font-size: 37px;
  font-weight: 600;
}

.system-title {
  width: 55%;
  line-height: 1;
}

.sys-name2 {
  font-family: Allura;
  font-size: 68px;
  margin-right: 10px;
  display: block;
  line-height: 0.8;
  padding-bottom: 0;
}

.controls {
  width: 100%;
  max-width: 400px;
  margin-top: 50px;
}

.text-field {
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 16px;
  max-width: 100%;
  font-weight: normal;
}

.login-button {
  width: 100%;
  max-width: 400px;
  border-radius: 50px;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 16px;
  background: #f1801e;
}

.login-button:hover {
  width: 100%;
  max-width: 400px;
  border-radius: 50px;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 16px;
  background: #e87c1e;
}

/* sidenav */
.sideNav {
  width: 270px;
  height: 100vh;
}

.sideNav-item-header {
  text-align: center;
  padding: 10px;
  color: #f7fafc;
}

.partition_2 {
  text-align: center;
  width: 100%;
  height: 0.5px;
  background: #f7fafc;
}

.sideNav-item {
  text-align: left;
  padding: 15px 15px 15px 40px;
  font-size: 15px;
  font-weight: 200;
  margin-left: 20px;
  margin-top: 10px;
  color: white;
}

.sideNav-item i {
  width: 40px;
  text-align: center;
}

.sideNav-item:hover {
  cursor: pointer;
  background: #e87c1e;
  color: white;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sideNav-item.active {
  background: #f3f3f3ff;
  color: #f1801e;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sys_logo_side_nav {
  width: 100%;
  height: 80px;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* header */
.sys_header {
  font-size: 50px;
  font-weight: bold;
  text-align: left;
}

.profile-login {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.profile-login,
.profile-login2 {
  border-radius: 50%;
}

img.profile {
  width: 40px;
}

.sys_name {
  font-size: 10px;
  letter-spacing: 2px;
}

.sys_name_2 {
  font-family: Allura;
  font-size: 28px;
}

.bloc-icon.active i {
  /* background: #f3f3f3ff; */
  color: #f1801e;
  animation: bounce2 2s ease infinite;
}

.bloc-icon.active {
  /* background: #f3f3f3ff; */
  color: #f1801e;
  border-bottom: 2px solid #f1801e;
}

@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-18px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.mainDiv {
  background: #f3f3f3ff;
  height: 98vh;
  margin-top: 2vh;
  margin-bottom: 4vh;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 40px 50px;
  overflow: auto;
}

.page-headings {
  color: #f1801e;
  font-weight: 600;
}

/* dashboard content */
.custom-card {
  margin: 10px;
  flex: 1; /* This makes the cards evenly distribute in the row */
}
.card {
  padding: 20px;
  border: none;
  border-radius: 10px;
}
.card-text {
  font-weight: bolder;
  font-size: 26px;
}

.asset_count {
  font-size: 36px;
}

.asset_count_tot_amount {
  font-size: 19px;
}

.icon {
  font-size: 26px; /* Adjust the icon size as needed */
  margin-top: 5px;
  margin-left: 15px;
  float: right;
  padding: 5px 5px;
}
thead.text-center.align-middle.dashboard {
  background: none;
  color: black;
  /* border-bottom: 0; */
  /* border-top-left-radius: 10px; */
}

/* assets content */
.filter_header {
  background: #d1d1d1;
  max-width: 100px;
  font-weight: bold;
  padding-left: 20px;
  border-radius: 5px 0px 0px 5px;
}
.filter_cont {
  background: #eeeeee;
  max-width: 450px;
  padding: 10px 20px;
  border-radius: 0px 5px 5px 0px;
}

.filter_cont button {
  background-color: #f1801e;
  color: #eeeeee;
  border: none;
}

.filter_cont button:hover {
  background-color: #e87c1e;
  color: #eeeeee;
  border: none;
}

.filter_cont button:active {
  background-color: #e87c1e;
  color: #eeeeee;
  border: none;
}

/* #table_assets,
button {
  margin-right: 5px;
} */

button.btn.btn-primary.btn_select_all {
  color: white;
  background: #f1801e;
}

.asset_rounded_pill {
  font-weight: normal !important;
  width: 75px;
}

.asset-buttons {
  height: 0%;
}

.action_button_qr {
  background: #dedede;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #202020;
  margin-right: 5px;
}

.filt-stat {
  height: 36.38px;
}

.action_button_qr:hover {
  background: #0dcaf0;
  color: white;
}

.action_button_dl {
  background: #dedede;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #202020;
  margin-right: 5px;
}

.action_button_dl:hover {
  background: #28a745;
  color: white;
}

.action_button_edit {
  background: #ddebff;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #0d6efd;
  margin-right: 5px;
}

.action_button_edit:hover {
  background: #0d6efd;
  color: white;
}

.action_button_delete {
  background: #ffe5e7;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #dc3545;
  margin-right: 5px;
}

.action_button_delete:hover {
  background: #dc3545;
  color: white;
}

.action-scan-qr {
  background: #ffe5e7;
  /* padding: 5px 10px;
    border-radius: 5px; */
  cursor: pointer;
  color: #f1801e;
  margin-top: 28px;
}

.page-item.active .page-link {
  background-color: #f1801e;
  border-color: #f1801e;
}

div.dataTables_wrapper div.dataTables_info {
  font-size: 12px;
  color: gray;
}

.page-link {
  font-size: 12px;
}

.modal-content {
  padding: 15px 30px;
  border-radius: 25px;
  height: 80vh;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  display: none;
}

.search-input {
  width: 100% !important;
  height: 36.38px;
  padding: 8px 15px;
  border-radius: 20px;
}

.text-center {
  text-align: center !important;
}

/* transactions content */
#saveManual,
#saveManualTransac {
  width: 100%;
  /* height: 33.1px; */
}

button.btn-close.modal_close {
  position: absolute;
  right: 30px;
  top: 30px;
}

.scan_via_qr {
  max-width: 100px;
  width: 100%;
  height: 100%;
  max-height: 100px;
  position: relative;
  z-index: 2;
  top: -20px;
  border: solid 1px;
  margin-left: 10px;
}
.card-scan {
  border-color: #f1801e !important;
}
.scan-qr {
  /* max-width: 130px; */
  width: 100%;
  color: #f1801e;
}
.btn,
.scan-qr {
  color: #f1801e;
}
.btn-checkout {
  background-color: #f1801e;
}
.btn-checkout:hover {
  background-color: #e87c1e;
}

/* video {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
} */

.qr_inner {
  width: 100%;
  margin: auto;
  text-align: left;
}

#qr_cont_view_scanner {
  /* max-height: 400px; 16 inches * 96 pixels per inch */
  background-color: white;
  /* padding: 15px; */
  /* display: none; */
}

.card.card-scanned.shadow-sm.mb-3 {
  background: #f3f3f3;
}
span.status {
  color: #019db9;
}

span.status_deployable {
  color: #80a84f;
}

span.status_broken {
  color: #ff0000;
}

button.btn.btn-primary.rounded-pill.w-100.text-white {
  background: #f1801e;
}

.notes-title {
  color: #ff0000;
}

/* settings content */
.edit-btn {
  color: #eeeeee;
}
.delete-btn {
  color: #eeeeee;
}

.card.shadow-sm.mb-3.tab-con {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: black;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f1801e !important;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.iconName i {
  width: 30px;
  text-align: center;
}

#preview {
  transform: scaleX(1);
  width: 100% !important;
  /* height: 100%; */
  display: none;
}

.preview_canvas {
  display: none;
}

#previewScan-transaction {
  transform: scaleX(1);
  width: 100% !important;
  height: 100%;
  position: relative;
}

button.swal2-confirm.swal2-styled {
  background-color: #f1801e;
}

#dashboard-assets:hover,
#dashboard-deployed:hover,
#dashboard-users:hover {
  background-color: #f1801e;
  color: #ddebff;
  cursor: pointer;
}

.card-body:hover .icon.link i {
  color: #ddebff !important;
}

.dashboard-url {
  color: black;
}

#mobile-transactionLogs {
  display: none;
}

.mobile-transactionLogs {
  /* background-color: #f3f3f3; */
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}

.mobile-transactionHistory {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.custom-hr {
  border-top: 1px solid #d9d9d9;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.navbar-brand {
  margin-left: 18px;
}

#downloadSelected {
  background-color: #6c757d;
  border-color: #6c757d;
  max-height: 33.5px;
  max-width: 37px;
}

.buttons-html5,
.buttons-print {
  max-height: 33.5px;
  max-width: 37px;
}

#cards-container {
  display: none;
}

.modal-content-scan {
  height: 80vh;
  padding: 15px !important;
}

.user-scan-message {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 10px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

#scan_qr_mobile {
  display: none;
}

#mobile-transactionHistory {
  display: none;
}

#searchInput {
  display: none;
}

.scan_qr {
  background: #dedede;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #202020;
  margin-right: 5px;
  height: 51px;
  width: 100%;
}

.select2-container--default .select2-selection--single {
  height: 51px !important;
  border-color: #ced4da !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 61px !important;
  padding-left: 10.5px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 51px !important;
}

.asset-sticker {
  background-image: url(../images/asset-sticker.png) !important;
  background-size: cover !important;
}

.logo {
  margin-bottom: 20px;
}

#cards-container-assetType {
  display: none;
}

#cards-container-categories {
  display: none;
}

#cards-container-locations {
  display: none;
}

#cards-container-department {
  display: none;
}

#cards-container-assetbrand {
  display: none;
}

#cards-container-assetcode {
  display: none;
}

.modal-body {
  max-height: 100% !important;
  overflow-y: auto !important;
}

.assset_price {
  color: red;
}

textarea.form-control {
  height: 94px !important;
}

.iconpicker-popover.popover.fade.bottom.in {
  display: contents !important;
}

.form-floating > .select2-container--bootstrap-5 .select2-selection {
  padding-top: 8.625rem;
  padding-bottom: 0.25rem;
}
.form-floating > label {
  padding-left: 0.75rem;
  padding-top: 1rem;
}

div.dt-buttons {
  display: none !important;
}

.table-responsive {
  overflow-x: hidden !important;
}

i.fa-solid.fa-circle-plus.fa-2x {
  margin-left: 10px;
}

.swal2-popup.swal2-modal.swal2-show {
  padding: 20px !important;
  padding-bottom: 40px !important;
  border-radius: 25px !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 90% !important;
  max-width: 400px !important;
}

button.swal2-styled {
  border-radius: 50px !important;
  min-width: 100px !important;
}

.modal-title {
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #e87c1d !important;
}

.select2-results__option {
  padding: 6px 10.5px !important;
}

.form-control:focus::placeholder {
  color: #999999 !important;
}

.dashboard-modal {
  max-height: 80vh !important;
}

.settings-modal {
  height: 100%;
}

.settings-tab-icon {
  display: none !important;
}

.image-container {
  position: relative;
  display: inline-block;
  border-radius: 10px !important;
}

.image-container img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px !important;
}

.remove_image {
  position: absolute;
  top: 2px;
  right: 15px;
  cursor: pointer;
}

.openCamera-mobile {
  display: none;
}

.openCamera-desktop-button {
  width: 100%;
  color: white;
  background-color: #e87c1e;
  padding: 10px 20px;
}

#uploadImages {
  width: 100%;
}

#uploadImagesEdit {
  width: 100%;
}

#preview_upload {
  max-width: 100%;
  max-height: 100%;
  display: none;
}

#preview_upload_edit {
  max-width: 100%;
  max-height: 100%;
  display: none;
}

#captureImage {
  display: none;
  width: 100% !important;
}

#captureImage_edit {
  display: none;
  width: 100% !important;
}

.asset_img_container {
  display: flex;
  overflow-x: scroll;
  max-width: 100%;
  max-height: 200px;
}

.asset_img_container img {
  margin: 5px;
  max-width: 120px;
  height: auto;
  border-radius: 10px;
}

#table_asset_logs_history tbody tr {
  cursor: pointer;
}

.asset_code {
  letter-spacing: 5px;
  font-size: 10px;
  font-family: math;
}

.asset_code_logs {
  letter-spacing: 4px;
  font-family: math;
  font-size: 10px;
}

.asset_name {
  line-height: 1.5;
}

.camera_and_selectFile {
  max-width: 59px !important;
  max-height: 59px !important;
  padding: 40px;
  background-color: #f7f7f6;
  color: #191919;
  display: flex;
}

.row .openCamera-desktop {
  /* margin: 0 !important; */
  /* margin: 0 1.5rem 0 0 !important; */
  /* padding: 0 !important; */
}

/* .col-selectPhotoButton {
  flex: 0 0 auto;
  max-width: 25%;
  margin: 0 4.5rem 0 0;
} */
/* 
.col-preview {
  flex: 0 0 auto;
  max-width: 50% !important;
} */

.image-container {
  width: 82px !important;
  height: 82px !important;
}

.mobile-nav {
  background: #000000;
  position: fixed;
  bottom: 0;
  height: 65px;
  width: 90%;
  display: flex;
  justify-content: space-around;
  border-radius: 20px;
  margin-bottom: 10px;
  /* border-top-left-radius: 20px;
  border-top-right-radius: 20px; */
}
.bloc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
}
.bloc-icon i {
  width: 20px;
  font-size: 20px;
  color: white;
}

.vbox-container img {
  height: 80vh !important;
}

@media screen and (min-width: 600px) {
  .mobile-nav {
    display: none;
  }
}
/* employee page */
