@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700|Source+Sans+Pro:300,400,600,700&display=swap");

* {
  outline: none;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "DM Sans", sans-serif !important;
  background-color: #fff;
  color: #ccc8db;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
  cursor: pointer;
}

#text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 300px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#text img {
  max-width: 100%;
}

.servicetypeImg {
  height: 100px;
  width: 100px;
}

.btn-primary {
  background-color: #00aff0 !important;
}

.base-container {
  background-color: #151728;
  display: flex;
  height: 100vh;
  overflow: hidden;
  padding: 0;
}

.left-side {
  /*width: 15%;*/
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  background-color: #fff;
  overflow: auto;
  flex-shrink: 0;
  border-right: 2px solid #e8e9ef;
}

@media screen and (max-width: 930px) {
  .left-side.active {
    z-index: 4;
  }

  .left-side.active > *:not(.logo) {
    opacity: 1;
    transition: 0.3s 0.2s;
  }

  .left-side.active .left-side-button svg:first-child {
    opacity: 0;
  }

  .left-side.active .left-side-button svg:last-child {
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .left-side:not(.active) {
    width: 56px;
    overflow: hidden;
  }

  .left-side:not(.active) > *:not(.logo):not(.left-side-button) {
    opacity: 0;
  }

  .left-side:not(.active) .logo {
    writing-mode: vertical-lr;
    transform: rotate(270deg);
    transform-origin: left;
    display: flex;
    align-items: center;
    margin-top: 120%;
  }

  .left-side:not(.active) .logo img {
    max-width: 14vh !important;
  }

  .logo {
    height: 15% !important;
  }
}

.right-side {
  width: 280px;
  flex-shrink: 0;
  margin-left: auto;
  overflow: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-left: 2px solid #e8e9ef;
}

@media screen and (max-width: 1210px) {
  .right-side {
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.3s;
    height: 100%;
    transform: translateX(280px);
    z-index: 4;
  }

  .right-side.active {
    transform: translatex(0);
  }
}

.main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-color: #181d2f;
}

.logo {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  height: 15%;
  line-height: 68px;
  letter-spacing: 4px;
  position: sticky;
  top: 0%;
  background: #fff;
  padding: 30px 0 30px 30px !important;
}

.logo img {
  max-width: 60%;
}

.side-title {
  font-family: "DM Sans", sans-serif;
  color: #2d3958;
  font-size: 18px;
  margin-bottom: 20px;
}

.side-wrapper {
  padding: 30px;
}

.side-menu {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  white-space: nowrap;
}

.side-menu svg {
  margin-right: 16px;
  width: 16px;
}

.side-menu a {
  text-decoration: none;
  color: #7b88a8;
  display: flex;
  align-items: center;
}

.side-menu a:hover {
  color: #07b1f0;
  text-decoration: none;
  border-right: 2px solid #07b1f0;
}

.side-menu a.active {
  color: #00aff0;
  border-right: 2px solid #00aff0;
}

.side-menu a:not(:last-child) {
  margin-bottom: 30px;
}

.developer {
  position: absolute;
  color: #fff;
  left: 0;
  top: -100%;
  display: flex;
  transition: 0.3s;
  padding: 0 20px;
  align-items: center;
  background-color: #272a3a;
  width: 100%;
  height: 100%;
}

.developer img {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  object-fit: cover;
  margin-right: 10px;
}

/*.search-bar {
  height:15%;
  background-color: #F1F1F7;
  z-index: 3;
  position: relative;
  }*/
.search-bar input {
  height: 100%;
  width: 100%;
  display: block;
  background-color: transparent;
  border: none;
  padding: 0 54px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3e%3cpath d='M508.9 478.7L360 330a201.6 201.6 0 0045.2-127.3C405.3 90.9 314.4 0 202.7 0S0 91 0 202.7s91 202.6 202.7 202.6c48.2 0 92.4-17 127.3-45.2L478.7 509c4.2 4.1 11 4.1 15 0l15.2-15.1c4.1-4.2 4.1-11 0-15zm-306.2-116c-88.3 0-160-71.8-160-160s71.7-160 160-160 160 71.7 160 160-71.8 160-160 160z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%235C5D71'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 25px 50%;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}

.search-bar input::placeholder {
  color: #5c5d71;
}

.main-container {
  padding: 50px 20px 20px 20px;
  flex-grow: 1;
  overflow: auto;
  background-color: #f5f5fb;
}

.profile {
  position: relative;
  height: 40vh;
  min-height: 250px;
  max-height: 350px;
  z-index: 1;
}

.profile-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}

.profile:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-image: url("https://images.unsplash.com/photo-1508247967583-7d982ea01526?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2250&q=80");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(50px);
  opacity: 0.7;
}

.profile-menu {
  position: absolute;
  bottom: 0;
  padding-left: 200px;
  background: #151728;
  width: 100%;
  display: flex;
  border-radius: 0 0 4px 4px;
}

.profile-menu-link {
  padding: 20px 16px;
  color: #5c5e6e;
  transition: 0.3s;
  cursor: pointer;
}

.profile-menu-link.active,
.profile-menu-link:hover {
  color: #fff;
  background-color: #1b1d2e;
  border-bottom: 3px solid #1488fa;
}

.profile-avatar {
  position: absolute;
  align-items: center;
  display: flex;
  z-index: 1;
  bottom: 16px;
  left: 24px;
}

.profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #151728;
}

.profile-name {
  margin-left: 24px;
  margin-bottom: 24px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}

.timeline {
  display: flex;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

.timeline-left {
  width: 310px;
  flex-shrink: 0;
}

.timeline-right {
  flex-grow: 1;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .timeline {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .timeline-right {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .timeline-left {
    width: 100%;
  }
}

.box {
  background-color: #151728;
  border-radius: 4px;
}

.intro {
  padding: 20px;
}

.intro-title {
  font-family: "DM Sans", sans-serif;
  color: #5c5e6e;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.intro-menu {
  background-color: #8f98a9;
  box-shadow: -8px 0 0 0 #8f98a9, 8px 0 0 0 #8f98a9;
  width: 5px;
  height: 5px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 8px;
}

.info {
  font-size: 15px;
}

.info-item {
  display: flex;
  color: #c3c5d5;
}

.info-item + .info-item {
  margin-top: 14px;
}

.info-item a {
  margin-left: 6px;
  color: #1771d6;
  text-decoration: none;
}

.info-item svg {
  width: 16px;
  margin-right: 10px;
}

.event {
  position: relative;
  margin-top: 20px;
  padding: 10px;
}

.event-wrapper {
  position: relative;
}

.event-img {
  max-width: 100%;
  display: block;
  padding-bottom: 12px;
}

.event-date {
  position: absolute;
  left: 20px;
  top: 15px;
}

.event-month {
  background-color: #1687fa;
  padding: 7px 20px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  text-align: center;
  border-radius: 4px 4px 0 0;
}

.event-day {
  width: 100%;
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px 0;
  text-align: center;
}

.event-title {
  color: #c3c5d5;
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  padding: 0 14px;
}

.event-subtitle {
  color: #5c5e6e;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 0 14px;
}

.pages {
  margin-top: 20px;
  padding: 20px;
}

.user {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.user + .user {
  margin-top: 18px;
}

.user-img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  object-fit: cover;
  object-position: center;
}

.username {
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
}

.status-menu {
  padding: 20px;
  display: flex;
  align-items: center;
}

.status-menu-item {
  text-decoration: none;
  color: #ccc8db;
  padding: 10px 14px;
  line-height: 0.7;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  border-radius: 20px;
}

.status-menu-item.active,
.status-menu-item:hover {
  background-color: #2e2e40;
  color: #fff;
}

.status-menu-item + .status-menu-item {
  margin-left: 10px;
}

@media screen and (max-width: 500px) {
  .status-menu {
    font-size: 14px;
  }

  .status-menu-item + .status-menu-item {
    margin-left: 0;
  }
}

.status-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}

.status-main {
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #272a3a;
  padding-bottom: 20px;
  flex-wrap: wrap;
}

.status-textarea {
  flex-grow: 1;
  background-color: transparent;
  border: none;
  resize: none;
  margin-top: 15px;
  color: #fff;
  max-width: calc(100% - 70px);
}

.status-textarea::placeholder {
  color: #5c5d71;
}

.status-actions {
  display: flex;
  padding: 10px 20px;
}

.status-action {
  text-decoration: none;
  color: #ccc8db;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.status-action svg {
  width: 16px;
  flex-shrink: 0;
  margin-right: 8px;
}

@media screen and (max-width: 1320px) {
  .status-action {
    width: 16px;
    overflow: hidden;
    color: transparent;
    white-space: nowrap;
  }
}

.status-share {
  background-color: #1b86f9;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  margin-left: auto;
  box-shadow: 0 0 20px #1b86f9;
  cursor: pointer;
}

.album {
  padding-top: 20px;
  margin-top: 20px;
}

.album .status-main {
  border: none;
  display: flex;
}

.album .intro-menu {
  margin-bottom: auto;
  margin-top: 5px;
}

.album-detail {
  width: calc(100% - 110px);
}

.album-title span {
  color: #1771d6;
  cursor: pointer;
}

.album-date {
  font-size: 15px;
  color: #595c6c;
  margin-top: 4px;
  white-space: nowrap;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.album-content {
  padding: 0 20px 20px;
}

.album-photo {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  margin-top: 10px;
}

.album-photos {
  display: flex;
  margin-top: 20px;
  max-height: 30vh;
}

.album-photos > .album-photo {
  width: 50%;
}

.album-right {
  width: 50%;
  margin-left: 10px;
  line-height: 0;
  display: flex;
  flex-direction: column;
}

.album-right .album-photo {
  height: calc(50% - 10px);
}

.album-actions {
  padding: 0 20px 20px;
}

.album-action {
  margin-right: 20px;
  text-decoration: none;
  color: #a2a4b4;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}

.album-action:hover {
  color: #fff;
}

.album-action svg {
  width: 16px;
  margin-right: 6px;
}

.account-button:focus {
  outline: none;
}

.account-button {
  /*  border: 0;
  background: 0;
  background-color:#07B1F0;
  color: #64677a;
  padding: .5rem;
  border-radius:50%;
  cursor: pointer;
  position: relative;*/
  border-radius: 50%;
  width: 40px;
  height: 40px;
  /*object-fit: cover;*/
  color: #fff;
  background-color: #07b1f0;
  object-position: center;
  padding-top: 0.5rem;
  border: 0;
}

.account-button svg {
  width: 20px;
}

.account-button:not(.right-side-button) + .account-button:before {
  position: absolute;
  right: 0px;
  top: -2px;
  background-color: #1b86f8;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  border: 2px solid #151728;
}

.account-profile {
  /*width: 28px;
  height: 28px;*/
  max-width: 25%;
  border-radius: 50%;
  margin: 0 10px;
}

.account-user {
  display: inline-flex;

  color: #64677a;
  font-weight: 600;
}

.account-user span {
  font-size: 10px;
  font-weight: normal;
}

.account {
  height: 20%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 3;
  flex-shrink: 0;
}

.notify-badge {
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  position: absolute;
  top: 30%;
  right: 5px;
  padding: 0.4em !important;
}

#notify-dropdown:hover {
  cursor: pointer;
}

.logout-btn {
  background-color: #f5f5fb;
  color: #000;
  border-radius: 35px !important;
  padding: 0.05rem 0.8rem !important;
}

.stories .user-img {
  border: 2px solid #e2b96c;
}

.stories .album-date {
  font-family: "DM Sans", sans-serif;
}

.user-status {
  background-color: #7fd222;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: auto;
}

.user-status.offline {
  background-color: #606a8d;
}

.user-status.idle {
  background-color: #dd1c20;
}

.contacts .username {
  display: flex;
  flex: 1;
  align-items: center;
}

.right-search svg {
  width: 16px;
  height: 16px;
}

.right-search {
  padding-right: 10px;
  display: flex;
  align-items: center;
  border-top: 1px solid #272a3a;
  position: sticky;
  bottom: 0;
  margin-top: auto;
}

.right-search input {
  padding-right: 10px;
}

.search-bar-svgs {
  color: #656679;
  display: flex;
}

.search-bar-svgs svg {
  margin-right: 16px;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(36, 39, 59, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

@media screen and (max-width: 1210px) {
  .overlay.active {
    z-index: 3;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

.right-side-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 6%;
  border: 0;
  width: 52px;
  background-color: #1e2031;
  border-left: 1px solid #272a3a;
  color: #fff;
  display: none;
  cursor: pointer;
  border-radius: 0 0 0 10px;
  z-index: 250;
}

.right-side-button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background-color: #1b86f8;
  border: 2px solid #1e2031;
  top: 0px;
  right: 12px;
}

.right-side-button svg {
  width: 22px;
}

@media screen and (max-width: 1210px) {
  .right-side-button {
    display: block;
  }
}

.left-side-button {
  display: none;
}

@media screen and (max-width: 930px) {
  .left-side-button {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    height: 60px;
    background-color: rgba(39, 42, 58, 0.5);
    border: 0;
    padding: 0;
    line-height: 0;
    color: #fff;
    border-bottom: 1px solid #272a3a;
  }

  .left-side-button svg {
    transition: 0.2s;
    width: 24px;
  }

  .left-side-button svg:last-child {
    position: absolute;
    left: 50%;
    transform: translate(100%, -50%);
    top: 50%;
    opacity: 0;
  }
}

@media screen and (max-width: 700px) {
  .profile-avatar {
    top: -25px;
    left: 50%;
    transform: translatex(-50%);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .profile-img {
    height: 100px;
    width: 100px;
  }

  .profile-name {
    margin: 5px 0;
  }

  .profile-menu {
    padding-left: 0;
    width: 100%;
    overflow: auto;
    justify-content: center;
  }

  .profile-menu-link {
    padding: 16px;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .profile-menu-link:nth-last-child(1),
  .profile-menu-link:nth-last-child(2) {
    display: none;
  }
}

.main-container::-webkit-scrollbar {
  width: 3px;
  border-radius: 10px;
}

.main-container {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.8);
}

/* Track */
.main-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}

/* Handle */
.main-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

/* Handle on hover */
.main-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.8);
}

.latest-news-icon a {
  color: gray;
}

.left-menu {
  padding: 30px 0 30px 30px !important;
}

.main-container .blue-bg {
  background-color: #d1ebfa;
  margin: 1rem 0 0 0;
  padding: 2.8% 5%;
  border-radius: 10px;
}

.main-container .blue-bg button {
  font-size: 14px;
}

.main-container .service-blue-bg {
  background-color: #d1ebfa;
  margin: 1rem 0 0 0;
  padding: 2.8% 5% 0 5%;
  border-radius: 10px;
}

.main-container .white-bg {
  background-color: #fff;
  margin: 1rem 0 0 0;
  padding: 2.8%;
  border-radius: 10px;
}

.main-container .my-reports-white-bg {
  background-color: #fff;
  margin: 0;
  padding: 2.8%;
  border-radius: 10px;
}

.range-container-white-bg {
  background-color: #fff;
  margin: 1rem 0 0 0;
  padding: 2.8%;
  border-radius: 30rem;
  position: absolute;
  top: 75%;
  left: 15%;
}

/**/

.range {
  position: relative;
}

.range input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  width: 100%;
  height: 22px;
  cursor: pointer;
  display: block;
}

.range input[type="range"]:focus {
  outline: none;
}

.range input[type="range"][disabled] {
  opacity: 0.3;
  cursor: default;
}

.range .rangeslider {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.range .rangeslider:before {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 100px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.range input::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 100px;
  margin: 11px 0;
}

.range input::-moz-range-track {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 100px;
  margin: 11px 0;
}

.range input::-ms-track {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 100px;
  color: transparent;
  padding: 11px 0;
  background: transparent;
  border-color: transparent;
}

.range input::-ms-fill-lower,
.range input::-ms-fill-upper {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 100px;
}

.range input::-ms-fill-lower {
  background: #60cd18;
}

.range .rangeslider-fill-lower {
  background-color: #00aff0;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 4px;
  will-change: width;
}

.range input::-webkit-slider-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #333940;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 2px;
}

.range input::-moz-range-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #333940;
  cursor: pointer;
}

.range input::-ms-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #333940;
  cursor: pointer;
}

