:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #78d5ef;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  background: linear-gradient(135deg, #E6F7FF, #FFF5E6);
  color:#252525;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; 
}

a{
  text-decoration: none;
}

.pricing-table {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
}

.pricing-table .ptable-item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .pricing-table .ptable-item {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .pricing-table .ptable-item {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .pricing-table .ptable-item {
    width: 100%;
  }
}

.pricing-table .ptable-single {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pricing-table .ptable-header,
.pricing-table .ptable-body,
.pricing-table .ptable-footer {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.pricing-table .ptable-status ,
.pricing-table .ptable-title,
.pricing-table .ptable-price,
.pricing-table .ptable-description,
.pricing-table .ptable-action {
  position: relative;
  width: 100%;
  text-align: center;
}

.pricing-table .ptable-single {
  background: #f6f8fa;
}

.pricing-table .ptable-single:hover {
  box-shadow: 0 0 10px #999999;
}

.pricing-table .ptable-header {
  margin: 0 30px;
  padding: 30px 0 45px 0;
  width: auto;
  background: #2A293E;
}

.pricing-table .ptable-header::before,
.pricing-table .ptable-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #f6f8fa;
}

.pricing-table .ptable-header::before {
  right: 50%;
  border-right: 250px solid transparent;
}

.pricing-table .ptable-header::after {
  left: 50%;
  border-left: 250px solid transparent;
}

.pricing-table .ptable-item.featured-item .ptable-header {
  background: #FF6F61;
}

.pricing-table .ptable-status {
  margin-top: -30px;
}

.pricing-table .ptable-status span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 5px 0;
  text-align: center;
  color: #FF6F61;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  background: #2A293E;
}

.pricing-table .ptable-status span::before,
.pricing-table .ptable-status span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #FF6F61;
}

.pricing-table .ptable-status span::before {
  right: 50%;
  border-right: 25px solid transparent;
}

.pricing-table .ptable-status span::after {
  left: 50%;
  border-left: 25px solid transparent;
}

.pricing-table .ptable-title h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
}

.pricing-table .ptable-price h2 {
  margin: 0;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  margin-left: 15px;
}

.pricing-table .ptable-price h2 small {
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  margin-top: 16px;
  margin-left: -15px;
}

.pricing-table .ptable-price h2 span {
  margin-left: 3px;
  font-size: 16px;
  font-weight: 300;
}

.pricing-table .ptable-body {
  padding: 20px 0;
}

.pricing-table .ptable-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-table .ptable-description ul li {
  color: #2A293E;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 7px;
  border-bottom: 1px solid #dedede;
}

.pricing-table .ptable-description ul li:last-child {
  border: none;
}

.pricing-table .ptable-footer {
  padding-bottom: 30px;
}

.pricing-table .ptable-action a {
  display: inline-block;
  padding: 10px 20px;
  color: #FF6F61;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  background: #2A293E;
}

.pricing-table .ptable-action a:hover {
  color: #2A293E;
  background: #FF6F61;
}

.pricing-table .ptable-item.featured-item .ptable-action a {
  color: #2A293E;
  background: #FF6F61;
}

.pricing-table .ptable-item.featured-item .ptable-action a:hover {
  color: #FF6F61;
  background: #2A293E;
}

