
/*  added by krishna Marakana STARTT */
.hidden{
    display: none !important;
}
.error{ color:red; }
.loader {background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;display: none;float: left;height: 100%;position: fixed;top: 0;width: 100%;z-index: 1070;}
.loader img {left: 50%;position: absolute;top: 50%;transform: translate(-50%, -50%);width: 64px;}
.removeUserImage {
    position: relative;
    z-index: 1;
}
#header_profile_image img{ border-radius:50px; }

.no-data-transaction{padding: 20px;}

.square-36 {
    width: 36px;
    height: 36px;
    min-width: 45px;
    min-height: 45px;
    background: var(--brand-cyan);
    color: var(--brand-cyan);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-14);
    font-weight: 700;
    border-radius: 6px;
    border: 1px solid var(--gray-third);
}
.submmited-application-section .square-36 {
    background: #f8f9fa;
    border-color: var(--gray-third);
}






/* The Green Circle Wrapper */
.tick-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #10b981;
    border-radius: 50%;
    color: #ffffff;
}

/* SVG Checkmark sizing */
.tick-icon {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 3.5;
    fill: none;
}

/*apply modal CSS ==========================*/


.resume-attached-box {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid #e6dff5;
    border-radius: 12px;
    background: #fff;
}

.resume-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #5a3ea5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.resume-icon-user {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #eebf41;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.resume-content {
    flex: 1;
}

.resume-title {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px;
    line-height: 1.2;
}

.resume-text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

/*apply modal CSS ==========================*/


/*biling CSS ==========================*/

.plan-card {
    border-radius: 18px;
    padding: 36px;
    font-family: system-ui, -apple-system, sans-serif;
    color: #fff;
    overflow: hidden;
}

/* Expired Theme */
.expired-plan {
    background: linear-gradient(135deg, #5d0f18 0%, #8b1e2d 55%, #a11d33 100%);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.plan-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.plan-left {
    flex: 1;
    min-width: 320px;
}



.plan-left h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
}

.plan-description {
    margin: 14px 0 28px;
    color: rgba(255,255,255,.88);
    font-size: 15px;
    line-height: 1.7;
    max-width: 650px;
}

.plan-info {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.15);
}

.info-box .label {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,.65);
    text-transform: uppercase;
    letter-spacing: .6px;
    margin-bottom: 6px;
    font-weight: 700;
}

.info-box .value {
    font-size: 17px;
    font-weight: 700;
}

.info-box .inactive {
    color: #ffd5d5;
}

.info-box .active {
    color:#22c55e;
}


.renew-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #8b1e2d;
    border: none;
    border-radius: 10px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s;
    box-shadow: 0 10px 25px rgba(0,0,0,.18);
}

.renew-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0,0,0,.28);
}

.renew-btn svg {
    width: 18px;
    height: 18px;
}

.profile-status{
    font-size:11px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:.5px;
}



/*google login*/


.google-center-btn {
    display: flex !important;
    justify-content: center !important;
}

.google-center-btn iframe {
    margin: 0 auto !important;
}
/*google login*/

.flatpickr-buttons{
    display:flex;
    justify-content:space-between;
    padding:10px;
    border-top:1px solid #ddd;
}

.flatpickr-buttons button{
    padding:5px 12px;
    border:none;
    background:#0d6efd;
    color:#fff;
    border-radius:4px;
    cursor:pointer;
}

/*  added by krishna Marakana END */

/*added by janvi*/
.avatar-circle {
    width: 36px;
    height: 36px;
    background: #f0eaf5;
    color: var(--brand-purple);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.font-size-cls{
    font-size: 14px;
}

/*added by janvi*/
