@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* font-family: "Montserrat", sans-serif; */


/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat';
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat';
    line-height: 25px;
    margin: 0 0 20px;
}


/***** Font Files *****/

@font-face {
    font-family: 'BlenderPro-Medium';
    src: url(../fonts/BlenderPro-Medium.ttf);
}

@font-face {
    font-family: 'genova';
    src: url(../fonts/genova.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'BlenderPro-Medium';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-size: 42px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    margin: 0 0 6px;
    text-transform: uppercase;
    font-family: 'genova';
}

h3 {
    font-family: 'BlenderPro-Medium';
    font-size: 21px;
    line-height: 1.2;
    color: #111010;
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h4 {
    font-family: 'BlenderPro-Medium';
    font-size: 24px;
    line-height: 1.2;
    color: #111010;
    font-weight: 300;
    margin: 0;
}

h5 {
    font-family: 'Cutmark';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* Sidebar SEction Start */


/* Search Bar Header */

.dashbord-right-box {
    background: #f4f4f4;
    width: 100%;
    height: 100%;
}

.header-search input::placeholder {
    text-transform: uppercase;
    color: #7c7c7c;
}

.search-nav {
    position: relative;
    z-index: 1;
    padding: 14px 30px 15px 30px;
    margin-bottom: 0;
    /* border-left: 1px solid #e9e9eb; */
    border-bottom: 1px solid #e1e0e0;
    background: #fff;
}

.search-nav .row {
    align-items: center;
}

.header-search {
    position: relative;
    width: 100%;
}

.header-search button {
    width: 60px;
    height: 45px;
    background: #ebebeb00;
    border: 0;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    color: #7c7c7c;
    height: 60px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.header-search input {
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 70px;
    height: 60px;
    padding-left: 50px;
    font-family: 'Montserrat';
    background: transparent;
}

img.search-voice {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
}

ul.header-profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 0;
    margin-right: 20px;
}

a.mailbox i {
    font-size: 18px;
    color: #00d3aa;
    position: relative;
    z-index: 1;
    /* border: 1px solid #e7e7e7; */
    /* width: 40px; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.notift-icon span,
a.mailbox span {
    width: 10px;
    height: 10px;
    background: #ff7b06;
    padding: 1px;
    position: absolute;
    top: 11px;
    right: 9px;
    border-radius: 10px;
    z-index: 1;
    border: 2px solid #fff;
}

.mail-box {
    position: relative;
}

.user-profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    border-left: 1px solid #e7e7e7;
    margin-left: -10px;
    padding-left: 10px;
    align-items: center;
}

.user-profile-img img {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    object-fit: cover;
}

.user-profile-info h4 {
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.search-nav .row {
    align-items: center;
}

.notification-box {
    position: relative;
}

.side-bar-logo img,
.side-bar-logo a {
    width: auto;
    object-fit: cover;
}


/* Mail Box */

ul.mail-messages {
    position: absolute;
    right: 0;
    width: 230px;
    background: #fff2e6;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.mail-messages li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.mail-messages li .mail-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.mail-messages li:hover {
    background: #ff7b06;
}

ul.mail-messages li .mail-info h6 {
    font-size: 12px;
    color: #000;
    text-transform: capitalize;
    margin: 0;
}

ul.mail-messages li .mail-info span {
    font-size: 8px;
    color: #000;
    position: absolute;
    right: 0;
    bottom: -7px;
}

ul.mail-messages li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.mail-messages li:last-child {
    border: 0;
}


/* Mail Box */


/* Notification Box */

ul.notification-messages-list {
    position: absolute;
    right: 0;
    width: 230px;
    background: #fff2e6;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

ul.notification-messages-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.notification-messages-list li .notification-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.notification-messages-list li:hover {
    background: #ff7b06;
}

ul.mail-messages li:hover .mail-info h6,
ul.mail-messages li:hover .mail-info span {
    color: #fff;
}

ul.notification-messages-list li:hover .notification-info h6,
ul.notification-messages-list li:hover .notification-info span {
    color: #fff;
}

ul.notification-messages-list li .notification-info h6 {
    font-size: 12px;
    color: #000;
    text-transform: capitalize;
    margin: 0;
}

ul.notification-messages-list li .notification-info span {
    font-size: 8px;
    color: #000;
    position: absolute;
    right: 0;
    bottom: -9px;
}

ul.notification-messages-list li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.notification-messages-list li:last-child {
    border: 0;
}

.notification-dropdown-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.notification-dropdown-btns a {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #ff7b06;
    padding: 5px 8px;
    border-radius: 5px;
    width: 48%;
    justify-content: center !important;
    border: 1px solid #ffffff;
}

ul.notification-messages-list li:hover .notification-dropdown-btns a {
    background: #fff2e6;
    color: #000;
}


/* Notification Box */


/* Profile Box */

.user-profile-dropdown {
    position: absolute;
    right: 70px;
    width: 200px;
    background: #fff2e6;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
}

.user-profile-dropdown a {
    padding: 10px;
    border-bottom: 1px solid #878787;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    transition: .2s all;
    text-align: center;
}

.user-profile-dropdown a:last-child {
    border: 0;
}

.user-profile-dropdown a:hover {
    background: #ff7b06;
    color: #fff;
}

.user-profile-info h4>span {
    display: block;
    font-size: 10px;
    color: #777777;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.user-profile-info h4>i {
    position: absolute;
    right: -20px;
    top: 0;
}

.header-search {
    position: relative;
    width: 110%;
}


/* Profile Box */

ul.header-profile-list i {
    font-size: 18px;
    color: #757f7f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff2e6;
    border-radius: 50%;
}


/* Search Bar Header */

section.side_bar {
    /* height: 100%; */
    position: relative;
    z-index: 1;
    background: #fff;
    height: 100vh;
    /* display: flex; */
    flex-direction: column;
    gap: 15vh;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    border-right: 1px solid #e1e0e0;
    padding: 0 0 30px 0;
}

.side-bar-logo {
    text-align: center;
    /* border-bottom: 1px solid #fff; */
    background: #fff;
    padding: 12px 0px;
    border-bottom: 1px solid #e1e0e0;
    width: 100%;
    height: 89.5px;
    display: block;
    align-content: center;
}

.dashboard_page-box .col-xl-2.col-lg-3.col-md-4 {
    padding: 0;
}

.dashboard_page-box .col-xl-10.col-lg-9.col-md-8 {
    padding: 0;
}

.side-bar-profile {
    text-align: center;
    padding: 20px 0;
}

.side-bar-profile h6 {
    font-size: 10px;
    color: #ffffff;
    text-transform: capitalize;
}

.side-bar-profile img {
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    object-fit: cover;
}

.side-bar-profile h5 {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}

ul.slidebar_menu a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin: 0 0px;
    border-bottom: 1px solid #e7e7e7;
    width: -webkit-fill-available;
    height: auto;
    font-family: 'BlenderPro-Medium';
    font-weight: 600;
    transition: 0.3s ease-in-out;
    padding: 20px 42px;
    letter-spacing: .5px;
    position: relative;
    z-index: 1;
}

ul.slidebar_menu a:hover,
ul.slidebar_menu a.active {
    color: #ff7b06;
}

ul.slidebar_menu a img {
    /* width: 0; */
    transition: .2s all;
    width: 20px;
    height: auto;
    object-fit: none;
    padding: 0;
    border-radius: 7px;
    border: navajowhite;
    object-fit: scale-down;
}


/* ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    width: 45px;
    height: 45px;
    object-fit: none;
    padding: 5px;
    background: #6689ea;
    border-radius: 7px;
    border: 1px solid #ffffff;
} */

a.logout_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #ff7b06;
    color: #fff;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 50px;
    border-radius: 50px;
    margin: 20px auto 0;
    position: relative;
    left: 11%;
}

.side-bar-logout-box a i {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    transform: rotate(180deg);
}

.dashbord-right-box {
    /* background: #f6f6f6; */
    width: 100%;
    height: 100%;
    border-top-left-radius: 40px;
    /* overflow: hidden; */
}

.subchild {
    display: none;
    margin-left: 20px;
    position: relative;
}

.slidebar_menu li:hover>.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild a {
    justify-content: center;
}

li.list-item {
    position: relative;
}

.slidebar_menu {
    margin: 0;
}

.side-bar-list {
    margin: 80px 0;
}

ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(58%) saturate(5856%) hue-rotate(354deg) brightness(100%) contrast(107%) !important;
}

ul.slidebar_menu a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background: #ff7b06;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s all;
}

div#Header ul.slidebar_menu a:hover:before,
div#Header ul.slidebar_menu a.active:before {
    width: 10px;
}

