.parsley-errors-list {
  padding: 0 !important;
  list-style-type: none !important;
}

.avatar-selection {
  height: 300px !important;
}
.avatar-selection .dropify-wrapper {
  height: 100% !important;
  width: 100% !important;
}

.list-profile-view {
  height: 40px;
  width: 40px;
  border: 3px solid #198754;
}

.profile-avatar {
  height: 150px;
  width: 150px;
  border: 3px solid #198754;
}

.agency-logo {
  height: 70px;
  width: 70px;
  border: 3px solid #198754;
}

.mr-2-i {
  margin-right: 10px !important;
}

.input-group-text {
  font-size: 14px !important;
}

.user-account .user-photo {
  height: 52px !important;
  width: 50px !important;
}

.sidebar .user-account .user-photo {
  height: 62px !important;
  width: 60px !important;
}
.sidebar.mini-sidebar .user-account .user-photo {
  height: 47px !important;
  width: 45px !important;
  margin-top: 10px !important;
}

.custom-file-upload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.custom-file-upload button {
  width: 100%;
  padding: 8px 15px;
  border: 1px dashed #ced4da;
  border-radius: 4px;
  background-color: #f8f9fa;
  transition: all 0.3s;
}

.custom-file-upload button:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}

.selected-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.image-preview-input {
  border: 1px dashed #b4b9be;
  border-radius: 8px;
  position: relative;
}
.image-preview-input .image-selection-label {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.image-preview-input .image-selection-label p {
  margin: 0;
  padding: 5px;
  background-color: rgb(219, 219, 220);
  border-radius: 8px;
  height: 100%;
  width: 100%;
}
.image-preview-input .image-selection-label.selected {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  z-index: 10;
}
.image-preview-input .image-preview-item {
  position: relative;
  width: 100%;
  height: 170px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 !important;
}
.image-preview-input .image-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remove-image {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
}

.remove-image:hover {
  background: #dc3545;
}

.room-checkbox {
  margin-bottom: 10px;
}

.room-checkbox .form-check-input {
  margin-top: 0.3rem;
}

.type-value-show {
  white-space: pre-wrap;
  background-color: #f5f5f5;
  padding: 2px;
  display: none;
}

.custom-tab .tabs {
  display: flex;
  width: fit-content;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: flex-start;
  gap: 10px;
}
.custom-tab .tabs .custom-tab-btn {
  list-style-type: none;
  outline: none;
  text-decoration: none;
  margin: 0;
  background-color: transparent;
  border: none;
  color: white;
  padding: 4px 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s;
  position: relative;
}
.custom-tab .tabs .custom-tab-btn.active {
  background-color: white;
  color: #212529;
}
.custom-tab .tabs .custom-tab-btn:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}
.custom-tab .custom-tab-content {
  display: none;
}
.custom-tab .custom-tab-content.active {
  display: inherit;
}

