/* Remove spinner arrows in Chrome, Safari, Edge */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove spinner arrows in Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.btn-primary{
    background: #7E22CE !important;
    border: none !important;
}

.services-item:hover {
  transform: translateY(-5px);
}

.login-container {
    background: #fef6f6;
    text-align: center;
    min-height: 100vh;
}
.login-container h3 {
    color: #2E1065;
}
.btn-login {
    background-color: black;
    color: white;
    border-radius: 25px;
    padding: 12px;
    width: 100%;
    border: none;
    font-weight: bold;
}
.link {
    margin-top: 15px;
    color: #0D6EFD;
    text-decoration: none;
}
.help-link {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #0D6EFD;
    text-decoration: none;
    font-size: 14px;
}

/* dashboard */
.dashboard-card {
    background: #7E22CE;
    color: white;
    border-radius: 20px;
    padding: 20px;
    /* text-align: center; */
    margin-bottom: 25px;
    position: relative;
    
}
.dashboard-card .btn {
    background-color: white;
    color: #7a3ff2;
    border: none;
    font-weight: 500;
    border-radius: 50px;
    padding: 8px 20px;
}
.dashboard-card .btn:hover {
    background-color: #eaeaea;
}
.services .icon-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 0.9rem;
}
.services .icon-btn i {
    font-size: 1.8rem;
    margin-bottom: 5px;
    color: #7a3ff2;
}
.carousel-inner img {
    border-radius: 15px;
}

/* Welcome modal */
.modal-header1 {
    background-color: #7a3ff2;
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex-direction: column;
    align-items: start;
    padding: 1.5rem;
}
.modal-content1 {
    border-radius: 20px;
    text-align: center;
}
.progress-bar {
    height: 4px;
    background-color: #e0c6f0;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
}
.progress-bar-inner {
    height: 100%;
    background-color: #6A0DAD;
    width: 20%; /* Adjust per step */
    transition: width 0.4s ease;
}
.step-icon {
    font-size: 2.3rem;
    color: #6a0dad;
    margin: 20px 0;
}
.next-btn {
    background-color: #6a0dad;
    color: white;
    border: none;
    font-weight: bold;
}

/* Transactions */
.transactions:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(147, 2, 243, 0.075);
    cursor: pointer;
}

.bank-option:hover{
    box-shadow: 0 0.2rem 1.5rem rgba(147, 2, 243, 0.15);
    border: 1px solid #7E22CE !important;
}

/* upgrade */
.level-select{
    cursor: pointer;
}