
body {
    background-color: #121212;
    color: #e0e0e0;
    margin: 0;
    padding: 0;
}

.container {
    background-color: #1e1e1e;
    border-radius: 8px;
    padding: 20px;
    max-width: 1200px;
    margin: 20px auto;
}

h1 {
    color: #ffffff;
}

.form-control {
    background-color: #2c2c2c;
    color: #fff;
    border: 1px solid #333;
}

.form-control:focus {
    background-color: #2c2c2c;
    color: #fff;
}

p#timestamp {
    margin-top: revert;
}

.spam-container {
    border: 1px solid #333;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #1f1f1f;
    overflow: hidden;
    font-size: 13px;
    display: flex;
    flex-direction: column;
}

.service-row:hover {
    background-color: #2a2a2a;
}

.service-id-website {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.service-id {
    font-weight: bold;
    color: #82aaff;
    text-decoration: none;
}

.service-id:hover {
    text-decoration: underline;
}


.service-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.service-name, .service-price, .service-details, .service-average-time {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.service-name {
    font-weight: bold;
    white-space: normal;
    overflow: hidden;
    word-break: break-word;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    

.service-price {
    color: #b2ff59;
    font-weight: bold;
}

.service-details {
    font-style: italic;
}

.service-average-time {
    color: #9e9e9e;
}

.page-select {
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #2c2c2c;
    color: #e0e0e0;
}


.btn {
    border-radius: 5px;
}

.btn-primary {
    background-color: #6200ea;
    border: none;
}

.btn-primary:hover {
    background-color: #3700b3;
}

.btn-danger {
    background-color: #b00020;
    border: none;
}

.btn-danger:hover {
    background-color: #790000;
}

.btn-warning {
    background-color: #ffab00;
    border: none;
}

.btn-warning:hover {
    background-color: #c67c00;
}

.btn-info {
    background-color: #03a9f4;
    border: none;
}

.btn-info:hover {
    background-color: #0288d1;
}


.alert-info {
    background-color: #333;
    color: #e0e0e0;
    border: 1px solid #444;
}

.alert-danger {
    background-color: #b00020;
    color: #ffffff;
    border: 1px solid #900000;
}


.modal-content {
    background-color: #2c2c2c;
    color: #e0e0e0;
}

.modal-header, .modal-footer {
    border-bottom: 1px solid #444;
}

.modal-title {
    color: #ffffff;
}

.close {
    color: #e0e0e0;
}

.close:hover {
    color: #ffffff;
}


.pagination .page-link {
    background-color: #333;
    color: #e0e0e0;
    border: 1px solid #444;
    margin-left: 10px;
}

.pagination .page-link:hover {
    background-color: #555;
}

.page-item.active .page-link {
    background-color: #6200ea;
    border-color: #6200ea;
}

.page-item.active .page-link:hover {
    background-color: #3700b3;
}

.tags-input {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tag {
    background-color: #007bff;
    color: white;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 2px;
    display: flex;
    align-items: center;
}

.remove {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
}

input[type="text"] {
    border: none;
    outline: none;
    flex: 1;
}

.feature-label {
    color: #b0b0b0;
    font-size: 12px; 
}

.check-icon, .x-icon {
    color: #b0b0b0;
}

.service-features {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: #b0b0b0;
}

.service-features div {
    margin-bottom: 5px;
    align-items: center;
    display: inline-block;
    margin-left: 10px;
}

.service-features span {
    margin-right: 5px;
}


/* Login Page */


.login-container {
    max-width: 400px;
    margin: 100px auto;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 8px;
    background-color: #1e1e1e;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.login-container h1 {
    color: #ffffff;
    margin-bottom: 20px;
}

.login-form .form-group label {
    color: #e0e0e0;
}

.login-form .form-control {
    background-color: #2c2c2c;
    color: #e0e0e0;
    border: 1px solid #333;
}

.login-form .form-control:focus {
    background-color: #2c2c2c;
    color: #e0e0e0;
    border-color: #4a90e2;
    box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
}

.login-form button {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 10px;
    background-color: #007bff;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.login-form button:hover {
    background-color: #0056b3;
}

.footer-text {
    text-align: center;
    color: #888;
}

.footer-text a {
    color: #03a9f4;
}

.footer-text a:hover {
    color: #0288d1;
}
.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.btn-loading {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    padding-right: 25px;
    text-align: center;
}
.btn-loading .spinner {
    position: absolute;
    display: none;
}
.btn-loading.loading .spinner {
    display: inline-block;
}
.btn-loading.loading .text {
    visibility: hidden;
}
.btn-loading .text {
    font-size: 14px;
}
#spam-status {
    display: none;
}
.table td, .table th {
    color: #ddd;
}
.badge {
    display: inline-block;
    padding: 5px 12px;
    font-size: 10px;
    line-height: 20px;
    border-radius: 7px;
    text-align: center;
    width: 70px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}