.range .rangeslider-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #003594;
  height: 15px;
  width: 15px;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
  position: absolute;
  touch-action: pan-x;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  will-change: left;
}

.range .range-output {
  position: absolute;
  left: 6px;
  top: 6px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.range .range-output .output {
  display: block;
  position: absolute;
  /*  height: 60px;
  line-height: 60px;
  min-width: 32px;
  padding: 0 20px;*/
  top: -5px;
  left: -4px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  /*background: #383c42;*/
  color: #000;
  /*border-radius: 100px;*/
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

.range .range-output .output:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  /*border: 10px solid #383c42;*/
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/**/
.range-input {
}

.main-container .small-cont-white-bg {
  background-color: #fff;
  margin: 1rem 0 0 0;
  padding: 5.8%;
  border-radius: 10px;
}

.scrollable-bill-trans-table {
  height: 16rem;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.8);
}

.scrollable-bill-trans-table::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}

.scrollable-bill-trans-table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}

.scrollable-bill-trans-table::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 1);
}

.main-container .step-progress-white-bg {
  background-color: #fff;
  margin: 1rem 0 0 0;
  padding: 5.8%;
  border-radius: 10px;
}

.main-container .step-progress-form-white-bg {
  background-color: #fff;
  margin: 1rem 0 1rem 0;
  padding: 5.5%;
  border-radius: 10px;
}

.main-container .tracking-white-bg {
  background-color: #fff;
  margin: 1rem 0 1rem 0;
  padding: 1.5%;
  border-radius: 10px;
}

.main-container .subscription-white-bg {
  background-color: #fff;
  margin: 1rem 0 0 0;
  padding: 5% 4%;
  border-radius: 10px;
}

.menu-title {
  color: #2d3958;
  font-weight: 500;
  font-size: 20px;
}

.main-container .blue-bg .welcome-text-name {
  font-size: 1.4rem;
  color: #2d3958;
  font-weight: bold;
}

.main-container .blue-bg p {
  font-size: 14px;
  color: #2d3958;
}

.main-container .service-blue-bg .welcome-text-name {
  font-size: 1.4rem;
  color: #2d3958;
  font-weight: bold;
}

.main-container .service-blue-bg p {
  font-size: 14px;
  color: #2d3958;
}

.btn-rounded {
  border-radius: 35px !important;
  padding: 0.3rem 1rem !important;
}

.main-cont-container {
  border-radius: 10px;
}

.blue-bg {
  background-color: #d1ebfa;
  margin: 5%;
  padding: 5%;
  border-radius: 10px;
}

.modal-blue-bg {
  background-color: #d1ebfa45;
  padding: 5%;
  border-radius: 10px;
}

#map-controls {
  margin-top: 20px;
}
.zoom-btn {
  font-size: 16px;
  padding: 5px;
  margin: 2px;
  cursor: pointer;
}

#meterServiceChartmodal .modal-dialog {
  max-width: 900px !important;
}

.download-badges {
  display: inline;
  max-width: 45%;
}

.download-badges:hover {
  cursor: pointer;
}

.latest-news {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #f5f5fb;
  padding: 3%;
  border-radius: 5px;
}

.account-selection {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #f5f5fb;
  margin-left: 8px;
  width: 100%;
  font-size: 15px;
  padding-left: 17px;
  padding-top: 15px;
}

.radio-label {
  font-size: 15px !important;
}

.latest-news {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #f5f5fb;
  padding: 3%;
  border-radius: 5px;
}

.latest-news + .latest-news {
  margin-top: 18px;
}

.latest-news-img {
  border-radius: 5px;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  object-fit: cover;
  object-position: center;
}

.latest-news-content {
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
}

.updated-news {
  padding: 10px !important;
}

.modal .modal-dialog {
  max-width: 600px;
}

.modal .modal-content {
  padding: 1rem 1rem 2rem;
  border-radius: 1rem;
}

.modal .modal-header {
  border-bottom: none;
}

.modal .modal-header h4 {
  font-size: 1.3rem;
}

.modal .modal-header .close img {
  max-width: 130%;
}

.modal .modal-body img {
  max-width: 25%;
}

.modal .modal-footer {
  border-top: none;
}

.modal .modal-footer button {
  padding: 0.575rem 3.75rem;
}

