body {
    margin: 0;
    font-family: "Poppins";
}

/* Professional Footer Design */
footer {
    background-color: #212529;  /* Dark background for footer */
    color: #f8f9fa;  /* Light text color */
}

footer a {
    text-decoration: none;  /* Removing underline */
    color: #f8f9fa;  /* Text color */
    
}
.networklogo{
      width: 40px; /* Set the width */
        height: 40px; /* Set the height */
        object-fit: contain; /* Ensures the image maintains its aspect ratio */
}
.comingsoon{
        text-align:center;
        height:200px;
        padding-top:5rem;
}
.text-left{
    text-align:left;
}
.toast {
    background-color: rgba(0, 0, 0, 0.8); /* Optional: Adjust background color */
    box-shadow: none; /* To remove any blur shadow effect */
  }
  
  .toast-message {
    filter: none; /* Remove any blur effect */
  }
.list-unstyled li{
    padding: 10px 0;
}
.show-on-hover {
    display: none;
    position: absolute;
    top: 100%; /* Dropdown appears below the parent element */
    left: 0;
    z-index: 1000;
}
.list-unstyled a:hover{
    text-decoration: none;
}
.dropdown-toggle::after {

    content: unset!important;

}
.dropdown:hover .show-on-hover {
    display: block;

}

footer a:hover {
    color: #ff8c00;  /* Hover effect color */
    text-decoration: underline;  /* Underline on hover */
}

footer h5 {
    font-size: 1.25rem;  /* Increase font size for headings */
    font-weight: bold;  /* Bold text for headings */
    margin-bottom: 1rem;  /* Space below heading */
}

footer p {
    font-size: 1rem;  /* Standard font size for paragraphs */
}

footer i {
    color: #ff8c00;  /* Icon color */
    margin-right: 10px;  /* Space between icon and text */
}

footer .border-top {
    border-top: 1px solid #495057;  /* Subtle divider line */
}

footer .container {
    max-width: 1140px;  /* Max container width for better alignment */
}

footer .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

footer .col-md-4 {
    flex: 1;
}

footer .text-center {
    text-align: center;
}
.log-in-box {
    background-color: #6a3bff;
    padding: 30px;
    border-radius: 10px;
}

.log-in-box-new {
    background-color: #4a1c6c;
    padding: 25px;
    border-radius: 15px;
}

.heading {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.log-items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.log-in-icon-img-wrap {
    margin-bottom: 15px;
}

.log-in-file {
    width: 30px;
    height: auto;
}

.login-text {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}


.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-4, .col-6 {
    width: 33.33%;
    padding: 15px;
    box-sizing: border-box;
}

.mb-4 {
    margin-bottom: 30px;
}
.landing-sec {
    background-image: url('/public/assets/images/home.jpg');
    background-size: cover;
    background-position: top;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;

}
.login-form{
    background-color: #fff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    color: #000;
    text-align: left;

}
.tittle{
    text-align: center;
    padding: 40px;
    font-size: 18px;
}
.banner {
    background-image: url('/public/assets/images/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.home {
    background-image: url('/public/assets/images/home.jpg');
    background-size: cover;
    background-position: top;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.banner h1{
    font-weight: bold;
    text-transform: uppercase;
}
.wrap , .typewrite{
    color: #fff;
    text-decoration: none;
    font-size: 50px!important;
    font-weight: bold;
}
.typewrite-container h1{
    font-size: 50px!important;
  
}
.typewrite > .wrap {
    border-right: 0.08em solid #000;
    font-size: 24px;
    font-weight: bold;
}
.card {
    border: none;
    margin: 15px;
}
.dropdown-toggle:hover{
    cursor: pointer!important;
}
.card-img-top {
    width: 75px;
    height: 75px;
    margin: 0 auto;
}

.card-body {
    text-align: center;
}

.btn-danger {
    background-color: #e60046;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 12px;
}
.logo-bg {
    width: 100%;
    float: left;
    background-color: #d8d8d8;
    padding: 45px 0 0;
}
.bottom-logo-section img {
    height: 55px;
    max-width: 113px;
    object-fit: contain;
    /* width: 100%; */
    display: inline-block;
}
.row-images .col {
    margin-right: 40px;
    display: inline-block;
    margin-bottom: 25px;
}
.bottom-logo-section {
    text-align: center;
}
.w-65{
    width: 65%!important;
}
.nav-item{
    padding: 5px;
}
.no-href{
    text-decoration: none;
    color: unset;
}
.cursor-pointer{
    cursor: pointer;
}
.text-right{
    text-align: right;
}
.nav-link{
    font-weight: 400;
}
.profile-container {
    display: inline-block;
}


.upload-icon:hover {
    background-color: #0056b3;
}

.d-none {
    display: none;
}
.infotable td{
    text-align: left;
    border: 0;
}
.infotable th{
border: 0;
text-align: left;
}

.upload-form {
    position: absolute;
    bottom: 0;
    right: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 50% !important;
}
.table{
    padding-top: 10px;
}
 .no-data {
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 15px 0;
}
.profile-container {
    margin-bottom: 20px;
}

.profile-image-top {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.upload-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}

.btn {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 25px;.transaction-table .no-data {
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 15px 0;
}
}
