/* line 1, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme {
  z-index: 100;
}

/* line 2, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme .theme-btn {
  height: 44px;
  padding: 0 30px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  border: none;
  border-radius: 6px;
  transition: all .3s ease;
  cursor: pointer;
  color: #fff;
  background-color: #002F59;
  min-width: 110px;
  justify-content: center;
}

/* line 16, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme .theme-btn:hover {
  color: #fff;
  background-color: #004a8c;
}

/* line 22, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2523000'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}

/* line 32, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme .btn-close:hover {
  opacity: .75;
}

/* line 37, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme .modal-title {
  color: #00145E;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

/* line 44, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 0 20px;
  border-bottom: 1px solid #D6E0FF;
}

/* line 51, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme .modal-header:before, .dc-modal__new-theme .modal-header:after {
  content: none;
}

/* line 55, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme .modal-header--icon {
  margin-right: 10px;
}

/* line 59, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme .modal-body {
  padding: 20px;
}

/* line 61, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme .modal-body p {
  color: #00145e;
  font-size: 14px;
}

/* line 66, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme .modal-content {
  border: 1px solid #D6E0FF;
  border-radius: 6px;
}

/* line 70, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme .modal-footer {
  padding: 0 20px 20px;
  border-top: 1px solid #D6E0FF;
}

/* line 73, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme .modal-footer.no-border {
  border-top: none;
}

@media (max-width: 767.98px) {
  /* line 78, app/assets/stylesheets/new_theme_modal.scss */
  .dc-modal__new-theme .modal-header, .dc-modal__new-theme .modal-body, .dc-modal__new-theme .modal-footer {
    padding: 15px;
  }
  /* line 83, app/assets/stylesheets/new_theme_modal.scss */
  .dc-modal__new-theme .modal-body {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  /* line 89, app/assets/stylesheets/new_theme_modal.scss */
  .dc-modal__new-theme .modal-custom-small {
    width: 380px;
  }
  /* line 92, app/assets/stylesheets/new_theme_modal.scss */
  .dc-modal__new-theme .modal-custom-large {
    min-width: 560px;
    width: 1020px;
  }
}

/* line 97, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme--images-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 101, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme--images-modal .btn-close {
  position: absolute;
  right: 20px;
}

/* line 105, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme--images-modal .modal-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 110, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme--images-modal .modal-content {
  height: 600px;
}

/* line 113, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme--images-modal .product-slider {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 119, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme--images-modal .product-slider.carousel-fade .carousel-inner .item {
  height: 460px;
  align-items: normal;
}

/* line 122, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme--images-modal .product-slider.carousel-fade .carousel-inner .item.active {
  display: flex;
  justify-content: center;
}

/* line 127, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme--images-modal .carousel-inner > .item > img,
.dc-modal__new-theme--images-modal .carousel-inner > .item > a > img {
  width: auto;
  object-fit: contain;
}

/* line 132, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme--images-modal .carousel-indicators {
  display: flex;
  left: 0;
  width: 100%;
  margin-left: 0;
}

/* line 137, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme--images-modal .carousel-indicators li {
  width: auto;
  height: 2px;
  flex: 1;
  margin-right: 0;
}

/* line 142, app/assets/stylesheets/new_theme_modal.scss */
.dc-modal__new-theme--images-modal .carousel-indicators li.active {
  width: auto;
  height: 2px;
}

@media screen and (min-width: 768px) {
  /* line 149, app/assets/stylesheets/new_theme_modal.scss */
  .dc-modal__new-theme--images-modal .carousel-indicators {
    bottom: 0;
  }
}