.modal-header .close {
  width: 10% !important;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.close:focus {
  outline: 0;
  box-shadow: none !important;
}

.page-content {
  height: 100vh;
  overflow-y: hidden;
}

.img-width-100 {
  max-width: 100%;
}

.login-col-img .image-text,
.forgot-password-col-img .image-text,
.signup-col-img .image-text,
.account-found-col-img .image-text {
  position: absolute;
  right: 5%;
  bottom: 0;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.page-content .login-col-img,
.page-content .forgot-password-col-img,
.page-content .signup-col-img,
.page-content .account-found-col-img {
  padding: 0 !important;
  height: 100vh;
  overflow-y: hidden;
}

.page-content .login-col-inputs,
.page-content .forgot-password-col-inputs,
.page-content .signup-col-inputs,
.page-content .account-found-col-inputs {
  padding: 1.5rem 15rem 1.5rem 5rem;
}

.def-text {
  font-size: 17px;
}

.login-form label,
.signup-form label {
  font-size: 18px;
}

.login-form .form-group,
.forgot-password-form .form-group,
.signup-form .form-group {
  margin-bottom: 2rem;
}

.login-form .form-group input,
.forgot-password-form .form-group input,
.signup-form .form-group input {
  font-size: 1rem;
  padding: 1rem 1rem;
}

.login-info-title,
.forgot-password-info-title,
.signup-info-title {
  font-size: 2rem;
}

.page-content .signup-col-inputs,
.page-content .account-found-col-inputs,
.page-content .login-col-inputs,
.page-content .forgot-password-col-inputs {
  height: 100vh;
  overflow-y: scroll;
}

/*radio button*/

/* Hiding the checkbox, but allowing it to be focused */
.badgebox {
  opacity: 0;
}

.badgebox + .badge {
  /* Move the check mark away when unchecked */
  text-indent: -999999px;
  /* Makes the badge's width stay the same checked and unchecked */
  width: 16%;
  height: 20%;
  position: relative;
  top: 0;
  left: 18%;
  border: 1px solid #ced4da;
  font-size: 100%;
  border-radius: 25px;
}

.badgebox:focus + .badge {
  /* Set something to make the badge looks focused */
  /* This really depends on the application, in my case it was: */

  /* Adding a light border */
  box-shadow: inset 0px 0px 5px;
  /* Taking the difference out of the padding */
}

.badgebox:checked + .badge {
  /* Move the check mark back when checked */
  text-indent: 0;
  color: #fff;
  background-color: #00aff0;
}

.gender-options-radio {
  border: 1px solid #ced4da;
  width: 49%;
  padding: 1rem;
  border-radius: 0.3rem;
  display: inline-table;
}

/*account found*/

.account-found-form > ul > li {
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 3%;
  margin-bottom: 1.5rem;
}

.account-found-form > ul > li ul > li:nth-child(1) {
  font-size: 18px;
  vertical-align: middle;
}

.account-found-form > ul > li ul > li {
  line-height: 1.9rem;
}

.account-radio-label::before,
.account-radio-label::after {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.account-found-reg-btn {
  width: 100%;
}

.account-found-reg-all-btn {
  width: 49%;
  background-color: #d4d6d9 !important;
}

.account-found-reg-all-btn:hover {
  background-color: #c6c8cc !important;
}

.account-found-skip-btn {
  width: 49%;
  background-color: #2d3958 !important;
  color: #fff;
}

.account-found-skip-btn:hover {
  background-color: #222c45 !important;
}

/*.main-container label{
  font-size:20px;
}   */

.main-container input {
  font-size: 1rem;
}

.main-container .add-account-container {
  width: 65%;
}

.add-account-via-img {
  max-width: 25%;
}

.inner-head {
  font-size: 20px;
}

.conf-method-card .conf-card-via-content {
  font-size: 14px;
}

/*gender-radio*/

.gender-options-radio input[type="radio"] {
  display: none;
}

.gender-options-radio input[type="radio"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.gender-options-radio input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  vertical-align: middle;

  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #e5ddd5;

  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 25px;
  /* position:relative;
 left: 50px;*/
}

.gender-options-radio input[type="radio"]:checked + label {
  background-color: #2488ff;
  border-radius: 25px;
}

.gender-options-radio input[type="radio"] + label span img {
  opacity: 0;
  transition: all 0.3s ease;
}

.gender-options-radio input[type="radio"]#gender-m + label span {
  background-color: tranparent;
  align-items: end;
}

.gender-options-radio input[type="radio"]#gender-m + label span {
  background-color: tranparent;
}

.gender-options-radio input[type="radio"]:checked + label span img {
  opacity: 1;
  max-width: 50%;
}

.gender-options-radio label {
  margin-bottom: 0;
}

/*radio*/

.conf-card-radio input[type="radio"] {
  display: none;
}

.conf-card-radio input[type="radio"] + label {
  color: #333;
  font-size: 14px;
}

.conf-card-radio {
  margin: 5px 44% auto;
}

.conf-card-radio input[type="radio"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  vertical-align: middle;

  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #e5ddd5;

  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 25px;
}

.conf-card-radio input[type="radio"]:checked + label {
  background-color: #2488ff;
  border-radius: 25px;
}

.conf-card-radio input[type="radio"] + label span img {
  opacity: 0;
  transition: all 0.3s ease;
}

.conf-card-radio input[type="radio"]#color-1 + label span {
  background-color: tranparent;
}

.conf-card-radio input[type="radio"]#color-2 + label span {
  background-color: tranparent;
}

.conf-card-radio input[type="radio"]:checked + label span img {
  opacity: 1;
  max-width: 50%;
}

.add-account-cou-btn {
  width: 100%;
}

/*main-account-card*/
.card-badge-container {
  display: flex;
  justify-content: center;
}

.card-badge-container .card {
  flex: 1;
  text-align: center;
  max-width: 350px;
  border: none;
  border-radius: 10px;
  padding: 1.2%;
  color: #7b88a8;
}

.card-badge-container .card:hover {
  background: #2d3958;
  color: #fff;
}

.card-badge-container .card:hover .kwh {
  color: #fff !important;
}

.card-badge-container .card:hover .account-info-postpaid-table,
.card-badge-container .card:hover .account-info-prepaid-table {
  color: #fff;
}

.card-badge-container .card .account-info-postpaid-table,
.card-badge-container .card .account-info-prepaid-table {
  font-size: 0.66rem;
}

.card-badge-container .card .account-info-postpaid-table tr td:nth-child(1),
.card-badge-container .card .account-info-prepaid-table tr td:nth-child(1) {
  width: 5%;
}

.card-badge-container .card .account-info-postpaid-table tr td:nth-child(2) {
  width: 45%;
  text-align: left;
}

.card-badge-container .card .account-info-prepaid-table tr td:nth-child(2) {
  width: 45%;
  text-align: left;
}

.card-badge-container .card .account-info-table-btn tr td {
  width: 50%;
}

.card-badge-container
  .card
  .account-info-prepaid-table
  tr:nth-child(1)
  td:nth-child(3) {
  text-align: center;
}

.card-badge-container .card .account-info-prepaid-table tr td:nth-child(2) {
  width: 45%;
  text-align: left;
}

.card-badge-container .card .account-info-postpaid-table tr td:nth-child(3),
.card-badge-container .card .account-info-prepaid-table tr td:nth-child(3) {
  text-align: left;
}

.card-badge-container .card .account-info-postpaid-table tr td.kwh {
  font-size: 0.9rem;
  font-weight: bold;
  color: #2d3958;
}

.card-badge-container .card .account-info-postpaid-table tr td.kwh-desc {
  font-size: 0.9rem;
}

.card-badge-container .card .account-info-postpaid-table tr td,
.card-badge-container .card .account-info-prepaid-table tr td,
.card-badge-container .card .account-info-table-btn tr td {
  border: none;
  padding: 0.1rem;
  margin-bottom: 0.5rem;
}

.card-badge-container .card .account-info-table-btn tr td button {
  width: 95%;
  font-size: 11px;
}

.card-badge-container .card .account-info-table-prepaid-btn tr td {
  width: 50%;
  /*float: right;
  margin-right: 1%;*/
  font-size: 12px;
}

.card-badge-container .card .account-info-postpaid-table,
.card-badge-container .card .account-info-prepaid-table,
.card-badge-container .card .account-info-table-btn {
  margin-bottom: 0.5rem;
}

.card-badge-container .card .title {
  text-transform: uppercase;
  font-size: 8px;
  font-weight: bold;
  /*padding: 10px;*/
  width: 35%;
  max-width: 170px;
  margin: 0 0 0 20px;
  box-sizing: border-box;
  background-color: #fbd504;
  /*background-image: linear-gradient(180deg, #0000ff, #0000b0);*/
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  top: -11px;
}

.card-badge-container .card .title:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  /*border: 5px solid transparent;*/
  border-top: 4px solid #e2c109;
  border-left: 7px solid transparent;
  /*border-top-color:#FBD504;*/
  top: 2px;
}

.card-badge-container .card .title:before {
  transform: rotate(90deg);
  left: -5px;
}

.card-badge-container .card .icon p {
  font-size: 10px;
  margin-bottom: 0px;
  margin-top: 5px;
  color: #000;
  text-transform: capitalize;
}

.view-bill-btn {
  background-color: #fbd504;
  color: #000;
}

@media (max-width: 767px) {
  .card-badge-container {
    flex-wrap: wrap;
  }

  .card-badge-container .card {
    flex: 0 0 100%;
    margin: 5%;
  }
}

/*Circle-progress*/

.progress {
  width: 65px;
  height: 65px !important;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
  background-color: transparent !important;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #e9ecef;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-card-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  font-size: 12px;
  color: #000;
  line-height: 65px;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 5%;
  background-color: #fff;
}

.progress.yellow .progress-bar {
  border-color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
  animation: loading-card-3 1s linear forwards 1.8s;
}

@keyframes loading-card-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-card-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@keyframes loading-card-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loading-card-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}

@keyframes loading-card-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}

@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 20px;
  }
}

/*usage-progress*/
.usage-progress {
  width: 65px;
  height: 65px;
  line-height: 10px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.usage-progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.usage-progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.usage-progress .usage-progress-left {
  left: 0;
}

.usage-progress .usage-progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #00aff0;
}

.usage-progress .usage-progress-left .usage-progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.usage-progress .usage-progress-right {
  right: 0;
}

.usage-progress .usage-progress-right .usage-progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.usage-progress .usage-progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  line-height: 11px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}

.usage-progress .usage-progress-value div {
  margin-top: 5px;
}

.usage-progress .usage-progress-value span {
  font-size: 12px;
  font-weight: 400;
}

/* This for loop creates the  necessary css animation names 
Due to the split circle of usage-progress-left and usage-progress right, we must use the animations on each side. 
*/
.usage-progress[data-percentage="10"]
  .usage-progress-right
  .usage-progress-bar {
  animation: loading-1 1.5s linear forwards;
}

.usage-progress[data-percentage="10"] .usage-progress-left .usage-progress-bar {
  animation: 0;
}

.usage-progress[data-percentage="20"]
  .usage-progress-right
  .usage-progress-bar {
  animation: loading-2 1.5s linear forwards;
}

.usage-progress[data-percentage="20"] .usage-progress-left .usage-progress-bar {
  animation: 0;
}

.usage-progress[data-percentage="30"]
  .usage-progress-right
  .usage-progress-bar {
  animation: loading-3 1.5s linear forwards;
}

.usage-progress[data-percentage="30"] .usage-progress-left .usage-progress-bar {
  animation: 0;
}

.usage-progress[data-percentage="40"]
  .usage-progress-right
  .usage-progress-bar {
  animation: loading-4 1.5s linear forwards;
}

.usage-progress[data-percentage="40"] .usage-progress-left .usage-progress-bar {
  animation: 0;
}

.usage-progress[data-percentage="50"]
  .usage-progress-right
  .usage-progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.usage-progress[data-percentage="50"] .usage-progress-left .usage-progress-bar {
  animation: 0;
}

.usage-progress[data-percentage="60"]
  .usage-progress-right
  .usage-progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.usage-progress[data-percentage="60"] .usage-progress-left .usage-progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.usage-progress[data-percentage="70"]
  .usage-progress-right
  .usage-progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.usage-progress[data-percentage="70"] .usage-progress-left .usage-progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.usage-progress[data-percentage="80"]
  .usage-progress-right
  .usage-progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.usage-progress[data-percentage="80"] .usage-progress-left .usage-progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.usage-progress[data-percentage="90"]
  .usage-progress-right
  .usage-progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.usage-progress[data-percentage="90"] .usage-progress-left .usage-progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.usage-progress[data-percentage="100"]
  .usage-progress-right
  .usage-progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.usage-progress[data-percentage="100"]
  .usage-progress-left
  .usage-progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

.usage-progress {
  margin-bottom: 1em;
}

/*Nav Tabs*/

