.profmain {
    padding: 48px 0 32px;
}

.flexprofcard {
    display: flex;
    gap: 20px;
    margin-top: 32px;
    margin-bottom: 70px;
    clear: both;
    width: 100%;
    display: table;
}

.avaedit {
    display: flex;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    padding: 4.8px;
    justify-content: center;
    align-items: center;
    border-radius: 31.2px;
    background: #FFF;
    border: 0.1px solid var(--Deeesha-Blue, #175DA8);
    cursor: pointer;
    position: absolute;
    right: 5%;
    bottom: 5%;
}

.profile-avatar img {
    width: 156px;
    height: 156px;

    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 70px;
    border-radius: 19.173px;
    box-shadow: 0px 1.442px 10.818px 0px rgba(0, 0, 0, 0.10);
}

.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-title {
    color: #175DA8;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 600;
}

.profile-options {
    width: 48px;
    height: 48px;
    background: white;
    box-shadow: 0px 0.85px 6.83px rgba(0, 0, 0, 0.24);
    border-radius: 10.24px;
    position: relative;
}

.option-dots {
    position: absolute;
    top: 11.95px;
    left: 11.95px;
}

.dot {
    width: 3.85px;
    height: 3.85px;
    background: black;
    margin-bottom: 3.76px;
}

.profile-card {
    width: 32.22%;
    background: white;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.24);
    border-radius: 24px;
    text-align: center;
    padding: 52px 66px 51px 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    float: left;

}

.passfie {
    position: relative;
}

.profile-avatar {

    width: 156px;
    height: 156px;
    margin: 0 auto 32px;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 19.173px;
    align-items: center;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 70px;
}

.profile-name {
    color: #175DA8;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 600;
}

.profile-mobile {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    align-items: center;
    flex-direction: row;
    white-space: nowrap;
}

.profile-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 10.5px;
}

.profile-detail-card {
    width: 66%;
    /* height: 234px; */
    background: white;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.24);
    border-radius: 24px;
    padding: 40px;
    background: #FFF;
    position: relative;
    float: right;
    margin-left: 1.5%;
}

.profile-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 26px;
}

.profile-detail-title {
    color: #175DA8;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 600;
}

.edit-icon {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 52px;
    /* border: 0.1px solid var(--Deeesha-Blue, #175DA8); */
    background: #E9F1FB;
    cursor: pointer;
}

.field {
    width: 50%;
    margin-bottom: 20px;

}

.field-label {
    color: #232323;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    margin-bottom: 8px;
}

.fieldlabels .field:first-of-type {
    margin-right: 20px;
}


.field-value {
    color: #175DA8;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    padding: 14px 20px;
    gap: 10px;
    display: flex;
    border-radius: 8px;
    background: #E9F1FB;
    white-space: nowrap;
}

.fieldlabels {
    display: flex;
    gap: unset !important;
}

.toggle-icon {
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 10%;
    /* margin-left: 10px;
            padding-left: 20px; */
}

.inputfield {
    outline: none;
    border: none;
    background: transparent;
    color: #175DA8;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
}

.subbtn {
    padding: 13px 82.5px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
    background: var(--Deeesha-Green, #4EA647);
    position: absolute;
    bottom: 2%;
    right: 30%;
    margin-top: 2%;
    margin-bottom: 1%;
}

.submitwrapper {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

#saveButton {
    display: none;
}

/*6-5-25 */
.selected-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.selected-option i {
    color: #175DA8;
    font-size: 16px;
}

.selected-option #selectedText {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    white-space: nowrap;
    color: #333;
    /* Optional: keep it readable */
}

.dropdown-options {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    white-space: nowrap;
}

.custom-dropdown {
    position: relative;
    font-family: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10.5px;
}

.selected-option {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;

    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    gap: 6px;
    padding: 7px 9px;
}

.selected-option i {
    font-size: 18px;
}

.dropdown-arrow {
    margin-left: auto;
}

.dropdown-options {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    display: none;
    border-radius: 0 0 10px 10px;
}

.dropdown-options.show {
    display: block;
    width: 160px;
}

