/*---------------------Authentication CSS Start----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira+Stencil+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=The+Nautigal:wght@400;700&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --white-color: #fff;
    --primary-color: var(--bgGold, linear-gradient(90deg, #70562C 0%, #C09E57 48.5%, #6F562D 100%));
}

body {
    margin: 0;
    padding: 0;
}

.smart {
    background-color: #000000;
    position: relative;

}

.smart::before {
    content: url(../images/Ellipse\ 3.png);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.smart::after {
    content: url(../images/Ellipse\ 2.png);
    position: absolute;
    bottom: 0px;
    left: 0;
    line-height: 0;
    z-index: 1;
}

.smart_wrap {
    padding-inline: 6rem;
}

.outer_wrap {
    display: flex;
    min-height: 100vh;
    align-items: center;
}

.outer_wrap .form_wrap {
    background-color: rgba(91, 86, 86, 10%);
    border-radius: 10px;
    width: 100%;
    z-index: 2;
}

/* ---left_side----- */
.logo_img {
    width: 94px;
}

.logo_img img {
    width: 100%;
}

.left_side h5 {
    color: #AA8E5D;
    font-size: calc(30px + 0.1vw);
}

.left_side p {
    color: white;
    font-size: calc(16px + 0.1vw);
}


.left_side a img {
    width: 100%;
}

.left_side_text {
    padding: 0 5rem;
}


/* --------right_side----------- */

.right_side .card {
    padding: 6rem 3rem;
    background-color: rgba(255, 255, 255, 10%);
    border-radius: 10px;
    height: 100%;
}

.signUp-right-sec .card {
    padding: 1.5rem 3rem;

}

