body{
  background-color: #F5F1F1;
}
    /* Medium (500) */
    @font-face {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 500;
      font-display: swap;
      src: url('Poppins/Poppins-Medium.woff2') format('woff2'),
           url('Poppins/Poppins-Medium.woff') format('woff'),
           url('Poppins/Poppins-Medium.ttf') format('truetype');
  }
  
  /* Semi-Bold (600) */
  @font-face {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url('Poppins/Poppins-SemiBold.woff2') format('woff2'),
           url('Poppins/Poppins-SemiBold.woff') format('woff'),
           url('Poppins/Poppins-SemiBold.ttf') format('truetype');
  } 
  
  /* Bold (700) */
  @font-face {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url('Poppins/Poppins-Bold.woff2') format('woff2'),
           url('Poppins/Poppins-Bold.woff') format('woff'),
           url('Poppins/Poppins-Bold.ttf') format('truetype');
  }

  @font-face{
    font-family: 'Noto Sans Telugu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('NotoSansTelugu/NotoSansTelugu-Regular.ttf') format('truetype');
  }

  @font-face{
    font-family: 'Noto Sans Telugu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('NotoSansTelugu/NotoSansTelugu-Bold.ttf') format('truetype');
  }

  @font-face{
    font-family: 'Noto Sans Telugu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('NotoSansTelugu/NotoSansTelugu-Medium.ttf') format('truetype');
  }

:root {
  --primary: #5B8C51;
  --secondary: #EDDD5E;
  --light: #F7F7F7;
  --dark: #697586;
  --black: #212121;
}


body {
  font-family: 'Poppins' !important;
  overflow: auto !important;
  padding-right: 0 !important;
}
.header_bg{
  /* background-color:#ffc431; */
  background: linear-gradient(358deg, #d9bf5d, #0ae0c7);
  /* background: linear-gradient(358deg, #ffc40094, #0ae0c7); */
  position: fixed;
  z-index: 9999;
  width:100%

}
.minister_bg{
  background-color: #FAA742;
  border: 2px solid #fff;
  border-radius: 23px;
  width: fit-content;
}
.br23{
  border-radius: 23px;
}
.text-decoration-none{
  text-decoration: none;
}
.font-weight-600{
  font-weight: 600;
}
.font-weight-500{
  font-weight: 500;
}
.login_bg{
  background-color: #edfffb;
  border-radius: 14px;
  border: 1px solid #b4fff1;
}
.login_bg1{
  background-color: #dcf4ef;
  border-radius: 14px;
  border: 1px solid #b4fff1;
}
.siteclr{
  color: #164E5F;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
  border: 1px solid #cecece;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
  border: 1px solid #cecece;
}
.loginbtn{
  background-color: #18A18C;
  background: linear-gradient(356deg, #3f3c3294, #18A18C);
  border: none;
  color: #fff;
  border-radius: 14px;
}
.sectionbg{
  background-image: url(../images/line_shape.png), linear-gradient(356deg, #ffe49494, #e6ffe7);
  background-repeat: no-repeat;
  padding-bottom: 120px;
  position: relative;
}
.formht{
  height: 40px;
  border-radius: 29px;
}
.f14{
  font-size: 14px;
}
.font1{
  font-family: 'Noto Sans Telugu';
}
.p51{
  padding: 11px 20px 12px 23px !important;
}
.heading{
  color: #0a4e45;
  text-decoration: underline;

}
.bg-success{
  border-radius: 13px;
  width: fit-content;
  font-size: 13px;
}
.bg-warning{
  border-radius: 13px;
  width: fit-content;
  font-size: 13px;
  background-color: #f7bd00 !important;
}
.f11{
  font-size: 11px;
}
.f13{
  font-size: 13px;
}
.f17{
  font-size: 17px;
}
tbody td{
  font-size: 14px;
  font-weight: 500;
}
.theadclr{   
  font-weight: 600;
  color: #003b33 !important;
  background-color: #fff9d6 !important;

}
.arrow{
  background-color: #e9e9e98c;
  border-radius: 14px;
  padding: 6px 7px 6px 7px;
}
.label{
  color: #000;
}
/* media queries with min and max width */
@media only screen and (max-width: 1400px) and (min-width: 1200px)  {
input,select{
  font-size:14px!important;
}
label {
  display: inline-block;
  font-size: 13px !important;
}
}
@media only screen and (max-width: 480px) and (min-width: 321px)  {
  .fs-17{
    font-size: 16px!important;
  }
  .h125{
    height: 125px!important;
  }
  .fs-14{
    font-size: 15px!important;
  }
  .fs-13{
    font-size: 14px!important;
  }
  .formht{
    height: 43px!important;
    border-radius: 29px;
  }
}



/* ---------------------------------------------------
    Side navbar Style
----------------------------------------------------- */

#sidebar {
  width: 270px;
  position: fixed;
  top: 94px;
  left: 0;
  height: 100vh;
  z-index: 999;
  color: #2f2f2f;
  background-color: #fbfffd !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
/*  background: #f9f9f9;*/
  /* -webkit-box-shadow: 0 2px 17px 2px rgba(82, 63, 105, 0.13);
  box-shadow: 0 2px 17px 2px rgba(82, 63, 105, 0.13); */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s;
  overflow-y: auto;
  /* box-shadow: 0 .04rem 0.45rem 0 rgba(58, 59, 69, .09) !important; */
}

#sidebar.active {
  margin-left: -270px;
}

#sidebar .sidebar-header {
  padding: 18px 20px;
  background-image: linear-gradient(135deg, #0c8bf1 0px, #8d62f3 100%);
}

#sidebar .sidebar-header>a {
  text-transform: uppercase;
}

