/**
* Template Name: speedYourFin
* Template URL: https://bootstrapmadepageLoadercom/nice-admin-bootstrap-admin-html-template/
* Updated: Apr 20 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  --borderGreen: rgb(18, 150, 18);
  --white: #fff;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #444444;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
} */

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 40px;
  padding-top: 13px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 20px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 5px;
  }
}

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

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
} */

/* body.dark-mode.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
} */
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  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 .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  /* padding: 10px 25px; */
}

.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{
  min-height: 100px !important;
  max-height: 150px;
  overflow-y: auto;
} */
/* dropdown-menu dropdown-menu-end dropdown-menu-arrow
dropdown-menu dropdown-menu-end dropdown-menu-arrow 
.dropdown-menu.financialStartYearTable{
  min-height: 100px !important;
  max-height: 150px;
  overflow-y: auto;
} */
.dropdown-item:hover,
.companyList tbody tr:hover {
  background-color: #d8e4f3;
  /* color: white; */
  /* font-weight: 600; */
}

.commonBadgeYes {
  background-color: #4caf50;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  text-align: center;
  text-transform: capitalize;
}

.commonBadgeNo {
  background-color: #f44336;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  text-align: center;
  text-transform: capitalize;
}

.commonev {
  color: #0649bc;
  border-style: none;
  background: none;
}

.commonev:hover {
  color: #032a6c !important;
}

.commonTick {
  color: #09ac1e;
  border-style: none;
  background: none;
}

.commonTick:hover {
  color: #08790a !important;
}

.commonBin {
  color: #cb3a2e;
  border-style: none;
  background: none;

}

.commonBin:hover {
  color: #75140b;
}

/* .dropdown-item:focus,
.companyList tbody tr:focus {
  background-color: #133f75;
  color: white;
  /* font-weight: 600; */
/* }  */

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    /* background: #fff; */
    position: absolute;
    top: -7px;
    /* right: 20px; */
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@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);
  min-width: 600px !important;
  padding: 20px;
  margin: 5px;
}

/* Added by Vignesh start */
/* .alert-boxs{
  background-color: #f6f9ff;
  border: 1px solid #cfe2ff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
 .announcements{
  background-color: #f6f9ff;
  border: 1px solid #cfe2ff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  min-height: 100px;
 } 
.alert-box{
  background-color: #f6f9ff;
  border: 1px solid #cfe2ff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.mySpace_main{
  background-color: #f6f9ff;
  border: 1px solid #cfe2ff;
  border-bottom: 1px solid #c6e2f0 !important;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content:start;
  border: none;
}

.mySpace_main:hover{
  background-color: #c5f097;
}

.mySpace_main.badge-number{
  font-size: 5px !important;
} */

/* Added bt vignesh End */

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

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  /* font-family: "Poppins", sans-serif; */
}

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

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

.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;
  padding: 10px !important;
}

.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: "Nunito", 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;
}

@media (min-width: 1200px) {
  .logo {
    width: 144;
  }
}

.logo img {
  max-height: 20px;
  margin-right: 6px;
}

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

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

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

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

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

.cart {}

.bi-cart3,
.fa-moon {
  /* margin-right: 10px; */
  /* padding-right:10px; */
  color: rgb(254, 254, 254);
}

/*--------------------------------------------------------------
# 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: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
  padding: 18px;
  /* border: 2px solid #92d050; */
}

/* .header-nav .nav-profile span:hover{
  font-size: 14px;
  font-weight: 600;
  padding: 18px;
  border: 2px solid #92d050;
  background-color: #92d050;
} */

.nav-link.nav-profile:hover {
  /* background-color: #c5f097; */
  /* color: white; */
}

.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: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.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: 60px;
  left: 0;
  bottom: 0;
  width: 200px;
  z-index: 996;
  font-size: 11px;
  transition: all 0.3s;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 10px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

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

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

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 210px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.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;
}