.right_side form h2,
.left_side h2 {
    display: inline-block;
    font-family: "Saira Stencil One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 58px;
    background: linear-gradient(to right, #70562C 0%, #F4D79C 49%, #6F562D 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-stroke: 0.3px white;
    margin-bottom: 2rem;
}


/* -------input-field------ */
.input-field label {
    color: #AA8E5D;
    font-size: calc(16px + 0.1vw);
}

.validation-msg {
    color: red !important;
}

.group {
    position: relative;
}

.group .input {
    color: #fff;
    opacity: 0.85;
    background: rgb(45 45 45 / 65%);
    box-shadow: 0px 0px 6px 0px rgba(242, 192, 112, 0.25);
    /* backdrop-filter: blur(25px); */
    width: 100%;
    border: 1px solid #c7ab76;
    border-radius: 5px;
    padding-left: 2.5rem;
    height: 55px;
    outline: none;
}

.group .input::placeholder {
    font-size: calc(14px + 0.1vw);
    color: #9e9e9e;
}

.group .svg_icons {
    position: absolute;
    top: 0.8rem;
    left: 0.9rem;
    color: #AA8E5D;
}

.group .svg_icons svg {
    width: 20px;
    height: 20px;
}

.group .icon {
    position: absolute;
    top: 0.7rem;
    left: 0.9rem;
    color: #AA8E5D;
    font-size: 18px;
}

.group .close_eye,
.group .open_eye {
    position: absolute;
    top: 1.1rem;
    right: 0.9rem;
    color: #AA8E5D;
}

/* ---------toggle_switch----- */
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.save-contact{
    border: none;
    background: linear-gradient(to right, #70562C 0%, #F4D79C 49%, #6F562D 100%);
    color: #000000;
    border-bottom: 3px solid #64460A;
    width: 50%;
    border-radius: 0 15px 0 15px;
    padding: 14px 0;
    font-size: calc(16px + 0.1vw);
    font-weight: 600;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 3px;
    background-color: #AA8E5D;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.remember a {
    color: #AA8E5D;
}

.login_btn button {
    border: none;
    background: linear-gradient(to right, #70562C 0%, #F4D79C 49%, #6F562D 100%);
    color: #000000;
    border-bottom: 3px solid #64460A;
    width: 100%;
    border-radius: 0 15px 0 15px;
    padding: 14px 0;
    font-size: calc(16px + 0.1vw);
    font-weight: 600;
}

.verify_btn button {
    border: none;
    background: linear-gradient(to right, #70562C 0%, #F4D79C 49%, #6F562D 100%);
    color: #000000;
    border-bottom: 3px solid #64460A;
    width: 100%;
    border-radius: 0 15px 0 15px;
    padding: 14px 0;
    font-size: calc(16px + 0.1vw);
    font-weight: 600;
    margin-top: 10px;
}

.checkbox label {
    color: #737373;
    font-size: calc(16px + 0.1VW);

}

.sign_up_link {
    color: white;
    font-weight: 500;
    font-size: calc(16px + 0.1vw);
}

.sign_up_link a {
    text-decoration: none;
    color: #AA8E5D;
}

.smart-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    --d: 24.6px;
    width: 4.5px;
    height: 4.5px;
    border-radius: 50%;
    color: #876c3f;
    box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0,
    calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1.1px,
    calc(0 * var(--d)) calc(1 * var(--d)) 0 2.2px,
    calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3.4px,
    calc(-1 * var(--d)) calc(0 * var(--d)) 0 4.5px,
    calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5.6px,
    calc(0 * var(--d)) calc(-1 * var(--d)) 0 6.7px;
    animation: spinner-a90wxe 1s infinite steps(8);
}

@keyframes spinner-a90wxe {
    100% {
        transform: rotate(1turn);
    }
}

/* ============================= */
.swap-icon {
    color: #AA8E5D;
}

.swap-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

/* .swap-name{
    display: none;
} */

.otp-input {
    height: 55px;
    width: 55px;
}

.otp-input .group input {
    padding: 0.5rem;
    text-align: center;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.time-count {
    color: #AA8E5D;
}

/*------Login Loader-----*/
.login-loader {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

/*------Register Loader-----*/
.register-loader {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

/*---------------------Authentication CSS End----------------------*/


/*profile css start-----------------------------*/

.main-profile-sec {
    background: var(--black-linear, linear-gradient(180deg, #3F3F4A 0%, #000 41.14%, #0B0B0C 71.97%, #3F3F4A 100%));
    height: 100vh;
}

.profile-inner-sec {

    position: relative;
}

.profile-bg {
    background-image: url('https://www.onboardmeetings.com/wp-content/uploads/2022/04/The-Basics-of-Corporate-Structure-2-1200x675.jpeg');
    height: 300px;
    width: 100%;
    background-size: cover;
}

.prfile-content {
    position: relative;
    background-color: #252525;
    padding: 30px 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;

}

.profile-border {
    color: #828282;
}

.bio-section h2 {
    color: #AA8E5D;
    margin-bottom: 20px;
}

.prfile-content .profile-sec .profile-details h2 {
    color: #AA8E5D;
    margin-bottom: 5px;
}

.prfile-content .profile-sec .profile-details {
    color: var(--white-color);
}

.profile-details p:first-of-type {
    font-size: 20px;
}

.profile-details p:last-of-type {
    color: #999999;
}


.profile-img img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 5px solid var(--white-color);
    position: absolute;
    top: -80px;
    left: 70px;
    object-fit: contain;
}

.save-contect button {
    color: var(--white-color);
    padding: 8px 30px;
    font-weight: 500;
    border-radius: 5px;
    background: var(--primary-color);
}

.bio-section {
    margin-top: 20px;
    border: 1px solid #474747;
    padding: 20px;
    border-radius: 12px;
    background-color: #252525;
}

.save-contect {
    text-align: end;

}


.social-icons {
    padding: 0px 15px;
}

.social-icons > div {
    border: 1px solid #808080;
    background-color: var(--white-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons > div:hover {
    cursor: pointer;
    background: var(--primary-color);
    transform: translate(0, -10%);
    transition: .6s;
    color: var(--white-color);
}

.social-icons > div i {
    font-size: 24px;
}


/* profile intake------------------------------------- */
.profile-intake {
    background-color: #000000;
    padding-bottom: 0;
    min-height: 100vh;
}

.inner-pro-intake {
    padding: 0;
    overflow-y: auto;
    height: 100vh;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background: var(--black-linear, linear-gradient(180deg, #3F3F4A 0%, #000 41.14%, #0B0B0C 71.97%, #3F3F4A 100%));
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
}


.inner-pro-intake::-webkit-scrollbar {
    width: 0px;
}


.profile-intake-bg {
    position: relative;
}

.profile-intake-bg img {
    height: 200px;
    border-bottom: 5px solid #AA8E5D;
    width: 100%;
}

.profile-intake-bg .profile-intake-profile {
    position: absolute;
    left: 20px;
    bottom: -50px;
}

.profile-intake-bg .profile-intake-profile img {
    border-radius: 50%;
    height: 130px;
    width: 130px;
    border: 3px solid #AA8E5D;
}

.profile-share-icon svg {
    height: 40px;
    width: 40px;
}

.profile-btns button:first-of-type {
    border: 1px solid #0076CA;
    border-radius: 5px;
    padding: 8px 40px;
    background: var(--blueLinear, linear-gradient(90deg, #0095FF 0%, #0076CA 100%));
    color: #fff;
}

.profile-btns button:hover:first-of-type {
    background: #0a7cce;

}

.profile-btns button:last-of-type {
    background-color: transparent;
    border: 1px solid var(--white-color);
    border-radius: 5px;
    padding: 8px 40px;
    color: var(--white-color);
}

.intake-pro-details {
    padding: 20px;
}


.social-tabs {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.intake-user-details h2 {
    font-size: 18px;
    background: var(--primary-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.intake-user-details {
    padding-bottom: 30px;
    border-bottom: 1px solid #AA8E5D;
}

.intake-user-details p,
.intake-user-details a {
    font-size: 14px;

}


.intake-user-details p span i,
.intake-user-details a span i {
    color: #525252;
    font-size: 18px;
}

.outer-profile-card {
    position: relative;
    height: 230px;
    width: 100%;
    border-radius: 10px;
    background: var(--primary-color);
}


.profile-wifi {
    position: absolute;
    right: 10px;
    top: 10px;
}

.profile-wifi i {
    rotate: 30deg;
    color: var(--white-color);
    font-size: 20px;
}

.profile-sign {
    position: absolute;
    right: 50px;
    top: 0;
}

.profile-sign h1 {
    font-family: "The Nautigal", cursive;
    font-weight: 700;
    color: var(--white-color);
}

.ribbon-outer {
    height: calc(100% - 100px);
    display: flex;
    align-items: end;
}

.ribbon {
    display: flex;
    align-items: center;
    width: calc(100% - 70px);
}

.ribbon span:last-of-type img {
    height: 90px;
    width: 90px;
}

.ribbon span {
    display: block;
}

.ribbon span:first-of-type {
    width: 307px;
    height: 35px;
    background-color: #d3bf97;
}

.ribbon:after {
    content: '';
    width: 70px;
    height: 35px;
    background-color: #d3bf97;
    position: absolute;
    right: 0px;
}

.profile-card-logo img {
    height: 70px;
    width: 70px;
}


.misc h2,
.social-widget h2 {
    font-size: 18px;
    background: var(--primary-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.social-widget {
    border-bottom: 1px solid #545454;
    padding: 0 0 30px 0;
}

.profile-google-map h2,
.profile-intrest h2 {
    font-size: 16px;
    color: var(--white-color);
}

.profile-intrest {
    border: 1px solid #545454;
    border-radius: 10px;
    padding: 20px;
}

.profile-intrest-icons p {
    width: 54px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 8px;
}

.widget-icons,
.intrest-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 20px;
}


.intrest-icons-inner {
    height: 50px;
    width: 50px;
    box-shadow: 0px 0px 8px 0px rgba(252, 242, 13, 0.32) inset, 8px 4px 16px 0px rgba(0, 0, 0, 0.08);
    margin-right: 20px;
    border-radius: 12px;
}

.intrest-icons-inner p {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.profile-intrest-icons {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-google-map iframe {
    width: 100%;
    height: 200px;
}

.profile-intrest-icons span a img {
    height: 46px;
    border-radius: 9px;
    width: 48px;
    max-width: 48px;
    max-height: 46px;

}

.app-download span a img {
    height: 75px;
    width: 75px;
}


/* dashboard start---------------------------------- */

.profile-dropdown .dropdown-toggle:first-child:active {
    border-color: transparent;
}

.profile-dropdown .dropdown-toggle.show {
    border: 1px solid transparent !important;
}


.main-header {
    border-bottom: 1px solid var(--themeGold, #FFCC63);
    background: #44444D;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}

.header-search {
    position: relative;
}

.header-search img {
    position: absolute;
    left: 20px;
    top: 10px;
}

.smart-logo img {
    height: 60px;
    max-width: 100px;
    width: 100%;
}

.header-search input:focus {
    background-color: #44444D;
    color: var(--white-color);
}

.header-search input {
    padding: 5px 10px 5px 50px;
    background: #44444D;
    border-radius: 100px;
    color: var(--white-color);
    border: 1px solid var(--bgGold, #70562C);
}


.header-search input::placeholder {
    color: var(--white-color);
}

.user-img {
    width: 68px;
    height: 68px;
    border-radius: 100px;
    border: 2px solid #FFCC63;
}

.header-social-icons {
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid var(--bgGold, #70562C);
}

.notification-bedge {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* main mashboard start---------------------------------- */

.left-sidebar {
    border-right: 1px solid var(--themeGold, #FFCC63);
    background: var(--black-linear, linear-gradient(180deg, #3F3F4A 0%, #000 41.14%, #0B0B0C 71.97%, #3F3F4A 100%));
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25);
}


.sidebar-profile-img {
    border-bottom: 1px solid #575757;
    padding: 20px;
    text-align: center;
}

.sidebar-profile-img > img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 20px;
    border: 2px solid #FFCC63;

}

.sidebar-profile-img .about-profile h2 {
    font-size: 18px;
    color: var(--white-color);
    margin-top: 13px;
}

.sidebar-profile-img .about-profile p {
    margin: 0;
    color: var(--white-color);
    margin-top: 10px;
    font-size: 14px;
}

.followers-data {
    font-size: 14px;
}

.user-details .profile-user-details {
    margin-top: 20px;
}

.user-details .profile-user-details .social-details span {
    font-size: 14px;
    background: linear-gradient(90deg, #C98D2C 0%, #C09E57 48.5%, #C98D2C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.left-side-menu {
    margin-top: 50px;
}

.left-side-menu ul li {
    list-style: none;
    margin-bottom: 20px;
}

.left-side-menu ul li a {
    text-decoration: none;
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.left-side-menu-icons {
    width: 30px;
}

.middle-sec {
    height: calc(100vh - 100px);
    overflow-y: auto;
    background: var(--black-linear, linear-gradient(180deg, #3F3F4A 0%, #000 41.14%, #0B0B0C 71.97%, #3F3F4A 100%));
    padding: 20px;
}


.middle-sec::-webkit-scrollbar {
    width: 0px;
}

.main-post-header .post-img {
    display: flex;
    align-items: baseline;
}

.user-name span {
    display: block;
    color: #957741;
}

.main-post-header .post-img > div img {
    border-radius: 50%;
    height: 32px;
    width: 32px;
}

.main-post-header .post-img .user-name p:nth-child(1) {
    color: #ECEBED;
    font-size: 20px;
    font-weight: bold;
    /* font-family: cursive; */
    margin: unset;
}

.main-post-header .post-img .user-name p:nth-child(2) {
    font-size: 12px;
    color: #727477;
}

.post-img-sec img {
    height: 458px;
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.post-slider .slick-dots li.slick-active button:before {
    color: #cd1078 !important;
    font-size: 10px;
}

.slick-dots li button:before {
    color: var(--white-color) !important;
    font-size: 10px;
}

.post-updates-inner {
    display: flex;
    align-items: center;
}

.post-updates-inner > div span:nth-child(2) {
    font-size: 12px;
}

.middle-sec .main-post {
    border-bottom: 1px solid gray;
}

.tab-list-sec h2 {
    color: var(--white-color);
    font-size: 20px;
}

.tab-list-sec .tab-list-main {
    justify-content: space-between !important;
    border-radius: 5px;
    border: 1px solid var(--dark-Gra, #525252);
}

.tab-list-main .nav-link {
    color: var(--white-color);
    font-size: 14px;
}

.tab-list-main .nav-link.active {
    border-radius: 5px;
    background: var(--primary-color);
    font-size: 14px;
}

.search-friend {
    padding: 5px;
    border-radius: 4px;
    background: var(--primary-color);
}

.friend-searchlist {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.friend-list-profile {
    display: flex;
    align-items: center;
}

.group-list-profile {
    display: flex;
    align-items: center;
}

.friend-list-profile img {
    height: 55px;
    width: 55px;
    border-radius: 12px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

.group-list-profile img {
    height: 75px;
    width: 75px;
    border-radius: 12px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

.friend-groups .friend-profile,
.all-friend-list .friend-profile {
    display: flex;
    justify-content: space-between;
    align-items: start;
}


.friend-req-tab .friend-profile .friend-list-profile img {
    height: 75px;
    width: 75px;
}

.friends-tab .friend-profile .friend-list-profile img {
    height: 75px;
    width: 75px;
}

.friend-req-tab .friend-profile .friend-list-profile .prfile-user-name p,
.friend-groups .friend-profile .friend-list-profile .prfile-user-name p,
.all-friend-list .friend-profile .friend-list-profile .prfile-user-name p {
    font-size: 14px;
    color: gray;
}

.friends-tab .friend-profile .friend-list-profile .prfile-user-name p {
    font-size: 14px;
    color: gray;
}

.friend-req-tab .friend-profile span,
.friend-groups .friend-profile span,
.all-friend-list .friend-profile span {
    font-size: 12px;
    color: #878787;
}

.friends-tab .friend-profile span {
    font-size: 12px;
    color: #878787;
}

.friend-req-tab .friend-profile {
    display: flex;
    justify-content: space-between;
}

.friends-tab .friend-profile {
    display: flex;
    justify-content: space-between;
}

.groups-tab .group-profile span {
    font-size: 15px;
    color: #878787;
}

.groups-tab .group-profile {
    display: flex;
    justify-content: space-between;
}

.groups-tab .group-profile {
    display: flex;
    justify-content: space-between;
}

.req-con-del button:nth-child(2) {
    background-color: var(--white-color);
    color: #000;
    padding: 4px 15px;
    border: none;
    border-radius: 6px;
}

.req-con-del button:nth-child(1) {
    background: var(--primary-color);
    color: var(--white-color);
    padding: 5px 10px;
    border: none;
    border-radius: 6px;
}

.suggest-sec {
    border-bottom: 1px solid #808080;
}

.suggest-sec h2 {
    color: var(--white-color);
    font-size: 20px;
}

.suggestedImg {
    height: 195px;
    position: relative;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../images/suggestedImg.png");
    border-radius: 8px;
}

.suggested_item {
    position: absolute;
    top: 15%;
    left: 6%;
}

.suggested_inner {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
}

.suggested_inner img {
    height: 34px;
    width: 34px;
}

.suggestedImg p {
    width: 150px;
    margin-bottom: 12px;
    font-size: 14px;
    color: var(--white-color);
}

.suggestedImg button {
    border: none;
    padding: 5px 12px;
    border-radius: 4px;
    background: var(--primary-color);
    color: var(--white-color);
}


/* avtar */

.avatar-sec {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    background-color: #2c303a;
    border: 2px solid #fff;
}

.avatar-sec img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.avatar-group {
    display: flex;
}

.avatar-group.rtl {
    direction: rtl;
}

.avatar-group.rtl .avatar-sec:hover:not(:last-of-type) {
    transform: translate(10px);
}

.avatar-group .avatar-sec {
    margin-right: -20px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.avatar-group .avatar-sec:hover:not(:last-of-type) {
    transform: translate(-10px);
}

.avatar-group .hidden-avatars {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
    margin-right: 23px;
    background-color: #2c303a;
    color: #fff;
}

.main-avatar-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-avatar-sec span {
    font-size: 14px;
}


.chat-right-sec,
.right-side-sec {
    border-left: 1px solid var(--themeGold, #FFCC63);
    background: var(--black-linear, linear-gradient(180deg, #3F3F4A 0%, #000 41.14%, #0B0B0C 71.97%, #3F3F4A 100%));
}


/* chat section start------------------------------------------------ */


.search-user {
    margin-top: 10px;
}

.search-user input {
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background-color: transparent;
}

.search-user input:focus {
    background-color: transparent;
    box-shadow: none;
}

.chat-left-sec {
    background: var(--black-linear, linear-gradient(180deg, #3F3F4A 0%, #000 41.14%, #0B0B0C 71.97%, #3F3F4A 100%));
    border-right: 1px solid var(--themeGold, #FFCC63);
    padding: 20px 16px;
}

.friend-chat .friend-chat-list .chat-friend-profile img {
    height: 60px;
    width: 60px;
    border-radius: 10px;
}

.friend-chat .friend-chat-list {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 0.5px solid var(--bgGold, #70562C);
    background: rgba(255, 255, 255, 0.17);
    padding: 8px;
}

.friend-name h5 {
    font-size: 14px;
}

.friend-name p {
    font-size: 12px;
    margin-top: 5px;
}


.chat-section .chat-section-hed {
    border-bottom: 1px solid var(--themeGold, #FFCC63);
    background-color: #46464F;
    padding: 20px 15px;
}

.chat-section .chat-section-hed .chat-user-pro {
    display: flex;
    align-items: center;
}

.chat-section .chat-section-hed .chat-user-pro img {
    height: 44px;
    width: 44px;
    border-radius: 10px;
}


.chat-user-detail h5 {
    font-size: 14px;
    color: var(--white-color);
}

.chat-user-detail p {
    font-size: 10px;
    color: var(--white-color);
}

.chat-section .chat-body {
    height: Calc(100vh - 288px);
    overflow: auto;
}

.user-chat-list {
    height: calc(100vh - 241px);
    overflow: auto;
    padding: 0 10px 0 0;
}

/* width */
.user-chat-list::-webkit-scrollbar,
.chat-section .chat-body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.user-chat-list::-webkit-scrollbar-track,
.chat-section .chat-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.user-chat-list::-webkit-scrollbar-thumb,
.chat-section .chat-body::-webkit-scrollbar-thumb {
    background-color: var(--bgGold, #70562C);
}

/* Handle on hover */
.user-chat-list::-webkit-scrollbar-thumb:hover,
.chat-section .chat-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* chat-footer section------------------------------------------- */

.msg-sender img,
.msg-reply img {
    border-radius: 4px;
    height: 60px;
    width: 60px;
}

.chat-section .chat-body {
    padding: 40px 80px;
}

.chat-body .msg-reply .chat-msg p {
    min-height: 65px;
    /* background-color: #4b7bec; */
    background: var(--primary-color);
    display: flex;
    align-items: center;
    color: var(--white-color);
    font-size: 16px;
}

.chat-body .msg-reply .chat-msg span {
    color: var(--white-color);
    font-size: 12px;
}

.chat-body .msg-reply {
    text-align: right;
}

.chat-body .msg-sender .chat-msg p {
    min-height: 65px;
    background-color: #999999;
    display: flex;
    align-items: center;
    font-size: 16px;
}


.chat-body .msg-sender {
    text-align: left;
}

.chat-body .msg-sender .chat-msg span {
    color: var(--white-color);
    font-size: 12px;
}


.msg-sender .chat-msg,
.msg-reply .chat-msg {
    display: block;
    position: relative;
}


.msg-sender .chat-msg p:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 27px;
    left: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #999999 transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(-10deg);
}

.msg-reply .chat-msg p:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 27px;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #755b30 transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(10deg);
}


/* chat-footer section------------------------------------------- */
.chat-footer {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
}


.chat-footer .chat-input {
    position: relative;

}

.chat-footer .chat-input input {
    height: 50px;
    border-radius: 50px;
}

.chat-footer .chat-input img {
    position: absolute;
    right: 20px;
    top: 14px;
}


/* profile intake------------------------------------- */
.profile-intake {
    background-color: #000000;
    padding-bottom: 0;
    min-height: 100vh;
}

.inner-pro-intake {
    padding: 0;
    overflow-y: auto;
    height: 100vh;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background: var(--black-linear, linear-gradient(180deg, #3F3F4A 0%, #000 41.14%, #0B0B0C 71.97%, #3F3F4A 100%));
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
}


.inner-pro-intake::-webkit-scrollbar {
    width: 0px;
}


.profile-intake-bg {
    position: relative;
}

.profile-intake-bg img {
    height: 200px;
    border-bottom: 5px solid #AA8E5D;
    width: 100%;
}

.profile-intake-bg .profile-intake-profile {
    position: absolute;
    left: 20px;
    bottom: -50px;
}

.profile-intake-bg .profile-intake-profile img {
    border-radius: 50%;
    height: 130px;
    width: 130px;
    border: 3px solid #AA8E5D;
}

.profile-share-icon svg {
    height: 40px;
    width: 40px;
}

.profile-btns button:first-of-type {
    border: 1px solid #0076CA;
    border-radius: 5px;
    padding: 8px 40px;
    background: var(--blueLinear, linear-gradient(90deg, #0095FF 0%, #0076CA 100%));
    color: #fff;
}

.profile-btns button:hover:first-of-type {
    background: #0a7cce;

}

.profile-btns button:last-of-type {
    background-color: transparent;
    border: 1px solid var(--white-color);
    border-radius: 5px;
    padding: 8px 40px;
    color: var(--white-color);
}

.intake-pro-details {
    padding: 20px;
}


.social-tabs {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.intake-user-details h2 {
    font-size: 18px;
    color: #F3D69B;
    font-weight: 700;
}

.intake-user-details {
    padding-bottom: 30px;
    border-bottom: 1px solid #AA8E5D;
}

.intake-user-details p,
.intake-user-details a {
    font-size: 14px;

}


.intake-user-details p span i,
.intake-user-details a span i {
    color: #525252;
    font-size: 18px;
}

.outer-profile-card {
    position: relative;
    height: 230px;
    width: 100%;
    border-radius: 10px;
    background: var(--primary-color);
}


.profile-wifi {
    position: absolute;
    right: 10px;
    top: 10px;
}

.profile-wifi i {
    rotate: 30deg;
    color: var(--white-color);
    font-size: 20px;
}

.profile-sign {
    position: absolute;
    right: 50px;
    top: 0;
}

.profile-sign h1 {
    font-family: "The Nautigal", cursive;
    font-weight: 700;
    color: var(--white-color);
}

.ribbon-outer {
    height: calc(100% - 100px);
    display: flex;
    align-items: end;
}

.ribbon {
    display: flex;
    align-items: center;
    width: calc(100% - 70px);
}

.ribbon span:last-of-type img {
    height: 90px;
    width: 90px;
}

.ribbon span {
    display: block;
}

.ribbon span:first-of-type {
    width: 307px;
    height: 35px;
    background-color: #d3bf97;
}

.ribbon:after {
    content: '';
    width: 70px;
    height: 35px;
    background-color: #d3bf97;
    position: absolute;
    right: 0px;
}

.profile-card-logo img {
    height: 70px;
    width: 70px;
}


.misc h2,
.social-widget h2 {
    font-size: 18px;
    background: var(--primary-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.social-widget {
    border-bottom: 1px solid #545454;
    padding: 0 0 30px 0;
}

.profile-google-map h2,
.profile-intrest h2 {
    font-size: 16px;
    color: var(--white-color);
}

.profile-intrest {
    border: 1px solid #545454;
    border-radius: 10px;
    padding: 20px;
}

.profile-intrest-icons p {
    width: 54px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 8px;
}

.widget-icons,
.intrest-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 20px;
}


.intrest-icons-inner {
    height: 50px;
    width: 50px;
    box-shadow: 0px 0px 8px 0px rgba(252, 242, 13, 0.32) inset, 8px 4px 16px 0px rgba(0, 0, 0, 0.08);
    margin-right: 20px;
    border-radius: 12px;
}

.intrest-icons-inner p {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.profile-intrest-icons {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-google-map iframe {
    width: 100%;
    height: 200px;
}


.intrest-icons-inner.play_store span img {
    width: 100%;
}

.intrest-icons-inner.play_store {
    width: 100%;
    max-width: 182px;
    height: auto;
    margin: 0;
}


.widget-icons.play_icon {
    gap: 20px;
    justify-content: center;
    margin: unset;
    display: block;
}

.social-widget.app_text h2 {
    font-size: 26px;
    margin-bottom: 0px;
    letter-spacing: 0.03rem;
}

.profile-intake-bg.app-bg img {
    border-bottom: unset;
    width: 100%;
    margin: 0 auto;
    height: 120px;
    object-fit: contain;
}

.inner-pro-intake.profile-inner-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social-widget.app_text h2 span {
    display: block;
    /* text-transform: uppercase; */
    /* font-size: 2rem; */
}

.social-widget.app_text h2 {
    text-transform: uppercase;
}

.intrest-icons-inner.play_store_text {
    width: 100%;
    box-shadow: unset;
    margin: unset;
}

.intrest-icons-inner.play_store_text p {
    width: 100%;
    font-size: 12px;
    margin-top: 50px;
}


.widget-icons.mt-4.play_icon {
    display: flex;
    gap: 12px;
    margin-top: 40px !important;
}

/* 30/10/2024 css start here */
.friend-active-tabs {
    max-height: 300px;
    overflow-y: scroll;
}

.friend-active-tabs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px;

}

.friend-active-tabs::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
    border-radius: 5px;
}

.friend-active-tabs::-webkit-scrollbar-thumb {
    background-color: #8d703c;
    border-radius: 5px;
}

.left-side-menu-icons svg {
    width: 30px;
    color: #8d703c;
}

.skeleton-loader {
    background-color: #0b0b0c00;
    border: 0px;
}

/* 30/10/2024 css end here */

/* 07 Nov 2024 start*/

.add-feed {
    display: flex;
    margin-bottom: 30px;
    border: 1px solid #ffcc63;
    border-radius: 20px;
}

.add-feed input.form-control {
    background: unset;
    border: unset;
    color: #fff;
}

.add-feed button {
    background: unset;
    color: #ffcc63;
    box-shadow: unset;
    border: unset;
    padding: 3px 20px;
    border-left: 1px solid #ffcc63;
}

.add-feed input.form-control::placeholder {
    color: #ffcc63;
}

.add-feed button svg {
    width: 30px;
}

.add-feed input.form-control:focus {
    box-shadow: unset;
    outline: unset;
}

.user_profile img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}


.document_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.document_btn button {
    display: flex;
    gap: 8px;
    align-items: center;
}

.document_btn button.btn.video {
    background: #514006;
    color: #f9c50f;
    border: 1px solid #514006;
}

.document_btn button.btn.audio {
    background: #281002;
    color: #ff5f00;
    border: 1px solid #281002;
}

.document_btn button.btn.docs {
    background: #0d1e27;
    color: #50c0ff;
    border: 1px solid #0d1e27;
}

.main_textarea textarea.form-control {
    margin-top: 30px;
    border: 1px solid #d3d3d3;
}

.user_profile button {
    border-radius: 5px;
    font-size: 14px;
    display: block;
    margin: 20px auto 0;
    color: #ba8d33;
    background: var(--primary-color);
    position: relative;
    isolation: isolate;

}

.user_profile button::after {
    content: '';
    position: absolute;
    inset: 1px;
    background: #09090b;
    z-index: -1;
    border-radius: 5px;

}


div#upload_feed_modal .modal-body {
    border-bottom: unset;
    padding-inline: 24px;
}


div#upload_feed_modal .modal-dialog {
    max-width: 450px;
}

div#upload_feed_modal .modal-content {
    background: var(--black-linear, linear-gradient(180deg, #3F3F4A 0%, #000 41.14%, #0B0B0C 71.97%, #3F3F4A 100%));
    border: 2px solid #91753f;
}

div#upload_feed_modal .modal-footer {
    border: none;
    padding-inline: 24px;
}


div#create_company_modal .modal-body {
    border-bottom: unset;
    padding-inline: 24px;
}


div#create_company_modal .modal-dialog {
    max-width: 450px;
}

div#create_company_modal .modal-content {
    background: var(--black-linear, linear-gradient(180deg, #3F3F4A 0%, #000 41.14%, #0B0B0C 71.97%, #3F3F4A 100%));
    border: 2px solid #91753f;
}

div#create_company_modal .modal-footer {
    border: none;
    padding-inline: 24px;
}

.main_textarea textarea.form-control {
    margin-top: 30px;
    border: 1px solid #91753f;
    background: unset;
    color: #fff;
}

.main_textarea textarea.form-control::placeholder {
    color: #91753f;
}

.user_profile button:hover {
    color: #91753f;
    border: 1px solid #91753f;
}

.close_btn button.btn-close {
    filter: invert(1);
}

.user_profile img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #FFCC63;
    object-fit: cover;
}

.main_textarea textarea.form-control:focus {
    box-shadow: unset;
    outline: unset;
}

div#upload_feed_modal .modal-footer button.btn.btn-secondary {
    background: unset;
    padding-inline: 20px;
    border: none;
}

div#upload_feed_modal .modal-footer button.btn.btn-primary {
    background: var(--primary-color);
    border-color: #91753f;
    padding-inline: 32px;
}

div#create_company_modal .modal-footer button.btn.btn-secondary {
    background: unset;
    padding-inline: 20px;
    border: none;
}

div#create_company_modal .modal-footer button.btn.btn-primary {
    background: var(--primary-color);
    border-color: #91753f;
    padding-inline: 32px;
}

.file_choose button.btn.docs {
    border-radius: 5px;
    font-size: 14px;
    display: block;
    color: #ba8d33;
    background: var(--primary-color);
    position: relative;
    isolation: isolate;
    /* margin-left: auto; */
    padding: 10px 20px;
}

.file_choose button.btn.docs::after {
    content: '';
    position: absolute;
    inset: 1px;
    background: #09090b;
    z-index: -1;
    border-radius: 5px;
}

.file_choose {
    margin: 25px 0 0 0;
    text-align: end;
}

.file_choose {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #29292e;
    padding: 10px 0;
    border-bottom: 1px solid #29292e;
}

.document_file p {
    color: #ba8d33;
    font-size: 14px;
}

.input-file {
    visibility: hidden;
    position: absolute;
}

.document_file input.form-control {
    background: unset;
    border: unset;
    color: #ba8d33;
}

.document_file input::placeholder {
    color: #ba8d3373;
}

ul.input_search li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid rgb(204 204 204 / 50%);
    color: #ffcc63;
}

ul.input_search {
    width: 100%;
    max-height: 15rem;
    overflow-y: scroll;
    position: relative;
    padding: 0;
    display: none;
}

ul.input_search::-webkit-scrollbar {
    width: 6px;
    position: relative;
}

ul.input_search::-webkit-scrollbar-track {
    width: 2px;
    border-radius: .2rem;
    background: rgb(0 0 0 / 10%)
}

ul.input_search::-webkit-scrollbar-thumb {
    border-radius: .2rem;
    background: #ffcc63;
}

ul.input_search.inputShow {
    display: block;
    position: absolute;
    background: #44444d;
    border: 1px solid #656565;
}

ul.input_search.inputShow li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.input_search.inputShow li button.btn {
    font-size: 15px;
    border: none;
    padding: 2px 8px;
    border-radius: 4px;
    background: var(--primary-color);
    color: var(--white-color);
}

.main-middle-sec-box {
    width: 79%;
}

/* calender css start here */

.calendar-container {
    width: 60%;
    border-radius: 10px;
}

.calendar-container header {
    display: flex;
    align-items: center;
    padding: 25px 30px 10px;
    justify-content: space-between;
    color: #fff;
}


header .calendar-header span {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    user-select: none;
    color: #aeabab;
    font-size: 1.9rem;
}

.calendar-header span:last-child {
    margin-right: -10px;
}

header .calendar-header span:hover {
    background: #f2f2f2;
}

header .calendar-current-date {
    font-weight: 500;
    font-size: 1.45rem;
}

.calendar-body {
    padding: 20px;
}

.calendar-body ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
    padding: unset;
    color: #fff;
}

.calendar-body .calendar-dates {
    margin-bottom: 20px;
}

.calendar-body li {
    width: calc(100% / 7);
    font-size: 1.07rem;
}

.calendar-body .calendar-weekdays li {
    cursor: default;
    font-weight: 500;
}

.calendar-body .calendar-dates li {
    margin-top: 50px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.calendar-dates li.inactive {
    color: #838ea4;
}

.calendar-dates li.active {
    color: #000000;
}

.calendar-dates li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
    background: var(--primary-color);
    color: #000000;
    border-radius: 10px;
}

.calendar-dates li:not(.active):hover::before {
    background: var(--primary-color);
    color: #000000;
    border-radius: 10px;
}

/* calender css end here */
.calendar-container header.calendar-header .calendar-navigation {
    width: 100%;
}

.calendar-container header span {
    cursor: pointer;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 10px;
}

p.calendar-current-date {
    text-align: center;
}

p.calendar-current-date .year {
    font-size: 18px;
    color: #838ea4;
}

/* 07 Nov 2024 end*/

/* Multi Dot Loader */
.dot-loader {
    width: 9.6px;
    height: 9.6px;
    border-radius: 50%;
    clip-path: inset(-36px);
    color: #b29150;
    box-shadow: -48px 12px, -48px 12px, -48px 12px;
    transform: translateY(-12px);
    animation: dots-ejq2atsm 1.4s infinite linear;
}

@keyframes dots-ejq2atsm {
    16.67% {
        box-shadow: -48px 12px, -48px 12px, 15.2px 12px;
    }

    33.33% {
        box-shadow: -48px 12px, 0px 12px, 15.2px 12px;
    }

    40%, 60% {
        box-shadow: -15.2px 12px, 0px 12px, 15.2px 12px;
    }

    66.67% {
        box-shadow: -15.2px 12px, 0px 12px, 48px 12px;
    }

    83.33% {
        box-shadow: -15.2px 12px, 48px 12px, 48px 12px;
    }

    100% {
        box-shadow: 48px 12px, 48px 12px, 48px 12px;
    }
}

.super-admin-username {
    font-weight: bold;
    color: #b29150;
}

button.btn.create-company-btn {
    border-radius: 5px;
    border-color: #ffcc63;
    font-size: 14px;
    color: #b29150;
}

.create-company-area label {
    color: #b29150;
}

.create-company-modal-body h3 {
    color: #b29150;
}

.doted-loader {
    width: 4.8px;
    height: 4.8px;
    border-radius: 4.8px;
    box-shadow: 12px 0px 0 0 rgba(197, 159, 84, 0.2), 9.7px 7.1px 0 0 rgba(197, 159, 84, 0.4), 3.7199999999999998px 11.4px 0 0 rgba(197, 159, 84, 0.6), -3.7199999999999998px 11.4px 0 0 rgba(197, 159, 84, 0.8), -9.7px 7.1px 0 0 #c59f54;
    animation: spinner-b87k6z 1s infinite linear;
}

@keyframes spinner-b87k6z {
    to {
        transform: rotate(360deg);
    }
}

.create-company-area h5 {
    color: #b29150;
    font-size: 15px;
}

.create-company-area hr {
    color: #b29150;
}

/* forgot Password css start here */
@import url('https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}


/* Forgot Password CSS======= */
@import url('https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}


/* Forgot Password CSS======= */

.mainWrapper {
    background-color: #000000;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.mainWrapper::before {
    content: url(..//img/Ellipse\ 3.png);
    position: absolute;
    top: 0;
    right: 0;
}
.mainWrapper::after {
    content: url(..//img/Ellipse\ 2.png);
    position: absolute;
    bottom: 0px;
    left: 0;
    line-height: 0;
}

.formContainer.right_side {
    width: 100%;
    max-width: 34%;
    margin: auto;
    position: relative;
    z-index: 9;
}

.right_side .card {
    padding: 6rem 3rem;
    background-color: rgba(255, 255, 255, 10%);
    border-radius: 10px;
    height: 100%;
    border: 1px solid #9b8152;
    z-index: 2;
}

.right_side form h2,
.left_side h2 {
    display: inline-block;
    font-family: "Saira Stencil One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.4rem;
    background: linear-gradient(to right, #70562C 0%, #F4D79C 49%, #6F562D 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-stroke: 0.3px white;
}

.input-field label {
    color: #AA8E5D;
    font-size: calc(16px + 0.1vw);
}

.Inputgroup {
    position: relative;
}
.Inputgroup .input {
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 0 2.6rem;
    height: 55px;
    outline: none;
    letter-spacing: 1px;
}
.Inputgroup .inputIcon {
    position: absolute;
    color: #c0a46f;
    z-index: 9;
    top: 50%;
    left: 10px;
    font-size: 26px;
    transform: translateY(-50%);
}
.Inputgroup .refreshIcon {
    position: absolute;
    color: #c0a46f;
    z-index: 9;
    top: 50%;
    right: 10px;
    font-size: 26px;
    transform: translateY(-50%);
    cursor: pointer;
}
.Inputgroup .input::placeholder {
    font-size: calc(14px + 0.1vw);
    color: #9e9e9e;
}


.formCommonBtn {
    border: none;
    background: linear-gradient(to right, #70562C 0%, #F4D79C 49%, #6F562D 100%);
    color: #000000;
    border-bottom: 3px solid #64460A;
    width: 100%;
    border-radius: 0 15px 0 15px;
    padding: 14px 0;
    font-size: calc(16px + 0.1vw);
    font-weight: 600;
}

.form_link {
    color: white;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.form_link i{
    font-size: 22px;
    margin-right: 5px;
}
.form_link a {
    text-decoration: none;
    color: #AA8E5D;
}

/* OTP Verification CSS =======  */
.OtpInputField {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}
.OtpInputField input[type="text"] {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    border: none;
    outline: none;
    text-align:center;
    font-weight: 600;
    font-size: 24px;
    color: #af843b;
    transition: all 0.4s;
}
.OtpInputField input[type="text"]:focus{
    border: 2px solid #b09563;
    box-shadow: 0 0 10px #896d38;
    transform: translateY(-4px);
}
.otpTime {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.otpTime p {
    margin-bottom: 0;
    color: white;
    font-size: 14px;
}
.otpTime p>span,
.otpTime p>a{
    color: #AA8E5D;
}

.input-field small.validate-msg {
    display: block;
    text-align: right;
}


/* forgot Password css ends here */


.intl-tel-input.allow-dropdown {
    width: 100%;
}
input#mobile-number {
    width: 100%;
}
.selected-dial-code {
    color: #ffffff;
}
.modal_maxwidth .modal-footer button {
    border-radius: 7px;
    background: var(--bgGold, linear-gradient(90deg, #70562C 0%, #C09E57 48.5%, #6F562D 100%));
    width: fit-content;
    height: 40px;
    flex-shrink: 0;
    border: unset;
}
.modal_maxwidth .modal-footer button.cancel {
    display: flex
;
    width: fit-content;
    height: 40px;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 7px;
    border: 2px solid var(--gold-btn, #70562C);
    background: var(--gold-btn, linear-gradient(90deg, #70562C 0%, #C09E57 48.5%, #6F562D 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
div#suer_email_modal .modal-footer {
    border-top: unset;
    padding-top: unset;
}

#suer_email_modal .modal_maxwidth {
    max-width: 400px;
    margin: 0 auto;
}
#suer_email_modal .modal_maxwidth .form_field .form-group label {
    margin-bottom: 10px;
}


/* latest profile css start here */
.profile-share-icon button,
.profile-share-icon button:hover,
.profile-share-icon button:focus,
.profile-share-icon button:active {
    border: 1px solid #fff !important;
    color: #fff !important;
}
.intake-user-details p span i {
    color: #808082;
    font-size: 18px;
}
.intake-user-details p span i {
    margin-left: 4px;
}
.profile-card-logo img {
    border-radius: 50%;
    border: 1px solid #ba9854;
}
.profile-card.card_flex {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}


.profile_box_user {
    display: flex;
    gap: 14px;
    align-items: center;
}


.profile-sign p {
    color: #fff;
    font-family: "Port Lligat Slab", serif;
}
.profile_qr {
    display: flex;
    align-items: end;
    justify-content: end;
    margin-top: 20px;
    margin-right: 20px;
}


.profile_qr img {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    max-width: 80px;
}
.widget_box img {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
}
.widget_icon {
    background: #272727;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #3e3e3e;
}
.widget_box h4 {
    color: #F3D69B;
    font-size: 12px;
    text-align: center;
    margin-bottom: 4px;
}
.widget_box p {
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin-top: 2px;
}
.widget-icons.widget_box_icons {
    gap: 20px;
    justify-content: space-between;
    margin-right: unset;
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(70px, 1fr) );
}
.intake-user-details p {
    margin: 3px 0;
}
.backicon {
    position: absolute;
    top: 10%;
    left: 5%;
}
.backicon img {
    width: 16px;
    height: auto;
    border: unset;
}
.card_logo img {
    width: 24px;
}
.widgetsub_heading h5 {
    color: #F3D69B;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 10px;
}
.widgetsub_heading {
    margin-bottom: 10px;
}
.profile-share-icon button.btn.save-btn {
    margin-right: 6px;
}

.profile-share-icon button.btn.save-btn {
    display: inline-flex;
    height: 38px;
    padding: 6px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 7px;
    background: var(--bgGold, linear-gradient(90deg, #70562C 0%, #C09E57 48.5%, #6F562D 100%));
    color: #fff;
    font-weight: 500;
}
.modal-login .card {
    padding: 0.8rem 0.8rem;
    background-color: rgba(255, 255, 255, 10%);
    border-radius: 10px;
    height: 100%;
    border: 1px solid #9b8152;
    z-index: 2;
}
.modal-login h2 {
    display: inline-block;
    font-family: "Saira Stencil One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    background: linear-gradient(to right, #70562C 0%, #F4D79C 49%, #6F562D 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-stroke: 0.3px white;
}
.modal-login .modal-header{
    background: linear-gradient(to right, #70562C 0%, #F4D79C 49%, #6F562D 100%);
    border-bottom: none;
}
.modal-style{
    max-width: 380px;
    margin: 0 auto;
}
.body-style {
    background-color: #000000;
    position: relative;
}
.dont-have-acc {
    text-align: center;
}
.dont-have-acc span{
    color: #aa8e5d;
}
.dont-have-acc h4{
    font-size: 14px;
    color: #aa8e5d;
}
.dont-have-acc img{
    max-width: 100%;
}
.footer-style{
    background: black;
    border-top: 1px solid #aa8e5d;
}
.modal-login .modal-content{
    border: 1px solid #aa8e5d;
    border-radius: 9px;
}
.modal-login .modal-p-style{
    color: #aa8e5d;
}
.modal-login .input-style{
    background: black;
    border: 1px solid #aa8e5d;
}
.place-holder-style::placeholder{
    color: whilte;
}
.modal-login .modal-footer button {
    border-radius: 7px;
    background: var(--bgGold, linear-gradient(90deg, #70562C 0%, #C09E57 48.5%, #6F562D 100%));
    width: fit-content;
    height: 40px;
    flex-shrink: 0;
    border: unset;
}
.modal-login .modal-footer button.cancel {
    display: flex;
    width: fit-content;
    height: 40px;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 7px;
    border: 2px solid var(--gold-btn, #70562C);
    background: var(--gold-btn, linear-gradient(90deg, #70562C 0%, #C09E57 48.5%, #6F562D 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
/* latest profile css end here */
.btn-loader {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#080808 94%,#0000) top/3.8px 3.8px no-repeat,
    conic-gradient(#0000 30%,#080808);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 3.8px),#000 0);
    animation: spinner-c7wet2 0.8s infinite linear;
}

@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}