.main-account-data-tab .nav-item .nav-link,
.main-account-data-tab .nav-tabs .nav-link {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.main-account-data-tab a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
  -webkit-transition: transform 150ms ease 0s;
  -moz-transition: transform 150ms ease 0s;
  -o-transition: transform 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-account-data-tab .nav-tabs {
  border: 0;
  padding: 15px 0rem;
}

.main-account-data-tab .nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.main-account-data-tab.nav-tabs > .nav-item > .nav-link {
  color: #888888;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 14px;
  padding: 11px 18px;
  line-height: 1.5;
}

.main-account-data-tab .nav-tabs .nav-item {
  margin: 0 1%;
}

.main-account-data-tab .nav-tabs > .nav-item > .nav-link {
  background-color: #fff;
  border-radius: 30px;
  color: #7b88a8;
}

.main-account-data-tab .nav-tabs > .nav-item > .nav-link:hover {
  background-color: #70b5cf;
  border-radius: 30px;
  color: #ffffff;
}

.main-account-data-tab .nav-tabs > .nav-item > .nav-link.active {
  background-color: #00aff0;
  border-radius: 30px;
  color: #ffffff;
}

.main-account-data-tab .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
  color: #ffffff;
}

.main-account-data-tab
  .nav-tabs.nav-tabs-neutral
  > .nav-item
  > .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.main-account-data-tab {
  border: none !important;
  border-radius: ;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
  background-color: transparent !important;
}

.main-account-data-tab .card-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.main-account-data-tab[data-background-color="orange"] {
  background-color: #f96332;
}

.main-account-data-tab[data-background-color="red"] {
  background-color: #ff3636;
}

.main-account-data-tab[data-background-color="yellow"] {
  background-color: #ffb236;
}

.main-account-data-tab[data-background-color="blue"] {
  background-color: #2ca8ff;
}

.main-account-data-tab[data-background-color="green"] {
  background-color: #15b60d;
}

[data-background-color="orange"] {
  background-color: #e95e38;
}

[data-background-color="black"] {
  background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
  color: #ffffff;
}

[data-background-color]:not([data-background-color="gray"]) p {
  color: #ffffff;
}

[data-background-color]:not([data-background-color="gray"])
  a:not(.btn):not(.dropdown-item) {
  color: #ffffff;
}

[data-background-color]:not([data-background-color="gray"])
  .nav-tabs
  > .nav-item
  > .nav-link
  i.now-ui-icons {
  color: #ffffff;
}

.dropdown-chart-update {
  position: absolute;
  top: 7%;
  right: 5%;
}

.dropdown-chart-update select {
  border: 0;
}

.dropdown-chart-update select:hover {
  cursor: pointer;
}

.main-account-data-tab .card-body {
  padding: 1.25rem 0 !important;
}

@media screen and (max-width: 768px) {
  .nav-tabs {
    display: block;
    width: 100%;
    padding-left: 100px;
    text-align: center;
  }

  .nav-tabs .nav-item > .nav-link {
    margin-bottom: 5px;
  }
}

/*bill trans table*/
.bill-trans-table {
  margin: 1.3rem auto;
}

.bill-trans-table tr td {
  border: none;
}

.bill-trans-table tr td:nth-child(1) {
  width: 5%;
}

.bill-trans-table tr td:nth-child(2) {
  width: 75%;
}

.bill-trans-table tr td:nth-child(1) {
  width: 20%;
}

.bill-trans-table .trans-title {
  font-size: 14px;
  text-align: left;
  color: #2d3958;
}

.bill-trans-table .trans-desc {
  font-size: 10px;
  text-align: left;
  color: #7b88a8;
  width: 63px;
}

/*bill view modal table*/

.view-bill-modal-table tr td {
  border: none;
  padding: 0;
}

.view-bill-modal-table tr td:nth-child(1) {
  width: 15%;
}

.view-bill-modal-table tr td:nth-child(1) img {
  max-width: 100%;
  margin: 25vh auto;
}

/*usage progress table*/
.usage-progress-table tr td {
  border: none;
}

.usage-progress-table tr td:nth-child(1) {
  width: 35%;
}

.usage-progress-table tr td:nth-child(2) {
  width: 30%;
  vertical-align: middle;
}

.usage-progress-table tr td:nth-child(3) {
  width: 35%;
  display: block;
  margin: 0 auto;
}

.usage-progress-table .trans-title {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.usage-progress-table .trans-desc {
  font-size: 12px;
  text-align: left;
}

.usage-progress-table .trans-process-desc {
  font-size: 10px;
}

/*usage prggress*/

/*Budget Table*/

/*usage progress table*/
.budget-table tr td {
  border: none;
}

.budget-table tr td:nth-child(1) {
  width: 20%;
}

.budget-table .budget-title {
  font-size: 1rem;
  text-align: left;
  font-weight: bold;
  color: #2d3958;
}

.budget-table .budget-desc,
.budget-desc {
  font-size: 12px;
  text-align: left;
  color: #7b88a8;
}

.news-rel-date {
  font-size: 12px;
}

.news-article {
  line-height: 2rem;
}

/*dropdown*/

.dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}

.dropdown-menu {
  border: rgba(0, 0, 0, 0.1) !important;
  min-width: 15rem !important;
}

#activity-tab {
  box-shadow: 1px 2px 3px #bfbfbf;
}

.first-child-my-report {
  margin: 5rem 0.5rem 0.5rem !important;
}

.my-reports-table tr td {
  border: 0;
  padding-bottom: 0;
  padding-top: 0.2rem;
}

.outages-reports-info {
  font-size: 0.8rem;
}

.activities-menu {
  font-size: 12px;
  margin-bottom: 0.1rem !important;
}

.dropdown-table tr td:nth-child(1) {
  width: 5%;
}

.dropdown-table {
  font-size: 13px;
  width: 80% !important;
  margin: 0 auto;
}

.dropdown-table tr td {
  padding: 5px;
  border-top: none;
}

.dropdown-menu.show {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.dropdown-table tr {
  border-bottom: 1px solid #f0f0f0;
}

#view-bill-modal .modal-body .bill-img {
  max-width: 65%;
  margin: 0 10% auto;
}

#view-bill-modal .modal-content {
  padding: 1rem 1rem 1rem;
}

.share-btn {
  background-color: #2d3958;
  color: #fff;
}

/*otp*/
#otp-wrapper {
  font-size: 1.5rem;
  text-align: center;
  box-sizing: border-box;
  color: #2d3958;
}

#otp-wrapper #dialog {
  display: inline-block;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  width: 100%;
}

#otp-wrapper #dialog #form {
  max-width: 100%;
  margin: 0px auto 0;
}

#otp-wrapper #dialog #form input:after {
  background-color: #0069d9;
  color: #fff;
}

#otp-wrapper #dialog #form input {
  margin: 0 5px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  border: solid 1px #ccc;
  outline: none;
  width: 19%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}

#otp-wrapper #dialog #form input:focus {
  border-color: #0069d9;
}

.otp-backgound-valid {
  background-color: #00aff0;
  color: #fff;
  border: 0;
}

#otp-wrapper #dialog #form input::-moz-selection {
  background: transparent;
}

#otp-wrapper #dialog #form input::selection {
  background: transparent;
}

#otp-wrapper #dialog div {
  position: relative;
  z-index: 1;
}

.pay-bill-table-modal tr td {
  border: 0;
  text-align: left;
}

/*.pay-bill-table-modal tr:nth-child(3) td > div:nth-child(1) {
  color: #2d3958;
}*/

.pay-bill-table-modal .pay-bill-high {
  font-size: 1.2rem;
  color: #00aff0;
}

.pay-bill-table-modal .pay-bill-high-desc {
  font-size: 0.8rem;
}

.blue-text {
  color: #00aff0;
}

.sub-blue-text {
  color: #00aff0;
  font-size: 1.5rem;
  font-weight: 500;
}

/*pay-bill tab card*/

.pay-bill-tab-card {
  border: none;
}

.pay-bill-tab-card .tab-card-header {
  background: none;
  border-bottom: none;
}

/* Default mode */
.pay-bill-tab-card > .nav-tabs {
  border: none;
  margin: 0px;
}

.pay-bill-tab-card .tab-card-header > .nav-tabs > li {
  margin-right: 2px;
  text-align: left;
}

.pay-bill-tab-card .tab-card-header > .nav-tabs > li > a {
  border: 0;
  border-bottom: 2px solid transparent;
  margin-right: 0;
  color: #737373;
  padding: 2px 15px;
}

.pay-other-amt-input {
  font-size: 1.2rem !important;
}

.pay-other-amt-input:focus {
  box-shadow: none !important;
}

.pay-bill-tab-card .tab-card-header > .nav-tabs > li > a.active,
.pay-bill-tab-card .tab-card-header > .nav-tabs > li > a.show {
  border-bottom: 2px solid #007bff;
  color: #000;
  border-radius: 0px !important;
}

.pay-bill-tab-card .tab-card-header > .nav-tabs > li > a:hover {
  color: #007bff;
}

.pay-bill-tab-card .tab-card-header > .tab-content {
  padding-bottom: 0;
}

.pay-bill-tab-card .tab-content {
  text-align: left;
}

.card-detail-table tr td {
  border: none;
}

.card-detail-table tr td input {
  font-size: 14px;
}

.user-card-info {
  background-image: url(../images/accounts-img/card-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.user-card-info .user-card-name {
  text-transform: uppercase;
  font-size: 14px;
}

.user-card-info .user-card-no {
  font-size: 18px;
  letter-spacing: 5px;
}

.pay-summary-cancel-btn {
  background-color: #2d3958;
  color: #fff;
}

.pay-bill-success-table {
  margin: 0 auto;
  width: 80%;
}

.pay-bill-success-table .pay-bill-success-table-head {
  font-size: 1.2rem;
}

.pay-bill-success-table .pay-bill-success-table-desc {
  font-size: 0.8rem;
}

.pay-bill-success-table .pay-bill-success-table-mail {
  font-size: 0.8rem;
}

.app-usage-table tr {
  background-color: #00aff0;
  border-radius: 10px;
}

.app-usage-table tr td {
  padding: 1.5rem;
}

.app-usage-table tr td img {
  max-width: 60% !important;
}

.app-usage-table {
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

.app-usage-table:hover {
  cursor: pointer;
}

.app-usage-table .app-usage-head {
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
}

.app-usage-table .app-usage-desc {
  color: #fff;
  font-size: 1rem;
  text-align: left;
}

.app-usage-table tr td:nth-child(1) {
  width: 25%;
}

.app-usage-custom-table tr td {
  border: none;
  width: 50%;
}

/*Usage progress-table*/
.usage-progress-table tr td {
  padding: 0 !important;
}

/*barchat*/

#q-graph {
  display: block;
  /* fixes layout wonkiness in FF1.5 */
  position: relative;
  width: 100%;
  height: 250px;
  margin: 1.1em 0 0;
  padding: 0;
  background: transparent;
  font-size: 11px;
  left: 8%;
  top: -30px;
}

#q-graph tr,
#q-graph th,
#q-graph td {
  position: absolute;
  bottom: 0;
  width: 38px;
  z-index: 2;
  margin: 0;
  padding: 0;
  text-align: center;
}

#q-graph td {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#q-graph thead tr {
  left: 100%;
  top: 50%;
  bottom: auto;
  margin: -2.5em 0 0 5em;
}