.header2{
  margin-top: 90px;
  padding: 95px 0;
  background: linear-gradient(135deg, #E6F7FF, #FFF5E6);
}
.header2 .text-container{
    margin: 15px 0;
}
.header2 .text-container h1{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #252525;
}
.header2 .text-container h1 span{
    color: #b70000;
    text-transform: uppercase;
    font-weight: 700;
}
.services-cn-form{
    width: 100%;
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 6px;
    border: 1px solid #0859810d;
    box-shadow: 2px 2px 10px #2b2b2b21;
    -moz-box-shadow: 2px 2px 10px #2b2b2b21;
    -webkit-box-shadow: 2px 2px 10px #2b2b2b21;
}
.services-cn-form form{

}
.services-cn-form form input{
    width: 100%;
    height: 40px;
    margin: 3px 0px;
    padding: 7px;
    font-weight: 600;
    border-radius: 4px;
    font-size: 16px;
}
.services-cn-form form input::placeholder{
    opacity: 0.7;
    font-size: 14px;
}
.services-cn-form form button{
    padding: 6px 12px;
    background-color: #252525;
    border: 1px solid #252525;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    height: 40px;
    width: 100%;
    margin: 3px 0;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.services-cn-form form button:hover{
transform: scale(1.01);
}
.services-cn-form .services6{

}
.services-cn-form .price{
    margin: 15px 0;
}
.scnf-border{
    border: 1px solid #c7c7c7;
}
.services-cn-form .price h1{
    font-weight: 700;
    color: darkslategray;
}
.services-cn-form .price span{
  font-size: 14px;
  color: #28a745; /* green for trust */
  display: block;
  margin-top: 5px;
}
.services-cn-form .price small{
  font-size: 10px;
}
.crsec{
	
}
.crsec .crtitle{
  display: flex;
	justify-content: center;
	align-items: center;
  padding: 40px 0;
}
.crsec .crtitle h1{
  font-size: 32px;
  font-weight: 600;
  color: #252525;
}
.crmaind h3{
  margin: 20px 1px 20px 0;
  font-size: 22px;
}
.crmaind h6{
  font-weight: 700;
}
.crmaind h6 span{
  font-weight: 400;
  font-size: 15px;
  color: #3a3a3a;
}
.crmaind h6 i{
  color: teal;
}
.crmaind .crlist{
  margin-top: 10px;
}
.crtabl{
  width: 100%;
}
.crtabl tr{
  width: 100%;
  border: 1px solid rgb(109, 109, 109);
  padding: 10px;
}
.crtabl tr th, td{
  padding: 10px;
  border: 1px solid rgb(109, 109, 109);
}
.callaction{
  position: fixed;
  bottom: 25px;
  right: 15px;
}
.callaction a{
  background: #b70000;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid #b70000;
  box-shadow: 2px 2px 10px #2b2b2b21;
  -moz-box-shadow: 2px 2px 10px #2b2b2b21;
  -webkit-box-shadow: 2px 2px 10px #2b2b2b21;
  z-index: 9;
}
.body-bg-ser{
  background-color: #F9FAFB;
}
@media (max-width: 768px) {
  .header2 {
    margin-top: 60px;
    padding: 20px 0;
  }
  .header2 .text-container h1{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #252525;
    font-size: 30px;
  }
  .services-cn-form{
    margin: 15px 0;
  }
}

#tsp{
  display: none;
}
#tsp label{
  color: seagreen;
  font-size: 18px;
  font-weight: 700;
}
#tsp h3{
  font-size: 17px;
  
}
#tsp a{
  font-size: 18px;
  font-weight: 700;
  color: seagreen;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

 @media(max-width: 599px)   {
  .container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px; }

 }  

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }


@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }


@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } 
  }
  #ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 2px 24px 64px rgba(0, 68, 255, 0.185);
    box-shadow: 2px 24px 64px rgba(0, 68, 255, 0.185);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000; }
  
  #ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  
  #ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  
  #ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round; }
  #ftco-loader img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
  }
  @-webkit-keyframes loader-rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @keyframes loader-rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @-webkit-keyframes loader-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0; }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px; }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -136px; } }
  
  @keyframes loader-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0; }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px; }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -136px; } }


.ftco-section{
padding: 75px 0;
}
.ftco-section-h{
  padding: 20px 0;
}
.center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important; 
}
.bodycolor{
  background-color: rgba(220, 220, 220, 0.309);
}
  .sectionpad{
    padding: 90px 0;
}
#signupform{
  margin: 20px 0;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #8888883c;
-moz-box-shadow: 1px 1px 3px #8888883c;
-webkit-box-shadow:  1px 1px 3px #8888883c;
}
#signupform img{
  height: 42px;
  width: 140px;
}
#signupform input[type=text]{
  width: 100%;
  height: 45px;
  margin: 5px 0px;
  padding: 7px;
  border-radius: 4px;
  font-size: 15px;
  color: #242424;
  font-weight: 600;
}
#signupform input[type=password]{
width: 100%;
height: 45px;
margin: 5px 0px;
padding: 7px;
border-radius: 4px;
font-size: 15px;
color: #242424;
font-weight: 600;
}
#signupform input[type=number]{
width: 100%;
height: 45px;
margin: 5px 0px;
padding: 7px;
border-radius: 4px;
font-size: 15px;
color: #242424;
font-weight: 600;
}
#signupform button{
  width: 100%;
  height: 35px;
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #047BDB;
  color: #ffffff;
  border: 3px solid #047BDB;
  border-radius: 4px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  cursor: pointer;
}
#signupform button:focus{
outline: none;
}