ul#menu img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(18%) saturate(0%) hue-rotate(142deg) brightness(85%) contrast(95%);
}

ul.slidebar_menu.slidebar_menu1 a {
    padding: 10px 42px;
    border: 0;
}


/* Sidebar SEction End */


/* Page Content Start */

.page-body {
    background: #f6f6f6;
    padding: 20px;
}


/* Home PAge Start */

.welcom-div {
    background-image: url(../images/welcom-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 76px 0 76px 40px;
    border-radius: 10px;
}

.welcom-div h6 {
    font-size: 21.89px;
    color: #ffffff;
    margin: 0;
}

.welcom-div h1 {
    font-size: 38px;
    color: #ffffff;
    font-family: 'BlenderPro-Medium';
    margin: 0;
    text-transform: uppercase;
}

.welcom-div p {
    font-size: 12px;
    color: #ffffff;
    font-family: 'Montserrat';
    margin: 0;
}

ul.welcom-buttons {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}

ul.welcom-buttons a {
    font-size: 14px;
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    padding: 10px 25px;
    border: 1px solid #fff;
    border-radius: 120px;
}

.profile-main-div {
    background: #ffffff;
    margin-top: 30px;
    padding-bottom: 15px;
}

.profile-main-div h2 {
    font-size: 25px;
    color: #000000;
    margin: 0;
    text-transform: capitalize;
    padding: 20px 25px;
}

.profile-slider .slick-list.draggable {
    padding-right: 100px;
}

.profile-slider .slick-slide {
    margin: 0 10px;
}

.prf-slide {
    position: relative;
    z-index: 1;
}

.prf-slide img.prf-bg {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
}

.prf-imag {
    border: 10px solid #fff;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 150px;
    overflow: hidden;
    margin: -50px auto 10px;
    position: relative;
}

.profl-text {
    text-align: center;
}

.profl-text h3 {
    font-size: 19px;
    color: #000000;
    margin: 0;
    font-family: 'BlenderPro-Medium';
}

.profl-text h5 {
    font-size: 13px;
    color: #000;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}

.profl-butns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.profl-butns a {
    font-size: 13px;
    padding: 10px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.profl-butns a.btn-1 {
    background: #ff7b06;
    color: #fff;
}

.profl-butns a.btn-2 {
    background: #e5e5e5;
    color: #000;
}

.profile-slider .slick-active {
    opacity: 1;
}

.sugest-div {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
}

h2.theme-head {
    font-size: 25px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    font-weight: 200;
}

ul.sugested-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    padding: 16px 0;
    border-bottom: 1px solid #cbcbcb;
}

ul.sugested-list {
    margin: 0;
}

ul.sugested-list li:last-child {
    border-bottom: 0;
}

.sugest-img {
    width: 15%;
}

.sugest-text {
    width: 60%;
}

.sugest-btn {
    width: 19%;
}

.sugest-img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}

.sugest-text h4 {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

.sugest-text p {
    font-size: 11px;
    color: #858484;
    font-weight: 500;
    margin: 0;
}

.sugest-btn button {
    font-size: 10px;
    text-transform: uppercase;
    background: #ff7b06;
    border: 0;
    color: #fff;
    padding: 5px 15px;
    border-radius: 40px;
}

.recent-activity {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 30px;
}

ul.activity-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 6px 10px;
    background: #fff2e6;
    margin: 7px 0;
    border-radius: 15px;
}

.recent-icon i {
    font-size: 26px;
    color: #ff7b06;
    width: 70px;
    height: 70px;
    border: 1px solid #ff7b06;
    display: grid;
    place-content: center;
    border-radius: 70px;
}

.recent-text h3 {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

.recent-text h6 {
    font-size: 12px;
    color: #858484;
    font-weight: 500;
    margin: 0;
}


/* Home PAge Start */


/* Page Content Start */


/* Inner Pages Start  */


/* Matches Page */

.refine-bg {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
}

.refine-input label {
    font-size: 13px;
    color: #0e0e0e;
    font-weight: 500;
}

.refine-input select {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 14px;
    color: #b2b2b2;
    border: 1px solid #b2b2b2;
    appearance: auto;
    border-radius: 5px;
}

.refine-div {
    width: 80%;
}

.refine-suggest {
    margin: 0;
}

.refine-suggest h2.theme-head {
    padding: 30px 0 20px;
}

.refine-suggest .col-lg-2 {
    width: 20%;
}

.manual-maches {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    margin-top: 20px;
}

.manual-maches h2 {
    margin-bottom: 0;
}

.manual-form input {
    width: 80%;
    height: 60px;
    border: 1px solid #b2b2b2;
    padding: 20px;
    border-radius: 70px;
    font-size: 14px;
    color: #000;
}

.btn-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #ff7b06;
    color: #fff;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 70px;
    border-radius: 50px;
    border: 0;
}

.manual-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Matches Page */


/* Chat Page */

.chat-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 12px;
    max-width: 80%;
    background: #fff;
    margin: 0 auto 30px 30px;
    position: relative;
    z-index: 1;
}