#q-graph thead th {
  width: 7.5em;
  height: auto;
  padding: 0.5em 1em;
}

#q-graph thead th.sent {
  top: 0;
  left: 0;
  line-height: 2;
}

#q-graph thead th.paid {
  top: 2.75em;
  line-height: 2;
  left: 0;
}

#q-graph tbody tr {
  height: 296px;
  padding-top: 2px;
  color: #aaa;
}

#q-graph #q1 {
  left: 0;
}

#q-graph #q2 {
  left: 50px;
}

#q-graph #q3 {
  left: 100px;
}

#q-graph #q4 {
  left: 150px;
  border-right: none;
}

#q-graph #q5 {
  left: 200px;
  border-right: none;
}

#q-graph #q6 {
  left: 250px;
  border-right: none;
}

#q-graph #q7 {
  left: 300px;
  border-right: none;
}

#q-graph #q8 {
  left: 350px;
  border-right: none;
}

#q-graph #q9 {
  left: 400px;
  border-right: none;
}

#q-graph #q10 {
  left: 450px;
  border-right: none;
}

#q-graph #q11 {
  left: 500px;
  border-right: none;
}

#q-graph tbody th {
  bottom: -3.75em;
  vertical-align: top;
  font-weight: normal;
  left: 6px;
  border-top: none;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

#q-graph tbody th span {
  color: #aaa;
}

#q-graph .bar {
  width: 30px;
  border: 1px solid;
  border-bottom: none;
  color: #000;
}

#q-graph .bar p {
  margin: 5px 0 0;
  padding: 0;
  opacity: 0.4;
}

#q-graph .sent {
  left: 13px;
  background-color: #fbd504;
  border-color: transparent;
  border-radius: 5px 5px 0 0;
}

#q-graph tr:last-child .sent {
  background-color: #00aff0;
}

#q-graph .paid {
  left: 77px;
  background-color: #7fdbff;
  border-color: transparent;
}

#ticks {
  position: relative;
  top: -263px;
  left: 2%;
  width: 100%;
  height: 300px;
  z-index: 1;
  margin-bottom: -300px;
  font-size: 10px;
}

#ticks .tick {
  position: relative;
  width: 100px;
  height: 50px;
  color: #aaa;
}

#ticks .tick p {
  position: absolute;
  left: 0em;
  top: 2.3em;
  margin: 0 0 0 0.5em;
}

/*card-tab*/

.carousel {
  margin-bottom: 0;
  /*padding: 0 40px 30px 40px;*/
  border-bottom: none;
}

/* The controlsy */
.carousel-control {
  left: -12px;
  height: 40px;
  width: 40px;
  position: relative;
  border-radius: 23px 23px 23px 23px;
}

.card-tab-indi img {
  max-width: 2%;
}

.card-tab-indi {
  position: relative;
  left: 87.5%;
}

.carousel-item .nav-tabs {
  border-bottom: 0 !important;
}

/**/

/**/

.card-tab .nav-link.active,
.card-tab .show > .nav-link {
  background-color: transparent !important;
}

.card-tab .nav-item .nav-link {
  color: #707070;
  font-weight: normal;
}

.card-tab .nav-link.active .card,
.card-tab .show > .nav-link,
.card-tab .nav-link.active .card .kwh {
  background-color: #2d3958 !important;
  color: #fff;
}

.jps-icon {
  position: absolute;
  top: 22%;
  left: 80%;
}

.graph-update-dropdown {
  background-color: #fff;
  position: absolute;
  left: 75%;
  top: -35px;
  z-index: 1;
}

/*.graph-overflow{
  overflow-y:hidden;
  overflow-x:scroll;
  }*/

/*.graph-overflow::-webkit-scrollbar,.graph-overflow::-moz-scrollbar {
  width: 5px;
  border-radius: 10px;
  height:5px;
}
*/
/* Track */
/*.graph-overflow::-webkit-scrollbar-track,.graph-overflow::-moz-scrollbar-track {
  background: rgba(0, 0, 0, .3);
  }*/

/* Handle */
/*.graph-overflow::-webkit-scrollbar-thumb,.graph-overflow::-moz-scrollbar-thumb {
  background: rgba(255, 255, 255, .5);
  border-radius: 5px;
  }*/

/* Handle on hover */
/*.graph-overflow::-webkit-scrollbar-thumb:hover,.graph-overflow::-moz-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.8);
  }*/

.graph-update .dropdown-menu {
  left: -13% !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.rounded-border-modal {
  border: 1px solid #dcdcdc;
  border-radius: 0.7rem;
}

.tab-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 2px;
  stroke: #fff;
  fill: #fff;
}

.primary-text-color {
  color: #2d3958;
}

.secondary-text-color {
  color: #7b88a8;
}

.modal-header-p-0 .modal-header {
  padding: 0 !important;
}

/*Services*/

/*start-Stepper*/

.residential-service-steps-form .start-service-steps-row,
.start-service-steps-form .start-service-steps-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.residential-service-steps-form .start-service-steps-row div:before,
.start-service-steps-form .start-service-steps-row div:before {
  top: 40%;
  left: 46%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 5vh;
  border: 0.087rem dotted #d4d6d9;
}

.residential-service-steps-form .start-service-steps-row div:last-child:before,
.start-service-steps-form .start-service-steps-row div:last-child:before {
  top: 0%;
  left: 45%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 0vh;
  border: 0.087rem dotted #d4d6d9;
}

/*.start-service-steps-form .start-service-steps-row div a.completed::after {
  top: 40%;
  left:45%;
  bottom: 0;
  position:absolute;
  content: "";
  height:5vh;
  border:.087rem dotted #000;
}


.start-service-steps-form .start-service-steps-row div:last-child a.completed::after {
  top: 0%;
  left:45%;
  bottom: 0;
  position:absolute;
  content: "";
  height:0vh;
  border:0rem dotted transparent;
  }*/

.start-service-steps-form
  .start-service-steps-row
  .start-service-steps:nth-child(1):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Service";
  left: 15%;
  font-size: 12px;
}

.start-service-steps-form
  .start-service-steps-row
  .start-service-steps:nth-child(2):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Applicant";
  left: 8%;
  font-size: 12px;
}

.start-service-steps-form
  .start-service-steps-row
  .start-service-steps:nth-child(3):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Summary";
  left: 5%;
  font-size: 12px;
}

.start-service-steps-form
  .start-service-steps-row
  .start-service-steps:nth-child(4):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Document";
  left: 5%;
  font-size: 12px;
}

.residential-service-steps-form
  .start-service-steps-row
  .start-service-steps:nth-child(1):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Service";
  left: 15%;
  font-size: 12px;
}

.residential-service-steps-form
  .start-service-steps-row
  .start-service-steps:nth-child(2):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Applicant";
  left: 8%;
  font-size: 12px;
}

.residential-service-steps-form
  .start-service-steps-row
  .start-service-steps:nth-child(3):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Document";
  left: 5%;
  font-size: 12px;
}

.residential-service-steps-form
  .start-service-steps-row
  .start-service-steps:nth-child(4):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Summary";
  left: 5%;
  font-size: 12px;
}

.residential-service-steps-form .start-service-steps-row .start-service-steps,
.start-service-steps-form .start-service-steps-row .start-service-steps {
  height: 15vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
}

.residential-service-steps-form .start-service-steps-row .start-service-steps p,
.start-service-steps-form .start-service-steps-row .start-service-steps p {
  margin-top: 0.5rem;
}

.residential-service-steps-form
  .start-service-steps-row
  .start-service-steps
  button[disabled],
.start-service-steps-form
  .start-service-steps-row
  .start-service-steps
  button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.residential-service-steps-form
  .start-service-steps-row
  .start-service-steps
  .start-service-steps-bullet,
.start-service-steps-form
  .start-service-steps-row
  .start-service-steps
  .start-service-steps-bullet {
  width: 60px;
  height: 60px;
  border: 0;
  background-color: white !important;
  color: #59698d !important;
  border-radius: 50%;
  padding: 18px 18px 15px 15px;
  margin-top: -22px;
  font-size: 18px;
}

.residential-service-steps-form
  .start-service-steps-row
  .start-service-steps
  a.completed,
.start-service-steps-form
  .start-service-steps-row
  .start-service-steps
  a.completed {
  color: #18a0fb !important;
}

.residential-service-steps-form .start-service-steps-row .start-service-steps a,
.start-service-steps-form .start-service-steps-row .start-service-steps a {
  pointer-events: none;
}

.residential-service-steps-form
  .start-service-steps-row
  .start-service-steps
  .start-service-steps-bullet:hover,
.start-service-steps-form
  .start-service-steps-row
  .start-service-steps
  .start-service-steps-bullet:hover {
  color: #4285f4 !important;
  background-color: white !important;
}

.start-service-table tr td {
  border: 0;
  padding-bottom: 0;
}

.start-service-inputs input:focus {
  box-shadow: none;
}

.start-service-inputs select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.start-service-inputs select:focus {
  box-shadow: none;
}

.start-service-inputs select + i.fa {
  float: right;
  margin-top: -30px;
  margin-right: 5px;
  pointer-events: none;
  background-color: #fff;
  padding-right: 5px;
}

.start-service-btn-table tr td {
  border: 0;
  width: 33.333%;
}

.service-steps-save-exit-btn {
  background-color: #2d3958;
  color: #fff;
}

.start-service-radio label {
  font-size: 16px;
}

.start-service-radio .custom-control-label::before {
  top: 0.7rem;

  /* background-color: #dee2e6; */
}

.start-service-radio .custom-control-label::after {
  top: 0.7rem;
}

.start-service-radio
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: none;
}

.start-service-radio div {
  line-height: 2.5rem;
}

.start-service-radio .radio-desc {
  font-size: 12px;
  margin-top: -7.5%;
  margin-bottom: 0%;
}

.start-service-inputs .yes-r-no label {
  font-size: 16px;
}

/* bushing requests */

.bushing-request-steps-form .bushing-request-steps-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bushing-request-steps-form .bushing-request-steps-row div:before {
  top: 40%;
  left: 46%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 5vh;
  border: 0.087rem dotted #d4d6d9;
}

.bushing-request-steps-form .bushing-request-steps-row div:last-child:before {
  top: 0%;
  left: 45%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 0vh;
  border: 0.087rem dotted #d4d6d9;
}

.bushing-request-steps-form
  .bushing-request-steps-row
  .bushing-request-steps:nth-child(1):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Address";
  left: 15%;
  font-size: 12px;
}

.bushing-request-steps-form
  .bushing-request-steps-row
  .bushing-request-steps:nth-child(2):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Problem";
  left: 8%;
  font-size: 12px;
}

.bushing-request-steps-form
  .bushing-request-steps-row
  .bushing-request-steps:nth-child(3):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Summary";
  left: 5%;
  font-size: 12px;
}

.bushing-request-steps-form .bushing-request-steps-row .bushing-request-steps {
  height: 15vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
}

.bushing-request-steps-form
  .bushing-request-steps-row
  .bushing-request-steps
  p {
  margin-top: 0.5rem;
}