#signupform p{
  font-size: 12px;
  padding: 5px 0;
}
#signupform a{
padding: 10px 0;
text-decoration: none;
}
.signupformborder{
border: 1px solid #e2e2e2;
}
.signupform_error input{
border: 1px solid var(--red);
}
.signupform_error span{
font-size: 14px;
color: var(--red);
}
#signupform #emailcodeverbtrp{
width: 50%;
height: 35px;
margin: 10px 2px;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
background-color: #28a962;
color: #ffffff;
border: 3px solid #28a962;
border-radius: 4px;
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
cursor: pointer;
}
#signupform #coderesenbtrp{
width: 50%;
height: 35px;
margin: 10px 2px;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
background-color: #ce952b;
color: #ffffff;
border: 3px solid #ce952b;
border-radius: 4px;
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
cursor: pointer;
}
#signupform label{
font-size: 13px;
}
#signupform button:focus{
outline: none;
}

#signupform p{
  font-size: 12px;
  padding: 5px 0;
}
#signupform a{
padding: 10px 0;
text-decoration: none;
}
.signupformborder{
border: 1px solid #e2e2e2;
}
.signupform_error input{
border: 1px solid var(--red);
}
.signupform_error span{
font-size: 14px;
color: var(--red);
}
.sms-font{
  width: 100%;
  padding: 5px;
  margin: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sms-font h5{
  font-size: 15px;
 text-align: center;
  width: 100%;
}
.dtop-header {
    background: #ffffff;
    color: rgb(0, 0, 0);
    padding: 1rem;
    text-align: right;
    display: none;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #1f1f1f0c;
    box-shadow: 1px 1px 10px #1f1f1f15;
}
.dtop-header .logo{
    width: 220px;
    height: 50px;
    display: flex;
}
.dtop-header .logo img{
    width: 70%;
    justify-content: left;
    align-items: left;
}

.dtop-header .menu-toggle {
    background: none;
    border: none;
    color: rgb(29, 29, 29);
    font-size: 1.5rem;
    cursor: pointer;
    display: none; /* Hidden by default */
}

.dleft-sidebar {
    width: 250px;
    background: #fffffff3;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: start;
    box-shadow: 1px 1px 1px #cccccc;
    z-index: 99;
}

.dleft-sidebar .logo {
    width: 100%;
    height: 60px;
    background-color: #15233c10 transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed #cccccc;
}
.dleft-sidebar .logo img{
    width: 60%;
    margin-left: -5px;
}
.dleft-sidebar .name{
    margin: 10px 0px;
    width: 100%;
    padding: 0px 15px;
    padding-left: 30px;
    border-bottom: 1px dashed #cccccc;
}
.dleft-sidebar .name h5{
 font-size: 16px;
 font-weight: bold;
 text-transform: capitalize;
}
.dleft-sidebar .name span{
    color: #1e3458;
}
.dleft-sidebar ul {
    list-style-type: none;
    padding: 0px 15px;
    width: 100%;

}

.dleft-sidebar ul li {
    margin: 10px 0;
}

.dleft-sidebar ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 5px 15px;
    color: #1f1f1f;
    border-radius: 4px;
}
.dleft-sidebar ul li a:hover{
    color: #007ba7;
    font-weight: 500;
}
.dleft-sidebar ul.pt-3 > li > ul.submenu {
    padding: 0;
    margin: 0px 30px;
    left: 100%;
    top: 0;
}
.dleft-sidebar ul li .active{
    border: 1px solid #007ba7;
    color: #007ba7;
    background-color: #007aa70e;
}
.dleft-sidebar .profile-logout{
    position: absolute;
    bottom: 5%;
    width: 100%;
}
.dleft-sidebar .profile-logout a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 85%;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #d8aa15;
    color: #ffffff;
    background-color: #d8aa15;
    text-align: center;
    display: flex;
    justify-content: center;
}

.dleft-main {
    margin-left: 250px;
    padding: 0 25px;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 5rem;
}