.dropdown-options li {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.dropdown-options li i {
    font-size: 18px;
}

.dropdown-options li:hover {
    background-color: #f0f0f0;
}

/*candidate list */


.table-responsive-wrapper {
    overflow-x: auto;
}

th {
    background-color: #175DA8 !important;
    color: #fff !important;
}

.table {
    width: 100%;
    min-width: 900px;
    border: none;
}

tbody {
    font-size: 15px !important;
}

.status-badge {
    padding: 5px 10px;
    border-radius: 5px;
}

.status-inprogress {
    background-color: #888888;
    color: #fff;
    font-size: 14px;
}

.notification-list {
    border-bottom: 1px solid #e3e2e2;
}

.notification-header {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 15px;
    border-bottom: 1px solid #e3e2e2;
}

.notification-date {
    color: #737373;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.status-selected {
    background-color: #28a745;
    color: #fff;
    font-size: 14px;
    padding: 5px 17px;
}

.partner-table-title {
    color: #175DA8;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.page-item {
    padding: 5px;
}

.page-link {
    border-radius: 4px;
    padding: 5px 15px;
}

tr {
    text-align: center;
}

.tooltip-text {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    display: none;
    z-index: 100;
}

.pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
    margin-top: 15px;
    color: #777;
}

.entries-info {
    font-size: 14px;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-link {
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #f1f5f9;
    color: #333;
    font-size: 14px;
    transition: all 0.3s ease;
}

.page-link:hover {
    background-color: #dce5f1;
}

.page-link.active {
    background-color: #dce5f1;
    font-weight: bold;
}

.ellipsis {
    padding: 8px;
    color: #999;
}

@media screen and (max-width: 600px) {
    .tooltip-text {
        font-size: 12px;
        padding: 4px;

    }

    .partner-table-title {
        font-size: 24px;
    }

    .finploy-contact i {
        color: #25D366;
    }

    .finploy-contact {
        display: flex;
        align-items: center;
        gap: 15px;
        color: #eee;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        font-size: 13px;
    }

    .pagination-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 5px;
    }

    .entries-info {
        font-size: 12px;
    }

    .pagination {
        justify-content: center;
        gap: 5px;
    }

    .page-link {
        padding: 6px 10px;
        font-size: 12px;
    }

    .ellipsis {
        padding: 4px;
    }
}

@media (max-width: 768px) {
    .finploy-contact {
        display: block;
    }

    .profile-circle {
        width: 35px !important;
        height: 35px !important;
    }

    .bell-icon {
        height: 32px;
        width: 32px;
    }
}

@media (min-width: 769px) {
    .finploy-contact {
        display: none;
    }
}

@media screen and (max-width: 400px) {

    body,
    table {
        font-size: 13px !important;
    }

    .tooltip-text {
        font-size: 10px;
        /* Even smaller font size on very small screens */
        padding: 3px;
        /* Adjust padding further */
    }

    .partner-table-title {
        font-size: 18px;
    }

    tbody {
        font-size: 14px !important;
    }

    .entries-info {
        font-size: 11px;
    }

    .page-link {
        padding: 5px 8px;
        font-size: 11px;
    }

    /* Hide some pagination links on very small screens */
    .page-link:not(.active):nth-child(n+4):nth-last-child(n+4) {
        display: none;
    }
}


/* */
.referhd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3% 0px;

}

.retext {

    color: #175DA8;

    font-size: 24px;

    font-weight: 600;
}

.renotifi .icon-box {
    position: relative;
    background-color: white;
    border-radius: 8px;
    padding: 8px;
    width: 48px;
    height: 48px;

    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.renotifi img {
    width: 24px;
    height: 24px;
}

.renotifi .notification-badge {
    position: absolute;
    top: 2px;
    right: 0px;
    background-color: #175DA8;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    padding: 2px 6px;
    min-width: 16px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 0 0 2px white;
}
/*7-5-2025*/
.notification-container {
    position: relative;
    display: inline-block;
    float: right;
    /* margin: 20px; */
}
.notification-dropdown {
    position: absolute;
    top: 110%;
    right: 0;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 300px;
    z-index: 100;
    padding: 15px;
    display: none;
}
.notification-dropdown h4 {
    margin-top: 0;
    color: #175DA8;
    font-size: 16px;
    border-bottom: 1.5px solid #888;
    padding-bottom: 8px;
    font-weight: 600;
    text-transform: capitalize;
}
.notification-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 250px;
    overflow-y: auto;
}
.notification-dropdown li {
    padding: 10px 0;
    border-bottom: 1.5px solid #888;
    font-size: 14px;
    font-weight: 500;
}
.notification-dropdown li small {
    display: block;
    color: #777;
}
.notification-dropdown .see-all {
    display: block;
    text-align: center;
    padding-top: 10px;
    color: #175DA8;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 80px;

}
.pagination-info span {
    color: #747474;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
}
.pagination-box {
    border-radius: 4px;
    background: #F6F8F9;
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 12px;
}
.pagination-btn {
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
}
.pagination-btn img {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
}
.pagination-btn.disabled {
    pointer-events: none;
    cursor: default;
}
.page-count {
    color: #747474;
    font-size: 12px;
    font-weight: 400;
}
.limit-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 4px 25px 4px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    background-image: url('/partner/assets/mdi_arrow-down-drop.svg');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px;
    cursor: pointer;
    color: var(--Deeesha-Blue, #175DA8);
    font-size: 13px;
    font-weight: 500;
}
.pagination-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.noticon .table-responsive-wrapper {
    overflow-x: auto;
}

