* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%);
    color: #2d3748;
    line-height: 1.6;
    padding: 20px;
    min-height: 100vh;
}

.ppsc-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ppsc-card .ppsc-card-body form {
    background: rgb(255 255 255 / 30%);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(50px);
    padding: 40px;
	margin-bottom:10px;
}

.ppsc-card-header {
    background: linear-gradient(135deg, #1661A5 0%, #0d4d8c 100%);
    color: white;
    padding: 25px 30px;
}

.ppsc-card-header h2 {
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ppsc-form-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: auto;
}

.ppsc-form-group {
    position: relative;
}

.ppsc-form-group input {
    width: 100%;
    padding: 12px 40px 12px 12px;
    border: 1px solid #C9E5FF !important;
    border-radius: 5px;
    outline: none;
    font-size: 18px !important;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    color: #000 !important;
    transition: border-color 0.3s;
}

.ppsc-form-group input:focus {
    border-color: #1661A5 !important;
    box-shadow: 0 0 0 3px rgba(22, 97, 165, 0.1);
}

.ppsc-form-group label {
    display: block;
    font-size: 15px;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    padding-bottom: 8px;
    color: #000;
    font-weight: 500;
}

.ppsc-form-container .ppsc-icon {
    position: absolute;
    right: 12px;
    top: 40px;
    font-size: 18px;
    color: #718096;
}

.ppsc-full-width {
    grid-column: span 2;
}

.ppsc-input-group.full-width p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 20px 0;
}

.ppsc-btn {
    background: linear-gradient(135deg, #1661A5 0%, #0d4d8c 100%);
    color: white;
    padding: 18px;
    border: none;
    border-radius: 100px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(22, 97, 165, 0.2);
}

.ppsc-btn:hover {
    background: linear-gradient(135deg, #0d4d8c 0%, #0a3d75 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(22, 97, 165, 0.3);
}

.ppsc-btn:active {
    transform: translateY(0);
}
button.ppsc-reset-btn {
    width:100%;
}
.ppsc-reset-btn {
    background: #13599c;
    color: white;
	width:100%;
    padding: 18px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.ppsc-reset-btn:hover {
    background: #0a3d75;
    transform: translateY(-2px);
}

.ppsc-reset-btn:active {
    transform: translateY(0);
}

.ppsc-error {
    color: #e53e3e;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
    height: 20px;
}

.ppsc-sc-result {
    padding: 40px;
    border-radius: 10px;
    background: #13599c;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(50px);
	margin:20px 0px 20px 0px;
}

.ppsc-sc-result-header {
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.ppsc-sc-result-header h3 {
    font-size: 1.8rem;
    color: #fff !important;
    font-weight: 700;
}

#ppsc-savings-calculator .ppsc-btn {
    width: 100% !important;
    border: none !important;
	color:white;
	border-radius:20px;
}

.ppsc-savings-calculation {
    margin-bottom: -15px;
}

.ppsc-result-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    align-items: center;
}

.ppsc-result-item:last-child {
    border-bottom: none;
}

.ppsc-result-label {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.ppsc-result-value {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.ppsc-rate-reduction {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ppsc-old-rate {
    color: #e53e3e;
    font-weight: 700;
}

.ppsc-new-rate {
    color: #38a169;
    font-weight: 700;
}

.ppsc-arrow {
    color: #718096;
    font-size: 1.2rem;
}

.ppsc-next-step {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid #C9E5FF;
}

/* Notification */
.ppsc-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.ppsc-notification.show {
    opacity: 1;
    transform: translateY(0);
}

.ppsc-notification.success {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
}

.ppsc-notification.error {
    background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
    color: white;
}

/* Modal */
.ppsc-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s;
}

.ppsc-modal-content {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    width: 90%;
    max-width: 600px;
    overflow: hidden;
    animation: slideIn 0.3s;
}

.ppsc-modal-header {
    background: linear-gradient(135deg, #1661A5 0%, #0d4d8c 100%);
    color: white;
    padding: 20px;
}

.ppsc-modal-header h3 {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ppsc-modal-body {
    padding: 30px;
}

.ppsc-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Misc */
.ppsc-sc-fixed-readonly {
    background-color: #e0e0e0 !important;
    color: #333 !important;
    border: 2px solid #909090 !important;
    border-radius: 4px !important;
    cursor: not-allowed !important;
    opacity: 0.9 !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2) !important;
    user-select: none !important;
}

button#ppsc-userDataBtn {
    color:white;
    border-radius:20px;
	border:none;
}
.ppsc-form-group.full-width#justify {
    display:flex;
    justify-content:center;
}
input#ppsc-cc_rate,
#ppsc-trans,
#ppsc-cc_per_trans{
	cursor:no-drop;
}
.full-width {
    grid-column: span 2;
}