.chat-icons button {
    border: 0;
    background: transparent;
    border-right: 1px solid #dddddd;
    padding: 0 10px 0 0;
}

.chat-icons button:last-child {
    border: 0;
}

.chat-input-wrapper .emoji-icon {
    font-size: 18px;
    margin-right: 10px;
    color: #aaa;
}

.chat-input-wrapper .chat-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    color: #333;
    font-family: 'BlenderPro-Medium';
}

.chat-input-wrapper .chat-icons {
    display: flex;
    gap: 15px;
    margin-left: 10px;
}

.chat-input-wrapper .chat-icons .icon {
    color: #aaa;
    font-size: 16px;
    cursor: pointer;
}

.chat-input-wrapper .mic-btn {
    border: none;
    cursor: pointer;
    border-width: 1px;
    border-color: rgb(216, 216, 216);
    border-style: solid;
    border-radius: 5px;
    background-color: #fff2e6;
    width: 52px;
    height: 48px;
    position: absolute;
    right: -15%;
    bottom: 0;
    top: 0;
    margin: auto;
}

.chat-input-wrapper .mic-btn .fa-microphone {
    color: #6d6d6d;
    font-size: 18px;
}

.sideNav2 {
    height: 100%;
    box-shadow: var(--box-shadow);
    backdrop-filter: blur(55px);
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: auto;
    /* border: 1px solid #ffffff21; */
    padding: 0;
    /* height: 640px; */
    /* overflow-y: scroll; */
}