.bushing-request-steps-form
  .bushing-request-steps-row
  .bushing-request-steps
  button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.bushing-request-steps-form
  .bushing-request-steps-row
  .bushing-request-steps
  .bushing-request-steps-bullet {
  width: 60px;
  height: 60px;
  border: 0;
  background-color: white !important;
  color: #59698d !important;
  border-radius: 50%;
  padding: 18px 18px 15px 15px;
  margin-top: -22px;
  font-size: 18px;
}

.bushing-request-steps-form
  .bushing-request-steps-row
  .bushing-request-steps
  a.completed {
  color: #18a0fb !important;
}

.bushing-request-steps-form
  .bushing-request-steps-row
  .bushing-request-steps
  a {
  pointer-events: none;
}

.bushing-request-steps-form
  .bushing-request-steps-row
  .bushing-request-steps
  .bushing-request-steps-bullet:hover {
  color: #4285f4 !important;
  background-color: white !important;
}

.bushing-request-table tr td {
  border: 0;
  padding-bottom: 0;
}

.bushing-request-inputs input:focus {
  box-shadow: none;
}

.bushing-request-inputs select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.bushing-request-inputs select:focus {
  box-shadow: none;
}

.bushing-request-inputs select + i.fa {
  float: right;
  margin-top: -30px;
  margin-right: 5px;
  pointer-events: none;
  background-color: #fff;
  padding-right: 5px;
}

.bushing-request-btn-table tr td {
  border: 0;
  width: 33.333%;
}

.service-steps-save-exit-btn {
  background-color: #2d3958;
  color: #fff;
}

.bushing-request-radio label {
  font-size: 16px;
}

.bushing-request-radio .custom-control-label::before {
  top: 0.7rem;

  /* background-color: #dee2e6; */
}

.bushing-request-radio .custom-control-label::after {
  top: 0.7rem;
}

.bushing-request-radio
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: none;
}

.bushing-request-radio div {
  line-height: 2.5rem;
}

.bushing-request-radio .radio-desc {
  font-size: 12px;
  margin-top: -7.5%;
  margin-bottom: 0%;
}

.bushing-request-inputs .yes-r-no label {
  font-size: 16px;
}

/* bushing requests end */

/*stop-Stepper*/

.stop-service-steps-form .stop-service-steps-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stop-service-steps-form .stop-service-steps-row div:before {
  top: 40%;
  left: 46%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 5vh;
  border: 0.087rem dotted #d4d6d9;
}

.stop-service-steps-form .stop-service-steps-row div:last-child:before {
  top: 0%;
  left: 45%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 0vh;
  border: 0.087rem dotted #d4d6d9;
}

/*.stop-service-steps-form .stop-service-steps-row div a.completed::after {
  top: 40%;
  left:45%;
  bottom: 0;
  position:absolute;
  content: "";
  height:5vh;
  border:.087rem dotted #000;
}


.stop-service-steps-form .stop-service-steps-row div:last-child a.completed::after {
  top: 0%;
  left:45%;
  bottom: 0;
  position:absolute;
  content: "";
  height:0vh;
  border:0rem dotted transparent;
  }*/

.stop-service-steps-form
  .stop-service-steps-row
  .stop-service-steps:nth-child(1):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Account";
  left: 8%;
  font-size: 12px;
}

.stop-service-steps-form
  .stop-service-steps-row
  .stop-service-steps:nth-child(2):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Document";
  left: 5%;
  font-size: 12px;
}

/*.stop-service-steps-form .stop-service-steps-row .stop-service-steps a.active {
  background-color: #000 !important;
  }*/

.stop-service-steps-form .stop-service-steps-row .stop-service-steps {
  height: 15vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
}

.stop-service-steps-form .stop-service-steps-row .stop-service-steps p {
  margin-top: 0.5rem;
}

.stop-service-steps-form
  .stop-service-steps-row
  .stop-service-steps
  button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stop-service-steps-form
  .stop-service-steps-row
  .stop-service-steps
  .stop-service-steps-bullet {
  width: 60px;
  height: 60px;
  border: 0;
  background-color: white !important;
  color: #59698d !important;
  border-radius: 50%;
  padding: 18px 18px 15px 15px;
  margin-top: -22px;
  font-size: 18px;
}

.stop-service-steps-form
  .stop-service-steps-row
  .stop-service-steps
  a.completed {
  color: #18a0fb !important;
}

.stop-service-steps-form .stop-service-steps-row .stop-service-steps a {
  pointer-events: none;
}

.stop-service-steps-form
  .stop-service-steps-row
  .stop-service-steps
  .stop-service-steps-bullet:hover {
  color: #4285f4 !important;
  background-color: white !important;
}

.stop-service-table tr td {
  border: 0;
  width: 33.333%;
}

.stop-service-table tr td input:focus {
  box-shadow: none;
}

.stop-service-btn-table tr td {
  border: 0;
}

.stop-service-btn-table tr td {
  width: 33.333%;
}

.acc-select-table tr td {
  padding-bottom: 0;
}

.acc-select-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

/*upgrade-Stepper*/

.upgrade-service-steps-form .upgrade-service-steps-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.upgrade-service-steps-form .upgrade-service-steps-row div:before {
  top: 40%;
  left: 46%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 5vh;
  border: 0.087rem dotted #d4d6d9;
}

.upgrade-service-steps-form .upgrade-service-steps-row div:last-child:before {
  top: 0%;
  left: 45%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 0vh;
  border: 0.087rem dotted #d4d6d9;
}

/*.start-service-steps-form .start-service-steps-row div a.completed::after {
  top: 40%;
  left:45%;
  bottom: 0;
  position:absolute;
  content: "";
  height:5vh;
  border:.087rem dotted #000;
}


.start-service-steps-form .start-service-steps-row div:last-child a.completed::after {
  top: 0%;
  left:45%;
  bottom: 0;
  position:absolute;
  content: "";
  height:0vh;
  border:0rem dotted transparent;
  }*/

.upgrade-service-steps-form
  .upgrade-service-steps-row
  .upgrade-service-steps:nth-child(1):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Meter";
  left: 20%;
  font-size: 12px;
}

.upgrade-service-steps-form
  .upgrade-service-steps-row
  .upgrade-service-steps:nth-child(2):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Summary";
  left: 5%;
  font-size: 12px;
}

.upgrade-service-steps-form
  .upgrade-service-steps-row
  .upgrade-service-steps:nth-child(3):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Document";
  left: 5%;
  font-size: 12px;
}

.upgrade-service-steps-form .upgrade-service-steps-row .upgrade-service-steps {
  height: 15vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
}

.upgrade-service-steps-form
  .upgrade-service-steps-row
  .upgrade-service-steps
  p {
  margin-top: 0.5rem;
}

.upgrade-service-steps-form
  .upgrade-service-steps-row
  .upgrade-service-steps
  button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.upgrade-service-steps-form
  .upgrade-service-steps-row
  .upgrade-service-steps
  .upgrade-service-steps-bullet {
  width: 60px;
  height: 60px;
  border: 0;
  background-color: white !important;
  color: #59698d !important;
  border-radius: 50%;
  padding: 18px 18px 15px 15px;
  margin-top: -22px;
  font-size: 18px;
}

.upgrade-service-steps-form
  .upgrade-service-steps-row
  .upgrade-service-steps
  a.completed {
  color: #18a0fb !important;
}

.upgrade-service-steps-form
  .upgrade-service-steps-row
  .upgrade-service-steps
  a {
  pointer-events: none;
}

.upgrade-service-steps-form
  .upgrade-service-steps-row
  .upgrade-service-steps
  .upgrade-service-steps-bullet:hover {
  color: #4285f4 !important;
  background-color: white !important;
}

.upgrade-service-table tr td {
  border: 0;
  width: 33.333%;
  padding-bottom: 0;
}

.upgrade-service-table tr td input:focus {
  box-shadow: none;
}

.upgrade-service-btn-table tr td {
  border: 0;
}

.upgrade-service-btn-table tr td {
  width: 33.333%;
}

.upgrade-steps-save-exit-btn {
  background-color: #2d3958;
  color: #fff;
}

.upgrade-service-radio label {
  font-size: 16px;
}

.upgrade-service-radio .custom-control-label::before {
  top: 0.7rem;

  /* background-color: #dee2e6; */
}

.upgrade-service-radio .custom-control-label::after {
  top: 0.7rem;
}

.upgrade-service-radio
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: none;
}

/*transfer-Stepper*/

.transfer-service-steps-form .transfer-service-steps-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.transfer-service-steps-form .transfer-service-steps-row div:before {
  top: 40%;
  left: 46%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 5vh;
  border: 0.087rem dotted #d4d6d9;
}

.transfer-service-steps-form .transfer-service-steps-row div:last-child:before {
  top: 0%;
  left: 45%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 0vh;
  border: 0.087rem dotted #d4d6d9;
}

/*.start-service-steps-form .start-service-steps-row div a.completed::after {
  top: 40%;
  left:45%;
  bottom: 0;
  position:absolute;
  content: "";
  height:5vh;
  border:.087rem dotted #000;
}


.start-service-steps-form .start-service-steps-row div:last-child a.completed::after {
  top: 0%;
  left:45%;
  bottom: 0;
  position:absolute;
  content: "";
  height:0vh;
  border:0rem dotted transparent;
  }*/

.date-picker-table tr td {
  border: 0;
}

.transfer-service-steps-form
  .transfer-service-steps-row
  .transfer-service-steps:nth-child(1):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Service";
  left: 15%;
  font-size: 12px;
}

.transfer-service-steps-form
  .transfer-service-steps-row
  .transfer-service-steps:nth-child(2):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Applicant";
  left: 8%;
  font-size: 12px;
}

.transfer-service-steps-form
  .transfer-service-steps-row
  .transfer-service-steps:nth-child(3):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Summary";
  left: 5%;
  font-size: 12px;
}

.transfer-service-steps-form
  .transfer-service-steps-row
  .transfer-service-steps:nth-child(4):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Document";
  left: 5%;
  font-size: 12px;
}

.transfer-service-steps-form
  .transfer-service-steps-row
  .transfer-service-steps {
  height: 15vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
}

.transfer-service-steps-form
  .transfer-service-steps-row
  .transfer-service-steps
  p {
  margin-top: 0.5rem;
}

.transfer-service-steps-form
  .transfer-service-steps-row
  .transfer-service-steps
  button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.transfer-service-steps-form
  .transfer-service-steps-row
  .transfer-service-steps
  .transfer-service-steps-bullet {
  width: 60px;
  height: 60px;
  border: 0;
  background-color: white !important;
  color: #59698d !important;
  border-radius: 50%;
  padding: 18px 18px 15px 15px;
  margin-top: -22px;
  font-size: 18px;
}

.transfer-service-steps-form
  .transfer-service-steps-row
  .transfer-service-steps
  a.completed {
  color: #18a0fb !important;
}

.transfer-service-steps-form
  .transfer-service-steps-row
  .transfer-service-steps
  a {
  pointer-events: none;
}

.transfer-service-steps-form
  .transfer-service-steps-row
  .transfer-service-steps
  .transfer-service-steps-bullet:hover {
  color: #4285f4 !important;
  background-color: white !important;
}

.transfer-service-table tr td {
  border: 0;
  width: 33.333%;
  padding-bottom: 0;
}

.transfer-service-table tr td input:focus {
  box-shadow: none;
}

