@font-face {
  font-family: 'Telkomsel-Batik-Bold';
  src: url(https://www.telkomsel.com/themes/custom/telkomsel/assets/css/fonts/TelkomselBatikSans-Bold.woff);
}

.coverage-map-section {
  position: relative;
}

.coverage-map-section .path-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  color: transparent;
  outline: none;
}

.coverage-map-section #mapid {
  position: relative;
}

#warningTerjangkau,
#successTerjangkau,
#descTerjangkau {
  display: none;
}

#current-position {
  position: absolute;
  bottom: 140px;
  right: 13px;
  z-index: 99;
  border-radius: 50%;
  color: #FFFFFF;
  margin-bottom: 10px;
  height: 48px;
  width: 48px;
  line-height: 1.1;
  background: #001A41;
  border: none;
  cursor: pointer;
}

.coverage-map-section .map-inside {
  height: 500px;
  position: relative;
  z-index: 1;
}

.coverage-map-section .search-outer {
  font-family: 'Helvetica-Light';
  position: absolute;
  top: 20px;
  left: 60px;
  padding: 8px;
  background-color: #ffffff;
  z-index: 10;
  border-radius: 28px;
}

.coverage-map-section .search-outer .search-box {
  display: flex;
  align-items: center;
}

.coverage-map-section .search-outer .search-box .icon-box {
  padding: 0 8px;
}

.coverage-map-section .search-outer .search-box .icon-box img {
  width: 24px;
}

.coverage-map-section .search-outer .search-box #locationCoverage {
  height: 40px;
  width: 400px;
  outline: none;
  margin-right: 16px;
  font-family: 'Poppins';
  border: none;
}

.coverage-map-section .search-outer .search-box .checkButton {
  font-family: 'Helvetica-Medium';
  height: 40px;
  border-radius: 28px;
  align-items: center;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #ED0226;
  font-family: 'Poppins';
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.coverage-map-section .search-outer #coverageAutocompleteList .coverage-row {
  padding: 10px;
  cursor: pointer;
  max-width: 530px;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  font-family: 'Poppins';
  text-overflow: ellipsis;
}

.coverage-map-section .center .text-marker {
  background: rgb(255, 255, 255);
  padding: 12px 16px;
  border-radius: 48px;
  margin-bottom: 8px;
  font-family: 'Poppins';
  box-shadow: rgb(32, 32, 35) 0px, 3px 15px;
}

.coverage-map-section .search-outer #coverageAutocompleteList .coverage-row img {
  width: 24px;
  margin-right: 12px;
}

.coverage-map-section .center {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  z-index: 1;
}

.coverage-map-section .center img {
  width: 60px;
  height: 60px;
}

.coverage-map-section .center .text-marker {
  background: rgb(255, 255, 255);
  padding: 12px 16px;
  border-radius: 48px;
  margin-bottom: 8px;
  box-shadow: rgb(32, 32, 35) 0px, 3px 15px;
}

.coverage-map-section .leaflet-control-container .leaflet-top {
  flex: 1 1 0%;
  height: 172px;
  justify-content: space-between;
  right: 60px;
  left: unset;
  top: 350px;
  width: 10px;
  z-index: 1030;
  -webkit-box-flex: 1;
  -webkit-box-pack: justify;
}

.coverage-map-section .leaflet-control-container .leaflet-top .leaflet-control-zoom {
  border: unset;
}

.coverage-map-section .leaflet-control-container .leaflet-top .leaflet-control-zoom .leaflet-control-zoom-in {
  border-radius: 50%;
  color: #001A41;
  margin-bottom: 10px;
  height: 48px;
  width: 48px;
  font-size: 35px;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #CCCFD3;
}

.coverage-map-section .leaflet-control-container .leaflet-top .leaflet-control-zoom .leaflet-control-zoom-out {
  border-radius: 50%;
  color: #001A41;
  height: 48px;
  width: 48px;
  font-size: 35px;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #CCCFD3;
}

