/* Target the entire body scrollable area */

/* Customize the scrollbar for Webkit browsers (including Chrome) */
body {
  background: url("../img/bg1.png") center/cover no-repeat;
  /* background-size: cover; */
}
/* === Custom Scrollbar Styling === */

:where(body, .main-content)::-webkit-scrollbar {
  width: 6px;
}
:where(body, .main-content)::-webkit-scrollbar-thumb {
  background-color: #f9e759;
  border-radius: 5px;
  background-image: linear-gradient(
    to left,
    #f9e759,
    #f6d24b,
    #f2bd3f,
    #eca836,
    #e59430
  );
}
:where(body, .main-content)::-webkit-scrollbar-track {
  background: #f9e759;
}
.img-size {
  width: 114px !important;
}

.backBtn {
  margin-right: 16px;
}
.backBtn img {
  width: 24px;
  background: rgba(255, 255, 255, 0.2);
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
a {
  text-decoration: none;
}
.header {
  height: 72px;
}
.main-content {
  overflow-y: auto; /* Allows scroll within content area if needed */
  /* padding: 20px; */
}
.navbar {
  transition: box-shadow 0.25s ease-in, background-color 0.25s ease-in;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16) !important;
  margin-bottom: 0px;
  background-image: linear-gradient(
    to left,
    #f9e759,
    #f6d24b,
    #f2bd3f,
    #eca836,
    #e59430
  );
  background-size: cover;
  padding: 0;
}

.header-logo {
  width: 60px;
}

.btn-menu {
  background-color: rgb(255, 255, 255, 0.7);
  padding: 5px 30px;
  color: #444;
  background-color: #efefef;
  box-shadow: 2px 2px 2px 2px rgb(0, 0, 0, 0.2);
  margin-left: 10px;
}

.btn-menu.active {
  background-image: linear-gradient(
    to left,
    #f9e759,
    #f6d24b,
    #f2bd3f,
    #eca836,
    #e59430
  );
}
.impersonation-notice{
   display: flex;
   align-items: center;
   margin-left: 200px;
}
.impersonation-notice p {
   margin-bottom: 0;
}

.home,
.login {
  margin: 20px 0 20px;
}

