.btn-default-model {
    border: 1px solid;
    width: 100%;
    text-align: center;
    display: block;
    border-radius: var(--prt-border-shape-50px);
    font-size: var(--button_fontsize);
    line-height: var(--button_fontsize);
    text-transform: var(--button-text-transform);
    font-weight: var(--button-font-weight);
    padding: 0 30px;
    padding-top: var(--button-topbottom-padding);
    padding-bottom: var(--button-topbottom-padding);
    color: var(--prt-whitecolor) !important;
    background: var(--prt-skincolor) !important;
    border-color: var(--prt-skincolor);
}
.btn-default-model:hover {
    background: var(--prt-secondarycolor) !important;
}
.success-msg {
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}
.error-msg {
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}
.candidate-profile-wrap{
    max-width:900px;
    margin:60px auto;
    background:#fff;
    padding:40px;
    border-radius:14px;
    box-shadow:0 12px 40px rgba(0,0,0,.08);
}
.candidate-profile-wrap h2{
    font-size:28px;
    margin-bottom:30px;
}
.candidate-profile-wrap h3{
    font-size:20px;
    margin:35px 0 15px;
    padding-bottom:8px;
}
/* ===== Inputs ===== */
.candidate-profile-wrap label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    margin-top: 10px;
}
.candidate-profile-wrap input, .candidate-profile-wrap textarea, .candidate-profile-wrap select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 18px;
    font-size: 14px;
    margin: 0;
}
.candidate-profile-wrap textarea{resize:vertical}
/* ===== Grid ===== */
.form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}
.form-grid.full{grid-template-columns:1fr}
/* ===== Checkbox / Radio ===== */
.checkbox-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 20px;
}
.candidate-profile-wrap label input {
    width: 20px;
}
.checkbox-grid label{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:500;
}
/* ===== Social ===== */
.social-row{
    display:grid;
    grid-template-columns:160px 1fr 90px;
    gap:10px;
    align-items:center;
    background:#f9fafb;
    padding:12px;
    border-radius:8px;
    margin-bottom:12px;
}
.social-row button{
    background:#1ebfc1;
    color:#fff;
    border:0;
    padding:8px 10px;
    border-radius:6px;
    cursor:pointer;
    font-size:13px;
}
#add-social{
    background:#1ebfc1;
    color:#fff;
    border:0;
    padding:10px 18px;
    border-radius:6px;
    cursor:pointer;
}
/* ===== Submit ===== */
.candidate-profile-wrap button[type="submit"]{
    background:#1ebfc1;
    color:#fff;
    padding:14px 40px;
    font-size:16px;
    border-radius:10px;
    border:0;
    cursor:pointer;
    margin-top:30px;
}
.failed-msg{
    margin-top: 15px;
    color: #d92323;
    font-weight: 600;
}
/* sidebar options*/
.candidate-dashboard{
    display:flex;
    gap:30px;
    max-width:1200px;
    margin:60px auto;
}
.candidate-sidebar{
    width:250px;
    background:#fff;
    border-radius:14px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.candidate-sidebar ul{
    list-style:none;
    padding:0;
    margin:0;
}
.candidate-sidebar li{
    margin-bottom:12px;
}
.candidate-sidebar a{
    display:block;
    padding:12px 15px;
    border-radius:8px;
    text-decoration:none;
    color:#333;
    font-weight:500;
    transition:.2s;
}
.candidate-sidebar a:hover,
.candidate-sidebar a.active{
    background:#1ebfc1;
    color:#fff;
}
.candidate-content{
    flex:1;
}

.application-list{
    display:grid;
    gap:20px;
}
.application-card{
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.2s;
}
.application-card:hover{
    transform:translateY(-3px);
}
.app-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}
.app-header h3{
    margin:0;
    font-size:18px;
}
.status-badge{
    background:#1ebfc1;
    color:#fff;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
}
/* sidebar options end*/
/* ===== Responsive ===== */
@media(max-width:768px){
    .form-grid,
    .checkbox-grid{grid-template-columns:1fr}
    .social-row{grid-template-columns:1fr}
}
.invoice-card {
    max-width: 100%;
    margin: 20px auto;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    font-family: 'Arial', sans-serif;
    background: #fff;
}
/* Header */
.invoice-header {
    background: #1fbec0;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.invoice-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.status {
    font-size: 13px;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
}
.status.active {
    background: #2ecc71;
}
.status.cancelled {
    background: #e74c3c;
}
/* Body */
.invoice-body {
    padding: 20px;
}
/* Tables */
.invoice-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}
.invoice-table td {
    padding: 10px 0;
    font-size: 14px;
    color: #333;
}
.invoice-table tr td:first-child {
    color: #777;
}
.invoice-table tr.total-row td {
    font-weight: 700;
    font-size: 16px;
    border-top: 2px solid #1fbec0;
    padding-top: 12px;
}
.invoice-table.subscription td:first-child {
    width: 55%;
}
/* Footer */
.invoice-footer {
    padding: 15px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #eee;
}
.btn {
    background: #1fbec0;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}
.btn.cancel {
    background: #e74c3c;
}
/* Responsive */
@media(max-width:600px) {
    .invoice-card {
        margin: 15px;
    }
    .invoice-header h2 {
        font-size: 16px;
    }
    .invoice-table td {
        font-size: 13px;
    }
    .invoice-footer {
        flex-direction: column;
        align-items: stretch;
    }
    .invoice-footer .btn {
        width: 100%;
        margin-bottom: 5px;
    }
}