/* Satriadev Post Contributor Styles */

/* General Styles */
/* .satriadev-pc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
} */

/* Login Form */
/* #satriadev-pc-login-form {
    max-width: 400px;
    margin: 0 auto;
}

#satriadev-pc-login-form p {
    margin-bottom: 15px;
}

#satriadev-pc-login-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#satriadev-pc-login-form input[type="text"],
#satriadev-pc-login-form input[type="password"] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#satriadev-pc-login-form .submit {
    margin-top: 20px;
} */

/* Dashboard */
/* .card {
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card-body {
    padding: 20px;
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
}

.btn-lg {
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
}

.btn-lg .bi {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
} */

/* Icon Styles */
/* .list-group-item .bi,
.btn .bi {
    margin-right: 8px;
} */

/* Form Styles */
/* .form-label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.form-control:focus {
    border-color: #007cba;
    box-shadow: 0 0 0 1px #007cba;
    outline: none;
} */

/* .image-upload-area {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px dashed #dee2e6;
}

.image-upload-area:hover {
    background-color: #e9ecef;
    border-color: #007cba;
} */
 
#preview-img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.category-checklist {
    max-height: 200px;
    overflow-y: auto;
}



/* Loading Spinner */
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -0.125em;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

/* Sidebar */
.list-group-item {
}

.list-group-item:hover {
}

.list-group-item .bi {
}

/* Responsive Design */
@media (max-width: 768px) {
}

/* WordPress Editor Compatibility */
.wp-editor-wrap {
    margin-top: 10px;
}

.wp-editor-container {
    border: 1px solid #ddd;
}

/* Profile Form */
#satriadev-pc-profile-form hr {
    margin: 30px 0;
}

#satriadev-pc-profile-form .text-muted {
    font-size: 14px;
    margin-bottom: 20px;
}






 

.card-login-form {
    max-width: 320px;
    margin: 0 auto;
}
.card-login-form .btn-alert-dismiss {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0;
    width: 24px;
    height: 24px;
    border-radius: 100px;
}

.main-dashboard .box-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background-color: var(--bs-primary);
    font-size: 24px;
    background-image: linear-gradient(45deg, #df5b15, #2e41dd);
    color: #fff;
}

.main-dashboard .card {
    border-radius: 14px;
}