.cm-box {
  background-image: linear-gradient(
    to left,
    #f9e759,
    #f6d24b,
    #f2bd3f,
    #eca836,
    #e59430
  );
  border-radius: 20px;
  padding: 10px;
  height: 100%;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /* max-height: 200px; */
    overflow-y: auto;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
img.sign-toggle-pass {
  position: absolute;
  right: 12px;
  cursor: pointer;
}
.login-inner-section img.sign-toggle-pass {
    top: 8px;
}
.reset-password-section img.sign-toggle-pass {
   top: 41px;
}

/* .cm-box .inner-box{
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 60%;
    text-align: center;
    border-radius: 20px;
    margin: 10px auto;
} */

/* .cm-box .inner-box-d{
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    text-align: center;
    border-radius: 20px;
    margin: 10px auto;
} */

.name {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.designation {
  display: block;
  font-size: 13px !important;
  font-weight: 600;
}

/* .cm-img{
    max-width: 100%;
    height: 150px;
} */
.cm-img {
  width: 138px;
  height: 138px;
  object-fit: cover;
  border: 0.2px solid #cccccc70;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  transition: all 1s ease;
}
.cm-img:hover,
.dcm-img:hover {
  border: 0.5px solid #cccccc70;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 1;
  transition: all 1s ease;
}
/* .cm-box .inner-box:hover, .cm-box .inner-box-d:hover {
    border: 0.5px solid #cccccc70;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 1;
    transition: all 1s ease;
} */
.dcm-img {
  width: 118px;
  height: 118px;
  object-fit: cover;
  border: 0.2px solid #cccccc70;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  transition: all 1s ease;
}

/* .dcm-img{
    max-width: 100%;
    height: 120px;
} */

#carouselExampleCaptions {
  background-image: linear-gradient(
    to left,
    #f9e759,
    #f6d24b,
    #f2bd3f,
    #eca836,
    #e59430
  );
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  height: 300px;
  border-radius: 20px;
}

.slider-img {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  height: 400px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
}

.carousel-indicators [data-bs-target].active {
  width: 30px;
}

.footer {
  background-image: linear-gradient(
    to left,
    #f9e759,
    #f6d24b,
    #f2bd3f,
    #eca836,
    #e59430
  );
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.footer-logo {
  width: 50px;
  height: auto;
  padding: 5px;
}

.days-programs {
    margin: 40px 0 20px;
}
.days-programs .btn-transparent {
    background-color: rgba(0, 0, 0, 0.39);
    color: #ffffff !important;
    border: 2px solid #62605e;
    width: auto !important;
    height: auto !important;
    font-weight: 600;
    border-radius: 15px;
    font-size: 32px;
    transition: background-color 0.3s ease;
}
a {
    text-decoration: none;
}
.circle-container-section .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.flagship-scheme {
    padding: 16px 3px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.1s ease;
}
.flagship-scheme:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 12px #217166;
}
.circle-icon  {
    display: inline-block;
    /* border-radius: 50%; */
    overflow: hidden;
    height: 130px;
    margin-bottom: 20px;
}
.circle-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scheme-text {
    font-size: 16px;
    font-weight: 600;
    /* font-family: 'Georgia', sans-serif; */
    color: #000;
}
.scheme-text.mb-0 {
    margin-bottom: 0;
}
/* === LOGIN STYLES START === */

.login {
  overflow: hidden;
  margin: 0 !important;
}

.login .card2 {
  border-radius: 15px;
  background: url("../../assets/img/login-bg-1.png") no-repeat center center;
  background-size: 100% 100%;
  box-shadow: 0 1px 3px 0 #d4d1d04f, 0 1px 2px -1px #d6d5d538;
  transition: transform 0.2s ease-in, box-shadow 0.3s ease-in;
}

.login .login-form {
  width: 435px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  box-shadow: 2px 1px 4px 2px #ccc;
}

.login .login-btn {
  color: #fff;
  --bs-btn-color: #000;
  --bs-btn-bg: #f97316;
  --bs-btn-border-color: #f97316;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.9, 136, 56.95);
  --bs-btn-hover-border-color: rgb(249.6, 129, 45.3);
  --bs-btn-focus-shadow-rgb: 212, 98, 19;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(250.2, 143, 68.6);
  --bs-btn-active-border-color: rgb(249.6, 129, 45.3);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f97316;
  --bs-btn-disabled-border-color: #f97316;
}

.login .login-btn:hover {
  background-color: #f97316;
  color: #fff;
}

.login .captcha-section {
  background: #f0f8ff;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.login #captcha-question {
  flex: 1;
  font-weight: bold;
  font-size: 18px;
}

.login span.select2.select2-container {
  width: 100% !important;
}

.login .loginTypeBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 10px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
}

.login .loginTypeBtn .btn-menu {
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px;
}

.login .loginTypeBtn .btn-menu.active {
  background-color: rgba(255, 255, 255, 0.7);
}

.login .login-inner-section {
  height: 95%;
  margin: 10px 0;
}

.login .login-main-section {
  margin: 0 20px;
}

.login .login-left-section {
  margin: 25px 0;
}

/* === INPUT SPIN REMOVAL === */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* === RESPONSIVE STYLES === */
@media only screen and (max-width: 767px) {
  .login .loginTypeBtn .btn-menu {
    padding: 10px;
    /* margin: 10px 0; */
  }

  .login .login-main-section {
    margin: 0 10px;
  }

  .login .login-form {
    width: 100%;
  }

  .login .name {
    font-size: 12px;
  }

  .login .designation {
    font-size: 9px !important;
  }

  .login .login-inner, .home .login-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .login .login-inner-section {
    height: auto;
    gap: 16px;
  }

  .mheader {
    font-size: 13px;
    margin-left: 0 !important;
  }

  .main-content {
    overflow: auto;
  }
}

