/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */
/*---------------loading button----------------------*/

.loader-text {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  border-left: 2px solid transparent !important;
  border-right: 2px solid transparent !important;
  border-bottom: 2px solid #e7e2e2 !important;
  border-top: 2px solid #e7e2e2 !important;
  -webkit-animation: loader-text 1.8s ease-in-out infinite alternate !important;
  animation: loader-text 1.8s ease-in-out infinite alternate !important;
}

.btn-spinner.loader-text.text-primary {
  /* text-align: center !important;
  margin: -5px !important; */
  text-align: center !important;
  margin-right: 7px;
  margin-bottom: -4px;
}

.loader-text:before {
  content: " " !important;
  position: absolute !important;
  z-index: -1 !important;
  top: 5px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 5px !important;
  border-left: 2px solid #e7e2e2 !important;
  border-right: 2px solid #e7e2e2 !important;
}

figure.avatar.mr-2.avatar-sm.bg-success.text-white.userprofile_img {
  background: #114862 !important;
}

.form-group.button-submit {
  margin-top: 5px;
}

.react-tel-input .flag-dropdown {
  left: 0 !important;
  right: auto !important;
  transform: translateX(0) !important;
}

/* Adjust input field width to make room for the flag */
.react-tel-input .form-control {
  padding-left: 60px !important;
  /* Adjust this value as needed */
}

img.rounded.avatar-xl.profile {
  width: 150px;
  height: 150px;
}

@keyframes loader-text {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(720deg);
  }
}

@-webkit-keyframes loader-text {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(720deg);
  }
}

/*--------------- End loading button----------------------*/

span.dropdown-item.has-icon.text-danger.logout-span {
  font-size: 13px;
  font-weight: 500;
  line-height: 0.6 !important;
  padding: 10px 20px;
  cursor: pointer;
}

.errorMessage {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.close-img-item {
  margin-left: 12px;
}

.image-item {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 62%;
}

.image-item-event {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 62%;
  padding: 12px;
}

.img-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* width: 15%; */
}

button.btn.btn-primary.btn-lg a {
  color: #fff;
}

.image-box {
  justify-content: center;
}

.img_list_round {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

img.rounded-circle.mr-1.img_list_round-proifle {
  height: 35px;
  width: 35px;
}

.main-loader {
  margin: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 99999;
}

.error-message {
  color: #dc3545;
}

.col-md-2.select-box-size select.form-control {
  border-radius: 0px;
  height: 38px;
  padding-top: 7px;
}

.input-group.search-bar input.form-control {
  border-radius: 0px !important;
  height: 38px !important;
  padding-top: 7px;
}

.input-group-append {
  margin-left: 1px;
  margin-top: -1px;
}

.col-md-2.main-btn-box a.btn.btn-primary.btn-sm.float-right {
  height: 35px !important;
  padding-top: 4px !important;
}

i.fa.fa-lg.fa-trash {
  cursor: pointer;
}

img.img-size {
  height: 50px;
  width: 50px;
  border-radius: 30px;
}

img.img-box-details {
  height: 170px;
  width: 160px;
  padding: 10px;
}

.lable-design {
  margin-left: 15px !important;
  font-weight: 500;
  color: #34395e;
  font-size: 14px;
}

/* .main-sidebar-logo{
  width: 96px;
  margin: 22px 1px 87px;
} */
.ck.ck-editor__editable_inline {
  height: 300px !important
}

.card-body.cms-body {
  padding-top: 0px;
}

footer.main-footer {
  left: 0;
  width: 100%;
  bottom: 0;
  /* position: fixed; */
}

.form-group.col-md-1.add-more-btn {
  margin-top: 30px;
  margin-left: -16px;
}

.form-group.col-md-1.remove-more-btn {
  margin-top: 30px;
}

.row.time-seat {
  margin-left: 0px !important;
}

.profile-widget .profile-widget-description .profile-widget-name.booking {
  margin-bottom: 0px !important;
}

.profile-widget.booking {
  margin-top: 0px !important;
}

.exp_time {
  margin: 3px;
}

.btn-primary:hover {
  background-color: #114862 !important;
}

.not-found-style {
  text-align: center;
}

.table-links-tabs {
  color: #34395e;
  font-size: 12px;
  margin-top: 5px;
}

.invalid-feedback {
  margin-top: 10px !important;
  display: contents !important;
}

.select-control.is-invalid.css-b62m3t-container .css-13cymwt-control {
  border-color: red !important;
}

.cover-profile>img {
  height: 80px;
  object-fit: contain;
  object-position: right;
}

.cover-profile-wrp .profile-view .img-wrp {
  background: #f8f8fb;
  border: 1px solid #f8f8fb;
  height: 70px;
  width: 70px;
}

.card-box {
  box-shadow: 0 0.75rem 1.5rem rgb(18 38 63/3%);
  height: 100%;
}

.cover-profile-wrp .profile-view .img-wrp .profile {
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
}

.cover-profile-wrp .profile-view {
  margin-top: 10px;
  position: relative;
}

.fw-sbold {
  font-weight: 600;
}

.dashboard-head {
  color: #495057;
  font-size: 18px !important;
  font-weight: 700;
  text-transform: capitalize;
}

.common-table td,
.common-table th {
  padding: 12px 15px;
  white-space: nowrap;
  height: unset !important;
}

.common-table td p {
  font-size: 14px;
  line-height: 22px;
}

.common-table td,
.common-table th {
  border-bottom: 1px solid #ddd;
}

.common-table th {
  background: #f8f9fa;
  border-bottom: 2px solid #eff2f7;
  border-top: 1px solid #eff2f7;
  color: #495057 !important;
  font-size: 13px;
  font-weight: 600;
}

.main-sidebar .sidebar-menu li a svg {
  height: 20px;
  width: 20px;
}

/* .main-sidebar .sidebar-menu li{
  padding: 5px 26px;
  position: relative;
} */
/* .main-sidebar .sidebar-menu > li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 40px;
  width: 5px;
  background: #f18d06;
  opacity: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: translateY(-50%);
} */
.main-sidebar .sidebar-menu>li.active:after {
  opacity: 1;
}

.tooltip-inner {
  background-color: #fefae0 !important;
  padding: 8px 15px;
  color: #000 !important;
  font-weight: 500;
}

.tooltip .tooltip-arrow {
  display: none;
}

aside#sidebar-wrapper .dropdown-menu {
  background-color: #fefae0;
  border-radius: 5px;
  right: 0 !important;
  left: unset !important;
  transform: translateX(100%) !important;
}