.chat-top-input {
    padding: 0 20px 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddebf4;
}

.client-input {
    position: relative;
}

form.chat-top-input-form input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-family: montserrat;
    padding: 15px 10px;
    border: 1px solid #e1e0e0;
    margin: auto;
    border-radius: 50px;
    margin: 7px 0 0px;
}

.client-input input {
    background: #ffffff;
    border-radius: 5px;
    color: #101010;
    text-transform: inherit;
    border: 0;
}

.client-input button {
    color: #fff;
    background: #ff7b06;
    font-size: 14px;
    border: 0;
    position: absolute;
    margin: auto;
    right: 4px;
    padding: 4px 20px;
    border-radius: 50px;
    bottom: 8px;
}

.group {
    display: grid;
    grid-template-columns: 54px calc(100% - 55px);
    grid-template-rows: repeat(2, 30px);
    width: calc(100% - 10px);
    /* margin: 10px; */
    padding: 2px 30px;
    list-style-type: none;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
}

.avatar {
    grid-row: 1 / span 2;
    /* background-color: white; */
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    /* padding: 10px; */
    position: relative;
}

.GroupName {
    font-weight: 500;
    padding: 0px 10px;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #000;
    line-height: 40px;
    margin: 0;
}

.GroupDescrp {
    width: 100%;
    padding: 0px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    color: #000;
    line-height: 17px;
}

span.time {
    font-size: 11px;
    color: #000000;
    position: absolute;
    right: 5px;
    bottom: 0;
    top: 50%;
}

span.non-active-dot {
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    background: #d4e1ea;
    padding: 1px;
    position: absolute;
    top: 25px;
    right: 12px;
    border-radius: 10px;
    z-index: 1;
}

.avatar img {
    height: 45px;
    width: 45px;
    margin: auto;
    border-radius: 50%;
}

span.n-message {
    position: absolute;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff7b06;
    color: #fff;
    z-index: 99;
    right: 0;
    top: 0;
}

li.group.actve-chat {
    background: #82df84;
}

span.non-active-dot.active {
    background-color: #ff7b06;
}

.MessageContainer {
    flex: 1;
}

.chat-box {
    background: #fff;
    display: flex;
    flex-direction: column;
}

.chat-header.dot-relative {
    position: relative;
}

.chat-header {
    padding: 27.5px 20px;
    border-bottom: 1px solid #ddebf4;
    display: flex;
    justify-content: space-between;
}

.chat-header.dot-relative span.dot {
    width: 7px;
    height: 7px;
    right: unset;
    left: 15%;
    top: 47%;
    transform: translateY(-55%);
    position: absolute;
    color: #000;
    background: #ff7b06;
    border-radius: 60px;
}

.chat-header span {
    font-size: 18px;
    font-weight: 500;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}

.chat-messages {
    flex: 1;
    padding: 35px;
    overflow-y: auto;
}

.message {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 24px;
}

.message.sent {
    justify-content: flex-end;
}

.message img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-position: top;
}

.message.received .text {
    background: transparent;
    color: #8ea1b4;
}

