@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Bold ☞"), url("/assets/fonts/Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Heavy ☞"), url("/assets/fonts/Gilroy-Heavy.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Light";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Light ☞"), url("/assets/fonts/Gilroy-Light.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Medium ☞"), url("/assets/fonts/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Regular ☞"), url("/assets/fonts/Gilroy-Regular.woff") format("woff");
}
html,
body {
  background-color: #ffffff;
}
@media (max-width: 61.9375rem) {
  html,
  body {
    font-size: 1rem !important;
  }
}

.mr-1 {
  margin-right: 6px;
}

.kntnt-footer {
  display: none;
}

@media (max-width: 991px) {
  .kntnt-fbutton {
    display: none !important;
  }
}

.header {
  z-index: 9;
}
.header::before {
  content: unset;
}

.kntnt-outage {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 10.4375rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 61.9375rem) {
  .kntnt-outage {
    padding-top: 3.125rem;
  }
}
.kntnt-outage::before {
  content: "";
  background: url("/assets/img/outage-bg.webp");
  background-size: cover;
  background-position: bottom;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 71.25rem;
  opacity: 0.6;
  pointer-events: none;
}
.kntnt-outage::after {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 30.1875rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 30%);
  position: absolute;
  left: 0;
  top: 32rem;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .kntnt-outage::after {
    content: unset !important;
  }
}
.kntnt-outage.full::before {
  content: unset;
}
.kntnt-outage-first-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -3.125rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .kntnt-outage-first-lead {
    margin-top: 30px;
  }
}
.kntnt-outage-first-lead h1 {
  margin: 0;
  font-size: 2.75rem;
  line-height: 2.5rem;
  letter-spacing: -0.0413rem;
  color: #707070;
  font-family: "Gilroy-Bold";
}
@media (max-width: 768px) {
  .kntnt-outage-first-lead h1 {
    font-size: 2rem;
  }
}
.kntnt-outage-first-lead-button-group {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.kntnt-outage-first-lead-button-group .filter-button {
  width: 14.125rem;
  height: 3.4375rem;
  background-color: #ff671d;
  border-radius: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4219rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border: unset;
  cursor: pointer;
}
.kntnt-outage-first-lead-button-group .filter-button .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.kntnt-outage-first-lead-button-group .filter-button .icon path {
  stroke: #ffffff;
}
.kntnt-outage-first-lead-button-group .category-group {
  height: 6.875rem;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .kntnt-outage-first-lead-button-group .category-group {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: auto;
    align-items: center;
  }
}
.kntnt-outage-first-lead-button-group .category-group-button {
  width: 16.25rem;
  height: 6.25rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.1875rem 1.25rem rgba(0, 0, 0, 0.0901960784);
  border-radius: 3.125rem;
  border: unset;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #4a4a4a;
  font-size: 1.15rem;
  line-height: 1.375rem;
  font-family: "Gilroy-Regular";
  padding-left: 5.875rem;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .kntnt-outage-first-lead-button-group .category-group-button {
    position: relative;
    transform: unset;
    left: unset !important;
    top: unset;
  }
}
.kntnt-outage-first-lead-button-group .category-group-button .ficon {
  height: 3.125rem;
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.6875rem;
  transition: all 0.2 linear;
}
.kntnt-outage-first-lead-button-group .category-group-button .ficon .anahtar {
  color: #f3641f;
}
.kntnt-outage-first-lead-button-group .category-group-button .ficon .cark {
  color: #a9b0bb;
  color: #f3641f;
}
.kntnt-outage-first-lead-button-group .category-group-button .ficon .simsek {
  color: #fdcd56;
  color: #f3641f;
}
.kntnt-outage-first-lead-button-group .category-group-button .ficon.tt {
  height: 4rem;
  left: 1.1rem;
}
.kntnt-outage-first-lead-button-group .category-group-button .icon {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1875rem solid #ffffff;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.3125rem;
  opacity: 0;
  transition: all 0.2 linear;
}
.kntnt-outage-first-lead-button-group .category-group-button .icon svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 1.25rem;
  stroke: #ffffff;
}
.kntnt-outage-first-lead-button-group .category-group-button:hover {
  width: 22.5rem;
  height: 6.875rem;
  background-color: #f3641f;
  border-radius: 3.6875rem;
  color: #ffffff;
  font-family: "Gilroy-Bold";
  font-size: 1.2rem;
  line-height: 1.375rem;
  padding-left: 7.1875rem;
  padding-right: 5rem;
}
@media (max-width: 768px) {
  .kntnt-outage-first-lead-button-group .category-group-button:hover {
    height: 100px;
  }
}
.kntnt-outage-first-lead-button-group .category-group-button:hover .icon {
  opacity: 1;
}
.kntnt-outage-first-lead-button-group .category-group-button:hover .ficon {
  left: 2.8125rem;
}
.kntnt-outage-first-lead-button-group .category-group-button:hover .ficon .anahtar,
.kntnt-outage-first-lead-button-group .category-group-button:hover .ficon .cark,
.kntnt-outage-first-lead-button-group .category-group-button:hover .ficon .simsek {
  color: #ffffff;
}
.kntnt-outage-first-lead-button-group .category-group-button:nth-child(1) {
  left: calc(50% - 9.8438rem);
}
.kntnt-outage-first-lead-button-group .category-group-button:nth-child(2) {
  left: calc(50% + 9.8438rem);
}
.kntnt-outage-first-lead-button-group .category-group-button:nth-child(3) {
  top: 11rem;
}
@media (max-width: 768px) {
  .kntnt-outage-first-lead-button-group .category-group-button:nth-child(3) {
    top: unset !important;
  }
}
.kntnt-outage-first-lead .ntf-sms {
  margin-top: 16.4375rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.1875rem 1.25rem rgba(0, 0, 0, 0.0901960784);
  border-radius: 1.875rem;
  border: unset;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: "Gilroy-Regular";
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .kntnt-outage-first-lead .ntf-sms {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .kntnt-outage-first-lead .ntf-sms {
    margin-top: 3rem;
  }
}
.kntnt-outage-first-lead .ntf-sms .icon {
  width: 25px;
  height: 25px;
  color: #f3641f;
  transition: all 0.3s;
}
.kntnt-outage-first-lead .ntf-sms:hover {
  background-color: #f3641f;
  color: #ffffff;
  transform: scale(1.05);
}
.kntnt-outage-first-lead .ntf-sms:hover .icon {
  color: #ffffff;
}
.kntnt-outage-first-lead .info-box {
  margin: 1rem auto 0 auto;
  width: 66rem;
  height: auto;
  border: 0.0625rem solid #dbdbdb;
  border-radius: 0.9375rem;
  background-color: #ffffff;
  padding: 1.8125rem 1.5rem 1.75rem 4.375rem;
  position: relative;
}
@media (max-width: 991px) {
  .kntnt-outage-first-lead .info-box {
    width: 95%;
    margin-top: 1rem;
  }
}
.kntnt-outage-first-lead .info-box .icon {
  position: absolute;
  width: 2.0313rem;
  height: 2.0313rem;
  color: #ff671d;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
}
@media (max-width: 768px) {
  .kntnt-outage-first-lead .info-box .icon {
    transform: unset;
    top: 1.8125rem;
  }
}
.kntnt-outage-first-lead .info-box .text {
  font-size: 1rem;
  line-height: 1.4375rem;
  letter-spacing: -0.015rem;
  color: #4a4a4a;
  font-family: "Gilroy-Regular";
}
.kntnt-outage-first-lead .info-box .text a {
  color: #ff671d;
}
.kntnt-outage-first-lead .info-box .text p:last-child {
  margin: 0;
}
.kntnt-outage-questioning {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.25rem;
  justify-content: center;
  max-width: 56.0625rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.kntnt-outage-questioning .danger-label {
  display: none;
}
.kntnt-outage-questioning .close-list {
  display: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: unset;
  background: transparent;
  align-items: center;
  justify-content: center;
}
.kntnt-outage-questioning .close-list svg {
  color: #707070;
  width: 30px;
  height: 30px;
}
.kntnt-outage-questioning.full {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: unset;
  background: #ffffff;
  padding: 2.375rem 8.75rem 2rem 8.75rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 991px) {
  .kntnt-outage-questioning.full {
    display: none;
  }
}
.kntnt-outage-questioning.full h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.03rem;
  margin-right: auto;
}
.kntnt-outage-questioning.full .danger-label {
  position: absolute;
  bottom: 0.5rem;
  left: 26.5rem;
  display: block;
  color: rgba(255, 1, 1, 0.8196078431);
}
@media (max-width: 991px) {
  .kntnt-outage-questioning.full .danger-label {
    display: none;
  }
}
.kntnt-outage-questioning.full .kntnt-outage-questioning-options {
  width: auto !important;
  margin-right: 1.625rem;
}
.kntnt-outage-questioning.full .location {
  display: flex;
}
.kntnt-outage-questioning.mobileFix {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 9;
  text-align: center;
}
.kntnt-outage-questioning.mobileFix h1,
.kntnt-outage-questioning.mobileFix .kntnt-outage-questioning-options {
  margin: unset;
}
.kntnt-outage-questioning.mobileFix .found-list {
  position: unset;
}
.kntnt-outage-questioning.mobileFix .close-list {
  display: flex;
}
.kntnt-outage-questioning h1 {
  font-family: "Gilroy-Bold";
  font-size: 2.5rem;
  margin: 0;
  line-height: 2.5rem;
  letter-spacing: -0.0413rem;
  color: #707070;
}
@media (max-width: 48rem) {
  .kntnt-outage-questioning h1 {
    font-size: 2rem;
  }
}
.kntnt-outage-questioning.map-stash .day-filter {
  position: absolute;
  top: 3.2rem;
  padding-left: 0;
}
@media (max-width: 991px) {
  .kntnt-outage-questioning.map-stash .day-filter {
    position: relative;
    top: unset;
  }
}
.kntnt-outage-questioning.map-stash .day-filter button {
  background-color: #dcdcdc !important;
  color: #3d3d3d;
}
.kntnt-outage-questioning-options {
  width: 100%;
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 61.9375rem) {
  .kntnt-outage-questioning-options {
    flex-direction: column;
    align-items: center;
  }
}
.kntnt-outage-questioning-options .options-province {
  background-color: #efefef;
  border-radius: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: max-content;
  width: 18.75rem;
  padding: 0.375rem 0.3463rem;
}
.kntnt-outage-questioning-options .options-province .choice-button {
  max-width: 8.9375rem;
  width: 100%;
  height: 2.6875rem;
  border: unset;
  background-color: transparent;
  border-radius: 1.375rem;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #bababa;
}
.kntnt-outage-questioning-options .options-province .choice-button:hover, .kntnt-outage-questioning-options .options-province .choice-button.active {
  background-color: #ff671d;
  color: #ffffff;
  font-weight: 600;
}
.kntnt-outage-questioning-options .chioce {
  width: 11.75rem !important;
  height: 3.4375rem;
  background-color: #dcdcdc !important;
  border: unset !important;
  border-radius: 1.75rem !important;
  padding-left: 1.25rem !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpb25pY29uIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQzRDNEM0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iNDgiIGQ9Ik0xMTIgMTg0bDE0NCAxNDQgMTQ0LTE0NCIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #3d3d3d;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Gilroy-Bold";
  font-weight: 400;
  border: 1px solid #fff !important;
}
.kntnt-outage-questioning-options .chioce:disabled {
  color: #c7c7c7;
}
@media (max-width: 61.9375rem) {
  .kntnt-outage-questioning-options .chioce {
    width: 18.75rem !important;
  }
}
.kntnt-outage-questioning-options .chioce .text {
  position: absolute !important;
  left: 1.25rem !important;
  top: 0;
  height: 100%;
  display: flex !important;
  align-items: center;
  color: #c7c7c7;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.kntnt-outage-questioning-options .chioce .search {
  height: 100%;
  padding-left: 1.25rem !important;
  color: #c7c7c7;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.kntnt-outage-questioning-options .chioce .menu {
  border: unset !important;
  background-color: #efefef !important;
  color: #c7c7c7;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  left: 0.0625rem !important;
}
.kntnt-outage-questioning-options .chioce .menu .item {
  border-top: unset !important;
}
.kntnt-outage-questioning-options .chioce .dropdown.icon {
  height: 100% !important;
}
.kntnt-outage-questioning-options .chioce .dropdown.icon::before {
  content: "" !important;
  background: url("");
  background-size: 100% 100%;
  width: 1.25rem;
  position: absolute;
  height: 0.9375rem;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
}
.kntnt-outage-questioning-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2475rem;
  flex-wrap: wrap;
}
@media (max-width: 61.9375rem) {
  .kntnt-outage-questioning-group {
    flex-direction: column;
  }
}
.kntnt-outage-questioning-group .location {
  background-color: transparent;
  border: unset;
  align-items: center;
  justify-content: center;
  gap: 0.7956rem;
  color: #606060;
  font-size: 1rem;
  letter-spacing: -0.015rem;
  line-height: 1rem;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
  font-weight: 400;
  white-space: nowrap;
  display: none;
}
.kntnt-outage-questioning-group .location .icon {
  width: 3.4375rem;
  height: 3.4375rem;
  border: 0.0938rem solid #ff671d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kntnt-outage-questioning-group .location .icon svg {
  width: 1.0625rem;
  height: 1.0625rem;
}
.kntnt-outage-questioning-group .app-submit {
  background-color: #464646;
  height: 3.4375rem;
  width: 14.125rem;
  border-radius: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4044rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border: unset;
}
@media (max-width: 61.9375rem) {
  .kntnt-outage-questioning-group .app-submit {
    width: 18.75rem;
  }
}
.kntnt-outage-questioning-group .app-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.kntnt-outage-questioning-group .app-submit svg {
  width: 1.0012rem;
  height: 1.0012rem;
}
.kntnt-outage-list {
  max-width: 100.3125rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5.0625rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 61.9375rem) {
  .kntnt-outage-list {
    width: 95%;
  }
}
.kntnt-outage-list-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 61.9375rem) {
  .kntnt-outage-list-header {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.kntnt-outage-list-header .options-select {
  width: 31rem;
}
.kntnt-outage-list-header .options-select .choice-button {
  width: 10.375rem;
  max-width: unset;
}
.kntnt-outage-list-header .day-filter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 1.3rem;
}
@media (max-width: 991px) {
  .kntnt-outage-list-header .day-filter {
    display: none;
  }
}
.kntnt-outage-list-header .day-filter button {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ff671d;
  padding: 0.65rem 1rem 0.5rem 1rem;
  border-radius: 20px;
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Gilroy-Medium";
}
.kntnt-outage-list-header .day-filter button:hover, .kntnt-outage-list-header .day-filter button.active {
  background-color: #ff671d;
  color: #fff;
}
.kntnt-outage-list-header .view-change {
  width: 16.75rem;
  height: 3.4375rem;
  background-color: #fff;
  border-radius: 1.75rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1rem;
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Gilroy-Bold";
  gap: 1.0625rem;
  border: unset;
  box-shadow: 0rem 0.625rem 2.5rem rgba(255, 103, 29, 0.5529411765);
}
@media (max-width: 61.9375rem) {
  .kntnt-outage-list-header .view-change {
    order: -1;
    margin-bottom: 1rem;
  }
}
.kntnt-outage-list-header .view-change svg {
  width: 1.75rem;
  height: 1.5625rem;
  color: #ff671d;
}
.kntnt-outage-list-header .view-change.w-auto {
  padding: 0 1rem;
}
.kntnt-outage-list-header-detail {
  width: 100%;
  margin: 1.4375rem 0 0 0;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #747474;
  font-family: "Gilroy-Regular";
}
@media (max-width: 61.9375rem) {
  .kntnt-outage-list-header-detail {
    text-align: center;
  }
}
.kntnt-outage-list-header-detail b {
  font-family: "Gilroy-Bold";
}
.kntnt-outage-list-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.6875rem;
}
.kntnt-outage-list-content .item {
  min-height: 7.5rem;
  height: auto;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  --header--bg: #f5f5f5;
  --header-shadow: 0rem 0.1875rem 1.25rem transparent;
  --body-border-color: #ffffff;
  --body-shadow: 0rem 0.1875rem 1.25rem #00000017;
  --icon-color: #ff671d;
  --text-color: #909090;
  --body-icon-color: #1c73ea;
}
@media (max-width: 61.9375rem) {
  .kntnt-outage-list-content .item {
    flex-direction: column;
  }
}
.kntnt-outage-list-content .item-header {
  height: 100%;
  width: 43.0625rem;
  border-radius: 1.25rem 0rem 0rem 1.25rem;
  background-color: var(--header--bg);
  box-shadow: var(--header-shadow);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s linear;
  padding-left: 3.375rem;
  padding-top: 1rem;
}
@media (max-width: 61.9375rem) {
  .kntnt-outage-list-content .item-header {
    position: relative;
    width: 100%;
    padding-bottom: 3rem;
    margin-bottom: -2rem;
    border-radius: 1.25rem;
  }
}
.kntnt-outage-list-content .item-header .icon {
  width: 1.9375rem;
  height: 1.9375rem;
  position: absolute;
  left: 0.9375rem;
  top: 1rem;
  color: var(--icon-color);
  transition: all 0.2s linear;
}
.kntnt-outage-list-content .item-header-detail {
  display: flex;
  flex-direction: column;
}
.kntnt-outage-list-content .item-header-detail h4 {
  color: var(--icon-color);
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Gilroy-Bold";
  margin: 0 0 0.625rem 0;
  max-width: 6.375rem;
  transition: all 0.2s linear;
}
.kntnt-outage-list-content .item-header-detail p {
  margin: 0;
  color: var(--text-color);
  font-size: 1rem;
  line-height: 1.375rem;
  transition: all 0.2s linear;
}
.kntnt-outage-list-content .item-header-detail p.date {
  font-family: "Gilroy-Regular";
}
.kntnt-outage-list-content .item-header-detail p.time {
  font-family: "Gilroy-Bold";
}
.kntnt-outage-list-content .item-body {
  width: 84.375rem;
  height: 100%;
  box-shadow: var(--body-shadow);
  border-radius: 1.25rem;
  border: 0.0625rem solid var(--body-border-color);
  position: relative;
  min-height: 7.5rem;
  z-index: 1;
  background-color: #ffffff;
  transition: all 0.2s linear;
  padding: 1.6875rem 4.6875rem 1.4375rem 1.625rem;
  display: flex;
  gap: 3.5625rem;
}
@media (max-width: 61.9375rem) {
  .kntnt-outage-list-content .item-body {
    width: 100%;
  }
}
@media (max-width: 48rem) {
  .kntnt-outage-list-content .item-body {
    flex-direction: column;
    padding: 1.4375rem 1.625rem;
    gap: 2rem;
  }
}
.kntnt-outage-list-content .item-body-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 14.1875rem;
  width: 100%;
  position: relative;
}
@media (min-width: 991px) {
  .kntnt-outage-list-content .item-body-head {
    min-width: 14.1875rem;
  }
}
.kntnt-outage-list-content .item-body-head::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 0.0938rem;
  background-color: #ededed;
}
.kntnt-outage-list-content .item-body-head .icon {
  height: 1.5625rem;
  width: auto;
  object-fit: contain;
  color: var(--body-icon-color);
}
.kntnt-outage-list-content .item-body-head p {
  margin: 0.5rem 0 0 0;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Gilroy-Bold";
  color: var(--body-icon-color);
}
@media (max-width: 48rem) {
  .kntnt-outage-list-content .item-body-head {
    max-width: unset;
  }
  .kntnt-outage-list-content .item-body-head::after {
    content: unset;
  }
}
.kntnt-outage-list-content .item-body-content {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  width: 100%;
}
.kntnt-outage-list-content .item-body-content h5 {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #616161;
  font-family: "Gilroy-Bold";
  margin: 0;
}
.kntnt-outage-list-content .item-body-content h5 small {
  color: #b9b9b9;
  margin-left: 0.6875rem;
}
.kntnt-outage-list-content .item-body-content p {
  margin: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Gilroy-Regular";
  max-height: 200px;
  overflow-y: scroll;
  width: 100%;
}
.kntnt-outage-list-content .item:hover {
  --header--bg: #ff671d;
  --header-shadow: #ff671d66;
  --body-border-color: #fc661d;
  --body-shadow: 0rem 0.1875rem 2.5rem #ff671d34;
  --icon-color: #ffffff;
  --text-color: #ffffff;
}
.kntnt-outage-map {
  position: fixed;
  height: calc(100% - 8.9375rem);
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .kntnt-outage-map {
    height: 100%;
    z-index: 0;
  }
}
.kntnt-outage-map-content {
  position: absolute;
  right: 8.75rem;
  bottom: 3.375rem;
  width: 43.5625rem;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
}
@media (max-width: 991px) {
  .kntnt-outage-map-content {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 1rem;
    width: 100%;
  }
}
.kntnt-outage-map-content-card {
  width: 100%;
}
@media (max-width: 991px) {
  .kntnt-outage-map-content-card {
    width: 95%;
    margin: 0 auto;
  }
}
.kntnt-outage-map-content-card-content {
  background-color: #ffffff;
  box-shadow: 0rem 0.1875rem 1.25rem rgba(0, 0, 0, 0.0901960784);
  border-radius: 1.25rem;
  padding: 1.0625rem 2.4375rem 2.4375rem 1.75rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.kntnt-outage-map-content-card-content-header {
  position: relative;
}
.kntnt-outage-map-content-card-content-header .head {
  position: relative;
  height: 4.5625rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 5.1875rem;
  gap: 0.125rem;
}
@media (max-width: 600px) {
  .kntnt-outage-map-content-card-content-header .head {
    padding-left: 3.2rem;
    height: auto;
  }
}
.kntnt-outage-map-content-card-content-header .head .icon {
  height: 4.5625rem;
  width: 4.5625rem;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  color: #ff671d;
}
@media (max-width: 600px) {
  .kntnt-outage-map-content-card-content-header .head .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.kntnt-outage-map-content-card-content-header .head p {
  color: #ff671d;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4375rem;
  font-family: "Gilroy-Bold";
}
.kntnt-outage-map-content-card-content-header .head h4 {
  margin: 0;
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  font-family: "Gilroy-Bold";
  color: #4a4a4a;
  display: flex;
  align-items: flex-end;
  gap: 0.5625rem;
}
@media (max-width: 600px) {
  .kntnt-outage-map-content-card-content-header .head h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
.kntnt-outage-map-content-card-content-header .head h4 small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  color: #777777;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .kntnt-outage-map-content-card-content-header .head h4 small {
    font-size: 16px;
    line-height: 16px;
  }
}
.kntnt-outage-map-content-card-content-header .counters {
  display: flex;
  gap: 0.4375rem;
  margin-top: 0.8125rem;
  align-items: center;
}
.kntnt-outage-map-content-card-content-header .counters h5,
.kntnt-outage-map-content-card-content-header .counters h6 {
  margin: 0;
  font-family: "Gilroy-Bold";
}
.kntnt-outage-map-content-card-content-header .counters h5 {
  font-size: 2.1875rem;
  line-height: 1.875rem;
  color: #4a4a4a;
}
.kntnt-outage-map-content-card-content-header .counters h6 {
  max-width: 7.8125rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #777777;
}
.kntnt-outage-map-content-card-content-box {
  margin-top: 1.8125rem;
}
.kntnt-outage-map-content-card-content-box h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #777777;
  font-family: "Gilroy-Bold";
  position: relative;
  width: 100%;
}
.kntnt-outage-map-content-card-content-box h4::after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 0.0625rem;
  background-color: #7c7c7c;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .kntnt-outage-map-content-card-content-box h4::after {
    width: calc(100% - 9rem);
  }
}
.kntnt-outage-map-content-card-content-box p {
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Gilroy-Regular";
  margin: 0.875rem 0 0 0;
  max-height: 200px;
  overflow-y: scroll;
}
.kntnt-outage-map-content-card-content-box p span {
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Gilroy-Regular";
  margin: 0.875rem 0 0 0;
}
.kntnt-outage-map-content-card-box {
  width: 100%;
  height: 6.5625rem;
  margin-top: -2.5rem;
  background-color: #ff671d;
  border-radius: 1.25rem;
  box-shadow: 0rem 0.1875rem 1.25rem rgba(0, 0, 0, 0.0901960784);
  display: flex;
  align-items: flex-end;
  padding: 0 1.5rem 1.0625rem 1.25rem;
}
.kntnt-outage-map-content-card-box .status {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.4375rem;
  font-family: "Gilroy-Bold";
}
@media (max-width: 600px) {
  .kntnt-outage-map-content-card-box .status {
    font-size: 14px;
    line-height: 14px;
  }
}
.kntnt-outage-map-content-card-box .status .icon {
  color: #ffffff;
  height: 1.9375rem;
  width: auto;
  object-fit: contain;
}
@media (max-width: 600px) {
  .kntnt-outage-map-content-card-box .status .icon {
    height: 1.5rem;
  }
}
.kntnt-outage-map-content-card-box .date {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-left: 0.0938rem solid #ffffff;
  padding-left: 1.125rem;
  white-space: nowrap;
}
.kntnt-outage-map-content-card-box .date p {
  margin: 0;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.625rem;
  line-height: 0.625rem;
  font-family: "Gilroy-Medium" !important;
  vertical-align: middle;
}
.kntnt-outage-map-content-card-box .date p span {
  display: flex;
  width: 2.4375rem;
  margin-left: 0.375rem;
  color: inherit;
  font-size: 1rem;
  line-height: 0.625rem;
  font-family: "Gilroy-Bold" !important;
}
.kntnt-outage-map-content-group {
  width: 100%;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.4375rem;
}
.kntnt-outage-map-content-group .view-change {
  width: 15.9375rem;
  height: 3.4375rem;
  background-color: #fff;
  border-radius: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b4b4b;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Gilroy-Bold";
  gap: 0.6875rem;
  border: unset;
  box-shadow: 0rem 0.625rem 2.5rem rgba(255, 103, 29, 0.5529411765);
}
.kntnt-outage-map-content-group .view-change svg {
  width: 1.75rem;
  height: 1.5625rem;
  color: #ff671d;
}
@media (max-width: 991px) {
  .kntnt-outage-map-content-group .view-change svg {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .kntnt-outage-map-content-group .view-change {
    font-size: 0;
    width: 3.4375rem;
    position: absolute;
    right: 1rem;
    bottom: 0;
  }
}
@media (max-width: 500px) {
  .kntnt-outage-map-content-group .view-change {
    height: 2.5rem;
    width: 2.5rem;
  }
  .kntnt-outage-map-content-group .view-change svg {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.kntnt-outage-map-content-group .view-change.w-auto {
  padding: 0 1rem;
}
.kntnt-outage-map-content-group .mobile-list {
  display: none;
}
@media (max-width: 991px) {
  .kntnt-outage-map-content-group .mobile-list {
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    box-shadow: 0rem 0.625rem 2.5rem rgba(255, 103, 29, 0.5529411765);
    width: 7rem;
    height: 2.4375rem;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 4rem;
    z-index: -1;
    font-size: 16px;
    line-height: 16px;
    font-family: "Gilroy-Bold";
    margin: 0 auto;
  }
  .kntnt-outage-map-content-group .mobile-list svg {
    width: 25px;
    height: 25px;
  }
}
.kntnt-outage-map-content-group .options-select {
  width: 36.1875rem;
}
@media (max-width: 991px) {
  .kntnt-outage-map-content-group .options-select {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media (max-width: 500px) {
  .kntnt-outage-map-content-group .options-select {
    width: 16rem;
  }
}
.kntnt-outage-map-content-group .options-select .choice-button {
  width: 100%;
  max-width: unset;
  font-size: 0.9rem;
}
@media (max-width: 500px) {
  .kntnt-outage-map-content-group .options-select .choice-button {
    height: 2rem;
    width: 7rem;
    font-size: 14px;
  }
}

.options-select {
  padding: 0.25rem;
  background-color: #ff671d;
  border-radius: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  width: 18.75rem;
  position: relative;
  z-index: 1;
}
.options-select .choice-button {
  max-width: 8.9375rem;
  width: 100%;
  height: 2.6875rem;
  border: unset;
  background-color: transparent;
  border-radius: 1.375rem;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.5019607843);
}
.options-select .choice-button:hover, .options-select .choice-button.active {
  background-color: #ffffff;
  color: #ff671d;
  font-weight: 600;
}
.options-select.full-w {
  width: max-content;
  gap: 0.2rem;
}
@media (max-width: 991px) {
  .options-select.full-w {
    flex-direction: column;
    background-color: transparent;
  }
}
.options-select.full-w .choice-button {
  width: max-content;
  max-width: unset;
  padding: 0 1rem;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .options-select.full-w .choice-button {
    min-width: 330px;
    flex-direction: column;
    background-color: transparent;
    background-color: #ff671d;
  }
  .options-select.full-w .choice-button.active, .options-select.full-w .choice-button:hover {
    background-color: #fff;
    border: 1px solid #ff671d;
  }
}

/*# sourceMappingURL=kntnt-outage.css.map */
