:root {
  scroll-behavior: smooth;
}

body {
  font-family: Poppins, sans-serif !important;
  background: #f6f9ff;
  color: #444444;
  background-color: #f9fcfd !important;
  font-size: 14px;
}
.btn{
  font-size: 14px !important;
}

a {
  color: #4154f1;
  text-decoration: none !important;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}



/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 500;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #198754;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
  background-color: #477c53;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  /* padding: 10px 15px; */
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}



@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 10px 0px 10px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #012970 !important;
  background: #DDF2D9;
  font-family: "Poppins", sans-serif;
  border-left: 1px solid rgba(0, 0, 0, 0.175);
  border-right: 1px solid rgba(0, 0, 0, 0.175);
  border-top: 1px solid rgba(0, 0, 0, 0.175);
}

.card-title1 {
  padding: 5px 0px 5px 20px;
  font-size: 15.5px;
  font-weight: 500;
  color: #012970 !important;
  background: #F2D9F1;
  margin-top: 0px !important;
  font-family: "Poppins", sans-serif;
  border-left: 1px solid rgba(0, 0, 0, 0.175);
  border-right: 1px solid rgba(0, 0, 0, 0.175);
  border-top: 1px solid rgba(0, 0, 0, 0.175);
}

.card-title2 {
  padding: 5px 0px 5px 20px;
  font-size: 16.5px;
  font-weight: 500;
  color: #012970 !important;
  background: #FAECD9;
  margin-top: 0px !important;
  font-family: "Poppins", sans-serif;
  border-left: 1px solid rgba(0, 0, 0, 0.175);
  border-right: 1px solid rgba(0, 0, 0, 0.175);
  border-top: 1px solid rgba(0, 0, 0, 0.175);
}

.card-title3 {
  padding: 5px 0px 5px 20px;
  font-size: 19px;
  font-weight: 500;
  color: #012970 !important;
  background: #F7EEE6;
  margin-top: 0px !important;
  font-family: "Poppins", sans-serif;
  border-left: 1px solid rgba(0, 0, 0, 0.175);
  border-right: 1px solid rgba(0, 0, 0, 0.175);
  border-top: 1px solid rgba(0, 0, 0, 0.175);
}

hr{
  margin: 0px !important;
}

.hr-tag {
  margin: 0 !important;
  color: #012970 !important;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}

.table-title {
  font-size: clamp(15px, 0.8vw, 20px);
}

.pagination a {
  font-size: clamp(14px, 0.8vw, 20px) !important;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 10px 20px 10px 20px;
}

.card-body-1 {
  padding: 17px 20px 0px 20px !important;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: Poppins, sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}



.header-two-one .logo img {
  max-height: 60px;
}
.logo img {
  max-height: 80px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: Poppins, sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  /* height: 75px; */
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  border-bottom: 1px dashed #146f8561;
}
.header-two{
    height: 75px;
    background-color: #ceeedf !important;
}

.header .toggle-sidebar-btn {
  font-size: 25px;
  padding-right: 10px;
  cursor: pointer;
  color: #012970;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}



.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 25px;
}

.header-nav .nav-profile span {
  font-size: 13px;
  font-weight: 500;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
    min-width: 215px;
    padding-bottom: 0;
    top: 8px !important;
    background: #477c53;
}

.dropdown-item {
    background-color: #ffffff !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  /* padding: 10px 15px; */
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #ddede5;
}

.dropdown-menu .dropdown-item img {
  margin-right: 10px;
}

.breadcrumb1, .breadcrumb-item{
  font-size: 13px !important;
  font-weight: 500 !important;
}

.breadcrumb1 a {
    color: #054b17;
    transition: 0.3s;
}

.breadcrumb1 a:hover {
    color: #00661a;
}

.important{
  font-size: 13.5px;
}

.important label{
  font-size: 13.5px;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  /* padding: 10px 15px; */
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
    top: 75px;
    left: 0;
    bottom: 0;
    width: 225px;
    z-index: 996;
    transition: all 0.3s;
    padding: 7px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0 2px 6px rgba(37, 83, 185, .1);
    background-color: #fff;
}

@media (min-width: 1200px) {
  #main, #footer {
      margin-left: 205px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}



.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
  cursor: pointer;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  transition: 0.3;
  background: green;
  padding: 7px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #ffffff;
}

.sidebar-nav .nav-link.collapsed {
  color: #424242;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #424242;
}

.sidebar-nav .nav-link:hover {
  color: #fff;
  background: #5d986b;
}