.sidebar-nav .nav-heading {
  font-size: 13px;
  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: 600;
  transition: 0.3;
  padding: 10px 10px 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link {
  font-size: 13px;
  gap: 5px;
}

.sidebar-nav .nav-link.active {
  font-weight: 700;
  background: #c1cff9;
  color: white;
  padding: 10px 10px 10px 15px;
  gap: 15px;
}

.sidebar-nav .nav-link.collapsed {
  /* color: #012970; */
  color: black !important;
  /* background: #d9a6a6; */
  padding: 10px 10px 10px 15px;
}

.sidebar-nav .nav-link.collapsed.active {
  /* color: #012970; */
  color: black !important;
  background: #d9a6a6;
  padding: 10px 10px 10px 15px;
}

.sidebar-nav .activeTab {
  /* color: #9400d3 !important; */
  background: #dae0ea;
  gap: 10px;
}

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

.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: 13px;
  text-decoration: none;

  color: black;
  transition: 0.3;
  padding: 10px 0 10px 15px;
  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 {
  background-color: #d5e2f5;
  color: #012970;
}

.sidebar-nav .nav-content a.active {
  background-color: #aec9f1;
  color: #012970;
  border-radius: 3px;
}

.sidebar-nav .nav-content a i.active {
  font-weight: 700;
  /* color:#029275; */

  color: white;
}

/*--------------------------------------------------------------
# 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;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* 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: var(--bs-font-monospace);
  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-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; */
/* } */

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

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

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

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

/* Custom Css Start */
.customBtn {
  border: 2px solid var(--borderGreen);
  border-radius: 5px;
  padding: 2px 10px;
  background: var(--white);
}

.customBtn:hover {
  border: 2px solid var(--borderGreen);
  border-radius: 5px;
  padding: 2px 10px;
  background: var(--borderGreen);
  color: var(--white);
}

.mandatory::after {
  color: red;
  content: "*";
}

/* .virtualSelect {
  min-width: 100%;
} */

.pageLoader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.pageLoader img {
  width: 50px;
  height: 50px;
}

/* HTML: <div class="loader"></div> */
.loader {
  height: 15px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(farthest-side, #000 90%, #0000);
  background: var(--_g) left, var(--_g) right;
  background-size: 25% 100%;
  display: grid;
}

.loader:before,
.loader:after {
  content: "";
  height: inherit;
  aspect-ratio: 1;
  grid-area: 1/1;
  margin: auto;
  border-radius: 50%;
  transform-origin: -100% 50%;
  background: #000;
  animation: l49 1s infinite linear;
}

.loader:after {
  transform-origin: 200% 50%;
  --s: -1;
  animation-delay: -0.5s;
}

@keyframes l49 {

  58%,
  100% {
    transform: rotate(calc(var(--s, 1) * 1turn));
  }
}

.companyList {
  /* width: 100%; */
}

.companyList tr {
  /* padding: 5px; */
}

.companyList thead th,
.companyList td {
  padding: 3px;
  /* text-align: left !important;  */
  /* background-color: #92d050 !important; */
}

.companyList thead tr.active {
  background-color: #92d050 !important;
}

.companyList th {
  /* width: 25%; */
}

.fa-trash-can:hover {
  color: red;
}

.fa-pen-to-square:hover {
  color: #18d26e;
}

.companyList tr:not(tfoot tr) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

tfoot td {
  border: none;
}

.icon {
  font-size: 13px;
  cursor: pointer;
}

.icon ::before {
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

.dismissibleAlert {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
}

.module_addSubCategory {
  background-color: rgb(239, 242, 244);
  font-weight: 600;
}

.module_addSubCategory:hover {
  background-color: rgb(231, 240, 244);
}

#up_profileData {
  border-radius: 50%;
}

#myPlan_subscription {
  padding-left: 9px;
  margin-top: -1px;
}

#up_notify {
  padding-left: 8px;
  display: none;
}

.up_icon {
  padding-right: 8px;
}

.plan_container {
  margin: 20px;
  gap: 40px;
  /* Larger gap between cards */
}

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

.plan_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.plan_card {
  border-radius: 20px;
  padding: 30px;
  background: linear-gradient(145deg, rgb(244, 254, 255), #fbfffe);
  /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1), -10px -10px 20px rgba(255, 255, 255, 0.8); */
  /* width: 320px; */
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
}

.plan_button {
  z-index: 2;
}

.plan_card:hover {
  transform: translateY(-10px);
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2),
    -20px -20px 40px rgba(255, 255, 255, 0.9);
}

/* .plan_card:hover::before {
  opacity: 1;
} */

.plan_title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgb(16, 14, 166);
}

.plan_list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.plan_amount {
  font-weight: 700;
  color: #012970;
}

.plan_item {
  margin: 12px 0;
  font-size: 18px;
  color: #666;
  letter-spacing: 0.5px;
}

.plan_button {
  padding: 12px 30px;
  border: none;
  /* border-radius: 50px; */
  background-color: #2eaef8;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
  cursor: pointer;
  /* transition: background-color 0.4s ease, box-shadow 0.4s ease; */
}

