/* Bootstrap Modal */
.dens3-modal {
  padding-right: 0 !important;
}

.dens3-modal.modal {
  background-color: rgba(0, 0, 0, 0.9);
}

.dens3-modal.modal.in .modal-dialog {
  -webkit-transform: translate(0, calc(40vh - 40%));
  -ms-transform: translate(0, 40vh) translate(0, -40%);
  -o-transform: translate(0, calc(40vh - 40%));
  transform: translate(0, 40vh) translate(0, -40%);
}

.dens3-modal .modal-content {
  background: #19191a;
  border: none;
  border-radius: 10px;
}

.dens3-modal .modal-body {
  padding: 0;
  background: unset;
}

.dens3-modal .modal-close-button {
  font-size: 1em;
  background: rgba(0, 0, 0, 0.5);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 3%;
  right: 2%;
  z-index: 999;
  cursor: pointer;
  color: #ffffff;
}

.dens3-modal .modal-close-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dens3-modal .modal-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  mask-image: linear-gradient(
    to top,
    rgba(25, 25, 26, 0) 0%,
    rgba(25, 25, 26, 1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(25, 25, 26, 0) 0%,
    rgba(25, 25, 26, 1) 100%
  );
  min-width: 100%;
  min-height: inherit;
  max-height: 50vmin;
  object-fit: cover;
  /* object-position: top; */
}

.dens3-modal .modal-body-content {
  padding: 20px 30px 30px 30px;
  margin-top: -100px;
}

.dens3-modal .modal-logo-channel {
  height: 30px;
  margin: 0 0 10px 0;
}

.dens3-modal .modal-title {
  font-family: "Montserrat_semibold", "Segoe UI", arial, sans-serif;
  font-size: 1.5em;
  margin-bottom: 5px;
}

.dens3-modal p {
  font-size: 1em;
  line-height: unset;
  margin-bottom: 10px;
  color: #ffffff;
}

@media screen and (max-width: 575px) {
  .dens3-modal .modal-title {
    font-size: 1em;
  }

  .dens3-modal p {
    font-size: 0.8em;
  }
}

.dens3-modal .btn {
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Modal Dialog Sizes */

@media screen and (min-width: 768px) and (max-width: 991px) {
  .dens3-modal .modal-logo-channel {
    height: 50px;
  }

  .dens3-modal .modal-dialog {
    width: 600px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dens3-modal .modal-logo-channel {
    height: 50px;
  }

  .dens3-modal .modal-dialog {
    width: 800px;
  }
}

@media screen and (min-width: 1200px) {
  .dens3-modal .modal-logo-channel {
    height: 50px;
  }

  .dens3-modal .modal-dialog {
    width: 900px;
  }
}

/* Modal Dialog Packages */
.dens3-modal-package .modal-content {
  background: #ffffff;
}

.dens3-modal-package p {
  color: #141518;
  line-height: normal;
  margin: 0;
}

.dens3-modal-package .modal-header {
  padding: 15px 30px 0 30px;
}

.dens3-modal-package .tab-content {
  padding: 15px 30px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .dens3-modal-package .tab-content {
    padding: 15px 15px;
  }
}

.dens3-modal-package .modal-description,
.dens3-modal-package .modal-price {
  padding: 0 30px;
}

.dens3-modal-package .modal-description {
  text-transform: uppercase;
  font-weight: bold;
}

.dens3-modal-package .nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0 30px;
}

.dens3-modal-package .nav-tabs li.active a,
.dens3-modal-package .nav-tabs li.active a:focus,
.dens3-modal-package .nav-tabs li.active a:hover {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #e6c52c;
}

.dens3-modal-package .nav-tabs li a {
  color: #141518;
  padding: 10px 0;
  margin-right: 20px;
}

.dens3-modal-package .nav-tabs li a:hover {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #e6c52c;
  background: none;
}

@media screen and (max-width: 767px) {
  .dens3-modal-package .nav-tabs li a {
    font-size: 10px;
  }
}

.dens3-modal-package .tab-pane {
  max-height: 40vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.dens3-modal-package .tab-pane ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.dens3-modal-package .tab-pane ul li::before {
  content: "\f373";
  font-family: "Ionicons";
  font-size: 1.5em;
  margin-right: 15px;
  color: #3b7fb7;
}

.dens3-modal-package .tab-pane ul li {
  text-align: left;
  font-size: 1.1em;
  padding-left: 20px;
  text-indent: -20px;
  color: #141518;
}

@media screen and (max-width: 767px) {
  .dens3-modal-package .tab-pane ul li {
    font-size: 10px;
  }
}

.dens3-modal-package .tab-pane img {
  height: unset;
  margin-bottom: 20px;
}
