#formcontainer {
  margin-top: 8rem;
}


/* Blinking animation */
@keyframes blink {
  0% { color: red; }
  50% { color: transparent; }
  100% { color: red; }
}

/* Apply the blinking effect */
.blink {
  animation: blink 1s infinite;
}

/* Right-align the total profit and make it bold and smaller */
#todayProfitContainer {
  font-weight: bold;
  font-size: 1.2rem; /* Adjust font size as needed */
  color: #333; /* Default color */
  text-align: right; /* Align text to the right */
  margin-top: 10px;
  margin-right: 20px;
}



.dataTables_length select {
  width: 70px; /* Adjust this value as needed */
  min-width: 70px; /* Set a minimum width */
}



.swal-custom {
  width: 250px;
  max-width: 90%;
  font-size: 14px;
}

.swal-custom .swal2-title {
  font-size: 16px;
}

.swal-custom .swal2-content {
  font-size: 14px;
}

.swal-custom .swal2-confirm {
  font-size: 14px;
}

/*.sidebar-brand-text{*/
/*  background-color: white;*/
/*  border-radius: 10px;*/
/*}*/













.custom-toast-popup {
  text-align: center; /* Center aligns the entire popup content */
  padding: 0.8rem !important;
}

.custom-toast-title {
  margin-top: 0.5rem !important; /* Adjust top margin if needed */
  font-weight: bold !important;
  color: green !important;
  font-size: 1rem !important;
}

.custom-toast-icon {
  margin-right: 0.8rem !important; /* Adjust right margin if needed */
  vertical-align: middle; /* Align icon vertically with text */
}

.homesection {
  display: flex;
  flex-direction: row;
  padding: 2rem;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  align-items: center;
  justify-content: space-evenly;
}

.homesection .homesectioncontent {
  width: 50%;
}

.homesection img {
  width: 30%;
}






/*index design*/

.navbar {
  background: white;
}

#offcanvasNavbarLabel {
  font-weight: bold;
  font-size: 1.8rem;
  color: rgb(233, 153, 4);
}

.navbar-brand img {
  width: 80px;
  height: 80px;
}

.navbar-nav .nav-link {
  color: rgb(233, 153, 4);
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 10px;
  font-family: "Times New Roman", Times, serif;
}

.nav-link:hover {
  color: white;
}

#loginbtn {
  background-color: rgb(233, 153, 4);
  color: white;
  border-radius: 10px;
  padding: 8px 10px;
}

.offcanvas {
  width: 250px;
}






/* footer design  */
.first-footer {
  background: #303441;
  color: #333;
  padding: 4rem;
  padding-left: 8rem;
  padding-right: 8rem;
  border-top: 1px solid #e5e5e5;
  font-family: "Times New Roman", Times, serif;
  line-height: 2rem;
}

.first-footer .footercontent {
  justify-content: space-evenly !important;
}

.first-footer .footercontent h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: rgb(233, 153, 4);
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.first-footer .footercontent ul li a {
  text-decoration: none;
  color: white;
}

.first-footer .footercontent ul li a:hover{
  color:  rgb(233, 153, 4);
}



#social {
  display: flex !important;
  flex-direction: row !important;
  margin: 0.5rem;
}

#social ul li i {
  margin: 0.5rem;
}



/**Copyrights page**/

.copy {
  border-top: 4px solid #ecf0f1;
  background: #3766f4;
  padding: 0.1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.copy h3 {
  font-size: 16px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: black;
  font-weight: bold;
}

.copy a {
  color: black;
  text-decoration: none;
}

.copy a:hover {
  color: white;
}

body {
  margin: 0;
  padding: 0;
  background: #dedede;
}

#submit {
  background-color: rgb(233, 153, 4);
  font-weight: bold;
  font-size: 120%;
  color: white;
}

/* faq style */

.faqsec {
  padding: 7rem;
  font-family: "Times New Roman", Times, serif;
}

.faqsec h2 {
  font-weight: bold;
  color: rgb(233, 153, 4);
  padding-bottom: 2rem;
}

