body, html {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  position: relative;
}
.home_bg {
  background: url("images/bg_bogy.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#DivServer {
    position: fixed;
    right: 10px;
    bottom: 0;
    background-color: #fff03f;
    font-weight: 600;
    color: #282828;
    font-size: 20px;
    font-weight: 500;
    padding: 0 20px !important;
    z-index: 999 !important;
    border-radius: 10px 10px 0 0;
    height: 34px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
div:after {
  content: "";
  display: block;
  clear: both;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
a {
  line-height: 1.7;
  color: #666;
  margin: 0;
  transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  text-decoration: none !important;
}
a:focus {
  outline: none !important
}
h1, h2, h3, h4, h5, h6 {
  margin: 0
}
p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 !important;
}
ul, li {
  margin: 0;
  list-style-type: none
}
.preheader {
    width: 100%;
    color: #fff;
    background: linear-gradient(95deg,#3023ae 40%,#c86dd7 100%) !important;
}
.wrapper {
  width: 100%;
  height: 100%;
  min-height: 77vh;
}
.right_link span {
  font-size: 13px;
  color: #fff;
  display: flex;
  text-decoration: none;
  padding: 4px;
}
.left_link {
  float: left;
  display: flex
}
.left_link img {
  width: 17px;
  margin-right: 5px;
}
.right_link img {
  width: 17px;
  margin-right: 5px;
}
.right_link {
  float: right;
  display: flex;
}
.left_link a, .right_link a {
  font-size: 13px;
  color: #fff;
  padding: 4px;
  text-decoration: none;
  cursor: pointer;
}
.left_link a:hover, .right_link a:hover {
  color: #FFD600;
}
.left_link a, .right_link a {
  font-size: 13px;
  color: #fff;
  padding: 4px;
  text-decoration: none;
  cursor: pointer;
}
.top_bgcolor {
  background: rgb(255, 255, 255);
  background: linear-gradient(35deg, rgb(177 226 255) 0%, rgb(255 255 255) 100%);
}
.header {
  width: 100%;
  padding: 10px 0;
}
.container_custom {
  width: 90%;
  margin: 0 auto;
}
.map_area {
  width: 100%;
  margin-left: 5%;
}
.map_area h1, .map_area h4 {
  color: #fff;
}
.map_area h4 {
  font-weight: 300;
}
.title {
  position: absolute;
  top: 50px;
  z-index: 999;
}
.title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background-color: #ff000b8c;
  top: -14px;
  left: -27px;
  z-index: -1;
}
.zone_link {
  position: absolute;
  top: 200px;
  width: 70%;
  right: 20%;
}
.zone_link a {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.zone_link a {
  padding: 20px;
  background-color: #ffffff12;
  text-align: center;
}
.zone_link a:hover {
  background-color: #0314369c;
}
.zone_link p {
  font-size: 10px;
}
.glow1 a img, .glow2 a img, .glow3 a img {
  transition: 0.5s;
}
.glow1:hover a img {
  filter: drop-shadow(0 0 20px #fff);
}
.glow2:hover a img {
  filter: drop-shadow(0 0 0.6rem #fff);
}
.glow3:hover a img {
  filter: drop-shadow(0 0 0.6rem #fff);
}
.glow1 img, .glow2 img, .glow3 img {
  width: 25px;
}
.zone_link h4 {
  font-size: 16px;
  font-weight: 500;
}
.zone_link span {
  font-size: 10px;
}
/*footer css*/
.footer {
    padding: 4px;
    text-align: center;
    color: #fff;
    background: linear-gradient(95deg,#3023ae 40%,#c86dd7 100%) !important;
    font-size: 12px;
    width: 100%;
    z-index: 1;
    position: relative;
}
/*footer css*/
@media screen and (min-width: 768px) and (max-width: 999px) {}
/*animation css onload*/
.delay1 {
  animation: drop-in 1s ease 200ms backwards;
}
.delay2 {
  animation: drop-in 1200ms ease 300ms backwards;
}
.delay3 {
  animation: drop-in 1600ms ease 400ms backwards;
}
.delay4 {
  animation: drop-in 2000ms ease 500ms backwards;
}
.delay5 {
  animation: drop-in 2400ms ease 600ms backwards;
}
.delay6 {
  animation: drop-in 2800ms ease 700ms backwards;
}
.delay7 {
  animation: drop-in 3200ms ease 800ms backwards;
}
.delay8 {
  animation: drop-in 3600ms ease 830ms backwards;
}
.delay9 {
  animation: drop-in 4000ms ease 870ms backwards;
}
@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}
/*animation backgroun css*/
.stars {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  transform: rotate(-45deg);
  opacity: 0.3;
  z-index: -999;
}
.star {
  --star-color: var(--primary-color);
  --star-tail-length: 6em;
  --star-tail-height: 2px;
  --star-width: calc(var(--star-tail-length) / 6);
  --fall-duration: 9s;
  --tail-fade-duration: var(--fall-duration);
  position: absolute;
  top: var(--top-offset);
  left: 0;
  width: var(--star-tail-length);
  height: var(--star-tail-height);
  color: var(--star-color);
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(35deg, rgba(56, 146, 213, 1) 1%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  filter: drop-shadow(0 0 2px #fff);
  transform: translate3d(104em, 0, 0);
  animation: fall var(--fall-duration) var(--fall-delay) linear infinite, tail-fade var(--tail-fade-duration) var(--fall-delay) ease-out infinite;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .star {
    animation: fall var(--fall-duration) var(--fall-delay) linear infinite;
  }
}
.star:nth-child(1) {
  --star-tail-length: 7.08em;
  --top-offset: 58.2vh;
  --fall-duration: 6.856s;
  --fall-delay: 1.628s;
}
.star:nth-child(2) {
  --star-tail-length: 6.46em;
  --top-offset: 34.7vh;
  --fall-duration: 11.402s;
  --fall-delay: 5.352s;
}
.star:nth-child(3) {
  --star-tail-length: 5.72em;
  --top-offset: 4.34vh;
  --fall-duration: 8.701s;
  --fall-delay: 1.044s;
}
.star:nth-child(4) {
  --star-tail-length: 5.76em;
  --top-offset: 68.29vh;
  --fall-duration: 9.22s;
  --fall-delay: 0.266s;
}
.star:nth-child(5) {
  --star-tail-length: 6.9em;
  --top-offset: 38.87vh;
  --fall-duration: 11.813s;
  --fall-delay: 8.957s;
}
.star:nth-child(6) {
  --star-tail-length: 5.57em;
  --top-offset: 89.88vh;
  --fall-duration: 8.581s;
  --fall-delay: 9.472s;
}
.star:nth-child(7) {
  --star-tail-length: 6.78em;
  --top-offset: 57.68vh;
  --fall-duration: 6.022s;
  --fall-delay: 2.515s;
}
.star:nth-child(8) {
  --star-tail-length: 6.13em;
  --top-offset: 79.57vh;
  --fall-duration: 7.636s;
  --fall-delay: 3.099s;
}
.star:nth-child(9) {
  --star-tail-length: 5.26em;
  --top-offset: 55.39vh;
  --fall-duration: 6.355s;
  --fall-delay: 8.822s;
}
.star:nth-child(10) {
  --star-tail-length: 6.08em;
  --top-offset: 80.75vh;
  --fall-duration: 10.686s;
  --fall-delay: 7.421s;
}
.star::before, .star::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(var(--star-width) / -2);
  width: var(--star-width);
  height: 100%;
  background: linear-gradient(45deg, transparent, #fff, transparent);
  border-radius: inherit;
  animation: blink 2s linear infinite;
}
.star::before {
  transform: rotate(45deg);
}
.star::after {
  transform: rotate(-45deg);
}
@keyframes fall {
  to {
    transform: translate3d(-30em, 0, 0);
  }
}
@keyframes tail-fade {
  0%, 50% {
    width: var(--star-tail-length);
    opacity: 1;
  }
  70%, 80% {
    width: 0;
    opacity: 0.4;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0.6;
  }
}
/*CandidateLogin CSS Start*/
.login100-form input {
  outline: none;
  border: none;
  background-color: transparent;
}
.login100-form input:focus::-webkit-input-placeholder {
  color: transparent
}
.login100-form input:focus:-moz-placeholder {
  color: transparent
}
.login100-form input:focus::-moz-placeholder {
  color: transparent
}
.login100-form input:focus:-ms-input-placeholder {
  color: transparent
}
.login100-form input::-webkit-input-placeholder {
  color: #adadad
}
.login100-form input:-moz-placeholder {
  color: #adadad
}
.login100-form input::-moz-placeholder {
  color: #adadad
}
.login100-form input:-ms-input-placeholder {
  color: #adadad
}
.login100-form button {
  outline: none !important;
  border: none;
  background: 0 0
}
.login100-form button:hover {
  cursor: pointer
}
.wrap-login100 {
  background-image: linear-gradient(to right, #f5f5f5 0%, #ffffff 100%);
  border-radius: 10px;
  overflow: 1;
  padding: 40px;
  position: absolute;
  right: 0;
  top: -75px;
  z-index: inherit;
}
.login100-form {
  width: 100%
}
.login100-form-title {
  display: block;
  font-size: 32px;
  line-height: 20px;
  color: #333;
  font-weight: 200;
  text-align: center;
  margin-bottom: 30px;
}
.captcha_area {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 15px;
  text-align: center;
  ;
  padding: 14px;
  display: flex;
}
.captcha_area img {
  width: 24px;
}
.col-26 {
  width: 26%;
  float: left;
}
.col-16 {
  width: 16%;
  float: left;
}
.border_right {
  border-right: 1px dotted #70AED0;
}
.help_popup {
  position: relative;
  display: inline-block;
}
.captcha_area input[type="text"], .captcha_area input[type="number"] {
  width: 100%;
}
.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #50a6bf;
  margin-bottom: 24px;
}
.input100 {
  font-size: 15px;
  color: #555;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 35px;
  padding: 30px 0 20px 0;
  background-color: transparent !important;
}
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none
}
.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background: #6a7dfe;
  background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  background: -o-linear-gradient(left, #21d4fd, #b721ff);
  background: -moz-linear-gradient(left, #21d4fd, #b721ff);
  background: linear-gradient(left, #21d4fd, #b721ff)
}
.focus-input100::after {
  font-size: 18px;
  color: #a7a7a7;
  line-height: 1.2;
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: -11px;
  left: 23px;
  padding-left: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  /*	background-image: url("../image/mail_icon.svg"); background-repeat: no-repeat;*/
}
.input100:focus + .focus-input100::after {
  top: -10px
}
.input100:focus + .focus-input100::before {
  width: 100%
}
.has-val.input100 + .focus-input100::after {
  top: -10px
}
.has-val.input100 + .focus-input100::before {
  width: 100%
}
.btn-show-pass {
  font-size: 15px;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding-right: 5px;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s
}
.btn-show-pass:hover {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff)
}
.btn-show-pass.active {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff)
}
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px
}
.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: linear-gradient(90deg, #6369c9 34%, rgb(146 152 255) 49%, rgba(102, 104, 203, 1) 64%);
  top: 0;
  left: -100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s
}
.login100-form-profile_btn {
  background: linear-gradient(90deg, #51c9bf 34%, rgb(103 213 156) 49%, rgb(18 116 102) 64%) !important;
}
.wrap-login100-form-btn {
  width: 40%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 10px auto;
}
.login100-form-btn {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  height: 50px
}
.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0
}
.wrap-login200-form-btn:hover .login100-form-bgbtn {
  left: 0
}
@media(max-width: 576px) {
  .wrap-login100 {
    padding: 30px;
  }
  .login100-form-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.validate-input {
  position: relative
}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s
}
.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #c80000;
  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1
}
@media(max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1
  }
  .default_content {
    order: 1 !important;
  }
  .wrap-login100 {
    order: 2 !important;
  }
  /*candidate login CSS End*/
  .login_input {
    widows: 96%;
    margin: 0 auto;
    text-align: center;
  }
  .verticle_menu {
    margin-bottom: 16px;
  }
}
.login_inputBox input {
  position: relative;
  width: 90%;
  outline: none;
  padding: 4px;
  color: #000;
  background-color: #f3f3f3;
  margin: 10px 0;
  border: 1px solid #b480fc;
  border-radius: 10px;
  display: flex;
}
.otp_screen .login_submit_btn {
  text-align: center;
  margin-top: 10px;
}
.login_input {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.login_inputBox {
  float: left;
  display: flex;
  width: 16.6%;
  height: 62px;
}
.login_submit_btn input {
  position: relative;
  border: none;
  outline: none;
  padding: 5px 15px;
  background: linear-gradient(45deg, #866fd7 0%, #4976df 100%);
  color: #fff;
  transition: 0.5s;
  border-radius: 10px;
  margin-bottom: 4px;
  width: 100%;
}
.otp_screen {
  text-align: center;
  width: 100%;
  margin: 6px auto;
}
/*innerpage css start*/
.user_detail {
  color: #fff;
  padding: 4px 0px;
  font-size: 14px;
  width: 80%;
  margin: 10px auto;
}
.user_detail img {
  width: 30px;
}
.wrapper_innerpage {
  width: 100%;
  min-height: 80vh;
  height: 100%;
}
.innerpage_header {
  width: 100%;
  padding: 10px 0;
  background: linear-gradient(90deg, rgb(235 235 235) 0%, rgb(239 239 239) 100%);
}
.left_section {
  background-image: url("images/inner_bg_1.svg");
  background-size: cover;
  width: 45%;
  min-height: 100%;
}
.right_section {
  width: 52%;
  float: left;
}
.bill_info {}
.bill_info img {
  width: 270px;
}
.left_title {
  width: 80%;
  margin: 6% auto;
  text-align: center;
}
.left_title h1, .left_title h4 {
  color: #fff;
}
.left_title h1 span {
  font-size: 30px;
  font-weight: 100;
  color: #fff;
}
.btn_group {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
.bp_btn {
  margin: 0px;
}
.bp_btn a {
  display: block;
  border: 1px solid #fff;
  padding: 10px;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 20px;
  color: #fff;
}
.bp_btn a:hover, .bp_btn a:focus {
  background-color: rgba(0, 7, 88, 0.61);
  box-shadow: 0 0.5em 0.5em -0.4em #00ffeb;
  transform: translateY(-0.25em);
}
.right_section h4:before {
  position: absolute;
  width: 40px;
  height: 2px;
  left: 0;
  background-color: #a7d4f2;
  content: "";
  top: 30px;
}
.box {
  text-align: center;
  transition: all 0.3s ease-in-out 0.1s;
}
.box span {
  color: #191919;
  line-height: 10px;
  font-size: 14px;
}
.box a {
  border: 1px solid #ddd;
  padding: 8px;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease-in-out 0.1s;
}
.box:hover a {
  box-shadow: rgba(0, 0, 0, 0.2) 0px -10px 15px;
  transform: scale(1);
}
.box img {
  width: 40px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out 0.1s;
}
.box a:hover img {
  animation: bouncing 0.5s 0.3s;
}
@keyframes bouncing {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.right_section h4 {
  font-weight: 300;
}
.box a:hover {
  background-color: #f7f7f7;
}
.section_head {
  display: flex;
  height: 100%;
  min-height: 614px;
}
@media screen and (min-width: 320px) and (max-width: 999px) {
  .left_section, .right_section {
    width: 100%;
  }
  .wrapper_innerpage {
    height: 100% !important;
    margin: 0;
  }
  .section_head {
    display: block;
  }
  .wrap-login100-form-btn {
    width: 100%;
  }
  .box a {
    margin: 4px 0;
  }
  .bill_info h1 {
    font-size: 36px;
  }
  .bill_info h1 span {
    font-size: 26px;
  }
  .left_title {
    margin: 3% auto;
  }
  .left_panel, .right_panel {
    min-height: auto !important;
    padding: 20px;
  }
  .left_panel form {
    margin: 20px 0 0 0 !important;
    width: 100% !important;
  }
  .bill_table {
    background: none !important;
  }
  .discome_header {
    display: block;
    padding-top: 0px !important;
  }
  .discome_header h4 {
    font-size: 18px;
  }
  .discome_header img {
    width: 90px;
  }
}
/*local bill payment page*/
.left_panel, .right_panel {
  min-height: 808px;
  padding: 20px;
}
.left_panel {
  background-image: url("images/inner_bg_1.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.right_panel {
  background-color: #fff
}
.left_panel h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 100;
}
.left_panel span {
  font-weight: 500;
}
/*radio btn css*/
.left_panel form {
  display: block;
  margin: 20px auto 0 0;
  max-width: 90%;
  position: relative;
}
.left_panel input {
  position: fixed;
  top: -1.5em;
  left: -1.5em;
}
.left_panel label {
  cursor: pointer;
  display: block;
  font-weight: 400;
  text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2);
  transition: color 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  color: #fff;
}
.left_panel label:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.left_panel label span {
  box-shadow: 0 0 0 0.2em rgb(255 255 255) inset, 0 0.2em 0.2em rgba(0, 0, 0, 0.2), 0 0.3em 0.2em rgba(0, 0, 0, 0.2) inset;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
  width: 1em;
  height: 1em;
  transition: transform 0.2s cubic-bezier(0.5, 0, 0.5, 2), box-shadow 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95), color 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.left_panel label span, .worm__segment:before {
  border-radius: 50%;
}
.left_panel input:checked + label, .left_panel input:checked + label span, .worm__segment:before {
  color: #00d4ff;
}
.left_panel input:checked + label, input:checked + label span {
  transition-delay: 0.4s;
}
.left_panel input:checked + label span {
  transform: scale(1.2);
}
.worm {
  top: 0.375em;
  left: 0.375em;
}
.worm, .worm__segment {
  position: absolute;
}
.worm__segment {
  top: 0;
  left: 0;
  width: 0.75em;
  height: 0.75em;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.worm__segment:before {
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  background: currentColor;
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  margin-top: -2px;
  margin-left: -2px;
}
.worm__segment:first-child:before, .worm__segment:last-child:before {
  box-shadow: 0 0 1em 0 currentColor;
}
.worm__segment:nth-child(2) {
  transition-delay: 0.004s;
}
.worm__segment:nth-child(2):before {
  animation-delay: 0.004s;
}
.worm__segment:nth-child(3) {
  transition-delay: 0.008s;
}
.worm__segment:nth-child(3):before {
  animation-delay: 0.008s;
}
.worm__segment:nth-child(4) {
  transition-delay: 0.012s;
}
.worm__segment:nth-child(4):before {
  animation-delay: 0.012s;
}
.worm__segment:nth-child(5) {
  transition-delay: 0.016s;
}
.worm__segment:nth-child(5):before {
  animation-delay: 0.016s;
}
.worm__segment:nth-child(6) {
  transition-delay: 0.02s;
}
.worm__segment:nth-child(6):before {
  animation-delay: 0.02s;
}
.worm__segment:nth-child(7) {
  transition-delay: 0.024s;
}
.worm__segment:nth-child(7):before {
  animation-delay: 0.024s;
}
.worm__segment:nth-child(8) {
  transition-delay: 0.028s;
}
.worm__segment:nth-child(8):before {
  animation-delay: 0.028s;
}
.worm__segment:nth-child(9) {
  transition-delay: 0.032s;
}
.worm__segment:nth-child(9):before {
  animation-delay: 0.032s;
}
.worm__segment:nth-child(10) {
  transition-delay: 0.036s;
}
.worm__segment:nth-child(10):before {
  animation-delay: 0.036s;
}
.worm__segment:nth-child(11) {
  transition-delay: 0.04s;
}
.worm__segment:nth-child(11):before {
  animation-delay: 0.04s;
}
.worm__segment:nth-child(12) {
  transition-delay: 0.044s;
}
.worm__segment:nth-child(12):before {
  animation-delay: 0.044s;
}
.worm__segment:nth-child(13) {
  transition-delay: 0.048s;
}
.worm__segment:nth-child(13):before {
  animation-delay: 0.048s;
}
.worm__segment:nth-child(14) {
  transition-delay: 0.052s;
}
.worm__segment:nth-child(14):before {
  animation-delay: 0.052s;
}
.worm__segment:nth-child(15) {
  transition-delay: 0.056s;
}
.worm__segment:nth-child(15):before {
  animation-delay: 0.056s;
}
.worm__segment:nth-child(16) {
  transition-delay: 0.06s;
}
.worm__segment:nth-child(16):before {
  animation-delay: 0.06s;
}
.worm__segment:nth-child(17) {
  transition-delay: 0.064s;
}
.worm__segment:nth-child(17):before {
  animation-delay: 0.064s;
}
.worm__segment:nth-child(18) {
  transition-delay: 0.068s;
}
.worm__segment:nth-child(18):before {
  animation-delay: 0.068s;
}
.worm__segment:nth-child(19) {
  transition-delay: 0.072s;
}
.worm__segment:nth-child(19):before {
  animation-delay: 0.072s;
}
.worm__segment:nth-child(20) {
  transition-delay: 0.076s;
}
.worm__segment:nth-child(20):before {
  animation-delay: 0.076s;
}
.worm__segment:nth-child(21) {
  transition-delay: 0.08s;
}
.worm__segment:nth-child(21):before {
  animation-delay: 0.08s;
}
.worm__segment:nth-child(22) {
  transition-delay: 0.084s;
}
.worm__segment:nth-child(22):before {
  animation-delay: 0.084s;
}
.worm__segment:nth-child(23) {
  transition-delay: 0.088s;
}
.worm__segment:nth-child(23):before {
  animation-delay: 0.088s;
}
.worm__segment:nth-child(24) {
  transition-delay: 0.092s;
}
.worm__segment:nth-child(24):before {
  animation-delay: 0.092s;
}
.worm__segment:nth-child(25) {
  transition-delay: 0.096s;
}
.worm__segment:nth-child(25):before {
  animation-delay: 0.096s;
}
.worm__segment:nth-child(26) {
  transition-delay: 0.1s;
}
.worm__segment:nth-child(26):before {
  animation-delay: 0.1s;
}
.worm__segment:nth-child(27) {
  transition-delay: 0.104s;
}
.worm__segment:nth-child(27):before {
  animation-delay: 0.104s;
}
.worm__segment:nth-child(28) {
  transition-delay: 0.108s;
}
.worm__segment:nth-child(28):before {
  animation-delay: 0.108s;
}
.worm__segment:nth-child(29) {
  transition-delay: 0.112s;
}
.worm__segment:nth-child(29):before {
  animation-delay: 0.112s;
}
.worm__segment:nth-child(30) {
  transition-delay: 0.116s;
}
.worm__segment:nth-child(30):before {
  animation-delay: 0.116s;
}
.worm__segment:nth-child(31) {
  transition-delay: 0.120s;
}
.worm__segment:nth-child(31):before {
  animation-delay: 0.120s;
}
.worm__segment:nth-child(32) {
  transition-delay: 0.124s;
}
.worm__segment:nth-child(32):before {
  animation-delay: 0.124s;
}
.worm__segment:nth-child(33) {
  transition-delay: 0.128s;
}
.worm__segment:nth-child(33):before {
  animation-delay: 0.128s;
}
.worm__segment:nth-child(34) {
  transition-delay: 0.132s;
}
.worm__segment:nth-child(34):before {
  animation-delay: 0.132s;
}
.worm__segment:nth-child(35) {
  transition-delay: 0.136s;
}
.worm__segment:nth-child(35):before {
  animation-delay: 0.136s;
}
.worm__segment:nth-child(36) {
  transition-delay: 0.140s;
}
.worm__segment:nth-child(36):before {
  animation-delay: 0.140s;
}
.worm__segment:nth-child(37) {
  transition-delay: 0.144s;
}
.worm__segment:nth-child(37):before {
  animation-delay: 0.144s;
}
.worm__segment:nth-child(38) {
  transition-delay: 0.148s;
}
.worm__segment:nth-child(38):before {
  animation-delay: 0.148s;
}
.worm__segment:nth-child(39) {
  transition-delay: 0.152s;
}
.worm__segment:nth-child(39):before {
  animation-delay: 0.152s;
}
.worm__segment:nth-child(40) {
  transition-delay: 0.154s;
}
.worm__segment:nth-child(40):before {
  animation-delay: 0.154s;
}
/* States */
.left_panel input:nth-of-type(1):checked ~ .worm .worm__segment:before {
  animation-name: hop1;
}
@keyframes hop1 {
  from, to {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-1.5em);
  }
}
.left_panel input:nth-of-type(2):checked ~ .worm .worm__segment {
  transform: translateY(3em);
}
.left_panel input:nth-of-type(2):checked ~ .worm .worm__segment:before {
  animation-name: hop2;
}
@keyframes hop2 {
  from, to {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-1.5em);
  }
}
.left_panel input:nth-of-type(3):checked ~ .worm .worm__segment {
  transform: translateY(6em);
}
.left_panel input:nth-of-type(3):checked ~ .worm .worm__segment:before {
  animation-name: hop3;
}
@keyframes hop3 {
  from, to {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-1.5em);
  }
}
.left_panel input:nth-of-type(4):checked ~ .worm .worm__segment {
  transform: translateY(9em);
}
.left_panel input:nth-of-type(4):checked ~ .worm .worm__segment:before {
  animation-name: hop4;
}
@keyframes hop4 {
  from, to {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-1.5em);
  }
}
/* Dark mode */
@media screen and (prefers-color-scheme: dark) {
  body {
    background: #17181c;
    color: #e3e4e8;
  }
  .left_panel input:checked + label, .left_panel input:checked + label span, .worm__segment:before {
    color: #5583f6;
  }
}
.left_panel .inputBox {
  position: relative;
  margin-top: 62px;
}
.left_panel .inputBox input {
  position: ABSOLUTE;
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  color: #23242a;
  font-size: 1em;
  letter-spacing: 0.05em;
  transition: 0.5s;
  z-index: 10;
  left: 5px;
  top: -33px;
}
.left_panel .inputBox span {
  position: absolute;
  left: 10px;
  padding: 6px 0px 6px;
  pointer-events: none;
  color: #8f8f8f;
  font-size: 1em;
  letter-spacing: 0.05em;
  transition: 0.5s;
  top: -38px;
}
.left_panel .inputBox i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  overflow: hidden;
  transition: 0.5s;
  pointer-events: none;
}
.left_panel .inputBox input:valid ~ i, .left_panel .inputBox input:focus ~ i {
  height: 44px;
}
.right_panel p {
  font-size: 16px;
  line-height: 24px;
  color: #232323;
}
.right_panel ul {
  margin: 0;
  padding: 0
}
.right_panel ul li {
  margin: 0;
  padding: 0;
  line-height: 30px;
  margin-bottom: 20px;
}
.discome_header {
  width: 100%;
  padding: 10px;
  display: flex;
  padding-top: 30px;
}
.discome_header img {
  width: 120px;
}
.bill_table {
  background-image: url("images/bill_bg.svg");
  background-repeat: repeat-x;
  height: 768px;
}
.bill_table_header {
  padding: 10px 0 0 0;
  text-align: center;
}
.discome_logo {
  border-radius: 100%;
  padding: 16px;
  width: 100px;
}
.billTable {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-size: 12px;
}