.dleft-main-home {
    margin-left: 250px;
    padding: 0 25px;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 25px;
}
.dleft-main-tab{
    margin-left: 250px;
    padding: 0 25px;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .dtop-header{
        display: flex;
    }
    .dtop-header .menu-toggle {
        display: block; /* Show the menu button */
    }

    .dleft-sidebar {
        transform: translateX(-100%); /* Hide the sidebar */
        background: #ffffff;
    }

    .dleft-sidebar.active {
        transform: translateX(0); /* Show the sidebar when active */
    }

    .dleft-main {
        margin-left: 0;
        padding-top: 0rem; /* Adjust padding for the header */
    }

    .dleft-main-home {
      margin-left: 0px;
      padding: 0 25px;
      flex-grow: 1;
      box-sizing: border-box;
      margin-top: 25px;
  }
  .dleft-main-tab{
    margin-left: 0px;
    padding: 0 25px;
    flex-grow: 1;
    box-sizing: border-box;
    margin-top: 10px;
}
}
.bg-add-a{
  margin-left: 5px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  height: 100%;
}
.pb-5{
  padding-bottom: 5px;
}
.pd-5{
  padding: 5px 0;
}
.p-btn-r{
  position: relative;
  display: flex;
  justify-content: flex-end; /* aligns child (button) to right */
  padding: 5px; /* same as your pd-5 class */
}
#client-add-form{
    width: 100%;
    padding: 10px;
}
  #client-add-form input[type=text]{
    width: 100%;
    height: 45px;
    padding: 7px;
    border-radius: 4px;
    font-size: 15px;
    color: #242424;
    font-weight: 500;
  }
  #client-add-form input[type=number]{
    width: 100%;
  height: 45px;
  padding: 7px;
  border-radius: 4px;
  font-size: 15px;
  color: #242424;
  font-weight: 500;
  }
#client-add-form select{
    width: 100%;
    height: 45px;
    padding: 7px;
    border-radius: 4px;
    font-size: 15px;
    color: #242424;
    font-weight: 500;
}
  #client-add-form textarea{
    width: 100%;
    min-height: 45px;
    padding: 10px;
    border-radius: 4px;
    font-size: 15px;
    color: #242424;
    font-weight: 500;
    resize: none; /* prevent resizing */
    margin-bottom: -5px;
    }
  #client-add-form input::placeholder{
    font-weight: 500;
    font-size: 14px;
  }
#client-add-form button {
    padding: 7px 25px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #007ba7;
    color: #ffffff;
    border: 3px solid #007ba7;
    border-radius: 4px;
    transition-duration: 500ms;
    cursor: pointer;
}
  #client-add-form button:focus{
  outline: none;
  }
  .client-add-formborder{
    border: 1px solid #d8d8d8;
}
#client-add-form a{
    font-size: 14px;
    margin-top: 20px;
}
.client-add-form-g{
    margin-bottom: 8px;
}
.client-add-form-g span, .client-add-form-g2 span{
    display: flex;
}
.form_error input, textarea, select{
    border: 1px solid var(--red);
}
.form_error span{
    font-size: 13px;
    color: var(--red);
}
#formmsg{
  display: flex;
  width: 100%;
}
.respmsg_error{
    background-color: #ff84842a;
    display: flex;
    font-size: 14px;
    color: #dc3545;
    padding: 10px;
    font-weight: 500;
    border-radius: 3px;
    margin: 6px 0;
  }
  .respmsg_success{
    background-color: #84ff9d17;
    display: flex;
    font-size: 14px;
    color: #28a745;
    padding: 8px;
    font-weight: 500;
    border-radius: 3px;
    margin: 6px 0;
}
.formmsgerror{
    background-color: #ff84842a;
    display: flex;
    font-size: 14px;
    color: #dc3545;
    padding: 8px;
    font-weight: 500;
    border-radius: 3px;
    margin: 6px 0;
}
.grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;

}

.sidebar {
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  max-height: 90vh;
  overflow: auto;
}

.sidebar::-webkit-scrollbar {
  width: 0px;
}

.sidebar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.sidebar::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 0px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background: rgb(75, 75, 75);
}

.service-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px;
  margin-bottom: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
  color: #042024;
  cursor: pointer;
  border-left: 2px solid #042024;
}

