@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
    --background-color: #ffffff; /* Background color for the entire website, including individual sections */
    --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
    --heading-color: #7c377e; /* Color for headings, subheadings and title throughout the website */
    --accent-color: #47b2e4; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
    --tg-body-font-family: "Inter", sans-serif;
    --tg-heading-font-family: "Outfit", sans-serif;
    --tg-icon-font-family: "Font Awesome 5 Free";
    --tg-body-font-size: 15px;
    --tg-body-line-height: 1.5;
    --tg-heading-line-height: 1.2;
    --tg-body-color: #3e4073;
    --tg-heading-color: #6c1462;
    --tg-theme-primary: #83276e;
    --tg-theme-primary-light: rgba(131, 39, 110, 0.5);
    --tg-theme-secondary: #5d224e;
    --tg-color-dark-blue: #5d224e;
    --tg-color-dark-blue-light: #814270;
    --tg-color-yellow-light: #fef6e6;
    --tg-color-yellow-light-2: #fffbf3;
    --tg-color-yellow-light-3: #f5eacd;
    --tg-color-yellow-light-4: #fde3b0;
    --tg-color-white-default: #ffffff;
    --tg-color-gray-1: #e6eeff;
    --tg-color-gray-2: #b8b9da;
    --tg-color-gray-3: #ecf6fa;
    --tg-color-gray-4: #818298;
    --tg-color-gray-5: #e2e3f1;
    --tg-color-gray-6: #f7f7f8;
    --tg-color-dark: #1c1a4a;
    --tg-color-black-1: #06042e;
    --tg-color-black-2: #161439;
    --tg-border-1: #cfdde2;
    --tg-border-2: #e6e7f3;
    --tg-border-3: #c5c6e4;
    --tg-border-4: #dbe3eb;
    --tg-border-5: #9597c8;
    --tg-border-6: #dadbec;
    --tg-border-7: #e9e9f0;
    --tg-border-8: #e08b00;
    --tg-border-8-light: rgba(224, 139, 0, 0.2);
    --tg-border-9: #d0d6e1;
    --tg-fw-extra-bold: 800;
    --tg-fw-bold: 700;
    --tg-fw-semi-bold: 600;
    --tg-fw-medium: 500;
    --tg-fw-regular: 400;
    --tg-fw-light: 300;
    --white: #ffffff;
    --glass: #f8fafc;
    --Inter: "Inter", sans-serif;
    --Lato: "Lato", sans-serif;
}
body {
    margin: 0;
    padding: 0;
    background-color: var(--white);
    -ms-overflow-style: scrollbar;
}
body,
p {
    font-family: var(--Lato);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.5px;
}

