/*Tabs css */
.tab_container {
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
position: relative;
}
.body {
  font-family: 'Inter', sans-serif;
}
.line_547{
line-height: 16px;
} 
.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.tab_container .mainlables {
    font-size: 14px;
  display: block;
  font-weight: 500;
float: left;
width: 33.3%;
padding: 10px;
color: #757575;
cursor: pointer;
text-decoration: none;
text-align: center;
background: #f0f0f0;
}
.position_relative {
  position:relative;
      text-align: center;
}

.mini_heading {
text-align: center;
text-transform: uppercase;
padding-bottom: 5px;
    font-size: 18px;
  font-weight: 600;
}
.mini_heading:before {
   width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}
.mini_heading:after {
   width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}
.create-user .form-label {
  margin-bottom: .5rem;
  font-weight: 500;

}

.sub_heading { 
text-align: center;
text-transform: uppercase;
padding-bottom: 5px;
    font-size: 16px;
}
/*.sub_heading:before {*/
/*     width: 28px;*/
/*    height: 5px;*/
/*    display: block;*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: -2px;*/
/*    left: 50%;*/
/*    margin-left: -14px;*/
/*    background-color: #1cbb8c;*/
/*}*/
/*.sub_heading:after {*/
/*     width: 100px;*/
/*    height: 1px;*/
/*    display: block;*/
/*    content: "";*/
/*    position: relative;*/
/*    margin-top: 10px;*/
/*    left: 50%;*/
/*    margin-left: -50px;*/
/*    background-color: #1cbb8c;*/
/*}*/

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
display: block;
padding: 20px;
background: #fff;
color: #999;
border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content p,
.tab_container .tab-content h3,
.tab_container .tab-content h4 {
-webkit-animation: fadeInScale 0.7s ease-in-out;
-moz-animation: fadeInScale 0.7s ease-in-out;
animation: fadeInScale 0.7s ease-in-out;
}


.tab_container [id^="tab"]:checked + label {
background: #fff;
box-shadow: inset 0 3px #0CE;
}

.tab_container [id^="tab"]:checked + label .fa {
color: #0CE;
}

label .fa {
font-size: 1.3em;
margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 900px) {
label span {
  display: none;
}

.tab_container {
  width: 98%;
}
}

/*Content Animation*/
@keyframes fadeInScale {
0% {
  transform: scale(0.9);
  opacity: 0;
}

100% {
  transform: scale(1);
  opacity: 1;
}
}