.plan_button:hover {
  background-color: #44b7fa;
  cursor: pointer;
}

.plan_pro {
  /* background-color: #f0f8ff; */
  border: 2px solid rgba(49, 15, 130, 0.1);
}

.plan_premium {
  /* background-color: #fff8e1; */
  border: 2px solid rgba(49, 15, 130, 0.1);
}

/* .myPlan_card{
background-color: #e8f3f7;
} */
/* Custom Css End */

/* yohana added css */
@media screen and (max-width: 900px) {
  .dataTables_wrapper .dataTables_length select {
    width: 48.2%;
    height: 33px;
    margin-left: 4%;
  }
}

.dataTables_info {
  color: black;
}

.dt-column-title {
  color: white;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #969ba0;
  /* --bs-table-striped-bg: rgba(0, 0, 0, 0.05); */
  --bs-table-active-color: #969ba0;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #969ba0;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  /* border-color: #f5f5f5; */
}

.table {
  min-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.table th,
.table td {
  position: relative;
  font-size: 14px;
  padding: 1rem;
  vertical-align: top;
}

.table tr {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table thead th {
  vertical-align: bottom;
  background-color: #e9ecef;
  white-space: nowrap;
  text-align: left;
}

.table tbody+tbody {
  border-top: 2px solid #e3e6f0;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e3e6f0;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e3e6f0;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0;
}

/* .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
} */

.table-hover tbody tr:hover {
  color: #d8e4f3;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #cdd8f6;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #a3b6ee;
}

.table-hover .table-primary:hover {
  background-color: #b7c7f2;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #b7c7f2;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #dddde2;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #c0c1c8;
}

.table-hover .table-secondary:hover {
  background-color: #cfcfd6;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #cfcfd6;
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #bff0de;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #89e2c2;
}

.table-hover .table-success:hover {
  background-color: #aaebd3;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #aaebd3;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #c7ebf1;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #96dbe4;
}

.table-hover .table-info:hover {
  background-color: #b3e4ec;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #b3e4ec;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #fceec9;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #fadf9b;
}

.table-hover .table-warning:hover {
  background-color: #fbe6b1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #fbe6b1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f8ccc8;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #f3a199;
}

.table-hover .table-danger:hover {
  background-color: #f5b7b1;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f5b7b1;
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #fbfcfd;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #d1d1d5;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #a9aab1;
}

.table-hover .table-dark:hover {
  background-color: #c4c4c9;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #c4c4c9;
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #5a5c69;
  border-color: #6c6e7e;
}

.table .thead-light th {
  color: #6e707e;
  background-color: #eaecf4;
  border-color: #e3e6f0;
}

.table-dark {
  color: #fff;
  background-color: #5a5c69;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #6c6e7e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-striped th {
  padding: 10px;
  white-space: nowrap;
  text-align: left;
}

/* .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
} */

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

/* Edit by Vignesh start */

table.dataTable thead tr th {
  text-align: center !important;
  min-width: 100px;
}

table.dataTable tbody tr:hover {
  background-color: #fefeff;
}

.dataTable thead tr th {
  background-color: #e9ecef !important;
  /* color: white !important; */
}

.dataTables_length select,
.dataTables_filter input {
  border: 1.5px solid #0649bc !important;
  margin-bottom: 20px !important;
}

/* Main form container */
.assignmentNatureForm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  /* border: 1px solid #dee2e6; */
  /* border-radius: 0.75rem; */
  /* background-color: #ffffff; */
  /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); */
  /* max-height: 70vh; */
  /* overflow-y: auto; */
}

/* Label styling */
.assignmentNatureForm label {
  font-weight: 500;
  color: #343a40;
}

/* Input fields */
/* .assignmentNatureForm input[type="text"],
.assignmentNatureForm input[type="number"],
.assignmentNatureForm input[type="time"],
.assignmentNatureForm textarea {
  border-radius: 0.375rem;
  border: 1px solid #ced4da;
  padding: 0.5rem 0.75rem;
  width: 100%;
  font-size: 0.95rem;
} */

/* Textarea */
.assignmentNatureForm textarea {
  resize: vertical;
  min-height: 80px;
}

/* VirtualSelect placeholder container */
/* .virtualSelect {
  border: 0.5px solid #ced4da;
  border-radius: 5px;
  min-height: 38px; */
/* background-color: #fff; */
/* } */

/* Form bottom button section */
.right-bottom {
  margin-top: 2rem;
}

/* Button group layout */
.buttons {
  display: flex;
  justify-content: left;
  gap: 1rem;
}