.message .text {
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 60%;
    position: relative;
    font-size: 12px;
    font-family: 'Montserrat';
    line-height: 17px;
}

.message.sent .text {
    background: #82df84;
    color: white;
}

#MessageForm {
    /* padding: 10px; */
    /* display: flex; */
    width: 100%;
    position: relative;
}

.chat-page-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

form.chat-top-input-form {
    position: relative;
}

form.chat-top-input-form a {
    width: 35px;
    border-right: 1px solid #000;
    color: #000;
}

section.Chat {
    position: relative;
    z-index: 1;
}

section.Chat::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ddebf4;
}

.chat-page-box .col-lg-4 {
    padding: 0;
}

.chat-page-box .col-lg-8 {
    padding: 0;
}

.icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.chat-header .icons i {
    border-left: 1px solid #c9d6df;
    padding: 0 10px 0 20px;
    margin-left: 0;
    color: #6d6d6d;
    font-size: 20px;
}

.chat-header .icons i:first-child {
    border: 0;
}

.chat-typ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.chat-typ button {
    background: #e90004;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'BlenderPro-Medium';
    border: 0;
    border-radius: 5px;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
}

.chat-typ button.admin-btn {
    background: #e9e9e9;
    color: #000;
}

.pat-btn::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #e90004;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
    z-index: -2;
}

li.group.actve-chat * {
    color: #fff;
}

li.group.actve-chat span.non-active-dot.active {
    background: #fff;
}


/* Chat Page */


/* Report Page */

.safety-div {
    padding: 25px;
    border-radius: 10px;
    background: #fff;
}

ul.sadety-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

ul.sadety-head p {
    margin: 0;
}

li.safety-btn button {
    padding: 15px 30px;
    border: 0;
    border-radius: 50px;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}

.btn-2 {
    background: #e6e6e6;
    border: 0;
    padding: 14px 30px;
    border-radius: 50px;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}

ul.block-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #e7e7e7;
}

.block-user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.block-user img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    object-fit: cover;
}

.block-user h4 {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.block-user p {
    font-size: 12px;
    color: #171515;
    margin: 0;
}

.safety-tip {
    margin-top: 30px;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
}

.saftt-tip-content {
    margin: 15px 0;
}

.saftt-tip-content h4 {
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.saftt-tip-content p {
    font-size: 13px;
    color: #171515;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 20px;
}


/* Report Page */


/* Profile Page Start */

.setting-main-all {
    margin-bottom: 0px;
    padding: 30px;
    background: #ffffff;
    height: 100%;
    border-radius: 20px;
    padding-bottom: 29px;
}

.prf-heading h2 {
    font-size: 28.31px;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    margin-bottom: 7px;
}

.setting-main-all ul#myTab {
    border: 1px solid;
    margin: 20px 0;
    padding: 0;
    border-radius: 5px;
    border: 0;
    gap: 10px;
}

.setting-main-all .nav-link {
    text-transform: uppercase;
    border: unset !important;
    border-radius: unset;
    background: #eeeeee;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
}

.setting-main-all form label {
    font-size: 14px;
    color: #171717;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'BlenderPro-Medium';
}

.setting-main-all form input,
.setting-main-all form select {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    background: unset;
    height: 49px;
    font-size: 12px;
    padding: 0 20px;
    margin-bottom: 16px;
    color: #000000a3;
    border: 2px solid #e7e7e7;
    appearance: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.prf-input input[type="password"]::placeholder {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

.setting-main-all form input::placeholder {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.setting-main-all .nav-link.active {
    color: #fff;
    position: relative;
    background: #917569;
    border-radius: 4px;
}

.setting-main-all form textarea {
    width: 100%;
    border-width: 1px;
    border-color: rgb(0 0 0 / 24%);
    border-style: solid;
    border-radius: 5px;
    background: unset;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #000000;
    height: 100px;
    resize: none;
}

.setting-main-all form button {
    font-size: 14px;
    color: #ffffff;
    background: #ff7b06;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 40px;
    border-radius: 25px;
    border: 0;
    letter-spacing: 1px;
    font-family: 'BlenderPro-Medium';
}

.pofile-chg-box h5 {
    font-size: 25px;
    color: rgb(20 20 20);
    text-transform: uppercase;
}

.pofile-chg-box ul li img {
    width: 121px;
    height: 121px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 0 3px 1px #fff;
}

.pofile-chg-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 38px;
    margin-top: 30px;
}

.pofile-chg-box button {
    border-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(29 29 29 / 0%);
    height: 50px;
    text-transform: uppercase;
    padding: 0 50px;
    font-size: 14.79px;
    color: #434343;
    font-weight: 500;
    font-family: 'BlenderPro-Medium';
}

.pofile-chg-box {
    padding: 0 13px;
}

.prf-top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    border-bottom: 1px solid #d7d7d7;
}

.follower-box {
    border: 1px solid;
    border-radius: 20px;
    padding: 30px 20px;
    background: #1d1d1d;
    margin-bottom: 20px;
}

ul.followers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.follower-box h4 {
    font-size: 32px;
    font-family: "BlenderPro";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 0;
}

ul.followers p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.502);
    text-transform: uppercase;
}