.coverage-map-section .loader-image-coverage {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -16px 0 0 -16px;
  border-radius: 50%;
  border: double 8px transparent;
  background-image: linear-gradient(white, white), linear-gradient(46.15deg, #B90024 0%, #FF0025 30.11%, #FD195E 47.58%, #FDA22B 75.64%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

.coverage-map-section .search-outer .input-outer {
  position: relative;
}

@media only screen and (max-width: 600px) {
  .coverage-map-section .search-outer {
    left: 24px;
    width: calc( 100% - 48px);
  }
  .coverage-map-section .search-outer .input-outer {
    width: 100%;
    padding-right: 12px;
  }
  .coverage-map-section .search-outer .search-box .input-location {
    width: 100%;
  }
  .coverage-map-section .center .text-marker {
    font-size: 12px;
    width: 220px;
  }
}

.popup-orbit-section-custom {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  transition: all 0.3s linear;
  height: 200px;
  max-height: 200px;
  padding: 70px 0;
  background: #ffffff;
}

.hide-section {
  display: none;
}

.popup-orbit-section-custom .wrap-loading-popup {
  position: relative;
}

.popup-orbit-section-custom .wrap-loading-popup .loader-image-icons {
  position: relative;
}

.popup-orbit-section-custom .wrap-loading-popup .close-icon-popup {
  position: absolute;
  top: 30px;
  right: 0;
  padding-right: 24px;
  display: inline;
  cursor: pointer;
}

.popup-orbit-section-custom .wrap-loading-popup .close-icon-popup img {
  width: 43px;
  height: 43px;
}

.popup-orbit-section-custom .wrap-main-title-popup {
  position: relative;
}

.popup-orbit-section-custom .wrap-main-title-popup .main-title-popup {
  text-align: center;
  margin: 30px 0;
}

.package-orbit-section {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background: #ED0226;
  z-index: 1001;
  outline: auto;
  overflow: auto;
}

.package-orbit-section .main-background {
  border-top-left-radius: 80px;
  background: #FFF;
  min-height: 100%;
  top: 0;
  position: absolute;
  width: 100%;
}

.package-orbit-section .wrap-close-icon-package {
  display: flex;
}

.package-orbit-section .wrap-close-icon-package .close-icon-package {
  align-self: flex-end;
  position: absolute;
  top: 50px;
  right: 0;
  padding-right: 44px;
  cursor: pointer;
}

.package-orbit-section .wrap-close-icon-package .close-icon-package img {
  width: 32px;
  height: 32px;
}

.package-orbit-section .wrap-main-title-package {
  max-width: 100%;
  padding: 0 16px;
  text-align: center;
  margin-top: 80px;
}

.package-orbit-section .wrap-main-title-package .main-title-package {
  font-family: 'Poppins-Medium', 'sans-serif', 'Helvetica', 'Arial', 'sans-serif';
  display: inline;
  font-size: 0;
}

.package-orbit-section .wrap-main-title-package .red-separator {
  width: 186px;
  height: 6px;
  margin: 0 auto 40px auto;
  background-color: #ED0226;
}

.package-orbit-section .wrap-main-title-package .main-title-package .first-title-text {
  color: #ED0226;
  font-family: 'Telkomsel-Batik-Bold', 'sans-serif', 'Helvetica', 'Arial', 'sans-serif';
  display: inline;
  font-size: 64px;
  line-height: 72px;
}

.package-orbit-section .wrap-main-title-package .main-title-package .second-title-text {
  color: rgb(26, 26, 26);
  font-family: 'Telkomsel-Batik-Bold', 'sans-serif', 'Helvetica', 'Arial', 'sans-serif';
  display: inline;
  font-size: 64px;
  line-height: 72px;
}

.package-orbit-section .wrap-main-title-package .description {
  display: block;
  font-style: normal;
  font-family: 'Poppins-Regular', 'sans-serif', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 18px;
  line-height: 32px;
  color: #4E5764;
  margin-top: 40px;
}

.package-orbit-section .wrap-package-card-popup {
  padding: 0 100px 100px;
  margin: 64px 0 0 0;
}

.package-orbit-section .wrap-package-card-popup .success .wrap-card-success {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.package-orbit-section .wrap-package-card-popup .success .wrap-card-success .wrapper-card {
  padding: 10px;
  margin: 0;
  border-radius: 20px 20px 20px 0;
  overflow-wrap: anywhere;
}

.package-orbit-section .wrap-package-card-popup:focus {
  outline: none;
}

.package-orbit-section .wrap-package-card-popup .success .wrap-card-success .wrapper-card .card {
  border-radius: 20px 20px 20px 0;
  transition: all ease-in-out 0.3s;
}

.package-orbit-section .wrap-package-card-popup .success .wrap-card-success .wrapper-card .card:focus {
  outline: none;
}

.package-orbit-section .wrap-package-card-popup .success .wrap-card-success .wrapper-card .card img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.package-orbit-section .wrap-package-card-popup .success .wrap-card-success .wrapper-card .card .card-body {
  background-color: #F6F3F3;
  padding: 24px 24px 60px 24px;
  position: relative;
  border-radius: 0 0 20px 0;
}

.package-orbit-section .wrap-package-card-popup .success .wrap-card-success .wrapper-card .card .card-body .title-body {
  font-family: 'Poppins-Light', 'sans-serif', 'Helvetica', 'Arial', 'sans-serif';
  color: #001A41;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

.package-orbit-section .wrap-package-card-popup .success .wrap-card-success .wrapper-card .card .card-body h5 {
  font-family: 'Telkomsel-Batik-Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #001A41;
  margin: 8px 0;
  max-height: 90px;
}

.package-orbit-section .wrap-package-card-popup .success .wrap-card-success .wrapper-card .card .card-body .description-body * {
  font-family: 'Poppins-Light', 'sans-serif', 'Helvetica', 'Arial', 'sans-serif';
  color: #4E5764;
  font-size: 18px;
  min-height: 72px;
}

.package-orbit-section .wrap-package-card-popup .success .wrap-card-success .wrapper-card .card .card-body .icon-custom {
  width: 16px;
  position: absolute;
  bottom: 8%;
}

.package-orbit-section .wrap-package-card-popup .success .wrap-card-success .wrapper-card .card:hover {
  cursor: pointer;
  -moz-box-shadow: -8px -8px #ED0226;
  -webkit-box-shadow: -8px -8px #ED0226;
  box-shadow: -8px -8px #ED0226;
  transform: translate(8px, 8px);
  -webkit-transform: translate(8px, 8px);
  -moz-transform: translate(8px, 8px);
}

.package-orbit-section .wrap-package-card-popup .warning {
  margin-top: 50px;
  width: 540px;
  padding: 0 68px;
}

.package-orbit-section .wrap-package-card-popup .warning .title {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  color: #001A41;
  margin: 24px 0;
}

.package-orbit-section .wrap-package-card-popup .warning .description-warning {
  font-size: 18px;
  line-height: 32px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  color: #001A41;
  margin-bottom: 24px;
}

.package-orbit-section .wrap-package-card-popup .warning .description-warning .redtext {
  font-size: 18px;
  line-height: 32px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  color: #ED0226;
}

.package-orbit-section .warning .wrap-back-button-package .btndanger .back-button-red {
  min-width: 164px;
  height: 48px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  background: #ED0226;
  color: #ffffff;
  border: 2px solid #ED0226;
  box-sizing: border-box;
  border-radius: 576px;
  display: inline-block;
  margin: 0 24px 24px 0;
}

.package-orbit-section .warning .wrap-back-button-package .back-button-white {
  min-width: 164px;
  height: 48px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  background: #ffffff;
  color: #ED0226;
  border: 2px solid #ED0226;
  box-sizing: border-box;
  border-radius: 576px;
  display: inline-block;
  margin: 0 24px 24px 0;
}

#pointer {
  height: 80px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin: 0 auto;
  cursor: grab;
  padding: 0px;
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

#pointer .wrap-marker .marker {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 40%;
  background-image: url('https://www.telkomsel.com/sites/default/files/asset/fullhtml/img/gallery/telkomsel/marker_1.svg');
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px;
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.coverage-map-section .wrapper-btn-sticky {
  display: none;
}

.package-orbit-section .wrap-package-card-popup .success .wrapper-card .card a:hover {
  text-decoration: none;
}

@media (max-width: 1366px) {
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card .card-body {
    padding: 20px 20px 60px 20px;
  }
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card .card-body h5 {
    font-size: 22px;
  }
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card .card-body .title-body {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card .card-body h5 {
    max-height: 190px;
  }
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card .card-body .icon-custom {
    bottom: 6%;
  }
}

@media (max-width: 991px) {
  .package-orbit-section .wrap-package-card-popup {
    padding: 0 40px;
  }
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card {
    padding: 5px;
    margin-bottom: 24px;
  }
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card .card-body {
    padding: 15px 15px 60px 15px;
  }
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card .card-body .title-body {
    font-size: 14px;
  }
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card .card-body h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card .card-body .icon-custom {
    bottom: 5%;
  }
}

@media (max-width: 768px) {
  .coverage-map-section .wrapper-btn-sticky {
    display: none;
  }
}

@media (max-width: 767px) {
  #pointer .wrap-marker .marker {
    left: 33%;
  }
  .package-orbit-section .wrap-close-icon-package .close-icon-package {
    top: 30px;
  }
  .package-orbit-section .wrap-close-icon-package .close-icon-package {
    top: 30px;
  }
  .package-orbit-section .wrap-main-title-package .red-separator {
    width: 99px;
  }
  .package-orbit-section .wrap-main-title-package .main-title-package .first-title-text {
    font-size: 24px;
    line-height: 32px;
  }
  .package-orbit-section .wrap-main-title-package .main-title-package .second-title-text {
    font-size: 24px;
    line-height: 32px;
  }
  .package-orbit-section .wrap-main-title-package .description {
    margin: 16px 0 24px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .package-orbit-section .wrap-package-card-popup {
    margin: 0;
    padding: 0 16px 89px;
  }
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card {
    padding: 10px;
  }
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card:hover {
    box-shadow: none;
    transform: none;
  }
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card .card-body .title-body {
    font-size: 14px;
  }
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card .card-body h5 {
    font-size: 24px;
    line-height: 32px;
  }
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card .card-body .description-body * {
    font-size: 14px;
  }
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card .card-body .icon-custom {
    bottom: 8%;
  }
  .coverage-map-section .search-outer .search-box #locationCoverage {
    width: 100%;
  }
  .coverage-map-section .leaflet-control-container .leaflet-top .leaflet-control-zoom {
    position: absolute;
    bottom: 125px !important;
  }
  .coverage-map-section .wrapper-btn {
    display: none;
  }
  .coverage-map-section .wrapper-btn-sticky {
    display: none;
    background: #ffffff;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    display: block;
    padding: 0 !important;
  }
  .coverage-map-section .wrapper-btn-sticky .btn-sticky {
    padding: 15px 16px;
  }
  .coverage-map-section .wrapper-btn-sticky .btn-sticky .checkButton {
    font-family: 'Helvetica-Medium';
    height: 40px;
    border-radius: 28px;
    background-color: #ED0226;
    color: #ffffff;
    width: 100%;
    border: none;
  }
  .coverage-map-section #current-position {
    bottom: 210px;
  }
  .package-orbit-section .wrap-package-card-popup .warning {
    margin-top: 32px;
    width: 100%;
    padding: 0 16px;
  }
  .package-orbit-section .wrap-package-card-popup .warning .title {
    font-size: 18px;
  }
  .package-orbit-section .warning .wrap-back-button-package {
    display: flex;
  }
  .package-orbit-section .warning .wrap-back-button-package .btndanger .back-button-red,
  .package-orbit-section .warning .wrap-back-button-package .back-button-white {
    width: 148px;
    margin: 0 10px 0 0;
  }
}

@media (max-width: 359px) {
  .package-orbit-section .wrap-package-card-popup .success .wrapper-card .card .card-body h5 {
    font-size: 20px;
  }
  .package-orbit-section .warning .wrap-back-button-package {
    display: block;
    width: 100%;
  }
  .package-orbit-section .warning .wrap-back-button-package .btndanger .back-button-red,
  .package-orbit-section .warning .wrap-back-button-package .back-button-white {
    width: 100%;
    margin: 10px 0;
  }
}