.service-btn:hover {
  background-color: #0420240c;
  border-color: #042024;
  color: #042024;
}

.canvas-section{
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  min-height: 520px;
  max-height: 90vh;
}
.canvas {
  min-height: 490px;
  max-height: 75vh;
  overflow: auto;
}

.panel {
  margin-bottom: 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.panel h2 {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: sienna;
}

.subgroup {
  margin-left: 18px;
  margin-top: 10px;
  padding-left: 8px;
  border-left: 1px dashed rgba(116, 116, 116, 0.726);
  color: #042024;
  font-weight: 600;
}

.radio {
  margin: 4px 0;
}

label {
  font-size: 13px;
}

.btn {
  padding: 6px 10px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin: 8px 0;
}

.btn.primary {
  background: #042024;
  color: #f7f7f7;
}

.btn.ghost {
  background: transparent;
  border: 1px solid #cf8e13;
  color: #cf8e13;
}
.btn.ghost:hover {
  background: #cf8d131a;
  color: #cf8e13;
}
.actions {
  margin-top: 14px;
  gap: 10px;

  position: relative;
  display: flex;
  justify-content: flex-end;   /* align buttons to the right */
  align-items: center;         /* keep them perfectly vertical aligned */
}

.actions .btn {
  white-space: nowrap;
  display: inline-flex;        /* ✅ fix subtle misalignment */
  align-items: center;         /* ✅ centers text vertically inside button */
  line-height: normal;         /* ✅ removes font baseline offset */
  vertical-align: middle;      /* ✅ ensures perfect line alignment */
}
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-box {
  background: #0b1220;
  padding: 18px;
  border-radius: 12px;
  width: 90%;
  max-width: 800px;
  max-height: 85vh;
  overflow: auto;
}

.hidden {
  display: none;
}

pre {
  white-space: pre-wrap;
  color: #e9f8fb;
}

/* -------------------------
   ✅ Responsive Design 
------------------------- */

/* Tablets (portrait & landscape) */
@media (max-width: 1024px) {
  .grid {
    grid-template-columns: 220px 1fr;
    gap: 12px;
  }

  .actions {
    right: 20px;
    flex-wrap: wrap;
  }

  .canvas, .sidebar {
    max-height: none;
  }
}

/* Mobile devices */
@media (max-width: 768px) {
  .grid {
    display: flex;
    flex-direction: column;
  }

  .sidebar {
    order: 1;
    max-height: none;
  }

  .canvas {
    order: 2;
    min-height: auto;
    margin-top: 12px;
  }

  .actions {
    position: static;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
  }

  .btn {
    width: 100%;
    max-width: 280px;
  }

  .modal-box {
    width: 95%;
    max-width: 95%;
  }
}

/* Extra small devices (phones under 480px) */
@media (max-width: 480px) {
  .grid {
    gap: 8px;
  }

  .sidebar, .canvas {
    padding: 10px;
  }

  .panel h2 {
    font-size: 14px;
  }

  label {
    font-size: 12px;
  }

  .actions {
    gap: 6px;
  }

  .btn {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.main-section{
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 25px;
}
.no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #555;
  font-family: "Poppins", sans-serif;
  margin: 15px 0;
}

.no-results img {
  width: 180px;
  max-width: 100%;
  opacity: 0.8;
  margin-bottom: 16px;
}

.no-results p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.user-info {
  width: 100%;
  background: #f7f9fc;
  padding: 12px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  border-radius: 8px;
  margin-bottom: 15px;
  height: 50px auto;
}

.user-info span {
  color: #333;
  font-size: 15px;
  line-height: 1.4;
}

.user-info p {
  margin-top: 0;
  margin-bottom: 0; 
}

.user-info strong {
  color: #000;
  font-weight: 600;
}

.user-info-cliv {
  width: 100%;
  background: #fcfaf7;
  padding: 12px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  height: 50px auto;
}

.user-info-cliv span {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

.user-info-cliv p {
  margin-top: 0;
  margin-bottom: 0; 
}

.user-info-cliv strong {
  color: #000;
  font-weight: 600;
}

.user-info-home {
  width: 100%;
  background: #ffffff;
  padding: 12px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  height: 50px auto;
  border-radius: 8px;
}

.user-info-home span {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

.user-info-home p {
  margin-top: 0;
  margin-bottom: 0; 
}

.user-info-home strong {
  color: #000;
  font-weight: 600;
}

.module {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
	margin-bottom: 30px
}
.module-login {
	margin-bottom: 80px;
	margin-top: 80px
}
.module-login .form-vertical input {
	margin-bottom: 0!important
}
.module {
	
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	border-color: #e9e9e9;
	margin-bottom: 20px;
background-color: #fff;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);

	

}
.module-head {
	color: #767676;
	background-color: #b5c9c1c7;
	border-color: #e9e9e9;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	}
	.module-head h3 {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
		margin: 0;
		font-weight: 600;
	}
.module-option {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	margin: 0 15px
}
.module-body {
	padding: 15px
}
.module-body.table {
	padding: 15px 0
}
.module-body.table .table th, .module-body.table .table td {
	padding-left: 15px;
	padding-right: 15px
}
.module-foot {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	padding: 15px
}
.cpay-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cpay-top h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #252525;
}
.cpay-top>span {
  margin: 0;
  font-size: 14px;
}
.cpay-top>span>a{
  background-color: #007ba7; /* Green */
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 4px;
}
.scm-btn{
  background-color: #007ba7; /* Green */
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
}
.filters {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  background-color: #003350;
}

.filters input[type="text"] {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  height: 35px;
}

.filters select {
  padding: 4px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
  height: 35px;
}

.filters input[type="text"]:focus,
.filters select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.filters select option {
  font-size: 14px;
  padding: 5px;
}
.filters button{
  padding: 4px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
  height: 35px;
  outline: none;
  white-space: nowrap;
}
.paginationdiv{
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
}
.paginationdiv.hide {
  display: none !important;
}
#paginationContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

/* Previous and Next buttons */
#paginationContainer button {
  padding: 8px 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin: 0 5px;
  outline: none;
}

#paginationContainer button.disabled {
  background-color: #ccc; /* Disabled button style */
  cursor: not-allowed;
}

/* Center pagination numbers */
#paginationNumbers {
  display: flex;
  justify-content: center;
}

#paginationNumbers button {
  padding: 3px 12px;
  margin: 0 5px;
  border: 1px solid #ddd;
  background-color: #f8f9fa;
  color: #007bff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}

#paginationNumbers button.active {
  background-color: #007bff;
  color: white;
  font-weight: bold;
}
#paginationNumbers button:hover{
  border: 1px solid #007bff !important;
}

