
/* login form */
.ftco-section {
  padding: 7em 0;
}
.heading-section {
 
  color: #000;
}
.checkbox-primary {
  color: #2ea043 ;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.container-box {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.login-wrap {
  position: relative;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
}

.btn-color{
  color: #2ea043 ;
}
#box {
  height: 0;
  opacity: 0;
  transition: height 0.3s, opacity 0.3s;
  overflow: hidden;
}
/* CSS used here will be applied after bootstrap.css */

.badge {
  display: none; /* Hide the badge by default */
}
.dropdown {
  display:inline-block;
  margin-left:20px;
  padding:10px;
}

.badge{
  padding: 3px 5px 2px;
  position: absolute;
  top: 8px;
  right: 1px;
  display: inline-block;
  min-width: 10px;
  font-size: 8px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
}

.item-info-container {
  float: left;
}

.make-read-container {
  float: right;
}

.glyphicon-bell {
 
  font-size:1.5rem;
}

.notifications {
 min-width:420px; 
}

.notifications-wrapper {
   overflow:auto;
    max-height:250px;
  }
  
.menu-title {
   color:#ff7788;
   font-size:1.5rem;
    display:inline-block;
    }

.glyphicon-circle-arrow-right {
    margin-left:10px;     
 }

 
.notification-heading, .notification-footer  {
 padding:2px 10px;
     }
    
      
.dropdown-menu.divider {
margin:5px 0;          
}

.item-title {
color:#000;
}

.item-info{
font-size: 13px;
}

.notifications a.content {
text-decoration:none;
background:#cccccc;

}
  
.notification-item {
  padding: 10px;
  margin: 5px;
  background-color: #2ea04340; /* Make sure to use background-color instead of background */
  border-radius: 4px;
}





/* Styles for small screens */
@media screen and (max-width: 768px) {
  #box {
    padding: 10px;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }
}

/* Styles for larger screens */
@media screen and (min-width: 769px) {
  #box {
    padding: 10px;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }
}


.btn-info{
  background-color: #2ea043!important;
  border-color: #2ea043!important;
}

.btn-info:hover {
  color: #fff !important;
  background-color: #2ea043!important;
  border-color: #2ea043!important;
}
.page-item.active .page-link {
  background-color: #2ea043 !important;
    border-color: #2ea043  !important;
}

div.dataTables_processing > div:last-child > div
{
  background-color: #2ea043;

}
ul.alert-danger{
  list-style: none;
}

.input-container {
  position: relative;
}

.login-main-title {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 220px;
  text-align: center;
  
   /* Add margin to separate the title from the form */
}

.icon {
  /* position: absolute; */
  top: 50%;
  right: 10px;
  /* transform: translateY(-50%); */
}

.login-wrap .icon {
    width: 80px;
    height: 80px;
    background: #2ea043;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.nav-1{
  background-color: #2ea043 !important;
}
.nav-2{
  background-color: transparent !important;
  color: #555555;

}

.main-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  color: #869099;
  padding: 1rem;
  margin-left: 0px !important;
}
#ellipsis_text {
  white-space: initial;
  text-overflow: ellipsis;
}
.fullBg {  
  width: 100%;
  margin: 0 auto;
  height: 100vh; /* Set the height of the body to 100% of the viewport height */
  background: url('../img/bg.jpg') no-repeat center center fixed;
  background-size: cover;
}

.login-dark {
  height: 1000px;
  position: fixed;
}
.login-dark .illustration {
  text-align: center;
  padding: 15px 0 20px;
  font-size: 40px;
  color: #ffffff;
}
.login-dark form {
  height: auto;
  width: -webkit-fill-available;
  background-color: #1e2833ab;
  padding: 40px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}
.icheck-primary {
  margin-bottom: 10px;
}
.form-group.required .control-label:after {
content:"*";
color:red;
}
.chosen-select {
  width: 100%;
  padding: 8px; /* Adjust the padding as needed */
  font-size: 14px; /* Adjust the font size as needed */
  /* Add any other custom styles you want */
}
.login-box {
  width: 480px !important;
}

.invalid-feedback{
  display: block;
}


.dropdown-menu{
  top: 46px;
}

/*Filter Accordion*/
.accordion{
  width: 100%;
}

.modal { overflow-y: auto !important; }

.input-group-btn {
  width: auto !important;
}


/*Multiple Select Dropdown*/
.select2-selection__rendered {
  line-height: 30px !important;
}
.select2-container .select2-selection--single {
  height: 40px !important;
  padding-left: 5px !important;
}
.select2-selection__arrow {
  height: 34px !important;
}

/*Application quick action buttons*/
.application-quick__actions{
  display:flex;
  align-items: center;
  justify-content:space-evenly;
  align-content: center;
}



