.card .card-content {
    padding: 15px 20px;
}
.fm_grp {
    margin: 16px 0 0 0 !important;
}
.form-control, .form-group .form-control {
    border: 0;
    background-image: linear-gradient(#B1CA39, #B1CA39), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
}
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr;
}
.pd_btn .btn {
    background-color: #B1CA39 !important;
}
.form-container {
    /* max-width: 500px; */
    padding: 15px;
    margin: 0 auto;
    /* font-family: "Poppins", sans-serif; */
   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  }
  
  .form-group {
    margin-bottom: 25px;
  }
  .form-group label {
    /* font-size: 0.812rem; */
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: .5rem;
    font-size: 1rem;
}
  .form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
  }
  
  .form-input {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 2px solid #ddd;
    background: transparent;
    font-size: 16px;
    transition: border-color 0.3s;
  }
  
  .form-input:focus {
    outline: none;
    border-bottom-color: #f57a31;
  }
  
  .form-file-input {
    padding-top: 10px;
  }
  
  .form-submit-btn {
    background-color: #f57a31;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .form-submit-btn:hover {
    background-color: #e06a2b;
  }
  @media (max-width: 768px) {
    .flex-container {
      flex-direction: column;
      gap: 15px; /* Adds spacing between stacked items */
    }
  }
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f8f9fa;
    font-weight: 600;
}

tr:hover {
    background-color: #f5f5f5;
}

.action-buttons {
    display: flex;
    gap: 10px;
}

.edit-btn, .delete-btn {
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}

.edit-btn {
    background-color: #4CAF50;
    color: white;
}

.delete-btn {
    background-color: #f44336;
    color: white;
}

.edit-btn:hover {
    background-color: #45a049;
}

.delete-btn:hover {
    background-color: #d32f2f;
}

@media (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
    }
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.form-row .form-group {
    margin-bottom: 0; /* Remove bottom margin when in a row */
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
    
    .form-row .form-group {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    @media (max-width: 991px) {
        .navbar .navbar-menu-wrapper {
           width:auto;
            padding-top: 12px;
            padding-left: 15px;
            padding-right: 11px;
            height: auto;
        }
        .navbar .navbar-brand-wrapper .navbar-brand img {
            max-width:none; 
            height: 70px;
            margin: auto;
            vertical-align: middle;
        }
        .navbar .navbar-brand-wrapper .brand-logo-mini img {
            width: auto; 
            max-width: none;
            margin: auto;
        }
    }
}
.main-panel{

    background-color: #F4F5F7;
}