.noticon th {
    background-color: #175DA8 !important;
    color: #fff !important;
}

.noticon .table {
    width: 100%;
    min-width: 900px;
    border: none;
}

.noticon tbody {
    font-size: 15px !important;
}

.noticon .status-badge {
    padding: 5px 10px;
    border-radius: 5px;
}

.noticon .status-inprogress {
    background-color: #888888;
    color: #fff;
}
.noticon .notification-list {
    border-bottom: 1px solid #e3e2e2;
}
.noticon .notification-header {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 15px;
    border-bottom: 1px solid #e3e2e2;
}
.noticon .notification-date {
    color: #737373;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.noticon .status-selected {
    background-color: #28a745;
    color: #fff;
}
.noticon .partner-table-title {
    color: #175DA8;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.noticon .bell-icon {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}
.noticon tr {
    text-align: center;
}
.noticon .tooltip-text {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    display: none;
    z-index: 100;
}

@media screen and (max-width: 600px) {
    .noticon .tooltip-text {
        font-size: 12px;
        padding: 4px;
    }
    .noticon .partner-table-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 400px) {
    .noticon .tooltip-text {
        font-size: 10px;
        padding: 3px;
    }
    .noticon .partner-table-title {
        font-size: 18px;
    }
    .noticon tbody {
        font-size: 14px !important;
    }
}


/* Responsive starts*/
@media screen and (max-width : 1250px) {
    .container {
        padding: 0 10px !important;
    }

    .subbtn {
        padding: 10px 80px;
    }

    .submitwrapper {
        font-size: 18px;
    }

    .profile-title,
    .profile-name,
    .profile-detail-title,
    .profile-mobile {
        font-size: 18px;
    }

    .selected-option #selectedText,
    .dropdown-options {
        font-size: 15px;
    }

    .profile-detail-card {
        padding: 27px;

        margin-left: unset;

    }

    .field-label,
    .field-value,
    .inputfield,
    span {
        font-size: 16px;
    }

    .profile-avatar {
        width: 120px;
        height: 120px;
        font-size: 48px;
        /* margin-bottom: 8% !important; */
    }

    .edit-icon {
        width: 36px;
        height: 36px;
        padding: 6px;
    }

    .profile-options {
        width: 44px;
        height: 44px;
    }

    .field {
        margin-bottom: 10px;
        margin-right: 13px;
        width: 48.5%;
    }

    /* */
    .fieldlabels {
        margin-bottom: 2%;
    }

    .flexprofcard {
        display: flex;
        gap: 12px;
        align-items: stretch;
    }

    .profile-card {
        padding: 40px 40px 40px 30px;
        /* margin-top: 6%; */
    }

    .fieldlabels .field:first-of-type {
        margin-right: 13px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {

    .profile-title,
    .profile-name,
    .profile-detail-title,
    .profile-mobile {
        font-size: 18px;
    }

    .selected-option #selectedText,
    .dropdown-options {
        font-size: 13px;
    }

    .profile-detail-card {
        padding: 27px;

    }

    .field-label,
    .field-value,
    .inputfield,
    span {
        font-size: 16px;
    }

    .profile-avatar {
        width: 120px;
        height: 120px;
        font-size: 48px;
    }

    .profile-avatar img {
        width: 120px;
        height: 120px;
    }

    .edit-icon {
        width: 36px;
        height: 36px;
        padding: 6px;
    }

    .profile-options {
        width: 44px;
        height: 44px;
    }

    .field {
        margin-bottom: 10px;
        margin-right: 13px;
        width: 48.5%;
    }

    /* */
    .fieldlabels {
        margin-bottom: 2%;
    }

    .flexprofcard {
        display: flex;
        gap: 12px;
        align-items: stretch;
    }

    .profile-card {
        padding: 40px 40px 40px 30px;
        /* margin-top: 6%; */
    }

    .fieldlabels .field:first-of-type {
        margin-right: 13px;
    }


}
@media (min-width: 880px) and (max-width : 990px) {
    @media screen and (max-width : 880px) {
        .profile-card {
            .profile-card {
                padding: 40px 40px 40px 21px;
                padding: 40px 40px 40px 21px;
            }
        }

        .fieldlabels .field:first-of-type {
            margin-right: 10px;
        }

        .profile-contact {
            margin-top: 13px;
        }

    }
}
@media (min-width: 601px) and (max-width: 768px) {
    .retext {
        font-size: 18px;
    }
    .renotifi .notification-badge {
        width: 12px;
        height: 15px;
        font-size: 10px;
    }
    .renotifi img {
        width: 20px;
        height: 20px;
    }
    .renotifi .icon-box {
        width: 44px;
        height: 44px;
    }

    .profile-title,
    .profile-name,
    .profile-detail-title,
    .profile-mobile {
        font-size: 18px;
    }
    .selected-option #selectedText,
    .dropdown-options {
        font-size: 13px;
    }
    .profile-card {
        margin-top: 20px;
    }
    .field-label,
    .field-value,
    .inputfield,
    span {
        font-size: 16px;
    }
    .profile-avatar {
        width: 100px;
        height: 100px;
        font-size: 38px;
    }
    .profile-avatar img {
        width: 120px;
        height: 120px;
    }
    .phicon {
        width: 24px;
        height: 24px;
    }
    .edit-icon {
        width: 32px;
        height: 32px;
        padding: 6px;
    }
    .profile-options {
        width: 40px;
        height: 40px;
    }
    .fieldlabels {
        gap: 20px;
    }
    .profile-detail-card {
        margin-top: 20px;
        margin: 0 auto;
    }
    .flexprofcard {
        flex-direction: column;
        display: flex;
        margin: unset;
        gap: 20px;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
    }
    .flex-detail-card {
        width: 100%;
        margin: 0 auto;
    }
    .profile-detail-card {
        margin-left: unset;
    }
    .profile-card,
    .profile-detail-card {
        width: 100%;
    }
    .profile-card {
        margin-top: 4%;
    }
    .subbtn {
        padding: 9px 75px;
        right: 21%;
    }
    .submitwrapper {
        font-size: 16px;
        /* reduced font size */
    }

}

@media (min-width: 768px) and (max-width: 880px) {
    @media (min-width: 601px) and (max-width: 768px) {

        .profile-title,
        .profile-title,
        .profile-name,
        .profile-name,
        .profile-detail-title,
        .profile-detail-title,
        .profile-mobile {
            .profile-mobile {
                font-size: 18px;
                font-size: 18px;
            }
        }

        .selected-option #selectedText,
        .dropdown-options {
            font-size: 14px;
        }

        .profile-card {
            margin-top: 20px;
        }

        .field-label,
        .field-label,
        .field-value,
        .field-value,
        .inputfield,
        span {

            .inputfield,
            span {
                font-size: 16px;
                font-size: 16px;
            }
        }

        .profile-avatar {
            .profile-avatar {
                width: 100px;
                width: 100px;
                height: 100px;
                height: 100px;
                font-size: 38px;
                font-size: 38px;
                margin-bottom: 8% !important;
            }
        }

        .profile-avatar img {
            width: 120px;
            height: 120px;
        }

        .phicon {
            width: 24px;
            width: 24px;
            height: 24px;
            height: 24px;
        }

        .edit-icon {
            width: 32px;
            width: 32px;
            height: 32px;
            height: 32px;
            padding: 6px;
            padding: 6px;
        }

        .profile-options {
            width: 40px;
            width: 40px;
            height: 40px;
            height: 40px;
        }

        .fieldlabels {

            gap: 20px;
            gap: 20px;

        }

        .flexprofcard {

            flex-direction: column;
            flex-direction: column;
            display: flex;
            display: flex;
            margin: unset;
            margin: unset;
            gap: 20px;
            flex-wrap: wrap;
            align-items: stretch;
            justify-content: center;
        }

        .flex-detail-card {
            width: 100%;
            width: 100%;
            margin: 0 auto;
        }

        .profile-detail-card {
            margin-left: unset;
            margin-top: 20px;
        }

        .profile-card,
        .profile-card,
        .profile-detail-card {
            width: 100%;
            width: 100%;
        }

        .profile-card {
            margin-top: 4%;
        }

        .subbtn {
            padding: 10px 80px;
            /* right: 20%; */
        }

        .submitwrapper {
            font-size: 18px;
        }
    }
}

@media (min-width: 481px) and (max-width: 600px) {

    .profile-title,
    .profile-name,
    .profile-detail-title,
    .profile-mobile {
        font-size: 17px;
    }

    .selected-option #selectedText,
    .dropdown-options {
        font-size: 13px;
    }

    .field-label,
    .field-value,
    .inputfield,
    span {
        font-size: 15px;
    }

    .profile-avatar {
        width: 90px;
        height: 90px;
        font-size: 32px;
    }

    .profile-avatar img {
        width: 120px;
        height: 120px;

    }

    .edit-icon {
        width: 28px;
        height: 28px;
        padding: 5px;
    }

    .profile-options {
        width: 36px;
        height: 36px;
    }

    .dot {
        width: 3px;
        height: 3px;
    }

    .fieldlabels {
        flex-direction: column;
        gap: 18px;
    }

    .flexprofcard {
        flex-direction: column;
        margin: unset;
    }

    .profile-card,
    .profile-detail-card {
        width: 100%;
    }

    .profile-detail-card {
        margin-top: 20px;
    }

    .field {
        width: 100%;
        margin-bottom: 8px;
    }

    .profile-card {
        margin-top: 4%;
    }

    .subbtn {
        padding: 8px 40px;
    }

    .submitwrapper {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .profile-title,
    .profile-name,
    .profile-detail-title,
    .profile-mobile {
        font-size: 14px;
    }
    .selected-option #selectedText,
    .dropdown-options {
        font-size: 12px;
    }
    .field-label,
    .field-value,
    .inputfield,
    span {
        font-size: 14px;
    }
    .profile-avatar img {
        width: 120px;
        height: 120px;
        /* margin-bottom: 20px; */
    }

    .edit-icon {
        width: 24px;
        height: 24px;
        padding: 4px;
    }

    .profile-options {
        width: 32px;
        height: 32px;
    }

    .dot {
        width: 2.5px;
        height: 2.5px;
    }

    .fieldlabels {
        flex-direction: column;
        gap: 16px;
    }

    .profile-card,
    .profile-detail-card {
        width: 100%;
        height: auto;
        padding: 16px;
    }

    .profile-detail-card {
        margin-top: 20px;
    }

    .flexprofcard {
        flex-direction: column;
    }

    .field {
        width: 100%;
        margin-bottom: 8px;
    }

    .profile-card {
        margin-top: 4%;
    }

    .subbtn {
        padding: 8px 30px;
    }

    .submitwrapper {
        font-size: 14px;
    }
    .referhd {
        padding: 5% 0px;
    }
}
@media (min-width: 414px) and (max-width: 480px) {
    .profile-card {
        margin-top: unset;
    }

    .retext {

        font-size: 16px;
    }

    .renotifi .notification-badge {
        width: 12px;
        height: 14px;
        font-size: 8px !important;
    }

    .renotifi img {
        width: 18px;
        height: 18px;
    }

    .renotifi .icon-box {
        width: 42px;
        height: 42px;
    }
}
@media (min-width: 360px) and (max-width: 414px) {
    .profile-card {
        margin-top: unset;
    }

    .flexprofcard {
        margin-bottom: unset;
    }

    .subbtn {
        right: 24%;
    }
    .retext {
        font-size: 16px;
    }
    .renotifi .icon-box {
        display: none;
    }
    .referhd {
        padding: 6% 0px;
    }
    .page-count{
        font-size: 10px !important;
    }
    .pagination-box{
        gap: 1px !important;
    }
    .pagination-btn img {
        width: 20px !important;
        height: 20px !important;

    }
    .pagination-info {
        gap: 4px !important;
    }
    .limit-dropdown{
        background-position: right 5px center !important;
    background-size: 15px !important;
    font-size: 10px !important;
    padding: 4px 17px 4px 8px !important;
    }

}

/* */
@media (min-width: 768px) and (max-width : 990px) {
    .retext {
        font-size: 20px;
    }
}