@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Open+Sans:wght@400;600&family=Poppins:wght@400;500;600&display=swap");
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes slideCentertoLeft {
  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
}

@keyframes slideCentertoLeft {
  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
}

@-webkit-keyframes slideLefttoCenter {
  from {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@keyframes slideLefttoCenter {
  from {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@-webkit-keyframes slideRighttoCenter {
  from {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@keyframes slideRighttoCenter {
  from {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@-webkit-keyframes slideCentertoRight {
  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  to {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
}

@keyframes slideCentertoRight {
  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  to {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
}

@-webkit-keyframes slideBottomtoTop {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
}

@keyframes slideBottomtoTop {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
}

@-webkit-keyframes slideToptoBottom {
  from {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@keyframes slideToptoBottom {
  from {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

#metros-usa, #metros-canada{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.metro-list ul{
    list-style:none;
}

.metro-list ul li{
    margin-bottom:0.8rem;
}

.metro-list ul li a:hover{
    text-decoration:underline !important;
    color: #0a1e44;
}

.slide-center-left {
  animation: slideCentertoLeft 0.65s forwards;
  -webkit-animation: slideCentertoLeft 0.65s forwards;
}

.slide-left-center {
  animation: slideLefttoCenter 0.65s forwards;
  -webkit-animation: slideLefttoCenter 0.65s forwards;
}

.slide-right-center {
  animation: slideRighttoCenter 0.65s forwards;
  -webkit-animation: slideRighttoCenter 0.65s forwards;
}

.slide-center-right {
  animation: slideCentertoRight 0.65s forwards;
  -webkit-animation: slideCentertoRight 0.65s forwards;
}

.slide-bottom-top {
  animation: slideBottomtoTop 0.65s forwards;
  -webkit-animation: slideBottomtoTop 0.65s forwards;
}

.slide-top-bottom {
  animation: slideToptoBottom 0.65s forwards;
  -webkit-animation: slideToptoBottom 0.65s forwards;
}

.fadeIn {
  animation: fadeIn 0.65s forwards;
  -webkit-animation: fadeIn 0.65s forwards;
}

.fadeOut {
  animation: fadeOut 0.65s forwards;
  -webkit-animation: fadeOut 0.65s forwards;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="password"],
select,
textarea {
  position: relative;
  border: solid 1px #e9ebec;
  background-color: #fff;
  color: #333333 !important;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 10px;
  height: 42px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: solid 1px rgba(68, 97, 136, 0.65) !important;
}

textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
}

#psw input {
  max-width: calc(100% - 40px);
  min-width: calc(100% - 40px);
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#psw .show-psw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 10px;
  width: 40px;
  height: 42px;
  margin-right: 3px;
  border: solid 1px #e9ebec;
  border-left: none;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#psw .show-psw i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#psw .show-psw:hover {
  cursor: pointer;
  color: #0a1e44;
}

.error {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 22px;
  color: #eb5757;
}

.error-table{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap: 1.5rem;
    padding:3.5rem 0;
}

.error-table .icon{
    display:flex; 
    justify-content:center;
    align-items:center;
    font-size:6rem !important; 
    border: solid 1px #f4f4f4;
    background-color: #f7fafc;
    border-radius:50%;
    width:160px; 
    height:160px;
    color:#b1b1b1;
}

.error-table .title{
    font-size:1.1rem;
    font-weight:600;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #828282;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9ebec;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
}

.form-mini {
  display: block;
  width: 100%;
  min-width:160px;
  padding: 0 0.4rem !important;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  color: #828282;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9ebec;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  height:38px !important;
}

.input-icon {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.5rem 0.9rem;
  padding-right: 30px;
  padding-left: 0.9rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #828282;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9ebec;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.input-icon-insert {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-icon-insert i {
  color: #828282;
  font-size: 20px;
  height: 23px;
  width: 23px;
}

.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.5rem 0.9rem;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn:hover {
  outline: none !important;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7109375rem;
  border-radius: 0.2rem;
}

.btn-sm i{
    pointer-events:none;
}

.btn-light {
  color: #0a1e44;
  background-color: #f3f6f9;
  border-color: #e7eef4;
}

.btn-light:hover {
  background-color: rgba(228, 237, 246, 0.9);
  border-color: rgba(228, 237, 246, 0.9);
}

.btn-light-2 {
  color: #0a1e44;
  background-color: rgba(224, 224, 224, 0.65);
  border-color: rgba(224, 224, 224, 0.85);
}

.btn-light-2:hover {
  background-color: rgba(198, 214, 229, 0.9);
  border-color: rgba(198, 214, 229, 0.9);
}

.btn-blue {
  color: #f3f6f9;
  background-color: #0a1e44;
  border-color: #0a1e44;
}

.btn-blue:hover {
  background-color: rgba(10, 30, 68, 0.9);
  border-color: rgba(10, 30, 68, 0.9);
}

.btn-transparent {
  color: #446188;
  background-color: transparent;
  border: solid 1px rgba(68, 97, 136, 0.45);
}

.btn-transparent:hover {
  color: #fff !important;
  background-color: rgba(10, 30, 68, 0.9);
  border-color: rgba(10, 30, 68, 0.9);
}

.btn-warning {
  color: #f3f6f9;
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.btn-warning:hover {
  background-color: rgba(247, 184, 75, 0.9);
  border-color: rgba(247, 184, 75, 0.9);
}

.btn-danger {
  color: #f3f6f9;
  background-color: #f06548;
  border-color: #f06548;
}

.btn-danger:hover {
  background-color: rgba(240, 101, 72, 0.9);
  border-color: rgba(240, 101, 72, 0.9);
}

.btn-blue-1 {
  color: #f3f6f9;
  background-color: #446188;
  border-color: #446188;
}

.btn-blue-1:hover {
  color: #f3f6f9;
  background-color: rgba(10, 30, 68, 0.9);
  border-color: rgba(10, 30, 68, 0.9);
}

.btn-green {
  color: #fff;
  background-color: #219653;
  border-color: #219653;
}

.btn-green:hover {
  color: #fff;
  background-color: rgba(33, 150, 83, 0.8);
  border-color: rgba(33, 150, 83, 0.8);
}

.btn-green-2 {
  color: #fff;
  background-color: #27ae60;
  border-color: #27ae60;
}

.btn-green-2:hover {
  color: #fff;
  background-color: rgba(39, 174, 96, 0.8);
  border-color: rgba(39, 174, 96, 0.8);
}

.btn-green-3 {
  color: #fff;
  background-color: #6fcf97;
  border-color: #6fcf97;
}

.btn-green-3:hover {
  color: #fff;
  background-color: rgba(111, 207, 151, 0.8);
  border-color: rgba(111, 207, 151, 0.8);
}

.btn-gray {
  color: #333333;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.btn-gray:hover {
  background-color: rgba(189, 189, 189, 0.8);
  border-color: rgba(189, 189, 189, 0.8);
}

.btn-red {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}

.btn-red:hover {
  background-color: rgba(255, 0, 0, 0.8);
  border-color: rgba(255, 0, 0, 0.8);
}

.btn-orange {
  color: #fff;
  background-color: #ffa500;
  border-color: #ffa500;
}

.btn-orange:hover {
  background-color: rgba(255, 165, 0, 0.8);
  border-color: rgba(255, 165, 0, 0.8);
}

.btn-delete {
  background-color: #eb5757 !important;
  color: #fff !important;
}

.btn-delete:hover {
  background-color: rgba(255, 0, 0, 0.9) !important;
  color: #e0e0e0 !important;
}

.btn-label {
  position: relative;
  padding-left: 44px;
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
  -ms-flex-line-pack: baseline !important;
      align-content: baseline !important;
}

.btn-label .icon-label {
  position: absolute;
  width: 35.5px;
  left: -1px;
  top: -1px;
  bottom: -1px;
  background-color: rgba(215, 215, 215, 0.25);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn-label i {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.btn-purple {
  background-color: #9b51e0 !important;
  color: #fff !important;
}

.right {
  padding-left: 0.8rem;
  padding-right: 44px;
}

.right .icon-label {
  left: auto !important;
  right: -1px;
}

.icon-green {
  background-color: #27ae60;
}

.checkbox {
  margin-bottom: 0.65rem;
  white-space:nowrap;
}

.checkbox .checkbox-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 1.5rem;
  font-weight: normal !important;
  font-family: "Poppins", sans-serif;
}

.checkbox .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox .checkbox-container input:focus ~ .checkmark {
  outline: solid 2px #ffa500 !important;
}

.checkbox .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid 2px #dbdbdb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.checkbox .checkbox-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox .checkbox-container .checkmark::after {
  left: 5px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox .checkbox-container:hover {
  color: #0a1e44;
}

.checkbox .checkbox-container:hover input ~ .checkmark {
  border: solid 2px #0a1e44;
}

.checkbox .checkbox-container input:checked ~ .checkmark {
  background-color: #0a1e44;
  border: solid 2px #0a1e44;
}

.checkbox .checkbox-container input:checked ~ .checkmark::after {
  display: block;
}

img {
  width: 100%;
}

a, button {
  outline: 0 !important;
  position: relative;
}

a {
  color: #405189;
  text-decoration: none !important;
}

a:hover {
  color: #405189;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  color: #4f4f4f;
}

h1, .h1 {
  font-size: calc(1.328125rem + 0.9375vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.03125rem;
  }
}

h2, .h2 {
  font-size: calc(1.2875rem + 0.45vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.625rem;
  }
}

h3, .h3 {
  font-size: calc(1.2671875rem + 0.20625vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.421875rem;
  }
}

h4, .h4 {
  font-size: 1.21875rem;
}

h5, .h5 {
  font-size: 1.015625rem;
}

h6, .h6 {
  font-size: 0.8125rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #878a99;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.sort-icon {
  padding: 5px;
  margin-left: 5px;
}

.sort {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sort:hover {
  cursor: pointer;
  color: #446188;
}

.fixed {
  position: fixed !important;
  z-index: 9999;
}

.absolute {
  position: absolute !important;
  z-index: 9999;
}

.alert-danger {
    color: #b44c36;
    background-color: #fde8e4;
    border-color: #fbd1c8;
}

.warning-carrier,
.active-carrier,
.inactive-carrier,
.scheduled-for {
  font-size: 0.75rem;
  padding: 0.15rem 0.45rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.warning-carrier {
  background-color: #fff3cd !important;
  color: #856404 !important;
}

.active-carrier {
  background-color: rgba(111, 207, 151, 0.25) !important;
  color: #219653 !important;
}

.inactive-carrier {
  background-color: rgba(235, 87, 87, 0.25) !important;
  color: #eb5757 !important;
}

.profile-carrier{
   background-color: #446188 !important;
   color:#FFFFFF;
}

.scheduled-for {
  background-color: rgba(68, 97, 136, 0.25) !important;
  color: #446188 !important;
}

.preferences {
  margin-bottom: 8px;
  padding: 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.preferences i {
  padding-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rounded {
  display: block !important;
  background-color: rgba(68, 97, 136, 0.125);
  color: #446188;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem !important;
  margin: 0 0.25rem 0.5rem;
}

.border-rounded{
   padding: 0.25rem 0.5rem;
  border-radius: 0.25rem !important;
  margin: 0 0.25rem 0.5rem;   
}

.circle{
    display:flex;
    justify-content:center;
    align-items:center;
    width:32px;
    height:32px;
    border-radius:50%;
    background-color: #f3f6f9;
    color: #4f4f4f;
    font-weight:600;
    letter-spacing:1px;
    user-select:none;
    font-size:13px;
    position:relative;
    transition: all 0.15s ease;
}

.circle:hover{
    transform:translateY(-4px);
}

.circle .tooltiptext {
  visibility: hidden;
  background-color: #0a1e44;
  color: #fff;
  text-align: center;
  border-radius: 0.45rem;
  padding: 0.25rem 0.65rem;
  position: absolute;
  z-index: 9999;
  font-size:10px;
  top:-25px;
  font-weight:normal;
}

.circle:hover .tooltiptext {
  visibility: visible;
}

.placeholder {
  color: #e0e0e0 !important;
}

.loading {
  width: 160px !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.separator {
  position: relative;
  border-left: solid 1px #e9ebec !important;
  width: 1px !important;
  max-width: 1px !important;
  min-width: 1px !important;
}


.borders {
  border: solid 1px #e9ebec;
}

.border-none {
  border: 0 !important;
}

.border-top-0 {
  border-top: none !important;
}

.border-bottom-0 {
  border-bottom: none !important;
}

.border-top {
  border-top: solid 1px #e9ebec;
}

.border-bottom {
  border-bottom: solid 1px #e9ebec;
}

.border-l-green-4 {
  border-left: solid 4px #219653;
}

.border-l-orange-4 {
  border-left: solid 4px #ffa500;
}

.border-l-red-4 {
  border-left: solid 4px #eb5757;
}

.border-l-blue-4 {
  border-left: solid 4px #2f80ed;
}

.rounded {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.back {
  transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  -moz-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
}

.vertical-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(33, 37, 41, 0.35);
  z-index: 1003;
  display: none;
}

.maxheight-120 {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}

.close-popup {
  text-align: right !important;
}

.close-popup:hover {
  cursor: pointer;
  color: #333333 !important;
}

.hover:hover {
  cursor: pointer;
  color: #0a1e44 !important;
}

.bg-table-hover{
    background-color: rgba(242, 242, 242, 0.3) !important;
}

.bg-green {
  background-color: #27ae60 !important;
  color: #fff !important;
}

.bg-orange {
  background-color: #ffa500 !important;
  color: #fff !important;
}

.bg-orange-2 {
  background-color: #ffa500 !important;
  color: #fff !important;
}

.bg-warning {
  background-color: #f7b84b !important;
}

.bg-danger {
  background-color: #f06548 !important;
  color: #fff !important;
}

.bg-red {
  background-color: #eb5757 !important;
  color: #fff !important;
}

.bg-gray-6 {
  background-color: #f2f2f2 !important;
}

.bg-blue {
  background-color: #446188 !important;
}

.bg-blue-1 {
  background-color: #2f80ed !important;
}

.bg-blue-2 {
  background-color: #2d9cdb !important;
}

.bg-blue-3 {
  background-color: #56ccf2 !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-strong {
  font-weight: 700 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-2 {
  margin: 1.5rem !important;
}

.m-3 {
  margin: 2rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mr-1 {
  margin-right: 0.5rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.ml-1 {
  margin-left: 0.5rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-6 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-1 {
  padding-left: 0.5rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pl-3 {
  padding-left: 1.5rem !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.position-relative {
  position: relative !important;
}

.left-0 {
  left: 0 !important;
}

.d-grid{
    display:grid;
}

.grid-min-200{
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-baseline {
  -webkit-box-pack: baseline !important;
      -ms-flex-pack: baseline !important;
          justify-content: baseline !important;
  -ms-flex-item-align: center !important;
      align-self: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}


.gap-1 {
  gap: 0 0.5rem;
}

.gap-y {
    gap: 0.5rem 0 !important;
}

.gap-x {
    gap: 0 0.5rem !important;
}

.wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.vh-100 {
  height: 100vh;
}

.text-start {
  text-align: left !important;
}

.text-end {
  float: right;
}

.text-center {
  text-align: center !important;
}

.text-muted {
  color: #878a99 !important;
}

.text-green {
  color: #219653 !important;
}

.text-orange {
  color: #ffa500 !important;
}

.text-red {
  color: #eb5757 !important;
}

.text-gray-1 {
  color: #333333 !important;
}

.text-gray-2 {
  color: #4f4f4f !important;
}

.text-gray-3 {
  color: #828282 !important;
}

.text-blue-1 {
  color: #0a1e44 !important;
}

.text-blue-2 {
  color: #446188 !important;
}

.text-blue-3 {
  color: #2f80ed !important;
}

.text-warning {
  color: #f7b84b !important;
}

.text-white {
  color: #fff !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(1.5rem, 0.75rem);
  padding-left: var(1.5rem, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * 0);
  margin-right: calc(-0.5 * 1.5rem);
  margin-left: calc(-0.5 * 1.5rem);
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
  margin-top: 0;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .vertical-sidebar-enable .vertical-overlay {
    display: block;
  }
  .vertical-sidebar-enable .sidebar {
    margin-left: 0 !important;
    z-index: 1004;
  }
}

@media (min-width: 768px) {
  .d-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  width: 100%;
  min-height: 100%;
  font-family: "Poppins", sans-serif;
  background-color: #e9e9e9;
  background: #e9e9e9;
  background: linear-gradient(217deg, #e9e9e9 0%, #d2d2d2 100%);
  position: relative;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 0.8125rem;
  color: #4f4f4f;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  min-width: 300px;
}

.sidebar {
  background-color: #0a1e44;
  width: 250px;
  z-index: 1002;
  border-right: 1px solid #f2f2f2;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  padding: 0 0 calc(70px + 25px) 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

@media (max-width: 768px) {
  .sidebar {
    margin-left: -100%;
  }
}

.sidebar .logo {
  font-size: calc(1rem + (20px - 1rem));
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  line-height: 70px;
  width: 100%;
}

.sidebar .menu {
  margin-top: 2rem;
}

.sidebar .menu ul {
  list-style: none;
  font-size: 0.93rem;
  padding-left: 0;
}

.sidebar .menu ul li {
  padding: 0.45rem 1.5rem;
}

.sidebar .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #bdbdbd;
}

.sidebar .menu ul li a i {
  font-size: 1.2rem;
  margin-right: 0.5rem;
  height: 22px;
}

.sidebar .menu ul li a:hover {
  cursor: pointer;
  color: #fff;
}

.sidebar .menu ul .menu-title {
  letter-spacing: 0.05em;
  cursor: default;
  text-transform: uppercase;
  color: #bdbdbd;
  font-weight: 600;
  font-size: 0.97rem;
  margin-top: 0.5rem;
}

.sidebar .menu ul .active {
  color: #fff !important;
}

#page-topbar {
  left: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  background-color: #fff;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

@media (min-width: 768px) {
  #page-topbar {
    left: 250px;
  }
}

.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 70px;
  padding: 0 1.5rem 0 calc(1.5rem / 2);
}

@media (max-width: 767.98px) {
  .navbar-header {
    padding: 0 calc(1rem / 2) 0 calc(1rem / 2);
  }
}

.navbar-header .btn-topbar {
  height: 42px;
  width: 42px;
}

@media (max-width: 360px) {
  .navbar-header .btn-topbar {
    height: 36px;
    width: 36px;
  }
}

.navbar-header .user-name-text {
  color: #bdbdbd;
}

.navbar-header .dropdown {
  position: relative;
}

@media (max-width: 600px) {
  .navbar-header .dropdown {
    width: 100%;
  }
}

.navbar-header .dropdown .dropdown-menu {
  background-color: #fff;
  inset: 0px 0px auto auto;
  -webkit-transform: translate3d(0.2px, 62px, 0px);
          transform: translate3d(0.2px, 62px, 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  margin-top: 10px;
  font-size: 0.8125rem;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid #e9ebec;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
          box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  display: none;
}

@media (max-width: 600px) {
  .navbar-header .dropdown .dropdown-menu {
    width: 100% !important;
  }
}

.navbar-header .dropdown .dropdown-menu .dropdown-header {
  display: block;
  padding: 0.5rem 1.2rem;
  margin-bottom: 0;
  font-size: 0.7109375rem;
  color: #878a99;
  white-space: nowrap;
}

.navbar-header .dropdown .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.35rem 1.2rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: #333333 !important;
}

.navbar-header .dropdown .dropdown-menu .dropdown-item:hover, .navbar-header .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #f2f2f2;
}

.navbar-header .dropdown .dropdown-menu .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ebec;
}

@media (min-width: 768px) {
  .navbar-header .topbar-user {
    background-color: #f2f2f2;
  }
}

.navbar-header .header-item {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-search {
  padding: calc(32px / 2) 0;
  position: relative;
}

.app-search .search-icon {
  position: absolute;
  z-index: 10;
  font-size: 18px;
  line-height: 38px;
  left: 13px;
  top: 0;
  color: #878a99;
}

.app-search .form-control {
  height: 38px;
  padding-left: 40px;
  padding-right: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.app-search-carrier {
  position: relative;
  height: 38px;
}

.app-search-carrier .search-icon {
  position: absolute;
  z-index: 10;
  font-size: 18px;
  left: 13px;
  top: 10px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  color: #878a99;
  text-align: center;
}

.app-search-carrier .form-control {
  height: 38px;
  padding-left: 40px;
  padding-right: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-result {
  width: 100%;
  position: absolute;
  top: 38px;
  background-color: #fff;
  border: solid 1px #e9ebec;
  overflow-y: auto;
  max-height: 300px !important;
}

.search-result .item-result {
  border-bottom: solid 1px #e9ebec;
  padding: 1rem 1.5rem;
}

.search-result .item-result:last-child {
  border-bottom: none !important;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  color: #333333;
}

.breadcrumb .breadcrumb-item {
  text-transform: capitalize;
}

.breadcrumb .breadcrumb-item:nth-child(1n + 2) {
  padding-left: 1rem;
}

.breadcrumb .breadcrumb-item:nth-child(1n + 2):before {
  content: "\003E";
  width: 15px;
  float: left;
  padding-right: 1rem;
}

.breadcrumb .active {
  color: #828282;
}

.footer {
  bottom: 0;
  padding: 20px calc(1.5rem / 2);
  position: absolute;
  right: 0;
  left: 0;
  height: 60px;
  background-color: #fff;
  color: #828282;
}

@media (min-width: 768px) {
  .footer {
    left: 250px;
  }
}

.main-content {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

@media (min-width: 768px) {
  .main-content {
    margin-left: 250px;
  }
}

.page-content {
  padding: calc(70px + 1.5rem) calc(1.5rem / 2) 60px calc(1.5rem / 2);
}

.page-title-box {
  padding: 10px 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  border-bottom: 1px solid none;
  border-top: 1px solid none;
  margin: -23px -12px 1.5rem -12px;
}

.page-title-box h4 {
  font-weight: 700;
  font-size: 15px !important;
  text-transform: uppercase;
}

.card {
  margin-bottom: 1.5rem;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
          box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  border-radius: 0.25rem;
  overflow: hidden;
}

.break-word{
  word-wrap: break-word;  
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.card-animate {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.card-title {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e9ebec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

@media (max-width: 580px) {
  .card-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.card-title .h1,
.card-title .h2,
.card-title .h3,
.card-title .h4,
.card-title .h5,
.card-title .h6 {
  margin-bottom: 0;
}

.card-title .title-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 580px) {
  .card-title .title-label {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.card-title .title-label i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
}

.card-title i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab .options,
.tab .minimal-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: capitalize !important;
}

@media (max-width: 500px) {
  .tab .options,
  .tab .minimal-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tab .options .option,
.tab .minimal-options .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline !important;
      -ms-flex-pack: baseline !important;
          justify-content: baseline !important;
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 600;
  letter-spacing: 1px;
  color: #bdbdbd;
  font-family: "Poppins", sans-serif;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.tab .options .option i,
.tab .options .option span,
.tab .minimal-options .option i,
.tab .minimal-options .option span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none !important;
}

.tab .options .option:hover,
.tab .minimal-options .option:hover {
  cursor: pointer;
  color: #0a1e44 !important;
}

.tab .options .label,
.tab .minimal-options .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline !important;
      -ms-flex-pack: baseline !important;
          justify-content: baseline !important;
}

.tab .options .label-icon,
.tab .minimal-options .label-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 0.5rem;
}

.tab .options i,
.tab .minimal-options i {
  width: 15px;
  height: 15px;
}

.tab .progress {
  border-bottom: 1px solid #e9ebec;
}

.tab .progress .option {
  background-color: #f7fafc !important;
  position: relative;
  padding: 0.8rem 1.6rem;
}

.tab .progress .option:hover {
  border-bottom: none !important;
  cursor: default !important;
}

.tab .progress .valid {
  background-color: #27ae60 !important;
  color: #fff !important;
  border-right: solid 1px rgba(33, 150, 83, 0.45);
}

.tab .progress .valid:last-child {
  border-right: 0;
}

.tab .progress .active {
  background-color: rgba(10, 30, 68, 0.8) !important;
  border-bottom: none;
  color: #fff !important;
  position: relative;
  z-index: 1;
  border: none !important;
}

.tab .progress .active::after {
  content: "";
  width: 0;
  height: 0;
  right: -8px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(10, 30, 68, 0.8) !important;
}

.tab .progress .active:hover {
  color: #fff !important;
}

.tab .progress .active:last-child::after {
  display: none;
}

.tab .tab-container {
  overflow: hidden;
}

.tab .active {
  color: #0a1e44 !important;
}

.tab .hidden {
  display: none;
}

@media (min-width: 600px) {
  .d-md-block {
    display: block !important;
  }
}

.table {
  width: 100%;
  font-size: 0.86rem;
}

.table th {
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.table .table-light {
  border-top: solid 1px #f0f0f0;
  background-color: #f7fafc;
  color: #828282;
}

.table tr {
  border-bottom: solid 1px #e9ebec;
}

.table > :not(caption) > * > * {
  padding: 1rem 0.6rem;
  padding-right: 0.6rem;
}

.table tbody {
  width: 100% !important;
}

.table tbody tr:hover {
  background-color: rgba(242, 242, 242, 0.3) !important;
}

.table-nowrap th,
.table-nowrap td {
  white-space: nowrap;
}

.table-card {
  margin: -1rem;
}

.table-card th:first-child,
.table-card td:first-child {
  padding-left: 20px;
}

.table-card th:last-child,
.table-card td:last-child {
  padding-right: 20px;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-navegation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

@media (max-width: 600px) {
  .page-navegation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem 0;
  }
}

.page-navegation .pagination {
  list-style: none;
}

.page-navegation .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.25rem;
}

.page-navegation .pagination ul .page-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.page-navegation .pagination ul .page-item .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  min-width: 80px;
  padding: 0.375rem 0.75rem;
  color: #446188;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(10, 30, 68, 0.15);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  font-weight: 600;
}

.page-navegation .pagination ul .page-item .page-link i {
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  display: block;
}

.page-navegation .pagination ul .page-item .page-link:hover {
  cursor: pointer;
  border: solid 1px rgba(10, 30, 68, 0.35);
}

.page-navegation .pagination ul .disabled .page-link {
  color: #bdbdbd !important;
  border: solid 1px #e0e0e0 !important;
  cursor: default !important;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  padding: 2rem;
}

.filter .filter-option {
  margin-bottom: 1rem;
}

.filter .filter-option label {
  display: inline-block;
  margin-bottom: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: normal !important;
  -ms-flex-preferred-size: content;
      flex-basis: content;
  font-size: 0.89rem;
}

.filter .filter-option:last-child {
  margin-bottom: 0;
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  min-width: 100% !important;
  width: 100% !important;
}

.not-found i {
  font-size: 9rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toast {
  position: fixed;
  z-index: 9999999999 !important;
  top: 10%;
  right: 0;
  max-width: 300px;
  min-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.35rem;
}

.toast .mensaje {
  width: 100%;
  line-height: 130%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  padding: 1.2rem;
  text-align: center;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.055), 1px 2px 6px rgba(0, 0, 0, 0.055);
          box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.055), 1px 2px 6px rgba(0, 0, 0, 0.055);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.popup {
  position: fixed;
  background-color: rgba(10, 30, 68, 0.45);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000006;
}

.popup .popup-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup .popup-container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: solid 1px #e9ebec;
  padding: 3rem;
  gap: 1rem;
  text-align: center;
  min-width: 300px;
  min-height: 150px;
  max-width: 500px;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.075), -1px 2px 3px rgba(0, 0, 0, 0.075);
          box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.075), -1px 2px 3px rgba(0, 0, 0, 0.075);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.popup .popup-container .box .icon {
  text-align: center;
  width: 120px;
  height: 120px;
}

.popup .popup-container .box .message {
  color: #828282;
  margin-bottom: 2rem;
}

.popup .popup-container .box .input {
  margin-bottom: 2rem;
}

.popup .popup-container .box .input textarea {
  max-width: calc(500px - 3rem);
  min-height: 200px;
  max-height: 200px;
}

.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0;
}

.error-page .code {
  display: block;
  font-size: 4rem;
  font-weight: 600;
}

.error-page .title {
  text-transform: uppercase;
  font-size: 1.8rem;
  display: block;
}

.error-page .message {
  display: block;
  margin: 1rem 0;
}

.error-page a {
  display: block;
  margin-top: 2rem;
}

.initials-name {
  min-width: 36px;
  width: 36px;
  height: 36px;
  min-height: 36px;
  line-height: 36px;
  font-size: 1rem;
  text-align: center;
  background-color: #df7f2b;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.preview-profile{
    position:fixed;
    right:0;
    top:0;
    bottom:0;
    z-index:99999;
    width:400px;
    min-width:400px;
    background-color:#FFF;
    min-height:100%;
    box-shadow:2px 3px 12px rgba(0,0,0,0.3);
}

.preview-profile .preview-profile-body{
    height:calc(100% - 150px); 
    overflow-y:auto;
}