/* .form-control {
  border: 1.5px solid #324bb0;
} */
/* body.dark-mode .form-control {
  border: 1.5px solid #71b032;
} */
/* .vscomp-toggle-button {
  border-style: none !important;
  background-color: transparent !important;
} */

/* Optional: Style heading */

/* .cancelbtn{
  padding: 5px !important;
  color: white;
  background-color: #f44336;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#formSubmit{
  padding: 5px !important;
  color: white;
  background-color: #07285f;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#formSubmit:hover {
  background-color: #091b3b;
  color: white;
}
.cancelbtn:hover {
  background-color: #d32f2f;
  color: white;
} */

/*  Edit by Vignesh end */
/* added by yohana */
/* invite modal start  atchaya*/
.inviteCheck {
  display: none;
}

#invite,
#newInvite {
  display: none;
}

/* invite modal end */
.alert-success {
  color: #0f6848;
  background-color: #d2f4e8;
  border-color: #bff0de;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}

.floatAlert {
  position: absolute !important;
  top: 10px !important;
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
  width: 300px !important;
  z-index: 100000000 !important;
}

/* topbar hidden lists */
/* .topbar_item{
  display: none;
} */
/* topbar notification */
.syf_notifications {
  width: 30vw;
}

.notificationItem {
  white-space: wrap;
}

table thead th {
  /* background-color: #2c3e50 !important; */
  /* color: white !important; */
  text-align: center;
}

table tbody {
  background-color: white;
}

/* table action field */
.table_action {
  width: 2% !important;
}

/* table tbody tr:hover {
  background-color: #029275; 
} */
table thead th {
  text-align: center !important;
}

.dt-head-center {
  text-align: center !important;
}

table {
  border-radius: 7px;
}

button {
  margin: 1px !important;
  margin-bottom: 2px !important;
  text-align: center;
  padding: 3px 6px 3px 6px !important;
}

/* common nav bar */

.common_title {
  /* text-transform: uppercase; */
  color: rgb(85, 86, 86);
  font-weight: 500;
  font-size: 28px;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.commonNav {
  /* position: sticky; */
  display: flex;
  list-style: none;
  font-weight: 500;
  padding: 5px;
  gap: 15px;
}

.commonNav .nav-item {
  position: relative;
}

/* .commonNav .nav-link {
  font-family: "Arial", sans-serif;
  font-size: 0.9rem !important;
  color: #333;
  padding: 10px 15px;
  border-radius: 3px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
} */

/* .commonNav .nav-link:hover,
.commonNav .nav-link.active:hover {
  background-color: #d5e2f5;
  color: #012970;
  transform: scale(1.05);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
} */

.commonNavBar {
  /* position: sticky;
  top: 0; 
  z-index: 10; */
  background-color: white;

  position: sticky;
  top: 65px;
  width: 100%;
  z-index: 10;
  /* height: 7vh; */
  font-size: 0.9rem !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 2px 0;
  align-items: center;
}

/* .commonNav .nav-link.active {
  color: #07285f;
  font-weight: 500 !important;
  background-color: #d5e2f5;
} */

/* .commonNav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  font-weight: 500 !important;
  height: 4px;
  /* background-color: #07285f; */

.common_title {
  /* text-transform: uppercase; */
  color: rgb(85, 86, 86);
  font-weight: 500;
  font-size: 28px;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.row {
  display: flex;
  justify-content: left;
}

/* page wise spinner */
.page_spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: rgba(255, 255, 255, 0.8);  */
  z-index: 9999;
}

.vertical-bar {
  width: 10px;
  height: 40px;
  margin: 0 5px;
  background-color: lightblue;
  animation: loadingBars 1s infinite ease-in-out;
}

.bar1 {
  background-color: #07285f;
  /* #99ccff;  Mild blue */
  animation-delay: -0.2s;
}

.bar2 {
  background-color: #8dca50;
  /*  #99ffcc; Mild green */
}

@keyframes loadingBars {

  0%,
  100% {
    transform: scaleY(0.5);
  }

  50% {
    transform: scaleY(1);
  }
}

/* .showContent {
  display: none;
} */
.commonIcon {
  color: #0649bc;
}

.commontable th {
  min-width: 100px;
}

.commontab {
  color: #a0a9a9;
  background-color: transparent;
  gap: 10px;
  border-style: none;
}

/* .commontab:hover{
  border-bottom: #012970 2px solid;
  color: #012970;
} */
.commontab:hover {
  color: #012970;
  border: white;
}

.commontab.active {
  border-bottom: #012970 2px solid !important;
  color: #012970 !important;
  font-weight: 600;
  transform: scale(1.05);
  background: none !important;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: white;
}

.commonsave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #0649bc;
  color: white;
  border: none;
  border-radius: 4px;
  margin: 1px !important;
  padding: 8px !important;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-transform: none !important;
}

.commonsave:hover {
  color: white;
  background-color: #053e9f;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.commondelete {
  border: 1.5px solid #6e707e;
  padding: 5px !important;
  color: #6e707e;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  font-size: 15px;
}

.commondelete:hover {
  border: 1.5px solid #c01818;
  color: #151616;
  box-shadow: 0 4px 8px rgba(3, 3, 3, 0.2);
  border-radius: none;
}

.commoncancel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* background-color: #a90404; */
  border: 2px solid #cb3a2e;
  color: #cb3a2e;
  /* border: none; */
  border-radius: 4px;
  margin: 1px !important;
  padding: 6px !important;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-transform: none !important;
}