#fqhead {
  font-weight: bold;
  color: rgb(233, 153, 4);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.accordion-body {
  color: grey;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* about */
.aboutsec {
  padding: 6rem;
  font-family: "Times New Roman", Times, serif;
  color: grey;
}

.aboutsec h2 {
  font-weight: bold;
  color: rgb(233, 153, 4);
  padding-bottom: 1rem;
}
.aboutsec p {
  line-height: 2rem;
}

/* contact */
.contactsec {
  padding: 7rem;
  font-family: "Times New Roman", Times, serif;
}

.contactsec h2 {
  font-weight: bold;
  color: rgb(233, 153, 4);
  padding-bottom: 0.6rem;
}

/* features section */

.features {
  padding: 7rem;
  font-family: "Times New Roman", Times, serif;
}

.fgrid .feature-heading {
  padding-top: 1px;
  color: black;
  font-weight: bold;
}

.frow {
  padding-top: 1rem;
}

.frow p {
  text-align: center;
}

.frow i {
  color: rgb(233, 153, 4);
  padding-bottom: 1px;
}

.features h2 {
  color: rgb(233, 153, 4);
  font-weight: bold;
}

.features p {
  font-family: "Times New Roman", Times, serif;
  color: grey;
}

.fgrid {
  transition: all 0.3s ease;
  border-radius: 6px;
  padding: 2rem !important;
}

.fgrid:hover {
  background-color: rgb(233, 153, 4);
  color: black;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

.fgrid:hover .feature-heading,
.fgrid:hover p,
.fgrid:hover i {
  color: white;
}

/* home */

.home1section {
  padding-top: 10rem;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.home1section h1 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: rgb(233, 153, 4);
  font-weight: bold;
}

.home1section h6 {
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  padding-bottom: 1rem;
}

.homecard{
  text-align: center;
}


.home1section .homecard1{
  padding: 1rem;
  border-radius: 10px;

  background-color: #737373;
  color: white;
}

.home1section .homecard1 h3{
  font-size: 1.5rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

.home1section .homecard2{
  padding: 1rem;
  border-radius: 10px;
  background-color: #737373;
  color: white;
}

.home1section .homecard2 h3{
  font-size: 1.5rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

.home1section .homecard3{
  padding: 1rem;
  border-radius: 10px;
  background-color: #737373;
  color: white;
}


.home1section .homecard3 h3{
  font-size: 1.5rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}


/* Add this CSS to your stylesheet */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.home1section .homecard1 {
  animation: bounce 3s infinite; /* Adjust the duration as needed */
}

.home1section .homecard2 {
  animation: bounce 4s infinite; /* Adjust the duration as needed */
}

.home1section .homecard3 {
  animation: bounce 5s infinite; /* Adjust the duration as needed */
}




/* app section */

.appsection {
  padding: 7rem;
  margin-top: 50px;
}

.appsection h2 {
  padding-bottom: 2rem;
  color: rgb(233, 153, 4);
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}

.appsection h3 {
  color: white;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  background-color: #5e6065;
  margin-bottom: 0;
  padding-top: 1rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.appsection p {
  font-weight: bold;
  color: white !important;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  background-color: #5e6065;
  padding-bottom: 1rem;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.appsection .appcontainer {
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(255, 112, 67, 0.4);
}

/* .app-options {
  list-style-type: none;
  
} */

.app-options li {
  /* text-align: center; */
  cursor: pointer;
  /* margin-left: 3rem !important; */
  padding: 10px;
  font-size: 18px;
  margin-bottom: 10px;
  transition: background-color 0.3s;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
}

.app-options li:hover {
  background-color: #f0f0f0;
}

#mockup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#mockup-image {
  max-width: 90%;
  max-height: 480px;
  height: auto;
}

.bordersection {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bordersection img {
  max-width: 30%;
}

/* admin section */

.adminsection {
  padding: 7rem;
  margin-top: 50px;
}

.adminsection h2 {
  padding-bottom: 2rem;
  color: rgb(233, 153, 4);
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}

.adminsection h3 {
  color: white;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  background-color: #5e6065;
  margin-bottom: 0;
  padding-top: 1rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.adminsection p {
  font-weight: bold;
  color: white !important;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  background-color: #5e6065;
  padding-bottom: 1rem;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.adminsection .admincontainer {
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(255, 112, 67, 0.4);
}

/* .app-options {
  list-style-type: none;
  
} */

.admin-options li {
  /* text-align: center; */
  cursor: pointer;
  /* margin-left: 3rem !important; */
  padding: 10px;
  font-size: 18px;
  margin-bottom: 10px;
  transition: background-color 0.3s;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
}

.admin-options li:hover {
  background-color: #f0f0f0;
}

#mockup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#mockup-image {
  max-width: 90%;
  max-height: 480px;
  height: auto;
}

.bordersection {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bordersection img {
  max-width: 30%;
}


  .month-table-small {
        font-size: 13px !important;  /* make smaller */
    }