/* dashboard first box */
.longer {
  height: 205px !important;
  line-height: 132px !important;
  margin-bottom: 18px !important;

}

.extra-padding .info-box{
  margin-bottom: 1.2em !important;

}

span.info-box-icon{
  background: rgba(0,0,0,0.2);
}

.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.15);
  font-size: 165px;
  width: 20% !important;
  height: 20% !important;

}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  font-size: 15px !important;
  height: 15px !important;
  width: 15px !important;

}
.nav-item > .nav-treeview{
  padding-left: 12px;
}
.nav-sidebar>.nav-item .nav-icon.far{
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }

}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}

/*
Disable anchor tags
*/
.anchor-disabled{
    opacity: 0.4;
    pointer-events: none;
    -webkit-touch-callout: none;
}

  /*
      Ajax loader
  */

.loading-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  align-items: center;
  justify-content: center;
}

.loading-overlay.is-active {
  display: flex;
  flex-direction: column;
}




/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #444444;
  font-family: 'Lato', sans-serif;
 font-weight: 300;
}

a {
  color: #1e4d78;
  text-decoration: none;
}

/* Style for active link */
.nav-link.active:hover {
  color: #ffffff !important;
  text-decoration: none;
}

/* Style for inactive link */
.nav-link:not(.active):hover {
  color: #2ea043 !important;
  text-decoration: none;
}


a:hover {
  color: #2ea043 !important;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Prata', serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1e4d78;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

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

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

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

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

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #1e4d78;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}


#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #1e4d78;
}

#header .logo img {
  max-height: 65px;
 
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar-landing {
  padding: 0;
}

.navbar-landing ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar-landing li {
  position: relative;
}

.navbar-landing>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 10px;
}

.navbar-landing a,
.navbar-landing a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar-landing a i,
.navbar-landing a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar-landing>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #1e4d78;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-landing a:hover:before,
.navbar-landing li:hover>a:before,
.navbar-landing .active:before {
  visibility: visible;
  width: 100%;
}

.navbar-landing a:hover,
.navbar-landing .active,
.navbar-landing .active:focus,
.navbar-landing li:hover>a {
  color: #1e4d78;
}



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.fa-times {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar-landing ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1e4d78;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1e4d78;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
.navbar-landing .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.5s;
  margin-left: 5px;
  color: #fff;
  background: #1e4d78;
}

.navbar-landing .btn-get-started:hover {
  background: #247cf0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: #f0f9fd;
}

#hero h1 {
 
  font-size: 42px;
  font-weight: 500;
  line-height: 56px;
  color: #0f394c;
  text-transform: uppercase;
}

#hero h2 {
  color: #555555;
  margin: 10px 0 0 0;
  font-size: 18px;
}



@media (max-width: 991px) {
  #hero {
    
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 80%;
    padding-bottom: 10px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ffff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #1e4d78;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #1e4d78;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #1e4d78;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}
.about .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display:inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.5s;
  margin-left: 5px;
  text-align: center;
  color: #fff;
  background: #1e4d78;
  border: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service .icon-box {
  text-align: center;
  border: 1px solid #d2e4fa;
  padding: 50px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.service .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.service .icon-box .icon i {
  color: #1e4d78;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.service .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.service .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.service .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.service .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.service .icon-box:hover h4 a,
.service .icon-box:hover .icon i {
  color: #1e4d78;
}

.service .icon-box:hover .icon {
  border-color: #1e4d78;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
  background-color: #ffff ;
}
.contact .info {
  width: 100%;
  background: #f0f9fd;
  padding: 20px;
  border-radius: 10px;
}

.contact .info i {
  font-size: 20px;
  color: #1e4d78;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #0f394c;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #1e4d78;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #1e4d78 ;
  color: #fff;
}
.contact button.btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.5s;
  margin-left: 5px;
  color: #fff;
  background: #1e4d78;
}


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

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

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

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





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f1f6fe;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
  text-align: center;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
 
 
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #1e4d78;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

.layout-fixed .control-sidebar{
    height: 230px !important;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#addExtraFormButton  {
  display: none;
}

.custom-ul ul {
  max-height: 120px !important;
  overflow-y: auto; 
}

/* Sidebar.php */
#logo-open {
  display: none; /* Initially hide the open state logo */
}

.navbar-open #logo-closed {
  display: none; /* Hide the closed state logo when the navbar is open */
}

.navbar-open #logo-open {
  display: inline-block; /* Show the open state logo when the navbar is open */
}


/* toggle button */
.switch {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 43px;
}

.switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 13px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 13px;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  transform: translateX(21px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.small-image {
  width: 66px; /* Adjust the width as needed */
  height: auto; /* Maintains aspect ratio */
}

/* Override BotMan widget's background to white */
#botmanWidget {
  background: white !important;
}
