*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

a{
	text-decoration: none;
}
ul{
	list-style: none;
}
body{
	font-size: 16px;
}
.login-page{
	width: 100%;
	height: auto;
    display: block;
	position: relative;
	padding-top: 100px;
}
.login-form-area{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
}
.login-form-left{
	width: 50%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	position: relative;
	background-color: #000000;
	padding: 40px;
}
.login-form-left img{
	width: 160px;
	height: auto;
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.login-form-left p{
	font-size: 17px;
	color: #ffffff;
}

.login-form-right {
  width: 50%;
  height: auto;
  display: block;
  position: relative;
  background-color: #B82D37;
  padding: 60px 40px;
}

.form-floating-group {
  position: relative;
  margin-bottom: 30px;
}

.form-floating-group input.form-control {
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  width: 100%;
  padding: 12px 0 8px;
  font-size: 16px;
  color: #fff;
}

.form-floating-group label {
  position: absolute;
  left: 0;
  top: 12px;
  color: #ffffff;
  font-size: 16px;
  pointer-events: none;
  transition: 0.2s ease all;
}

.form-floating-group input:focus + label,
.form-floating-group input:not(:placeholder-shown):valid + label {
  top: -10px;
  font-size: 15px;
  color: #ffffff;
}

.form-floating-group input:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #ffffff;
}


.login-form-right .form-floating-group input:-internal-autofill-selected{
  background-color: transparent !important;
}


/************************************************************************************/
/**********Dashboard************************************/
/************************************************************************************/


/************header****************************/

.dashboard-header{
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 15px 0px;
  background-color: #ffffff;
}
.dashboard-header .header-top{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
}
.dashboard-header .header-top ul{
  margin-bottom: 0px;
  padding-left: 0px;
  display: flex;
  gap: 20px;
}

.dashboard-header .header-top ul li a{
  color: #000000;
  text-decoration: none;
}
.dashboard-header .header-top ul li a i{
  color:#dc3545;
}


.dashboard-header .togglebutton{
  text-decoration: none;
  color: #000;
  font-size: 30px;
}

/***********sidemenu***********************************/
.sidemenu {
  width: 260px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #6b7c39;
  z-index: 999999;
  padding: 0px;
  transition: width 0.3s ease;
}

.sidemenu .logo{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding: 20px;
}
.sidemenu .logo a{
  color: #ffffff;
  text-decoration: none;
}
.sidemenu .logo img{
  width: auto;
  height: 35px;
  display: block;
  position: relative;
}

.sidemenu.collapsed {
  width: 100px;
}

.main-content-page {
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 260px;
  position: relative;
  box-sizing: border-box;
  transition: padding-left 0.3s ease;
}

.main-content-page.collapsed {
  padding-left: 100px;
}

.sidebar-nav{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding: 0px;
  margin-left: 0px;
  margin-top: 6px;
  border-top: 1px solid #ffffff47;
}
.sidebar-nav li a{
  color: #ffffff !important;
  padding: 20px;
  display: block;
  text-align: left;
  border-bottom: 1px solid #ffffff47;
  text-decoration: none;
}
.sidebar-nav li a:hover{
  background-color: #ffffff;
  color: #213555 !important;
}
.sidebar-nav li a span{
  padding-right: 10px;
}

/***************main-content-page*********************************************************/

.main-content-page{
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 260px;
  position: relative;
  box-sizing: border-box;
  transition: padding-left 0.3s ease; /* Smooth transition for padding-left */
}
.content-page{
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  padding: 20px;
  background-color: #e5e5e5;
  overflow-y: scroll;
}

.content-page h1{
	font-size: 24px;
	margin-bottom: 0px;
}


.pagination-area{
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  padding-top: 50px;
}

.section-excel{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.section-excel .form-control{
  width: 200px;
}

.content-page h3{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.content-page .lead-count{
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 12px;
}
.page-title {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #1a1d23;
    letter-spacing: -0.5px;
    line-height: 1.1;
}
.page-subtitle {
    font-size: 14px;
    color: #6c757d;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.page-date {
    font-size: 13px;
    color: #6c757d;
    background: #ffffff;
    border: 1px solid #e2e6ea;
    border-radius: 8px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.badge-role
 {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    background: #1a6b8a20;
    color: #1a6b8a;
    border: 1px solid #1a6b8a40;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 32px;
}

.stat-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 22px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);;
    border: 1px solid var(--border);
    border-left: 4px solid #cc5500;
    transition: transform var(--transition), box-shadow var(--transition);
    animation: cardFadeIn 0.5s ease both;
}

.stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}
.stat-value {
    font-family: 'Syne', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #1a1d23;
    line-height: 1;
}
.stat-label {
    font-size: 12px;
    color: #6c757d;
    margin-top: 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quick-actions {
    margin-bottom: 32px;
}
.section-title {
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1d23;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.section-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #cc5500;
    border-radius: 2px;
}
.action-cards {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.action-card {
    background: #ffffff;
    border: 1px solid #e2e6ea;
    border-radius: 12px;
    padding: 20px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.28s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    min-width: 140px;
    text-decoration: none;
}
.action-card i {
    font-size: 28px;
    color: #cc5500;
}

.action-card:hover {
    background: #cc5500;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(204, 85, 0, 0.3);
    border-color: #cc5500;
}
.action-card:hover i {
    color: #fff;
}
.btn-add{
  width: 180px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: #cc5500;
  font-size: 16px;
  border-radius: 8px;
  color: #ffffff;
  border: 0px;
  font-weight: 600;
}
.btn-add i{
  font-size: 20px;
}
.btn-submit{
  width: 150px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#6b7c39;
  font-size: 16px;
  border-radius: 8px;
  color: #ffffff;
  border: 0px;
  font-weight: 600;
  margin: 0px auto;
}

.form-area{
  width: 60%;
  height: auto;
  display: block;
  position: relative;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 14px;
  margin: 0px auto;
  margin-bottom: 20px;
}