@charset "UTF-8";
.edit_delivery_screen .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.carousel-item {
  min-height: 275px;
}
.carousel-item .description {
  padding-left: 0.5em;
  font-size: 62.5%;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  /* display: none; */
}
.carousel-control-next.active,
.carousel-control-prev.active {
  display: flex;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23216c94' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23216c94' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-indicators {
  z-index: 1;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #216c94;
}
.carousel-indicators .active {
  background: #216c94;
  border: 1px solid transparent;
}
.editable-desc {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.editable-color {
  display: flex;
  line-height: 1;
}
.uneditable-color {
  display: flex;
  line-height: 1;
  margin-left: 10px;
}
.editable-color::before {
  display: inline-block;
  content: '';
  background: #17a2b8;
  width: 17px;
  height: 17px;
  margin-right: 4px;
}
.uneditable-color::before {
  display: inline-block;
  content: '';
  background: #f1f1f1;
  width: 17px;
  height: 17px;
  margin-right: 4px;
}
.edit_delivery_screen .uneditable .card-header {
  background-color: #f1f1f1 !important;
}
.edit_delivery_screen .uneditable .card-header button h6 {
  color: #212529 !important;
}
.edit_delivery_screen .uneditable .card-header button .sub-txt {
  color: #212529 !important;
}
.edit_delivery_screen .uneditable .schedule-arrow-link .arrow-blue:after {
  border-right: 2px solid #212529;
  border-bottom: 2px solid #212529;
}
.card {
  border: 0;
  border-radius: 0 !important;
}
.card-header:first-child {
  border-radius: 0 !important;
}
.prepare {
  padding-left: 2em;
  text-indent: -1em;
  font-size: 0.875rem;
}
.edit_delivery_screen .card-body {
  padding-right: 0;
  padding-left: 0;
  padding-top: 1.25rem;
}
.arrow-change {
  position: relative;
}
.arrow-change::after {
  content: '';
  display: block;
  margin: 0 auto;
  order: 2;
  width: 68px;
  height: 37px;
  border-style: solid;
  border-width: 37px 34px 0 34px;
  border-color: #17a2b8 transparent transparent transparent;
}
.text_blue {
  color: #216c94 !important;
}
.text_red {
  color: #dc3545 !important;
}
.main-txt {
  font-size: 1.125rem;
}
.sub-txt {
  font-size: 0.75rem;
}
.cycle-txt {
  font-size: 0.875rem;
}
.w-45 {
  width: 45%;
}
.w-30 {
  width: 30%;
}
.edit_table th,
.edit_table td {
  font-size: 0.875rem;
  padding: 0.25rem;
  border: 1px solid #8b9ba6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}
.edit_table {
  margin: 0 auto;
  width: 100%;
}
#simulation_box .c_next {
  position: relative;
}
#simulation_box .c_next::before {
  content: '〇';
  position: absolute;
  font-size: 1.8rem;
  color: red;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.alert-danger {
  color: #dc3545;
  background-color: #ffe4e4;
  border-color: #dc3545;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0;
}
.update {
  background: #ffe083;
  color: #dc3545 !important;
  font-weight: 700 !important;
}
.edit_table td {
  padding: 0 !important;
}
.edit_table td span {
  padding: 0.25rem;
  display: block;
}

td:has( > span.update) {
  background: #ffe083;
}
@media (min-width: 768px) {
  .carousel-inner {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .carousel-item {
    display: block;
    margin: 0;
    min-height: auto;
  }
  .carousel-indicators {
    display: none !important;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }
  .w-md-45 {
    width: 45% !important;
    flex: 0 0 45% !important;
    max-width: 45% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .arrow-change::after {
    width: 42px;
    height: 76px;
    border-width: 38px 0 38px 42px;
    margin: auto;
    border-color: transparent transparent transparent #17a2b8;
  }
  .edit_table {
    margin-top: auto;
  }
  .edit_table th,
  .edit_table td {
    padding: 0.5rem;
  }
  .main-txt {
    font-size: 1.3rem;
  }

  .edit_table td span {
    padding: 0.5rem;
  }

}
@media (max-width: 480px) {
  .edit_delivery_screen .card-body {
    padding-top: 1rem;
  }
}

#ui-datepicker-div {
  z-index: 3 !important;
}