.followers-btn {
    display: flex;
    justify-content: center;
}

.Setting-main-box {
    border-radius: 15px;
    height: 100%;
}

.setting-main-all form input::placeholder {
    color: #8b8b8b;
}

.prf-input h2 {
    font-size: 20px;
    color: #1b1b1b;
    text-transform: uppercase;
    /* font-weight: 700; */
    margin-bottom: 10px;
    font-family: 'BlenderPro-Medium';
    line-height: 26px;
}

.profile-pic img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    margin-top: 12px;
}

.profile-pic p {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'BlenderPro-Medium';
    color: #fff;
    margin-bottom: 0px;
}


/* Profile Page End */


/* Setting  PAge */

.password-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.password-wrapper input {
    width: 100%;
    padding-right: 40px;
    /* icon k liye jagah */
    box-sizing: border-box;
}

.password-wrapper .toggle-password {
    position: absolute;
    right: 10px;
    bottom: 25%;
    /* label ke niche sahi align */
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

.password-wrapper .toggle-password:hover {
    color: #000;
}

.password-div {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
}

.password-div h2 {
    border-bottom: 1px solid #dedede;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.setting-page h3 {
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    margin-bottom: 10px;
}

.password-wrapper label {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    font-weight: 600;
    letter-spacing: .2px;
}

.password-wrapper input {
    width: 100%;
    height: 50px;
    border: 1px solid #dedede;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 5px 0 5px;
}

.password-div form {
    width: 60%;
}

.notification-div {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    margin: 25px 0;
    padding-right: 30%;
}

.account-management {
    padding: 1px 25px 25px;
    background: #fff;
    border-radius: 15px;
}

ul.oreferences-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cbcbcb;
    padding: 10px 0;
}

.prefernce-text h4 {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
}

.prefernce-text p {
    font-size: 13px;
    margin: 0;
    font-weight: 500;
    color: #666;
}

.prefernce-butons button {
    padding: 12px 35px !important;
}

.account-management h3 {
    margin-top: 25px;
    margin-bottom: 0;
}

.account-management p {
    font-size: 13px;
    margin: 0;
    font-weight: 500;
    color: #666;
}

.account-management .red {
    color: #ff0000;
}

.account-management button {
    margin: 10px 0;
    background: #e6e6e6;
}


/* Setting  PAge */


/* Support Page Start */

.support-head {
    width: 50%;
    margin: 0 auto 0;
    text-align: center;
}

.support-head h2 {
    font-size: 35.65px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.support-head h3 {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin: 15px 0;
    font-weight: 700;
}

.support-head form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-head form input {
    width: 80%;
    height: 50px;
    font-size: 14px;
    border: 1px solid #989898;
    border-radius: 50px;
    padding: 0 100px 0 20px;
}

.support-head form input::placeholder {
    color: #8c8c8c;
    text-transform: uppercase;
}

.support-head form button {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 40px;
    background: #ff7b06;
    border: 0;
    margin-left: -100px;
    font-family: 'Rajdhani';
    font-weight: 700;
    border-radius: 50px;
}

.support-box {
    border-radius: 5px;
    background-color: #fff2e6;
    width: 262px;
    height: 255px;
    padding: 25px;
    text-align: center;
}

.sprt-rw {
    width: 70%;
    margin: 50px auto 0;
}

.support-imag {
    width: 90px;
    height: 90px;
    display: grid;
    place-content: center;
    border-radius: 100px;
    background: #ff7b06;
    margin: 0 auto 20px;
}

.support-imag img {
    filter: brightness(0);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(149deg) brightness(102%) contrast(105%);
}

.support-text h4 {
    font-size: 14px;
    color: #181818;
    text-transform: uppercase;
    font-weight: 800;
}

.support-text p {
    font-size: 11px;
    color: #181818;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 20px;
    margin-top: 10px;
}

.support-box:hover {
    background: #fff2e6;
}

.support-box:hover .support-imag img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(149deg) brightness(102%) contrast(105%);
}