#sidebar .sidebar-header .navbar-brand {
  position: relative;
  padding-bottom: 0;
}


#sidebar ul{
  padding-left: 0rem !important;
}
#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar .side-menu {
  position: relative;
  margin-bottom: 60px;
  margin-top: 28px;
  padding-bottom: 40px;
  /* padding: 0px 10px 0 16px; */
  list-style: none;
}

.icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25px;
}

/* .side-menu .icon {
  font-size: 18px;
  text-align: center;
  margin-right: 8px;
  margin-left: 0;
  display: inline-block;
} */

/* #sidebar .side-menu .nav-item.active .icon,
#sidebar .side-menu .nav-item:focus .icon {
  color:#CF0921;
  
} */

#sidebar .side-menu .nav-item.active .nav-link{
  text-decoration: none;
  color: #2f2f2f;
 align-items: center;
 /* background-color: #ff9a0261; */
 /* background: linear-gradient(90deg, #FFF0AE 0%, #FFA458 100%); */
  background-color: #F5F1F1;
  /* background: #f9f9f9; */
 
  border-left: 3px solid #fd6633;
  cursor: pointer;
  /* border-radius: 16px; */
}
#sidebar .side-menu .nav-item:hover .nav-link,
#sidebar .side-menu .nav-item:focus .nav-link {
  text-decoration: none;
}

#sidebar .side-menu .nav-item.active .nav-link {
  position: relative;
}

/* #sidebar .side-menu .nav-item.active .nav-link:before {
  height: 100px;
  width: 0;
  border-left: 3px solid rgb(29, 155, 240) !important;
  content: '';
  position: absolute;
  right: 0;
} */

#sidebar .side-menu .nav-item {
  margin-bottom: 10px;
  position: relative;
}
#sidebar .side-menu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid #FFFFFF;
  /* opacity: 0.38; */
  right: 0;
  bottom: 0;
}
#sidebar .side-menu .nav-item.active .nav-link::before {
  border: none;
}
#sidebar .side-menu .nav-item .nav-link {
  /* font-family: 'Varela Round', sans-serif; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 17px;
  /* font-size: 14px; */
  -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
  transition: border-left-color 0.3s ease, background-color 0.3s ease;
  /* color: #8a8a8a; */
  color: #000;
/*  border-top: 1px solid rgba(145, 25, 132, .04);*/
  /* border-left: 3px solid #0c8bf1; */
    overflow: hidden;
    /* font-family: 'Poppins'; */
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
border-left:3px solid transparent
/* margin-bottom: 20px; */
}
/*
#sidebar .side-menu .nav-item {
    border-top:1px solid rgba(145, 25, 132, .04);
}
#sidebar .side-menu .nav-item:first-child{
    border-top:0 !important;
}
*/
/* #sidebar .side-menu .nav-item.active .nav-link img{
filter: inherit !important;
}
#sidebar .side-menu .nav-item .nav-link img{
  filter: brightness(0) invert(1);
} */
#sidebar .side-menu .sub-menu {
  padding: 0;
  font-size: .9rem;
}

#sidebar .side-menu .sub-menu {
  /* padding-left: 25px; */
  position: relative;
  /* background: #f9f9f9; */
}

