body {
  background-color: #eeeeee !important;
}

small {
  font-family: monospace;
  font-size: 11px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
}

/* Adjust the background and border of input boxes */
.input-box {
  background-color: white !important;
  border-color: #dee2e6 !important;
  border-radius: 0px 7px 7px 0px !important;
}

/* Styles for the tabs card */
.tabs-card {
  position: relative;
  border: none !important;
}

/* Styles for the tabs header */
.tabs-header {
  background: #0575e6;
  background: -webkit-linear-gradient(to left, #021b79, #0575e6);
  background: linear-gradient(to left, #021b79, #0575e6);
  border-radius: 7px !important;
  position: absolute;
  top: 0;
  bottom: 10;
  left: 0;
  right: 0;
  z-index: 999;
}

/* Styles for the tabs body */
.tabs-body {
  position: relative;
  padding-bottom: 0;
}

.tab-content {
  padding: 50px 20px 20px 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #fff !important;
  margin-left: -35px;
  margin-right: -35px;
}

/* Styles for the navigation items */
.nav-item,
.mode-text,
.log-out-btn {
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

/* Styles for navigation links */
.nav-item a,
.nav-item a:hover {
  color: white;
}

/* Background color for active nav-pills */
.nav-pills .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
}

.input-group-text {
  width: 50px !important;
  display: flex !important;
  justify-content: center;
}

.input-group-text i {
  font-size: 18px;
}

.profile-pic img {
  border-radius: 50%;
  width: 75px;
}

.log-out p:hover {
  cursor: pointer;
}

input,
select {
  height: 40px !important;
}

button {
  border: 0px solid #fff !important;
  min-height: 50px !important;
}

.sample-btn {
  background: #0575e6;
  background: -webkit-linear-gradient(to right, #021b79, #0575e6);
  background: linear-gradient(to right, #021b79, #0575e6);
}

.sample-btn:hover {
  background: #0575e6;
  background: -webkit-linear-gradient(to left, #021b79, #0575e6);
  background: linear-gradient(to left, #021b79, #0575e6);
}

.check-btn {
  background: #0575e6;
  background: -webkit-linear-gradient(to left, #021b79, #0575e6);
  background: linear-gradient(to left, #021b79, #0575e6);
}

.check-btn:hover {
  background: #0575e6;
  background: -webkit-linear-gradient(to right, #021b79, #0575e6);
  background: linear-gradient(to right, #021b79, #0575e6);
}

.horizontal-scroller {
  overflow: auto !important;
  white-space: nowrap !important;
}

.horizontal-scroller li,
.horizontal-scroller ul {
  display: inline-block !important;
}

.sample-btn,
.check-btn {
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.invalid-input {
  border: 2px solid red !important;
  border-radius: 7px;
}

.invalid-imei {
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  z-index: 999;
}

.dnone-imp {
  display: none !important;
}

.imei-progress-bar {
  display: none;
}

.progress-text {
  font-size: 18px;
  font-weight: 600;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #2196f3;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0c7cd5;
}

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #ffffff;
  background-color: #4caf50;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #3d8b40;
}

.badge-info {
  color: #ffffff;
  background-color: #00bcd4;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #008fa1;
}

.badge-warning {
  color: #212529;
  background-color: #ffeb3b;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #ffe608;
}

.badge-danger {
  color: #ffffff;
  background-color: #f44336;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ea1c0d;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1d2124;
}

.expand-history {
  cursor: pointer;
}

.user-details p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.form-check-input[type="checkbox"] {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

.page-link {
  cursor: pointer;
  user-select: none;
}

#loading-bar-spinner.spinner {
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 19 !important;
  animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
  width: 40px;
  height: 40px;
  border: solid 4px transparent;
  border-top-color: #021c7a !important;
  border-left-color: #022484 !important;
  border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.no-history {
  padding-top: 50px;
  padding-bottom: 50px;
}
