.travel-requests {
  padding: 100px 0;
}
.travel-requests p.simple {
  line-height: 2;
  font-size: 14px;
  color: #4E5C6E;
}
.travel-requests .text-success {
  color: #38ca96 !important;
}
.travel-requests .card {
  background-color: white;
  border-radius: 15px;
  border: 0;
  box-shadow: none;
}
.travel-requests .card .card .card-body {
  padding: 16px;
}
.travel-requests .card--dashed {
  border: 2px dashed #e0e0e0;
}
.travel-requests .card .card-title {
  font-size: 18px;
  font-weight: 700;
}
.travel-requests .card .card-header {
  background-color: #3B0B6D;
  color: white;
  height: 50px;
  display: flex;
  align-items: center;
  margin: -2px;
  border-radius: 15px 15px 0 0;
  font-size: 14px;
  font-weight: 700;
  padding: 0 16px;
}
.travel-requests .card .card-header--dark {
  background-color: #2C2C41;
}
.travel-requests .card .card-body {
  padding: 24px;
}
.travel-requests .card--green {
  border-color: #38CA96 !important;
  background-color: #ECFFF6;
}
.travel-requests .card--green .disc-list-item:before {
  background-color: #38CA96 !important;
}
.travel-requests .card--warning {
  border-color: #FFE817 !important;
  background-color: #FFFBDB;
}
.travel-requests .card--warning .disc-list-item:before {
  background-color: #FFD600 !important;
}
.travel-requests .card--danger {
  border-color: #ED145B !important;
  background-color: #FDE7EF;
}
.travel-requests .card--danger .disc-list-item:before {
  background-color: #ED145B !important;
}
.travel-requests .card--primary {
  border-color: #0197F6 !important;
  background-color: #E8F6FE;
}
.travel-requests .card--primary .disc-list-item:before {
  background-color: #0197F6 !important;
}
.travel-requests .focused {
  display: inline-block;
  padding: 0 10px;
  border: 1px dashed #DE3949;
  border-radius: 3px;
}
.travel-requests .disc-list-item {
  position: relative;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.travel-requests .disc-list-item p {
  line-height: 2;
  margin-bottom: 0;
}
.travel-requests .disc-list-item * {
  margin: 0;
}
.travel-requests .disc-list-item *:first-child {
  padding-right: 12px;
}
.travel-requests .disc-list-item:before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #6C6E77;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 12px;
}
.travel-requests .disc-list-item--dashed * {
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.travel-requests .disc-list-item--dashed *:first-child {
  padding-left: 10px;
}
.travel-requests .disc-list-item--dashed *:last-child {
  padding-right: 12px;
}
.travel-requests .disc-list-item--dashed:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  right: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 2px dashed #D9DCE0;
}
.travel-requests .disc-list-item--has-button {
  align-items: center;
}
.travel-requests .disc-list-item--has-button:before {
  top: 20px;
}
.travel-requests .sidebar .card {
  font-size: 14px;
}
.travel-requests .sidebar .card .card-header {
  display: flex;
  color: #2F3742;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 19px 0;
  border-bottom: 1px solid #dee2e6;
  background: none;
  margin-bottom: 16px;
}
.travel-requests .sidebar .card .card-body {
  padding: 24px 16px;
}
.travel-requests .sidebar .disc-list-item {
  line-height: 30px;
  margin: 22px 0;
}
.travel-requests .sidebar .payment-card {
  background-color: #2C2C41;
  color: white;
}
.travel-requests .sidebar .payment-card hr {
  border: 1px dashed #9898BD !important;
}
.travel-requests .sidebar .payment-card .disc-list-item:before {
  background-color: white;
}
.travel-requests .sidebar .payment-card .disc-list-item--dashed * {
  background-color: #2C2C41;
}
.travel-requests .sidebar .payment-card .disc-list-item--dashed:after {
  border-top: 2px dashed #454565;
}
.travel-requests .sidebar .trw-off-details {
  display: flex;
  gap: 16px;
}
.travel-requests .sidebar .trw-off-details__rule {
  flex: 1;
  background-color: white;
  color: #0197F6;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 15px;
  cursor: pointer;
}
.travel-requests .sidebar .trw-off-details:only-child__rule {
  flex-basis: 100%;
}
.travel-requests .sidebar .trw-off-details__phone {
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 140px;
  height: 36px;
  border-radius: 99px;
  border: 1px solid #0197F6;
  color: #0197F6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.travel-requests .sidebar .trw-off-details__phone.dark-phone {
  background-color: #2C2C41;
  color: white;
  border: none;
}
.travel-requests .sidebar .trw-off-details__phone-wrapper {
  background-color: white;
  color: #4E5C6E;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 15px;
  padding: 0 12px;
  font-size: 14px;
}
.travel-requests .sidebar .trw-off-details__phone-wrapper > * {
  flex: 0.5;
}
.travel-requests .btn {
  position: relative;
}
.travel-requests .btn.btn-lg {
  line-height: 44px;
  padding: 0 24px;
}
.travel-requests .btn.btn-success {
  background-color: #38CA96;
  border-color: #38CA96;
}
.travel-requests .btn-dashed {
  z-index: 1;
  margin: 0 7px;
}
.travel-requests .btn-dashed:before {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  z-index: 0;
  border-radius: 100px;
}
.travel-requests .btn-dashed.btn-outline-primary {
  background-color: #fff;
}
.travel-requests .btn-dashed.btn-outline-primary:hover, .travel-requests .btn-dashed.btn-outline-primary:active {
  background-color: #0197F6;
}
.travel-requests .btn-dashed.btn-outline-primary:before {
  border: 2px dashed #0197F6;
}
.travel-requests .btn-dashed.btn-primary:before {
  border: 2px dashed #0197F6;
}
.travel-requests .btn-dashed.btn-success:before {
  border: 2px dashed #38CA96;
}
.travel-requests .btn-dashed.btn-outline-success {
  background-color: #fff;
}
.travel-requests .btn-dashed.btn-outline-success:hover, .travel-requests .btn-dashed.btn-outline-success:active {
  background-color: #38CA96;
}
.travel-requests .btn-dashed.btn-outline-success:before {
  border: 2px dashed #38CA96;
}
.travel-requests .btn-dashed.btn-outline-danger {
  background-color: #fff;
}
.travel-requests .btn-dashed.btn-outline-danger:hover, .travel-requests .btn-dashed.btn-outline-danger:active {
  background-color: #DE3949;
}
.travel-requests .btn-dashed.btn-outline-danger:before {
  border: 2px dashed #DE3949;
}
.travel-requests .btn-dashed.btn-danger:before {
  border: 2px dashed #DE3949;
}
.travel-requests .btn-dashed.btn-outline-secondary {
  background-color: #fff;
}
.travel-requests .btn-dashed.btn-outline-secondary:hover, .travel-requests .btn-dashed.btn-outline-secondary:active {
  background-color: #717C8B;
}
.travel-requests .btn-dashed.btn-outline-secondary:before {
  border: 2px dashed #717C8B;
}
.travel-requests .btn-dashed.btn-secondary:before {
  border: 2px dashed #DE3949;
}
.travel-requests .step-actions {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 100px 0 45px;
}
.travel-requests .step-actions .disc-item {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 7px;
}
.travel-requests .step-actions .disc-item:before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #6C6E77;
  position: absolute;
  right: 0;
  z-index: 2;
}
.travel-requests .step-actions div {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
}
.travel-requests .step-actions div.step-actions-has-appended {
  gap: 0;
}
.travel-requests .step-actions:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 0;
  border-top: 1px dashed #717C8B;
}
.travel-requests .step-actions .btn-appended {
  display: flex;
  align-items: center;
  font-size: 14px !important;
  font-weight: 700;
  background-color: #fff;
  border-style: dashed;
  border-color: #0197F6;
  border-width: 2px 2px 2px 0;
  padding: 0 24px 0 52px;
  margin: -6px 0 -6px -28px;
  border-radius: 0 100px 100px 0;
}
.travel-requests .step-actions .btn {
  min-width: 132px;
  height: 44px;
  font-size: 14px;
  font-weight: 700;
  text-wrap: nowrap;
}
.travel-requests .dashed-table tr {
  border-bottom: 2px dashed #E0E0E0;
}
.travel-requests .dashed-table:not(:has(tfoot)) tr:last-child {
  border-bottom: 0;
}
.travel-requests .dashed-table tfoot tr {
  border-bottom: 0;
}
.travel-requests .dashed-table tfoot tr td {
  font-weight: 700;
}
.travel-requests .dashed-table th {
  font-size: 14px;
  font-weight: 700;
}
.travel-requests .dashed-table td {
  color: #333;
  font-size: 14px;
}
.travel-requests .dashed-table th, .travel-requests .dashed-table td {
  padding: 20px;
}