.no_wrap {
text-align:center;
color: #0ce;
}
.link {
text-align:center;
}
/*Tabs css end*/
.img-circle{
  border-radius: 50%;
}
a {
  text-decoration:none !important;
}
.clr-blue {
      color: #3b7ddd;
}
.create-user .form-check-input {
  height: 1.8em;
  width: 1.8em;
}
.user_full small {
      font-size: 12px!important;
  font-weight: 600 !important;
}
.f-24 {
  font-size: 24px;
}
.dashboard_card {
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.dashboard_card img {
  opacity:0.5;
}
.profile-user-img { 
 width: 125px;
 box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.avatar-upload {
 position: relative;
 max-width: 205px;
 margin: auto;
 margin-bottom: 20px;
}
.avatar-upload .avatar-edit {
 position: absolute;
 right: 40px;
 z-index: 1;
 top: 90px;
}
.avatar-upload .avatar-edit input {
 display: none;
}
.avatar-upload .avatar-edit input + label {
 display: inline-block;
 width: 34px;
 height: 34px;
 margin-bottom: 0;
 border-radius: 100%;
 background: #fff;
 border: 1px solid #d2d6de;
 box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
 cursor: pointer;
 font-weight: normal;
 transition: all 0.2s ease-in-out;
 position: relative;
  left: -31px;
}
.avatar-upload .avatar-edit input + label:hover {
 background: #f1f1f1;
 border-color: #d6d6d6;
}
/* .avatar-upload .avatar-edit input + label:after {*/
/*	 content: "\f030";*/
/*	 font-family: 'FontAwesome';*/
/*	 color: #337ab7;*/
/*	 position: absolute;*/
/*	 left: 0;*/
/*	 right: 0;*/
/*	 text-align: center;*/
/*	 line-height: 34px;*/
/*	 margin: auto;*/
/*}*/


.sender-name{
margin-bottom: 5px;
}

@media(min-width: 992px) {
  .content1 {
      padding:0px !important;
  }
}

.card-box {
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #fff;
}

.social-links li a {
  border-radius: 50%;
  color: rgba(121, 121, 121, .8);
  display: inline-block;
  height: 30px;
  line-height: 27px;
  border: 2px solid rgba(121, 121, 121, .5);
  text-align: center;
  width: 30px
}
.list-inline-item a i{
  width:14px;
  height:14px;
}
.social-links li a:hover {
  color: #797979;
  border: 2px solid #797979
}
.thumb-lg {
  height: 88px;
  width: 88px;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.text-pink {
  color: #ff679b!important;
}
.btn-rounded {
  border-radius: 2em;
}
.text-muted {
  color: #98a6ad!important;
}






@media (max-width: 769px) {
.email-wrapper .mail-sidebar {
  position: relative;
}





}




@media (max-width: 767.98px) {
.email-wrapper .mail-sidebar {
  position: fixed;
  z-index: 99;
  background: #ffffff;
  width: 45%;
  min-width: 300px;
  left: -100%;
  display: block;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}
}

.email-wrapper .mail-sidebar .menu-bar {
width: 100%;
float: right;
height: 100%;
min-height: 100%;
}

@media (max-width: 767.98px) {
.email-wrapper .mail-sidebar .menu-bar {
  min-height: 100vh;
  max-height: 100%;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
}

.email-wrapper .mail-sidebar .menu-bar .menu-items {
padding: 0;
margin-bottom: 0;
height: auto;
list-style-type: none;
}

.email-wrapper .mail-sidebar .menu-bar .menu-items li {
padding: 10px 15px;
transition: 0.4s;
position: relative;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.email-wrapper .mail-sidebar .menu-bar .menu-items li:hover {
background: rgba(240, 244, 249, 0.8);
}

.email-wrapper .mail-sidebar .menu-bar .menu-items li a {
color: #303a40;
font-size: 0.75rem;
text-decoration: none;
}

.email-wrapper .mail-sidebar .menu-bar .menu-items li a i {
margin-right: 8px;
font-size: 0.75rem;
line-height: 1.5;
}

.email-wrapper .mail-sidebar .menu-bar .menu-items li.active {
background: #e6e9ed;
border-radius: 4px;
}

.email-wrapper .mail-sidebar .menu-bar .menu-items li.active a {
color: #464dee;
}

.email-wrapper .mail-sidebar .menu-bar .menu-items li.compose:hover {
background: transparent;
}

.email-wrapper .mail-sidebar .menu-bar .online-status {
margin-top: 1rem;
}

.email-wrapper .mail-sidebar .menu-bar .online-status .chat {
font-size: 0.75rem;
color: #464dee;
margin-bottom: 0;
font-weight: 600;
}

.email-wrapper .mail-sidebar .menu-bar .online-status .status {
height: 10px;
width: 10px;
border-radius: 100%;
display: inline-flex;
justify-content: flex-start;
transform: translateX(-43px) translateY(2px);
}

.email-wrapper .mail-sidebar .menu-bar .online-status .status:after {
font-size: 12px;
color: #2e383e;
margin: -5px 0 0 18px;
}

.email-wrapper .mail-sidebar .menu-bar .online-status .status.offline {
background: #ef5958;
}

.email-wrapper .mail-sidebar .menu-bar .online-status .status.offline:after {
content: "Offline";
}

.email-wrapper .mail-sidebar .menu-bar .online-status .status.online {
background: #0ddbb9;
}

.email-wrapper .mail-sidebar .menu-bar .online-status .status.online:after {
content: "Online";
}

.email-wrapper .mail-sidebar .menu-bar .profile-list {
padding: 10px 0;
}

.email-wrapper .mail-sidebar .menu-bar .profile-list-item {
border-bottom: 1px solid #e9e9e9;
padding: 6px 0;
display: block;
}

.email-wrapper .mail-sidebar .menu-bar .profile-list-item:last-child {
border-bottom: 0;
}

.email-wrapper .mail-sidebar .menu-bar .profile-list-item a {
text-decoration: none;
}

.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .pro-pic {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
padding: 0;
width: 20%;
max-width: 40px;
}

.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .pro-pic img {
max-width: 100%;
width: 100%;
border-radius: 100%;
}

.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user {
width: 100%;
padding: 5px 10px 0 15px;
}

.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-name {
font-weight: 400;
font-size: 0.75rem;
line-height: 1;
color: #000000;
}

.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-designation {
font-size: calc(0.75rem - 0.1rem);
margin-bottom: 0;
}

.email-wrapper .sidebar.open {
left: 0;
}

/* Mail List Container */
.email-wrapper .mail-list-container {
border-left: 1px solid #e9e9e9;
height: 100%;
padding-left: 0;
padding-right: 0;
}

.email-wrapper .mail-list-container a {
text-decoration: none;
}

.email-wrapper .mail-list-container .mail-list {
border-bottom: 1px solid #e9e9e9;
display: flex;
flex-direction: row;
padding: 10px 15px;
width: 100%;
}

.email-wrapper .mail-list-container .mail-list:last-child {
border-bottom: none;
}

.email-wrapper .mail-list-container .mail-list .form-check {
margin-top: 12px;
width: 11%;
min-width: 20px;
}

.email-wrapper .mail-list-container .mail-list .content {
width: 83%;
padding-left: 0;
padding-right: 0;
}

.email-wrapper .mail-list-container .mail-list .content .sender-name {
font-size: 0.75rem;
font-weight: 400;
max-width: 95%;
}

.email-wrapper .mail-list-container .mail-list .content .message_text {
margin: 0;
max-width: 93%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.email-wrapper .mail-list-container .mail-list .details {
width: 5.5%;
}

.email-wrapper .mail-list-container .mail-list .details .date {
text-align: right;
margin: auto 15px auto 0;
white-space: nowrap;
}

.email-wrapper .mail-list-container .mail-list .details i {
margin: auto 0;
color: #ddd;
}

.email-wrapper .mail-list-container .mail-list .details i.favorite {
color: #fcd539;
}

.email-wrapper .mail-list-container .mail-list.new_mail {
background: #e6e9ed;
}

.email-wrapper .mail-list-container .mail-list.new_mail .details .date {
color: #000000;
}

/* Message Content */
.email-wrapper .message-body .sender-details {
padding: 20px 15px 0;
border-bottom: 1px solid #e9e9e9;
display: -webkit-flex;
display: flex;
}

.email-wrapper .message-body .sender-details .details {
padding-bottom: 0;
}

.email-wrapper .message-body .sender-details .details .msg-subject {
font-weight: 600;
}

.email-wrapper .message-body .sender-details .details .sender-email {
margin-bottom: 20px;
font-weight: 400;
}

.email-wrapper .message-body .sender-details .details .sender-email i {
font-size: 1rem;
font-weight: 600;
margin: 0 1px 0 7px;
}

.email-wrapper .message-body .message-content {
padding: 50px 15px;
}

.email-wrapper .message-body .attachments-sections ul {
list-style: none;
border-top: 1px solid #e9e9e9;
padding: 30px 15px 20px;
}

.email-wrapper .message-body .attachments-sections ul li {
padding: 10px;
margin-right: 20px;
border: 1px solid #e9e9e9;
border-radius: 5px;
}

.email-wrapper .message-body .attachments-sections ul li .thumb {
display: inline-block;
margin-right: 10px;
}

.email-wrapper .message-body .attachments-sections ul li .thumb i {
font-size: 30px;
margin: 0;
color: #2e383e;
}

.email-wrapper .message-body .attachments-sections ul li .details p.file-name {
display: block;
margin-bottom: 0;
color: #2e383e;
}

.email-wrapper .message-body .attachments-sections ul li .details .buttons .file-size {
margin-right: 10px;
margin-bottom: 0;
font-size: 13px;
}

.email-wrapper .message-body .attachments-sections ul li .details .buttons a {
font-size: 13px;
margin-right: 10px;
}

.email-wrapper .message-body .attachments-sections ul li .details .buttons a:last-child {
margin-right: 0;
}


.bg_left {
 position:relative;
  padding: 3rem;
  background-position: center;
  object-fit: cover;
  background-color: #FFE9E9;
      height: 100vh;
}
.bg_left img:nth-child(1) {
      position: absolute;
  top: 0;
  left: 35%;
  width: 260px;
}
.bg_left img:nth-child(2) {
       position: absolute;
  bottom: 0;
  left: 25%;
  width: 430px;
  height: auto;
}
.Main_form {
 padding: 3rem;
    background-color: white;
}
.Main_form form input {
      background-color: #EFEFEF !important;
  border: 0;
  border-radius: 3px;
}
.Main_form .btn-login {
     background-color: #a8252a;
  text-transform: uppercase;
  border: 0;
  font-weight: 600;
  color: #fff !important;
  font-size: 16px;
  letter-spacing: 0px;

}
.Main_form .btn-login:hover,
.Main_form .btn-login:active {
  background-color: #f5be25;
    border-color: #f5be25;
    color: #fff !important;
}
.sidebar-brand-text {
  display: block;
  margin-left: 1rem;
  color:#0447AD !important;
}
.sidebar, body[data-theme=dark] .sidebar {
  background: #ffffff !important;
}
.sidebar-item.active .sidebar-link:hover, .sidebar-item.active > .sidebar-link {
  background: #A8252A;
  border-left-color: #F5BE25;
  color: #e9ecef;
}
.wrapper, body[data-theme=dark] .wrapper {
  background: #fff !important;
}
.sidebar-content, body[data-theme=dark] .sidebar-content {
  background: #ffffff !important;
}
.sidebar-link, a.sidebar-link {
  background: #ffffff;
  border-left: 3px solid transparent;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: .625rem 1rem;
  position: relative;
  text-decoration: none;
  transition: background .1s ease-in-out;
  color: black;
}
.sidebar-link:hover {
  background: #7f7f7f;
  border-left-color: transparent;
}
.sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg {
  color: rgb(73 80 87);
  margin-right: .75rem;
  font-size: 20px;
}

.symbol {

  width:20px;

  height:20px;

  margin-right: 5px;

  float:left;

  -webkit-border-radius: 10px;

  border-radius: 10px;

}

.label {

  cursor:pointer;

  margin-top: 2.5px;

}

.labelContainer {

display: flex;

}			

.bg-today {
  padding:10px;
  background: rgb(151,231,225);
  background: linear-gradient(90deg, rgba(151,231,225,1) 0%, rgba(255,255,255,1) 84%);
}
.bg-today h4 {
       margin-bottom: 0;
   font-weight:bold;
}
.btn-pdf,
.btn-pdf:hover,
.btn-pdf:active {
  background-color: #FFE0E0 !important;
  border-radius: 5px !important;
  color: black !important;
}

.btn-excel,
.btn-excel:hover,
.btn-excel:active {
  background-color: #A2F9DF !important;
  border-radius: 5px !important;
  color: black !important;
}
.btn-Add,
.btn-Add:hover,
.btn-Add:active{
  background-color: white;
  border-radius: 30px;
  border: 1px solid #a8252a;
}
.member-card h4 {
  margin-bottom: 0;
  font-weight:bold;
}
.card {
  box-shadow: 0 0 .875rem 0 rgba(33, 37, 41, .05);
  margin-bottom: 1rem;
}
.bg-complesurvey {
       background: url(../img/image3.png);
  height: auto;
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
}
.card-ulbs {
  padding: 8px;
  border-radius: 0!important;
  background-color: #FFE0CA; 
}
.card-syurvey {
  padding: 8px;
  border-radius: 0!important;
  background-color: #B9C1ED;  
}
.card_parent_ulbs .d-flex div:nth-child(1) {
  font-size:12px;
}
.card_parent_surveyor {
  padding-right:0px;
}
.card_parent_surveyor .d-flex div:nth-child(2) {
  font-size:12px;
}
.card_parent_ulbs {
  padding-left:0px;
  border-left: 1px solid #ccc;
}
.card-ulbs h4 {
  margin-bottom: 0px;
}
.card-syurvey h4 {
  margin-bottom: 0px;
}
.card-header2{
background: rgb(255,208,176);
background: linear-gradient(90deg, rgba(255,208,176,1) 0%, rgba(255,255,255,1) 84%); 
}
.bottom_card .card_parent_surveyor {
  padding-right:15px;
}
.reports_header {
      background-color: #AAFFD5;
}
.reports_body {
      background-color: #fff;
}
.reports_body tr td button {
      border-radius: 30px;
}


.Main_form h4   {
      color: #A8252A;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom: 3px;
}
.Main_form p   {
  color: #D39E0A;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0rem;
  letter-spacing: 3px;
}
.header_title {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}
.navbar-bg, body[data-theme=dark] .navbar-bg {
  background: #a8252a;
}
.hamburger, .hamburger:after, .hamburger:before {
  background: #ffffff;
  border-radius: 1px;
  content: "";
  cursor: pointer;
  display: block;
  height: 3px; 
  transition: background .1s ease-in-out, color .1s ease-in-out;
  width: 24px;
}
.content {
  padding: 2rem 2rem 1.5rem;
      /* min-height: 100vh; */
}
.btn-Add {
  background-color:white;
}
.title_pages {
      font-size: 20px;
  font-weight: 600;
}
.thead_bg {
 background-color:#FFEBB5;
}
.tbody_bg {
      background-color: white;
}
.table tbody, .table td, .table tfoot, .table th, .table thead, .table tr, .table > :not(:last-child) > :last-child > * {
  border-color: #f5f7fb;
}
.card_text h1  {
      font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.card_img p {
      font-size: 14px;
  color: #b2b2b2;
  
}
.card_img {
  text-align: center;
}

.card_img img {
  width: 60px;
  height: 60px;
}
.card-color{
  background-color: #002a5c;
  color: #fff;
}
.new-card{
  padding-top: 12px;
}
.green-card{
 background-color: #46793b;
 color: #fff;
}
.red-card{
  background-color: #f1041d;
  color: #fff;
}
.zone-card {
  background-color: #d7ecfb;
}
.verified-card{
  background-color: #e0f2e0;
}
.unverified-card{
  background-color: #ff9933;
}
.waiting-card{
  background-color: #faaf4e;
  color: #fff;
}
.waiting-inner-card{
  background-color: #fadeba;
}
.today-total{
  background-color: #00C49F;
  color: #ffff;
}
.search-button{
  border: none !important;
  width: 240px;
  height: 32px;
  background-color: rgb(217, 217, 217);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}
.today-total-inner{
  background-color: #cbf9f0;
}
.expanded {
  padding-left: 0px;
}
.admin_info {   
  text-align: end;
  line-height: 15px;
  color: white;
}

/*chart css*/
.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 660px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.card_chart { 
      overflow: hidden;
  padding: 5px;
}

.btn_viewmore,
.btn_viewmore:hover,
.btn_viewmore:active {
  border-radius: 30px;
  background-color: #2f64b1;
  color: white;
  padding: 3px 8px;
  font-size: 13px;
}
.card_details p {
  font-weight:600;
  margin-bottom:0;
}
.card_details label {
      font-size: 12px;
}
.card_details {

  position: relative;
}
.Mobile_menu {
  display: none;
}
.closebtn {
  display: none;
}
.log_in { 
  padding: 0px;
}
.log_in .d-xs-none {
  padding-left: 0;
}
.filters label {
  margin-bottom: 0.5rem;
font-size: 12px;
}
.filters input,
 .filters input:hover,
 .filters input:focus {
  border: none;
  border-radius: 5px;
  background-color: #D9D9D9;
}
.filters .form-group {
  margin-bottom: 1rem;
}
.btn-searcch,
.btn-searcch:hover,
.btn-searcch:focus,
.btn-searcch:active {
  background-color: #D34329 !important;
  border: none;
  border-radius: 5px;
  color: white;
  width: 125px;
}

.btn_submiit,
.btn_submiit:hover,
.btn_submiit:focus,
.btn_submiit:active {
  background-color: #EC1117 !important;
  border: none;
  border-radius: 30px;
  color: white;
}
.filters input,
 .filters input:hover,
 .filters input:focus {
  border: none;
  border-radius: 5px;
  background-color: #D9D9D9;
}
.dropdown_input,
.dropdown_input:hover,
.dropdown_input:focus {
  border: none;
  border-radius: 5px;
  background-color: #D9D9D9;
}
.inputdate,
.inputdate:hover,
 .inputdate:focus {
  border: none;
  border-radius: 5px;
  background-color: #D9D9D9;
}
.filters select,
 .filters select:hover,
 .filters select:focus {
  border: none;
  border-radius: 5px;
  background-color: #D9D9D9;
}
.pagination ul {
  margin-left: auto;
}
.dots {
  width: 3.5em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.dots div {
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #fc2f70;
  animation: fade 0.8s ease-in-out alternate infinite;
}

.dots div:nth-of-type(1) {
  animation-delay: -0.4s;
}

.dots div:nth-of-type(2) {
  animation-delay: -0.2s;
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}



@media only screen and (max-width: 600px) {
  .content {
    padding: 1rem 0.5rem .5rem;
}
.btn_viewmore, .btn_viewmore:hover, .btn_viewmore:active {
  border-radius: 30px;
  background-color: #2f64b1;
  color: white;
  padding: 3px 8px;
  font-size: 13px;
  width: 115px;
}
.js-sidebar {
  display: none; /* Hide sidebar by default on mobile */
}

.js-sidebar.visible {
  display: block; /* Show sidebar when it has the 'visible' class */
}
.js-sidebar {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
}
.sidebar.collapsed {
  margin-left: 0px;
}
.closebtn {
  font-size: 40px;
  right: 10px;
  position: absolute;
  color: black;
  top: 0px;
  display: block;
  z-index: 9;
        left: 200px;
}
.d-xs-none {
  display: none;
}
.log_in {
  background-color: #fff;
  height: 100%;
  display: grid;
}
.Main_form {
  padding: 0rem;
}
.Main_form h4 {
  color: #A8252A;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 6px;
}
}





/* Sidebar CSS */
.sidebar {
  width: 25%; /* Initial width */
  transition: width 0.3s ease;
}

/* Main Content CSS */
.col {
  width: 100%; /* Initial width */
  transition: width 0.3s ease;
}

/* Expanded State */
.expanded .sidebar {
  width: 25%;
  position: fixed;
  padding-left: 0px;
  transition: width 0.3s ease;
}

.expanded .col {
  width: 75%;
}

/* Collapsed State */
.collapsed .sidebar {
  width: 0;
}

.collapsed .col {
  width: 100%;
}
.sidebar-toggle {
  background: none;
    outline: none;
    border: none;
}
.card_text p {  
  margin-bottom: 0rem;
  margin-top: 0.5rem;
}
.sidebar-item.active {
  background-color: #a8252a;
  color: #fff; /* Text color for active item */ 
}
.recharts-layer path {
  outline: none !important;
}