.sidebar-nav .nav-link:hover i {
  color: #fff;
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: -8px;
    transition: transform 0.2s ease-in-out;
    margin-top: 0px;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #198754;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #028924;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}



/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

/* .dashboard .top-selling .table thead th {
  border: 0;
} */

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: Poppins, sans-serif;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}
.error-text{
  font-size: 10px;
  font-weight: 400;
}
.error{
  font-size: 10px;
  font-weight: 400;
}
.errorPass{
  font-size: 10px;
  font-weight: 400;
}
.text-danger p{
  font-size: 10px;
  font-weight: 400;
}

.header1_1{
  background-color: #ceeedf !important;
    text-align: center;
    font-size: 14px;
    color: #000 !important;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 5px 0;
  font-size: 13px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 0px;
  text-align: center;
  font-size: 12px;
  color: #012970;
}

.bnone {
  border: none !important;
}

.main {
  min-height: 800px;
}

.footer_top {
  position: relative;
  background: #dcdefd;
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

/* register now */

.ml-2 {
  margin-right: 10px;
}

.pyb-3 {
  padding-top: 1rem !important;
}



#header p {
  margin-top: 18px;
}

.pl-0 {
  padding-left: 0px !important;
}

.address_lg {
  font-size: clamp(14px, 0.8vw, 20px);
}

.left-section-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #198754;
  background-repeat: no-repeat;
  background-image: url(../images/Resgister_now_bg.jpg);
}

.left-section-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/circle-bg.svg") no-repeat;
  background-size: 100% 100%;
  width: 25%;
  height: 70%
}

h5.uplift {
  position: absolute;
  top: -13px;
  padding: 5px 15px;
  background: #50a481;
  /* font-size: 17px; */
  font-size: 14px;
  line-height: 16px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #97dfbd;
}

.content_box {
  position: relative;
  background: rgb(255, 255, 255);
  padding: 30px 30px 50px;
  border-radius: 15px;
  transition: 0.3s ease;
  border: 5px solid #4CAF50;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: rgb(76, 175, 80);
  border-top: 5px solid #FFC107;
}

