.btn {
  border-radius: 15px;
}
.btn-primary {
  background-color: #005f81;
}
.btn-primary:hover {
  background-color: #005f81;
}
.btn-secondary {
  background-color: #E5AC25;
  border: none;
  color: white;
  box-shadow: 0px 3px 6px #00000029;
}
.btn-secondary:hover {
  background-color: #E5AC25;
  color: white;
  border: none;
}
.btn-invisible {
  background-color: rgba(0, 0, 0, 0);
}
.btn-invisible:hover {
  background-color: rgba(0, 0, 0, 0);
}
.my-select {
  visibility: hidden !important;
  position: absolute !important;
}
.btn-status-popover {
  background-color: transparent;
  border: none;
}
.btn-loader {
  display: inline-block;
  width: 1vw;
  height: 1vw;
  border: 0.1vw solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.color-white {
  color: white !important;
}
.color-primary {
  color: #005f81;
}
.color-secondary {
  color: #E5AC25;
}
.color-blue {
  color: #0DBCC3;
}
.color-blue-dark {
  color: #649EB4;
}
.color-blue-aqua {
  color: #3ACCE1;
}
.color-blue-light {
  color: #EDF5F8;
}
.color-green {
  color: #28B449;
}
.color-green-dark {
  color: #0D951D;
}
.color-purple {
  color: #6C74D3;
}
.color-red {
  color: red;
}
.color-gray {
  color: gray;
}
.color-gray-light {
  color: #F4F4F4;
}
.bg-white {
  background-color: white;
}
.bg-primary {
  background-color: #005f81 !important;
}
.bg-secondary {
  background-color: #E5AC25;
}
.bg-blue {
  background-color: #0DBCC3;
}
.bg-blue-dark {
  background-color: #649EB4;
}
.bg-blue-aqua {
  background-color: #3ACCE1;
}
.bg-blue-light {
  background-color: #EDF5F8;
}
.bg-green {
  background-color: #28B449;
}
.bg-green-dark {
  background-color: #0D951D;
}
.bg-purple {
  background-color: #6C74D3;
}
.bg-gray {
  background-color: gray;
}
.bg-gray-light {
  background-color: #F4F4F4;
}
.bg-transparent {
  background-color: transparent !important;
}
.login-container {
  width: 100vw;
  height: 100vh;
  background-color: #EDF5F8;
}
.login-container .input-group-text {
  border: none;
  border-radius: 10px;
  background-color: white;
}
.login-container .form-control {
  border: none;
  border-radius: 10px;
}
.login-container .form-control:focus {
  outline: none 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.login-container .input-group {
  border-radius: 10px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.sidebar {
  min-height: 100vh;
  height: 100%;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.navbar-nav {
  color: white;
  width: 100%;
}
.navbar-nav .nav-link {
  font-size: 16px !important;
  color: white !important;
}
.navbar-nav .dropdown-menu {
  background-color: #005f81;
  color: white;
  border: none;
}
.navbar-nav .dropdown-menu .dropdown-item {
  color: white;
}
.navbar-nav .dropdown-menu .dropdown-item.active {
  background-color: #649EB4;
}
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #005f81;
}
.navbar-nav .nav-item.active {
  background-color: #649EB4;
}
.container-menu {
  border-radius: 20px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
  margin-top: 1rem !important;
}
#container-data-grid .form-control {
  border-radius: 20px !important;
}
.message-send-container {
  background-color: #005f81;
  border-radius: 45px;
  padding: 10px;
  color: white;
}
.message-received-container {
  background-color: #EDF5F8;
  border-radius: 45px;
  padding: 10px;
}
.MuiFormControl-root {
  margin: 0 !important;
}
.modal-xxl {
  max-width: 95%;
}
.autocomplete-suggestions {
  background: white;
  padding: 5px;
  border: 1px solid gray;
}
.autocomplete-suggestion {
  background: white;
  color: black;
  cursor: pointer;
  padding: 7px;
  border-radius: 5px;
}
.autocomplete-suggestion:hover {
  background: #0DBCC3;
  color: white;
}
/**************************************/
/*             Date Picker                */
.dtp-header {
  background: #005f81 !important;
}
.dtp-date {
  background: #649EB4 !important;
}
.dtp .p10 > a {
  color: white;
  text-decoration: none;
}
.dtp div.dtp-actual-year {
  font-size: 1.5em;
  color: white;
}
.dtp table.dtp-picker-days tr > td > a.selected {
  background: #649EB4;
  color: #fff;
}
/**************************************/
/*             Maps                */
.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.pac-container {
  z-index: 9999 !important;
}
#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}
.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}
.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  margin-top: 6px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}
#pac-input:focus {
  border-color: #005f81;
}
#title {
  color: #fff;
  background-color: #005f81;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
}
.status-card {
  height: 20px;
  width: 20px;
  border-radius: 10%;
  display: inline-block;
}
.status-list {
  list-style: none;
  padding: 0;
}
.status-list__item {
  cursor: pointer;
}
.status-list__item--active {
  color: #005f81;
  border-bottom: 2px solid #005f81;
  font-weight: bold;
  cursor: default;
}
.v-application--wrap {
  min-height: unset !important;
}
.title {
  font-size: 1.5rem;
}
.subtitle {
  font-size: 1.3rem;
}
.control-label {
  color: #005f81;
  font-size: 0.8rem;
}
.form-control {
  position: relative;
  display: block;
  border-radius: 1rem;
  border: 1px solid gray;
  width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: 1.5;
  color: #649EB4;
  padding-left: 12px;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-group {
  position: relative;
  margin-bottom: 2.5rem;
}
.form-group .invalid-feedback {
  margin-left: 10px;
}
.form-group label {
  position: absolute;
  left: 50px;
  color: #649EB4;
  font-weight: bold;
  margin-top: 8px;
  background-color: white;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form-group .form-control {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid gray;
  width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  padding-left: 50px;
}
.form-group .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-group .is-invalid {
  border-color: #dc3545;
}
.focused .form-label {
  transform: translateY(-80%);
  left: 50px;
  font-size: 0.8em;
  padding: 0 4px;
  text-align: center;
  z-index: 10;
}
.cursor-pointer {
  cursor: pointer;
}
.img-rounded {
  border-radius: 100%;
}
.swal2-confirm {
  background-color: #005f81 !important;
}
.border-bottom {
  border-bottom: 1px solid black !important;
}
.border-radius-md {
  border-radius: 20px !important;
}
.border-radius-lg {
  border-radius: 50% !important;
}
.object-fit {
  -o-object-fit: contain;
     object-fit: contain;
}

.tracking-timeline-container {
    padding: 20px 0;
}

.tracking-timeline {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}

.tracking-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 2px;
    background-color: #e9ecef;
}

.tracking-event {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}

.tracking-date {
    flex-shrink: 0;
    text-align: center;
    width: 40px;
    font-size: 0.8rem;
    color: #6c757d;
    line-height: 1.2;
    margin-right: 15px;
    background-color: white;
}

.tracking-date .day {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
}

.tracking-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-right: 15px;
}

.tracking-icon i {
    font-size: 1.5rem;
    color: #28a745;
    background-color: white;
    border-radius: 50%;
}

.tracking-icon .manual-icon {
    color: #28a745;
}

.tracking-content {
    flex-grow: 1;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.event-title {
    margin: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-description {
    margin: 5px 0 10px;
    color: #495057;
}

.event-meta {
    font-size: 0.8rem;
    color: #6c757d;
    margin: 0;
}
