body, * {
	font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
	/* color: #444444; */
}

a {
	text-decoration: none;
}

a {
	text-decoration: none;
	/* color: #d9232d; */
}

a:hover {
	/* color: #e24d55; */
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
}

div {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container-wrapper {
  width: 100%;
  height: 100vh;
  background-color: #ECEFF5;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  display: flex; /* Add this to allow child to use flex properties */
  flex-direction: column; /* Optional but useful if you have header/footer */
  box-sizing: border-box;
}

.container-padding {
  width: 24rem;
  background-color: white;
  padding: 32px 32px;
  height: auto;
  max-height: 80vh;
  box-shadow: 0 16px 16px rgba(0,0,0,0.15);
  position: relative;
}

.container-padding.new-schedule {
  width: 40rem;
  padding: 0;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: 50rem; */
  position: relative;
}

.container {
  flex: 1;
  display: flex;
  /* background-color: red; */
  height: 100%;
  /* max-height: 100%; */
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  /* justify-content: center; */
}
.container.new-schedule {
  padding: 16px 24px;
  width: 100%;
  /* background-color: red; */
  /* margin: 16px; */
}
.new-schedule-img-footer {
  width: 100%;
  /* margin: 0 -16px -16px; */
  display: flex;
}
.new-schedule-img-footer.print-view {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
}
.new-schedule-img-footer img {
  width: 100%;
}
.new-schedule-title {
  font-size: 32px;
  color: #073794;
  font-weight: bold;
  margin: 8px 0 24px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.container::-webkit-scrollbar {
  display: none;
}

.img-container {
  width: 256px;
  display: flex;
}

.img-container img {
  width: 100%;
}

.subtitle {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 16px;
  margin: 0;
  color: #073794;
  font-size: 16px;
  font-weight: 600;
}

.description {
  /* background-color: red; */
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 16px;
  color: #505E73;
  font-size: 16px;
}

.btn-list {
  padding: 16px;
  width: 100%;
  position: relative;
}

.btn-list .btn+.btn {
  margin-top: 24px;
}

.btn {
  /* width: 100%; */
  display: flex;
  padding: 16px;
  /* background-color: blueviolet; */
  justify-content: center;
  border: 2px solid #505E73;
  color: #505E73;
}

.btn-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-title {
  font-weight: 600;
  text-align: center;
}

.btn-subtitle {
  font-size: 12px;
  text-align: center;
}

.socmed-list {
  display: flex;
  margin-top: 8px;
}

.socmed-list a+a{
  margin-left: 16px
}

.btn-socmed {
  color: #394352;
  width: 30px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Optional focus style */
.form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-group {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}

.form-group+.form-group{
  margin-top: 16px;
}

.button-save {
  border: none;
  outline: none;
  width: 100%;
  /* color: #2C343F; */
  color: #ffffff;
  /* height: 54px; */
  padding: 12px 16px;
  font-weight: 600;
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  /* background: linear-gradient(225deg, #ffef0a 13.62%, #f5e50a 57.78%, #dbcd09 100%); */
  /* background: linear-gradient(225deg, #2CF249 13.62%, #27d942 57.78%, #23c43b 100%); */
  border-radius: 12px;
  font-size: 20px;
  margin-top: 12px;
  cursor: pointer;
}

.img-confirm {
  width: 150px;
}

.confirm-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subtitle-confirm {
  font-size: 24px;
}

.btn-confirm {
  width: 100%;
}
.confirm-button-wrapper {
  margin: 16px 0;
}

.img-form-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.img-form-container img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 1px solid rgba(7,55,148,0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.img-form-container img#img-bg {
  z-index: 9;
  cursor: pointer;
}
.img-form-container img#img-show {
  z-index: 12;
  display: none;
}

.img-picker-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  /* background-color: red; */
  position: relative;
}
.close-icon {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  padding: 4px;
  border-radius: 100%;
  border: 1px solid rgba(7,55,148,0.4);
  color: rgba(7,55,148,1);
  background-color: white;
  display: none;
  z-index: 15;
  cursor: pointer;
}

.add-icon {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  padding: 4px;
  border-radius: 100%;
  border: 1px solid rgba(7,55,148,0.4);
  color: rgba(7,55,148,1);
  background-color: white;
  display: flex;
  z-index: 16;
  cursor: pointer;
}

.dropzone {
  width: 0;
  height: 0;
  display: none;
}

.form-group small{
  font-size: 11px;
  color: #ee2d34;
  font-style: italic;
}

.btn-list.btn-list-view {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.img-view-container {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.img-view-container img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.detail-list {
  margin: 16px 0;
}

.detail-list .title {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: #073794;
  text-align: center;
}
.detail-list .subtitle {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #505E73;
}

.modal-dialog {
  max-width: 95%;
  margin: 1rem auto;
}
.modal-body img {
  width: 100%;
  height: auto;
  max-height: 70vh;
}
.cropper-container {
  width: auto !important;
}
.btn-modal-crop {
  padding: 16px;
  color: #fff;
  background: linear-gradient(225deg, #2582B8 13.62%, #3667C7 57.78%, #083CA3 100%);
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  border-radius: 8px;
}

/* Schedule */
.button-new-schedule .tag-promo {
  width: 25px;
  height: 25px;
}
.grid-row > div {
  padding: 6px;
}
.grid-row.header {
  font-size: 14px;
}
.lbns {
  /* margin-bottom: 60px; */
}
.lbns .date {
  font-size: 24px;
  margin-left: 4px;
}
.lbns .month {
  font-size: 10px;
}
.lbns .price {
  font-size: 24px;
  margin-right: -4px;
  padding-right: 16px;
}
.lbns .false-price {
  font-size: 10px;
}
.lbns .hotel table td {
  font-size: 11px;
}
.grid-row {
  padding: 0 4px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #E0E6F2;
  grid-template-columns: 12% 14% 14% 18% 24% 18%;
}
.grid-row.header > div {
  padding: 8px;
}
.button-new-schedule .tag {
  top: 0;
  left: 0;
}

@media (max-width: 992px) {
  .container-padding.new-schedule {
    width: 100%;
  }
}

@media print {
  @page {
    size: A4;
    /* DIN A4 standard, Europe */
    /* margin: 20px; */
    size: auto;
  }
  /* .no-print {
    display: none;
  } */
  .container-padding.new-schedule {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container.new-schedule {
    justify-content: center;
    align-items: center;
    height: auto;
    flex: 0 0 auto;
  }
  .lbns .button-new-schedule+.button-new-schedule{
    margin-top: 12px;
  }
  .lbns .price {
    font-size: 32px;
  }
  .lbns .false-price {
    font-size: 14px;
  }
  .lbns .date {
    font-size: 28px;
  }
  .lbns .month {
    font-size: 12px;
  }
  .lbns .duration {
    font-size: 20px;
  }
  .lbns .hotel table td {
    font-size: 14px;
  }
  /* .grid-row {
    background-color: black;
  } */
  .new-schedule-title {
    font-size: 40px;
    /* color: #073794; */
    /* font-weight: bold; */
    margin: 0 0 24px;
  }
  * { overflow: hidden !important; }
  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-print-color-adjust: exact;
  }
}