.mlr-1 {
  margin-top: 140px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.form-control,
.form-select {
  padding: 10px 15px !important;
}

.tm_border {
  border: 1px solid #97dfbd;
}

.tm_accent_bg_10 {
  background-color: #ccf1df;
  border-radius: 30px;
}

.tm_accent_border_20 {
  border-color: rgba(0, 122, 255, 0.2);
}

.tm_text_center {
  text-align: center;
}

.tm_invoice_info_right1 {
  width: 60%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.parent-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partition_block::before,
.partition_block::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 30%;
}

.text-clamp {
  font-size: clamp(18px, 1.2vw, 25px);
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.shadow-none {
  box-shadow: none !important;
}


/* New Application */

.section_divider {
  position: relative;
  padding: 30px;
  box-shadow: 0 2px 6px rgba(37, 83, 185, .1) !important;
}

.ontop_themehead {
  position: relative;
  padding: 5px 10px;
  background: #B8DACA;
  width: fit-content;
  max-width: 100%;
  margin-top: -45px;
  font-size: 16px;
  box-shadow: 0 10px 20px #dff1df;
  margin-bottom: 15px;
  color: #212529;
  border-radius: 4px;
  word-wrap: break-word;
  text-align: center;
}



sup {
  font-weight: 700;
  color: #df0303;
}



.form-control {
  font-size: 14px !important;
}

.form-select {
  font-size: 14px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
    font-size: 14px !important;
}

.hading_themehead {
  background: #B8DACA;
  font-size: 16px;
  padding: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #DDEDE5 !important;
}

.nav-item-bg {
  height: 75px;
  text-transform: uppercase;
  color: #424242 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  border: 1.5px dashed darkgreen !important;
  border-radius: 8px;
}



.step_num {
  font-size: 25px;
  background: #d0ecdf;
  border-radius: 50%;
  width: 32px;
  height: 31px;
  color: #198754;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.step_num i {
  margin-top: 8px !important;
}

.basic-text {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  font-size: clamp(14px, 0.8vw, 20px);
}

.process_icon {
  position: absolute;
  right: 28px;
  z-index: 1;
  margin-top: -3px;
}

.fw-bold {
  font-weight: 600 !important;
}

.dotted-border {
  border: 2px dotted #e4e2e2 !important;
  padding: 6px !important;
  width: 155px;
  text-align: center;
  margin: 20px auto;
}

.shadow-card {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px !important;
  border-radius: 0px !important;
  border: 1px solid #E9EBF8;
}




/* dashboard card */

.card-body-bg {
  background-color: #F9FFF9 !important;
}

.card-body-bg1 {
  background-color: #FFF8FF !important;
}

.card-body-bg2 {
  background-color: #f6fdfc !important;
}

.card-body-bg3 {
  background-color: #fffaf4 !important;
}

.section_our_solution .row {
  align-items: center;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution_cards_box .solution_card {
  flex: 0 50%;
  background: #fff;
  /* box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15); */
  border-radius: 15px;
  border: 1px solid #e1e1e1;
  /* margin: 8px; */
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 155px;
  transition: 0.7s;
}

.solution_cards_box .solution_carde {
  flex: 0 50%;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  transition: 0.7s;
}

.renewal-title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: -37px;
  margin-bottom: 5px;
  cursor: default;
}

.solution_cards_box .solution_cardtc {
  flex: 0 50%;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 192px;
  transition: all 0.5s ease-in-out;
  /* Apply transition smoothly */
}

/* Hover Effect */
.solution_cards_box .solution_cardtc:hover {
  background-color: #F0E6F6 !important;
  /* Light Purple */
  border-color: #E9EBF8 !important;
  /* Light Blue Border */
}


.solution_cards_box .solution_card:hover {
  border: 1px solid #116500;
}

.solution_cards_box .solution_cardes:hover {
  border: 1px solid #7E007A;
}

.solution_cards_boxes .solution_cardes {
  flex: 0 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  /* border-radius: 15px; */
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 160px;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
  background: #B8DACA;
  color: #fff;
  transform: scale(1);
  z-index: 9;
}

.solution_cards_boxes .solution_cardes:hover {
  background: #fff7fb;
  color: #fff;
  transform: scale(1);
  z-index: 9;
}

.cicon img {
  margin-top: -10px;
}

.solution_cards_box .solution_card:hover::before {
  background: rgba(86, 177, 143, 0.1);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #212121;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgba(6, 165, 91, 0.05);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_boxes .solution_cardes:before {
  content: "";
  position: absolute;
  background: rgb(165 6 50 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_carde .so_top_icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #e0f7fa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution_carde .so_top_icon1 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #B8DACA;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_carde .so_top_icon1 img {
  width: 28px;
  height: 50px;
  object-fit: contain;
}

.solution_cardes .solu_title h3 {
  color: #212121;
  font-size: 1.5rem;
  margin-top: -35px;
  margin-bottom: 8px;
  padding-left: 15px;
}

.solution_carde .so_top_icon img {
  width: 28px;
  height: 50px;
  object-fit: contain;
}

.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}



.solution_card .solu_title h3 {
  color: #212121;
  font-size: 1.4rem;
  margin-top: -40px;
  margin-bottom: 20px;
  padding-left: 15px;
}

.solution_card .solu_description p {
  font-size: clamp(14px, 0.8vw, 20px) !important;
  margin-bottom: 10px;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 30px;
  background: linear-gradient(to right, #23bd75, #1a936f) !important;
  color: #fff;
  font-weight: 500;
  font-size: clamp(12px, 0.8vw, 20px) !important;
  padding: 0px 14px;
  height: 32px;
  /* Explicit height */
}
.solution_card .solu_description a {
  border: 0;
  border-radius: 30px;
  background: linear-gradient(to right, #23bd75, #1a936f) !important;
  color: #fff;
  font-weight: 500;
  font-size: clamp(12px, 0.8vw, 20px) !important;
  padding: 0px 14px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  display: inline-block;
  line-height: 35px;
}



.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}



.hover_color_bubble {
  position: absolute;
  background: rgba(1, 100, 54, 0.05);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fdf5ff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_cardes .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e3e0e0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_cardtc .so_top_icon {
  width: 60px;
  height: 60px;
  /* Ensures height is properly applied */
  min-height: 60px;
  /* Prevents height collapse */
  border-radius: 50%;
  background: #e3e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  /* Prevents shrinking in flex containers */
}


.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

.solution_cards_box .solution_cardes .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

.solution_cards_box .solution_cardtc .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}


.hading_themehead {
  background: #B8DACA;
  font-size: 16px;
  padding: 10px;
}

.oversection img {
  width: 20px;

}

.pe-4 {
  padding-right: 1.5rem !important;
}

/* .category-item {
  margin-bottom: 25px;
} */

.pel-0 {
  padding-left: 20px !important;
}

.pel-1 {
  padding-right: 20px !important;
}

.category-item {
  background: rgba(103, 76, 239, .04);
  border: 1px solid #dce1f5;
  border-radius: 8px;
  position: relative;
  /* text-align: center; */
  transition: .5s;
 padding: 5px 10px 5px 0px;
}

.category-item .cicon {
  position: relative;
}

.category-item .cicon {
  background: #B8DACA;
}

.category-2 .category-item .cicon,
.category-item .cicon {
  width: 65px;
  height: 65px;
  line-height: 69px;
  border-radius: 50%;
  text-align: center;
}

.cicon {
  width: 30px;
  height: 30px;
  background: #FFF;
  display: inline-block;
  text-align: center;
  line-height: 53px;
  border-radius: 50%;
  font-size: 29px;
  transition: .5s;
  color: var(--pink);
  cursor: default;
}


.category-item .cicon::before {
  width: 45px;
  height: 45px;
  border: 1px dashed #00703c;
  position: absolute;
  left: -7px;
  top: -7px;
  content: '';
  border-radius: 50%;
}


.solution_cardes .solu_description button {
  position: relative;
  overflow: hidden;
  border: 1px solid #7E007A;
  border-radius: 205px;
  background: #fff !important;
  color: #7E007A;
  font-weight: 500;
  font-size: 0.8rem;
  padding: 0px 15px;
  height: 32px;
  z-index: 1;
  transition: color 0.3s ease;
  /* Smooth text color transition */
}

.solution_cardtc .solu_description button {
  position: relative;
  overflow: hidden;
  border: 1px solid #090086;
  border-radius: 205px;
  background: #fff !important;
  color: #090086;
  font-weight: 500;
  font-size: 0.8rem;
  padding: 0px 15px;
  height: 32px;
  z-index: 1;
  transition: color 0.3s ease;
  cursor: pointer;
}

/* Hover Effect */
.solution_cardtc .solu_description button:hover {
  color: #fff;
  /* Change text color to white on hover */
}

/* Water Fill Animation */
.solution_cardtc .solu_description button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(45deg, #4B0082, #090086);
  transition: height 0.5s ease-in-out;
  z-index: -1;
}

/* On Hover, Fill the Button from Bottom to Top */
.solution_cardtc .solu_description button:hover::before {
  height: 100%;
}

/* Ensure Pseudo-Element Stays Behind Text */
.solution_cardtc .solu_description button {
  position: relative;
  z-index: 1;
}


.solution_cardes .solu_description button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #7E007A, #e4007f);
  transition: left 0.4s ease;
  z-index: -1;
  border-radius: 205px;
}

.solution_cardes .solu_description button:hover {
  color: #fff !important;
  /* Change text color on hover */
}

.solution_cardes .solu_description button:hover::before {
  left: 0;
  /* Move gradient from right to left */
}

/* Button inside .solu_description */
.solu_description .category-items {
  position: relative;
  overflow: hidden;
  border: 1px solid #DC8101;
  border-radius: 50px;
  background: #fff;
  color: #DC8101;
  font-weight: 500;
  font-size: clamp(10px, 0.8vw, 20px);
  padding: 0px 12px;
  height: 25px;
  z-index: 1;
  transition: color 0.3s ease, border-color 0.3s ease;
}

/* Gradient Hover Effect */
.solu_description .category-items::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #F5A623, #DC8101);
  transition: right 0.4s ease;
  z-index: -1;
  border-radius: inherit;
}


/* Hover Effect */
.solu_description .category-items:hover::before {
  right: 0;
}

.solu_description .category-items:hover {
  color: #fff;
  border-color: #F5A623;
}

.category-item {
  cursor: default !important;
}

.category-items button {
  cursor: pointer;
  /* Makes only the button clickable */
}

.solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: -37px;
  margin-bottom: 9px;
  cursor: default;
}