.transfer-service-table tr td input {
  font-size: 14px;
}

.transfer-service-table select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.transfer-service-table select:focus {
  box-shadow: none;
}

.transfer-service-table select + i.fa {
  float: right;
  margin-top: -30px;
  margin-right: 5px;
  pointer-events: none;
  background-color: #fff;
  padding-right: 5px;
}

.transfer-service-btn-table tr td {
  border: 0;
}

.transfer-service-btn-table tr td {
  width: 33.333%;
}

.transfer-service-radio label {
  font-size: 16px;
}

.transfer-service-radio .custom-control-label::before {
  top: 0.7rem;

  /* background-color: #dee2e6; */
}

.transfer-service-radio .custom-control-label::after {
  top: 0.7rem;
}

.transfer-service-radio
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: none;
}

.transfer-service-radio div {
  line-height: 2.5rem;
}

.transfer-service-radio .radio-desc {
  font-size: 12px;
  margin-top: -26.5%;
  margin-bottom: 0%;
}

.transfer-service-content .yes-r-no label {
  font-size: 16px;
}

/*new-stepper*/

/*Main Services*/

.services-electric-pole-img img {
  max-width: 40%;
  margin-top: -30%;
}

.service-table {
  margin: 5%;
}

.service-table:hover {
  cursor: pointer;
}

.service-table tr td {
  border: 0;
}

.service-table tr td:nth-child(1) {
  width: 30%;
}

.service-table tr td:nth-child(2) {
  vertical-align: middle;
}

.service-table .service-head-title {
  font-size: 1.3rem;
  font-weight: bold;
}

.service-table .service-head-desc {
  font-size: 1rem;
}

.acc-select-table {
  font-size: 14px;
}

.step-table-info {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.attachment-file label {
  font-size: 14px !important;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*#attachment-file  .custom-file-label:after {
    content: "\e90f";
    font-family: icomoon;
    margin:1%;
    height: calc(calc(2rem + 2px) - 1px * 2);
    border:0;
    border-radius:5px;
    font-size:18px;
        padding: .2rem .5rem;
        background-color: #2D3958;
  color: #fff;
  }*/

#attachment-file .custom-file-label-trash:after {
  content: "\e911";
  font-family: icomoon;
  margin: 1%;
  height: calc(calc(2rem + 2px) - 1px * 2);
  border: 0;
  border-radius: 5px;
  font-size: 18px;
  padding: 0.2rem 0.5rem;
  background-color: #2d3958;
  color: #fff;
}

#attachment-file .custom-file-label-pin:after {
  content: "\e90f";
  font-family: icomoon;
  margin: 1%;
  height: calc(calc(2rem + 2px) - 1px * 2);
  border: 0;
  border-radius: 5px;
  font-size: 18px;
  padding: 0.2rem 0.5rem;
  background-color: #2d3958;
  color: #fff;
}

.attach-icon {
  margin: 1.5% 0 1% -3.5% !important;
  padding: 0.2rem 0.5rem !important;
  border-radius: 0.3rem !important;
  color: #fff;
  font-size: 18px !important;
  background-color: #2d3958;
}

.attach-icon label {
  margin: 0% !important;
}

input[type="file"] {
  visibility: hidden;
}

.attachment-file-label {
  position: absolute;
  font-size: 14px !important;
  margin: 10px auto;
}

/*.attachment-file-input ~ .custom-file-label-trash:after {
    content: "\e90e";
    font-family: icomoon;
    margin:1%;
    height: calc(calc(2rem + 2px) - 1px * 2);
    border:0;
    border-radius:5px;
    font-size:18px;
        padding: .2rem .5rem;
        background-color: #2D3958;
  color: #fff;
  }*/

.main-container input:focus {
  box-shadow: none;
}

.proof-attachment-table tr:nth-child(odd) td {
  padding-bottom: 0 !important;
}

.terms-and-conditions {
  font-size: 12px;
  text-align: left;
}

/*Tracking page*/

.tracking-main-info-table tr td {
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.tracking-main-info-table tr td:nth-child(1) {
  width: 50%;
}

.track-main-info img {
  max-width: 65%;
}

.tracking-main-info-table tr:nth-child(1) td:nth-child(1) {
  font-size: 17px;
  font-family: 500;
}

.track-more-btn,
.cancel-btn {
  border-radius: 30px !important;
  width: 55%;
  font-size: 14px !important;
}

.grid-track-btn {
  border-radius: 10px !important;
  width: 65%;
  font-size: 13px !important;
}

/*track timeline*/

.trackprogress .date {
  position: absolute;
  left: -110px;
  color: #7b88a8;
}

.track-timeline-wrapper {
  padding-left: 80px;
  min-width: 400px;
  font-size: 14px;
  /*border: 1px solid #CCC;*/
}

.trackprogress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}

.trackprogress::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 95%;
  border-left: 2px solid #d4d6d9;
}

.trackprogress-item {
  position: relative;
  counter-increment: list;
  opacity: 0.3;
}

.trackprogress-item .track-mile-stone {
  font-size: 1rem;
}

.trackprogress-item:not(:last-child) {
  padding-bottom: 40px;
}

.trackprogress-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}

.trackprogress-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -35px;
  width: 12px;
  height: 12px;
  /*border: 2px solid #CCC;*/
  border-radius: 50%;
  /*background-color: #FFF;*/
}

.is-done {
  opacity: 1;
}

.trackprogress-item.is-done::before {
  border-left: 2px solid #ccc;
}

.trackprogress-item.is-done::after {
  /*content: "?";*/
  font-size: 10px;
  color: #fff;
  text-align: center;
  border: 2px solid #00aff0;
  background-color: #00aff0;
}

/*.StepProgress-item.current::before { 
border-left: 2px solid green;
}
.StepProgress-item.current::after {
content: counter(list);
padding-top: 1px;
width: 19px;
height: 18px;
top: -4px;
left: -40px;
font-size: 14px;
text-align: center;
color: green;
border: 2px solid green;
background-color: white;
}*/

.tracking-modal-btn-table tr td {
  border: 0;
}

/*report-usage page*/
.stepwizard-step p {
  margin-top: 0px;
  color: #2d3958;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 60%;
  position: relative;
  margin: 0 auto;
}

.stepwizard-step button[disabled] {
  /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
  opacity: 1 !important;
  color: #bbb;
}

.stepwizard-row:before {
  top: 25%;
  bottom: 0;
  left: 14%;
  position: absolute;
  content: " ";
  width: 69%;
  height: 2px;

  border: 2px dotted #d5d7de;
  z-index: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.stepwizard-step a {
  padding: 4px !important;
  font-size: 18px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  background-color: #fff;
}

.step-btn-color {
  background-color: #fff;
}

.step-info-desc {
  font-size: 12px;
}

.stepwizard-row .stepwizard-step a {
  pointer-events: none;
}

/*Radio outage*/
.radios {
  width: 100%;
  /*height: 25%;*/
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .radios {
    flex-direction: column;
  }
}

.radio input {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.radios label {
  font-size: 16px;
}

.radio input:focus + label .checker {
  border-color: #00aff0;
}

.radio input:checked + label .checker {
  box-shadow: inset 0 0 0 6px #00aff0;
}

.radio label {
  display: flex;
  align-items: center;
  border-radius: 14px;
  padding: 0 8px 0 0;
  cursor: pointer;
  width: max-content;
}

.radio .checker {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: inset 0 0 0 2px #ccc;
  transition: box-shadow 0.3s ease;
}

/*uploaded image*/

.image-area {
  border: 2px dashed rgba(255, 255, 255, 0.7);
  padding: 1rem;
  position: relative;
}

.image-area::before {
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  z-index: 1;
}

.image-area img {
  z-index: 2;
  position: relative;
}

/*Outage*/

.outage-tab-list li a {
  color: #7b88a8;
}

.outage-tab-list li a:hover {
  cursor: pointer;
}

.outage-tab-list {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto !important;
}

.map-viewr-info {
  position: absolute;
  top: -6%;
  width: 87% !important;
  width: 100%;
  border-radius: 10px;
}

.range-circle {
  max-width: 50%;
  position: absolute;
  top: 30%;
  left: 33%;
}

.map-viewr-info img {
  max-width: 100%;
}

.outage-card .card-body {
  padding: 1%;
}

.outage-card:hover {
  background-color: #2d3958;
}

.outage-card:hover .outage-table-desc {
  color: rgba(255, 255, 255, 0.7);
}

.outage-card:hover .outage-table-title {
  color: rgba(255, 255, 255);
}

.outage-card-table tr td {
  border: 0;
  padding-top: 1%;
  padding-bottom: 1%;
}

.outage-table-desc {
  font-size: 12px;
}

.outage-table-title {
  font-size: 13px;
  font-weight: 400;
}

.acc-outages-info-card {
  height: 30rem;
  overflow: hidden;
  overflow-y: scroll;
}

.acc-outages-info-card::-webkit-scrollbar {
  width: 0px;
  border-radius: 10px;
}

.acc-outages-info-card {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.8);
}

/* Track */
.acc-outages-info-card::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}

/* Handle */
.acc-outages-info-card::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

/* Handle on hover */
.acc-outages-info-card::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.8);
}

/*activities*/
.activities-table tr td {
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.activities-table {
  font-size: 15px;
}

.activities-table tr td:nth-child(1) {
  text-align: left;
}

.activities-table tr td:nth-child(2) {
  text-align: right;
}

.activities-item img {
  max-width: 50%;
}

.activities-item {
  padding: 1rem;
  margin-top: 1.5rem;
}

/*activities search*/
#activities-search-input {
  padding: 3px;
  border: solid 1px #e4e4e4;
  border-radius: 30px;
  background-color: #fff;
}

#activities-search-input input {
  border: 0;
  box-shadow: none;
}

#activities-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #707070;
  padding: 5px 0;
}

#activities-search-input button:hover {
  border: 0;
  box-shadow: none;
}

.activities-select {
  border-radius: 30px !important;
  padding-right: 20px;
  background-color: #f5f5fb !important;
  font-size: 15px !important;
  border-color: #f5f5fb !important;
}

.activities-select:focus {
  box-shadow: none !important;
}

/*subscription*/

.subcribe-head {
  font-weight: 500;
  font-size: 18px;
}

.subscribe-btn {
  border-radius: 30px !important;
  width: 45%;
  font-size: 14px !important;
}

.confirm-verify-img {
  max-width: 75%;
}

/*settings*/

.settings-tab li a {
  font-size: 16px;
  padding: 0.5rem !important;
  color: #7b88a8;
  font-weight: 500;
}

.edit-profile-input label {
  font-size: 14px;
}

.setting-gender-options-input {
  padding: 0.5rem 1rem;
}

.setting-gender-options-input img {
  max-width: 36%;
}

