/* information-area-start */
.apli-tab {
    display: flex;
    width: 900px;
    justify-content: space-between;
    border-bottom: 0px solid #dde0e4;
    margin: 0;
    margin-bottom: 40px;
}

.updates
{
    border-radius: 30px;
    background-color: hsl(48deg 100% 48%);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.bbmpnews
{
    border-radius: 30px;
    background-color: hsl(137deg 81% 90%);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pressreleases
{
    border-radius: 30px;
    background-color: hsl(214deg 83% 91%);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.citizenzone
{
    border-radius: 30px;
    background-color: hsl(41deg 82% 91%);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.upcomingevents
{
    border-radius: 30px;
    background-color: hsl(0deg 100% 94%);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px; 
}
.docanddown
{
    border-radius: 30px;
    background-color: hsl(204deg 14% 93%);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px; 
}

.updates.active .arrow-tabs > li:after
{
    border-bottom: 0px solid #526978;
    box-shadow: 0 7px 12px 0 rgb(0 0 0 / 24%);
    background: #f5c400 !important;
}





.arrow-tabs {
  width: 90%;
  min-width: 360px;
  /* margin: auto; */
  padding: 50px;
}

.arrow-tabs  {
  /* text-align: center; */
  /* font-weight: 500; */
  padding: 0;
  position: relative;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
  z-index: 1;
}
.arrow-tabs > li {
  display: inline-block;
    /* padding: 0.6em 0; */
  position: relative;
  /* width: 33%; */
  /* margin: 0 0 0 -4px; */
}


.arrow-tabs > li:before, .arrow-tabs > li:after {
  opacity: 0;
  transition: 0.3s ease;
}
.arrow-tabs  > li.ui-tabs-active:before, .arrow-tabs  > li.ui-tabs-active:after {
  opacity: 1;
}
.arrow-tabs  > li.ui-tabs-active a {
   color: #2A4759; 
}
.arrow-tabs  > li:hover:before, .arrow-tabs  > li:hover:after, .arrow-tabs > li:focus:before, .arrow-tabs  > li:focus:after {
  opacity: 1;
}
.arrow-tabs  > li:before, .arrow-tabs > li.ui-state-active:hover:before, .arrow-tabs > li.ui-state-active:focus:before {
  content: "";
  position: absolute;
  z-index: -1;
}
.arrow-tabs > li:nth-child(1):after, .arrow-tabs > li.ui-state-active:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  transform: rotate(45deg);
  /* box-shadow: 3px 3px 3px rgba(0, 153, 148, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.3); */
  /* box-shadow: 0 7px 12px 0 rgb(0 0 0 / 24%); */
}
.arrow-tabs > li:nth-child(1):after, .arrow-tabs > li.ui-state-active:nth-child(1):after {

  background: #f5c400;
 
}
.arrow-tabs > li:nth-child(2):after, .arrow-tabs > li.ui-state-active:nth-child(2):after {

background: #d1fadd;
}
.arrow-tabs > li:nth-child(3):after, .arrow-tabs > li.ui-state-active:nth-child(3):after {

background: #d5e6fb;
}
.arrow-tabs > li:nth-child(4):after, .arrow-tabs > li.ui-state-active:nth-child(4):after {

background: #fbefd5;
}
.arrow-tabs > li:nth-child(5):after, .arrow-tabs > li.ui-state-active:nth-child(5):after {

background: #ffe0e0;
}
.arrow-tabs > li:nth-child(6):after, .arrow-tabs > li.ui-state-active:nth-child(6):after {

background: #ebeef0;
}


.arrow-tabs > li:hover
{
    box-shadow: none !important;
}

/* .arrow-tabs  > li:hover:before, .arrow-tabs > ul > li:focus:before {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
} */
/* .arrow-tabs  > li:hover:after, .arrow-tabs  > li:focus:after {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.3);
} */
/* .arrow-tabs  > li:focus {
  outline: none;
} */
.arrow-tabs  > li a {
  color: #444;
  text-decoration: none;
}
/* .arrow-tabs > li a:focus {
  outline: none;
  text-decoration: none;
} */
.arrow-tabs  a span {
  position: relative;
  top: -0.5em;
}

.arrow-tabs.dark {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.arrow-tabs.dark  > li {
  background: #352624;
}
.arrow-tabs.dark > li:before, .arrow-tabs.dark > li.ui-state-active:hover:before, .arrow-tabs.dark  > li.ui-state-active:focus:before {
    box-shadow: 0 7px 12px 0 rgb(0 0 0 / 24%);
}
.arrow-tabs.dark > li:after, .arrow-tabs.dark > li.ui-state-active:hover:after, .arrow-tabs.dark > li.ui-state-active:focus:after {
  background: #352624;
  box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.arrow-tabs.dark > li:hover:before, .arrow-tabs.dark > li:focus:before {
  box-shadow: none;
}
.arrow-tabs.dark  > li:hover:after, .arrow-tabs.dark > li:focus:after {
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}
.arrow-tabs.dark  > li a {
  color: white;
}
.arrow-tabs.dark  > li.ui-tabs-active a {
  color: #009994;
}

.apli-link.active {
    border-bottom: 0px solid #526978;
}


/* end-of-tab-view */
/* Start of Penalty pop-up Styling */
.dash-popup-hdn2 h2
{
	text-align: center;
	font-size: 32px;
	color: #2a4759;
	font-weight: 700;
	line-height: 58px;
	margin-bottom: 23px;
}
.silent-fe h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 31px;
	color: #2a4759;
	font-weight: 500;
  }
.Penalty-section
{
  padding: 0px 18px;
}
.single-data-penalty-total
{
  display: flex;
  font-size: 14px;
    justify-content: space-between;
    padding: 7px 18px;
    background-color: #f5f5f5;
    border-radius: 5px;
    font-weight: 600;
}
.single-data-penalty
{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #2E475F;
  margin: 0;
  font-weight: 400;
}
/* End of Penalty pop up styling */
/* custom-checkbox-style */
.chat-img {
    margin-right: 10px;
}
.chat-img a img {
    width: auto;
    height: auto;
}

.containeres {
	display: block;
	position: relative;
	padding-left: 0;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	text-align: center;
	margin: auto;
	justify-content: center;
	width: 138px;
	align-items: center;
	height: 105px;
	padding-top: 18px;
	z-index: 999;
}
.containeres h5 {
	font-size: 16px;
	color: #2E475F;
	font-weight: 500;
	margin: 0;
	margin-top: 10px;
	position: relative;
}

.containeres input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 105px;
	width: 138px;
	background-color: #FFFFFF;
	border-radius: 20px;
	border: 2px solid #627886;
}


.containeres input:checked ~ .checkmark {
	background-color: #2D475D;
	position: absolute;
	z-index: -1;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.containeres input:checked ~ .checkmark::after {
	display: block;
	background: #FFFA73;
}

.containeres .checkmark::after {
	top: 20px;
	right: 20px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #E6E6E6;
	z-index: 999;
	display: block;
} 
.single-radio1 {
	margin-bottom: 15px;
	margin-right: 11px;
}
.dash-button-fx {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.dassh-board-button-wrap {
	width: 100%;
	background: #F5F5F5;
	border-radius: 32px;
	padding: 20px;
}
.containeres img {
	position: relative;
	z-index: 999;
}
/* information-area-end  */
/* custom-checkbox-style */

/* start of department-style */
.bbmp-departments
{
	padding: 30px;
}
.breadcumdep {
	/* display: flex; */
	align-items: center;
	/* padding: 0 30px; */
	margin-bottom: 20px;
  }
  .breadcumdep span img
  {
	  position: absolute;
	  right: 0;
  }
  .breadcumdep a {
	font-size: 20px;
	color: #627886;
	font-weight: 400;
	line-height: 17px;
	margin: 0 3px;
  }
  .breadcumdep a span{
	  /* font-weight: 500; */
	  color: #2A4759;
  }
  .hero-action-fl1 {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	flex-wrap: wrap;
	padding: 33px 0;
  }
  
  .hero-action-fl1 a {
	width: 230px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #2a4759;
	font-size: 16px;
	border-radius: 40px;
	background: #d4e5fb;
	margin: 10px 25px 0 0;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	position: relative;
  }
  
  .hero-action1 {
	max-width: 720px;
	margin: auto;
  }
  
  .hero-action-fl1 a:nth-child(2) {
	background: #d0fadc;
  }
  
  .hero-action-fl1 a:nth-child(3) {
	background: #fbefd6;
  }
  
  .hero-action-fl1 a:nth-child(4) {
	background: #ffdede;
  }
  
  .hero-action-fl1 a:nth-child(5) {
	background: #eaedef;
  }
  
  .hero-action-fl1 a i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
  }
/* end-of-department-style */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	/* information-area-start  */
	.arrow-tabs
    {
    display: flex;
    justify-content: flex-start;

    }
    .information-title
    {
        padding-top: 20px;
        padding-bottom:10px;
    }
    .arrow-tabs li{
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .arrow-tabs > li:nth-child(1):after, .arrow-tabs > li.ui-state-active:after
    {
        bottom: 13px;
    }
	/* information-area-end  */
	/* strat-department-style */
	.hero-action-fl1 a {
        width: -webkit-fill-available;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        border-radius: 40px;
        margin: 0 5px 0 0;
        margin-bottom: 10px;
        display: flex;
        font-weight: 400;
    }
	.hero-action-fl1.bx a {
        width: 46%;
        font-size: 12px;
        line-height: 34px;
    }
	/* end-department-style */
		  /*Start of popup mobile responsive */
		  .silent-fe h4 {
			font-size: 18px;
			font-weight: 700;
			line-height: 31px;
			color: #2a4759;
		  }
	.dash-popup-wra1 {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.dash-popup-hdn2 h2 {
		font-size: 22px;
	  }

	  /* End of popup mobile responsive */
    .single-radio1 label {
        display: flex;
        align-items: center;
        padding: 0;
        justify-content: start;
        padding-left: 10px;
      }
      .single-radio1 label h5 {
        margin: 0;
        margin-left: 11px;
      }
      .single-radio1 label {
        background: #fff;
      }
      .single-radio1 label span {
        border-radius: 60px;
        height: 45px;
      }
      .single-radio1 label {
        border-radius: 60px;
        height: 45px;
      }
      .single-radio1 img {
        border-radius: 50%;
        max-width: 29px;
      }
      .single-radio1 .containeres .checkmark::after {
        top: 15px;
      }
      .single-radio1 {
        margin-right: 0;
        width: 75%;
      }
      .dash-button-fx {
        justify-content: space-between;
      }
      .checkmark
        {
            width: 196px;
        }
}