/* Responsive styling for smaller screens */
@media (max-width: 768px) {
  #paginationContainer {
      flex-direction: column;
  }
  #paginationNumbers {
      margin-top: 10px;
  }
}
.data-tb{
  width: 100%;
  /* overflow-x: scroll;
  max-height: 80vh;
  overflow-y: auto;
  position: relative; */
}
.data-tb >table {
  width: 100%;
  border-collapse: collapse;
}
.data-tb > table th, td {
  border: 1px solid #bbbbbb;
  padding: 3px;
}

.data-tb > table thead {
  border: 1px solid #bbbbbb;
}
.data-tb > table > tbody{
  user-select: text;
}
.data-tb > table tr th{
  font-size: 14px;
  background: #ccc;
  color: #252525;
  text-transform: uppercase;
}
.data-tb > table th {
  background-color: #e4e4e4;
  text-align: left;
  text-transform: capitalize;
  font-weight: 500;
  position: sticky;
  top: -1px; /* Stick to the top when scrolling vertically */
  z-index: 1; /* Ensure headers are above other content */
  border: 1px solid #bbbbbb;
}
.data-tb > table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.data-tb > table tr:hover {
  background-color: #ddd;
}
.data-tb > table th, td {
  text-align: center;
  font-size: 13px;
  text-transform: capitalize;
  white-space: nowrap;
  max-width: 300px;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
}
.data-tb > table > tbody th, td::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.data-tb .action-button {
  background-color: #777777 transparent; /* Green */
  border: none;
  color: #007ba7;
  padding: 3px 12px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #007ba7 transparent;
}
.data-tb .action-button:hover{
 background-color: #007ba7; /* Green */
 color: #fff;
}
.htag{
  padding-top: 0;
  padding-bottom: 5px;
  display: flex;
  background-color: #003350;
}
.htag h5{
  margin: 0 10px;
  font-size: 16px;
  color: #f7f9ff;
}
.service-section{
  margin: 20px 20px;
}
.service-section h3{

}
.service-section-main{
  
}
.service-section .csks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2bce7417;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.service-section .csks h3 {
  margin: 0;
  font-size: 18px;
}