.commoncancel:hover {
  color: white;
  background-color: #cb3a2e;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.commonsync {
  background-color: #71b032;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: white;
  border: none;
  border-radius: 4px;
  margin: 1px !important;
  padding: 8px !important;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-transform: none !important;
}

.commonsync:hover {
  color: white;
  background-color: #5e9725;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.commonApply,
.downloadBtn,
.commonAddnew,
.addRecord {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #0649bc;
  color: white;
  border: none;
  border-radius: 4px;
  margin: 1px !important;
  padding: 8px 16px !important;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-transform: none !important;
}

.commonApply:hover,
.downloadBtn:hover,
.addRecord:hover {
  color: white;
  background-color: #053e9f;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.commonwarnbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* background-color: #ffc107; */
  border: 2px solid #ffc107;
  color: #ffc107;
  /* border: none; */
  border-radius: 4px;
  margin: 1px !important;
  padding: 6px !important;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-transform: none !important;
}

.commonwarnbtn:hover {
  color: white;
  background-color: #ffc107;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.commonApply:disabled,
.downloadBtn:disabled,
.commonAddnew:disabled,
.addRecord:disabled {
  background-color: #e0e0e0;
  /* light gray background */
  color: #9e9e9e;
  /* muted gray text */
  border: 2px solid #ccc;
  /* lighter border */
  cursor: not-allowed;
  /* disabled cursor */
  opacity: 0.6;
  /* slightly faded */
  pointer-events: none;
  /* prevent interactions */
  box-shadow: none;
  /* no shadow */
}

/* #plus .icon {
  font-size: 18px;
} */
@media (max-width: 600px) {
  #plus {
    width: 100%;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
  }
}

.commonbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #fff;
  color: #0649bc;
  border: 2px solid #0649bc;
  border-radius: 4px;
  margin: 1px !important;
  /* padding: 8px !important; */
  font-size: 15px;
  font-weight: 500;
  box-shadow: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-transform: none !important;
  cursor: pointer;
}

.commonbtn:hover {
  background-color: #0649bc;
  color: #ffffff;
}

.commonImport,
.commondropdown,
.commonbutton {
  border: 1.5px solid #b9babf;
  padding: 5px !important;
  color: #6e707e;
  border-radius: 5px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  /* transition: background-color 0.3s ease, box-shadow 0.3s ease; */
  font-size: 15px;
  margin: 1px !important;
}

.commonImport:hover,
.commondropdown:hover,
.commonbutton:hover {
  border: 1.5px solid #165edb;
  color: #151616;
  /* box-shadow: 0 4px 8px rgba(3, 3, 3, 0.2); */
  border-radius: none;
}

.commonExport {
  border: 1.5px solid #6e707e;
  padding: 5px !important;
  color: #6e707e;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  font-size: 15px;
}

.commonExport a {
  color: #6e707e;
  text-decoration: none !important;
}

.commonExport:hover {
  border: 1.5px solid #165edb;
  color: #151616;
  box-shadow: 0 4px 8px rgba(3, 3, 3, 0.2);
  border-radius: none;
}

.commonExport a:hover {
  color: #424246;
  border-radius: none;
}

label {
  font-size: 0.9rem;
}

#formSave {
  display: none;
}

.hideFormField {
  display: none;
}

.Report_tab-content {
  display: none;
}

.MasterButtons {
  float: right;
}

.toggleShow {
  display: block;
}

.connectWithZoho>img {
  width: 40px;
  height: 40px;
}