.h3-title2 h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 0px;
  cursor: default;
}

.h3-title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 17px;
  margin-bottom: 0px;
  cursor: default;
}

.solu_description p {
  font-size: clamp(12px, 0.8vw, 20px) !important;
  color: #212121;
  margin-bottom: 5px;
  cursor: default;
}

.solution_cardtc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Datatable */

.data_table {
  border-radius: 5px;
}

.dataTables_wrapper {
  width: 100%;
  /* Ensures full width */
}

.dataTables_scroll {
  overflow-x: auto !important;
  /* Allows scrolling */
  max-width: 100% !important;
}

.dataTables_scrollHead,
.dataTables_scrollBody {
  display: block;
  /* Ensures they behave as blocks */
  width: max-content;
  /* Prevents shrinking */
}

.dataTables_scrollBody {
  overflow-x: auto !important;
  /* Enables scroll */
  max-height: 400px;
  /* Adjust height if needed */
}

.dataTables_scrollHeadInner,
.dataTables_scrollBody table {
  width: 100% !important;
  max-width: none !important;
}

@media screen and (max-width: 768px) {
  .dataTables_wrapper {
    width: 100%;
    overflow-x: scroll;
  }
}


.bg-success {
  font-weight: 500 !important;
}

.bg-warning,
.bg-danger {
  font-weight: 500 !important;
}

.data_table .btn {
  padding: 5px 10px;
  margin: 10px 3px 10px 0;
}

/* .dataTables_scroll>div {
  border: 1px solid lightgray !important;
} */

.dataTables_paginate {
  margin-top: 10px !important;
}

th {
  font-weight: 500 !important;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 50% !important;
  display: inline-block;
}