.service-section .csks span {
  font-weight: 600;
  color: #252525;
  text-transform: uppercase;
  padding: 10px;
  background-color: var(--white);
  border-radius: 4px;
}
.save-btn{
  background-color: #007ba7 transparent; /* Green */
  border: none;
  color: #007ba7;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
}

.save-btn:hover {
  background-color: #0420240c;
  border-color: #042024;
  color: #042024;
}
.save-container {
    text-align: right;
    margin-top: 10px;
}
#downloadInvoice{
  display: none;
}

.billing-details input[type=text],
.billing-details textarea {
    width: 100%;
    margin: 5px 0px;
    padding: 7px;
    border-radius: 4px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border: 1px solid #b1b1b1;
}
.hide{
  display: none;
}

#statusModal {
    display:none;
    position:fixed;
    top:0; left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:99999;
}

#statusModal .modal-content {
    background:#fff;
    width:350px;
    margin:100px auto;
    padding:20px;
    border-radius:8px;
    position:relative;
}

#statusModal .modal-content select {
    width: 100%;
    height: 45px;
    padding: 7px;
    border-radius: 4px;
    font-size: 15px;
    color: #242424;
    font-weight: 500;
    border: 1px solid #e7e7e7;
}

#statusModal .modal-content input {
    width: 100%;
    height: 45px;
    padding: 7px;
    border-radius: 4px;
    font-size: 15px;
    color: #242424;
    font-weight: 500;
    border: 1px solid #e7e7e7;
    margin-top: 10px;
    display: none;
}
.modal-buttons {
    text-align:right;
    margin-top:15px;
}

.btn-save, .btn-close {
  background-color: #007ba7 transparent; /* Green */
  border: none;
  color: #007ba7;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
}