.syncPopup {
  background-color: white;
}

.syncPopup> ::before {
  font-size: 16px;
}

.guestOption {
  display: none;
}

/* excel upload progress bar  start */

@keyframes progress {
  0% {
    --percentage: 0;
  }

  100% {
    --percentage: var(--value);
  }
}

@property --percentage {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}

[role="progressbar"] {
  --percentage: var(--value);
  --primary: #369;
  --secondary: #adf;
  --size: 70px;
  animation: progress 2s 0.5s forwards;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

[role="progressbar"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(var(--primary) calc(var(--percentage) * 1%),
      var(--secondary) 0);
  mask: radial-gradient(white 55%, transparent 0);
  mask-mode: alpha;
  -webkit-mask: radial-gradient(#0000 55%, #000 0);
  -webkit-mask-mode: alpha;
}

[role="progressbar"]::after {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--primary);
}

#centerDiv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.resultPlace ::before {
  font-size: 35px;
}

/* excel upload progress bar  end*/
/* topbar company list */
.topbar_companyList {
  max-height: 50vh;
  overflow-y: auto;
  /* margin: 3px; */
}

.syf_addnew {
  display: none;
  background-color: #07285f;
  color: white;
  padding: 10px 20px;
}

.syf_addnew:hover {
  background-color: #091b3b;
  color: white;
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button:active {
  color: #62ecda !important;
}

/****************************************************************
*                                                               *
*                      DARK MODE STYLES                         *
*   (Applied when body has the 'dark-mode' class)               *
*                                                               *
****************************************************************/

/* body.dark-mode {
  background: #071124;
  color: #e0e0e0;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode .pagetitle h1,
body.dark-mode .common_title {
  color: #ffffff;
}

body.dark-mode a {
    color: #8ab4f8;
}
body.dark-mode a:hover {
    color: #a2c4f8;
}


body.dark-mode .header {
  background-color: #071124;
  border-bottom: 1px solid #444444;
  box-shadow: none;
}
body.dark-mode .header .toggle-sidebar-btn {
  color: #71b032;
}
body.dark-mode .header .toggle-sidebar-btn:hover {
  color: #567e2e;
}
body.dark-mode .header-nav .nav-icon,
body.dark-mode .header-nav .nav-profile span,
body.dark-mode .header-nav .dropdown-toggle {
  color: #71b032;
}
body.dark-mode .header-nav .nav-icon:hover,
body.dark-mode .header-nav .nav-profile span:hover,
body.dark-mode .header-nav .dropdown-toggle:hover {
  color: #567e2e;
}
body.dark-mode .header .search-form input {
  background-color: #071124;
  color: #e0e0e0;
  border-radius: 20px;
  border: 1.5px solid #71b032;
}

body.dark-mode .search-form .bi-search,
body.dark-mode .bi-sun{
  color: #71b032 !important;
  border-style: none !important;
  border-radius: 50%;
  padding: 5px 2.5px;
}

body.dark-mode .search-form .bi-search:hover,
body.dark-mode .bi-sun:hover {
  
  color: #567e2e !important;
  cursor: pointer;
  
}


body.dark-mode .header .search-form input::placeholder {
  color: #888888;
}
body.dark-mode .header .search-form input:focus {
  border-color: #567e2e;
}


body.dark-mode .sidebar {
  background-color: #071124;
  border-right: 1px solid #444444;
  box-shadow: none;
}
body.dark-mode .sidebar-nav .nav-link {
  color: #e0e0e0;
}
body.dark-mode .sidebar-nav .nav-link:hover {
  background-color: #4a4a4a;
}
body.dark-mode .sidebar-nav .nav-link.active {
  background: #92d050; 
  color: #ffffff !important;
}
body.dark-mode .sidebar-nav .nav-content a {
  color: #e0e0e0 !important;
}
body.dark-mode .sidebar-nav .nav-content a:hover {
  background-color: #4a4a4a;
}
body.dark-mode .sidebar-nav .nav-content a.active {
  background-color: #92d050;
  color: #ffffff !important;
}

body.dark-mode .card {
  background-color: #2c2c2c;
  border: 1px solid #444444;
  box-shadow: none;
}
body.dark-mode .card-header,
body.dark-mode .card-footer {
  background-color: #2c2c2c;
  border-color: #444444;
  color: #a0a0a0;
}


body.dark-mode .dropdown-menu {

  border: 1px solid #71b032;
  
}
body.dark-mode .dropdown-item {
  color: #e0e0e0;
}
body.dark-mode .dropdown-item:hover {
  background-color: #3a3a3a;
  color: #ffffff;
}
body.dark-mode .dropdown-divider {
  border-top-color: #555555;
}
body.dark-mode .dropdown-header h6,
body.dark-mode .dropdown-header span {
  color: #a0a0a0 !important;
}
body.dark-mode .dropdown-menu .dropdown-footer a {
  color: #a0a0a0;
}


body.dark-mode .table {
  background-color: #2c2c2c;
  border-color: #444444;
  color: #e0e0e0;
}
body.dark-mode .table th,
body.dark-mode .table td {
  border-color: #444444;
}
body.dark-mode .table thead th,
body.dark-mode table.dataTable thead th {
  background-color: #36454F !important; 
  color: #ffffff !important;
}
body.dark-mode .table tbody tr:hover,
body.dark-mode .dataTables_wrapper tbody tr:hover,
body.dark-mode .companyList tbody tr:hover {
  background-color: #3a3a3a !important;
}


body.dark-mode .dataTables_wrapper .dataTables_length,
body.dark-mode .dataTables_wrapper .dataTables_filter,
body.dark-mode .dataTables_info,
body.dark-mode .dataTables_paginate .paginate_button {
    color: #e0e0e0;
}
body.dark-mode .dataTables_wrapper select,
body.dark-mode .dataTables_wrapper input {
    background-color: #3a3a3a;
    color: #e0e0e0;
    border-color: #555555 !important;
}


body.dark-mode .commonNavBar {
  background-color: #2a2a2a;
  border-bottom: 1px solid #444444;
  box-shadow: none;
}
body.dark-mode .commonNav .nav-link {
  color: #e0e0e0 !important;
}
body.dark-mode .commonNav .nav-link:hover {
  background-color: #3a3a3a;
}
body.dark-mode .commonNav .nav-link.active {
  color: #8ab4f8 !important;
}
body.dark-mode .commonNav .nav-link.active::after {
  background-color: #8ab4f8;
}


body.dark-mode .footer {
  background-color: #2a2a2a;
  border-top: 1px solid #444444;
}
body.dark-mode .footer .copyright,
body.dark-mode .footer .credits {
  color: #a0a0a0;
}


body.dark-mode .modal-content {
    background-color: #2c2c2c;
    border-color: #444444;
    color: #e0e0e0;
}
body.dark-mode .modal-header,
body.dark-mode .modal-footer {
    border-color: #444444;
}
body.dark-mode .modal-body label {
    color: #e0e0e0;
}
body.dark-mode .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}
body.dark-mode .form-control {
    background-color: #3a3a3a;
    color: #e0e0e0;
    border-color: #555555;
} */

/****************************************************************
*                                                               *
*         NEW: MOBILE FILTER MODAL STYLES                       *
*                                                               *
****************************************************************/
.filter-section h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #012970;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
}

