/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}



.logo_text {background-image: linear-gradient(180deg, #237dad, #26b6d7); -webkit-background-clip: text;
  background-clip: text; -webkit-text-fill-color: transparent;}
.f_600{font-weight: 800;}
.t_btn {background: #703261 !important;  color: #fff !important;
    background: linear-gradient(25deg, #13132c 0%, #2b54db 100%) !important; border-color: #ee6aac;}
.event_box_list { list-style: none;  margin: 0;  padding: 0;  }
.event_box_list li {display: inline-block; padding-right: 30px;}
/*.bg-menu-theme .menu-inner>.menu-item.active:before { background: #a84a91;}*/
.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {  color: #223d91;
  background-color: rgb(23 14 167 / 13%) !important;}
  .notification{position: relative;}
.notification i{font-size: 25px !important;}
.notification  span{font-size: 10px !important; background: #f75757; color: #fff; border-radius: 50%; position: absolute; width: 10px; height: 10px; bottom: -3px; right: -3px;}

.accordion-header .accordion-button{ background: #c7a3bd; color: #ffffff; margin-bottom: 10px; }
.app-brand .layout-menu-toggle {
  background-color: #b5457d;
  border: 7px solid #fffbce;
}
.last_fllowup{list-style: none !important; margin: 0; padding:0; min-height: 380px;
  max-height: 380px;  overflow-x: auto;}
.last_fllowup li{ border-top: #e4e3e1 solid 1px; padding:10px 15px; background-color: #fdf3f8;}
.last_fllowup li:nth-child(odd) { background-color: rgb(254, 238, 255); border-left: #e6c3dd solid 4px;}
.last_fllowup li:nth-child(even) {background-color: rgb(255, 255, 255);}



/* Sonali */
/* Sonali */
header{
  font-family: "Poppins" !important;
  font-size: 12px !important;
}

body{
  font-family: "Poppins" !important;
  /* font-size: 13px !important; */
  background-color: #EAECF0 !important;
  margin: 10px;
  .layout-page, 
  .content-wrapper, 
  .menu-item a, 
  h1, h2, h3, h4, h5, h6, 
  p, button, input, select, textarea {
      font-family: "Poppins", sans-serif !important;
  }
}
h1, h2, h3, h4, h5, h6{
  text-transform: capitalize !important;
  height: 100% !important;
  /* overflow-x: hidden !important; */
}

/* ✅ Set font size 10px for the entire website except headings & sidebar */
body, p, span, a, input, select, textarea, table, .content-wrapper {
  font-size: 12px !important;
}

/* ✅ Set font size 11px for headings (h1-h6) and sidebar menu */
h1, h2, h3, h4, h5, h6, 
.menu-item a, 
.menu-sub .menu-item a, .menu-item , aside{
    font-size: 13px !important;
}

.layout-page{
  background-color: transparent !important;
  font-family: "Poppins" !important;
  font-size: 12px !important;
}

/* 2nd background */

/* ✅ Place Image on Left Side Inside .layout-page */
.rightbg {
  position: fixed !important; /* Fixes image position */
  top: 50% !important; /* Centers vertically */
  right: 20px !important; /* Adjust distance from the left */
  transform: translateY(-50%) !important; /* Ensures perfect vertical centering */
  width: 150px !important; /* Adjust size as needed */
  height: auto !important; /* Maintain aspect ratio */
  opacity: 0.1 !important; /* Adjust transparency */
  z-index: -1 !important; /* Keeps it above other elements */
}





/* Sidebar background - Light Gray */
.layout-menu {

  background-color: #DAE1F5 !important;
  font-size: 12px !important;
  color: black !important;
  /* border-right: 5px solid #154EFD;
  box-shadow: 0 0 0 8px #154EFD; */
}

/* Menu Items - Black Font */
.menu-item a {
  color: black !important; /* Ensures all menu items (both main & sub) are black */
  /* font-weight: bold; */
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 12px !important;
  width: 90%;
  
}

/* Hover Effect */
.menu-item a:hover {
  /* background-color: white !important; */
  color: #3b3b3b !important;
  font-weight: bolder;
  border-radius: 5px;
  font-size: 12px !important;
  width: 95%;
}

/* Active (Clicked) Menu Item - Red Font */
.menu-item.active > a {
  background-color: rgb(142, 141, 141) !important;
  color: #000000 !important; /* Red font */
  /* font-weight: bolder; */
  border-radius: 5px;
 width: 90%;
 margin-bottom: 5px;
 font-size: 12px !important;
}

.highcharts-title{
  color: #154EFD ;
}

.app-brand .layout-menu-toggle {
  background-color: #154EFD;
  border: 7px solid #DAE1F5;
}


/* Submenu Styling - Same as Main Menu */
.menu-sub .menu-item a {
  color: rgb(62, 62, 62) !important;
  padding: 8px 15px;
  /* transition: all 0.3s ease; */
  /* font-weight: bold; */
  font-size: 12px !important;
}

/* Submenu Hover Effect */
.menu-sub .menu-item a:hover {
  /* background-color: white !important; */
  color: #000000 !important;
  font-weight: bold;
  
  font-size: 12px !important;
}
text{
  color:#154EFD  ;
}
/* Active (Clicked) Submenu Item - Red Font */
.menu-sub .menu-item.active > a {
  background-color: white !important;
  color: #000000 !important;
  /* font-weight: bold;
   */
  font-size: 12px !important;
}
.bx-chevron-left {
  background: transparent !important;
  border: none !important; /* Removes any unwanted border */
  box-shadow: none !important; /* Removes any shadow if applied */
  
}

.layout-navbar{
  background: linear-gradient(to right, #f1f1f1, rgb(220, 220, 220));
  color: rgb(0, 0, 0) !important; /* black text for contrast */
  padding: 10px 15px; 
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px; /* Optional: Adds a modern rounded look */
border-bottom: 1px solid #154EFD;
border-right: 1px solid #154EFD;
  /* Unique Shadow on One Side (Orange) */
  box-shadow: 1px 0px 10px #154EFD; /* Orange shadow on the left */
}

.layout-navbar.navbar-detached {
  width: 95%;
  margin: .75rem auto 0;
  border-radius: .375rem;
  padding: 0 1.5rem;
  margin-top: 20px;
font-size: 12px;
}

.layout-navbar.navbar-detached:before {
  content: "";
  position: absolute;
  top: 0; /* Moves the border to the top */
  left: 0;
  width: 100%; /* Stretches across the entire top */
  height: 5px; /* Adjust thickness */
  background-color: #154EFD; /* Orange accent */
  border-radius: 9px 9px 0 0; /* Rounded edges on top corners */
}

/* Ensuring Text Inside the Navbar is Visible */
.navbar-nav-right h5 {
  color: rgb(63, 63, 63) !important;
  font-size: 12px;
  font-weight: bold;
}
/* Notification Icon */
.layout-navbar .notification {
  position: relative;
  font-size: 13px;
  color: #555;
  transition: color 0.3s ease;
}
h5.m-0 {
 
    font-family: "poppins" !important;
    font-size: 16px !important;
}
.left_lid_div {
  font-size: 13px !important;
}


.layout-navbar .notification:hover {
  color: #1d4ed8;
}
/* Profile Dropdown */
.dropdown-user .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #154EFD; 
}

/* Dropdown Menu */
.dropdown-menu {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #154EFD;
}

/* Dropdown Items */
.dropdown-menu a {
  color: #333;
  font-size: 12px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  transition: background 0.3s ease;
}

/* Hover Effect for Dropdown Items */
.dropdown-menu a:hover {
  background-color: #f0f2f5;
  color: #664320;
}
/* Logout Button */
.dropdown-item .bx-power-off {
  color: red;
}


/* Dashboard Cards Styling (for cards inside .container-p-y) */
.container-p-y .card {
  background-color: #EAECF0;           /* Clean white background */
  border: none;                        /* Remove default border */
  border-radius: 10px;                 /* Smooth rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effects */
  position: relative;                  /* For the accent pseudo-element */
  overflow: hidden;
  border-right: 1px solid #154EFD ;
  border-bottom: 1px solid #154EFD ;
  box-shadow: 1px 0px 10px #154EFD;
  padding: 2px;                       /* Internal spacing */
}


/* ✅ Orange Accent Border on the Top */
.container-p-y .card::before {
  content: "";
  position: absolute;
  top: 0; /* Moves the border to the top */
  left: 0;
  width: 100%; /* Stretches across the entire top */
  height: 5px; /* Adjust thickness */
   /* Orange accent */
  border-radius: 9px 9px 0 0; /* Rounded edges on top corners */
/*  background-color: #154EFD;*/
}


/* Hover Effect for Cards */
.container-p-y .card:hover {
  transform: translateY(-5px);          /* Slight lift */
  box-shadow: 0 8px 16px #154EFD; /* Orange-tinted glow */
}

/* Card Title Styling */
.container-p-y .card .card-title {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333333;                      /* Dark text for clarity */
}

/* Card Stats / Number Styling */
.container-p-y .card .card-text {
  font-size: 12x;
  font-weight: bold;
  color: #333333;
}

.card {
  background: white !important; /* White background for a clean look */
  color: black; /* Black text */
  padding: 20px;
  border-radius: 12px; /* Rounded edges */
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  border-left: 5px solid #154EFD; /* Orange accent on the left */
}

/* ✅ Hover Effect */
.card:hover {
  transform: translateY(-5px);
  box-shadow: 6px 6px 20px #154EFD; /* Soft orange glow */
}

/* 📌 Styling for Card Icons */
.card .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;
}


/* ✅ Card Titles */
.card h3 {
  font-size: 12px;
  font-weight: bold;
  color: #333; /* Dark gray */
  margin-top: 10px;
}

/* ✅ Subtext Below Icons */

  .card span {
    font-size: 12px;
    font-weight: bold;
    opacity: 0.9;
    color: #000000;
}



/* 📌 Customizing Select Year Dropdown */
.form-control {
  background: #ffffff; /* White background */
  border: 1px solid #154EFD; 
  box-shadow: 0px 0px 6px #154EFD;
  border-radius: 4px; /* Rounded edges */
  padding: 10px;
  font-size: 12px;
  color: #2c2c2c; /* Dark text */
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
margin-bottom: 14px;
}

/* ✅ Dropdown Hover & Focus */
.form-control:hover,
.form-control:focus {
  border-color: #154EFD; /* Orange border on hover/focus */
  box-shadow: 0px 0px 8px #154EFD; /* Orange glow */
}
.selectyear{
  color:#154EFD;
  font-size: 12px;
}

/* ✅ Fix for Submit Button */
button.btn.t_btn {
  background: linear-gradient(to right, #154EFD, #114cff) !important; /* Orange to red gradient */
  color: white !important; /* White text */
  border: none !important;
  padding: 12px 20px !important;
  font-size: 12px !important;
  font-weight: bold !important;
  /* text-transform: uppercase !important; */
  border-radius: 8px !important; /* Rounded button */
  cursor: pointer !important;
  /* transition: all 0.3s ease !important; */
  box-shadow: 0px 0px 8px #154EFD !important; /* Orange glow */
}

/* ✅ Fix for Hover Effect */
button.btn.t_btn:hover {
  background: white !important; /* Reverse gradient */
  color: rgb(48, 48, 48)  !important;
  border: 2px solid #154EFD!important;
  font-weight: bolder  !important;
  box-shadow: 0px 0px 8px #154EFD !important; /* Orange glow */
  /* transform: translateY(-2px) !important; */
}


/* ✅ Apply Modern Font & Black Text Globally */
body, .layout-page, .content-wrapper {
  font-family: "Poppins" !important; /* Modern Font */
  color: black !important; /* Black text for all content */
  
}
.table>tbody {
  vertical-align: inherit;
  color: #000000;
}


/* ✅ Change Table Header Font & Color */
th {
  font-family: "Poppins" !important;
  /* font-size: 13px !important; */
  font-weight: bold !important;
  background-color: #535353 !important; /* Light Gray Background */
  text-align: left;
}
span.dt-column-title {
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  font-size: 12px !important;
}

.m-0 {
  margin: 0 !important;
border: none !important;
}

/* ✅ Change Button Styles */
button, .submit-btn {
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  background: linear-gradient(to right, #154EFD, #0739d0) !important;
  color: white !important;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* ✅ Button Hover Effect */
button:hover, .submit-btn:hover {
  background: linear-gradient(to right, #154EFD, #0739d0) !important;
  transform: translateY(-2px);
}

/* ✅ Change Form Input Fields */
input, select, textarea {
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  color: black !important;
  border: 2px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}

/* ✅ Form Input Focus Effect */
input:focus, select:focus, textarea:focus {
  border-color: #154EFD !important;
  box-shadow: 0px 0px 5px #154EFD;
}

/* ✅ Change Navbar Font & Color */
.layout-navbar a {
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  color: black !important;
}

/* ✅ Change Card Titles */
.card-title, h5, h6 {
  font-family: "Poppins", sans-serif !important;
  color: black !important;
  font-weight: bold;
}

.input-group-text{
  background: transparent ;
  height: auto;
  color: black;
  border: none;
  position: absolute;
  margin-top: 30px;
  right: 47px;
  

}

.login_image{
  width: 100%;
  height: 80%;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  /* max-width: 500px !important; */
  position: relative !important;
}
.authentication-wrapper .authentication-inner {
  width: 100% !important;
}

.badge {
  text-transform: capitalize;
  line-height: .20;

}


.footer_container {
  background-color: rgb(241, 241, 241);
  width: 100%;
  /* margin-left: 10px;  */
  padding: 10px; 
  height: 10vh;

  color: black;
  margin-top: auto; /* Push footer to bottom */
  margin-bottom: 0;
}

.containf {
  /* width: calc(100% - 18vw);  */
  /* width: 100%; */
margin-left: 255px ;
padding: 19px;
  box-sizing: border-box; /* Ensures padding doesn’t increase width */
  display: flex;
  justify-content: center; /* Centers inner content */
  align-items: center; /* Centers vertically (if needed) */
  background-color: rgb(241, 241, 241);
}

@media only screen and (max-width: 1200px) {
  .containf {
  
    margin-left: 0; /* Reset margin */
  }
}

@media only screen and (max-width: 768px) {
  .containf {
   
    margin-left: 0; /* Reset margin */
  }
}



.bg-label-danger {
  background-color: #ffe0db !important;
  color: #ff3e1d !important;
  font-size: 10px !important;
}
.bg-label-success {
  background-color: #e8fadf !important;
  color: #71dd37 !important;
  font-size: 10px !important;
}