.btn-save:hover, .btn-close:hover {
  background-color: #0420240c;
  border-color: #042024;
  color: #042024;
}
.dp-f{
  display: flex;
}
    .dashboard .row-section {
        margin-bottom: 20px;
    }

    .dashboard .card {
        background:white; 
        padding:20px; 
        border-radius:8px; 
        box-shadow:0 2px 5px rgba(0,0,0,0.1);
        width: 100%;
    }

    .dashboard h2 { 
        margin-bottom:15px; 
        font-size:20px; 
        display: flex;
        align-items: center; /* vertical center */
        padding: 8px 15px;
        width: 300px; /* adjust as needed */
        background-color: #004d400c;
        border-radius: 8px;
        justify-content: space-between;
    }
    .dashboard h2> span{
      height: 40px;
      width: 60px;
      background-color: #004d4021;
      color: #004d40;
      font-weight: 700;
      margin-left: 10px;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .dashboard .value { 
        font-size:28px; 
        font-weight:bold; 
        color:#333; 
    }

    /* Status Badges */
    .dashboard .badge {
        display:inline-block;
        padding:4px 14px;
        border-radius: 4px;
        font-size:14px;
        font-weight:bold;
        color:white;
        margin:5px 8px 5px 0;
    }

.dashboard .pending {
    background: #ffa20040;
    color: #c77700;
}

.dashboard .processing {
    background: #2196F340;
    color: #0d47a1;
}

.dashboard .partial {
    background: #9C27B040;
    color: #6a1b9a;
}

.dashboard .submitted {
    background: #3F51B540;
    color: #283593;
}

.dashboard .approved {
    background: #4CAF5040;
    color: #1b5e20;
}

.dashboard .completed {
    background: #00968840;
    color: #004d40;
}

.dashboard .unpaid {
    background: #E91E6340;
    color: #880e4f;
}

.dashboard .paid {
    background: #2E7D3240;
    color: #1b5e20;
}

.dashboard .cancelled {
    background: #d30c4e59;
    color: #720941;
}

.dashboard >table {
  width: 100%;
  border-collapse: collapse;
}
.dashboard > table th, td {
  border: 1px solid #bbbbbb;
  padding: 3px;
}

.dashboard > table thead {
  border: 1px solid #bbbbbb;
}
.dashboard > table > tbody{
  user-select: text;
}
.dashboard > table tr th{
  font-size: 14px;
  background: #ccc;
  color: #252525;
  text-transform: uppercase;
  padding: 10px;
}
.dashboard > table th {
  background-color: #e4e4e4;
  text-align: left;
  text-transform: capitalize;
  font-weight: 500;
  position: sticky;
  top: -1px; /* Stick to the top when scrolling vertically */
  z-index: 1; /* Ensure headers are above other content */
  border: 1px solid #bbbbbb;
}
.dashboard > table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.dashboard > table th, td {
  text-align: center;
  font-size: 13px;
  text-transform: capitalize;
  white-space: nowrap;
  max-width: 300px;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
}
.dp-clients{
  display: flex;
  gap: 25px;
}

.dp-clients {
    display: flex;
    align-items: center; /* vertical center */
    background: #f5f5f5; /* light grey background */
    padding: 5px 15px;
    border-radius: 8px;
    width: 200px; /* adjust as needed */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.dp-clients .label {
    color: #252525; /* light grey */
    font-size: 18px;
    justify-content: space-between; /* left text, right count */
    font-weight: 600;
}

.dp-clients .value {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}


@media (max-width: 768px) {
    .parent-container {
        display: flex;
        flex-direction: column-reverse !important;
    }
    .canvas-section {
        min-height: 0px;
        height: auto !important;
        max-height: none !important;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .parent-container {
        display: flex;
        flex-direction: column-reverse !important;
    }
    .canvas-section {
        min-height: 0px;
        height: auto !important;
        max-height: none !important;
        margin-bottom: 30px;
    }
    .canvas {
      min-height: 100px;
      max-height: 550px;
      overflow: auto;
    }
}
@media (max-width: 1024px) {
    .canvas-section {
        min-height: 0px;
        height: auto !important;
        max-height: none !important;
        margin-bottom: 30px;
    }
    .canvas {
      min-height: 490px;
      max-height: 550px;
      overflow: auto;
    }
}
.data-tb-cl{
  width: 100%;
  /* overflow-x: scroll;
  max-height: 80vh;
  overflow-y: auto;
  position: relative; */
}
.data-tb-cl >table {
  width: 100%;
  border-collapse: collapse;
}
.data-tb-cl > table th, td {
  border: 1px solid #bbbbbb;
  padding: 3px;
}

.data-tb-cl > table thead {
  border: 1px solid #bbbbbb;
}
.data-tb-cl > table > tbody{
  user-select: text;
}
.data-tb-cl > table tr th{
  font-size: 14px;
  background: #ccc;
  color: #252525;
  text-transform: uppercase;
}
.data-tb-cl > table th {
  background-color: #e4e4e4;
  text-align: left;
  text-transform: capitalize;
  font-weight: 500;
  position: sticky;
  top: -1px; /* Stick to the top when scrolling vertically */
  z-index: 1; /* Ensure headers are above other content */
  border: 1px solid #bbbbbb;
}

.data-tb-cl > table tr:hover {
  background-color: #ddd;
}
.data-tb-cl > table th,
.data-tb-cl > table td {
  text-align: center;
  font-size: 13px;
  text-transform: capitalize;
  white-space: nowrap;
  max-width: 300px;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
}

/* 2nd column left aligned */
.data-tb-cl > table th:nth-child(2),
.data-tb-cl > table td:nth-child(2) {
  text-align: left;
  padding:0 5px;
}
.data-tb-cl > table > tbody th, td::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.data-tb-cl .action-button {
  background-color: #777777 transparent; /* Green */
  border: none;
  color: #007ba7;
  padding: 3px 12px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #007ba7 transparent;
}
.data-tb-cl .action-button:hover{
 background-color: #007ba7; /* Green */
 color: #fff;
}

.data-tb-cl select { padding: 4px; }

.data-tb-cl table tr.status-received td { background-color: #d4edda; }
.data-tb-cl table tr.status-partial td  { background-color: #fff3cd; }
.data-tb-cl table tr.status-pending td  { background-color: #f8d7da; }
.data-tb-cl table tr.status-other td    { background-color: #d1ecf1; }
.data-tb-cl table tr.status- td  { background-color: #f8d7da; }