.support-page {
    padding: 100px 0;
    background: #fff;
    border-radius: 20px;
}


/* Support Page End */


/* Privacy Page */

.privcy-pag {
    padding: 30px;
    border-radius: 15px;
    background: #fff;
}

.privacy-content p {
    font-size: 13px;
    color: #8d8d8d;
    margin: 20px 0;
}


/* Privacy Page */


/* Inner Pages End  */


/* Profile  Page */


/* Profile Header */


/* Profile Header */

.fb-profile-page .profile-header {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    overflow: hidden;
}

.fb-profile-page .cover-photo {
    height: 300px;
    background: linear-gradient(45deg, #1877f2, #0d6efd);
    position: relative;
}

.fb-profile-page .cover-photo>img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.fb-profile-page .prf-imag-id {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin: -70px 0 0 30px;
}

.fb-profile-page .profile-picture {
    position: relative;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #e4e6eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 70px;
    overflow: hidden;
}

.profile-picture img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.fb-profile-page .account-name {
    margin-top: 50px;
}

.fb-profile-page .profile-info {
    padding: 68px 16px 0px;
}

.fb-profile-page .profile-name {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    font-family: 'genova';
}

.fb-profile-page .follower-count {
    color: #65676b;
    font-size: 15px;
    margin-bottom: 0;
}


/* Tabs Navigation */

.fb-profile-page .profile-tabs {
    display: flex;
    border-top: 1px solid #e4e6eb;
    margin-top: 46px;
}

.fb-profile-page .tab {
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 600;
    color: #65676b;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.fb-profile-page .tab:hover {
    background-color: #f0f2f5;
}

.fb-profile-page .tab.active {
    color: #1877f2;
}

.fb-profile-page .tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1877f2;
}


/* Content Area */

.fb-profile-page .content-area {
    display: flex;
    gap: 16px;
}

.fb-profile-page .main-content {
    flex: 1;
}

.fb-profile-page .sidebar {
    width: 300px;
}

.fb-profile-page .content-section {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 16px;
    margin-bottom: 16px;
}

.fb-profile-page .section-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
    text-transform: capitalize;
}


/* Tab Content */

.fb-profile-page .tab-content {
    display: none;
}

.fb-profile-page .tab-content.active {
    display: block;
}


/* Posts */

.fb-profile-page .post {
    border-bottom: 1px solid #e4e6eb;
    padding: 12px 0;
}

.fb-profile-page .post:last-child {
    border-bottom: none;
}

.fb-profile-page .post-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.fb-profile-page .post-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e4e6eb;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}

.fb-profile-page .post-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fb-profile-page .post-author {
    font-weight: 600;
}

.fb-profile-page .post-time {
    color: #65676b;
    font-size: 12px;
}

.fb-profile-page .post-content {
    margin-bottom: 8px;
}

.fb-profile-page .post-actions {
    display: flex;
    border-top: 1px solid #e4e6eb;
    padding-top: 8px;
    color: #65676b;
}

.fb-profile-page .post-action {
    flex: 1;
    text-align: center;
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
}

.fb-profile-page .post-action:hover {
    background-color: #f0f2f5;
}


/* About Section */

.fb-profile-page .about-item {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fb-profile-page .about-title {
    font-weight: 600;
    margin-bottom: 4px;
    color: #000;
    width: 25%;
}

.fb-profile-page .content-div {
    width: 75%;
}

.fb-profile-page .about-content {
    color: #1c1e21;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}


/* Reels and Photos */

.fb-profile-page .media-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.fb-profile-page .media-item {
    height: 200px;
    background-color: #e4e6eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #65676b;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

a.play-vid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: grid;
    place-content: center;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background: #04898f;
    color: #fff;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 12px #04898f94;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view {
    position: absolute;
    bottom: 4px;
    left: 7px;
    background: #000;
    padding: 1px 9px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
}

.fb-profile-page .photos-box .media-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


/* Sidebar */

.fb-profile-page .intro-box {
    margin-bottom: 16px;
}

.fb-profile-page .intro-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.fb-profile-page .intro-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #e4e6eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #65676b;
}

.fb-profile-page .photos-box .media-grid {
    grid-template-columns: repeat(3, 1fr);
}

.fb-profile-page .photos-box .media-item {
    height: 100px;
}

.fb-profile-page .friends-box .media-grid {
    grid-template-columns: repeat(2, 1fr);
}

.fb-profile-page .friends-box .media-item {
    height: 80px;
    flex-direction: column;
    font-size: 12px;
}


/* Profile  Page */

.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.media-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}