@media (max-width: 1199px) {
    body,
    p {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    body,
    p {
        font-size: 12px;
    }
}

img {
    max-width: 100%;
}
::selection {
    background: var(--tg-color-black-1);
    color: var(--white);
}
::-moz-selection {
    background: var(--tg-color-black-1);
    color: var(--white);
}
::-webkit-selection {
    background: var(--tg-color-black-1);
    color: var(--white);
}

b,
strong {
    font-weight: 700;
}
a {
    color: var(--tg-color-dark-blue);
    text-decoration: none;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

h1,
.h1 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 1;
}
h2,
.h2 {
    font-size: 26px;
    text-transform: capitalize;
    line-height: 1;
}
h3,
.h3 {
    font-size: 20px;
    line-height: 1.5;
}
h4,
.h4 {
    font-size: 18px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5 {
    font-family: var(--Inter);
    font-weight: 600;
    margin: 0 0 15px;
    letter-spacing: 0.54px;
    color: var(--tg-heading-color);
}
blockquote,
ol,
p,
ul {
    margin: 0 0 15px;
    padding: 0;
}
@media (max-width: 1600px) {
    h1,
    .h1 {
        font-size: 28px;
    }
    h2,
    .h2 {
        font-size: 24px;
    }
    h3,
    .h3 {
        font-size: 19px;
    }
    h4,
    .h4 {
        font-size: 17px;
    }
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5 {
        margin: 0 0 10px;
    }
    blockquote,
    ol,
    p,
    ul {
        margin: 0 0 10px;
    }
}
@media (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 26px;
    }
    h2,
    .h2 {
        font-size: 22px;
    }
    h3,
    .h3 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    h1,
    .h1 {
        font-size: 24px;
    }
    h2,
    .h2 {
        font-size: 20px;
    }
    h3,
    .h3 {
        font-size: 17px;
    }
    h4,
    .h4 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 22px;
    }
    h2,
    .h2 {
        font-size: 19px;
    }
    h3,
    .h3 {
        font-size: 16px;
    }
    h4,
    .h4 {
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    h1,
    .h1 {
        font-size: 20px;
    }
    h2,
    .h2 {
        font-size: 18px;
    }
    h3,
    .h3 {
        font-size: 15px;
    }
    h4,
    .h4 {
        font-size: 14px;
    }
}

ol li,
ul li {
    list-style-type: none;
}

.white,
.white a,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white p,
.white span {
    color: var(--white);
}
/* Typography */
.form-group {
    margin-bottom: 15px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="color"],
input[type="file"],
input[type="range"],
input[type="hidden"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"],
input[type="datetime"],
input[type="text"],
input[type="password"],
textarea,
select {
    font-family: var(--Inter);
    width: 100%;
    max-width: 100%;
    display: block;
    height: inherit;
    position: relative;
    z-index: 1;
    direction: ltr;
    border: 1px solid rgba(8, 59, 79, 0.3);
    margin: 0;
    padding: 7px 10px;
    background-color: var(--white);
    border-radius: 3px;
    color: var(--tg-color-dark-blue);
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="checkbox"] {
    display: block;
    height: 18px;
    width: 18px;
}
input[type="checkbox"]:checked {
    background-color: var(--tg-color-dark-blue);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="range"]:focus,
input[type="hidden"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
input[type="image"]:focus,
textarea:focus {
    border-color: var(--Secondary);
    outline: none;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
}
/* Button CSS Start */
.btn_holder {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 10px;
}
.btn_holder.left {
    text-align: left;
    justify-content: flex-start;
}
.btn_holder.right {
    justify-content: flex-end;
}
.btn_holder .my_btn + .my_btn {
    margin-left: 0;
}
.my_btn,
button[type="submit"],
input[type="submit"] {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    padding: 15px 25px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: var(--white);
    background-color: #863467;
    border: 1px solid transparent;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    min-width: 170px;
    letter-spacing: 0.54px;
    opacity: 1;
    text-transform: capitalize;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    text-decoration: none !important;
}
.my_btn:hover,
.my_btn:focus {
    background-color: var(--tg-theme-primary);
    color: var(--white);
}
.my_btn.wht_brdr {
    border-color: var(--white);
    background-color: transparent;
    color: var(--white);
}
.my_btn.blk_brdr {
    border-color: var(--black);
    background-color: transparent;
    color: var(--black);
}

.my_btn.blk_brdr:hover,
.my_btn.blk_brdr:focus {
    background-color: var(--tg-color-dark-blue);
    color: var(--white);
}
.my_btn.wht_brdr:hover,
.my_btn.wht_brdr:focus {
    background-color: var(--black);
}
.my_btn.sm {
    min-width: 60px;
    font-size: 14px;
    padding: 10px;
}
.my_btn.md {
    min-width: 120px;
    font-size: 18px;
    padding: 10px 15px;
}
@media (max-width: 1600px) {
    .my_btn,
    button[type="submit"],
    input[type="submit"] {
        padding: 13px 23px;
        font-size: 17px;
        min-width: 160px;
    }
    .my_btn.md {
        min-width: 110px;
        font-size: 17px;
        padding: 9px 14px;
    }
}
@media (max-width: 1199px) {
    .my_btn,
    button[type="submit"],
    input[type="submit"] {
        padding: 13px 19px;
        font-size: 16px;
        min-width: 150px;
    }
    .my_btn.sm {
        font-size: 13px;
        padding: 8px;
    }
    .my_btn.md {
        min-width: 100px;
        font-size: 16px;
        padding: 8px 13px;
    }
    .btn_holder {
        margin-top: 15px;
    }
    .form-group {
        margin-bottom: 12px;
    }
}
@media (max-width: 991px) {
    .my_btn,
    button[type="submit"],
    input[type="submit"] {
        padding: 12px 17px;
        font-size: 15px;
        min-width: 140px;
    }
    .my_btn.sm {
        padding: 7px;
    }
    .my_btn.md {
        min-width: 90px;
        font-size: 15px;
        padding: 6px 10px;
    }
}
@media (max-width: 767px) {
    .my_btn,
    button[type="submit"],
    input[type="submit"] {
        padding: 10px 15px;
        font-size: 15px;
        min-width: unset;
    }
    .my_btn.md {
        min-width: 85px;
        font-size: 14px;
        padding: 6px 8px;
    }
    .form-group {
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .my_btn,
    button[type="submit"],
    input[type="submit"] {
        padding: 8px 13px;
        font-size: 14px;
    }
    .my_btn.sm {
        font-size: 12px;
        padding: 7px;
    }
    .my_btn.md {
        min-width: 70px;
        font-size: 13px;
        padding: 4px 6px;
    }
    .btn_holder {
        margin-top: 10px;
    }
}
/* Button CSS End */

/* Profile Page CSS Start */
.page_wrapper {
    background-color: var(--white);
}

/* Sections */
.sections {
    padding: 40px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.sections.sm {
    padding: 30px 0;
}
.sections_title {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.sections_title.left {
    text-align: left;
}
.sections_title.left {
    text-align: left;
}
.sections_title .title_right {
    display: inherit;
    flex: 0 auto;
}
.sections_title h2 {
    position: relative;
    display: inline-block;
}
.sections_title p:last-child,
.sections_title h2:last-child,
.sections_title h3:last-child {
    margin-bottom: 0px;
}
.fit_icon {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fit_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fit_img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.fit_img + .fit_img {
    margin-top: 30px;
}
.fit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.extra_space {
    margin-left: -6px;
    margin-right: -6px;
}
.extra_space > div {
    padding-left: 6px;
    padding-right: 6px;
}
.extra_space.lg {
    margin-left: -12px;
    margin-right: -12px;
}
.extra_space.lg > div {
    padding-left: 12px;
    padding-right: 12px;
}
.tb_space {
    margin-top: -12px;
    margin-bottom: -12px;
}
.tb_space > div {
    padding-top: 12px;
    padding-bottom: 12px;
}
.tb_space.sm {
    margin-top: -6px;
    margin-bottom: -6px;
}
.tb_space.sm > div {
    padding-top: 6px;
    padding-bottom: 6px;
}
.bg_primary {
    background-color: var(--Primary);
}
.bg_secondary_light {
    background-color: rgba(148, 192, 195, 0.1);
}
.bg_glass {
    background-color: var(--glass);
}
.bg_light_dark {
    background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1600px) {
}
@media (max-width: 1199px) {
    .sections {
        padding: 30px 0;
    }
    .sections_title {
        margin-bottom: 15px;
    }
    .sections.sm {
        padding: 20px 0;
    }
}
@media (max-width: 991px) {
    .tb_space.sm {
        margin-top: -5px;
        margin-bottom: -5px;
    }
    .tb_space.sm > div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .tb_space {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .tb_space > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .extra_space.lg {
        margin-left: -10px;
        margin-right: -10px;
    }
    .extra_space.lg > div {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
    .sections {
        padding: 20px 0;
    }
    .tb_space.sm {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .tb_space.sm > div {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .tb_space {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .tb_space > div {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .extra_space.lg {
        margin-left: -8px;
        margin-right: -8px;
    }
    .extra_space.lg > div {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (max-width: 575px) {
    .tb_space.sm {
        margin-top: -3px;
        margin-bottom: -3px;
    }
    .tb_space.sm > div {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .tb_space {
        margin-top: -5px;
        margin-bottom: -5px;
    }
    .tb_space > div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .extra_space.lg {
        margin-left: -5px;
        margin-right: -5px;
    }
    .extra_space.lg > div {
        padding-left: 5px;
        padding-right: 5px;
    }
    .sections_title {
        margin-bottom: 10px;
    }
    .sections_title p br {
        display: none;
    }
    .sections.sm {
        padding: 15px 0;
    }
}
/* Sections*/

/* Profile Header CSS Start */
.profile_header {
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.profile_header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile_header .container-fluid ul {
    margin-bottom: 0;
}
.profile_header .container-fluid ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
    font-size: 16px;
    background-color: var(--tg-color-dark-blue);
    color: var(--white);
    padding: 10px 15px;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.25s;
}

.profile_header .container-fluid ul li a:hover {
    color: var(--tg-color-dark-blue);
    background-color: var(--white);
    border-color: var(--tg-color-dark-blue);
}
@media (max-width: 1600px) {
    .profile_header .container-fluid ul li a {
        padding: 10px 13px;
    }
}
@media (max-width: 1199px) {
    .profile_header .container-fluid ul li a {
        padding: 9px 12px;
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .profile_header .container-fluid ul li a {
        padding: 8px 10px;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .profile_header .container-fluid ul li a {
        padding: 7px 10px;
        font-size: 13px;
    }
}
@media (max-width: 575px) {
    .profile_header .logo {
        width: 190px;
    }
    .profile_header .container-fluid ul li a {
        padding: 5px 8px;
        gap: 2px;
    }
}
/* Profile Header CSS Start */

/* Profile Banner */
.profile_info {
    position: relative;
    background: linear-gradient(
        310deg,
        #6b1f4e 0%,
        #8e3a6f 50%,
        #b84d86 100%
    );
    padding: 16px 0px;
}
.profile_info .container-fluid {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.profile_box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.profile_box .user_img {
    position: relative;
    height: 250px;
    width: 250px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.u_details {
    width: calc(100% - 250px);
    position: relative;
}
.u_details p i {
    margin-right: 5px;
}
.u_details p span {
    display: block;
}
.u_details p span i {
    margin-right: 5px;
}
.profile_box .user_img img {
    width: 100%;
    height: 100%;
}
.u_details h1 {
    margin-bottom: 0;
}
.u_details .name_id {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.u_details .name_id a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 5px;
    line-height: 1;
    background-color: rgba(6, 4, 46, 0.3);
    color: var(--white);
    padding: 5px 10px;
    transition: all 0.25s;
    font-size: 12px;
    text-transform: uppercase;
}
.u_details .name_id a .id_icon i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    margin-right: 3px;
    background-color: var(--white);
    color: var(--tg-color-dark-blue);
}
.u_details .name_id a:hover {
    background-color: var(--white);
    color: var(--tg-color-dark-blue);
}
.u_details .name_id a .verified {
    color: rgba(0, 255, 0, 1);
}
.u_details .name_id a:hover .id_icon i {
    background-color: var(--white);
    color: var(--tg-color-dark-blue);
}
.u_details .name_id a:hover .verified {
    color: rgba(0, 255, 0, 1);
}
.all_ids {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.all_ids a {
    padding: 5px 10px;
    background-color: rgba(6, 4, 46, 0.3);
    color: var(--white);
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px;
    font-family: var(--Inter);
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.25s;
    border-radius: 5px;
    line-height: 1;
}
.all_ids a:hover {
    background-color: var(--white);
    color: var(--tg-color-dark-blue);
}

.all_ids a .id_icon i {
    display: inline-block;
    background-color: var(--white);
    color: var(--tg-color-dark-blue);
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
}
.all_ids a:hover .id_icon i {
    background-color: var(--tg-color-dark-blue);
    color: var(--white);
}
.all_ids a .id_icon img {
    padding: 2px;
    background-color: var(--white);
    height: 20px;
    width: 20px;
}
.all_ids a span i {
    color: rgba(89, 187, 89, 1);
    font-size: 16px;
}
.view_profile {
    position: absolute;
    bottom: -40px;
    left: 0;
    display: block;
}
.view_profile i {
    background-color: var(--white);
    color: var(--tg-color-dark-blue);
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 100%;
    font-size: 12px;
    transition: all 0.25s;
}
.view_profile i:hover {
    background-color: var(--Secondary);
}
.gender_icon {
    margin: 15px 0 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.gender_icon i {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-align: center;
    background-color: var(--white);
    font-size: 15px;
    color: var(--tg-color-dark-blue);
}
.gender_icon span {
    line-height: 1;
}
.expertise {
    position: relative;
    max-width: 480px;
    width: 100%;
}
.expertise h2 {
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.expertise h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--white);
}
.expertise ul {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.expertise ul li {
    background-color: var(--white);
    color: var(--tg-theme-primary);
    padding: 7px 10px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1;
}
.edit_button.edit_exp {
    top: 0;
    left: unset;
    right: 0;
}
.expertise ul .my_btn {
    min-width: unset;
    padding: 10px 16px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.25s ease;
    line-height: 1;
    color: var(--white);
    border: 1px solid var(--white);
    background: transparent;
}
.expertise ul .my_btn i {
    margin-right: 5px;
}
.expertise ul .my_btn:hover {
    background-color: var(--heading-color);
    color: var(--white);
    border-color: var(--heading-color);
}
.p_quick_link {
    display: block;
    margin-top: 20px;
    padding: 10px;
    border-radius: 3px;
    background-color: rgba(148, 192, 195, 0.4);
}
.p_quick_link h3 {
    margin-bottom: 5px;
    color: var(--white);
}
.p_quick_link ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0;
}
.p_quick_link ul li a {
    position: relative;
    color: var(--white);
    font-weight: 500;
    text-decoration: none;
    padding-bottom: 6px;
}
.p_quick_link ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--white);
    transition: width 0.25s ease;
}
.p_quick_link ul li a:hover::after {
    width: 100%;
}
.p_quick_link ul li a i {
    margin-right: 5px;
    font-size: 14px;
}
.social_media_links h3 {
    margin-bottom: 0;
}
.social_media_links {
    position: absolute;
    right: 15px;
    bottom: 0;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.social_media_links ul {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 0;
}
.social_media_links ul li a i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
    background-color: var(--white);
    color: var(--tg-color-dark-blue);
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s;
}
.social_media_links ul li a i:hover {
    transform: rotate(360deg);
}
.experty {
    max-height: 140px;
    overflow-y: auto;
}
.experty li {
    display: none;
}

.experty li:nth-child(-n + 5) {
    display: list-item;
}

@media (max-width: 1645px) {
    .all_ids a {
        padding: 6px 12px;
        font-size: 13px;
    }
}
@media (max-width: 1600px) {
    .profile_box {
        gap: 15px;
    }
    .profile_box .user_img {
        height: 220px;
        width: 220px;
        border-radius: 16px;
    }
    .u_details {
        width: calc(100% - 220px);
    }
    .u_details .name_id a,
    .all_ids a {
        padding: 4px 8px;
        font-size: 12px;
    }
    .u_details .name_id a .id_icon i,
    .all_ids a .id_icon i {
        height: 18px;
        width: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .all_ids a .id_icon img {
        height: 18px;
        width: 18px;
    }
    .view_profile {
        bottom: -35px;
    }
    .social_media_links {
        margin-top: 10px;
        gap: 10px;
    }
    .social_media_links ul li a i {
        height: 28px;
        width: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    .expertise {
        max-width: 400px;
    }
    .experty {
        max-height: 130px;
    }
    .expertise ul .my_btn {
        padding: 8px 12px;
        font-size: 13px;
        border-radius: 15px;
    }
}
@media (max-width: 1199px) {
    .profile_box .user_img {
        height: 200px;
        width: 200px;
        border-radius: 12px;
    }
    .u_details {
        width: calc(100% - 200px);
    }
    .view_profile {
        position: static;
        display: inline-block;
        margin-top: 10px;
        height: 22px;
        left: 22px;
        margin-left: auto;
    }
    .view_profile i {
        margin-left: auto;
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    .social_media_links ul li a i {
        height: 26px;
        width: 26px;
        line-height: 26px;
        font-size: 13px;
    }
    .expertise h2 {
        font-size: 17px;
    }
    .expertise ul li {
        padding: 6px 9px;
        border-radius: 18px;
    }
    .expertise h2::before {
        width: 60px;
        height: 4px;
    }
    .expertise {
        max-width: 330px;
    }
    .experty {
        max-height: 110px;
    }
    .expertise ul .my_btn {
        padding: 7px 10px;
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .gender_icon {
        justify-content: center;
    }
    .gender_icon i {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .profile_info {
        padding-bottom: 60px;
    }
    .profile_info .container-fluid {
        flex-wrap: wrap;
        row-gap: 25px;
        justify-content: center;
    }
    .profile_box {
        width: 100%;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .profile_box .user_img {
        height: 180px;
        width: 180px;
        border-radius: 100%;
    }
    .u_details {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .view_profile {
        position: static;
        margin-top: 15px;
    }
    .experty {
        max-height: unset;
    }
    .u_details .name_id {
        justify-content: center;
    }
    .all_ids {
        justify-content: center;
    }
    .u_details .name_id a,
    .all_ids a {
        padding: 5px 6px;
        font-size: 11px;
    }
    .u_details .name_id a .id_icon i,
    .all_ids a .id_icon i {
        height: 16px;
        width: 16px;
        line-height: 16px;
    }
    .all_ids a .id_icon img {
        height: 16px;
        width: 16px;
    }
    .social_media_links ul li a i {
        height: 24px;
        width: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .expertise {
        max-width: unset;
        width: 100%;
        text-align: center;
    }
    .expertise ul {
        gap: 8px;
    }
    .expertise ul li {
        padding: 5px 8px;
        border-radius: 15px;
        font-size: 11px;
        line-height: 1;
    }
    .expertise h2::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .expertise ul {
        justify-content: center;
    }
    .expertise h2::before {
        width: 50px;
        height: 4px;
    }
    .social_media_links {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        bottom: -40px;
    }
}
@media (max-width: 767px) {
    .profile .container-fluid .main_row {
        flex-direction: column-reverse;
    }
    .profile_box .user_img {
        height: 160px;
        width: 160px;
    }
    .social_media_links ul li a i {
        height: 22px;
        width: 22px;
        line-height: 22px;
        font-size: 11px;
    }
    .expertise h2::before {
        width: 46px;
        height: 4px;
    }
    .expertise ul .my_btn {
        padding: 5px 8px;
        border-radius: 10px;
    }
    .gender_icon i {
        height: 20px;
        width: 20px;
        line-height: 20px;
        font-size: 10px;
    }
}
@media (max-width: 575px) {
    .profile_info {
        padding: 20px 0;
        padding-bottom: 50px;
    }
    .profile_info .container-fluid {
        gap: 20px;
    }
    .profile_box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .profile_box .user_img {
        height: 130px;
        width: 130px;
    }
    .u_details {
        width: 100%;
        text-align: center;
    }
    .u_details .name_id {
        flex-wrap: wrap;
    }
    .u_details .name_id h1 {
        width: 100%;
    }
    .all_ids {
        justify-content: center;
    }
    .u_details .name_id a,
    .all_ids a {
        padding: 3px 6px;
        font-size: 11px;
        line-height: 1;
    }
    .social_media_links ul {
        width: 100%;
        justify-content: center;
    }
    .expertise {
        width: 100%;
    }
    .expertise h2 {
        font-size: 16px;
        text-align: center;
    }
    .expertise h2::before {
        width: 40px;
        height: 4px;
    }
    .view_profile {
        bottom: 0px;
    }
    .view_profile i {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

/* Profile Banner */

/* Graph */
.profile {
    background-color: rgba(99, 42, 84, 0.1);
}

.publications_info {
    border-radius: 8px;
    overflow: hidden;
}
.publication_chart {
    padding: 15px;
    background-color: var(--white);
}
.publication_chart h3 {
    font-size: 18px;
    color: var(--tg-heading-color);
}
.publication_chart .chart {
    width: 100%;
    min-height: 130px;
    height: 100%;
    opacity: 1;
}
.publication_chart .chart canvas {
    width: 100%;
    height: 100%;
}
/* Graph */
@media (max-width: 1600px) {
    .publications_info {
        border-radius: 6px;
    }
    .publication_chart h3 {
        font-size: 17px;
    }
    .publication_chart .fit_img {
        height: 110px;
    }
}
@media (max-width: 1399px) {
    .publication_chart .chart {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 1199px) {
    .publication_chart .fit_img {
        height: 120px;
    }
}
@media (max-width: 991px) {
    .publications_info {
        border-radius: 6px;
    }
    .publications_info {
        border-radius: 4px;
    }
    .publication_chart {
        padding: 10px;
    }
    .publication_chart h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .publications_info {
        border-radius: 3px;
    }
}
@media (max-width: 575px) {
    .publication_chart h3 {
        font-size: 15px;
    }
    .publication_chart .fit_img {
        height: 90px;
    }
}
.metrics {
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
}
.metric_card {
    background-color: var(--white);
    padding: 15px;
    height: 100%;
}
.metric_card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.metric_card_title {
    font-size: 18px;
    color: var(--tg-heading-color);
    margin: 0;
}
.metric_card_icon {
    width: 34px;
    height: 34px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-heading-color);
    font-size: 20px;
}
.metric_card_icon img {
    height: 25px;
    width: 25px;
}
.metric_card_label {
    font-size: 13px;
    color: var(--tg-color-dark-blue);
}
.metric_card_stats {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.metric_card_stat {
    display: flex;
    justify-content: space-between;
    text-align: center;
    border-bottom: 1px dotted var(--tg-body-color);
    padding: 5px 0;
}
.metric_card_stat .stat_label {
    font-size: 14px;
    color: var(--heading-color);
}
.metric_card_stat .stat_label i {
    margin-right: 5px;
    color: var(--heading-color);
}
.metric_card_stat .stat_label img {
    margin-right: 5px;
    height: 20px;
    width: 20px;
}
.metric_card_stat .stat_value {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: var(--heading-color);
}
.metric_ind {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
}

.metric_ind span:first-child,
.g_scholar .metric_card_stat .stat_label {
    width: 60%;
    text-align: left;
    max-height: 25px;
}
.metric_ind .all,
.metric_ind .since,
.g_scholar .metric_card_stat .stat_value {
    width: 20%;
    text-align: left;
}
@media (max-width: 1600px) {
    .metrics {
        border-radius: 12px;
    }
    .metric_card_title {
        font-size: 17px;
    }
    .metric_card_icon {
        width: 32px;
        height: 32px;
    }
    .metric_card_stat .stat_value {
        font-size: 19px;
    }
}
@media (max-width: 1321px) {
    .metric_ind .all,
    .metric_ind .since,
    .g_scholar .metric_card_stat .stat_value {
        width: 27%;
    }
    .metric_ind span:first-child,
    .g_scholar .metric_card_stat .stat_label {
        width: 46%;
    }
}

@media (max-width: 1199px) {
    .metrics {
        border-radius: 9px;
    }
    .metric_card_icon {
        width: 30px;
        height: 30px;
    }
    .metric_card_icon img {
        height: 24px;
        width: 24px;
    }
    .metric_card_stat .stat_value {
        font-size: 18px;
    }
    .metrics {
        margin: 12px 0;
    }
}
@media (max-width: 991px) {
    .metrics {
        border-radius: 3px;
    }
    .metric_card {
        padding: 10px;
    }
    .metric_card_title {
        font-size: 16px;
    }
    .metric_card_icon {
        width: 28px;
        height: 28px;
    }
    .metric_card_icon img {
        height: 22px;
        width: 22px;
    }
    .metric_card_stat .stat_value {
        font-size: 17px;
    }
    .metric_card_stat .stat_label {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .metrics {
        border-radius: 3px;
    }
    .metric_card_icon {
        width: 26px;
        height: 26px;
    }
    .metric_card_icon img {
        height: 20px;
        width: 20px;
    }
    .metric_card_stat .stat_value {
        font-size: 16px;
    }
    .metric_ind span:first-child,
    .g_scholar .metric_card_stat .stat_label {
        width: 50%;
    }
    .metric_ind .all,
    .metric_ind .since,
    .g_scholar .metric_card_stat .stat_value {
        width: 25%;
    }
    .metrics {
        margin: 10px 0;
    }
}
@media (max-width: 575px) {
    .metric_card_icon {
        width: 24px;
        height: 24px;
    }
    .metric_card_title {
        font-size: 15px;
    }
    .metric_card_icon img {
        height: 18px;
        width: 18px;
    }
    .metric_card_stat .stat_value {
        font-size: 15px;
    }
    .metric_card_stat .stat_label {
        font-size: 12px;
    }
}
/* All Metric */

/* Personal Information */
#personal_detail {
    height: 100%;
}

.profile_information {
    background-color: var(--white);
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 12px 32px rgba(8, 59, 79, 0.1);
    height: 100%;
}
.profile_information #myTabContent {
    padding: 10px 15px;
    background-color: rgba(255, 212, 249, 0.1);
}
#personal_detail #myTabContent {
    max-height: 227px;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(255, 212, 249, 0.1);
}
.profile_information #myTabContent ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
    border-color: rgba(55, 81, 126, 0.1);
}
.profile_information #myTabContent ul li {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 15px;
    line-height: 1.3;
    color: var(--tg-body-color);
    background-color: var(--white);
    padding: 5px 15px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 1px;
}
.profile_information #myTabContent ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: var(--tg-color-dark-blue-light);
}
.profile_information #myTabContent ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: var(--tg-color-dark-blue-light);
}
.profile_information #myTabContent ul li i {
    font-size: 15px;
    color: var(--heading-color);
    margin-top: 2px;
    min-width: 16px;
    text-align: center;
}
.profile_information #myTabContent ul li span {
    flex: 1;
}
.nav-tabs .nav-link {
    margin-bottom: 0;
    border: unset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-right: 1px solid var(--white);
    border-left: 1px solid var(--white);
}
.nav-link {
    background-color: var(--glass);
    color: #7e3776;
    font-size: 14px;
    font-weight: 700;
    border-color: none;
    border-bottom-color: none;
}
.nav-link:hover {
    color: var(--heading-color);
    background-color: rgba(55, 81, 126, 0.1);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #7e3776;
    background-color: rgba(228, 105, 197, 0.1);
}
@media (max-width: 1600px) {
    .profile_information .nav-tabs .nav-item .nav-link {
        padding: 6px 8px;
    }
}
@media (max-width: 1399px) {
    #personal_detail #myTabContent {
        max-height: unset;
        height: unset;
        overflow-y: auto;
    }
}

@media (max-width: 1199px) {
    .profile_information #myTabContent,
    .profile_information {
        padding: 12px;
    }
}
@media (max-width: 991px) {
    .profile_information {
        padding: 10px;
    }
    .profile_information .nav-tabs .nav-item .nav-link {
        padding: 5px 8px;
    }
    .profile_information #myTabContent ul li {
        font-size: 14px;
        gap: 8px;
    }
    .profile_information #myTabContent ul li i {
        font-size: 14px;
    }
    .profile_information #myTabContent ul li::before,
    .profile_information #myTabContent ul li::after {
        width: 4px;
    }
}

@media (max-width: 767px) {
    .profile_information #myTabContent,
    .profile_information {
        padding: 10px;
    }
    .profile_information #myTabContent ul li {
        font-size: 13px;
        gap: 5px;
    }
    .profile_information #myTabContent ul li i {
        font-size: 13px;
    }
}
@media (max-width: 575px) {
    .profile_information .nav-tabs {
        justify-content: center;
        border: 1px solid #dee2e6;
        border-bottom: 0;
    }
    .profile_information .nav-tabs {
        flex-wrap: wrap;
    }
    .profile_information .nav-tabs .nav-item {
        width: 100%;
    }
    .profile_information .nav-tabs .nav-item .nav-link {
        width: 100%;
        padding: 5px 7px;
    }
    .profile_information .nav-tabs .nav-item .nav-link.active {
        border-color: #dee2e6;
        margin-top: 0;
        border-radius: unset;
    }
    .profile_information #myTabContent ul li {
        font-size: 12px;
        gap: 3px;
    }
    .profile_information #myTabContent ul li i {
        font-size: 12px;
    }
    .profile_information #myTabContent ul li::before,
    .profile_information #myTabContent ul li::after {
        width: 3px;
    }
}

/* Personal Information */

/* Education Qualification */
.education_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.education_item {
    position: relative;
    padding-left: 2px;
    background-color: var(--white);
    padding: 15px;
    border-radius: 8px;
}

.education_item .icons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.education_item .icons span i {
    text-align: center;
    color: var(--text);
    transition: all 0.25s;
}
.education_item .icons span i:hover {
    color: var(--tg-color-dark-blue);
}
.edu_header {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--tg-body-color);
}
.edu_header i {
    font-size: 16px;
    color: var(--tg-body-color);
}
.edu_degree {
    line-height: 1.4;
}
.edu_meta {
    margin-left: 25px;
    font-size: 13px;
    color: var(--heading-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.edu_year {
    font-size: 12px;
    color: var(--text);
    opacity: 0.8;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--tg-border-1);
    padding: 3px 7px;
    border-radius: 5px;
}
/* Education Qualification */

/* Experience */
.experience_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.experience_item {
    position: relative;
    padding-left: 2px;
    background-color: var(--white);
    padding: 15px;
    border-radius: 8px;
}

.exprnc_list .experience_item,
.ed_ql_list .education_item {
    position: relative;
    background-color: var(--white);
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: unset;
    border-radius: 8px;
    overflow: hidden;
}
.exprnc_list .experience_item::before,
.ed_ql_list .education_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: var(--tg-color-dark-blue-light);
}
.exprnc_list .experience_item::after,
.ed_ql_list .education_item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: var(--tg-color-dark-blue-light);
}
.exprnc_list .experience_item:last-child,
.ed_ql_list .education_item:last-child {
    margin-bottom: 0;
}
.experience_item > .icons {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.experience_item > .icons i {
    font-size: 16px;
    color: var(--text);
    cursor: pointer;
    transition: all 0.25s;
}

.exp_header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 14px;
    font-weight: 600;
    color: var(--tg-body-color);
    flex-wrap: wrap;
    gap: 5px;
}
.exp_post {
    line-height: 1.4;
}
.exp_duration {
    font-size: 12px;
    font-weight: 500;
    color: var(--heading-color);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--tg-border-4);
    padding: 3px 7px;
    border-radius: 5px;
}
.exp_org {
    margin-top: 4px;
    font-size: 13px;
    color: var(--heading-color);
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.exp_org i {
    font-size: 12px;
    color: var(--tg-body-color);
}
@media (max-width: 1600px) {
    .exprnc_list .experience_item,
    .ed_ql_list .education_item {
        padding: 12px 15px;
    }
}
@media (max-width: 1199px) {
    .education_list,
    .experience_list {
        gap: 8px;
    }
    .education_item,
    .experience_item {
        padding: 12px 18px;
    }
}
@media (max-width: 991px) {
    .education_list,
    .experience_list {
        gap: 7px;
    }
    .exprnc_list .experience_item::before,
    .ed_ql_list .education_item::before,
    .exprnc_list .experience_item::after,
    .ed_ql_list .education_item::after {
        width: 4px;
    }
}
@media (max-width: 767px) {
    .profile_information #myTabContent ul li {
        padding: 5px 9px;
    }
    .education_list,
    .experience_list {
        gap: 6px;
    }
    .education_item,
    .experience_item {
        padding: 10px 15px;
    }
}
@media (max-width: 575px) {
    .profile_information #myTabContent ul li {
        padding: 5px 7px;
    }
    .education_list,
    .experience_list {
        gap: 5px;
    }
    .exprnc_list .experience_item::before,
    .ed_ql_list .education_item::before,
    .exprnc_list .experience_item::after,
    .ed_ql_list .education_item::after {
        width: 3px;
    }
}
/* Experience */

/* Bio */
.bio_card {
    position: relative;
    overflow: hidden;
    background-color: var(--white);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(8, 59, 79, 0.08);
    max-height: 140px;
    height: 140px;
}
.bio_card h3 {
    position: relative;
    margin-bottom: 10px;
    line-height: 1;
    padding-bottom: 10px;
}
.bio_card .scroll_content {
    max-height: 67px;
    overflow-y: auto;
    padding-right: 5px;
}
.bio_text {
    font-size: 14px;
    line-height: 1.6;
    color: #00000073;
    opacity: 1;
    margin-bottom: 0;
    max-height: 70px;
    overflow-y: auto;
}

@media (max-width: 1199px) {
    .bio_card {
        padding: 12px;
    }
    .bio_text {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .bio_card {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .bio_card {
        max-height: 115px;
    }
    .bio_text {
        font-size: 12px;
        max-height: 55px;
    }
    .custom_height {
        height: auto !important;
    }
}
@media (max-width: 575px) {
}

/* Similar Experts, Similar Organisation and Co-Author */
/* ================= SIMILAR EXPERTS / ORGANISATIONS ================= */

.s_experts {
    display: flex;
    flex-direction: column;
    max-height: 312px;
    height: 312px;
    overflow-y: auto;
}

/* Expert card */
.s_experts_box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 12px;
    background: #fff;
    border-radius: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 6px 0px;
    box-shadow: 0px 0px 1px gray;
}

/* Right colored bar */
.s_experts_box::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: var(--tg-color-dark-blue-light);
}

/* Avatar */
.fit_img {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    overflow: hidden;
}

.fit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text block */
.exper_info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Name */
.e_name {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.e_name a {
    color: var(--tg-body-color);
    text-decoration: none;
}

.e_name a:hover {
    color: var(--tg-theme-primary);
}

/* Expertise / organization */
.post {
    font-size: 12px;
    color: var(--heading-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Tab header */
.tab_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.tab_head h4 {
    margin: 0;
}
.s_experts_box p:last-child {
    margin-bottom: 0;
}
.s_experts_box .fit_img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}
.s_experts_box .fit_img img {
    object-position: top;
}
.e_name {
    font-size: 15px;
    color: var(--text);
    font-weight: 700;
    margin-bottom: 0;
}
.e_name a {
    color: var(--tg-body-color);
}
.e_name a:hover {
    color: var(--tg-theme-primary);
}
.post {
    color: var(--heading-color);
    font-size: 12px;
}
/* Similar Experts, Similar Organisation and Co-Author */

/* Publication */
.publications {
    margin-top: 15px;
    background-color: var(--white);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(8, 59, 79, 0.08);
}
.awards h3,
.all_achivements h3,
.publications h3,
.profile_information h3 {
    position: relative;
    padding-bottom: 10px;
}
.recognition .scroll_content {
    max-height: 390px;
    overflow-y: auto;
}
/* .recognition .nav {
  margin-top: 15px;
} */
.awards h3::before,
.all_achivements h3::before,
.bio_card h3::before,
.publications h3::before,
.profile_information h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--tg-heading-color);
}
@media (max-width: 1725px) {
    .recognition .nav-tabs .nav-item .nav-link {
        padding: 8px 8px;
    }
}
@media (max-width: 1600px) {
    .recognition .nav-tabs {
        justify-content: center;
        border: 1px solid #dee2e6;
        border-bottom: 0;
    }
    .recognition .nav-tabs .nav-item,
    .recognition .nav-tabs .nav-item .nav-link {
        width: 100%;
    }
    .recognition .nav-tabs .nav-item {
        background-color: var(--white);
    }
    .recognition .nav-tabs .nav-item .nav-link {
        padding: 6px 8px;
        margin-bottom: 0;
    }
    .recognition .nav-tabs .nav-item .nav-link.active {
        border-color: #dee2e6;
        margin-top: 0;
        border-radius: 3px;
    }
    .publications {
        padding: 15px;
    }
    .s_experts_box {
        margin-bottom: 12px;
    }
}

@media (max-width: 1399px) {
    .s_experts {
        max-height: unset;
        height: auto;
    }
}
@media (max-width: 1199px) {
    .all_achivements h3::before,
    .bio_card h3::before,
    .publications h3::before {
        width: 60px;
        height: 4px;
    }
    .s_experts_box {
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .all_achivements h3::before,
    .bio_card h3::before,
    .publications h3::before {
        width: 50px;
    }
    .publications {
        padding: 12px;
        border-radius: 6px;
    }

    .s_experts_box {
        margin-bottom: 8px;
    }
    .s_experts_box::before {
        width: 4px;
    }
}
@media (max-width: 767px) {
    .all_achivements h3::before,
    .bio_card h3::before,
    .publications h3::before {
        width: 46px;
    }
    .publications {
        padding: 10px;
        border-radius: 4px;
    }
}
@media (max-width: 575px) {
    .recognition .scroll_content {
        max-height: unset;
        overflow-y: auto;
    }
    .publications {
        padding: 10px;
    }
    .recognition .nav-tabs .nav-item .nav-link {
        padding: 5px 7px;
    }
    .all_achivements h3::before,
    .bio_card h3::before,
    .publications h3::before {
        width: 40px;
    }
    .s_experts_box::before {
        width: 3px;
    }
}
.projects {
    padding: 15px;
    background-color: rgba(126, 55, 98, 0.06);
}
.pub_card {
    background-color: var(--white);
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.projects .pub_card:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.pub_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}
.pub_title {
    color: var(--tg-body-color);
    width: calc(100% - 160px);
    margin-bottom: 0;
}
.type {
    color:#83276e;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #83276e;
}
.pub_meta {
    margin-top: 6px;
}
.pub_authors {
    font-size: 13px;
    color: var(--heading-color);
}
.pub_journal {
    margin-top: 4px;
    font-size: 13px;
    color: var(--tg-body-color);
}
.pub_journal a {
    transition: all 0.25s;
    color: var(--tg-body-color);
}
.pub_journal a:hover {
    text-decoration: underline;
    color: var(--tg-color-dark-blue);
}
.pub_cit {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.pub_citation,
.pub_count {
    font-size: 12px;
    color: var(--heading-color);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s;
}
.pub_count a:hover {
    color: var(--tg-color-dark-blue);
    text-decoration: underline;
}
.pub_citation i {
    font-size: 11px;
}
.pub_citation.pill {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    background-color: rgba(148, 192, 195, 0.25);
    color: var(--heading-color);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.additional_info {
    margin-top: 0px;
    color: var(--tg-color-dark-blue);
}
.additional_info > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.additional_info div a.doi {
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.25s;
    color: var(--text);
    background-color: rgba(148, 192, 195, 0.25);
    color: var(--heading-color);
    padding: 3px 8px;
    font-size: 12px;
    border: 1px solid transparent;
    border-radius: 20px;
}
.additional_info div div.doi {
    background-color: var(--white);
    font-size: 12px;
}
.additional_info div a.doi:hover {
    background-color: var(--white);
    color: var(--heading-color);
    border-color: var(--heading-color);
}
.additional_info div .doi img {
    height: 15px;
    width: 15px;
}
.info_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 5px;
}

.info_btn {
    min-width: 115px;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 20px;
    background-color: #78bd4c;
    color: var(--white);
    border: 1px solid transparent;
    transition: all 0.25s;
    text-align: center;
}
.info_btn i {
    margin-right: 3px;
}
.info_btn:hover {
    background-color: var(--white);
    color: var(--heading-color);
    border-color: var(--heading-color);
}
.s_citation_badge {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}
.s_citation {
    position: relative;
}
.citation_panel {
    margin-right: 10vw;
}
/* .citation_panel > ul {
    position: relative;
}
.citation_panel > ul::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -19px;
    transform: translateY(-50%) rotate(-90deg);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--heading-color);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.s_citation_badge .citation_panel > ul {
    list-style: none;
    margin-bottom: 0;
}
.s_citation_badge .citation_panel > ul,
.s_citation_badge .citation_panel > ul li {
    display: flex;
    align-items: center;
}
.s_citation_badge .citation_panel > ul li {
    border: 1px solid var(--tg-border-5);
    border-right: none;
    padding: 3px 12px;
}
.s_citation_badge .citation_panel ul li a {
    margin-right: 3px;
    line-height: 1;
}
.s_citation_badge .citation_panel ul li:last-child {
    border-right: 1px solid var(--tg-border-5);
}
.s_citation_badge .citation_panel ul li a i {
    color: var(--heading-color);
    font-size: 18px;
    margin-right: 3px;
}
.s_citation_badge .citation_panel ul li span {
    color: var(--heading-color);
    font-size: 14px;
} */
.rotated {
    transform: rotate(-45deg);
}
.smart_citation_details {
    display: block;
    position: absolute;
    right: 265px;
    top: -300px;
    border: 1px solid var(--heading-color);
    padding: 10px;
    z-index: 5;
    background: var(--white);
    width: 240px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}
.citation_panel ul:hover::before,
.citation_panel ul:hover + .smart_citation_details {
    visibility: visible;
    opacity: 1;
}
.citation_panel:hover > ul::before,
.smart_citation_details:hover {
    visibility: visible;
    opacity: 1;
}
.smart_citation_details h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.smart_citation_details p {
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--text);
}
.smart_citation_details ul {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    justify-content: center;
}
.smart_citation_details ul li {
    border: none !important;
}
.smart_citation_details ul li i {
    min-width: 25px;
    font-size: 16px;
}
.smart_citation_details ul li strong {
    display: inline-block;
    min-width: 25px;
}
.smart_citation_details p a {
    color: var(--tg-color-dark-blue);
}
.smart_citation_details p a:hover {
    text-decoration: underline;
}
.smart_citation_details a.my_btn {
    background-color: var(--heading-color);
    min-width: 150px;
    padding: 10px 20px;
    color: var(--white);
    border-radius: 0;
    font-size: 16px;
}
.smart_citation_details a.my_btn:hover {
    background-color: var(--white);
    color: var(--heading-color);
    border-color: var(--heading-color);
}

.smart_citation_details p:last-child {
    margin-bottom: 0;
}
.badges {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.badge {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    transition: all 1s;
}
.badge::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--heading-color);
    left: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}
.badge a {
    height: 100%;
    transition: all 0.5s;
}
.badge a .fit_icon {
    width: 100%;
    height: 100%;
}
.badge .badge_info {
    visibility: hidden;
    position: absolute;
    left: -192px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background-color: var(--white);
    border: 1px solid var(--heading-color);
    opacity: 0;
    transition: all 0.5s;
    border-radius: 5px;
}
.badge a .fit_icon img {
    object-fit: contain;
}
.badge:hover img {
    transform: rotate(360deg);
}
.badge:hover::before,
.badge:hover .badge_info {
    visibility: visible;
    opacity: 1;
    z-index: 5;
}
.badge_info div {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.badge_info div:last-child {
    margin-bottom: 0;
}
.badge_info div span {
    color: var(--heading-color);
}
.badge_info div span:last-child,
.badge_info div span i {
    color: var(--heading-color);
}
.badge.b_almetric .badge_info {
    left: -188px;
}
.badge.b_almetric .badge_info span {
    font-size: 14px;
    color: var(--heading-color);
}
.badge.b_almetric .badge_info span i {
    color: var(--heading-color);
}
.badge.b_almetric .badge_info .more_details {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: var(--tg-body-color);
}

.badge.b_almetric .badge_info a:hover {
    text-decoration: underline;
}
@media (max-width: 1600px) {
    .smart_citation_details h2 {
        font-size: 19px;
    }
    .smart_citation_details a.my_btn {
        min-width: 130px;
        padding: 10px 15px;
        border-radius: 0;
        font-size: 15px;
    }
    .smart_citation_details {
        top: -250px;
    }
}
@media (max-width: 1199px) {
    .badge .badge_info {
        left: -182px;
    }
}
@media (max-width: 991px) {
    .projects {
        padding: 10px;
    }
    .pub_header {
        flex-wrap: wrap;
        gap: 10px;
    }
    .pub_title {
        width: 100%;
    }
    .badge .badge_info {
        left: -172px;
    }
    .s_citation_badge {
        margin-top: 15px;
        align-items: center;
        flex-direction: row;
    }
    .s_citation_badge .citation_panel > ul li {
        padding: 3px 6px;
    }
    .smart_citation_details {
        width: 220px;
        right: -235px;
    }
    .citation_panel > ul::before {
        left: unset;
        right: -20px;
        transform: translateY(-50%) rotate(90deg);
    }
}
@media (max-width: 767px) {
    .info_btn {
        min-width: 100px;
        padding: 3px 7px;
        font-size: 11px;
    }
    .info_btn i {
        margin-right: 2px;
    }
    .pub_card {
        padding: 10px;
    }
    .additional_info div a.doi {
        padding: 2px 7px;
        font-size: 11px;
        border-radius: 15px;
    }
    .type {
        padding: 3px 7px;
        border-radius: 15px;
        font-size: 11px;
        line-height: 1;
    }
    .pub_authors {
        font-size: 12px;
    }
    .s_citation_badge {
        margin-top: 15px;
        align-items: center;
    }
}
@media (max-width: 575px) {
    .projects {
        padding: 6px;
    }
    .pub_header {
        flex-wrap: wrap;
        gap: 10px;
    }

    .pub_title {
        width: 100%;
    }
    .info_btn {
        min-width: 90px;
        font-size: 10px;
        padding: 3px 6px;
        border-radius: 15px;
    }
    .smart_citation_details {
        width: 220px;
        right: 50%;
        transform: translateX(50%);
        top: calc(100% + 15px);
    }
    .citation_panel > ul::before {
        content: "";
        position: absolute;
        top: calc(100% + 5px);
        right: 50%;
        transform: translateX(50%) rotate(180deg);
    }
    .info_btn i {
        margin-right: 1px;
    }
    .s_citation_badge {
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .badges {
        width: 100%;
        justify-content: center;
        gap: 5px;
    }
    .badge::before {
        left: 20px;
        top: 100%;
        transform: translateY(-50%) rotate(-180deg);
    }
    .badge .badge_info {
        left: 0;
        top: calc(100% + 5px);
        transform: unset;
    }
    .badge.b_almetric .badge_info {
        left: -135px;
    }
    .info_actions {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .info_actions .doi {
        margin: 0;
    }
}
@media (max-width: 475px) {
    .s_citation_badge {
        flex-wrap: wrap;
        gap: 10px;
    }
}
/* Publication */

/* All Achievemetns CSS */
.all_achivements {
    background-color: var(--white);
    border-radius: 8px;
}
.all_achivements.recognition {
    box-shadow: 0 4px 12px rgba(8, 59, 79, 0.08);
    padding: 05px;
}
.no_data_card {
    display: flex;
    justify-content: center;
}
.no_data_card_detail {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.nd_icon {
    margin-bottom: 10px;
}

/* Research Projects */
.research_projects,
.theses,
.patents {
    max-height: 425px;
    overflow-y: auto;
}
.project_card {
    position: relative;
    background-color: var(--white);
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}
.research_projects .project_card:last-child {
    margin-bottom: 0;
}
.project_card .icons {
    position: absolute;
    right: 15px;
    bottom: 50px;
    transition: all 0.25s ease-out;
}

.project_status {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}
.completed {
    background-color: rgba(148, 192, 195, 0.3);
    color: var(--text);
}
.ongoing {
    background-color: rgba(255, 0, 0, 0.5);
    color: var(--glass);
}
.project_status i {
    margin-right: 5px;
}
.project_card h5 {
    font-size: 16px;
    line-height: 1.5;
    color: var(--tg-body-color);
}
.project_card .rp_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: auto;
}
.project_card .rp_info p {
    margin-bottom: 0;
    font-size: 13px;
    color: var(--heading-color);
}
.project_card .rp_info p i {
    margin-right: 10px;
}
.project_card .rp_info p i,
.project_card .rp_info p span {
    font-weight: 700;
    color: var(--heading-color);
    font-size: 15px;
}
@media (max-width: 1600px) {
    .project_card h5 {
        font-size: 15px;
    }
    .project_card .rp_info p i {
        margin-right: 8px;
    }
}
@media (max-width: 1199px) {
    .project_card .rp_info {
        gap: 5px;
    }
    .project_card .rp_info p i,
    .project_card .rp_info p span {
        font-size: 14px;
    }
    .project_card .rp_info p i {
        margin-right: 6px;
    }
}
@media (max-width: 991px) {
    .project_card {
        margin-bottom: 8px;
    }
    .project_card h5 {
        font-size: 14px;
    }
    .project_card .rp_info p i,
    .project_card .rp_info p span {
        font-size: 13px;
    }
    .project_status {
        padding: 3px 8px;
        border-radius: 20px;
    }
    .project_card .rp_info p i {
        margin-right: 5px;
    }
}
@media (max-width: 767px) {
    .project_card .rp_info p i {
        margin-right: 4px;
    }
}
@media (max-width: 575px) {
    #a_achivements .nav {
        flex-wrap: wrap;
        border: 1px solid #dee2e6;
        border-bottom: 0;
    }
    #a_achivements .nav .nav-item .nav-link,
    #a_achivements .nav .nav-item {
        width: 100%;
        border-radius: 0;
    }
    .research_projects {
        max-height: unset;
    }
    .project_card {
        margin-bottom: 5px;
    }
    .project_card .rp_info p i,
    .project_card .rp_info p span {
        font-size: 12px;
    }
    .project_status {
        position: static;
        margin-top: 10px;
        border-radius: 14px;
        margin-left: auto;
        display: inline-block;
    }
    .project_card .rp_info p i {
        margin-right: 3px;
    }
    .project_card .icons {
        right: 10px;
        bottom: 10px;
    }
}
/* Research Projects */

/* Publications */
.tab-pane .projects .pub_card {
    padding: 15px;
    margin-bottom: 15px;
}
.tab-pane .projects .pub_card:last-child {
    margin-bottom: 0;
}
/* Publications */

/* Theses */
.theses_wrapper {
    position: relative;
}
.theses_card {
    position: relative;
    padding: 15px;
    background-color: var(--white);
    margin-bottom: 10px;
}
.theses_wrapper .theses {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.theses_wrapper .theses .theses_card {
    margin-bottom: 0;
}
.theses .theses_card:last-child {
    margin-bottom: 0;
}
.theses_card .icons {
    position: absolute;
    right: 15px;
    bottom: 5px;
    transition: all 0.25s;
}
.sg_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
}
.sg_icon a image {
    height: 100%;
    width: 100%;
}
.theses_title {
    font-size: 15px;
    font-weight: 600;
    color: var(--tg-body-color);
    line-height: 1.45;
    margin-bottom: 10px;
    padding-right: 50px;
}
.theses_meta {
    display: flex;
    gap: 15px;
}
.theses_row {
    display: flex;
}
.theses_label {
    font-size: 12px;
    color: var(--heading-color);
    margin-right: 5px;
}
.theses_value {
    font-size: 12.5px;
    color: var(--tg-body-color);
}
.theses_value i {
    margin-right: 5px;
}
@media (max-width: 1600px) {
    .sg_icon {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 1199px) {
    .theses_wrapper .theses {
        gap: 8px;
    }
    .theses_card {
        padding: 12px;
        margin-bottom: 8px;
    }
    .sg_icon {
        width: 35px;
        height: 35px;
    }
    .theses_title {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .theses_meta {
        gap: 12px;
    }
    .theses_value {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .all_achivements .tab-pane {
        padding: 12px;
    }
}
@media (max-width: 767px) {
    .theses_card {
        padding: 10px;
    }

    .theses_meta {
        gap: 10px;
    }
}
@media (max-width: 575px) {
    .theses_wrapper .theses {
        gap: 8px;
    }
    .theses_title {
        padding-right: 0;
    }
    .all_achivements .tab-pane {
        padding: 6px;
    }
    .theses_card {
        margin-bottom: 5px;
        display: flex;
        flex-direction: column;
    }
    .theses_meta {
        flex-wrap: wrap;
        gap: 5px;
    }
    .theses_row {
        width: 100%;
    }
    .theses_label {
        min-width: 60px;
        font-size: 11px;
    }
    .sg_icon {
        position: static;
        display: block;
        margin-left: auto;
        order: 1;
    }
    .research_projects,
    .theses,
    .patents {
        max-height: unset;
        overflow-y: auto;
    }
    .all_achivements {
        margin-bottom: 0;
    }
}
/* Theses */

/* Honours and Awards */
.awards {
    position: relative;
    padding: 15px;
    background-color: var(--white);
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(8, 59, 79, 0.08);
}

.award_card {
    position: relative;
    display: flex;
    gap: 14px;
    background-color: rgb(247, 243, 246);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.award_card::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: var(--tg-color-dark-blue-light);
    border-radius: 0 6px 6px 0;
}
.award_card .icons {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.award_card .icons i {
    color: var(--text);
    cursor: pointer;
}
.award_card .icons i:hover {
    color: var(--tg-color-dark-blue);
}
.award_list .award_card:last-child,
.awards .award_card:last-child {
    margin-bottom: 0;
}
.award_item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.award_year {
    max-height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 15px;
    font-weight: 600;
    background-color: var(--white);
    color: var(--tg-color-dark);
    border: 1px solid var(--tg-color-dark);
    border-radius: 100%;
    min-width: 42px;
    text-align: center;
}
.award_body {
    width: calc(100% - 60px);
}
.award_content {
    display: flex;
    flex-direction: column;
}
.award_title {
    font-size: 16px;
    font-weight: 600;
    color: var(--tg-color-dark);
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 0;
}
.award_title i {
    font-size: 16px;
    color: var(--tg-color-dark);
}
.award_from {
    font-size: 14px;
    color: var(--heading-color);
    margin-top: 10px;
}
.award_from i {
    margin-right: 6px;
}
.honours_award {
    padding: 15px;
    background-color: var(--glass);
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(8, 59, 79, 0.08);
}

.honours_award .scroll_content,
.awards .scroll_content {
    padding-right: 5px;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}
.honours_award .awards {
    padding: unset;
    background-color: unset;
    border-radius: unset;
    margin-bottom: unset;
    box-shadow: unset;
}
.award_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.award_list .award_card {
    margin-bottom: 0;
}
@media (max-width: 1600px) {
    .award_item {
        gap: 10px;
    }
    .award_year {
        max-height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .award_body {
        width: calc(100% - 50px);
    }
    .recognition {
        padding: 10px;
    }
    .award_title {
        font-size: 15px;
    }
    .award_from {
        font-size: 13px;
    }
    .recognition .tab-pane {
        padding: 10px;
    }
}
@media (max-width: 1199px) {
    .award_list {
        gap: 8px;
    }
    .award_year {
        max-height: 44px;
        width: 44px;
        line-height: 44px;
        font-size: 13px;
    }
    .award_body {
        width: calc(100% - 44px);
    }
    .award_title {
        font-size: 14px;
    }
    .award_from {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .award_card {
        margin-top: 35px;
        margin-bottom: 0;
    }
    .award_card::before {
        width: 4px;
    }
    .award_list .award_card {
        margin-top: 0;
    }
    .award_year {
        max-height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 12px;
        margin: 0 auto;
        margin-top: -32px;
    }
    .award_body {
        width: 100%;
    }
    .award_item {
        flex-wrap: wrap;
    }
    .award_title {
        font-size: 13px;
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .award_card {
        margin-top: 0;
        margin-bottom: 7px;
    }
    .award_item {
        flex-wrap: nowrap;
    }
    .award_year {
        max-height: 42px;
        width: 40px;
        line-height: 40px;
        font-size: 11px;
        margin-top: 0;
    }
    .award_body {
        width: calc(100% - 36px);
    }
    .awards {
        margin-bottom: 8px;
    }
}
@media (max-width: 575px) {
    .honours_award .scroll_content,
    .awards .scroll_content {
        padding-right: 0;
    }
    .awards {
        margin-bottom: 5px;
    }
    .award_list {
        gap: 5px;
    }
    .award_card::before {
        width: 3px;
    }
}

/* Honours and Awards */

/*  Membership In Committees */
.members_card {
    position: relative;
    display: flex;
    align-items: flex-start;
    background-color: var(--white);
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}
.members_card::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: var(--tg-color-dark-blue-light);
}
.members_card .icons {
    position: absolute;
    right: 15px;
    top: 15px;
}
.members_card .icons i {
    color: var(--text);
}
.members_card .icons i:hover {
    color: var(--tg-color-dark-blue);
}
.p_bodies .members_card:last-child,
.members .members_card:last-child {
    margin-bottom: 0;
}
.members_card .m_year {
    color: var(--tg-body-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.members_card p {
    margin-bottom: 10px;
    font-size: 15px;
    color: var(--heading-color);
    line-height: 1.3;
    font-weight: 500;
}
.member {
    background-color: var(--tg-border-5);
    color: var(--white);
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 12px;
    align-self: flex-end;
    flex: 0 auto;
}
.p_bodies .members_card .member {
    align-self: flex-start;
}
@media (max-width: 1600px) {
    .members_card {
        padding: 10px;
    }
    .members_card p {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .members_card .m_year {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .members_card .m_year {
        font-size: 14px;
    }
    .members_card p {
        font-size: 13px;
    }
    .members_card::before {
        width: 4px;
    }
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
    .member {
        font-size: 11px;
        border-radius: 15px;
    }
    .members_card {
        margin-bottom: 5px;
    }
    .recognition .tab-pane {
        padding: 5px;
        padding-top: 10px;
    }
    .members_card::before {
        width: 3px;
    }
}
/*  Membership In Committees */

/* Patent CSS */
.patent_wrapper {
    position: relative;
}
.rp_wrapper .research_projects,
.theses_wrapper .theses,
.patent_wrapper .patents {
    max-height: unset;
}
.rp_wrapper .research_projects {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rp_wrapper .project_card {
    margin-bottom: 0;
}
.patent_card {
    position: relative;
    background-color: var(--white);
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    margin-bottom: 10px;
}
.patent_wrapper .patents {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.patent_wrapper .patents .patent_card {
    margin-bottom: 0;
}
.patent_card > h4 {
    margin-bottom: 10px;
    color: var(--tg-body-color);
    font-size: 16px;
}
.patent_card .icons {
    position: absolute;
    right: 15px;
    top: 15px;
}
.add_patent_btn {
    position: absolute;
    right: 5px;
    top: -5px;
}
.patents .patent_card:last-child {
    margin-bottom: 0;
}
.patent_card .applicant {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 10px;
}
.patent_card .applicant h5 {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    color: var(--heading-color);
}
.patent_card .applicant h5::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 2px;
    height: 20px;
    background-color: var(--tg-border-5);
}
.patent_card .applicant h5:last-child::before {
    display: none;
}
.patent_card .applicant h5 i {
    font-size: 12px;
    margin-right: 3px;
}
.patent_info {
    margin-top: auto;
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
}
.patent_card .published_info span,
.patent_info span {
    color: var(--text);
    font-size: 14px;
}

.patent_info span i {
    color: var(--heading-color);
    margin-right: 5px;
}
.patent_card .published_info span i {
    margin-right: 5px;
    color: var(--heading-color);
}
.patent_info span strong {
    color: var(--heading-color);
}
.patent_card .published_info {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.patent_card .published_info .published {
    position: relative;
    background-color: rgba(148, 192, 195, 0.25);
    color: var(--heading-color);
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 13px;
}
.patent_card .published_info .published::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 2px;
    background-color: var(--tg-color-dark-blue);
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}
@media (max-width: 1600px) {
    .patent_card .published_info {
        position: static;
        margin-top: 10px;
    }
}
@media (max-width: 1199px) {
    .patent_wrapper .patents {
        gap: 8px;
    }
    .patent_info {
        flex-wrap: wrap;
    }
    .patent_card {
        padding: 15px;
    }
    .rp_wrapper .research_projects {
        gap: 8px;
    }
}
@media (max-width: 991px) {
    .patent_card .published_info span,
    .patent_info span {
        font-size: 13px;
    }
    .patent_card .published_info span i {
        margin-right: 4px;
    }
    .patent_info {
        column-gap: 15px;
        row-gap: 5px;
    }
    .patent_card .applicant {
        column-gap: 18px;
        row-gap: 10x;
    }
    .patent_card .applicant h5::before {
        right: -9px;
        height: 18px;
    }
}
@media (max-width: 767px) {
    .patent_card .published_info .published {
        font-size: 12px;
    }
    .patent_card .published_info {
        gap: 20px;
    }
    .patent_card .published_info .published::before {
        left: -10px;
    }
    .patent_card .applicant h5 {
        font-size: 13px;
        position: relative;
        margin-bottom: 0;
    }
    .patent_card .applicant h5::before {
        height: 15px;
    }
    .patent_card .applicant h5 {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .patent_wrapper .patents {
        gap: 5px;
    }
    .patent_card .icons {
        position: absolute;
        right: 10px;
        top: unset;
        bottom: 10px;
    }
    .rp_wrapper .research_projects {
        gap: 5px;
    }
    .patent_card .published_info span,
    .patent_info span {
        font-size: 12px;
    }
    .patent_card .published_info {
        flex-wrap: wrap;
        gap: 10px;
    }
    .patent_card .published_info .published::before {
        content: none;
    }
    .patent_card {
        padding: 10px;
    }
    #a_achivements .nav .nav-item .nav-link {
        padding: 5px 7px;
    }
    #a_achivements .nav .nav-item .nav-link.active {
        border-color: #dee2e6;
    }
}

.tooltip-inner {
    background-color: var(--white);
    color: var(--tg-border-5);
    font-size: 12px;
    font-weight: 500;
    border: 1px solid var(--tg-border-5);
    padding: 3px 6px;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--tg-border-5);
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--tg-border-5);
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--tg-border-5);
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--tg-border-5);
}
/* All Achievemetns CSS */
.profile_footer {
    padding: 20px 0;
}
.profile_footer .copyright {
    margin-top: 0;
    border-top: none;
    padding: 0;
}

.profile_footer .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.footer_logos h3 {
    margin-bottom: 10px;
    color: var(--Secondary);
}
.f_logos {
    display: flex;
    align-items: center;
    gap: 20px;
}
.f_logos img {
    position: relative;
    filter: brightness(0) invert(1);
    height: 60px;
}
.f_logo {
    position: relative;
}
.f_logo::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: var(--white);
}
.f_logos a:last-child .f_logo::before {
    display: none;
}
@media (max-width: 1600px) {
    .profile_footer .container {
        gap: 40px;
    }
    .f_logo::before,
    .f_logos img {
        height: 55px;
    }
}
@media (max-width: 1199px) {
    .profile_footer .container {
        gap: 30px;
    }
    .f_logo::before,
    .f_logos img {
        height: 50px;
    }
}
@media (max-width: 991px) {
    .profile_footer .container {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        text-align: center;
    }
    .f_logos {
        justify-content: center;
    }
    .f_logo::before,
    .f_logos img {
        height: 45px;
    }
}
@media (max-width: 767px) {
    .profile_footer .container {
        gap: 15px;
    }
    .f_logo::before,
    .f_logos img {
        height: 40px;
    }
}
@media (max-width: 575px) {
    .profile_footer {
        padding: 15px 0;
    }
    .f_logo::before,
    .f_logos img {
        height: 35px;
    }
    .profile_footer .container {
        gap: 10px;
    }
}
/* Profile Page CSS End */
.tooltip-inner {
    background-color: var(--white);
    color: var(--heading-color);
    font-size: 12px;
    font-weight: 500;
    border: 1px solid var(--heading-color);
    padding: 5px 10px;
    border-radius: 2px;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--heading-color);
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--heading-color);
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--heading-color);
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--heading-color);
}

.nav-tabs {
    border-bottom: none;
}
/* =============================================
   PUBLICATION BADGES — RIGHT SIDE PANEL
   v3 — based on SCite source code analysis
   ============================================= */

/* ── Outer wrapper ── */
.s_citation_badge {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    position: relative;
    /* Do NOT set overflow:hidden — Popper uses position:fixed
       so it escapes the DOM anyway, but hidden would clip the
       reference element's hover area */
}

/* SCite row */
.s_citation {
    display: flex;
    align-items: center;
}

/* Dimensions + Altmetric row */
.s_citation_badge .badges {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    min-height: 56px;
    padding: 4px 0;
}

/* Individual badge wrappers */
.s_citation_badge .badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 10px;
    padding: 8px 10px;
    /* position: static is important — do NOT use relative here.
       Popper resolves its offset parent by walking up the DOM;
       a positioned ancestor can throw off badge script calculations. */
    position: static;
    overflow: visible !important;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
}

.badge__body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 40px;
    overflow: visible !important;
    position: static;
}

/* Force embed containers to render */
.badge__body .altmetric-embed,
.badge__body .__dimensions_badge_embed__,
.badge__body .scite-badge {
    display: block !important;
    min-width: 40px;
    min-height: 40px;
    overflow: visible !important;
}

.badge__body .altmetric-embed a,
.badge__body .altmetric-embed img {
    display: block !important;
}

/* ── Labels ── */
.badge__label {
    font-size: 10px;
    font-weight: 600;
    color: #64748b;
    text-align: center;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.badge__label i {
    margin-right: 3px;
    font-size: 11px;
}

/* ── No DOI fallback ── */
.badge--no-doi {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 12px;
    color: #94a3b8;
    min-width: 160px;
}

.badge--no-doi i {
    font-size: 16px;
    flex-shrink: 0;
}
.badge--no-doi small {
    font-size: 11px;
    opacity: 0.8;
}

/* ─────────────────────────────────────────────
   SCite tooltip safety net
   Popper uses position:fixed so these rules only
   act as a fallback if the JS hasn't loaded yet.
   ───────────────────────────────────────────── */
/* Give SCite's tooltip a safe max-width on any screen */
[data-placement] {
    max-width: min(320px, calc(100vw - 20px)) !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

/* ─────────────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .s_citation_badge {
        margin-top: 12px;
    }

    .s_citation_badge .badges {
        gap: 10px;
    }
}

@media (max-width: 767.98px) {
    .s_citation_badge {
        width: 100%;
        margin-top: 8px;
    }

    .s_citation_badge .badges {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px;
    }

    .s_citation_badge .badge {
        min-width: 56px;
        min-height: 56px;
        padding: 6px 8px;
    }

    /* Tighten max-width of any fixed-position tooltip on mobile */
    [data-placement] {
        max-width: min(280px, calc(100vw - 20px)) !important;
    }
}

@media (max-width: 575.98px) {
    .s_citation_badge .badges {
        gap: 6px;
    }

    .s_citation_badge .badge {
        min-width: 48px;
        padding: 5px 6px;
    }

    [data-placement] {
        max-width: calc(100vw - 16px) !important;
    }
}

.user-icon-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8c8dc; /* slightly deeper pink to contrast against purple banner */
}

.user-icon-fallback i {
    font-size: 9rem;
    color: var(--primary);
}
.user-icon-similar i{
    font-size: 2rem;
}