.standard-url input {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.standard-url .copy-status {
  transform: translateY(-35px);
  background-color: #28a745;
  color: green;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.notify-dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  float: right;
}

.nav-pills .nav-link.active {
  background-color: #212529;
  color: white;
  border-color: #212529;
}

.nav-pills .nav-link {
  cursor: pointer;
  border: 1px solid #dee2e6;
  margin-right: 5px;
  border-radius: 0.25rem;
  color: #212529;
  font-weight: 500;
}

.nav-pills .nav-link:hover:not(.active) {
  background-color: #f8f9fa;
}

.card {
  background-color: #e2e8f0;
}

.card-body {
  background-color: #e2e8f0;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #94a3b8;
}

.indicator {
  color: #FF0000;
}

.list-group .list-group-item {
  padding: 0 0.4rem !important;
}

.breadcrumb-item {
  font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

.flight-data-form {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-top: 1rem;
}

.flight-section-title {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.1rem;
  color: #212529;
}

.form-group label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #495057;
  margin-bottom: 0.5rem;
}

.form-control {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
}

.form-control:focus {
  border-color: #212529;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.25);
}

.btn-primary {
  background-color: #212529;
  border-color: #212529;
}

.btn-primary:hover {
  background-color: #343a40;
  border-color: #343a40;
}

.transit-section {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-top: 1.5rem;
  background-color: white;
}

.transit-section .section-title {
  color: #212529;
  margin-bottom: 1rem;
  font-weight: 600;
}

.input-group-text {
  background-color: #212529;
  color: white;
  border-color: #212529;
}

.alert-info {
  background-color: #e8f4f8;
  border-color: #bee5eb;
  color: #0c5460;
}

.indicator {
  color: #dc3545;
}

.pricing-indicators p {
  margin-bottom: 0.3rem;
  font-size: 0.8rem;
  color: #6c757d;
}

/* Costing Form Styles */
.costing-form .flight-data-form {
  background-color: #f1f3f5;
}

.costing-form .form-control {
  background-color: #fff;
  border: 1px solid #ced4da;
}

.costing-form .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.costing-form .bg-secondary {
  background-color: #6c757d !important;
}

.costing-form .text-danger {
  color: #dc3545 !important;
}

.costing-form label {
  font-weight: 500;
}

.costing-form small {
  font-size: 0.75rem;
}

.profit-section {
  color: #dc3545;
  margin-top: 1rem;
  font-weight: 600;
}

* h7 {
  font-weight: bold;
  text-decoration: underline;
}

.pagination .page-item {
  background-color: #0D0A0A;
  padding: 5px;
}
.pagination .page-item:first-child {
  border-radius: 5px 0 0 5px !important;
}
.pagination .page-item:last-child {
  border-radius: 0 5px 5px 0 !important;
}
.pagination .page-item .page-link {
  background-color: transparent;
  border: none !important;
  outline: none !important;
  border-radius: 5px !important;
  padding: 2px 10px !important;
}
.pagination .page-item:not(.disabled, .active) .page-link {
  color: #ffffff;
}
.pagination .page-item.active .page-link, .pagination .page-item:not(.disabled):hover .page-link {
  background-color: #ffffff;
  color: #0D0A0A;
}

.action-menu {
  padding-right: 10px;
}
.action-menu .dropdown-item {
  padding: 2px 1.5rem;
}
.action-menu .dropdown-item:hover {
  background-color: #0D0A0A;
  color: #ffffff;
}

.custom-switch {
  display: flex;
  width: auto;
  padding: 0;
}
.custom-switch input[type=checkbox] {
  display: none;
}
.custom-switch input[type=checkbox]:checked + label {
  background: rgb(26, 43, 72);
}
.custom-switch input[type=checkbox]:checked + label span {
  transform: translateX(18px);
  background: #e83e8c;
}
.custom-switch input[type=checkbox]:checked + label span i {
  display: block;
  opacity: 1;
  font-size: 14px;
  color: #F2DEDE;
}
.custom-switch label {
  background: rgba(26, 43, 72, 0.49);
  width: 40px;
  height: 22px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.custom-switch label span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.1s;
  display: grid;
  place-items: center;
  margin: 1px;
}
.custom-switch label span i {
  opacity: 0;
  font-size: 0;
  transition: all 0.2s ease-out;
  font-weight: lighter;
}

table tr td > strong {
  font-size: 14px !important;
  font-weight: 500;
}

.package-image-view {
  width: 100%;
  height: 300px;
  display: flex;
}
.package-image-view img {
  width: auto;
  height: 100%;
  object-fit: cover;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}

* select {
  text-transform: uppercase !important;
}

.view-costing-table {
  border-color: transparent !important;
}
.view-costing-table tr th, .view-costing-table tr td {
  border-color: transparent !important;
  padding: 5px 10px !important;
}
.view-costing-table tr th:not(.no-border), .view-costing-table tr td:not(.no-border) {
  border-bottom-color: #bfc1c4 !important;
}
.view-costing-table tr:last-child td, .view-costing-table tr:last-child th {
  border-bottom-color: transparent !important;
}

.form-control {
  border: 1px solid rgb(15, 23, 42);
}
.form-control:disabled, .form-control[readonly] {
  background-color: rgb(148, 163, 184);
}

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

.white-readonly[readonly] {
  background-color: #FFF;
}

.card {
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.card .payment-card {
  border-radius: 33px !important;
  background-color: rgb(42, 42, 46);
  padding: 70px;
}
.card .payment-card .title {
  color: #FFF;
  text-align: center;
  font-family: Poppins, serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.631px;
}
.card .payment-card p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 5px;
}
.card .payment-card p .text-danger {
  color: #F00 !important;
}
.card .payment-card hr.bg-success {
  background-color: #025500 !important;
  height: 1.5px;
}
.card .payment-card .payment-method {
  width: 100%;
  padding: 5px 0;
}
.card .payment-card .payment-method .method-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1.7px solid rgba(255, 255, 255, 0.16);
  padding: 15px 20px;
  border-radius: 8px;
  width: 100%;
  margin: 0;
}
.card .payment-card .payment-method .method-top p {
  padding: 0;
  margin: 0;
  user-select: none;
  user-focus: none;
  user-input: none;
}
.card .payment-card .payment-method .method-top p strong {
  margin-right: 5px;
}
.card .payment-card .payment-method .method-top.checked {
  background-color: #4D5055;
  color: rgba(255, 255, 255, 0.32);
}
.card .payment-card .payment-method .method-top.disabled {
  background-color: rgba(77, 80, 85, 0.4);
  color: rgba(255, 255, 255, 0.15);
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.card .payment-card .payment-provider .pay-now-btn {
  padding: 0;
}
.card .payment-card .payment-provider .pay-now-btn img {
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 150/59;
}
.card .payment-card .payment-provider .pay-now-btn:disabled img {
  opacity: 0.5;
}

.amount-info {
  display: none;
  overflow: hidden;
  border: 1.7px solid rgba(255, 255, 255, 0.16);
  width: 100%;
  height: auto;
  padding: 10px 19.985px;
  border-radius: 9.992px;
}
.amount-info p {
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}
.amount-info h5, .amount-info h6 {
  color: rgba(255, 255, 255, 0.72);
}
.amount-info h3 {
  color: #FFF;
}
.amount-info .flexible-amount-fields .amount-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 10px;
}
.amount-info .flexible-amount-fields .amount-field .amount-check {
  margin-left: 5px;
  padding: 0;
  color: rgba(13, 151, 255, 0.5);
  background-color: transparent;
  outline: none;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  font-size: 20px;
  opacity: 0.5;
}
.amount-info .flexible-amount-fields .amount-field .amount-check:hover {
  opacity: 1;
}
.amount-info .flexible-amount-fields .amount-editable {
  margin-left: 5px;
  padding: 5px;
  color: rgba(13, 151, 255, 0.5);
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
}
.amount-info .flexible-amount-fields .amount-editable:hover {
  color: rgb(13, 151, 255);
}

