body {
  overflow: unset !important;
}

input {
  accent-color: #961d4c;
}

.page-breadcrumb {
  display: none;
}

.nwscr {
  overflow: scroll;
  flex-wrap: nowrap;
  max-height: calc(100vh - 180px);
}

#image-container {
  display: flex;
  flex-wrap: wrap;
}

.image-item {
  position: relative;
  margin: 10px;
  width: 100px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-item .delete-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 50%;
}

.image-name {
  margin-top: 5px;
}

.ql-container {
  height: auto !important;
}

.align-self-end {
  align-self: end;
}

.image-container {
  display: inline-flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
}

.image-container label {
  display: inline-block;
  margin: 0;
  cursor: pointer;
}

.image-container img {
  width: 70px;
  height: 58px;
  object-fit: contain;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: border-color 0.3s ease-in-out;
}

.image-container input[type="radio"] {
  display: none;
}

.image-container input[type="radio"]:checked+img {
  border-color: black;
}

.w-66 {
  width: 66px;
}

.gap-20px {
  gap: 20px;
}

.right-0 {
  right: 50px;
}

.stickyArea {
  position: absolute;
  top: 132px;
  left: calc(((100vw - 290px) / 2) + 290px);
  width: calc(50vw - 200px);
  height: calc(100% - 196px);
}

.prevBox {
  position: sticky;
  top: 110px;
  width: 100%;
  height: calc(100vh - 200px);
}

.prevBox .card-body {
  border-radius: 15px;
}

.min-h-500px {
  min-height: 500px;
}

.left-sidebar {
  height: calc(100% - 64px);
}

.page-wrapper>.container-fluid {
  min-height: calc(100vh - 115px);
}

#naverMapElement {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.fs-10px {
  font-size: 10px;
}

.fs-12px {
  font-size: 12px;
}

.modal-xl {
  max-width: 1400px !important;
}

.ls--9 {
  letter-spacing: -0.09rem;
}

.table td {
  vertical-align: middle;
}

.table th {
  background-color: #bfbfbf;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 13px;
}

.table.table-sm td.table-sm-td-pt {
  /* padding-top: 12px; */
}

.mx-content {
  width: max-content;
}

.w-80px {
  width: 80px;
}

.w-90px {
  width: 90px;
}

.w-100px {
  width: 100px;
}

.w-120px {
  width: 120px;
}

/* datepicker custom css start */
.ui-datepicker .ui-datepicker-header {
  border: unset !important;
  background: unset !important;
}

.ui-datepicker-calendar>tbody>tr>td {
  background-color: unset;
}

a.ui-state-default,
.ui-widget-content a.ui-state-default,
.ui-widget-header a.ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: unset;
  background-color: unset;
}

a.ui-state-active,
.ui-widget-content a.ui-state-active,
.ui-widget-header a.ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border-radius: 100%;
  background-color: #cccccc;
}

.ui-widget-header {
  border: 0px solid #dddddd;
  background: #fff;
}

.ui-datepicker-calendar>thead>tr>th {
  font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0px solid #c5c5c5;
  background-color: transparent;
  font-weight: normal;
  color: #454545;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 0em;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  padding: 0px;
  font-weight: bold;
}