#sidebar .side-menu .sub-menu .subnav-item {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 12px 0 12px 50px; */
  font-size: 14px;
  color: #FFFFFF;
  border-top: 1px solid rgba(145, 25, 132, .04);
  margin-top: 5px;
}

#sidebar .side-menu .sub-accordion .subnav-item {
  padding-left: 0;
}


#sidebar .side-menu .sub-menu .subnav-item .subnav-link:before {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid #0CAA41;
  /* opacity: 0.38; */
  right: 0;
  bottom: 0;
}
#sidebar .side-menu .sub-menu .subnav-item .subnav-link {
  text-decoration: none;
  color: #0CAA41;
  /* color: #2f2f2f; */
  display: block;
  font-size: 12px;
  padding: 12px 0 12px 12px;
  margin-left: 48px;
}


#sidebar .side-menu .sub-menu .subnav-item.active .subnav-link,
/* #sidebar .side-menu .sub-menu .subnav-item:hover .subnav-link, */
#sidebar .side-menu .sub-menu .subnav-item:focus .subnav-link {
  text-decoration: none;
  color: #2f2f2f;
  background: #F5CED3;
  border-radius: 8px;
}
#sidebar .side-menu .sub-menu .subnav-item.active .subnav-link::before{
border:none;
}

.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

#sidebar .side-menu .nav-item .nav-link[data-bs-toggle=collapse]::after {
  display: block;
  position: absolute;
  top: 8px;
  right: 0px;
  font-size: 22px;
  /* font-family: 'Material Icons';
  content: "chevron_right"; */
  border: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  -o-font-feature-settings: 'liga';
}
#sidebar .side-menu .sub-menu .subnav-item .subnav-link[data-bs-toggle=collapse]::after {
  display: block;
  position: absolute;
  top: 8px;
  right: -4px;
  font-size: 22px;
  /* font-family: 'Material Icons';
  content: "chevron_right"; */
  border: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  -o-font-feature-settings: 'liga';
}

.nav-link[data-bs-toggle=collapse]::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav-link[data-bs-toggle=collapse].collapsed::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}


@media (max-width: 767px) {
  .bg-admin #sidebarCollapse {
    order: 1
  }
}

#sidebar .side-menu .nav-item .nav-link[data-bs-toggle=collapse]::after {
  position: absolute;
  top: 12px;
  right: 0px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free';
  content: "\f107";
  padding-right: 8px;
  border: none;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
}






/* ---------------------------------------------------
  Main Wrapper
----------------------------------------------------- */

.main-wrapper {
  /* background: #f8f9fc; */
  /* background: #f9f7f5; */
  /* background: rgb(213 236 231 / 56%); */
  /* background-image: url(../images/body_bgimage.png); */
  background: #F5F1F1;
  background-size: auto;
  background-repeat: repeat;
  width: calc(100% - 270px);
  /* min-height: 100vh; */
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 50px;
  /* z-index: 0; */
}

@media(max-width:768px){
  .main-wrapper {
  position: absolute;
  right: 0;
  top: 165px;
  /* top: 68px; */
  }
}

.main-wrapper.active {
  width: 100%;
}

.header-area {
  width: 100%;
  transition: all 0.3s;
  position: fixed;
  right: 0;
  top: 0px;
  z-index:999;
  border-bottom: 5px solid #fd6633;
}


.header-area.active {
  width: 100%;
}



@media (min-width: 768px) {
  .main-wrapper {
    padding: 45px 0px 0px 0px;
  }

  .header-area .bg-admin {
    padding:4px 8px;
    /* height: 60px; */
   
  }

}


@media (max-width: 768px) {
  #sidebar {
    margin-left: -270px;
    top: 130px !important;
  }
  .navbar-brand{
    display: none;
  }
  #sidebar.active {
    margin-left: 0;
  }

  .header-area,
  .main-wrapper {
    width: 100%;
  }

  /* .main-wrapper.active {
    width: calc(100% - 230px);
  } */

  #sidebarCollapse span {
    display: none;
  }

  .menu-overlay {
    display: none;
    /* background-color: #000; */
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    right: 0;
    top: 68px;
    z-index: 99;
  }

   
}

.content-wrapper {
  width: 100%;
  min-height: 80vh;
  padding: 0px 20px;
  margin-bottom: 25px;
}


.three_bars span{
    float: inline-end;
    width: 40px;
    height: 35px;
    padding: 7px;
    background-color: #fff;
}
.three_bars span i{
    color: #000;
}

.content-area{
  margin-top: 30px;
}