aside#sidebar-wrapper .dropdown button.dropdown-toggle {
  background: transparent;
}

aside#sidebar-wrapper .dropdown button.dropdown-toggle:after {
  display: none;
}

aside#sidebar-wrapper .dropdown-menu a {
  color: #051c27 !important;
  height: auto;
  justify-content: start;
  font-weight: 600;
  line-height: 20px;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .card-body {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  footer.main-footer {
    left: 0;
    width: 100%;
    bottom: 0;
  }
}

.card-body.booking-list {
  overflow-y: scroll;
}

/* .table td{
  padding: 10px !important;;
} */


/* Rounded sliders */
.slider_1.round {
  border-radius: 34px;
}

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

.fileContainer .chooseFileButton {
  background: none !important;
  border-radius: 0px !important;
}

.fileContainer {
  display: block !important
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ff9a00 !important;
  color: #fff;
}

a.dropdown-item.has-icon {
  cursor: pointer;
}

span.logout-span:hover {
  color: #fff !important;
}

a.dropdown-item.has-icon:hover {
  color: #fff !important;
}

footer.main-footer {
  /* position: absolute !important; */
}

.profile-image {
  width: 250px;
  height: 250px;
  /* margin: 5px;
   */
  padding: 5px 9px 7px 4px;
  position: absolute;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 2.25rem !important;
}

.add-btn-style {
  position: relative;
  margin-top: -34px;
  margin-bottom: 16px;
  left: 10%;
}

/* Hide the scrollbar */
.main-sidebar::-webkit-scrollbar {
  width: 0.2rem;
  /* Set the width to 0 or a very small value */
}

/* Optional: Add a background color to the scrollbar track (the area behind the scrollbar thumb) */
.main-sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Optional: Add a color to the scrollbar thumb (the draggable part of the scrollbar) */
.main-sidebar::-webkit-scrollbar-thumb {
  background: #888;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a.nav-link.active {
  color: #ff9a00 !important;
}

.add-btn-style-sub {
  position: relative;
  margin-top: -48px;
  margin-bottom: 16px;
  left: 85%;
}

.remove-filed-btn {
  margin-top: 29px;
  position: relative;
}

img.userImg {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.radius-modal {
  overflow-y: scroll;
  height: 500px;
}

.PhoneInputInput {
  border: none !important;
}

.custom-file-button {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.custom-file-button.form-control[type="file"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.emailTemp a {
  text-decoration: none;
}

aside#sidebar-wrapper {
  height: 100vh;
}

aside#sidebar-wrapper .sidebar {
  overflow-y: scroll;
  height: calc(100% - 50px);
}

aside#sidebar-wrapper .sidebar::-webkit-scrollbar {
  display: none;
}

aside#sidebar-wrapper .sidebar {
  overflow-y: scroll;
  height: calc(100% - 70px);
}

.main-sidebar .sidebar-menu li h2.accordion-header {
  background: transparent;
}

.main-sidebar .sidebar-menu li .accordion-button:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 24px;
  transform: rotate(-45deg);
  height: 8px;
  width: 8px;
  background: transparent;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.main-sidebar .sidebar-menu .accordion-body {
  background: #002d43;
}

.main-sidebar .sidebar-menu .accordion-body a {
  font-size: 10px;
  line-height: 14px;
  padding: 11px 5px;
}

.main-sidebar .sidebar-menu .accordion-body a:hover {
  background: #f18d06;
}

.main-sidebar .sidebar-menu li .accordion-button:not(.collapsed):after {
  transform: rotate(-225deg);
}

.main-sidebar .sidebar-menu li .accordion-item:has(li.active) .accordion-button {
  background: #f18d06;
}

table.table th {
  background: #f6f6f6;
  height: auto !important;
}

table.table {
  margin-top: 15px;
}

table.table th,
table.table td {
  padding: 12px 10px;
  font-size: 12px;
  height: auto !important;
}

table.table th {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd !important;
}

.table-responsive table td.p-0 {
  padding: 0 !important;
}

.table-responsive table td {
  vertical-align: top !important;
}

.btn i.fa.fa-sign-in {
  font-size: 0;
}

.uploadImg br {
  display: none;
}

.uploadImg .btn {
  margin-top: 10px;
}

.uploadImg span.icn.position-absolute {
  top: -8px;
  right:-8px;
  border-radius: 50%;
  background: #114862;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uploadImg span.icn.position-absolute svg path {
  fill: #fff;
}

.breadcrumb-item.active a {
  color: #114862;
}

.profile-featured p {
  line-height: 18px;
}

.profile-featured {
  text-align: center;
}
span.download_sample {
  pointer-events: cusor;
  cursor: pointer;
  background: blue;
  color: #114862;
  font-weight: 600;
}
a.btn.btn-primary.csv_dwnld_sample {
  margin: 5px;
}