.ui-datepicker {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px;
  padding-bottom: 10px;
  width: 300px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.ui-widget.ui-widget-content {
  border: 1px solid #eee;
}

#datepicker:focus>.ui-datepicker {
  display: block;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker-next {
  float: right;
}

.ui-state-disabled {
  cursor: auto;
  color: hsla(0, 0%, 80%, 1);
}

.ui-datepicker-title {
  text-align: center;
  padding: 10px;
  font-weight: 100;
  font-size: 20px;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar>thead>tr>th {
  padding: 5px;
  font-size: 20px;
  font-weight: 400;
}

.ui-datepicker-calendar>tbody>tr>td>a {
  color: #000;
  font-size: 12px !important;
  font-weight: bold !important;
  text-decoration: none;
}

.ui-datepicker-calendar>tbody>tr>.ui-state-disabled:hover {
  cursor: auto;
  background-color: #fff;
}

.ui-datepicker-calendar>tbody>tr>td {
  border-radius: 100%;
  width: 44px;
  height: 30px;
  cursor: pointer;
  padding: 5px;
  font-weight: 100;
  text-align: center;
  font-size: 12px;
}

.ui-datepicker-calendar>tbody>tr>td:hover {
  background-color: transparent;
  opacity: 0.6;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 0px solid #cccccc;
  background-color: transparent;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-widget-header .ui-icon {
  background-image: url("../../assets/images/btns.png") !important;
}

.ui-icon-circle-triangle-e {
  background-position: -20px 0px !important;
  background-size: 36px !important;
}

.ui-icon-circle-triangle-w {
  background-position: -0px -0px !important;
  background-size: 36px !important;
}

.ui-datepicker-calendar>tbody>tr>td:first-child a {
  color: red !important;
}

.ui-datepicker-calendar>tbody>tr>td:last-child a {
  color: #0099ff !important;
}

.ui-datepicker-calendar>thead>tr>th:first-child {
  color: red !important;
}

.ui-datepicker-calendar>thead>tr>th:last-child {
  color: #0099ff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 0px;
  background: #f1f1f1;
  border-radius: 50%;
  /* padding-top: 10px;
  padding-bottom: 10px; */
}

.inp {
  padding: 10px 10px;
  background-color: #f1f1f1;
  border-radius: 4px;
  border: 0px;
}

.inp:focus {
  outline: none;
  background-color: #eee;
}

/* datepicker custom css end */

.modal .table th {
  font-weight: 700;
}

.modal .table input[type="checkbox"],
.form-check-label {
  cursor: pointer;
}

.modal table .form-control {
  font-size: 14px;
}

.rangeStack {
  position: relative;
  flex: 1 1;
  height: 100%;
}

.rangeStack.active {
  color: #fbe5d6 !important;
  background-color: #961d4c;
}

.rangeStack.startMonth {
  border-left: 1px solid #ffffff;
}

.startDate {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  z-index: 1;
  display: flex;
  align-items: center;
}

.endDate {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  z-index: 1;
  display: flex;
  align-items: center;
}

.priceLabel {
  margin-right: 1rem;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.price {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.totalPriceLabel {
  margin-right: 1rem;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.totalPrice {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.fs-14px {
  font-size: 14px;
}

.fs-16px {
  font-size: 16px;
}

.fs-18px {
  font-size: 18px;
}

.bg-eeeeee {
  background-color: #eeeeee;
}

.bg-f2f2f2 {
  background-color: #f2f2f2;
}

.newInputFile {
  display: none;
}

#addMediaArea {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-right: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#addMediaArea .addMediaOuter {
  max-width: 1000px;
  background-color: #ffffff;
  border-radius: 15px;
}

#addMediaArea .addMediaOuter .addMediaTitle {
  padding: 20px 16px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
}

#addMediaArea .addMediaOuter .mediaSelectArea {
  width: 100vw;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 16px 0 16px;
}

#addMediaArea .addMediaOuter .mediaSelectArea .mediaSelectBox {
  margin-right: 16px;
}

#addMediaArea .addMediaOuter .mediaSelectArea .mediaSelectBox:last-child {
  flex: 1;
  margin-right: 0;
}

#addMediaArea hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

#addMediaArea .addMediaOuter .addMediaFooter {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0 16px 20px 16px;
}

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

.addPlanDropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 4px 16px;
}

.addPlanDropdownButton img {
  width: 16px;
  height: 16px;
}

#addPlanDropdownButton {
  border: 1px solid #efefef !important;
}

#addPlanDropdownButton:hover {
  color: #6c757d !important;
  background-color: #ffffff !important;
}

.pe-none {
  pointer-events: none;
}

.flex-1 {
  flex: 1;
}

.g-3 {
  gap: 1rem;
}

.dataTables_wrapper .form-control {
  display: inline-block;
  width: max-content;
}

.dataTables_wrapper .dataTables_length label {
  white-space: nowrap;
}

.modal.note-modal .modal-header {
  flex-direction: row-reverse;
}

.mx-10px {
  margin-left: 10px;
  margin-right: 10px;
}

.bg-efefef {
  background-color: #efefef;
}

.color-main {
  color: #971b4d !important;
}

.color-ababab {
  color: #ababab;
}

.bg-main {
  background-color: #971b4d !important;
  color: #ffffff;
}

.bg-sub {
  background-color: #fbe5d6 !important;
}

textarea {
  font-family: "NanumSquareNeo";
}

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

.ps-2 {
  padding-left: 0.5rem;
}

.text-start {
  text-align: left !important;
}

select.form-control-custom:not([size]):not([multiple]) {
  height: 23px;
  font-size: 12px;
  border-radius: 0 !important;
  padding-left: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-appearance: none;
  background: url(../images/selectArrow.svg) no-repeat 98%;
}

select.form-control-custom:focus,
.table input.mediaStartDate:focus {
  border: 1px solid #ababab
}

.table input.mediaStartDate {
  height: 23px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 0 !important;
  background: url(../images/selectArrow.svg) no-repeat 98%;
}

@media (max-width:1590px) {
  .stickyArea {
    min-width: 250px;
    width: calc(100vw - 650px - 300px);
    right: 20px;
    left: initial
  }
}