@media only screen and (max-width: 480px) {
  .login .loginTypeBtn {
    padding: 5px;
  }

  .login .loginTypeBtn .btn-menu {
    padding: 5px;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .login .loginTypeBtn {
    flex-direction: row;
    padding: 0;
  }
  .cm-img, .dcm-img {
    width: 93px;
    height: 93px;
  }
  .name {
    font-size: 11px;
  }
  .designation {
    font-size: 10px !important;
  }
  .login-inner {
    padding: 0;
  }
  .login .login-inner-section {
    height: 100%;
  }
}

@media (min-width: 1348px) and (max-width: 1400px),
  (min-width: 1402px) and (max-width: 1699px) {
  .login .login-inner-section {
    height: 95%;
    margin: 16px 0;
  }

  .login .cm-img {
    width: 180px;
    height: 180px;
  }

  .login .dcm-img {
    width: 160px;
    height: 160px;
  }
}

@media (min-width: 1700px) {
  .login .cm-img {
    width: 200px;
    height: 200px;
  }

  .login .dcm-img {
    width: 185px;
    height: 185px;
  }

  .login .login-left-section {
    margin: 75px 0;
  }

  .login .name {
    font-size: 20px;
  }

  .login .designation {
    font-size: 18px !important;
  }

  .login .login-inner-section {
    height: 95%;
  }

  .home,
  .login {
    margin: 15px 0 0 !important;
  }
}

/* === LOGIN STYLES END === */

.card-section {
  width: 280px;
}

/* state dashboard css start */
/*.state-dashboard {
  margin: 20px 0 20px;
}*/
/* .state-dashboard a {
        text-decoration: none;
    }
    .state-dashboard .circle-container-section .row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .state-dashboard .flagship-scheme {
        padding: 16px 3px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.1s ease;
    }
    .state-dashboard .flagship-scheme:hover {
        transform: scale(1.05);
        box-shadow: 0px 4px 12px #217166;
    }
    .state-dashboard .circle-icon  {
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        width: 145px;
        height: 116px;
        margin-bottom: 20px;
    }
    .state-dashboard .circle-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .state-dashboard .scheme-text {
        font-size: 13px;
        font-weight: 600;
        font-family: 'Georgia', sans-serif;
        color: #000;
    }
    .state-dashboard .scheme-text.mb-0 {
        margin-bottom: 0;
    } */
.state-dashboard .background-col {
  /* padding: 30px 20px; */
  padding: 20px;
  border-radius: 8px;
  background: #cddcf085;
  border: 1px solid #73abda;
}
.state-dashboard .custom-hr {
  border-bottom: 1px solid #000;
  margin: 0;
}
.state-dashboard .resource-list a {
  font-size: 16px;
  color: #27272a;
  text-decoration: none;
  display: block;
  /* padding: 10px 0; */
  transition: color 0.3s ease;
}
.state-dashboard .resource-list a:hover {
  color: #c8820a;
}
.state-dashboard .resource-list li {
  margin-bottom: 10px;
}
/* Red alert style for some links */
.state-dashboard .alert-link {
  color: red !important;
  font-weight: 400;
}
.state-dashboard .circle-icon:hover {
  box-shadow: 0 0 0 5px #217166;
}
.state-dashboard .circle-icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: box-shadow 0.3s ease;
}
.state-dashboard .circle-icon img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.state-dashboard .scheme-text {
  font-size: 12px;
  font-weight: 600;
  /* font-family: 'Georgia', sans-serif; */
  color: #000;
}

@media (max-width: 480px) {
  .state-dashboard .col-md-2 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .state-dashboard .scheme-text {
    font-size: 12px;
  }
  .state-dashboard .resource-list a {
    font-size: 14px;
  }
}
/* state dashboard css start */

/* admin dashboard css start */
.admin-dashbord {
  margin: 0;
}
.admin-dashbord a {
  text-decoration: none;
}
.admin-dashbord .state-section,
.central-section {
  position: relative;
  overflow: hidden;
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 0.6s ease-in-out;
  /*min-height: 80vh;*/
  /* margin-bottom: 20px; */
  border-radius: 6px;
}
.admin-dashbord .state-section:hover,
.central-section:hover {
  background-size: 105%;
}
.admin-dashbord .glass-col-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.admin-dashbord .btn-transparent {
  background-color: rgba(0, 0, 0, 0.39);
  color: #ffffff !important;
  border: 2px solid #62605e;
  width: 180px;
  height: 60px;
  font-weight: 600;
  border-radius: 15px;
  font-size: 32px;
  transition: background-color 0.3s ease;
}
.admin-dashbord .btn-transparent:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 575px) {
  .admin-dashbord .btn-transparent {
    width: 120px;
    height: 40px;
    font-size: 20px;
  }
}

