@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);
.rounded-10 {
  border-radius: 10px;
}

.card-header {
  border-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
}

.fc-button {
  height: 40px !important;
}

.help-block {
  font-size: 13px;
  color: var(--danger);
}

.card-header {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 0px !important;
}

.c-header {
  background-color: #962130;
}
.c-header .c-header-toggler {
  background: #d2ab67;
  height: 35px;
  margin: auto;
  display: block;
  width: auto;
}
.c-header .notifications-item {
  border-bottom: 1px solid #eee;
  padding: 9px 20px;
  margin-bottom: 0px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.c-header .notifications-item .text {
  flex-grow: 2;
}
.c-header .notifications-item .text p {
  color: #aaa;
  font-size: 12px;
  text-decoration: none;
}
.c-header .notifications {
  width: 320px;
  height: auto;
  display: none;
  position: absolute;
  top: 45px;
  right: 6px;
  border-radius: 5px 0px 5px 5px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.c-header .message-center {
  max-height: 600px;
  overflow-y: scroll;
}
.c-header #getNotis a:hover,
.c-header #getNotis a {
  text-decoration: none;
}

.activity-description {
  width: 4px;
  height: 10px;
  display: inline-block;
  margin-right: 6px;
}

.login-form .form-control {
  background-color: #f5f5f5;
  border-radius: 10px;
  height: 40px;
}

body {
  font-family: "Poppins", sans-serif;
}

.btn-alt-primary {
  background-color: #d2ab67;
  color: #f5f5f5;
}
.btn-alt-primary:hover {
  background-color: rgba(210, 171, 103, 0.9);
  color: #f5f5f5;
}

.select2-selection__rendered,
.select2-selection__choice,
.select2-results__options,
.select2-results__option {
  font-size: 14px !important;
  vertical-align: middle;
  margin-top: 2px;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection {
  border-color: #d2ab67;
  box-shadow: none !important;
}
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #d2ab67;
  box-shadow: none !important;
}
.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #d2ab67;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: #d2ab67;
  box-shadow: none !important;
}

.alert.alert-danger ul {
  margin-bottom: 0;
}

.title-text {
  color: #d2ab67;
}

html:not([dir=rtl]) .c-sidebar-nav-dropdown-items .c-sidebar-nav-link {
  padding-left: 70px;
}
html:not([dir=rtl]) .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle {
  padding-left: 70px;
}

.ck-editor__editable {
  min-height: 150px;
}

textarea {
  min-height: 150px;
}

.datatable {
  width: 100% !important;
}

div.dataTables_processing > div:last-child > div {
  display: none;
}

.table-id {
  width: 30px;
}

table {
  border: 1px solid black;
}

table.dataTable tbody td.select-checkbox::before {
  top: 50%;
}
table.dataTable tbody td.select-checkbox::after {
  top: 50%;
}
table.dataTable tbody th.select-checkbox::before {
  top: 50%;
}
table.dataTable tbody th.select-checkbox::after {
  top: 50%;
}
table.dataTable thead th {
  border-bottom: 2px solid #c8ced3;
  font-weight: 600;
}
table.dataTable thead .sorting {
  background-image: none;
}
table.dataTable thead .sorting_asc {
  background-image: none;
}
table.dataTable thead .sorting_desc {
  background-image: none;
}

.dataTables_length {
  margin-bottom: 0.333em;
  margin-top: 0.2rem;
  float: left;
}

.dataTables_filter {
  margin-bottom: 0.333em;
  margin-top: 0.2rem;
  float: left;
  margin-right: 0.2rem;
  float: right;
}

.dt-buttons {
  margin-bottom: 0.333em;
  margin-top: 0.2rem;
  float: left;
  margin-left: 10px;
}
.dt-buttons .btn {
  margin-left: 0.333em;
  border-radius: 0;
}

.table.datatable {
  box-sizing: border-box;
  border-collapse: collapse;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #c8ced3;
}

.has-error .invalid-feedback {
  display: block !important;
}

.btn-info {
  color: white;
}

.badge-info {
  color: white;
}

.sidebar .nav-item {
  cursor: pointer;
}

.btn-default {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}
.btn-default:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 213, 215, 0.5);
}
.btn-default:hover {
  color: #23282c;
  background-color: #d9e1e6;
  border-color: #d1dbe1;
}

.btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 213, 215, 0.5);
}

.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.searchable-title {
  font-weight: bold;
}

.searchable-fields {
  padding-left: 5px;
}

.searchable-link {
  padding: 0 5px 0 5px;
}
.searchable-link:hover {
  cursor: pointer;
  background: #eaeaea;
}

.form-group .required::after {
  content: " *";
  color: #cf0a0a;
}

.form-check.is-invalid ~ .invalid-feedback {
  display: block;
}

.c-sidebar-brand {
  background-color: #962130;
}
.c-sidebar-brand .c-sidebar-brand-full:hover {
  color: inherit;
}

.custom-select.form-control-sm {
  padding: 0.25rem 1.5rem;
}

.big-badge {
  font-size: 13px;
  font-weight: 500;
  padding: 5px 9px;
}

.info-card {
  display: block;
}
.info-card .card-body {
  padding: 20px 15px;
}
.info-card .card-header {
  padding: 16px;
}

.card-primary {
  background-color: rgba(210, 171, 103, 0.2);
}