.media-item video {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.view {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}


/* Popup Modal */

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.video-modal.active {
    display: flex;
}

.video-modal video {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
    box-shadow: 0 0 20px #000;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #000;
    opacity: 1;
    display: grid;
    place-content: center;
    border-radius: 50px;
}


/* Profile Detail */

.page-wrapper {
    margin: 0 auto;
}


/* ─── CARD BASE ─── */

.page-wrapper .card-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}


/* ─── AVATAR ─── */

.page-wrapper .avatar-container {
    flex-shrink: 0;
    position: relative;
    width: 185px;
    height: 185px;
}

.page-wrapper .avatar-container img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    display: block;
}

.page-wrapper .avatar-btns {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.page-wrapper .btn-heart {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f57c2b;
    border: none;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
}

.page-wrapper .btn-x {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e0e0e0;
    border: none;
    color: #555;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}


/* ─── PROFILE NAME + INFO ─── */

.page-wrapper .profile-name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #222;
    margin: 0 0 14px 0;
}

.page-wrapper .three-dots {
    background: none;
    border: none;
    color: #bbb;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}


/* info grid: label | colon | value */

.page-wrapper .info-grid {
    display: grid;
    grid-template-columns: auto 16px 1fr;
    row-gap: 5px;
    align-items: start;
    column-gap: 40px;
}

.page-wrapper .info-grid .lbl {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

.page-wrapper .info-grid .colon {
    color: #000000;
    font-size: 20px;
    margin: 0;
}

.page-wrapper .info-grid .val {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
}


/* ─── SECTION TITLE ─── */

.page-wrapper .sec-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #222;
    line-height: 21px;
}


/* ─── ABOUT TEXT ─── */

.page-wrapper .about-text {
    font-size: 12.5px;
    color: #666;
    line-height: 1.75;
}


/* ─── DETAIL ROWS (Physical / Lifestyle) ─── */

.page-wrapper .detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px;
}

.page-wrapper .detail-row:last-child {
    border-bottom: none;
}

.page-wrapper .detail-row .dlbl {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #666;
}

.page-wrapper .detail-row .dval {
    color: #333;
    font-weight: 500;
}


/* ─── PHOTOS ─── */

.page-wrapper .section-icon-title {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #333;
    margin-bottom: 10px;
}

.page-wrapper .photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.page-wrapper .photo-grid img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 5px;
}

.page-wrapper .photo-more {
    aspect-ratio: 1;
    background: #f57c2ba1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.relativ-avatar {
    position: relative;
    z-index: 1;
}

.relativ-avatar .photo-more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


/* ─── FRIENDS ─── */

.page-wrapper .friends-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.page-wrapper .friends-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #333;
}

.page-wrapper .view-all-link {
    font-size: 11px;
    color: #777;
    text-decoration: none;
}

.page-wrapper .view-all-link:hover {
    color: #f57c2b;
}

.page-wrapper .friend-row {
    display: flex;
    gap: 6px;
}

.page-wrapper .friend-row img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
}

.page-wrapper .friends-note {
    font-size: 11px;
    color: #999;
    margin-top: 9px;
    text-align: center;
    line-height: 1.55;
}


/* ─── MATCH CARD ─── */

.page-wrapper .match-card {
    background: #fff;
    border-radius: 8px;
    padding: 22px 18px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.page-wrapper .match-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.page-wrapper .match-sub {
    font-size: 12px;
    color: #888;
    margin-bottom: 16px;
    line-height: 1.5;
}

.page-wrapper .match-avatars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}

.page-wrapper .match-avatars img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
}

.page-wrapper .match-heart {
    background: #f57c2b;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin: 0 -8px;
    z-index: 2;
    position: relative;
}

.page-wrapper .match-cta {
    font-size: 12px;
    color: #888;
    margin-bottom: 16px;
}

.page-wrapper .btn-membership {
    background: #ff7b06;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 11px 0;
    width: 100%;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.page-wrapper .btn-membership:hover {
    background: #ff7b06;
}


/* ─── INTERESTS ─── */

.page-wrapper .interests-card {
    background: #fff;
    border-radius: 8px;
    padding: 18px;
    margin-top: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.page-wrapper .interests-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 13px;
}

.page-wrapper .tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.page-wrapper .tag-pill {
    border: 1.5px solid #d5d5d5;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 11.5px;
    color: #555;
    font-weight: 500;
    background: #eaeaea;
    cursor: pointer;
}

.page-wrapper .hdiv {
    border: none;
    border-top: 1px solid #efefef;
    margin: 18px 0;
}


/* Profile Detail */