/* admin dashboard css end */

/* secterwise css start */
.select2-selection.select2-selection--single {
  height: 37px !important;
}
.select2-selection__rendered {
  padding: 4px 12px !important;
}
.secterwise-section {
  margin: 0px 0 60px;
}
.secterwise-section .card {
  height: auto;
}
.secterwise-section .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: 0;
  --bs-card-border-color: rgba(0, 0, 0, 0.125);
  --bs-card-border-radius: 0.75rem;
  --bs-card-box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
  --bs-card-inner-border-radius: 0.75rem;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #fff;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  margin-bottom: 20px;
}

.secterwise-section a {
  text-decoration: none;
  color: #27272a;
}
.secterwise-section .card-body {
  padding: 8px;
  flex: 1 1 auto;
}
/* .card-body {
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color);
    } */
.secterwise-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.secterwise-section .toggle-btn {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-family: sans-serif;
}
.secterwise-section ul li {
  border-bottom: 1px solid #ccc;
  padding: 2px 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  cursor: pointer;
}
.secterwise-section ul li:last-child {
  border-bottom: none;
}

.secterwise-section .toggle-list li:nth-child(-n + 3) {
  display: list-item;
  /* Show only the first 3 items */
}
.secterwise-section .card-header {
  background-image: linear-gradient(
    to left,
    #f9e759,
    #f6d24b,
    #f2bd3f,
    #eca836,
    #e59430
  );
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.secterwise-section .custom-select {
  border-radius: 8px;
  padding: 0.8rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.secterwise-section .custom-select:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
/* .secterwise-section .card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    } */
/* .secterwise-section .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    } */
.secterwise-section .card-img-top {
  border-radius: 10px;
  object-fit: cover;
  height: 200px;
}

.secterwise-section .seMDNarchBox {
  background-color: rgb(255, 255, 255, 0.2);
  width: 100%;
  padding: 10px;
  font-family: "Georgia", sans-serif;
}
.secterwise-section .card-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #333;
}
.secterwise-section .text-muted {
  color: #6c757d;
}
.secterwise-section .btn-outline-primary {
  border-radius: 25px;
  padding: 0.5rem 1rem;
}
.secterwise-section .collapse {
  transition: all 0.3s ease;
}
.secterwise-section .mt-2 {
  margin-top: 0.5rem;
}
/* secterwise css end */

/* agriculture css start */
.agriculture-main-outer-section {
  margin: 20px 0 20px;
}
.agriculture-main-outer-section .child-placards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.agriculture-main-outer-section .scheme-card {
  position: relative;
  width: 280px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  /* margin: 15px; */
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 250px;
}
.agriculture-main-outer-section .scheme-card-image {
  width: auto;
  height: 160px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.agriculture-main-outer-section .scheme-card-title {
  font-weight: 600;
  font-size: 1.009rem;
  color: #ff9800;
  padding: 5% 0;
  background-color: #fff;
  border-top: 0.6px solid #000 !important;
  text-align: center;
}

/* agriculture css end */
/* namo-shetkari  css start */
.namo-shetkari {
  margin: 10px 0 30px;
}
/* namo-shetkari  css end */

/* department CSS Start */
.department-section .seMDNarchBox {
  background-color: rgb(255, 255, 255, 0.2);
  width: 100%;
  padding: 10px;
  font-family: "Georgia", sans-serif;
}
.department-section .card-header {
  background-image: linear-gradient(
    to left,
    #f9e759,
    #f6d24b,
    #f2bd3f,
    #eca836,
    #e59430
  );
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.department-section .card .card-body {
  padding: 8px;
  flex: 1 1 auto;
}
.department-section .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: 0;
  --bs-card-border-color: rgba(0, 0, 0, 0.125);
  --bs-card-border-radius: 0.75rem;
  --bs-card-box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
  --bs-card-inner-border-radius: 0.75rem;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #fff;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  margin-bottom: 20px;
}
/* department CSS End */

/* direct-beneficiary-transfer  css start*/
.direct-beneficiary-transfer
  .agriculture-main-outer-section
  .scheme-card-title {
  border-top: 0.6px solid #ccc !important;
}
/* direct-beneficiary-transfer  css start*/

/* Custom send Button css start */
.hitButton {
  /* position: absolute; */
  right: 5px;
  top: 120px;
  z-index: 99;
  cursor: pointer;
  border: 1.4px solid #666;
  padding: 0px 7px;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  font-family: system-ui;
  background-image: linear-gradient(
    to left,
    #f9e759,
    #f6d24b,
    #f2bd3f,
    #eca836,
    #e59430
  );
  background-size: cover;
}
.outer-btn-section {
  display: flex;
  margin: 10px;
  align-items: center;
  justify-content: end;
  gap: 4px;
}
#smsForm {
  margin: 0;
}
/* Custom send Button css end */

/* flagship schemes main css start  */

.flagship-schemes-main .seMDNarchBox {
  background-color: rgb(255, 255, 255, 0.2);
  width: 100%;
  padding: 10px;
  box-shadow: 20x 2px 2px 2px #000;
}
.flagship-schemes-main .card-header {
  font-weight: 600 !important;
}

.flagship-schemes-main .progress-dial {
  width: 175px;
  height: 90px;
}

.flagship-schemes-main .progress-dial .progressbar-text {
  color: #333 !important;
  font-family: "Figtree", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 0;
}

.flagship-schemes-main .progress-dial .progressbar-text .completed-text {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.flagship-schemes-main .card-header {
  /* background-image: linear-gradient(to left, #f9e759, #f6d24b, #f2bd3f, #eca836, #e59430); */
  background-image: linear-gradient(
    to right,
    rgb(12 209 164),
    rgb(60 180 200 / 42%),
    rgb(30 120 160 / 59%)
  );
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.flagship-schemes-main .state-card-header {
  background-image: linear-gradient(
    to right,
    rgb(255, 184, 247),
    rgb(198 122 239 / 72%),
    rgb(139 92 246 / 28%)
  ) !important;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.flagship-schemes-main .district-card-header {
  background-image: linear-gradient(
    to left,
    #f9e759,
    #f6d24b,
    #f2bd3f,
    #eca836,
    #e59430
  );
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flagship-schemes-main .card {
  box-shadow: 2px 1px 6px 0px orange !important;
  border-color: orange;
  border: 1px solid orange;
  transition: transform 0.1s ease;
}
.flagship-schemes-main .card:hover {
  /* box-shadow: 2px 1px 6px 0px orange !important; */
  /* box-shadow: 4px 3px 14px 0px orange; */
  /* border-color: #007bff;
        border: 1px solid #007bff; */
  transform: scale(1.05);
  box-shadow: 1px 2px 4px 1px #5c6bc0cc !important;
}

.flagship-schemes-main .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: 0;
  --bs-card-border-color: rgba(0, 0, 0, 0.125);
  --bs-card-border-radius: 0.75rem;
  --bs-card-box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
  --bs-card-inner-border-radius: 0.75rem;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #fff;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  margin-bottom: 20px;
}
/* .card {
        height: 189px !important;
    } */

/* .img-size {
        width: 128px !important;
    } */
.flagship-schemes-main .img-size {
  width: 114px !important;
}
.flagship-schemes-main .text-content {
  font-size: 12px;
  font-weight: 700;
}
.flagship-schemes-main .total-patients {
  background-color: red;
  color: white;
  padding: 10px 20px;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
}

.flagship-schemes-main .emg-text {
  padding: 5px;
  font-size: 13px;
  font-weight: 500;
}
/* flagship schemes main css End  */
/* StatDashboard Css Start */
.state-dashboard-main .circle-icon {
  width: 180px;
  height: 180px;
  background-color: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0.5rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.state-dashboard-main .circle-icon:hover {
  /* box-shadow: 0 0 0 3px #217166; */
  box-shadow: 0 0 0 2px #557e3c;
}

.state-dashboard-main .circle-icon img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

/*.state-dashboard-main .scheme-card:hover .circle-icon {
    background-color: #e0f0ff;
}*/

.state-dashboard-main .scheme-card:hover img {
  transform: scale(1.1);
}

.state-dashboard-main .scheme-text {
  line-height: 1.4;
  min-height: 48px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.state-dashboard-main .background-col {
  /* padding: 30px 20px; */
  padding: 20px;
  border-radius: 8px;
  background: #cddcf085;
  border: 1px solid #73abda;
}
.state-dashboard-main .resource-list a {
  font-size: 16px;
  color: #27272a;
  text-decoration: none;
  display: block;
  /* padding: 10px 0; */
  transition: color 0.3s ease;
}
.state-dashboard-main .resource-list li {
  margin-bottom: 10px;
}
.state-dashboard-main .resource-list a:hover {
  color: #c8820a;
}
.state-dashboard-main .alert-link {
  color: red !important;
  font-weight: 400;
}
/*SnackBar Notification CSS START*/
.snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 14px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    /* bottom: 30px; */
    transform: translateX(-50%);
    font-size: 16px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}

.snackbar.show {
    visibility: visible;
    animation: fadein 0.5s, fadeout 0.5s 3.5s;
}

.snackbar.success {
    background-color: #28a745;
}

.snackbar.error {
    background-color: #dc3545;
}

@keyframes fadein {
    from {opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeout {
    from { opacity: 1; }
    to { opacity: 0; }
}
/*SnackBar Notification CSS END*/
/* StatDashboard Css End */
@media (max-width: 767px) {
  .mheader {
    font-size: 20px !important;
  }
  .header-logo {
    width: 34px;
  }
  .header {
    height: 45px;
  }
  .btn-menu {
    /* width: 180px;
    margin-bottom: 8px; */
    padding: 5px 8px;
  }
  .impersonation-notice p {
    font-size: 8px;
  }
  .impersonation-notice a {
    font-size: 12px;
  }
  .impersonation-notice {
    margin-bottom: 4px;
    margin-left: 0;
  }
  .state-dashboard .col-md-2 {
    flex: 1 1 45%;
    max-width: 45%;
  }
  .state-dashboard .col-md-4 {
    margin-bottom: 20px;
  }

  .admin-dashbord .state-section,
  .central-section {
    min-height: 50vh;
  }
  .admin-dashbord .btn-transparent {
    width: 150px;
    height: 50px;
    font-size: 24px;
  }
  .state-dashboard-main .circle-icon {
    width: 135px;
    height: 135px;
  }
  .flagship-schemes-main .progress-dial {
    width: auto;
    height: auto;
  }
  .flagship-schemes-main .emg-text {
    padding: 10px;
    font-size: 12px;
  }
  .flagship-schemes-main .img-size {
    width: 100px !important;
  }
  .state-dashboard .circle-icon {
    width: 145px;
    height: 145px;
  }
  .state-dashboard .circle-icon img {
     max-width: 100%;
     width:auto;
     height:auto;
  }
  .state-dashboard {
    margin: 0;
   }
}
@media(min-width:991px) and (max-width: 1199px) {
   .state-dashboard .circle-icon img {
      width: auto;
      height: auto;
      object-fit: cover;
    }
   .state-dashboard .circle-icon {
      width: auto;
      height: auto;
    }
}
@media(min-width: 768px) and (max-width: 1347px) {
  .admin-inner-dashboard {
      height: 95%;
  }
  .admin-dashbord .state-section, .central-section {
      height: auto;
  }
  .admin-dashbord {
      margin: 10px 0;
  }
}
@media(min-width: 768px) and (max-width: 1199px) {
        .flagship-schemes-main .col-sm-6 {
            flex: 0 0 auto;
            width: 50% !important;
        }
       .flagship-schemes-main .text-content {
          font-size: 10px;
        }
    }
@media(min-width: 1348px) and (max-width: 1400px) {
  .admin-inner-dashboard {
      height: 95%;
  }
  .admin-dashbord .state-section, .central-section {
      height: auto;
  }
  .admin-dashbord {
      margin: 20px 0;
  }
}

@media (min-width: 1439px) {
  #embedContainer {
    height: auto !important;
    width: 100% !important;
  }
}

@media(min-width: 1402px) and (max-width:1699px) {
  .admin-inner-dashboard {
      height: 95%;
  }
  .admin-dashbord .state-section, .central-section {
      height: auto;
  }
  .admin-dashbord {
      margin: 20px 0;
  }
}

@media(min-width: 1700px)  {
  .admin-inner-dashboard {
      height: 95%;
  }
  .admin-dashbord .state-section, .central-section {
      height: auto;
  }
  .admin-dashbord {
      margin: 20px 0;
  }

}