a[disabled] {
  pointer-events: none;
  color: gray;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 500px) {
  .card .payment-card {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 400px) {
  .card .payment-card {
    padding: 70px 30px;
  }
}
.notifications .media {
  align-items: center !important;
  padding: 0 15px;
}
.notifications .read .media .media-body {
  color: rgba(192, 192, 192, 0.5) !important;
}
.notifications .read .media-left i {
  opacity: 0.5;
}
.notifications .unread {
  background-color: rgba(192, 192, 192, 0.1);
}
.notifications .unread .media .media-body {
  color: rgb(243, 243, 243) !important;
}

.badge-custom {
  border-radius: 20px;
  color: #0a6aa1 !important;
}

.badge-active {
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  color: white !important;
}

.sales-team-container {
  padding: 70px 0;
  background-color: rgb(248, 250, 252);
}
.sales-team-container .card {
  padding: 40px 30px;
  background-color: #FFF;
}
.sales-team-container .sales-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sales-team-container .sales-tabs .custom-tab-btn {
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 10px;
  cursor: pointer;
  color: #1A2B48;
  font-weight: bold;
  width: 100%;
  display: block;
}
.sales-team-container .sales-tabs .custom-tab-btn.active {
  background-color: #D9D9D9;
}
.sales-team-container .top-tab {
  background-color: #FFF;
  border-bottom: none;
  margin-bottom: 10px;
  border-radius: 8.8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  list-style-type: none;
}
.sales-team-container .top-tab .tab-top {
  padding: 8px 40px;
  position: relative;
  color: #1A2B48;
  font-weight: bold;
  border: 1px solid #b6d4fe;
  border-radius: 20px;
}
.sales-team-container .top-tab .tab-top button {
  border: none;
  outline: none;
  background-color: transparent;
  color: #1A2B48;
  font-weight: bold;
}
.sales-team-container .top-tab .tab-top.active, .sales-team-container .top-tab .tab-top:has(> .active) {
  border-color: transparent;
}
.sales-team-container .top-tab .tab-top.active:after, .sales-team-container .top-tab .tab-top:has(> .active):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: rgb(26, 43, 72);
  border-radius: 20px;
  animation: bottomBorder 0.2s ease-out forwards;
}
@keyframes bottomBorder {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.search-item-bar {
  background-color: #EDF0F9;
  display: flex;
  align-items: center;
  padding: 3px 25px;
  border-radius: 20px;
}
.search-item-bar input {
  border: none;
  outline: none;
  font-weight: bold;
  margin-left: 10px;
  background-color: transparent;
  padding: 5px 0;
}

.custom-product-card {
  height: auto;
  width: 100% !important;
  display: flex;
  border: 2px solid #1A2B48;
  flex-direction: row !important;
}
.custom-product-card .dashboard-image {
  width: 320px;
  height: 250px;
}
.custom-product-card .dashboard-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.custom-product-card .product-details {
  width: calc(100% - 320px);
  position: relative;
}
.custom-product-card .product-details .status {
  position: absolute;
  top: 5px;
  right: 5px;
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  color: #FFF;
  padding: 2px 15px;
  border-radius: 20px;
  font-weight: bold;
}
.custom-product-card .product-details .status.rejected {
  background: linear-gradient(135deg, #c00606, rgba(255, 0, 0, 0.52));
  color: #ffffff;
}
.custom-product-card .product-details .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-product-card .product-details .withdrawal-amounts {
  margin: 10px;
}
.custom-product-card .product-details .withdrawal-amounts .amount-box {
  border: 0.5px rgba(84, 83, 83, 0.2) solid;
  border-radius: 10px;
  padding: 10px 20px;
  max-height: 145px;
  overflow-y: hidden;
}
.custom-product-card .product-details .withdrawal-amounts .amount-box h5 {
  color: #1A2B48;
  font-weight: 700;
}
.custom-product-card .product-details .withdrawal-amounts .amount-box h3 {
  color: #DF5505;
  font-weight: 900;
}
.custom-product-card .product-details .withdrawal-amounts .amount-box.approved {
  background: linear-gradient(135deg, #16a34a, #4ade80);
  position: relative;
}
.custom-product-card .product-details .withdrawal-amounts .amount-box.approved * {
  position: relative;
  color: #035709;
  z-index: 1;
}
.custom-product-card .product-details .withdrawal-amounts .amount-box.approved h3 {
  color: #009b0b;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6), -1px -1px 2px rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
}
.custom-product-card .product-details .withdrawal-amounts .amount-box.approved:before {
  content: "";
  height: 70px;
  width: 70px;
  color: rgba(0, 155, 11, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.custom-product-card .product-details .withdrawal-amounts .amount-box small {
  color: #1A2B48;
  font-weight: 600;
  font-size: 10px;
  text-wrap: nowrap;
}
.custom-product-card .product-details .list-group .requests, .custom-product-card .product-details .list-group .approved {
  margin: 0 10px;
  border: 0.5px rgba(84, 83, 83, 0.2) solid;
  padding: 15px 20px;
}
.custom-product-card .product-details .list-group .requests p, .custom-product-card .product-details .list-group .approved p {
  color: #1A2B48;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.custom-product-card .product-details .list-group .requests p span, .custom-product-card .product-details .list-group .approved p span {
  color: #DF5505;
}
.custom-product-card .product-details .list-group .requests.approved p span, .custom-product-card .product-details .list-group .approved.approved p span {
  color: #025500;
}
.custom-product-card .product-details .list-group .requests:nth-child(1), .custom-product-card .product-details .list-group .approved:nth-child(1) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.custom-product-card .product-details .list-group .requests:nth-last-child(1), .custom-product-card .product-details .list-group .approved:nth-last-child(1) {
  margin-bottom: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.custom-product-card .product-details .list-group .requests:not(:nth-child(1)), .custom-product-card .product-details .list-group .approved:not(:nth-child(1)) {
  border-top: none;
}
.custom-product-card .product-details .amount-info {
  display: block;
}
.custom-product-card .product-details .amount-info p {
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}
.custom-product-card .product-details .amount-info h5, .custom-product-card .product-details .amount-info h6 {
  color: rgba(0, 0, 0, 0.72);
}
.custom-product-card .product-details .amount-info h3 {
  color: rgb(42, 42, 46);
}
.custom-product-card .product-details .amount-info .flexible-amount-fields .amount-field {
  align-items: flex-start;
}
.custom-product-card .product-body {
  margin-top: 10px;
}
.custom-product-card .product-body .product-info p {
  font-weight: bold;
}
.custom-product-card .product-body .product-info p i {
  font-size: 18px;
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.custom-product-card .text-copy {
  font-size: 12px;
}

.profile-fake-image {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #f0ad4e;
  color: white;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 20px;
}

.sales-team-container .container {
  min-width: 75%;
}

.icon-circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .sales-team-container .container {
    min-width: 100%;
  }
}
@media (max-width: 992px) {
  .sales-team-container .container .row {
    flex-direction: column;
  }
  .sales-team-container .container .row .col-md-3, .sales-team-container .container .row .col-md-9 {
    max-width: 100% !important;
  }
  .sales-team-container .card {
    padding: 20px;
    margin-bottom: 10px;
  }
  .sales-team-container .sales-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sales-team-container .sales-tabs .custom-tab-btn {
    width: auto;
  }
  .custom-product-card .product-details .row {
    flex-direction: row;
  }
  .custom-product-card .product-details:has(.row) {
    width: 100%;
  }
}
@media (max-width: 770px) {
  .custom-product-card {
    flex-direction: column !important;
  }
  .custom-product-card .dashboard-image, .custom-product-card .product-details {
    width: 100%;
  }
  .custom-product-card .dashboard-image img {
    border-radius: 10px 10px 0 0;
  }
  .amount-info {
    padding: 10px 0;
  }
}
@media (max-width: 600px) {
  .sales-team-container .top-tab .tab-top {
    padding: 5px 20px;
    font-size: 14px;
  }
  .sales-team-container .sales-tabs .custom-tab-btn {
    font-size: 14px;
    width: 100%;
  }
  .search-item-bar input {
    padding: 3px 5px;
    width: 100px;
    font-size: 11px;
  }
  .custom-product-card .product-details .list-group .requests, .custom-product-card .product-details .list-group .approved {
    margin: 0 10px;
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .sales-team-container .top-tab .tab-top {
    padding: 5px 20px;
    font-size: 11px;
  }
  .sales-team-container .sales-tabs .custom-tab-btn {
    font-size: 12px;
  }
  .sales-team-container .card {
    padding: 0;
  }
  .custom-product-card .product-body {
    margin-top: 40px;
  }
  .text-copy {
    font-size: 10px;
  }
}
.text-copy {
  text-wrap: nowrap;
}

.page-loader-wrapper {
  background-color: rgba(51, 51, 51, 0.9);
  backdrop-filter: blur(10px);
}

/*# sourceMappingURL=custom.css.map */