.modal-company-list-container {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

#modalCompanyList td {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

#modalCompanyList tr:last-child td {
  border-bottom: none;
}

#modalCompanyList tr:hover {
  background-color: #f6f9ff;
}

.modal-financial-year-list .list-group-item {
  cursor: pointer;
}

.modal-financial-year-list .list-group-item:hover {
  background-color: #f6f9ff;
}

.lookup-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.85em;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fafafa;
  position: relative;
}

.lookup-loading::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-top: 2px solid #555;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}




/* 
         * Custom Styles 
         * Prefix: ai- 
         */
/* body {
        background-color: #f8f9fa;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    } */

/* The Floating Chat Card */
.ai-card {
  position: fixed;
  bottom: 90px;
  right: 30px;
  width: 380px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 100000;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* State: Open */
.ai-card.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

/* State: Maximized */
.ai-card.maximized {
  width: 750px;
  height: 100vh !important;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0;
  transform: none;
}

/* Header */
.ai-header {
  padding: 15px 20px;
  flex-shrink: 0;
  border-bottom: 1px solid #f8f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin-top: 20px;
}

.ai-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ai-avatar-circle {
  width: 20px;
  height: 20px;

  display: flex;
}

.ai-logo {
  border-radius: 50%;
}

.ai-header-title {
  font-weight: 600;
  font-size: 15px;
  color: #333;
}

/* Header Action Buttons */
.ai-header-actions {
  display: flex;
  gap: 5px;
}

.ai-action-btn {
  background: transparent;
  border: none;
  color: #6c757d;
  font-size: 16px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: color 0.2s, background 0.2s;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-action-btn:hover {
  color: #2563eb;
  background-color: #f1f5f9;
}

/* Specific hover color for Close button */
.ai-close-btn:hover {
  color: #dc3545;
  /* Red */
  background-color: #fee2e2;
}

/* Chat Body */
.ai-body {
  flex-grow: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scroll-behavior: smooth;
  gap: 15px;
  background-color: #fff;
  /* Default alignment for welcome screen */
  justify-content: center;
}

.ai-body::-webkit-scrollbar {
  width: 6px;
}

.ai-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.ai-body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

/* Welcome Container */
.ai-welcome-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.ai-illustration {
  width: 140px;
  margin-bottom: 20px;
  position: relative;
}

.ai-illustration::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  background-color: #e9ecef;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  z-index: 0;
}

.ai-illustration img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.ai-welcome-text {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
}

/* Message Bubbles */
.ai-msg-row {
  display: flex;
  width: 100%;
}

.ai-msg-row.user {
  justify-content: flex-end;
}

.ai-msg-row.ai-response {
  justify-content: flex-start;
}

.ai-msg-bubble {
  max-width: 80%;
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.ai-msg-row.user .ai-msg-bubble {
  background-color: #2563eb;
  color: white;
  border-bottom-right-radius: 2px;
}

.ai-msg-row.ai-response .ai-msg-bubble {
  background-color: #f1f5f9;
  color: #1e293b;
  border-bottom-left-radius: 2px;
}

/* Footer */
.ai-footer {
  padding: 15px 20px;
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
  flex-shrink: 0;
}

.ai-input-group {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

textarea.ai-input {
  border: none;
  width: 100%;
  outline: none;
  color: #495057;
  font-size: 14px;
  background: transparent;
  resize: none;
  font-family: inherit;
  padding: 0;
  line-height: 24px;
  height: 24px;
  max-height: 120px;
  overflow-y: auto;
}

textarea.ai-input::-webkit-scrollbar {
  width: 4px;
}

textarea.ai-input::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.ai-save {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 8px;
  background-color: #0649bc;

  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
  flex-shrink: 0;
  margin-bottom: 2px;
}

.ai-save:hover {
  background-color: #1d4ed8;
}

/* Floating Toggle Button */
.ai-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
  transition: transform 0.2s;
}

.ai-btn:hover {
  transform: scale(1.05);
}

.ai-btn img {
  width: 40px;
  height: 40px;
}

@media (max-width: 576px) {
  .ai-card:not(.maximized) {
    width: 90%;
    right: 5%;
    bottom: 100px;
    height: 60vh;
  }

  .ai-card.maximized {
    width: 100%;
  }
}

#ai-Chat {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  line-height: 1.6;
  max-width: 900px;
  margin: 12px;
}

#ai-Chat h1,
#ai-Chat h2,
#ai-Chat h3 {
  margin-top: 1em;
}