.info-box {
  display: flex;
}
.info-box div {
  width: 50%;
}

.c-app .c-sidebar {
  background-color: #962130;
}
.c-app .c-sidebar .c-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: -1;
  border-bottom: 1px solid rgba(210, 171, 103, 0.1);
}
.c-app .c-sidebar .c-profile .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #d2ab67;
  margin-bottom: 10px;
}
.c-app .c-sidebar .c-profile .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.c-app .c-sidebar .c-sidebar-nav-link,
.c-app .c-sidebar .c-sidebar-nav-dropdown-toggle {
  color: #d2ab67 !important;
  font-size: 13px;
  border-bottom: 1px solid rgba(210, 171, 103, 0.1);
}
.c-app .c-sidebar .c-sidebar-nav-link:hover {
  background-color: #090909;
}
.c-app .c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
  background-color: #090909;
}
.c-app .c-sidebar .c-sidebar-nav-icon {
  color: #d2ab67 !important;
  font-size: 15px;
  vertical-align: middle;
  margin-top: 2px;
}
.c-app .c-sidebar .c-active {
  background-color: #eeeeee;
}
.c-app .c-primary {
  color: #d2ab67;
}

.home-body #table-card {
  max-height: 380px;
  overflow-y: scroll;
}
.home-body #table-card::-webkit-scrollbar {
  width: 0.3em;
}
.home-body #table-card::-webkit-scrollbar-thumb {
  background-color: #d2ab67;
  outline: 1px solid #b2b2b2;
}

.select-status {
  width: 102px;
  border: 1px solid #962130;
  border-radius: 5px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgba(150, 33, 48, 0.1);
}
.select-status:focus {
  outline: none;
}

.search {
  border: 1px solid #962130;
  border-radius: 5px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 180px;
}
.search:focus {
  outline: none;
}

.booking-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#show {
  height: 300px;
  overflow-y: auto;
}
#show .selected-test {
  text-decoration: none;
  list-style: none;
  padding-left: 0px;
}
#show .selected-test .choose-test-list {
  border: 1px solid #b2b2b2;
  margin: auto;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 18px;
  position: relative;
  cursor: pointer;
}

.bookingStepTable tbody tr td {
  padding: 0px !important;
}
.bookingStepTable tbody tr .row-action,
.bookingStepTable tbody tr td:first-child {
  padding: 0.5rem 0.5rem;
}
.bookingStepTable tbody tr .row-action {
  cursor: pointer;
}

.hide .dataTables_filter {
  display: none;
}

.report-card {
  height: 110px;
  border-radius: 5px;
}
.report-card .total-number {
  font-size: 25px;
  font-weight: 600;
}
.report-card .icon-border {
  background-color: #d2ab67;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  z-index: 1;
}
.report-card .icon-border i {
  color: #f5f5f5;
}
.report-card .icon-border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  background-color: #d2ab67;
  opacity: 0.3;
  border-radius: 100%;
  z-index: -1;
  animation: animate 1s linear infinite alternate;
  transform: scale(1.3);
}

.form-box {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  position: relative;
}

.pie-card {
  height: 350px;
}
.pie-card canvas {
  margin: auto;
  width: 100%;
}

.step-container {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-bottom: 15px;
  border-radius: 5px;
}
.step-container .step {
  position: absolute;
  top: 0px;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-container .step i {
  color: #bdbdbd;
  font-size: 10px;
}
.step-container .step .step-link {
  text-decoration: none;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  color: #962130;
}
.step-container .step-active {
  background-color: #d2ab67;
}
.step-container .step-active i {
  color: white;
}
.step-container .step-active .step-link {
  color: #d2ab67;
}

.swal2-popup.swal2-toast {
  background: var(--dark) !important;
  color: #d2ab67;
  font-size: 14px;
}

.pateintDatatable .db-row {
  cursor: pointer;
}

.dropdown-toggle:after {
  display: none;
}

.fc-title {
  color: white !important;
}

.cursor {
  cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--primary);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--primary);
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 33px;
}

.slider.round:before {
  border-radius: 50%;
}

.passenger_list {
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}

.passenger_scroll {
  max-height: 115px;
  overflow-y: scroll;
}

.search_passenger:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.decoration-none {
  text-decoration: none;
  color: black;
}
.decoration-none:hover {
  text-decoration: none;
  color: black;
}

@media screen and (max-width: 576px) {
  .booking-title-box {
    flex-flow: column wrap;
    gap: 20px;
  }
}
@keyframes animate {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}
.searchbox {
  padding: 4px 8px;
  width: 210px;
  outline: none;
  border-radius: 5px;
  border: 1px solid black;
}

.mt-10 {
  margin-top: 24px;
}

.overflow-hidden {
  overflow: hidden;
}

.cancle_table input, .cancle_table button {
  border-bottom-width: 1px !important;
}

.sale-channel-policy input, .sale-channel-policy button {
  border-bottom-width: 1px !important;
}

.file-upload-image + input[type=file] {
  display: none;
}

.file-upload-image {
  width: 100%;
  height: 13rem;
  padding: 2rem;
  text-align: center;
  border: 1px solid #d8dbe0;
}

.file-upload-image .preview_img {
  display: flex;
  gap: 0.875rem;
  width: 100%;
  justify-content: center;
}