/* thead th {
  background-color: #B0E4E1 !important;
  border: 1px solid #00867E;
} */



/* Profile Section */

.profile-card {
  text-align: center;
  margin: auto;
}

.profile-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-bottom: 10px;
}

.profile-card h3 {
  font-size: 14px;
  font-weight: 500;
}

.profile-card p {
  color: #d9534f;
  font-size: 12px;
  margin-bottom: 10px;
}

.profile-card h5 {
  font-size: 14px;
  font-weight: 500;
}

.profile-card .info {
  font-size: 12px;
  color: #333;
  margin-bottom: 5px;
}

.profile-card .info strong {
  font-weight: 600;
}

/* district dashboard */

.bg-lightprimary {
  background-color: #00a1ff0f;
  border: 1px solid #dce1f5;
  border-radius: 12px;
}

/* Common Styles */
.bg-lightprimarey1,
.bg-lightprimarey2,
.bg-lightprimarey3 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dce1f5;
  border-radius: 10px;
  transition: border-color 0.4s ease-in-out;
}



/* Hover Backgrounds Using ::before */
.bg-lightprimarey1::before,
.bg-lightprimarey2::before,
.bg-lightprimarey3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}


/* Border Color Change on Hover */
.bg-lightprimarey1:hover {
  background: linear-gradient(180deg, #FFF 50.89%, #acccff 216.2%);
  border-color: #7FA8E8;
}

.bg-lightprimarey2:hover {
  background: linear-gradient(180deg, #FFF 50.89%, #e3d4ff 216.2%);
  border-color: #D1C4E9;
}

.bg-lightprimarey3:hover {
  background: linear-gradient(180deg, #FFF 50.89%, #FFCDD2 216.2%);
  border-color: #FFCDD2;
}



.bgccolor {
  background-color: #ff669208;
}

.bgccolor1 {
  background-color: #00ceb60a;
}

.bgccolor2 {
  background-color: #f8fafd;
}

.bg-whites {
  --bs-bg-opacity: 1;
  background: #E0F7FA !important;
}

.bg-whites1 {
  --bs-bg-opacity: 1;
  background: #EDE7F6 !important;
}

.bg-whites2 {
  --bs-bg-opacity: 1;
  background: #FFEBEE !important;
}

.shadow-elevation4,
.shadow-lg {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-elevation4 {
  --tw-shadow: 0px 12px 12px -6px rgba(0, 0, 0, .15);
  --tw-shadow-colored: 0px 12px 12px -6px var(--tw-shadow-color);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.rounded-tw {
  border-radius: 12px;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.w-12 {
  width: 4rem;
}

.h-12 {
  height: 4rem;
}

.flex {
  display: flex;
}

.ptb-5 {
  padding-top: 1rem !important;
}

.iconbox.icon-lg {
  min-width: 4rem;
}

.iconbox.icon-lg,
.iconbox.icon-xl svg {
  width: 4rem;
  height: 4rem;
}

.iconbox-soft-success {
  background-color: #e7f8f3;
  color: #10b982;
}

.iconbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  border-radius: .375rem;
  min-width: 2.8rem;
  width: 2.8rem;
  height: 2.8rem;
}

/* Button Styling */
.solu_description .solu_description_btn {
  position: relative;
  overflow: hidden;
  border: 1px solid #860014;
  border-radius: 50px;
  background: #fff;
  color: #860014;
  font-weight: 500;
  font-size: clamp(12px, 0.8vw, 20px);
  padding: 0px 11px;
  height: 25px;
  z-index: 1;
  transition: color 0.3s ease, border-color 0.3s ease;
}

/* Center Out X-Axis Gradient Effect */
.solu_description .solu_description_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, #B0001F, #860014);
  transition: width 0.4s ease, left 0.4s ease;
  z-index: -1;
  border-radius: inherit;
}

/* Hover Effect */
.solu_description .solu_description_btn:hover::before {
  width: 100%;
  left: 0;
}

.solu_description .solu_description_btn:hover {
  color: #fff;
  border-color: #B0001F;
}

.p-30 {
  padding: 10px;
}

.solution_cards_box .solution_cardes {
  flex: 0 50%;
  background: #fff;
  /* box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15); */
  border-radius: 15px;
  border: 1px solid #e1e1e1;
  /* margin: 8px; */
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 170px;
  transition: 0.7s;
}

/* Default Button Style */
.actions_btn {
  position: relative;
    overflow: hidden;
    border: 1px solid #157E00;
    border-radius: 50px;
    background: #fff;
    color: #157E00;
    font-weight: 500;
    font-size: clamp(10px, 0.8vw, 20px);
    padding: 0px 10px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    z-index: 1;
}

/* Hover Effect */
.actions_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #157E00, #45B400);
  transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
  z-index: -1;
}

/* Hover Animation */
.actions_btn:hover {
  color: white;
  border-color: #45B400;
}

.actions_btn:hover::before {
  width: 100%;
  left: 0;
}


.mt_1 {
  margin-top: -10px;
}

.bg-card {
  background-color: #FEFFF1;
  border: 1px solid #E9EBF8;
  border-radius: 10px;
  padding: 8px;
}

.cta_btn {
  position: relative;
  color: #5E6500;
  font-weight: bold;
  padding: 6px 16px;
  border: 1px solid #5E6500;
  border-radius: 20px;
  overflow: hidden;
  font-weight: 500;
  font-size: clamp(12px, 0.8vw, 20px);
  background-color: #FFF;
  transition: all 0.5s ease-in-out !important;
  /* Ensures smooth effect */
  cursor: pointer;
}

.cta_btn:hover {
  background: radial-gradient(circle, #96A032 0%, #5E6500 100%) !important;
  border-color: #5E6500 !important;
  transform: scale(1.05);
  color: #fff;
  /* Adds smooth zoom effect */
}

/* User Dashboard */

.block-box.block1 {
  border-color: rgb(243, 243, 201);
}
/* mobile */
@media only screen and (max-width: 991px) {
  .block-box {
    margin-bottom: 20px;
  }
  .hading_themehead {
    width: 100%;
  }
  .ontop_themehead-1 {
    width: 100%;
  }
  .ontop_themehead {
    width: 100%;
  }
}

@media only screen and (max-width: 1399px) {
  .block-box {
    padding: 110px 25px 18px;
  }
  .hading_themehead {
    width: 32%;
   }
   .ontop_themehead-1 {
     width: 70%;
   }
   .ontop_themehead {
   width: 32%;
   }
}

.block-box {
  padding: 70px 15px 16px;
  border: 2px solid;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.block-box.block1 .block-icon {
  background: rgb(243, 243, 201);
}

@media only screen and (max-width: 1199px) {
  .block-box .block-icon {
    width: 120px;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 1399px) {
  .block-box .block-icon {
    top: 25px;
  }
}

.block-box .block-icon {
  width: 100px;
  height: 43px;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: -15px;
  padding-top: 2px;
  padding-left: -12px;
}

.block-box .block-icon img {
  width: 37px;
  height: 37px;
}

.block-box .block-icon::after {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: 32px;
  height: 100%;
  top: 0px;
  right: -15px;
  transform: skew(-23deg);
  z-index: 1;
}

.block-box.block2 {
  border-color: rgb(209, 239, 229);
}

.block-box.block2 .block-icon {
  background: rgb(209, 239, 229);
}

.block-box.block3 {
  border-color: rgb(186, 239, 255);
}

.block-box.block3 .block-icon {
  background: rgb(186, 239, 255);
}

.block-box.block4 {
  border-color: rgb(253, 215, 221);
}

.block-box.block4 .block-icon {
  background: rgb(253, 215, 221);
}

.block-box.block5 {
  border-color: rgb(240, 199, 248);
}

.block-box.block5 .block-icon {
  background: rgb(248, 212, 255);
}

.glow_btn {
  position: relative;
  background: #fff;
  color: #CD7800;
  font-weight: bold;
  padding: 0px 10px;
  border: 1px solid #CD7800;
  border-radius: 25px;
  font-weight: 500;
  overflow: hidden;
  height: 29px;
  font-size: clamp(12px, 0.8vw, 20px);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  box-shadow: 0 0 2px #CD7800;
}

.glow_btn:hover {
  background: linear-gradient(45deg, #E88B22, #CD7800);
  border-color: #E88B22;
  box-shadow: 0 0 5px #E88B22;
  transform: scale(1.05);
  color: #FFF;
}

.glow_btn:active {
  transform: scale(0.9);
  box-shadow: 0 0 5px #E88B22;
}

.modal-content {
   border: 3px solid lightgray !important;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px !important;
}

.modal-header {
   background-color: #bfdeb9 !important;
}
.htable{
    border-color: #7682a7 !important;
}

.fertilizer td{
  background-color: #f8dbb2 !important;
}

.seed td{
  background-color: #fdd3fd !important;
}

.fertiliser-lable {
  font-weight: 600 !important;
}

.btn-primary {
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
  transform: scale(1.05);
  background-color: #004085;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  transition: all 0.3s ease-in-out;
}

.btn-secondary:hover {
  transform: scale(1.05);
  background-color: #6c757d;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.div-card {
  flex: 0 50%;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #e1e1e1;
  padding: 12px 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 184px;
  transition: all 0.5s ease-in-out;
}

.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-title4 {
  padding: 10px 0px 10px 20px;
  font-size: 16.5px;
  font-weight: 500;
  color: #012970 !important;
  background: #ffbbaf;
  margin-top: 0px !important;
  font-family: "Poppins", sans-serif;
  border-left: 1px solid rgba(0, 0, 0, 0.175);
  border-right: 1px solid rgba(0, 0, 0, 0.175);
  border-top: 1px solid rgba(0, 0, 0, 0.175);
}

.icon-wrapper img {
  width: 50px;
}

.primary-bg {
  background: linear-gradient(135deg, rgb(226, 244, 255), rgb(181, 221, 253));
}

/* Secondary Light Gradient Background */
.secondary-bg {
  background: linear-gradient(135deg, rgb(241, 226, 255), rgb(220, 189, 255));
}

/* Warning Lighter Gradient Background */
.warning-bg {
  background: linear-gradient(135deg, rgb(255, 248, 221), rgb(252, 227, 178));
}

/* Error Light Gradient Background */
.error-bg {
  background: linear-gradient(135deg, rgb(255, 232, 220), rgb(255, 200, 193));
}

.glow_btn1 {
  position: relative;
  display: inline-block;
  padding: 5px 11px;
  font-size: 13px;
  font-weight: 500;
  color: rgb(46, 46, 46);
  background: #F5F4FF;
  /* Dark Blue Button */
  border: 1px solid #c4c4c4;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
}

.wh-8 {
  height: 52px;
  width: 51px;
}

.solution_carde .so_top_icon2 img {
  width: 28px;
  height: 50px;
  object-fit: contain;
}

.solution_carde .so_top_icon2 {
  width: 45px;
  height: 45px;
  overflow: hidden;
  display: flex
;
  align-items: center;
  justify-content: center;
}

/* Hover Effect */
.glow_btn1:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(9, 0, 134, 0.1);
  /* Glowing effect */
}

/* Blobs Animation */
.glow_btn1::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  top: 50%;
  left: 50%;
  background: radial-gradient(circle, rgba(132, 0, 255, 0.6) 10%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.4s ease;
}

/* On Hover, Blob Expands */
.glow_btn1:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  animation: blobEffect 1.5s infinite ease-in-out;
}

/* Blobs Keyframes Animation */
@keyframes blobEffect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.5;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
}

.modal-justify {
  text-align: justify;
}

.payment-title {
  margin-left: auto;
  margin-right: auto;
}

.title {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.8em;
  padding-bottom: 8px;
}

.title-1 {
  text-align: center;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  padding-bottom: 8px;
}


.card-details h5 {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px !important;
  padding-bottom: 8px;
}

.products {
  border-top: 2px solid #198754;
  border-radius: 5px;
}

.product-bg {
  background-color: #f8fffc !important;
}

.products .item {
  margin-bottom: 0.8em;
}

.products .item-name {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 5px !important;
}

.products .item-description {
  opacity: 0.6;
  font-size: 0.8em;
}

.price {
  float: right;
  font-weight: 500;
  font-size: 1em;
  margin-right: 10px !important;
}

.products .total {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 500;
  line-height: 1;
}

.card-details label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #79818a;
  text-transform: uppercase;
}

.date-seprator {
  margin-left: 10px !important;
  margin-right: 10px;
  margin-top: 10px;
}

.payment-img {
  position: relative;
  min-height: 100vh;
  background-color: #198754;
  background-image: url(/assets/images/app_approv.svg);
}

.tw-bold {
  font-weight: 500;
}

.expired-license p {
  margin-top: 20px !important;
  font-size: 12px !important;
}

/* .upcoming p {
  margin-bottom: 25px;
} */

.table,
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate,
.paginate_button {
  font-size: clamp(14px, 0.8vw, 20px) !important;
}

@media only screen and (max-width: 1399.98px) {

  .block-box.block1 {
    border-color: rgb(243, 243, 201);
    max-height: 197px !important;
  }

  .block-box.block2 {
    border-color: rgb(209, 239, 229);
    max-height: 197px !important;
  }

  .block-box.block5 {
    border-color: rgb(240, 199, 248);
    max-height: 197px !important;
  }

  .block-box.block4 {
    border-color: rgb(253, 215, 221);
    max-height: 220px !important;
  }

  .block-box.block3 {
    border-color: rgb(186, 239, 255);
    max-height: 220px !important;
  }

}

.without-sidemenu{
  margin-top: 35px;
  padding: 20px;
  background-color: #fff !important;
  min-height: 100px;
  border: 2px solid #198754;
  border-radius: 10px;
}
.without-sidemenu .card {
  box-shadow: none !important;
}


.ontop_themehead {
  position: relative;
  padding: 8px 10px;
  background: #198754;
  width: fit-content;
  max-width: 100%;
  margin-top: -45px;
  font-size: 14px;
  box-shadow: 0 10px 20px #dff1df;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 30px;
  word-wrap: break-word;
  text-align: center;
  width: 40%;
}

.ontop_themehead-1 {
  position: relative;
  padding: 8px 10px;
  background: #198754;
  width: fit-content;
  max-width: 100%;
  margin-top: -45px;
  font-size: 14px;
  box-shadow: 0 10px 20px #dff1df;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 30px;
  word-wrap: break-word;
  text-align: center;
  width: 90%;
}

.hading_themehead {
  background: #198754;
  font-size: 14px;
  padding: 10px;
  color: #fff;
  width: 40%;
  text-align: center;
  border-radius: 30px;
}


/* datatable */

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    display: inline-block;
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
}

.dataTables_wrapper .dataTables_scroll {
  width: 100%;
}

/* .dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table {
  width: 100% !important;
} */

.dataTables_scrollBody {
  overflow-x: auto;
}


.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 1rem;
}

.dataTables_wrapper .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

thead th {
  background-color: #477c53 !important;
  border: 1px solid #ffffff;
  color: #fff !important;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 50% !important;
  display: inline-block;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
  margin: 0px !important;
}
.btn-info-1 {
  background-color: #038ca8 !important;
  color: #FFF !important;
}
/* nitesh created css */
.btn-success-1 {
    background-color: #216c42 !important;
    color: #FFF !important;
}

/* profile dropdown start */

.header-profile>a.nav-link {
  padding: 5px;
  display: flex;
  border-radius: 8px;
  align-items: center;
  margin-left: 0.9375rem;
  gap: 0.5rem;
  background-color: #bfdeb9;
}

.header-profile .profile-details {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  top: 15px !important;
  position: absolute;
  background: white;
  border: 1px solid lightgrey !important;
  width: 355px;
  right: 0;
  border: 0;
  display: none;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .header-profile .profile-details {
    width: 335px;
  }

  .media-box .icon-box-lg {
    height: 94px;
    width: 91px !important;
    line-height: 48px !important;
  }
}

.media-box {
  padding: 1.25rem;
  position: relative;
}

.header-profile img {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  object-fit: cover;
}

.icon-box-lg img {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 8px;
  object-fit: cover;
}

.profile-media {
  background-color: green;
  padding: 8px;
  word-wrap: break-word;
  text-wrap: auto;
  margin: 0px !important;
  color: white;
}

.media-box h6 {
  font-size: 11.5px;
  color: green;
}

.media-box h6:hover {
  color: green;
}

.media-box .icon-box-lg {
  height: 90px;
  width: 98px;
  display: block;
  line-height: 52px;
  text-align: center;
  border: 1px solid rgba(59 59 59 / 15%);
  border-radius: 8px;
}

@media (max-width: 1400px) {
  .header-profile img {
    width: 2rem;
    height: 2rem;
  }
}

.header-profile .header-info {
  padding-left: 0;
  text-align: left;
}

@media (max-width: 576px) {
  .header-profile .header-info {
    display: none;
  }

  .header-profile .h-line {
    display: none;
  }
}

/* profile dropdown end */


/* user profile css start */

.cover-photo {
  background: linear-gradient(11deg, #000000db, transparent), url(../images/cover.jpg);
  background-size: cover;
  background-position: center;
  min-height: 10rem;
  width: 100%;
}

.photo-btn {
  position: absolute;
  right: 19px;
  top: 19px;
}

.profile-info {
  padding: 15px 19px;
  z-index: 2;
  display: flex;
  margin-top: -6.8rem;
  position: relative;
}

.profile-photo {
  position: relative;
  z-index: 1;
  margin-right: 5px;
}

.profile-photo img {
  width: 240px;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  border: 6px solid white;
}

.profile-details {
  display: flex;
  width: 100%;
  margin-top: -3.5rem;
}

.profile-details p {
  font-size: 12.5px;
}

.profile-details h5 {
  font-size: 18px !important;
}

.profile-info-1 {
  padding: 10px 16px;
  margin-left: 160px;
  margin-top: -82px;
  z-index: 2;
  position: relative;
}

.registrat {
  font-size: 12.5px !important;
}

.registrat span {
  font-weight: 500;
}

.hrclass {
  margin-top: -10px;
  margin-bottom: 7px;
}

.profile-info-1 h6 {
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  .profile-info-1 {
    padding: 10px 16px;
    margin-left: 150px;
    margin-top: -82px;
    z-index: 2;
    position: relative;
  }
}

.cursor {
  font-size: 9px !important;
  background-color: #e9e0f9;
  border: 1px dashed #dee1ed;
  padding: 3px;
  font-weight: 500;
}

/* user profile css end */

/* qrcode code start here */

#qrcode img{
  width: 100px;
}

/* qrcode code end here */