#ai-Chat pre {
  padding: 10px;
  border-radius: 6px;
  background: #f6f8fa;
  overflow: auto;
}

#ai-Chat table {
  border-collapse: collapse;
  overflow: auto;
  width: 100%;
}

#ai-Chat th,
#ai-Chat td {
  border: 1px solid #e1e4e8;
  padding: 6px 8px;
}

#ai-Chat blockquote {
  color: #555;
  border-left: 4px solid #ddd;
  padding-left: 12px;
}

/* Container for the loading bubble */
.loading-bubble {
    background-color: #f3f4f6; /* Light gray to match theme */
    padding: 12px 20px;
    border-radius: 18px;
    border-bottom-left-radius: 4px; /* Looks like a chat bubble */
    display: table; /* Fits content */
    margin-bottom: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    animation: fade-in 0.3s ease-out;
}

/* The Dots */
.funky-dot {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50%;
    display: inline-block;
    animation: funky-bounce 1.4s infinite ease-in-out both;
}

/* Specific Colors (Matching your Chart colors) */
.funky-dot:nth-child(1) {
     background-color: #5784da; /* Indigo */
    animation-delay: -0.32s;
}
.funky-dot:nth-child(2) {
    background-color: #10b981; /* Emerald */
    animation-delay: -0.16s;
}
.funky-dot:nth-child(3) {
    background-color: #5784da; /* Pink/Rose */
    animation-delay: 0s;
}

/* The Animation Keyframes */
@keyframes funky-bounce {
    0%, 80%, 100% { 
        transform: scale(0);
        opacity: 0.5;
    } 
    40% { 
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fade-in {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}