.setting-gender-options-input .gender-options-radio {
  border: 0;
  padding: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 23px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 1px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.select-all-btn {
  border-color: #00aff0 !important;
  color: #00aff0;
  background-color: #fff;
}

.select-all-btn:hover {
  border-color: #00aff0;
  color: #fff;
  background-color: #00aff0;
}

.invite-friend-desc {
  font-size: 14px;
}

.svg-inline--fa {
  vertical-align: -0.2em;
}

.rounded-social-buttons {
  text-align: center;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.7em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 1.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-youtube,
.fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  color: #3b5998;
  background: #fefefe;
  border-color: #d4d6d9;
}

.rounded-social-buttons .social-button.twitter {
  color: #55acee;
  background: #fefefe;
  border-color: #d4d6d9;
}

.rounded-social-buttons .social-button.linkedin {
  color: #007bb5;
  background: #fefefe;
  border-color: #d4d6d9;
}

.rounded-social-buttons .social-button.whatsapp {
  color: #bb0000;
  background: #fefefe;
  border-color: #d4d6d9;
}

.rounded-social-buttons .social-button.instagram {
  color: #125688;
  background: #fefefe;
  border-color: #d4d6d9;
}

/*privacy policy / terms and condtions*/
.privacy-and-condition-desc {
  font-size: 15px;
  line-height: 1.8rem;
}

.terms-and-conditions-active,
.privacy-and-policy-active {
  color: #00aff0 !important;
}

.privacypolicy-termsconditions a {
  color: #7b88a8;
  font-size: 14px;
}

.privacypolicy-termsconditions {
  top: 20%;
  position: relative;
}

.privacypolicy-termsconditions:hover {
  text-decoration: none;
}

/*feed-back*/

.feed-back-attachment-file-input ~ .custom-file-label::after {
  content: "\e90f";
  font-family: icomoon;
  margin: 0.5%;
  height: calc(calc(2rem + 2px) - 1px * 2);
  border: 0;
  border-radius: 5px;
  font-size: 18px;
  padding: 0.2rem 0.5rem;
  background-color: #2d3958;
  color: #fff;
}

.feed-back-attach-desc {
  font-size: 12px;
}

/*Preloader*/

/**/

.btn-toggle {
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 2.5rem !important;
  color: #6b7381;
  background: #ccc;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1rem !important;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1rem;
  height: 1rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.active {
  transition: background-color 0.25s;
}

.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle.active {
  background-color: #2196f3;
}

.left-side::-webkit-scrollbar {
  width: 3px;
  border-radius: 10px;
}

.left-side {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.8);
}

/* Track */
.left-side::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}

/* Handle */
.left-side::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

/* Handle on hover */
.left-side::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.8);
}

/*report*/

.report-steps-form .report-steps-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.report-steps-form .report-steps-row div:before {
  top: 40%;
  left: 46%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 5vh;
  border: 0.087rem dotted #d4d6d9;
}

.report-steps-form .report-steps-row div:last-child:before {
  top: 0%;
  left: 45%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 0vh;
  border: 0.087rem dotted #d4d6d9;
}

/*.start-service-steps-form .start-service-steps-row div a.completed::after {
  top: 40%;
  left:45%;
  bottom: 0;
  position:absolute;
  content: "";
  height:5vh;
  border:.087rem dotted #000;
}


.start-service-steps-form .start-service-steps-row div:last-child a.completed::after {
  top: 0%;
  left:45%;
  bottom: 0;
  position:absolute;
  content: "";
  height:0vh;
  border:0rem dotted transparent;
  }*/

.report-steps-form .report-steps-row .report-steps:nth-child(1):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Address";
  left: 10%;
  font-size: 12px;
}

.report-steps-form .report-steps-row .report-steps:nth-child(2):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Theft";
  left: 23%;
  font-size: 12px;
}

.report-steps-form .report-steps-row .report-steps:nth-child(3):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Summary";
  left: 10%;
  font-size: 12px;
}

.report-steps-form .report-steps-row .report-steps {
  height: 15vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
}

.report-steps-form .report-steps-row .report-steps p {
  margin-top: 0.5rem;
}

.report-steps-form .report-steps-row .report-steps button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.report-steps-form .report-steps-row .report-steps .report-steps-bullet {
  width: 60px;
  height: 60px;
  border: 0;
  background-color: white !important;
  color: #59698d !important;
  border-radius: 50%;
  padding: 18px 18px 15px 15px;
  margin-top: -22px;
  font-size: 18px;
}

.report-steps-form .report-steps-row .report-steps a.completed {
  color: #18a0fb !important;
}

.report-steps-form .report-steps-row .report-steps a {
  pointer-events: none;
}

.report-steps-form .report-steps-row .report-steps .report-steps-bullet:hover {
  color: #4285f4 !important;
  background-color: white !important;
}

.report-table tr td {
  border: 0;
  width: 33.333%;
  padding-bottom: 0;
}

.report-table tr td input:focus {
  box-shadow: none;
}

.report-btn-table tr td {
  border: 0;
}

.report-btn-table tr td {
  width: 33.333%;
}

.report-steps-save-exit-btn {
  background-color: #2d3958;
  color: #fff;
}

.report-radio label {
  font-size: 16px;
}

.report-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.report-radios {
  width: 130%;
  flex-wrap: wrap;
}

.report-radios .radio label {
  display: flex;
  align-items: center;
  border-radius: 14px;
  padding: 0 8px 0 0;
  cursor: pointer;
  width: 18em;
}

/**/

.report-defective-steps-form .report-defective-steps-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.report-defective-steps-form .report-defective-steps-row div:before {
  top: 40%;
  left: 46%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 5vh;
  border: 0.087rem dotted #d4d6d9;
}

.report-defective-steps-form .report-defective-steps-row div:last-child:before {
  top: 0%;
  left: 45%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 0vh;
  border: 0.087rem dotted #d4d6d9;
}

/*.start-service-steps-form .start-service-steps-row div a.completed::after {
  top: 40%;
  left:45%;
  bottom: 0;
  position:absolute;
  content: "";
  height:5vh;
  border:.087rem dotted #000;
}


.start-service-steps-form .start-service-steps-row div:last-child a.completed::after {
  top: 0%;
  left:45%;
  bottom: 0;
  position:absolute;
  content: "";
  height:0vh;
  border:0rem dotted transparent;
  }*/

.report-defective-steps-form
  .report-defective-steps-row
  .report-defective-steps:nth-child(1):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Address";
  left: 10%;
  font-size: 12px;
}

.report-defective-steps-form
  .report-defective-steps-row
  .report-defective-steps:nth-child(2):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Theft";
  left: 23%;
  font-size: 12px;
}

.report-defective-steps-form
  .report-defective-steps-row
  .report-defective-steps:nth-child(3):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Summary";
  left: 10%;
  font-size: 12px;
}

.report-defective-steps-form
  .report-defective-steps-row
  .report-defective-steps {
  height: 15vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
}

.report-defective-steps-form
  .report-defective-steps-row
  .report-defective-steps
  p {
  margin-top: 0.5rem;
}

.report-defective-steps-form
  .report-defective-steps-row
  .report-defective-steps
  button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.report-defective-steps-form
  .report-defective-steps-row
  .report-defective-steps
  .report-defective-steps-bullet {
  width: 60px;
  height: 60px;
  border: 0;
  background-color: white !important;
  color: #59698d !important;
  border-radius: 50%;
  padding: 18px 18px 15px 15px;
  margin-top: -22px;
  font-size: 18px;
}

.report-defective-steps-form
  .report-defective-steps-row
  .report-defective-steps
  a.completed {
  color: #18a0fb !important;
}

.report-defective-steps-form
  .report-defective-steps-row
  .report-defective-steps
  a {
  pointer-events: none;
}

.report-defective-steps-form
  .report-defective-steps-row
  .report-defective-steps
  .report-defective-steps-bullet:hover {
  color: #4285f4 !important;
  background-color: white !important;
}

/* COMPLEX SERVICES */

.complex-service-steps-form
  .complex-service-steps-row
  .complex-service-steps:nth-child(1):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Service";
  left: 15%;
  font-size: 12px;
}

.complex-service-steps-form
  .complex-service-steps-row
  .complex-service-steps:nth-child(2):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Summary";
  left: 5%;
  font-size: 12px;
}

.complex-service-steps-form
  .complex-service-steps-row
  .complex-service-steps:nth-child(3):after {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: "Document";
  left: 5%;
  font-size: 12px;
}

.complex-service-steps-form .complex-service-steps-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.complex-service-steps-form .complex-service-steps-row div:before {
  top: 40%;
  left: 46%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 5vh;
  border: 0.087rem dotted #d4d6d9;
}

.complex-service-steps-form .complex-service-steps-row div:last-child:before {
  top: 0%;
  left: 45%;
  bottom: 0;
  position: absolute;
  content: "";
  height: 0vh;
  border: 0.087rem dotted #d4d6d9;
}

.complex-service-steps-form .complex-service-steps-row .complex-service-steps {
  height: 15vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
}

.complex-service-steps-form
  .complex-service-steps-row
  .complex-service-steps
  p {
  margin-top: 0.5rem;
}

.complex-service-steps-form
  .complex-service-steps-row
  .complex-service-steps
  button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.complex-service-steps-form
  .complex-service-steps-row
  .complex-service-steps
  .complex-service-steps-bullet {
  width: 60px;
  height: 60px;
  border: 0;
  background-color: white !important;
  color: #59698d !important;
  border-radius: 50%;
  padding: 18px 18px 15px 15px;
  margin-top: -22px;
  font-size: 18px;
}

.complex-service-steps-form
  .complex-service-steps-row
  .complex-service-steps
  a.completed {
  color: #18a0fb !important;
}

.complex-service-steps-form
  .complex-service-steps-row
  .complex-service-steps
  a {
  pointer-events: none;
}

.complex-service-steps-form
  .complex-service-steps-row
  .complex-service-steps
  .complex-service-steps-bullet:hover {
  color: #4285f4 !important;
  background-color: white !important;
}

.border-red {
  border-color: red !important;
}

.pl-0 {
  padding-left: 0px !important;
}
.w-20 {
  width: 20% !important;
}

.form-control {
  color: #7b88a8 !important;
}

/*input[type='radio']:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

 input[type='radio']:checked:after {
      width: 20px;
      height: 20px;
      border-radius: 20px;
      top: -2px;
      left: -1px;
      position: relative;
      background-color: #0d6efd;
      content: '';
      display: inline-block;
      visibility: visible;
      border: 2px solid white;
  }*/

.scroll-div {
  min-height: 350px !important;
  overflow-y: auto !important;
  height: 100px !important;
}

.otp-input-fields {
  margin: auto;
  background-color: white;
  /* box-shadow: 0px 0px 8px 0px #02025044;*/
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 40px;

  input {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #07b1f0;
    text-align: center;
    outline: none;
    font-size: 16px;
    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    /* Firefox */
    &[type="number"] {
      -moz-appearance: textfield;
    }
    &:focus {
      border-width: 2px;
      border-color: darken(#07b1f0, 5%);
      font-size: 20px;
    }
  }
}

  .chatcard {
    background-color: #fdfcf8 !important;
    width: 80% !important;
    margin: auto !important;
    margin-top: 40px !important;

  }

  .btn-st {
    background-color: white;
    border: 2px solid #d56525;
    color: #d56525 !important;
  }

  .btn-st:hover {
    background-color: #d56525;
    border: 2px solid #d56525;
    color: white !important;
  }

  .w-content {
    width: max-content;
  }
  .card-img-top {
    width: 200px !important;
    margin: auto !important;
  }
  .iti {
  position: relative !important;
  display: revert !important;
}