.elementor-763 .elementor-element.elementor-element-29968f96{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-763 .elementor-element.elementor-element-4304835c{--spacer-size:106px;}.elementor-763 .elementor-element.elementor-element-705592be > .elementor-widget-container{margin:0px 0px 0px 0px;}body.elementor-page-763:not(.elementor-motion-effects-element-type-background), body.elementor-page-763 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(297deg, #1B1B1B 0%, #747474 88%);}/* Start custom CSS for html, class: .elementor-element-705592be *//* Style for the login box */
.login-box {
  width: 400px;
  padding: 40px;
  position: relative;
  margin: auto;
  background: #1c1c1c;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  color: #fff;
}


/* Media query for mobile breakpoints */
@media (max-width: 768px) { /* You can adjust this value based on your breakpoint */
    .login-box {
        width: 300px; /* Width for mobile devices */
    }
}

.login-box h2 {
  margin: 0 0 20px;
  padding: 0;
  color: #f5f5f5;
}

.user-box {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}

.user-box label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #f5f5f5;
}

.password-container {
  position: relative;
}

.user-box input {
  width: 100%;
  padding: 10px;
  background: silver;
  border: 1px solid #f5f5f5;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  outline: none;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #f5f5f5;
  font-size: 18px;
}

.submit-btn {
  background: #03e9f4;
  border: none;
  padding: 10px 20px;
  color: #1c1c1c;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  transition: 0.3s;
}

.submit-btn.loading {
  background: #029ebf;
  cursor: not-allowed;
  opacity: 0.7;
}

.submit-btn.loading::after {
  content: '...';
  animation: loading-dots 1s infinite;
}

@keyframes loading-dots {
  0% { content: '...'; }
  33% { content: '.. '; }
  66% { content: '.  '; }
  100% { content: '   '; }
}

.error-message {
  color: #ff4d4d;
  font-size: 14px;
  margin-top: 10px;
  display: none; /* Hide by default */
}

.brisi-me{
    display:none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-29968f96 *//* General table styles */
#data-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    margin: 20px auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

/* Header styles */
#data-table thead {
    background-color: #1C1C1C;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
}

#data-table thead th {
    padding: 15px 10px;
    text-align: left;
    border-bottom: 2px solid #34495E;
}

/* Body row styles */
#data-table tbody tr {
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s ease;
}

#data-table tbody tr:hover {
    background-color: #f4f4f4;
}

/* Cell styles */
#data-table td {
    padding: 12px 10px;
    text-align: left;
    color: #333;
}

/* Checkbox alignment */
#data-table input[type="checkbox"] {
    cursor: pointer;
    transform: scale(1.2);
}

/* Links in table */
#data-table a {
    color: #3498DB;
    text-decoration: none;
    font-weight: bold;
}

#data-table a:hover {
    text-decoration: underline;
}

/* Action button styles */
#data-table .approve-btn,
#data-table .decline-btn {
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

#data-table .approve-btn {
    background-color: #27AE60;
    color: white;
}

#data-table .approve-btn:hover {
    background-color: #219150;
    transform: translateY(-2px);
}

#data-table .decline-btn {
    background-color: #E74C3C;
    color: white;
}

#data-table .decline-btn:hover {
    background-color: #C0392B;
    transform: translateY(-2px);
}

/* Alternating row colors */
#data-table tbody tr:nth-child(odd) {
    background-color: #FAFAFA;
}

#data-table tbody tr:nth-child(even) {
    background-color: #FFFFFF;
}

/* Table responsiveness */
@media screen and (max-width: 768px) {
    #data-table {
        font-size: 12px;
    }

    #data-table thead th,
    #data-table td {
        padding: 10px 8px;
    }

    #data-table .approve-btn,
    #data-table .decline-btn {
        font-size: 10px;
        padding: 5px 8px;
    }
}/* End custom CSS */
/* Start custom CSS */h5,h6,h2 {
    color:white;
}
.next-page, .prev-page{
    background-color: white;
    color:#1C1C1C;
    padding: 10px;
    margin: 10px;
}/* End custom CSS */